@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-dark: #0f172a;--bg-surface: #1e293b;--bg-surface-hover: #334155;--bg-card: rgba(30, 41, 59, .7);--border-color: #334155;--border-color-light: #475569;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--primary: #6366f1;--primary-hover: #4f46e5;--primary-glow: rgba(99, 102, 241, .25);--accent-cyan: #06b6d4;--accent-emerald: #10b981;--accent-amber: #f59e0b;--accent-rose: #f43f5e;--sidebar-width: 260px;--sidebar-collapsed-width: 72px;--header-height: 64px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--bg-dark);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--bg-surface-hover);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-color-light)}aside::-webkit-scrollbar{width:5px}aside::-webkit-scrollbar-track{background:var(--bg-surface)}aside::-webkit-scrollbar-thumb{background:var(--border-color-light);border-radius:4px}aside::-webkit-scrollbar-thumb:hover{background:var(--primary)}.app-container{display:flex;min-height:100vh}.main-wrapper{flex:1;display:flex;flex-direction:column;min-width:0}.main-content{flex:1;padding:1.75rem 2rem;overflow-y:auto}.transition-all{transition:all .2s cubic-bezier(.4,0,.2,1)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite!important}button{font-family:inherit;cursor:pointer;height:auto!important;line-height:1.25;box-sizing:border-box}
