/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 25 2026 | 22:32:31 */
/*
 * cp-pages-meu-trabalho.css — área /meu-trabalho/ (V1 = aba Processos).
 *
 * Prefixo: cp-mtr-* (Meu TRabalho).
 *
 * Doc: doc/planejamento/meu-trabalho-processos.md (sec. 9)
 *
 * Convenção CLAUDE.md §1: BuddyBoss tem alta especificidade global; toda
 * propriedade canônica (color, margin, padding, line-height, font-weight,
 * text-decoration, font-size) precisa de !important. Detalhe em
 * memory/reference_css_buddyboss.md.
 *
 * Full-width breakout (§4 CLAUDE.md): toda seção usa width:100vw;
 * margin-left:calc(-50vw + 50%); com conteúdo interno
 * max-width:var(--cp-page-max).
 */


/* ── Bloco para não-assinantes ───────────────────────────────────────── */

.cp-mtr-non-sub {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	padding: 80px 24px;
	background: #f4f4f6;
	text-align: center;
}
.cp-mtr-non-sub-inner {
	max-width: 600px;
	margin: 0 auto;
}
.cp-mtr-non-sub h1 {
	font-size: 36px !important;
	margin: 0 0 16px !important;
	color: #1A1A1A !important;
	font-weight: 700 !important;
}
.cp-mtr-non-sub-lead {
	font-size: 18px !important;
	line-height: 1.5 !important;
	color: #444 !important;
	margin: 0 0 24px !important;
}
.cp-mtr-non-sub p {
	color: #666 !important;
	margin: 0 0 24px !important;
}
a.cp-mtr-non-sub-cta,
a.cp-mtr-non-sub-cta:visited {
	display: inline-block;
	background: #F7D44A !important;
	color: #1A1A1A !important;
	padding: 14px 32px !important;
	border-radius: 6px;
	font-weight: 700 !important;
	text-decoration: none !important;
	transition: background 0.2s;
}
a.cp-mtr-non-sub-cta:hover {
	background: #f5c829 !important;
}


/* ── Hero ────────────────────────────────────────────────────────────── */

