/* —— Tema claro —— */
[data-theme="light"] {
  --bg-deep: #eef1f6;
  --bg: #ffffff;
  --bg-elevated: #f4f6fa;
  --bg-card: #ffffff;
  --blue-dark: #e8ecf4;
  --blue-mid: #dbe4f0;
  --white: #0f172a;
  --muted: #5c6478;
  --black: #0f172a;
  --border: rgba(15, 23, 42, 0.12);
  --gold-dim: rgba(201, 162, 39, 0.12);
  --glow: rgba(201, 162, 39, 0.22);
}

[data-theme="light"] body {
  color: var(--white);
  background: var(--bg-deep);
}

[data-theme="light"] .circuit-canvas {
  opacity: 0.4;
}

[data-theme="light"] .page-home .circuit-canvas {
  opacity: 0.48;
}

[data-theme="light"] .noise {
  opacity: 0.014;
}

[data-theme="light"] .site-header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 100%);
  border-bottom-color: var(--border);
}

@media (max-width: 880px) {
  [data-theme="light"] .site-header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.96) 100%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

[data-theme="light"] .logo {
  color: #0f172a;
}

[data-theme="light"] .logo-tagline {
  color: rgba(15, 23, 42, 0.55);
}

[data-theme="light"] .site-nav a {
  color: var(--muted);
}

[data-theme="light"] .site-nav a:hover,
[data-theme="light"] .site-nav a.is-active {
  color: var(--white);
}

[data-theme="light"] .nav-toggle {
  background: var(--bg-elevated);
  border-color: var(--border);
}

