@charset "UTF-8";
:root {
  --ink: #142739;
  --muted: #65707a;
  --line: #deded7;
  --gold: #9a7b48;
  --gold-text: #775e33;
  --pale-gold: #dcc9a7;
  --paper: #f8f7f3;
  --white: #fff;
  --sans: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", "AppleMyungjo", "Batang", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; word-break: keep-all; overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 20px; background: var(--ink); color: white; z-index: 100; }
.skip-link:focus { top: 10px; }
.utility-bar { background: var(--ink); color: #d5dbe0; font-size: 10px; letter-spacing: 2px; }
.utility-bar > div { max-width: 1320px; margin: auto; padding: 9px 48px; display: flex; justify-content: space-between; gap: 20px; }
.utility-bar span:last-child { letter-spacing: .4px; font-size: 11px; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.header-inner { max-width: 1320px; margin: auto; min-height: 101px; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; gap: 35px; }
.brand { display: flex; align-items: center; gap: 15px; font-family: var(--serif); font-size: 23px; line-height: 1.15; letter-spacing: 1.1px; white-space: nowrap; }
.brand small { display: block; font-family: var(--sans); font-size: 9px; letter-spacing: 2.7px; margin-top: 9px; color: var(--muted); }
.brand-mark { display: flex; align-items: center; justify-content: center; position: relative; width: 49px; height: 53px; border: 1px solid var(--gold); color: var(--ink); font-size: 27px; letter-spacing: -3px; padding-right: 3px; }
.brand-mark span { position: absolute; inset: 4px; border: 1px solid #d9c9ad; }
nav { display: flex; align-self: stretch; align-items: stretch; gap: 35px; margin-left: auto; }
nav a { position: relative; display: flex; align-items: center; color: var(--muted); font-size: 14px; border-bottom: 2px solid transparent; padding-top: 2px; white-space: nowrap; }
nav a:hover, nav a[aria-current] { color: var(--ink); }
nav a[aria-current] { border-bottom-color: var(--gold); font-weight: 650; }
.page-wrap { max-width: 1320px; margin: 0 auto; padding: 57px 48px 84px; }
.page-wrap.narrow { max-width: 1060px; min-height: 64vh; }
.page-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 42px; gap: 30px; }
.eyebrow { font-size: 10px; letter-spacing: 2.3px; color: var(--gold-text); font-weight: 600; margin: 0 0 15px; }
.page-heading h1 { font-family: var(--serif); font-size: 39px; line-height: 1.4; letter-spacing: -1.5px; margin: 0; font-weight: 500; }
.home-heading { padding: 2px 0 37px; margin-bottom: 36px; border-bottom: 1px solid var(--line); }
.home-heading h1 { font-size: clamp(36px, 3.5vw, 49px); letter-spacing: -2px; }
.title-period { color: var(--gold); margin-left: 3px; }
.lead { color: var(--muted); font-size: 15px; line-height: 1.85; margin: 15px 0 0; }
.home-heading .lead br { display: none; }
.edition { text-align: right; min-width: 200px; padding-bottom: 5px; }
.edition > span { font-size: 10px; letter-spacing: 2px; color: var(--muted); display: block; }
.edition strong { display: block; font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: 1.4; letter-spacing: 1px; margin-top: 8px; font-variant-numeric: tabular-nums; }
.edition small { display: block; font-size: 11px; color: var(--muted); margin-top: 7px; }
.overview-grid { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(300px,1fr); gap: 0; background: var(--white); border: 1px solid var(--line); }
.latest-panel { background: var(--ink); color: #fff; padding: 35px 38px 28px; border-top: 3px solid var(--gold); }
.section-kicker { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 10px; letter-spacing: 1.8px; color: var(--pale-gold); }
.pill { display: inline-flex; align-items: center; font-size: 12px; line-height: 1.5; padding: 5px 10px; border: 1px solid #d4c6ae; color: #795e30; background: #f7f3e9; white-space: nowrap; letter-spacing: 0; }
.latest-panel .pill { color: #eadac0; border-color: #746d5d; background: transparent; }
.report-date { color: #c3ccd4; font-size: 12px; margin: 33px 0 10px; }
.latest-panel h2 { font-family: var(--serif); font-size: 31px; line-height: 1.6; font-weight: 400; letter-spacing: -1px; margin: 0 0 19px; }
.summary { font-size: 14px; line-height: 1.95; color: #c6cfd7; max-width: 590px; }
.summary p { margin: 0; }
.summary strong { color: #fff; font-weight: 550; }
.coverage-label { font-size: 11px; color: #c6cfd7; margin-top: 28px; }
.coverage { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding-top: 18px; margin-top: 10px; border-top: 1px solid #ffffff30; gap: 14px; }
.coverage > div { border-right: 1px solid #ffffff20; }
.coverage > div:last-child { border-right: none; }
.coverage span { display: block; font-size: 11px; color: #c3ccd4; }
.coverage strong { font-family: var(--serif); font-size: 35px; font-weight: 400; font-variant-numeric: tabular-nums; line-height: 1.65; }
.coverage small { font-family: var(--sans); font-size: 11px; font-weight: 400; color: #c3ccd4; margin-left: 5px; }
.panel-bottom { border-top: 1px solid #ffffff30; margin-top: 19px; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.panel-bottom > span { font-size: 11px; color: #bdc8d1; }
.primary-link { background: #dfceb0; color: var(--ink); padding: 12px 17px; font-size: 12px; font-weight: 650; display: inline-flex; justify-content: space-between; gap: 27px; align-items: center; white-space: nowrap; transition: background .15s; }
.primary-link:hover { background: #f0e3cc; }
.primary-link > span { font-size: 18px; font-weight: 400; line-height: 1; }
.research-panel { padding: 33px 32px 25px; display: flex; flex-direction: column; }
.research-panel .eyebrow { margin-bottom: 10px; }
.research-links { margin-top: 20px; }
.research-links a { display: block; position: relative; padding: 25px 25px 25px 0; border-bottom: 1px solid var(--line); }
.research-links a:hover strong { text-decoration: underline; text-underline-offset: 5px; }
.research-links strong { font-size: 15px; font-weight: 600; }
.research-links p { font-size: 13px; color: var(--muted); margin: 7px 0 0; }
.research-links a > span { position: absolute; right: 0; top: 26px; color: var(--gold-text); }
.research-panel > .fine-print { margin-top: auto; padding-top: 24px; }
.section-label { display: flex; align-items: baseline; justify-content: space-between; font-family: var(--serif); font-size: 23px; font-weight: 500; gap: 20px; }
.section-label > span { font-family: var(--sans); font-size: 11px; color: var(--muted); font-weight: 400; letter-spacing: 1px; }
.text-link { font-size: 12px; color: var(--ink); display: inline-flex; gap: 19px; align-items: center; }
.text-link > span { color: var(--gold); font-size: 17px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.watch-section { margin-top: 60px; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-head .eyebrow { margin-bottom: 8px; font-size: 10px; }
.section-head h2 { font-family: var(--serif); font-size: 27px; letter-spacing: -.8px; font-weight: 500; margin: 0; }
.core-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 2px solid var(--ink); }
.company-tile { display: flex; align-items: center; gap: 17px; padding: 23px 17px 23px 0; border-bottom: 1px solid var(--line); min-height: 103px; }
.company-index { font-family: var(--serif); font-size: 13px; color: var(--gold-text); font-variant-numeric: tabular-nums; align-self: flex-start; padding-top: 3px; }
.company-tile strong { font-size: 15px; font-weight: 600; }
.company-tile small { display: block; font-size: 12px; color: var(--muted); margin-top: 4px; }
.fine-print { font-size: 12px; color: var(--muted); margin-top: 17px; }
.history-section { margin-top: 57px; }
.next-date { font-size: 12px; color: var(--muted); }
.next-date strong { font-weight: 500; color: var(--ink); margin-left: 11px; font-variant-numeric: tabular-nums; }
.archive-row { display: flex; align-items: center; gap: 38px; padding: 28px 0; border-top: 1px solid var(--line); }
.archive-row:last-child { border-bottom: 1px solid var(--line); }
.archive-row:hover .row-arrow { transform: translate(3px,-3px); }
.issue-number { font-family: var(--serif); font-size: 30px; font-weight: 400; color: var(--gold); font-variant-numeric: tabular-nums; min-width: 130px; }
.archive-row strong { font-size: 16px; font-weight: 600; }
.archive-row small { font-size: 12px; display: block; color: var(--muted); margin-top: 6px; }
.row-arrow { margin-left: auto; font-size: 26px; font-weight: 300; transition: transform .15s; }
.journal-note { font-size: 12px; color: var(--muted); margin-top: 17px; }
footer { background: var(--ink); color: #f3f1e9; padding: 43px max(48px,calc((100vw - 1224px)/2)) 22px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-bottom: 35px; }
.footer-brand { font-family: var(--serif); font-size: 22px; letter-spacing: 1px; line-height: 1.4; }
.footer-brand small { display: block; font-family: var(--sans); font-size: 9px; letter-spacing: 2.6px; color: #c6cfd7; margin-top: 8px; }
footer p { font-size: 13px; color: #c6cfd7; margin: 0 auto 0 45px; }
footer .text-link { color: #e7d7bb; font-size: 12px; }
.footer-bottom { border-top: 1px solid #ffffff25; padding-top: 18px; display: flex; justify-content: space-between; gap: 24px; font-size: 11px; color: #c6cfd7; }
.footer-bottom > span:first-child { letter-spacing: 1.5px; font-size: 10px; }
.back-link { font-size: 12px; color: var(--muted); display: inline-block; margin-bottom: 33px; }
.back-link:hover { color: var(--gold); }
.report-header h1 { font-family: var(--serif); font-size: 40px; font-weight: 500; letter-spacing: -1px; margin: 8px 0 21px; }
.report-meta { display: flex; align-items: center; gap: 22px; font-size: 12px; color: var(--muted); flex-wrap: wrap; }
.report-header .coverage { background: #fff; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); padding: 23px 28px 21px; margin-top: 34px; max-width: 820px; }
.report-header .coverage > div { border-right-color: var(--line); }
.report-header .coverage span, .report-header .coverage small { color: var(--muted); }
.report-header .coverage strong { font-size: 34px; }
.report-layout { display: grid; grid-template-columns: 195px minmax(0,1fr); gap: 60px; margin-top: 55px; }
.report-toc { align-self: start; position: sticky; top: 135px; border-top: 2px solid var(--gold); padding-top: 20px; }
.report-toc .section-label { font-family: var(--sans); font-size: 12px; font-weight: 650; margin-bottom: 18px; }
.report-toc a { display: block; font-size: 12px; color: var(--muted); line-height: 1.7; margin: 15px 0; }
.report-toc a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.prose { max-width: 920px; min-width: 0; font-size: 15px; line-height: 2; color: #39444e; }
.prose section { margin-bottom: 49px; }
.prose h2 { font-family: var(--serif); font-size: 25px; line-height: 1.6; letter-spacing: -.7px; font-weight: 600; color: var(--ink); margin: 0 0 22px; }
.prose h3 { font-size: 17px; color: var(--ink); margin: 28px 0 14px; }
.prose p { margin: 15px 0; }
.prose ul, .prose ol { padding-left: 24px; }
.prose li { padding-left: 3px; margin: 9px 0; }
.prose a { color: #775e33; text-decoration: underline; text-underline-offset: 4px; }
.prose strong { font-weight: 650; color: var(--ink); }
.prose code { font-size: 13px; background: #eceae2; padding: 2px 5px; overflow-wrap: anywhere; }
.table-wrap { width: 100%; overflow-x: auto; overscroll-behavior-x: contain; margin: 25px 0; background: #fff; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
.table-wrap table { border-collapse: collapse; width: 100%; font-size: 13px; line-height: 1.9; }
.table-wrap th { text-align: left; padding: 14px 16px; background: #eeede7; vertical-align: top; font-weight: 650; min-width: 110px; color: var(--ink); }
.table-wrap td { padding: 18px 16px; border-top: 1px solid var(--line); vertical-align: top; min-width: 140px; }
.table-wrap th:first-child, .table-wrap td:first-child { min-width: 135px; }
.table-wrap tr:nth-child(even) td { background: #fcfbf8; }
.table-wrap a { overflow-wrap: anywhere; }
.report-end { border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 40px; padding-top: 25px; gap: 20px; font-size: 13px; color: var(--muted); }
.report-end p { margin: 0; }
.report-end a { color: var(--ink); }
.scope-note { font-size: 14px; max-width: 860px; padding: 18px 23px; border-left: 2px solid var(--gold); background: #f0eee6; color: #60676b; margin: 0 0 35px; }
.group-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
.company-group { border: 1px solid var(--line); border-top: 2px solid var(--ink); background: #fff; padding: 27px 29px; }
.company-group .section-head { border-bottom: 1px solid var(--line); padding-bottom: 17px; margin-bottom: 6px; }
.company-group h2 { font-size: 22px; }
.company-group .section-head > span { font-family: var(--serif); font-size: 24px; color: var(--gold); }
.company-group ul { list-style: none; margin: 0; padding: 0; }
.company-group li { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 13px 0; font-size: 14px; border-bottom: 1px solid #eeede7; }
.company-group li:last-child { border-bottom: 0; }
.core-badge { font-size: 11px; color: #795e30; background: #f5f0e6; padding: 3px 8px; white-space: nowrap; }
@media (min-width: 1500px) {
  .page-wrap { padding-top: 66px; }
}
@media (max-width: 1050px) {
  .utility-bar > div, .header-inner { padding-left: 30px; padding-right: 30px; }
  .header-inner { gap: 25px; }
  .brand { font-size: 20px; gap: 12px; }
  .brand small { font-size: 8px; letter-spacing: 2px; }
  nav { gap: 25px; }
  .page-wrap { padding: 44px 30px 64px; }
  .overview-grid { grid-template-columns: minmax(0,1.5fr) minmax(285px,1fr); }
  .latest-panel { padding: 28px 27px 25px; }
  .latest-panel h2 { font-size: 28px; }
  .research-panel { padding: 28px 25px 25px; }
  .panel-bottom { flex-wrap: wrap; }
  .core-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .company-tile { padding: 21px 15px 21px 0; }
  footer { padding-left: 30px; padding-right: 30px; }
  footer p { margin-left: 15px; }
  .report-layout { grid-template-columns: 170px minmax(0,1fr); gap: 35px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 142px; }
  .utility-bar > div { padding: 7px 22px; font-size: 9px; letter-spacing: 1.7px; }
  .utility-bar span:last-child { font-size: 10px; }
  .header-inner { min-height: 125px; flex-wrap: wrap; padding: 18px 22px 0; gap: 15px; }
  .brand { font-size: 20px; }
  .brand-mark { width: 40px; height: 44px; font-size: 24px; }
  .brand small { margin-top: 7px; }
  nav { width: 100%; justify-content: space-between; gap: 16px; min-height: 39px; margin: 0; }
  nav a { font-size: 13px; padding: 0 0 12px; }
  .page-wrap { padding: 33px 22px 52px; }
  .page-heading { margin-bottom: 28px; align-items: flex-start; gap: 20px; }
  .page-heading h1 { font-size: 32px; letter-spacing: -1.3px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.8px; margin-bottom: 13px; }
  .home-heading { display: block; padding-bottom: 24px; }
  .home-heading h1 { font-size: 35px; letter-spacing: -1.7px; }
  .home-heading .lead br { display: inline; }
  .lead { font-size: 14px; line-height: 1.85; margin-top: 13px; }
  .edition { display: flex; align-items: baseline; justify-content: space-between; min-width: 0; gap: 20px; margin-top: 25px; padding: 17px 0 0; text-align: left; border-top: 1px solid var(--line); }
  .edition > span { font-size: 9px; }
  .edition strong { font-size: 25px; margin: 0; }
  .edition small { display: none; }
  .overview-grid { grid-template-columns: 1fr; }
  .latest-panel { padding: 24px 23px; }
  .section-kicker { font-size: 9px; letter-spacing: 1.1px; gap: 10px; }
  .pill { font-size: 11px; padding: 4px 8px; }
  .report-date { margin-top: 27px; font-size: 12px; }
  .latest-panel h2 { font-size: 28px; line-height: 1.65; margin-bottom: 17px; }
  .summary { font-size: 14px; line-height: 1.9; }
  .coverage-label { margin-top: 24px; font-size: 12px; }
  .coverage { padding-top: 16px; gap: 10px; }
  .coverage span { font-size: 11px; }
  .coverage strong { font-size: 32px; }
  .panel-bottom { margin-top: 17px; padding-top: 19px; gap: 18px; }
  .panel-bottom > span { font-size: 11px; }
  .primary-link { padding: 13px 17px; font-size: 13px; }
  .research-panel { padding: 29px 23px 25px; }
  .watch-section { margin-top: 43px; }
  .section-head { gap: 16px; align-items: flex-end; margin-bottom: 21px; }
  .section-head h2 { font-size: 24px; }
  .section-head .eyebrow { font-size: 9px; letter-spacing: 1.6px; }
  .section-head .text-link { font-size: 12px; gap: 9px; text-align: right; }
  .core-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .company-tile { padding: 19px 10px 19px 0; gap: 10px; min-height: 98px; }
  .company-tile strong { font-size: 14px; }
  .company-tile small { font-size: 12px; }
  .company-index { font-size: 11px; }
  .fine-print { font-size: 12px; line-height: 1.8; }
  .history-section { margin-top: 40px; }
  .next-date { font-size: 11px; display: flex; flex-direction: column; gap: 3px; text-align: right; }
  .next-date strong { margin-left: 0; font-size: 13px; }
  .archive-row { gap: 18px; padding: 24px 0; }
  .issue-number { min-width: 90px; font-size: 25px; }
  .archive-row strong { font-size: 14px; }
  .archive-row small { font-size: 12px; }
  .row-arrow { font-size: 23px; }
  .journal-note { font-size: 12px; }
  footer { padding: 34px 22px 24px; }
  .footer-main { flex-wrap: wrap; gap: 23px; padding-bottom: 27px; }
  .footer-brand { font-size: 22px; width: 100%; }
  footer p { font-size: 12px; margin: 0 auto 0 0; }
  .footer-bottom { display: block; font-size: 11px; line-height: 1.9; }
  .footer-bottom > span { display: block; }
  .footer-bottom > span:first-child { margin-bottom: 7px; }
  .report-header h1 { font-size: 31px; letter-spacing: -1px; }
  .report-meta { gap: 13px; font-size: 12px; }
  .report-header .coverage { padding: 19px 16px 17px; margin-top: 27px; }
  .report-header .coverage strong { font-size: 30px; }
  .report-layout { display: block; margin-top: 33px; }
  .report-toc { position: static; border-bottom: 1px solid var(--line); padding: 18px 0; margin-bottom: 33px; display: flex; gap: 10px 17px; flex-wrap: wrap; }
  .report-toc .section-label { width: 100%; margin-bottom: 3px; font-size: 12px; }
  .report-toc a { font-size: 12px; margin: 0; padding: 4px 0; }
  .prose { font-size: 15px; line-height: 1.95; }
  .prose h2 { font-size: 23px; margin-bottom: 18px; }
  .prose h3 { font-size: 16px; }
  .prose section { margin-bottom: 38px; }
  .table-wrap table { font-size: 13px; min-width: 660px; }
  .table-wrap th, .table-wrap td { padding: 14px; }
  .report-end { display: block; font-size: 12px; line-height: 1.9; }
  .report-end a { display: inline-block; margin-top: 15px; padding: 5px 0; }
  .group-grid { grid-template-columns: 1fr; gap: 23px; }
  .company-group { padding: 23px; }
  .company-group li { font-size: 14px; }
  .scope-note { font-size: 14px; padding: 17px 19px; }
  .back-link { font-size: 12px; margin-bottom: 24px; }
}
@media (max-width: 380px) {
  .page-wrap { padding-left: 17px; padding-right: 17px; }
  .home-heading h1 { font-size: 31px; }
  .latest-panel, .research-panel { padding-left: 19px; padding-right: 19px; }
  .latest-panel h2 { font-size: 25px; }
  .coverage { gap: 7px; }
  .coverage span { font-size: 10px; }
  .core-grid { column-gap: 8px; }
  .company-tile { gap: 7px; padding-right: 0; }
  .company-tile strong { font-size: 13px; }
  .issue-number { min-width: 79px; font-size: 23px; }
  .archive-row { gap: 12px; }
}
@media print {
  body { background: white; }
  .utility-bar, .site-header, .report-toc, .back-link, footer, .report-end { display: none; }
  .page-wrap { max-width: none; padding: 0; }
  .report-layout { display: block; }
  .table-wrap { overflow: visible; }
  .table-wrap table { min-width: 0; font-size: 10px; }
  .table-wrap td, .table-wrap th { min-width: 0; padding: 6px; }
  .prose { font-size: 11px; max-width: none; }
  .prose h2, .prose h3 { break-after: avoid; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

.financial-section { margin-top: 45px; }
.financial-summary { display: flex; justify-content: space-between; align-items: flex-end; gap: 25px; margin-bottom: 24px; }
.financial-summary h2 { font-family: var(--serif); font-size: 28px; font-weight: 500; letter-spacing: -.8px; margin: 0; }
.financial-summary p:not(.eyebrow) { font-size: 13px; color: var(--muted); margin: 12px 0 0; }
.metric-coverage { text-align: right; font-size: 12px; }
.metric-coverage span { display: block; color: var(--muted); margin-bottom: 7px; }
.metric-coverage strong { font-weight: 550; }
.financial-section .scope-note { max-width: none; margin-bottom: 18px; }
.financial-key { display: flex; flex-wrap: wrap; gap: 7px 23px; color: var(--muted); font-size: 12px; }
.industry-nav { align-self: auto; display: flex; flex-wrap: wrap; margin: 26px 0 36px; gap: 8px; }
.industry-nav a { display: block; border: 1px solid var(--line); padding: 8px 12px; font-size: 12px; background: white; color: var(--ink); }
.industry-nav a:hover { border-color: var(--gold); }
.financial-group { margin: 32px 0; }
.financial-group h3 { font-size: 19px; font-weight: 600; margin: 0; }
.financial-group h3 > small { font-size: 12px; color: var(--muted); margin-left: 8px; font-weight: 400; }
.financial-group .table-wrap { margin-top: 15px; }
.table-wrap .financial-table { min-width: 910px; table-layout: fixed; }
.financial-table th:first-child { width: 22%; }
.financial-table th:nth-child(2) { width: 16%; }
.financial-table th:nth-child(3), .financial-table th:nth-child(4), .financial-table th:nth-child(5) { width: 13%; text-align: right; }
.financial-table th:last-child { width: 23%; }
.financial-table tbody th { background: #fff; border-top: 1px solid var(--line); font-size: 14px; padding-top: 18px; font-weight: 550; }
.financial-table tbody tr:nth-child(even) th { background: #fcfbf8; }
.financial-table small { font-size: 11px; font-weight: 400; }
.financial-table th > small, .metric-number > small, .metric-period > small { display: block; }
.financial-table .core-badge { display: table; margin-top: 8px; }
.metric-number { text-align: right; font-variant-numeric: tabular-nums; }
.metric-number strong { font-size: 17px; font-weight: 550; white-space: nowrap; }
.metric-number strong > small { margin-left: 2px; }
.metric-number > small, .metric-period > small { color: var(--muted); margin-top: 5px; }
.metric-missing { font-size: 12px; color: var(--muted); }
.financial-table summary { cursor: pointer; font-size: 12px; color: var(--gold-text); padding: 4px 0; min-height: 30px; }
.financial-table summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.metric-details { font-size: 12px; overflow-wrap: anywhere; }
.metric-details p { margin: 15px 0; }
.metric-details ul { padding-left: 17px; }
.metric-details li { margin-top: 12px; }
.metric-details a { text-decoration: underline; text-underline-offset: 3px; color: var(--gold-text); }
.metric-details li small { display: block; color: var(--muted); }
@media print {
  .table-wrap .financial-table { min-width: 0; }
}
@media (max-width:760px) {
  .financial-summary { display: block; }
  .financial-summary h2 { font-size: 25px; }
  .metric-coverage { text-align: left; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 20px; }
  .financial-section { margin-top: 32px; }
  .industry-nav { min-height: 0; justify-content: flex-start; gap: 8px; }
  .industry-nav a { font-size: 12px; padding: 9px 11px; }
  .financial-key { display: block; }
  .financial-key span { display: block; margin: 5px 0; }
}
