body.preview-shadcn {
  background: #0a0a0a;
  color: #f5f5f5;
  font-family: "IBM Plex Sans", "Segoe UI Variable Text", "Segoe UI", sans-serif;
}

body.preview-shadcn * {
  box-sizing: border-box;
}

body.preview-shadcn::before {
  display: none;
}

body.preview-shadcn .app-shell {
  min-height: 100vh;
}

body.preview-shadcn .preview-shell {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.04), transparent 20%),
    #0a0a0a;
}

body.preview-shadcn .preview-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0.9rem 0.75rem 0.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 15, 15, 0.95);
}

body.preview-shadcn .preview-brand-link,
body.preview-shadcn .preview-nav-link,
body.preview-shadcn .preview-cta {
  text-decoration: none;
}

body.preview-shadcn .preview-brand-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #fafafa;
}

body.preview-shadcn .preview-brand-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}

body.preview-shadcn .preview-brand-icon .brand-image-icon,
body.preview-shadcn .preview-brand-icon .brand-mark.small {
  width: 34px;
  height: 34px;
  border-radius: 999px;
}

body.preview-shadcn .preview-brand-copy {
  display: grid;
  gap: 0.15rem;
}

body.preview-shadcn .preview-brand-copy strong {
  font-size: 1.35rem;
  line-height: 1;
}

body.preview-shadcn .preview-brand-copy span,
body.preview-shadcn .preview-nav-section-label,
body.preview-shadcn .status-caption,
body.preview-shadcn .module-copy,
body.preview-shadcn .workspace-tab span,
body.preview-shadcn .report-tab span,
body.preview-shadcn .page-head-copy p {
  color: #a3a3a3;
}

body.preview-shadcn .preview-nav {
  display: grid;
  gap: 1rem;
}

body.preview-shadcn .preview-nav-group {
  display: grid;
  gap: 0.25rem;
}

body.preview-shadcn .preview-nav-section-label {
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
}

body.preview-shadcn .preview-cta,
body.preview-shadcn .preview-nav-link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 42px;
  padding: 0 0.75rem;
  border-radius: 10px;
  color: #e5e5e5;
  transition: background-color 140ms ease, color 140ms ease, border-color 140ms ease;
}

body.preview-shadcn .preview-cta {
  background: #fafafa;
  color: #171717;
  font-weight: 600;
}

body.preview-shadcn .preview-nav-link:hover,
body.preview-shadcn .preview-nav-link.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

body.preview-shadcn .preview-nav-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
}

body.preview-shadcn .preview-nav-icon svg,
body.preview-shadcn .preview-header-icon svg,
body.preview-shadcn .preview-logout svg {
  width: 16px;
  height: 16px;
}

body.preview-shadcn .preview-user-card {
  margin-top: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem 0.5rem 0.25rem;
}

body.preview-shadcn .preview-user-avatar {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #262626;
  color: #fafafa;
  font-weight: 700;
}

body.preview-shadcn .preview-user-meta {
  display: grid;
  gap: 0.1rem;
}

body.preview-shadcn .preview-user-meta strong {
  color: #fafafa;
}

body.preview-shadcn .preview-user-meta span {
  color: #a3a3a3;
  font-size: 0.88rem;
}

body.preview-shadcn .preview-logout {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: transparent;
  color: #d4d4d4;
  cursor: pointer;
}

body.preview-shadcn .preview-main {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
}

body.preview-shadcn .preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.preview-shadcn .preview-header-copy {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

body.preview-shadcn .preview-header-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fafafa;
}

body.preview-shadcn .preview-header-copy strong,
body.preview-shadcn .page-head h2,
body.preview-shadcn .module-head h3,
body.preview-shadcn .workspace-hub-head h3,
body.preview-shadcn .report-tab strong {
  color: #fafafa;
}

body.preview-shadcn .preview-header-copy p {
  margin: 0.15rem 0 0;
  color: #a3a3a3;
}

body.preview-shadcn .preview-header-status {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}

body.preview-shadcn .preview-content {
  padding: 1rem 1.35rem 1.8rem;
  background: #0a0a0a;
}

body.preview-shadcn .preview-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}

body.preview-shadcn .preview-analytics-stage,
body.preview-shadcn .preview-outline-card {
  margin-bottom: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: #171717;
}

