.page-home {
  --home-slate: #123b5e;
  background: var(--c-bg);
}

.page-home .home-crumb {
  background: var(--c-primary);
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  padding: 9px 0;
}
.page-home .home-crumb-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-home .home-crumb-label {
  letter-spacing: .08em;
  color: rgba(255, 255, 255, .45);
}
.page-home .home-crumb-sep {
  opacity: .4;
}
.page-home .home-crumb-current {
  font-family: var(--font-mono);
  color: var(--c-accent);
  font-weight: 600;
}

.page-home .hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 107, 53, .22), transparent 28%),
    linear-gradient(148deg, var(--c-primary) 0%, var(--home-slate) 56%, rgba(255, 107, 53, .22) 135%);
  padding: 56px 0 60px;
}
.page-home .hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 46px;
  align-items: center;
}
.page-home .hero-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.page-home .hero-copy {
  min-width: 0;
}
.page-home .hero-slogan {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--c-accent);
  margin: 0 0 18px;
}
.page-home .hero-title {
  margin: 0 0 20px;
  font-size: clamp(2.5rem, 10vw, 4.6rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.015em;
  color: #fff;
}
.page-home .hero-cn {
  color: var(--c-accent);
}
.page-home .hero-sub {
  display: block;
  font-size: .44em;
  font-weight: 700;
  letter-spacing: .07em;
  color: rgba(255, 255, 255, .74);
  margin-top: 16px;
  padding-left: 16px;
  border-left: 5px solid var(--c-accent);
}
.page-home .hero-desc {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .84);
  max-width: 56ch;
}
.page-home .hero-fact {
  margin: 0 0 26px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  font-size: 13px;
  color: rgba(255, 255, 255, .58);
  max-width: 56ch;
}
.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}
.page-home .hero-cta {
  min-width: 168px;
}
.page-home .hero-ghost {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
  min-width: 168px;
}
.page-home .hero-ghost:hover,
.page-home .hero-ghost:focus-visible {
  border-color: var(--c-accent);
  color: var(--c-accent);
}
.page-home .hero-metrics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 480px;
}
.page-home .hero-metrics li {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  padding: 12px 8px;
  display: grid;
  gap: 5px;
}
.page-home .metric-num {
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 800;
  color: var(--c-accent);
  animation: homePulse 2.8s ease-in-out infinite;
}
.page-home .metric-label {
  font-size: 12px;
  color: rgba(255, 255, 255, .62);
}

.page-home .hero-visual {
  position: relative;
  min-width: 0;
}
.page-home .hero-img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  object-fit: cover;
}
.page-home .hero-refresh {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(10, 37, 64, .8);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  backdrop-filter: blur(4px);
  border-radius: 999px;
  padding: 7px 14px;
  font-family: var(--font-mono);
  font-size: 12px;
}
.page-home .hero-refresh::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-green);
  animation: homeBlink 1.8s ease-in-out infinite;
}
.page-home .hero-board {
  position: absolute;
  left: 7%;
  bottom: 24px;
  z-index: 3;
  width: min(320px, 84%);
  background: var(--c-bg);
  color: var(--c-primary);
  border-radius: 16px;
  padding: 18px 18px 14px;
  box-shadow: 0 20px 44px rgba(4, 18, 38, .46);
  animation: boardFloat 5s ease-in-out infinite;
}
.page-home .board-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  color: var(--c-gray);
}
.page-home .board-title::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-green);
  box-shadow: 0 0 0 4px rgba(0, 200, 83, .15);
}
.page-home .board-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid rgba(10, 37, 64, .08);
  font-family: var(--font-mono);
  font-size: 13px;
}
.page-home .board-rank {
  color: var(--c-gray);
  width: 22px;
  font-size: 12px;
}
.page-home .board-team {
  flex: 1;
  font-weight: 700;
}
.page-home .board-pts {
  font-weight: 800;
  font-size: 16px;
}
.page-home .board-live {
  background: rgba(255, 107, 53, .1);
  margin: 0 -12px;
  padding: 8px 12px;
  border-radius: 10px;
  border-left: 3px solid var(--c-accent);
}
.page-home .board-live-tag {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  color: var(--c-accent);
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 2px 6px;
}
.page-home .board-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px dashed var(--c-gray);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--c-gray);
}
.page-home .board-refresh {
  color: var(--c-green);
  font-weight: 800;
}

.page-home .site-brief {
  background: #fff;
  border-bottom: 1px solid rgba(10, 37, 64, .07);
  padding: 26px 0;
}
.page-home .site-brief p {
  margin: 0;
  max-width: 980px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--c-primary);
}
.page-home .site-brief p::before {
  content: "平台服务概述";
  display: block;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  color: var(--c-accent);
  margin-bottom: 10px;
}

