:root{--bg:#f5f7fb;--surface:#fff;--surface-soft:#eef4f7;--ink:#18222f;--muted:#647386;--line:#d9e2ec;--brand:#146c68;--brand-strong:#0d4f4c;--accent:#d56b2d;--accent-soft:#fff0e8;--success:#237b4b;--warning:#a45e12;--danger:#b33a3a;--info:#2365a8}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--bg);color:var(--ink);letter-spacing:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.app-shell{grid-template-columns:268px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#e9f5f4;background:linear-gradient(#0d4f4ceb,#10292c),#10292c;flex-direction:column;gap:20px;height:100vh;padding:22px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;padding:4px 6px 12px;display:flex}.brand-mark{color:var(--brand-strong);background:#f6f1e8;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:800;display:flex}.brand-name{font-size:15px;font-weight:800;line-height:1.15}.brand-caption{color:#a9c7c4;margin-top:3px;font-size:12px}.nav{gap:5px;display:grid}.nav a{color:#cde0df;border-radius:7px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:650;display:flex}.nav a span{background:#ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:32px;height:28px;font-size:11px;font-weight:850;display:inline-flex}.nav a strong{font-size:13px}.nav a:hover,.nav a.active{color:#fff;background:#ffffff14}.nav a.active{box-shadow:inset 3px 0 #f0b36d}.nav a.active span{color:var(--brand-strong);background:#f6f1e8}.sidebar-footer{color:#a9c7c4;border-top:1px solid #ffffff1f;margin-top:auto;padding:16px 8px 0;font-size:12px;line-height:1.5}.main{min-width:0}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);z-index:2;background:#fffffff0;justify-content:space-between;align-items:center;min-height:70px;padding:14px 28px;display:flex;position:sticky;top:0}.topbar-title{font-size:14px;font-weight:800}.topbar-subtitle{color:var(--muted);margin-top:3px;font-size:12px}.topbar-actions{align-items:center;gap:10px;display:flex}.page{gap:18px;padding:26px 28px 42px;display:grid}.page-heading{justify-content:space-between;align-items:end;gap:18px;display:flex}.page-heading p{max-width:760px;margin-top:8px}.eyebrow{color:var(--brand);letter-spacing:0;text-transform:uppercase;font-size:12px;font-weight:800}h1,h2,h3,p{margin:0}h1{font-size:32px;line-height:1.12}h2{font-size:20px;line-height:1.2}h3{font-size:15px}.muted{color:var(--muted)}.grid{gap:16px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:18px;box-shadow:0 14px 34px #18222f0e}.card:hover{border-color:#c9d8e3}.card-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.metric-value{margin-top:8px;font-size:28px;font-weight:850}.metric-note{color:var(--muted);margin-top:6px;font-size:13px}.badge{white-space:nowrap;border-radius:999px;padding:7px 9px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.badge.success{color:var(--success);background:#e7f4ec}.badge.warning{color:var(--warning);background:#fff4df}.badge.danger{color:var(--danger);background:#fdecec}.badge.info{color:var(--info);background:#e8f1fb}.badge.neutral{color:#4b5b6c;background:#edf1f5}.button{border:1px solid var(--line);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:9px 12px;font-size:14px;font-weight:800;display:inline-flex}.button.primary{background:var(--brand);border-color:var(--brand);color:#fff}.button.primary:hover{background:var(--brand-strong)}.button.secondary{color:var(--ink);background:#fff}.price{align-items:baseline;gap:8px;display:flex}.price strong{font-size:24px}.strike{color:var(--muted);text-decoration:line-through}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:720px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px 10px;font-size:13px}th{color:var(--muted);font-weight:800}.flow{gap:10px;display:grid}.flow-row{background:var(--surface-soft);border:1px solid var(--line);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.form-row{grid-template-columns:1.1fr .7fr .7fr;gap:10px;display:grid}.field{gap:6px;display:grid}.field label{color:var(--muted);font-size:12px;font-weight:800}.field input,.field select{border:1px solid var(--line);background:#fff;border-radius:7px;min-height:40px;padding:8px 10px}.highlight{background:var(--accent-soft);border-color:#ffd4bf}.hero-panel{color:#fff;background:linear-gradient(135deg,#146c68f5,#1c3040f5),#146c68;border:0;padding:22px;overflow:hidden}.hero-panel .muted,.hero-panel .metric-note{color:#ffffffc7}.hero-panel .badge{color:#fff;background:#ffffff24}.pipeline{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.pipeline-step{background:#ffffff1a;border:1px solid #ffffff24;border-radius:8px;min-height:92px;padding:12px}.pipeline-step span{color:#ffffffb8;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.pipeline-step strong{font-size:18px;display:block}.section-label{justify-content:space-between;align-items:center;gap:10px;display:flex}.timeline{gap:12px;display:grid}.timeline-item{border-left:3px solid var(--brand);padding-left:12px}@media (max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.nav{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-2,.grid-3,.grid-4,.pipeline,.form-row{grid-template-columns:1fr}}
