@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&display=swap');
:root{--bg:#070707;--panel:#101010;--line:#303030;--text:#f5f5f5;--muted:#aaa;--green:#32c51d;--red:#fa0029}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"DM Sans",sans-serif;line-height:1.65}a{color:inherit;text-underline-offset:4px}a:hover{color:var(--green)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--green);outline-offset:3px}.legal-header{min-height:82px;padding:16px clamp(20px,6vw,90px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.legal-header img{display:block;width:140px;height:auto}.legal-header>a:last-child{color:var(--muted);font-weight:700}.legal-main{width:min(1080px,calc(100% - 40px));margin:auto;padding:72px 0 100px}.legal-hero{padding-bottom:42px;border-bottom:1px solid var(--line)}.legal-kicker{color:var(--green);font:700 11px monospace;letter-spacing:.16em}.legal-hero h1{max-width:850px;margin:14px 0 20px;font:700 clamp(44px,8vw,92px)/.9 "Space Grotesk";letter-spacing:-.05em;text-transform:uppercase}.legal-hero>p:last-child,.legal-updated{color:var(--muted)}.legal-nav{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}.legal-nav a{padding:9px 12px;border:1px solid var(--line);font-size:13px;text-decoration:none}.legal-content{display:grid;gap:1px;background:var(--line);border:1px solid var(--line)}.legal-content section{padding:clamp(24px,4vw,44px);background:var(--panel)}.legal-content h2{margin:0 0 14px;font:700 clamp(22px,3vw,32px) "Space Grotesk"}.legal-content h3{margin:24px 0 8px;font-size:17px}.legal-content p,.legal-content li{color:var(--muted)}.legal-content ul{padding-left:20px}.legal-note{padding:18px;border-left:3px solid var(--green);background:#10200f}.legal-footer{padding:28px clamp(20px,6vw,90px);display:flex;flex-wrap:wrap;gap:14px 28px;border-top:1px solid var(--line);color:var(--muted)}.legal-footer a{color:#ddd}.legal-form-note{margin:10px 0 0;color:#aaa;font-size:12px;line-height:1.5}.legal-form-note a{color:#fff}.site-legal-links{display:flex;flex-wrap:wrap;gap:12px 22px;width:100%;padding-top:18px;border-top:1px solid #292929}.site-legal-links a{color:#aaa;font-size:12px}.skip-link{position:fixed;z-index:10000;left:14px;top:14px;transform:translateY(-160%);padding:12px 16px;background:#fff;color:#000;font-weight:800}.skip-link:focus{transform:none}@media(max-width:600px){.legal-header{min-height:70px}.legal-header img{width:110px}.legal-main{width:min(100% - 28px,1080px);padding:48px 0 70px}.legal-hero h1{font-size:42px}.legal-content section{padding:22px 18px}.legal-footer{flex-direction:column}}
