.home-page {
  --home-bg: #0c0f14;
  --home-surface: rgba(20, 23, 28, 0.94);
  --home-surface-strong: rgba(12, 14, 18, 0.98);
  --home-card: rgba(18, 21, 26, 0.95);
  --home-border: rgba(255, 255, 255, 0.14);
  --home-border-soft: rgba(255, 255, 255, 0.08);
  --home-border-hot: rgba(255, 203, 5, 0.7);
  --home-text: #f6f6f6;
  --home-muted: #a7afba;
  --home-accent: #ffcb05;
  --home-accent-blue: #80bfff;
  --home-good: #8ef8be;
  --home-bad: #ff8f8f;
  width: min(1300px, 100% - 2rem);
  margin: 1.3rem auto 0;
  padding: 1rem 0 4rem;
  position: relative;
  color: var(--home-text);
  font-family: "Sora", "Segoe UI", sans-serif;
}

.home-page__backdrop {
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  overflow: hidden;
  background: radial-gradient(circle at 15% -10%, rgba(59, 91, 167, 0.22), transparent 40%),
    radial-gradient(circle at 90% -5%, rgba(255, 203, 5, 0.12), transparent 35%),
    linear-gradient(180deg, #171717 0%, #121212 100%);
}

.home-page__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.45;
  animation: home-float 16s ease-in-out infinite;
}

.home-page__orb--azure {
  width: 44rem;
  height: 44rem;
  top: -14rem;
  right: -9rem;
  background: radial-gradient(circle at 34% 30%, rgba(120, 170, 255, 0.45), rgba(52, 98, 193, 0.18) 56%, transparent 74%);
}

.home-page__orb--amber {
  width: 34rem;
  height: 34rem;
  bottom: -12rem;
  left: -9rem;
  background: radial-gradient(circle at 55% 34%, rgba(255, 203, 5, 0.4), rgba(255, 140, 96, 0.16) 58%, transparent 74%);
  animation-delay: -4s;
}

.home-page__orb--teal {
  width: 26rem;
  height: 26rem;
  top: 28%;
  left: 32%;
  background: radial-gradient(circle at 40% 46%, rgba(118, 255, 221, 0.24), rgba(42, 121, 163, 0.16) 58%, transparent 72%);
  animation-delay: -9s;
}

.home-page__stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    radial-gradient(circle at 64% 18%, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    radial-gradient(circle at 82% 42%, rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    radial-gradient(circle at 27% 70%, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    radial-gradient(circle at 73% 78%, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 380px 300px, 420px 280px, 360px 360px, 460px 300px, 390px 330px;
  opacity: 0.22;
}

.home-page__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 52% 8%, rgba(0, 0, 0, 0.7), transparent 80%);
  opacity: 0.18;
}

.home-page__noise {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.015),
    rgba(255, 255, 255, 0.015) 1px,
    transparent 1px,
    transparent 3px
  );
  opacity: 0.25;
}

.home-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.95fr);
  gap: 1.2rem;
  padding: clamp(1.2rem, 2.7vw, 2rem);
  border-radius: 28px;
  border: 1px solid var(--home-border);
  background: linear-gradient(155deg, var(--home-surface), var(--home-surface-strong));
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  isolation: isolate;
  animation: home-reveal 0.62s cubic-bezier(0.21, 0.74, 0.3, 1) both;
}

.home-hero::before {
  content: "";
  position: absolute;
  width: 32rem;
  height: 32rem;
  right: -15rem;
  top: -11rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(102, 189, 255, 0.18), transparent 72%);
  z-index: -1;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 203, 5, 0.35), transparent);
  opacity: 0.7;
}

.home-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--home-accent-blue);
  font-weight: 700;
}

.home-kicker::before {
  content: "";
  width: 1.7rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 203, 5, 0.65));
}

.home-hero h1,
.home-highlight-card h2,
.home-roster h2,
.player-card h3,
.home-metric__value,
.home-chip strong,
.home-roster__count {
  font-family: "Oxanium", "Sora", sans-serif;
}

