/* B07 · E-İhracat Entegrasyonu — enterprise komuta merkezi (içerik alanı) */

.module-card[data-module='b07'] {
  --b07-bg: #f8fafc;
  --b07-surface: rgba(255, 255, 255, 0.72);
  --b07-border: rgba(148, 163, 184, 0.35);
  --b07-text: #0f172a;
  --b07-muted: #64748b;
  --b07-accent: #0d9488;
  --b07-accent2: #38bdf8;
  --b07-cyan: #06b6d4;
  --b07-success: #10b981;
  --b07-warn: #f59e0b;
  --b07-danger: #ef4444;
  --b07-shadow: 0 1px 2px 0 rgb(15 23 42 / 0.06);
  --b07-radius: 1rem;
}

html[data-theme='dark'] .module-card[data-module='b07'] {
  --b07-bg: #0b1220;
  --b07-surface: rgba(30, 41, 59, 0.55);
  --b07-border: rgba(71, 85, 105, 0.55);
  --b07-text: #f1f5f9;
  --b07-muted: #94a3b8;
  --b07-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.35);
}

/* Ana gridde teaser; tam dashboard yalnızca çalışma alanında */
#dashboard-views-stack .module-card[data-module='b07'] .b07-eexport-root {
  display: none !important;
}

#dashboard-views-stack .module-card[data-module='b07'] .b07-home-teaser {
  display: flex;
}

#module-workspace-body .module-card[data-module='b07'] .b07-home-teaser {
  display: none !important;
}

#module-workspace-body .module-card[data-module='b07'] .b07-eexport-root {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Çalışma alanında kart başlığı tekrarını kaldır */
#module-workspace-body .module-card[data-module='b07'] > .module-header {
  display: none;
}

.module-card[data-module='b07'] .b07-module-shell {
  padding: 0;
  gap: 0;
  background: transparent;
}

.b07-home-teaser {
  display: none;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: var(--b07-radius);
  border: 1px solid var(--b07-border);
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.09), rgba(6, 182, 212, 0.06));
  box-shadow: var(--b07-shadow);
}

.b07-home-teaser__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0d9488, #06b6d4);
  color: #fff;
  font-size: 1.1rem;
}

.b07-home-teaser__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.82rem;
  color: var(--b07-muted);
}

.b07-home-teaser__body strong {
  color: var(--b07-text);
  font-size: 0.92rem;
}

.b07-eexport-root {
  font-family: Inter, system-ui, sans-serif;
  color: var(--b07-text);
  padding-bottom: 0.5rem;
}

.b07-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Sticky header — üst çubuk (SaaS mockup) */
.b07-dash-head {
  position: sticky;
  top: 0;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.45fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem 1rem;
  margin: 0 -0.25rem;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: var(--b07-shadow);
}

html[data-theme='dark'] .b07-dash-head {
  background: rgba(15, 23, 42, 0.92);
  border-color: var(--b07-border);
}

@media (max-width: 1100px) {
  .b07-dash-head {
    grid-template-columns: 1fr;
  }
}

.b07-dash-head__left {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  min-width: 0;
}

.b07-dash-head__ico {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: #fff;
  background: linear-gradient(145deg, #1e293b, #0d9488 55%, #38bdf8);
  box-shadow: 0 10px 26px rgba(13, 148, 136, 0.35);
  flex-shrink: 0;
}

.b07-dash-head__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.b07-dash-head__sub {
  margin: 0.25rem 0 0;
  font-size: 0.78rem;
  color: var(--b07-muted);
  max-width: 52ch;
  line-height: 1.35;
}

.b07-demo-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #92400e;
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.45);
}

.b07-dash-head__search-wrap {
  position: relative;
}

.b07-dash-head__search-icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--b07-muted);
  font-size: 0.85rem;
  pointer-events: none;
}

.b07-dash-head__search {
  width: 100%;
  border-radius: 999px;
  border: 1px solid var(--b07-border);
  background: rgba(255, 255, 255, 0.65);
  padding: 0.62rem 1rem 0.62rem 2.35rem;
  font-size: 0.82rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

html[data-theme='dark'] .b07-dash-head__search {
  background: rgba(15, 23, 42, 0.55);
  color: var(--b07-text);
}

.b07-dash-head__search:focus {
  border-color: rgba(13, 148, 136, 0.55);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.18);
}

