:root {
  --fas-bg: #f4f1ea;
  --fas-paper: #fffdf8;
  --fas-ink: #18211b;
  --fas-muted: #677169;
  --fas-line: #d9ddd6;
  --fas-green: #173f35;
  --fas-green-soft: #e3ece6;
  --fas-lime: #c8e35f;
  --fas-danger: #a43c2f;
  --fas-shadow: 0 18px 45px rgba(24, 33, 27, 0.09);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--fas-ink);
  background:
    radial-gradient(circle at 8% 5%, rgba(200, 227, 95, 0.22), transparent 27rem),
    var(--fas-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button, input, select { font: inherit; }

a { color: inherit; }

.fas-header {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(24, 33, 27, 0.14);
}

.fas-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--fas-green);
  font-weight: 760;
  font-size: 20px;
  text-decoration: none;
}

.fas-brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--fas-paper);
  background: var(--fas-green);
  border-radius: 11px 4px 11px 4px;
}

.fas-header nav { display: flex; gap: 26px; }
.fas-header nav a { color: var(--fas-muted); text-decoration: none; font-size: 14px; }
.fas-header nav a:hover { color: var(--fas-green); }

.fas-shell {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  padding: 62px 0 72px;
}

.fas-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}

.fas-intro-copy { max-width: 930px; }

.fas-kicker, .fas-overline {
  margin: 0 0 10px;
  color: var(--fas-green);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fas-intro h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 92px);
  font-weight: 740;
  line-height: 0.97;
  letter-spacing: -0.05em;
}

.fas-intro-copy > p:last-child {
  max-width: 830px;
  margin: 26px 0 0;
  color: #39443c;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
}

.fas-hero-total {
  display: grid;
  justify-items: end;
  color: var(--fas-green);
  text-align: right;
}

.fas-hero-total span {
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fas-hero-total strong {
  margin-top: 7px;
  font-size: clamp(58px, 6vw, 84px);
  font-weight: 760;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.fas-toolbar {
  display: grid;
  grid-template-columns: minmax(130px, 0.22fr) minmax(220px, 0.36fr) minmax(320px, 1fr) auto;
  gap: 14px;
  align-items: end;
  margin: 42px 0 18px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid var(--fas-line);
  border-radius: 18px;
  backdrop-filter: blur(16px);
}

.fas-toolbar label, .fas-toolbar form > label {
  display: grid;
  gap: 7px;
  color: var(--fas-muted);
  font-size: 12px;
  font-weight: 650;
}

.fas-toolbar input, .fas-toolbar select {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  color: var(--fas-ink);
  background: var(--fas-paper);
  border: 1px solid #cbd1ca;
  border-radius: 11px;
  outline: none;
}

.fas-toolbar input:focus, .fas-toolbar select:focus {
  border-color: var(--fas-green);
  box-shadow: 0 0 0 3px rgba(23, 63, 53, 0.12);
}

.fas-search-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }

.fas-search-row button, .fas-load-more {
  min-height: 46px;
  padding: 0 20px;
  color: #fff;
  background: var(--fas-green);
  border: 0;
  border-radius: 11px;
  cursor: pointer;
}

.fas-button-secondary, .fas-icon-button {
  min-height: 46px;
  padding: 0 17px;
  color: var(--fas-green);
  background: transparent;
  border: 1px solid #bfc8c0;
  border-radius: 11px;
  cursor: pointer;
}

.fas-dashboard {
  margin: 18px 0;
  padding: 26px 30px 18px;
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid var(--fas-line);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(24, 33, 27, 0.04);
}

.fas-dashboard-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.fas-dashboard-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.fas-dashboard-heading > div > p:last-child {
  margin: 10px 0 0;
  color: var(--fas-muted);
  font-size: 14px;
}

.fas-dashboard-tabs {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: var(--fas-green-soft);
  border-radius: 13px;
}

.fas-dashboard-tabs button {
  min-height: 38px;
  padding: 0 16px;
  color: var(--fas-green);
  background: transparent;
  border: 0;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 720;
  cursor: pointer;
}

.fas-dashboard-tabs button.is-active {
  color: #fff;
  background: var(--fas-green);
  box-shadow: 0 5px 14px rgba(23, 63, 53, 0.18);
}

.fas-dashboard-swatch {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 16%, transparent);
}

