:root{--brand-accent:#febb12;--brand-coral:#f95d51;--brand-ink:#082d5e;--brand-ink-secondary:#14284a;--surface:#f6f7f9;--surface-raised:#fff;--border:#dce2ea;--text-muted:#526579;--success:#157347;--warning:#8a4b00;--error:#b42318;--shadow:0 10px 26px #082d5e12}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--surface);color:var(--brand-ink);margin:0;font-family:Arial,system-ui,sans-serif}button,a{font:inherit}a{color:inherit}h1,h2,.brand{letter-spacing:-.025em;font-family:Montserrat,Arial,system-ui,sans-serif}h1,h2,p{margin-top:0}h1{margin-bottom:12px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.04}h2{margin-bottom:8px;font-size:1.3rem}.skip-link{z-index:100;background:var(--brand-ink);color:#fff;border-radius:8px;padding:10px 14px;position:fixed;top:10px;left:10px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid var(--brand-coral);outline-offset:3px}.app-shell{grid-template:72px 1fr/224px 1fr;min-height:100vh;display:grid}.topbar{z-index:20;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;grid-column:1/-1;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0}.brand{color:var(--brand-ink);align-items:center;gap:10px;font-size:1.2rem;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{background:var(--brand-accent);border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.topbar-actions{align-items:center;gap:8px;display:flex}.icon-button{width:40px;height:40px;color:var(--brand-ink);cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;display:grid}.icon-button:hover{background:#edf1f6}.icon-button:disabled{color:#8795a6;cursor:not-allowed;opacity:.72}.icon-button:disabled:hover{background:0 0}.environment-badge,.date-chip{border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:7px 10px;font-size:.78rem}.sidebar{border-right:1px solid var(--border);background:var(--surface-raised);flex-direction:column;justify-content:space-between;height:calc(100vh - 72px);padding:22px 16px;display:flex;position:sticky;top:72px}.nav-list{gap:5px;margin:0;padding:0;list-style:none;display:grid}.nav-link{color:#53677c;border-radius:9px;align-items:center;gap:11px;padding:11px 12px;font-size:.92rem;font-weight:600;text-decoration:none;display:flex}.nav-link:hover{background:#f0f3f7}.nav-link-active{color:var(--brand-ink);background:#fff6d9}.sidebar-meta{color:var(--text-muted);align-items:center;gap:9px;padding:10px 12px;font-size:.78rem;display:flex}.status-dot{background:var(--success);border-radius:50%;width:8px;height:8px}.main-content{min-width:0;padding:48px clamp(24px,5vw,72px) 80px}.page-stack{gap:42px;width:min(1120px,100%);margin:0 auto;display:grid}.page-heading,.section-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.eyebrow{color:#63758a;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px;font-size:.7rem;font-weight:800}.lede{max-width:680px;color:var(--text-muted);margin-bottom:0;font-size:1.05rem;line-height:1.6}.status-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.status-card{border:1px solid var(--border);background:var(--surface-raised);min-height:118px;box-shadow:var(--shadow);border-radius:15px;padding:22px}.status-card p{color:var(--text-muted);margin-bottom:18px;font-size:.84rem}.status-label{font-variant-numeric:tabular-nums}.status-success{color:var(--success)}.status-warning{color:var(--warning)}.text-link{color:#b63a31;text-underline-offset:4px;font-size:.86rem;font-weight:700}.empty-panel{border:1px solid var(--border);background:var(--surface-raised);border-radius:15px;grid-template-columns:160px 1fr auto;align-items:center;gap:28px;padding:30px;display:grid}.empty-panel p:last-child,.foundation-note p:last-child{color:var(--text-muted);margin-bottom:0;line-height:1.55}.empty-illustration{background:#f8fafc;justify-content:center;align-items:flex-end;gap:8px;height:100px;padding:16px;display:flex}.empty-illustration span{background:#ced8e5;border-radius:4px 4px 0 0;width:22px}.empty-illustration span:first-child{height:35%}.empty-illustration span:nth-child(2){height:70%}.empty-illustration span:nth-child(3){height:50%}.primary-action{background:var(--brand-accent);min-height:42px;color:var(--brand-ink);border:1px solid #d39800;border-radius:9px;padding:10px 16px;font-weight:800}.primary-action:disabled{cursor:not-allowed;opacity:.62}.action-link{align-items:center;width:fit-content;text-decoration:none;display:inline-flex}.foundation-note{border-top:1px solid var(--border);padding:24px 0 0}.route-state{border-left:5px solid var(--brand-coral);background:var(--surface-raised);width:min(620px,100%);padding:34px}.route-state p:not(.eyebrow){color:var(--text-muted);line-height:1.6}.skeleton{background:linear-gradient(90deg,#e8edf3 20%,#f6f8fa 50%,#e8edf3 80%) 0 0/240% 100%;border-radius:10px;animation:1.3s ease-in-out infinite shimmer}.skeleton-title{width:min(560px,80%);height:92px}.skeleton-card{height:118px}.skeleton-panel{height:190px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes shimmer{to{background-position:-240% 0}}@media (max-width:860px){.app-shell{grid-template:72px auto 1fr/1fr}.sidebar{z-index:10;border-right:0;border-bottom:1px solid var(--border);height:auto;padding:8px 16px;display:block;position:sticky;top:72px;overflow-x:auto}.nav-list{width:max-content;display:flex}.sidebar-meta{display:none}.main-content{padding-top:32px}.empty-panel{grid-template-columns:120px 1fr}.empty-panel .primary-action{grid-column:1/-1}}@media (max-width:620px){.environment-badge,.date-chip{display:none}.status-grid,.empty-panel{grid-template-columns:1fr}.empty-illustration{width:100%}.empty-panel .primary-action{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
