/* Small extras on top of Tailwind CDN. */

.choice-btn {
    transition: background-color 120ms ease, border-color 120ms ease, transform 80ms ease;
}
.choice-btn:active:not(:disabled) {
    transform: scale(0.99);
}
.choice-btn:disabled {
    cursor: default;
}

/* Sticky timer bar on small screens. */
.timer-bar {
    backdrop-filter: blur(6px);
}
