.page-home {
  --home-headline: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --home-body: 'Inter', 'Noto Sans SC', 'PingFang SC', sans-serif;
  --home-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  overflow-x: hidden;
  background: var(--c-dark);
  color: var(--c-white);
  font-family: var(--home-body);
}
.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
}
.page-home img {
  max-width: 100%;
  height: auto;
}
.page-home a {
  text-decoration: none;
}
.page-home .hero-panel {
  position: relative;
  background:
    linear-gradient(135deg, rgba(10, 31, 61, 0.96) 0%, rgba(11, 14, 26, 0.98) 70%),
    radial-gradient(circle at 88% 18%, rgba(255, 106, 0, 0.18) 0%, transparent 56%);
  padding-top: clamp(108px, 15vw, 176px);
  padding-bottom: clamp(72px, 10vw, 120px);
  overflow: hidden;
}
.page-home .hero-panel::before {
  content: '';
  position: absolute;
  top: -12%;
  right: 24%;
  width: 2px;
  height: 124%;
  background: var(--c-orange);
  transform: rotate(14deg);
  opacity: 0.22;
  pointer-events: none;
}
.page-home .hero-panel::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 26%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, transparent 42%, rgba(57, 255, 20, 0.08) 42%, rgba(57, 255, 20, 0.08) 44%, transparent 44%);
  pointer-events: none;
}
.page-home .hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
.page-home .hero-copy {
  max-width: 640px;
}
.page-home .hero-copy h1 {
  font-family: var(--home-headline);
  font-weight: 900;
  font-size: clamp(36px, 6.4vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 18px 0 24px;
  color: var(--c-white);
}
.page-home .hero-em {
  color: var(--c-orange);
}
.page-home .hero-sub {
  font-size: 18px;
  line-height: 1.8;
  color: var(--c-gray);
  margin: 0 0 28px;
  max-width: 34em;
}
.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.page-home .hero-outline {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--c-white);
}
.page-home .hero-outline:hover {
  border-color: var(--c-green);
  color: var(--c-green);
}
.page-home .hero-stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  margin: 44px 0 0;
  max-width: 480px;
}
.page-home .hero-stats li {
  border-left: 2px solid var(--c-orange);
  padding-left: 14px;
}
.page-home .hero-stats .data-number {
  display: block;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 6px;
}
.page-home .hero-stats .data-label {
  font-size: 12px;
  letter-spacing: 0.08em;
}
.page-home .hero-visual {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.page-home .hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: grayscale(24%) contrast(1.05);
}
.page-home .score-board {
  position: relative;
  z-index: 2;
  width: min(420px, 100%);
  margin-left: auto;
  background: linear-gradient(135deg, rgba(10, 31, 61, 0.96), rgba(11, 14, 26, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid var(--c-orange);
  padding: 20px;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.44);
}
.page-home .score-board-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-gray);
}
.page-home .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-green);
  animation: page-home-live-pulse 1.4s ease-in-out infinite;
}
@keyframes page-home-live-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(57, 255, 20, 0.8); }
  50% { box-shadow: 0 0 0 7px rgba(57, 255, 20, 0); }
}
.page-home .live-label {
  font-weight: 800;
  color: var(--c-green);
}
.page-home .league-name {
  margin-left: auto;
  color: var(--c-gray);
}
.page-home .score-board-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 0;
}
.page-home .score-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.page-home .team-shield {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.32);
  font-family: var(--home-mono);
  font-size: 13px;
  font-weight: 800;
}
.page-home .team-shield--sh {
  border-color: var(--c-orange);
  color: var(--c-orange);
}
.page-home .team-shield--bj {
  border-color: var(--c-green);
  color: var(--c-green);
}
.page-home .team-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-white);
  white-space: nowrap;
}
.page-home .score-figure {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.page-home .score-num {
  font-family: var(--home-mono);
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  color: var(--c-white);
  animation: page-home-score-flash 3.2s ease-in-out infinite;
}
@keyframes page-home-score-flash {
  0%, 86%, 100% { color: var(--c-white); }
  90%, 95% { color: var(--c-green); }
}
.page-home .score-colon {
  font-family: var(--home-mono);
  font-weight: 900;
  font-size: 34px;
  color: var(--c-gray);
}
.page-home .score-board-foot {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: var(--c-gray);
}
.page-home .intro-panel {
  background: var(--c-moon);
  padding: 72px 0;
}
.page-home .intro-statement {
  margin: 0;
  font-family: var(--home-body);
  font-size: 18px;
  line-height: 1.9;
  color: var(--c-primary);
  border-left: 4px solid var(--c-green);
  padding-left: 24px;
  max-width: 920px;
}

.page-home .login-panel {
  background: var(--c-white);
  padding: 88px 0;
}
.page-home .login-panel::before {
  content: '';
  display: block;
  height: 4px;
  margin-bottom: 0;
  background: linear-gradient(90deg, var(--c-orange) 0%, var(--c-orange) 30%, var(--c-primary) 30%, var(--c-primary) 62%, var(--c-green) 62%, var(--c-green) 100%);
}
.page-home .login-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 36px;
}
.page-home .login-scene {
  position: relative;
}
.page-home .login-scene-img {
  width: 100%;
  max-width: 480px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--c-line);
  display: block;
}
.page-home .login-scene::after {
  content: '';
  position: absolute;
  left: -14px;
  bottom: -14px;
  width: 88px;
  height: 88px;
  border-left: 3px solid var(--c-orange);
  border-bottom: 3px solid var(--c-orange);
  pointer-events: none;
}
.page-home .login-content {
  padding: 8px 0;
}
.page-home .login-lead {
  font-size: 18px;
  line-height: 1.8;
  color: var(--c-dark);
  margin: 0 0 24px;
}
.page-home .login-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 14px;
}
.page-home .login-steps li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: var(--c-moon);
  border: 1px solid var(--c-line);
  font-size: 15px;
  font-weight: 600;
  color: var(--c-dark);
}
.page-home .step-index {
  font-family: var(--home-mono);
  font-size: 14px;
  font-weight: 800;
  color: var(--c-orange);
  flex-shrink: 0;
}

