.hex-find {
  padding: 0;
  max-width: none;
  margin: 0;
  min-height: 100vh;
}

.hex-find__header {
  display: none;
}

.hex-find__title {
  font-size: 1.7rem;
  margin: 0;
  color: #1f1f1f;
}

.hex-find__subtitle {
  margin: 0.35rem 0 0;
  color: #5f5f5f;
  font-size: 0.95rem;
}

.hex-find__search {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 14px;
  padding: 0.55rem;
  margin: 0.5rem 0.75rem 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 4;
}

.hex-find__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hex-find__label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a7a7a;
  margin-bottom: 0.35rem;
}

.hex-find__search-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hex-find__menu-toggle {
  border: 1px solid #d5d5d5;
  background: #fff;
  border-radius: 999px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
}

.hex-find__menu-toggle i {
  font-size: 1.25rem;
  line-height: 1;
}

.hex-find__input {
  flex: 1;
  min-width: 0;
  border: 1px solid #bdbdbd;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-size: 0.92rem;
}


.hex-find__results {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  top: calc(100% - 0.25rem);
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem 0.75rem 0.5rem;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  display: grid;
  gap: 0.4rem;
  max-height: 45vh;
  overflow: auto;
  z-index: 5;
  border: 1px solid #ededed;
  list-style: none;
  margin: 0;
}

.hex-find__results-close {
  position: absolute;
  top: 0.35rem;
  right: 0.5rem;
  border: none;
  background: #f3f3f3;
  color: #555;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  font-size: 1.1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hex-find__result-item--selectable {
  cursor: pointer;
  border-radius: 10px;
  padding: 0.45rem 0.35rem;
}

@media (hover: hover) {
  .hex-find__result-item--selectable:hover {
    background: #f7f7f7;
  }
}

.hex-find__results-group {
  border-top: 1px solid #ececec;
  padding-top: 0.5rem;
}

.hex-find__results-title {
  font-size: 0.8rem;
  color: #7a7a7a;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hex-find__result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.45rem 0;
  font-size: 0.95rem;
  color: #232323;
}

.hex-find__result-meta {
  font-size: 0.8rem;
  color: #6a6a6a;
}

.hex-find__result-item button {
  border: none;
  background: #ffebe8;
  color: #bb2d2d;
  font-weight: 700;
  border-radius: 999px;
  width: 28px;
  height: 28px;
}

.hex-find__results-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.hex-find__results--header {
  left: 0;
  right: 0;
  top: calc(100% + 0.35rem);
  max-height: 50vh;
  z-index: 1001;
}

.hex-find__map {
  position: relative;
  z-index: 1;
  margin: 0.65rem 0.75rem 0.75rem;
  height: auto;
  min-height: 0;
  flex: 1;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}

.hex-find__map-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
}

.hex-find__map-controls {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: flex;
  gap: 0.5rem;
  pointer-events: auto;
}

