/* Export page fidelity layer. Loaded after the shared workbench CSS. */
body.workbench-open.exports-open,
body.workbench-open.exports-open .app-shell,
body.workbench-open.exports-open .main {
  min-width: 1280px !important;
  color: #151923 !important;
  background: #f7f8fb !important;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "Segoe UI", Arial, sans-serif !important;
}

body.workbench-open.exports-open .app-shell {
  grid-template-columns: 106px minmax(0, 1fr) !important;
  grid-template-areas: "sidebar main" !important;
  gap: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  overflow: hidden !important;
  background: #f7f8fb !important;
}

body.workbench-open.exports-open.sidebar-hidden .app-shell {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas: "main" !important;
}

body.workbench-open.exports-open .sidebar {
  grid-area: sidebar !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 106px !important;
  min-width: 106px !important;
  max-width: 106px !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  padding: 18px 0 28px !important;
  overflow: hidden !important;
  color: #303846 !important;
  background: #fff !important;
  border: 0 !important;
  border-right: 1px solid #e8ebf1 !important;
  border-radius: 0 !important;
  box-shadow: 1px 0 0 rgba(16, 24, 40, 0.02) !important;
}

body.workbench-open.exports-open.sidebar-hidden .sidebar {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
}

body.workbench-open.exports-open .traffic,
body.workbench-open.exports-open .nav-label,
body.workbench-open.exports-open .sidebar-hide-rail,
body.workbench-open.exports-open .sidebar-controls,
body.workbench-open.exports-open .sidebar-storage,
body.workbench-open.exports-open .sidebar-version,
body.workbench-open.exports-open .status-dock,
body.workbench-open.exports-open .brand-card > div:not(.sidebar-controls),
body.workbench-open.exports-open .topbar .sidebar-hide-topbar {
  display: none !important;
}

