.page-home {
  --home-green-soft: rgba(110, 245, 66, 0.08);
  --home-orange-soft: rgba(255, 107, 44, 0.1);
  background: linear-gradient(160deg, rgba(16, 30, 60, 0.28) 0%, rgba(10, 20, 40, 0) 60%), var(--bg-deep);
  color: var(--text-main);
  font-family: var(--font-body);
  overflow-x: hidden;
}
.page-home img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page-home .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--text-dim);
  font-size: 0.8rem;
  margin-bottom: 14px;
}
.page-home .breadcrumb a {
  color: var(--text-dim);
  text-decoration: none;
  transition: color var(--speed-fast) ease;
}
.page-home .breadcrumb a:hover {
  color: var(--green);
}
.page-home .breadcrumb a::after {
  content: "/";
  margin-left: 8px;
  color: var(--text-dim);
  opacity: 0.55;
}
.page-home .breadcrumb .current {
  color: var(--gold);
}
.page-home .home-entrance {
  position: relative;
  padding: 68px 20px 104px;
  background: linear-gradient(135deg, rgba(21, 38, 72, 0.9) 0%, rgba(10, 20, 40, 0.96) 62%, rgba(16, 30, 60, 0.9) 100%);
  border-bottom: 1px solid rgba(201, 168, 106, 0.26);
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
}
.page-home .home-entrance::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(115deg, rgba(110, 245, 66, 0.05) 0 1px, transparent 1px 14px);
  pointer-events: none;
  z-index: 0;
}
.page-home .home-entrance-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.14;
  z-index: 0;
  filter: saturate(0.82) contrast(1.05);
}
.page-home .home-entrance-inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin-inline: auto;
}
.page-home .home-kicker {
  color: var(--green);
  letter-spacing: 0.16em;
}
.page-home h1 {
  margin: 14px 0 18px;
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(2rem, 5.6vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
}
.page-home .home-lead {
  max-width: 720px;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-dim);
  margin-bottom: 28px;
}
.page-home .home-cmdline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
  background: rgba(10, 20, 40, 0.72);
  border: 1px solid rgba(201, 168, 106, 0.32);
  border-radius: var(--radius);
  padding: 12px 16px;
  font-family: var(--font-data);
  font-size: 0.9rem;
  color: var(--text-dim);
}
.page-home .cmd-dollar {
  color: var(--green);
}
.page-home .cmd-cmd {
  color: var(--text-main);
  font-weight: 700;
}
.page-home .cmd-flag {
  color: var(--orange);
}
.page-home .cmd-hint {
  color: var(--gold);
  margin-left: auto;
}
.page-home .home-console {
  position: relative;
  padding: 44px 0 64px;
}
.page-home .home-console::before {
  content: "";
  display: block;
  width: 120%;
  height: 3px;
  margin-bottom: 48px;
  background: linear-gradient(90deg, transparent 0%, var(--green) 18%, var(--orange) 52%, transparent 88%);
  transform: skewX(-14deg) translateX(-10%);
  opacity: 0.52;
}
.page-home .console-grid {
  display: grid;
  gap: 18px;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 16px;
  background: repeating-linear-gradient(115deg, rgba(110, 245, 66, 0.03) 0 2px, transparent 2px 28px);
}
.page-home .console-main {
  display: grid;
  gap: 18px;
}
.page-home .console-block,
.page-home .side-block {
  position: relative;
  background: rgba(16, 30, 60, 0.78);
  border: var(--border-gold);
  border-radius: var(--radius);
  padding: clamp(20px, 3vw, 32px);
  overflow: hidden;
}
.page-home .console-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 3px;
  background: var(--green);
  transform: skewX(-20deg);
  transform-origin: left bottom;
  opacity: 0.78;
}
.page-home .console-block::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 30px;
  width: 120px;
  height: 2px;
  background: rgba(201, 168, 106, 0.32);
  transform: rotate(-18deg);
  pointer-events: none;
}
.page-home .block-head,
.page-home .side-block-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(201, 168, 106, 0.22);
  padding-bottom: 16px;
}
.page-home .section-label {
  font-family: var(--font-data);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.page-home .block-head h2,
.page-home .side-block-head h2,
.page-home .home-milestone h2 {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.6rem, 3.6vw, 2.4rem);
  line-height: 1.02;
  margin: 0;
  letter-spacing: 0.01em;
}
.page-home .block-state {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--green);
  background: var(--home-green-soft);
  border: 1px solid rgba(110, 245, 66, 0.24);
  border-radius: 999px;
  padding: 6px 12px;
}
.page-home .match-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  animation: pagePulseGreen 1.6s ease-out infinite;
}
@keyframes pagePulseGreen {
  0% { box-shadow: 0 0 0 0 rgba(110, 245, 66, 0.65); opacity: 1; }
  70% { box-shadow: 0 0 0 9px rgba(110, 245, 66, 0); opacity: 0.86; }
  100% { box-shadow: 0 0 0 0 rgba(110, 245, 66, 0); opacity: 1; }
}
.page-home .support-copy {
  font-size: 0.96rem;
  line-height: 1.78;
  color: var(--text-dim);
  margin: 0 0 22px;
  max-width: 78ch;
}
.page-home .stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 24px 0;
}
.page-home .stat-block {
  background: rgba(10, 20, 40, 0.56);
  border: 1px solid rgba(110, 245, 66, 0.18);
  border-radius: var(--radius);
  padding: 16px 8px;
  text-align: center;
}
.page-home .stat-number {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: clamp(1.6rem, 4.4vw, 2.6rem);
  color: var(--green);
  display: block;
  line-height: 1;
  letter-spacing: -0.02em;
}
.page-home .stat-suffix {
  font-size: 0.58em;
  margin-left: 2px;
  color: var(--text-dim);
}
.page-home .stat-label {
  font-size: 0.76rem;
  color: var(--text-dim);
  display: block;
  margin-top: 8px;
}
.page-home .league-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 20px;
}
.page-home .league-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-data);
  font-size: 0.78rem;
  line-height: 1;
  color: var(--text-dim);
  background: transparent;
  border: 1px solid rgba(167, 182, 201, 0.34);
  border-radius: 999px;
  padding: 8px 14px;
}
.page-home .league-tab::before {
  content: "/";
  color: var(--gold);
}
.page-home .league-tab.is-active {
  color: var(--bg-deep);
  background: var(--green);
  border-color: var(--green);
  font-weight: 700;
}
.page-home .match-deck {
  display: grid;
  gap: 12px;
}
.page-home .match-card {
  position: relative;
  background: linear-gradient(118deg, rgba(21, 38, 72, 0.9) 0%, rgba(16, 30, 60, 0.72) 52%, rgba(201, 168, 106, 0.05) 140%);
  border: 1px solid rgba(167, 182, 201, 0.2);
  border-radius: var(--radius);
  padding: 18px 18px 20px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), 0 100%);
  transition: border-color var(--speed-fast) ease, background var(--speed-fast) ease;
}
.page-home .match-card.is-live {
  border-top: 2px solid var(--orange);
}
.page-home .match-card::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 16px;
  width: 46px;
  height: 12px;
  background: rgba(110, 245, 66, 0.78);
  transform: skewX(-24deg);
  opacity: 0.72;
  pointer-events: none;
}
.page-home .match-card.is-live::before {
  background: rgba(255, 107, 44, 0.86);
}
.page-home .match-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}
.page-home .league-chip {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--text-main);
  background: var(--home-green-soft);
  border: 1px solid rgba(110, 245, 66, 0.28);
  padding: 4px 10px;
  border-radius: 4px;
}
.page-home .status-tag {
  font-family: var(--font-data);
  font-size: 0.72rem;
  color: var(--text-dim);
}
.page-home .status-tag.is-ready {
  color: var(--green);
}
.page-home .match-card-metric {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 16px;
}
.page-home .metric-highlight {
  font-family: var(--font-data);
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 700;
  color: var(--green);
  line-height: 1;
  letter-spacing: -0.03em;
}
.page-home .metric-unit {
  font-size: 0.5em;
  margin-left: 2px;
  color: var(--text-dim);
}
.page-home .metric-label {
  font-size: 0.85rem;
  color: var(--text-dim);
  line-height: 1.45;
}
.page-home .match-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px dashed rgba(167, 182, 201, 0.24);
  padding-top: 12px;
  font-family: var(--font-data);
  font-size: 0.76rem;
  color: var(--text-dim);
}
.page-home .card-link {
  color: var(--green);
  text-decoration: none;
  border-bottom: 1px solid rgba(110, 245, 66, 0.32);
  padding-bottom: 2px;
  transition: color var(--speed-fast) ease, border-color var(--speed-fast) ease;
}
.page-home .card-link:hover {
  color: var(--text-main);
  border-color: var(--green);
}
.page-home .console-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.page-home .text-link {
  color: var(--green);
  text-decoration: none;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(110, 245, 66, 0.32);
  padding-bottom: 2px;
  transition: color var(--speed-fast) ease;
}
.page-home .text-link:hover {
  color: var(--text-main);
}
.page-home .commit-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--orange);
  background: var(--home-orange-soft);
  border: 1px solid rgba(255, 107, 44, 0.3);
  border-radius: 999px;
  padding: 6px 12px;
}
.page-home .commit-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  animation: pagePulseOrange 1.5s ease-out infinite;
}
@keyframes pagePulseOrange {
  0% { box-shadow: 0 0 0 0 rgba(255, 107, 44, 0.6); opacity: 1; }
  70% { box-shadow: 0 0 0 8px rgba(255, 107, 44, 0); opacity: 0.88; }
  100% { box-shadow: 0 0 0 0 rgba(255, 107, 44, 0); opacity: 1; }
}
.page-home .report-feature {
  display: grid;
  gap: 16px;
  margin: 26px 0;
  background: rgba(10, 20, 40, 0.52);
  border: 1px solid rgba(167, 182, 201, 0.2);
  border-radius: var(--radius);
  overflow: hidden;
}
.page-home .report-media {
  position: relative;
  border-bottom: 1px solid rgba(201, 168, 106, 0.22);
  overflow: hidden;
}
.page-home .report-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.82) brightness(0.9) contrast(1.05);
}
.page-home .report-content {
  padding: 18px 18px 22px;
}
.page-home .data-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-data);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: var(--text-main);
  background: rgba(110, 245, 66, 0.12);
  border: 1px solid rgba(110, 245, 66, 0.26);
  border-radius: 4px;
  padding: 5px 10px;
}
.page-home .data-chip.--orange {
  color: var(--orange);
  border-color: rgba(255, 107, 44, 0.34);
  background: rgba(255, 107, 44, 0.1);
}
.page-home .data-chip.--green {
  color: var(--green);
  border-color: rgba(110, 245, 66, 0.34);
}
.page-home .report-heading {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.4rem, 3.4vw, 1.9rem);
  line-height: 1.08;
  margin: 14px 0 10px;
}
.page-home .report-content p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--text-dim);
  margin-bottom: 16px;
}
.page-home .report-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.page-home .meta-line {
  font-size: 0.82rem;
  color: var(--text-dim);
  font-family: var(--font-data);
}
.page-home .btn-primary.btn-small {
  padding: 9px 16px;
  font-size: 0.84rem;
}
.page-home .report-strip {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.page-home .report-strip li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(10, 20, 40, 0.52);
  border: 1px solid rgba(167, 182, 201, 0.18);
  border-radius: var(--radius);
  padding: 12px 14px;
  font-size: 0.92rem;
  color: var(--text-main);
}
.page-home .strip-index {
  color: var(--gold);
  font-family: var(--font-data);
  font-size: 0.78rem;
}
.page-home .strip-title {
  flex: 1;
}
.page-home .strip-note {
  color: var(--text-dim);
  font-size: 0.76rem;
  font-family: var(--font-data);
}
.page-home .console-side {
  display: grid;
  gap: 18px;
}
.page-home .side-block-head h2 {
  font-size: clamp(1.3rem, 4.2vw, 1.9rem);
}
.page-home .team-panel-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(167, 182, 201, 0.2);
  border-radius: var(--radius);
}
.page-home .team-panel-img {
  position: relative;
  height: 170px;
  overflow: hidden;
}
.page-home .team-panel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) brightness(0.86) contrast(1.02);
}
.page-home .team-panel-body {
  padding: 16px 16px 18px;
  background: linear-gradient(140deg, rgba(21, 38, 72, 0.92) 0%, rgba(16, 30, 60, 0.96) 70%);
}
.page-home .team-panel-body p {
  color: var(--text-dim);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 10px 0 14px;
}
.page-home .team-hotlist {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.page-home .hot-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(10, 20, 40, 0.62);
  border: 1px solid rgba(167, 182, 201, 0.18);
  border-radius: var(--radius);
}
.page-home .hot-tag {
  flex-shrink: 0;
  font-family: var(--font-data);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--green);
  padding: 4px 8px;
  border: 1px solid rgba(110, 245, 66, 0.3);
  border-radius: 4px;
  background: rgba(110, 245, 66, 0.06);
}
.page-home .hot-info {
  margin: 0;
  color: var(--text-dim);
  font-size: 0.85rem;
  line-height: 1.42;
}
.page-home .hot-info strong {
  display: block;
  color: var(--text-main);
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 2px;
}
.page-home .column-card {
  display: grid;
  gap: 12px;
}
.page-home .column-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid rgba(167, 182, 201, 0.2);
  filter: saturate(0.78) brightness(0.88) contrast(1.02);
}
.page-home .column-title-main {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.05;
  margin: 4px 0 0;
}
.page-home .column-card p {
  font-size: 0.9rem;
  line-height: 1.68;
  color: var(--text-dim);
  margin: 0;
}
.page-home .column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}
.page-home .column-link {
  font-family: var(--font-data);
  font-size: 0.8rem;
  color: var(--green);
  text-decoration: none;
  border-bottom: 1px solid rgba(110, 245, 66, 0.35);
  padding-bottom: 2px;
  transition: color var(--speed-fast) ease;
}
.page-home .column-link:hover {
  color: var(--text-main);
}
.page-home .home-milestone {
  border-top: 1px solid rgba(201, 168, 106, 0.24);
  background: linear-gradient(180deg, rgba(16, 30, 60, 0.6), rgba(10, 20, 40, 0.9));
  padding: 56px 16px 72px;
}
.page-home .home-milestone-inner {
  max-width: var(--container);
  margin-inline: auto;
}
.page-home .home-milestone h2 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  margin-top: 10px;
}
.page-home .milestone-grid {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.page-home .milestone-item {
  border-left: 2px solid var(--gold);
  border-top: 1px solid rgba(201, 168, 106, 0.2);
  border-right: 1px solid rgba(201, 168, 106, 0.2);
  border-bottom: 1px solid rgba(201, 168, 106, 0.2);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: rgba(16, 30, 60, 0.5);
  padding: 14px 14px 16px 16px;
}
.page-home .milestone-year {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--green);
  line-height: 1;
}
.page-home .milestone-item p {
  font-size: 0.9rem;
  color: var(--text-dim);
  line-height: 1.55;
  margin: 8px 0 0;
}
@media (min-width: 680px) {
  .page-home .report-feature {
    grid-template-columns: 4fr 5fr;
  }
  .page-home .report-media {
    border-bottom: none;
    border-right: 1px solid rgba(201, 168, 106, 0.22);
    min-height: 260px;
  }
  .page-home .report-media img {
    height: 100%;
    aspect-ratio: auto;
  }
  .page-home .milestone-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .page-home .home-lead {
    font-size: 1.08rem;
  }
}
@media (min-width: 961px) {
  .page-home .home-entrance {
    padding: 118px 40px 148px;
  }
  .page-home .home-console {
    padding: 72px 0 96px;
  }
  .page-home .console-grid {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    gap: 24px;
    padding-inline: 24px;
  }
  .page-home .console-main,
  .page-home .console-side {
    gap: 24px;
  }
  .page-home .match-deck {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .page-home .team-panel-img {
    height: 190px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-home .match-pulse,
  .page-home .commit-dot {
    animation: none;
  }
  .page-home .match-card,
  .page-home .home-entrance,
  .page-home .console-block,
  .page-home .side-block {
    transition: none;
  }
}
