@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Noto+Naskh+Arabic:wght@400;500;600;700&display=swap");

:root,
[data-bs-theme="light"] {
  --bs-primary: #0f766e;
  --bs-primary-rgb: 15, 118, 110;
  --bs-primary-bg-subtle: #e6f4f2;
  --bs-primary-border-subtle: #9dd4ce;
  --bs-primary-text-emphasis: #115e59;
  --bs-font-sans-serif: "IBM Plex Sans", "Public Sans", "Noto Naskh Arabic", system-ui, sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-color: #0f172a;
  --bs-heading-color: #0b1220;
  --bs-secondary-color: #64748b;
  --bs-border-color: #e2e8f0;
  --bs-body-bg: #f4f6f8;
  --cu-bg: #f4f6f8;
  --cu-surface: #ffffff;
  --cu-surface-muted: #f8fafc;
  --cu-border: #e2e8f0;
  --cu-text: #0f172a;
  --cu-muted: #64748b;
  --cu-accent: #0f766e;
  --cu-accent-hover: #0d5f59;
  --cu-accent-soft: #ccfbf1;
  --cu-sidebar: #0b1220;
  --cu-sidebar-text: #94a3b8;
  --cu-sidebar-active: #f8fafc;
  --cu-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  --cu-radius: 10px;
  --cu-control: 8px;
  --cu-success: #159a75;
  --cu-warning: #d97706;
  --cu-danger: #dc2626;
  --cu-info: #0f766e;
  --cu-space-1: 0.25rem;
  --cu-space-2: 0.5rem;
  --cu-space-3: 0.75rem;
  --cu-space-4: 1rem;
  --cu-space-5: 1.5rem;
  --cu-fs-h1: 1.25rem;
  --cu-fs-h2: 0.95rem;
  --cu-fs-h3: 0.88rem;
  --cu-fs-body: 0.875rem;
  --cu-fs-caption: 0.75rem;
  --cu-fs-label: 0.78rem;
  --cu-icon-sm: 1rem;
  --cu-icon-md: 1.125rem;
  --cu-icon-lg: 1.25rem;
  --cu-icon-xl: 2rem;
  --cam-primary: var(--cu-accent);
  --cam-primary-hover: var(--cu-accent-hover);
  --cam-background: var(--cu-bg);
  --cam-surface: var(--cu-surface);
  --cam-surface-muted: var(--cu-surface-muted);
  --cam-border: var(--cu-border);
  --cam-text: var(--cu-text);
  --cam-text-muted: var(--cu-muted);
  --cam-success: var(--cu-success);
  --cam-warning: var(--cu-warning);
  --cam-danger: var(--cu-danger);
  --cam-info: var(--cu-info);
}

[data-bs-theme="dark"] {
  --bs-primary: #2dd4bf;
  --bs-primary-rgb: 45, 212, 191;
  --bs-body-color: #e2e8f0;
  --bs-heading-color: #f8fafc;
  --bs-secondary-color: #94a3b8;
  --bs-border-color: #1e293b;
  --bs-body-bg: #070b14;
  --cu-bg: #070b14;
  --cu-surface: #0f172a;
  --cu-surface-muted: #111827;
  --cu-border: #1e293b;
  --cu-text: #e2e8f0;
  --cu-muted: #94a3b8;
  --cu-accent: #2dd4bf;
  --cu-accent-hover: #5eead4;
  --cu-accent-soft: #134e4a;
  --cu-sidebar: #050814;
  --cu-sidebar-text: #94a3b8;
  --cu-sidebar-active: #f8fafc;
  --cu-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

html,
body {
  background: var(--cu-bg) !important;
  color: var(--cu-text);
  font-family: var(--bs-font-sans-serif);
  letter-spacing: -0.011em;
  overflow-x: clip;
}

[dir="rtl"] body {
  font-family: "IBM Plex Sans", "Noto Naskh Arabic", Tahoma, sans-serif;
}

.layout-wrapper,
.layout-container,
.layout-page,
.content-wrapper {
  background: var(--cu-bg) !important;
}

/* Sidebar */
html.layout-menu-fixed {
  --bs-menu-width: 16.75rem;
}

#layout-menu.layout-menu,
.layout-menu.menu-vertical.menu {
  background: var(--cu-sidebar) !important;
  box-shadow: none !important;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.06);
  width: var(--bs-menu-width);
  inline-size: var(--bs-menu-width);
  max-inline-size: var(--bs-menu-width);
}

.app-brand.demo {
  height: auto !important;
  min-height: 64px;
  padding: 0.9rem 0.9rem 0.45rem !important;
  align-items: center;
}

.cu-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.cu-brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #0f766e;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.app-brand-text.demo,
.cu-brand-name {
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  color: #f8fafc !important;
  margin: 0 !important;
  line-height: 1.2;
}

.cu-workspace {
  margin: 0.35rem 0.85rem 0.55rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  color: #cbd5e1;
  min-width: 0;
}

.cu-workspace-label {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.12rem;
}

.cu-workspace-name {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #e2e8f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-inner-shadow {
  display: none !important;
}

.menu-inner {
  padding: 0.15rem 0.65rem 1.1rem !important;
}

.menu-header {
  padding: 0.7rem 0.65rem 0.28rem !important;
  color: #64748b !important;
}