[data-theme="light"] .hero-bg {
  background:
    radial-gradient(ellipse 80% 60% at 70% -10%, rgba(201, 162, 39, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 40%, rgba(200, 210, 230, 0.5) 0%, transparent 50%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
}

[data-theme="light"] .page-hero {
  background: radial-gradient(ellipse 70% 80% at 80% -20%, rgba(201, 162, 39, 0.08) 0%, transparent 50%), var(--bg);
}

[data-theme="light"] .servicos-hero-chips__icon {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(201, 162, 39, 0.28);
}

[data-theme="light"] .servicos-hero-chips__item:hover {
  background: rgba(201, 162, 39, 0.08);
}

[data-theme="light"] .service-title__icon,
[data-theme="light"] .service-list__icon {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(201, 162, 39, 0.22);
}

[data-theme="light"] .page-hero--rfid {
  background: radial-gradient(ellipse 60% 70% at 20% 0%, rgba(200, 210, 230, 0.6) 0%, transparent 45%),
    radial-gradient(ellipse 80% 60% at 90% 30%, rgba(201, 162, 39, 0.1) 0%, transparent 50%), var(--bg);
}

[data-theme="light"] .page-hero--clp {
  background: radial-gradient(ellipse 55% 65% at 75% 0%, rgba(200, 210, 230, 0.55) 0%, transparent 42%),
    radial-gradient(ellipse 70% 55% at 15% 50%, rgba(201, 162, 39, 0.09) 0%, transparent 48%), var(--bg);
}

[data-theme="light"] .page-hero--paineis {
  background: radial-gradient(ellipse 65% 60% at 15% -10%, rgba(200, 210, 230, 0.58) 0%, transparent 48%),
    radial-gradient(ellipse 55% 70% at 85% 40%, rgba(201, 162, 39, 0.1) 0%, transparent 50%), var(--bg);
}

[data-theme="light"] .section--dark {
  background: linear-gradient(180deg, var(--blue-dark) 0%, var(--bg-deep) 100%);
}

[data-theme="light"] .card,
[data-theme="light"] .panel {
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

[data-theme="light"] .service-split__media {
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .rastre-diagram-slot__inner {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(201, 162, 39, 0.28);
}

[data-theme="light"] .rastre-topology-item {
  background: rgba(255, 255, 255, 0.55);
}

[data-theme="light"] .rastre-topology-item__icon {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(201, 162, 39, 0.28);
}

[data-theme="light"] .cta-band {
  background: linear-gradient(90deg, var(--bg-elevated) 0%, #e0e7ff 50%, var(--bg-elevated) 100%);
  border-block-color: var(--border);
}

[data-theme="light"] .site-footer {
  background: #e8ecf4;
  border-top-color: var(--border);
}

[data-theme="light"] .footer-bottom {
  border-top-color: var(--border);
}

[data-theme="light"] .footer-links a {
  color: var(--muted);
}

[data-theme="light"] .footer-emails a {
  color: var(--white);
}

[data-theme="light"] .page-note {
  background: var(--bg-elevated);
  border-left-color: var(--gold);
}

[data-theme="light"] .contact-form,
[data-theme="light"] .contact-card {
  background: var(--bg-card);
}

[data-theme="light"] .hero-circuit-ring {
  border-color: rgba(180, 140, 45, 0.35);
  box-shadow: inset 0 0 40px rgba(201, 162, 39, 0.08), 0 0 0 1px rgba(15, 23, 42, 0.06);
}

[data-theme="light"] .hero-circuit-corner {
  border-color: rgba(180, 140, 45, 0.55);
}

[data-theme="light"] .hero-logo-tagline {
  color: var(--muted);
}

[data-theme="light"] .service-rastre:not(.service-rastre--in-split) {
  background: linear-gradient(145deg, var(--bg-card) 0%, rgba(201, 162, 39, 0.06) 100%);
  border-color: rgba(201, 162, 39, 0.22);
}

[data-theme="light"] .card-feature--gold {
  background: linear-gradient(145deg, var(--bg-card) 0%, rgba(201, 162, 39, 0.08) 100%);
}

[data-theme="light"] .card-feature__motif {
  background-color: rgba(236, 240, 248, 0.95);
  border-bottom-color: var(--border);
}

[data-theme="light"] .form-row input,
[data-theme="light"] .form-row textarea {
  background: var(--bg-elevated);
  color: var(--white);
  border-color: var(--border);
}

[data-theme="light"] .advantage-rfid li {
  background: var(--bg-card);
}

[data-theme="light"] .panel blockquote p {
  color: var(--white);
}

@media (max-width: 880px) {
  [data-theme="light"] .site-nav {
    background: linear-gradient(195deg, #f8fafc 0%, #f1f5f9 100%);
    border-color: var(--border);
    box-shadow: -16px 0 48px rgba(15, 23, 42, 0.12);
  }

  [data-theme="light"] .nav-backdrop {
    background: rgba(15, 23, 42, 0.28);
  }

  [data-theme="light"] .site-nav .nav-list a:not(.btn) {
    color: #334155;
  }

  [data-theme="light"] .site-nav .nav-list a:not(.btn):hover,
  [data-theme="light"] .site-nav .nav-list a:not(.btn):focus-visible {
    color: #0f172a;
  }

  [data-theme="light"] .site-nav .nav-list a.is-active:not(.btn) {
    background: rgba(201, 162, 39, 0.14);
    color: #0f172a;
  }

  [data-theme="light"] .site-nav .nav-list a.nav-highlight:not(.btn) {
    color: #b45309 !important;
  }
}

/* Alternador de tema */
.header-tools {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0.35rem 0.45rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--bg-elevated);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: border-color 0.2s var(--ease), background 0.2s;
}

.theme-toggle:hover {
  border-color: rgba(201, 162, 39, 0.45);
}

/* Faixa: empresa brasileira + mercados */
.trust-strip {
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.06) 0%, transparent 100%);
}

.trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  min-height: 2.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.trust-strip__badge {
  color: var(--gold-bright);
}

.trust-strip__markets {
  color: var(--muted);
}

.trust-strip__flags {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.trust-flag {
  display: block;
  width: 22px;
  height: 15px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.trust-strip__sep {
  width: 1px;
  height: 0.85rem;
  background: var(--border);
}

@media (max-width: 520px) {
  .trust-strip__inner {
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.5rem 0;
  }

  .trust-strip__sep {
    display: none;
  }
}

/* Avaliações — home */
.section--testimonials {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(15, 26, 50, 0.35) 0%, transparent 100%);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 0.5rem;
}

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

.testimonial-card {
  margin: 0;
  padding: 1.5rem 1.35rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.testimonial-card__stars {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  line-height: 1;
  letter-spacing: 0.12em;
}

.testimonial-card__star {
  color: var(--gold-bright);
}

.testimonial-card__star--dim {
  opacity: 0.28;
}

.testimonial-card__quote {
  margin: 0 0 1rem;
  padding: 0;
  border: none;
}

.testimonial-card__quote p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.55;
}

.testimonial-card__cite {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  font-style: normal;
  color: var(--white);
  letter-spacing: 0.02em;
}

[data-theme="light"] .section--testimonials {
  background: linear-gradient(180deg, rgba(219, 228, 240, 0.45) 0%, transparent 100%);
}

[data-theme="light"] .testimonial-card {
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

/* Clientes — home */
.section--clients {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.clients-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

@media (max-width: 880px) {
  .clients-grid {
    grid-template-columns: 1fr;
  }
}

.client-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  background: var(--bg-card);
}

.client-card--featured {
  background: linear-gradient(145deg, var(--bg-card) 0%, rgba(201, 162, 39, 0.09) 100%);
  border-color: rgba(201, 162, 39, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.client-card__label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin: 0 0 1rem;
}

.client-featured-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
  margin-bottom: 1rem;
}

.client-featured-media--logo-only {
  grid-template-columns: 1fr;
  width: 100%;
}

.client-card__logo-wrap--featured {
  width: 100%;
  align-items: center;
}

.client-card__logo-wrap--featured .client-card__markets-flags {
  justify-content: center;
}

.client-card__logo-slot--tupy {
  display: flex;
  width: fit-content;
  max-width: 100%;
  min-height: 0;
  margin-inline: auto;
  padding: 0.65rem 1rem;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.client-card__logo-img--tupy {
  display: block;
  width: auto;
  height: auto;
  max-height: min(142px, 34vw);
  max-width: min(100%, 340px);
  margin-inline: auto;
  object-fit: contain;
  object-position: center center;
}

@media (max-width: 720px) {
  .client-featured-media {
    grid-template-columns: 1fr;
  }
}

.client-card__logo-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}

.client-card__logo-slot {
  border-radius: var(--radius-sm);
  background: rgba(5, 8, 15, 0.45);
  border: 1px solid rgba(201, 162, 39, 0.22);
  padding: 0.65rem 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.5rem;
}

.client-card__logo-img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}

.client-card__markets-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.flag-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
  background: rgba(5, 8, 15, 0.35);
  border: 1px solid var(--border);
}

.flag-chip img {
  display: block;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.flag-chip--ghost {
  background: transparent;
}

.client-card__flags-lead {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
}

.client-card__photo {
  margin: 0;
  min-width: 0;
}

.client-card__photo-inner {
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.2);
  background: rgba(5, 8, 15, 0.35);
  aspect-ratio: 16 / 10;
  max-height: 220px;
}

.client-card__photo-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-card__photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-align: center;
  padding: 1rem;
  min-height: 120px;
  height: 100%;
  border: 1px dashed rgba(201, 162, 39, 0.35);
  background: linear-gradient(145deg, rgba(15, 26, 50, 0.5) 0%, rgba(5, 8, 15, 0.4) 100%);
}

.client-card__photo-hint {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(228, 192, 74, 0.65);
}

.client-card__name {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: var(--white);
}

.client-card__story {
  margin: 0;
}

.client-card__story-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  margin: 1.15rem 0 0.45rem;
  color: var(--white);
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.client-card__story-title:first-child {
  margin-top: 0;
}

.client-card__story p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

.client-card__desc {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.55;
}

.client-card--more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}

.client-card--where {
  gap: 1rem;
  justify-content: flex-start;
}

.where-head {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.client-card__h3--where {
  margin: 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(201, 162, 39, 0.22);
}

.where-kicker {
  margin: 0;
}

.client-card--where .where-lead {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--white);
}

.client-card--where .where-sub {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.where-locations {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

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

.where-location {
  margin: 0;
  padding: 0.95rem 1.05rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(201, 162, 39, 0.28);
  background: rgba(5, 8, 15, 0.42);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.where-location__name {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--white);
  line-height: 1.28;
}

.where-location__meta {
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.35;
}

.where-footnote {
  margin: 0.15rem 0 0;
  line-height: 1.5;
}

.where-cta {
  margin-top: 0.25rem;
  align-self: flex-start;
}

.client-card--more p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.client-card__h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: var(--white);
}

.footer-markets {
  margin-top: 0.65rem;
}

[data-theme="light"] .trust-strip {
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.08) 0%, transparent 100%);
}