.cp-mtr-hero {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background: linear-gradient(135deg, #1A1A1A 0%, #2a2a2a 100%);
	padding: 60px 24px 40px;
	color: #fff;
}
.cp-mtr-hero-inner {
	max-width: 1100px;
	margin: 0 auto;
}
.cp-mtr-hero-title {
	font-size: 42px !important;
	margin: 0 0 8px !important;
	color: #fff !important;
	font-weight: 700 !important;
}
.cp-mtr-hero-subtitle {
	font-size: 17px !important;
	line-height: 1.5 !important;
	color: #d8d8d8 !important;
	margin: 0 0 32px !important;
	max-width: 700px;
}
.cp-mtr-kpis {
	display: flex;
	gap: 48px;
	flex-wrap: wrap;
}
.cp-mtr-kpi {
	display: flex;
	flex-direction: column;
}
.cp-mtr-kpi-num {
	font-size: 36px !important;
	font-weight: 700 !important;
	color: #F7D44A !important;
	line-height: 1.1 !important;
	font-variant-numeric: tabular-nums;
}
.cp-mtr-kpi-lbl {
	font-size: 13px !important;
	color: #b8b8b8 !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 4px !important;
}


/* ── Tab strip ───────────────────────────────────────────────────────── */

.cp-mtr-tabs {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.cp-mtr-tabs-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	gap: 8px;
}
.cp-mtr-tab {
	background: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	padding: 16px 8px !important;
	color: #666 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	cursor: pointer;
	transition: color 0.2s, border-color 0.2s;
}
.cp-mtr-tab:hover {
	color: #1A1A1A !important;
}
.cp-mtr-tab.cp-mtr-tab-active {
	color: #1A1A1A !important;
	border-bottom-color: #F7D44A;
	font-weight: 700 !important;
}


/* ── Aba Processos — wrapper ─────────────────────────────────────────── */

.cp-mtr-tab-panel {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background: #f4f4f6;
	padding: 40px 24px;
	min-height: 400px;
}
.cp-mtr-tab-inner {
	max-width: 1100px;
	margin: 0 auto;
}


/* ── Form de cadastro ────────────────────────────────────────────────── */

.cp-mtr-add-form {
	background: #fff;
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 32px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.cp-mtr-add-label {
	display: block;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #1A1A1A !important;
	margin-bottom: 8px !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.cp-mtr-add-row {
	display: flex;
	gap: 12px;
}
.cp-mtr-add-input {
	flex: 1;
	padding: 12px 16px !important;
	font-size: 16px !important;
	font-family: inherit;
	border: 2px solid #e5e5e5;
	border-radius: 6px;
	background: #fff;
	color: #1A1A1A !important;
	transition: border-color 0.2s;
	font-variant-numeric: tabular-nums;
}
.cp-mtr-add-input:focus {
	border-color: #F7D44A;
	outline: none;
}
.cp-mtr-add-btn {
	background: #1A1A1A !important;
	color: #fff !important;
	padding: 12px 28px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s;
	white-space: nowrap;
}
.cp-mtr-add-btn:hover {
	background: #333 !important;
}
.cp-mtr-add-btn[disabled] {
	background: #999 !important;
	cursor: wait;
}
.cp-mtr-add-hint {
	margin-top: 12px !important;
	padding: 10px 14px !important;
	border-radius: 4px;
	font-size: 14px !important;
}
.cp-mtr-add-hint.cp-mtr-hint-error {
	background: #fdecea !important;
	color: #b71c1c !important;
	border-left: 4px solid #b71c1c;
}
.cp-mtr-add-hint.cp-mtr-hint-success {
	background: #e8f5e9 !important;
	color: #1b5e20 !important;
	border-left: 4px solid #1b5e20;
}


/* ── Empty state ─────────────────────────────────────────────────────── */

.cp-mtr-empty {
	background: #fff;
	border-radius: 8px;
	padding: 60px 24px;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.cp-mtr-empty h2 {
	font-size: 22px !important;
	color: #1A1A1A !important;
	margin: 0 0 12px !important;
	font-weight: 700 !important;
}
.cp-mtr-empty p {
	font-size: 15px !important;
	color: #666 !important;
	line-height: 1.6 !important;
	margin: 0 !important;
	max-width: 500px;
	margin: 0 auto !important;
}


/* ── Lista de cards ──────────────────────────────────────────────────── */

.cp-mtr-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
	gap: 16px;
}

.cp-mtr-card {
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
	display: flex;
	flex-direction: column;
	gap: 12px;
	transition: box-shadow 0.2s;
	position: relative;
}
.cp-mtr-card:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.cp-mtr-card-pausado {
	opacity: 0.6;
}
.cp-mtr-card-erro {
	border-left: 4px solid #b71c1c;
}

.cp-mtr-card-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}
.cp-mtr-card-numero {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #1A1A1A !important;
	margin: 0 !important;
	font-variant-numeric: tabular-nums;
}
.cp-mtr-card-badges {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.cp-mtr-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 12px;
	font-size: 11px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.cp-mtr-badge-novo {
	background: #fff3cd !important;
	color: #856404 !important;
}
.cp-mtr-badge-pausado {
	background: #e0e0e0 !important;
	color: #555 !important;
}
.cp-mtr-badge-erro {
	background: #fdecea !important;
	color: #b71c1c !important;
}
.cp-mtr-badge-sigilo {
	background: #ede7f6 !important;
	color: #4527a0 !important;
}
.cp-mtr-badge-nao-encontrado {
	background: #fff4e5 !important;
	color: #b45f06 !important;
}

.cp-mtr-card-meta {
	font-size: 14px !important;
	color: #555 !important;
	margin: 0 !important;
}
.cp-mtr-card-orgao {
	font-size: 13px !important;
	color: #666 !important;
	margin: 0 !important;
}

.cp-mtr-card-ult-mov {
	font-size: 14px !important;
	color: #1A1A1A !important;
	margin: 0 !important;
	line-height: 1.5 !important;
}
.cp-mtr-card-ult-mov-nome {
	font-weight: 700 !important;
}
.cp-mtr-card-ult-mov-data {
	color: #666 !important;
	font-size: 13px !important;
	display: block;
}

.cp-mtr-freshness {
	font-size: 12px !important;
	padding: 4px 8px;
	border-radius: 4px;
	display: inline-block;
}
.cp-mtr-freshness-green {
	background: #e8f5e9 !important;
	color: #1b5e20 !important;
}
.cp-mtr-freshness-amber {
	background: #fff8e1 !important;
	color: #856404 !important;
}
.cp-mtr-freshness-red {
	background: #fdecea !important;
	color: #b71c1c !important;
}

.cp-mtr-card-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	padding-top: 12px;
	border-top: 1px solid #f0f0f0;
}
.cp-mtr-btn {
	background: transparent;
	border: 1px solid #ddd;
	color: #1A1A1A !important;
	padding: 6px 12px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s;
}
.cp-mtr-btn:hover {
	background: #f4f4f6;
	border-color: #bbb;
}
.cp-mtr-btn-primary {
	background: #F7D44A !important;
	border-color: #F7D44A;
	font-weight: 700 !important;
}
.cp-mtr-btn-primary:hover {
	background: #f5c829 !important;
}
.cp-mtr-btn-danger {
	color: #b71c1c !important;
	border-color: #fcdcdc;
}
.cp-mtr-btn-danger:hover {
	background: #fdecea;
}
.cp-mtr-btn[disabled] {
	opacity: 0.5;
	cursor: wait;
}


/* ── Modal de timeline ───────────────────────────────────────────────── */

.cp-mtr-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}
.cp-mtr-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
}
.cp-mtr-modal-content {
	position: relative;
	background: #fff;
	border-radius: 8px;
	max-width: 800px;
	width: 100%;
	max-height: 85vh;
	display: flex;
	flex-direction: column;
	box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.cp-mtr-modal-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	border-bottom: 1px solid #e5e5e5;
}
.cp-mtr-modal-title {
	font-size: 20px !important;
	color: #1A1A1A !important;
	margin: 0 !important;
	font-weight: 700 !important;
}
.cp-mtr-modal-close {
	background: transparent;
	border: none;
	font-size: 28px !important;
	color: #666 !important;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	padding: 0 !important;
	line-height: 1;
}
.cp-mtr-modal-close:hover {
	background: #f4f4f6;
	color: #1A1A1A !important;
}
.cp-mtr-modal-meta {
	padding: 12px 24px;
	background: #f4f4f6;
	font-size: 13px !important;
	color: #555 !important;
	border-bottom: 1px solid #e5e5e5;
}
.cp-mtr-modal-body {
	flex: 1;
	overflow-y: auto;
	padding: 20px 24px;
}

