:where(a, button, input, select, textarea, summary, [tabindex]):focus {
  outline: 3px solid #f8fafc;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(92, 141, 255, .45), 0 0 0 11px rgba(7, 2, 15, .85);
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid #f8fafc;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(92, 141, 255, .45), 0 0 0 11px rgba(7, 2, 15, .85);
}

:where(.btn, .mini-card, .round, .answer, .answer-btn, .share-btn, .info-btn, .back-link, .back-home, .btn-back, .soutenir-link, .soutenir-btn):focus-visible {
  transform: none;
  text-decoration: none;
}

@supports not selector(:focus-visible) {
  :where(a, button, input, select, textarea, summary, [tabindex]):focus {
    outline: 3px solid #f8fafc;
    outline-offset: 4px;
    box-shadow: 0 0 0 7px rgba(92, 141, 255, .45), 0 0 0 11px rgba(7, 2, 15, .85);
  }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.coverage-summary,
.result-explainer,
.metric-label {
  max-width: 760px;
  margin: 12px auto 0;
  color: #aeb8cc;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.coverage-summary {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.coverage-summary span {
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  padding: 7px 10px;
  font-weight: 800;
}

.metric-label {
  margin-top: 0;
  color: #ead6a2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.answer[aria-pressed="true"],
.answer-btn[aria-pressed="true"] {
  border-color: rgba(234, 214, 162, .82);
  box-shadow: 0 0 0 2px rgba(234, 214, 162, .18), 0 14px 38px rgba(0, 0, 0, .26);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .floating-card,
  .fade-in-section,
  .hero::before,
  .quiz-shell::before,
  .results-shell::before,
  .card::before,
  .card::after {
    transform: none !important;
  }
}