[data-theme="light"] .client-card--featured {
  background: linear-gradient(145deg, var(--bg-card) 0%, rgba(201, 162, 39, 0.06) 100%);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

[data-theme="light"] .where-location {
  background: rgba(15, 23, 42, 0.035);
  border-color: rgba(201, 162, 39, 0.22);
}

[data-theme="light"] .client-card__h3--where {
  border-bottom-color: rgba(201, 162, 39, 0.18);
}

.theme-toggle__track {
  position: relative;
  width: 44px;
  height: 26px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.2);
}

[data-theme="light"] .theme-toggle__track {
  background: rgba(201, 162, 39, 0.25);
}

.theme-toggle__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold) 0%, #a68520 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s var(--ease);
}

[data-theme="light"] .theme-toggle__thumb {
  transform: translateX(18px);
}

/* Secção industrial — fundo transparente para o circuito (ambient) aparecer */
.section--industrial-motion {
  position: relative;
  background: transparent;
  overflow: hidden;
  padding-bottom: clamp(3rem, 8vw, 6rem);
}

/* Totem de validação atrás da esteira (canvas por cima) */
.factory-gate {
  position: absolute;
  left: 6.5%;
  top: 34%;
  width: clamp(22px, 2.8vw, 34px);
  height: 36%;
  min-height: 120px;
  background: linear-gradient(
    90deg,
    rgba(15, 26, 50, 0.92) 0%,
    rgba(18, 30, 56, 0.96) 50%,
    rgba(15, 26, 50, 0.92) 100%
  );
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    8px 0 24px rgba(0, 0, 0, 0.35);
  z-index: 0;
  pointer-events: none;
}

