/* Action-logs.html CSS Styles */

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.stat-card {
    background: linear-gradient(to br, #151b2e, #1a2137);
    border: 1px solid #2a3550;
}

.action-table {
    border-collapse: collapse;
    font-size: 0.875rem;
}

.action-table thead {
    background: linear-gradient(to right, #1a2137, #151b2e);
}

.action-table thead th {
    border-bottom: 2px solid #2a3550;
    color: #d1d5db;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.action-table tbody tr {
    border-bottom: 1px solid #2a3550;
}

.action-table tbody tr:nth-child(even) { background-color: #0f1420; }
.action-table tbody tr:nth-child(odd) { background-color: #151b2e; }
.action-table tbody tr:hover { background-color: #1a2137 !important; }

.badge {
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.7rem;
    display: inline-block;
}

.badge-green { color: #10b981; background-color: rgba(16, 185, 129, 0.1); }
.badge-red { color: #ef4444; background-color: rgba(239, 68, 68, 0.1); }
.badge-gray { color: #9ca3af; background-color: rgba(156, 163, 175, 0.1); }