@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#09090b;--surface:#0c0c0e;--surface-hover:#18181b;--surface-active:#202024;--border:#1f1f23;--border-strong:#2e2e33;--accent:#3b82f6;--accent-dim:#2563eb;--accent-light:#60a5fa;--green:#10b981;--red:#ef4444;--yellow:#f59e0b;--text:#f4f4f5;--text-dim:#a1a1aa;--text-muted:#52525b;--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"JetBrains Mono", monospace;--radius-sm:3px;--radius:4px;--radius-lg:6px;--transition:all .15s ease}html,body,#root{background-color:var(--bg);width:100%;height:100%;overflow:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#27272a}::-webkit-scrollbar-thumb:hover{background:#3f3f46}.dim-text{color:var(--text-dim)}.muted-text{color:var(--text-muted)}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.app{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}
