﻿:root {
  --bg: #111827;
  --bg-alt: #0f172a;
  --surface: #1f2937;
  --surface-2: #243244;
  --line: #374151;
  --text: #e5e7eb;
  --muted: #9ca3af;
  --green: #22c55e;
  --green-soft: rgba(34, 197, 94, 0.15);
  --blue: #60a5fa;
  --purple: #7c3aed;
  --amber: #f59e0b;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-alt) 100%);
  color: var(--text);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  min-height: 100vh;
}

a {
  color: inherit;
}

.top-nav {
  border-bottom: 2px solid #1f2937;
  background: #111827;
}

.nav-wrap {
  width: min(1250px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.brand-logo {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #34d399, #22c55e);
  color: #052e16;
  font-size: 0.78rem;
  font-weight: 800;
}

.brand h1 {
  margin: 0;
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
}

.nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.nav-links a {
  text-decoration: none;
  color: #9ca3af;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0.44rem 0.72rem;
}

.nav-links a:hover,
.nav-links a.active {
  color: #fff;
  border-color: #4b5563;
  background: rgba(75, 85, 99, 0.35);
}

.banner-wrap {
  width: min(1250px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0 0.3rem;
}

.promo-banner {
  width: 100%;
  background: linear-gradient(95deg, #7c3aed, #4338ca);
  border: 2px solid #4338ca;
  border-radius: 14px;
  padding: 1rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.banner-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  background: #f59e0b;
  color: #111827;
}

.banner-copy h2 {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.banner-copy p {
  margin: 0.35rem 0 0;
  color: #d1d5db;
}

.banner-cta {
  text-decoration: none;
  border-radius: 9px;
  padding: 0.58rem 0.9rem;
  background: #e5e7eb;
  color: #6d28d9;
  font-weight: 700;
}

.banner-cta:hover {
  background: #c7d2fe;
}

main {
  width: min(1250px, calc(100% - 2rem));
  margin: 0.7rem auto 1.5rem;
  display: grid;
  gap: 1rem;
}

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}

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

.controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.controls input,
.controls button,
.controls select {
  border: 1px solid #4b5563;
  border-radius: 8px;
  background: #111827;
  color: var(--text);
  font: inherit;
  padding: 0.45rem 0.62rem;
}

.controls button {
  background: #14532d;
  border-color: #16a34a;
  cursor: pointer;
}

.controls button:hover {
  background: #166534;
}

.meta-grid {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.meta-card {
  background: var(--surface-2);
  border: 1px solid #4b5563;
  border-radius: 10px;
  padding: 0.7rem;
}

.meta-title {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.meta-value {
  margin: 0.3rem 0 0;
  color: #f8fafc;
  font-weight: 700;
  word-break: break-word;
}

.pill {
  display: inline-flex;
  border: 1px solid #16a34a;
  color: #bbf7d0;
  background: var(--green-soft);
  border-radius: 999px;
  padding: 0.2rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
}

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

.players-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.player-card {
  background: var(--surface-2);
  border: 1px solid #4b5563;
  border-radius: 12px;
  padding: 0.85rem;
  display: grid;
  gap: 0.45rem;
}

.player-title {
  margin: 0;
  font-size: 1.02rem;
}

.player-link {
  color: #a5b4fc;
  text-decoration: none;
}

.player-link:hover {
  text-decoration: underline;
}

.analytics-wrap {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr 1fr;
}

.analytics-list {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.analytics-btn {
  border: 2px solid #2f2f2f;
  background: #4b4b4b;
  color: #e5e7eb;
  border-radius: 8px;
  padding: 0.52rem;
  text-align: center;
}

.analytics-panel {
  background: #374151;
  border: 1px solid #4b5563;
  border-radius: 12px;
  padding: 0.85rem;
  min-height: 260px;
}

.spinner {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  animation: spin 1s linear infinite;
}

.tag {
  display: inline-flex;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  font-size: 0.76rem;
  border: 1px solid #4b5563;
  background: #111827;
  color: #d1d5db;
}

.type-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 0.2rem 0.48rem;
  border-radius: 999px;
  border: 1px solid #4b5563;
  background: #111827;
  font-size: 0.76rem;
}

.tabs {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.tab {
  border: 1px solid #4b5563;
  border-radius: 8px;
  background: #111827;
  color: #d1d5db;
  padding: 0.45rem 0.7rem;
  cursor: pointer;
}

.tab.active {
  border-color: #16a34a;
  color: #bbf7d0;
  background: rgba(22, 163, 74, 0.16);
}

.section-hidden {
  display: none;
}

.party-shell {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: minmax(300px, 1fr) minmax(320px, 1fr);
  align-items: start;
}

.party-grid {
  width: 100%;
  background: #374151;
  border: 1px solid #4b5563;
  border-radius: 12px;
  padding: 0.45rem;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.party-slot {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  min-height: 114px;
  background: #1f2937;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
}

.party-slot:hover {
  border-color: #d1d5db;
}

.party-slot.active {
  border-color: #fff;
}

.party-slot.empty {
  background: #111827;
}

.slot-pointer {
  position: absolute;
  top: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 3;
  font-size: 0.65rem;
}

.party-slot-badge {
  position: absolute;
  top: 0.3rem;
  left: 0.35rem;
  z-index: 3;
  font-size: 0.76rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  display: inline-flex;
  align-items: center;
  gap: 0.24rem;
}

.gender-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid #6b7280;
  font-size: 0.68rem;
}

.gender-icon.male {
  color: #60a5fa;
}

.gender-icon.female {
  color: #f472b6;
}

.party-slot-media {
  width: 100%;
  min-height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009cae;
}

.party-slot-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slot-empty-text {
  color: #9ca3af;
  font-size: 0.76rem;
  text-align: center;
}

.party-detail {
  background: #1f2937;
  border: 1px solid #4b5563;
  border-radius: 12px;
  min-height: 240px;
  padding: 0.7rem;
}

.party-detail-card {
  display: grid;
  gap: 0.65rem;
}

.party-detail-head {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  align-items: flex-start;
}

.party-detail-head h4 {
  margin: 0;
  font-size: 1rem;
}

.party-detail-media {
  background: #111827;
  border: 1px solid #374151;
  border-radius: 10px;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.party-detail-media img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
}

.party-detail-body {
  display: grid;
  gap: 0.45rem;
}

.pokemon-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.pokemon-card {
  background: var(--surface-2);
  border: 1px solid #4b5563;
  border-radius: 12px;
  overflow: hidden;
}

.pokemon-head {
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid #374151;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
}

.pokemon-model {
  width: 100%;
  min-height: 150px;
  background:
    radial-gradient(circle at top, rgba(96, 165, 250, 0.18), transparent 50%),
    linear-gradient(180deg, #1e293b 0%, #111827 100%);
  border-bottom: 1px solid #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
}

.pokemon-model img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  image-rendering: auto;
}

.pokemon-viewer {
  width: 100%;
  height: 170px;
  background: transparent;
}

.pokemon-model .placeholder {
  color: #9ca3af;
  font-size: 0.82rem;
}

.pokemon-body {
  padding: 0.7rem 0.8rem;
  display: grid;
  gap: 0.45rem;
}

.kv {
  margin: 0;
  color: #d1d5db;
  font-size: 0.87rem;
}

.moves,
.types {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.box-list {
  display: grid;
  gap: 0.8rem;
}

.box-card {
  border: 1px solid #4b5563;
  border-radius: 10px;
  background: #1e293b;
  padding: 0.7rem;
}

.box-head {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 0.65rem;
}

.box-grid {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.pc-grid {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pc-cell {
  position: relative;
  border: 1px solid #4b5563;
  border-radius: 8px;
  overflow: hidden;
  min-height: 72px;
  padding: 0;
  cursor: pointer;
  background: #111827;
}

.pc-cell.empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
}

.pc-cell-media {
  width: 100%;
  height: 100%;
  min-height: 72px;
  background: #009cae;
}

.pc-cell-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pc-level {
  position: absolute;
  top: 0.2rem;
  left: 0.28rem;
  z-index: 2;
  font-size: 0.64rem;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: 700;
}

.box-entry {
  background: #111827;
  border: 1px solid #374151;
  border-radius: 9px;
  padding: 0.5rem;
}

.player-page-main {
  width: min(1300px, calc(100% - 2rem));
  margin: 0.8rem auto 1.5rem;
  display: grid;
  gap: 0.9rem;
}

.player-overview-panel {
  background: #1f2937;
}

.overview-head {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  align-items: center;
}

.showcase-layout {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(480px, 1.2fr);
  gap: 0.9rem;
}

.layout-left,
.layout-right {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.showcase-block {
  background: #2f3839;
  border-color: #3f4b4d;
}

.block-title {
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
}

.player-party-wrap {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0.75rem;
}

.player-model-card {
  background: #243244;
  border: 1px solid #4b5563;
  border-radius: 10px;
  padding: 0.55rem;
  display: grid;
  gap: 0.55rem;
}

.player-model-stage {
  min-height: 260px;
  background: #111827;
  border: 1px solid #374151;
  border-radius: 10px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

#player-model-canvas,
#player-model-fallback {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.player-model-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#player-head {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #4b5563;
  background: #111827;
}

.party-card-wrap {
  background: #243244;
  border: 1px solid #4b5563;
  border-radius: 10px;
  padding: 0.5rem;
}

.party-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.party-slot {
  border: 2px solid transparent;
  border-radius: 9px;
  overflow: hidden;
  background: #111827;
  cursor: pointer;
  min-height: 110px;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.party-slot:hover {
  border-color: #9ca3af;
}

.party-slot.active {
  border-color: #ffffff;
}

.party-slot.empty {
  background: #0f172a;
}

.party-slot-top {
  display: flex;
  justify-content: space-between;
  gap: 0.3rem;
  padding: 0.3rem 0.35rem;
  font-size: 0.72rem;
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.24);
}

.party-slot-media {
  flex: 1;
  min-height: 80px;
  background: #12afbb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.party-slot-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.party-slot-media img.slot-model-snapshot,
.pc-slot-media img.slot-model-snapshot {
  object-fit: contain;
  image-rendering: auto;
}

.gender-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 999px;
  border: 1px solid #6b7280;
  background: rgba(17, 24, 39, 0.7);
  font-size: 0.62rem;
}

.gender-icon.male {
  color: #60a5fa;
}

.gender-icon.female {
  color: #f472b6;
}

.slot-empty-text {
  color: #9ca3af;
  font-size: 0.72rem;
}

.directory-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 0.7rem;
}

.directory-toolbar input,
.directory-toolbar button,
.directory-pager button,
.pc-controls button,
.copy-button,
.stats-button {
  border: 1px solid #4b5563;
  border-radius: 8px;
  background: #4b4b4b;
  color: #e5e7eb;
  font: inherit;
  padding: 0.45rem 0.6rem;
}

.directory-toolbar button:disabled,
.directory-pager button:disabled,
.pc-controls button:disabled,
.stats-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.player-head-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
  min-height: 120px;
}

.player-head-btn {
  background: #1f2937;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  padding: 0.2rem;
  color: #d1d5db;
  display: grid;
  gap: 0.2rem;
  justify-items: center;
}

.player-head-btn:hover {
  border-color: #9ca3af;
}

.player-head-btn.active {
  border-color: #ffffff;
}

.player-head-btn img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  object-fit: cover;
}

.player-head-btn span {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.68rem;
}

.directory-pager {
  margin-top: 0.7rem;
  display: flex;
  justify-content: space-between;
}

.pokemon-detail-card {
  background: #2f3839;
  border: 1px solid #3f4b4d;
  border-radius: 12px;
  padding: 0.75rem;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 0.7rem;
}

.pokemon-header-row {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.pokemon-name-pill {
  width: 100%;
  background: #4b4b4b;
  border: 2px solid #2f2f2f;
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.pokemon-name {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}

.pokemon-level-wrap {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
}

.stats-button {
  min-width: 76px;
}

.pokemon-row-two,
.pokemon-row-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.label-value {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
}

.label-value p {
  margin: 0;
  background: #2f2f2f;
  color: #d1d5db;
  padding: 0.45rem 0.45rem;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.label-value div {
  background: #4b4b4b;
  border: 2px solid #2f2f2f;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  padding: 0.45rem 0.5rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.move-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
}

.move-type {
  background: #2f2f2f;
  color: #d1d5db;
  padding: 0.42rem 0.25rem;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.move-row div {
  background: #4b4b4b;
  border: 2px solid #2f2f2f;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  padding: 0.45rem 0.5rem;
  min-width: 0;
  overflow-wrap: anywhere;
}

.type-value {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
  align-items: center;
}

.type-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
}

.type-chip-icon {
  width: 1.15rem;
  height: 1.15rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.type-chip.missing::before {
  content: "?";
  color: #9ca3af;
  font-size: 0.78rem;
  font-weight: 700;
}

.pokemon-preview-box {
  background: #12afbb;
  border: 4px solid #12afbb;
  border-radius: 12px;
  min-height: 260px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

#pokemon-preview-canvas,
#pokemon-preview-fallback {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.model-source {
  margin-top: 0.5rem;
  color: #9ca3af;
  font-size: 0.74rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.pc-head {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 0.55rem;
  flex-wrap: wrap;
}

.pc-controls {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}

.pc-grid-6x5 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.5rem;
}

.pc-slot {
  min-height: 78px;
  border: 1px solid #4b5563;
  border-radius: 8px;
  overflow: hidden;
  background: #111827;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.pc-slot.empty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-slot-label {
  position: absolute;
  top: 0.15rem;
  left: 0.2rem;
  z-index: 2;
  font-size: 0.62rem;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

.pc-slot-media {
  width: 100%;
  height: 100%;
  min-height: 78px;
  background: #12afbb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-slot-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer {
  border-top: 1px solid #374151;
  padding: 0.95rem 0 1.2rem;
}

.footer-wrap {
  width: min(1250px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: #9ca3af;
  font-size: 0.85rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .analytics-wrap {
    grid-template-columns: 1fr;
  }

  .showcase-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .nav-wrap,
  .banner-wrap,
  main,
  .footer-wrap {
    width: min(1250px, calc(100% - 1rem));
  }

  .nav-wrap {
    min-height: 64px;
  }

  .nav-links {
    display: none;
  }

  .promo-banner {
    grid-template-columns: 1fr;
  }

  .banner-cta {
    justify-self: start;
  }

  .analytics-list {
    grid-template-columns: 1fr;
  }

  .party-shell {
    grid-template-columns: 1fr;
  }

  .party-slot,
  .party-slot-media {
    min-height: 88px;
  }

  .player-page-main {
    width: min(1300px, calc(100% - 1rem));
  }

  .player-party-wrap {
    grid-template-columns: 1fr;
  }

  .player-head-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pokemon-detail-card {
    grid-template-columns: 1fr;
  }

  .pokemon-row-two,
  .pokemon-row-grid {
    grid-template-columns: 1fr;
  }

  .pc-grid-6x5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