.cp-mtr-mov-list {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}
.cp-mtr-mov-item {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}
.cp-mtr-mov-item:last-child {
	border-bottom: none;
}
.cp-mtr-mov-data {
	font-size: 12px !important;
	color: #666 !important;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}
.cp-mtr-mov-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.cp-mtr-mov-nome {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #1A1A1A !important;
	margin: 0 !important;
}
.cp-mtr-mov-orgao {
	font-size: 12px !important;
	color: #666 !important;
	margin: 0 !important;
}
.cp-mtr-mov-novo {
	display: inline-block;
	background: #F7D44A;
	color: #1A1A1A !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	padding: 2px 6px;
	border-radius: 3px;
	margin-left: 8px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}


/* ── Disclaimer permanente ───────────────────────────────────────────── */

.cp-mtr-disclaimer {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	padding: 24px;
	background: #f4f4f6;
	border-top: 1px solid #e5e5e5;
}
.cp-mtr-disclaimer-text {
	max-width: 1100px;
	margin: 0 auto !important;
	font-size: 12px !important;
	color: #777 !important;
	line-height: 1.6 !important;
	text-align: center;
}


/* ── Responsivo ──────────────────────────────────────────────────────── */

@media (max-width: 900px) {
	.cp-mtr-list {
		grid-template-columns: 1fr;
	}
	.cp-mtr-hero {
		padding: 40px 20px 32px;
	}
	.cp-mtr-hero-title {
		font-size: 32px !important;
	}
	.cp-mtr-kpis {
		gap: 24px;
	}
}

@media (max-width: 600px) {
	.cp-mtr-add-row {
		flex-direction: column;
	}
	.cp-mtr-add-btn {
		width: 100%;
	}
	.cp-mtr-card-head {
		flex-direction: column;
		align-items: flex-start;
	}
	.cp-mtr-mov-item {
		grid-template-columns: 1fr;
		gap: 4px;
	}
	.cp-mtr-modal-content {
		max-height: 95vh;
	}
}