.page-home .video-panel {
  position: relative;
  background: var(--c-dark);
  padding: 96px 0;
  overflow: hidden;
}
.page-home .video-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, var(--c-orange) 0%, var(--c-orange) 50%, transparent 50%);
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.page-home .video-panel .scan-lines {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}
.page-home .video-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}
.page-home .video-card {
  background: var(--c-primary);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform var(--t-fast), border-color var(--t-fast), box-shadow var(--t-fast);
}
.page-home .video-card:hover {
  transform: rotate(-1deg) translateY(-4px);
  border-color: var(--c-orange);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
}
.page-home .video-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.page-home .video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms var(--ease-out);
}
.page-home .video-card:hover .video-thumb img {
  transform: scale(1.04);
}
.page-home .video-update-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  transition: transform var(--t-fast);
}
.page-home .video-card:hover .video-update-tag {
  transform: scale(1.08);
}
.page-home .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: var(--c-orange);
  clip-path: polygon(30% 18%, 84% 50%, 30% 82%);
  opacity: 0.92;
  transition: transform var(--t-fast), box-shadow var(--t-fast);
}
.page-home .video-card:hover .video-play {
  transform: translate(-50%, -50%) scale(1.18);
  box-shadow: 0 0 26px rgba(255, 106, 0, 0.65);
}
.page-home .video-info {
  padding: 16px;
}
.page-home .video-info h3 {
  font-family: var(--home-headline);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--c-white);
  margin: 0 0 8px;
}
.page-home .video-info p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--c-gray);
  margin: 0;
}
.page-home .video-more {
  position: relative;
  z-index: 1;
  margin-top: 36px;
  text-align: center;
}
.page-home .video-outline {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--c-white);
}
.page-home .video-outline:hover {
  border-color: var(--c-orange);
  color: var(--c-orange);
}

.page-home .live-panel {
  position: relative;
  background: var(--c-moon);
  padding: 96px 0;
  overflow: hidden;
}
.page-home .live-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.07;
  pointer-events: none;
}
.page-home .live-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}
.page-home .live-card {
  position: relative;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  padding: 24px;
  transition: transform var(--t-fast), box-shadow var(--t-fast);
}
.page-home .live-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(11, 14, 26, 0.08);
}
.page-home .live-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--c-orange);
}
.page-home .live-card--cards::before {
  background: var(--c-green);
}
.page-home .live-card--injury::before {
  background: var(--c-primary);
}
.page-home .live-card h3 {
  font-family: var(--home-headline);
  font-size: 18px;
  font-weight: 800;
  color: var(--c-dark);
  margin: 0 0 18px;
}
.page-home .live-score-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-dark);
  margin: 16px 0;
}
.page-home .live-score-num {
  font-family: var(--home-mono);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  color: var(--c-primary);
}
.page-home .live-score-sep {
  font-family: var(--home-mono);
  font-size: 28px;
  color: var(--c-gray);
}
.page-home .live-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.page-home .live-card-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-dark);
}
.page-home .live-card-list b {
  font-family: var(--home-mono);
  color: var(--c-primary);
}
.page-home .card-dot {
  width: 8px;
  height: 12px;
  flex-shrink: 0;
}
.page-home .card-dot--yellow {
  background: #F5C518;
}
.page-home .card-dot--red {
  background: #E53935;
}
.page-home .live-foot {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 32px;
}
.page-home .live-outline {
  border-color: rgba(10, 31, 61, 0.35);
  color: var(--c-primary);
  margin-left: auto;
}
.page-home .live-outline:hover {
  border-color: var(--c-orange);
  color: var(--c-orange);
}

