:root{--sans: "Geist", ui-sans-serif, sans-serif;--mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;--serif: "Instrument Serif", "Times New Roman", serif;--bg: #000000;--panel: #111111;--card: #161616;--hover: #1a1a1a;--border: #1d1d1d;--border-sub: #141414;--text: #f3f3f3;--text2: #9a9a9a;--text3: #5a5a5a;--text4: #3a3a3a;--long: #00B066;--long-soft: rgba(0, 176, 102, .14);--short: #EF4611;--short-soft: rgba(239, 70, 17, .14);--warn: #d9a23a;--radius: 4px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:var(--bg);font-family:var(--sans);color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior:none}body{overflow:hidden}#root{width:100vw;height:100vh;display:flex;flex-direction:column}.cockpit{display:flex;flex-direction:column;height:100%;overflow:hidden;background:var(--bg)}.cockpit-body{flex:1;display:grid;grid-template-columns:75fr 25fr;gap:4px;padding:0 4px 4px;overflow:hidden;min-height:0}.cockpit-left,.cockpit-right{display:flex;flex-direction:column;gap:4px;overflow:hidden;min-height:0}.panel{background:var(--panel);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;min-height:0}@media(max-width:900px){.cockpit-body{grid-template-columns:1fr;overflow-y:auto;overflow-x:hidden}.cockpit-right,.cockpit-left{overflow:visible;min-height:auto}body{overflow:auto}}.num{font-family:var(--mono);font-variant-numeric:tabular-nums}.serif{font-family:var(--serif)}button{font-family:inherit;cursor:pointer;border-radius:9999px}input,textarea,select{font-family:inherit;border-radius:12px}input[type=range]{height:4px;border-radius:4px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3a3a3a}.settings-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:4px;outline:none;cursor:pointer}.settings-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;cursor:pointer;margin-top:0}.settings-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:none;cursor:pointer}
