:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f7f8fb;--foreground:#171923;--muted:#5d6678;--line:#d9dee8;--panel:#fff;--accent:#0f766e;--accent-strong:#115e59;--warning:#a16207;--danger:#b42318}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.app-shell{grid-template-rows:auto 1fr;min-height:100vh;display:grid}.topbar{border-bottom:1px solid var(--line);background:#ffffffeb;justify-content:space-between;align-items:center;gap:24px;min-height:64px;padding:0 28px;display:flex}.brand{align-items:center;gap:10px;font-weight:700;display:flex}.brand-mark{background:var(--accent);border-radius:6px;width:28px;height:28px}.nav{color:var(--muted);gap:18px;font-size:14px;display:flex}.main{width:min(1180px,100%);margin:0 auto;padding:32px 24px 48px}.hero{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:stretch;gap:28px;display:grid}.headline{padding:20px 0}.eyebrow{color:var(--accent-strong);text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700}h1{letter-spacing:0;max-width:760px;margin:10px 0 14px;font-size:clamp(40px,7vw,78px);line-height:.98}.lead{max-width:680px;color:var(--muted);margin:0;font-size:18px;line-height:1.55}.actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.button{border:1px solid var(--line);min-height:42px;color:var(--foreground);background:#fff;border-radius:7px;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-weight:650;text-decoration:none;display:inline-flex}.button.primary{border-color:var(--accent);background:var(--accent);color:#fff}.status-panel{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:18px;box-shadow:0 10px 30px #18233714}.status-panel h2,.section h2{margin:0 0 14px;font-size:18px}.status-grid{gap:10px;display:grid}.status-row{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:16px;min-height:42px;font-size:14px;display:flex}.status-row:last-child{border-bottom:0}.pill{color:var(--accent-strong);white-space:nowrap;background:#e7f5f2;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:700}.sections{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px;display:grid}.section{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:18px}.section p{color:var(--muted);margin:0;font-size:14px;line-height:1.5}@media (max-width:820px){.topbar{flex-direction:column;justify-content:center;align-items:flex-start;padding:16px 20px}.nav{flex-wrap:wrap}.hero,.sections{grid-template-columns:1fr}h1{font-size:44px}}
