:root{--bg:#f7f8fb;--surface:#fff;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--brand:#4f46e5}
*{box-sizing:border-box}html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}body{margin:0}.legal-shell{width:min(900px,calc(100% - 32px));margin:0 auto;padding:32px 0 72px}.legal-top{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:10px 0 34px}.legal-top a{color:#334155;text-decoration:none;font-weight:800;font-size:13px}.legal-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(24px,5vw,52px);box-shadow:0 16px 48px rgba(15,23,42,.06)}.eyebrow{font-size:11px;color:#6366f1;font-weight:850;text-transform:uppercase;letter-spacing:.08em}h1{font-size:clamp(36px,6vw,58px);line-height:1;letter-spacing:-.055em;margin:12px 0 16px}h2{font-size:20px;letter-spacing:-.025em;margin:34px 0 10px}p,li{color:#475569;font-size:14px;line-height:1.75}ul{padding-left:22px}.callout{padding:15px 16px;border:1px solid #c7d2fe;border-radius:14px;background:#eef2ff;color:#3730a3;font-size:13px;line-height:1.6}.warning{border-color:#fed7aa;background:#fff7ed;color:#9a3412}.legal-footer{margin-top:22px;color:#94a3b8;font-size:11px;line-height:1.6}.legal-footer a{color:#64748b}.data-row{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid #edf1f5}.data-row:last-child{border-bottom:0}.data-row b{font-size:13px}.data-row span{font-size:12px;color:#64748b}.danger{border:0;border-radius:11px;background:#be123c;color:#fff;padding:11px 14px;font-weight:850}.secondary{border:1px solid var(--line);border-radius:11px;background:#fff;color:#334155;padding:11px 14px;font-weight:850}button:focus-visible,a:focus-visible{outline:3px solid rgba(79,70,229,.35);outline-offset:2px}@media(max-width:600px){.legal-top{align-items:flex-start;flex-direction:column}.legal-card{border-radius:18px}.data-row{align-items:flex-start;flex-direction:column}}
