.eye-flash {
    box-shadow: 0 0 18px rgba(251, 191, 36, 0.65);
}

.anomaly-tag {
    border: 1px solid rgba(148, 163, 184, 0.25);
    padding: 6px 8px;
    border-radius: 6px;
    background: rgba(15, 22, 38, 0.65);
}

.heatmap-tile {
    cursor: pointer;
}

.eye-filter.active {
    border-color: rgba(59, 130, 246, 0.6);
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.35);
}

body.whale-alert::after {
    content: "";
    position: fixed;
    inset: 0;
    box-shadow: inset 0 0 60px rgba(251, 191, 36, 0.55);
    pointer-events: none;
    opacity: 0.8;
    transition: opacity 0.4s ease;
}

body.halt-alert::after {
    content: "";
    position: fixed;
    inset: 0;
    box-shadow: inset 0 0 60px rgba(239, 68, 68, 0.55);
    pointer-events: none;
    opacity: 0.8;
    transition: opacity 0.4s ease;
}
