/* line 2, app/assets/stylesheets/reporting.scss */
:root {
  --rpt-success:       #16a34a;
  --rpt-success-bg:    #dcfce7;
  --rpt-warning:       #b45309;
  --rpt-warning-bg:    #fef3c7;
  --rpt-error:         #dc2626;
  --rpt-error-bg:      #fee2e2;
  --rpt-fatal:         #7c3aed;
  --rpt-fatal-bg:      #ede9fe;
  --rpt-muted:         #6b7280;
  --rpt-border:        #e2e8f0;
}

/* line 16, app/assets/stylesheets/reporting.scss */
.brand-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.8);
  flex-shrink: 0;
}

/* line 25, app/assets/stylesheets/reporting.scss */
.rpt-nav-link {
  font-size: 13.5px;
  font-weight: 500;
  color: #94a3b8 !important;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: color .12s, border-color .12s;
}

/* line 33, app/assets/stylesheets/reporting.scss */
.rpt-nav-link:hover {
  color: #e2e8f0 !important;
}

/* line 34, app/assets/stylesheets/reporting.scss */
.rpt-nav-link.active {
  color: #ffffff !important;
  border-bottom-color: #3b82f6;
}

/* line 36, app/assets/stylesheets/reporting.scss */
.rpt-nav-link .bi {
  font-size: 13px;
}

/* line 40, app/assets/stylesheets/reporting.scss */
.page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--rpt-border);
}

/* line 51, app/assets/stylesheets/reporting.scss */
.page-header__title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.025em;
  margin: 0 0 3px;
}

/* line 58, app/assets/stylesheets/reporting.scss */
.page-header__sub {
  font-size: 12px;
  color: var(--rpt-muted);
  margin: 0;
}

/* line 65, app/assets/stylesheets/reporting.scss */
.section-title {
  font-size: 11px;
  font-weight: 700;
  color: var(--rpt-muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 76, app/assets/stylesheets/reporting.scss */
.section-title::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 13px;
  border-radius: 2px;
  background: #2563eb;
  flex-shrink: 0;
}

/* line 86, app/assets/stylesheets/reporting.scss */
.section-block {
  margin-bottom: 28px;
}

/* line 89, app/assets/stylesheets/reporting.scss */
.kpi-card {
  background: #fff;
  border: 1px solid var(--rpt-border);
  border-left: 4px solid #2563eb;
  border-radius: 10px;
  padding: 16px 18px 14px;
  height: 100%;
}

/* line 97, app/assets/stylesheets/reporting.scss */
.kpi-card--success {
  border-left-color: var(--rpt-success);
}

/* line 98, app/assets/stylesheets/reporting.scss */
.kpi-card--warning {
  border-left-color: var(--rpt-warning);
}

/* line 99, app/assets/stylesheets/reporting.scss */
.kpi-card--error {
  border-left-color: var(--rpt-error);
}

/* line 100, app/assets/stylesheets/reporting.scss */
.kpi-card--fatal {
  border-left-color: var(--rpt-fatal);
}

/* line 101, app/assets/stylesheets/reporting.scss */
.kpi-card--muted {
  border-left-color: var(--rpt-muted);
}

/* line 104, app/assets/stylesheets/reporting.scss */
.kpi-card__label {
  font-size: 11px;
  font-weight: 600;
  color: var(--rpt-muted);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 6px;
}

/* line 113, app/assets/stylesheets/reporting.scss */
.kpi-card__value {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.03em;
  margin-bottom: 8px;
  color: #0f172a;
}

/* line 121, app/assets/stylesheets/reporting.scss */
.kpi-card__value--error {
  color: var(--rpt-error);
}

/* line 122, app/assets/stylesheets/reporting.scss */
.kpi-card__value--warning {
  color: var(--rpt-warning);
}

/* line 123, app/assets/stylesheets/reporting.scss */
.kpi-card__value--success {
  color: var(--rpt-success);
}

/* line 124, app/assets/stylesheets/reporting.scss */
.kpi-card__value--muted {
  color: var(--rpt-muted);
}

/* line 128, app/assets/stylesheets/reporting.scss */
.status-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 2px 10px;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
}

