/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./styles/sidebar.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/* Base sidebar structure - no theme-specific colors yet */
.sidebar_sidebar__ScOu7 {
  width: 280px;
  display: flex;
  flex-direction: column;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
}

.sidebar_header__PH2cY {
  padding: 24px;
}

.sidebar_logo__nPS0m {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #6366F1, #4F46E5);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sidebar_userName__BGqqX {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.sidebar_subtitle__xUIdy {
  font-size: 12px;
  margin: 0;
}

.sidebar_nav__tU0GH {
  flex: 1 1;
  padding: 16px;
}

.sidebar_footer__2VUGj {
  padding: 16px;
}

.sidebar_themeButton__QkrNi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  margin-bottom: 12px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.sidebar_logoutButton__pf72_ {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #DC2626;
  cursor: pointer;
  transition: all 0.2s;
}

.sidebar_navItem___8z4I {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  margin-bottom: 8px;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

/* ========================================
   LIGHT MODE STYLES
   ======================================== */
html[data-theme='light'] .sidebar_sidebar__ScOu7 {
  background: #FFFFFF;
  border-right: 1px solid #F3F4F6;
}

html[data-theme='light'] .sidebar_header__PH2cY {
  border-bottom: 1px solid #F3F4F6;
}

html[data-theme='light'] .sidebar_userName__BGqqX {
  color: #1F2937;
}

html[data-theme='light'] .sidebar_subtitle__xUIdy {
  color: #6B7280;
}

html[data-theme='light'] .sidebar_footer__2VUGj {
  border-top: 1px solid #F3F4F6;
}

html[data-theme='light'] .sidebar_themeButton__QkrNi {
  background: #F9FAFB;
  color: #1F2937;
}

html[data-theme='light'] .sidebar_themeButton__QkrNi:hover {
  background: #F3F4F6;
}

html[data-theme='light'] .sidebar_logoutButton__pf72_:hover {
  background: #FEE2E2;
}

html[data-theme='light'] .sidebar_navItem___8z4I {
  color: #6B7280;
}

html[data-theme='light'] .sidebar_navItem___8z4I:hover {
  background: #F9FAFB;
}

html[data-theme='light'] .sidebar_navItem___8z4I.sidebar_active__4Oamh {
  background: #EEF2FF;
  color: #6366F1;
}

/* ========================================
   DARK MODE STYLES
   ======================================== */
html[data-theme='dark'] .sidebar_sidebar__ScOu7 {
  background: #141A2A;
  border-right: 1px solid #1F2937;
}

html[data-theme='dark'] .sidebar_header__PH2cY {
  border-bottom: 1px solid #1F2937;
}

html[data-theme='dark'] .sidebar_userName__BGqqX {
  color: #F9FAFB;
}

html[data-theme='dark'] .sidebar_subtitle__xUIdy {
  color: #D1D5DB;
}

html[data-theme='dark'] .sidebar_footer__2VUGj {
  border-top: 1px solid #1F2937;
}

html[data-theme='dark'] .sidebar_themeButton__QkrNi {
  background: #1F2937;
  color: #F9FAFB;
}

html[data-theme='dark'] .sidebar_themeButton__QkrNi:hover {
  background: #374151;
}

html[data-theme='dark'] .sidebar_logoutButton__pf72_:hover {
  background: #7F1D1D;
}

html[data-theme='dark'] .sidebar_navItem___8z4I {
  color: #D1D5DB;
}

html[data-theme='dark'] .sidebar_navItem___8z4I:hover {
  background: #1F2937;
}

html[data-theme='dark'] .sidebar_navItem___8z4I.sidebar_active__4Oamh {
  background: #3730A3;
  color: #F9FAFB;
}

