*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg0: #07090e;--bg1: #0c0f16;--bg2: #111620;--bg3: #181e2c;--border: #1e2840;--border2: #243050;--muted: #4a5870;--dim: #7888a8;--text: #c0cce4;--bright: #e8eef8;--green: #00c076;--green-dim: #005a38;--red: #ff4d5a;--red-dim: #5a0a14;--blue: #4488ff;--blue-dim: #1a2e5a;--amber: #f5a623;--cyan: #00d4cc;--mono: "JetBrains Mono", monospace;--sans: "IBM Plex Sans", sans-serif}html,body,#root{height:100%;width:100%;overflow:hidden}body{background:var(--bg0);color:var(--text);font-family:var(--sans);font-size:13px}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}.mono{font-family:var(--mono)}.green{color:var(--green)}.red{color:var(--red)}.dim{color:var(--dim)}.muted{color:var(--muted)}.bright{color:var(--bright)}.amber{color:var(--amber)}.cyan{color:var(--cyan)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}input[type=range]{-webkit-appearance:none;height:2px;background:var(--border);outline:none;border-radius:1px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:10px;height:10px;border-radius:50%;background:var(--blue);cursor:pointer}select{-webkit-appearance:none;cursor:pointer}button{transition:opacity .1s}button:hover{opacity:.85}
