/* AF ShopBook V33.3 — favicon and accessibility polish */
:root {
  --af-focus-ring: #20d6b7;
}

/* Visible keyboard focus without affecting pointer interactions. */
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--af-focus-ring) !important;
  outline-offset: 3px !important;
}

/* Orange brand surfaces need dark foreground text to meet WCAG contrast. */
.v22-btn-primary,
.v22-plan-badge,
.v22-billing-toggle button.active,
.v22-billing-toggle button.active small,
.af-assistant-send,
.af-assistant-confirm {
  color: #111820 !important;
}

.v22-btn-primary svg,
.af-assistant-send svg,
.af-assistant-confirm svg {
  color: currentColor !important;
  stroke: currentColor !important;
}

/* Keep muted copy readable in light mode, including small supporting text. */
html[data-theme="light"] {
  --muted: #56616e;
}

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