.fas-distribution {
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(420px, 1fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: center;
  margin-top: 22px;
}

.fas-distribution-visual {
  display: grid;
  min-height: 260px;
  place-items: center;
}

.fas-distribution-donut {
  display: grid;
  width: 238px;
  height: 238px;
  place-items: center;
  background: conic-gradient(var(--fas-green) 0 100%);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(24, 33, 27, 0.06), 0 16px 36px rgba(24, 33, 27, 0.09);
}

.fas-distribution-center {
  display: grid;
  width: 154px;
  height: 154px;
  place-content: center;
  color: var(--fas-green);
  text-align: center;
  background: var(--fas-paper);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(24, 33, 27, 0.06);
}

.fas-distribution-center strong {
  font-size: 42px;
  font-weight: 760;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.fas-distribution-center span {
  margin-top: 7px;
  color: var(--fas-muted);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fas-distribution-list {
  display: grid;
  gap: 15px;
  min-width: 0;
}

.fas-distribution-row { min-width: 0; }

.fas-distribution-row-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 7px;
}

.fas-distribution-label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.fas-distribution-label strong {
  overflow: hidden;
  font-size: 14px;
  font-weight: 720;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fas-distribution-value {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex: 0 0 auto;
}

.fas-distribution-value strong {
  color: var(--fas-green);
  font-size: 18px;
  font-weight: 780;
}

.fas-distribution-value span {
  min-width: 42px;
  color: var(--fas-muted);
  font-size: 12px;
  text-align: right;
}

.fas-distribution-track {
  height: 7px;
  overflow: hidden;
  background: #e5e9e5;
  border-radius: 999px;
}

.fas-distribution-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  transition: width 320ms ease;
}

.fas-distribution-empty {
  margin: 0;
  padding: 34px;
  color: var(--fas-muted);
  background: var(--fas-paper);
  border: 1px dashed var(--fas-line);
  border-radius: 15px;
  text-align: center;
}

.fas-dashboard-note {
  margin: 20px 0 0;
  padding-top: 14px;
  color: var(--fas-muted);
  border-top: 1px solid var(--fas-line);
  font-size: 12px;
  line-height: 1.5;
}

.fas-awaiting-cases {
  margin: 0 0 18px;
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid var(--fas-line);
  border-radius: 18px;
}

.fas-awaiting-cases summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  color: var(--fas-green);
  cursor: pointer;
  font-size: 14px;
  font-weight: 760;
  list-style-position: inside;
}

.fas-awaiting-cases summary::marker { color: var(--fas-green); }

.fas-awaiting-count {
  display: inline-grid;
  min-width: 34px;
  min-height: 28px;
  place-items: center;
  padding: 0 9px;
  color: var(--fas-green);
  background: var(--fas-green-soft);
  border-radius: 999px;
  font-size: 13px;
}

.fas-awaiting-body {
  padding: 2px 18px 20px;
  border-top: 1px solid var(--fas-line);
}

.fas-awaiting-body .fas-case-list { margin-top: 18px; }

.fas-explorer {
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(300px, 0.85fr);
  height: 610px;
  min-height: 610px;
  background: var(--fas-paper);
  border: 1px solid var(--fas-line);
  border-radius: 22px;
  box-shadow: var(--fas-shadow);
  overflow: hidden;
  transition: grid-template-columns 260ms ease;
}

.fas-explorer.is-region-selected {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.58fr);
}

.fas-map-wrap { position: relative; min-width: 0; height: 610px; }
#fasMap {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 610px;
  overflow: hidden;
  background: #d8e4dc;
}

.fas-map-marker {
  position: absolute;
  display: flex;
  width: var(--marker-size);
  height: var(--marker-size);
  min-height: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
  margin: 0;
  padding: 3px;
  color: var(--fas-ink);
  background: rgba(200, 227, 95, 0.92);
  border: 2px solid var(--fas-green);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(23, 63, 53, 0.24);
  cursor: pointer;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.fas-map-marker:hover,
.fas-map-marker:focus-visible {
  background: #d9ef85;
  border-color: var(--fas-ink);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.9), 0 6px 18px rgba(23, 63, 53, 0.32);
  outline: none;
  z-index: 3;
}

.fas-map-marker.is-selected {
  color: var(--fas-paper);
  background: var(--fas-green);
  border-color: var(--fas-paper);
  box-shadow: 0 0 0 3px var(--fas-ink), 0 7px 20px rgba(23, 63, 53, 0.34);
  z-index: 4;
}