/* line 139, app/assets/stylesheets/reporting.scss */
.status-active {
  background: var(--rpt-success-bg);
  color: var(--rpt-success);
}

/* line 140, app/assets/stylesheets/reporting.scss */
.status-sync_in_progress {
  background: #dbeafe;
  color: #1d4ed8;
}

/* line 141, app/assets/stylesheets/reporting.scss */
.status-last_sync_errored {
  background: var(--rpt-warning-bg);
  color: var(--rpt-warning);
}

/* line 142, app/assets/stylesheets/reporting.scss */
.status-fatal_sync_error {
  background: var(--rpt-error-bg);
  color: var(--rpt-error);
}

/* line 143, app/assets/stylesheets/reporting.scss */
.status-disabled {
  background: #f1f5f9;
  color: var(--rpt-muted);
}

/* line 144, app/assets/stylesheets/reporting.scss */
.status-completed {
  background: var(--rpt-success-bg);
  color: var(--rpt-success);
}

/* line 145, app/assets/stylesheets/reporting.scss */
.status-error {
  background: var(--rpt-error-bg);
  color: var(--rpt-error);
}

/* line 146, app/assets/stylesheets/reporting.scss */
.status-collision {
  background: var(--rpt-warning-bg);
  color: var(--rpt-warning);
}

/* line 147, app/assets/stylesheets/reporting.scss */
.status-in_progress {
  background: #dbeafe;
  color: #1d4ed8;
}

/* line 148, app/assets/stylesheets/reporting.scss */
.status-scheduled {
  background: #f1f5f9;
  color: var(--rpt-muted);
}

/* line 149, app/assets/stylesheets/reporting.scss */
.ds-badge {
  background: #f1f5f9;
  color: #374151;
}

/* line 152, app/assets/stylesheets/reporting.scss */
.chart-container {
  position: relative;
  height: 220px;
}

/* line 153, app/assets/stylesheets/reporting.scss */
.chart-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--rpt-muted);
  margin-bottom: 8px;
}

/* line 163, app/assets/stylesheets/reporting.scss */
.pipeline-flow {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow-x: auto;
  padding: 8px 0;
  gap: 0;
}

/* line 172, app/assets/stylesheets/reporting.scss */
.pipeline-segment {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* line 174, app/assets/stylesheets/reporting.scss */
.pipeline-arrow {
  font-size: 18px;
  color: #cbd5e1;
  padding: 0 6px;
  flex-shrink: 0;
}

/* line 176, app/assets/stylesheets/reporting.scss */
.pipeline-concurrent-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: stretch;
}

/* line 178, app/assets/stylesheets/reporting.scss */
.pipeline-step {
  width: 150px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 2px solid #e2e8f0;
  text-align: center;
  background: #fff;
}

/* line 186, app/assets/stylesheets/reporting.scss */
.pipeline-step.step-completed {
  border-color: var(--rpt-success);
  background: #f0fdf4;
}

/* line 187, app/assets/stylesheets/reporting.scss */
.pipeline-step.step-error {
  border-color: var(--rpt-error);
  background: #fef2f2;
}

/* line 188, app/assets/stylesheets/reporting.scss */
.pipeline-step.step-in_progress {
  border-color: #2563eb;
  background: #eff6ff;
}

/* line 191, app/assets/stylesheets/reporting.scss */
.step-name {
  font-size: 12px;
  font-weight: 600;
  word-break: break-word;
  margin-bottom: 3px;
  line-height: 1.3;
}

/* line 192, app/assets/stylesheets/reporting.scss */
.step-meta {
  font-size: 11px;
  color: var(--rpt-muted);
}

/* line 194, app/assets/stylesheets/reporting.scss */
.step-status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 3px;
  vertical-align: middle;
}

/* line 202, app/assets/stylesheets/reporting.scss */
.pipeline-step.step-completed .step-status-dot {
  background: var(--rpt-success);
}

/* line 203, app/assets/stylesheets/reporting.scss */
.pipeline-step.step-error .step-status-dot {
  background: var(--rpt-error);
}