.menu-header-text {
  font-size: 0.64rem !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-vertical .menu-link {
  margin: 0.06rem 0 !important;
  padding: 0.42rem 0.62rem !important;
  border-radius: 7px !important;
  color: var(--cu-sidebar-text) !important;
  font-size: 0.84rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.cu-menu-badge {
  margin-inline-start: auto;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.32rem;
  border-radius: 999px;
  background: #0f766e;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.menu-vertical .menu-link:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #f1f5f9 !important;
}

.menu-vertical .menu-item.active > .menu-link {
  background: rgba(45, 212, 191, 0.14) !important;
  color: var(--cu-sidebar-active) !important;
  box-shadow: inset 2px 0 0 #2dd4bf;
}

[dir="rtl"] .menu-vertical .menu-item.active > .menu-link {
  box-shadow: inset -2px 0 0 #2dd4bf;
}

.menu-vertical .menu-sub {
  padding-inline-start: 0.35rem !important;
}

.menu-vertical .menu-sub .menu-link {
  font-size: 0.8rem !important;
  padding-inline-start: 1.55rem !important;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.menu-vertical .menu-link .cu-soon-badge {
  margin-inline-start: auto;
  font-size: 0.55rem;
  padding: 0.1rem 0.35rem;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #94a3b8;
  text-transform: uppercase;
}

.cu-chart {
  width: 100%;
  height: 140px;
  display: block;
}

.cu-health-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--cu-border);
}

.cu-health-row:last-child {
  border-bottom: 0;
}

.cu-banner {
  border-radius: var(--cu-radius);
  padding: 0.7rem 0.9rem;
  margin-bottom: 1rem;
  font-size: 0.84rem;
  font-weight: 600;
  border: 1px solid transparent;
}

.cu-banner-danger {
  background: #fef2f2;
  color: #991b1b;
  border-color: #fecaca;
}

.cu-banner-info {
  background: var(--cu-accent-soft);
  color: var(--cu-accent);
  border-color: #99f6e4;
}

.cu-banner-success {
  background: #ecfdf3;
  color: #166534;
  border-color: #bbf7d0;
}

[data-bs-theme="dark"] .cu-banner-danger {
  background: #450a0a;
  color: #fca5a5;
  border-color: #7f1d1d;
}

[data-bs-theme="dark"] .cu-banner-success {
  background: #052e16;
  color: #86efac;
  border-color: #14532d;
}

.cu-env-note {
  background: var(--cu-surface-muted);
  border: 1px dashed var(--cu-border);
  border-radius: var(--cu-radius);
  padding: 0.85rem 1rem;
  color: var(--cu-muted);
  font-size: 0.86rem;
}

.cu-period .btn {
  min-width: 4.5rem;
}

.layout-menu-toggle.menu-link {
  color: #94a3b8 !important;
}

/* Navbar stays sticky at the top while page content scrolls. */
.layout-navbar,
.layout-navbar.navbar-detached {
  position: sticky !important;
  inset: auto !important;
  top: 1rem !important;
  inset-block-start: 1rem !important;
  block-size: auto !important;
  height: auto !important;
  min-height: 3.15rem;
  z-index: 20;
}

.layout-navbar.navbar-detached {
  background: var(--cu-surface) !important;
  backdrop-filter: none;
  border: 1px solid var(--cu-border) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
  border-radius: var(--cu-radius) !important;
  padding-block: 0.45rem !important;
  padding-inline: 0.9rem !important;
  margin-block: 1rem 0 !important;
  margin-inline: 1.5rem !important;
  inline-size: auto !important;
  width: auto !important;
  max-inline-size: none !important;
}

.layout-navbar.navbar-detached::after {
  content: "";
  position: absolute;
  inset-inline: -1.6rem;
  inset-block-start: -1.1rem;
  inset-block-end: -0.4rem;
  background: var(--cu-bg);
  z-index: -1;
  pointer-events: none;
}

[data-bs-theme="dark"] .layout-navbar.navbar-detached {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
}

.layout-navbar .navbar-nav-right,
.layout-navbar .cu-nav-copy,
.layout-navbar .cu-user {
  display: flex;
  align-items: center;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page::before,
.layout-wrapper:not(.layout-horizontal) .layout-page::before {
  display: none !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page,
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 0 !important;
}

.cu-page-kicker {
  display: block;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cu-muted);
  line-height: 1.2;
}

.cu-page-title {
  display: block;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--cu-text);
  line-height: 1.25;
}

.cu-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.28rem;
  margin: 0;
  font-size: 0.78rem;
  color: var(--cu-muted);
  line-height: 1.2;
}

.cu-breadcrumb a {
  color: var(--cu-muted);
  text-decoration: none;
}

.cu-breadcrumb a:hover {
  color: var(--cu-accent);
}

.cu-breadcrumb .current {
  color: var(--cu-text);
  font-weight: 600;
}

.cu-crumb-sep {
  opacity: 0.55;
}

.cu-user {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.cu-user-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.15;
  min-width: 0;
}

[dir="rtl"] .cu-user-meta {
  align-items: flex-start;
}

.cu-user-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--cu-text);
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cu-user-role {
  font-size: 0.68rem;
  color: var(--cu-muted);
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#camused-lang {
  width: auto !important;
  min-width: 4.25rem;
  border-radius: var(--cu-control);
  border-color: var(--cu-border);
  background: var(--cu-surface);
  font-size: 0.76rem;
  font-weight: 600;
  padding-block: 0.26rem;
  padding-inline: 0.5rem 1.5rem;
}

.navbar .avatar-initial {
  background: var(--cu-accent-soft) !important;
  color: var(--cu-accent) !important;
  font-weight: 700;
}

.dropdown-menu {
  border: 1px solid var(--cu-border) !important;
  box-shadow: var(--cu-shadow) !important;
  border-radius: var(--cu-radius) !important;
}

.content-wrapper .container-p-y {
  padding-block: 1.15rem 1.5rem !important;
}

#camused-page-content {
  min-height: 320px;
}

.content-footer.footer {
  background: transparent !important;
  border-top: 1px solid var(--cu-border);
  color: var(--cu-muted);
  font-size: 0.76rem;
}

/* Page header / KPIs */
.cu-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.15rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}

.cu-hero h1 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0;
}

.cu-hero p {
  margin: 0.18rem 0 0;
  color: var(--cu-muted);
  font-size: 0.84rem;
}

.cu-kpi {
  background: var(--cu-surface);
  border: 1px solid var(--cu-border);
  border-radius: var(--cu-radius);
  box-shadow: var(--cu-shadow);
  padding: 0.9rem 1rem 0.85rem;
  height: 100%;
  min-height: 108px;
}

.camused-kpi .card,
.camused-kpi .cu-kpi {
  min-height: 108px;
}

.cu-kpi-label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--cu-muted);
}

.cu-kpi-value {
  margin: 0.4rem 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: var(--cu-text);
}

.cu-kpi-note {
  margin: 0.35rem 0 0;
  font-size: 0.76rem;
  color: var(--cu-muted);
}

.cu-kpi-top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.35rem;
}

.cu-kpi-icon {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cu-accent-soft);
  color: var(--cu-accent);
  flex-shrink: 0;
}

.cu-kpi-icon .icon-base {
  font-size: 0.95rem;
}

.cu-kpi-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
}

.cu-kpi-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0.4rem;
}