.page-home .overview,
.page-home .multitab,
.page-home .optimize,
.page-home .replays,
.page-home .helpdocs,
.page-home .download {
  padding: 58px 0;
}
.page-home .section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 36px;
}
.page-home .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-accent);
}
.page-home .kicker-index {
  background: var(--c-accent);
  color: var(--c-primary);
  font-size: 11px;
  letter-spacing: .02em;
  padding: 3px 7px;
  border-radius: 4px;
}
.page-home .section-head h2,
.page-home .multitab-copy h2,
.page-home .optimize-copy h2,
.page-home .download-head h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1.12;
  font-weight: 800;
  color: var(--c-primary);
}
.page-home .section-head .head-right p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-gray);
}
.page-home .text-link {
  color: var(--c-accent);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.page-home .text-link:hover,
.page-home .text-link:focus-visible {
  text-decoration: underline;
}

.page-home .overview {
  background: var(--c-bg);
}
.page-home .overview-deck {
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}
.page-home .data-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  border: 1px solid rgba(10, 37, 64, .08);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(10, 37, 64, .05);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.page-home .data-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(10, 37, 64, .12);
  border-color: rgba(255, 107, 53, .4);
}
.page-home .card-topline {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-home .card-pin {
  width: 9px;
  height: 26px;
  border-radius: 4px;
  background: var(--c-accent);
}
.page-home .card-topline h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--c-primary);
}
.page-home .card-timestamp {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--c-gray);
  background: rgba(10, 37, 64, .06);
  border-radius: 999px;
  padding: 4px 9px;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity var(--transition), transform var(--transition);
}
.page-home .data-card:hover .card-timestamp,
.page-home .data-card:focus-within .card-timestamp {
  opacity: 1;
  transform: translateY(0);
}
.page-home .card-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.66;
  color: var(--c-gray);
}
.page-home .mini-rank {
  display: grid;
  gap: 6px;
}
.page-home .mini-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 13px;
  background: var(--c-bg);
  border-radius: 8px;
  padding: 8px 10px;
}
.page-home .mini-row i {
  font-style: normal;
  width: 16px;
  color: var(--c-gray);
}
.page-home .mini-row b {
  flex: 1;
  font-weight: 600;
  color: var(--c-primary);
}
.page-home .mini-row em {
  font-style: normal;
  font-weight: 800;
  color: var(--c-accent);
}
.page-home .match-tabs {
  display: flex;
  gap: 6px;
  background: var(--c-bg);
  border-radius: 10px;
  padding: 5px;
}
.page-home .match-tab {
  flex: 1;
  text-align: center;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 13px;
  color: var(--c-gray);
  transition: background var(--transition), color var(--transition);
}
.page-home .match-tab.is-current {
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
}
.page-home .data-card:hover .match-tab.is-current {
  background: var(--c-accent);
}
.page-home .match-tab:not(.is-current):hover {
  background: rgba(10, 37, 64, .1);
  color: var(--c-primary);
}
.page-home .card-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px dashed rgba(10, 37, 64, .14);
}
.page-home .data-chip {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  color: var(--c-green);
  background: rgba(0, 200, 83, .1);
  border-radius: 999px;
  padding: 5px 10px;
}
.page-home .overview-figure {
  margin: 0 0 28px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: var(--c-primary);
}
.page-home .overview-figure img {
  display: block;
  width: 100%;
  height: auto;
  opacity: .9;
}
.page-home .overview-figure figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  background: rgba(10, 37, 64, .76);
  border: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 8px;
  backdrop-filter: blur(4px);
}
.page-home .stat-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 0;
  background: rgba(10, 37, 64, .1);
  border: 1px solid rgba(10, 37, 64, .08);
  border-radius: 14px;
  overflow: hidden;
}
.page-home .stat-strip div {
  background: #fff;
  padding: 20px 16px;
  text-align: center;
}
.page-home .stat-strip dt {
  margin-bottom: 6px;
  font-size: 12px;
  color: var(--c-gray);
}
.page-home .stat-strip dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 800;
  color: var(--c-primary);
}

