@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Mono:wght@300;400;500&family=Instrument+Sans:wght@400;500;600&display=swap";
:root{--bg:#0c0c0b;--surface:#141412;--border:#2a2a26;--text:#e8e4dc;--muted:#7a7670;--accent:#c9a96e;--accent2:#7eb8a4;--bg-light:#fafaf8;--surface-light:#fff;--border-light:#e8e6df;--text-light:#1a1a1a;--muted-light:#5a5a54;--accent-light:#a67c52;--accent2-light:#5a8f7b;--accent-hover-light:#8b5a2b;--accent2-hover-light:#4a7a6a;--surface-hover-light:#f0ede8;--serif:"DM Serif Display", Georgia, serif;--mono:"DM Mono", monospace;--sans:"Instrument Sans", sans-serif}html[data-theme=light]{--bg:var(--bg-light);--surface:var(--surface-light);--border:var(--border-light);--text:var(--text-light);--muted:var(--muted-light);--accent:var(--accent-light);--accent2:var(--accent2-light)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);min-height:100vh;transition:background-color .3s,color .3s;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:999;opacity:.4;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.04'/%3E%3C/svg%3E");position:fixed;inset:0}h1,h2,h3,h4{font-family:var(--serif);font-weight:400;line-height:1.1}::selection{background:var(--accent);color:var(--bg)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.cursor{background:var(--accent);pointer-events:none;z-index:9999;border-radius:50%;width:6px;height:6px;transition:transform .15s;position:fixed}.cursor-ring{border:1px solid var(--accent,#c9a96e4d);pointer-events:none;z-index:9998;opacity:.6;border-radius:50%;width:32px;height:32px;transition:transform .4s,width .3s,height .3s,border-color .3s;position:fixed}.theme-toggle{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.theme-toggle:hover{background:var(--surface);border-color:var(--accent);color:var(--accent)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle svg{stroke:currentColor;width:20px;height:20px}@media (max-width:768px){.cursor,.cursor-ring{display:none}}
