@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700&family=Space+Grotesk:wght@600;700&display=swap');
:root{--bg:#0c0f0e;--panel:#171c19;--text:#f5f7f5;--muted:#b7beb9;--line:#39413c;--lime:#b9ff2c}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 'DM Sans',sans-serif}header,main,footer{max-width:880px;margin:auto;padding:24px}header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}a{color:var(--lime)}.brand{font:700 18px 'Space Grotesk';text-decoration:none}.brand span{display:inline-grid;place-items:center;background:var(--lime);color:#10130f;width:30px;height:30px;margin-right:8px}main{padding-top:52px;padding-bottom:70px}h1,h2{font-family:'Space Grotesk';line-height:1.1}h1{font-size:clamp(38px,7vw,68px);letter-spacing:-.045em;margin:.2em 0}h2{font-size:25px;margin-top:42px}.eyebrow{color:var(--lime);font-weight:700;letter-spacing:.1em;font-size:13px}.lead{font-size:19px;color:var(--muted)}.notice{background:var(--panel);border:1px solid var(--line);padding:18px;margin:28px 0}.notice strong{color:var(--lime)}li{margin:8px 0;color:var(--muted)}p{color:var(--muted)}footer{border-top:1px solid var(--line);color:var(--muted)}@media(max-width:600px){header{align-items:flex-start;gap:15px;flex-direction:column}main{padding-top:30px}}
