/* Moderation – responsive, bessere Bedienung auf allen Geräten */

.an-mod-section {
    max-width: 100%;
}

.an-mod-reports-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.an-mod-report-card {
    break-inside: avoid;
}

.an-mod-report-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.an-mod-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
}

.an-mod-quick-label {
    font-size: 0.85rem;
    color: var(--an-muted, #94a3b8);
    margin-right: 0.25rem;
}

.an-mod-quick-form {
    display: inline;
}

.an-mod-detail-actions {
    margin-left: auto;
}

.an-mod-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    justify-content: flex-end;
}

.an-mod-inline-form {
    display: inline;
}

.an-mod-action-delete {
    color: var(--an-danger, #ef4444) !important;
}

.an-btn-danger {
    background: rgba(239, 68, 68, 0.15);
    color: var(--an-danger, #ef4444);
    border-color: rgba(239, 68, 68, 0.4);
}

.an-btn-danger:hover {
    background: rgba(239, 68, 68, 0.25);
}


/* Moderation-Dashboard */
.an-mod-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.an-mod-stat-card {
    text-align: center;
    padding: 1.25rem;
}

.an-mod-stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--an-primary, #3b82f6);
}

.an-mod-stat-automod .an-mod-stat-value {
    color: #f59e0b;
}

.an-mod-stat-label {
    font-size: 0.9rem;
    color: var(--an-muted, #94a3b8);
}

.an-mod-dashboard-actions {
    margin-bottom: 1.5rem;
}

.an-mod-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.an-mod-icon {
    margin-right: 0.25rem;
}

.an-mod-recent-card .an-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.an-mod-recent-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.an-mod-recent-item {
    padding: 0.75rem;
    border-radius: var(--an-radius-md, 6px);
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(148, 163, 184, 0.15);
}

.an-mod-recent-main {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
    margin-bottom: 0.25rem;
}

.an-mod-recent-id {
    font-weight: 600;
}

.an-mod-recent-reason {
    color: var(--an-muted, #94a3b8);
    font-size: 0.9rem;
}

.an-mod-recent-meta {
    font-size: 0.85rem;
    color: var(--an-muted, #94a3b8);
    margin-bottom: 0.5rem;
}

.an-mod-recent-actions {
    display: flex;
    gap: 0.4rem;
}

.an-badge-automod {
    background: rgba(245, 158, 11, 0.2);
    color: #f59e0b;
}

.an-badge-muted {
    background: rgba(148, 163, 184, 0.2);
    color: #94a3b8;
}

.an-mod-report-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.75rem;
}

/* Beitrags-Moderation im Thread */
.an-post-hidden-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    padding: 0.5rem 0.75rem;
    background: rgba(239, 68, 68, 0.1);
    border-radius: var(--an-radius-md, 6px);
    margin-bottom: 0.5rem;
}

.an-post-hidden-label {
    font-size: 0.9rem;
    color: var(--an-muted, #94a3b8);
}
