:root{--bg: #0d0d0d;--surface: #161616;--surface-2: #1f1f1f;--border: #2a2a2a;--border-focus: #4a9eff;--text: #e2e2e2;--text-muted: #666;--accent: #4a9eff;--accent-dim: #1d3d6e;--danger: #ff5555;--win-handle: #ffaa00}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:12px;background:var(--bg);color:var(--text);-webkit-user-select:none;user-select:none}button{font-family:inherit;font-size:inherit;cursor:pointer;border:1px solid var(--border);background:var(--surface-2);color:var(--text);padding:4px 10px;border-radius:3px;transition:border-color .15s,background .15s}button:hover{border-color:var(--border-focus)}button.active{background:var(--accent-dim);border-color:var(--accent);color:var(--accent)}input[type=range]{width:100%;accent-color:var(--accent)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#444}@media (pointer: coarse){button{min-height:38px;padding:6px 12px}input[type=range]{height:28px}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.jct-sb-btn{width:12px!important;height:12px!important;min-width:12px!important;min-height:12px!important;padding:0!important;border:none!important;border-radius:0!important}.jct-sb-btn:hover{background:#000000c7!important;color:#fff!important}.jct-sb-btn:active{background:#000000f2!important}.jct-sb-thumb:hover{background:#ffffff80!important}.jct-sb-thumb:active{background:#ffffffa6!important;cursor:grabbing}.jct-compact-btn{min-height:16px!important;height:16px!important;padding:0 6px!important;font-size:10px!important;line-height:14px!important}
