:root{--bg-primary:#080808;--bg-secondary:#111;--bg-card:#161616;--accent:#c8a96e;--accent-light:#e0c898;--text-primary:#f0ead6;--text-muted:hsla(46,46%,89%,.45);--border-subtle:hsla(46,46%,89%,.08)}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--bg-primary);color:var(--text-primary)}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9998;opacity:.032;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px 180px}a{color:inherit;text-decoration:none}::selection{background:hsla(39,45%,61%,.25);color:#f0ead6}