:root {
  color-scheme: dark;
  --bg: #050d19;
  --panel: rgba(10, 21, 38, .84);
  --panel-strong: rgba(12, 24, 43, .96);
  --line: #223550;
  --text: #f7fbff;
  --muted: #b8c3d6;
  --blue: #2f7cff;
  --cyan: #18d8f3;
  --green: #91e326;
  --yellow: #ffd21e;
  --purple: #925cff;
}

* { box-sizing: border-box; }

html {
  color-scheme: dark;
  background: #050d19 !important;
}

body.diag-standalone-page,
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, Segoe UI, sans-serif;
  background:
    radial-gradient(circle at 18% 10%, rgba(47,124,255,.22), transparent 26%),
    radial-gradient(circle at 80% 0%, rgba(24,216,243,.14), transparent 28%),
    linear-gradient(135deg, #050d19 0%, #081527 48%, #030914 100%) !important;
  color: var(--text) !important;
  padding: 24px clamp(16px, 4vw, 56px) 10px;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(47,124,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(47,124,255,.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

.shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.topbar.compact { margin-bottom: 20px; }

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  letter-spacing: .16em;
}

.logo {
  width: 100px;
}

.trust {
  display: flex;
  gap: clamp(14px, 3vw, 42px);
  color: #eef5ff;
  flex-wrap: wrap;
}

.hero {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
  margin-bottom: 20px;
}

.hero-content {
  display: flex;
  flex-direction: column;
}

.pill,
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--blue);
  border-radius: 999px;
  color: #6fb0ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 6px 14px;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.08;
  margin: 12px 0 14px;
}

h1 span {
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--green));
  -webkit-background-clip: text;
  color: transparent;
}

h2 {
  font-size: clamp(30px, 4vw, 44px);
  margin: 8px 0 14px;
}

h3 { margin-top: 28px; }

p,
small {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.hero-desc {
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.5;
  color: var(--muted);
  margin: 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0 22px;
  flex-wrap: wrap;
}

.btn-hero {
  border: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, #91e326, #b8ff33);
  color: #05140b;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 850;
  letter-spacing: -0.01em;
  padding: 17px 34px;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset, 0 4px 22px rgba(145,227,38,.38);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform .2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .2s ease, background .2s ease;
  position: relative;
  overflow: hidden;
}

.btn-hero:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, #9df028, #c4ff47);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.3) inset, 0 8px 32px rgba(145,227,38,.55);
}

.btn-hero:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(145,227,38,.4);
}

.btn-hero-text {
  letter-spacing: -0.01em;
}

.btn-hero-arrow {
  display: inline-block;
  font-size: 1.15em;
  line-height: 1;
  transition: transform .2s ease;
}

.btn-hero:hover .btn-hero-arrow {
  transform: translateX(4px);
}

.hero-microcopy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}

.hero-microcopy .micro-sep {
  opacity: .35;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.07);
}

.benefits b {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--text);
  font-size: 20px;
  font-weight: 500;
}

.benefits small {
  font-size: 13px;
  line-height: 1.35;
  color: var(--muted);
}

.preview,
.card,
.result,
.start-card {
  background: linear-gradient(145deg, rgba(12,24,43,.9), rgba(6,14,27,.92));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 24px 90px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04);
}

.preview {
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.preview::before,
.preview::after {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(24,216,243,.24);
  border-radius: 26px;
  transform: rotate(45deg);
}

.preview::before { right: -90px; top: -90px; }
.preview::after { left: -100px; bottom: -110px; }

.preview-row {
  display: grid;
  grid-template-columns: 34px 1fr 170px 58px;
  gap: 14px;
  align-items: center;
  margin: 18px 0;
  font-weight: 700;
}

.preview-row i,
.field-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(47,124,255,.15);
}

.preview-row b {
  height: 10px;
  max-width: 170px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 18px currentColor;
}

.preview-row.blue { color: var(--blue); }
.preview-row.green { color: var(--green); }
.preview-row.yellow { color: var(--yellow); }
.preview-row.purple { color: var(--purple); }
.preview-row.cyan { color: var(--cyan); }
.preview-row span { color: var(--text); }