.home-hero h1 {
  margin: 0.56rem 0 0;
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
  line-height: 0.99;
  letter-spacing: 0.02em;
  max-width: 17ch;
  text-wrap: balance;
}

.home-lead {
  margin: 0.95rem 0 0;
  max-width: 58ch;
  color: var(--home-muted);
  line-height: 1.65;
  font-size: 0.98rem;
}

.home-hero__tags {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.home-hero__tags li {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(16, 18, 22, 0.8);
  color: #e5e7eb;
  font-size: 0.71rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.34rem 0.68rem;
}

.home-hero__actions {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.67rem 1.04rem;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.home-btn--primary {
  color: #1a1a1a;
  background: linear-gradient(120deg, var(--home-accent), #ffd66f);
  box-shadow: 0 14px 30px rgba(255, 203, 5, 0.25);
}

.home-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(255, 203, 5, 0.35);
}

.home-btn--ghost {
  color: var(--home-text);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(18, 20, 24, 0.7);
}

.home-btn--ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 203, 5, 0.45);
  background: rgba(32, 32, 32, 0.9);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}

.home-hero__panel {
  display: flex;
  align-items: stretch;
}

.home-live-card {
  width: 100%;
  border-radius: 24px;
  border: 1px solid var(--home-border-soft);
  background: linear-gradient(175deg, rgba(20, 23, 28, 0.9), rgba(12, 14, 18, 0.96));
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 1rem;
}

.home-metrics__title {
  margin: 0;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #b6bdc6;
  font-weight: 700;
}

.home-metrics__grid {
  margin-top: 0.72rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.54rem;
}

.home-metric {
  border-radius: 14px;
  padding: 0.68rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(16, 18, 22, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home-metric__label {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #a5adb7;
}

.home-metric__value {
  display: block;
  margin-top: 0.26rem;
  font-size: 1.24rem;
  line-height: 1.02;
}

.home-metrics__chips {
  margin-top: 0.64rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.54rem;
}

.home-chip {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 18, 22, 0.8);
  padding: 0.5rem 0.56rem;
}

.home-chip span {
  display: block;
  font-size: 0.61rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a2aab4;
}

.home-chip strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.94rem;
  color: #f5f5f5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-metrics__footer {
  margin: 0.72rem 0 0;
  font-size: 0.76rem;
  color: #9fa7b1;
}

.home-metrics__footer strong {
  color: #ffcb05;
  font-weight: 700;
}

.home-highlights {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.home-highlight-card {
  border-radius: 20px;
  border: 1px solid var(--home-border-soft);
  background: linear-gradient(165deg, rgba(18, 21, 26, 0.92), rgba(10, 12, 16, 0.96));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  padding: 0.95rem;
  animation: home-reveal 0.56s cubic-bezier(0.2, 0.75, 0.3, 1) both;
  animation-delay: 0.1s;
}

.home-highlight-card:nth-child(2) {
  animation-delay: 0.16s;
}

.home-highlight-card:nth-child(3) {
  animation-delay: 0.22s;
}

.home-highlight-card__icon {
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 203, 5, 0.35);
  background: linear-gradient(145deg, rgba(255, 203, 5, 0.22), rgba(255, 180, 96, 0.14));
  color: #fff2c6;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.home-highlight-card h2 {
  margin: 0.72rem 0 0;
  font-size: 1.3rem;
  line-height: 1.05;
}

.home-highlight-card p {
  margin: 0.55rem 0 0;
  color: var(--home-muted);
  line-height: 1.52;
  font-size: 0.9rem;
}

.home-roster {
  margin-top: 1rem;
  padding: clamp(1rem, 2.4vw, 1.65rem);
  border-radius: 26px;
  border: 1px solid var(--home-border);
  background: linear-gradient(165deg, rgba(18, 21, 26, 0.95), rgba(10, 12, 16, 0.98));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  animation: home-reveal 0.62s cubic-bezier(0.2, 0.75, 0.3, 1) both;
  animation-delay: 0.08s;
}

.home-roster__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
  gap: 1.4rem;
  align-items: start;
}

.home-roster__meta {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-end;
}

.home-roster__filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  width: 100%;
}

