@import "https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&family=Inter:wght@400;500;600;700&display=swap";:root{--bg-dark:#09090b;--bg-sidebar:#121215;--bg-panel:#18181b;--bg-hover:#27272a;--bg-editor:#0e0e11;--border:#27272a;--border-subtle:#1e1e24;--accent:#3b82f6;--accent-hover:#2563eb;--text-primary:#f4f4f5;--text-secondary:#a1a1aa;--text-muted:#71717a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-primary);-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}#root{flex-direction:column;height:100vh;display:flex}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#27272a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3f3f46}button{background:0 0;border:none;outline:none;font-family:inherit}input,select,textarea{outline:none;font-family:inherit}.resizer-v:hover,.resizer-v:active,.resizer-h:hover,.resizer-h:active{background-color:#3b82f6!important}.remote-cursor{z-index:100;pointer-events:none;position:absolute;width:2px!important}.remote-cursor-flag{color:#fff;white-space:nowrap;pointer-events:none;z-index:101;border-radius:3px;padding:1px 5px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;position:absolute;top:-18px;left:-1px}.remote-selection{pointer-events:none;opacity:.25;position:absolute}.minimal-modal{background:#18181b;border:1px solid #27272a;box-shadow:0 20px 40px #00000080}.status-dot{background-color:#22c55e;border-radius:50%;width:6px;height:6px}
