/* UI Univers Informatique - Clean System
   Couche visuelle unique. Ne modifie ni logique métier, ni routes, ni API, ni données. */

.univers-login-shell,
.public-order-page,
.retail-ops-shell {
  --ui-font: Inter, "Plus Jakarta Sans", Manrope, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --ui-ink: #07182d;
  --ui-ink-2: #12304c;
  --ui-text: #263a52;
  --ui-muted: #6f7f92;
  --ui-faint: #94a3b8;
  --ui-line: rgba(76, 103, 132, .16);
  --ui-line-2: rgba(76, 103, 132, .26);
  --ui-page: #f2f8f6;
  --ui-card: rgba(255, 255, 255, .92);
  --ui-card-2: rgba(255, 255, 255, .80);
  --ui-navy: #071529;
  --ui-navy-2: #0b213a;
  --ui-navy-3: #0d3f60;
  --ui-teal: #0f766e;
  --ui-teal-2: #0d9488;
  --ui-mint: #e9f8f1;
  --ui-mint-2: #dff3e9;
  --ui-green-text: #0b5f52;
  --ui-amber: #a26312;
  --ui-amber-bg: #fff4df;
  --ui-red: #b4232a;
  --ui-red-bg: #fff0f0;
  --ui-blue-soft: #edf5ff;
  --ui-shadow: 0 18px 44px rgba(7, 24, 45, .10);
  --ui-shadow-soft: 0 10px 26px rgba(7, 24, 45, .07);
  --ui-radius-xl: 24px;
  --ui-radius-lg: 18px;
  --ui-radius-md: 13px;
  --ui-radius-sm: 10px;
  color: var(--ui-text) !important;
  font-family: var(--ui-font) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.univers-login-shell *,
.public-order-page *,
.retail-ops-shell *,
.univers-login-shell *::before,
.public-order-page *::before,
.retail-ops-shell *::before,
.univers-login-shell *::after,
.public-order-page *::after,
.retail-ops-shell *::after {
  box-sizing: border-box !important;
  font-family: inherit !important;
}

.retail-ops-shell :is(h1, h2, h3, h4, p, span, strong, small, label, button, input, select, textarea, th, td, div, article, section) {
  min-width: 0 !important;
}

.retail-ops-shell :is(h1, h2, h3, h4, strong, b, th, button, label) {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.retail-ops-shell :is(p, small, td, li, dd) {
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.retail-ops-shell svg {
  flex: 0 0 auto !important;
}

.retail-ops-shell {
  width: 100% !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  display: grid !important;
  grid-template-columns: 286px minmax(0, 1fr) !important;
  overflow-x: hidden !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(14, 165, 233, .12), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(16, 185, 129, .13), transparent 32%),
    linear-gradient(135deg, #edf6fb 0%, #f9fbff 50%, #eef8f2 100%) !important;
}

/* Sidebar */
.retail-ops-shell .retail-ops-sidebar {
  position: sticky !important;
  top: 0 !important;
  height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  overflow-y: auto !important;
  padding: 17px 15px !important;
  color: #fff !important;
  border-right: 1px solid rgba(255,255,255,.08) !important;
  background:
    radial-gradient(circle at 18% 3%, rgba(15, 148, 136, .30), transparent 28%),
    radial-gradient(circle at 106% 32%, rgba(37, 99, 235, .22), transparent 30%),
    linear-gradient(180deg, #061326 0%, #08192f 54%, #051120 100%) !important;
  box-shadow: 20px 0 52px rgba(5, 17, 32, .24) !important;
  scrollbar-width: none !important;
}

.retail-ops-shell .retail-ops-sidebar::-webkit-scrollbar,
.retail-ops-shell .retail-ops-nav::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.retail-ops-shell .retail-ops-brand {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  min-height: 58px !important;
  padding: 9px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.075) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10) !important;
}

.retail-ops-shell .retail-ops-logo-mark,
.retail-ops-shell .retail-ops-brand > span {
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.38) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 12px 24px rgba(0,0,0,.18) !important;
}

.retail-ops-shell .retail-ops-logo-mark img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.retail-ops-shell .retail-ops-brand strong {
  display: block !important;
  overflow: hidden !important;
  color: #fff !important;
  font-size: 13.2px !important;
  font-weight: 920 !important;
  line-height: 1.02 !important;
  letter-spacing: -.04em !important;
  text-transform: uppercase !important;
  text-overflow: ellipsis !important;
}

.retail-ops-shell .retail-ops-brand small {
  display: block !important;
  margin-top: 2px !important;
  color: rgba(226,232,240,.76) !important;
  font-size: 9.4px !important;
  font-weight: 700 !important;
  letter-spacing: .065em !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-nav {
  display: grid !important;
  gap: 8px !important;
  overflow-y: auto !important;
  padding: 2px !important;
  min-height: 0 !important;
}

.retail-ops-shell .retail-ops-nav-group,
.retail-ops-shell .retail-ops-subnav {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.retail-ops-shell .retail-ops-nav button.retail-ops-nav-parent {
  display: none !important;
}

.retail-ops-shell .retail-ops-nav button,
.retail-ops-shell .retail-ops-nav button.retail-ops-subnav-button {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  width: 100% !important;
  min-height: 44px !important;
  padding: 7px 10px !important;
  border: 1px solid rgba(255,255,255,.055) !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.045) !important;
  color: rgba(226,232,240,.88) !important;
  text-align: left !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease !important;
}

.retail-ops-shell .retail-ops-nav button:hover,
.retail-ops-shell .retail-ops-nav button.is-active {
  color: #fff !important;
  border-color: rgba(255,255,255,.18) !important;
  background: linear-gradient(135deg, #2563eb 0%, #08a6b1 55%, #0f9f8b 100%) !important;
  box-shadow: 0 13px 28px rgba(5,15,30,.23), inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.retail-ops-shell .retail-ops-nav button > svg {
  width: 34px !important;
  height: 34px !important;
  padding: 8px !important;
  border-radius: 12px !important;
  color: #bde3ff !important;
  background: rgba(255,255,255,.075) !important;
}

.retail-ops-shell .retail-ops-nav button:hover > svg,
.retail-ops-shell .retail-ops-nav button.is-active > svg {
  color: #fff !important;
  background: rgba(255,255,255,.20) !important;
}

.retail-ops-shell .retail-ops-nav span {
  display: block !important;
  overflow: hidden !important;
  color: inherit !important;
  font-size: 11.5px !important;
  font-weight: 840 !important;
  line-height: 1.08 !important;
  letter-spacing: -.01em !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-nav small {
  display: block !important;
  margin-top: 2px !important;
  overflow: hidden !important;
  color: rgba(226,232,240,.62) !important;
  font-size: 9.2px !important;
  font-weight: 650 !important;
  line-height: 1.08 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-nav button:hover small,
.retail-ops-shell .retail-ops-nav button.is-active small {
  color: rgba(255,255,255,.78) !important;
}

.retail-ops-shell .retail-ops-sidebar-card {
  padding: 13px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 17px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(20,184,166,.24), transparent 42%),
    rgba(255,255,255,.07) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.retail-ops-shell .retail-ops-sidebar-card span,
.retail-ops-shell .retail-ops-sidebar-card small {
  color: rgba(226,232,240,.76) !important;
  font-size: 9.8px !important;
  font-weight: 780 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-sidebar-card strong {
  display: block !important;
  margin: 6px 0 2px !important;
  color: #fff !important;
  font-size: 27px !important;
  font-weight: 920 !important;
  line-height: .98 !important;
}

.retail-ops-shell .retail-ops-current-access {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  min-height: 66px !important;
  padding: 9px 11px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 17px !important;
  background: rgba(255,255,255,.08) !important;
}

.retail-ops-shell .retail-ops-current-access > svg,
.retail-ops-shell .retail-ops-current-access img,
.retail-ops-shell .retail-ops-current-access .retail-ops-user-photo {
  width: 52px !important;
  height: 52px !important;
  border-radius: 18px !important;
  object-fit: cover !important;
}

.retail-ops-shell .retail-ops-current-access strong,
.retail-ops-shell .retail-ops-current-access small {
  display: block !important;
  overflow: hidden !important;
  color: #fff !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-current-access strong {
  font-size: 11.5px !important;
  font-weight: 850 !important;
}

.retail-ops-shell .retail-ops-current-access small {
  color: rgba(226,232,240,.70) !important;
  font-size: 9.8px !important;
  font-weight: 650 !important;
}

.retail-ops-shell .retail-ops-logout {
  min-height: 43px !important;
  justify-content: center !important;
  border: 1px solid rgba(248,113,113,.20) !important;
  border-radius: 14px !important;
  color: #fecaca !important;
  background: rgba(127,29,29,.18) !important;
}

/* Main shell */
.retail-ops-shell .retail-ops-main {
  min-width: 0 !important;
  overflow-x: hidden !important;
  padding: 26px 30px 38px !important;
}

.retail-ops-shell .retail-ops-content,
.retail-ops-shell .retail-ops-stack,
.retail-ops-shell .retail-ops-dashboard {
  display: grid !important;
  gap: 14px !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.retail-ops-shell .retail-ops-commandbar {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 11px !important;
  align-items: center !important;
  margin-bottom: 16px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.retail-ops-shell .retail-ops-command-left,
.retail-ops-shell .retail-ops-command-left.has-subcategory-filter {
  display: grid !important;
  grid-template-columns: minmax(130px, 170px) minmax(220px, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
  min-width: 0 !important;
}

.retail-ops-shell .retail-ops-command-left.has-subcategory-filter {
  grid-template-columns: minmax(130px, 170px) minmax(130px, 190px) minmax(220px, 1fr) auto !important;
}

.retail-ops-shell .retail-ops-command-left select,
.retail-ops-shell .retail-ops-command-search,
.retail-ops-shell .retail-ops-command-reset,
.retail-ops-shell .retail-ops-database-status {
  min-height: 39px !important;
  border: 1px solid rgba(78,110,145,.17) !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.88) !important;
  color: var(--ui-ink) !important;
  box-shadow: 0 10px 24px rgba(7,24,45,.055) !important;
}

.retail-ops-shell .retail-ops-command-left select {
  width: 100% !important;
  padding: 0 11px !important;
  font-size: 11px !important;
  font-weight: 780 !important;
}

.retail-ops-shell .retail-ops-command-search {
  display: grid !important;
  grid-template-columns: 31px minmax(0, 1fr) !important;
  align-items: center !important;
  padding: 0 12px !important;
}

.retail-ops-shell .retail-ops-command-search input {
  width: 100% !important;
  height: 38px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--ui-ink) !important;
  font-size: 11.2px !important;
  font-weight: 680 !important;
}

.retail-ops-shell .retail-ops-command-search input::placeholder {
  color: #8b98a9 !important;
}

.retail-ops-shell .retail-ops-command-reset,
.retail-ops-shell .retail-ops-database-status {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  padding: 0 14px !important;
  white-space: nowrap !important;
  font-size: 10.8px !important;
  font-weight: 820 !important;
}

/* Stock ticker */
.retail-ops-shell .retail-ops-stock-ticker {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 9px !important;
  align-items: center !important;
  min-height: 36px !important;
  margin-bottom: 16px !important;
}

.retail-ops-shell .retail-ops-stock-ticker-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #0f766e, #0c9a88) !important;
  box-shadow: 0 12px 24px rgba(15,118,110,.20) !important;
  font-size: 10.8px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-stock-ticker-viewport {
  min-width: 0 !important;
  overflow: hidden !important;
}

.retail-ops-shell .retail-ops-stock-ticker-track > div {
  min-height: 31px !important;
  max-width: 260px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(180,45,45,.18) !important;
  border-radius: 999px !important;
  color: #9f2930 !important;
  background: rgba(255,255,255,.78) !important;
  font-size: 10.4px !important;
  font-weight: 800 !important;
}

/* Reusable cards */
.retail-ops-shell :is(.retail-ops-panel, .retail-ops-card, .retail-ops-kpi, .retail-ops-guide-card, .retail-ops-article-card, .retail-ops-product-card, .retail-ops-point-card, .retail-ops-point-summary-card, .retail-ops-customer-order-card, .retail-ops-empty-card, .retail-ops-stock-import-card) {
  min-width: 0 !important;
  border: 1px solid var(--ui-line) !important;
  border-radius: var(--ui-radius-lg) !important;
  background:
    radial-gradient(circle at 96% -10%, rgba(15,118,110,.06), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(250,252,250,.88)) !important;
  box-shadow: var(--ui-shadow-soft) !important;
  color: var(--ui-text) !important;
}

.retail-ops-shell .retail-ops-panel,
.retail-ops-shell .retail-ops-card {
  padding: 14px !important;
}

.retail-ops-shell .retail-ops-grid {
  display: grid !important;
  gap: 14px !important;
  min-width: 0 !important;
}

.retail-ops-shell .retail-ops-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.retail-ops-shell .retail-ops-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* Panel titles */
.retail-ops-shell .retail-ops-panel-title {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 58px !important;
  margin: 0 0 13px !important;
  padding: 13px 16px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 17px !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 90% 0%, rgba(20,184,166,.30), transparent 35%),
    linear-gradient(135deg, #082448 0%, #0b3d66 58%, #0f766e 100%) !important;
  box-shadow: 0 14px 30px rgba(8,27,52,.10) !important;
}

.retail-ops-shell .retail-ops-panel-title > span {
  display: grid !important;
  flex: 0 0 38px !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  border-radius: 13px !important;
  color: #d8fffa !important;
  background: rgba(255,255,255,.12) !important;
}

.retail-ops-shell .retail-ops-panel-title h1,
.retail-ops-shell .retail-ops-panel-title h2,
.retail-ops-shell .retail-ops-panel-title h3,
.retail-ops-shell .retail-ops-panel-title strong {
  margin: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  font-size: 14.5px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: -.025em !important;
  text-overflow: ellipsis !important;
}

.retail-ops-shell .retail-ops-panel-title p,
.retail-ops-shell .retail-ops-panel-title small {
  display: block !important;
  margin: 2px 0 0 !important;
  overflow: hidden !important;
  color: rgba(240,253,250,.82) !important;
  font-size: 10.4px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
}

/* Dashboard */
.retail-ops-shell .retail-ops-dashboard-hero {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px) !important;
  gap: 18px !important;
  align-items: center !important;
  min-height: 156px !important;
  overflow: hidden !important;
  padding: 22px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 24px !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 86% 24%, rgba(16,185,129,.38), transparent 31%),
    radial-gradient(circle at 15% 20%, rgba(37,99,235,.22), transparent 34%),
    linear-gradient(135deg, #081c39 0%, #0a2444 48%, #0f766e 100%) !important;
  box-shadow: 0 22px 48px rgba(7,24,45,.20) !important;
}

.retail-ops-shell .retail-ops-dashboard-hero > * {
  position: relative !important;
  z-index: 1 !important;
}

.retail-ops-shell .retail-ops-dashboard-hero span,
.retail-ops-shell .retail-ops-eyebrow {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 25px !important;
  align-items: center !important;
  padding: 0 10px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 999px !important;
  color: rgba(236,253,245,.90) !important;
  background: rgba(255,255,255,.10) !important;
  font-size: 9.5px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-dashboard-hero h1 {
  max-width: 650px !important;
  margin: 9px 0 8px !important;
  color: #fff !important;
  font-size: clamp(26px, 3vw, 44px) !important;
  font-weight: 950 !important;
  line-height: .98 !important;
  letter-spacing: -.07em !important;
}

.retail-ops-shell .retail-ops-dashboard-hero p {
  max-width: 620px !important;
  margin: 0 !important;
  color: rgba(239,246,255,.86) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.38 !important;
}

.retail-ops-shell .retail-ops-dashboard-actions {
  display: grid !important;
  gap: 9px !important;
  width: 100% !important;
  max-width: 420px !important;
  padding: 12px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.12) !important;
  backdrop-filter: blur(12px) !important;
}

.retail-ops-shell .retail-ops-dashboard-dates {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.retail-ops-shell .retail-ops-dashboard-dates label {
  display: grid !important;
  gap: 4px !important;
  color: rgba(255,255,255,.78) !important;
  font-size: 9.3px !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-dashboard-dates input,
.retail-ops-shell .retail-ops-dashboard-actions .retail-ops-btn {
  min-height: 35px !important;
  border-radius: 11px !important;
}

.retail-ops-shell .retail-ops-kpis {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)) !important;
  gap: 10px !important;
}

.retail-ops-shell .retail-ops-kpi {
  position: relative !important;
  display: grid !important;
  align-content: start !important;
  min-height: 82px !important;
  overflow: hidden !important;
  padding: 11px 12px 10px !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(15,118,110,.10), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,251,255,.88)) !important;
}

.retail-ops-shell .retail-ops-kpi::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 3px !important;
  background: linear-gradient(180deg, #0f766e, #14b8a6) !important;
}

.retail-ops-shell .retail-ops-kpi.is-alert::before {
  background: linear-gradient(180deg, #f59e0b, #ef4444) !important;
}

.retail-ops-shell .retail-ops-kpi span,
.retail-ops-shell .retail-ops-kpi small {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: var(--ui-muted) !important;
  font-size: 8.9px !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  text-overflow: ellipsis !important;
}

.retail-ops-shell .retail-ops-kpi strong {
  display: block !important;
  max-width: 100% !important;
  margin: 4px 0 5px !important;
  overflow: hidden !important;
  color: var(--ui-ink) !important;
  font-size: clamp(13px, 1.08vw, 16px) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums !important;
}

.retail-ops-shell .retail-ops-insight-strip {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  gap: 9px !important;
}

.retail-ops-shell .retail-ops-insight-strip article {
  min-height: 76px !important;
  padding: 11px 12px !important;
  border: 1px solid var(--ui-line) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.86) !important;
  box-shadow: var(--ui-shadow-soft) !important;
}

.retail-ops-shell .retail-ops-insight-strip span,
.retail-ops-shell .retail-ops-insight-strip small {
  color: var(--ui-muted) !important;
  font-size: 9.5px !important;
  font-weight: 740 !important;
}

.retail-ops-shell .retail-ops-insight-strip strong {
  display: block !important;
  margin: 4px 0 2px !important;
  overflow: hidden !important;
  color: var(--ui-ink) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Buttons, forms, tabs */
.retail-ops-shell .retail-ops-btn,
.retail-ops-shell button {
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 820 !important;
}

.retail-ops-shell .retail-ops-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 36px !important;
  padding: 0 13px !important;
  border: 1px solid rgba(76,103,132,.20) !important;
  border-radius: 12px !important;
  color: var(--ui-ink-2) !important;
  background: rgba(255,255,255,.90) !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-btn.is-primary {
  border-color: transparent !important;
  color: #fff !important;
  background: linear-gradient(135deg, #0f766e, #0d9488) !important;
}

.retail-ops-shell .retail-ops-btn.is-danger,
.retail-ops-shell .retail-ops-danger-inline,
.retail-ops-shell .retail-ops-danger-copy {
  border-color: rgba(180,35,42,.18) !important;
  color: var(--ui-red) !important;
  background: var(--ui-red-bg) !important;
}

.retail-ops-shell .retail-ops-workbench-tabs,
.retail-ops-shell .retail-ops-point-tabs,
.retail-ops-shell .retail-ops-product-subnav,
.retail-ops-shell [role="tablist"] {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  padding: 5px !important;
  border: 1px solid var(--ui-line) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.82) !important;
  box-shadow: var(--ui-shadow-soft) !important;
}

.retail-ops-shell :is(.retail-ops-workbench-tabs, .retail-ops-point-tabs, .retail-ops-product-subnav, [role="tablist"]) button,
.retail-ops-shell [role="tab"] {
  min-height: 34px !important;
  padding: 0 13px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  color: var(--ui-ink-2) !important;
  background: transparent !important;
  white-space: nowrap !important;
}

.retail-ops-shell :is(.retail-ops-workbench-tabs, .retail-ops-point-tabs, .retail-ops-product-subnav, [role="tablist"]) button.is-active,
.retail-ops-shell [role="tab"][aria-selected="true"] {
  color: #fff !important;
  background: linear-gradient(135deg, #082448, #0f766e) !important;
}

.retail-ops-shell :is(input, select, textarea) {
  width: 100% !important;
  min-height: 37px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(76,103,132,.19) !important;
  border-radius: 12px !important;
  outline: 0 !important;
  color: var(--ui-ink) !important;
  background: rgba(255,255,255,.92) !important;
  font-size: 11px !important;
  font-weight: 680 !important;
}

.retail-ops-shell textarea {
  min-height: 92px !important;
  padding-top: 11px !important;
  resize: vertical !important;
}

.retail-ops-shell :is(input, select, textarea)::placeholder {
  color: #8b98a9 !important;
}

.retail-ops-shell label {
  color: var(--ui-ink-2) !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: .025em !important;
}

.retail-ops-shell .retail-ops-form-grid,
.retail-ops-shell .retail-ops-pos-grid,
.retail-ops-shell .retail-ops-filter-row,
.retail-ops-shell .retail-ops-toolbar,
.retail-ops-shell .retail-ops-table-tools {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  gap: 10px !important;
}

/* Statuses and chips */
.retail-ops-shell .retail-ops-status,
.retail-ops-shell .retail-ops-badge,
.retail-ops-shell :is(.retail-ops-article-card, .retail-ops-product-card, .retail-ops-point-card, .retail-ops-point-summary-card, .retail-ops-guide-card) :is(span, em):not(.recharts-wrapper span) {
  display: inline-flex !important;
  align-items: center !important;
  max-width: 100% !important;
  min-height: 22px !important;
  padding: 5px 9px !important;
  border: 1px solid rgba(15,95,85,.10) !important;
  border-radius: 999px !important;
  color: var(--ui-green-text) !important;
  background: linear-gradient(180deg, #f6fbf8, #edf7f2) !important;
  font-size: 9.4px !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  font-style: normal !important;
}

.retail-ops-shell .retail-ops-status.is-actif,
.retail-ops-shell .retail-ops-badge.is-payee,
.retail-ops-shell :is(.is-paid, .is-success, .is-profit) {
  color: #0f6b4f !important;
  background: linear-gradient(180deg, #effbf5, #ddf4ea) !important;
}

.retail-ops-shell .retail-ops-status.is-alerte,
.retail-ops-shell :is(.is-warning, .is-pending) {
  color: var(--ui-amber) !important;
  background: var(--ui-amber-bg) !important;
}

.retail-ops-shell .retail-ops-status.is-rupture,
.retail-ops-shell .retail-ops-badge.is-danger,
.retail-ops-shell :is(.is-danger, .is-error, .is-loss) {
  color: var(--ui-red) !important;
  background: var(--ui-red-bg) !important;
}

/* Catalogue and product cards */
.retail-ops-shell .retail-ops-product-grid,
.retail-ops-shell .retail-ops-article-grid,
.retail-ops-shell .retail-ops-customer-order-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr)) !important;
  gap: 13px !important;
  min-width: 0 !important;
}

.retail-ops-shell .retail-ops-article-card,
.retail-ops-shell .retail-ops-product-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 9px !important;
  overflow: hidden !important;
  padding: 13px !important;
  border-radius: 18px !important;
}

.retail-ops-shell .retail-ops-article-thumb,
.retail-ops-shell .retail-ops-product-thumb,
.retail-ops-shell .retail-ops-thumb-fallback {
  display: grid !important;
  width: 46px !important;
  height: 46px !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(15,118,110,.10) !important;
  border-radius: 16px !important;
  color: var(--ui-teal) !important;
  background: linear-gradient(135deg, #f2fbf7, #eef6ff) !important;
}

.retail-ops-shell :is(.retail-ops-article-thumb, .retail-ops-product-thumb, .retail-ops-photo-preview) img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.retail-ops-shell .retail-ops-article-card-meta,
.retail-ops-shell .retail-ops-product-card > div {
  min-width: 0 !important;
}

.retail-ops-shell .retail-ops-article-card h3,
.retail-ops-shell .retail-ops-product-card h3,
.retail-ops-shell .retail-ops-article-card strong,
.retail-ops-shell .retail-ops-product-card strong {
  margin: 0 !important;
  color: var(--ui-ink) !important;
  font-size: 12.3px !important;
  font-weight: 920 !important;
  line-height: 1.1 !important;
  letter-spacing: -.02em !important;
}

.retail-ops-shell .retail-ops-article-card-meta > strong,
.retail-ops-shell .retail-ops-product-card > strong,
.retail-ops-shell .retail-ops-article-card h3,
.retail-ops-shell .retail-ops-product-card h3 {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}

.retail-ops-shell .retail-ops-article-card p,
.retail-ops-shell .retail-ops-product-card p,
.retail-ops-shell .retail-ops-article-card small,
.retail-ops-shell .retail-ops-product-card small {
  color: var(--ui-muted) !important;
  font-size: 10.2px !important;
  font-weight: 650 !important;
  line-height: 1.24 !important;
}

.retail-ops-shell .retail-ops-article-card > .retail-ops-status,
.retail-ops-shell .retail-ops-product-card > .retail-ops-status {
  grid-column: 3 !important;
  justify-self: end !important;
}

.retail-ops-shell .retail-ops-article-card-grid,
.retail-ops-shell .retail-ops-article-card-meta,
.retail-ops-shell .retail-ops-article-source,
.retail-ops-shell .retail-ops-article-source-list,
.retail-ops-shell .retail-ops-article-points,
.retail-ops-shell .retail-ops-article-card-prices,
.retail-ops-shell .retail-ops-article-card-actions,
.retail-ops-shell .retail-ops-product-card dl,
.retail-ops-shell .retail-ops-product-card .retail-ops-actions {
  grid-column: 1 / -1 !important;
  min-width: 0 !important;
}

.retail-ops-shell .retail-ops-article-card-grid,
.retail-ops-shell .retail-ops-article-card-prices,
.retail-ops-shell .retail-ops-product-card dl {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

.retail-ops-shell .retail-ops-article-source-list,
.retail-ops-shell .retail-ops-article-points {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px !important;
}

.retail-ops-shell .retail-ops-article-source {
  display: grid !important;
  gap: 6px !important;
  padding: 9px !important;
  border: 1px solid rgba(15,118,110,.10) !important;
  border-radius: 14px !important;
  background: rgba(239,248,243,.72) !important;
}

.retail-ops-shell .retail-ops-article-source > strong,
.retail-ops-shell .retail-ops-article-source-list > strong {
  font-size: 10px !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

.retail-ops-shell :is(.retail-ops-article-card-grid, .retail-ops-article-card-prices, .retail-ops-article-source-list, .retail-ops-article-points) > :is(span, div, strong, small),
.retail-ops-shell .retail-ops-product-card dl div {
  min-width: 0 !important;
  overflow: hidden !important;
  padding: 7px 8px !important;
  border: 1px solid rgba(15,95,85,.09) !important;
  border-radius: 12px !important;
  color: var(--ui-green-text) !important;
  background: rgba(239,248,243,.82) !important;
  font-size: 9.5px !important;
  font-weight: 820 !important;
  line-height: 1.15 !important;
}

.retail-ops-shell .retail-ops-article-points > :is(span, div),
.retail-ops-shell .retail-ops-article-source-list > :is(span, div) {
  display: -webkit-box !important;
  min-height: 34px !important;
  max-height: 45px !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  white-space: normal !important;
  text-overflow: ellipsis !important;
}

.retail-ops-shell .retail-ops-article-card-actions,
.retail-ops-shell .retail-ops-product-card .retail-ops-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
}

/* Point cards */
.retail-ops-shell .retail-ops-point-board,
.retail-ops-shell .retail-ops-point-summary-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)) !important;
  gap: 13px !important;
}

.retail-ops-shell .retail-ops-point-card,
.retail-ops-shell .retail-ops-point-summary-card {
  display: grid !important;
  gap: 10px !important;
  min-height: 0 !important;
  padding: 14px !important;
}

.retail-ops-shell .retail-ops-point-card h3,
.retail-ops-shell .retail-ops-point-summary-card h3,
.retail-ops-shell .retail-ops-point-card strong,
.retail-ops-shell .retail-ops-point-summary-card strong {
  color: var(--ui-ink) !important;
  font-size: 12.8px !important;
  font-weight: 900 !important;
  line-height: 1.13 !important;
}

.retail-ops-shell .retail-ops-point-card p,
.retail-ops-shell .retail-ops-point-summary-card p,
.retail-ops-shell .retail-ops-point-card small,
.retail-ops-shell .retail-ops-point-summary-card small {
  color: var(--ui-muted) !important;
  font-size: 10.4px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

.retail-ops-shell .retail-ops-point-card-metrics,
.retail-ops-shell .retail-ops-point-card-grid,
.retail-ops-shell .retail-ops-point-summary-stock,
.retail-ops-shell .retail-ops-point-summary-card dl {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)) !important;
  gap: 7px !important;
}

.retail-ops-shell :is(.retail-ops-point-card-metrics, .retail-ops-point-card-grid, .retail-ops-point-summary-stock, .retail-ops-point-summary-card dl) > :is(div, span, em) {
  min-width: 0 !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(15,95,85,.08) !important;
  border-radius: 12px !important;
  color: var(--ui-green-text) !important;
  background: rgba(239,248,243,.82) !important;
  font-size: 9.8px !important;
  font-weight: 820 !important;
}

/* Lists */
.retail-ops-shell .retail-ops-ranking-list,
.retail-ops-shell .retail-ops-soft-list,
.retail-ops-shell .retail-ops-ledger,
.retail-ops-shell .retail-ops-timeline,
.retail-ops-shell .retail-ops-distribution-list,
.retail-ops-shell .retail-ops-compact-request-list {
  display: grid !important;
  gap: 9px !important;
  min-width: 0 !important;
}

.retail-ops-shell .retail-ops-ranking-list article,
.retail-ops-shell .retail-ops-soft-list button,
.retail-ops-shell .retail-ops-ledger-row,
.retail-ops-shell .retail-ops-timeline div,
.retail-ops-shell .retail-ops-distribution-list article,
.retail-ops-shell .retail-ops-compact-request-list article {
  min-width: 0 !important;
  min-height: 44px !important;
  padding: 10px 11px !important;
  border: 1px solid var(--ui-line) !important;
  border-radius: 14px !important;
  color: var(--ui-text) !important;
  background: rgba(255,255,255,.80) !important;
}

.retail-ops-shell .retail-ops-ranking-list strong,
.retail-ops-shell .retail-ops-soft-list strong,
.retail-ops-shell .retail-ops-ledger-row strong {
  display: block !important;
  overflow: hidden !important;
  color: var(--ui-ink) !important;
  font-size: 11.5px !important;
  font-weight: 900 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Tables and Excel-style reports */
.retail-ops-shell :is(.retail-ops-table-wrap, .retail-ops-client-table-wrap, .retail-ops-ledger-table-wrap, .retail-ops-report-table-wrap, .retail-ops-inventory-report-table-wrap, .retail-ops-excel-workbook) {
  max-width: 100% !important;
  overflow-x: auto !important;
  border: 1px solid var(--ui-line-2) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--ui-shadow-soft) !important;
  scrollbar-color: rgba(15,118,110,.55) rgba(226,235,244,.78) !important;
}

.retail-ops-shell table,
.retail-ops-shell .retail-ops-table,
.retail-ops-shell .retail-ops-client-table,
.retail-ops-shell .retail-ops-ledger-table,
.retail-ops-shell .retail-ops-report-table,
.retail-ops-shell .retail-ops-excel-table {
  width: 100% !important;
  min-width: 760px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  color: var(--ui-text) !important;
  font-size: 10.8px !important;
  line-height: 1.25 !important;
}

.retail-ops-shell th,
.retail-ops-shell td {
  min-width: 0 !important;
  padding: 9px 11px !important;
  vertical-align: middle !important;
  border-right: 1px solid rgba(76,103,132,.14) !important;
  border-bottom: 1px solid rgba(203,216,226,.74) !important;
}

.retail-ops-shell th {
  color: #fff !important;
  background: linear-gradient(180deg, #0b3558, #082842) !important;
  font-size: 9.8px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell td {
  color: #17314e !important;
  background: rgba(255,255,255,.96) !important;
}

.retail-ops-shell tr:nth-child(even) td {
  background: rgba(247,251,249,.96) !important;
}

.retail-ops-shell td :is(button, .retail-ops-btn) {
  min-height: 29px !important;
  padding: 0 10px !important;
  border-radius: 10px !important;
  font-size: 10px !important;
}

.retail-ops-shell :is(.is-money, .is-number),
.retail-ops-shell td:is(.is-money, .is-number),
.retail-ops-shell .retail-ops-table .is-money,
.retail-ops-shell .retail-ops-table .is-number {
  overflow: hidden !important;
  text-align: right !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  font-variant-numeric: tabular-nums !important;
}

.retail-ops-shell .retail-ops-actions,
.retail-ops-shell .retail-ops-row-actions,
.retail-ops-shell .retail-ops-stock-row-actions,
.retail-ops-shell td:last-child {
  gap: 6px !important;
  white-space: nowrap !important;
}

/* Reports / import / admin cards */
.retail-ops-shell .retail-ops-stock-import-board,
.retail-ops-shell .retail-ops-stock-import-guide,
.retail-ops-shell .retail-ops-stock-import-side,
.retail-ops-shell .retail-ops-inventory-report,
.retail-ops-shell .retail-ops-report-summary {
  display: grid !important;
  gap: 13px !important;
  min-width: 0 !important;
}

.retail-ops-shell .retail-ops-stock-import-card {
  padding: 14px !important;
}

.retail-ops-shell .retail-ops-excel-sheet-title {
  padding: 10px 12px !important;
  border-radius: 14px 14px 0 0 !important;
  color: var(--ui-ink) !important;
  background: linear-gradient(90deg, #edf7f2, #fff) !important;
}

/* Modals, checkout, images */
.retail-ops-shell .retail-ops-modal-backdrop,
.retail-ops-shell .retail-ops-image-zoom-backdrop {
  background: rgba(5, 15, 30, .70) !important;
  backdrop-filter: blur(10px) !important;
}

.retail-ops-shell .retail-ops-modal,
.retail-ops-shell .retail-ops-image-zoom-modal {
  max-width: min(960px, calc(100vw - 28px)) !important;
  border: 1px solid var(--ui-line) !important;
  border-radius: 22px !important;
  color: var(--ui-text) !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 28px 80px rgba(8,20,38,.22) !important;
}

.retail-ops-shell .retail-ops-modal-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid var(--ui-line) !important;
}

.retail-ops-shell .retail-ops-modal-head h2 {
  margin: 0 !important;
  color: var(--ui-ink) !important;
  font-size: 17px !important;
  font-weight: 920 !important;
  line-height: 1.1 !important;
}

.retail-ops-shell .retail-ops-checkout-line,
.retail-ops-shell .retail-ops-pos-product,
.retail-ops-shell .retail-ops-pos-summary > div {
  min-width: 0 !important;
  border: 1px solid var(--ui-line) !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.88) !important;
}

.retail-ops-shell .retail-ops-checkout-lines {
  display: grid !important;
  gap: 10px !important;
}

.retail-ops-shell .retail-ops-image-zoom-frame img {
  display: block !important;
  max-width: 100% !important;
  max-height: 72vh !important;
  object-fit: contain !important;
}

.retail-ops-shell .retail-ops-photo-preview,
.retail-ops-shell .retail-ops-product-photo-field button {
  overflow: hidden !important;
  border: 1px solid var(--ui-line) !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #f8fbff, #edf7ff) !important;
}

/* Errors and empty states */
.retail-ops-shell .retail-ops-error,
.retail-ops-shell .retail-ops-form-error,
.univers-login-shell .univers-login-error,
.public-order-page .public-order-error {
  border: 1px solid rgba(239,68,68,.22) !important;
  border-radius: 13px !important;
  color: #b42323 !important;
  background: rgba(239,68,68,.09) !important;
  font-size: 11px !important;
  font-weight: 740 !important;
  line-height: 1.32 !important;
}

/* Charts */
.retail-ops-shell .retail-ops-chart {
  min-width: 0 !important;
  height: 280px !important;
  padding: 8px !important;
  border: 1px solid rgba(76,103,132,.10) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.88) !important;
}

.retail-ops-shell .recharts-wrapper text {
  fill: #52657c !important;
  font-family: var(--ui-font) !important;
  font-size: 10px !important;
}

/* Login and public order */
.univers-login-shell {
  min-height: 100vh !important;
  display: grid !important;
  place-items: center !important;
  padding: 28px !important;
  background:
    radial-gradient(circle at 18% 14%, rgba(14,165,233,.18), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(16,185,129,.18), transparent 34%),
    linear-gradient(135deg, #eef7fb 0%, #f9fbff 58%, #edf7f4 100%) !important;
}

.univers-login-shell > * {
  max-width: 450px !important;
}

.univers-login-shell form,
.univers-login-shell [class*="card"],
.univers-login-shell [class*="panel"] {
  border: 1px solid var(--ui-line) !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.90) !important;
  box-shadow: 0 22px 52px rgba(8,27,52,.11) !important;
}

.univers-login-shell :is(h1, h2),
.public-order-page :is(h1, h2) {
  color: var(--ui-ink) !important;
  font-family: var(--ui-font) !important;
  letter-spacing: -.045em !important;
}

.univers-login-shell :is(input, button),
.public-order-page :is(input, select, textarea, button) {
  min-height: 43px !important;
  border-radius: 13px !important;
  font-size: 12px !important;
}

/* Responsive */
@media (max-width: 1260px) {
  .retail-ops-shell {
    grid-template-columns: 272px minmax(0, 1fr) !important;
  }

  .retail-ops-shell .retail-ops-main {
    padding: 20px 22px 34px !important;
  }

  .retail-ops-shell .retail-ops-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1040px) {
  .retail-ops-shell {
    grid-template-columns: 1fr !important;
  }

  .retail-ops-shell .retail-ops-sidebar {
    position: relative !important;
    height: auto !important;
    max-height: none !important;
  }

  .retail-ops-shell .retail-ops-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .retail-ops-shell .retail-ops-commandbar,
  .retail-ops-shell .retail-ops-command-left,
  .retail-ops-shell .retail-ops-command-left.has-subcategory-filter,
  .retail-ops-shell .retail-ops-dashboard-hero,
  .retail-ops-shell .retail-ops-grid-2,
  .retail-ops-shell .retail-ops-grid-3 {
    grid-template-columns: 1fr !important;
  }

  .retail-ops-shell .retail-ops-dashboard-actions {
    max-width: none !important;
  }
}

@media (max-width: 720px) {
  .retail-ops-shell .retail-ops-sidebar,
  .retail-ops-shell .retail-ops-main {
    padding: 14px !important;
  }

  .retail-ops-shell .retail-ops-nav,
  .retail-ops-shell .retail-ops-kpis,
  .retail-ops-shell .retail-ops-insight-strip,
  .retail-ops-shell .retail-ops-product-grid,
  .retail-ops-shell .retail-ops-article-grid,
  .retail-ops-shell .retail-ops-point-board,
  .retail-ops-shell .retail-ops-point-summary-grid,
  .retail-ops-shell .retail-ops-customer-order-grid,
  .retail-ops-shell .retail-ops-article-card-grid,
  .retail-ops-shell .retail-ops-article-card-prices,
  .retail-ops-shell .retail-ops-article-source-list,
  .retail-ops-shell .retail-ops-article-points {
    grid-template-columns: 1fr !important;
  }

  .retail-ops-shell .retail-ops-article-card,
  .retail-ops-shell .retail-ops-product-card {
    grid-template-columns: 42px minmax(0, 1fr) !important;
  }

  .retail-ops-shell .retail-ops-dashboard-hero {
    min-height: 0 !important;
    padding: 16px !important;
  }

  .retail-ops-shell .retail-ops-dashboard-hero h1 {
    font-size: 24px !important;
  }

  .retail-ops-shell .retail-ops-dashboard-dates {
    grid-template-columns: 1fr !important;
  }
}

/* Precision pass: stop overlap, stop accidental chips, restore premium readability */
.retail-ops-shell .retail-ops-commandbar,
.retail-ops-shell .retail-ops-stock-ticker {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  z-index: 4 !important;
  transform: none !important;
}

.retail-ops-shell .retail-ops-content,
.retail-ops-shell .retail-ops-stack,
.retail-ops-shell .retail-ops-dashboard {
  overflow: visible !important;
}

.retail-ops-shell :is(.retail-ops-article-card, .retail-ops-product-card, .retail-ops-point-card, .retail-ops-point-summary-card, .retail-ops-guide-card)
  :is(span, em):not(.retail-ops-status):not(.retail-ops-badge):not(.retail-ops-thumb-zoom) {
  display: inline !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit !important;
  line-height: inherit !important;
  text-transform: none !important;
  letter-spacing: inherit !important;
}

.retail-ops-shell .retail-ops-status,
.retail-ops-shell .retail-ops-badge,
.retail-ops-shell .retail-ops-dashboard-hero > div > span,
.retail-ops-shell .retail-ops-eyebrow,
.retail-ops-shell .retail-ops-point-summary-card header > span {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 22px !important;
  padding: 4px 9px !important;
  border: 1px solid rgba(15,118,110,.13) !important;
  border-radius: 999px !important;
  color: var(--ui-green-text) !important;
  background: linear-gradient(180deg, #f6fbf8, #edf7f2) !important;
  font-size: 9.2px !important;
  font-weight: 880 !important;
  line-height: 1.08 !important;
  font-style: normal !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-panel-title {
  min-height: 52px !important;
  padding: 11px 14px !important;
  border-radius: 16px !important;
}

.retail-ops-shell .retail-ops-panel-title > span {
  flex: 0 0 34px !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
}

.retail-ops-shell .retail-ops-panel-title h1,
.retail-ops-shell .retail-ops-panel-title h2,
.retail-ops-shell .retail-ops-panel-title h3,
.retail-ops-shell .retail-ops-panel-title strong {
  font-size: 13.4px !important;
  line-height: 1.12 !important;
}

.retail-ops-shell .retail-ops-panel-title p,
.retail-ops-shell .retail-ops-panel-title small {
  font-size: 9.8px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-ranking-list article {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) minmax(58px, auto) minmax(82px, auto) !important;
  align-items: center !important;
  gap: 8px !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 58px !important;
}

.retail-ops-shell .retail-ops-ranking-list article > span:first-child {
  display: grid !important;
  width: 31px !important;
  height: 31px !important;
  min-height: 31px !important;
  place-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #04736a !important;
  background: #eaf8f2 !important;
  font-size: 10.4px !important;
  font-weight: 920 !important;
}

.retail-ops-shell .retail-ops-ranking-list article > div {
  min-width: 0 !important;
  overflow: hidden !important;
}

.retail-ops-shell .retail-ops-ranking-list strong,
.retail-ops-shell .retail-ops-ranking-list small {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-ranking-list small {
  color: var(--ui-muted) !important;
  font-size: 9.7px !important;
  font-weight: 690 !important;
}

.retail-ops-shell .retail-ops-ranking-list em,
.retail-ops-shell .retail-ops-ranking-list b {
  justify-self: end !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #5a6b80 !important;
  font-size: 9.6px !important;
  font-weight: 850 !important;
  font-style: normal !important;
  line-height: 1.1 !important;
  text-align: right !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-ranking-list b {
  color: #0f766e !important;
}

.retail-ops-shell .retail-ops-soft-list button {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 7px 12px !important;
  overflow: hidden !important;
}

.retail-ops-shell .retail-ops-soft-list button > small {
  grid-column: 1 / -1 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: var(--ui-muted) !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-summary-grid {
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)) !important;
  align-items: stretch !important;
  overflow: visible !important;
}

.retail-ops-shell .retail-ops-point-summary-card {
  grid-template-columns: 1fr !important;
  grid-auto-rows: auto !important;
  align-content: start !important;
  gap: 11px !important;
  min-height: 204px !important;
  overflow: hidden !important;
  text-align: left !important;
}

.retail-ops-shell .retail-ops-point-summary-card header {
  display: grid !important;
  gap: 4px !important;
  min-width: 0 !important;
}

.retail-ops-shell .retail-ops-point-summary-card header > strong {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: var(--ui-ink) !important;
  font-size: 13.2px !important;
  font-weight: 930 !important;
  line-height: 1.18 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-summary-card header > small {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: var(--ui-muted) !important;
  font-size: 10.2px !important;
  line-height: 1.22 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-summary-stock {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 5px 10px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(15,118,110,.13) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, rgba(239,248,243,.86), rgba(239,246,255,.74)) !important;
}

.retail-ops-shell .retail-ops-point-summary-stock span {
  grid-column: 1 / -1 !important;
  color: #0f766e !important;
  font-size: 9.8px !important;
  font-weight: 880 !important;
}

.retail-ops-shell .retail-ops-point-summary-stock strong {
  min-width: 0 !important;
  overflow: hidden !important;
  color: var(--ui-ink) !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-summary-stock em {
  justify-self: end !important;
  color: #0f766e !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-summary-card dl {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.retail-ops-shell .retail-ops-point-summary-card dl div {
  min-width: 0 !important;
  overflow: hidden !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(76,103,132,.12) !important;
  border-radius: 12px !important;
  background: rgba(248,251,252,.92) !important;
}

.retail-ops-shell .retail-ops-point-summary-card dt {
  overflow: hidden !important;
  color: #607086 !important;
  font-size: 9.2px !important;
  font-weight: 850 !important;
  text-overflow: ellipsis !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-summary-card dd {
  margin: 4px 0 0 !important;
  overflow: hidden !important;
  color: var(--ui-ink) !important;
  font-size: 12.5px !important;
  font-weight: 920 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-article-grid,
.retail-ops-shell .retail-ops-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)) !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-grid,
.retail-ops-shell .retail-ops-warehouse-control .retail-ops-article-grid,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-product-grid,
.retail-ops-shell .retail-ops-warehouse-control .retail-ops-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(238px, 1fr)) !important;
  gap: 12px !important;
}

.retail-ops-shell .retail-ops-article-card,
.retail-ops-shell .retail-ops-product-card {
  grid-template-columns: 46px minmax(0, 1fr) auto !important;
  gap: 10px !important;
  padding: 13px !important;
  min-height: auto !important;
  overflow: hidden !important;
}

.retail-ops-shell .retail-ops-article-card-grid,
.retail-ops-shell .retail-ops-article-card-prices {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-grid,
.retail-ops-shell .retail-ops-warehouse-control .retail-ops-article-card-grid,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-prices,
.retail-ops-shell .retail-ops-warehouse-control .retail-ops-article-card-prices {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.retail-ops-shell :is(.retail-ops-article-card-grid, .retail-ops-article-card-prices, .retail-ops-article-source-list, .retail-ops-article-points) > :is(span, div, strong, small),
.retail-ops-shell .retail-ops-product-card dl div {
  display: grid !important;
  align-content: center !important;
  min-height: 31px !important;
  overflow: hidden !important;
  padding: 6px 9px !important;
  color: #0d665d !important;
  font-size: 9.6px !important;
  font-weight: 820 !important;
  line-height: 1.16 !important;
  text-overflow: ellipsis !important;
}

.retail-ops-shell .retail-ops-article-card-actions,
.retail-ops-shell .retail-ops-product-card .retail-ops-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

.retail-ops-shell .retail-ops-article-card-actions .retail-ops-btn,
.retail-ops-shell .retail-ops-product-card .retail-ops-actions .retail-ops-btn,
.retail-ops-shell .retail-ops-article-card-actions button,
.retail-ops-shell .retail-ops-product-card .retail-ops-actions button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 32px !important;
  padding-inline: 8px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.retail-ops-shell .retail-ops-article-source {
  gap: 8px !important;
  padding: 10px !important;
  border-radius: 14px !important;
}

.retail-ops-shell .retail-ops-article-source-list > :is(span, div, strong, small),
.retail-ops-shell .retail-ops-article-points > :is(span, div, strong, small) {
  min-width: 0 !important;
  max-height: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

.retail-ops-shell .retail-ops-chart {
  height: 320px !important;
  overflow: hidden !important;
  padding: 10px 12px !important;
}

.retail-ops-shell .recharts-wrapper,
.retail-ops-shell .recharts-surface {
  max-width: 100% !important;
}

.retail-ops-shell .recharts-wrapper text,
.retail-ops-shell .recharts-cartesian-axis-tick text {
  fill: #4c6077 !important;
  font-size: 9.4px !important;
  font-weight: 700 !important;
}

.retail-ops-shell .recharts-yAxis .recharts-cartesian-axis-tick text {
  font-size: 8.6px !important;
  line-height: 1 !important;
}

.retail-ops-shell .recharts-legend-item-text {
  color: #23405e !important;
  font-size: 10.5px !important;
}

@media (max-width: 1500px) {
  .retail-ops-shell .retail-ops-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .retail-ops-shell .retail-ops-ranking-list article {
    grid-template-columns: 34px minmax(0, 1fr) minmax(70px, auto) !important;
  }

  .retail-ops-shell .retail-ops-ranking-list article b {
    grid-column: 2 / -1 !important;
    justify-self: start !important;
    max-width: 100% !important;
  }
}

@media (max-width: 980px) {
  .retail-ops-shell .retail-ops-article-grid,
  .retail-ops-shell .retail-ops-product-grid,
  .retail-ops-shell .retail-ops-point-summary-grid {
    grid-template-columns: 1fr !important;
  }

  .retail-ops-shell .retail-ops-ranking-list article {
    grid-template-columns: 34px minmax(0, 1fr) !important;
  }

  .retail-ops-shell .retail-ops-ranking-list em,
  .retail-ops-shell .retail-ops-ranking-list b {
    grid-column: 2 !important;
    justify-self: start !important;
  }
}

/* Catalogue showroom: attractive product discovery */
.retail-ops-shell.is-module-products .retail-ops-stack {
  gap: 16px !important;
}

.retail-ops-shell.is-module-products .retail-ops-panel {
  padding: 16px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(56,189,248,.10), transparent 26%),
    radial-gradient(circle at 100% 4%, rgba(16,185,129,.11), transparent 28%),
    rgba(255,255,255,.92) !important;
}

.retail-ops-shell.is-module-products .retail-ops-product-subnav,
.retail-ops-shell.is-module-products [role="tablist"] {
  padding: 6px !important;
  border-radius: 18px !important;
}

.retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-article-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(410px, 1fr)) !important;
  gap: 16px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 13px !important;
  min-height: 0 !important;
  padding: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(125,154,184,.25) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,252,255,.94) 52%, rgba(240,250,246,.90)),
    radial-gradient(circle at 92% 0%, rgba(14,165,233,.12), transparent 34%) !important;
  box-shadow: 0 18px 42px rgba(7,24,45,.10) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 4px !important;
  background: linear-gradient(90deg, #0f766e, #14b8a6, #38bdf8) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card:hover {
  border-color: rgba(15,118,110,.32) !important;
  box-shadow: 0 22px 54px rgba(7,24,45,.14) !important;
  transform: translateY(-1px) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 13px !important;
  min-width: 0 !important;
  width: 100% !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-thumb {
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(15,118,110,.16) !important;
  border-radius: 20px !important;
  color: #0f766e !important;
  background:
    radial-gradient(circle at 30% 22%, rgba(56,189,248,.18), transparent 42%),
    linear-gradient(145deg, #f2fbff, #ecfdf5) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.75), 0 12px 24px rgba(15,118,110,.10) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-thumb svg {
  width: 24px !important;
  height: 24px !important;
  stroke-width: 2.2 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header > div {
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header strong {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: #07182d !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: -.025em !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header small {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: #51647c !important;
  font-size: 10.8px !important;
  font-weight: 720 !important;
  line-height: 1.25 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header .retail-ops-status {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 74px !important;
  max-width: 92px !important;
  min-height: 28px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  font-size: 9.6px !important;
  font-weight: 920 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header .retail-ops-status.is-actif {
  border-color: rgba(34,197,94,.18) !important;
  color: #047857 !important;
  background: linear-gradient(180deg, #ecfdf5, #dff7ec) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header .retail-ops-status.is-alerte {
  border-color: rgba(245,158,11,.24) !important;
  color: #b45309 !important;
  background: linear-gradient(180deg, #fff7ed, #ffedd5) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header .retail-ops-status.is-rupture {
  border-color: rgba(239,68,68,.22) !important;
  color: #b91c1c !important;
  background: linear-gradient(180deg, #fff1f2, #fee2e2) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-meta,
.retail-ops-shell.is-module-products .retail-ops-article-card-prices {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-meta > span,
.retail-ops-shell.is-module-products .retail-ops-article-card-prices > span {
  display: grid !important;
  align-content: center !important;
  min-height: 38px !important;
  padding: 8px 10px !important;
  overflow: hidden !important;
  border: 1px solid rgba(76,103,132,.13) !important;
  border-radius: 14px !important;
  color: #29435c !important;
  background: linear-gradient(180deg, rgba(248,251,255,.96), rgba(241,248,245,.94)) !important;
  font-size: 10px !important;
  font-weight: 820 !important;
  line-height: 1.15 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-meta > span:first-child {
  color: #0b5f52 !important;
  background: linear-gradient(180deg, #ecfdf5, #dff7ec) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-prices strong,
.retail-ops-shell.is-module-products .retail-ops-article-card-meta strong {
  color: #07182d !important;
  font-size: 11.5px !important;
  font-weight: 950 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source {
  padding: 12px !important;
  border: 1px solid rgba(15,118,110,.13) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(239,248,243,.86), rgba(255,255,255,.72)) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source > span,
.retail-ops-shell.is-module-products .retail-ops-article-source > strong {
  display: block !important;
  margin-bottom: 2px !important;
  color: #243b53 !important;
  font-size: 10.5px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  overflow: visible !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source-list > * {
  display: block !important;
  min-height: 44px !important;
  padding: 9px 10px !important;
  overflow: hidden !important;
  border: 1px solid rgba(15,118,110,.12) !important;
  border-radius: 14px !important;
  color: #0b5f52 !important;
  background: rgba(255,255,255,.74) !important;
  font-size: 9.6px !important;
  font-weight: 820 !important;
  line-height: 1.18 !important;
  overflow-wrap: anywhere !important;
  text-transform: none !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source-list > * {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  white-space: normal !important;
  text-overflow: ellipsis !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source-list > * strong,
.retail-ops-shell.is-module-products .retail-ops-article-source-list > * span {
  display: inline !important;
  min-width: 0 !important;
  overflow: visible !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  white-space: normal !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-points {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-points > span {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  min-height: 34px !important;
  padding: 8px 10px !important;
  overflow: hidden !important;
  border: 1px solid rgba(76,103,132,.12) !important;
  border-radius: 13px !important;
  color: #40556d !important;
  background: rgba(255,255,255,.78) !important;
  font-size: 9.8px !important;
  font-weight: 760 !important;
  line-height: 1.12 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-points > span {
  position: relative !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-points > span {
  overflow-wrap: normal !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-points > span strong {
  display: inline-grid !important;
  flex: 0 0 auto !important;
  min-width: 28px !important;
  min-height: 22px !important;
  margin-left: auto !important;
  place-items: center !important;
  padding: 0 7px !important;
  border-radius: 999px !important;
  background: #e8f7f0 !important;
  justify-self: end !important;
  color: #07182d !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-points > span {
  max-width: 100% !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-points > span:not(:has(strong)) {
  display: block !important;
  white-space: nowrap !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-actions {
  margin-top: auto !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-actions button,
.retail-ops-shell.is-module-products .retail-ops-article-card-actions .retail-ops-btn {
  min-height: 36px !important;
  border-radius: 13px !important;
  border-color: rgba(12,74,110,.16) !important;
  color: #0b3558 !important;
  background: linear-gradient(180deg, #ffffff, #eef7ff) !important;
  font-size: 10.5px !important;
  font-weight: 900 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-actions button:hover,
.retail-ops-shell.is-module-products .retail-ops-article-card-actions .retail-ops-btn:hover {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, #082448, #0f766e) !important;
}

@media (max-width: 1100px) {
  .retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-article-card-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 620px) {
  .retail-ops-shell.is-module-products .retail-ops-article-card > header,
  .retail-ops-shell.is-module-products .retail-ops-article-card-meta,
  .retail-ops-shell.is-module-products .retail-ops-article-card-prices,
  .retail-ops-shell.is-module-products .retail-ops-article-source-list,
  .retail-ops-shell.is-module-products .retail-ops-article-points {
    grid-template-columns: 1fr !important;
  }

  .retail-ops-shell.is-module-products .retail-ops-article-card > header .retail-ops-status {
    justify-self: start !important;
  }
}

/* Catalogue 4 cartes par ligne — version compacte premium */
.retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-article-card-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 13px !important;
  align-items: stretch !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card {
  gap: 9px !important;
  padding: 12px !important;
  border-radius: 19px !important;
  box-shadow: 0 14px 34px rgba(7,24,45,.095) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header {
  grid-template-columns: 42px minmax(0, 1fr) !important;
  grid-template-areas:
    "thumb title"
    "status status" !important;
  gap: 8px 10px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header .retail-ops-article-thumb {
  grid-area: thumb !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header > div {
  grid-area: title !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header .retail-ops-status {
  grid-area: status !important;
  justify-self: start !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 24px !important;
  padding: 0 10px !important;
  font-size: 9px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-thumb {
  width: 42px !important;
  height: 42px !important;
  border-radius: 15px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-thumb svg {
  width: 20px !important;
  height: 20px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header strong {
  font-size: 12px !important;
  line-height: 1.08 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header small {
  font-size: 9.5px !important;
  line-height: 1.18 !important;
  -webkit-line-clamp: 2 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-meta,
.retail-ops-shell.is-module-products .retail-ops-article-card-prices {
  gap: 6px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-meta {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-prices {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-meta > span,
.retail-ops-shell.is-module-products .retail-ops-article-card-prices > span {
  min-height: 27px !important;
  padding: 6px 7px !important;
  border-radius: 11px !important;
  font-size: 8.6px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source {
  gap: 7px !important;
  padding: 9px !important;
  border-radius: 15px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source > span,
.retail-ops-shell.is-module-products .retail-ops-article-source > strong {
  margin: 0 !important;
  font-size: 9.5px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source-list {
  grid-template-columns: 1fr !important;
  gap: 6px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source-list > * {
  min-height: 31px !important;
  padding: 7px 8px !important;
  border-radius: 11px !important;
  font-size: 9px !important;
  -webkit-line-clamp: 1 !important;
  white-space: nowrap !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source-list > *:nth-child(n+2) {
  display: none !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-points {
  grid-template-columns: 1fr !important;
  gap: 6px !important;
  max-height: 62px !important;
  overflow: hidden !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-points > span {
  min-height: 28px !important;
  padding: 6px 8px !important;
  border-radius: 11px !important;
  font-size: 9px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-points > span:nth-child(n+3) {
  display: none !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-points > span strong {
  min-width: 24px !important;
  min-height: 19px !important;
  padding: 0 6px !important;
  font-size: 10px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-actions button,
.retail-ops-shell.is-module-products .retail-ops-article-card-actions .retail-ops-btn {
  min-height: 32px !important;
  border-radius: 11px !important;
  font-size: 9.8px !important;
}

@media (max-width: 1500px) {
  .retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-article-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1180px) {
  .retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-article-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-article-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Finition v36 ABSOLUE FIN DE FICHIER — KPI alignés en cartes égales */
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > * {
  grid-column: auto !important;
  grid-row: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 5px !important;
  height: 78px !important;
  min-height: 78px !important;
  padding: 10px 12px 10px 15px !important;
  overflow: hidden !important;
  border: 1px solid rgba(125, 151, 180, .24) !important;
  border-radius: 4px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%) !important;
  box-shadow: 0 8px 20px rgba(7, 24, 45, .06) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  border-radius: 0 !important;
  background: #1f8f8a !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi.is-alert::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(6)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(7)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(8)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(9)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(10)::before {
  background: #f05a28 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi span,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi strong,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi small {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi span {
  color: #5f7088 !important;
  font-size: 8.2px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi strong {
  color: #06172b !important;
  font-size: clamp(14px, .95vw, 18px) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: -.04em !important;
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi small {
  color: #718197 !important;
  font-size: 7.8px !important;
  font-weight: 820 !important;
  line-height: 1.15 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip > * {
  grid-column: auto !important;
  grid-row: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 4px !important;
  height: 72px !important;
  min-height: 72px !important;
  padding: 9px 12px 9px 15px !important;
  overflow: hidden !important;
  border: 1px solid rgba(125, 151, 180, .24) !important;
  border-radius: 4px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  box-shadow: 0 8px 20px rgba(7, 24, 45, .055) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  background: #2563eb !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip :is(span, strong, small) {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip > * {
  grid-column: auto !important;
  grid-row: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 4px !important;
  height: 72px !important;
  min-height: 72px !important;
  padding: 9px 12px 9px 15px !important;
  overflow: hidden !important;
  border: 1px solid rgba(125, 151, 180, .24) !important;
  border-radius: 4px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  box-shadow: 0 8px 20px rgba(7, 24, 45, .055) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  background: #2563eb !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip :is(span, strong, small) {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip span {
  color: #5f7088 !important;
  font-size: 8.2px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip strong {
  color: #06172b !important;
  font-size: 12.2px !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip small {
  color: #718197 !important;
  font-size: 7.8px !important;
  font-weight: 820 !important;
  line-height: 1.15 !important;
}

@media (max-width: 1180px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis,
  .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis,
  .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
    grid-template-columns: 1fr !important;
  }
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip > * {
  grid-column: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article {
  height: 72px !important;
  min-height: 72px !important;
  padding: 9px 12px 9px 15px !important;
  border-radius: 4px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  box-shadow: 0 8px 20px rgba(7, 24, 45, .055) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  background: #2563eb !important;
}

@media (max-width: 1180px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis,
  .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis,
  .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
    grid-template-columns: 1fr !important;
  }
}

/* Finition v35 — alignement KPI comme un tableau de cartes uniforme */
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  grid-auto-columns: unset !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > * {
  grid-column: auto !important;
  grid-row: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 5px !important;
  height: 78px !important;
  min-height: 78px !important;
  padding: 10px 12px 10px 15px !important;
  overflow: hidden !important;
  border: 1px solid rgba(125, 151, 180, .24) !important;
  border-radius: 4px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%) !important;
  box-shadow: 0 8px 20px rgba(7, 24, 45, .06) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  border-radius: 0 !important;
  background: #1f8f8a !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi.is-alert::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(6)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(7)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(8)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(9)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(10)::before {
  background: #f05a28 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi span,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi strong,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi small {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi span {
  color: #5f7088 !important;
  font-size: 8.2px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi strong {
  color: #06172b !important;
  font-size: clamp(14px, .95vw, 18px) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: -.04em !important;
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi small {
  color: #718197 !important;
  font-size: 7.8px !important;
  font-weight: 820 !important;
  line-height: 1.15 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip > * {
  grid-column: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article {
  height: 72px !important;
  min-height: 72px !important;
  padding: 9px 12px 9px 15px !important;
  border-radius: 4px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  box-shadow: 0 8px 20px rgba(7, 24, 45, .055) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  background: #2563eb !important;
}

@media (max-width: 1180px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis,
  .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis,
  .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
    grid-template-columns: 1fr !important;
  }
}

/* Finition v33 finale — Pilotage en 4 colonnes nettes, alignées et sans débordement */
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi {
  position: relative !important;
  display: grid !important;
  grid-template-rows: 14px 28px 24px !important;
  align-content: center !important;
  gap: 6px !important;
  min-width: 0 !important;
  min-height: 92px !important;
  height: 92px !important;
  padding: 13px 14px 12px 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(128, 155, 184, .24) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(247,251,255,.97) 56%, rgba(240,248,246,.94)) !important;
  box-shadow:
    0 14px 28px rgba(7, 24, 45, .085),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi::before {
  content: "" !important;
  position: absolute !important;
  inset: 12px auto 12px 0 !important;
  width: 4px !important;
  border-radius: 0 999px 999px 0 !important;
  background: #0f766e !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi.is-alert::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi:nth-child(6)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi:nth-child(7)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi:nth-child(8)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi:nth-child(9)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi:nth-child(10)::before {
  background: #f05a28 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi span {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #66778d !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: .055em !important;
  text-overflow: ellipsis !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi strong {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #06172b !important;
  font-size: clamp(15px, 1.08vw, 20px) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: -.045em !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi small {
  display: -webkit-box !important;
  min-width: 0 !important;
  max-width: 100% !important;
  max-height: 24px !important;
  overflow: hidden !important;
  color: #718197 !important;
  font-size: 8.7px !important;
  font-weight: 820 !important;
  line-height: 1.2 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
  min-height: 0 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article {
  position: relative !important;
  display: grid !important;
  grid-template-rows: 14px 22px 18px !important;
  align-content: center !important;
  gap: 5px !important;
  min-width: 0 !important;
  min-height: 82px !important;
  height: 82px !important;
  padding: 12px 14px 11px 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(128, 155, 184, .24) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(247,251,255,.96)) !important;
  box-shadow: 0 14px 28px rgba(7, 24, 45, .075), inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article::before {
  content: "" !important;
  position: absolute !important;
  inset: 12px auto 12px 0 !important;
  width: 4px !important;
  border-radius: 0 999px 999px 0 !important;
  background: #2563eb !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip span {
  display: block !important;
  overflow: hidden !important;
  color: #66778d !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: .055em !important;
  text-overflow: ellipsis !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip strong {
  display: block !important;
  overflow: hidden !important;
  color: #06172b !important;
  font-size: 13.5px !important;
  font-weight: 950 !important;
  line-height: 1.06 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip small {
  display: block !important;
  overflow: hidden !important;
  color: #718197 !important;
  font-size: 8.7px !important;
  font-weight: 820 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 1180px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis,
  .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis,
  .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
    grid-template-columns: 1fr !important;
  }
}

/* Finition v32 — pilotage KPI premium + panneaux boutiques compacts
   Objectif : accent visible, alignement strict, textes stables, moins d'espace vide. */
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi {
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  grid-template-rows: auto minmax(24px, auto) auto !important;
  align-content: space-between !important;
  gap: 7px !important;
  min-width: 0 !important;
  min-height: 92px !important;
  padding: 14px 15px 12px 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(127, 159, 188, .25) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(14, 165, 233, .16), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(246,251,255,.94) 54%, rgba(235,247,244,.90)) !important;
  box-shadow:
    0 18px 36px rgba(7, 24, 45, .10),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi::before {
  content: "" !important;
  position: absolute !important;
  inset: 13px auto 13px 0 !important;
  width: 5px !important;
  border-radius: 0 999px 999px 0 !important;
  background: linear-gradient(180deg, #06b6d4, #0f766e) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,.56), 0 8px 20px rgba(15,118,110,.22) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi::after {
  content: "" !important;
  position: absolute !important;
  right: -18px !important;
  bottom: -22px !important;
  z-index: -1 !important;
  width: 86px !important;
  height: 86px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(20,184,166,.14), transparent 67%) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi:nth-child(4n+2)::before {
  background: linear-gradient(180deg, #2563eb, #0891b2) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi:nth-child(4n+3)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi.is-alert::before {
  background: linear-gradient(180deg, #f97316, #ef4444) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi:nth-child(4n+4)::before {
  background: linear-gradient(180deg, #8b5cf6, #2563eb) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi span {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #65768c !important;
  font-size: 9.2px !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: .055em !important;
  text-overflow: ellipsis !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi strong {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #06172b !important;
  font-size: clamp(16px, 1.18vw, 21px) !important;
  font-weight: 950 !important;
  line-height: 1.02 !important;
  letter-spacing: -.05em !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi small {
  display: block !important;
  max-width: 100% !important;
  min-height: 20px !important;
  overflow: hidden !important;
  color: #6b7d94 !important;
  font-size: 9.2px !important;
  font-weight: 840 !important;
  line-height: 1.16 !important;
  letter-spacing: .01em !important;
  text-overflow: ellipsis !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  min-height: 0 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto auto auto !important;
  gap: 4px !important;
  min-width: 0 !important;
  min-height: 76px !important;
  padding: 13px 15px 12px !important;
  overflow: hidden !important;
  border: 1px solid rgba(127,159,188,.25) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(56,189,248,.13), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.99), rgba(247,251,255,.94)) !important;
  box-shadow: 0 14px 30px rgba(7,24,45,.08), inset 0 1px 0 rgba(255,255,255,.92) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, #0f766e, #38bdf8, #2563eb) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip span,
.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip small {
  overflow: hidden !important;
  color: #64748b !important;
  font-size: 9.4px !important;
  font-weight: 830 !important;
  line-height: 1.15 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip span {
  color: #5f7088 !important;
  font-weight: 950 !important;
  letter-spacing: .065em !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip strong {
  overflow: hidden !important;
  color: #06172b !important;
  font-size: 14.5px !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) {
  padding: 12px 14px 14px !important;
  border-radius: 21px !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-table-head {
  min-height: 46px !important;
  margin: 0 0 8px !important;
  padding: 6px 8px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-table-head .retail-ops-panel-title {
  width: min(360px, 100%) !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 7px 10px !important;
  border-radius: 16px !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-filter-strip {
  min-height: 46px !important;
  margin: 0 0 10px !important;
  padding: 7px 10px !important;
  border-radius: 16px !important;
}

.retail-ops-shell .retail-ops-point-board {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  padding-top: 0 !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  grid-template-areas:
    "badge stat"
    "title stat"
    "meta meta"
    "numbers numbers" !important;
  gap: 8px 12px !important;
  min-height: 112px !important;
  padding: 15px !important;
  overflow: hidden !important;
  border: 1px solid rgba(127,159,188,.23) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(16,185,129,.13), transparent 34%),
    linear-gradient(145deg, #ffffff, #f8fbff 56%, #eef9f4) !important;
  box-shadow: 0 16px 34px rgba(7,24,45,.09), inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 4px !important;
  background: linear-gradient(90deg, #082f49, #0f766e, #2dd4bf) !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique > span {
  grid-area: badge !important;
  justify-self: start !important;
  min-height: 24px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  color: #075e55 !important;
  background: linear-gradient(180deg, #ecfdf5, #dbf8ec) !important;
  font-size: 9px !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique > strong {
  grid-area: title !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  color: #06172b !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  letter-spacing: -.02em !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique > small {
  grid-area: meta !important;
  overflow: hidden !important;
  color: #66778c !important;
  font-size: 9.6px !important;
  font-weight: 780 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique > div {
  grid-area: numbers !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique > div em {
  min-width: 0 !important;
  min-height: 32px !important;
  padding: 7px 8px !important;
  overflow: hidden !important;
  border: 1px solid rgba(15,118,110,.13) !important;
  border-radius: 13px !important;
  color: #08233f !important;
  background: rgba(239,248,246,.82) !important;
  font-size: 10.5px !important;
  font-style: normal !important;
  font-weight: 930 !important;
  line-height: 1.05 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 1360px) {
  .retail-ops-shell .retail-ops-point-board {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis,
  .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip,
  .retail-ops-shell .retail-ops-point-board {
    grid-template-columns: 1fr !important;
  }
}

/* Catalogue compact v30 — réduction de la zone encadrée sans toucher aux données */
.retail-ops-shell.is-module-products .retail-ops-stack {
  gap: 10px !important;
}

.retail-ops-shell.is-module-products .retail-ops-product-subnav,
.retail-ops-shell.is-module-products [role="tablist"] {
  min-height: 36px !important;
  margin: 0 0 8px !important;
  padding: 4px 8px !important;
  border-radius: 15px !important;
  gap: 8px !important;
  background: rgba(255, 255, 255, .74) !important;
  box-shadow: 0 10px 24px rgba(8, 27, 52, .06) !important;
}

.retail-ops-shell.is-module-products :is(.retail-ops-product-subnav, [role="tablist"]) button {
  min-height: 28px !important;
  padding: 0 11px !important;
  border-radius: 10px !important;
  font-size: 9.2px !important;
  line-height: 1 !important;
}

.retail-ops-shell.is-module-products :is(.retail-ops-product-subnav, [role="tablist"]) button .retail-ops-pill,
.retail-ops-shell.is-module-products :is(.retail-ops-product-subnav, [role="tablist"]) button small,
.retail-ops-shell.is-module-products :is(.retail-ops-product-subnav, [role="tablist"]) button span {
  font-size: 8.7px !important;
  line-height: 1 !important;
}

.retail-ops-shell.is-module-products .retail-ops-panel {
  padding: 12px 14px 14px !important;
  border-radius: 20px !important;
}

.retail-ops-shell.is-module-products .retail-ops-table-head {
  display: grid !important;
  grid-template-columns: minmax(230px, auto) minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 58px !important;
  margin: 0 0 9px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(15, 118, 110, .10) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(247, 252, 250, .74)) !important;
}

.retail-ops-shell.is-module-products .retail-ops-table-head .retail-ops-panel-title {
  width: auto !important;
  max-width: 270px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  border-radius: 14px !important;
}

.retail-ops-shell.is-module-products .retail-ops-table-head .retail-ops-panel-title > span {
  width: 30px !important;
  height: 30px !important;
  flex-basis: 30px !important;
  border-radius: 10px !important;
}

.retail-ops-shell.is-module-products .retail-ops-table-head .retail-ops-panel-title h1,
.retail-ops-shell.is-module-products .retail-ops-table-head .retail-ops-panel-title h2,
.retail-ops-shell.is-module-products .retail-ops-table-head .retail-ops-panel-title h3,
.retail-ops-shell.is-module-products .retail-ops-table-head .retail-ops-panel-title strong {
  font-size: 12px !important;
  line-height: 1.03 !important;
}

.retail-ops-shell.is-module-products .retail-ops-table-head .retail-ops-panel-title p,
.retail-ops-shell.is-module-products .retail-ops-table-head .retail-ops-panel-title small {
  font-size: 8.7px !important;
  line-height: 1.08 !important;
}

.retail-ops-shell.is-module-products .retail-ops-table-head > :not(.retail-ops-panel-title) {
  min-width: 0 !important;
}

.retail-ops-shell.is-module-products .retail-ops-pagination,
.retail-ops-shell.is-module-products .retail-ops-table-head .retail-ops-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin: 0 !important;
  min-height: 36px !important;
}

.retail-ops-shell.is-module-products .retail-ops-pagination span {
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.retail-ops-shell.is-module-products .retail-ops-pagination label,
.retail-ops-shell.is-module-products .retail-ops-pagination select {
  min-height: 34px !important;
  border-radius: 11px !important;
  font-size: 10px !important;
}

.retail-ops-shell.is-module-products .retail-ops-pagination label {
  padding: 0 8px !important;
  gap: 7px !important;
}

.retail-ops-shell.is-module-products .retail-ops-pagination select {
  min-width: 92px !important;
  padding: 0 8px !important;
}

.retail-ops-shell.is-module-products .retail-ops-table-head + .retail-ops-product-subnav,
.retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-product-subnav,
.retail-ops-shell.is-module-products .retail-ops-panel > [role="tablist"] {
  margin-top: 0 !important;
  margin-bottom: 9px !important;
}

.retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-table-head + *,
.retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-product-subnav + *,
.retail-ops-shell.is-module-products .retail-ops-panel > [role="tablist"] + * {
  margin-top: 0 !important;
}

.retail-ops-shell.is-module-products .retail-ops-panel > p,
.retail-ops-shell.is-module-products .retail-ops-table-head p {
  margin: 0 !important;
  max-width: 520px !important;
  color: #63748a !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
}

.retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-article-card-grid {
  margin-top: 8px !important;
  padding-top: 0 !important;
}

@media (max-width: 980px) {
  .retail-ops-shell.is-module-products .retail-ops-table-head {
    grid-template-columns: 1fr !important;
  }

  .retail-ops-shell.is-module-products .retail-ops-table-head .retail-ops-panel-title {
    max-width: 100% !important;
  }

  .retail-ops-shell.is-module-products .retail-ops-pagination {
    justify-content: flex-start !important;
  }
}

/* Boutiques compact premium v31 — réduit la zone haute et embellit les cartes */
.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) {
  padding: 10px 12px 14px !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 4% 0%, rgba(56, 189, 248, .08), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(16, 185, 129, .10), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,252,250,.92)) !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-table-head {
  display: grid !important;
  grid-template-columns: minmax(250px, auto) minmax(0, 1fr) auto !important;
  align-items: center !important;
  min-height: 44px !important;
  height: auto !important;
  margin: 0 0 6px !important;
  padding: 4px 6px !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-table-head .retail-ops-panel-title {
  width: auto !important;
  max-width: 300px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 7px 12px !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 22px rgba(8, 27, 52, .10) !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-panel-title > span {
  flex-basis: 30px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 10px !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-panel-title h1,
.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-panel-title h2,
.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-panel-title h3,
.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-panel-title strong {
  font-size: 12.5px !important;
  line-height: 1.03 !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-panel-title p,
.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-panel-title small {
  font-size: 8.8px !important;
  line-height: 1.08 !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-table-state {
  justify-self: end !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 30px !important;
  padding: 0 11px !important;
  border: 1px solid rgba(15, 118, 110, .12) !important;
  border-radius: 999px !important;
  color: #075f54 !important;
  background: rgba(236, 253, 245, .82) !important;
  box-shadow: 0 8px 18px rgba(8, 27, 52, .06) !important;
  font-size: 9.5px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-table-state strong,
.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-table-state span {
  display: inline !important;
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: 1 !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-filter-strip {
  display: flex !important;
  align-items: end !important;
  justify-content: flex-start !important;
  min-height: 42px !important;
  height: auto !important;
  margin: 0 0 10px !important;
  padding: 6px 8px !important;
  border: 1px solid rgba(15, 118, 110, .10) !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, .74) !important;
  box-shadow: 0 8px 20px rgba(8, 27, 52, .05) !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-filter-strip label {
  width: min(100%, 220px) !important;
  min-height: 30px !important;
  gap: 4px !important;
  color: #53677f !important;
  font-size: 8.5px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-filter-strip select {
  min-height: 30px !important;
  padding: 0 10px !important;
  border-radius: 11px !important;
  font-size: 10px !important;
  font-weight: 850 !important;
}

.retail-ops-shell .retail-ops-point-board {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(240px, 1fr)) !important;
  gap: 11px !important;
  margin: 0 !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-areas:
    "badge badge"
    "title title"
    "meta meta"
    "stats stats" !important;
  gap: 7px !important;
  min-height: 112px !important;
  height: auto !important;
  padding: 13px 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(14, 116, 144, .14) !important;
  border-radius: 18px !important;
  color: #06172b !important;
  background:
    radial-gradient(circle at 93% 0%, rgba(20, 184, 166, .16), transparent 36%),
    radial-gradient(circle at 0 0, rgba(56, 189, 248, .10), transparent 33%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,250,248,.94)) !important;
  box-shadow: 0 16px 34px rgba(7, 24, 45, .08) !important;
  text-align: left !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto !important;
  height: 4px !important;
  background: linear-gradient(90deg, #082448, #0f766e 58%, #38bdf8) !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique > span {
  grid-area: badge !important;
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 22px !important;
  align-items: center !important;
  padding: 0 9px !important;
  border: 1px solid rgba(15, 118, 110, .14) !important;
  border-radius: 999px !important;
  color: #075f54 !important;
  background: rgba(236, 253, 245, .88) !important;
  font-size: 8.8px !important;
  font-weight: 950 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique > strong {
  grid-area: title !important;
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #06172b !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  letter-spacing: -.02em !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique > small {
  grid-area: meta !important;
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #617086 !important;
  font-size: 9.3px !important;
  font-weight: 760 !important;
  line-height: 1.1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique > div {
  grid-area: stats !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 7px !important;
  margin-top: 3px !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique > div em {
  display: grid !important;
  min-width: 0 !important;
  min-height: 30px !important;
  align-content: center !important;
  padding: 5px 7px !important;
  overflow: hidden !important;
  border: 1px solid rgba(15, 118, 110, .10) !important;
  border-radius: 11px !important;
  color: #082448 !important;
  background: rgba(239, 248, 243, .82) !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 930 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-card.is-boutique:hover {
  border-color: rgba(15, 118, 110, .25) !important;
  box-shadow: 0 20px 42px rgba(7, 24, 45, .12) !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 1360px) {
  .retail-ops-shell .retail-ops-point-board {
    grid-template-columns: repeat(2, minmax(240px, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .retail-ops-shell .retail-ops-panel:has(.retail-ops-point-board) .retail-ops-table-head,
  .retail-ops-shell .retail-ops-point-board {
    grid-template-columns: 1fr !important;
  }
}

/* Audit visuel v29 — correction des pages après captures réelles */
.retail-ops-shell {
  overflow-x: hidden !important;
  font-family: Inter, "Plus Jakarta Sans", Manrope, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.retail-ops-shell .retail-ops-main,
.retail-ops-shell .retail-ops-content,
.retail-ops-shell .retail-ops-stack,
.retail-ops-shell .retail-ops-panel,
.retail-ops-shell .retail-ops-grid {
  min-width: 0 !important;
}

.retail-ops-shell .retail-ops-content {
  gap: 12px !important;
}

.retail-ops-shell .retail-ops-commandbar {
  min-height: 50px !important;
  margin-bottom: 12px !important;
}

.retail-ops-shell .retail-ops-command-left {
  grid-template-columns: minmax(150px, 210px) minmax(260px, 1fr) auto !important;
  width: 100% !important;
}

.retail-ops-shell .retail-ops-command-left.has-subcategory-filter {
  grid-template-columns: minmax(130px, 190px) minmax(130px, 190px) minmax(260px, 1fr) auto !important;
}

.retail-ops-shell .retail-ops-panel-title {
  width: fit-content !important;
  max-width: min(100%, 460px) !important;
  min-height: 46px !important;
  margin-bottom: 11px !important;
  padding: 9px 14px !important;
  border-radius: 17px !important;
  box-shadow: 0 12px 26px rgba(8, 27, 52, .09) !important;
}

.retail-ops-shell .retail-ops-panel-title > span {
  flex: 0 0 34px !important;
  width: 34px !important;
  height: 34px !important;
}

.retail-ops-shell .retail-ops-panel-title h1,
.retail-ops-shell .retail-ops-panel-title h2,
.retail-ops-shell .retail-ops-panel-title h3,
.retail-ops-shell .retail-ops-panel-title strong {
  color: #fff !important;
  font-size: 13.2px !important;
  line-height: 1.05 !important;
}

.retail-ops-shell .retail-ops-panel-title p,
.retail-ops-shell .retail-ops-panel-title small {
  color: rgba(240, 253, 250, .82) !important;
  font-size: 9.6px !important;
  line-height: 1.14 !important;
}

.retail-ops-shell .retail-ops-table-head {
  min-height: 56px !important;
  align-items: center !important;
  margin-bottom: 10px !important;
}

.retail-ops-shell .retail-ops-dashboard-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px) !important;
  min-height: 118px !important;
  padding: 14px 16px !important;
  border-radius: 20px !important;
}

.retail-ops-shell .retail-ops-dashboard-hero h1 {
  max-width: 620px !important;
  font-size: clamp(21px, 2.15vw, 31px) !important;
  letter-spacing: -.055em !important;
}

.retail-ops-shell .retail-ops-dashboard-hero p {
  max-width: 620px !important;
  font-size: 10.4px !important;
  line-height: 1.22 !important;
}

.retail-ops-shell .retail-ops-dashboard-actions {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: end !important;
  gap: 7px !important;
  max-width: 500px !important;
  padding: 9px !important;
  border-radius: 16px !important;
}

.retail-ops-shell .retail-ops-dashboard-dates {
  display: contents !important;
}

.retail-ops-shell .retail-ops-dashboard-dates label {
  min-width: 0 !important;
  gap: 3px !important;
  font-size: 8.5px !important;
  line-height: 1 !important;
}

.retail-ops-shell .retail-ops-dashboard-dates input,
.retail-ops-shell .retail-ops-dashboard-actions .retail-ops-btn {
  min-width: 0 !important;
  min-height: 32px !important;
  padding: 0 9px !important;
  border-radius: 10px !important;
  font-size: 9.2px !important;
  line-height: 1 !important;
}

.retail-ops-shell .retail-ops-dashboard-actions .retail-ops-btn {
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-kpis {
  gap: 9px !important;
}

.retail-ops-shell .retail-ops-kpi {
  min-height: 76px !important;
  padding: 10px 12px !important;
}

.retail-ops-shell .retail-ops-kpi span {
  font-size: 8.7px !important;
  line-height: 1.1 !important;
}

.retail-ops-shell .retail-ops-kpi strong {
  font-size: clamp(15px, 1.6vw, 22px) !important;
  line-height: 1.02 !important;
  word-break: keep-all !important;
}

.retail-ops-shell .retail-ops-kpi small {
  font-size: 8.7px !important;
  line-height: 1.18 !important;
}

.retail-ops-shell .retail-ops-point-summary-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(132px, .9fr) !important;
  grid-template-areas:
    "point-head point-stock"
    "point-stats point-stats" !important;
  align-items: stretch !important;
  gap: 9px !important;
  height: auto !important;
  min-height: 154px !important;
  max-height: none !important;
  padding: 12px !important;
  overflow: visible !important;
  border-radius: 18px !important;
}

.retail-ops-shell .retail-ops-point-summary-card header {
  grid-area: point-head !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.retail-ops-shell .retail-ops-point-summary-card header strong {
  display: block !important;
  overflow: hidden !important;
  font-size: 12.2px !important;
  line-height: 1.12 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-summary-card header small {
  display: block !important;
  overflow: hidden !important;
  font-size: 9px !important;
  line-height: 1.16 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-summary-stock {
  grid-area: point-stock !important;
  min-height: 52px !important;
  padding: 8px 10px !important;
  border-radius: 14px !important;
}

.retail-ops-shell .retail-ops-point-summary-stock strong {
  font-size: 14px !important;
  line-height: 1.05 !important;
}

.retail-ops-shell .retail-ops-point-summary-card dl {
  grid-area: point-stats !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 7px !important;
  margin: 0 !important;
}

.retail-ops-shell .retail-ops-point-summary-card dl > div {
  min-width: 0 !important;
  min-height: 45px !important;
  padding: 7px 8px !important;
  border-radius: 12px !important;
}

.retail-ops-shell .retail-ops-point-summary-card dt {
  overflow: hidden !important;
  font-size: 8.1px !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-summary-card dd {
  overflow: hidden !important;
  font-size: 10.8px !important;
  line-height: 1.05 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-article-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card {
  height: auto !important;
  min-height: 302px !important;
  max-height: none !important;
  padding: 12px !important;
  border-radius: 20px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card > header {
  grid-template-columns: 58px minmax(0, 1fr) !important;
  grid-template-areas:
    "thumb title"
    "status status" !important;
  min-height: 86px !important;
  gap: 7px 10px !important;
  padding-right: 0 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header .retail-ops-status,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card > header .retail-ops-status {
  position: static !important;
  grid-area: status !important;
  justify-self: start !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 22px !important;
  padding: 0 8px !important;
  font-size: 8.2px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-thumb,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-thumb {
  width: 58px !important;
  height: 58px !important;
  border-radius: 18px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header strong,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card > header strong {
  display: block !important;
  overflow: hidden !important;
  font-size: 11.5px !important;
  line-height: 1.08 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header small,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card > header small {
  display: -webkit-box !important;
  overflow: hidden !important;
  font-size: 9.1px !important;
  line-height: 1.15 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-meta > span,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-meta > span {
  min-height: 31px !important;
  padding: 6px 7px !important;
  font-size: 8.1px !important;
  line-height: 1.08 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-prices > span,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-prices > span {
  min-height: 38px !important;
  padding: 7px 8px !important;
  font-size: 8.1px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-prices strong,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-prices strong {
  font-size: 10.2px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-source {
  min-height: 42px !important;
  padding: 8px !important;
  border-radius: 14px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-actions button,
.retail-ops-shell.is-module-products .retail-ops-article-card-actions .retail-ops-btn,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-actions button,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-actions .retail-ops-btn {
  min-height: 31px !important;
  border-radius: 11px !important;
  font-size: 9px !important;
}

.retail-ops-shell .retail-ops-point-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 12px !important;
}

.retail-ops-shell .retail-ops-point-card {
  min-height: 118px !important;
  padding: 15px 16px !important;
  border-radius: 18px !important;
}

.retail-ops-shell .retail-ops-point-card strong,
.retail-ops-shell .retail-ops-point-card h3 {
  display: -webkit-box !important;
  overflow: hidden !important;
  font-size: 13.5px !important;
  line-height: 1.15 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.retail-ops-shell .retail-ops-point-card p,
.retail-ops-shell .retail-ops-point-card small {
  font-size: 9.6px !important;
  line-height: 1.2 !important;
}

@media (max-width: 1380px) {
  .retail-ops-shell .retail-ops-dashboard-hero {
    grid-template-columns: 1fr !important;
  }

  .retail-ops-shell .retail-ops-dashboard-actions {
    max-width: 100% !important;
  }
}

@media (max-width: 1180px) {
  .retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-article-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .retail-ops-shell .retail-ops-command-left,
  .retail-ops-shell .retail-ops-command-left.has-subcategory-filter {
    grid-template-columns: 1fr !important;
  }

  .retail-ops-shell .retail-ops-dashboard-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .retail-ops-shell .retail-ops-point-summary-card,
  .retail-ops-shell .retail-ops-point-summary-card dl {
    grid-template-columns: 1fr 1fr !important;
  }

  .retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-article-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Finition v28 : photo réelle des accès + entêtes compacts sur toutes les pages */
.retail-ops-shell .retail-ops-commandbar {
  min-height: 50px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.retail-ops-shell .retail-ops-pagehead,
.retail-ops-shell .retail-ops-topbar {
  min-height: 0 !important;
  margin-bottom: 14px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  border-radius: 18px !important;
}

.retail-ops-shell .retail-ops-pagehead-main h1 {
  max-width: 100% !important;
  margin: 4px 0 3px !important;
  overflow-wrap: anywhere !important;
  color: #06172b !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 950 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
}

.retail-ops-shell .retail-ops-topbar h1 {
  max-width: 100% !important;
  margin: 4px 0 3px !important;
  overflow-wrap: anywhere !important;
  color: #fff !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 950 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
}

.retail-ops-shell .retail-ops-pagehead-main p {
  max-width: 76ch !important;
  margin: 0 !important;
  color: #617086 !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1.28 !important;
}

.retail-ops-shell .retail-ops-topbar p {
  max-width: 76ch !important;
  margin: 0 !important;
  color: rgba(239, 246, 255, .86) !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1.28 !important;
}

.retail-ops-shell .retail-ops-eyebrow {
  min-height: 18px !important;
  padding: 0 !important;
  font-size: 9px !important;
  font-weight: 950 !important;
  letter-spacing: .11em !important;
}

.retail-ops-shell .retail-ops-dashboard-hero {
  min-height: 102px !important;
  padding: 15px 17px !important;
  border-radius: 20px !important;
  gap: 12px !important;
}

.retail-ops-shell .retail-ops-dashboard-hero h1 {
  margin: 4px 0 !important;
  font-size: clamp(21px, 2.1vw, 31px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.055em !important;
}

.retail-ops-shell .retail-ops-dashboard-hero p {
  font-size: 10.5px !important;
  line-height: 1.25 !important;
}

.retail-ops-shell .retail-ops-panel,
.retail-ops-shell .retail-ops-kpi {
  border-radius: 18px !important;
}

.retail-ops-shell .retail-ops-table-head,
.retail-ops-shell .retail-ops-panel-title {
  min-height: 0 !important;
  margin-bottom: 10px !important;
  padding: 9px 11px !important;
  border-radius: 16px !important;
  gap: 9px !important;
}

.retail-ops-shell .retail-ops-panel-title > span {
  flex-basis: 34px !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
}

.retail-ops-shell .retail-ops-panel-title h1,
.retail-ops-shell .retail-ops-panel-title h2,
.retail-ops-shell .retail-ops-panel-title h3,
.retail-ops-shell .retail-ops-panel-title strong {
  display: block !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 940 !important;
  line-height: 1.08 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-panel-title p,
.retail-ops-shell .retail-ops-panel-title small {
  display: block !important;
  max-width: 100% !important;
  margin: 2px 0 0 !important;
  overflow: hidden !important;
  color: rgba(240, 253, 250, .82) !important;
  font-size: 9.5px !important;
  font-weight: 760 !important;
  line-height: 1.15 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-table-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.retail-ops-shell .retail-ops-workbench-tabs,
.retail-ops-shell .retail-ops-point-tabs,
.retail-ops-shell .retail-ops-product-subnav,
.retail-ops-shell [role="tablist"] {
  min-height: 42px !important;
  padding: 5px !important;
  border-radius: 15px !important;
  gap: 5px !important;
}

.retail-ops-shell :is(.retail-ops-workbench-tabs, .retail-ops-point-tabs, .retail-ops-product-subnav, [role="tablist"]) button {
  min-height: 32px !important;
  padding: 0 11px !important;
  border-radius: 11px !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}

.retail-ops-shell .retail-ops-filter-strip,
.retail-ops-shell .retail-ops-command-left,
.retail-ops-shell .retail-ops-filters {
  gap: 8px !important;
}

.retail-ops-shell .retail-ops-filter-strip {
  min-height: 44px !important;
  padding: 9px 11px !important;
  border-radius: 15px !important;
}

.retail-ops-shell .retail-ops-filter-strip label,
.retail-ops-shell .retail-ops-stock-form label {
  font-size: 9.5px !important;
  line-height: 1.15 !important;
}

.retail-ops-shell .retail-ops-filter-strip input,
.retail-ops-shell .retail-ops-filter-strip select,
.retail-ops-shell .retail-ops-command-left select,
.retail-ops-shell .retail-ops-command-search,
.retail-ops-shell .retail-ops-filters input,
.retail-ops-shell .retail-ops-filters select {
  min-height: 34px !important;
  border-radius: 11px !important;
  font-size: 10.5px !important;
}

.retail-ops-shell .retail-ops-stock-ticker {
  min-height: 31px !important;
  margin-bottom: 10px !important;
}

.retail-ops-shell .retail-ops-stock-ticker-label {
  min-height: 29px !important;
  padding: 0 11px !important;
  border-radius: 10px !important;
  font-size: 9.4px !important;
  letter-spacing: .02em !important;
}

.retail-ops-shell .retail-ops-stock-ticker-track > div {
  min-height: 27px !important;
  padding: 0 10px !important;
  font-size: 9.2px !important;
  line-height: 1 !important;
}

.retail-ops-shell .retail-ops-modal-head {
  min-height: 50px !important;
  padding: 11px 12px !important;
  border-radius: 16px !important;
  gap: 10px !important;
}

.retail-ops-shell .retail-ops-modal-head h2 {
  max-width: 100% !important;
  overflow: hidden !important;
  font-size: 17px !important;
  line-height: 1.05 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-modal-head span,
.retail-ops-shell .retail-ops-modal-head small {
  font-size: 9.5px !important;
}

.retail-ops-shell .retail-ops-access-photo-field {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 12px !important;
  padding: 12px !important;
  border: 1px solid rgba(14, 116, 144, .16) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 0 0, rgba(14, 165, 233, .16), transparent 46%),
    linear-gradient(135deg, rgba(236, 253, 245, .90), rgba(239, 246, 255, .94)) !important;
  box-shadow: 0 14px 28px rgba(8, 27, 52, .08) !important;
}

.retail-ops-shell .retail-ops-access-photo-preview {
  display: grid !important;
  width: 64px !important;
  height: 64px !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(14, 116, 144, .18) !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, #dbeafe, #ccfbf1) !important;
  color: #075985 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .76), 0 10px 22px rgba(8, 47, 73, .10) !important;
}

.retail-ops-shell .retail-ops-access-photo-preview img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.retail-ops-shell .retail-ops-access-photo-copy {
  display: grid !important;
  min-width: 0 !important;
  gap: 5px !important;
}

.retail-ops-shell .retail-ops-access-photo-copy strong {
  overflow: hidden !important;
  color: #06172b !important;
  font-size: 13px !important;
  font-weight: 930 !important;
  line-height: 1.1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-access-photo-copy small {
  color: #607086 !important;
  font-size: 10.5px !important;
  font-weight: 720 !important;
  line-height: 1.25 !important;
}

.retail-ops-shell .retail-ops-photo-upload {
  position: relative !important;
  display: inline-flex !important;
  width: max-content !important;
  min-height: 32px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 12px !important;
  border-radius: 11px !important;
  background: linear-gradient(135deg, #0f766e, #0ea5e9) !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 10.5px !important;
  font-weight: 920 !important;
}

.retail-ops-shell .retail-ops-photo-upload input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.retail-ops-shell .retail-ops-access-user-cell {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 190px !important;
}

.retail-ops-shell .retail-ops-access-avatar-mini {
  display: inline-block !important;
  flex: 0 0 34px !important;
  width: 34px !important;
  height: 34px !important;
  overflow: hidden !important;
  border: 1px solid rgba(14, 116, 144, .18) !important;
  border-radius: 12px !important;
  background: #e0f2fe !important;
}

.retail-ops-shell .retail-ops-access-avatar-mini img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (max-width: 900px) {
  .retail-ops-shell .retail-ops-pagehead,
  .retail-ops-shell .retail-ops-topbar,
  .retail-ops-shell .retail-ops-table-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .retail-ops-shell .retail-ops-dashboard-hero {
    min-height: 0 !important;
    padding: 14px !important;
  }
}

@media (max-width: 560px) {
  .retail-ops-shell .retail-ops-access-photo-field {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    padding: 10px !important;
  }

  .retail-ops-shell .retail-ops-access-photo-preview {
    width: 54px !important;
    height: 54px !important;
    border-radius: 17px !important;
  }
}

/* Finition tableau de bord + filtres vendus/QR — compact, aligné, sans chevauchement */
.retail-ops-shell .retail-ops-sold-unit-filters {
  display: grid !important;
  grid-template-columns:
    minmax(160px, .85fr)
    minmax(170px, .95fr)
    minmax(170px, .95fr)
    minmax(342px, 1.22fr)
    minmax(118px, auto) !important;
  align-items: end !important;
  gap: 10px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(15, 118, 110, .14) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 78% 0%, rgba(16, 185, 129, .10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,252,250,.92)) !important;
  box-shadow: 0 14px 30px rgba(7, 24, 45, .06) !important;
}

.retail-ops-shell .retail-ops-sold-unit-filter {
  display: grid !important;
  min-width: 0 !important;
  gap: 6px !important;
  color: #486176 !important;
  font-size: 9.8px !important;
  font-weight: 900 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-sold-unit-filter select,
.retail-ops-shell .retail-ops-sold-unit-filter input {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 40px !important;
  padding: 0 13px !important;
  border: 1px solid rgba(91, 117, 145, .22) !important;
  border-radius: 12px !important;
  color: #071d35 !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8) !important;
  font-size: 11.6px !important;
  font-weight: 780 !important;
  line-height: 1 !important;
}

.retail-ops-shell .retail-ops-sold-unit-period-actions {
  display: grid !important;
  min-width: 0 !important;
  gap: 6px !important;
  align-self: end !important;
}

.retail-ops-shell .retail-ops-sold-unit-period-actions > span {
  display: block !important;
  min-width: 0 !important;
  color: #486176 !important;
  font-size: 9.8px !important;
  font-weight: 900 !important;
  letter-spacing: .045em !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-sold-unit-period-actions > div {
  display: grid !important;
  grid-template-columns: 1.18fr 1fr .82fr 1.15fr !important;
  gap: 6px !important;
  min-width: 0 !important;
}

.retail-ops-shell .retail-ops-sold-unit-period-actions button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 40px !important;
  padding: 0 4px !important;
  overflow: hidden !important;
  border: 1px solid rgba(15, 118, 110, .16) !important;
  border-radius: 12px !important;
  color: #0b5f52 !important;
  background: linear-gradient(180deg, #ffffff, #eefbf7) !important;
  box-shadow: 0 7px 16px rgba(7, 24, 45, .04) !important;
  font-size: 8.45px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -.015em !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-sold-unit-period-actions button.is-reset {
  border-color: rgba(239, 68, 68, .28) !important;
  color: #b42323 !important;
  background: linear-gradient(180deg, #ffffff, #fff3f3) !important;
}

.retail-ops-shell .retail-ops-sold-unit-result-count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: stretch !important;
  align-self: end !important;
  min-width: 118px !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  overflow: hidden !important;
  border-radius: 13px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0f766e, #166f55) !important;
  box-shadow: 0 12px 24px rgba(15, 118, 110, .18) !important;
  font-size: 11.2px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard {
  gap: 12px !important;
  grid-auto-flow: dense !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis {
  gap: 10px !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi {
  min-height: 78px !important;
  padding: 10px 12px !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-panel {
  min-height: 0 !important;
  padding: 12px !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-grid-2,
.retail-ops-shell .retail-ops-dashboard .retail-ops-grid-3 {
  gap: 12px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-panel-title {
  min-height: 50px !important;
  margin-bottom: 10px !important;
  padding: 10px 12px !important;
  border-radius: 17px !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-panel-title strong {
  font-size: 14px !important;
  line-height: 1.08 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-panel-title small {
  font-size: 10.2px !important;
  line-height: 1.16 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-chart {
  height: 232px !important;
  min-height: 232px !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-ranking-list,
.retail-ops-shell .retail-ops-dashboard .retail-ops-soft-list {
  max-height: 294px !important;
  overflow: auto !important;
  padding-right: 4px !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-ranking-list article,
.retail-ops-shell .retail-ops-dashboard .retail-ops-soft-list button,
.retail-ops-shell .retail-ops-dashboard .retail-ops-alert-row {
  min-height: 42px !important;
  padding: 8px 10px !important;
  border-radius: 13px !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-grid {
  gap: 10px !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card {
  min-height: 0 !important;
  padding: 11px !important;
  border-radius: 18px !important;
}

@media (max-width: 1500px) {
  .retail-ops-shell .retail-ops-sold-unit-filters {
    grid-template-columns:
      minmax(170px, 1fr)
      minmax(170px, 1fr)
      minmax(170px, 1fr)
      minmax(330px, 1.2fr) !important;
  }

  .retail-ops-shell .retail-ops-sold-unit-result-count {
    grid-column: 1 / -1 !important;
    justify-self: end !important;
    width: min(180px, 100%) !important;
  }
}

@media (max-width: 1180px) {
  .retail-ops-shell .retail-ops-sold-unit-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .retail-ops-shell .retail-ops-sold-unit-period-actions,
  .retail-ops-shell .retail-ops-sold-unit-result-count {
    grid-column: 1 / -1 !important;
  }

  .retail-ops-shell .retail-ops-sold-unit-result-count {
    width: 100% !important;
  }
}

@media (max-width: 720px) {
  .retail-ops-shell .retail-ops-sold-unit-filters {
    grid-template-columns: 1fr !important;
    padding: 10px !important;
    gap: 9px !important;
  }

  .retail-ops-shell .retail-ops-sold-unit-period-actions > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .retail-ops-shell .retail-ops-dashboard .retail-ops-chart {
    height: 210px !important;
    min-height: 210px !important;
  }
}

/* Boutiques & magasins — cartes articles premium, lisibles et compactes */
.retail-ops-shell .retail-ops-point-workspace .retail-ops-point-card-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-point-card-grid > .retail-ops-article-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-auto-rows: auto !important;
  align-content: start !important;
  gap: 11px !important;
  min-width: 0 !important;
  min-height: 282px !important;
  padding: 15px !important;
  overflow: hidden !important;
  border: 1px solid rgba(123, 151, 177, .22) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(14, 165, 233, .15), transparent 32%),
    radial-gradient(circle at 100% 8%, rgba(16, 185, 129, .13), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .99), rgba(248, 252, 255, .97) 55%, rgba(240, 250, 246, .93)) !important;
  box-shadow:
    0 18px 42px rgba(7, 24, 45, .10),
    inset 0 1px 0 rgba(255, 255, 255, .92) !important;
  text-align: left !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-point-card-grid > .retail-ops-article-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto !important;
  height: 5px !important;
  background: linear-gradient(90deg, #082448, #0f766e 52%, #38bdf8) !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-point-card-grid > .retail-ops-article-card.is-stock-alert::before {
  background: linear-gradient(90deg, #082448, #f59e0b 55%, #f97316) !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-point-card-grid > .retail-ops-article-card.is-stock-rupture::before {
  background: linear-gradient(90deg, #082448, #ef4444 55%, #f97316) !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-point-card-grid > .retail-ops-article-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(15, 118, 110, .28) !important;
  box-shadow:
    0 24px 54px rgba(7, 24, 45, .14),
    0 0 0 4px rgba(20, 184, 166, .05) !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card > header {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 66px !important;
  padding: 0 !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-thumb {
  position: relative !important;
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(15, 118, 110, .14) !important;
  border-radius: 20px !important;
  color: #0b5f52 !important;
  background:
    radial-gradient(circle at 25% 16%, rgba(56, 189, 248, .25), transparent 38%),
    linear-gradient(145deg, #ffffff, #e8f8f2) !important;
  box-shadow: 0 13px 28px rgba(15, 118, 110, .12) !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-thumb.has-image {
  background: #eef7f4 !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-thumb.has-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-thumb.has-image .retail-ops-thumb-fallback {
  display: none !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-thumb svg {
  width: 23px !important;
  height: 23px !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card > header > div {
  display: grid !important;
  gap: 4px !important;
  min-width: 0 !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card > header strong {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: #06172b !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  letter-spacing: -.02em !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card > header small {
  display: -webkit-box !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: #52647a !important;
  font-size: 10px !important;
  font-weight: 720 !important;
  line-height: 1.22 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card > header .retail-ops-status {
  justify-self: end !important;
  min-width: 54px !important;
  min-height: 25px !important;
  padding: 0 9px !important;
  border: 1px solid rgba(255, 255, 255, .78) !important;
  border-radius: 999px !important;
  font-size: 8.8px !important;
  font-weight: 920 !important;
  letter-spacing: -.01em !important;
  box-shadow: 0 8px 18px rgba(7, 24, 45, .07) !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-meta,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-prices {
  display: grid !important;
  gap: 8px !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-meta {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-prices {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-meta > span,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-prices > span {
  display: grid !important;
  align-content: center !important;
  min-width: 0 !important;
  min-height: 39px !important;
  padding: 8px 9px !important;
  overflow: hidden !important;
  border: 1px solid rgba(15, 118, 110, .11) !important;
  border-radius: 15px !important;
  color: #38506a !important;
  background: rgba(255, 255, 255, .72) !important;
  font-size: 8.8px !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-meta > span:nth-child(2) {
  color: #074236 !important;
  background: linear-gradient(180deg, #ecfdf5, #dff7ec) !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-prices > span {
  min-height: 43px !important;
  color: #66758a !important;
  background: linear-gradient(180deg, rgba(248, 251, 255, .98), rgba(239, 248, 243, .92)) !important;
  text-align: left !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-prices strong {
  display: block !important;
  margin-top: 3px !important;
  overflow: hidden !important;
  color: #06172b !important;
  font-size: 11.2px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: auto !important;
  padding-top: 2px !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-actions .retail-ops-btn,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-actions button {
  min-width: 0 !important;
  min-height: 32px !important;
  padding: 0 10px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  font-size: 9.8px !important;
  font-weight: 920 !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-actions .retail-ops-btn:first-child,
.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-actions button:first-child {
  grid-column: 1 / -1 !important;
  min-height: 36px !important;
  background: linear-gradient(135deg, #0f766e, #10b981) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(15, 118, 110, .18) !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-actions .is-danger {
  border-color: rgba(239, 68, 68, .22) !important;
  color: #b42323 !important;
  background: linear-gradient(180deg, #fff7f7, #feecec) !important;
}

.retail-ops-shell .retail-ops-point-workspace .retail-ops-article-card-actions button:disabled {
  opacity: .48 !important;
  cursor: not-allowed !important;
  filter: grayscale(.15) !important;
}

@media (max-width: 1500px) {
  .retail-ops-shell .retail-ops-point-workspace .retail-ops-point-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1180px) {
  .retail-ops-shell .retail-ops-point-workspace .retail-ops-point-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .retail-ops-shell .retail-ops-point-workspace .retail-ops-point-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Finition v34 finale placée après les anciennes couches dashboard — 4 colonnes alignées */
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi {
  position: relative !important;
  display: grid !important;
  grid-template-rows: 14px 28px 24px !important;
  align-content: center !important;
  gap: 6px !important;
  min-width: 0 !important;
  min-height: 92px !important;
  height: 92px !important;
  padding: 13px 14px 12px 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(128, 155, 184, .24) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(247,251,255,.97) 56%, rgba(240,248,246,.94)) !important;
  box-shadow: 0 14px 28px rgba(7, 24, 45, .085), inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi::before {
  content: "" !important;
  position: absolute !important;
  inset: 12px auto 12px 0 !important;
  width: 4px !important;
  border-radius: 0 999px 999px 0 !important;
  background: #0f766e !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi.is-alert::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi:nth-child(6)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi:nth-child(7)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi:nth-child(8)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi:nth-child(9)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi:nth-child(10)::before {
  background: #f05a28 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi span {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #66778d !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: .055em !important;
  text-overflow: ellipsis !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi strong {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #06172b !important;
  font-size: clamp(15px, 1.08vw, 20px) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: -.045em !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpi small {
  display: -webkit-box !important;
  max-width: 100% !important;
  max-height: 24px !important;
  overflow: hidden !important;
  color: #718197 !important;
  font-size: 8.7px !important;
  font-weight: 820 !important;
  line-height: 1.2 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article {
  position: relative !important;
  display: grid !important;
  grid-template-rows: 14px 22px 18px !important;
  align-content: center !important;
  gap: 5px !important;
  min-width: 0 !important;
  min-height: 82px !important;
  height: 82px !important;
  padding: 12px 14px 11px 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(128, 155, 184, .24) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(247,251,255,.96)) !important;
  box-shadow: 0 14px 28px rgba(7, 24, 45, .075), inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article::before {
  content: "" !important;
  position: absolute !important;
  inset: 12px auto 12px 0 !important;
  width: 4px !important;
  border-radius: 0 999px 999px 0 !important;
  background: #2563eb !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip :is(span, strong, small) {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip span {
  color: #66778d !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: .055em !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip strong {
  color: #06172b !important;
  font-size: 13.5px !important;
  font-weight: 950 !important;
  line-height: 1.06 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip small {
  color: #718197 !important;
  font-size: 8.7px !important;
  font-weight: 820 !important;
  line-height: 1.2 !important;
}

@media (max-width: 1180px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis,
  .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis,
  .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
    grid-template-columns: 1fr !important;
  }
}

/* Catalogue 4-up showroom v2 — cartes plus désirables et moins techniques */
.retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-article-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto auto !important;
  align-content: start !important;
  gap: 10px !important;
  min-height: 258px !important;
  padding: 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(125,154,184,.22) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(56,189,248,.16), transparent 30%),
    radial-gradient(circle at 102% 8%, rgba(16,185,129,.14), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(248,252,255,.95) 55%, rgba(240,250,246,.92)) !important;
  box-shadow: 0 18px 38px rgba(7,24,45,.10) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card::before {
  height: 5px !important;
  background: linear-gradient(90deg, #082448 0%, #0f766e 50%, #38bdf8 100%) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header {
  display: grid !important;
  grid-template-columns: 50px minmax(0, 1fr) !important;
  grid-template-areas: "thumb title" !important;
  align-items: center !important;
  gap: 11px !important;
  min-height: 58px !important;
  padding-right: 72px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header .retail-ops-article-thumb {
  grid-area: thumb !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header > div {
  grid-area: title !important;
  gap: 4px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-thumb {
  width: 50px !important;
  height: 50px !important;
  border-radius: 18px !important;
  color: #0b5f52 !important;
  background:
    radial-gradient(circle at 28% 20%, rgba(56,189,248,.24), transparent 38%),
    linear-gradient(145deg, #ffffff, #e7f8f1) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.86), 0 13px 28px rgba(15,118,110,.12) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-thumb svg {
  width: 23px !important;
  height: 23px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header strong {
  color: #06172b !important;
  font-size: 12.8px !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: -.02em !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header small {
  color: #52647a !important;
  font-size: 9.6px !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  -webkit-line-clamp: 2 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card > header .retail-ops-status {
  position: absolute !important;
  top: 15px !important;
  right: 14px !important;
  min-width: 58px !important;
  max-width: 70px !important;
  min-height: 24px !important;
  padding: 0 9px !important;
  font-size: 8.8px !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(7,24,45,.07) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-meta {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 7px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-meta > span {
  min-height: 36px !important;
  padding: 7px 8px !important;
  border: 1px solid rgba(15,118,110,.11) !important;
  border-radius: 14px !important;
  color: #27445f !important;
  background: rgba(255,255,255,.74) !important;
  font-size: 8.6px !important;
  font-weight: 830 !important;
  line-height: 1.12 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-meta > span:first-child {
  color: #0b5f52 !important;
  background: linear-gradient(180deg, #ecfdf5, #dff7ec) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-prices {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-prices > span {
  min-height: 42px !important;
  padding: 8px 9px !important;
  border: 1px solid rgba(76,103,132,.12) !important;
  border-radius: 15px !important;
  color: #5d6c7f !important;
  background: linear-gradient(180deg, rgba(248,251,255,.96), rgba(239,248,243,.90)) !important;
  font-size: 8.5px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-prices strong {
  display: block !important;
  margin-top: 2px !important;
  overflow: hidden !important;
  color: #06172b !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source {
  min-height: 48px !important;
  padding: 9px 10px !important;
  border-radius: 16px !important;
  background: rgba(239,248,243,.76) !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source > span,
.retail-ops-shell.is-module-products .retail-ops-article-source > strong {
  color: #64748b !important;
  font-size: 8.8px !important;
  font-weight: 850 !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source-list {
  margin-top: 5px !important;
  display: block !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source-list > * {
  display: block !important;
  min-height: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #0b5f52 !important;
  background: transparent !important;
  font-size: 9.4px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-source-list > *:nth-child(n+2),
.retail-ops-shell.is-module-products .retail-ops-article-points {
  display: none !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-actions {
  display: grid !important;
  margin-top: auto !important;
}

.retail-ops-shell.is-module-products .retail-ops-article-card-actions button,
.retail-ops-shell.is-module-products .retail-ops-article-card-actions .retail-ops-btn {
  min-height: 34px !important;
  border: 1px solid rgba(12,74,110,.16) !important;
  border-radius: 13px !important;
  color: #0b3558 !important;
  background: linear-gradient(180deg, #ffffff, #eef7ff) !important;
  font-size: 9.8px !important;
  font-weight: 920 !important;
}

@media (max-width: 1180px) {
  .retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-article-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .retail-ops-shell.is-module-products .retail-ops-panel > .retail-ops-article-card-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Finition v37 fin réelle — tableau de bord KPI en 4 cartes par ligne */
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > * {
  grid-column: auto !important;
  grid-row: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 5px !important;
  height: 78px !important;
  min-height: 78px !important;
  padding: 10px 12px 10px 15px !important;
  overflow: hidden !important;
  border: 1px solid rgba(125, 151, 180, .24) !important;
  border-radius: 4px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%) !important;
  box-shadow: 0 8px 20px rgba(7, 24, 45, .06) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  border-radius: 0 !important;
  background: #1f8f8a !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi.is-alert::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(6)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(7)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(8)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(9)::before,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(10)::before {
  background: #f05a28 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi span,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi strong,
.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi small {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi span {
  color: #5f7088 !important;
  font-size: 8.2px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi strong {
  color: #06172b !important;
  font-size: clamp(14px, .95vw, 18px) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: -.04em !important;
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi small {
  color: #718197 !important;
  font-size: 7.8px !important;
  font-weight: 820 !important;
  line-height: 1.15 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip > * {
  grid-column: auto !important;
  grid-row: auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 4px !important;
  height: 72px !important;
  min-height: 72px !important;
  padding: 9px 12px 9px 15px !important;
  overflow: hidden !important;
  border: 1px solid rgba(125, 151, 180, .24) !important;
  border-radius: 4px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  box-shadow: 0 8px 20px rgba(7, 24, 45, .055) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  background: #2563eb !important;
}

/* Finition v38 — Synthèse par point lisible et premium */
.retail-ops-shell .retail-ops-dashboard .retail-ops-panel:has(.retail-ops-point-summary-grid) {
  padding: 18px !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(20, 184, 166, .11), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,251,255,.95)) !important;
  box-shadow: 0 18px 42px rgba(7, 24, 45, .08) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-panel:has(.retail-ops-point-summary-grid) > .retail-ops-panel-title {
  width: min(760px, 100%) !important;
  min-height: 58px !important;
  margin: 0 0 18px !important;
  padding: 11px 14px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #082f49 0%, #0f766e 100%) !important;
  box-shadow: 0 14px 30px rgba(15, 118, 110, .18) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-panel:has(.retail-ops-point-summary-grid) > .retail-ops-panel-title > span {
  width: 38px !important;
  height: 38px !important;
  flex-basis: 38px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.14) !important;
  color: #e0f2fe !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-panel:has(.retail-ops-point-summary-grid) > .retail-ops-panel-title h2,
.retail-ops-shell .retail-ops-dashboard .retail-ops-panel:has(.retail-ops-point-summary-grid) > .retail-ops-panel-title strong {
  overflow: visible !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-panel:has(.retail-ops-point-summary-grid) > .retail-ops-panel-title p,
.retail-ops-shell .retail-ops-dashboard .retail-ops-panel:has(.retail-ops-point-summary-grid) > .retail-ops-panel-title small {
  display: -webkit-box !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: rgba(236, 253, 245, .9) !important;
  font-size: 10.2px !important;
  font-weight: 780 !important;
  line-height: 1.18 !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(285px, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
  overflow: visible !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 150px) !important;
  grid-template-areas:
    "point-head point-stock"
    "point-stats point-stats" !important;
  gap: 12px !important;
  min-width: 0 !important;
  min-height: 166px !important;
  padding: 15px !important;
  overflow: hidden !important;
  border: 1px solid rgba(125, 151, 180, .24) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, .12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 54%, #f0faf7 100%) !important;
  box-shadow: 0 16px 34px rgba(7, 24, 45, .08) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 4px !important;
  background: linear-gradient(90deg, #082f49, #0f766e, #38bdf8) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card header {
  grid-area: point-head !important;
  display: grid !important;
  align-content: start !important;
  gap: 5px !important;
  min-width: 0 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card header > span {
  justify-self: start !important;
  min-height: 22px !important;
  padding: 0 9px !important;
  border: 1px solid rgba(15, 118, 110, .16) !important;
  border-radius: 999px !important;
  color: #075e55 !important;
  background: #ecfdf5 !important;
  font-size: 8.4px !important;
  font-weight: 950 !important;
  letter-spacing: .065em !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card header strong {
  display: -webkit-box !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: #06172b !important;
  font-size: 13.8px !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card header small {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: #617086 !important;
  font-size: 9.4px !important;
  font-weight: 760 !important;
  line-height: 1.18 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-stock {
  grid-area: point-stock !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: center !important;
  gap: 5px !important;
  min-width: 0 !important;
  min-height: 68px !important;
  padding: 11px 12px !important;
  border: 1px solid rgba(15, 118, 110, .16) !important;
  border-radius: 17px !important;
  background: linear-gradient(135deg, #f0fdfa, #eef6ff) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-stock span {
  color: #075e55 !important;
  font-size: 9px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-stock strong {
  overflow: visible !important;
  color: #06172b !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -.035em !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-stock em {
  overflow: hidden !important;
  color: #0b3558 !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 880 !important;
  line-height: 1.05 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card dl {
  grid-area: point-stats !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card dl > div {
  min-width: 0 !important;
  min-height: 54px !important;
  padding: 9px 10px !important;
  overflow: hidden !important;
  border: 1px solid rgba(125, 151, 180, .20) !important;
  border-radius: 15px !important;
  background: rgba(255,255,255,.72) !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card dt {
  overflow: hidden !important;
  color: #5f7088 !important;
  font-size: 8.4px !important;
  font-weight: 920 !important;
  line-height: 1 !important;
  letter-spacing: .035em !important;
  text-overflow: ellipsis !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card dd {
  margin: 5px 0 0 !important;
  overflow: hidden !important;
  color: #06172b !important;
  font-size: 11.8px !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums !important;
}

@media (max-width: 1320px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-grid {
    grid-template-columns: repeat(2, minmax(285px, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-grid {
    grid-template-columns: 1fr !important;
  }

  .retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "point-head"
      "point-stock"
      "point-stats" !important;
  }

  .retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card dl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Finition v39 — anti-débordement Synthèse par point */
.retail-ops-shell .retail-ops-dashboard .retail-ops-panel:has(.retail-ops-point-summary-grid) {
  position: relative !important;
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  margin-bottom: 28px !important;
  padding-bottom: 24px !important;
  grid-row: auto / span 2 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(270px, 1fr)) !important;
  grid-auto-rows: minmax(146px, auto) !important;
  gap: 13px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  padding-bottom: 4px !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card {
  height: auto !important;
  min-height: 146px !important;
  max-height: none !important;
  margin: 0 !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-stock {
  min-height: 62px !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-card dl > div {
  min-height: 48px !important;
}

.retail-ops-shell .retail-ops-dashboard .retail-ops-panel:has(.retail-ops-point-summary-grid) + .retail-ops-panel,
.retail-ops-shell .retail-ops-dashboard .retail-ops-panel:has(.retail-ops-point-summary-grid) + .retail-ops-grid,
.retail-ops-shell .retail-ops-dashboard .retail-ops-panel:has(.retail-ops-point-summary-grid) + * {
  margin-top: 22px !important;
}

@media (max-width: 1320px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-grid {
    grid-template-columns: repeat(2, minmax(270px, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .retail-ops-shell .retail-ops-dashboard .retail-ops-point-summary-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Mission mobile v40: keep dashboard cards readable before late responsive CSS wins. */
@media (max-width: 1180px), (hover: none) and (pointer: coarse) {
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article {
    height: auto !important;
    min-height: 104px !important;
    padding: 13px 14px !important;
    overflow: visible !important;
    border-radius: 16px !important;
  }

  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi span,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi strong,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi small,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip span,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip strong,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip small {
    max-width: 100% !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi strong,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip strong {
    margin-top: 8px !important;
    font-size: clamp(20px, 6vw, 28px) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi span,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip span {
    font-size: 10px !important;
    line-height: 1.15 !important;
  }

  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi small,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip small {
    margin-top: 6px !important;
    padding-top: 0 !important;
    font-size: 10px !important;
    line-height: 1.24 !important;
  }
}

@media (max-width: 720px), (hover: none) and (pointer: coarse) and (max-width: 980px) {
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip {
    grid-template-columns: 1fr !important;
  }

  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-insight-strip article {
    min-height: 96px !important;
  }

  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-dashboard-actions,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-dashboard-dates {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px), (hover: none) and (pointer: coarse) and (max-width: 1180px) {
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi,
  html body .retail-ops-shell .retail-ops-dashboard .retail-ops-kpis > .retail-ops-kpi:nth-child(n) {
    grid-column: 1 / -1 !important;
    width: auto !important;
    min-width: 0 !important;
  }
}
