.admin-dashboard-hero__copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #8b8391;
}

.admin-stat-card,
.admin-chart-card,
.admin-section-card {
  border: 1px solid #eee4dc;
  border-radius: 16px;
  background: var(--color-surface);
  box-shadow: var(--color-shadow);
  backdrop-filter: blur(var(--glass-blur));
}

.admin-shell .sidebar-panel,
.admin-shell .sidebar.admin-sidebar,
.admin-shell .surface-card,
.admin-shell .supplier-table-card,
.admin-shell .supplier-search-bar__input,
.admin-shell .supplier-search-bar__action,
.admin-shell .supplier-search-bar__filters,
.admin-shell .admin-users-page__panel,
.admin-shell .admin-settings-nav,
.admin-shell .admin-settings-card,
.admin-shell .admin-settings-channel-card,
.admin-shell .admin-settings-session-card,
.admin-shell .admin-profile-hero,
.admin-shell .admin-profile-card,
.admin-shell .admin-stat-card,
.admin-shell .admin-chart-card,
.admin-shell .admin-section-card {
  background: #ffffff !important;
  backdrop-filter: none !important;
}

.drawer-panel.admin-drawer,
.drawer-panel.admin-drawer .drawer-header,
.drawer-panel.admin-drawer .drawer-body {
  background: #ffffff !important;
  backdrop-filter: none !important;
}

.admin-shell .surface-card,
.admin-shell .supplier-table-card,
.admin-shell .admin-users-page__panel,
.admin-shell .admin-settings-nav,
.admin-shell .admin-settings-card,
.admin-shell .admin-settings-channel-card,
.admin-shell .admin-settings-session-card,
.admin-shell .admin-profile-hero,
.admin-shell .admin-profile-card,
.admin-shell .admin-stat-card,
.admin-shell .admin-chart-card,
.admin-shell .admin-section-card {
  border-color: #f0ebe6 !important;
  box-shadow: 0 8px 24px rgba(29, 27, 36, 0.06) !important;
}

.drawer-panel.admin-drawer {
  border-color: #f0ebe6 !important;
  box-shadow: -18px 0 40px rgba(29, 27, 36, 0.12) !important;
}

.admin-shell .supplier-search-bar__input,
.admin-shell .supplier-search-bar__action,
.admin-shell .supplier-search-bar__filters {
  border-color: #ede7e1 !important;
  box-shadow: none !important;
}

.admin-shell .supplier-search-bar__filters {
  border-top-color: #f2ece7 !important;
}

.admin-shell .supplier-table thead th {
  background: #ffffff !important;
}

.drawer-panel.admin-drawer {
  width: 50vw !important;
  max-width: 50vw !important;
  border-left-color: #f0ebe6 !important;
}

.drawer-panel.admin-drawer .drawer-header {
  border-bottom-color: #f0ebe6 !important;
}

.admin-stat-card {
  display: grid;
  gap: 14px;
  min-height: 132px;
  padding: 24px;
  background: var(--color-surface);
}

.admin-stat-card--link {
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.admin-stat-card--link:hover,
.admin-stat-card--link:focus-visible {
  color: inherit;
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(249, 115, 22, 0.34);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.admin-stat-card--link:focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.28);
  outline-offset: 3px;
}

.admin-stat-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.admin-stat-card__label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #968b98;
}

.admin-stat-card__value {
  display: block;
  font-size: clamp(30px, 2.8vw, 36px);
  line-height: 1.1;
  font-weight: 800;
  color: #1b1722;
}

.admin-stat-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 18px;
  flex: 0 0 48px;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.04);
}

.admin-stat-card__icon--orange {
  background: #fff1e7;
  color: #f97316;
}

.admin-stat-card__icon--orange-soft {
  background: #fff6dd;
  color: #f59e0b;
}

.admin-stat-card__icon--peach {
  background: #feeceb;
  color: #ef4444;
}

.admin-stat-card__icon--blue {
  background: #ebf3ff;
  color: #2563eb;
}

.admin-stat-card__trend {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
  line-height: 1.25;
}

.admin-stat-card__trend i {
  font-size: 12px;
}

.admin-stat-card__trend--up {
  color: #16a34a !important;
}

.admin-stat-card__trend--down {
  color: #ef4444 !important;
}

.admin-chart-card,
.admin-section-card {
  display: grid;
  gap: 18px;
  height: 100%;
  padding: 24px;
}

.admin-chart-card__header,
.admin-section-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-chart-card__header h2,
.admin-section-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  color: #1b1722;
}

.admin-chart-card__filters {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-chart-card__filter {
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #7d7482;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.admin-chart-card__filter--active {
  background: #fff3e8;
  border-color: #ffd8b7;
  color: #ff7b1a;
}

.admin-chart-card__canvas {
  position: relative;
  min-height: 260px;
}

.admin-chart-card__canvas canvas,
.admin-performance-chart canvas {
  width: 100% !important;
  height: 100% !important;
}

.admin-dashboard-grid {
  align-items: start;
}

.admin-section-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #17141e;
}

.admin-section-card__summary {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  background: rgba(220, 38, 38, 0.08);
}

.admin-section-card__summary--negative {
  color: #ff6b57;
}

.admin-returns-list,
.admin-activity-list {
  display: grid;
  gap: 12px;
}

.admin-performance-chart {
  position: relative;
  min-height: 220px;
}

.admin-performance-chart--compact {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.admin-performance-chart--wide {
  min-height: 320px;
}

.admin-performance-chart--compact canvas {
  width: min(100%, 300px) !important;
  height: 160px !important;
  max-width: 300px;
  max-height: 160px;
  margin: 0 auto;
}

.admin-performance-metrics {
  display: grid;
  gap: 16px;
  padding-top: 4px;
  align-content: start;
}

.admin-performance-metrics__item {
  display: grid;
  gap: 10px;
}

.admin-performance-metrics__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.admin-performance-metrics__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #6f6a73;
}

.admin-performance-metrics__values {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  white-space: nowrap;
}

.admin-performance-metrics__values strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #6f6a73;
}

.admin-performance-metrics__values span {
  font-size: 13px;
  font-weight: 700;
  color: #ff6f0a;
}

.admin-performance-metrics__track {
  position: relative;
  height: 18px;
  border-radius: 999px;
  background: #f0f1f4;
  overflow: hidden;
}

.admin-performance-metrics__fill {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  min-width: 68px;
  padding-inline: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff7c0a 0%, #ff6f0a 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .admin-performance-metrics__row {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-performance-metrics__values strong {
    font-size: 22px;
  }

  .admin-performance-metrics__values span {
    font-size: 15px;
  }
}

.admin-return-item,
.admin-activity-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: var(--color-surface);
  border: 1px solid rgba(230, 230, 230, 0.75);
  backdrop-filter: blur(var(--glass-blur));
}

.admin-return-item {
  padding: 16px;
}

.admin-return-item__main,
.admin-activity-item__main {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.admin-return-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 0;
  color: #8c8392;
  background: rgba(255, 255, 255, 0.82);
  flex: 0 0 40px;
  font-size: 18px;
}

.admin-return-item__copy,
.admin-activity-item__copy {
  display: grid;
  gap: 4px;
}

.admin-return-item__copy strong,
.admin-activity-item__copy strong {
  font-size: 16px;
  line-height: 1.4;
  color: #1c1823;
}

.admin-return-item__copy span,
.admin-activity-item__copy span {
  font-size: 14px;
  line-height: 1.4;
  color: #9a93a1;
}

.admin-return-item__actions,
.admin-activity-item__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-return-item__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.admin-return-item__action--success {
  color: #1eb36f;
  box-shadow: inset 0 0 0 1px rgba(30, 179, 111, 0.2);
}

.admin-return-item__action--danger {
  color: #ef5350;
  box-shadow: inset 0 0 0 1px rgba(239, 83, 80, 0.2);
}

.admin-return-item__badge,
.admin-activity-item__badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.admin-return-item__badge--success,
.admin-activity-item__badge--success {
  background: #ecfbf3;
  color: #1eb36f;
}

