.status-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.status-pill {
    border: 1px solid #d0dae4;
    background: #fff;
    color: #1a2c3e;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
}

.status-pill.active {
    background: #1e3c72;
    color: #fff;
    border-color: #1e3c72;
}

.status-summary {
    margin-top: 2px;
}

.status-summary-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.admin-action-modal {
    width: min(560px, 100%);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
    border: 1px solid #e5edf7;
    overflow: hidden;
}

.admin-action-modal-header {
    padding: 18px 20px;
    border-bottom: 1px solid #e8edf2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.admin-action-modal-body {
    padding: 20px;
}

.admin-action-modal-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 14px;
}

.admin-action-modal textarea.field {
    min-height: 120px;
    resize: vertical;
    max-width: 100%;
}

.upload-preview {
    margin-top: 12px;
    border-radius: 14px;
    border: 1px solid #dfe8f2;
    background: #f8fbff;
    overflow: hidden;
}

.upload-preview-empty {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8fbff, #eef4fb);
}

.upload-preview-empty-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #718096;
    font-weight: 700;
}

.upload-preview-link {
    display: block;
    line-height: 0;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.upload-preview-image {
    display: block;
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    background: #eef4fb;
}

.upload-item-review {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 16px;
    align-items: stretch;
}

.upload-review-details,
.upload-review-preview {
    min-width: 0;
}

.company-id-lightbox {
    z-index: 10030;
}

.company-id-lightbox-modal {
    width: min(960px, 100%);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
    overflow: hidden;
}

.company-id-lightbox-body {
    padding: 18px 20px 20px;
    background: #f8fbff;
}

.company-id-lightbox-image {
    display: block;
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    background: #eef4fb;
    border-radius: 14px;
    border: 1px solid #dfe8f2;
}

.toolbar-tight {
    margin-bottom: 12px;
}

.toolbar-tight-top {
    margin-top: 12px;
}

.section-stack {
    margin-top: 14px;
}

.section-stack-lg {
    margin-top: 16px;
}

.section-label {
    margin-bottom: 8px;
    font-weight: 700;
    color: #1a2c3e;
}

.section-caption {
    margin-bottom: 10px;
    font-size: 0.85rem;
}

.section-note {
    margin-top: 12px;
    font-size: 0.82rem;
}

.admin-notes-field {
    min-height: 150px;
    max-width: 100%;
    resize: vertical;
}

.section-gap {
    height: 16px;
}

.row-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.toolbar-no-bottom {
    margin-bottom: 0;
}

.heading-no-bottom {
    margin-bottom: 0;
}

.spacer-14 {
    height: 14px;
}

.table-hidden {
    display: none;
}

.modal-title-tight {
    margin-bottom: 4px;
}

.modal-subtitle {
    margin-top: 4px;
}

.modal-title-primary {
    margin: 0;
    color: #1e3c72;
}

.modal-intro {
    margin-bottom: 10px;
}

.text-small {
    font-size: 0.8rem;
}

.text-smaller {
    font-size: 0.78rem;
}

.margin-top-4 {
    margin-top: 4px;
}

.margin-top-8 {
    margin-top: 8px;
}

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

.empty-state-tight {
    margin: 0;
}

.item-title {
    font-weight: 700;
    color: #1e3c72;
}

.item-subtle {
    font-size: 0.82rem;
}

.item-link {
    color: #1e3c72;
    font-weight: 700;
}

.item-meta {
    font-size: 0.78rem;
}

.team-badge-ready {
    margin-top: 4px;
}

.open-file-wrapper {
    margin-top: 8px;
}

.header-subtitle {
    opacity: 0.9;
}

.header-outline-light {
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
}

.card-no-bottom {
    margin-bottom: 0;
}

.toolbar-column {
    flex-direction: column;
    align-items: stretch;
}

.token-note {
    font-size: 0.82rem;
}

.toolbar-margin-top-6 {
    margin-top: 6px;
}

@media (max-width: 900px) {
    .admin-modal-grid {
        grid-template-columns: 1fr;
    }

    .upload-item-review {
        grid-template-columns: 1fr;
    }

    .filter-grid {
        grid-template-columns: 1fr;
    }
}
