*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f5f6f8;--surface: #ffffff;--surface2: #f9fafb;--surface3: #f0f2f5;--border: #e5e7eb;--border2: #d1d5db;--text: #374151;--text-bright: #111827;--text-dim: #6b7280;--text-muted: #9ca3af;--accent: #2563eb;--accent-hover: #1d4ed8;--accent-light: #eff6ff;--accent2: #7c3aed;--accent3: #059669;--accent-glow: rgba(37,99,235,.08);--warn: #d97706;--error: #dc2626;--error-bg: #fef2f2;--sidebar-w: 220px;--topbar-h: 48px;--contextbar-h: 64px;--radius: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow: 0 4px 12px rgba(0,0,0,.08);--display: "Inter", system-ui, sans-serif;--mono: "JetBrains Mono", "Fira Code", monospace;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;color:var(--text);background:var(--bg)}html,body,#root{height:100%;overflow:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,80%,to{opacity:.2}40%{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,textarea,select{font-family:inherit;outline:none}