.b07-dash-head__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  justify-content: flex-end;
}

.b07-live-sync {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 185, 129, 0.35);
  background: rgba(16, 185, 129, 0.08);
  color: var(--b07-success);
}

.b07-live-sync__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--b07-success);
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55);
  animation: b07-pulse-dot 1.8s ease-out infinite;
}

@keyframes b07-pulse-dot {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.45);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

.b07-icon-btn {
  position: relative;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.75rem;
  border: 1px solid var(--b07-border);
  background: var(--b07-surface);
  color: var(--b07-text);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.b07-icon-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--b07-shadow);
}

.b07-icon-btn--badge .b07-icon-btn__count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--b07-danger);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.b07-pill-btn {
  border: none;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.b07-pill-btn--ai {
  color: #fff;
  background: linear-gradient(135deg, #6366f1, #0d9488 45%, #06b6d4);
  box-shadow: 0 10px 24px rgba(13, 148, 136, 0.35);
}

.b07-pill-btn--ai:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.b07-dropdown {
  position: relative;
}

.b07-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.42rem 0.65rem;
  border-radius: 0.75rem;
  border: 1px solid var(--b07-border);
  background: var(--b07-surface);
  font-size: 0.74rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--b07-text);
}

.b07-dropdown__trigger--ghost {
  background: transparent;
}

.b07-dropdown__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  min-width: 11rem;
  padding: 0.35rem;
  border-radius: 0.85rem;
  border: 1px solid var(--b07-border);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: var(--b07-shadow);
  z-index: 20;
}

html[data-theme='dark'] .b07-dropdown__panel {
  background: rgba(15, 23, 42, 0.96);
}

.b07-dropdown__panel.hidden {
  display: none !important;
}

.b07-dropdown__item {
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  padding: 0.45rem 0.55rem;
  border-radius: 0.55rem;
  font-size: 0.78rem;
  cursor: pointer;
  color: var(--b07-text);
}

.b07-dropdown__item:hover {
  background: rgba(13, 148, 136, 0.08);
}

/* KPI */
.b07-kpi-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.65rem;
}

@media (max-width: 1400px) {
  .b07-kpi-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

@media (max-width: 520px) {
  .b07-kpi-grid {
    grid-template-columns: 1fr;
  }
}

.b07-kpi-card {
  position: relative;
  padding: 0.75rem 0.85rem 0.55rem;
  border-radius: var(--b07-radius);
  border: 1px solid var(--b07-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(248, 250, 252, 0.65));
  box-shadow: var(--b07-shadow);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

html[data-theme='dark'] .b07-kpi-card {
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.72), rgba(15, 23, 42, 0.52));
}

.b07-kpi-card::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #0d9488, #38bdf8, #06b6d4);
  opacity: 0.9;
}

.b07-kpi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14);
}

.b07-kpi-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.35rem;
}

.b07-kpi-card__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
  display: grid;
  place-items: center;
  background: rgba(13, 148, 136, 0.1);
  color: var(--b07-accent);
  font-size: 0.95rem;
}

.b07-kpi-card__delta {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
}

.b07-kpi-card__delta--up {
  background: rgba(16, 185, 129, 0.14);
  color: var(--b07-success);
}

.b07-kpi-card__delta--down {
  background: rgba(239, 68, 68, 0.12);
  color: var(--b07-danger);
}

