:root {
  color-scheme: light;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --blue: #0369a1;
  --green: #20c787;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: #f8fafc; color: var(--ink); }
.legal-header { padding: 24px clamp(20px, 5vw, 72px); background: #0f172a; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: white; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, var(--green), #0ea5a4); }
.brand-mark svg { width: 23px; fill: none; stroke: white; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.brand small { color: #7ee2ba; font-size: 9px; letter-spacing: .14em; }
main { width: min(820px, calc(100% - 36px)); margin: 42px auto 64px; padding: clamp(26px, 5vw, 54px); border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 18px 50px rgba(15,23,42,.06); }
.eyebrow { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
h1 { margin: 12px 0 9px; font-size: clamp(30px, 4vw, 42px); letter-spacing: -.04em; }
.updated { margin: 0 0 34px; color: var(--muted); font-size: 13px; }
h2 { margin: 32px 0 10px; font-size: 18px; }
p, li { color: #475569; font-size: 14px; line-height: 1.75; }
ul { padding-left: 21px; }
.notice { margin-top: 34px; padding: 16px 18px; border-left: 3px solid var(--green); border-radius: 0 9px 9px 0; background: #f0fdf7; }
.back { display: inline-flex; margin-top: 30px; color: var(--blue); font-size: 13px; font-weight: 700; text-decoration: none; }
.back:hover { text-decoration: underline; text-underline-offset: 3px; }