body.preview-shadcn .preview-analytics-stage {
  padding: 1.25rem 1.3rem 1.1rem;
}

body.preview-shadcn .preview-analytics-head,
body.preview-shadcn .preview-outline-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.preview-shadcn .preview-analytics-head h3 {
  margin: 0;
  color: #fafafa;
  font-size: 1.8rem;
}

body.preview-shadcn .preview-analytics-head p {
  margin: 0.35rem 0 0;
  color: #a3a3a3;
}

body.preview-shadcn .preview-range-switch,
body.preview-shadcn .preview-outline-tabs,
body.preview-shadcn .preview-outline-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

body.preview-shadcn .preview-range-switch .ghost-btn,
body.preview-shadcn .preview-range-switch .primary-btn,
body.preview-shadcn .preview-outline-actions .ghost-btn {
  min-height: 38px;
  padding: 0 0.9rem;
}

body.preview-shadcn .preview-chart-card {
  position: relative;
  overflow: hidden;
  margin-top: 1.1rem;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.01)),
    #171717;
}

body.preview-shadcn .preview-chart-grid {
  position: absolute;
  inset: 56px 28px 70px;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
}

body.preview-shadcn .preview-chart-grid span {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.preview-shadcn .preview-chart-area {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 74px;
  border-top-left-radius: 280px 140px;
  border-top-right-radius: 280px 140px;
}

body.preview-shadcn .preview-chart-area-primary {
  height: 215px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.03));
  clip-path: polygon(0% 25%, 10% 49%, 22% 76%, 35% 84%, 49% 58%, 63% 28%, 76% 18%, 88% 40%, 100% 72%, 100% 100%, 0% 100%);
  opacity: 0.86;
}

body.preview-shadcn .preview-chart-area-secondary {
  height: 155px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.02));
  clip-path: polygon(0% 44%, 12% 58%, 24% 78%, 38% 84%, 52% 72%, 65% 56%, 79% 50%, 90% 62%, 100% 76%, 100% 100%, 0% 100%);
  opacity: 0.9;
}

body.preview-shadcn .preview-chart-tooltip {
  position: absolute;
  left: 36px;
  bottom: 110px;
  display: grid;
  gap: 0.4rem;
  min-width: 132px;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(10, 10, 10, 0.96);
  color: #fafafa;
}

body.preview-shadcn .preview-chart-tooltip strong {
  font-size: 0.95rem;
}

body.preview-shadcn .preview-chart-tooltip span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #d4d4d4;
  font-size: 0.9rem;
}

body.preview-shadcn .preview-chart-axis {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
  color: #737373;
  font-size: 0.88rem;
}

body.preview-shadcn .preview-chart-axis span {
  text-align: center;
}

body.preview-shadcn .preview-outline-card {
  padding: 1rem 1.1rem 1.1rem;
}

body.preview-shadcn .preview-outline-tabs {
  overflow-x: auto;
}

body.preview-shadcn .preview-outline-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 36px;
  padding: 0 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: #1f1f1f;
  color: #d4d4d4;
  cursor: pointer;
}

body.preview-shadcn .preview-outline-tab.is-active {
  background: #2a2a2a;
  color: #ffffff;
}

body.preview-shadcn .preview-outline-tab span {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fafafa;
  font-size: 0.75rem;
}

body.preview-shadcn .preview-outline-table {
  margin-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  overflow: hidden;
}

body.preview-shadcn .preview-outline-row {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 0.7fr 0.7fr 1fr;
  gap: 1rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #d4d4d4;
}

body.preview-shadcn .preview-outline-row:first-child {
  border-top: 0;
}

body.preview-shadcn .preview-outline-row strong {
  color: #fafafa;
}

body.preview-shadcn .preview-outline-row-head {
  background: #202020;
  color: #f5f5f5;
  font-size: 0.88rem;
  font-weight: 700;
}

body.preview-shadcn .preview-status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 600;
}

body.preview-shadcn .preview-status-chip.is-progress {
  background: rgba(255, 255, 255, 0.04);
  color: #f5f5f5;
}

body.preview-shadcn .preview-status-chip.is-done {
  background: rgba(34, 197, 94, 0.12);
  color: #a7f3d0;
  border-color: rgba(34, 197, 94, 0.22);
}

