/* Беговая Кузница — кастомные стили */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

footer {
    flex-shrink: 0;
}

/* Navbar brand accent */
.navbar-brand i {
    color: #ffc107;
}

/* Cards */
.card {
    border-radius: 0.5rem;
}

/* QR reader area */
#reader {
    border-radius: 0.5rem;
    overflow: hidden;
}

#reader video {
    border-radius: 0.5rem;
}

/* Table improvements */
.table th {
    font-weight: 600;
}

/* Attendance badge */
.badge {
    font-weight: 500;
}

/* Leaderboard highlight */
.table-active {
    --bs-table-bg: rgba(13, 110, 253, 0.08);
}

/* Form tweaks */
.form-label {
    font-weight: 500;
}

/* Mobile adjustments */
@media (max-width: 576px) {
    h1.display-4 {
        font-size: 2rem;
    }
    h1.display-5 {
        font-size: 1.75rem;
    }
}