.bot {
  width: 120px;
  height: 120px;
  margin: 30px 0 0 auto;
  border: 2px solid var(--cyan);
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 54px;
  box-shadow: 0 0 36px rgba(24,216,243,.38);
}

.bot span {
  position: absolute;
  right: 46px;
  bottom: 26px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 3px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  background: #071425;
  align-content: center;
}

.start-card,
.card,
.result { padding: clamp(24px, 4vw, 36px); }

.start-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 32px;
  align-items: center;
}

button {
  border: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--green), #c7ff38);
  color: #061225;
  font-size: 18px;
  font-weight: 900;
  padding: 18px 30px;
  cursor: pointer;
  box-shadow: 0 0 28px rgba(145,227,38,.28);
}

.ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}

.step-counter {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 10px;
  letter-spacing: .02em;
}

.progress {
  height: 10px;
  background: #07111f;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 24px;
}

.progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--green));
}

.step-badge {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  margin-right: 8px;
  border-radius: 50%;
  color: #061225;
  background: var(--blue);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

label {
  display: grid;
  gap: 10px;
  color: #dfe8f7;
  font-weight: 650;
}

.tile {
  grid-template-columns: 52px 1fr;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(7,17,31,.5);
}

.tile input,
.tile select,
.tile textarea { grid-column: 1 / -1; }

.span-2 { grid-column: 1 / -1; }

.field-icon {
  width: 48px;
  height: 48px;
  font-size: 24px;
  box-shadow: inset 0 0 18px rgba(47,124,255,.2);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #2a3d59;
  border-radius: 10px;
  background: rgba(5,13,25,.82);
  color: var(--text);
  font-size: 16px;
  padding: 15px 16px;
  font-family: inherit;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  min-height: 85px;
}

.actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.center { text-align: center; }

.loader {
  width: 72px;
  height: 72px;
  border: 7px solid #25344b;
  border-top-color: var(--green);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 24px;
}

@keyframes spin { to { transform: rotate(360deg); } }

.kpis,
.maturity {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.kpis b,
.rank div,
.maturity span,
.maturity strong,
.lead {
  background: rgba(7,17,31,.72);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}

.kpis b {
  font-size: 25px;
  display: grid;
  gap: 8px;
}

.kpis small { font-size: 14px; }

.opportunities-layout {
  display: grid;
  grid-template-columns: minmax(320px, 460px) 1fr;
  gap: 20px;
  align-items: start;
  margin: 16px 0 24px;
}

.radar-card {
  background: rgba(7, 17, 31, .72);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 12px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.radar-header {
  text-align: center;
  margin-bottom: 10px;
}

.radar-header h4 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}

.radar-header p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}

.radar-legend {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  flex-wrap: wrap;
}

.radar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.legend-dot.green {
  background: var(--green);
  box-shadow: 0 0 8px rgba(145, 227, 38, 0.6);
}

.legend-dot.cyan {
  background: var(--cyan);
  box-shadow: 0 0 8px rgba(24, 216, 243, 0.6);
}

.radar-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.radar-svg {
  width: 100%;
  max-width: 480px;
  height: auto;
  overflow: visible;
}

/* =========================================================
   Estrutura do Diagnóstico adaptada com Identidade Visual
   ========================================================= */
.topbar-result {
  margin-bottom: 24px;
}
.topbar-result .eyebrow {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--yellow);
  margin-bottom: 6px;
}
.topbar-result .result-title {
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 800;
  margin: 0 0 6px;
  color: var(--text);
}
.topbar-result .result-subtitle {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}

