body { background-color: #f0f2f5; font-family: sans-serif; }
.login-box { max-width: 400px; margin: 100px auto; }

/* BARVY TICKETŮ */
.prijato td { background-color: #f8d7da !important; color: #842029 !important; }
.v_oprave td { background-color: #fff3cd !important; color: #664d03 !important; }
.hotovo td { background-color: #d1e7dd !important; color: #0f5132 !important; }

.status-badge {
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.85em;
    font-weight: bold;
}
.badge-prijato { background: #dc3545; color: white; }
.badge-oprava { background: #fd7e14; color: white; }
.badge-hotovo { background: #198754; color: white; }

.card { border-radius: 10px; border: none; }