@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Mono:wght@400;600&family=Inter:wght@300;400;500;600&display=swap");:root{--bg:#0a0e14;--bg-card:#111720;--bg-hover:#161d28;--border:#1e2a3a;--border-light:#243244;--text:#e8edf5;--text-muted:#5a7090;--text-dim:#8aa0b8;--accent:#c8a84b;--accent-dim:#8a7030}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;font-size:15px;line-height:1.6;min-height:100vh;background-image:repeating-linear-gradient(45deg,transparent,transparent 40px,rgba(200,168,75,.015) 0,rgba(200,168,75,.015) 41px)}h1,h2,h3{font-family:Bebas Neue,sans-serif;letter-spacing:.05em;line-height:1.1}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}.mono{font-family:IBM Plex Mono,monospace}.site-header{position:-webkit-sticky;position:sticky;top:0}@media (max-width:640px){.site-header{position:relative}}