:root{--bg: #0a0a08;--surface: #111110;--surface2: #181816;--border: #222220;--accent: #e8c840;--accent2: #e84040;--accent3: #40a8e8;--accent4: #e88040;--text: #e8e4d8;--muted: #777770;--font-display: "Bebas Neue", sans-serif;--font-mono: "IBM Plex Mono", monospace;--panel-px: 2rem;--panel-py: 1.5rem;--controls-px: 2rem;--stat-num-size: 2.8rem}html{font-size:18px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-mono);min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left: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:.025;pointer-events:none;z-index:9999}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}button{cursor:pointer;font-family:var(--font-mono)}body{-webkit-user-select:none;user-select:none}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border)}.app-shell{height:100vh;height:100dvh}@media (max-width: 640px){:root{--panel-px: .75rem;--panel-py: .75rem;--controls-px: .75rem;--stat-num-size: 1.9rem}html{font-size:16px}.stat-grid-3,.stat-grid-2{grid-template-columns:1fr!important}.controls-hint,.footer-sources{display:none!important}}
