:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f7f4ff;
  background: #08070d;
  --panel: #14121e;
  --panel-deep: #0d0b14;
  --border: #302b42;
  --border-bright: #4a4164;
  --muted: #aaa4bb;
  --accent: #a98aff;
  --accent-bright: #cbb9ff;
  --good: #55ecad;
  --danger: #ff536f;
  --gold: #ffd166;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 12% 0, #34235d 0, transparent 32rem),
    radial-gradient(circle at 90% 32rem, #162544 0, transparent 28rem),
    #08070d;
}

button {
  font: inherit;
}

.shell {
  width: min(1240px, 94vw);
  margin: auto;
  padding: 34px 0 80px;
}

.site-header,
.section-heading,
.coach-hero-topline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

h1 {
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

h2,
h3,
p {
  margin-top: 0;
}

.eyebrow,
.kicker,
.side-label {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.subtitle,
.muted {
  color: var(--muted);
}

.subtitle {
  margin: 14px 0 0;
  font-size: 1.08rem;
}

.status {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--good);
  font-size: 0.82rem;
}

.main-nav {
  display: flex;
  gap: 8px;
  margin: 28px 0 14px;
}

.tab,
.primary {
  border: 0;
  color: white;
  font-weight: 800;
  cursor: pointer;
}

.tab {
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: #15131f;
}

.tab:hover,
.tab:focus-visible {
  border-color: var(--border-bright);
}

.tab.active,
.primary {
  background: linear-gradient(135deg, #7451e3, #ae8cff);
}

.panel,
.coach-card,
.counter {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(145deg, #181625, #0e0d16);
}

.lane-builder {
  padding: 24px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: 1.55rem;
}

.picker-help {
  text-align: right;
}

.picker-help p {
  margin-bottom: 5px;
}

.favourite-help {
  margin: 0;
  color: #d6c58d;
  font-size: 0.7rem;
  font-weight: 700;
}

.favourite-help span {
  color: var(--gold);
  font-size: 0.9rem;
}

.lane-builder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 22px;
}

.lane-side {
  padding: 17px;
  border: 1px solid #37304b;
  border-radius: 15px;
  background: #100e18b8;
}

.enemy-side {
  border-color: #50313d;
}

.side-label {
  margin-bottom: 17px;
}

.enemy-label {
  color: var(--danger);
}

.picker-group + .picker-group {
  margin-top: 18px;
}

.picker-group h3 {
  margin-bottom: 9px;
  color: #d8d1e8;
  font-size: 0.82rem;
}

.hero-search {
  width: 100%;
  margin-bottom: 9px;
  padding: 9px 11px;
  border: 1px solid #343044;
  border-radius: 9px;
  background: #0d0c14;
  color: white;
  font: inherit;
  font-size: 0.82rem;
}

.hero-search:focus {
  border-color: var(--accent);
  outline: 2px solid #a98aff24;
}

.hero-search::placeholder {
  color: #777085;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(44px, 1fr));
  gap: 5px;
  max-height: 350px;
  padding-right: 4px;
  overflow-y: auto;
  scrollbar-color: #554b6f #15121e;
  scrollbar-width: thin;
}

.hero-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #0d0c14;
  opacity: 0.57;
  transition: opacity 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.hero-card:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

.hero-select {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
}

.hero-select:focus-visible {
  outline: 2px solid white;
  outline-offset: -3px;
}

.hero-select img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
}

.hero-select > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  padding: 12px 3px 4px;
  background: linear-gradient(transparent, #08070de8 48%);
  font-size: clamp(0.55rem, 0.72vw, 0.68rem);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.favourite-toggle {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 3px;
  display: grid;
  width: 23px;
  height: 23px;
  padding: 0;
  place-items: center;
  border: 1px solid #ffffff38;
  border-radius: 50%;
  background: #07060bc9;
  color: #ddd6e7;
  cursor: pointer;
  line-height: 1;
}

.favourite-toggle:hover,
.favourite-toggle:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
  outline: none;
}

.hero-card.favourite {
  opacity: 0.88;
}

.hero-card.favourite .favourite-toggle {
  border-color: #d6a93d;
  background: #3d2e0bd9;
  color: var(--gold);
}

.hero-card.selected {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px #a98aff2b;
  opacity: 1;
}

.enemy-side .hero-card.selected {
  border-color: var(--danger);
  box-shadow: 0 0 0 2px #ff9fae26;
}

.primary {
  min-width: 190px;
  margin-top: 22px;
  padding: 13px 18px;
  border-radius: 11px;
  box-shadow: 0 10px 30px #7551e333;
}

.primary:hover {
  filter: brightness(1.08);
}

.validation {
  min-height: 1.2em;
  margin: 10px 0 0;
  color: var(--danger);
}

.coach-results {
  scroll-margin-top: 12px;
}

.lane-advantage {
  display: grid;
  grid-template-columns: minmax(190px, 0.55fr) 1fr auto;
  align-items: center;
  gap: 20px;
  margin: 14px 0 8px;
  padding: 13px 18px;
  border: 1px solid #5b526d;
  border-left: 6px solid var(--gold);
  border-radius: 15px;
  background: linear-gradient(100deg, #29241a, #14121d);
}

.matchup-portraits,
.matchup-side {
  display: flex;
  align-items: center;
}

.matchup-portraits {
  justify-self: end;
  gap: 7px;
}

.matchup-side {
  gap: 4px;
}

.matchup-versus {
  color: #8c8499;
  font-size: 0.55rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
}

.matchup-hero {
  position: relative;
  width: 39px;
  height: 39px;
}

.matchup-hero img {
  width: 100%;
  height: 100%;
  border: 1px solid #655d74;
  border-radius: 9px;
  object-fit: cover;
  object-position: top center;
}

.matchup-enemies .matchup-hero img {
  border-color: #82404c;
}

.lane-advantage p {
  margin: 0 0 2px;
  color: #d5c5a0;
  font-size: 0.62rem;
  font-weight: 1000;
  letter-spacing: 0.15em;
}

.lane-advantage h2 {
  margin: 0;
  font-size: 1.1rem;
}

.lane-advantage > strong {
  color: #e2ddea;
  font-size: 0.9rem;
  line-height: 1.35;
}

.advantage-ally {
  border-left-color: var(--good);
  background: linear-gradient(100deg, #17352d, #11181a);
}

.advantage-ally p {
  color: #9af1cd;
}

.advantage-enemy {
  border-left-color: var(--danger);
  background: linear-gradient(100deg, #461923, #191015);
}

.advantage-enemy p {
  color: #ffafbc;
}

.coach-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(23px, 3vw, 34px);
  border: 1px solid #6d59a2;
  border-radius: 22px;
  background:
    linear-gradient(112deg, #2b1e49 0%, #181426 58%, #10101b 100%);
  box-shadow: 0 24px 60px #0000003d;
}

.coach-hero::after {
  position: absolute;
  top: -90px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #7c5ddd26;
  content: "";
  filter: blur(10px);
}

.coach-source {
  position: relative;
  z-index: 1;
  padding: 7px 10px;
  border: 1px solid #8f77c2;
  border-radius: 999px;
  color: var(--accent-bright);
  font-size: 0.75rem;
  font-weight: 800;
}

.coach-hero h2 {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 6px 0 20px;
  font-size: clamp(1.7rem, 3vw, 2.85rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.goal-block {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 5px;
  max-width: 780px;
  padding-left: 14px;
  border-left: 3px solid var(--good);
}

.goal-block span,
.window span {
  color: var(--good);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.goal-block strong {
  font-size: 1.16rem;
}

.instant-calls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.coach-card {
  display: flex;
  min-height: 248px;
  flex-direction: column;
  border-width: 2px;
  border-left-width: 6px;
}

.pressure-card {
  border-color: #29976f;
  background: linear-gradient(145deg, #15382e, #0e1515 64%);
}

.threat-card {
  border-color: var(--danger);
  background: linear-gradient(145deg, #4c1722, #170d12 66%);
  box-shadow: inset 0 1px 0 #ff8a9e55, 0 10px 28px #ff536f14;
}

.buy-card {
  grid-column: 1 / -1;
  border-color: #ba8f31;
  background: linear-gradient(145deg, #3d3015, #16130c 66%);
}

.shop-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.shop-option {
  padding: 14px;
  border: 1px solid #705b2e;
  border-radius: 13px;
  background: #110f0b99;
}

.shop-option-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.shop-option-heading span,
.purchase-path > p,
.follow-up-item small {
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 1000;
  letter-spacing: 0.13em;
}

.shop-option-heading b {
  color: #f7edcf;
  font-size: 0.75rem;
}

.shop-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-item img {
  width: 48px;
  height: 48px;
  border-radius: 11px;
}

.shop-item h3 {
  margin: 0;
  font-size: 1.18rem;
}

.shop-option > p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.purchase-path {
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid #59471f;
}

.purchase-path > p {
  margin-bottom: 8px;
}

.follow-up-buys {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.follow-up-item {
  display: flex;
  min-width: 210px;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid #4d4023;
  border-radius: 11px;
  background: #0e0c09;
}

.follow-up-item > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #624d1e;
  color: white;
  font-size: 0.72rem;
  font-weight: 900;
}

.follow-up-item img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.follow-up-item div {
  display: grid;
  gap: 2px;
}

.follow-up-item b {
  color: white;
  font-size: 0.82rem;
  letter-spacing: normal;
}

.callout-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.callout-symbol {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 1000;
}

.callout-heading p {
  margin: 0;
}

.callout-type {
  font-size: 0.72rem;
  font-weight: 1000;
  letter-spacing: 0.14em;
}

.callout-hint {
  margin-top: 2px !important;
  color: #c9c3d2;
  font-size: 0.75rem;
}

.pressure-card .callout-heading {
  color: var(--good);
}

.threat-card .callout-heading {
  color: #ffb0bd;
}

.threat-card .callout-symbol {
  border-color: var(--danger);
  background: var(--danger);
  color: #21060c;
}

.buy-card .callout-heading {
  color: var(--gold);
}

.identity {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.identity img {
  width: 58px;
  height: 58px;
  border: 1px solid #4c4660;
  border-radius: 14px;
  object-fit: cover;
  background: #0b0a11;
}

.identity h3 {
  margin: 0;
  font-size: 1.45rem;
}

.coach-card > strong {
  font-size: 1.02rem;
  line-height: 1.45;
}

.coach-card > p:not(.kicker),
.counter p,
.counter small {
  color: var(--muted);
}

.coach-card > p:not(.kicker) {
  margin: 12px 0 0;
  line-height: 1.45;
}

.window {
  display: grid;
  gap: 5px;
  margin-top: auto !important;
  padding-top: 18px;
  border-top: 1px solid #332c3d;
}

.window b {
  color: #f5e9ec;
}

.coach-detail {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  border: 1px solid #4b445b;
  border-radius: 10px;
  background: #09080e70;
}

.coach-detail summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 11px;
  color: #d6cfdf;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
  list-style: none;
}

.coach-detail summary::-webkit-details-marker {
  display: none;
}

.coach-detail summary::after {
  color: var(--accent-bright);
  content: "+";
  font-size: 1rem;
  line-height: 1;
}

.coach-detail[open] summary::after {
  content: "−";
}

.coach-detail summary:hover,
.coach-detail summary:focus-visible {
  color: white;
  background: #ffffff08;
}

.detail-copy {
  display: grid;
  gap: 10px;
  padding: 0 11px 12px;
  border-top: 1px solid #302b3b;
}

.detail-copy p {
  display: grid;
  gap: 3px;
  margin: 10px 0 0;
  color: #bdb6c8;
  font-size: 0.8rem;
  line-height: 1.4;
}

.detail-copy b {
  color: var(--good);
  font-size: 0.59rem;
  letter-spacing: 0.13em;
}

.hero-detail {
  max-width: 860px;
  margin-top: 18px;
  border-color: #665584;
}

.hero-detail .detail-copy {
  grid-template-columns: 1fr 1fr;
}

.avoid-card {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 12px;
  padding: 16px 20px;
  border: 2px solid var(--danger);
  border-radius: 16px;
  background: linear-gradient(90deg, #5a1724, #241016);
  box-shadow: inset 0 1px 0 #ff9aac3d;
}

.avoid-symbol {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  background: var(--danger);
  color: #23060c;
  font-size: 1.6rem;
  font-weight: 1000;
}

.avoid-card p {
  margin: 0 0 3px;
  color: #ffb7c3;
  font-size: 0.68rem;
  font-weight: 1000;
  letter-spacing: 0.15em;
}

.avoid-card h2 {
  margin-bottom: 0;
  color: white;
  font-size: 1.18rem;
  line-height: 1.3;
}

.avoid-detail {
  margin-top: 9px;
  border-color: #81404c;
}

.avoid-detail summary {
  padding-block: 7px;
  color: #ffc0ca;
}

.phase-section {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #0e0c16cc;
}

.phase-heading {
  align-items: end;
  margin-bottom: 13px;
}

.phase-heading h2 {
  margin: 3px 0 0;
  font-size: 1.35rem;
}

.phase-heading .muted {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.phase-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.phase-card {
  min-width: 0;
  padding: 13px;
  border: 1px solid #433a58;
  border-top: 4px solid var(--accent);
  border-radius: 13px;
  background: linear-gradient(150deg, #1b1728, #0e0c14);
}

.phase-first-shop {
  border-top-color: var(--gold);
}

.phase-power-spike {
  border-top-color: var(--good);
}

.phase-lane-ending {
  border-top-color: #66b9ff;
}

.phase-card header {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
}

.phase-number {
  color: #746b86;
  font-size: 0.72rem;
  font-weight: 900;
}

.phase-card header p {
  margin: 0 0 2px;
  color: var(--accent-bright);
  font-size: 0.57rem;
  font-weight: 1000;
  letter-spacing: 0.12em;
}

.phase-card h3 {
  margin: 0;
  font-size: 1.04rem;
}

.phase-card > strong {
  display: block;
  font-size: 0.88rem;
  line-height: 1.3;
}

.phase-detail {
  margin-top: 10px;
}

.phase-detail summary {
  padding: 7px 8px;
  font-size: 0.66rem;
}

.phase-detail .detail-copy {
  padding-inline: 8px;
}

.phase-detail .detail-copy p {
  font-size: 0.74rem;
}

.notes-card {
  margin-top: 12px;
}

.notes-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.notes-card li {
  position: relative;
  padding-left: 21px;
  color: #dfdae7;
}

.notes-card li::before {
  position: absolute;
  left: 0;
  color: var(--good);
  content: "✓";
  font-weight: 900;
}

.team-grid {
  grid-template-columns: repeat(14, minmax(48px, 1fr));
  max-height: 330px;
  margin-top: 9px;
}

.team-picker-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.selection-count {
  color: #d7caef;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.team-search {
  margin-top: 14px;
  margin-bottom: 0;
}

.team-picker-controls {
  display: flex;
  align-items: center;
  gap: 9px;
}

.clear-team {
  padding: 7px 10px;
  border: 1px solid #5e536f;
  border-radius: 9px;
  background: #17141f;
  color: #e7e1ed;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}

.clear-team:hover:not(:disabled),
.clear-team:focus-visible {
  border-color: var(--danger);
  color: #ffc5cf;
  outline: none;
}

.clear-team:disabled {
  cursor: default;
  opacity: 0.38;
}

.problems {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.problem {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid #342f49;
  border-radius: 12px;
  background: #0d0c14;
}

.problem div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.problem span {
  color: var(--gold);
}

.problem small {
  color: var(--muted);
}

.problem-heroes {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  gap: 5px !important;
}

.problem-heroes span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
  padding: 3px 7px 3px 3px;
  border-radius: 999px;
  background: #191622;
  color: #dcd6e6;
}

.problem-heroes img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
}

.problem-heroes em {
  overflow: hidden;
  font-size: 0.65rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.counter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.counter {
  display: flex;
  gap: 16px;
}

.counter h3 {
  margin: 4px 0;
}

.counter b {
  color: var(--accent);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.counter-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.build-fit {
  padding: 4px 7px;
  border: 1px solid #5d566c;
  border-radius: 999px;
  color: #d9d4df;
  font-size: 0.58rem;
  font-weight: 1000;
  letter-spacing: 0.09em;
}

.fit-gun {
  border-color: #c37e31;
  background: #4a2a0e;
  color: #ffd29a;
}

.fit-spirit {
  border-color: #8159d1;
  background: #2c194d;
  color: #d7c3ff;
}

.fit-reason {
  margin: 1px 0 9px;
  color: #ddd6e7 !important;
  font-size: 0.78rem;
  font-weight: 700;
}

.item-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
}

.effective {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.effective > span {
  width: 100%;
  color: var(--good);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.effective div {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px 4px 4px;
  border-radius: 999px;
  background: #0d0c14;
}

.effective img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.effective em {
  font-size: 0.8rem;
  font-style: normal;
}

.hidden {
  display: none;
}

@media (max-width: 960px) {
  .lane-builder-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    grid-template-columns: repeat(12, minmax(48px, 1fr));
  }

  .instant-calls {
    grid-template-columns: 1fr 1fr;
  }

  .buy-card {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .problems {
    grid-template-columns: repeat(2, 1fr);
  }

  .phase-timeline {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .shell {
    width: min(94vw, 560px);
    padding-top: 24px;
  }

  .site-header {
    display: block;
  }

  .status {
    display: inline-block;
    margin-top: 18px;
  }

  .section-heading {
    display: block;
  }

  .section-heading .muted {
    margin-top: 8px;
  }

  .lane-advantage {
    grid-template-columns: 1fr auto;
    gap: 7px;
  }

  .lane-advantage > strong {
    grid-column: 1 / -1;
  }

  .matchup-portraits {
    grid-column: 2;
    grid-row: 1;
    margin-right: 4px;
  }

  .hero-detail .detail-copy {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    grid-template-columns: repeat(5, 1fr);
    max-height: 370px;
  }

  .instant-calls,
  .counter-grid {
    grid-template-columns: 1fr;
  }

  .buy-card {
    grid-column: auto;
  }

  .shop-options {
    grid-template-columns: 1fr;
  }

  .coach-card {
    min-height: auto;
  }
}

@media (max-width: 430px) {
  .lane-builder,
  .lane-side,
  .panel,
  .coach-card {
    padding: 15px;
  }

  .main-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tab {
    padding-inline: 8px;
  }

  .hero-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .picker-help {
    text-align: left;
  }

  .matchup-hero {
    width: 32px;
    height: 32px;
  }

  .phase-timeline {
    grid-template-columns: 1fr;
  }

  .coach-hero {
    padding: 23px 19px;
  }

  .coach-hero h2 {
    margin-bottom: 24px;
  }
}