.admin-return-item__badge--danger {
  background: #ffecec;
  color: #ef5350;
}

.admin-activity-item__badge--warning {
  background: #fff5de;
  color: #f59e0b;
}

.admin-activity-item__badge--info {
  background: #edf4ff;
  color: #538cff;
}

.admin-activity-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  flex: 0 0 40px;
}

.admin-activity-item__icon--orange {
  background: #fff3e8;
  color: #ff7b1a;
}

.admin-activity-item__icon--orange-soft {
  background: #fff7ee;
  color: #ff9a3d;
}

.admin-activity-item__icon--amber {
  background: #fff4da;
  color: #f59e0b;
}

.admin-activity-item__icon--peach {
  background: #fff0ea;
  color: #ff8a6a;
}

.admin-activity-item__icon--blue {
  background: #eef4ff;
  color: #538cff;
}

.admin-activity-item__meta {
  gap: 12px;
}

.admin-activity-item__meta small {
  font-size: 14px;
  line-height: 1.4;
  color: #a39aa8;
}

.admin-header {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid #f5f5f5;
}

.admin-header__brand-rail {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 0 18px;
  border-right: 1px solid #f5f5f5;
}

.admin-header__logo {
  width: 125px;
  height: auto;
}

.admin-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 60px;
  padding: 0 20px;
}

.admin-header__portal-label {
  font-size: 12px;
  font-weight: 500;
  color: #616161;
}

.admin-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.admin-header__theme-switch {
  display: inline-flex;
  align-items: center;
  padding: 2px;
  border: 1px solid #ff7300;
  border-radius: 8px;
  background: #ffffff;
}

.admin-header__theme-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #4c4650;
  font-size: 12px;
  font-weight: 700;
}

.admin-header__theme-option i {
  font-size: 12px;
}

.admin-header__theme-option.is-active {
  background: #fff3e8;
  color: #ff7300;
}

.admin-header__language .language-dropdown__trigger {
  min-width: auto;
  height: 32px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #1d1e24;
  font-size: 12px;
  font-weight: 700;
}

.admin-header__language .language-dropdown__trigger:hover {
  background: transparent;
  border-color: transparent;
}

.admin-header__language .language-dropdown__menu {
  border-color: rgba(29, 30, 36, 0.08);
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(29, 27, 36, 0.12);
}

.admin-header__language .language-dropdown__item {
  color: rgba(29, 30, 36, 0.8);
}

.admin-header__language .language-dropdown__item:hover,
.admin-header__language .language-dropdown__item.active {
  color: #ff7300;
  background: rgba(255, 115, 0, 0.12);
}

.admin-header__notifications .notification-wrapper {
  margin-left: 0 !important;
}

.admin-header__notifications .notification-bell {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #1d1e24 !important;
}

.admin-header__notifications .notification-bell:hover {
  background: rgba(255, 115, 0, 0.08);
}

.admin-header__notifications .notification-badge {
  display: inline-flex;
}

.admin-sidebar {
  padding-top: 26px;
}

.admin-sidebar__desktop-header {
  padding: 0 18px 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #efe7df;
}

.admin-sidebar__brand {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #15111a;
}

.admin-sidebar__divider {
  display: none;
}

.admin-sidebar__menu {
  gap: 14px;
  padding: 0 14px;
  margin-bottom: 10px;
}

.admin-sidebar__menu li {
  display: flex;
  justify-content: center;
}

.admin-sidebar__link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  color: #1f1b24 !important;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  box-shadow: none;
}

.admin-sidebar__icon-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  line-height: 1;
}

.admin-sidebar__link .menu-link__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  font-size: 20px;
  color: #1f1b24;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.admin-sidebar__link .menu-link__icon--image {
  width: 20px;
  height: 20px;
  display: block;
}

.admin-sidebar__link span {
  letter-spacing: -0.01em;
}

.app-shell.sidebar-collapsed .sidebar .menu .admin-sidebar__icon-slot {
  opacity: 1;
  transform: none;
  max-width: none;
  overflow: visible;
}

.admin-sidebar__link:hover {
  background: #fff8f2;
  color: #ff7300 !important;
}

.admin-sidebar__link:hover .menu-link__icon {
  color: #ff7300;
}

.admin-sidebar__link.active {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 115, 0, 0.45);
  color: #ff7300 !important;
  box-shadow: 0 10px 24px rgba(29, 27, 36, 0.06);
}

.admin-sidebar__link.active .menu-link__icon {
  color: #ff7300;
}

.admin-sidebar__link--placeholder {
  cursor: default;
  border: 1px solid transparent;
}

.admin-sidebar__link--placeholder:hover {
  background: transparent;
  color: #1f1b24 !important;
}

.admin-sidebar__link--placeholder:hover .menu-link__icon {
  color: #1f1b24;
}

.admin-sidebar__profile {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 14px 0;
  padding: 12px 16px 0;
  border-top: 1px solid #efe7df;
  color: inherit;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.admin-sidebar__profile:hover {
  background: rgba(255, 115, 0, 0.08);
}

.admin-sidebar__profile.active {
  background: rgba(255, 115, 0, 0.12);
}

.admin-sidebar__profile-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  background: #ff7300;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.admin-sidebar__profile-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.admin-sidebar__profile-copy strong {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  color: #1f1b24;
}

.admin-sidebar__profile-copy small {
  font-size: 11px;
  line-height: 1.3;
  color: #8f8694;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-settings-page {
  display: grid;
  gap: 24px;
  padding: 8px 0 0;
}

.admin-settings-page__header {
  display: grid;
  gap: 8px;
}

.admin-settings-page__header h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: #17141e;
}

.admin-settings-page__header p {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #616161;
}

.admin-settings-layout {
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.admin-settings-nav {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--color-shadow);
}

.admin-settings-nav__item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 45px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #ffffff;
  color: #1d1e24;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.admin-settings-nav__item i {
  width: 16px;
  text-align: center;
  font-size: 14px;
}

.admin-settings-nav__icon-image {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex: 0 0 16px;
}

.admin-settings-nav__item:hover {
  background: #fff8f2;
  color: #ff7300;
}

.admin-settings-nav__item--active {
  background: #fff8f2;
  border-color: #ff7300;
  color: #ff7300;
  font-weight: 700;
}

.admin-settings-content {
  display: grid;
  gap: 20px;
}

.admin-settings-section-head {
  display: grid;
  gap: 8px;
}

.admin-settings-section-head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  color: #1b1722;
}

.admin-settings-section-head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.43;
  color: #616161;
}

.admin-settings-card {
  display: grid;
  gap: 24px;
  padding: 32px;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--color-shadow);
}

.admin-settings-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.admin-settings-stack {
  display: grid;
  gap: 16px;
}

.admin-settings-card--placeholder {
  min-height: 360px;
  align-content: center;
}

.admin-settings-subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  color: #1d1e24;
}

.admin-settings-form {
  display: grid;
  gap: 20px;
}

.admin-settings-field {
  display: grid;
  gap: 8px;
}

.admin-settings-field--narrow {
  max-width: 380px;
}

.admin-settings-field span {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
  color: #616161;
}

.admin-settings-field input {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  background: #ffffff;
  color: #1d1e24;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-settings-field input:focus {
  border-color: rgba(255, 115, 0, 0.45);
  box-shadow: 0 0 0 4px rgba(255, 115, 0, 0.08);
}

.admin-settings-field input[readonly] {
  background: #f5f5f5;
  border-color: #e6e6e6;
  color: #616161;
}

.admin-settings-password {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #ece7e2;
  border-radius: 14px;
  background: #ffffff;
}