.b07-kpi-card__label {
  font-size: 0.69rem;
  font-weight: 600;
  color: var(--b07-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.b07-kpi-card__value {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0.15rem 0 0.2rem;
}

.b07-kpi-card__value small {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--b07-muted);
}

.b07-spark {
  width: 100%;
  height: 32px;
  display: block;
}

.b07-spark polyline {
  fill: none;
  stroke: url(#b07-spark-grad);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Main split */
.b07-split-top {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: stretch;
}

@media (max-width: 1100px) {
  .b07-split-top {
    grid-template-columns: 1fr;
  }
}

.b07-panel {
  border-radius: var(--b07-radius);
  border: 1px solid var(--b07-border);
  background: var(--b07-surface);
  backdrop-filter: blur(12px);
  padding: 0.85rem 1rem;
  box-shadow: var(--b07-shadow);
}

.b07-panel--stretch {
  min-height: 22rem;
}

.b07-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.b07-panel__title {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.b07-panel__hint {
  margin: 0.25rem 0 0;
  font-size: 0.74rem;
  color: var(--b07-muted);
  line-height: 1.35;
}

.b07-chip {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  border: 1px solid var(--b07-border);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.b07-chip--live {
  border-color: rgba(13, 148, 136, 0.35);
  background: rgba(13, 148, 136, 0.08);
  color: var(--b07-accent);
}

.b07-chip__pulse {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--b07-accent);
  animation: b07-pulse-dot 2s ease-out infinite;
}

.b07-order-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}

.b07-mini-btn {
  border: 1px solid var(--b07-border);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--b07-text);
}

html[data-theme='dark'] .b07-mini-btn {
  background: rgba(15, 23, 42, 0.55);
}

.b07-mini-btn.is-active {
  border-color: rgba(13, 148, 136, 0.45);
  background: rgba(13, 148, 136, 0.12);
  color: var(--b07-accent);
}

.b07-order-scroll {
  max-height: min(52vh, 28rem);
  overflow: auto;
  padding-right: 0.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.b07-order-row {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.55rem 0.65rem;
  border-radius: 0.85rem;
  border: 1px solid var(--b07-border);
  background: rgba(255, 255, 255, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

html[data-theme='dark'] .b07-order-row {
  background: rgba(15, 23, 42, 0.42);
}

.b07-order-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  border-color: rgba(13, 148, 136, 0.28);
}

.b07-order-row--pulse {
  animation: b07-order-glow 1.1s ease-out 2;
  border-color: rgba(56, 189, 248, 0.65) !important;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.22), 0 18px 40px rgba(13, 148, 136, 0.18);
}

@keyframes b07-order-glow {
  0% {
    filter: brightness(1);
  }
  40% {
    filter: brightness(1.08);
  }
  100% {
    filter: brightness(1);
  }
}

.b07-order-row__flag {
  font-size: 1.35rem;
  line-height: 1;
}

.b07-mp-badge {
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  display: grid;
  place-items: center;
  font-size: 1rem;
  background: rgba(148, 163, 184, 0.18);
}

.b07-mp-badge--amazon {
  background: rgba(255, 153, 0, 0.18);
  color: #ff9900;
}

.b07-mp-badge--shopify {
  background: rgba(149, 193, 31, 0.2);
  color: #95bf47;
}

.b07-mp-badge--etsy {
  color: #f56400;
}

.b07-mp-badge--ebay {
  color: #0064d2;
}

.b07-mp-badge--tiktok {
  color: #fff;
  background: #111;
}

.b07-mp-badge--walmart {
  color: #0071dc;
}

.b07-order-row__top {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  align-items: baseline;
}

.b07-order-id {
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.b07-order-customer {
  font-size: 0.72rem;
  color: var(--b07-muted);
  font-weight: 600;
}

.b07-order-product {
  font-size: 0.78rem;
  font-weight: 600;
  margin-top: 0.15rem;
}

.b07-order-meta {
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.b07-tag-money {
  font-weight: 800;
  font-size: 0.74rem;
}

.b07-badge {
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
  text-transform: capitalize;
}

.b07-badge--paid {
  background: rgba(16, 185, 129, 0.15);
  color: var(--b07-success);
}

.b07-badge--prep {
  background: rgba(245, 158, 11, 0.15);
  color: var(--b07-warn);
}

.b07-badge--customs {
  background: rgba(6, 182, 212, 0.14);
  color: #0891b2;
}

.b07-badge--ship {
  background: rgba(13, 148, 136, 0.12);
  color: var(--b07-accent);
}

.b07-badge--ship-done {
  background: rgba(99, 102, 241, 0.14);
  color: #6366f1;
}

.b07-badge--done {
  background: rgba(16, 185, 129, 0.14);
  color: var(--b07-success);
}

.b07-badge--ret {
  background: rgba(239, 68, 68, 0.14);
  color: var(--b07-danger);
}

.b07-order-row__eta {
  text-align: right;
  font-size: 0.68rem;
  color: var(--b07-muted);
}

.b07-order-row__eta strong {
  display: block;
  font-size: 0.82rem;
  color: var(--b07-text);
}

.b07-rail {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.b07-mp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

@media (max-width: 520px) {
  .b07-mp-grid {
    grid-template-columns: 1fr;
  }
}

.b07-mp-tile {
  padding: 0.55rem 0.6rem;
  border-radius: 0.85rem;
  border: 1px solid var(--b07-border);
  background: rgba(255, 255, 255, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

html[data-theme='dark'] .b07-mp-tile {
  background: rgba(15, 23, 42, 0.38);
}

.b07-mp-tile:hover {
  transform: translateY(-2px);
  box-shadow: var(--b07-shadow);
}

.b07-mp-tile--ok {
  border-left: 3px solid var(--b07-success);
}

.b07-mp-tile--warn {
  border-left: 3px solid var(--b07-warn);
}

.b07-mp-tile--err {
  border-left: 3px solid var(--b07-danger);
}

.b07-mp-tile__logo {
  font-size: 1.1rem;
  margin-bottom: 0.15rem;
}

.b07-mp-tile__name {
  font-weight: 800;
  font-size: 0.78rem;
}

.b07-mp-tile__meta {
  font-size: 0.65rem;
  color: var(--b07-muted);
  margin-top: 0.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.b07-mp-tile__foot {
  margin-top: 0.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.68rem;
}

.b07-link-btn {
  border: none;
  background: none;
  color: var(--b07-accent);
  font-weight: 700;
  font-size: 0.68rem;
  cursor: pointer;
  padding: 0;
}

.b07-link-btn:hover {
  text-decoration: underline;
}

.b07-cargo-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: flex-end;
  margin-bottom: 0.65rem;
}

.b07-cargo-quick__field label {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--b07-muted);
  margin-bottom: 0.15rem;
}

.b07-cargo-quick__field input {
  border-radius: 0.65rem;
  border: 1px solid var(--b07-border);
  padding: 0.38rem 0.55rem;
  font-size: 0.74rem;
  min-width: 10rem;
  background: rgba(255, 255, 255, 0.55);
  color: var(--b07-text);
}

html[data-theme='dark'] .b07-cargo-quick__field input {
  background: rgba(15, 23, 42, 0.55);
}

.b07-btn-secondary {
  border-radius: 0.65rem;
  border: 1px solid var(--b07-border);
  background: rgba(13, 148, 136, 0.08);
  color: var(--b07-accent);
  font-weight: 700;
  font-size: 0.72rem;
  padding: 0.42rem 0.75rem;
  cursor: pointer;
}

.b07-btn-secondary:hover {
  background: rgba(13, 148, 136, 0.14);
}

.b07-cargo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.45rem;
}

.b07-cargo-tile__status {
  margin-top: 0.65rem;
}

.b07-cargo-tile__cat {
  margin: 0.25rem 0 0;
  font-size: 0.72rem;
  color: var(--b07-muted);
}

.b07-cargo-tile__demo {
  margin-top: 0;
  margin-left: auto;
}

.b07-cargo-integ {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.b07-cargo-integ--not_connected {
  color: #475569;
  background: rgba(100, 116, 139, 0.14);
  border: 1px solid rgba(100, 116, 139, 0.35);
}

.b07-cargo-integ--planned {
  color: #92400e;
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.45);
}

.b07-cargo-integ--connected {
  color: #166534;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.4);
}

.b07-cargo-empty {
  grid-column: 1 / -1;
  padding: 1.25rem 1rem;
  border-radius: 12px;
  border: 1px dashed var(--b07-border);
  color: var(--b07-muted);
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: center;
}

.b07-cargo-tile {
  position: relative;
  padding: 0.55rem 0.55rem 0.45rem;
  border-radius: 0.85rem;
  border: 1px solid var(--b07-border);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.55), rgba(248, 250, 252, 0.35));
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

html[data-theme='dark'] .b07-cargo-tile {
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.55), rgba(15, 23, 42, 0.42));
}

.b07-cargo-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(13, 148, 136, 0.14);
  border-color: rgba(56, 189, 248, 0.35);
}

.b07-cargo-tile__hdr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.35rem;
}

.b07-cargo-tile__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
  font-size: 0.6rem;
  color: var(--b07-muted);
}