.home-control--search,
.home-control--select {
  min-width: 0;
}

.home-roster__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
}

.home-roster__header {
  display: none;
}

.home-roster__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.85rem;
}

.home-roster h2 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.6rem, 2.5vw, 2.15rem);
  line-height: 1.03;
}

.home-roster__subtitle {
  margin: 0.6rem 0 0;
  color: var(--home-muted);
  max-width: 56ch;
  font-size: 0.95rem;
  line-height: 1.58;
}

.home-roster__count {
  margin: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(16, 18, 22, 0.85);
  color: #f5f5f5;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  white-space: nowrap;
  padding: 0.44rem 0.74rem;
}

.home-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
}

.home-controls {
  display: none;
}

.home-control {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  min-width: 210px;
}

.home-control span {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #a2aab4;
  font-weight: 700;
}

.home-control input,
.home-control select {
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(16, 18, 22, 0.85);
  color: var(--home-text);
  padding: 0.64rem 0.74rem;
  font-size: 0.9rem;
}

.home-control input::placeholder {
  color: #7f8792;
}

.home-control select option {
  background: #16181c;
  color: var(--home-text);
}

.home-control input:focus,
.home-control select:focus {
  outline: none;
  border-color: rgba(255, 203, 5, 0.7);
  box-shadow: 0 0 0 3px rgba(255, 203, 5, 0.18);
}

.home-alert {
  margin: 1rem 0 0;
  padding: 0.74rem 0.9rem;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 0.9rem;
}

.home-alert--loading {
  border-color: rgba(255, 203, 5, 0.35);
  background: rgba(255, 203, 5, 0.12);
  color: #ffe8a3;
}

.home-alert--error {
  border-color: rgba(255, 137, 137, 0.6);
  background: rgba(98, 27, 33, 0.5);
  color: #ffd8d8;
}

.home-alert--empty {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(16, 18, 22, 0.78);
  color: #c9cdd4;
}

.player-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 18, 22, 0.92);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.45);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.player-row:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 203, 5, 0.45);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.55);
}

.player-row__identity {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.player-row__identity img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  background: #121418;
  border: 2px solid rgba(255, 255, 255, 0.12);
}

.player-row__text {
  min-width: 0;
}

.player-row__rank {
  margin: 0;
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ffcb05;
  font-weight: 700;
}

.player-row h3 {
  margin: 0.2rem 0 0;
  font-size: 1.2rem;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player-row__tagline {
  display: block;
  margin-top: 0.3rem;
  color: #9fa7b1;
  font-size: 0.85rem;
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-row__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.player-row__status,
.player-row__stat,
.player-row__cta {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(16, 18, 22, 0.9);
  color: #c7cdd6;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 0.3rem 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.player-row__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #9ca3af;
}

.player-row__status.is-online {
  border-color: rgba(46, 227, 149, 0.45);
  color: #9df0c3;
}

.player-row__status.is-online .player-row__dot {
  background: #2de896;
  box-shadow: 0 0 10px rgba(45, 232, 150, 0.65);
}

.player-row__stat.is-hot {
  border-color: rgba(255, 203, 5, 0.5);
  color: #fff0c4;
  background: rgba(255, 203, 5, 0.15);
}

.player-row__cta {
  color: #f5f5f5;
}

@media (max-width: 960px) {
  .player-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .player-row__meta {
    justify-content: flex-start;
  }

  .player-row__tagline {
    white-space: normal;
  }
}

.home-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
}

.player-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 236px;
  padding: 1rem;
  border-radius: 21px;
  border: 1px solid var(--home-border-soft);
  background: linear-gradient(165deg, rgba(20, 23, 28, 0.96), rgba(12, 14, 18, 0.98));
  box-shadow: 0 17px 34px rgba(0, 0, 0, 0.55);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  animation: home-card-in 0.5s ease both;
  animation-delay: calc(var(--stagger, 0) * 45ms);
  overflow: hidden;
}

