:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #0d0d0d; color: #f1f1f3; }
* { box-sizing: border-box; }
body { margin: 0; background: #0d0d0d; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(13,13,13,.9); backdrop-filter: blur(16px); }
.nav { width: min(1080px, calc(100% - 32px)); height: 64px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.back { color: #a1a1aa; font-size: 14px; text-decoration: none; }
.back:hover { color: #f1f1f3; }
main { width: min(860px, calc(100% - 32px)); margin: 0 auto; padding: 64px 0 88px; line-height: 1.65; }
.eyebrow { margin: 0 0 10px; color: #9a8cff; font-size: 12px; font-weight: 700; text-transform: uppercase; }
h1 { margin: 0; max-width: 760px; font-size: clamp(38px, 7vw, 64px); line-height: 1.02; letter-spacing: 0; }
.updated { margin: 16px 0 0; color: #8b8b96; font-size: 14px; }
.intro { margin: 34px 0 46px; border: 1px solid rgba(255,255,255,.1); background: #171717; padding: 20px; }
h2 { margin: 38px 0 10px; font-size: 22px; line-height: 1.25; }
p, li { color: #c5c5cc; font-size: 16px; }
li + li { margin-top: 8px; }
ul { padding-left: 22px; }
.notice { margin-top: 30px; border-left: 3px solid #7c6cff; background: rgba(124,108,255,.08); padding: 14px 16px; }
.policy-links { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 14px; }
.policy-links a { color: #a1a1aa; }
.policy-links a:hover { color: #f1f1f3; }
@media (max-width: 600px) { main { padding-top: 42px; } .nav { width: min(100% - 24px, 1080px); } }
