.fhi-sd {
	--fhi-primary: #075985;
	--fhi-secondary: #7c3aed;
	--fhi-positive: #16835f;
	--fhi-warning: #d97706;
	--fhi-negative: #c2413b;
	--fhi-neutral: #64748b;
	background: #f8fafc;
	border: 1px solid #dbe5ef;
	border-radius: 18px;
	box-sizing: border-box;
	box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
	color: #172033;
	font-size: 16px;
	line-height: 1.55;
	margin: 28px 0;
	overflow: hidden;
	padding: clamp(18px, 3vw, 34px);
	max-width: 100%;
	width: 100%;
}
.fhi-sd * { box-sizing: border-box; min-width: 0; }
.fhi-sd, .fhi-sd h2, .fhi-sd h3, .fhi-sd h4, .fhi-sd p, .fhi-sd li, .fhi-sd th, .fhi-sd td, .fhi-sd span, .fhi-sd small, .fhi-sd strong, .fhi-sd summary, .fhi-sd label { hyphens: none; overflow-wrap: normal !important; word-break: normal !important; }
.fhi-sd .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.fhi-sd h2, .fhi-sd h3, .fhi-sd h4 { color: #0f172a; line-height: 1.2; margin-top: 0; }
.fhi-sd h2 { font-size: clamp(26px, 4vw, 40px); margin-bottom: 10px; }
.fhi-sd h3 { font-size: 22px; margin-bottom: 12px; }
.fhi-sd h4 { font-size: 17px; margin: 20px 0 8px; }
.fhi-sd p { margin: 0 0 14px; }
.fhi-sd__hero { align-items: stretch; background: linear-gradient(135deg, #071a2e 0%, var(--fhi-primary) 58%, var(--fhi-secondary) 140%); border-radius: 14px; color: #fff; display: grid; gap: 22px; grid-template-columns: minmax(0, 1fr) minmax(210px, 290px); margin-bottom: 22px; padding: clamp(22px, 4vw, 38px); }
.fhi-sd__hero h2 { color: #fff; }
.fhi-sd__hero p { color: rgba(255,255,255,.84); }
.fhi-sd__hero--public { grid-template-columns: 1fr; }
.fhi-sd__eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.fhi-sd__status { align-content: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 12px; display: grid; min-height: 150px; padding: 20px; }
.fhi-sd__status span, .fhi-sd__status small { color: rgba(255,255,255,.78); }
.fhi-sd__status strong { color: #fff; font-size: 24px; margin: 5px 0 10px; }
.fhi-sd__status--strengthening { box-shadow: inset 5px 0 var(--fhi-positive); }
.fhi-sd__status--intact { box-shadow: inset 5px 0 #38bdf8; }
.fhi-sd__status--under-pressure { box-shadow: inset 5px 0 var(--fhi-warning); }
.fhi-sd__status--formal-review { box-shadow: inset 5px 0 var(--fhi-negative); }
.fhi-sd__metric-grid { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); margin-bottom: 22px; }
.fhi-sd__metric { background: #fff; border: 1px solid #dbe5ef; border-radius: 12px; min-height: 125px; padding: 16px; }
.fhi-sd__metric span, .fhi-sd__metric small { color: #596579; display: block; }
.fhi-sd__metric span { font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.fhi-sd__metric strong { color: var(--fhi-primary); display: block; font-size: 25px; margin: 8px 0 6px; }
.fhi-sd__metric small { font-size: 12px; }
.fhi-sd__panel { background: #fff; border: 1px solid #dbe5ef; border-radius: 14px; margin-bottom: 18px; padding: clamp(18px, 3vw, 26px); }
.fhi-sd__panel ul { margin: 0; padding-left: 22px; }
.fhi-sd__panel li { margin-bottom: 8px; }
.fhi-sd__panel--changes { border-top: 5px solid var(--fhi-secondary); }
.fhi-sd__panel--rationale { border-top: 5px solid var(--fhi-positive); }
.fhi-sd__company-orientation { border-top: 5px solid var(--fhi-primary); }
.fhi-sd__section-label { color: var(--fhi-primary); font-size: 12px; font-weight: 800; letter-spacing: .1em; margin-bottom: 7px !important; text-transform: uppercase; }
.fhi-sd__at-a-glance { margin: 0 0 24px; }
.fhi-sd__at-a-glance div { border-bottom: 1px solid #e2e8f0; display: grid; gap: 18px; grid-template-columns: minmax(150px, 24%) 1fr; padding: 13px 0; }
.fhi-sd__at-a-glance dt { color: #334155; font-weight: 800; }
.fhi-sd__at-a-glance dd { margin: 0; }
.fhi-sd__company-orientation > p:last-child { margin-bottom: 0; }
.fhi-sd__two-col, .fhi-sd__chart-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fhi-sd__chart-grid .fhi-sd__chart-panel:last-child:nth-child(odd) { grid-column: 1 / -1; }
.fhi-sd__chart-head { align-items: start; display: flex; gap: 20px; justify-content: space-between; }
.fhi-sd__chart-head p { color: #596579; }
.fhi-sd__chart-head label { color: #596579; font-size: 12px; font-weight: 700; white-space: nowrap; }
.fhi-sd__chart-head select { border: 1px solid #cbd5e1; border-radius: 6px; display: block; margin-top: 5px; padding: 5px 8px; }
.fhi-sd__chart { min-height: 260px; overflow: hidden; width: 100%; }
.fhi-sd__svg { display: block; height: auto; max-width: 100%; width: 100%; }
.fhi-sd__grid-line { stroke: #dbe5ef; stroke-width: 1; }
.fhi-sd__coverage-threshold { stroke: var(--fhi-warning); stroke-dasharray: 6 5; stroke-width: 1.5; }
.fhi-sd__threshold-label { fill: var(--fhi-warning); font-size: 11px; font-weight: 700; }
.fhi-sd__axis-label { fill: #64748b; font: 11px system-ui, sans-serif; }
.fhi-sd__legend { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 12px; }
.fhi-sd__legend-item { align-items: center; background: #fff; border: 1px solid #cbd5e1; border-radius: 999px; color: #334155; cursor: pointer; display: inline-flex; font-size: 12px; gap: 7px; padding: 5px 10px; }
.fhi-sd__legend-item::before { background: var(--series-color); border-radius: 50%; content: ''; height: 9px; width: 9px; }
.fhi-sd__legend-item[aria-pressed="false"] { opacity: .46; text-decoration: line-through; }
.fhi-sd__table-wrap { overflow-x: auto; }
.fhi-sd__risk-table { border-collapse: collapse; min-width: 720px; width: 100%; }
.fhi-sd__risk-table th, .fhi-sd__risk-table td { border-bottom: 1px solid #e2e8f0; padding: 12px; text-align: left; vertical-align: top; }
.fhi-sd__risk-table thead th { color: #475569; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.fhi-sd__direction { border-radius: 999px; display: inline-block; font-size: 12px; font-weight: 800; padding: 4px 9px; }
.fhi-sd__direction--positive { background: #d1fae5; color: #065f46; }
.fhi-sd__direction--stable { background: #dbeafe; color: #1e3a8a; }
.fhi-sd__direction--monitor { background: #fef3c7; color: #92400e; }
.fhi-sd__direction--negative { background: #fee2e2; color: #991b1b; }
.fhi-sd__direction--unknown { background: #e2e8f0; color: #475569; }
.fhi-sd__dates { margin: 0; }
.fhi-sd__dates div { border-bottom: 1px solid #e2e8f0; display: flex; gap: 20px; justify-content: space-between; padding: 10px 0; }
.fhi-sd__dates dt { color: #596579; }
.fhi-sd__dates dd { font-weight: 700; margin: 0; text-align: right; }
.fhi-sd__conclusion { background: linear-gradient(120deg, #e0f2fe, #ede9fe); border-left: 5px solid var(--fhi-secondary); border-radius: 12px; margin: 4px 0 18px; padding: 22px; }
.fhi-sd__conclusion p { margin-bottom: 0; }
.fhi-sd__timeline { border-left: 2px solid #cbd5e1; list-style: none; margin: 0 0 0 8px; padding: 0 0 0 22px; }
.fhi-sd__timeline li { display: grid; gap: 3px; margin: 0 0 18px; position: relative; }
.fhi-sd__timeline li::before { background: var(--fhi-secondary); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #cbd5e1; content: ''; height: 12px; left: -29px; position: absolute; top: 4px; width: 12px; }
.fhi-sd__timeline time { color: #64748b; font-size: 12px; font-weight: 700; }
.fhi-sd__timeline strong { color: var(--fhi-primary); }
.fhi-sd__timeline span { color: #475569; }
.fhi-sd__limitations { background: #fff; border: 1px solid #dbe5ef; border-radius: 10px; margin-bottom: 18px; padding: 14px 18px; }
.fhi-sd__limitations summary { cursor: pointer; font-weight: 700; }
.fhi-sd__public-risks { margin: 0; }
.fhi-sd__public-risks div { border-bottom: 1px solid #e2e8f0; padding: 12px 0; }
.fhi-sd__public-risks div:first-child { padding-top: 0; }
.fhi-sd__public-risks div:last-child { border-bottom: 0; padding-bottom: 0; }
.fhi-sd__public-risks dt { color: #334155; font-weight: 800; }
.fhi-sd__public-risks dd { margin: 4px 0 0; }
.fhi-sd__public-cta { align-items: center; background: linear-gradient(120deg, #e0f2fe, #ede9fe); border-left: 5px solid var(--fhi-secondary); border-radius: 12px; display: grid; gap: 5px 20px; grid-template-columns: minmax(0, 1fr) 230px; margin: 4px 0 18px; padding: 22px; }
.fhi-sd__public-cta h3, .fhi-sd__public-cta p { margin-bottom: 0; }
.fhi-sd__public-cta-link { align-items: center; background: var(--fhi-primary); border-radius: 999px; color: #fff !important; display: flex; font-weight: 800; justify-content: center; line-height: 1.25; min-height: 46px; padding: 10px 17px; text-align: center; text-decoration: none; white-space: normal; width: 100%; }
.fhi-sd__public-cta-link:hover, .fhi-sd__public-cta-link:focus { background: #0f172a; color: #fff !important; }
.fhi-sd__footer { color: #64748b; display: flex; flex-wrap: wrap; font-size: 12px; gap: 10px 24px; justify-content: space-between; }
.fhi-sd-empty { background: #fff7ed; border: 1px solid #fed7aa; border-radius: 8px; padding: 14px; }
.fhi-sd-loader { min-height: 72px; }
.fhi-sd-loader > span { align-items: center; background: #f8fafc; border: 1px solid #dbe5ef; border-radius: 12px; color: #64748b; display: flex; min-height: 72px; padding: 18px; }
@media (max-width: 1024px) {
	.fhi-sd__chart-grid { grid-template-columns: 1fr; }
	.fhi-sd__chart-grid .fhi-sd__chart-panel:last-child:nth-child(odd) { grid-column: auto; }
}
@media (max-width: 860px) {
	.fhi-sd__hero, .fhi-sd__two-col { grid-template-columns: 1fr; }
	.fhi-sd__status { min-height: 0; }
	.fhi-sd__public-cta { grid-template-columns: 1fr; }
	.fhi-sd__public-cta-link { justify-self: stretch; margin-top: 8px; max-width: 230px; }
	.fhi-sd__chart-head { display: block; }
	.fhi-sd__chart-head label { display: block; margin: 12px 0; }
	.fhi-sd__table-wrap { overflow: visible; }
	.fhi-sd__risk-table { display: block; min-width: 0; }
	.fhi-sd__risk-table thead { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }
	.fhi-sd__risk-table tbody, .fhi-sd__risk-table tr { display: block; }
	.fhi-sd__risk-table tr { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 14px; overflow: hidden; }
	.fhi-sd__risk-table th, .fhi-sd__risk-table td { border-bottom: 1px solid #e2e8f0; display: grid; gap: 10px; grid-template-columns: minmax(110px, 28%) 1fr; padding: 11px 12px; }
	.fhi-sd__risk-table tr > *:last-child { border-bottom: 0; }
	.fhi-sd__risk-table th::before, .fhi-sd__risk-table td::before { color: #64748b; content: attr(data-label); font-size: 11px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
}
@media (max-width: 600px) {
	.fhi-sd { border-radius: 12px; font-size: 15px; margin: 16px 0; padding: 12px; }
	.fhi-sd h2 { font-size: 24px; }
	.fhi-sd h3 { font-size: 19px; }
	.fhi-sd__hero { gap: 16px; padding: 18px; }
	.fhi-sd__status { padding: 16px; }
	.fhi-sd__metric-grid { grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); }
	.fhi-sd__metric { min-height: 108px; padding: 14px; }
	.fhi-sd__metric strong { font-size: 22px; }
	.fhi-sd__panel { padding: 16px; }
	.fhi-sd__panel ul { padding-left: 19px; }
	.fhi-sd__at-a-glance div { gap: 5px; grid-template-columns: 1fr; }
	.fhi-sd__chart { min-height: 235px; }
	.fhi-sd__chart-head select { max-width: 100%; width: 100%; }
	.fhi-sd__risk-table th, .fhi-sd__risk-table td { grid-template-columns: minmax(90px, 34%) 1fr; }
	.fhi-sd__dates div { align-items: start; display: grid; gap: 4px; grid-template-columns: 1fr; }
	.fhi-sd__dates dd { text-align: left; }
	.fhi-sd__conclusion { padding: 18px; }
	.fhi-sd__footer { display: grid; gap: 5px; justify-content: stretch; }
}
@media (max-width: 380px) {
	.fhi-sd__metric-grid { grid-template-columns: 1fr; }
	.fhi-sd__risk-table th, .fhi-sd__risk-table td { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .fhi-sd * { scroll-behavior: auto !important; transition: none !important; } }
