:root { --status-verfuegbar: #198754; --status-unterwegs: #0d6efd; --status-werkstatt: #ffc107; --status-gesperrt: #dc3545; }
body { background-color: #f5f7fa; min-height: 100vh; }
.login-container { max-width: 400px; margin: 120px auto; }
.login-card { border: none; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.1); }
.login-logo { font-size: 3rem; color: var(--bs-primary); }
.vehicle-card { border: none; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); transition: transform 0.2s; }
.vehicle-card:hover { transform: translateY(-2px); }
.badge-verfuegbar { background-color: var(--status-verfuegbar) !important; }
.badge-unterwegs { background-color: var(--status-unterwegs) !important; }
.badge-werkstatt { background-color: var(--status-werkstatt) !important; }
.badge-gesperrt { background-color: var(--status-gesperrt) !important; }
.badge-angefragt { background-color: #6c757d !important; }
.badge-genehmigt { background-color: #198754 !important; }
.badge-abgelehnt { background-color: #dc3545 !important; }
.badge-abgeschlossen { background-color: #0d6efd !important; }
.badge-gering { background-color: #ffc107 !important; color: #000 !important; }
.badge-mittel { background-color: #fd7e14 !important; }
.badge-schwer { background-color: #dc3545 !important; }
.fc { background: #fff; border-radius: 12px; padding: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.fc-event-angefragt { background-color: #6c757d !important; border-color: #6c757d !important; }
.fc-event-genehmigt { background-color: #198754 !important; border-color: #198754 !important; }
.stat-card { border: none; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.stat-card .stat-icon { font-size: 2rem; opacity: 0.7; }
.stat-card .stat-value { font-size: 2rem; font-weight: 700; }
.table-container { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
