: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: #3fb27f;--long-soft: rgba(63, 178, 127, .14);--short: #e25c5c;--short-soft: rgba(226, 92, 92, .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}input,textarea,select{font-family:inherit}input[type=range]{height: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}
