/* 보고서 예시 v2 — 잠금 블록·다열 표·요약 수치 (로컬 예시, 2026-09-10) */
.report-designed .reference-nav{flex-wrap:wrap;gap:14px 28px}
.report-designed .sample-section-body h3{font-size:17px;font-weight:600;line-height:1.5;letter-spacing:-.02em;margin:28px 0 12px;color:#171820}
.report-designed .sample-section-body>h3:first-child{margin-top:0}
.report-designed .sample-sources{margin-top:14px;font-size:12px;line-height:1.9;color:#777680}
.report-designed .sample-sources a{font-size:12px}

/* 요약 수치 */
.report-designed .sample-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 24px;margin:28px 0 0;padding-top:22px;border-top:1px solid #dedee3}
.report-designed .sample-stats>div{min-width:0}
.report-designed .sample-stats dt{font-size:12px;line-height:1.5;color:#777680;margin-bottom:8px}
.report-designed .sample-stats dd{margin:0;font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-.03em;color:#171820;overflow-wrap:anywhere}

/* 공개 범위 목록 */
.report-designed .sample-scope{list-style:none;padding:0;margin:24px 0 0;border-top:1px solid #dedee3;counter-reset:none}
.report-designed .sample-scope li{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 0;border-bottom:1px solid #eeedf2;font-size:14px;line-height:1.65;color:#555664;counter-increment:none}
.report-designed .sample-scope li::before{content:none}
.report-designed .sample-scope li b{flex:none;font-weight:600;font-size:12px;line-height:1.4;padding:4px 10px;border:1px solid #cfc7e6;color:#4338a8;background:#fff;white-space:nowrap}
.report-designed .sample-scope li.scope-lock b{color:#6d6a78;border-color:#e3e1eb;background:#f6f4fb}
.report-designed .sample-scope li.scope-lock b::before{content:'';display:inline-block;width:11px;height:11px;margin-right:6px;vertical-align:-1px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236d6a78' stroke-width='2.4' stroke-linecap='round'%3E%3Crect x='4' y='10.5' width='16' height='10' rx='2' fill='%236d6a78' stroke='none'/%3E%3Cpath d='M8 10.5V7.5a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E") center/contain no-repeat}

/* 잠금 블록 */
.report-designed .sample-locked{position:relative;margin:24px 0 0;border:1px solid #e3e1eb;background:#fbfafd;overflow:hidden;border-radius:2px}
.report-designed .sample-locked .locked-content{padding:22px 24px;filter:blur(6px);user-select:none;pointer-events:none;opacity:.7}
.report-designed .sample-locked .locked-content h3{margin:0 0 10px;font-size:16px}
.report-designed .sample-locked .locked-content h3+h3{margin-top:18px}
.report-designed .sample-locked .locked-content p{margin:0 0 10px;font-size:15px;line-height:1.7;color:#555664}
.report-designed .sample-locked .locked-content .sample-table-wrap{margin:0}
.report-designed .sample-locked .locked-badge{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:20px;text-align:center;background:linear-gradient(180deg,rgba(251,250,253,.2),rgba(251,250,253,.72))}
.report-designed .sample-locked .locked-badge>span:not(.locked-icon){display:inline-flex;align-items:center;gap:8px;padding:9px 16px;font-size:14px;font-weight:600;color:#171820;background:#fff;border:1px solid #cfc7e6;box-shadow:0 8px 24px -16px #2a1f4d}
.report-designed .sample-locked .locked-icon{width:28px;height:28px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234338a8' stroke-width='2' stroke-linecap='round'%3E%3Crect x='4' y='10.5' width='16' height='10' rx='2' fill='%234338a8' stroke='none'/%3E%3Cpath d='M8 10.5V7.5a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E") center/contain no-repeat}
.report-designed .sample-locked .locked-badge a{font-size:13px;font-weight:600;color:#4338a8;text-decoration:underline;text-underline-offset:4px}

/* 잠금 셀 */
.report-designed .sample-table-wrap td.locked-cell{background:#fbfafd}
.report-designed .sample-table-wrap td.locked-cell span{display:inline-block;filter:blur(5px);user-select:none;pointer-events:none;color:#8a8794}

/* 다열 표 */
.report-designed .sample-table-wrap table.cols-2 th:nth-child(1){width:28%}
.report-designed .sample-table-wrap table.cols-2 th:nth-child(2){width:72%}
.report-designed .sample-table-wrap table.cols-4 th:nth-child(1){width:24%}
.report-designed .sample-table-wrap table.cols-4 th:nth-child(2){width:24%}
.report-designed .sample-table-wrap table.cols-4 th:nth-child(3){width:32%}
.report-designed .sample-table-wrap table.cols-4 th:nth-child(4){width:20%}
.report-designed .sample-table-wrap table.cols-5 th:nth-child(1){width:16%}
.report-designed .sample-table-wrap table.cols-5 th:nth-child(2){width:26%}
.report-designed .sample-table-wrap table.cols-5 th:nth-child(3){width:28%}
.report-designed .sample-table-wrap table.cols-5 th:nth-child(4){width:18%}
.report-designed .sample-table-wrap table.cols-5 th:nth-child(5){width:12%}
.report-designed .sample-table-wrap table.cols-7 th:nth-child(1){width:13%}
.report-designed .sample-table-wrap table.cols-7 th:nth-child(2){width:24%}
.report-designed .sample-table-wrap table.cols-7 th:nth-child(3){width:8%}
.report-designed .sample-table-wrap table.cols-7 th:nth-child(4){width:14%}
.report-designed .sample-table-wrap table.cols-7 th:nth-child(5){width:17%}
.report-designed .sample-table-wrap table.cols-7 th:nth-child(6){width:8%}
.report-designed .sample-table-wrap table.cols-7 th:nth-child(7){width:16%}
.report-designed .sample-table-wrap table.cols-4 td,.report-designed .sample-table-wrap table.cols-5 td,.report-designed .sample-table-wrap table.cols-7 td{font-size:14px;line-height:1.6;padding:13px 10px;vertical-align:top}
.report-designed .sample-table-wrap table.cols-4 td:first-child,.report-designed .sample-table-wrap table.cols-5 td:first-child,.report-designed .sample-table-wrap table.cols-7 td:first-child{font-size:14px;font-weight:600}
.report-designed .sample-table-wrap table.cols-4 tbody td:nth-child(2),.report-designed .sample-table-wrap table.cols-5 tbody td:nth-child(2),.report-designed .sample-table-wrap table.cols-7 tbody td:nth-child(2){font-size:14px;color:#555664}
.report-designed .sample-table-wrap table.cols-4 tbody td:nth-child(2)::before,.report-designed .sample-table-wrap table.cols-5 tbody td:nth-child(2)::before,.report-designed .sample-table-wrap table.cols-7 tbody td:nth-child(2)::before{content:none}
.report-designed .sample-table-wrap table.cols-2 td:first-child,.report-designed .sample-table-wrap table.cols-3 td:first-child{vertical-align:top}
.report-designed .sample-table-wrap td a{color:#4338a8;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}

@media(max-width:900px){
 .report-designed .sample-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
 .report-designed .sample-stats dd{font-size:21px}
 .report-designed .sample-scope li{flex-direction:column;gap:6px}
 .report-designed .sample-locked .locked-content{padding:18px 16px}
 .report-designed .sample-table-wrap table.cols-4 td,.report-designed .sample-table-wrap table.cols-5 td,.report-designed .sample-table-wrap table.cols-7 td{padding:6px 0;font-size:14px}
 .report-designed .sample-table-wrap table.cols-4 td:first-child,.report-designed .sample-table-wrap table.cols-5 td:first-child,.report-designed .sample-table-wrap table.cols-7 td:first-child{font-size:16px;padding:6px 0 10px}
 .report-designed .sample-table-wrap table.cols-4 tbody td:nth-child(2)::before,.report-designed .sample-table-wrap table.cols-5 tbody td:nth-child(2)::before,.report-designed .sample-table-wrap table.cols-7 tbody td:nth-child(2)::before{content:attr(data-label-ko);display:block;font-size:12px;color:#666370;margin-bottom:4px}
 html[lang=en] .report-designed .sample-table-wrap table.cols-4 tbody td:nth-child(2)::before,html[lang=en] .report-designed .sample-table-wrap table.cols-5 tbody td:nth-child(2)::before,html[lang=en] .report-designed .sample-table-wrap table.cols-7 tbody td:nth-child(2)::before{content:attr(data-label-en)}
}