.b07-cargo-mini {
  line-height: 1.25;
}

.b07-cargo-err {
  font-size: 0.6rem;
  color: var(--b07-danger);
  margin: 0.2rem 0 0;
  font-weight: 700;
}

.b07-cargo-tile__brand {
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.b07-cargo-tile__live {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  margin-top: 0.2rem;
  background: var(--b07-success);
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.65);
}

.b07-cargo-tile__live--off {
  background: var(--b07-muted);
  box-shadow: none;
}

.b07-cargo-tile dl {
  margin: 0.35rem 0 0;
  display: grid;
  gap: 0.12rem;
}

.b07-cargo-tile dl div {
  display: flex;
  justify-content: space-between;
  gap: 0.35rem;
  font-size: 0.62rem;
  color: var(--b07-muted);
}

.b07-cargo-tile dl strong {
  color: var(--b07-text);
  font-size: 0.62rem;
}

.b07-cargo-tile .b07-mini-progress {
  margin-top: 0.35rem;
  height: 5px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.25);
  overflow: hidden;
}

.b07-cargo-tile .b07-mini-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0d9488, #06b6d4);
}

.b07-cargo-tile .b07-link-btn {
  margin-top: 0.35rem;
}

/* AI */
.b07-ai-panel {
  border-radius: var(--b07-radius);
  border: 1px solid rgba(13, 148, 136, 0.22);
  padding: 0.85rem 1rem;
  background: linear-gradient(120deg, #0f172a 0%, #111827 40%, #1e293b 100%);
  color: #e2e8f0;
  box-shadow: var(--b07-shadow);
}

.b07-ai-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.b07-ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  background: rgba(56, 189, 248, 0.18);
  color: #38bdf8;
  margin-right: 0.35rem;
}