.hex-find__map-action {
  border: 1px solid #d5d5d5;
  background: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.85rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.hex-find__map-action--danger {
  border-color: #f1baba;
  background: #fff4f3;
  color: #9f1f1f;
}

.hex-find__map-action[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

.hex-find__clear-wrap {
  position: absolute;
  top: 3.1rem;
  left: 0.75rem;
  right: auto;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
  pointer-events: auto;
}


.hex-find__map-error {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  font-size: 0.95rem;
  color: #b01818;
  background: rgba(255, 245, 245, 0.95);
  z-index: 10;
}

.hex-find__bottom {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  background: #151515;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  z-index: 6;
}

.hex-find__totals {
  display: grid;
  gap: 0.25rem;
  font-size: 0.95rem;
}

.hex-find__totals-row {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
}

.hex-find__totals-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.hex-find__totals-item[data-tooltip] {
  cursor: help;
}

.hex-find__totals-item[data-tooltip]::after {
  content: none;
}

.hex-find__totals-item[data-tooltip]:hover::after,
.hex-find__totals-item[data-tooltip]:focus::after,
.hex-find__totals-item[data-tooltip]:focus-visible::after,
.hex-find__totals-item[data-tooltip]:focus-within::after {
  opacity: 0;
}

.hex-find__chip[data-tooltip]::after {
  content: none;
}

.hex-find__tooltip {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  padding: 0.45rem 0.6rem;
  border-radius: 0.45rem;
  background: #111;
  color: #fff;
  font-size: 0.72rem;
  line-height: 1.2;
  white-space: pre-line;
  max-width: min(260px, calc(100vw - 2rem));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.12s ease, transform 0.12s ease;
}

.hex-find__tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hex-find__totals strong {
  font-size: 1.05rem;
  margin-left: 0.35rem;
}

.hex-find__hint {
  margin: 0;
  font-size: 0.75rem;
  color: #b6b6b6;
}

.hex-find__breakdown {
  display: grid;
  gap: 0.35rem;
}

.hex-find__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.78rem;
  color: #f2f2f2;
}

.hex-find__chips--bottom {
  margin-top: 0.4rem;
}

.hex-find__chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.hex-find__chip[data-tooltip] {
  cursor: help;
}

.hex-find__chip[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.4rem);
  transform: translateX(-50%) translateY(4px);
  opacity: 0;
  pointer-events: none;
  padding: 0.4rem 0.55rem;
  border-radius: 0.45rem;
  background: #111;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.25;
  white-space: pre-line;
  text-align: left;
  min-width: 140px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 20;
}

.hex-find__chip[data-tooltip]:hover::after,
.hex-find__chip[data-tooltip]:focus::after,
.hex-find__chip[data-tooltip]:focus-visible::after,
.hex-find__chip[data-tooltip]:focus-within::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.hex-find__chip strong {
  font-weight: 700;
}

.hex-find__chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.hex-find__chip-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.hex-find__chip-icon img {
  width: 16px;
  height: 16px;
  filter: invert(1);
}

.hex-find__chip-icon i {
  font-size: 0.95rem;
  line-height: 1;
}

.hex-find__breakdown--panel .hex-find__chips {
  color: #1d1d1d;
}

.hex-find__breakdown--panel .hex-find__chip {
  background: #f4f4f4;
  border: 1px solid #e1e1e1;
}

.hex-find__breakdown--panel .hex-find__chip-icon img {
  filter: none;
}

.hex-find__go {
  background: #ff4949;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.55rem 1.4rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.hex-find__go[disabled] {
  background: #3a3a3a;
  color: #bdbdbd;
  cursor: not-allowed;
}

.hex-find__bottom--idle {
  background: #1b1b1b;
}

.hex-find__step {
  transition: opacity 0.2s ease;
}

.hex-find [hidden] {
  display: none !important;
}

.hex-find__step[data-step="1"] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 6rem;
}

.hex-find__step[data-step="2"] {
  padding: 1rem;
}

.hex-find__results-header {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.hex-find__results-subtitle {
  margin: 0.25rem 0 0;
  color: #6a6a6a;
  font-size: 0.9rem;
}

.hex-find__selection-title {
  margin: 0.35rem 0 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1f1f1f;
}

.hex-find__compare {
  display: grid;
  gap: 1rem;
  margin: 1rem 0;
}

.hex-find__range {
  background: #fff;
  border-radius: 16px;
  padding: 0.9rem;
  border: 1px solid #ececec;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.hex-find__range-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.6rem;
}

.hex-find__range-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.hex-find__range-meta {
  margin: 0;
  font-size: 0.85rem;
  color: #6a6a6a;
  text-align: right;
}

.hex-find__range-sliders {
  display: grid;
  gap: 0.4rem;
}

.hex-find__range-slider {
  position: relative;
  margin-bottom: 44px;
  overflow: visible;
}

.hex-find__range-slider.noUi-target {
  height: 6px;
  background: #ededed;
  border-radius: 999px;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  box-sizing: border-box;
}

.hex-find__range-slider.noUi-horizontal {
  height: 6px;
}

.hex-find__range-slider .noUi-connect {
  background: #e44b4b;
}

.hex-find__range-slider .noUi-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1a1a1a;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: grab;
  top: -4px;
  right: -7px;
}

