:root {
  color-scheme: dark;
  --legal-bg: #07140f;
  --legal-panel: #0d2118;
  --legal-copy: #eef8f2;
  --legal-muted: #a7bcb1;
  --legal-green: #2fd498;
  --legal-gold: #e8c87a;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 50% 0%, #123b2a 0, var(--legal-bg) 48%); color: var(--legal-copy); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.legal-page { width: min(100% - 36px, 880px); margin: 0 auto; padding: 28px 0 64px; }
.legal-topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid rgba(238,248,242,.12); }
.legal-brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.legal-brand img { width: 38px; height: 38px; object-fit: cover; border-radius: 10px; }
.legal-brand strong { display: block; letter-spacing: .12em; font-size: .95rem; }
.legal-brand strong span { color: var(--legal-green); }
.legal-brand small { color: var(--legal-muted); font-size: .72rem; }
.legal-back { color: var(--legal-green); text-decoration: none; font-size: .84rem; }
.legal-card { margin-top: 34px; padding: clamp(24px, 5vw, 52px); background: rgba(13,33,24,.85); border: 1px solid rgba(238,248,242,.1); border-radius: 24px; box-shadow: 0 24px 80px rgba(0,0,0,.24); }
.legal-kicker { margin: 0 0 10px; color: var(--legal-gold); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0 0 12px; font-size: clamp(2rem, 5vw, 3.25rem); line-height: 1.08; letter-spacing: -.03em; }
.legal-updated { margin: 0 0 32px; color: var(--legal-muted); font-size: .86rem; }
h2 { margin: 30px 0 10px; color: var(--legal-green); font-size: 1.15rem; }
p, li { color: var(--legal-muted); line-height: 1.7; }
strong { color: var(--legal-copy); }
.legal-footer { margin-top: 26px; color: var(--legal-muted); font-size: .78rem; text-align: center; }
@media (max-width: 560px) { .legal-topbar { align-items: flex-start; } .legal-back { white-space: nowrap; } }
