: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;min-width:0}.panel{background:var(--panel);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;min-height:0}.cockpit-header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:48px;flex-shrink:0;border-bottom:1px solid var(--border);overflow:hidden}.cockpit-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.stats-row{display:grid;grid-template-columns:repeat(6,1fr);padding:20px 24px;border-bottom:1px solid var(--border);flex-shrink:0}@media(max-width:900px){#root{height:auto;min-height:100vh}.cockpit{height:auto;overflow:visible}.cockpit-body{grid-template-columns:1fr;overflow:visible;height:auto}.cockpit-right{order:1;overflow:visible;min-height:auto}.cockpit-left{order:2;overflow:visible;min-height:auto}.chart-panel{display:none}.positions-panel{height:auto!important;min-height:80px}.trade-panel{flex:none!important;overflow:visible!important}.trade-panel>div{height:auto!important;overflow:visible!important}.ticket-spacer{display:none}body{overflow-y:auto}.stats-row{grid-template-columns:repeat(3,1fr);row-gap:20px;padding:16px}}@media(max-width:480px){.cockpit-header{padding:0 12px;gap:8px}.stats-row{grid-template-columns:repeat(2,1fr)}.network-label{display:none}.stat-value{font-size:24px!important;line-height:31px!important}.ticket-order-type{flex:none!important;width:133px;flex-direction:column!important;height:62px}.ticket-order-type button{padding:0!important;flex:1}}.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}