body.preview-shadcn .preview-metric-card,
body.preview-shadcn .module-card,
body.preview-shadcn .workspace-tab,
body.preview-shadcn .notice-banner,
body.preview-shadcn .table-enhancer,
body.preview-shadcn .table-toolbar,
body.preview-shadcn .table-columns-menu,
body.preview-shadcn .topbar-dropdown,
body.preview-shadcn .status-dock-panel,
body.preview-shadcn .status-dock-toggle {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.98), rgba(18, 18, 18, 0.98));
  box-shadow: none;
}

body.preview-shadcn .preview-metric-card {
  min-height: 122px;
  padding: 1rem 1.05rem;
  border-radius: 16px;
}

body.preview-shadcn .preview-metric-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

body.preview-shadcn .preview-metric-head span {
  color: #bfbfbf;
  font-size: 0.95rem;
}

body.preview-shadcn .preview-metric-head strong {
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fafafa;
  font-size: 0.85rem;
}

body.preview-shadcn .preview-metric-value {
  color: #ffffff;
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

body.preview-shadcn .preview-metric-card p {
  margin: 0.7rem 0 0;
  color: #a3a3a3;
  line-height: 1.45;
}

body.preview-shadcn .page-head.page-head-report {
  margin: 0 0 1.2rem;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.preview-shadcn .page-head-copy,
body.preview-shadcn .workspace-hub,
body.preview-shadcn .report-command-card,
body.preview-shadcn .download-center-panel,
body.preview-shadcn .cards-panel,
body.preview-shadcn .dual-row > *,
body.preview-shadcn .report-switcher,
body.preview-shadcn [data-report-pane],
body.preview-shadcn .collapsible-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: #171717;
  box-shadow: none;
}

body.preview-shadcn .page-head-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto auto;
  gap: 0.35rem 1rem;
  align-items: start;
  padding: 1rem 1.2rem;
}

body.preview-shadcn .page-head-copy > .page-path,
body.preview-shadcn .page-head-copy > #hero-title,
body.preview-shadcn .page-head-copy > #hero-description {
  grid-column: 1;
}

body.preview-shadcn .page-head-copy > .report-head-pills {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: center;
}

body.preview-shadcn .page-head-copy > .page-head-actions {
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
}

body.preview-shadcn .page-path,
body.preview-shadcn .module-kicker {
  color: #a3a3a3;
  letter-spacing: 0.06em;
}

body.preview-shadcn .page-head h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.9rem);
  letter-spacing: -0.03em;
}

body.preview-shadcn .page-head-copy p {
  margin: 0;
}

body.preview-shadcn .report-head-pill,
body.preview-shadcn .workspace-pill,
body.preview-shadcn .executive-pill,
body.preview-shadcn .summary-chip {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #222222;
  color: #d4d4d4;
}

body.preview-shadcn .report-head-pills,
body.preview-shadcn .page-head-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

body.preview-shadcn .page-head-actions .ghost-btn {
  min-height: 34px;
  padding: 0 0.75rem;
  font-size: 0.9rem;
}