/* Hero Ring: Índice de Automação */
.hero-index {
  background: linear-gradient(135deg, rgba(14, 42, 77, 0.75), rgba(7, 20, 37, 0.9));
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 24px;
  margin: 18px 0 16px;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
.hero-index .idx-ring {
  position: relative;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.hero-index .idx-ring svg {
  transform: rotate(-90deg);
}
.hero-index .idx-num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero-index .idx-num .n {
  font-size: 28px;
  font-weight: 800;
  color: var(--text);
  line-height: 1.1;
}
.hero-index .idx-num .l {
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero-index .idx-text {
  flex: 1;
  min-width: 220px;
}
.hero-index .h-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 700;
  margin-bottom: 4px;
}
.hero-index .h-value {
  font-size: 24px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 6px;
}
.hero-index .h-sub {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
  max-width: 540px;
}

/* Headings e seções */
.section-heading {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--muted);
  margin: 32px 0 8px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.section-heading:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 10px;
}
.section-sub {
  font-size: 13px;
  color: var(--muted);
  margin: -2px 0 16px;
  line-height: 1.5;
}

/* Oportunidades Cards */
.opp-cards-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.opp-card {
  background: rgba(7, 17, 31, .65);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.opp-num {
  font-size: 14px;
  font-weight: 800;
  color: #ffd21e;
  width: 22px;
  flex-shrink: 0;
  padding-top: 2px;
}
.opp-body {
  flex: 1;
}
.opp-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.opp-name {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--text);
}
.badge-potencial {
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.badge-alto {
  background: rgba(239, 68, 68, 0.16);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.badge-medio {
  background: rgba(245, 158, 11, 0.16);
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.badge-baixo {
  background: rgba(34, 197, 94, 0.16);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.opp-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.opp-tag {
  font-size: 11px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 2px 9px;
}

/* CTA Banner */
.cta-banner {
  background: linear-gradient(135deg, rgba(14, 42, 77, 0.8), rgba(6, 18, 37, 0.95));
  border: 1px solid rgba(47, 124, 255, 0.35);
  border-radius: 14px;
  padding: 28px 24px;
  margin: 26px 0;
  text-align: center;
}
.cta-banner .c-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 6px;
}
.cta-banner .c-sub {
  font-size: 13.5px;
  color: var(--muted);
  max-width: 520px;
  margin: 0 auto 18px;
  line-height: 1.55;
}
.btn-cta {
  background: linear-gradient(90deg, #e3a93b, #f59e0b);
  color: #061225;
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  padding: 14px 28px;
  cursor: pointer;
  box-shadow: 0 0 24px rgba(227, 169, 59, .35);
  text-decoration: none;
  display: inline-block;
  transition: transform .2s, box-shadow .2s;
}
.btn-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 30px rgba(227, 169, 59, .5);
}

/* Hero Result: Estimativa de Custo */
.hero-result {
  background: linear-gradient(135deg, rgba(14, 42, 77, 0.75), rgba(7, 20, 37, 0.9));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 22px;
  color: var(--text);
  margin: 16px 0 10px;
}
.hero-result .h-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 700;
  margin-bottom: 6px;
}
.hero-result .h-value {
  font-size: 36px;
  font-weight: 800;
  color: var(--text);
}
.hero-result .val-unit {
  font-size: 16px;
  font-weight: 500;
  color: var(--muted);
}
.hero-result .h-sub {
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
}

/* Compare note */
.compare-note {
  font-size: 13px;
  color: var(--muted);
  background: rgba(47, 124, 255, 0.1);
  border: 1px solid rgba(47, 124, 255, 0.25);
  border-radius: 10px;
  padding: 12px 16px;
  margin: 12px 0;
  line-height: 1.5;
}
.compare-note b {
  color: var(--text);
}

/* KPI Amber: Potencial Estimado de Redução */
.kpi-amber {
  background: linear-gradient(135deg, rgba(180, 115, 20, 0.22), rgba(120, 75, 10, 0.15));
  border: 1px solid rgba(227, 169, 59, 0.4);
  border-radius: 12px;
  padding: 18px 20px;
  margin: 14px 0 22px;
}
.kpi-amber .kpi-label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 700;
  margin-bottom: 6px;
}
.kpi-amber .kpi-value {
  font-size: 26px;
  font-weight: 800;
  color: #ffd21e;
}
.kpi-amber .kpi-sub {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}

/* Maturidade Operacional */
.maturity-banner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  background: rgba(7, 17, 31, .75);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 20px;
  margin: 16px 0;
}
.maturity-banner .m-score {
  font-size: 30px;
  font-weight: 800;
  color: var(--text);
}
.maturity-banner .m-denom {
  font-size: 16px;
  color: var(--muted);
}
.maturity-banner .m-badge {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(47, 124, 255, 0.25);
  border: 1px solid var(--blue);
  color: var(--cyan);
  font-weight: 700;
}
.maturity-banner .m-desc {
  font-size: 13px;
  color: var(--muted);
  flex: 1;
  min-width: 220px;
  line-height: 1.55;
}

/* Dimensões */
.dim-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin: 16px 0;
}
.dim-card {
  background: rgba(7, 17, 31, .65);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
}
.dim-card .d-name {
  font-size: 12.5px;
  color: var(--muted);
  margin-bottom: 6px;
}
.dim-track {
  background: var(--line);
  border-radius: 5px;
  height: 7px;
  overflow: hidden;
  margin-bottom: 6px;
}
.dim-fill {
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  height: 100%;
  border-radius: 5px;
}
.dim-card .d-score {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}