.page-home .help-panel {
  background: var(--c-white);
  padding: 96px 0;
}
.page-home .help-panel::before {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--c-primary) 0%, var(--c-primary) 48%, var(--c-orange) 48%, var(--c-orange) 100%);
}
.page-home .help-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}
.page-home .help-card {
  background: var(--c-moon);
  border: 1px solid var(--c-line);
  padding: 32px 24px;
  transition: transform var(--t-fast), border-color var(--t-fast), box-shadow var(--t-fast);
}
.page-home .help-card:hover {
  transform: translateY(-4px);
  border-color: var(--c-orange);
  box-shadow: 0 14px 30px rgba(11, 14, 26, 0.06);
}
.page-home .help-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: var(--c-primary);
  color: var(--c-white);
  margin-bottom: 20px;
}
.page-home .help-icon svg {
  width: 28px;
  height: 28px;
}
.page-home .help-icon--login svg .help-icon-shape {
  background: var(--c-orange);
}
.page-home .help-card h3 {
  font-family: var(--home-headline);
  font-size: 20px;
  font-weight: 800;
  color: var(--c-dark);
  margin: 0 0 12px;
}
.page-home .help-card p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-gray);
  margin: 0 0 16px;
}
.page-home .help-link {
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  color: var(--c-orange);
  border-bottom: 2px solid transparent;
  transition: border-color var(--t-fast), color var(--t-fast);
}
.page-home .help-link:hover {
  border-color: var(--c-orange);
  color: var(--c-primary);
}

.page-home .trust-panel {
  position: relative;
  background:
    linear-gradient(135deg, rgba(10, 31, 61, 0.97) 0%, rgba(11, 14, 26, 0.98) 70%),
    radial-gradient(circle at 12% 88%, rgba(255, 106, 0, 0.16) 0%, transparent 58%);
  padding: 96px 0;
  overflow: hidden;
}
.page-home .trust-panel::after {
  content: '';
  position: absolute;
  top: -20%;
  left: 64%;
  width: 420px;
  height: 420px;
  border: 2px solid rgba(57, 255, 20, 0.12);
  transform: rotate(18deg);
  pointer-events: none;
}
.page-home .trust-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.page-home .trust-item {
  border-top: 3px solid rgba(255, 255, 255, 0.7);
  padding: 20px 0 16px;
}
.page-home .trust-item .data-number {
  display: block;
  font-size: clamp(36px, 6vw, 56px);
  line-height: 1;
  margin-bottom: 8px;
}
.page-home .trust-item .data-label {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--c-gray);
}
.page-home .trust-badges {
  position: relative;
  z-index: 1;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 40px 0 0;
}
.page-home .trust-badges li {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--c-gray);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 10px 14px;
}
.page-home .trust-note {
  position: relative;
  z-index: 1;
  color: var(--c-gray);
  font-size: 14px;
  line-height: 1.9;
  margin: 28px 0 0;
  max-width: 720px;
}
.page-home .trust-more {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}
.page-home .trust-outline {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--c-white);
}
.page-home .trust-outline:hover {
  border-color: var(--c-green);
  color: var(--c-green);
}

@media (min-width: 768px) {
  .page-home .hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-home .video-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .help-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .trust-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  .page-home .live-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .page-home .hero-grid {
    grid-template-columns: 3fr 2fr;
    gap: 56px;
  }
  .page-home .hero-panel {
    padding-top: clamp(132px, 14vw, 190px);
    padding-bottom: clamp(96px, 10vw, 140px);
  }
  .page-home .hero-sub {
    font-size: 20px;
  }
  .page-home .login-grid {
    grid-template-columns: 5fr 7fr;
    gap: 64px;
  }
  .page-home .login-scene-img {
    max-width: 480px;
  }
  .page-home .intro-statement {
    font-size: 20px;
  }
  .page-home .live-card {
    padding: 30px 28px;
  }
  .page-home .trust-badges li {
    padding: 12px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .live-dot,
  .page-home .score-num {
    animation: none;
  }
  .page-home [data-reveal] {
    transition: none;
  }
}
