:root{--bg:#f3f7fb;--surface:#fff;--surface-soft:#f8fafc;--text:#16202a;--muted:#64748b;--border:#dbe4ee;--brand:#0f766e;--brand-dark:#115e59;--brand-soft:#dff7f3;--warning:#d97706;--success:#15803d;--shadow:0 18px 45px #0f172a14;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}a{color:inherit}button,a{transition:background-color .18s,border-color .18s,color .18s,transform .18s}button{font:inherit;color:#fff;background:var(--brand);border:0;border-radius:999px;padding:.75rem 1.15rem;font-weight:700}button:disabled{cursor:not-allowed;opacity:.55}h1,h2,h3,p{margin:0}h1{font-size:clamp(1.5rem,2vw,2rem)}h2{font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.05}h3{font-size:1.1rem}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:1rem}th{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem}td small{color:var(--muted);margin-top:.2rem;display:block}#app{min-height:100vh}.admin-shell{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#e2e8f0;background:linear-gradient(#0f172a 0%,#123a3a 100%);height:100vh;padding:1.25rem;position:sticky;top:0}.brand{border-bottom:1px solid #e2e8f02e;align-items:center;gap:.9rem;padding-bottom:1.5rem;text-decoration:none;display:flex}.brand__mark{color:#042f2e;background:#99f6e4;border-radius:16px;place-items:center;width:52px;height:52px;font-size:.82rem;font-weight:900;display:grid}.brand strong,.brand small{display:block}.brand small{color:#a7b7c9;margin-top:.2rem;font-size:.78rem}.nav-list{gap:.45rem;margin-top:1.5rem;display:grid}.nav-list a{color:#cbd5e1;border-radius:14px;padding:.85rem 1rem;text-decoration:none}.nav-list a:hover,.nav-list a.router-link-active{color:#fff;background:#ffffff1a}.workspace{flex-direction:column;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1;justify-content:space-between;align-items:center;gap:1rem;min-height:96px;padding:1.25rem 2rem;display:flex}.topbar__actions{align-items:center;gap:.75rem;display:flex}.topbar__actions a,.primary-action,.module-card a{color:var(--brand-dark);background:var(--brand-soft);border-radius:999px;padding:.72rem 1rem;font-weight:700;text-decoration:none}.topbar__actions a:hover,.primary-action:hover,.module-card a:hover{color:#fff;background:var(--brand);transform:translateY(-1px)}.page-content{gap:1.25rem;padding:2rem;display:grid}.eyebrow{color:var(--brand-dark);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;font-size:.76rem;font-weight:900;display:inline-flex}.hero-card,.panel,.module-card,.metrics-grid article,.timeline__item{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:24px}.hero-card{justify-content:space-between;align-items:center;gap:1.5rem;padding:clamp(1.5rem,4vw,3rem);display:flex}.hero-card--compact{padding:2rem}.hero-card p,.panel p,.module-card p,.timeline__item p{max-width:760px;color:var(--muted);margin-top:.75rem;line-height:1.65}.grid,.metrics-grid,.timeline{gap:1rem;display:grid}.grid,.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metrics-grid article,.module-card,.panel,.timeline__item{padding:1.25rem}.metrics-grid strong{color:var(--brand-dark);font-size:2rem;display:block}.metrics-grid span,.timeline__item span{color:var(--muted)}.module-card{flex-direction:column;align-items:flex-start;min-height:240px;display:flex}.module-card a{margin-top:auto}.panel__header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.panel__header small{color:var(--muted)}.table-card{border:1px solid var(--border);border-radius:18px;overflow:auto}.check-list{gap:.75rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.check-list li{color:var(--muted);padding-left:1.6rem;line-height:1.55;position:relative}.check-list li:before{content:"";background:var(--brand);border-radius:50%;width:.55rem;height:.55rem;position:absolute;top:.55rem;left:0}.status-pill{width:fit-content;color:var(--brand-dark);background:var(--brand-soft);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.35rem .7rem;font-size:.75rem;font-weight:900;display:inline-flex}.status-pill--planejado,.status-pill--rascunho{color:#475569;background:#e2e8f0}.status-pill--mvp,.status-pill--em_revisao{color:#92400e;background:#fef3c7}.status-pill--ativo,.status-pill--consolidado{color:var(--success);background:#dcfce7}@media (width<=980px){.admin-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.nav-list{grid-template-columns:repeat(3,minmax(0,1fr))}.grid,.metrics-grid{grid-template-columns:1fr}}@media (width<=680px){.topbar,.hero-card,.panel__header{flex-direction:column;align-items:flex-start}.page-content,.topbar{padding:1rem}.nav-list{grid-template-columns:1fr}}