.b07-ai-panel__title {
  margin: 0;
  display: inline;
  font-size: 0.95rem;
  font-weight: 800;
}

.b07-ai-scroll {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-snap-type: x mandatory;
}

.b07-ai-card {
  position: relative;
  flex: 0 0 min(16rem, 78vw);
  scroll-snap-align: start;
  padding: 0.65rem 1.8rem 0.65rem 0.75rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.b07-ai-card__text {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
}

.b07-ai-card__more {
  margin-top: 0.45rem;
  font-size: 0.72rem;
  color: #94a3b8;
  line-height: 1.35;
}

.b07-ai-card__expand {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0.45rem;
  cursor: pointer;
}

.b07-ai-card.is-open .b07-ai-card__expand i {
  transform: rotate(180deg);
}

.b07-ai-card__expand i {
  transition: transform 0.2s ease;
}

/* Two / three columns */
.b07-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.b07-three-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (max-width: 1100px) {
  .b07-two-col,
  .b07-three-col {
    grid-template-columns: 1fr;
  }
}

.b07-details summary {
  list-style: none;
  cursor: pointer;
}

.b07-details summary::-webkit-details-marker {
  display: none;
}

.b07-details__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b07-table-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}

.b07-table-search {
  flex: 1;
  min-width: 8rem;
  border-radius: 0.65rem;
  border: 1px solid var(--b07-border);
  padding: 0.38rem 0.55rem;
  font-size: 0.74rem;
  background: rgba(255, 255, 255, 0.55);
  color: var(--b07-text);
}

html[data-theme='dark'] .b07-table-search {
  background: rgba(15, 23, 42, 0.55);
}

