.report-print-shell {
    position: fixed;
    left: -200vw;
    top: 0;
    width: 1540px;
    padding: 24px 30px;
    margin: 0;
    background: #ffffff;
    color: #1f2532;
    box-sizing: border-box;
    font-family: var(--if-font-sans), Arial, sans-serif;
    line-height: 1.5;
    font-size: 11px;
    box-shadow: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.report-print-shell *,
.report-print-shell *::before,
.report-print-shell *::after {
    box-sizing: border-box;
}

.report-print-section {
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 18px;
}

.report-print-shell h1,
.report-print-shell h2,
.report-print-shell h3 {
    margin: 0;
    color: #1f2532;
}

.report-print-shell h1 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.report-print-shell h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    border-left: 4px solid #4a3de2;
    padding-left: 8px;
}

.report-print-shell h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.report-print-shell p {
    margin: 0 0 6px;
}

.report-print-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8de;
}

.report-print-header-logo {
    width: 164px;
    height: auto;
}

.report-print-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f0ecff;
    color: #4a3de2;
    font-size: 11px;
    font-weight: 600;
    margin-top: 8px;
}

.report-print-meta {
    color: #596271;
    margin-bottom: 8px;
}

.report-print-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
    margin-top: 10px;
}

.report-print-kv-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
    margin-top: 10px;
}

.report-print-kv {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ececf1;
    padding-bottom: 5px;
}

.report-print-kv span {
    color: #596271;
}

.report-print-kv strong {
    color: #1f2532;
    text-align: right;
}

.report-print-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.report-print-table th,
.report-print-table td {
    border-top: 1px solid #e6e7ed;
    text-align: left;
    padding: 4px 6px;
    vertical-align: top;
}

.report-print-table thead th {
    border-top: none;
    border-bottom: 1px solid #cfcfda;
    background: #f8f9fc;
    font-weight: 700;
}

.report-print-table .report-print-table-num {
    text-align: right;
    white-space: nowrap;
}

.report-print-subtext {
    margin: 8px 0 0;
    color: #596271;
    font-size: 10px;
}

.report-print-paragraph {
    margin-top: 8px;
    color: #1f2532;
}

.report-print-paragraph p {
    margin-bottom: 8px;
}

.report-print-list {
    margin: 6px 0 0;
    padding-left: 18px;
}

.report-print-list li {
    margin-bottom: 4px;
}

.report-print-warning {
    color: #946100;
    background: #fff8e6;
    border-left: 3px solid #e5b93f;
    padding: 6px 8px;
    margin-bottom: 6px;
}

.report-print-chart-frame {
    width: 100%;
    min-height: 280px;
    margin-top: 10px;
    border: 1px solid #e6e7ed;
    background: #ffffff;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-print-chart-image {
    width: 100%;
    height: auto;
    display: block;
}

.report-print-action-item {
    border: 1px solid #ececf1;
    background: #fafbff;
    padding: 8px 10px;
    margin-bottom: 8px;
}

.report-print-action-item:last-child {
    margin-bottom: 0;
}

.report-print-action-item p:last-child {
    margin-bottom: 0;
}

.report-print-disclaimer {
    border-top: 1px solid #ececf1;
    padding-top: 10px;
    color: #596271;
    font-size: 10px;
}
