/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/(dashboard)/panel-layout.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.panel-layout_root__s5iAu {
  min-height: 100vh;
}

.panel-layout_main__pEe0_ {
  width: 100%;
  min-height: 100vh;
  padding: var(--space-8);
  padding-left: calc(56px + var(--space-8));
  overflow-y: auto;
}

@media (max-width: 768px) {
  .panel-layout_main__pEe0_ {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
    padding-top: calc(75px + var(--space-4));
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/layout/sidebar/Sidebar.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
/* Sidebar — overlay, hover to expand; demo birebir. */

.Sidebar_sidebar__QsJhq {
  --strip-width: 56px;
  --panel-width: 200px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  max-height: 100dvh;
  max-height: 100vh;
  z-index: 50;
  display: flex;
  width: var(--strip-width, 56px);
  overflow: hidden;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--font-body);
}

.Sidebar_sidebarOpen__BgM6d {
  width: calc(var(--strip-width, 56px) + var(--panel-width, 200px));
}

.Sidebar_sidebarInner__3PwcS {
  width: calc(var(--strip-width, 56px) + var(--panel-width, 200px));
  min-width: calc(var(--strip-width, 56px) + var(--panel-width, 200px));
  max-height: 100%;
  min-height: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  /* Opaque surface — global --surface-sidebar can be translucent in dark theme */
  background: linear-gradient(180deg, var(--surface-bg-solid) 0%, var(--surface-elevated) 100%);
  border-right: 1px solid var(--border-accent);
  box-shadow:
    2px 0 24px rgba(0, 0, 0, 0.4),
    1px 0 0 rgba(var(--accent-rgb), 0.06);
}

.Sidebar_stripHeader__2zsG3 {
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-accent);
  position: relative;
}

.Sidebar_stripHeader__2zsG3::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), 0.2), transparent);
}

