*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
button svg, button svg *, button path, button polyline, button line, button circle,
a svg, a svg *, a path, a polyline, a line, a circle,
label svg, label svg *, label path, label polyline, label line, label circle,
[class*="select"] svg, [class*="select"] svg *,
.option-card svg, .option-card svg * { pointer-events: none; }

/* Prevent browser autofill yellow background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--bg-card, #fff) inset;
    -webkit-text-fill-color: var(--text-h, #1A1520);
    transition: background-color 5000s ease-in-out 0s;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
