:root { --paper: #f4eee3; --ink: #1c1a18; --muted: #66615a; --line: rgba(28, 26, 24, .18); --blue: #2868b2; }
* { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); }
body { margin: 0; font-family: Manrope, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:focus-visible, button:focus-visible { outline: 3px solid #ef9b35; outline-offset: 3px; }
.legal-header, .legal-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 24px 0; border-bottom: 1px solid var(--line); }
.legal-header img { display: block; width: min(230px, 54vw); height: auto; }
.legal-header > a:last-child { font: 600 13px/1.4 "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .08em; }
.legal-main { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: clamp(64px, 10vw, 120px) 0; }
.legal-kicker, .legal-updated { color: var(--blue); font: 600 12px/1.5 "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.legal-main h1 { max-width: 700px; margin: 10px 0 12px; font-size: clamp(46px, 8vw, 86px); line-height: .96; letter-spacing: -.055em; }
.legal-updated { margin-bottom: 64px; color: var(--muted); }
.legal-main section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-main h2 { margin: 0 0 14px; font-size: clamp(24px, 4vw, 34px); line-height: 1.12; letter-spacing: -.025em; }
.legal-main p { margin: 0 0 14px; color: #45413c; font-size: 17px; line-height: 1.7; }
.legal-main p:last-child { margin-bottom: 0; }
.legal-main code { padding: 2px 5px; background: rgba(40, 104, 178, .08); font: 500 .88em/1.5 "IBM Plex Mono", monospace; overflow-wrap: anywhere; }
.legal-inline-button { appearance: none; border: 0; padding: 0; background: none; color: inherit; cursor: pointer; font: inherit; text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { border-top: 1px solid var(--line); border-bottom: 0; color: var(--muted); font: 500 12px/1.5 "IBM Plex Mono", monospace; }
@media (max-width: 560px) { .legal-header, .legal-footer { align-items: flex-start; flex-direction: column; } .legal-updated { margin-bottom: 42px; } }
