:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f7f7f2;--foreground:#151515;--muted:#62645f;--panel:#fff;--line:#deded6;--accent:#0f766e;--accent-strong:#134e4a;--warm:#d97706}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.page-shell{min-height:100vh;padding:32px}.hero{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:32px;min-height:calc(100vh - 64px);display:grid;position:relative}.hero:before{border:1px solid var(--line);content:"";z-index:-1;background:linear-gradient(120deg,#0f766e29,#0000 42%),linear-gradient(320deg,#d9770629,#0000 46%);position:absolute;inset:0}.hero-copy{max-width:780px;padding:48px}.eyebrow{color:var(--accent-strong);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:.8rem;font-weight:700}h1{margin:0;font-size:clamp(3rem,7vw,7rem);line-height:.95}.lede{color:var(--muted);max-width:660px;margin:24px 0 0;font-size:1.2rem;line-height:1.7}.actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.actions a{background:var(--foreground);color:#fff;align-items:center;min-height:44px;padding:0 18px;font-weight:700;display:inline-flex}.actions a:last-child{border:1px solid var(--foreground);color:var(--foreground);background:0 0}.status-panel{background:var(--panel);border:1px solid var(--line);margin-right:48px;padding:28px}.status-dot{background:var(--accent);width:12px;height:12px;margin-bottom:28px;display:block}.status-panel p{color:var(--muted);margin:0 0 8px}.status-panel strong{margin-bottom:28px;font-size:1.4rem;display:block}.status-panel ul{border-top:1px solid var(--line);margin:0;padding:12px 0 0;list-style:none}.status-panel li{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;min-height:42px;display:flex}.status-panel li:after{background:var(--warm);content:"";width:8px;height:8px}@media (max-width:820px){.page-shell{padding:16px}.hero{grid-template-columns:1fr;min-height:calc(100vh - 32px)}.hero-copy{padding:32px 24px 0}.status-panel{margin:0 24px 32px}}
