/* Standalone stylesheet for the public legal pages: no other files needed, so they load even when the app is offline. */
:root { --paper:#fafaf7; --paper-2:#f3f2ec; --ink:#2a2a27; --ink-2:#66645d; --muted:#8a8880; --line:rgba(42,42,39,.08); --accent:#de0a26;
  --font-display:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; --font-mono:'Geist Mono',ui-monospace,'SF Mono',Menlo,monospace; }
* { box-sizing: border-box; }
html, body { margin: 0; }
body { background: var(--paper); color: var(--ink); font-family: var(--font-display); font-size: 15px; line-height: 1.55; letter-spacing: -.005em; -webkit-font-smoothing: antialiased; min-height: 100vh; }
::selection { background: rgba(222,10,38,.16); }
main { max-width: 680px; margin: 0 auto; padding: 28px 20px 96px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); margin-bottom: 56px; }
.brand img { width: 28px; height: 28px; border-radius: 8px; outline: 1px solid rgba(0,0,0,.08); outline-offset: -1px; }
.brand span { font: 400 14px var(--font-mono); letter-spacing: -.01em; text-transform: lowercase; }
.eyebrow { display: flex; align-items: center; gap: 8px; font: 400 12px var(--font-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin: 0 0 14px; }
.eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
h1 { font-size: clamp(38px, 6vw, 58px); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; margin: 0 0 8px; text-wrap: balance; }
h2 { font-size: 20px; font-weight: 500; letter-spacing: -.02em; margin: 38px 0 8px; }
p, li { color: var(--ink-2); font-size: 15.5px; line-height: 1.7; text-wrap: pretty; }
strong { color: var(--ink); font-weight: 600; }
a { color: var(--ink); text-underline-offset: 3px; text-decoration-color: rgba(42,42,39,.3); }
a:hover { text-decoration-color: var(--accent); }
ul { padding-left: 20px; }
.meta { font: 400 12px var(--font-mono); color: var(--muted); margin: 0 0 26px; }