.b07-table-wrap {
  overflow: auto;
  border-radius: 0.85rem;
  border: 1px solid var(--b07-border);
  max-height: 17rem;
}

.b07-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.74rem;
}

.b07-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  text-align: left;
  padding: 0.45rem 0.55rem;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--b07-muted);
  background: rgba(248, 250, 252, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--b07-border);
}

html[data-theme='dark'] .b07-table thead th {
  background: rgba(15, 23, 42, 0.92);
}

.b07-table tbody td {
  padding: 0.45rem 0.55rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  vertical-align: middle;
}

.b07-table tbody tr:hover td {
  background: rgba(13, 148, 136, 0.04);
}

.b07-table--compact tbody td {
  font-size: 0.7rem;
}

.b07-table-check {
  width: 2rem;
}

.b07-prod-cell {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.b07-prod-thumb {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0.45rem;
  background: linear-gradient(135deg, #64748b, #334155);
}

.b07-prod-thumb--b {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.b07-prod-thumb--c {
  background: linear-gradient(135deg, #10b981, #059669);
}

.b07-bar {
  height: 5px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.25);
  overflow: hidden;
  margin-bottom: 0.15rem;
}

.b07-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0d9488, #06b6d4);
}

.b07-bar--warn span {
  background: linear-gradient(90deg, #f59e0b, #ef4444);
}

.b07-pill-ok {
  font-size: 0.62rem;
  font-weight: 800;
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.14);
  color: var(--b07-success);
}

.b07-pill-warn {
  font-size: 0.62rem;
  font-weight: 800;
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.14);
  color: var(--b07-warn);
}

.b07-pill-muted {
  font-size: 0.62rem;
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.18);
  color: var(--b07-muted);
}

.b07-table-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.45rem;
  font-size: 0.68rem;
  color: var(--b07-muted);
}

.b07-pager {
  display: flex;
  gap: 0.25rem;
}

.b07-inv-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.b07-inv-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) auto;
  gap: 0.55rem;
  align-items: center;
  font-size: 0.74rem;
}

.b07-inv-sub {
  display: block;
  font-size: 0.62rem;
  color: var(--b07-muted);
}

.b07-inv-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.22);
  overflow: hidden;
}

.b07-inv-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0d9488, #38bdf8);
}

.b07-inv-bar--cyan span {
  background: linear-gradient(90deg, #06b6d4, #22d3ee);
}

.b07-inv-bar--warn span {
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
}

.b07-inv-bar--danger span {
  background: linear-gradient(90deg, #ef4444, #fb7185);
}

.b07-inv-pct {
  font-weight: 800;
  font-size: 0.72rem;
}

.b07-log-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.6fr);
  gap: 0.65rem;
}

@media (max-width: 900px) {
  .b07-log-split {
    grid-template-columns: 1fr;
  }
}

.b07-map {
  border-radius: 0.85rem;
  border: 1px dashed rgba(13, 148, 136, 0.35);
  background: rgba(13, 148, 136, 0.04);
  padding: 0.35rem;
  position: relative;
}

.b07-map__svg {
  width: 100%;
  height: auto;
  display: block;
}

.b07-map__route {
  animation: b07-dash 2.2s linear infinite;
}

@keyframes b07-dash {
  to {
    stroke-dashoffset: -40;
  }
}

.b07-map__cap {
  display: block;
  text-align: center;
  font-size: 0.62rem;
  color: var(--b07-muted);
  padding: 0.15rem 0 0;
}

.b07-progress {
  height: 6px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.22);
  overflow: hidden;
}

.b07-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0d9488, #10b981);
}

.b07-etgb-grid {
  display: grid;
  gap: 0.65rem;
}

.b07-etgb-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

@media (max-width: 720px) {
  .b07-etgb-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.b07-etgb-kpis div {
  padding: 0.45rem 0.5rem;
  border-radius: 0.65rem;
  border: 1px solid var(--b07-border);
  font-size: 0.62rem;
  color: var(--b07-muted);
}

.b07-etgb-kpis strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 1rem;
  color: var(--b07-text);
}

