/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/admin/admin-sidebar.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/* Sidebar — overlay, hover to expand; demo birebir. */

.admin-sidebar_sidebar__TWLdV {
  --strip-width: 56px;
  --panel-width: 240px;
  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);
}

.admin-sidebar_sidebarOpen__Ie4lC {
  width: calc(var(--strip-width, 56px) + var(--panel-width, 240px));
}

.admin-sidebar_sidebarInner__oJ7d8 {
  width: calc(var(--strip-width, 56px) + var(--panel-width, 240px));
  min-width: calc(var(--strip-width, 56px) + var(--panel-width, 240px));
  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);
}

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

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

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

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

.admin-sidebar_sidebarOpen__Ie4lC .admin-sidebar_logoStripPart__O_p17 {
  display: none;
}

.admin-sidebar_logoFavicon__AHZ_U {
  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);
}

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

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

.admin-sidebar_sidebarOpen__Ie4lC .admin-sidebar_logoPanelPart__zoRM1 {
  display: flex;
}

.admin-sidebar_logoPanelPart__zoRM1 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;
}

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

.admin-sidebar_logoFullLight__K10vL {
  display: block;
}

.admin-sidebar_logoFullDark__y35Fm {
  display: none;
}

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

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

/* Fills space between logo strip and controls (theme/lang); 12 rows share height evenly */
.admin-sidebar_nav__FWW92 {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 0;
  overflow-y: auto;
}

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

.admin-sidebar_navRow__gRVb_::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);
}

.admin-sidebar_navRow__gRVb_:hover::before {
  height: 18px;
}

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

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

.admin-sidebar_navRowLabel__7u9CH {
  width: var(--panel-width, 240px);
  flex-shrink: 1;
  min-width: 0;
  padding-left: 12px;
  padding-right: 12px;
  white-space: normal;
  line-height: 1.25;
  transition: color 0.25s ease;
}

.admin-sidebar_navRowActive__y4uD0 .admin-sidebar_navRowLabel__7u9CH {
  color: var(--accent);
  font-weight: 500;
}

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

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

.admin-sidebar_navRowActive__y4uD0:hover::before {
  height: 22px;
}

.admin-sidebar_navIconWrap__soy32 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  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;
}

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

.admin-sidebar_navRow__gRVb_:hover .admin-sidebar_navIconImg__Mixxr {
  filter: invert(1) opacity(1);
}

.admin-sidebar_navRowActive__y4uD0 .admin-sidebar_navIconImg__Mixxr,
.admin-sidebar_navIconActive__yMe6V .admin-sidebar_navIconImg__Mixxr {
  filter: invert(1);
}

.admin-sidebar_navRow__gRVb_:hover .admin-sidebar_navIconWrap__soy32 {
  color: var(--text-primary);
  transform: scale(1.08);
}

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

.admin-sidebar_navRowActive__y4uD0:hover .admin-sidebar_navIconWrap__soy32 {
  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);
}

.admin-sidebar_controlsSection__BDTlf {
  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;
}

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

.admin-sidebar_controlRow__g0CjW {
  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;
}

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

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

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

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

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

.admin-sidebar_sidebarOpen__Ie4lC .admin-sidebar_controlLabel__5PM3q {
  opacity: 1;
}

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

.admin-sidebar_langWrapper__QrEV0 {
  position: relative;
}

.admin-sidebar_langDropdown__n4XUz {
  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: admin-sidebar_sidebarFadeIn__4ygov 0.15s ease;
}

.admin-sidebar_langOption__rjYkr {
  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;
}

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

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

.admin-sidebar_profileFooter__Jfaw_ {
  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;
}

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

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

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

.admin-sidebar_profileAvatar__2f8ul {
  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);
}

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

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

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

.admin-sidebar_sidebarOpen__Ie4lC .admin-sidebar_profileInfo__WObs5 {
  opacity: 1;
}

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

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

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

.admin-sidebar_profileLogout__I84_f {
  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;
}

.admin-sidebar_sidebarOpen__Ie4lC .admin-sidebar_profileLogout__I84_f {
  opacity: 1;
}

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

.admin-sidebar_toggle__7YwuC {
  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;
}

.admin-sidebar_toggle__7YwuC: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);
}

.admin-sidebar_sidebarOpen__Ie4lC .admin-sidebar_toggle__7YwuC {
  left: calc(var(--strip-width, 56px) + var(--panel-width, 240px));
}

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

[data-theme="light"] .admin-sidebar_sidebarInner__oJ7d8 {
  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"] .admin-sidebar_stripHeader__s751M {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

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

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

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

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

[data-theme="light"] .admin-sidebar_navRow__gRVb_:hover .admin-sidebar_navIconWrap__soy32 {
  color: #0f172a;
}

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

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

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

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

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

[data-theme="light"] .admin-sidebar_navRow__gRVb_:hover .admin-sidebar_navIconImg__Mixxr {
  filter: opacity(0.9);
}

[data-theme="light"] .admin-sidebar_navRowActive__y4uD0 .admin-sidebar_navIconImg__Mixxr,
[data-theme="light"] .admin-sidebar_navIconActive__yMe6V .admin-sidebar_navIconImg__Mixxr {
  filter: invert(1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-theme="light"] .admin-sidebar_toggle__7YwuC {
  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"] .admin-sidebar_toggle__7YwuC: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"] .admin-sidebar_langDropdown__n4XUz {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

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

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

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

.admin-sidebar_mobileHeader__zt5dT {
  display: none;
}

.admin-sidebar_mobileBackdrop__Yk_k7 {
  display: none;
}

@media (max-width: 768px) {
  .admin-sidebar_mobileHeader__zt5dT {
    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);
  }

  .admin-sidebar_hamburger___LF4R {
    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;
  }

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

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

  .admin-sidebar_mobileLogoLight__F3AL3 { display: block; }
  .admin-sidebar_mobileLogoDark__R49e7 { display: none; }

  [data-theme="light"] .admin-sidebar_mobileLogoLight__F3AL3 { display: none; }
  [data-theme="light"] .admin-sidebar_mobileLogoDark__R49e7 { display: block; }

  .admin-sidebar_mobileThemeBtn__nxPPy {
    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;
  }

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

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

  .admin-sidebar_sidebar__TWLdV {
    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, 240px));
  }

  .admin-sidebar_sidebarMobileOpen__2DiRq {
    transform: translateX(0);
  }

  .admin-sidebar_sidebarOpen__Ie4lC {
    width: calc(var(--strip-width, 56px) + var(--panel-width, 240px));
  }

  .admin-sidebar_sidebarMobileOpen__2DiRq .admin-sidebar_logoPanelPart__zoRM1 {
    display: flex;
  }

  .admin-sidebar_sidebarMobileOpen__2DiRq .admin-sidebar_logoStripPart__O_p17 {
    display: none;
  }

  .admin-sidebar_sidebarMobileOpen__2DiRq .admin-sidebar_controlLabel__5PM3q {
    opacity: 1;
  }

  .admin-sidebar_sidebarMobileOpen__2DiRq .admin-sidebar_profileInfo__WObs5 {
    opacity: 1;
  }

  .admin-sidebar_sidebarMobileOpen__2DiRq .admin-sidebar_profileLogout__I84_f {
    opacity: 1;
  }

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

  .admin-sidebar_toggle__7YwuC {
    display: none;
  }

  [data-theme="light"] .admin-sidebar_mobileHeader__zt5dT {
    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"] .admin-sidebar_hamburger___LF4R {
    color: #475569;
  }

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

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

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

@keyframes admin-sidebar_sidebarFadeIn__4ygov {
  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);
}

