@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&family=Space+Grotesk:wght@500;600;700&display=swap");.legal-page{--bg:#0b0a12;--surface:#16131f;--elevated:#1e1a2b;--border:#2a2640;--text:#eceaf6;--text-muted:#a39db8;--text-faint:#6f6a83;--primary:#8b5cf6;--accent:#c4b5fd;min-height:100vh;min-height:100svh;background:radial-gradient(70% 50% at 50% -8%,rgba(139,92,246,.14),transparent 60%),var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}.legal-page *{box-sizing:border-box}.legal-wrap{max-width:780px;margin:0 auto;padding:0 24px 140px}.legal-topbar{display:flex;align-items:center;justify-content:space-between;padding:26px 4px 0}.legal-mark{color:var(--primary);width:22px;height:22px;display:block}.legal-back{display:inline-flex;align-items:center;gap:7px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:13px;letter-spacing:.02em;color:var(--text-muted);transition:color .15s ease}.legal-back:hover{color:var(--accent)}.legal-back svg{width:14px;height:14px}.legal-panel{position:relative;margin-top:72px;padding:80px clamp(24px,5vw,66px) 60px;border-radius:50% 50% 22px 22px/84px 84px 22px 22px;background:linear-gradient(180deg,rgba(30,26,43,0),rgba(22,19,31,.55) 14%,rgba(20,17,28,.78));border:1px solid rgba(139,92,246,.16);border-bottom-color:rgba(42,38,64,.55);box-shadow:0 -34px 90px -46px rgba(139,92,246,.4),0 44px 130px -64px rgba(0,0,0,.85)}.legal-panel:before{content:"";position:absolute;left:0;right:0;top:0;height:200px;border-top-left-radius:inherit;border-top-right-radius:inherit;background:radial-gradient(120% 110px at 50% 0,rgba(196,181,253,.16),transparent 72%);pointer-events:none}.legal-head{text-align:center}.legal-title{font-family:Space Grotesk,Inter,sans-serif;font-weight:600;font-size:clamp(1.9rem,4.4vw,2.6rem);line-height:1.1;letter-spacing:-.01em;margin:0}.legal-summary{margin:14px auto 0;max-width:52ch;color:var(--text-muted);font-size:1rem;line-height:1.6}.legal-updated{margin-top:18px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-faint)}.legal-body{margin-top:24px}.legal-section{margin-top:40px}.legal-section h2{font-family:Space Grotesk,Inter,sans-serif;font-weight:600;font-size:1.15rem;color:var(--text);margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid rgba(42,38,64,.6)}.legal-section p{color:#c2bdd2;font-size:.97rem;line-height:1.75;margin:0 0 13px}.legal-section p:last-child{margin-bottom:0}.legal-section ul{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.legal-section li{position:relative;padding-left:22px;color:#c2bdd2;font-size:.97rem;line-height:1.6}.legal-section li:before{content:"";position:absolute;left:4px;top:.62em;width:6px;height:6px;border-radius:9999px;background:var(--primary)}@media (max-width:640px){.legal-panel{margin-top:48px;padding-top:56px;border-radius:28px 28px 18px 18px/48px 48px 18px 18px}}