@media (min-width: 768px) {
  .cu-kpi-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (min-width: 1280px) {
  .cu-kpi-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.cu-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.cu-section-head h2,
.cu-card-heading {
  font-size: 0.92rem;
  font-weight: 600;
  margin: 0;
}

.cu-chart {
  width: 100%;
  height: 200px;
  display: block;
  color: var(--cu-accent);
  overflow: visible;
}

.cu-chart-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.cu-chart-last {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--cu-accent);
}

.cu-chart-line {
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: cu-draw 1.1s ease forwards;
}

.cu-chart-area {
  color: var(--cu-accent);
  opacity: 0;
  animation: cu-fade 0.55s ease 0.35s forwards;
}

.cu-chart-grid {
  stroke: var(--cu-border);
  stroke-width: 1;
  stroke-dasharray: 3 4;
}

.cu-chart-tick {
  fill: var(--cu-muted);
  font-size: 11px;
}

.cu-chart-dot {
  fill: #fff;
  stroke: var(--cu-accent);
  stroke-width: 2;
}

.cu-chart-hit {
  fill: transparent;
  cursor: pointer;
}

.cu-col {
  fill: color-mix(in srgb, var(--cu-accent) 72%, white);
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: cu-col 0.65s ease both;
}

.cu-col:hover {
  fill: var(--cu-accent);
}

.cu-spark {
  width: 88px;
  height: 28px;
  display: block;
  margin-top: 0.45rem;
  color: var(--cu-accent);
}

.cu-spark path {
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.cu-chart-float {
  position: fixed;
  z-index: 1080;
  pointer-events: none;
  background: #0b1220;
  color: #f8fafc;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.55rem;
  border-radius: 6px;
  box-shadow: var(--cu-shadow);
}

.cu-donut-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cu-donut {
  width: 148px;
  height: 148px;
  flex-shrink: 0;
}

.cu-donut-track {
  fill: none;
  stroke: var(--cu-surface-muted);
  stroke-width: 14;
}

.cu-donut-ring {
  fill: none;
  stroke-width: 14;
  transform-origin: 80px 80px;
  transform: rotate(-90deg);
  animation: cu-fade 0.7s ease both;
}

.cu-donut-ring.ok { stroke: var(--cu-success); }
.cu-donut-ring.warn { stroke: var(--cu-warning); }
.cu-donut-ring.bad { stroke: var(--cu-danger); }
.cu-donut-ring.info { stroke: var(--cu-accent); }
.cu-donut-ring.muted { stroke: #94a3b8; }

.cu-donut-total {
  fill: var(--cu-text);
  font-size: 18px;
  font-weight: 700;
}

.cu-donut-sub {
  fill: var(--cu-muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cu-donut-legend {
  flex: 1;
  min-width: 140px;
}

.cu-donut-legend-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}

.cu-donut-legend-item strong {
  margin-inline-start: auto;
}

.cu-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #94a3b8;
  flex-shrink: 0;
}

.cu-dot.ok { background: var(--cu-success); }
.cu-dot.warn { background: var(--cu-warning); }
.cu-dot.bad { background: var(--cu-danger); }
.cu-dot.info { background: var(--cu-accent); }
.cu-dot.muted { background: #94a3b8; }

.cu-kpi-col {
  animation: cu-rise 0.45s ease both;
}

.cu-kpi-col:nth-child(1) { animation-delay: 0.02s; }
.cu-kpi-col:nth-child(2) { animation-delay: 0.05s; }
.cu-kpi-col:nth-child(3) { animation-delay: 0.08s; }
.cu-kpi-col:nth-child(4) { animation-delay: 0.11s; }
.cu-kpi-col:nth-child(5) { animation-delay: 0.14s; }
.cu-kpi-col:nth-child(6) { animation-delay: 0.17s; }
.cu-kpi-col:nth-child(7) { animation-delay: 0.2s; }
.cu-kpi-col:nth-child(8) { animation-delay: 0.23s; }
.cu-kpi-col:nth-child(9) { animation-delay: 0.26s; }
.cu-kpi-col:nth-child(10) { animation-delay: 0.29s; }

.cu-chart-card,
.cu-table-card {
  animation: cu-rise 0.5s ease both;
}

.cu-health-item.is-live span::before {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--cu-success);
  margin-inline-end: 0.4rem;
  box-shadow: 0 0 0 0 rgba(21, 154, 117, 0.45);
  animation: cu-pulse 1.8s ease-out infinite;
}

@keyframes cu-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes cu-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes cu-rise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes cu-col {
  from { transform: scaleY(0.12); opacity: 0.35; }
  to { transform: none; opacity: 1; }
}

@keyframes cu-pulse {
  0% { box-shadow: 0 0 0 0 rgba(21, 154, 117, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(21, 154, 117, 0); }
  100% { box-shadow: 0 0 0 0 rgba(21, 154, 117, 0); }
}

@keyframes cu-bar {
  from { width: 0; }
  to { width: var(--cu-bar, 0%); }
}

.cu-bar-fill {
  width: var(--cu-bar, 0%);
  animation: cu-bar 0.75s ease both;
}

.camused-table tbody tr {
  transition: background-color 0.15s ease, transform 0.15s ease;
}

.camused-table tbody tr:hover {
  background: var(--cu-accent-soft);
}

.cu-kpi {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cu-kpi:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

@media (prefers-reduced-motion: reduce) {
  .cu-chart-line,
  .cu-chart-area,
  .cu-col,
  .cu-kpi-col,
  .cu-chart-card,
  .cu-table-card,
  .cu-hero,
  .cu-bar-fill,
  .cu-donut-ring,
  .cu-health-item.is-live span::before {
    animation: none !important;
  }

  .cu-chart-line {
    stroke-dasharray: none !important;
    stroke-dashoffset: 0 !important;
  }

  .cu-chart-area {
    opacity: 0.28 !important;
  }

  .cu-kpi:hover,
  .camused-table tbody tr {
    transform: none;
  }
}

.cu-bar-row + .cu-bar-row {
  margin-top: 0.7rem;
}

.cu-bar-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  margin-bottom: 0.28rem;
}

.cu-bar-track {
  height: 8px;
  border-radius: 999px;
  background: var(--cu-surface-muted);
  overflow: hidden;
}

.cu-bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--cu-accent);
}

.cu-bar-fill.warn {
  background: #d97706;
}

.cu-bar-fill.bad {
  background: #dc2626;
}

.cu-bar-fill.ok {
  background: #159a75;
}

.cu-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

@media (min-width: 768px) {
  .cu-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.cu-stat-chip {
  border: 1px solid var(--cu-border);
  background: var(--cu-surface-muted);
  border-radius: 8px;
  padding: 0.65rem 0.7rem;
}

.cu-stat-chip span {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cu-muted);
}

.cu-stat-chip strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.05rem;
}

.cu-health-grid {
  display: grid;
  gap: 0.45rem;
}

.cu-health-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.82rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--cu-border);
}

.cu-health-item:last-child {
  border-bottom: 0;
}

.cu-alert-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cu-alert-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--cu-border);
}

.cu-alert-item:last-child {
  border-bottom: 0;
}

.cu-alert-item p {
  margin: 0.15rem 0 0;
  color: var(--cu-muted);
  font-size: 0.8rem;
}

.cu-alert-item.cu-alert-danger strong {
  color: #991b1b;
}

.cu-alert-item.cu-alert-warning strong {
  color: #92400e;
}

[data-bs-theme="dark"] .cu-alert-item.cu-alert-danger strong {
  color: #fca5a5;
}

[data-bs-theme="dark"] .cu-alert-item.cu-alert-warning strong {
  color: #fcd34d;
}

.cu-quick {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
}

.cu-quick-link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
  border: 1px solid var(--cu-border);
  color: var(--cu-text);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
}

.cu-quick-link:hover {
  background: var(--cu-surface-muted);
  color: var(--cu-accent);
}

.cu-empty {
  text-align: center;
  padding: 1.4rem 1rem;
}

.cu-empty-inline {
  padding: 0.9rem 0 0.2rem;
}

.cu-empty-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: var(--cu-surface-muted);
  border: 1px dashed var(--cu-border);
  margin-bottom: 0.45rem;
  color: var(--cu-muted);
}

.cu-empty h5,
.cu-empty h6 {
  margin: 0 0 0.25rem;
  font-size: 0.92rem;
}

.cu-mail-flag {
  margin-top: -0.35rem;
}

.btn:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible,
.menu-link:focus-visible {
  outline: 2px solid var(--cu-accent);
  outline-offset: 2px;
}

.cu-panel,
.card {
  background: var(--cu-surface) !important;
  border: 1px solid var(--cu-border) !important;
  border-radius: var(--cu-radius) !important;
  box-shadow: var(--cu-shadow) !important;
}

.cu-panel {
  padding: 1rem 1.05rem;
  height: 100%;
}

