@import url("styles.css?v=20260828-1");

.breadcrumbs { padding-top: 30px; display: flex; gap: 10px; color: var(--muted); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs a { color: var(--cyan); text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent); }
.drug-hero { min-height: 560px; padding-top: 60px; }
.selector-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.region-selector-mobile { display: none; }
.drug-dashboard { margin-top: 44px; }
.drug-chart-panel { overflow: hidden; border-top: 0; }
.drug-series-area { fill: url(#drug-area-gradient); }
.drug-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.drug-metric { min-height: 150px; padding: 25px 28px; display: flex; flex-direction: column; justify-content: center; background: var(--surface); border-right: 1px solid var(--line); }
.drug-metric:last-child { border-right: 0; }
.drug-metric span { color: var(--muted); font-family: var(--mono); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.drug-metric strong { margin-top: 8px; font-family: var(--display); font-size: clamp(34px, 3vw, 52px); font-weight: 700; line-height: 1; }
.drug-metric strong.positive { color: var(--positive); }
.drug-metric strong.negative { color: var(--negative); }
.drug-metric small { margin-top: 10px; color: var(--muted); }
.drug-regions-panel { margin-top: 58px; }
.table-scroll-hint { display: none; }
.region-name { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.drug-summary { margin-top: 58px; padding: 34px; background: var(--surface-2); border: 1px solid var(--line); box-shadow: inset 5px 0 0 var(--accent); }
.drug-summary h2 { margin-top: 7px; font-size: clamp(32px, 3vw, 52px); }
.drug-summary > p:last-child { max-width: 1100px; margin: 17px 0 0; color: #aab8ae; font-size: 18px; }
.drug-methodology { margin-top: 76px; }
.drug-method-grid { grid-template-columns: repeat(3, 1fr); }
.drug-method-grid .method-card:last-child { color: var(--bg); background: var(--accent); }
.drug-method-grid .method-card:last-child p { color: rgba(5,10,8,.7); }

@media (max-width: 1100px) {
  .drug-metrics { grid-template-columns: repeat(2, 1fr); }
  .drug-metric:nth-child(2n) { border-right: 0; }
  .drug-metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .breadcrumbs { padding-top: 22px; }
  .drug-hero { min-height: 0; padding-top: 45px; }
  .drug-hero-selector { display: none; }
  .region-selector-mobile { width: 100%; margin: 18px 0 0; display: block; box-shadow: none; }
  .drug-metrics { grid-template-columns: 1fr; }
  .drug-metric { min-height: 125px; border-right: 0; border-bottom: 1px solid var(--line); }
  .drug-metric:last-child { border-bottom: 0; }
  .drug-regions-panel,
  .drug-summary { margin-top: 44px; }
  .table-scroll-hint { margin: 0; padding: 12px 15px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--cyan); background: rgba(67, 240, 195, .06); border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .table-scroll-hint span { color: var(--accent); font-size: 19px; line-height: 1; }
  .drug-regions-scroll { scrollbar-color: var(--accent) var(--surface); scrollbar-width: thin; }
  .drug-regions-scroll:focus-visible { outline: 2px solid var(--cyan); outline-offset: -2px; }
  .drug-regions-scroll table { width: 850px; min-width: 850px; table-layout: fixed; }
  .drug-regions-scroll th:first-child,
  .drug-regions-scroll td:first-child { position: sticky; left: 0; z-index: 2; width: 176px; max-width: 176px; background: var(--surface); box-shadow: 1px 0 0 var(--line), 15px 0 22px rgba(5, 10, 8, .24); }
  .drug-regions-scroll th:first-child { z-index: 3; background: #07100c; }
  .drug-regions-scroll th:nth-child(2),
  .drug-regions-scroll td:nth-child(2) { width: 150px; }
  .drug-regions-scroll th:nth-child(3),
  .drug-regions-scroll td:nth-child(3) { width: 128px; }
  .drug-regions-scroll th:nth-child(4),
  .drug-regions-scroll td:nth-child(4) { width: 150px; }
  .drug-regions-scroll th:nth-child(5),
  .drug-regions-scroll td:nth-child(5) { width: 180px; }
  .drug-regions-scroll td:first-child { padding-right: 12px; }
  .drug-regions-scroll tbody tr:hover td:first-child { color: var(--bg); background: var(--accent); }
  .drug-summary { padding: 24px; }
  .drug-method-grid { grid-template-columns: 1fr; }
}
