@keyframes fadeSlideIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}

.digit-box::selection { background: transparent; }
select option { background: #fff; color: #1e293b; }