.cu-panel h2,
.card-title,
.card-body h5 {
  font-size: 0.92rem;
  font-weight: 600;
  margin: 0 0 0.4rem;
  color: var(--cu-text);
}

.cu-role-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: var(--cu-accent-soft);
  color: var(--cu-accent);
  font-size: 0.72rem;
  font-weight: 600;
}

.cu-state {
  background: var(--cu-surface);
  border: 1px solid var(--cu-border);
  border-radius: var(--cu-radius);
  box-shadow: var(--cu-shadow);
  padding: 1.75rem 1.15rem;
  text-align: center;
}

.cu-state h5 {
  margin: 0.45rem 0 0.3rem;
  font-weight: 600;
  font-size: 1rem;
}

.cu-soon-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  border: 1px solid var(--cu-border);
  background: var(--cu-surface-muted);
  color: var(--cu-muted);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cu-kpi-label .cu-soon-badge {
  margin-inline-start: 0.35rem;
  vertical-align: middle;
}

.cu-muted,
.camused-muted {
  color: var(--cu-muted) !important;
}

.cu-note {
  font-size: 0.8rem;
  color: var(--cu-muted);
  margin-bottom: 0.85rem;
}

/* Toolbar / filters */
.cu-toolbar {
  background: var(--cu-surface);
  border: 1px solid var(--cu-border);
  border-radius: var(--cu-radius);
  box-shadow: var(--cu-shadow);
  padding: 0.7rem 0.8rem;
  margin-bottom: 0.85rem;
}

.cu-toolbar .form-control,
.cu-toolbar .form-select,
#camused-page-content .form-control,
#camused-page-content .form-select {
  min-height: 36px;
  font-size: 0.84rem;
  border-color: var(--cu-border);
  border-radius: var(--cu-control);
  background: var(--cu-surface);
}

.form-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--cu-muted);
  margin-bottom: 0.28rem;
}

/* Tables */
.cu-table-card {
  overflow: hidden;
}

.cu-table-card > .card-body {
  flex: 0 0 auto;
}

.cu-table-card > .card-body.pb-0 {
  padding-top: 0.9rem !important;
  padding-bottom: 0.45rem !important;
}

.cu-table-card > .card-body .cu-section-head,
.cu-table-card > .card-body .cu-card-heading {
  margin-bottom: 0;
}

.cu-table-card > .table-responsive {
  flex: 1 1 auto;
}

.cu-table-card .table-responsive,
.card > .table-responsive {
  border-radius: var(--cu-radius);
}

.camused-table,
#camused-page-content .table {
  margin-bottom: 0;
  font-size: 0.84rem;
  --bs-table-bg: transparent;
}

.camused-table thead th,
#camused-page-content .table thead th {
  background: var(--cu-surface-muted);
  color: var(--cu-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--cu-border);
  white-space: nowrap;
  padding: 0.65rem 0.9rem;
  vertical-align: middle;
}

.camused-table td,
#camused-page-content .table td {
  vertical-align: middle;
  padding: 0.7rem 0.9rem;
  border-color: var(--cu-border);
  color: var(--cu-text);
}

.camused-table tbody tr:hover td,
#camused-page-content .table tbody tr:hover td {
  background: var(--cu-surface-muted);
}

.camused-table .badge,
#camused-page-content .table .badge {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100%;
  white-space: nowrap;
}

.cu-empty-row td,
.camused-table td[colspan] {
  text-align: center;
  color: var(--cu-muted);
  padding: 1.35rem 0.9rem !important;
}

.cu-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.9rem;
  border-top: 1px solid var(--cu-border);
  background: var(--cu-surface-muted);
  border-bottom-left-radius: var(--cu-radius);
  border-bottom-right-radius: var(--cu-radius);
  flex-wrap: wrap;
}

.cu-empty-copy {
  padding: 0.35rem 0;
}

/* Buttons */
.btn {
  border-radius: var(--cu-control) !important;
  font-weight: 600;
  font-size: 0.82rem;
}

.btn-sm {
  font-size: 0.76rem !important;
  padding: 0.22rem 0.5rem !important;
}

.btn-primary {
  background: var(--cu-accent) !important;
  border-color: var(--cu-accent) !important;
}

.btn-outline-primary {
  color: var(--cu-accent) !important;
  border-color: color-mix(in srgb, var(--cu-accent) 35%, var(--cu-border)) !important;
}

.btn-outline-secondary {
  border-color: var(--cu-border) !important;
  color: var(--cu-text) !important;
}

/* Badges */
.badge,
.cu-badge {
  font-weight: 600 !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.02em;
  border-radius: 6px !important;
  padding: 0.28em 0.55em !important;
  text-transform: none !important;
  border: 1px solid transparent;
}

.camused-badge-gap {
  text-transform: none;
}

.bg-label-success {
  background: #ecfdf3 !important;
  color: #166534 !important;
  border-color: #bbf7d0;
}

.bg-label-warning {
  background: #fffbeb !important;
  color: #92400e !important;
  border-color: #fde68a;
}

.bg-label-danger {
  background: #fef2f2 !important;
  color: #991b1b !important;
  border-color: #fecaca;
}

.bg-label-info,
.bg-label-primary {
  background: var(--cu-accent-soft) !important;
  color: var(--cu-accent) !important;
  border-color: #99f6e4;
}

.bg-label-secondary,
.bg-label-dark {
  background: var(--cu-surface-muted) !important;
  color: var(--cu-muted) !important;
  border-color: var(--cu-border);
}

[data-bs-theme="dark"] .bg-label-success {
  background: #052e16 !important;
  color: #86efac !important;
  border-color: #14532d;
}

[data-bs-theme="dark"] .bg-label-warning {
  background: #422006 !important;
  color: #fcd34d !important;
  border-color: #854d0e;
}

[data-bs-theme="dark"] .bg-label-danger {
  background: #450a0a !important;
  color: #fca5a5 !important;
  border-color: #7f1d1d;
}

/* Detail / forms / modal */
.cu-dl dt,
#camused-page-content dl dt {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--cu-muted);
}

.cu-dl dd,
#camused-page-content dl dd {
  font-size: 0.86rem;
  margin-bottom: 0.45rem;
}

#camused-page-content pre {
  background: var(--cu-surface-muted);
  border: 1px solid var(--cu-border);
  border-radius: var(--cu-control);
  padding: 0.75rem;
  font-size: 0.78rem;
  max-height: 22rem;
  overflow: auto;
}

.modal-content {
  border: 1px solid var(--cu-border) !important;
  border-radius: var(--cu-radius) !important;
  box-shadow: var(--cu-shadow) !important;
}

.modal-header,
.modal-footer {
  border-color: var(--cu-border) !important;
}

.modal-title {
  font-size: 0.95rem;
  font-weight: 600;
}

.authentication-inner .card {
  max-width: 26rem;
  margin-inline: auto;
}

.authentication-inner .app-brand-text {
  font-family: var(--bs-font-sans-serif);
  font-weight: 650 !important;
}

