/* Eventos Sinte-SC — Participantes: revisão operacional */
.participants-summary-cards,
.participants-doc-cards,
.participants-regional-panel,
.nd-final-op-panel,
.nd-participants-op-panel,
.participants-table-wrap,
.participants-mobile-cards {
    display: none !important;
}

.panel.wide,
.participants-list-panel,
.participants-clean-list {
    overflow: visible !important;
}

.participants-clean-page {
    max-width: 1480px;
    margin: 0 auto;
}

.participants-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    border: 1px solid #dbe8e6;
    background: linear-gradient(135deg, #ffffff 0%, #f4fbf9 100%);
    border-radius: 22px;
    padding: 22px;
    margin-bottom: 18px;
}

.participants-hero h2 {
    margin: 3px 0 8px;
    font-size: 25px;
    color: #071c2f;
}

.participants-hero p {
    margin: 0;
    color: #607080;
    max-width: 850px;
    line-height: 1.5;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e7f7f4;
    color: #087568;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.participants-hero-actions,
.filter-buttons,
.participant-actions-clean,
.doc-open-actions,
.report-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.participants-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.kpi-card {
    display: block;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid #e4eaee;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .05);
}

.kpi-card span {
    display: block;
    color: #607080;
    font-weight: 800;
    font-size: 13px;
}

.kpi-card strong {
    display: block;
    font-size: 34px;
    margin: 5px 0 3px;
    color: #071c2f;
}

.kpi-card small {
    color: #607080;
}

.kpi-card.done {
    background: #ecfdf3;
    border-color: #b8efc7;
}

.kpi-card.ready {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.kpi-card.review {
    background: #fff7ed;
    border-color: #fed7aa;
}

.kpi-card.total {
    background: #f8fafc;
}

.clean-filter-panel,
.report-links-panel,
.participants-list-panel {
    border-radius: 22px;
    padding: 18px;
    margin-bottom: 18px;
}

.participants-clean-filters {
    display: grid;
    grid-template-columns: minmax(280px, 1.6fr) minmax(160px, 1fr) minmax(160px, 1fr) 120px auto;
    gap: 12px;
    align-items: end;
}

.participants-clean-filters label {
    font-weight: 800;
    color: #172033;
    font-size: 13px;
}

.participants-clean-filters input,
.participants-clean-filters select {
    width: 100%;
    margin-top: 6px;
    padding: 11px 12px;
    border: 1px solid #d8e2ea;
    border-radius: 12px;
    background: #fff;
}

.report-links {
    margin-top: 10px;
}

.report-links a {
    padding: 7px 10px;
    border-radius: 999px;
    background: #eef7f6;
    color: #0f766e;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.clean-list-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.clean-list-header h2 {
    margin: 0 0 4px;
}

.participants-review-list {
    display: grid;
    gap: 12px;
}

.participant-review-card {
    border: 1px solid #e5edf2;
    border-radius: 20px;
    padding: 16px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .04);
}

.participant-review-card.review {
    border-color: #fed7aa;
    background: #fffdf8;
}

.participant-review-card.ready {
    border-color: #bfdbfe;
    background: #f8fbff;
}

.participant-review-card.done {
    border-color: #bbf7d0;
    background: #f8fff9;
}

.participant-main-info {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #edf2f7;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.participant-title-line {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.participant-title-line strong {
    font-size: 16px;
    color: #071c2f;
}

.participant-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 7px;
    color: #607080;
    font-size: 13px;
}

.stage-pill {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.stage-pill.review {
    background: #ffedd5;
    color: #9a3412;
}

.stage-pill.ready {
    background: #dbeafe;
    color: #1d4ed8;
}

.stage-pill.done {
    background: #dcfce7;
    color: #15803d;
}

.participant-status-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.participant-status-grid > div,
.participant-doc-line > div {
    border: 1px solid #e5edf2;
    border-radius: 12px;
    padding: 10px;
    background: #f8fafc;
}

.participant-status-grid span,
.participant-doc-line span {
    display: block;
    color: #607080;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 5px;
}

.participant-doc-line {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.participant-doc-line .ok,
.doc-ok,
.ok-line {
    color: #047857;
    font-weight: 900;
}

.participant-doc-line .missing,
.doc-missing,
.attention-line {
    color: #b91c1c;
    font-weight: 900;
}

.participant-review-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.match-line {
    display: block;
    margin-top: 4px;
    color: #64748b;
}

.btn-mini,
.page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #0369a1;
    border-radius: 10px;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
}

.primary-mini {
    background: #008575;
    color: white;
    border-color: #008575;
}

.clean-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.page-number.active {
    background: #008575;
    color: white;
    border-color: #008575;
}

@media (max-width: 1100px) {
    .participants-kpis,
    .participant-status-grid,
    .participant-doc-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .participants-clean-filters {
        grid-template-columns: 1fr 1fr;
    }

    .participant-main-info,
    .participant-review-footer,
    .participants-hero {
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .participants-kpis,
    .participant-status-grid,
    .participant-doc-line,
    .participants-clean-filters {
        grid-template-columns: 1fr;
    }
}
