:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#090b10;--surface:#11151d;--border:#252b36;--text:#f6f7f9;--muted:#9199a8;--accent:#ff3d2e;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:radial-gradient(circle at 75% 20%, #ff3d2e1f, transparent 32%), var(--background);color:var(--text)}.page{min-height:100vh;padding:40px}.hero{border:1px solid var(--border);background:linear-gradient(145deg,#ffffff06,#fff0);border-radius:28px;flex-direction:column;width:min(1280px,100%);min-height:calc(100vh - 80px);margin:auto;padding:36px 48px;display:flex;overflow:hidden}.brand{align-items:center;gap:14px;display:flex}.brandMark{background:var(--accent);color:#fff;border-radius:14px;place-items:center;width:50px;height:50px;font-size:18px;font-weight:800;display:grid}.brandName{font-size:18px;font-weight:700}.vendor{color:var(--muted);letter-spacing:.05em;margin-top:3px;font-size:12px}.heroContent{flex-direction:column;flex:1;justify-content:center;max-width:900px;display:flex}.eyebrow{color:var(--accent);letter-spacing:.18em;margin-bottom:28px;font-size:13px;font-weight:700}h1{letter-spacing:-.06em;margin:0;font-size:clamp(56px,7vw,104px);line-height:.95}.subtitle{max-width:680px;color:var(--muted);margin:36px 0 0;font-size:21px;line-height:1.6}.statusCard{border:1px solid var(--border);background:var(--surface);letter-spacing:.08em;border-radius:14px;align-items:center;gap:34px;width:fit-content;margin-top:46px;padding:15px 20px;font-size:12px;display:flex}.statusDot{background:#44d67b;border-radius:50%;width:8px;height:8px;margin-right:9px;display:inline-block}.statusCard strong{color:#44d67b}footer{color:var(--muted);border-top:1px solid var(--border);justify-content:space-between;padding-top:30px;font-size:12px;display:flex}@media (max-width:720px){.page{padding:16px}.hero{border-radius:20px;min-height:calc(100vh - 32px);padding:25px}h1{font-size:52px}.subtitle{font-size:17px}footer{flex-direction:column;gap:15px}}