.b07-donut-wrap {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.b07-donut {
  width: 120px;
  height: 120px;
}

.b07-donut-legend {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.68rem;
}

.b07-donut-legend span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.b07-donut-legend i {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  font-style: normal;
}

.b07-etgb-lines {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.b07-etgb-lines li {
  padding: 0.45rem 0.55rem;
  border-radius: 0.65rem;
  border: 1px solid var(--b07-border);
  font-size: 0.72rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.b07-etgb-lines span {
  color: var(--b07-muted);
  font-size: 0.68rem;
}

.b07-etgb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.b07-docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  gap: 0.45rem;
}

.b07-doc-card {
  padding: 0.55rem 0.6rem;
  border-radius: 0.85rem;
  border: 1px solid var(--b07-border);
  background: rgba(255, 255, 255, 0.35);
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  transition: transform 0.15s ease;
}

html[data-theme='dark'] .b07-doc-card {
  background: rgba(15, 23, 42, 0.38);
}

.b07-doc-card:hover {
  transform: translateY(-2px);
}

.b07-doc-ico {
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  background: rgba(13, 148, 136, 0.12);
  color: var(--b07-accent);
  display: grid;
  place-items: center;
}

.b07-doc-actions {
  display: flex;
  gap: 0.25rem;
}

.b07-chart-bars {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.b07-chart-row {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) auto;
  gap: 0.35rem;
  align-items: center;
  font-size: 0.68rem;
}

.b07-chart-track {
  height: 9px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.22);
  overflow: hidden;
}

.b07-chart-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.b07-legend {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.62rem;
  color: var(--b07-muted);
}

.b07-legend li {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.b07-legend i {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  font-style: normal;
}

.b07-inbox-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.b07-inbox-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.55rem;
  border-radius: 0.75rem;
  border: 1px solid var(--b07-border);
  font-size: 0.76rem;
  font-weight: 700;
}

.b07-inbox-ico {
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  display: grid;
  place-items: center;
  background: rgba(148, 163, 184, 0.16);
}

.b07-inbox-badge {
  margin-left: auto;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--b07-danger);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.b07-auto-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.b07-auto-card {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  padding: 0.55rem 0.65rem;
  border-radius: 0.85rem;
  border: 1px solid var(--b07-border);
  background: rgba(255, 255, 255, 0.35);
}

html[data-theme='dark'] .b07-auto-card {
  background: rgba(15, 23, 42, 0.38);
}

.b07-auto-flow {
  font-size: 0.72rem;
  line-height: 1.35;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
}

.b07-auto-if,
.b07-auto-then {
  font-size: 0.58rem;
  font-weight: 900;
  padding: 0.1rem 0.28rem;
  border-radius: 0.35rem;
}

.b07-auto-if {
  background: rgba(13, 148, 136, 0.14);
  color: var(--b07-accent);
}

.b07-auto-then {
  background: rgba(16, 185, 129, 0.14);
  color: var(--b07-success);
}

.b07-switch {
  position: relative;
  width: 2.6rem;
  height: 1.35rem;
  flex-shrink: 0;
}

.b07-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.b07-switch span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.35);
  cursor: pointer;
  transition: background 0.18s ease;
}

.b07-switch span::after {
  content: '';
  position: absolute;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  background: #fff;
  top: 0.15rem;
  left: 0.15rem;
  transition: transform 0.18s ease;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
}

.b07-switch input:checked + span {
  background: rgba(13, 148, 136, 0.55);
}

.b07-switch input:checked + span::after {
  transform: translateX(1.25rem);
}

/* Full-bleed workspace (içerik alanı genişler; sidebar/nav korunur) */
#maytras-app.b07-workspace-fullbleed .main-content {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

#maytras-app.b07-workspace-fullbleed #module-workspace-root.module-workspace-root--b07 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none;
  width: 100%;
}

#maytras-app.b07-workspace-fullbleed #module-workspace-root.module-workspace-root--b07 .module-workspace-scroll {
  gap: 0;
}

#module-workspace-root.module-workspace-root--b07 .module-workspace-body {
  padding: 0 0.75rem 1rem;
}

.b07-dash-head__mid {
  min-width: 0;
}