.admin-settings-password input {
  min-height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.admin-settings-password input:focus {
  box-shadow: none;
}

.admin-settings-password__leading,
.admin-settings-password__toggle {
  color: #a39aa8;
  font-size: 12px;
}

.admin-settings-password__toggle {
  border: 0;
  background: transparent;
  padding: 0;
}

.admin-settings-field input[type="range"] {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  accent-color: #ff7300;
}

.admin-settings-field small {
  font-size: 10px;
  line-height: 1.4;
  color: #616161;
}

.admin-settings-range {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  max-width: 460px;
}

.admin-settings-range strong {
  min-width: 42px;
  font-size: 14px;
  font-weight: 800;
  color: #ff7300;
  text-align: right;
}

.admin-settings-check-group {
  display: grid;
  gap: 10px;
  border: 0;
  padding: 0;
  margin: 0;
}

.admin-settings-check-group legend {
  margin: 0 0 2px;
  font-size: 12px;
  font-weight: 600;
  color: #8b8391;
}

.admin-settings-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #6e6673;
}

.admin-settings-check input {
  width: 12px;
  height: 12px;
  accent-color: #ff7300;
}

.admin-settings-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border: 0;
  background: transparent;
  color: #ff7300;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
  padding: 0;
}

.admin-settings-link--danger {
  color: #ef4444;
}

.admin-settings-security-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid #3b82f6;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.1);
}

.admin-settings-security-box__copy {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.admin-settings-security-box__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  color: #5b8def;
  background: rgba(59, 130, 246, 0.08);
  flex: 0 0 28px;
  font-size: 12px;
}

.admin-settings-security-box__icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.admin-settings-security-box__copy strong {
  display: block;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
  color: #1d1e24;
}

.admin-settings-security-box__copy small {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.4;
  color: #616161;
}

.admin-settings-toggle {
  position: relative;
  width: 58px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: #d8d8d8;
  flex: 0 0 58px;
  transition: background 0.2s ease;
}

.admin-settings-toggle span {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(27, 23, 34, 0.14);
  transition: transform 0.2s ease;
}

.admin-settings-toggle--active {
  background: #ff7300;
}

.admin-settings-toggle--active span {
  transform: translateX(34px);
}

.admin-settings-toggle--small {
  width: 30px;
  height: 18px;
  flex-basis: 30px;
}

.admin-settings-toggle--small span {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
}

.admin-settings-toggle--small.admin-settings-toggle--active span {
  transform: translateX(12px);
}

.admin-settings-channel-list {
  display: grid;
  gap: 10px;
}

.admin-settings-channel-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid #ece7e2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.admin-settings-channel-card__copy {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.admin-settings-channel-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #3a353f;
  font-size: 12px;
  flex: 0 0 20px;
}

.admin-settings-channel-card__copy strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #2d3440;
}

.admin-settings-channel-card__copy small {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  color: #a39aa8;
}

.admin-settings-event-list {
  display: grid;
  gap: 10px;
}

.admin-settings-event-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  color: #3a353f;
}

.admin-settings-rule-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 4px;
}

.admin-settings-rule-toggle__copy {
  display: grid;
  gap: 2px;
}

.admin-settings-rule-toggle__copy strong {
  font-size: 13px;
  font-weight: 700;
  color: #2d3440;
}

.admin-settings-rule-toggle__copy small {
  font-size: 11px;
  color: #8a95a5;
}

.admin-settings-placeholder {
  display: grid;
  gap: 8px;
  max-width: 520px;
}

.admin-settings-placeholder strong {
  font-size: 18px;
  font-weight: 800;
  color: #1b1722;
}

.admin-settings-placeholder p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #8d8490;
}

.admin-settings-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 12px;
}

.admin-settings-actions--inline {
  justify-content: flex-end;
}

.admin-settings-btn {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.5;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.admin-settings-btn--ghost {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  color: #616161;
  font-weight: 400;
}

.admin-settings-btn--primary {
  border: 1px solid #ff7300;
  background: #ff7300;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(255, 115, 0, 0.18);
}

.admin-settings-btn--ghost:hover {
  background: #efebe8;
}

.admin-settings-btn--primary:hover {
  background: #f36d00;
  border-color: #f36d00;
}

.admin-settings-session-list {
  display: grid;
  gap: 10px;
}

.admin-settings-session-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid #ece7e2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.admin-settings-session-card--current {
  border-color: rgba(34, 197, 94, 0.32);
  background: rgba(34, 197, 94, 0.1);
}

.admin-settings-session-card__main {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-settings-session-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #3a353f;
  font-size: 12px;
  flex: 0 0 20px;
}

.admin-settings-session-card strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #2d3440;
}

.admin-settings-session-card small {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  color: #8f8793;
}

.admin-settings-session-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}

.admin-profile-page {
  display: grid;
  gap: 20px;
  padding: 8px 0 0;
}

.admin-profile-page__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.admin-profile-page__header h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #17141e;
}

.admin-profile-page__header p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #616161;
}

.admin-profile-page__logout {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #e53b32;
  border-radius: 10px;
  background: #e53b32;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.admin-profile-hero,
.admin-profile-card {
  border: 1px solid #eee4dc;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--color-shadow);
  backdrop-filter: blur(var(--glass-blur));
}

.admin-profile-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
}

.admin-profile-hero__main {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.admin-profile-hero__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #ff7300;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  flex: 0 0 52px;
}

.admin-profile-hero__copy {
  display: grid;
  gap: 10px;
}

.admin-profile-hero__top h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b1722;
}

.admin-profile-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.admin-profile-hero__meta span {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  color: #77707a;
}

.admin-profile-hero__meta i {
  margin-right: 6px;
}

.admin-profile-hero__role {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff5eb;
  color: #ff7300;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 500;
  white-space: nowrap;
}

.admin-profile-card {
  display: grid;
  gap: 22px;
  padding: 24px 20px 20px;
}

.admin-profile-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-profile-card__head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  color: #1b1722;
}

.admin-profile-card__head i {
  color: #ff7300;
  margin-right: 8px;
}

.admin-profile-permissions {
  display: grid;
  gap: 20px;
}

.admin-profile-permission-group {
  display: grid;
  gap: 12px;
}

.admin-profile-permission-group h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #1b1722;
}

.admin-profile-permission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-profile-permission-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 12px;
  border-radius: 10px;
  background: #f9fafb;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
  color: #1d1e24;
}

.admin-profile-permission-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  font-size: 14px;
}

.admin-profile-permission-item__icon--success {
  color: #22c55e;
}

.admin-profile-permission-item__icon--muted {
  color: #a7a1ac;
}

.admin-profile-activity-list {
  display: grid;
  gap: 12px;
}

.admin-profile-activity-item {
  display: grid;
  gap: 4px;
  min-height: 64px;
  padding: 12px;
  border-radius: 10px;
  background: #f9fafb;
}

.admin-profile-activity-item strong {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
  color: #1d1e24;
}

.admin-profile-activity-item strong span {
  color: #ff7300;
}

.admin-profile-activity-item small {
  font-size: 12px;
  line-height: 1.33;
  font-weight: 400;
  color: #616161;
}

.admin-reports-page__ranking-list {
  gap: 18px;
}

.admin-reports-page__ranking-row {
  gap: 8px;
}

.admin-reports-page__ranking-top {
  font-size: 12px;
}

.admin-reports-page__ranking-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.admin-reports-page__ranking-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
}

.admin-reports-page__ranking-index--orange {
  background: rgba(255, 111, 10, 0.12);
  color: #ff6f0a;
}

.admin-reports-page__ranking-index--blue {
  background: rgba(77, 131, 234, 0.12);
  color: #4d83ea;
}

.admin-reports-page__ranking-list--returns .supplier-reports-reason-row__fill {
  background: #ef3e3a;
}

.admin-reports-page__ranking-list .supplier-reports-reason-row__track {
  height: 14px;
  background: #ececec;
  border-radius: 12px;
}

.admin-reports-page__ranking-list .supplier-reports-reason-row__fill {
  border-radius: 12px;
}

.admin-reports-page .supplier-reports-reasons--orange .supplier-reports-reason-row__fill {
  background: #ff7300;
}

