:root{color-scheme:dark;--bg:#0c0c16;--surface:#171626;--text:#f5f2ff;--muted:#bbb5ce;--violet:#b698f9;--line:rgba(214,200,255,.18)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;line-height:1.7}
a{color:#c9b7ff}a:hover{text-decoration-color:#fff}
.skip-link{position:absolute;left:1rem;top:-5rem;z-index:10;padding:.5rem 1rem;background:#fff;color:#111}.skip-link:focus{top:1rem}
.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:78px;padding:1rem max(5vw,1.25rem);border-bottom:1px solid var(--line)}
.brand{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:#fff;font-weight:760;font-size:1.3rem;letter-spacing:-.018em}.brand img{width:34px;height:34px;border-radius:9px}.header-cta{padding:.55rem .9rem;border:1px solid var(--line);border-radius:999px;text-decoration:none;font-size:.86rem;color:#e9dcff}
.legal-hero{padding:clamp(3rem,7vw,6rem) max(5vw,1.25rem) 3rem;background:radial-gradient(ellipse at 78% 20%,rgba(139,91,255,.21),transparent 58%);border-bottom:1px solid var(--line)}
.legal-hero-inner,.legal-layout{max-width:1150px;margin:0 auto}.breadcrumb{display:block;margin-bottom:1.25rem;color:var(--violet);font-size:.8rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
h1,h2{line-height:1.12;letter-spacing:-.018em;overflow-wrap:break-word}h1{font-size:clamp(2.7rem,6vw,5rem);margin:0 0 1rem}h2{font-size:clamp(1.45rem,2.3vw,2rem);margin:0 0 .9rem}p{margin:.65rem 0 1.1rem;color:var(--muted)}.legal-hero p{max-width:760px;font-size:1.08rem}.updated{font-size:.82rem;color:#a9a1bd!important}
.legal-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:clamp(2rem,6vw,6rem);padding:3.5rem max(5vw,1.25rem) 6rem}
.toc{position:sticky;top:2rem;align-self:start;display:grid;gap:.55rem}.toc strong{margin-bottom:.35rem;color:#ece4ff;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase}.toc a{color:#b5aacd;text-decoration:none;font-size:.86rem;line-height:1.45}.toc a:hover{color:#fff}
.legal-copy{min-width:0}.legal-copy section{scroll-margin-top:2rem;padding:0 0 1.65rem;margin-bottom:2rem;border-bottom:1px solid var(--line)}.legal-copy section:last-child{border:0}.legal-copy ul{padding-left:1.4rem;color:var(--muted)}.legal-copy li{margin:.4rem 0}.legal-copy strong{color:#efe9ff}.contact-card{padding:1.25rem 1.5rem;border:1px solid rgba(182,145,249,.35);border-radius:14px;background:#201a32}
.site-footer{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:2rem max(5vw,1.25rem);border-top:1px solid var(--line);background:#0a0a12;color:#aca4be;font-size:.85rem;line-height:1.6}.footer-identity{display:grid;gap:.35rem}.footer-links{display:flex;flex-wrap:wrap;gap:.55rem 1rem}.site-footer a{color:#c9b7ff;text-decoration:none}.site-footer a:hover{text-decoration:underline}
@media(max-width:750px){.legal-layout{grid-template-columns:1fr;padding-top:2rem}.toc{position:static;display:flex;flex-wrap:wrap;gap:.55rem .9rem;padding-bottom:1.4rem;border-bottom:1px solid var(--line)}.toc strong{width:100%}.site-footer{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