body.workbench-open.exports-open .brand-card {
  display: grid !important;
  place-items: center !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 1fr !important;
  gap: 0 !important;
  min-height: 58px !important;
  height: 58px !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.workbench-open.exports-open .brand-mark {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: transparent !important;
  background: linear-gradient(180deg, #ff6a18 0%, #f04405 100%) !important;
  box-shadow: 0 12px 24px rgba(255, 86, 16, 0.25) !important;
  font-size: 0 !important;
}

body.workbench-open.exports-open .brand-mark::after {
  content: "M" !important;
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  color: #fff !important;
  font-size: 31px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.workbench-open.exports-open .brand-mark::before {
  content: none !important;
  display: none !important;
}

body.workbench-open.exports-open .side-nav {
  display: grid !important;
  flex: 1 1 auto !important;
  align-content: start !important;
  align-items: start !important;
  gap: 7px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.workbench-open.exports-open .side-nav button {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 26px auto !important;
  justify-items: center !important;
  align-content: center !important;
  gap: 6px !important;
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
  height: 73px !important;
  min-height: 73px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 8px 8px 0 !important;
  color: #303846 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.workbench-open.exports-open .side-nav button .svg-icon,
body.workbench-open.exports-open .side-nav button svg {
  width: 25px !important;
  height: 25px !important;
}

body.workbench-open.exports-open .side-nav button span:not(.nav-symbol):not(.svg-icon),
body.workbench-open.exports-open .side-nav button span:not(.svg-icon),
body.workbench-open.exports-open .side-nav button span:last-child {
  display: block !important;
  width: 96px !important;
  max-width: 96px !important;
  color: currentColor !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  writing-mode: horizontal-tb !important;
  opacity: 1 !important;
}

body.workbench-open.exports-open .side-nav button.active {
  color: #ff4f0a !important;
  background: #fff3ed !important;
}

body.workbench-open.exports-open .side-nav button.active::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  display: block !important;
  width: 4px !important;
  background: #ff4f0a !important;
}

body.workbench-open.exports-open .sidebar-home {
  display: grid !important;
  place-items: center !important;
  width: 40px !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: clamp(36px, calc(100dvh - 803px), 128px) auto 0 !important;
  padding: 0 !important;
  border: 1px solid #e3e8f0 !important;
  border-radius: 7px !important;
  color: #1f2937 !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.workbench-open.exports-open .sidebar-home::after {
  content: "≪" !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.workbench-open.exports-open .sidebar-home * {
  display: none !important;
}

body.workbench-open.exports-open .main {
  grid-area: main !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding-left: 0 !important;
  overflow: hidden !important;
}

body.workbench-open.exports-open .topbar {
  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;
  width: auto !important;
  height: 84px !important;
  min-height: 84px !important;
  margin: 0 !important;
  padding: 0 28px 0 22px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f7f8fb !important;
  box-shadow: none !important;
}

body.workbench-open.exports-open .crumb {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 230px !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.workbench-open.exports-open .crumb span,
body.workbench-open.exports-open .crumb b {
  display: inline !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #111827 !important;
  background: transparent !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

body.workbench-open.exports-open .crumb h1 {
  color: #ff4d0a !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.workbench-open.exports-open .top-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 43px !important;
  padding: 0 !important;
}

body.workbench-open.exports-open .export-top-search {
  flex: 0 0 448px !important;
  width: 448px !important;
  max-width: 448px !important;
  height: 43px !important;
  margin-right: 74px !important;
  border: 1px solid #dde3ec !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03) !important;
}

body.workbench-open.exports-open .export-top-search input {
  height: 100% !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.workbench-open.exports-open .export-top-counter,
body.workbench-open.exports-open .export-top-button,
body.workbench-open.exports-open .export-top-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex: 0 0 auto !important;
  height: 43px !important;
  min-height: 43px !important;
  border: 1px solid #dde3ec !important;
  border-radius: 8px !important;
  color: #111827 !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

body.workbench-open.exports-open .export-top-counter {
  min-width: 100px !important;
  padding: 0 17px !important;
}

body.workbench-open.exports-open .export-top-counter b {
  color: #fb4f0b !important;
  font-size: 17px !important;
  font-weight: 950 !important;
}

body.workbench-open.exports-open .export-top-button {
  min-width: 154px !important;
  padding: 0 18px !important;
}

body.workbench-open.exports-open .export-top-primary {
  min-width: 156px !important;
  padding: 0 22px !important;
  border-color: #fb4f0b !important;
  color: #fff !important;
  background: linear-gradient(180deg, #ff6418 0%, #f04405 100%) !important;
}

body.workbench-open.exports-open .export-top-primary:disabled,
body.workbench-open.exports-open .export-bulk-bar button:disabled {
  opacity: 0.48 !important;
  cursor: not-allowed !important;
}

body.workbench-open.exports-open .view {
  display: grid !important;
  width: auto !important;
  height: calc(100dvh - 84px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 28px 0 22px !important;
  overflow: hidden !important;
  background: transparent !important;
}

body.workbench-open.exports-open .exports-workbench {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 275px !important;
  grid-template-rows: 124px minmax(0, 1fr) 80px !important;
  grid-template-areas:
    "stats detail"
    "list detail"
    "bulk bulk" !important;
  gap: 14px 16px !important;
  width: 100% !important;
  height: min(843px, calc(100dvh - 88px)) !important;
  max-height: min(843px, calc(100dvh - 88px)) !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body.workbench-open.exports-open .toast {
  right: auto !important;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  z-index: 120 !important;
  max-width: min(460px, calc(100vw - 32px)) !important;
}

body.workbench-open.exports-open .export-stat-grid {
  grid-area: stats !important;
  display: grid !important;
  grid-template-columns: 336px 343px minmax(0, 1fr) !important;
  gap: 14px !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

body.workbench-open.exports-open .export-stat-card,
body.workbench-open.exports-open .export-stat-combo {
  min-width: 0 !important;
  height: 124px !important;
  border: 1px solid #e1e6ef !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.03) !important;
}

body.workbench-open.exports-open .export-stat-card {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 22px 24px !important;
}

body.workbench-open.exports-open .export-stat-combo {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 192px !important;
  overflow: hidden !important;
}

body.workbench-open.exports-open .export-stat-combo .export-stat-card {
  height: 122px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.workbench-open.exports-open .export-stat-combo .export-stat-card + .export-stat-card {
  border-left: 1px solid #e5e9f1 !important;
}

body.workbench-open.exports-open .export-stat-card.orange {
  gap: 10px !important;
  padding: 22px 12px !important;
}

body.workbench-open.exports-open .export-stat-icon {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 58px !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 12px !important;
}

body.workbench-open.exports-open .export-stat-card.blue .export-stat-icon { color: #3b82f6 !important; background: #eaf2ff !important; }
body.workbench-open.exports-open .export-stat-card.green .export-stat-icon { color: #18a65b !important; background: #e8f8ef !important; }
body.workbench-open.exports-open .export-stat-card.purple .export-stat-icon { color: #8b5cf6 !important; background: #f0eaff !important; }
body.workbench-open.exports-open .export-stat-card.orange .export-stat-icon { color: #f97316 !important; background: #fff0e5 !important; }

body.workbench-open.exports-open .export-stat-card span:not(.export-stat-icon) {
  display: block !important;
  color: #596273 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

body.workbench-open.exports-open .export-stat-card strong {
  display: block !important;
  margin-top: 4px !important;
  color: #0b1020 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

body.workbench-open.exports-open .export-stat-card.orange strong {
  font-size: 27px !important;
}

body.workbench-open.exports-open .export-stat-card small {
  display: block !important;
  margin-top: 10px !important;
  color: #8a94a6 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.workbench-open.exports-open .export-stat-card small b {
  color: #17a55c !important;
  font-weight: 950 !important;
}

body.workbench-open.exports-open .exports-main-grid {
  display: contents !important;
}

body.workbench-open.exports-open .exports-list-panel,
body.workbench-open.exports-open .export-detail-panel {
  min-height: 0 !important;
  border: 1px solid #e1e6ef !important;
  border-radius: 10px !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

body.workbench-open.exports-open .exports-list-panel {
  grid-area: list !important;
  display: grid !important;
  grid-template-rows: 69px minmax(0, 1fr) 50px !important;
  width: 100% !important;
  height: 100% !important;
}

body.workbench-open.exports-open .export-filter-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  height: 69px !important;
  padding: 0 18px !important;
  border-bottom: 1px solid #edf1f6 !important;
  background: #fff !important;
}

body.workbench-open.exports-open .export-tabs {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  height: 100% !important;
}

body.workbench-open.exports-open .export-tabs button {
  position: relative !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  color: #263141 !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 850 !important;
}

body.workbench-open.exports-open .export-tabs button.active {
  color: #fb4f0b !important;
}

body.workbench-open.exports-open .export-tabs button.active::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 2px !important;
  background: #fb4f0b !important;
}

body.workbench-open.exports-open .export-filter-controls {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
}

body.workbench-open.exports-open .export-date-range,
body.workbench-open.exports-open .export-filter-controls select,
body.workbench-open.exports-open .export-missing-check {
  height: 40px !important;
  border: 1px solid #dfe5ee !important;
  border-radius: 8px !important;
  color: #111827 !important;
  background: #fff !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

body.workbench-open.exports-open .export-date-range {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 12px !important;
}

body.workbench-open.exports-open .export-date-range input {
  width: 122px !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

body.workbench-open.exports-open .export-missing-check {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 86px !important;
  padding: 0 8px !important;
  white-space: nowrap !important;
}

body.workbench-open.exports-open .export-table-shell {
  min-height: 0 !important;
  overflow: auto !important;
  background: #fff !important;
}

body.workbench-open.exports-open .export-data-table {
  width: 100% !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
}

body.workbench-open.exports-open .export-data-table th,
body.workbench-open.exports-open .export-data-table td {
  height: 67px !important;
  padding: 0 12px !important;
  border-bottom: 1px solid #edf1f6 !important;
  color: #151923 !important;
  background: #fff !important;
  font-size: 14px !important;
  vertical-align: middle !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.workbench-open.exports-open .export-data-table th {
  height: 43px !important;
  color: #111827 !important;
  background: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.workbench-open.exports-open .export-data-table th button {
  border: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font: inherit !important;
}

body.workbench-open.exports-open .export-data-table tbody tr.active td,
body.workbench-open.exports-open .export-data-table tbody tr.selected td {
  background: #fff5ee !important;
}

body.workbench-open.exports-open .export-data-table tbody tr:hover td {
  background: #f9fafc !important;
}

body.workbench-open.exports-open .export-data-table th:first-child,
body.workbench-open.exports-open .export-data-table td:first-child {
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  padding: 0 16px !important;
  text-align: center !important;
}

body.workbench-open.exports-open .export-data-table input[type="checkbox"],
body.workbench-open.exports-open .export-missing-check input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  box-sizing: border-box !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #d8dee8 !important;
  border-radius: 3px !important;
  background: #fff !important;
  box-shadow: none !important;
  cursor: pointer !important;
  vertical-align: middle !important;
}

body.workbench-open.exports-open .export-data-table input[type="checkbox"]:checked,
body.workbench-open.exports-open .export-missing-check input[type="checkbox"]:checked {
  border-color: #ff4f0a !important;
  background: #ff4f0a !important;
}

body.workbench-open.exports-open .export-data-table input[type="checkbox"]:checked::after,
body.workbench-open.exports-open .export-missing-check input[type="checkbox"]:checked::after {
  content: "" !important;
  width: 8px !important;
  height: 5px !important;
  margin-top: -1px !important;
  border: 2px solid #fff !important;
  border-top: 0 !important;
  border-right: 0 !important;
  transform: rotate(-45deg) !important;
}

body.workbench-open.exports-open .export-data-table input[type="checkbox"]:focus-visible,
body.workbench-open.exports-open .export-missing-check input[type="checkbox"]:focus-visible {
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(255, 79, 10, 0.16) !important;
}

body.workbench-open.exports-open .export-col-check { width: 52px !important; }
body.workbench-open.exports-open .export-col-file { width: 280px !important; }
body.workbench-open.exports-open .export-col-type { width: 70px !important; }
body.workbench-open.exports-open .export-col-size { width: 86px !important; }
body.workbench-open.exports-open .export-col-time { width: 168px !important; }
body.workbench-open.exports-open .export-col-source { width: 140px !important; }
body.workbench-open.exports-open .export-col-status { width: 92px !important; }
body.workbench-open.exports-open .export-col-path { width: 190px !important; }
body.workbench-open.exports-open .export-col-actions { width: 144px !important; }

body.workbench-open.exports-open .export-file-cell {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 0 !important;
}

body.workbench-open.exports-open .export-file-cell > span:last-child {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.workbench-open.exports-open .export-thumb {
  position: relative !important;
  display: grid !important;
  flex: 0 0 auto !important;
  place-items: center !important;
  width: 70px !important;
  height: 42px !important;
  border-radius: 5px !important;
  color: #8b5cf6 !important;
  background: #f0e9ff !important;
  overflow: hidden !important;
  font-size: 22px !important;
  font-weight: 950 !important;
}

body.workbench-open.exports-open .export-thumb.media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.workbench-open.exports-open .export-thumb.media i {
  position: absolute !important;
  display: grid !important;
  place-items: center !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: rgba(15, 23, 42, 0.72) !important;
  font-size: 10px !important;
  font-style: normal !important;
}

body.workbench-open.exports-open .export-status-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 52px !important;
  height: 26px !important;
  padding: 0 10px !important;
  border-radius: 7px !important;
  color: #15945a !important;
  background: #dff7ea !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.workbench-open.exports-open .export-status-badge.downloaded {
  color: #2563eb !important;
  background: #e6f0ff !important;
}

body.workbench-open.exports-open .export-status-badge.missing {
  color: #ef4444 !important;
  background: #ffe5e7 !important;
}

body.workbench-open.exports-open .export-path {
  display: block !important;
  overflow: hidden !important;
  color: #1f2937 !important;
  text-overflow: ellipsis !important;
}

body.workbench-open.exports-open .export-path.missing {
  color: #ff3b1f !important;
}

body.workbench-open.exports-open .export-row-actions {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

body.workbench-open.exports-open .export-row-actions button {
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  height: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #162033 !important;
  background: transparent !important;
}

body.workbench-open.exports-open .export-row-actions button:disabled {
  color: #b7bfca !important;
}

body.workbench-open.exports-open .export-table-empty {
  display: grid !important;
  place-items: center !important;
  min-height: 280px !important;
  color: #8993a3 !important;
  font-weight: 850 !important;
}

body.workbench-open.exports-open .export-table-meta {
  display: none !important;
}

body.workbench-open.exports-open .export-pagination {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 12px !important;
  height: 50px !important;
  padding: 0 18px !important;
  color: #6b7280 !important;
  background: #fff !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

body.workbench-open.exports-open .export-page-buttons {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

body.workbench-open.exports-open .export-page-buttons button,
body.workbench-open.exports-open .export-pagination select {
  min-width: 34px !important;
  height: 34px !important;
  border: 1px solid #dde3ec !important;
  border-radius: 7px !important;
  color: #111827 !important;
  background: #fff !important;
  font-weight: 850 !important;
}

body.workbench-open.exports-open .export-page-buttons button.active {
  border-color: #fb4f0b !important;
  color: #fff !important;
  background: #fb4f0b !important;
}

body.workbench-open.exports-open .export-pagination select {
  justify-self: end !important;
  width: 104px !important;
}

body.workbench-open.exports-open .export-detail-panel {
  grid-area: detail !important;
  display: grid !important;
  grid-template-rows: 69px auto minmax(0, auto) auto 1fr !important;
  width: 275px !important;
  height: 100% !important;
}

body.workbench-open.exports-open .export-detail-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 69px !important;
  padding: 0 18px !important;
  border-bottom: 1px solid #edf1f6 !important;
}

body.workbench-open.exports-open .export-detail-head h3 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

body.workbench-open.exports-open .export-detail-head button {
  border: 0 !important;
  color: #111827 !important;
  background: transparent !important;
  font-size: 28px !important;
  line-height: 1 !important;
}

body.workbench-open.exports-open .export-detail-preview {
  display: grid !important;
  grid-template-columns: 118px minmax(0, 1fr) !important;
  gap: 12px !important;
  padding: 16px 16px 12px !important;
}

body.workbench-open.exports-open .export-detail-preview .export-thumb {
  width: 118px !important;
  height: 72px !important;
}

body.workbench-open.exports-open .export-detail-preview strong {
  display: block !important;
  max-height: 42px !important;
  overflow: hidden !important;
  color: #0f172a !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 900 !important;
}

body.workbench-open.exports-open .export-detail-preview span {
  display: block !important;
  margin: 6px 0 !important;
  color: #6b7280 !important;
  font-size: 13px !important;
}

body.workbench-open.exports-open .export-detail-list {
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) !important;
  gap: 14px 12px !important;
  margin: 0 !important;
  padding: 14px 18px 20px !important;
}

body.workbench-open.exports-open .export-detail-list dt {
  color: #3d4553 !important;
  font-weight: 850 !important;
}

body.workbench-open.exports-open .export-detail-list dd {
  min-width: 0 !important;
  margin: 0 !important;
  color: #111827 !important;
  overflow: hidden !important;
  overflow-wrap: normal !important;
  text-align: right !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.workbench-open.exports-open .export-detail-actions {
  display: grid !important;
  gap: 10px !important;
  padding: 0 18px !important;
}

body.workbench-open.exports-open .export-detail-actions button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  height: 41px !important;
  border: 1px solid #dde3ec !important;
  border-radius: 7px !important;
  color: #111827 !important;
  background: #fff !important;
  font-weight: 900 !important;
}

body.workbench-open.exports-open .export-detail-actions button.primary {
  border-color: #fb4f0b !important;
  color: #fff !important;
  background: linear-gradient(180deg, #ff6418 0%, #f04405 100%) !important;
}

body.workbench-open.exports-open .export-detail-actions button.danger {
  border-color: #ff3b30 !important;
  color: #ff3b30 !important;
}

body.workbench-open.exports-open .export-detail-panel > p {
  margin: 14px 0 0 !important;
  color: #8a94a6 !important;
  text-align: center !important;
  font-size: 13px !important;
}

body.workbench-open.exports-open .export-detail-empty {
  display: grid !important;
  place-items: center !important;
  color: #8a94a6 !important;
  font-weight: 850 !important;
}

body.workbench-open.exports-open .export-bulk-bar {
  grid-area: bulk !important;
  display: grid !important;
  grid-template-columns: 260px 190px 190px 190px minmax(260px, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 80px !important;
  height: 80px !important;
  padding: 0 18px 0 24px !important;
  border: 1px solid #e1e6ef !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04) !important;
}

body.workbench-open.exports-open .export-bulk-bar > div:first-child {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

body.workbench-open.exports-open .export-bulk-bar strong {
  color: #111827 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

body.workbench-open.exports-open .export-bulk-bar button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  height: 43px !important;
  border: 1px solid #dde3ec !important;
  border-radius: 8px !important;
  color: #111827 !important;
  background: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

body.workbench-open.exports-open .export-bulk-bar button.primary {
  border-color: #fb4f0b !important;
  color: #fff !important;
  background: linear-gradient(180deg, #ff6418 0%, #f04405 100%) !important;
}

body.workbench-open.exports-open .export-bulk-bar button.danger {
  border-color: #ffd1d1 !important;
  color: #ef1f1f !important;
}

body.workbench-open.exports-open .export-bulk-bar [data-export-clear] {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  color: #fb4f0b !important;
  background: transparent !important;
  font-size: 13px !important;
}

body.workbench-open.exports-open .export-csv-ready {
  justify-self: end !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) 88px !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: 460px !important;
}

body.workbench-open.exports-open .export-csv-ready i {
  display: grid !important;
  place-items: center !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 10px !important;
  color: #16a65a !important;
  background: #dcf7e7 !important;
}

body.workbench-open.exports-open .export-csv-ready span {
  min-width: 0 !important;
}

body.workbench-open.exports-open .export-csv-ready b,
body.workbench-open.exports-open .export-csv-ready small {
  display: block !important;
}

body.workbench-open.exports-open .export-csv-ready b {
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

body.workbench-open.exports-open .export-csv-ready small {
  margin-top: 4px !important;
  color: #7b8494 !important;
  font-size: 13px !important;
}

body.workbench-open.exports-open .export-csv-ready button {
  width: 88px !important;
}

@media (max-width: 1440px) {
  body.workbench-open.exports-open .topbar {
    grid-template-columns: 210px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  body.workbench-open.exports-open .export-top-search {
    flex-basis: 380px !important;
    width: 380px !important;
    max-width: 380px !important;
    margin-right: 24px !important;
  }

  body.workbench-open.exports-open .export-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1180px) {
  body.workbench-open.exports-open {
    min-width: 0 !important;
  }

  body.workbench-open.exports-open .app-shell {
    grid-template-columns: 74px minmax(0, 1fr) !important;
  }

  body.workbench-open.exports-open .sidebar {
    width: 74px !important;
    min-width: 74px !important;
    max-width: 74px !important;
    padding: 18px 8px 14px !important;
  }

  body.workbench-open.exports-open .brand-card,
  body.workbench-open.exports-open .brand-mark {
    display: none !important;
  }

  body.workbench-open.exports-open .side-nav {
    padding-top: 14px !important;
  }

  body.workbench-open.exports-open .side-nav button,
  body.workbench-open.exports-open .side-nav button span:not(.svg-icon),
  body.workbench-open.exports-open .side-nav button span:last-child {
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    font-size: 12px !important;
    white-space: normal !important;
  }

  body.workbench-open.exports-open .topbar {
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: 84px !important;
    padding: 16px 18px !important;
  }

  body.workbench-open.exports-open .crumb {
    width: auto !important;
  }

  body.workbench-open.exports-open .top-actions {
    height: auto !important;
    flex-wrap: wrap !important;
  }

  body.workbench-open.exports-open .export-top-search {
    flex: 1 1 360px !important;
    width: auto !important;
    max-width: none !important;
    margin-right: 0 !important;
  }

  body.workbench-open.exports-open .view {
    height: auto !important;
    overflow: auto !important;
  }

  body.workbench-open.exports-open .exports-workbench {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto auto !important;
    grid-template-areas:
      "stats"
      "list"
      "detail"
      "bulk" !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.workbench-open.exports-open .export-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    height: auto !important;
    overflow: visible !important;
  }

  body.workbench-open.exports-open .export-stat-combo {
    grid-column: 1 / -1 !important;
  }

  body.workbench-open.exports-open .exports-list-panel {
    height: auto !important;
    min-height: 560px !important;
    grid-template-rows: auto minmax(360px, auto) 50px !important;
  }

  body.workbench-open.exports-open .export-table-shell {
    min-height: 360px !important;
  }

  body.workbench-open.exports-open .export-detail-panel {
    width: auto !important;
    height: auto !important;
  }

  body.workbench-open.exports-open .export-bulk-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    height: auto !important;
    padding: 18px !important;
  }

  body.workbench-open.exports-open .export-csv-ready {
    grid-column: 1 / -1 !important;
    justify-self: stretch !important;
    min-width: 0 !important;
  }
}

@media (max-width: 980px) {
  body.workbench-open.exports-open .app-shell {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "main" !important;
    height: auto !important;
    min-height: 100dvh !important;
    overflow: visible !important;
  }

  body.workbench-open.exports-open .sidebar {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
  }
}

@media (max-width: 720px) {
  body.workbench-open.exports-open .view {
    padding: 0 12px 16px !important;
  }

  body.workbench-open.exports-open .export-stat-grid,
  body.workbench-open.exports-open .export-stat-combo,
  body.workbench-open.exports-open .export-bulk-bar {
    grid-template-columns: 1fr !important;
  }

  body.workbench-open.exports-open .export-stat-combo {
    height: auto !important;
  }

  body.workbench-open.exports-open .export-stat-combo .export-stat-card {
    height: 124px !important;
  }

  body.workbench-open.exports-open .export-filter-row {
    height: auto !important;
    min-height: 69px !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    padding: 12px 18px !important;
  }
}

@media (max-width: 720px) {
  body.workbench-open.exports-open .exports-workbench {
    grid-template-rows: 524px minmax(560px, auto) auto auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body.workbench-open.exports-open .export-stat-grid {
    height: 524px !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 124px 124px 248px !important;
    gap: 14px !important;
    align-content: start !important;
    overflow: visible !important;
  }

  body.workbench-open.exports-open .export-stat-combo {
    height: 248px !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 124px 124px !important;
    overflow: hidden !important;
  }

  body.workbench-open.exports-open .exports-list-panel {
    min-height: 560px !important;
  }
}

@media (max-width: 980px) {
  body.workbench-open.exports-open .app-shell {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "main" !important;
  }

  body.workbench-open.exports-open .sidebar,
  body.workbench-open.exports-open .sidebar-hide-rail {
    display: none !important;
  }
}

/* Final desktop export rail: override older shared narrow-rail guards. */
@media (min-width: 981px) {
  body.workbench-open.exports-open .app-shell {
    grid-template-columns: 106px minmax(0, 1fr) !important;
    grid-template-areas: "sidebar main" !important;
  }

  body.workbench-open.exports-open .sidebar {
    display: flex !important;
    position: relative !important;
    width: 106px !important;
    min-width: 106px !important;
    max-width: 106px !important;
    padding: 18px 0 28px !important;
    color: #303846 !important;
    background: #fff !important;
    border-right: 1px solid #e8ebf1 !important;
    box-shadow: 1px 0 0 rgba(16, 24, 40, 0.02) !important;
  }

  body.workbench-open.exports-open .sidebar-hide-rail {
    display: none !important;
  }

  body.workbench-open.exports-open .brand-card {
    display: grid !important;
    place-items: center !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
    gap: 0 !important;
    min-height: 58px !important;
    height: 58px !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
  }

  body.workbench-open.exports-open .brand-mark {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
  }

  body.workbench-open.exports-open .brand-mark::before {
    display: none !important;
    content: none !important;
  }

  body.workbench-open.exports-open .brand-mark::after {
    display: grid !important;
    place-items: center !important;
    content: "M" !important;
    position: absolute !important;
    inset: 0 !important;
    color: #fff !important;
    font-size: 31px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
  }

  body.workbench-open.exports-open .sidebar-home {
    display: grid !important;
    place-items: center !important;
    width: 40px !important;
    height: 38px !important;
    min-height: 38px !important;
    margin: clamp(36px, calc(100dvh - 803px), 128px) auto 0 !important;
  }

  body.workbench-open.exports-open .side-nav {
    display: grid !important;
    flex: 0 0 auto !important;
    align-content: start !important;
    gap: 7px !important;
    width: 100% !important;
    padding: 0 !important;
  }

  body.workbench-open.exports-open .side-nav button {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 26px auto !important;
    justify-items: center !important;
    align-content: center !important;
    gap: 6px !important;
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    height: 73px !important;
    min-height: 73px !important;
    padding: 0 !important;
    border-radius: 0 8px 8px 0 !important;
    color: #303846 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  body.workbench-open.exports-open .side-nav button.active {
    color: #ff4f0a !important;
  }

  body.workbench-open.exports-open .side-nav button.active::before {
    display: block !important;
    content: "" !important;
  }

  body.workbench-open.exports-open .side-nav button .nav-symbol,
  body.workbench-open.exports-open .side-nav button .svg-icon,
  body.workbench-open.exports-open .side-nav button .svg-icon svg,
  body.workbench-open.exports-open .side-nav button svg {
    width: 25px !important;
    height: 25px !important;
  }

  body.workbench-open.exports-open .side-nav button span:not(.nav-symbol):not(.svg-icon),
  body.workbench-open.exports-open .side-nav button span:last-child {
    width: 96px !important;
    max-width: 96px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.workbench-open.exports-open .toast {
    position: fixed !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
  }
}

/* Final export desktop lock: keep the confirmed 106px rail and figure-1 work area. */
@media (min-width: 981px) {
  body.workbench-open.exports-open .app-shell {
    grid-template-columns: 106px minmax(0, 1fr) !important;
    grid-template-areas: "sidebar main" !important;
    width: 100% !important;
    max-width: none !important;
    height: 100dvh !important;
    overflow: hidden !important;
  }

  body.workbench-open.exports-open .sidebar {
    display: flex !important;
    width: 106px !important;
    min-width: 106px !important;
    max-width: 106px !important;
    padding: 18px 0 28px !important;
    background: #fff !important;
    border-right: 1px solid #e8ebf1 !important;
    box-shadow: 1px 0 0 rgba(16, 24, 40, 0.02) !important;
  }

  body.workbench-open.exports-open .brand-card,
  body.workbench-open.exports-open .brand-mark,
  body.workbench-open.exports-open .brand-mark::after,
  body.workbench-open.exports-open .sidebar-home,
  body.workbench-open.exports-open .side-nav button.active::before {
    display: grid !important;
  }

  body.workbench-open.exports-open .sidebar-hide-rail,
  body.workbench-open.exports-open .topbar .sidebar-hide-topbar {
    display: none !important;
  }

  body.workbench-open.exports-open .side-nav {
    display: grid !important;
    gap: 7px !important;
    width: 100% !important;
    padding: 0 !important;
    padding-bottom: 72px !important;
    overflow: hidden !important;
  }

  body.workbench-open.exports-open .sidebar-home {
    position: absolute !important;
    left: 33px !important;
    bottom: 28px !important;
    margin: 0 !important;
  }

  body.workbench-open.exports-open .side-nav button {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    height: 73px !important;
    min-height: 73px !important;
    padding: 0 !important;
    border-radius: 0 8px 8px 0 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  body.workbench-open.exports-open .side-nav button .nav-symbol,
  body.workbench-open.exports-open .side-nav button .svg-icon,
  body.workbench-open.exports-open .side-nav button .svg-icon svg,
  body.workbench-open.exports-open .side-nav button svg {
    width: 25px !important;
    height: 25px !important;
  }

  body.workbench-open.exports-open .side-nav button span:not(.nav-symbol):not(.svg-icon),
  body.workbench-open.exports-open .side-nav button span:last-child {
    width: 96px !important;
    max-width: 96px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.workbench-open.exports-open .main {
    display: grid !important;
    grid-template-rows: 84px minmax(0, 1fr) !important;
    gap: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    height: 100dvh !important;
    overflow: hidden !important;
  }

  body.workbench-open.exports-open .topbar,
  body.workbench-open.exports-open .view {
    justify-self: stretch !important;
    width: auto !important;
    max-width: none !important;
  }

  body.workbench-open.exports-open .topbar {
    grid-row: 1 !important;
    height: 84px !important;
    min-height: 84px !important;
    padding: 0 28px 0 22px !important;
  }

  body.workbench-open.exports-open .view {
    box-sizing: border-box !important;
    grid-row: 2 !important;
    height: calc(100dvh - 84px) !important;
    min-height: 0 !important;
    padding: 4px 28px 0 22px !important;
    overflow: hidden !important;
  }

  body.workbench-open.exports-open .exports-workbench {
    width: 100% !important;
    max-width: none !important;
    height: min(843px, calc(100dvh - 88px)) !important;
    max-height: min(843px, calc(100dvh - 88px)) !important;
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) 275px !important;
    grid-template-rows: 124px minmax(0, 1fr) 80px !important;
    overflow: hidden !important;
  }

  body.workbench-open.exports-open.sidebar-hidden .app-shell {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "main" !important;
  }

  body.workbench-open.exports-open.sidebar-hidden .main {
    grid-area: main !important;
    padding-left: 0 !important;
  }

  body.workbench-open.exports-open.sidebar-hidden .sidebar {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
  }

  body.workbench-open.exports-open.sidebar-hidden .sidebar-reveal {
    display: inline-flex !important;
  }
}

/* Unified export history pass: keep the record page as history/download management, styled like the editor shell. */
@media (min-width: 981px) {
  body.workbench-open.exports-open .main {
    grid-template-rows: 64px minmax(0, 1fr) !important;
    background: #f5f7fb !important;
  }

  body.workbench-open.exports-open .topbar {
    height: 64px !important;
    min-height: 64px !important;
    padding: 0 20px !important;
    border-bottom: 1px solid #e4e9f2 !important;
    background: #f8fafc !important;
  }

  body.workbench-open.exports-open .top-actions {
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 350px) !important;
    overflow: hidden !important;
  }

  body.workbench-open.exports-open .export-top-search {
    flex: 1 1 clamp(220px, 28vw, 420px) !important;
    width: auto !important;
    min-width: 220px !important;
    max-width: 420px !important;
    margin-right: 0 !important;
  }

  body.workbench-open.exports-open .export-top-counter,
  body.workbench-open.exports-open .export-top-button,
  body.workbench-open.exports-open .export-top-primary {
    flex-shrink: 0 !important;
    min-width: 0 !important;
    padding-inline: 14px !important;
    font-size: 14px !important;
  }

  body.workbench-open.exports-open .export-top-counter {
    width: 88px !important;
  }

  body.workbench-open.exports-open .crumb {
    height: 64px !important;
  }

  body.workbench-open.exports-open .crumb span,
  body.workbench-open.exports-open .crumb b {
    color: #8a94a6 !important;
    font-size: 13px !important;
  }

  body.workbench-open.exports-open .crumb h1 {
    color: #111827 !important;
    font-size: 22px !important;
    font-weight: 950 !important;
  }

  body.workbench-open.exports-open .view {
    height: calc(100dvh - 64px) !important;
    padding: 12px 18px 14px !important;
    background: #f5f7fb !important;
  }

  body.workbench-open.exports-open .exports-workbench {
    grid-template-columns: minmax(0, 1fr) 316px !important;
    grid-template-rows: 112px minmax(0, 1fr) 76px !important;
    gap: 12px !important;
    height: 100% !important;
    max-height: none !important;
  }

  body.workbench-open.exports-open .export-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.workbench-open.exports-open .export-stat-card,
  body.workbench-open.exports-open .export-stat-combo,
  body.workbench-open.exports-open .exports-list-panel,
  body.workbench-open.exports-open .export-detail-panel,
  body.workbench-open.exports-open .export-bulk-bar {
    border-color: #e4e9f2 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.045) !important;
  }

  body.workbench-open.exports-open .export-stat-card,
  body.workbench-open.exports-open .export-stat-combo {
    height: 112px !important;
  }

  body.workbench-open.exports-open .export-stat-card {
    padding: 18px !important;
  }

  body.workbench-open.exports-open .export-stat-combo {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.workbench-open.exports-open .export-stat-combo .export-stat-card {
    height: 110px !important;
  }

  body.workbench-open.exports-open .exports-list-panel {
    grid-template-rows: 62px minmax(0, 1fr) 48px !important;
  }

  body.workbench-open.exports-open .export-filter-row,
  body.workbench-open.exports-open .export-detail-head {
    height: 62px !important;
    border-bottom-color: #edf1f6 !important;
  }

  body.workbench-open.exports-open .export-tabs {
    gap: 20px !important;
  }

  body.workbench-open.exports-open .export-tabs button.active,
  body.workbench-open.exports-open .export-detail-actions button:not(.danger) {
    color: #ff5b18 !important;
  }

  body.workbench-open.exports-open .export-tabs button.active::after {
    background: #ff5b18 !important;
  }

  body.workbench-open.exports-open .export-detail-panel {
    width: 316px !important;
    grid-template-rows: 62px auto minmax(0, auto) auto 1fr !important;
  }

  body.workbench-open.exports-open .export-detail-preview {
    grid-template-columns: 126px minmax(0, 1fr) !important;
  }

  body.workbench-open.exports-open .export-detail-preview .export-thumb {
    width: 126px !important;
    height: 76px !important;
  }

  body.workbench-open.exports-open .export-bulk-bar {
    grid-template-columns: 230px 170px 170px 170px minmax(220px, 1fr) !important;
    min-height: 76px !important;
    height: 76px !important;
    padding: 0 16px !important;
  }

  body.workbench-open.exports-open .export-bulk-bar button.primary,
  body.workbench-open.exports-open .export-top-primary {
    border-color: #05070c !important;
    background: #05070c !important;
    color: #ffffff !important;
  }
}

/* Export records sidebar unification: match the shared workflow narrow rail. */
body.workbench-open.exports-open .app-shell {
  display: grid !important;
  grid-template-columns: 74px minmax(0, 1fr) !important;
  grid-template-areas: "sidebar main" !important;
  grid-template-rows: minmax(0, 1fr) !important;
  gap: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #f5f7fb !important;
}

body.workbench-open.exports-open.sidebar-hidden .app-shell {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas: "main" !important;
}

body.workbench-open.exports-open .sidebar {
  grid-area: sidebar !important;
  position: sticky !important;
  z-index: 30 !important;
  top: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 74px !important;
  min-width: 74px !important;
  max-width: 74px !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  padding: 18px 8px 14px !important;
  overflow: hidden !important;
  color: #4b5563 !important;
  background: #fff !important;
  border: 0 !important;
  border-right: 1px solid #e7ebf2 !important;
  border-radius: 0 !important;
  box-shadow: 10px 0 24px rgba(17, 24, 39, 0.035) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.workbench-open.exports-open.sidebar-hidden .sidebar {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
}

body.workbench-open.exports-open .brand-card,
body.workbench-open.exports-open .brand-mark,
body.workbench-open.exports-open .brand-mark::before,
body.workbench-open.exports-open .brand-mark::after,
body.workbench-open.exports-open .traffic,
body.workbench-open.exports-open .nav-label,
body.workbench-open.exports-open .sidebar-controls,
body.workbench-open.exports-open .sidebar-storage,
body.workbench-open.exports-open .sidebar-version,
body.workbench-open.exports-open .sidebar-home {
  display: none !important;
  content: none !important;
}

body.workbench-open.exports-open .topbar .sidebar-hide-topbar {
  display: none !important;
}

body.workbench-open.exports-open .sidebar-hide-rail {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 38px !important;
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  margin: 0 auto 8px !important;
  padding: 0 !important;
  color: #4b5563 !important;
  background: #fff !important;
  border: 1px solid #e0e5ee !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.045) !important;
  cursor: pointer !important;
}

body.workbench-open.exports-open.sidebar-hidden .sidebar-hide-rail {
  display: none !important;
}

body.workbench-open.exports-open .side-nav {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 14px 0 0 !important;
  overflow: visible !important;
}

body.workbench-open.exports-open .side-nav button {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 24px auto !important;
  place-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  gap: 5px !important;
  width: 58px !important;
  min-width: 58px !important;
  max-width: 58px !important;
  height: 62px !important;
  min-height: 62px !important;
  padding: 7px 0 6px !important;
  color: #4b5563 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  transform: none !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  text-align: center !important;
  white-space: normal !important;
}

body.workbench-open.exports-open .side-nav button.active {
  color: #ff4f0a !important;
  background: #fff3ed !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.workbench-open.exports-open .side-nav button::before,
body.workbench-open.exports-open .side-nav button::after {
  display: none !important;
  content: none !important;
}

body.workbench-open.exports-open .side-nav button .nav-symbol,
body.workbench-open.exports-open .side-nav button .svg-icon,
body.workbench-open.exports-open .side-nav button .svg-icon svg,
body.workbench-open.exports-open .side-nav button svg {
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  color: currentColor !important;
  stroke-width: 2 !important;
}

body.workbench-open.exports-open .side-nav button span:not(.nav-symbol):not(.svg-icon),
body.workbench-open.exports-open .side-nav button span:last-child {
  display: block !important;
  width: 58px !important;
  max-width: 58px !important;
  min-width: 0 !important;
  overflow: visible !important;
  color: currentColor !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  text-align: center !important;
  text-overflow: clip !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
  opacity: 1 !important;
}

body.workbench-open.exports-open .main {
  grid-area: main !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding-left: 0 !important;
}