.player-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 203, 5, 0.4);
  opacity: 0;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.player-card::after {
  content: "";
  position: absolute;
  top: -70%;
  right: -35%;
  width: 54%;
  height: 180%;
  background: radial-gradient(circle, rgba(255, 203, 5, 0.18), transparent 72%);
  opacity: 0;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.player-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 203, 5, 0.5);
  box-shadow: 0 24px 38px rgba(0, 0, 0, 0.6);
  background: linear-gradient(165deg, rgba(26, 30, 36, 0.98), rgba(14, 16, 20, 0.99));
}

.player-card:hover::before,
.player-card:hover::after {
  opacity: 1;
}

.player-card--elite {
  border-color: var(--home-border-hot);
  box-shadow: 0 17px 36px rgba(36, 22, 5, 0.36);
}

.player-card--elite .player-card__rank {
  color: #ffe6ad;
}

.player-card--challenger .player-card__rank {
  color: #9de8ff;
}

.player-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.player-card__top {
  display: none;
}

.player-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.player-card__identity {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}

.player-card__identity img {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 14px;
  object-fit: cover;
  background: #121418;
  border: 2px solid rgba(255, 255, 255, 0.14);
}

.player-card__text {
  min-width: 0;
}

.player-card__rank {
  margin: 0;
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--home-accent);
  font-weight: 700;
}

.player-card h3 {
  margin: 0.24rem 0 0;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player-card__meta {
  display: none;
}

.player-card__signal {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(16, 18, 22, 0.9);
  color: #c7cdd6;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 0.28rem 0.5rem;
}

.player-card__status {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(16, 18, 22, 0.85);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c9cdd4;
  font-weight: 700;
}

.player-card__status.is-online {
  border-color: rgba(46, 227, 149, 0.45);
  color: #9df0c3;
}

.player-card__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #9ca3af;
}

.player-card__status.is-online .player-card__dot {
  background: #2de896;
  box-shadow: 0 0 10px rgba(45, 232, 150, 0.65);
}

.player-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.player-card__signal.is-hot {
  border-color: rgba(255, 203, 5, 0.6);
  background: rgba(255, 203, 5, 0.15);
  color: #fff0c4;
}

.player-card__cta {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(16, 18, 22, 0.9);
  color: #f5f5f5;
  font-size: 0.61rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.36rem 0.54rem;
}

.player-card__tagline {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.88rem;
  line-height: 1.55;
  min-height: 2.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.player-card__stats {
  display: none;
}

.player-card__stats span {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 18, 22, 0.85);
  padding: 0.45rem 0.55rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.13rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.62rem;
  color: #a3aab4;
}

.player-card__stats strong {
  font-size: 1.01rem;
  letter-spacing: normal;
  line-height: 1;
  color: #f5f5f5;
}

.home-btn:focus-visible,
.player-card:focus-visible,
.home-control input:focus-visible,
.home-control select:focus-visible {
  outline: 2px solid var(--home-accent);
  outline-offset: 2px;
}

@media (max-width: 1140px) {
  .home-hero {
    grid-template-columns: 1fr;
  }

  .home-hero__panel {
    max-width: 620px;
  }

  .home-roster__top {
    grid-template-columns: 1fr;
  }

  .home-roster__meta {
    align-items: flex-start;
  }

  .home-roster__filters {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .home-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .home-page {
    width: min(1300px, 100% - 1.2rem);
    margin-top: 1rem;
    padding-top: 0.82rem;
  }

  .home-hero,
  .home-roster,
  .home-highlight-card {
    border-radius: 22px;
  }

  .home-control {
    min-width: 0;
    flex: 1 1 100%;
  }

}

@media (max-width: 520px) {
  .home-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-btn {
    width: 100%;
  }

  .home-metrics__grid,
  .home-metrics__chips {
    grid-template-columns: 1fr;
  }

  .player-card__stats {
    gap: 0.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page__orb,
  .home-hero,
  .home-roster,
  .home-highlight-card,
  .player-card {
    animation: none;
  }

  .home-btn,
  .player-card,
  .nav-item {
    transition: none;
  }
}

@keyframes home-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, 20px, 0) scale(1.04);
  }
}

@keyframes home-reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes home-card-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