.Sidebar_logoLink__vbvY8 {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.Sidebar_logoStripPart__vtVSW {
  width: var(--strip-width, 56px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Sidebar_sidebarOpen__BgM6d .Sidebar_logoStripPart__vtVSW {
  display: none;
}

.Sidebar_logoFavicon__gh0yx {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s ease;
  filter: drop-shadow(0 0 0 transparent);
}

.Sidebar_logoLink__vbvY8:hover .Sidebar_logoFavicon__gh0yx {
  transform: scale(1.08);
  filter: drop-shadow(0 0 8px rgba(var(--accent-rgb), 0.4));
}

.Sidebar_logoPanelPart__I__1u {
  width: var(--panel-width, 200px);
  flex-shrink: 0;
  display: none;
  align-items: center;
  justify-content: flex-start;
  padding-left: 12px;
}

.Sidebar_sidebarOpen__BgM6d .Sidebar_logoPanelPart__I__1u {
  display: flex;
}

.Sidebar_logoPanelPart__I__1u img {
  max-width: 100%;
  height: auto;
  max-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  transition: filter 0.3s ease;
}

.Sidebar_logoLink__vbvY8:hover .Sidebar_logoPanelPart__I__1u img {
  filter: drop-shadow(0 0 12px rgba(var(--accent-rgb), 0.25));
}

.Sidebar_logoFullLight__9J8JS {
  display: block;
}

.Sidebar_logoFullDark__8iMIu {
  display: none;
}

[data-theme="light"] .Sidebar_logoFullLight__9J8JS {
  display: none;
}

[data-theme="light"] .Sidebar_logoFullDark__8iMIu {
  display: block;
}

.Sidebar_nav__H1547 {
  flex: 1;
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

.Sidebar_navRow__EtCQp {
  display: flex;
  align-items: center;
  height: 40px;
  flex-shrink: 0;
  color: rgba(var(--muted-rgb), 0.85);
  text-decoration: none;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  position: relative;
  transition:
    color 0.25s ease,
    background 0.25s ease;
}

.Sidebar_navRow__EtCQp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 0;
  border-radius: 0 3px 3px 0;
  background: var(--accent);
  transform: translateY(-50%);
  transition: height 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 8px rgba(var(--accent-rgb), 0.5);
}

.Sidebar_navRow__EtCQp:hover::before {
  height: 18px;
}

.Sidebar_navRow__EtCQp:hover {
  color: var(--text-primary);
  background: linear-gradient(
    90deg,
    rgba(var(--accent-rgb), 0.1) 0%,
    var(--surface-elevated) 100%
  );
}

.Sidebar_navRowIcon__Jk8TT {
  width: var(--strip-width, 56px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Sidebar_navRowLabel__rNWwg {
  width: var(--panel-width, 200px);
  flex-shrink: 0;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.Sidebar_navRowActive__scGoA .Sidebar_navRowLabel__rNWwg {
  color: var(--accent);
  font-weight: 500;
}

.Sidebar_navRowActive__scGoA {
  background: linear-gradient(
    90deg,
    rgba(var(--accent-rgb), 0.14) 0%,
    var(--surface-elevated) 100%
  );
}

.Sidebar_navRowActive__scGoA::before {
  height: 22px;
  background: linear-gradient(180deg, var(--accent), var(--accent-hover));
  box-shadow: 0 0 12px rgba(var(--accent-rgb), 0.6);
}

.Sidebar_navRowActive__scGoA:hover::before {
  height: 22px;
}

.Sidebar_navIconWrap__S_83N {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  flex-shrink: 0;
  color: rgba(var(--muted-rgb), 0.8);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.25s ease;
}

.Sidebar_navIconImg__ZbpVo {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1) opacity(0.85);
  transition: filter 0.25s ease;
}

.Sidebar_navRow__EtCQp:hover .Sidebar_navIconImg__ZbpVo {
  filter: invert(1) opacity(1);
}

.Sidebar_navRowActive__scGoA .Sidebar_navIconImg__ZbpVo,
.Sidebar_navIconActive__aULmZ .Sidebar_navIconImg__ZbpVo {
  filter: invert(1);
}

.Sidebar_navRow__EtCQp:hover .Sidebar_navIconWrap__S_83N {
  color: var(--text-primary);
  transform: scale(1.08);
}

.Sidebar_navRowActive__scGoA .Sidebar_navIconWrap__S_83N,
.Sidebar_navIconActive__aULmZ {
  color: #fff;
  background:
    linear-gradient(135deg, #062a5c 0%, #005cc1 30%, #0082ff 50%, #005cc1 70%, #062a5c 100%);
}

.Sidebar_navRowActive__scGoA:hover .Sidebar_navIconWrap__S_83N {
  color: #fff;
  transform: scale(1.08);
  box-shadow:
    0 4px 14px rgba(var(--accent-rgb), 0.55),
    0 0 28px rgba(var(--accent-rgb), 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.Sidebar_controlsSection__NbJCL {
  flex-shrink: 0;
  border-top: 1px solid var(--border-accent);
  position: relative;
  padding: 4px 0;
  min-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Sidebar_controlsSection__NbJCL::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), 0.12), transparent);
}

.Sidebar_controlRow__EQwzQ {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border: none;
  background: none;
  color: rgba(var(--muted-rgb), 0.7);
  font-size: 0.75rem;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
  flex-shrink: 0;
}

.Sidebar_controlRow__EQwzQ:hover {
  color: var(--text-primary);
  background: linear-gradient(
    90deg,
    rgba(var(--accent-rgb), 0.08) 0%,
    var(--surface-elevated) 100%
  );
}

.Sidebar_controlIcon__wUicQ {
  width: var(--strip-width, 56px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Sidebar_controlIconImg__XKKAC {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1) opacity(0.85);
}

[data-theme="light"] .Sidebar_controlIconImg__XKKAC {
  filter: opacity(0.7);
}

.Sidebar_controlLabel__snwhn {
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.Sidebar_sidebarOpen__BgM6d .Sidebar_controlLabel__snwhn {
  opacity: 1;
}

.Sidebar_flagIcon__TPsp1 {
  display: block;
  width: 20px;
  height: 13px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.Sidebar_langWrapper__NmVor {
  position: relative;
}

.Sidebar_langDropdown__Sq77a {
  position: absolute;
  left: var(--strip-width, 56px);
  bottom: 100%;
  margin-bottom: 4px;
  width: 170px;
  background: var(--surface-bg-solid);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
  padding: 4px;
  box-shadow: var(--shadow-lg);
  z-index: 60;
  animation: Sidebar_sidebarFadeIn__Bcx4x 0.15s ease;
}

.Sidebar_langOption__06X5i {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  border: none;
  background: none;
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  font-size: 0.8rem;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.Sidebar_langOption__06X5i:hover {
  background: rgba(var(--accent-rgb), 0.08);
  color: var(--text-primary);
}

.Sidebar_langOptionActive__UEkOK {
  background: rgba(var(--accent-rgb), 0.12);
  color: var(--accent);
  font-weight: 500;
}

.Sidebar_profileFooter__LtaRF {
  flex-shrink: 0;
  border-top: 1px solid var(--border-accent);
  position: relative;
  padding: 8px 0;
  min-height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Sidebar_profileFooter__LtaRF::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), 0.15), transparent);
}

.Sidebar_profileRow__8_4jW {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 6px 0;
  flex-shrink: 0;
}

.Sidebar_profileAvatarWrap__upx4A {
  width: var(--strip-width, 56px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Sidebar_profileAvatar__XBj41 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #062a5c 0%, #005cc1 50%, #062a5c 100%);
  color: var(--text-primary);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.Sidebar_profileAvatarImg__8iNq_ {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.Sidebar_profileRow__8_4jW:hover .Sidebar_profileAvatar__XBj41 {
  box-shadow: 0 0 14px rgba(var(--accent-rgb), 0.35);
  transform: scale(1.06);
}

.Sidebar_profileInfo__rH7So {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-left: 2px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.Sidebar_sidebarOpen__BgM6d .Sidebar_profileInfo__rH7So {
  opacity: 1;
}

.Sidebar_profileName__q6vPp {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
}

.Sidebar_profileTenant__mRfXb {
  display: block;
  font-size: 0.6875rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
  min-height: 1em;
}

.Sidebar_profileCompany__HhQw3 {
  font-size: 0.65rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Sidebar_profileLogout__n0LNF {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: none;
  color: var(--text-faint);
  border-radius: 6px;
  cursor: pointer;
  opacity: 0;
  transition:
    opacity 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}

.Sidebar_sidebarOpen__BgM6d .Sidebar_profileLogout__n0LNF {
  opacity: 1;
}

.Sidebar_profileLogout__n0LNF:hover {
  color: var(--logout-hover);
  background: var(--logout-hover-bg);
}

.Sidebar_toggle__0O3o_ {
  position: absolute;
  left: var(--strip-width, 56px);
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 0 8px 8px 0;
  background: rgba(var(--surface-rgb), 0.9);
  border: 1px solid rgba(var(--accent-rgb), 0.1);
  border-left: none;
  color: var(--text-ghost);
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  z-index: 10;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.Sidebar_toggle__0O3o_:hover {
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.06);
  border-color: var(--border-accent-strong);
  box-shadow: 2px 0 12px rgba(var(--accent-rgb), 0.1);
}

.Sidebar_sidebarOpen__BgM6d .Sidebar_toggle__0O3o_ {
  left: calc(var(--strip-width, 56px) + var(--panel-width, 200px));
}

.Sidebar_toggleChevron__x7r6B {
  display: block;
  font-family: var(--font-heading);
}

[data-theme="light"] .Sidebar_sidebarInner__3PwcS {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .Sidebar_stripHeader__2zsG3 {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .Sidebar_stripHeader__2zsG3::after {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent);
}

[data-theme="light"] .Sidebar_navRow__EtCQp {
  color: #475569;
}

[data-theme="light"] .Sidebar_navRow__EtCQp:hover {
  color: #0f172a;
  background: linear-gradient(90deg, rgba(26, 115, 232, 0.1) 0%, #f1f5f9 100%);
}

[data-theme="light"] .Sidebar_navIconWrap__S_83N {
  color: #64748b;
}

[data-theme="light"] .Sidebar_navRow__EtCQp:hover .Sidebar_navIconWrap__S_83N {
  color: #0f172a;
}

[data-theme="light"] .Sidebar_navRowActive__scGoA {
  background: linear-gradient(90deg, rgba(26, 115, 232, 0.12) 0%, #f1f5f9 100%);
}

[data-theme="light"] .Sidebar_navRowActive__scGoA .Sidebar_navRowLabel__rNWwg {
  color: #1a73e8;
  font-weight: 600;
}

[data-theme="light"] .Sidebar_navRowActive__scGoA .Sidebar_navIconWrap__S_83N,
[data-theme="light"] .Sidebar_navIconActive__aULmZ {
  color: #fff;
  background: linear-gradient(135deg, #1a73e8 0%, #1565c0 100%);
  box-shadow: 0 2px 8px rgba(26, 115, 232, 0.3);
}

[data-theme="light"] .Sidebar_navRowActive__scGoA:hover .Sidebar_navIconWrap__S_83N {
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.35);
}

[data-theme="light"] .Sidebar_navIconImg__ZbpVo {
  filter: opacity(0.65);
}

[data-theme="light"] .Sidebar_navRow__EtCQp:hover .Sidebar_navIconImg__ZbpVo {
  filter: opacity(0.9);
}

[data-theme="light"] .Sidebar_navRowActive__scGoA .Sidebar_navIconImg__ZbpVo,
[data-theme="light"] .Sidebar_navIconActive__aULmZ .Sidebar_navIconImg__ZbpVo {
  filter: invert(1);
}

[data-theme="light"] .Sidebar_navRowActive__scGoA::before {
  background: linear-gradient(180deg, #1a73e8, #1565c0);
  box-shadow: 0 0 8px rgba(26, 115, 232, 0.4);
}

[data-theme="light"] .Sidebar_navRow__EtCQp::before {
  box-shadow: none;
}

[data-theme="light"] .Sidebar_navRow__EtCQp:hover::before {
  box-shadow: 0 0 4px rgba(26, 115, 232, 0.3);
}

[data-theme="light"] .Sidebar_controlsSection__NbJCL {
  border-top-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .Sidebar_controlsSection__NbJCL::before {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03), transparent);
}

[data-theme="light"] .Sidebar_controlRow__EQwzQ {
  color: #64748b;
}

[data-theme="light"] .Sidebar_controlRow__EQwzQ:hover {
  color: #0f172a;
  background: rgba(0, 0, 0, 0.03);
}

[data-theme="light"] .Sidebar_profileFooter__LtaRF {
  border-top-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .Sidebar_profileFooter__LtaRF::before {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03), transparent);
}

[data-theme="light"] .Sidebar_profileAvatar__XBj41 {
  background: linear-gradient(135deg, #1a73e8 0%, #1565c0 100%);
  color: #ffffff;
}

[data-theme="light"] .Sidebar_profileName__q6vPp {
  color: #0f172a;
  font-weight: 600;
}

[data-theme="light"] .Sidebar_profileTenant__mRfXb {
  color: #64748b;
}

[data-theme="light"] .Sidebar_profileLogout__n0LNF:hover {
  color: #dc2626;
  background: rgba(220, 38, 38, 0.06);
}

[data-theme="light"] .Sidebar_toggle__0O3o_ {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.08);
  color: #64748b;
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .Sidebar_toggle__0O3o_:hover {
  color: #1a73e8;
  background: #ffffff;
  border-color: rgba(26, 115, 232, 0.3);
  box-shadow: 1px 0 8px rgba(26, 115, 232, 0.08);
}

[data-theme="light"] .Sidebar_langDropdown__Sq77a {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .Sidebar_langOption__06X5i {
  color: #334155;
}

[data-theme="light"] .Sidebar_langOption__06X5i:hover {
  background: rgba(26, 115, 232, 0.06);
  color: #0f172a;
}

[data-theme="light"] .Sidebar_langOptionActive__UEkOK {
  background: rgba(26, 115, 232, 0.08);
  color: #1a73e8;
}

.Sidebar_mobileHeader__jOZrg {
  display: none;
}

.Sidebar_mobileBackdrop__zMpni {
  display: none;
}

@media (max-width: 768px) {
  .Sidebar_mobileHeader__jOZrg {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 75px;
    z-index: 49;
    padding: 0 20px;
    padding-top: env(safe-area-inset-top, 0px);
    gap: 14px;
    background: linear-gradient(180deg, var(--surface-bg-solid) 0%, var(--surface-elevated) 100%);
    border-bottom: 1px solid var(--border-accent);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  }

  .Sidebar_hamburger__TyYyU {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: none;
    color: var(--text-secondary);
    cursor: pointer;
    border-radius: var(--radius-md);
    transition: color 0.2s ease, background 0.2s ease;
    flex-shrink: 0;
  }

  .Sidebar_hamburger__TyYyU:hover {
    color: var(--text-primary);
    background: rgba(var(--accent-rgb), 0.08);
  }

  .Sidebar_mobileLogoLink__EmQEZ {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    flex: 1;
    justify-content: center;
  }

  .Sidebar_mobileLogoLight__lh7ax { display: block; }
  .Sidebar_mobileLogoDark__nxPin { display: none; }

  [data-theme="light"] .Sidebar_mobileLogoLight__lh7ax { display: none; }
  [data-theme="light"] .Sidebar_mobileLogoDark__nxPin { display: block; }

  .Sidebar_mobileThemeBtn__x4Xep {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: none;
    color: var(--text-secondary);
    cursor: pointer;
    border-radius: var(--radius-md);
    transition: color 0.2s ease, background 0.2s ease;
    flex-shrink: 0;
  }

  .Sidebar_mobileThemeBtn__x4Xep:hover {
    color: var(--text-primary);
    background: rgba(var(--accent-rgb), 0.08);
  }

  .Sidebar_mobileBackdrop__zMpni {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    animation: Sidebar_sidebarFadeIn__Bcx4x 0.2s ease;
  }

  .Sidebar_sidebar__QsJhq {
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 60;
    width: calc(var(--strip-width, 56px) + var(--panel-width, 200px));
  }

  .Sidebar_sidebarMobileOpen__hmxXt {
    transform: translateX(0);
  }

  .Sidebar_sidebarOpen__BgM6d {
    width: calc(var(--strip-width, 56px) + var(--panel-width, 200px));
  }

  .Sidebar_sidebarMobileOpen__hmxXt .Sidebar_logoPanelPart__I__1u {
    display: flex;
  }

  .Sidebar_sidebarMobileOpen__hmxXt .Sidebar_logoStripPart__vtVSW {
    display: none;
  }

  .Sidebar_sidebarMobileOpen__hmxXt .Sidebar_controlLabel__snwhn {
    opacity: 1;
  }

  .Sidebar_sidebarMobileOpen__hmxXt .Sidebar_profileInfo__rH7So {
    opacity: 1;
  }

  .Sidebar_sidebarMobileOpen__hmxXt .Sidebar_profileLogout__n0LNF {
    opacity: 1;
  }

  .Sidebar_langDropdown__Sq77a {
    max-height: 70vh;
    overflow-y: auto;
  }

  .Sidebar_toggle__0O3o_ {
    display: none;
  }

  [data-theme="light"] .Sidebar_mobileHeader__jOZrg {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }

  [data-theme="light"] .Sidebar_hamburger__TyYyU {
    color: #475569;
  }

  [data-theme="light"] .Sidebar_hamburger__TyYyU:hover {
    color: #0f172a;
    background: rgba(0, 0, 0, 0.04);
  }

  [data-theme="light"] .Sidebar_mobileThemeBtn__x4Xep {
    color: #475569;
  }

  [data-theme="light"] .Sidebar_mobileThemeBtn__x4Xep:hover {
    color: #0f172a;
    background: rgba(0, 0, 0, 0.04);
  }
}

@keyframes Sidebar_sidebarFadeIn__Bcx4x {
  from { opacity: 0; }
  to { opacity: 1; }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/vlagster-loader.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
/* Stroke-based loading: lines draw along paths to form "Vlagster", hold, then undraw. Loop. */

.vlagster-loader_wrap__Gy8tS {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 2rem;
  color: var(--vlagster-loader-stroke, rgba(255, 255, 255, 0.92));
}

.vlagster-loader_svg__7PG3K {
  width: 100%;
  max-width: min(420px, 85vw);
  height: auto;
  overflow: visible;
}

/* Single stroke per path: dash moves along path (draw), then back (undraw). */
.vlagster-loader_path__PRyzd {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  vector-effect: non-scaling-stroke;
  animation: vlagster-loader_vlagster-draw__M5SAI 3.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

/* 0–32% draw (stroke reveals along path), 32–42% hold full, 42–82% undraw (stroke disappears), 82–100% pause. */
@keyframes vlagster-loader_vlagster-draw__M5SAI {
  0% {
    stroke-dashoffset: 1;
  }
  32% {
    stroke-dashoffset: 0;
  }
  42% {
    stroke-dashoffset: 0;
  }
  82% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 1;
  }
}

/* Light theme */
[data-theme="light"] .vlagster-loader_wrap__Gy8tS {
  --vlagster-loader-stroke: rgba(15, 23, 42, 0.88);
}

