.report-nav-label { color: #8194ab; font-size: .64rem; font-weight: 700; letter-spacing: .17em; padding: 19px 14px 2px; }
.report-workspace { max-width: 1550px; margin: 0 auto; }
.report-hero { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 32px 0 27px; border-bottom: 1px solid #2c3c50; }
.report-hero h1 { font-size: clamp(2.2rem, 4vw, 3.5rem); letter-spacing: -.045em; margin: 9px 0 13px; line-height: 1.1; }
.report-hero p:not(.eyebrow) { color: #a8b9cc; font-size: 1rem; max-width: 620px; line-height: 1.6; margin: 0; }
.report-edition { font: .67rem ui-monospace, monospace; color: #61dfc4; letter-spacing: .1em; white-space: nowrap; border: 1px solid #285649; border-radius: 30px; padding: 12px 16px; }
.report-toolbar { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin: 24px 0 15px; }
.report-period { display: flex; gap: 5px; }
.report-period .active { background: #21433f; border-color: #509c8a; color: #8bf4dc; }
.report-provenance { display: flex; flex-wrap: wrap; gap: 8px 20px; color: #91a4ba; font: .66rem ui-monospace, monospace; line-height: 1.7; margin-bottom: 24px; }
.report-metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 26px; }
.report-metrics strong { font-size: clamp(1.6rem, 2.7vw, 2.6rem); }
.report-metrics small { line-height: 1.5; }
.report-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: start; }
.report-card { min-width: 0; border: 1px solid #2b3c50; background: linear-gradient(145deg, #142132, #101a28 70%); border-radius: 18px; padding: 25px 26px 17px; box-shadow: 0 10px 28px #00000013; }
.report-card h3 { font-size: 1.32rem; letter-spacing: -.02em; margin: 9px 0; line-height: 1.25; color: #e9f1fa; }
.report-description { color: #a0b1c7; font-size: .78rem; line-height: 1.65; margin: 0 0 22px; min-height: 40px; max-width: 900px; }
.report-wide { grid-column: 1 / -1; }
.report-chart { display: block; width: 100%; overflow: visible; margin: 8px 0; }
.report-chart text, .report-donut text { fill: #99abc1; font: 10px ui-monospace, monospace; }
.report-gridline { stroke: #2c3d52; stroke-dasharray: 3 5; }
.report-chart circle:hover { r: 5; stroke: #fff; stroke-width: 1; }
.report-legend { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #b4c4d8; font-size: .69rem; }
.report-legend span { display: flex; align-items: center; gap: 6px; }
.report-legend-stack { flex-direction: column; min-width: 110px; flex: 1; }
.report-legend-stack span { justify-content: flex-start; }
.report-legend-stack strong { margin-left: auto; color: #ecf3fa; }
.report-donut { display: flex; align-items: center; gap: 22px; max-width: 480px; min-height: 204px; }
.report-donut > svg { width: 180px; max-width: 50%; }
.report-donut .report-donut-value { fill: #f1f8fc; font-size: 27px; font-weight: 700; letter-spacing: -.03em; }
.report-bars { display: grid; gap: 14px; }
.report-bar-row > div { display: flex; justify-content: space-between; gap: 15px; font-size: .77rem; margin-bottom: 7px; }
.report-bar-row span { overflow-wrap: anywhere; }
.report-bar-row strong { color: #edf3fc; white-space: nowrap; font: .75rem ui-monospace, monospace; }
.report-bar-row svg { height: 6px; display: block; width: 100%; }
.report-bar-row small { display: block; color: #8c9eb5; margin-top: 5px; line-height: 1.5; font-size: .66rem; overflow-wrap: anywhere; }
.report-data { border-top: 1px solid #2b3c50; margin-top: 19px; padding-top: 13px; font-size: .71rem; color: #9aafc8; }
.report-data summary, .report-method summary { cursor: pointer; }
.report-table-wrap { overflow-x: auto; margin-top: 13px; max-height: 600px; }
.report-table-wrap table { width: 100%; border-collapse: collapse; font-size: .72rem; text-align: left; }
.report-table-wrap th, .report-table-wrap td { padding: 12px 10px; border-bottom: 1px solid #26374b; line-height: 1.45; }
.report-table-wrap thead th { color: #a6b9d1; background: #142132; position: sticky; top: 0; }
.report-matrix th { font-weight: 500; color: #e0ebf9; }
.report-matrix small { display: block; color: #8c9eb5; font-size: .64rem; }
.report-cell { padding: 5px 8px; display: inline-block; border-radius: 5px; white-space: nowrap; font-size: .66rem; }
.report-good { background: #153e37; color: #83e6ce; }
.report-unknown { background: #293342; color: #a4b5cc; }
.report-caution { background: #443726; color: #efd096; }
.report-method { margin: 24px 0; padding: 20px 24px; border: 1px solid #2b3c50; border-radius: 13px; color: #a2b4ca; font-size: .76rem; line-height: 1.8; }
.report-empty { border: 1px dashed #354861; border-radius: 12px; padding: 34px 24px; color: #9dafc7; font-size: .83rem; line-height: 1.7; margin: 12px 0; }
.report-note { color: #8c9eb5; font-size: .68rem; }
.report-gap-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.report-gap-list > div { padding: 15px; border-radius: 10px; background: #1c293b; font-size: .78rem; }
.report-gap-list small { display: block; margin: 7px 0; color: #9aadc6; }
.report-gap-list a { color: #7adfc9; font-size: .73rem; }
.report-gap-list details { margin-top: 12px; color: #9aadc6; font-size: .7rem; line-height: 1.6; }
.report-content[aria-busy="true"] { opacity: .65; }
@media (max-width: 1000px) { .report-grid { grid-template-columns: 1fr; } .report-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); } .report-edition { display: none; } }
@media (max-width: 600px) { .report-card { padding: 20px 15px 15px; } .report-hero { padding-top: 22px; } .report-gap-list { grid-template-columns: 1fr; } .report-metrics { gap: 10px; } .report-metrics article { padding: 15px; } .report-period .button { padding: 9px; } }
@media print { .report-toolbar, .report-nav-label, .report-data { display: none; } .report-card { break-inside: avoid; } }
