@tailwind base;@tailwind components;@tailwind utilities;:root{--ide-bg: #1a1a1a;--ide-surface: #2d2d2d;--ide-panel: #3d3d3d;--ide-border: #4d4d4d;--ide-dim: #7d7d7d;--ide-text: #e0e0e0;--ide-hover: #2a2a2a;--brand-400: #a78bfa;--brand-500: #8b5cf6;--brand-600: #7c3aed}*{color-scheme:dark}body{background:var(--ide-bg);color:var(--ide-text)}.ide-bg{background-color:var(--ide-bg)}.ide-surface{background-color:var(--ide-surface)}.ide-panel{background-color:var(--ide-panel)}.ide-border{border-color:var(--ide-border)}.ide-text{color:var(--ide-text)}.ide-dim{color:var(--ide-dim)}.ide-hover{background-color:var(--ide-hover)}.brand-400{color:var(--brand-400)}.brand-500{color:var(--brand-500)}.brand-500-bg{background-color:var(--brand-500)}.brand-600-bg{background-color:var(--brand-600)}.premium-border{border:1px solid rgba(139,92,246,.1);box-shadow:0 0 20px #8b5cf61a}.shadow-glow{box-shadow:0 0 20px #8b5cf680}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--ide-bg)}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--ide-border);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--ide-dim)}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}
