.pgr-exportShell {
    max-width: 1380px;
    margin: 0 auto;
}

.pgr-exportPage {
    background: #ffffff;
    border: 1px solid var(--pgr-border, #d9d9d9);
    border-radius: 4px;
    box-shadow: var(--pgr-shadow-soft, 0 4px 14px rgb(15 23 42 / 5%));
}

.pgr-exportSummary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin: 0 0 12px;
}

.pgr-exportSummary div {
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #f9fafb;
}

.pgr-exportSummary span {
    display: block;
    margin-bottom: 5px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.pgr-exportSummary strong {
    color: #111827;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.pgr-exportSummary em {
    display: block;
    margin-top: 5px;
    color: #6b7280;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.pgr-exportSummary div:nth-child(2) strong {
    font-size: 18px;
}

.pgr-exportStatusNotice {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid #fde68a;
    border-radius: 4px;
    background: #fffbeb;
    color: #92400e;
}

.pgr-exportStatusNotice i {
    margin-top: 2px;
    color: #b45309;
    flex-shrink: 0;
}

.pgr-exportStatusNotice strong {
    display: block;
    margin-bottom: 3px;
    color: #78350f;
    font-size: 14px;
    font-weight: 800;
}

.pgr-exportStatusNotice p {
    margin: 0;
    color: #92400e;
    font-size: 14px;
    line-height: 1.5;
}

.pgr-exportForm {
    margin-top: 18px;
}

.pgr-exportAccordion {
    width: 100%;
    max-width: none;
}

.pgr-exportToggle summary {
    padding: 0;
    width: 100%;
}

.pgr-exportToggle summary > i {
    margin-right: 14px;
    margin-left: 10px;
    flex-shrink: 0;
}

.pgr-exportToggleLeft {
    min-height: 52px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.pgr-exportCheck {
    width: 42px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e5e7eb;
    cursor: pointer;
}

.pgr-exportCheck input {
    width: 18px;
    height: 18px;
    accent-color: var(--pgr-red, #D02528);
    cursor: pointer;
}

.pgr-exportModuleTitle {
    min-width: 0;
    padding: 13px 14px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

.pgr-exportModuleTitle i {
    width: 22px;
    color: var(--pgr-red-dark, #AD1F21);
    text-align: center;
    flex-shrink: 0;
    font-size: 16px;
}

.pgr-exportModuleTitle span {
    min-width: 0;
    display: block;
    color: #374151;
    font-size: 14px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
    font-weight: 500;
}

.pgr-exportModuleTitle strong {
    color: #111827;
    font-weight: 800;
}

.pgr-exportModuleStats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.pgr-exportModuleStats div {
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #f9fafb;
}

.pgr-exportModuleStats span {
    display: block;
    margin-bottom: 4px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.pgr-exportModuleStats strong {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
}

.pgr-exportTable {
    display: grid;
    grid-template-columns: 90px minmax(220px, 1fr) minmax(170px, 240px) 80px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

.pgr-exportTable > div {
    padding: 9px 10px;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    font-size: 13px;
    line-height: 1.35;
}

.pgr-exportTable > div:nth-child(4n) {
    border-right: 0;
    text-align: center;
}

.pgr-exportTable > div:nth-last-child(-n + 4) {
    border-bottom: 0;
}

.pgr-exportTableHead {
    background: #111827;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.pgr-exportOptions {
    width: 100%;
    max-width: none;
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #f9fafb;
}

.pgr-exportOptions h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
}

.pgr-exportOptions label {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 9px;
    color: #374151;
    font-size: 14px;
    line-height: 1.45;
    cursor: pointer;
}

.pgr-exportOptions input {
    margin-top: 2px;
    accent-color: var(--pgr-red, #D02528);
}

.pgr-infoPrimary:disabled {
    opacity: .55;
    cursor: not-allowed;
    transform: none;
}

.pgr-exportOptionRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}

.pgr-exportOptionRow:first-of-type {
    margin-top: 0;
}

.pgr-exportInfoBtn {
    width: 28px;
    height: 28px;

    border: 1px solid #e5e7eb;
    border-radius: 4px;

    background: #ffffff;
    color: var(--pgr-red-dark, #AD1F21);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition:
        background-color .15s ease,
        border-color .15s ease;
}

.pgr-exportInfoBtn:hover {
    background: #fef2f2;
    border-color: #fecaca;
}

.pgr-exportInfoBtn i {
    font-size: 14px;
}

.pgr-exportModalTitle {
    margin: 0;

    color: var(--pgr-red, #D02528);

    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
}

.pgr-exportModalDivider {
    margin: 14px 0 18px;
    border-top: 1px solid #e5e7eb;
}

.pgr-exportModalContent {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
}

.pgr-exportModalContent p {
    margin: 0 0 14px;
}

.pgr-exportModalContent p:last-child {
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .pgr-exportSummary,
    .pgr-exportModuleStats {
        grid-template-columns: 1fr;
    }

    .pgr-exportTable {
        grid-template-columns: 72px minmax(180px, 1fr) minmax(140px, 1fr) 64px;
        overflow-x: auto;
    }

    .pgr-exportModuleTitle span {
        font-size: 13px;
    }
}