@import"https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,300;0,400;0,800;1,300;1,400&family=IBM+Plex+Mono:wght@400;500;700&family=Inter:wght@400;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0B0F0D;--card: #101614;--border: #1F2A26;--text-primary: #E8EFE8;--text-secondary: #8A978F;--accent: #C6FF3D;--red: #FF5B5B;--orange: #FFB547;--green: #62E08A;--font-serif: "Newsreader", Georgia, serif;--font-mono: "IBM Plex Mono", "Courier New", monospace;--font-sans: "Inter", system-ui, sans-serif}html{zoom:1.15}html,body{background:var(--bg);color:var(--text-primary);font-family:var(--font-sans);height:100%;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%;display:flex;flex-direction:column}button{cursor:pointer;background:none;border:none;font:inherit}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#c6ff3d;cursor:pointer;border:none;margin-top:-4px}input[type=range]::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#c6ff3d;cursor:pointer;border:none}input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:2px}