@media (max-width: 1199.98px) {
  .layout-navbar,
  .layout-navbar.navbar-detached {
    top: 0.65rem !important;
    inset-block-start: 0.65rem !important;
  }

  .layout-navbar.navbar-detached {
    margin-inline: 0.65rem !important;
  }

  .layout-navbar.navbar-detached::after {
    inset-inline: -0.75rem;
    inset-block-start: -0.75rem;
  }

  #camused-page-content {
    padding-inline: 0.1rem;
  }
}

@media (max-width: 767.98px) {
  .cu-kpi-value {
    font-size: 1.18rem;
  }

  .cu-hero h1 {
    font-size: 1.08rem;
  }

  .layout-navbar .navbar-nav-right {
    gap: 0.3rem;
  }

  #camused-lang {
    min-width: 3.5rem;
  }

  .cu-kpi,
  .cu-panel {
    min-height: 0;
  }

  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cu-toolbar .btn,
  .cu-toolbar .form-control,
  .cu-toolbar .form-select {
    width: 100%;
    min-height: 36px;
  }

  .cu-alert-item {
    flex-wrap: wrap;
  }

  .cu-hero {
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .cu-page-kicker,
  .cu-user-meta {
    display: none !important;
  }
}

[dir="rtl"] .cu-kpi-top,
[dir="rtl"] .cu-section-head,
[dir="rtl"] .cu-alert-item,
[dir="rtl"] .cu-health-item,
[dir="rtl"] .cu-quick-link,
[dir="rtl"] .cu-bar-meta {
  flex-direction: row;
}

[dir="ltr"] .cu-breadcrumb {
  text-align: left;
}

[dir="rtl"] .cu-workspace,
[dir="rtl"] .cu-hero,
[dir="rtl"] .cu-kpi,
[dir="rtl"] .cu-panel,
[dir="rtl"] .form-label,
[dir="rtl"] .camused-table thead th,
[dir="rtl"] .camused-table td,
[dir="rtl"] #camused-page-content .table thead th,
[dir="rtl"] #camused-page-content .table td {
  text-align: right;
}

[dir="ltr"] .cu-workspace,
[dir="ltr"] .cu-hero,
[dir="ltr"] .cu-kpi,
[dir="ltr"] .cu-panel,
[dir="ltr"] .form-label,
[dir="ltr"] .camused-table thead th,
[dir="ltr"] .camused-table td {
  text-align: left;
}

[dir="rtl"] .cu-empty-row td,
[dir="rtl"] .camused-table td[colspan],
[dir="ltr"] .cu-empty-row td,
[dir="ltr"] .camused-table td[colspan],
.cu-state {
  text-align: center;
}

.cu-skeleton {
  height: 10px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--cu-border) 0%, var(--cu-surface-muted) 50%, var(--cu-border) 100%);
  background-size: 200% 100%;
  animation: cu-pulse 1.2s ease-in-out infinite;
  margin: 0 auto 0.45rem;
  max-width: 16rem;
}

.cu-skeleton-short {
  max-width: 9rem;
}

@keyframes cu-pulse {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.cu-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.cu-hero h1 .badge,
.cu-hero h1 .cu-tier {
  vertical-align: middle;
  font-size: 0.68rem;
  font-weight: 600;
  margin-inline-start: 0.35rem;
}

.cu-vendor-store {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.cu-vendor-store-name {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.15rem;
  letter-spacing: -0.02em;
}

.cu-tier {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  border-radius: 999px;
  padding: 0.18rem 0.62rem 0.18rem 0.38rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  vertical-align: middle;
  border: 0;
  box-shadow: none;
}

.cu-tier-mark {
  display: inline-flex;
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
}

.cu-tier-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.cu-tier-gold {
  background: #e4c9a0;
  color: #6b4a18;
}

.cu-tier-silver {
  background: #cfd3d8;
  color: #3f4650;
}

.cu-tier-none {
  background: var(--cu-surface-muted);
  color: var(--cu-muted);
  font-weight: 600;
  padding-inline: 0.55rem;
}

[data-bs-theme="dark"] .cu-tier-gold {
  background: #6b4a18;
  color: #f3e0c2;
}

[data-bs-theme="dark"] .cu-tier-silver {
  background: #3f4650;
  color: #e5e7eb;
}

.cu-vendor-avatar {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid var(--cu-border);
  flex-shrink: 0;
  background: var(--cu-surface-muted);
}

.cu-vendor-avatar-empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--cu-accent);
  background: color-mix(in srgb, var(--cu-accent) 12%, var(--cu-surface));
}

.cu-product-thumb {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid var(--cu-border);
  flex-shrink: 0;
  background: var(--cu-surface-muted);
}

.cu-product-thumb-empty {
  display: inline-block;
}

.cu-product-title {
  font-weight: 600;
  color: var(--cu-text) !important;
  text-decoration: none !important;
  white-space: normal;
}

.cu-product-title:hover {
  color: var(--cu-accent) !important;
}

.cu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

td.cu-actions,
th.cu-actions {
  display: table-cell !important;
  white-space: nowrap;
  vertical-align: middle;
}

td.cu-actions .cu-actions,
.camused-table .cu-actions {
  min-height: 0;
}

.cu-actions:empty::before {
  content: "—";
  color: var(--cu-muted);
}

.cu-product-card {
  background: var(--cu-surface);
  border: 1px solid var(--cu-border);
  border-radius: var(--cu-radius);
  box-shadow: var(--cu-shadow);
  padding: 0.85rem 0.95rem;
  margin-bottom: 0.65rem;
}

.cu-product-images {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.cu-product-image,
.cu-product-image-wrap img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--cu-border);
}

.cu-product-image-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.cu-attr-row .form-label {
  margin-bottom: 0.2rem;
}

@media (max-width: 767.98px) {
  .cu-actions .btn {
    width: auto;
  }

  .cu-product-card .cu-actions .btn {
    font-size: 0.74rem;
  }
}

[dir="rtl"] .menu-icon,
[dir="rtl"] .btn .icon-base,
[dir="rtl"] .dropdown-item .icon-base {
  margin-inline-end: 0.45rem;
  margin-inline-start: 0;
}

[dir="rtl"] .cu-product-title,
[dir="rtl"] .cu-product-card,
[dir="rtl"] .cu-attr-row .form-label {
  text-align: right;
}

[dir="ltr"] .cu-product-title,
[dir="ltr"] .cu-product-card {
  text-align: left;
}

.cu-store-card .card-title {
  margin-bottom: 0.75rem;
}

.cu-store-identity {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.cu-store-photo {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid var(--cu-border);
  background: var(--cu-surface-muted);
  flex-shrink: 0;
}

.cu-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.25rem;
}

.cu-meta-item {
  min-width: 0;
  margin: 0;
}

.cu-meta-item dt {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cu-muted);
  margin-bottom: 0.12rem;
}

.cu-meta-item dd {
  margin: 0;
  font-size: 0.88rem;
  color: var(--cu-text);
  word-break: break-word;
}

.cu-divider {
  border: 0;
  border-top: 1px solid var(--cu-border);
  margin: 1rem 0;
}

.cu-banner {
  border: 1px solid var(--cu-border);
  background: var(--cu-surface-muted);
  border-radius: var(--cu-control);
  padding: 0.75rem 0.9rem;
}

.cu-banner p {
  color: var(--cu-muted);
  font-size: 0.84rem;
}