/* line 204, app/assets/stylesheets/reporting.scss */
.pipeline-step.step-in_progress .step-status-dot {
  background: #2563eb;
}

/* line 206, app/assets/stylesheets/reporting.scss */
.pipeline-bottleneck {
  outline: 2px dashed var(--rpt-warning);
  outline-offset: 2px;
}

/* line 209, app/assets/stylesheets/reporting.scss */
.tier-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 9999px;
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: .02em;
}

/* line 219, app/assets/stylesheets/reporting.scss */
.tier-badge--standard {
  background: #3b82f6;
}

/* line 220, app/assets/stylesheets/reporting.scss */
.tier-badge--2x {
  background: #1d4ed8;
}

/* line 221, app/assets/stylesheets/reporting.scss */
.tier-badge--4x {
  background: #1e3a8a;
}

/* line 224, app/assets/stylesheets/reporting.scss */
.tier-stat__value {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
}

/* line 231, app/assets/stylesheets/reporting.scss */
.tier-stat__label {
  font-size: 11px;
  font-weight: 500;
  color: var(--rpt-muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-top: 2px;
}

/* line 241, app/assets/stylesheets/reporting.scss */
.back-link {
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}

/* line 249, app/assets/stylesheets/reporting.scss */
.back-link:hover {
  text-decoration: underline;
}

/* line 252, app/assets/stylesheets/reporting.scss */
.retention-note {
  font-size: 11.5px;
  color: var(--rpt-muted);
  font-style: italic;
  margin: 0;
}

/* line 254, app/assets/stylesheets/reporting.scss */
.text-error {
  color: var(--rpt-error) !important;
}

/* line 255, app/assets/stylesheets/reporting.scss */
.text-mono {
  font-family: 'SFMono-Regular', Consolas, monospace;
  font-size: .85em;
}

/* line 258, app/assets/stylesheets/reporting.scss */
.step-offset {
  font-size: 10px;
  color: var(--rpt-muted);
  margin-top: 3px;
}

/* line 264, app/assets/stylesheets/reporting.scss */
.step-pct {
  font-size: 10px;
  color: var(--rpt-muted);
}

/* line 270, app/assets/stylesheets/reporting.scss */
.gantt-chart {
  font-size: 12px;
  overflow-x: auto;
}

/* line 275, app/assets/stylesheets/reporting.scss */
.gantt-axis {
  position: relative;
  height: 20px;
  margin-left: 160px;
  margin-right: 80px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--rpt-border);
}

/* line 284, app/assets/stylesheets/reporting.scss */
.gantt-tick {
  position: absolute;
  transform: translateX(-50%);
  font-size: 10px;
  color: var(--rpt-muted);
  white-space: nowrap;
}

/* line 292, app/assets/stylesheets/reporting.scss */
.gantt-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  min-height: 26px;
}

/* line 300, app/assets/stylesheets/reporting.scss */
.gantt-label {
  width: 152px;
  flex-shrink: 0;
  font-size: 11.5px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  color: #374151;
}

/* line 312, app/assets/stylesheets/reporting.scss */
.gantt-track {
  flex: 1;
  position: relative;
  height: 22px;
  background: #f1f5f9;
  border-radius: 3px;
  overflow: hidden;
}

/* line 321, app/assets/stylesheets/reporting.scss */
.gantt-bar {
  position: absolute;
  height: 100%;
  border-radius: 3px;
  display: flex;
  align-items: center;
  min-width: 4px;
}

/* line 330, app/assets/stylesheets/reporting.scss */
.gantt-bar-label {
  font-size: 10px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 4px;
  text-overflow: ellipsis;
  font-weight: 600;
}

/* line 340, app/assets/stylesheets/reporting.scss */
.gantt-dur-col {
  width: 72px;
  flex-shrink: 0;
  font-size: 11px;
  color: var(--rpt-muted);
  white-space: nowrap;
}

/* line 349, app/assets/stylesheets/reporting.scss */
body {
  background-color: #f1f5f9;
  font-size: 14px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

