.eogar-landing {
    min-height: 100vh;
}
.admin-tag {
    display: inline-block;
    background: #e3f2fd;
    border: 1px solid #90caf9;
    border-radius: 20px;
    padding: 3px 12px;
    margin: 2px;
    font-size: 0.85rem;
}
.admin-tag .remove-tag {
    cursor: pointer;
    color: #c62828;
    margin-left: 5px;
}
.audit-row {
    font-size: 0.9rem;
}
.status-badge {
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
}
.status-new { background: #bbdefb; color: #1565c0; }
.status-draft { background: #f3e5f5; color: #7b1fa2; }
.status-in_progress { background: #fff9c4; color: #f57f17; }
.status-contacted { background: #c8e6c9; color: #2e7d32; }
.status-matched { background: #d1c4e9; color: #4527a0; }
.status-successful { background: #a5d6a7; color: #1b5e20; }
.status-closed { background: #cfd8dc; color: #37474f; }
.status-cancelled { background: #ffcdd2; color: #c62828; }