.hex-find__range-slider .noUi-handle::before,
.hex-find__range-slider .noUi-handle::after {
  display: none;
}

.hex-find__range-inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.4rem;
}

.hex-find__range-slider .noUi-pips {
  color: #7d7d7d;
  font-size: 0.65rem;
  padding-top: 4px;
}

.hex-find__range-slider .noUi-pips-horizontal {
  padding: 6px 0 0;
  height: 34px;
  top: 10px;
}

.hex-find__range-slider .noUi-marker {
  background: #c0c0c0;
}

.hex-find__range-slider .noUi-marker-large {
  height: 8px;
}

.hex-find__range-slider .noUi-marker-sub {
  height: 3px;
}

.hex-find__range-slider .noUi-marker-horizontal.noUi-marker {
  width: 1px;
}

.hex-find__range-slider .noUi-value {
  transform: translate(-50%, 2px);
}

@media (max-width: 720px) {
  .hex-find__range-slider {
    margin-bottom: 10px;
  }

  .hex-find__range-slider .noUi-pips {
    display: none;
  }
}

.hex-find__range-inputs label {
  display: grid;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #6a6a6a;
}

.hex-find__range-inputs input[type="month"] {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: 0.35rem 0.45rem;
  font-size: 0.85rem;
}

.hex-find__compare-note {
  margin: 0.3rem 0 1rem;
  font-size: 0.85rem;
  color: #5e5e5e;
}

.hex-find__compare-note[hidden] {
  display: none;
}

.hex-find__summary-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.hex-find__summary-card {
  background: #121212;
  color: #fff;
  border-radius: 16px;
  padding: 0.9rem 1rem;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22);
}

.hex-find__summary-card--inline {
  margin-top: 0.85rem;
}

.hex-find__summary-title {
  margin: 0 0 0.6rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.hex-find__summary-card .hex-find__totals-row {
  gap: 1rem;
}

.hex-find__summary-card .hex-find__totals strong {
  font-size: 1rem;
}

.hex-find__back {
  border: 1px solid #d5d5d5;
  background: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
}

.hex-find__compare-toggle {
  border: 1px solid #e0e0e0;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.85rem;
  margin-left: auto;
}

.hex-find__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0;
}

.hex-find__card {
  background: #fff;
  border-radius: 16px;
  padding: 0.9rem;
  border: 1px solid #ececec;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.hex-find__card-label {
  margin: 0;
  font-size: 0.8rem;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hex-find__card-value {
  margin: 0.4rem 0 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.hex-find__panel {
  background: #fff;
  border-radius: 16px;
  padding: 1rem;
  border: 1px solid #ececec;
  margin-bottom: 0.8rem;
}

.hex-find__panel h2 {
  margin-top: 0;
  font-size: 1.05rem;
}

.hex-find__panel [data-hex-timeline] .timeline-count {
  display: inline-block;
  margin-left: 0.15em;
  font-size: 0.65em;
  line-height: 1;
  position: relative;
  top: -0.45em;
}

.hex-find__panel [data-hex-timeline][open] [data-hex-timeline-summary] {
  display: none;
}

.hex-find__overlap-status,
.hex-find__overlap-note {
  margin: 0.35rem 0;
}

.hex-find__overlap-list {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.6rem;
}

.hex-find__overlap-group-title {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6d6d6d;
}

.hex-find__overlap-line {
  margin: 0 0 0.4rem;
  line-height: 1.45;
  color: #1d1d1d;
}

.hex-find__overlap-link {
  font-weight: 600;
  color: #1d1d1d;
  text-decoration: none;
  font-size: 0.92rem;
}

.hex-find__overlap-link:hover {
  text-decoration: underline;
}

.hex-find__overlap-pol {
  font-size: 0.82rem;
  color: #6a6a6a;
}

.hex-find__crash-grid {
  display: grid;
  gap: 0.9rem;
}

.hex-find__metrics-grid {
  display: grid;
  gap: 0.8rem;
}

.hex-find__metrics-col {
  display: grid;
  gap: 0.8rem;
  align-content: start;
  align-items: start;
}

.hex-find__metrics-col .hex-find__panel {
  margin-bottom: 0;
}

.hex-find__crash-card {
  border-radius: 14px;
  padding: 0.9rem;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  display: grid;
  gap: 0.75rem;
}

.hex-find__crash-period {
  margin: 0;
  font-size: 0.85rem;
  color: #6a6a6a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.hex-find__crash-rows {
  display: grid;
  gap: 0.4rem;
}

.hex-find__crash-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto auto;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.95rem;
  color: #1d1d1d;
}

.hex-find__crash-row[data-tooltip] {
  cursor: help;
}

.hex-find__crash-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f2f2f;
}

