:root{--color-bg: #F7F5F0;--color-surface: #EDEAE2;--color-border: #D8D4C8;--color-ink: #1C1917;--color-ink-muted: #78716C;--color-ink-faint: #A8A29E;--color-accent: #D97706;--color-accent-soft: #FEF3C7;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px;--space-16: 64px;--radius: 4px;--ease: .15s ease-out}@media (prefers-color-scheme: dark){:root:not([data-theme]){--color-bg: #1C1917;--color-surface: #262220;--color-border: #3D3935;--color-ink: #F7F5F0;--color-ink-muted: #A8A29E;--color-ink-faint: #78716C;--color-accent: #D97706;--color-accent-soft: #3D2A12}}:root[data-theme=dark]{--color-bg: #1C1917;--color-surface: #262220;--color-border: #3D3935;--color-ink: #F7F5F0;--color-ink-muted: #A8A29E;--color-ink-faint: #78716C;--color-accent: #D97706;--color-accent-soft: #3D2A12}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-ink);min-height:100dvh;-webkit-font-smoothing:antialiased}button{cursor:pointer;font-family:inherit;border:none;background:none}@keyframes dot-pulse{0%,80%,to{opacity:.25}40%{opacity:1}}.loading-dots span{animation:dot-pulse 1.4s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}