/* Base do Portal */
.factory-gate::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -10px;
  width: 50px;
  height: 10px;
  background: var(--bg-deep);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

/* Indicador superior (estilo painel / card do site) */
.factory-gate::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: var(--bg-card);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.factory-gate.gate-good::before {
  background: linear-gradient(145deg, rgba(201, 162, 39, 0.35) 0%, var(--gold) 100%);
  border-color: rgba(201, 162, 39, 0.5);
  box-shadow: 0 0 18px var(--glow), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.factory-gate.gate-bad::before {
  background: linear-gradient(145deg, rgba(255, 107, 107, 0.45) 0%, #e04545 100%);
  border-color: rgba(255, 107, 107, 0.55);
  box-shadow: 0 0 16px rgba(255, 68, 68, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

[data-theme="light"] .factory-floor {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.8),
    inset 0 0 32px rgba(255, 255, 255, 0.9);
}

[data-theme="light"] .factory-metrics {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .factory-metric__label {
  color: var(--muted);
}

[data-theme="light"] .factory-metric__track {
  background: rgba(15, 23, 42, 0.08);
  border-color: rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .factory-metric__fill--roi {
  background: linear-gradient(90deg, #0e7490 0%, #0891b2 100%);
  box-shadow: 0 0 8px rgba(8, 145, 178, 0.25);
}

[data-theme="light"] .factory-gate {
  background: linear-gradient(
    90deg,
    rgba(241, 245, 249, 0.95) 0%,
    rgba(255, 255, 255, 0.98) 50%,
    rgba(241, 245, 249, 0.95) 100%
  );
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    8px 0 20px rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .factory-gate::after {
  background: var(--bg-deep);
  border-color: rgba(15, 23, 42, 0.1);
}

[data-theme="light"] .factory-gate::before {
  background: var(--bg-card);
  border-color: rgba(201, 162, 39, 0.35);
}

[data-theme="light"] .factory-status {
  background: rgba(201, 162, 39, 0.12);
  box-shadow: none;
  color: var(--gold);
  border-color: rgba(201, 162, 39, 0.35);
}

[data-theme="light"] .status-alert {
  color: #dc2626;
  border-color: rgba(220, 38, 38, 0.45);
  background: rgba(254, 226, 226, 0.85);
  box-shadow: none;
}