.hex-find__crash-icon img {
  width: 18px;
  height: 18px;
}

.hex-find__crash-icon i {
  font-size: 1rem;
}

.hex-find__crash-label {
  font-weight: 500;
}

.hex-find__crash-value {
  font-weight: 700;
  font-size: 1rem;
}

.hex-find__crash-delta {
  font-weight: 600;
  font-size: 0.8rem;
  color: #6b6b6b;
  text-align: right;
  min-width: 3.5rem;
}

.hex-find__crash-delta.is-empty {
  display: none;
}

.hex-find__crash-delta[data-trend="up"] {
  color: #ef4e16;
}

.hex-find__crash-delta[data-trend="down"] {
  color: #177245;
}

.hex-find__crash-delta[data-trend="flat"],
.hex-find__crash-delta[data-trend="none"] {
  color: #6b6b6b;
}

.hex-find__crash-filters {
  display: grid;
  gap: 0.35rem;
}

.hex-find__crash-filter-label {
  margin: 0;
  font-size: 0.78rem;
  color: #6a6a6a;
}

.hex-find__crash-modes {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.hex-find__mode-toggle {
  border: 1px solid rgba(239, 78, 22, 0.3);
  background: #fff;
  color: #2f2f2f;
  border-radius: 999px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.hex-find__mode-toggle:hover {
  border-color: rgba(239, 78, 22, 0.6);
  transform: translateY(-1px);
}

.hex-find__mode-toggle.is-active {
  background: rgba(239, 78, 22, 0.15);
  border-color: rgba(239, 78, 22, 0.9);
}

.hex-find__mode-toggle .hex-find__chip-icon {
  width: 18px;
  height: 18px;
}

.hex-find__age-toggle {
  border: 1px solid rgba(30, 106, 216, 0.35);
  background: #fff;
  color: #1e6ad8;
  border-radius: 999px;
  min-width: 36px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.hex-find__age-toggle:hover {
  border-color: rgba(30, 106, 216, 0.7);
  transform: translateY(-1px);
}

.hex-find__age-toggle.is-active {
  background: rgba(30, 106, 216, 0.16);
  border-color: rgba(30, 106, 216, 0.9);
  color: #144a99;
}

.hex-find__crash-range {
  margin: 0;
  font-size: 0.82rem;
  color: #6a6a6a;
}

.hex-find__placeholder {
  color: #6a6a6a;
  margin: 0.5rem 0 0;
}

.hex-find__recent {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: grid;
  gap: 0.65rem;
}

.hex-find__recent-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.hex-find__recent-meta {
  margin: 0.2rem 0 0;
  font-size: 0.85rem;
  color: #6a6a6a;
}

.mod-injuries {
  max-width: 100%;
}

.inj-card {
  position: relative;
  border-radius: 14px;
  padding: 0.9rem;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
}

.inj-status {
  margin: 0 0 0.35rem;
}

.inj-buckets {
  margin: 0;
  padding: 0;
}

.inj-bucket {
  margin: 0 0 0.6rem;
  border: 0;
  padding: 0;
}

.inj-bucket:last-of-type {
  margin-bottom: 0;
}

.inj-bucket > summary {
  padding: 0.2rem 0;
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  background: transparent;
  border: 0;
  list-style: none;
  cursor: pointer;
  color: #1d1d1d;
}

.inj-bucket > summary::-webkit-details-marker {
  display: none;
}

.inj-bucket > summary .arrow-toggle {
  font-size: 0.95rem;
  line-height: 1;
  width: 1rem;
  text-align: center;
  color: #767676;
  transition: transform 0.2s ease;
}

.inj-bucket[open] > summary .arrow-toggle {
  transform: rotate(90deg);
}

.inj-bucket > summary .fw6 {
  font-size: 1rem;
  font-weight: 600;
}

.inj-bucket > summary [data-bucket-count] {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6b6b6b;
}

.inj-bucket-basis {
  font-size: 0.8rem;
  color: #6b6b6b;
  margin-left: 0.1rem;
}

.inj-bucket-delta {
  font-weight: 600;
  font-size: 0.78rem;
  color: #6b6b6b;
  text-align: right;
  margin-left: auto;
  min-width: 3.5rem;
}

.inj-bucket-delta.is-empty {
  display: none;
}

.inj-bucket-delta[data-trend="up"] {
  color: #ef4e16;
}

.inj-bucket-delta[data-trend="down"] {
  color: #177245;
}

.inj-bucket-delta[data-trend="flat"],
.inj-bucket-delta[data-trend="none"] {
  color: #6b6b6b;
}

.inj-bucket > [data-bucket-body] {
  padding-left: 0;
  margin-top: 0.25rem;
  margin-left: 1.3rem;
}

.inj-dots {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.inj-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
  margin-right: 4px;
  margin-bottom: 4px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  line-height: 0;
  aspect-ratio: 1 / 1;
}

.inj-dot.sev-3 {
  background: #333333;
}

.inj-dot.sev-4 {
  background: #ff9800;
}

.inj-dot.sev-5 {
  background: #ff1744;
}

.inj-overflow {
  font-size: 0.85rem;
  margin-left: 0.25rem;
}

.inj-regions > .inj-region-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
}

.inj-regions > .inj-region-row:last-of-type {
  margin-bottom: 0;
}

.inj-region-label {
  width: 50%;
  font-size: 0.95rem;
  color: #6b6b6b;
}

.inj-region-dots {
  flex: 1;
}

@media (max-width: 899px) {
  .layout-shell {
    padding: 0;
    max-width: none;
  }

  .layout-shell > header nav {
    display: none;
  }

  #mobileMenu {
    top: 0 !important;
  }
}

@media (min-width: 900px) {
  .hex-find__header {
    display: block;
    margin-bottom: 1rem;
  }

  .hex-find__menu-toggle {
    display: none;
  }

  .hex-find {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 3rem;
    display: grid;
    grid-template-columns: 550px minmax(0, 1fr);
    gap: 1.5rem;
    min-height: auto;
  }

  .hex-find__header {
    grid-column: 1 / -1;
  }

  .hex-find__step[data-step="1"] {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: auto;
    padding-bottom: 0;
  }

  .hex-find__step[data-step="2"] {
    grid-column: 2;
    padding: 0;
  }

  .hex-find__search {
    height: fit-content;
    margin: 0;
  }

  .hex-find__back {
    display: none;
  }

  .hex-find__compare {
    grid-template-columns: 1fr;
  }

  .hex-find__summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hex-find__map {
    height: 70vh;
    min-height: 360px;
    max-height: 720px;
    margin: 0;
  }

  .hex-find__bottom {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 1rem;
  }

  .hex-find__go {
    display: none;
  }
}

@media (min-width: 1625px) {
  .hex-find {
    max-width: 1860px;
    grid-template-columns: 550px minmax(300px, 1fr) minmax(300px, 1fr);
  }

  .hex-find__step[data-step="2"] {
    grid-column: 2 / -1;
  }

  .hex-find__compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hex-find__compare.is-compare-active .hex-find__range {
    grid-row: 1;
  }

  .hex-find__compare.is-compare-active .hex-find__range[data-period="earlier"] {
    grid-column: 1;
  }

  .hex-find__compare.is-compare-active .hex-find__range[data-period="recent"] {
    grid-column: 2;
  }

  .hex-find__compare:not(.is-compare-active) .hex-find__range[data-period="recent"] {
    grid-column: 1 / -1;
  }


  .hex-find__metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
