:root { --ink: #071b13; --deep: #04130d; --cream: #f7f4e9; --muted: #afbbb2; --lime: #c2e584; --line: rgba(218,236,205,.17); --serif: Georgia, 'Times New Roman', serif; --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
* { box-sizing: border-box; } body { background: radial-gradient(circle at 86% 0, #173d2b, var(--deep) 40%); color: var(--cream); font-family: var(--sans); line-height: 1.68; margin: 0; } a { color: inherit; } .container { margin: 0 auto; width: min(760px, calc(100% - 44px)); }.legal-header { align-items: center; display: flex; justify-content: space-between; min-height: 94px; }.brand { align-items: center; display: inline-flex; font-family: var(--serif); font-size: 1.28rem; font-weight: 700; gap: 10px; letter-spacing: -.035em; text-decoration: none; }.brand img { border-radius: 8px; height: 32px; width: 32px; }.back { color: var(--muted); font-size: .86rem; text-decoration: none; }.back:hover, .legal-page a { color: var(--lime); }.legal-page { padding: 68px 0 100px; }.eyebrow { color: var(--lime); font-size: .72rem; font-weight: 800; letter-spacing: .18em; margin: 0 0 19px; text-transform: uppercase; }.legal-page h1 { font-family: var(--serif); font-size: clamp(3.35rem, 8vw, 5.2rem); letter-spacing: -.07em; line-height: .95; margin: 0 0 17px; }.updated { color: #8c9a91; font-size: .85rem; margin-bottom: 42px; }.intro { border-bottom: 1px solid var(--line); color: #d9e2d7; font-size: 1.16rem; line-height: 1.7; padding-bottom: 42px; }.legal-page h2 { font-family: var(--serif); font-size: 1.78rem; letter-spacing: -.04em; line-height: 1.1; margin: 49px 0 14px; }.legal-page p, .legal-page li { color: var(--muted); }.legal-page strong { color: var(--cream); }.legal-page ul { padding-left: 23px; }.legal-page li { margin: 11px 0; }.legal-footer { border-top: 1px solid var(--line); color: #87958b; font-size: .75rem; padding: 24px 0 30px; }.legal-footer a { color: var(--lime); text-decoration: none; } @media (max-width: 600px) { .legal-header { min-height: 77px; }.brand { font-size: 1.12rem; }.brand img { height: 29px; width: 29px; }.legal-page { padding: 40px 0 72px; }.legal-page h2 { font-size: 1.55rem; margin-top: 38px; } }