[data-theme="dark"] .admin-dashboard-hero__copy h1,
[data-theme="dark"] .admin-profile-page__header h1,
[data-theme="dark"] .admin-profile-hero__top h2,
[data-theme="dark"] .admin-profile-card__head h2,
[data-theme="dark"] .admin-profile-permission-group h3,
[data-theme="dark"] .admin-profile-activity-item strong,
[data-theme="dark"] .admin-settings-page__header h1,
[data-theme="dark"] .admin-settings-section-head h2,
[data-theme="dark"] .admin-settings-subtitle,
[data-theme="dark"] .admin-settings-field input,
[data-theme="dark"] .admin-settings-session-card strong,
[data-theme="dark"] .admin-settings-channel-card__copy strong,
[data-theme="dark"] .admin-settings-event-row,
[data-theme="dark"] .admin-settings-range strong,
[data-theme="dark"] .admin-settings-rule-toggle__copy strong,
[data-theme="dark"] .admin-settings-security-box__copy strong,
[data-theme="dark"] .admin-settings-placeholder strong,
[data-theme="dark"] .admin-section-header h2,
[data-theme="dark"] .admin-chart-card__header h2,
[data-theme="dark"] .admin-section-card__title,
[data-theme="dark"] .admin-stat-card__value,
[data-theme="dark"] .admin-return-item__copy strong,
[data-theme="dark"] .admin-activity-item__copy strong {
  color: #ffffff;
}

[data-theme="dark"] .admin-dashboard-hero__copy p,
[data-theme="dark"] .admin-profile-page__header p,
[data-theme="dark"] .admin-profile-hero__meta span,
[data-theme="dark"] .admin-profile-activity-item small,
[data-theme="dark"] .admin-settings-page__header p,
[data-theme="dark"] .admin-settings-section-head p,
[data-theme="dark"] .admin-settings-field span,
[data-theme="dark"] .admin-settings-check-group legend,
[data-theme="dark"] .admin-settings-check,
[data-theme="dark"] .admin-settings-field small,
[data-theme="dark"] .admin-settings-session-card small,
[data-theme="dark"] .admin-settings-channel-card__copy small,
[data-theme="dark"] .admin-settings-rule-toggle__copy small,
[data-theme="dark"] .admin-settings-security-box__copy small,
[data-theme="dark"] .admin-settings-placeholder p,
[data-theme="dark"] .admin-stat-card__label,
[data-theme="dark"] .admin-return-item__copy span,
[data-theme="dark"] .admin-activity-item__copy span,
[data-theme="dark"] .admin-activity-item__meta small {
  color: rgba(255, 255, 255, 0.62);
}

[data-theme="dark"] .admin-stat-card,
[data-theme="dark"] .admin-chart-card,
[data-theme="dark"] .admin-profile-hero,
[data-theme="dark"] .admin-profile-card,
[data-theme="dark"] .admin-settings-nav,
[data-theme="dark"] .admin-settings-card,
[data-theme="dark"] .admin-section-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(29, 27, 36, 0.74);
  box-shadow: none;
}

[data-theme="dark"] .admin-settings-nav__item {
  color: #f4f4f6;
}

[data-theme="dark"] .admin-settings-nav__item:hover,
[data-theme="dark"] .admin-settings-nav__item--active {
  background: rgba(255, 115, 0, 0.12);
  border-color: rgba(255, 115, 0, 0.28);
  color: #ffae68;
}

[data-theme="dark"] .admin-settings-field input {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .admin-settings-field input[readonly] {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.62);
}

