/* Mobile-first tweaks on top of Bootstrap 5 defaults */
body { -webkit-tap-highlight-color: transparent; }
#video-area { background: #111; }
.card { border-radius: 14px; }
.navbar-brand { letter-spacing: -0.02em; }

@media (max-width: 576px) {
    .display-6 { font-size: 1.6rem; }
    #countdown { font-size: 1.5rem; }
}
