@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";
:root,[data-theme=dark]{--color-bg:#0a0a0a;--color-surface:#141414;--color-surface-elevated:#1e1e1e;--color-border:#2a2a2a;--color-text-primary:#f0f0f0;--color-text-secondary:#888;--color-text-muted:#555;--color-accent:#0f4c81;--color-accent-bright:#1a6db5;--color-accent-hover:#2280d0;--color-accent-subtle:#0f4c811f;--color-nav-bg:#0a0a0ae6}[data-theme=light]{--color-bg:#f5f5f0;--color-surface:#fff;--color-surface-elevated:#eaeae5;--color-border:#d8d8d0;--color-text-primary:#111;--color-text-secondary:#555;--color-text-muted:#999;--color-accent:#0f4c81;--color-accent-bright:#1a6db5;--color-accent-hover:#2280d0;--color-accent-subtle:#0f4c811a;--color-nav-bg:#f5f5f0eb}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background-color:var(--color-bg);color:var(--color-text-primary);min-height:100vh;font-family:Inter,sans-serif;font-size:15px;line-height:1.6;transition:background-color .25s,color .25s}a{color:inherit;text-decoration:none}@media print{*,:before,:after{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}}body:before{content:"";opacity:.025;pointer-events:none;z-index:9999;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");position:fixed;inset:0}
