/* CortexFS embedded showroom final overrides */

html,
body {
  background: #050b18 !important;
  color: #f8fafc !important;
}

body,
.wrap,
.card,
.tier-card,
.module-link,
.roadmap,
.roadmap-step,
.workload-item,
#recommendation,
#results,
#subscribeCta {
  color: #f8fafc !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
label,
.tier-label,
.ml-title,
.rec-tier-label,
.stat-value,
.sp-label {
  color: #ffffff !important;
}

p,
span,
.hero-sub,
.credibility,
.hint,
.ml-desc,
.tier-card p,
.sp-feature {
  color: #cbd5e1 !important;
}

.tier-mode,
.sp-note,
.rec-tier-mode,
.stat-label {
  color: #94a3b8 !important;
}

a {
  color: #e2e8f0 !important;
}

a:hover {
  color: #4ade80 !important;
}

input,
select,
textarea {
  background: #0f172a !important;
  color: #f8fafc !important;
  border-color: #334155 !important;
}

select option {
  background: #0f172a !important;
  color: #f8fafc !important;
}

button {
  color: #ffffff !important;
}