*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F5EFE0;--bg-2: #FBF8F3;--bg-card: #FBF8F3;--accent: #C4703A;--accent-dim: rgba(196,112,58,.1);--text-1: #2C2416;--text-2: #7A6A58;--text-3: #B5A08A;--border: #D4B896;--border-hover: rgba(44,36,22,.15);--accent-glow: rgba(196,112,58,.15);--font-sans: "Geist", system-ui, -apple-system, sans-serif;--font-mono: "Geist Mono", ui-monospace, monospace;--color-bg-base: #F5EFE0;--color-bg-surface: #FBF8F3;--color-bg-elevated: #EDE5D5;--color-bg-border: #D4B896;--color-bg-invert: #2C2416;--color-accent-primary: #C4703A;--color-accent-glow: rgba(196,112,58,.12);--color-accent-dim: #A05828;--color-accent-light: #F5E6D8;--color-accent-secondary: #7A8C6E;--color-accent-pop: #3D4F6B;--color-text-primary: #2C2416;--color-text-secondary: #7A6A58;--color-text-tertiary: #B5A08A;--color-text-accent: #C4703A;--color-text-on-invert: #F5EFE0;--color-horizon-bg: #2C2416;--color-node-default: #3D3020;--color-node-border: rgba(196,112,58,.4);--color-node-active: #C4703A;--color-node-edge: rgba(196,112,58,.18);--color-node-edge-hot: rgba(196,112,58,.7);--font-syne: "Cormorant", "Georgia", serif;--font-display: "Cormorant", "Georgia", serif;--font-geist-sans: "Geist", system-ui, sans-serif;--shadow-xs: 0 1px 2px rgba(44,36,22,.04);--shadow-sm: 0 2px 8px rgba(44,36,22,.06), 0 1px 2px rgba(44,36,22,.04);--shadow-md: 0 4px 20px rgba(44,36,22,.08), 0 2px 6px rgba(44,36,22,.05);--shadow-lg: 0 12px 40px rgba(44,36,22,.1), 0 4px 12px rgba(44,36,22,.06);--grid-max-width: 1200px;--section-padding-y: clamp(80px, 12vh, 140px);--section-padding-x: clamp(24px, 5vw, 80px);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px;--space-16: 64px;--space-24: 96px;--text-hero: clamp(48px, 6vw, 82px);--text-xl: clamp(32px, 4vw, 52px);--text-lg: 24px;--text-md: 16px;--text-sm: 14px;--text-xs: 12px;--text-mono-sm: 13px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-pill: 999px}html,body{background:var(--bg);color:var(--text-1);font-family:var(--font-sans);overflow:hidden;width:100%;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:none}#root{width:100%;height:100vh;overflow:hidden;position:relative}.section-scroll{overflow-y:auto;overflow-x:hidden;height:100%;scrollbar-width:thin;scrollbar-color:var(--text-3) transparent}.section-scroll::-webkit-scrollbar{width:3px}.section-scroll::-webkit-scrollbar-track{background:transparent}.section-scroll::-webkit-scrollbar-thumb{background:var(--text-3);border-radius:2px}h1,h2,h3,h4{font-family:var(--font-syne);font-weight:700;letter-spacing:-.022em}canvas{cursor:none}a,button{cursor:none}.mono{font-family:var(--font-mono)}.tag{display:inline-block;font-family:var(--font-mono);font-size:10px;padding:2px 7px;border-radius:3px;background:var(--color-accent-light);color:var(--color-accent-primary);border:1px solid rgba(196,112,58,.2);letter-spacing:.02em}.noise{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;opacity:.025;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.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px}.canvas-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}a,button{touch-action:manipulation;-webkit-tap-highlight-color:rgba(196,112,58,.12)}@media (hover: none){html,body{cursor:auto}canvas{cursor:auto}a,button{cursor:auto}}