.cu-banner-success {
  background: var(--cu-accent-soft);
  border-color: #99f6e4;
}

.cu-banner-danger {
  background: #fef2f2;
  border-color: #fecaca;
}

[data-bs-theme="dark"] .cu-banner-danger {
  background: #450a0a;
  border-color: #7f1d1d;
}

@media (max-width: 767.98px) {
  .cu-store-identity {
    flex-direction: column;
  }

  .cu-meta-grid {
    grid-template-columns: 1fr;
  }
}

[dir="rtl"] .cu-store-card,
[dir="rtl"] .cu-meta-item dt,
[dir="rtl"] .cu-meta-item dd,
[dir="rtl"] .cu-banner,
[dir="rtl"] .cu-store-identity {
  text-align: right;
}

[dir="ltr"] .cu-store-card,
[dir="ltr"] .cu-meta-item dt,
[dir="ltr"] .cu-meta-item dd,
[dir="ltr"] .cu-banner,
[dir="ltr"] .cu-store-identity {
  text-align: left;
}

.cu-perm-key {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--cu-text);
  background: var(--cu-surface-muted);
  border: 1px solid var(--cu-border);
  border-radius: 6px;
  padding: 0.12rem 0.4rem;
}

#camused-staff-modal .form-label,
#camused-staff-modal .cu-note {
  display: block;
}

@media (max-width: 767.98px) {
  #camused-staff-modal .modal-dialog {
    margin-inline: 0.75rem;
  }
}

[dir="rtl"] .cu-perm-key,
[dir="rtl"] #camused-staff-modal .form-label,
[dir="rtl"] #camused-staff-modal .modal-title,
[dir="rtl"] #camused-staff-modal .cu-note {
  text-align: right;
}

[dir="ltr"] .cu-perm-key,
[dir="ltr"] #camused-staff-modal .form-label,
[dir="ltr"] #camused-staff-modal .modal-title,
[dir="ltr"] #camused-staff-modal .cu-note {
  text-align: left;
}

/* Phase 14 — sidebar states, collapse, design system, page chrome */
.menu-vertical .menu-icon.icon-base.ti {
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.cu-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: inherit;
  background: none !important;
}

.cu-nav-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.menu-vertical .menu-sub .cu-nav-icon {
  width: 1.05rem;
  height: 1.05rem;
}

.cu-icon-btn .cu-nav-icon,
.cu-nav-icon.icon-md {
  width: 1.35rem;
  height: 1.35rem;
}

.dropdown-item .cu-nav-icon {
  width: 1rem;
  height: 1rem;
  margin-inline-end: 0.45rem;
}

.menu .menu-sub > .menu-item > .menu-link::before,
.menu-vertical .menu-sub .menu-link::before {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

.menu-vertical .menu-sub .menu-icon.icon-base.ti {
  font-size: 1.05rem;
  width: 1.05rem;
  height: 1.05rem;
}

.menu-vertical .menu-link:focus-visible {
  outline: 2px solid #2dd4bf;
  outline-offset: 1px;
}

.menu-vertical .menu-item.open > .menu-link {
  color: #e2e8f0 !important;
}

.menu-vertical .menu-item.open.active > .menu-link,
.menu-vertical .menu-item.active > .menu-link {
  background: rgba(45, 212, 191, 0.14) !important;
  color: var(--cu-sidebar-active) !important;
  box-shadow: inset 2px 0 0 #2dd4bf;
}

[dir="rtl"] .menu-vertical .menu-item.open.active > .menu-link,
[dir="rtl"] .menu-vertical .menu-item.active > .menu-link {
  box-shadow: inset -2px 0 0 #2dd4bf;
}

.menu-vertical .menu-item.active > .menu-link .menu-icon,
.menu-vertical .menu-link:hover .menu-icon {
  color: #5eead4;
}

@media (min-width: 1200px) {
  html.layout-menu-collapsed:not(.layout-menu-hover) #layout-menu.layout-menu,
  html.layout-menu-collapsed:not(.layout-menu-hover) .layout-menu.menu-vertical.menu {
    width: var(--bs-menu-collapsed-width) !important;
    inline-size: var(--bs-menu-collapsed-width) !important;
    max-inline-size: var(--bs-menu-collapsed-width) !important;
    min-inline-size: var(--bs-menu-collapsed-width);
  }

  html.layout-menu-collapsed:not(.layout-menu-hover) .cu-workspace,
  html.layout-menu-collapsed:not(.layout-menu-hover) .cu-brand-name,
  html.layout-menu-collapsed:not(.layout-menu-hover) .menu-header,
  html.layout-menu-collapsed:not(.layout-menu-hover) #layout-menu .menu-link > div,
  html.layout-menu-collapsed:not(.layout-menu-hover) #layout-menu .cu-menu-badge,
  html.layout-menu-collapsed:not(.layout-menu-hover) #layout-menu .cu-soon-badge {
    display: none !important;
  }

  html.layout-menu-collapsed:not(.layout-menu-hover) .cu-brand-mark {
    margin-inline: auto;
  }

  html.layout-menu-collapsed:not(.layout-menu-hover) #layout-menu .app-brand {
    justify-content: center;
    padding-inline: 0.5rem !important;
  }

  html.layout-menu-collapsed:not(.layout-menu-hover) #layout-menu .layout-menu-toggle {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0.85rem;
    opacity: 0;
    pointer-events: none;
  }

  html.layout-menu-collapsed:not(.layout-menu-hover) #layout-menu .menu-link {
    justify-content: center;
    padding-inline: 0.5rem !important;
    position: relative;
  }

  html.layout-menu-collapsed:not(.layout-menu-hover) #layout-menu .menu-inner {
    padding-inline: 0.35rem !important;
  }

  html.layout-menu-collapsed .layout-navbar .layout-menu-toggle.d-xl-none {
    display: flex !important;
  }

  html.layout-menu-collapsed.layout-menu-hover #layout-menu.layout-menu,
  html.layout-menu-collapsed.layout-menu-hover .layout-menu.menu-vertical.menu {
    width: var(--bs-menu-width) !important;
    inline-size: var(--bs-menu-width) !important;
    max-inline-size: var(--bs-menu-width) !important;
    z-index: 1080;
  }
}

html.layout-menu-collapsed:not(.layout-menu-hover) #layout-menu .menu-link[data-cu-tip]:hover::after {
  content: attr(data-cu-tip);
  position: absolute;
  inset-inline-start: calc(100% + 0.65rem);
  top: 50%;
  transform: translateY(-50%);
  background: #0f172a;
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 0.28rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
  z-index: 1080;
  pointer-events: none;
}

[dir="rtl"] html.layout-menu-collapsed:not(.layout-menu-hover) #layout-menu .menu-link[data-cu-tip]:hover::after {
  inset-inline-start: auto;
  inset-inline-end: calc(100% + 0.65rem);
}

.cu-nav-copy {
  min-width: 0;
  display: flex;
  align-items: center;
}

.cu-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 8px;
  color: var(--cu-text);
}

.cu-icon-btn:hover {
  background: var(--cu-surface-muted);
  color: var(--cu-accent);
}

.cu-icon-btn .icon-base {
  font-size: 1.15rem;
  width: 1.15rem;
  height: 1.15rem;
}