[data-theme="dark"] .admin-settings-password {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .admin-settings-password__leading,
[data-theme="dark"] .admin-settings-password__toggle {
  color: rgba(255, 255, 255, 0.58);
}

[data-theme="dark"] .admin-profile-permission-item,
[data-theme="dark"] .admin-profile-activity-item {
  background: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .admin-settings-channel-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

[data-theme="dark"] .admin-settings-channel-card__icon {
  color: #f4f4f6;
}

[data-theme="dark"] .admin-settings-session-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

[data-theme="dark"] .admin-settings-session-card--current {
  border-color: rgba(34, 197, 94, 0.3);
  background: rgba(34, 197, 94, 0.12);
}

[data-theme="dark"] .admin-settings-session-card__icon {
  color: #f4f4f6;
}

[data-theme="dark"] .admin-settings-security-box {
  border-color: rgba(116, 162, 255, 0.35);
  background: rgba(88, 118, 190, 0.14);
}

[data-theme="dark"] .admin-settings-security-box__icon {
  border-color: rgba(116, 162, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #9cc0ff;
}

[data-theme="dark"] .admin-settings-btn--ghost {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
}

[data-theme="dark"] .admin-settings-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .admin-chart-card__filter {
  color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .admin-chart-card__filter--active {
  background: rgba(255, 115, 0, 0.16);
  border-color: rgba(255, 115, 0, 0.3);
  color: #ffb57a;
}

[data-theme="dark"] .admin-return-item,
[data-theme="dark"] .admin-activity-item {
  background: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .admin-return-item__icon,
[data-theme="dark"] .admin-return-item__action {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .admin-return-item__badge--success,
[data-theme="dark"] .admin-activity-item__badge--success {
  background: rgba(30, 179, 111, 0.18);
  color: #35d07f;
}

[data-theme="dark"] .admin-return-item__badge--danger {
  background: rgba(239, 83, 80, 0.18);
  color: #ff5f5c;
}

[data-theme="dark"] .admin-activity-item__badge--warning {
  background: rgba(245, 158, 11, 0.18);
  color: #ffb020;
}

[data-theme="dark"] .admin-activity-item__badge--info {
  background: rgba(83, 140, 255, 0.18);
  color: #5b8fff;
}

[data-theme="dark"] .admin-sidebar__divider {
  background: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .admin-sidebar__desktop-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .admin-sidebar__brand {
  color: #ffffff;
}

[data-theme="dark"] .admin-sidebar__profile {
  border-top-color: rgba(255, 255, 255, 0.08);
  color: inherit;
}

[data-theme="dark"] .admin-sidebar__profile-copy strong {
  color: #ffffff;
}

[data-theme="dark"] .admin-sidebar__profile-copy small {
  color: rgba(255, 255, 255, 0.62);
}

[data-theme="dark"] .admin-sidebar__link {
  color: #ffffff !important;
}

[data-theme="dark"] .admin-sidebar__link .menu-link__icon {
  color: #ffffff;
  opacity: 1;
}

[data-theme="dark"] .admin-sidebar__link .menu-link__icon--image {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(103%) contrast(102%);
}

[data-theme="dark"] .admin-sidebar__link:hover {
  background: rgba(255, 115, 0, 0.14);
  color: #ff7300 !important;
}

[data-theme="dark"] .admin-sidebar__link:hover .menu-link__icon,
[data-theme="dark"] .admin-sidebar__link.active .menu-link__icon {
  color: #ff7300;
}

[data-theme="dark"] .admin-sidebar__link:hover .menu-link__icon--image,
[data-theme="dark"] .admin-sidebar__link.active .menu-link__icon--image {
  filter: brightness(0) saturate(100%) invert(52%) sepia(83%) saturate(3253%) hue-rotate(4deg) brightness(103%) contrast(102%);
}

[data-theme="dark"] .admin-sidebar__link.active {
  background: rgba(255, 115, 0, 0.12);
  border-color: rgba(255, 115, 0, 0.3);
  color: #ff7300 !important;
  box-shadow: none;
}

[data-theme="dark"] .admin-sidebar__link--placeholder:hover {
  color: #ff7300 !important;
}

[data-theme="dark"] .admin-sidebar__link--placeholder:hover .menu-link__icon {
  color: #ff7300;
}

[data-theme="dark"] .admin-header {
  background: var(--color-surface-solid);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .admin-header__brand-rail {
  border-right-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .admin-header__portal-label {
  color: #c2bbc9;
}

[data-theme="dark"] .admin-header__theme-switch {
  border-color: rgba(255, 138, 28, 0.75);
  background: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .admin-header__theme-option {
  color: #d7d1dc;
}

[data-theme="dark"] .admin-header__theme-option.is-active {
  background: rgba(255, 115, 0, 0.18);
  color: #ff9a3d;
}

[data-theme="dark"] .admin-header__language .language-dropdown__trigger {
  color: #f3eff7;
}

[data-theme="dark"] .admin-header__language .language-dropdown__menu {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(12, 12, 12, 0.94);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

[data-theme="dark"] .admin-header__language .language-dropdown__item {
  color: rgba(255, 255, 255, 0.84);
}

[data-theme="dark"] .admin-header__notifications .notification-bell {
  color: #f3eff7 !important;
}

@media (max-width: 991.98px) {
  .admin-header {
    grid-template-columns: 1fr;
  }

  .admin-header__brand-rail {
    border-right: 0;
    padding: 0 16px;
  }

  .admin-header__content {
    display: none;
  }

  .admin-sidebar {
    padding-top: 0;
  }

  .admin-sidebar__desktop-header {
    display: none;
  }

  .admin-settings-layout {
    grid-template-columns: 1fr;
  }

  .admin-settings-nav {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media (max-width: 767.98px) {
  .admin-settings-nav {
    grid-template-columns: 1fr;
  }

  .admin-settings-card {
    padding: 20px;
  }

  .admin-profile-page__header,
  .admin-profile-hero,
  .admin-settings-channel-card,
  .admin-settings-card__head,
  .admin-settings-session-card,
  .admin-settings-security-box,
  .admin-settings-rule-toggle,
  .admin-settings-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-profile-permission-grid {
    grid-template-columns: 1fr;
  }

  .admin-settings-toggle {
    align-self: flex-end;
  }
}

@media (min-width: 992px) {
  .admin-shell {
    --admin-header-height: 61px;
    min-height: 100vh;
  }

  .app-root.rtl .admin-header__brand-rail {
    border-right: 0;
    border-left: 1px solid #f5f5f5;
  }

  .admin-shell .sidebar-panel {
    position: fixed;
    top: var(--admin-header-height);
    left: 0;
    bottom: 0;
    z-index: 990;
    width: var(--sidebar-width);
    flex-basis: var(--sidebar-width);
    min-height: calc(100vh - var(--admin-header-height));
  }

  .app-root.rtl .admin-shell .sidebar-panel {
    left: auto;
    right: 0;
  }

  .admin-shell .app-content {
    margin-left: var(--sidebar-width);
    min-height: calc(100vh - var(--admin-header-height));
    transition: margin-left 0.25s ease, margin-right 0.25s ease;
  }

  .admin-shell.sidebar-collapsed .app-content {
    margin-left: var(--sidebar-collapsed-width);
  }

  .app-root.rtl .admin-shell .app-content {
    margin-left: 0;
    margin-right: var(--sidebar-width);
  }

  .app-root.rtl .admin-shell.sidebar-collapsed .app-content {
    margin-left: 0;
    margin-right: var(--sidebar-collapsed-width);
  }

  .admin-shell .sidebar.admin-sidebar {
    height: 100vh;
    max-height: 100vh;
  }

  .admin-header .sidebar-toggle--mobile {
    display: none;
  }

  .admin-sidebar {
    padding-top: 18px;
  }

  .admin-sidebar__desktop-header {
    display: none;
  }

  .app-shell {
    --sidebar-collapsed-width: 88px;
  }

  .app-shell.sidebar-collapsed .admin-sidebar {
    padding-top: 18px;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__desktop-header {
    justify-content: center;
    padding: 0 10px 18px;
    margin-bottom: 14px;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__brand {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__menu {
    gap: 8px;
    padding: 0 10px;
    margin-bottom: 8px;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__menu li {
    width: 100%;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0 !important;
    border-radius: 16px;
    background: transparent;
    margin: 0 auto;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__icon-slot {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__link > span:not(.admin-sidebar__icon-slot) {
    display: none;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__link .menu-link__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    font-size: 20px;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__link .menu-link__icon--image {
    width: 20px;
    height: 20px;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__link.active {
    border: 1px solid rgba(255, 115, 0, 0.85);
    box-shadow: none;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__link:not(.active):hover {
    background: #fff8f2;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__link--placeholder:hover {
    background: transparent;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__profile {
    justify-content: center;
    margin: 6px 10px 0;
    padding: 10px 0 0;
    border-top: 1px solid #efe7df;
  }

  .app-shell.sidebar-collapsed .admin-sidebar__profile-copy {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .admin-chart-card,
  .admin-stat-card,
  .admin-section-card {
    border-radius: 18px;
  }

  .admin-chart-card__header,
  .admin-section-card__header,
  .admin-activity-item,
  .admin-return-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-activity-item__meta,
  .admin-return-item__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .admin-chart-card__canvas {
    min-height: 220px;
  }
}

[data-theme="dark"] .admin-shell .sidebar-panel,
[data-theme="dark"] .admin-shell .sidebar.admin-sidebar,
[data-theme="dark"] .admin-shell .surface-card,
[data-theme="dark"] .admin-shell .supplier-table-card,
[data-theme="dark"] .admin-shell .supplier-search-bar__input,
[data-theme="dark"] .admin-shell .supplier-search-bar__action,
[data-theme="dark"] .admin-shell .supplier-search-bar__filters,
[data-theme="dark"] .admin-shell .admin-users-page__panel,
[data-theme="dark"] .admin-shell .admin-settings-nav,
[data-theme="dark"] .admin-shell .admin-settings-card,
[data-theme="dark"] .admin-shell .admin-settings-channel-card,
[data-theme="dark"] .admin-shell .admin-settings-session-card,
[data-theme="dark"] .admin-shell .admin-profile-hero,
[data-theme="dark"] .admin-shell .admin-profile-card,
[data-theme="dark"] .admin-shell .admin-stat-card,
[data-theme="dark"] .admin-shell .admin-chart-card,
[data-theme="dark"] .admin-shell .admin-section-card,
[data-theme="dark"] .drawer-panel.admin-drawer,
[data-theme="dark"] .drawer-panel.admin-drawer .drawer-header,
[data-theme="dark"] .drawer-panel.admin-drawer .drawer-body {
  background: #25262d !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: #f5f5f6 !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

[data-theme="dark"] .admin-shell,
[data-theme="dark"] .admin-shell .app-content,
[data-theme="dark"] .admin-dashboard-page,
[data-theme="dark"] .admin-finance-page,
[data-theme="dark"] .admin-requests-page,
[data-theme="dark"] .admin-reports-page,
[data-theme="dark"] .admin-returns-page,
[data-theme="dark"] .admin-users-page,
[data-theme="dark"] .admin-account-approvals-page,
[data-theme="dark"] .admin-settings-page,
[data-theme="dark"] .admin-profile-page {
  background: transparent !important;
}

[data-theme="dark"] .admin-shell .sidebar-panel,
[data-theme="dark"] .admin-shell .sidebar.admin-sidebar {
  background: #1f2026 !important;
}

[data-theme="dark"] .admin-shell .admin-users-page__title,
[data-theme="dark"] .admin-shell .admin-settings-page__header h1,
[data-theme="dark"] .admin-shell .admin-settings-section-head h2,
[data-theme="dark"] .admin-shell .admin-dashboard-hero__copy h1,
[data-theme="dark"] .admin-shell .admin-profile-page__header h1,
[data-theme="dark"] .admin-shell .admin-section-header h2,
[data-theme="dark"] .admin-shell .admin-chart-card__header h2,
[data-theme="dark"] .admin-shell .admin-section-card__title,
[data-theme="dark"] .admin-shell .admin-stat-card__value,
[data-theme="dark"] .admin-shell .admin-profile-hero__top h2,
[data-theme="dark"] .admin-shell .admin-profile-card__head h2,
[data-theme="dark"] .admin-shell .admin-profile-permission-group h3,
[data-theme="dark"] .admin-shell .admin-profile-activity-item strong,
[data-theme="dark"] .admin-shell .admin-settings-subtitle,
[data-theme="dark"] .admin-shell .admin-settings-session-card strong,
[data-theme="dark"] .admin-shell .admin-settings-channel-card__copy strong,
[data-theme="dark"] .admin-shell .admin-settings-event-row,
[data-theme="dark"] .admin-shell .admin-settings-range strong,
[data-theme="dark"] .admin-shell .admin-settings-rule-toggle__copy strong,
[data-theme="dark"] .admin-shell .admin-settings-security-box__copy strong,
[data-theme="dark"] .admin-shell .admin-settings-placeholder strong,
[data-theme="dark"] .admin-shell .supplier-table th,
[data-theme="dark"] .admin-shell .supplier-table td,
[data-theme="dark"] .drawer-panel.admin-drawer .drawer-header,
[data-theme="dark"] .drawer-panel.admin-drawer .drawer-body,
[data-theme="dark"] .drawer-panel.admin-drawer .drawer-close {
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .admin-users-page__subtitle,
[data-theme="dark"] .admin-shell .admin-stat-card__label,
[data-theme="dark"] .admin-shell .admin-dashboard-hero__copy p,
[data-theme="dark"] .admin-shell .admin-profile-page__header p,
[data-theme="dark"] .admin-shell .admin-profile-hero__meta span,
[data-theme="dark"] .admin-shell .admin-profile-activity-item small,
[data-theme="dark"] .admin-shell .admin-settings-page__header p,
[data-theme="dark"] .admin-shell .admin-settings-section-head p,
[data-theme="dark"] .admin-shell .admin-profile-page__header p,
[data-theme="dark"] .admin-shell .admin-settings-field span,
[data-theme="dark"] .admin-shell .admin-settings-field small,
[data-theme="dark"] .admin-shell .admin-settings-session-card small,
[data-theme="dark"] .admin-shell .admin-settings-channel-card__copy small,
[data-theme="dark"] .admin-shell .admin-settings-check-group legend,
[data-theme="dark"] .admin-shell .admin-settings-check,
[data-theme="dark"] .admin-shell .admin-settings-rule-toggle__copy small,
[data-theme="dark"] .admin-shell .admin-settings-security-box__copy small,
[data-theme="dark"] .admin-shell .admin-settings-placeholder p,
[data-theme="dark"] .admin-shell .supplier-search-bar__icon,
[data-theme="dark"] .admin-shell .supplier-search-bar__input::placeholder,
[data-theme="dark"] .admin-shell .supplier-table th,
[data-theme="dark"] .admin-shell .admin-account-approval-drawer__meta p,
[data-theme="dark"] .admin-shell .admin-account-approval-drawer__info-item span,
[data-theme="dark"] .admin-shell .admin-account-approval-drawer__attachment-copy span,
[data-theme="dark"] .admin-shell .admin-account-approval-drawer__attachment-copy small,
[data-theme="dark"] .admin-shell .admin-account-approval-modal__subtitle,
[data-theme="dark"] .admin-shell .admin-account-approval-modal__warning p,
[data-theme="dark"] .admin-shell .admin-account-approval-modal__notice p,
[data-theme="dark"] .admin-shell .admin-account-approval-modal__notice small {
  color: rgba(255, 255, 255, 0.64) !important;
}

[data-theme="dark"] .admin-shell .admin-stat-card__icon {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .admin-shell .admin-stat-card__icon--orange {
  background: rgba(249, 115, 22, 0.18);
  color: #ffb36c;
}

[data-theme="dark"] .admin-shell .admin-stat-card__icon--orange-soft {
  background: rgba(245, 158, 11, 0.18);
  color: #ffd166;
}

[data-theme="dark"] .admin-shell .admin-stat-card__icon--peach {
  background: rgba(239, 68, 68, 0.18);
  color: #fda4a4;
}

[data-theme="dark"] .admin-shell .admin-stat-card__icon--blue {
  background: rgba(59, 130, 246, 0.18);
  color: #8dc1ff;
}

[data-theme="dark"] .admin-shell .admin-stat-card__trend--up {
  color: #6ee7a3 !important;
}

[data-theme="dark"] .admin-shell .admin-stat-card__trend--down {
  color: #fda4a4 !important;
}

[data-theme="dark"] .admin-shell .admin-users-page__export {
  background: #2e3037;
  border-color: rgba(255, 115, 0, 0.42);
  color: #ff9a3d;
}

[data-theme="dark"] .admin-shell .admin-users-page__tabs,
[data-theme="dark"] .admin-shell .drawer-panel.admin-drawer .drawer-header,
[data-theme="dark"] .admin-shell .admin-returns-page__table-card,
[data-theme="dark"] .admin-shell .admin-settings-security-box,
[data-theme="dark"] .admin-shell .admin-profile-hero,
[data-theme="dark"] .admin-shell .admin-profile-card,
[data-theme="dark"] .admin-shell .admin-account-approval-drawer__info-card,
[data-theme="dark"] .admin-shell .admin-account-approval-drawer__attachment-card {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .admin-shell .admin-users-page__tab {
  color: rgba(255, 255, 255, 0.56);
}

[data-theme="dark"] .admin-shell .admin-users-page__tab.is-active {
  color: #ff9a3d;
}

[data-theme="dark"] .admin-shell .supplier-search-bar__input,
[data-theme="dark"] .admin-shell .supplier-search-bar__action,
[data-theme="dark"] .admin-shell .supplier-search-bar__filters,
[data-theme="dark"] .admin-shell .admin-users-page__filter-field select,
[data-theme="dark"] .admin-shell .admin-settings-field input,
[data-theme="dark"] .admin-shell .admin-settings-password,
[data-theme="dark"] .admin-shell .admin-account-approval-drawer__notes,
[data-theme="dark"] .admin-shell .admin-account-approval-modal__textarea {
  background: #2d2f36 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .supplier-search-bar__filters,
[data-theme="dark"] .admin-shell .admin-settings-nav__item,
[data-theme="dark"] .admin-shell .admin-profile-permission-item,
[data-theme="dark"] .admin-shell .admin-profile-activity-item,
[data-theme="dark"] .admin-shell .admin-settings-channel-card,
[data-theme="dark"] .admin-shell .admin-settings-session-card,
[data-theme="dark"] .admin-shell .admin-return-item,
[data-theme="dark"] .admin-shell .admin-activity-item,
[data-theme="dark"] .admin-shell .admin-finance-page__summary-item,
[data-theme="dark"] .admin-shell .supplier-reports-stat-card,
[data-theme="dark"] .admin-shell .admin-returns-page__alert {
  background: #2b2d34 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .admin-shell .supplier-table tbody td,
[data-theme="dark"] .admin-shell .admin-users-table .users-table tbody td {
  border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}

[data-theme="dark"] .admin-shell .supplier-table thead th,
[data-theme="dark"] .admin-shell .admin-users-table .users-table thead th {
  background: transparent !important;
}

[data-theme="dark"] .admin-shell .supplier-status,
[data-theme="dark"] .admin-shell .admin-users-table__status {
  border: 1px solid transparent;
  box-shadow: none !important;
}

[data-theme="dark"] .admin-shell .supplier-status--success,
[data-theme="dark"] .admin-shell .admin-users-table__status.is-active {
  background: rgba(34, 197, 94, 0.12) !important;
  border-color: rgba(34, 197, 94, 0.12) !important;
  color: #4ade80 !important;
}

[data-theme="dark"] .admin-shell .supplier-status--warning,
[data-theme="dark"] .admin-shell .admin-users-table__status.is-inactive {
  background: rgba(245, 158, 11, 0.14) !important;
  border-color: rgba(245, 158, 11, 0.14) !important;
  color: #fbbf24 !important;
}

[data-theme="dark"] .admin-shell .supplier-status--danger {
  background: rgba(220, 38, 38, 0.14) !important;
  border-color: rgba(220, 38, 38, 0.14) !important;
  color: #ef4444 !important;
}

[data-theme="dark"] .admin-shell .supplier-status--new,
[data-theme="dark"] .admin-shell .supplier-status--progress {
  background: rgba(59, 130, 246, 0.14) !important;
  border-color: rgba(59, 130, 246, 0.14) !important;
  color: #60a5fa !important;
}

[data-theme="dark"] .admin-shell .supplier-status--muted {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #e5e7eb !important;
}

[data-theme="dark"] .admin-shell .admin-settings-field input[readonly] {
  background: #30323a !important;
  color: rgba(255, 255, 255, 0.58) !important;
}

[data-theme="dark"] .admin-shell .admin-settings-password__leading,
[data-theme="dark"] .admin-shell .admin-settings-password__toggle,
[data-theme="dark"] .admin-shell .admin-settings-channel-card__icon,
[data-theme="dark"] .admin-shell .admin-settings-session-card__icon {
  color: rgba(255, 255, 255, 0.72);
}

[data-theme="dark"] .admin-shell .admin-settings-nav {
  background: #202228 !important;
}

[data-theme="dark"] .admin-shell .admin-settings-nav__item {
  color: #f5f5f6;
}

[data-theme="dark"] .admin-shell .admin-settings-nav__item:hover,
[data-theme="dark"] .admin-shell .admin-settings-nav__item--active {
  background: rgba(255, 115, 0, 0.12) !important;
  border-color: rgba(255, 115, 0, 0.42) !important;
  color: #ff9a3d !important;
}

[data-theme="dark"] .admin-shell .admin-settings-link,
[data-theme="dark"] .admin-shell .admin-profile-page__logout,
[data-theme="dark"] .admin-shell .admin-settings-btn--ghost {
  background: #2d2f36;
  border-color: rgba(255, 255, 255, 0.08);
  color: #f5f5f6;
}

[data-theme="dark"] .admin-shell .admin-settings-security-box {
  background: rgba(43, 78, 130, 0.22) !important;
  border-color: rgba(70, 126, 255, 0.55) !important;
}

[data-theme="dark"] .admin-shell .admin-settings-security-box__icon {
  background: rgba(38, 84, 166, 0.3);
  border-color: rgba(70, 126, 255, 0.35);
  color: #8eb7ff;
}

[data-theme="dark"] .admin-shell .admin-chart-card__filter {
  color: rgba(255, 255, 255, 0.68);
}

[data-theme="dark"] .admin-shell .admin-chart-card__filter--active,
[data-theme="dark"] .admin-shell .supplier-finance-chart-card__range--active,
[data-theme="dark"] .admin-shell .admin-reports-page__segment-tab.is-active {
  background: rgba(255, 115, 0, 0.14) !important;
  border-color: rgba(255, 115, 0, 0.35) !important;
  color: #ff9a3d !important;
}

[data-theme="dark"] .admin-shell .supplier-finance-chart-card__range,
[data-theme="dark"] .admin-shell .admin-reports-page__segment-tab {
  color: rgba(255, 255, 255, 0.66);
}

[data-theme="dark"] .admin-shell .admin-finance-page__summary-label,
[data-theme="dark"] .admin-shell .admin-finance-page__summary-caption,
[data-theme="dark"] .admin-shell .admin-finance-page__payment-item small,
[data-theme="dark"] .admin-shell .supplier-reports-stat-card__label,
[data-theme="dark"] .admin-shell .supplier-reports-stat-card__caption,
[data-theme="dark"] .admin-shell .supplier-finance-chart-card__subtitle {
  color: rgba(255, 255, 255, 0.62) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page__summary-value,
[data-theme="dark"] .admin-shell .admin-finance-page__payment-item strong,
[data-theme="dark"] .admin-shell .supplier-reports-stat-card__value,
[data-theme="dark"] .admin-shell .supplier-finance-chart-card__title,
[data-theme="dark"] .admin-shell .supplier-reports-reason-row__top strong,
[data-theme="dark"] .admin-shell .supplier-reports-reason-row__top span {
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .supplier-reports-reason-row__track,
[data-theme="dark"] .admin-shell .admin-reports-page__ranking-list .supplier-reports-reason-row__track,
[data-theme="dark"] .admin-shell .admin-performance-metrics__track {
  background: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .admin-shell .admin-returns-page__alert {
  background: rgba(63, 40, 7, 0.42) !important;
}

[data-theme="dark"] .admin-shell .admin-returns-page__alert-title,
[data-theme="dark"] .admin-shell .admin-returns-page__alert p {
  color: #f7d8a8 !important;
}

[data-theme="dark"] .admin-shell .admin-account-approval-drawer__heading,
[data-theme="dark"] .admin-shell .admin-finance-page .supplier-page__title {
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-page__subtitle {
  color: rgba(255, 255, 255, 0.62) !important;
}

[data-theme="dark"] .admin-shell .admin-requests-drawer__back,
[data-theme="dark"] .admin-shell .admin-requests-drawer__heading,
[data-theme="dark"] .admin-shell .admin-requests-drawer__section-title h3,
[data-theme="dark"] .admin-shell .admin-requests-drawer__info-item strong,
[data-theme="dark"] .admin-shell .admin-requests-drawer__part-top strong,
[data-theme="dark"] .admin-shell .admin-requests-drawer__part-item strong,
[data-theme="dark"] .admin-shell .admin-requests-drawer__attachment-copy strong,
[data-theme="dark"] .admin-shell .admin-requests-drawer__description {
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .admin-requests-table__customer strong,
[data-theme="dark"] .admin-shell .admin-quotations-table__supplier strong,
[data-theme="dark"] .admin-shell .admin-orders-table__person strong,
[data-theme="dark"] .admin-shell .admin-quotations-drawer__part p,
[data-theme="dark"] .admin-shell .admin-quotations-drawer__part-top strong,
[data-theme="dark"] .admin-shell .admin-orders-drawer__item strong,
[data-theme="dark"] .admin-shell .admin-orders-drawer__pricing-title,
[data-theme="dark"] .admin-shell .admin-orders-drawer__section-title,
[data-theme="dark"] .admin-shell .admin-orders-drawer__section-head h3,
[data-theme="dark"] .admin-shell .admin-orders-drawer__meta-copy p strong,
[data-theme="dark"] .admin-shell .admin-orders-drawer__table thead th,
[data-theme="dark"] .admin-shell .admin-orders-drawer__table tbody td,
[data-theme="dark"] .admin-shell .admin-orders-drawer__timeline-main strong,
[data-theme="dark"] .admin-shell .admin-orders-drawer__header-copy i {
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .admin-requests-table__customer small,
[data-theme="dark"] .admin-shell .admin-requests-drawer__info-item span,
[data-theme="dark"] .admin-shell .admin-requests-drawer__privacy-note,
[data-theme="dark"] .admin-shell .admin-requests-drawer__part-item span,
[data-theme="dark"] .admin-shell .admin-requests-drawer__attachment-copy small,
[data-theme="dark"] .admin-shell .admin-quotations-table__supplier small,
[data-theme="dark"] .admin-shell .admin-quotations-drawer__part small,
[data-theme="dark"] .admin-shell .admin-orders-table__person small,
[data-theme="dark"] .admin-shell .admin-orders-drawer__meta-copy p,
[data-theme="dark"] .admin-shell .admin-orders-drawer__item span,
[data-theme="dark"] .admin-shell .admin-orders-drawer__privacy-note,
[data-theme="dark"] .admin-shell .admin-orders-drawer__timeline-main p,
[data-theme="dark"] .admin-shell .admin-orders-drawer__timeline-note {
  color: rgba(255, 255, 255, 0.64) !important;
}

[data-theme="dark"] .admin-shell .admin-quotations-drawer__part {
  background: #2d2f36 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .admin-shell .admin-requests-drawer__toggle {
  border-color: #616161;
  background: #1d1e24;
  color: #f5f5f6;
}

[data-theme="dark"] .admin-shell .admin-requests-drawer__toggle.is-active {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #1d1e24 !important;
}

[data-theme="dark"] .admin-shell .admin-requests-drawer__toggle.is-active i {
  color: #1d1e24 !important;
}

[data-theme="dark"] .admin-shell .admin-requests-drawer__sensitive-card {
  background: rgba(255, 115, 0, 0.05) !important;
  border-color: rgba(255, 115, 0, 0.15) !important;
}

[data-theme="dark"] .admin-shell .admin-requests-drawer__sensitive-copy small {
  color: rgba(245, 245, 245, 0.72) !important;
}

[data-theme="dark"] .admin-shell .admin-requests-drawer__sensitive-copy strong {
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .admin-requests-drawer__card,
[data-theme="dark"] .admin-shell .admin-requests-drawer__part-card,
[data-theme="dark"] .admin-shell .admin-requests-drawer__attachment-card {
  background: #2a2b30 !important;
  border: 1px solid #2a2b30;
}

[data-theme="dark"] .admin-shell .admin-requests-drawer__part-top {
  border-bottom-color: #616161 !important;
}

[data-theme="dark"] .admin-shell .admin-requests-drawer__status--warning {
  background: rgba(245, 158, 11, 0.1) !important;
  color: #f59e0b !important;
}

[data-theme="dark"] .admin-shell .admin-requests-drawer__status--danger {
  background: rgba(220, 38, 38, 0.1) !important;
  color: #ef4444 !important;
}

[data-theme="dark"] .admin-shell .admin-requests-drawer__status--success {
  background: rgba(34, 197, 94, 0.1) !important;
  color: #22c55e !important;
}

[data-theme="dark"] .admin-shell .admin-requests-drawer__status--muted {
  background: #616161 !important;
  color: #e6e6e6 !important;
}

[data-theme="dark"] .admin-shell .admin-quotations-drawer__card,
[data-theme="dark"] .admin-shell .admin-quotations-drawer__part--requested {
  background: rgba(255, 255, 255, 0.04) !important;
}

[data-theme="dark"] .admin-shell .admin-quotations-drawer__toggle,
[data-theme="dark"] .admin-shell .admin-quotations-drawer__table-card {
  background: #2d2f36 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .admin-orders-drawer__card,
[data-theme="dark"] .admin-shell .admin-orders-drawer__table-card,
[data-theme="dark"] .admin-shell .admin-orders-drawer__timeline {
  background: #2d2f36 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .admin-shell .admin-orders-drawer__toggle,
[data-theme="dark"] .admin-shell .admin-orders-drawer__timeline-note {
  background: #2d2f36 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .admin-orders-drawer__timeline-dot {
  background: rgba(255, 115, 0, 0.16) !important;
  color: #ff9a3d !important;
}

[data-theme="dark"] .admin-shell .admin-quotations-drawer__meta-copy p,
[data-theme="dark"] .admin-shell .admin-quotations-drawer__privacy-note,
[data-theme="dark"] .admin-shell .admin-quotations-drawer__note {
  color: rgba(255, 255, 255, 0.64) !important;
}

[data-theme="dark"] .admin-shell .admin-quotations-drawer__meta-copy p strong,
[data-theme="dark"] .admin-shell .admin-quotations-drawer__section-head h3,
[data-theme="dark"] .admin-shell .admin-quotations-drawer__part-head strong,
[data-theme="dark"] .admin-shell .admin-quotations-drawer__table thead th,
[data-theme="dark"] .admin-shell .admin-quotations-drawer__table tbody td {
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .admin-quotations-drawer__part-head,
[data-theme="dark"] .admin-shell .admin-quotations-drawer__table tbody td {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .admin-shell .admin-orders-drawer__table tbody td {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-primary-btn--light {
  background: #25262d !important;
  border-color: rgba(255, 115, 0, 0.45) !important;
  color: #ff9a3d !important;
  box-shadow: none !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-primary-btn--light:hover {
  background: rgba(255, 115, 0, 0.12) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-finance-overview__stats .home-stat-card {
  background: #25262d !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-finance-overview__stats .home-stat-card--blue {
  border-color: rgba(77, 131, 234, 0.36) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-finance-overview__stats .home-stat-card--green {
  border-color: rgba(34, 197, 94, 0.35) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-finance-overview__stats .home-stat-card--danger {
  border-color: rgba(239, 68, 68, 0.34) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-finance-overview__stats .home-stat-card--orange {
  border-color: rgba(255, 115, 0, 0.34) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .home-stat-title {
  color: rgba(255, 255, 255, 0.45) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .home-stat-value {
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .home-stat-icon--blue {
  background: rgba(77, 131, 234, 0.18) !important;
  color: #5b8fff !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .home-stat-icon--green {
  background: rgba(34, 197, 94, 0.18) !important;
  color: #35d07f !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .home-stat-icon--danger {
  background: rgba(239, 68, 68, 0.18) !important;
  color: #ff6f6d !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .home-stat-icon--orange {
  background: rgba(255, 115, 0, 0.18) !important;
  color: #ff9a3d !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page__summary-card,
[data-theme="dark"] .admin-shell .admin-finance-page__chart-card,
[data-theme="dark"] .admin-shell .admin-finance-page .supplier-table-card {
  background: #25262d !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page__summary-item {
  background: #25262d !important;
  box-shadow: none !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page__summary-item--success {
  border-color: rgba(34, 197, 94, 0.34) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page__summary-item--danger {
  border-color: rgba(239, 68, 68, 0.32) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page__summary-item--warning {
  border-color: rgba(255, 115, 0, 0.34) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-search-bar__input,
[data-theme="dark"] .admin-shell .admin-finance-page .supplier-search-bar__action,
[data-theme="dark"] .admin-shell .admin-finance-page .supplier-search-bar__filters {
  background: #2b2d34 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-search-bar__action {
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-search-bar__icon,
[data-theme="dark"] .admin-shell .admin-finance-page .supplier-search-bar__input::placeholder,
[data-theme="dark"] .admin-shell .admin-finance-page .supplier-filter-field span,
[data-theme="dark"] .admin-shell .admin-finance-page .supplier-table thead th {
  color: rgba(255, 255, 255, 0.46) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-table tbody td {
  color: rgba(255, 255, 255, 0.84) !important;
  border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-table thead th {
  background: #25262d !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-status--success {
  background: rgba(30, 179, 111, 0.18) !important;
  color: #35d07f !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-status--warning {
  background: rgba(245, 158, 11, 0.18) !important;
  color: #ffb020 !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-status--danger {
  background: rgba(239, 83, 80, 0.18) !important;
  color: #ff5f5c !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-status--new,
[data-theme="dark"] .admin-shell .admin-finance-page .supplier-status--progress {
  background: rgba(83, 140, 255, 0.18) !important;
  color: #5b8fff !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-ghost-btn {
  width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #ff9a3d !important;
  justify-content: flex-start !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-ghost-btn:hover {
  color: #ffb36c !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-finance-chart-card__range {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.58) !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .supplier-finance-chart-card__range--active {
  background: rgba(255, 115, 0, 0.14) !important;
  border-color: rgba(255, 115, 0, 0.35) !important;
  color: #ff9a3d !important;
}

[data-theme="dark"] .admin-shell .admin-finance-page .admin-finance-page__payment-item-top {
  color: rgba(255, 255, 255, 0.62) !important;
}
[data-theme="dark"] .admin-shell .admin-account-approval-drawer__back,
[data-theme="dark"] .admin-shell .admin-account-approval-drawer__meta p strong,
[data-theme="dark"] .admin-shell .admin-account-approval-drawer__section-title h3,
[data-theme="dark"] .admin-shell .admin-account-approval-drawer__info-item strong,
[data-theme="dark"] .admin-shell .admin-account-approval-drawer__attachment-title-row strong {
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .admin-account-approval-drawer__toggle,
[data-theme="dark"] .admin-shell .admin-account-approval-modal__card {
  background: #25262d !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: #f5f5f6 !important;
}

[data-theme="dark"] .admin-shell .admin-account-approval-modal__warning {
  background: rgba(220, 38, 38, 0.12) !important;
  border-color: rgba(220, 38, 38, 0.8) !important;
}

[data-theme="dark"] .admin-shell .admin-account-approval-modal__notice {
  background: #2d2f36 !important;
}

[data-theme="dark"] .admin-shell .admin-account-approval-modal__secondary,
[data-theme="dark"] .admin-shell .admin-account-approval-modal__secondary--dark {
  background: #30323a !important;
  color: #f5f5f6 !important;
}

@media (max-width: 991.98px) {
  .drawer-panel.admin-drawer {
    width: 100vw !important;
    max-width: 100vw !important;
  }
}