.b07-dash-head__search--with-kbd {
  padding-right: 2.75rem;
}

.b07-search-kbd {
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.68rem;
  font-family: inherit;
  font-weight: 700;
  padding: 0.12rem 0.38rem;
  border-radius: 0.35rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: var(--b07-muted);
  pointer-events: none;
}

html[data-theme='dark'] .b07-search-kbd {
  background: rgba(30, 41, 59, 0.8);
  border-color: var(--b07-border);
  color: #cbd5e1;
}

.b07-live-sync--inline {
  flex-wrap: wrap;
  row-gap: 0.15rem;
}

.b07-live-sync__time {
  font-weight: 600;
  color: var(--b07-muted);
  font-size: 0.65rem;
}

.b07-live-sync__time::before {
  content: '·';
  margin: 0 0.35rem;
  opacity: 0.55;
}

.b07-kpi-card {
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: var(--b07-shadow);
}

html[data-theme='dark'] .b07-kpi-card {
  border-color: var(--b07-border);
}

.b07-kpi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

html[data-theme='dark'] .b07-kpi-card:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.b07-panel {
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: var(--b07-shadow);
}

html[data-theme='dark'] .b07-panel {
  border-color: var(--b07-border);
  background: rgba(30, 41, 59, 0.45);
}

.b07-mp-tile__conn {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
  font-size: 0.68rem;
  color: var(--b07-muted);
}

.b07-mp-tile__conn strong {
  color: var(--b07-text);
  font-weight: 700;
}

.b07-mp-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  flex-shrink: 0;
}

.b07-mp-dot--ok {
  background: var(--b07-success);
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.b07-mp-dot--warn {
  background: var(--b07-warn);
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.22);
}

.b07-ai-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.b07-ai-see-all {
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 0.65rem;
  padding: 0.38rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.06);
}

.b07-ai-see-all:hover {
  background: rgba(255, 255, 255, 0.1);
}

.b07-orders-table-wrap {
  max-height: min(52vh, 28rem);
}

.b07-carrier-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  padding: 0.15rem 0.38rem;
  border-radius: 0.45rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: rgba(13, 148, 136, 0.1);
  color: var(--b07-accent);
  border: 1px solid rgba(13, 148, 136, 0.18);
}

.b07-carrier-chip--fx {
  background: rgba(245, 158, 11, 0.12);
  color: var(--b07-warn);
  border-color: rgba(245, 158, 11, 0.28);
}

.b07-carrier-chip--ups {
  background: rgba(99, 102, 241, 0.12);
  color: #4338ca;
  border-color: rgba(99, 102, 241, 0.25);
}

.b07-carrier-chip--arx {
  background: rgba(6, 182, 212, 0.12);
  color: #0891b2;
  border-color: rgba(6, 182, 212, 0.25);
}

.b07-carrier-chip--ems {
  background: rgba(16, 185, 129, 0.12);
  color: var(--b07-success);
  border-color: rgba(16, 185, 129, 0.22);
}

.b07-profit-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
  margin-bottom: 0.45rem;
  font-size: 0.7rem;
  color: var(--b07-muted);
}

.b07-profit-kpis strong {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.95rem;
  color: var(--b07-text);
}

@media (max-width: 520px) {
  .b07-profit-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.b07-profit-line-wrap {
  margin: 0.35rem 0 0.55rem;
  padding: 0.35rem 0.45rem;
  border-radius: 0.65rem;
  border: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

html[data-theme='dark'] .b07-profit-line-wrap {
  border-color: var(--b07-border);
  background: rgba(15, 23, 42, 0.35);
}

.b07-profit-line {
  width: 100%;
  height: 96px;
  display: block;
}

#module-workspace-root.module-workspace-root--b07 #module-workspace-body {
  background: var(--b07-bg);
}

@media (prefers-reduced-motion: reduce) {
  .b07-live-sync__dot,
  .b07-chip__pulse,
  .b07-map__route {
    animation: none !important;
  }

  .b07-kpi-card:hover,
  .b07-order-row:hover,
  .b07-cargo-tile:hover {
    transform: none;
  }
}
