@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#0a0a0b;--foreground:#ededef;--card:#141416;--card-foreground:#ededef;--primary:#6366f1;--primary-foreground:#ffffff;--secondary:#1e1e21;--secondary-foreground:#a1a1aa;--muted:#27272a;--muted-foreground:#71717a;--accent:#27272a;--accent-foreground:#ededef;--destructive:#ef4444;--destructive-foreground:#ffffff;--border:#27272a;--input:#27272a;--ring:#6366f1;--radius:0.5rem;--thinking:#f59e0b;--thinking-glow:rgba(245,158,11,0.3)}[data-theme=light]{--background:#fafafa;--foreground:#18181b;--card:#ffffff;--card-foreground:#18181b;--primary:#4f46e5;--primary-foreground:#ffffff;--secondary:#f4f4f5;--secondary-foreground:#52525b;--muted:#e4e4e7;--muted-foreground:#71717a;--accent:#f4f4f5;--accent-foreground:#18181b;--destructive:#dc2626;--destructive-foreground:#ffffff;--border:#e4e4e7;--input:#e4e4e7;--ring:#4f46e5;--thinking:#d97706;--thinking-glow:rgba(217,119,6,0.3)}[data-theme=slate]{--background:#1e293b;--foreground:#f1f5f9;--card:#334155;--card-foreground:#f1f5f9;--primary:#0ea5e9;--primary-foreground:#ffffff;--secondary:#475569;--secondary-foreground:#cbd5e1;--muted:#475569;--muted-foreground:#94a3b8;--accent:#475569;--accent-foreground:#f1f5f9;--destructive:#ef4444;--destructive-foreground:#ffffff;--border:#475569;--input:#475569;--ring:#0ea5e9;--thinking:#fbbf24;--thinking-glow:rgba(251,191,36,0.3)}[data-theme=solarized-dark]{--background:#002b36;--foreground:#839496;--card:#073642;--card-foreground:#839496;--primary:#268bd2;--primary-foreground:#ffffff;--secondary:#073642;--secondary-foreground:#93a1a1;--muted:#073642;--muted-foreground:#586e75;--accent:#073642;--accent-foreground:#839496;--destructive:#dc322f;--destructive-foreground:#ffffff;--border:#073642;--input:#073642;--ring:#268bd2;--thinking:#b58900;--thinking-glow:rgba(181,137,0,0.3)}[data-theme=monokai]{--background:#272822;--foreground:#f8f8f2;--card:#3e3d32;--card-foreground:#f8f8f2;--primary:#66d9ef;--primary-foreground:#272822;--secondary:#49483e;--secondary-foreground:#cfcfc2;--muted:#49483e;--muted-foreground:#75715e;--accent:#49483e;--accent-foreground:#f8f8f2;--destructive:#f92672;--destructive-foreground:#ffffff;--border:#49483e;--input:#49483e;--ring:#66d9ef;--thinking:#e6db74;--thinking-glow:rgba(230,219,116,0.3)}[data-theme=nord]{--background:#2e3440;--foreground:#eceff4;--card:#3b4252;--card-foreground:#eceff4;--primary:#88c0d0;--primary-foreground:#2e3440;--secondary:#434c5e;--secondary-foreground:#d8dee9;--muted:#434c5e;--muted-foreground:#9099a7;--accent:#434c5e;--accent-foreground:#eceff4;--destructive:#bf616a;--destructive-foreground:#ffffff;--border:#434c5e;--input:#434c5e;--ring:#88c0d0;--thinking:#ebcb8b;--thinking-glow:rgba(235,203,139,0.3)}[data-theme=oled]{--background:#000000;--foreground:#ffffff;--card:#0a0a0a;--card-foreground:#ffffff;--primary:#6366f1;--primary-foreground:#ffffff;--secondary:#111111;--secondary-foreground:#a1a1aa;--muted:#111111;--muted-foreground:#71717a;--accent:#111111;--accent-foreground:#ffffff;--destructive:#ef4444;--destructive-foreground:#ffffff;--border:#111111;--input:#111111;--ring:#6366f1;--thinking:#f59e0b;--thinking-glow:rgba(245,158,11,0.3)}[data-theme=paperclip]{--background:#0d0d12;--foreground:#e8e8ed;--card:#16161d;--card-foreground:#e8e8ed;--primary:#7c3aed;--primary-foreground:#ffffff;--secondary:#1e1e28;--secondary-foreground:#9898a8;--muted:#1e1e28;--muted-foreground:#6868a0;--accent:#2d2d42;--accent-foreground:#c8c8e0;--destructive:#ef4444;--destructive-foreground:#ffffff;--border:#2d2d42;--input:#2d2d42;--ring:#7c3aed;--thinking:#a855f7;--thinking-glow:rgba(168,85,247,0.3)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;height:100%}body{color:var(--foreground);background:var(--background);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--muted);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--muted-foreground);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--foreground)}::selection{background:var(--primary);color:var(--primary-foreground)}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .2s ease-out}.animate-slide-up{animation:slide-up .3s ease-out}.token-bar{height:4px;background:var(--muted);border-radius:2px;overflow:hidden}.token-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--thinking));transition:width .3s ease}