* { box-sizing: border-box; }
body { margin: 0; color: #263750; background: #eef2f7; }
a { color: inherit; }
.headline-auth a { color: inherit; text-decoration: none; }
.sample-shell { width: min(1180px,calc(100% - 32px)); margin: 20px auto 70px; }
.sample-breadcrumb { margin: 0 0 14px; display: flex; gap: 8px; color: #77869b; font-size: 13px; }
.sample-breadcrumb a { color: #3159ad; text-decoration: none; }
.sample-report { overflow: hidden; background: #fff; border: 1px solid #dce3ed; border-radius: 12px; box-shadow: 0 18px 50px rgba(27,48,80,.12); }
.sample-report-header { padding: 34px 42px 28px; color: #fff; background: linear-gradient(124deg,#14284c 0%,#244f8f 60%,#29769b 100%); }
.sample-kicker,.sample-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 16px; }
.sample-kicker { color: #b9d9f8; font-size: 12px; font-weight: 750; letter-spacing: .04em; }
.sample-form { padding: 5px 9px; color: #183b69; background: #fff; border-radius: 5px; font-size: 13px; font-weight: 900; }
.sample-title-row { margin: 22px 0 24px; display: grid; grid-template-columns: minmax(0,1fr) 110px; gap: 30px; align-items: end; }
.sample-label { margin: 0 0 8px; color: #8fcbff; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.sample-title-row h1 { margin: 0; font-size: clamp(28px,4vw,46px); line-height: 1.2; letter-spacing: -.03em; }
.sample-subtitle { max-width: 800px; margin: 13px 0 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.65; }
.sample-score { text-align: right; }
.sample-score strong { display: block; font-size: 46px; line-height: 1; }
.sample-score span { color: #b6cae2; font-size: 11px; }
.sample-meta { padding-top: 18px; color: #c0d0e4; border-top: 1px solid rgba(255,255,255,.16); font-size: 12px; }
.sample-status { padding: 4px 8px; color: #d8fff7; background: rgba(30,184,154,.18); border: 1px solid rgba(102,232,204,.32); border-radius: 12px; }
.sample-report-body { padding: 38px 42px 50px; }
.sample-lead { padding: 25px 28px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; background: #f3f7fc; border-left: 4px solid #3159ad; border-radius: 8px; }
.sample-section-eyebrow { margin: 0 0 8px; color: #3159ad; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.sample-lead h2 { margin: 0; color: #213858; font-size: 20px; line-height: 1.65; }
.sample-lead > p { margin: 0; color: #52647c; font-size: 14px; line-height: 1.9; }
.sample-lead > p strong { color: #1f467f; }
.sample-section { padding: 38px 0; border-bottom: 1px solid #e5eaf1; }
.sample-section-heading { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.sample-section-heading > div { display: flex; align-items: center; gap: 10px; }
.sample-section-heading span { width: 30px; height: 30px; display: grid; place-items: center; color: #3159ad; background: #edf3ff; border-radius: 50%; font-size: 11px; font-weight: 900; }
.sample-section-heading h2 { margin: 0; color: #263e61; font-size: 20px; }
.sample-section-heading > p { margin: 0; color: #8895a6; font-size: 11px; }
.sample-section-heading.compact { margin-bottom: 17px; }
.sample-kpi-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.sample-kpi-grid article { padding: 18px; display: grid; gap: 5px; background: #fff; border: 1px solid #dfe6ef; border-radius: 8px; }
.sample-kpi-grid span { color: #718096; font-size: 12px; }
.sample-kpi-grid strong { color: #243c61; font-size: 25px; }
.sample-kpi-grid em { color: #16806d; font-size: 12px; font-style: normal; font-weight: 750; }
.sample-kpi-grid small { color: #9aa5b3; }
.sample-fact-table-wrap { margin-top: 18px; overflow-x: auto; }
.sample-fact-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.sample-fact-table th,.sample-fact-table td { padding: 12px 11px; border-bottom: 1px solid #e8edf3; text-align: left; }
.sample-fact-table th { color: #748298; background: #f5f7fa; white-space: nowrap; }
.sample-fact-table td { color: #4e6078; }
.sample-fact-table .positive { color: #16806d; font-weight: 750; }
.sample-fact-table .watch { color: #a86d13; font-weight: 750; }
.sample-two-column { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); gap: 38px; }
.sample-signal-list { margin: 0; padding: 0; display: grid; gap: 15px; list-style: none; }
.sample-signal-list li { padding: 0 0 15px 17px; border-bottom: 1px solid #e8edf3; border-left: 3px solid #8fb0dd; }
.sample-signal-list strong { color: #2b4569; }
.sample-signal-list p { margin: 6px 0 0; color: #5d6d82; font-size: 13px; line-height: 1.7; }
.sample-risk-card { padding: 23px 25px; background: #fff8ec; border: 1px solid #f0dcb9; border-radius: 9px; }
.sample-risk-card h2 { margin: 0 0 15px; color: #664b21; font-size: 18px; }
.sample-risk-card ol { margin: 0; padding-left: 19px; color: #745f3d; font-size: 13px; line-height: 1.75; }
.sample-risk-card li + li { margin-top: 8px; }
.sample-evidence-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.sample-evidence-grid > * { padding: 17px 18px; display: grid; gap: 5px; color: #4f6075; background: #f7f9fc; border: 1px solid #e0e6ef; border-radius: 8px; text-decoration: none; }
.sample-evidence-grid a:hover { border-color: #8caade; background: #f2f6fd; }
.sample-evidence-grid span { color: #8995a5; font-size: 11px; }
.sample-evidence-grid strong { color: #294976; font-size: 14px; }
.sample-evidence-grid small { overflow: hidden; color: #95a0ae; text-overflow: ellipsis; white-space: nowrap; }
.sample-methodology { margin-top: 30px; padding: 17px 19px; color: #47645f; background: #edf8f6; border: 1px solid #cfe9e4; border-radius: 8px; }
.sample-methodology strong { color: #286a5f; }
.sample-methodology p { margin: 6px 0 0; font-size: 12px; line-height: 1.7; }
@media (max-width: 850px) {
    .sample-shell { width: calc(100% - 16px); margin-top: 10px; }
    .sample-report-header,.sample-report-body { padding-right: 22px; padding-left: 22px; }
    .sample-title-row,.sample-lead,.sample-two-column { grid-template-columns: 1fr; }
    .sample-score { text-align: left; }
    .sample-kpi-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .sample-evidence-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
    .sample-kpi-grid { grid-template-columns: 1fr; }
    .sample-section-heading { align-items: flex-start; flex-direction: column; }
}
