:root{--bg:#f5f2ed;--text:#1a1814;--text-muted:#6b6560;--text-subtle:#a09890;--text-faint:#ccc8c2;--accent:#9a6f3a;--accent-dim:rgba(154,111,58,0.10);--accent-border:rgba(154,111,58,0.28);--rule:#ddd9d2;--card-bg:rgba(0,0,0,0.035);--card-bg-hover:rgba(0,0,0,0.065);--card-border:rgba(0,0,0,0.09);--card-border-hover:rgba(154,111,58,0.35);--focus:rgba(154,111,58,0.55)}[data-theme=dark]{--bg:#0e0e0e;--text:#ede8e0;--text-muted:#9a9490;--text-subtle:#4a4642;--text-faint:#2e2c2a;--accent:#b8965a;--accent-dim:rgba(184,150,90,0.07);--accent-border:rgba(184,150,90,0.25);--rule:#232120;--card-bg:rgba(255,255,255,0.04);--card-bg-hover:rgba(255,255,255,0.07);--card-border:rgba(255,255,255,0.13);--card-border-hover:rgba(184,150,90,0.4);--focus:rgba(184,150,90,0.6)}*,:after,:before{box-sizing:border-box}body,html{height:100%;width:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:IBM Plex Mono,Courier New,monospace;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden;overflow-y:auto;transition:background .35s ease,color .35s ease}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='1'/%3E%3C/svg%3E");opacity:.028;pointer-events:none;z-index:9999}