@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-slate-950 text-slate-200 font-sans antialiased overflow-hidden;}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{@apply bg-transparent;}::-webkit-scrollbar-thumb{@apply bg-slate-700 rounded-full hover:bg-slate-600 transition-colors;}.layout-shell{@apply flex h-screen w-full overflow-hidden items-stretch;}.sidebar-panel{@apply w-80 h-full flex-shrink-0 flex flex-col border-r border-slate-800 bg-slate-900/50 backdrop-blur-sm transition-all duration-300;}.main-content{@apply flex-1 flex flex-col min-w-0 bg-slate-950 relative overflow-hidden;}.panel-container{@apply bg-slate-900 border border-slate-800 rounded-xl shadow-sm overflow-hidden flex flex-col;}
