*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0d0d0d;--color-surface: #161616;--color-surface-2: #1f1f1f;--color-border: rgba(255, 255, 255, .08);--color-border-strong: rgba(255, 255, 255, .18);--color-text-primary: #f0ede8;--color-text-secondary: #888780;--color-text-muted: #555450;--color-blue: #378ADD;--color-teal: #1D9E75;--color-teal-light: #63B8A0;--color-yellow: #F5C842;--color-red: #E24B4A;--color-gray: #888780;--font-mono: "IBM Plex Mono", monospace;--font-serif: "Playfair Display", serif;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px}html,body,#root{height:100%;background-color:var(--color-bg);color:var(--color-text-primary);font-family:var(--font-mono);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;background:var(--color-surface-2);border-radius:2px;outline:none;cursor:pointer;border:.5px solid var(--color-border)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--color-yellow);cursor:pointer;border:none}input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--color-yellow);cursor:pointer;border:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-surface-2);border-radius:3px}