.page-home .multitab {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 107, 53, .16), transparent 30%),
    linear-gradient(155deg, var(--c-primary), #153a5f);
  color: #fff;
}
.page-home .multitab-inner {
  display: grid;
  gap: 44px;
  align-items: center;
}
.page-home .multitab-visual {
  position: relative;
  min-width: 0;
}
.page-home .multitab-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .32);
}
.page-home .window-chip {
  position: absolute;
  display: grid;
  gap: 2px;
  background: rgba(247, 244, 239, .95);
  color: var(--c-primary);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
  font-family: var(--font-mono);
}
.page-home .window-chip .chip-title {
  font-size: 11px;
  color: var(--c-gray);
}
.page-home .window-chip .chip-score {
  font-size: 18px;
  font-weight: 800;
}
.page-home .window-a {
  top: -18px;
  left: -6px;
}
.page-home .window-b {
  bottom: -14px;
  right: 12px;
  border-left: 4px solid var(--c-green);
}
.page-home .multitab-copy h2 {
  color: #fff;
  margin: 0 0 18px;
}
.page-home .multitab-lead {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .8);
}
.page-home .tab-steps {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 12px;
  counter-reset: step;
}
.page-home .tab-steps li {
  counter-increment: step;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .74);
}
.page-home .tab-steps li::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 13px;
  color: var(--c-accent);
  border: 1px solid rgba(255, 107, 53, .45);
  border-radius: 6px;
  padding: 2px 6px;
  flex-shrink: 0;
}
.page-home .multitab-copy .btn-outline {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}
.page-home .multitab-copy .btn-outline:hover,
.page-home .multitab-copy .btn-outline:focus-visible {
  border-color: var(--c-accent);
  color: var(--c-accent);
}

.page-home .optimize {
  background: #fff;
}
.page-home .optimize-inner {
  display: grid;
  gap: 44px;
  align-items: center;
}
.page-home .optimize-copy h2 {
  margin: 0 0 16px;
}
.page-home .optimize-lead {
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--c-gray);
}
.page-home .opt-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(10, 37, 64, .1);
}
.page-home .opt-list li {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(10, 37, 64, .1);
}
.page-home .opt-list strong {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--c-primary);
}
.page-home .opt-list strong::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--c-accent);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.page-home .opt-list span {
  font-size: 14px;
  line-height: 1.55;
  color: var(--c-gray);
}
.page-home .optimize-visual {
  position: relative;
  min-width: 0;
}
.page-home .optimize-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.page-home .speed-compare {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-width: 190px;
  display: grid;
  gap: 9px;
  background: rgba(10, 37, 64, .84);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  padding: 13px 14px;
  backdrop-filter: blur(4px);
}
.page-home .speed-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(255, 255, 255, .82);
}
.page-home .speed-bar::after {
  content: "";
  height: 8px;
  border-radius: 6px;
  background: var(--c-gray);
}
.page-home .speed-old::after {
  width: 48%;
}
.page-home .speed-new::after {
  width: 92%;
  background: var(--c-green);
}

.page-home .replays {
  background:
    linear-gradient(180deg, rgba(255, 107, 53, .08), transparent 40%),
    var(--c-primary);
  color: #fff;
}
.page-home .replay-head h2 {
  color: #fff;
}
.page-home .replay-head .head-right p {
  color: rgba(255, 255, 255, .68);
}
.page-home .season-track {
  display: grid;
  gap: 18px;
  margin: 36px 0;
}
.page-home .season-item {
  position: relative;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  padding: 24px;
}
.page-home .season-item::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -1px;
  width: 6px;
  height: 42px;
  border-radius: 0 4px 4px 0;
  background: var(--c-accent);
}
.page-home .season-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}
.page-home .season-note {
  font-size: 13px;
  color: rgba(255, 255, 255, .68);
}
.page-home .season-now {
  background: rgba(255, 107, 53, .16);
  border-color: rgba(255, 107, 53, .4);
}
.page-home .season-now .season-label {
  color: var(--c-accent);
}
.page-home .season-now .season-note {
  color: var(--c-yellow);
}
.page-home .replay-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}
.page-home .replays .text-link {
  color: var(--c-yellow);
}
.page-home .replays .text-link:hover,
.page-home .replays .text-link:focus-visible {
  color: #fff;
}

.page-home .helpdocs {
  background: var(--c-bg);
}
.page-home .help-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.page-home .help-item {
  position: relative;
  background: #fff;
  border: 1px solid rgba(10, 37, 64, .06);
  border-radius: 14px;
  padding: 20px 18px 18px 70px;
}
.page-home .help-num {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 107, 53, .1);
  color: var(--c-accent);
  border-radius: 10px;
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 800;
}
.page-home .help-item h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: var(--c-primary);
}
.page-home .help-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--c-gray);
}

