@tailwind base;@tailwind components;@tailwind utilities;:root{--sidebar: #0f1923;--sidebar-hover: #1a2940;--sidebar-active: #1e3a5f;--accent: #2d7dd2;--accent2: #00b894;--accent3: #e17055;--accent4: #a29bfe;--bg: #f0f4f8;--card: #ffffff;--border: #e2e8f0;--text: #1a2332;--text2: #64748b;--text3: #94a3b8}*{box-sizing:border-box}body{margin:0;font-family:Golos Text,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sidebar-desktop{display:flex;height:100%}.burger-btn{display:none;background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;flex-direction:column;gap:5px;flex-shrink:0}.burger-btn span{display:block;width:20px;height:2px;background:var(--text2);border-radius:2px}.main-content{flex:1;overflow-y:auto;padding:20px 24px}.sidebar-overlay{position:fixed;inset:0;background:#0000008c;z-index:100}.sidebar-mobile{position:fixed;top:0;left:0;bottom:0;width:260px;z-index:101;display:flex}@media(max-width:767px){.sidebar-desktop{display:none}.burger-btn{display:flex}.main-content{padding:16px}}
