:root{--color-brand: #ffbb00;--color-ink: #33312b;--color-bg: #f7f5ef;--color-muted: #7a766b;--color-ok: #2f7d4f;--color-error: #b3261e;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--space-4: 1rem;--space-8: 2rem;--logo-max: 420px}*{box-sizing:border-box}body{margin:0;background:var(--color-bg);color:var(--color-ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4);padding:var(--space-8) var(--space-4);text-align:center}.logo{width:100%;max-width:var(--logo-max);height:auto}h1{margin:0;font-size:1.5rem;font-weight:600}p{margin:0}.meta{color:var(--color-muted);font-size:.875rem}
