*{box-sizing:border-box}
html{min-height:100%;background:#07111f;color:#edf7ff}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:radial-gradient(circle at 20% 0%,rgba(26,180,255,.16),transparent 34%),linear-gradient(135deg,#06101e,#0b1727 52%,#07111f);color:#edf7ff}
a{color:inherit}
.shell{width:min(1120px,calc(100% - 36px));margin:0 auto;padding:24px 0 46px}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:42px}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:950}
.mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#59ffc2;color:#06101e;font-weight:950}
.nav-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.nav-actions a{text-decoration:none;color:#c8d7e6;font-weight:800;font-size:14px;padding:9px 11px;border-radius:10px}
.primary-link{background:#59ffc2!important;color:#06101e!important}
.eyebrow{margin:0 0 10px;color:#59ffc2;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:950}
.muted{color:#9fb0c4}
@media(max-width:720px){.shell{width:min(100% - 24px,1120px)}.topbar{align-items:flex-start;flex-direction:column}.nav-actions a{padding-left:0}}
