:root{--bg-deep: #0D0A0B;--bg-warm: #141011;--text-cream: #FFF8F0;--text-muted: rgba(255, 248, 240, .5);--accent-gold: #E8C872;--accent-rose: #D47C8A;--accent-rose-glow: rgba(212, 124, 138, .3);--accent-gold-glow: rgba(232, 200, 114, .2);--font-display: "Fraunces", serif;--font-body: "DM Sans", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text-cream);overflow-x:hidden;min-height:100vh}#root{position:relative;min-height:100vh}body:after{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;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='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}body:before{content:"";position:fixed;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at center,transparent 50%,rgba(13,10,11,.6) 100%)}::selection{background:var(--accent-rose);color:var(--text-cream)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--accent-rose-glow);border-radius:3px}