h1, .cu-hero h1 { font-size: var(--cu-fs-h1); font-weight: 650; line-height: 1.25; letter-spacing: -0.03em; }
h2, .cu-section-head h2, .cu-card-heading { font-size: var(--cu-fs-h2); font-weight: 600; line-height: 1.3; }
h3 { font-size: var(--cu-fs-h3); font-weight: 600; }
body, .cu-body { font-size: var(--cu-fs-body); line-height: 1.5; }
.cu-caption, .cu-kpi-note { font-size: var(--cu-fs-caption); }
.form-label { font-size: var(--cu-fs-label); }

.btn {
  min-height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.btn .icon-base {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
}

.btn-primary:hover {
  background: var(--cu-accent-hover) !important;
  border-color: var(--cu-accent-hover) !important;
}

.btn-success {
  background: var(--cu-success) !important;
  border-color: var(--cu-success) !important;
}

.btn-danger {
  background: var(--cu-danger) !important;
  border-color: var(--cu-danger) !important;
}

.btn:disabled,
.btn.is-loading {
  pointer-events: none;
  opacity: 0.65;
}

.btn.is-loading::before {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-inline-end-color: transparent;
  animation: cu-spin 0.7s linear infinite;
}

@keyframes cu-spin {
  to { transform: rotate(360deg); }
}

.form-control:focus,
.form-select:focus {
  border-color: var(--cu-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--cu-accent) 18%, transparent);
}

.cu-req {
  color: var(--cu-danger);
  font-weight: 700;
}

.cu-field {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.cu-help {
  font-size: 0.72rem;
  color: var(--cu-muted);
}

.cu-identity {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
}

.cu-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: var(--cu-accent-soft);
  color: var(--cu-accent);
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.cu-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cu-identity strong,
.cu-identity-name {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.2;
}

.cu-identity small {
  display: block;
  color: var(--cu-muted);
  font-size: 0.72rem;
}

.cu-table-desktop { display: none; }
.cu-table-mobile { display: grid; gap: 0.65rem; }

@media (min-width: 768px) {
  .cu-table-desktop { display: block; }
  .cu-table-mobile { display: none; }
}

.cu-row-card {
  background: var(--cu-surface);
  border: 1px solid var(--cu-border);
  border-radius: var(--cu-radius);
  box-shadow: var(--cu-shadow);
  padding: 0.85rem 0.95rem;
}

.cu-row-card .cu-row-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 0.75rem;
  margin: 0.55rem 0;
  font-size: 0.78rem;
}

.cu-empty .icon-base {
  font-size: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--cu-muted);
  margin-bottom: 0.35rem;
}

.cu-empty-mark .icon-base {
  font-size: 1.25rem;
}

.cu-verify-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 992px) {
  .cu-verify-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
    align-items: start;
  }
}

.cu-doc-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .cu-doc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cu-doc-card {
  border: 1px solid var(--cu-border);
  border-radius: var(--cu-radius);
  padding: 0.75rem 0.85rem;
  background: var(--cu-surface-muted);
  overflow: hidden;
}

.cu-doc-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  margin: -0.75rem -0.85rem 0.75rem;
  padding: 0.5rem;
  overflow: hidden;
  border-bottom: 1px solid var(--cu-border);
  background: var(--cu-surface);
}

.cu-doc-preview-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.cu-doc-preview img,
.cu-doc-preview-open img {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.cu-doc-preview-frame {
  width: 100%;
  height: 220px;
  border: 0;
  background: #fff;
}

.cu-doc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1090;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.25rem 1.25rem;
  background: rgba(15, 17, 21, 0.82);
}

.cu-doc-lightbox-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
}

.cu-doc-lightbox-img {
  max-width: min(96vw, 1100px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 8px;
  background: #111;
}

.cu-doc-lightbox-frame {
  width: min(96vw, 1100px);
  height: 88vh;
  border: 0;
  border-radius: 8px;
  background: #fff;
}

.cu-doc-card strong {
  display: block;
  font-size: 0.82rem;
}

.cu-doc-card span {
  display: block;
  font-size: 0.74rem;
  color: var(--cu-muted);
}

.cu-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.15rem 0.4rem;
  border-radius: 6px;
  background: var(--cu-surface-muted);
  border: 1px solid var(--cu-border);
  color: var(--cu-muted);
}

.cu-chip.on {
  background: var(--cu-accent-soft);
  border-color: #99f6e4;
  color: var(--cu-accent);
}

.cu-chip.warn {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.35);
  color: #b45309;
}

.cu-flash-picker {
  max-height: 280px;
  overflow: auto;
  border: 1px solid var(--cu-border);
  border-radius: 8px;
}

.cu-flash-pick {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin: 0;
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid var(--cu-border);
  cursor: pointer;
}

.cu-flash-pick:last-child {
  border-bottom: 0;
}

.cu-flash-pick:hover {
  background: var(--cu-surface-muted);
}

.cu-flash-preview-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cu-flash-preview-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--cu-border);
  font-size: 0.86rem;
}

.cu-flash-preview-list li:last-child {
  border-bottom: 0;
}

.cu-sec-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .cu-sec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .cu-sec-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cu-sec-card a {
  font-size: 0.8rem;
  font-weight: 600;
}

.cu-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cu-timeline li {
  position: relative;
  padding-inline-start: 1.1rem;
  padding-bottom: 0.7rem;
  border-inline-start: 2px solid var(--cu-border);
  font-size: 0.82rem;
}

.cu-timeline li::before {
  content: "";
  position: absolute;
  inset-inline-start: -5px;
  top: 0.35rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cu-accent);
}

.cu-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.cu-choice .btn.is-active {
  background: var(--cu-accent);
  border-color: var(--cu-accent);
  color: #fff;
}

.cu-order-num {
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.cu-order-num:hover {
  color: var(--cu-accent);
}

.cu-page-chips {
  margin-bottom: 0.85rem;
}

.cu-chat-log {
  max-height: 28rem;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.cu-chat-bubble {
  border: 1px solid var(--cu-border);
  background: var(--cu-surface-muted);
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  font-size: 0.82rem;
}

.cu-settings-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.cu-settings-tabs a,
.cu-settings-tabs button {
  border: 1px solid var(--cu-border);
  background: var(--cu-surface);
  border-radius: 8px;
  padding: 0.35rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--cu-muted);
  text-decoration: none;
}

.cu-settings-tabs a.is-active,
.cu-settings-tabs button.is-active {
  color: var(--cu-accent);
  border-color: color-mix(in srgb, var(--cu-accent) 40%, var(--cu-border));
  background: var(--cu-accent-soft);
}

.cu-skel-table .cu-skeleton {
  max-width: none;
  margin: 0.45rem 0;
  height: 12px;
}

.bg-label-purple {
  background: #f5f3ff !important;
  color: #5b21b6 !important;
  border-color: #ddd6fe;
}

[data-bs-theme="dark"] .bg-label-purple {
  background: #2e1065 !important;
  color: #ddd6fe !important;
  border-color: #5b21b6;
}

@media (max-width: 1199.98px) {
  .layout-overlay.layout-menu-toggle.show,
  .layout-overlay.show {
    background: rgba(15, 23, 42, 0.45);
  }
}

@media (max-width: 429.98px) {
  .cu-page-title {
    font-size: 0.86rem;
  }

  .navbar-nav-right {
    flex-wrap: wrap;
  }
}

.cu-tree-1 { padding-inline-start: 1.35rem !important; }
.cu-tree-2 { padding-inline-start: 2.45rem !important; }
.cu-tree-3 { padding-inline-start: 3.55rem !important; }
.cu-tree-4 { padding-inline-start: 4.65rem !important; }
.cu-tree-5 { padding-inline-start: 5.75rem !important; }

.cu-hero-actions .btn {
  min-height: 2.25rem;
}

#camused-admin-modal .form-control,
#camused-admin-modal .form-select {
  min-height: 2.35rem;
}

