/* Renamed from .live-dot / live-pulse to avoid collision with cameraviewer.css */
.alarms-live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bs-danger);
    animation: alarms-live-pulse 1.5s infinite;
    flex-shrink: 0;
}

@keyframes alarms-live-pulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(220, 53, 69, .4); }
    50%      { opacity: .6; box-shadow: 0 0 0 6px rgba(220, 53, 69, 0); }
}

:root {
    --hm-0: #f0f0f0;
    --hm-1: #fde68a;
    --hm-2: #fbbf24;
    --hm-3: #f59e0b;
    --hm-4: #e67e22;
    --hm-5: #d35400;
    --hm-6: #c0392b;
    --hm-7: #922b21;
}

[data-theme="dark"] {
    --hm-0: #f0f0f0;
    --hm-1: #92400e;
    --hm-2: #b45309;
    --hm-3: #d97706;
    --hm-4: #ea580c;
    --hm-5: #dc2626;
    --hm-6: #b91c1c;
    --hm-7: #991b1b;
}