.fas-map-marker-count { font-size: 14px; font-weight: 800; }
.fas-map-marker-name {
  display: block;
  max-width: calc(var(--marker-size) - 8px);
  overflow: hidden;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fas-map-zoom {
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 16px;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(23, 63, 53, 0.14);
  border-radius: 10px;
  box-shadow: 0 3px 14px rgba(23, 63, 53, 0.18);
  transform: translateY(-50%);
}

.fas-map-zoom button {
  width: 38px;
  min-height: 38px;
  padding: 0;
  color: var(--fas-ink);
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 0;
  font-size: 24px;
  line-height: 1;
}

.fas-map-zoom button + button { border-top: 1px solid rgba(23, 63, 53, 0.14); }
.fas-map-zoom button:hover { color: var(--fas-paper); background: var(--fas-green); }

.fas-map-status {
  position: absolute;
  z-index: 500;
  left: 18px;
  top: 18px;
  max-width: calc(100% - 36px);
  margin: 0;
  padding: 9px 12px;
  color: var(--fas-paper);
  background: rgba(23, 63, 53, 0.9);
  border-radius: 9px;
  font-size: 12px;
  pointer-events: none;
}

.fas-map-status:empty { display: none; }

.fas-region-panel {
  display: flex;
  min-width: 0;
  overflow: auto;
  flex-direction: column;
  padding: 24px;
  border-left: 1px solid var(--fas-line);
}

.fas-explorer.is-region-selected .fas-region-list-wrap { display: none; }

.fas-region-heading, .fas-cases-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.fas-region-heading h2, .fas-cases-heading h2, .fas-method h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 740;
  line-height: 1.08;
}

.fas-icon-button { width: 38px; min-height: 38px; padding: 0; font-size: 22px; }

.fas-region-summary {
  margin: 22px 0;
  padding: 16px 0;
  border-top: 1px solid var(--fas-line);
  border-bottom: 1px solid var(--fas-line);
}