/* Prioridade Banner */
.priority-banner {
  border-radius: 12px;
  padding: 18px 22px;
  margin: 18px 0;
  border: 1.5px solid rgba(227, 169, 59, 0.45);
  background: rgba(245, 158, 11, 0.08);
}
.priority-banner .p-title {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 700;
}
.priority-banner .p-value {
  font-size: 30px;
  font-weight: 800;
  color: var(--text);
  margin: 4px 0;
}
.priority-banner .p-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

/* Rodapé e Ações */
.footer-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 24px;
  line-height: 1.6;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  opacity: 0.8;
}

.rank {
  display: grid;
  gap: 12px;
}

.rank div {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: center;
}
.nav-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  height: auto;
}
.rank strong { color: var(--green); }
.rank em { color: var(--cyan); font-style: normal; }
.note { border-left: 4px solid var(--green); padding-left: 16px; }

@media (max-width: 900px) {
  .hero,
  .start-card { grid-template-columns: 1fr; }
  .hero-media { order: 2; margin-top: 10px; }
  .hero-content { order: 1; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .btn-hero { width: 100%; text-align: center; }
  .hero-microcopy { justify-content: center; }
  .benefits,
  .form-grid { grid-template-columns: 1fr; }
  .trust { display: none; }
  .preview-row { grid-template-columns: 34px 1fr 60px; }
  .preview-row b { display: none; }
  .rank div { grid-template-columns: 1fr; }
  .opportunities-layout { grid-template-columns: 1fr; }
}

@media print {
  body { background: white; color: #111; display: block; }
  body::before, .topbar, .ghost, button, .btn-cta { display: none; }
  .hero, .card, .result, .start-card { box-shadow: none; border: 0; background: white; color: #111; }
  .hero-index, .hero-result, .cta-banner, .opp-card, .dim-card, .maturity-banner, .priority-banner, .radar-card {
    background: white !important;
    border: 1px solid #cbd5e1 !important;
    color: #111 !important;
    box-shadow: none !important;
  }
  .hero-index .h-value, .hero-result .h-value, .m-score, .p-value, .opp-name, .d-score, .idx-num .n {
    color: #0f172a !important;
  }
  .h-sub, .section-sub, .m-desc, .p-desc, .footer-note, .opp-tag, .kpi-sub {
    color: #475569 !important;
  }
  .badge-alto { background: #fee2e2 !important; color: #b91c1c !important; }
  .badge-medio { background: #fef3c7 !important; color: #b45309 !important; }
  .badge-baixo { background: #dcfce7 !important; color: #15803d !important; }
  .radar-card text tspan { fill: #111 !important; }
  .radar-card text tspan:last-child { fill: #15803d !important; }
  p, small { color: #333; }
}
