:root { --ink:#11111d; --muted:#656575; --paper:#fbf8f2; --indigo:#4055f5; --line:rgba(17,17,29,.12); }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.legal-header { height: 78px; width: min(1080px, calc(100% - 32px)); margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 20px; text-decoration: none; }
.brand img { width: 38px; height: 38px; border-radius: 11px; }
.back { color: var(--muted); font-size: 14px; text-decoration: none; }
.back:hover { color: var(--indigo); }
main { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 90px 0 120px; }
.kicker { color: var(--indigo); text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: 12px; }
h1 { font-size: clamp(48px, 7vw, 76px); line-height: 1; letter-spacing: -.055em; margin: 14px 0 20px; }
.updated { color: var(--muted); margin-bottom: 58px; }
h2 { margin-top: 42px; font-size: 24px; letter-spacing: -.025em; }
p, li { color: #4f4e5c; line-height: 1.75; font-size: 16px; }
ul { padding-left: 22px; }
.notice { margin-top: 52px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.notice p { margin: 0; }
footer { padding: 26px 16px; border-top: 1px solid var(--line); text-align: center; color: var(--muted); font-size: 12px; }
