:root{--bg:#0a0908;--surface:#131110;--surface2:#1c1917;--border:#2a2523;--border2:#3a3330;--cream:#f0ebe3;--muted:#6b6460;--muted2:#4a4440;--gold:#c9a96e;--gold-dim:rgba(201,169,110,0.4);--gold-bg:rgba(201,169,110,0.08);--green:#8aad6e;--red:#c97b6e}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--cream);font-family:DM Mono,monospace;-webkit-font-smoothing:antialiased}a{color:inherit}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;color:var(--cream);background:var(--surface2);border:1px solid var(--border);outline:none}input::placeholder,textarea::placeholder{color:var(--muted2)}select option{background:var(--surface2)}body:before{content:"";position:fixed;inset:0;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)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:0}