:root{--dark: #1c1c1e;--dark-elevated: #2a2a2d;--dark-surface: #232326;--dark-hover: #333338;--black: #111113;--wood: #c4893b;--wood-light: #d4a05a;--wood-muted: #a67332;--cream: #f0ede8;--cream-dim: #d4d0c8;--text-primary: #f0ede8;--text-secondary: #9a958c;--text-tertiary: #6b6660;--border: #3a3a3d;--border-light: #4a4a4e;--terracotta: #c4633b;--error: #c45050;--error-bg: rgba(196, 80, 80, .12);--font-display: "Cormorant", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 40px;--space-2xl: 64px;--space-3xl: 96px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 20px rgba(0, 0, 0, .35);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .45);--shadow-glow: 0 0 0 3px rgba(196, 137, 59, .2)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--text-primary);background:var(--dark);line-height:1.6;min-height:100dvh}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;line-height:1.2}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:var(--text-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}:focus-visible{outline:2px solid var(--wood);outline-offset:2px}a,button,input,select{transition:all .2s ease}::selection{background:var(--wood);color:var(--black)}