.page-home .download {
  background:
    radial-gradient(circle at 84% 10%, rgba(255, 107, 53, .2), transparent 32%),
    linear-gradient(160deg, var(--c-primary), #143a5f);
  color: #fff;
}
.page-home .download-head {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}
.page-home .download-head .section-kicker {
  justify-content: center;
}
.page-home .download-head h2 {
  color: #fff;
  margin: 0 0 14px;
}
.page-home .download-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .7);
}
.page-home .download-grid {
  display: grid;
  gap: 22px;
  max-width: 940px;
  margin: 0 auto 36px;
}
.page-home .download-card {
  display: grid;
  gap: 10px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  padding: 28px;
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}
.page-home .download-card:hover {
  background: rgba(255, 255, 255, .09);
  border-color: var(--c-accent);
  transform: translateY(-3px);
}
.page-home .dl-tag {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  color: var(--c-accent);
}
.page-home .download-card h3 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}
.page-home .download-card p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .72);
}
.page-home .download-card .btn {
  justify-self: flex-start;
}
.page-home .download-card .btn-outline {
  border-color: rgba(255, 255, 255, .46);
  color: #fff;
}
.page-home .download-card .btn-outline:hover,
.page-home .download-card .btn-outline:focus-visible {
  border-color: var(--c-accent);
  color: var(--c-accent);
}
.page-home .trust-band {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  max-width: 940px;
  margin: 0 auto 22px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  overflow: hidden;
}
.page-home .trust-item {
  background: rgba(10, 37, 64, .9);
  padding: 18px 14px;
  text-align: center;
  display: grid;
  gap: 5px;
}
.page-home .trust-num {
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 800;
  color: var(--c-accent);
}
.page-home .trust-item span:last-child {
  font-size: 13px;
  color: rgba(255, 255, 255, .66);
}
.page-home .download-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, .58);
}
.page-home .download-links a {
  color: var(--c-yellow);
  text-decoration: none;
}
.page-home .download-links a:hover,
.page-home .download-links a:focus-visible {
  text-decoration: underline;
}

.page-home .shine {
  position: relative;
  overflow: hidden;
}
.page-home .shine::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70%;
  width: 34%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .45), transparent);
  transform: skewX(-18deg);
  transition: left .55s ease;
}
.page-home .shine:hover::after,
.page-home .shine:focus-visible::after {
  left: 135%;
}

@keyframes homePulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .72;
    text-shadow: 0 0 16px rgba(255, 107, 53, .55);
  }
}
@keyframes homeBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .3;
  }
}
@keyframes boardFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .metric-num,
  .page-home .hero-refresh::before,
  .page-home .hero-board {
    animation: none;
  }
  .page-home .shine::after {
    transition: none;
  }
}

@media (min-width: 720px) {
  .page-home .metric-num {
    font-size: 22px;
  }
  .page-home .hero-metrics {
    gap: 12px;
  }
  .page-home .stat-strip {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-home .help-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-home .download-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-home .trust-band {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-home .season-track {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 960px) {
  .page-home .overview,
  .page-home .multitab,
  .page-home .optimize,
  .page-home .replays,
  .page-home .helpdocs,
  .page-home .download {
    padding: 88px 0;
  }
  .page-home .hero {
    padding: 76px 0 88px;
  }
  .page-home .hero-grid {
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
  }
  .page-home .hero-actions {
    margin-bottom: 36px;
  }
  .page-home .hero-metrics {
    gap: 14px;
  }

  .page-home .section-head {
    grid-template-columns: 1.2fr 1fr;
    align-items: end;
  }
  .page-home .section-head .head-right {
    justify-self: end;
    display: grid;
    gap: 14px;
    justify-items: end;
  }
  .page-home .section-head .head-right p {
    max-width: 52ch;
  }

  .page-home .overview-deck {
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
  }
  .page-home .card-standings {
    grid-column: 1 / 5;
    margin-top: 34px;
  }
  .page-home .card-schedule {
    grid-column: 5 / 9;
  }
  .page-home .card-venues {
    grid-column: 9 / 13;
    margin-top: 68px;
  }

  .page-home .multitab-inner {
    grid-template-columns: 1.04fr .96fr;
    gap: 64px;
  }
  .page-home .window-a {
    left: -18px;
  }
  .page-home .optimize-inner {
    grid-template-columns: .92fr 1.08fr;
    gap: 64px;
  }

  .page-home .season-track {
    gap: 26px;
    position: relative;
    margin: 44px 0;
  }
  .page-home .season-track::before {
    content: "";
    position: absolute;
    top: 22px;
    left: calc(16.66% + 24px);
    right: calc(16.66% + 24px);
    border-top: 2px dashed rgba(255, 255, 255, .18);
  }
  .page-home .season-item {
    margin-top: 34px;
  }
  .page-home .season-item::before {
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--c-accent);
  }

  .page-home .help-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .page-home .help-item:nth-child(3n+2) {
    transform: translateY(18px);
  }
  .page-home .help-item:nth-child(3n+3) {
    transform: translateY(6px);
  }
}
