/*
 * First-paint guard for the accepted warm Uplevel treatment.
 * This small stylesheet loads before the legacy base sheet so slow/progressive
 * CSS delivery can never expose the retired navy/violet surfaces or result dots.
 */
:root {
  --critical-paper: #FAF8F4;
  --critical-ink: #14161A;
}

html,
body,
#app,
#main,
#topbar,
.loading-screen,
.diagnostic-intro {
  color: var(--critical-ink) !important;
  background-color: var(--critical-paper) !important;
  background-image: none !important;
}

.result-offer-benefits {
  list-style: none !important;
}

.result-offer-benefits > li {
  grid-template-columns: minmax(0, 1fr) !important;
  place-items: center !important;
  text-align: center !important;
}

.result-offer-benefits > li::before,
.result-offer-benefits > li::marker {
  display: none !important;
  content: none !important;
}
