.dashboard-module__w2Qwuq__container{grid-template:"sidebar header"70px"sidebar main"1fr/260px 1fr;min-height:100vh;display:grid}.dashboard-module__w2Qwuq__sidebar{background:var(--sidebar-bg);border-right:1px solid var(--panel-border);transition:transform var(--transition-speed) ease, background var(--transition-speed) ease, border-color var(--transition-speed) ease;z-index:50;flex-direction:column;grid-area:sidebar;gap:32px;padding:24px;display:flex}.dashboard-module__w2Qwuq__brand{align-items:center;gap:12px;display:flex}.dashboard-module__w2Qwuq__logoIcon{background:linear-gradient(135deg, var(--primary-color) 0%, #4f46e5 100%);width:36px;height:36px;box-shadow:0 4px 10px var(--primary-glow);border-radius:8px;justify-content:center;align-items:center;display:flex}.dashboard-module__w2Qwuq__brandName{letter-spacing:-.5px;color:var(--text-primary);font-size:18px;font-weight:800}.dashboard-module__w2Qwuq__nav{flex-direction:column;gap:8px;display:flex}.dashboard-module__w2Qwuq__navLink{color:var(--text-secondary);cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.dashboard-module__w2Qwuq__navLink:hover{color:var(--text-primary);background:var(--sidebar-hover);transform:translate(2px)}.dashboard-module__w2Qwuq__activeLink{font-weight:600;color:var(--sidebar-active-text)!important;background:var(--sidebar-active)!important}.dashboard-module__w2Qwuq__header{background:var(--panel-bg);border-bottom:1px solid var(--panel-border);transition:background var(--transition-speed) ease, border-color var(--transition-speed) ease;z-index:40;grid-area:header;justify-content:space-between;align-items:center;padding:0 32px;display:flex}.dashboard-module__w2Qwuq__headerLeft{align-items:center;gap:16px;display:flex}.dashboard-module__w2Qwuq__menuButton{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;transition:background .2s;display:none}.dashboard-module__w2Qwuq__menuButton:hover{background:var(--sidebar-hover)}.dashboard-module__w2Qwuq__pageTitle{color:var(--text-primary);font-size:18px;font-weight:700}.dashboard-module__w2Qwuq__headerRight{align-items:center;gap:20px;display:flex}.dashboard-module__w2Qwuq__themeToggle{background:var(--input-bg);border:1px solid var(--panel-border);cursor:pointer;width:40px;height:40px;color:var(--text-primary);border-radius:10px;outline:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.dashboard-module__w2Qwuq__themeToggle:hover{border-color:var(--primary-color);box-shadow:0 0 10px var(--primary-glow);transform:scale(1.05)}.dashboard-module__w2Qwuq__userBadge{align-items:center;gap:12px;display:flex}.dashboard-module__w2Qwuq__userAvatar{background:linear-gradient(135deg, var(--primary-color) 0%, #4f46e5 100%);color:#fff;width:36px;height:36px;box-shadow:0 4px 8px var(--primary-glow);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.dashboard-module__w2Qwuq__userInfo{flex-direction:column;display:flex}.dashboard-module__w2Qwuq__userName{color:var(--text-primary);font-size:14px;font-weight:600}.dashboard-module__w2Qwuq__userRole{color:var(--text-secondary);font-size:11px}.dashboard-module__w2Qwuq__main{grid-area:main;max-height:calc(100vh - 70px);padding:32px;overflow-y:auto}.dashboard-module__w2Qwuq__mobileOverlay{display:none}@media (max-width:768px){.dashboard-module__w2Qwuq__container{grid-template-columns:1fr;grid-template-areas:"header""main"}.dashboard-module__w2Qwuq__sidebar{width:260px;height:100vh;position:fixed;top:0;left:-260px;transform:translate(0);box-shadow:10px 0 30px #0006}.dashboard-module__w2Qwuq__sidebarOpen{transform:translate(260px)}.dashboard-module__w2Qwuq__menuButton{display:block}.dashboard-module__w2Qwuq__mobileOverlay{-webkit-backdrop-filter:blur(4px);z-index:45;background:#00000080;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.dashboard-module__w2Qwuq__overlayActive{display:block}.dashboard-module__w2Qwuq__header{padding:0 16px}.dashboard-module__w2Qwuq__main{padding:20px 16px}.dashboard-module__w2Qwuq__userInfo{display:none}}
