:root { --purple:#35105f; --violet:#6d24a9; --lime:#c4ef38; --ink:#281b34; --muted:#6b5f74; --line:#e3d7eb; }
* { box-sizing:border-box; }
body { margin:0; background:radial-gradient(circle at 12% 0,rgba(164,51,220,.12),transparent 28rem),#f8f5fa; color:var(--ink); font:16px/1.72 Inter,system-ui,sans-serif; }
::selection { background:#dbff72; color:#241039; }
:focus-visible { outline:3px solid var(--lime); outline-offset:3px; }
.legal-header { position:sticky; top:0; z-index:2; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:10px max(20px,5%); background:rgba(35,9,64,.96); color:#fff; box-shadow:0 8px 30px rgba(25,4,45,.2); backdrop-filter:blur(12px); }
.legal-header a { color:#fff; text-decoration:none; font-weight:750; }
.legal-header a:hover { color:#d7ff55; }
.legal-brand { display:flex; align-items:center; gap:11px; }
.legal-brand img { width:46px; height:46px; object-fit:cover; border-radius:13px; box-shadow:0 5px 18px rgba(201,54,255,.28); }
.legal-document { max-width:920px; margin:34px auto; padding:clamp(28px,5vw,58px); background:#fff; border:1px solid var(--line); border-radius:22px; box-shadow:0 24px 70px rgba(50,16,95,.10); }
.legal-document > p:first-child { margin-top:0; color:#2e0d50; font-size:clamp(1.6rem,4vw,2.35rem); line-height:1.15; }
.legal-document strong { color:#511483; }
.legal-document li { margin-bottom:.55rem; }
.legal-document a { color:#5b168f; font-weight:700; }
.loading { color:var(--muted); }
@media(max-width:700px){.legal-header{align-items:flex-start;flex-direction:column;gap:5px}.legal-document{margin:0;padding:30px 20px;border:0;border-radius:0}.legal-brand img{width:40px;height:40px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