.fas-region-summary p { margin: 0; color: var(--fas-muted); line-height: 1.5; }
.fas-region-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.fas-region-metrics div { min-width: 0; }
.fas-region-metrics span { display: block; color: var(--fas-muted); font-size: 12px; }
.fas-region-metrics strong { display: block; margin-top: 3px; font-size: 25px; font-weight: 740; }
.fas-breakdown { margin-top: 18px; }
.fas-breakdown h4 { margin: 0 0 8px; font-size: 12px; color: var(--fas-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.fas-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.fas-tag {
  display: inline-flex;
  padding: 6px 8px;
  color: var(--fas-green);
  background: var(--fas-green-soft);
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
}
.fas-tag:hover { border-color: rgba(0, 78, 75, 0.35); transform: translateY(-1px); }
.fas-tag:focus-visible { outline: 3px solid rgba(0, 78, 75, 0.2); outline-offset: 2px; }
.fas-tag[aria-pressed="true"] { color: var(--fas-paper); background: var(--fas-green); border-color: var(--fas-green); }

.fas-region-list-wrap { min-height: 0; display: flex; flex: 1; flex-direction: column; }
.fas-region-list-wrap h3 { margin: 0 0 10px; font-size: 13px; }
.fas-region-list { overflow: auto; max-height: 300px; scrollbar-width: thin; }

.fas-region-button {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 4px;
  color: var(--fas-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e5e7e2;
  text-align: left;
  cursor: pointer;
}

.fas-region-button:hover, .fas-region-button[aria-pressed="true"] { color: var(--fas-green); }
.fas-region-button small { display: block; margin-top: 2px; color: var(--fas-muted); }
.fas-region-button strong { font-variant-numeric: tabular-nums; }

.fas-cases {
  margin-top: 48px;
  padding-top: 30px;
  border-top: 1px solid rgba(24, 33, 27, 0.16);
}

.fas-cases .fas-awaiting-cases { margin: 18px 0 0; }

.fas-count {
  padding: 8px 11px;
  color: var(--fas-green);
  background: var(--fas-green-soft);
  border-radius: 9px;
  font-size: 13px;
}

.fas-case-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }

.fas-company-exposure {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 18px 20px;
  color: var(--fas-paper);
  background: var(--fas-green);
  border-radius: 14px;
}

.fas-company-exposure[hidden] { display: none; }
.fas-company-exposure span { color: rgba(255, 253, 248, 0.72); font-size: 13px; }
.fas-company-exposure strong { font-size: clamp(24px, 4vw, 36px); font-weight: 740; text-align: right; }

.fas-case-card {
  min-width: 0;
  padding: 20px;
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid var(--fas-line);
  border-radius: 16px;
}

.fas-case-top { display: flex; justify-content: space-between; gap: 16px; color: var(--fas-muted); font-size: 12px; }
.fas-case-card h3 { margin: 13px 0 8px; font-size: 18px; line-height: 1.35; }
.fas-case-card p { margin: 0; color: var(--fas-muted); line-height: 1.5; }
.fas-case-meta { display: flex; flex-wrap: wrap; gap: 6px; margin: 15px 0; }
.fas-case-pill { padding: 5px 7px; color: var(--fas-green); background: var(--fas-green-soft); border-radius: 7px; font-size: 11px; }
.fas-case-pill-danger { color: var(--fas-danger); background: #f4e3df; }
.fas-case-pill-status {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  cursor: help;
  font-weight: 720;
  outline: none;
}
.fas-case-pill-status::after {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: calc(100% + 9px);
  width: max-content;
  max-width: min(300px, calc(100vw - 48px));
  padding: 9px 11px;
  color: var(--fas-paper);
  background: rgba(24, 33, 27, 0.96);
  border-radius: 9px;
  box-shadow: 0 10px 28px rgba(24, 33, 27, 0.2);
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
  visibility: hidden;
  white-space: normal;
}
.fas-case-pill-status:hover::after,
.fas-case-pill-status:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.fas-case-pill-status:focus-visible {
  box-shadow: 0 0 0 3px rgba(23, 63, 53, 0.16);
}
.fas-case-pill-status-ready { color: #155b3d; background: #dff0e4; border-color: #c8e4d1; }
.fas-case-pill-status-processing { color: #315b71; background: #e3eef3; border-color: #cfdee6; }
.fas-case-pill-status-waiting { color: #765b22; background: #f5ecd4; border-color: #eadbad; }
.fas-case-pill-status-warning { color: #845026; background: #f5e6d9; border-color: #e9d1be; }
.fas-case-pill-status-error { color: var(--fas-danger); background: #f4e3df; border-color: #e8c9c2; }
.fas-case-pill-status-muted { color: #5f6861; background: #eaedea; border-color: #d8ddd9; }
.fas-case-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; }
.fas-case-source-link { color: var(--fas-green); font-weight: 700; font-size: 13px; text-decoration: none; }
.fas-case-source-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.fas-case-details-button {
  min-height: 40px;
  padding: 0 17px;
  color: #fff;
  background: linear-gradient(135deg, #173f35, #286e5c);
  border: 0;
  border-radius: 11px;
  box-shadow: 0 9px 20px rgba(23, 63, 53, 0.22);
  font-weight: 760;
  font-size: 13px;
  cursor: pointer;
}
.fas-case-details-button:hover { background: linear-gradient(135deg, #215749, #31806b); transform: translateY(-1px); }
.fas-case-details-button:disabled { color: var(--fas-green); background: var(--fas-green-soft); box-shadow: none; cursor: default; transform: none; }
.fas-case-detail { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--fas-line); }
.fas-case-detail h4 { margin: 14px 0 7px; font-size: 13px; }
.fas-case-detail ul { margin: 0; padding-left: 18px; color: var(--fas-muted); line-height: 1.5; }
.fas-evidence-summary { margin: 0 0 12px; }
.fas-evidence-status {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}
.fas-evidence-accepted .fas-evidence-status { color: #176447; background: #e8f6ef; }
.fas-evidence-rejected .fas-evidence-status { color: #9d342d; background: #fcecea; }
.fas-evidence-missing .fas-evidence-status { color: #7a4d12; background: #fff3dc; }
.fas-evidence-unclear .fas-evidence-status { color: #53606d; background: #eef1f4; }
.fas-exposure { margin-top: 12px; padding: 12px; color: #553128; background: #f4e3df; border-radius: 10px; font-size: 13px; line-height: 1.45; }
.fas-case-exposure { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--fas-line); }
.fas-case-exposure span { color: var(--fas-muted); font-size: 12px; }
.fas-case-exposure strong { color: var(--fas-green); font-size: 16px; }
.fas-empty { grid-column: 1 / -1; padding: 30px; color: var(--fas-muted); border: 1px dashed #bcc6bd; border-radius: 16px; text-align: center; }
.fas-load-more { display: block; margin: 18px auto 0; }

.fas-scroll-top {
  position: fixed;
  z-index: 1200;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  display: grid;
  width: 48px;
  min-height: 48px;
  place-items: center;
  padding: 0;
  color: var(--fas-paper);
  background: var(--fas-green);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(23, 63, 53, 0.3);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  visibility: hidden;
}
.fas-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.fas-scroll-top:hover { background: #286e5c; transform: translateY(-2px); }
.fas-scroll-top:focus-visible { outline: 3px solid rgba(200, 227, 95, 0.75); outline-offset: 3px; }

.fas-method {
  max-width: 1000px;
  margin-top: 56px;
  padding: 28px 0 0;
  border-top: 1px solid rgba(24, 33, 27, 0.16);
}

.fas-method p { color: var(--fas-muted); line-height: 1.65; }
.fas-method a { color: var(--fas-green); }
.fas-disclaimer { padding-left: 16px; border-left: 3px solid var(--fas-lime); }

@media (max-width: 980px) {
  .fas-intro { grid-template-columns: minmax(0, 1fr) 200px; gap: 34px; }
  .fas-toolbar { grid-template-columns: 1fr 1fr; }
  #companySearch { grid-column: 1 / -1; }
  .fas-button-secondary { grid-column: 1 / -1; }
  .fas-distribution { grid-template-columns: 230px minmax(0, 1fr); gap: 34px; }
  .fas-distribution-donut { width: 210px; height: 210px; }
  .fas-distribution-center { width: 136px; height: 136px; }
  .fas-explorer,
  .fas-explorer.is-region-selected { grid-template-columns: 1fr; height: auto; }
  .fas-map-wrap { height: auto; }
  #fasMap { min-height: 520px; }
  .fas-region-panel { border-left: 0; border-top: 1px solid var(--fas-line); }
  .fas-region-list { max-height: 260px; }
}

@media (max-width: 680px) {
  .fas-header, .fas-shell { width: min(100% - 28px, 1480px); }
  .fas-header { min-height: 64px; }
  .fas-header nav { gap: 13px; }
  .fas-header nav a:first-child { display: none; }
  .fas-shell { padding-top: 42px; }
  .fas-intro { grid-template-columns: 1fr; gap: 25px; }
  .fas-intro h1 { font-size: clamp(43px, 14vw, 64px); }
  .fas-hero-total { display: flex; align-items: baseline; gap: 12px; justify-items: start; text-align: left; }
  .fas-hero-total strong { order: 1; margin: 0; font-size: 58px; }
  .fas-hero-total span { order: 2; font-size: 11px; }
  .fas-toolbar { grid-template-columns: 1fr; margin-top: 30px; }
  .fas-button-secondary { grid-column: auto; }
  .fas-search-row { grid-template-columns: 1fr; }
  .fas-dashboard { padding: 21px 18px 17px; }
  .fas-dashboard-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .fas-dashboard-tabs { width: 100%; }
  .fas-dashboard-tabs button { flex: 1 1 50%; }
  .fas-distribution { grid-template-columns: 1fr; gap: 20px; }
  .fas-distribution-visual { min-height: 205px; }
  .fas-distribution-donut { width: 190px; height: 190px; }
  .fas-distribution-center { width: 124px; height: 124px; }
  .fas-distribution-center strong { font-size: 34px; }
  .fas-distribution-list { gap: 13px; }
  .fas-distribution-label strong { white-space: normal; }
  .fas-scroll-top {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 44px;
    min-height: 44px;
  }
  #fasMap { min-height: 440px; }
  .fas-map-node-count { font-size: 18px; }
  .fas-map-node-name { display: none; }
  .fas-region-panel { padding: 20px; }
  .fas-case-list { grid-template-columns: 1fr; }
  .fas-company-exposure { align-items: flex-start; flex-direction: column; }
  .fas-company-exposure strong { text-align: left; }
  .fas-case-top { flex-direction: column; gap: 4px; }
  .fas-case-actions { align-items: flex-start; flex-direction: column; }
}