body.preview-shadcn .workspace-tabs {
  gap: 0.65rem;
  padding: 0;
  margin-top: 0.85rem;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.preview-shadcn .workspace-tab {
  min-height: 82px;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #1a1a1a;
}

body.preview-shadcn .workspace-tab.is-active,
body.preview-shadcn .workspace-tab[aria-selected="true"],
body.preview-shadcn .report-tab.is-active,
body.preview-shadcn .report-tab[aria-selected="true"] {
  border-color: rgba(255, 255, 255, 0.14);
  background: #232323;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

body.preview-shadcn .workspace-tab strong {
  font-size: 1rem;
}

body.preview-shadcn .workspace-tab span {
  margin-top: 0.15rem;
}

body.preview-shadcn .filters-grid label,
body.preview-shadcn .managed-banner,
body.preview-shadcn .report-source-grid,
body.preview-shadcn .csv-uploader,
body.preview-shadcn .preset-command-row,
body.preview-shadcn .summary-card,
body.preview-shadcn .side-insight-card,
body.preview-shadcn .analytics-summary-card,
body.preview-shadcn .executive-kpi {
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
}

body.preview-shadcn .workspace-hub,
body.preview-shadcn .report-command-card {
  padding: 1rem 1rem 1.05rem;
}

body.preview-shadcn .workspace-hub-head.split,
body.preview-shadcn .report-command-card .module-head.split {
  align-items: flex-start;
}

body.preview-shadcn .workspace-hub-head.split {
  gap: 0.8rem;
}

body.preview-shadcn .workspace-hub-pills {
  gap: 0.5rem;
}

body.preview-shadcn .filters-grid label > span,
body.preview-shadcn .managed-banner strong,
body.preview-shadcn .analytics-summary-card span,
body.preview-shadcn .executive-kpi span {
  color: #d4d4d4;
}

body.preview-shadcn input,
body.preview-shadcn select,
body.preview-shadcn textarea {
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #0f0f0f;
  color: #fafafa;
}

body.preview-shadcn input::placeholder,
body.preview-shadcn textarea::placeholder {
  color: #737373;
}

body.preview-shadcn input:focus,
body.preview-shadcn select:focus,
body.preview-shadcn textarea:focus {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
}

body.preview-shadcn .primary-btn,
body.preview-shadcn .ghost-btn,
body.preview-shadcn .inline-link,
body.preview-shadcn .table-toolbar button,
body.preview-shadcn .table-pagination button {
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

body.preview-shadcn .primary-btn {
  background: #fafafa;
  color: #111111;
}

body.preview-shadcn .primary-btn:hover {
  background: #ffffff;
}

body.preview-shadcn .ghost-btn,
body.preview-shadcn .inline-link,
body.preview-shadcn .table-toolbar button,
body.preview-shadcn .table-pagination button {
  background: #1c1c1c;
  color: #e5e5e5;
}

body.preview-shadcn .ghost-btn:hover,
body.preview-shadcn .inline-link:hover,
body.preview-shadcn .table-toolbar button:hover,
body.preview-shadcn .table-pagination button:hover {
  background: #262626;
}

body.preview-shadcn .report-tab-badge,
body.preview-shadcn .status-pill {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #171717;
  color: #fafafa;
}

body.preview-shadcn .status-pill.is-ok,
body.preview-shadcn .status-pill.is-warn,
body.preview-shadcn .status-pill.is-error {
  background: #171717;
}

body.preview-shadcn .download-center-preview,
body.preview-shadcn .executive-hero,
body.preview-shadcn .summary-card,
body.preview-shadcn .analytics-chart-card,
body.preview-shadcn .table-shell-card {
  background: #171717;
}

body.preview-shadcn .report-tab,
body.preview-shadcn .report-switcher-head,
body.preview-shadcn .summary-card h4,
body.preview-shadcn .module-head h3,
body.preview-shadcn .analytics-section-head h3,
body.preview-shadcn .collapsible-card-summary strong {
  color: #fafafa;
}

body.preview-shadcn table {
  color: #e5e5e5;
}

body.preview-shadcn thead th {
  background: #202020;
  color: #f5f5f5;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.preview-shadcn tbody td {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

body.preview-shadcn tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

body.preview-shadcn .workspace-footer {
  color: #737373;
}

body.preview-shadcn .status-dock {
  right: 24px;
  bottom: 24px;
}

body.preview-shadcn .report-command-card {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.preview-shadcn .filters-grid {
  gap: 0.8rem;
}

body.preview-shadcn .report-loading,
body.preview-shadcn .empty-state {
  color: #d4d4d4;
}

@media (max-width: 1180px) {
  body.preview-shadcn .preview-shell {
    grid-template-columns: 1fr;
  }

  body.preview-shadcn .preview-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  body.preview-shadcn .preview-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.preview-shadcn .preview-outline-row {
    grid-template-columns: 1.5fr 1fr 1fr 0.7fr 0.7fr 1fr;
  }

  body.preview-shadcn .page-head-copy {
    grid-template-columns: 1fr;
  }

  body.preview-shadcn .page-head-copy > .report-head-pills,
  body.preview-shadcn .page-head-copy > .page-head-actions {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  body.preview-shadcn .preview-content,
  body.preview-shadcn .preview-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body.preview-shadcn .preview-metrics-grid {
    grid-template-columns: 1fr;
  }

  body.preview-shadcn .preview-header {
    flex-direction: column;
    align-items: flex-start;
  }

  body.preview-shadcn .preview-analytics-head,
  body.preview-shadcn .preview-outline-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  body.preview-shadcn .preview-chart-card {
    height: 320px;
  }

  body.preview-shadcn .preview-chart-axis {
    grid-template-columns: repeat(4, 1fr);
  }

  body.preview-shadcn .preview-outline-row,
  body.preview-shadcn .preview-outline-row-head {
    grid-template-columns: 1fr;
  }
}

body.preview-shadcn[data-ui-theme="light"] {
  background: #f5f5f5;
  color: #111827;
}

body.preview-shadcn[data-ui-theme="light"] .preview-shell,
body.preview-shadcn[data-ui-theme="light"] .preview-content {
  background: #f5f5f5;
}

body.preview-shadcn[data-ui-theme="light"] .preview-sidebar {
  background: #ffffff;
  border-right-color: #e5e7eb;
}

body.preview-shadcn[data-ui-theme="light"] .preview-brand-link,
body.preview-shadcn[data-ui-theme="light"] .preview-nav-link,
body.preview-shadcn[data-ui-theme="light"] .preview-user-meta strong,
body.preview-shadcn[data-ui-theme="light"] .preview-header-copy strong,
body.preview-shadcn[data-ui-theme="light"] .page-head h2,
body.preview-shadcn[data-ui-theme="light"] .module-head h3,
body.preview-shadcn[data-ui-theme="light"] .workspace-hub-head h3,
body.preview-shadcn[data-ui-theme="light"] .report-tab strong,
body.preview-shadcn[data-ui-theme="light"] .preview-analytics-head h3,
body.preview-shadcn[data-ui-theme="light"] .preview-outline-row strong {
  color: #111827;
}

body.preview-shadcn[data-ui-theme="light"] .preview-brand-copy span,
body.preview-shadcn[data-ui-theme="light"] .preview-nav-section-label,
body.preview-shadcn[data-ui-theme="light"] .status-caption,
body.preview-shadcn[data-ui-theme="light"] .module-copy,
body.preview-shadcn[data-ui-theme="light"] .workspace-tab span,
body.preview-shadcn[data-ui-theme="light"] .report-tab span,
body.preview-shadcn[data-ui-theme="light"] .page-head-copy p,
body.preview-shadcn[data-ui-theme="light"] .preview-header-copy p,
body.preview-shadcn[data-ui-theme="light"] .preview-user-meta span,
body.preview-shadcn[data-ui-theme="light"] .preview-analytics-head p,
body.preview-shadcn[data-ui-theme="light"] .preview-chart-axis,
body.preview-shadcn[data-ui-theme="light"] .workspace-footer {
  color: #6b7280;
}

body.preview-shadcn[data-ui-theme="light"] .preview-cta {
  background: #111827;
  color: #ffffff;
}

body.preview-shadcn[data-ui-theme="light"] .preview-nav-link:hover,
body.preview-shadcn[data-ui-theme="light"] .preview-nav-link.is-active {
  background: #f3f4f6;
  color: #111827;
}

body.preview-shadcn[data-ui-theme="light"] .preview-user-avatar {
  background: #e5e7eb;
  color: #111827;
}

body.preview-shadcn[data-ui-theme="light"] .preview-logout,
body.preview-shadcn[data-ui-theme="light"] .preview-header-icon {
  border-color: #d1d5db;
  color: #111827;
}

body.preview-shadcn[data-ui-theme="light"] .preview-header {
  border-bottom-color: #e5e7eb;
}

body.preview-shadcn[data-ui-theme="light"] .preview-metric-card,
body.preview-shadcn[data-ui-theme="light"] .module-card,
body.preview-shadcn[data-ui-theme="light"] .workspace-tab,
body.preview-shadcn[data-ui-theme="light"] .notice-banner,
body.preview-shadcn[data-ui-theme="light"] .table-enhancer,
body.preview-shadcn[data-ui-theme="light"] .table-toolbar,
body.preview-shadcn[data-ui-theme="light"] .table-columns-menu,
body.preview-shadcn[data-ui-theme="light"] .status-dock-panel,
body.preview-shadcn[data-ui-theme="light"] .status-dock-toggle,
body.preview-shadcn[data-ui-theme="light"] .preview-analytics-stage,
body.preview-shadcn[data-ui-theme="light"] .preview-outline-card,
body.preview-shadcn[data-ui-theme="light"] .page-head-copy,
body.preview-shadcn[data-ui-theme="light"] .workspace-hub,
body.preview-shadcn[data-ui-theme="light"] .report-command-card,
body.preview-shadcn[data-ui-theme="light"] .download-center-panel,
body.preview-shadcn[data-ui-theme="light"] .cards-panel,
body.preview-shadcn[data-ui-theme="light"] .dual-row > *,
body.preview-shadcn[data-ui-theme="light"] .report-switcher,
body.preview-shadcn[data-ui-theme="light"] [data-report-pane],
body.preview-shadcn[data-ui-theme="light"] .collapsible-card {
  background: #ffffff;
  border-color: #e5e7eb;
}

body.preview-shadcn[data-ui-theme="light"] .preview-chart-card,
body.preview-shadcn[data-ui-theme="light"] .filters-grid label,
body.preview-shadcn[data-ui-theme="light"] .managed-banner,
body.preview-shadcn[data-ui-theme="light"] .report-source-grid,
body.preview-shadcn[data-ui-theme="light"] .csv-uploader,
body.preview-shadcn[data-ui-theme="light"] .preset-command-row,
body.preview-shadcn[data-ui-theme="light"] .summary-card,
body.preview-shadcn[data-ui-theme="light"] .side-insight-card,
body.preview-shadcn[data-ui-theme="light"] .analytics-summary-card,
body.preview-shadcn[data-ui-theme="light"] .executive-kpi,
body.preview-shadcn[data-ui-theme="light"] .download-center-preview,
body.preview-shadcn[data-ui-theme="light"] .executive-hero,
body.preview-shadcn[data-ui-theme="light"] .analytics-chart-card,
body.preview-shadcn[data-ui-theme="light"] .table-shell-card,
body.preview-shadcn[data-ui-theme="light"] .preview-outline-table,
body.preview-shadcn[data-ui-theme="light"] .preview-outline-tab {
  background: #fafafa;
  border-color: #e5e7eb;
}

body.preview-shadcn[data-ui-theme="light"] .preview-outline-row-head,
body.preview-shadcn[data-ui-theme="light"] thead th {
  background: #f3f4f6;
  color: #111827;
}

body.preview-shadcn[data-ui-theme="light"] .preview-chart-grid span,
body.preview-shadcn[data-ui-theme="light"] tbody td,
body.preview-shadcn[data-ui-theme="light"] .preview-outline-row {
  border-color: #e5e7eb;
}

body.preview-shadcn[data-ui-theme="light"] .preview-chart-card {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.02), rgba(17, 24, 39, 0.01)), #ffffff;
}

body.preview-shadcn[data-ui-theme="light"] .preview-chart-area-primary {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.34), rgba(17, 24, 39, 0.06));
}

body.preview-shadcn[data-ui-theme="light"] .preview-chart-area-secondary {
  background: linear-gradient(180deg, rgba(75, 85, 99, 0.2), rgba(75, 85, 99, 0.04));
}

body.preview-shadcn[data-ui-theme="light"] .preview-chart-tooltip {
  background: rgba(255, 255, 255, 0.98);
  border-color: #d1d5db;
  color: #111827;
}

body.preview-shadcn[data-ui-theme="light"] .preview-chart-tooltip span {
  color: #374151;
}

body.preview-shadcn[data-ui-theme="light"] input,
body.preview-shadcn[data-ui-theme="light"] select,
body.preview-shadcn[data-ui-theme="light"] textarea {
  background: #ffffff;
  color: #111827;
  border-color: #d1d5db;
}

body.preview-shadcn[data-ui-theme="light"] .ghost-btn,
body.preview-shadcn[data-ui-theme="light"] .inline-link,
body.preview-shadcn[data-ui-theme="light"] .table-toolbar button,
body.preview-shadcn[data-ui-theme="light"] .table-pagination button,
body.preview-shadcn[data-ui-theme="light"] .report-head-pill,
body.preview-shadcn[data-ui-theme="light"] .workspace-pill,
body.preview-shadcn[data-ui-theme="light"] .executive-pill,
body.preview-shadcn[data-ui-theme="light"] .summary-chip,
body.preview-shadcn[data-ui-theme="light"] .status-pill {
  background: #ffffff;
  color: #111827;
  border-color: #d1d5db;
}

body.preview-shadcn[data-ui-theme="light"] .primary-btn {
  background: #111827;
  color: #ffffff;
}

body.preview-shadcn[data-ui-theme="light"] .preview-status-chip.is-progress {
  background: #f3f4f6;
  color: #111827;
  border-color: #d1d5db;
}
