.login-page {
    background: #343a40;
}

.url-preview {
    display: flex;
    align-items: stretch;
}

.live-badge {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.badge-real { background: #28a745; color: #fff; }
.badge-decoy { background: #ffc107; color: #212529; }
.badge-blocked { background: #6c757d; color: #fff; }

.table-live tbody tr.new-row {
    animation: highlight 2s ease-out;
}

@keyframes highlight {
    from { background-color: #fff3cd; }
    to { background-color: transparent; }
}

.chart-container {
    position: relative;
    height: 280px;
}
