@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--font-main: "Plus Jakarta Sans", sans-serif;--font-heading: "Outfit", sans-serif;--bg-primary: #f8fafc;--bg-secondary: #ffffff;--accent-blue: #2563eb;--accent-blue-hover: #1d4ed8;--accent-green: #10b981;--accent-green-hover: #059669;--text-main: #0f172a;--text-muted: #64748b;--border-light: #e2e8f0;--sidebar-width: 260px}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;background-color:var(--bg-primary);color:var(--text-main);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100vw;height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px #2563eb66}50%{box-shadow:0 0 25px #2563ebb3}}.dashboard-main{flex:1;padding:40px;max-width:calc(100vw - 640px)}.dashboard-right-sidebar{width:360px;background:#fff;border-left:1px solid #e2e8f0;padding:40px 24px;display:flex;flex-direction:column;gap:36px;height:100vh;position:sticky;top:0}.chat-sidebar-panel{width:260px}.mobile-menu-btn{display:none;position:fixed;top:14px;left:14px;z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;cursor:pointer;box-shadow:0 2px 8px #00000014}.sidebar-overlay{display:none}@media(max-width:768px){.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.dashboard-layout{flex-direction:column!important}.dashboard-sidebar{position:fixed!important;left:0;top:0;height:100vh!important;z-index:999;transform:translate(-100%);transition:transform .3s ease;box-shadow:4px 0 20px #00000026;width:280px!important}.dashboard-sidebar.open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;inset:0;background:#0006;z-index:998;opacity:0;pointer-events:none;transition:opacity .3s ease}.sidebar-overlay.visible{opacity:1;pointer-events:all}.dashboard-main{width:100%!important;max-width:100%!important;margin-left:0!important;padding:80px 20px 20px!important}.dashboard-right-sidebar{width:100%!important;height:auto!important;position:static!important;border-left:none!important;border-top:1px solid #e2e8f0!important;padding:24px!important}.chat-container{flex-direction:column!important;height:580px!important}.chat-sidebar-panel{width:100%!important;border-right:none!important;border-bottom:1px solid #e2e8f0!important;max-height:160px!important;overflow-y:auto!important}.chat-messages-panel{width:100%!important}button{min-height:40px}.mentor-cards-grid{grid-template-columns:1fr!important}.stats-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}.dashboard-card{padding:16px!important}.dm-layout{flex-direction:column!important}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr!important}}