.cu-color-picker {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.cu-color-picker .form-control-color {
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.5rem;
  min-height: 2.5rem;
  padding: 0.2rem;
  cursor: pointer;
}

.cu-color-picker .form-control-color::-webkit-color-swatch-wrapper {
  padding: 0;
}

.cu-color-picker .form-control-color::-webkit-color-swatch {
  border: 0;
  border-radius: 0.35rem;
}

#camused-admin-modal .cu-help {
  margin-top: 0.28rem;
}

#camused-detail:empty {
  display: none;
}

#camused-admin-modal .modal-dialog-scrollable .modal-body {
  max-height: min(82vh, 52rem);
}

.cu-seller-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 1rem 0 0.85rem;
  border-bottom: 1px solid var(--cu-border);
  padding-bottom: 0.45rem;
}

.cu-seller-tabs button {
  border: 0;
  background: transparent;
  color: var(--cu-muted);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
}

.cu-seller-tabs button.is-active {
  color: var(--cu-accent);
  background: var(--cu-surface-muted);
}

.cu-seller-pane[hidden] {
  display: none !important;
}

.cu-kpi-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
}

.cu-kpi-card {
  border: 1px solid var(--cu-border);
  border-radius: var(--cu-radius);
  padding: 0.7rem 0.8rem;
  background: var(--cu-surface-muted);
  min-width: 0;
}

.cu-kpi-card span {
  display: block;
  font-size: 0.72rem;
  color: var(--cu-muted);
  font-weight: 600;
}

.cu-kpi-card strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.95rem;
  word-break: break-word;
}

.cu-money-owed,
.cu-health,
.cu-identity-warn {
  border-radius: var(--cu-radius);
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.85rem;
}

.cu-money-owed.is-owed {
  background: rgba(25, 135, 84, 0.12);
  border: 1px solid rgba(25, 135, 84, 0.28);
}

.cu-money-owed.is-none {
  background: var(--cu-surface-muted);
  border: 1px solid var(--cu-border);
}

.cu-money-owed.is-negative,
.cu-identity-warn,
.cu-health.is-warning,
.cu-health.is-critical {
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.28);
}

.cu-health.is-healthy {
  background: rgba(25, 135, 84, 0.1);
  border: 1px solid rgba(25, 135, 84, 0.25);
}

.cu-health.is-attention {
  background: rgba(255, 193, 7, 0.14);
  border: 1px solid rgba(210, 158, 0, 0.3);
}

.cu-money-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 1rem;
  margin: 0.4rem 0 0;
}

.cu-chain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0.5rem 0 0.75rem;
}

.cu-chain-step {
  border: 1px solid var(--cu-border);
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  font-size: 0.78rem;
}

.cu-chain-step.is-active {
  border-color: var(--cu-accent);
  color: var(--cu-accent);
  font-weight: 650;
}

.cu-chain-arrow {
  color: var(--cu-muted);
}

.cu-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cu-timeline li {
  position: relative;
  padding: 0 0 0.75rem 1rem;
  border-inline-start: 2px solid var(--cu-border);
}

.cu-timeline li:last-child {
  border-inline-start-color: transparent;
  padding-bottom: 0;
}

.cu-table-scroll {
  overflow-x: auto;
  max-width: 100%;
}

.cu-adj-preview {
  margin-top: 0.65rem;
  padding: 0.65rem 0.75rem;
  border-radius: var(--cu-radius);
  background: var(--cu-surface);
  border: 1px dashed var(--cu-border);
  font-size: 0.84rem;
}

@media (max-width: 1199px) {
  .cu-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cu-kpi-grid,
  .cu-money-summary,
  .cu-storefront-uploads {
    grid-template-columns: 1fr;
  }
}

.cu-seller-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.cu-seller-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

.cu-seller-block {
  margin-top: 1.15rem;
}

.cu-seller-block .cu-section-head {
  margin-bottom: 0.55rem;
}

.cu-finance-edit {
  margin-top: 1rem;
  padding: 0.85rem;
  border: 1px solid var(--cu-border);
  border-radius: var(--cu-radius);
  background: var(--cu-surface-muted);
}

.cu-finance-edit .h6 {
  margin-bottom: 0.25rem;
}

.cu-staff-list {
  display: grid;
  gap: 0.6rem;
}

.cu-staff-card {
  border: 1px solid var(--cu-border);
  border-radius: var(--cu-radius);
  padding: 0.75rem 0.85rem;
  background: var(--cu-surface-muted);
}

.cu-staff-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.55rem 0 0.3rem;
}

.cu-tier-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.cu-audit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cu-audit-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--cu-border);
  font-size: 0.84rem;
}

.cu-audit-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cu-audit-list time {
  color: var(--cu-muted);
  white-space: nowrap;
}

.cu-storefront {
  margin: -0.25rem -0.15rem 1rem;
}

.cu-storefront-cover {
  height: 132px;
  border-radius: 12px 12px 0 0;
  background: var(--cu-surface-muted) center / cover no-repeat;
  border: 1px solid var(--cu-border);
  border-bottom: 0;
}

.cu-storefront-cover.is-empty {
  background-image: linear-gradient(135deg, #3d0e24 0%, #1a1d24 100%);
}

.cu-storefront-card {
  position: relative;
  margin-top: -28px;
  padding: 0.85rem 0.9rem 0.2rem;
  border: 1px solid var(--cu-border);
  border-radius: 14px;
  background: var(--cu-surface);
}

.cu-storefront-id {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.cu-storefront-photo {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  border: 2px solid var(--cu-surface);
  background: var(--cu-surface-muted);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.cu-storefront-photo.is-empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--cu-accent);
}

.cu-storefront-name {
  font-weight: 650;
  font-size: 1.02rem;
}

.cu-storefront-bio {
  margin: 0.7rem 0 0;
  color: var(--cu-muted);
  font-size: 0.84rem;
}

.cu-storefront-uploads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin: 0.85rem 0 0.35rem;
}

@media (max-width: 576px) {
  .cu-storefront-uploads {
    grid-template-columns: 1fr;
  }
}

.cu-storefront-uploads label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--cu-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.3rem;
}

.cu-vendor-storefront {
  margin: -1rem -1.05rem 1rem;
}

.cu-vendor-storefront .cu-storefront-cover {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.cu-vendor-storefront .cu-storefront-card {
  margin: -28px 1.05rem 0;
}
