/* Brettspiel Bonusprogramm – Custom Styles */

body {
    background-color: #f8f9fa;
}

/* Navbar */
.navbar-brand {
    font-size: 1.1rem;
}

/* Karten */
.card {
    border: none;
    border-radius: 0.75rem;
}
.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
}

/* Punktestand-Karte */
.card.bg-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%) !important;
    border-radius: 1rem;
}

/* Code-Eingabe */
input[name="code"] {
    font-family: monospace;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
}

/* Tabellen */
.table th {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
}

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

/* Buttons */
.btn {
    border-radius: 0.5rem;
}

/* Footer-Abstand */
.container {
    padding-bottom: 2rem;
}
