
:root{--color-bg:#0a0a0c;--color-bg-alt:#111115;--color-bg-card:#16161b;--color-border:#2a2a32;--color-border-light:#3a3a44;--color-text:#e8e6e3;--color-text-muted:#8a8892;--color-text-dim:#86848f;--color-accent:#cc6b6b;--color-accent-alt:#7b9aad;--color-accent-bright:#e0b990;--color-selection-bg:#cc6b6b4d;--color-nav-bg:#0a0a0cd9;--color-mobile-menu-bg:#0a0a0cf7;--color-accent-alt-bg:#7b9aad14;--color-accent-bg:#cc6b6b0f;--color-accent-code-bg:#cc6b6b14;--color-bg-hover:#1c1c22;--color-green:#6b9a6b;--color-green-bg:#6b9a6b1f;--color-yellow:#c4a456;--color-yellow-bg:#c4a4561f;--color-orange:#c4856a;--color-orange-bg:#c4856a1f;--font-serif:"Instrument Serif", Georgia, serif;--font-sans:"DM Sans", system-ui, sans-serif;--font-mono:"JetBrains Mono", "SF Mono", monospace;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:80px;--space-5xl:120px;--gutter:6vw;--gutter-lg:8vw;--radius-sm:2px;--radius-md:3px;--radius-default:6px;--radius-rounded:8px;--radius-card:12px;--transition-fast:.2s ease;--transition-medium:.3s ease;--transition-reveal:.7s cubic-bezier(.16, 1, .3, 1);--z-nav:100;--z-mobile-menu:200;--z-progress:200}@media (min-width:769px){:root{--gutter:8vw}}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-md)}::selection{background:var(--color-selection-bg);color:var(--color-text)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
