:root{--bg: #0B121D;--bg-alt: #0F1825;--bg-card: #131D2D;--green: #25C668;--green-flash: #93E83A;--white: #ffffff;--white-muted: rgba(255, 255, 255, .7);--white-dim: rgba(255, 255, 255, .5);--border: rgba(255, 255, 255, .08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--white-muted);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--green);text-decoration:none}a:hover{color:var(--green-flash);text-decoration:underline}.legal-nav{position:sticky;top:0;z-index:20;background:#0b121dd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.legal-nav-inner{max-width:920px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.legal-logo{display:inline-flex;align-items:center}.legal-logo img{height:30px;width:auto;display:block}.legal-back{font-size:14px;font-weight:500;color:var(--white-muted);display:inline-flex;align-items:center;gap:6px}.legal-back:hover{color:var(--white);text-decoration:none}.legal-main{max-width:920px;margin:0 auto;padding:64px 24px 96px;animation:legal-fade .5s ease both}@keyframes legal-fade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.legal-title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(2rem,5vw,3rem);line-height:1.1;letter-spacing:-.02em;color:var(--white);margin-bottom:12px}.legal-subtitle{font-size:1rem;color:var(--white-dim);margin-bottom:48px}.legal-prose h2{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:1.5rem;color:var(--white);margin:44px 0 16px}.legal-prose h3{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:1.18rem;color:var(--white);margin:28px 0 8px}.legal-prose p{margin-bottom:16px}.legal-prose ul{margin:0 0 16px 1.2em;display:flex;flex-direction:column;gap:8px}.legal-prose li::marker{color:var(--green)}.legal-prose strong{color:var(--white);font-weight:600}.legal-footer{border-top:1px solid var(--border);background:var(--bg-alt)}.legal-footer-inner{max-width:920px;margin:0 auto;padding:32px 24px;display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;font-size:14px;color:var(--white-dim)}.legal-footer-links{display:flex;gap:20px}.legal-footer-links a{color:var(--white-muted);font-weight:500}.legal-footer-links a:hover{color:var(--white);text-decoration:none}
