.page-home {
  --panel-border: rgba(244, 246, 240, 0.16);
  --flow-bg: rgba(244, 246, 240, 0.06);
  --heat-soft: rgba(255, 107, 53, 0.14);
  --fluoro-soft: rgba(0, 230, 118, 0.12);
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  background: transparent;
  color: var(--snow);
  font-family: var(--font-body);
  scroll-behavior: smooth;
}

.page-home .hero-halo {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background-color: var(--plateau);
}

.page-home .hero-halo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 480px;
}

.page-home .hero-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(10, 15, 20, 0.86) 0%, rgba(15, 58, 90, 0.66) 44%, rgba(42, 53, 62, 0.9) 100%),
    linear-gradient(100deg, rgba(10, 15, 20, 0.72) 0%, rgba(15, 58, 90, 0.26) 60%, rgba(15, 58, 90, 0.12) 100%);
}

.page-home .home-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding: calc(var(--header-bar-h) + 32px) var(--container-pad) 64px;
}

.page-home .home-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--steel);
}

.page-home .crumb-sep {
  color: var(--heat);
}

.page-home .home-split {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.page-home .quick-panel {
  border: 1px solid var(--panel-border);
  border-left: 4px solid var(--heat);
  background: linear-gradient(160deg, rgba(10, 15, 20, 0.86) 0%, rgba(15, 58, 90, 0.72) 100%);
  box-shadow: 14px 18px 0 rgba(10, 15, 20, 0.22);
  padding: 28px 22px 0;
}

.page-home .panel-head {
  margin-bottom: 22px;
}

.page-home .hero-title {
  margin: 14px 0 12px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(32px, 7vw, 48px);
  line-height: 1.08;
  color: var(--snow);
  letter-spacing: -0.01em;
}

.page-home .hero-title span {
  display: block;
  color: var(--fluoro);
}

.page-home .hero-desc {
  color: rgba(244, 246, 240, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.page-home .quick-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-home .quick-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid transparent;
  border-left: 3px solid rgba(255, 107, 53, 0.6);
  background: rgba(244, 246, 240, 0.04);
  color: var(--snow);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
}

.page-home .quick-btn:hover,
.page-home .quick-btn:focus-visible {
  background: rgba(255, 107, 53, 0.12);
  border-color: var(--heat);
  border-left-color: var(--fluoro);
  transform: translateX(4px);
}

.page-home .btn-idx {
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--steel);
}

.page-home .btn-go {
  margin-left: auto;
  font-family: var(--font-data);
  color: var(--heat);
}

.page-home .panel-insight {
  margin-top: 24px;
}

.page-home .insight-label {
  margin: 0 0 10px;
  padding-top: 16px;
  border-top: 1px dashed rgba(244, 246, 240, 0.16);
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--steel);
  text-transform: uppercase;
}

.page-home .insight-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.page-home .insight-list li {
  min-width: 0;
}

.page-home .insight-list a {
  display: block;
  font-size: 13px;
  color: rgba(244, 246, 240, 0.78);
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 246, 240, 0.16);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.page-home .insight-list a:hover,
.page-home .insight-list a:focus-visible {
  color: var(--fluoro);
  border-color: var(--fluoro);
}

.page-home .panel-mountain-img {
  margin: 24px -22px 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  filter: saturate(0.8) contrast(1.05);
}

.page-home .panel-mountain-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .data-flow {
  display: flex;
  flex-direction: column;
  gap: 48px;
  min-width: 0;
}

.page-home .flow-bar {
  overflow: hidden;
  border-top: 1px solid rgba(244, 246, 240, 0.14);
  border-bottom: 1px solid rgba(244, 246, 240, 0.14);
  padding: 10px 0;
  text-align: center;
}

.page-home .flow-bar-text {
  display: block;
  white-space: nowrap;
  color: var(--fluoro);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.page-home .flow-section {
  position: relative;
  padding: 28px 22px 30px;
  border: 1px solid rgba(244, 246, 240, 0.12);
  background: linear-gradient(180deg, rgba(244, 246, 240, 0.07) 0%, rgba(244, 246, 240, 0.02) 100%);
  scroll-margin-top: calc(var(--header-bar-h) + 24px);
}

.page-home .today-scores {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
  border-left: 4px solid var(--heat);
}

.page-home .flow-num {
  position: absolute;
  top: 12px;
  right: 16px;
  font-family: var(--font-data);
  font-weight: 700;
  font-size: clamp(58px, 9vw, 108px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 246, 240, 0.18);
  pointer-events: none;
  user-select: none;
}

.page-home .flow-head {
  position: relative;
  z-index: 1;
  padding-right: 64px;
}

.page-home .flow-head .section-title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.15;
  color: var(--snow);
  margin: 10px 0 8px;
}

.page-home .flow-head .section-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(244, 246, 240, 0.68);
  max-width: 720px;
}

.page-home .flow-banner {
  margin: 20px 0 22px;
  overflow: hidden;
  border: 1px solid rgba(244, 246, 240, 0.1);
}

.page-home .flow-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .match-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-home .match-card {
  position: relative;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  padding: 16px;
  background: rgba(244, 246, 240, 0.05);
  border: 1px solid rgba(244, 246, 240, 0.1);
  transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
}

.page-home .match-card:hover {
  background: rgba(244, 246, 240, 0.07);
  border-color: rgba(255, 107, 53, 0.65);
  transform: translateX(4px);
}

.page-home .match-badge {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
  border: 2px solid rgba(244, 246, 240, 0.16);
  background: var(--ice);
}

.page-home .match-badge-blank {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, rgba(255, 107, 53, 0.56) 0 18%, transparent 20%), radial-gradient(circle at 66% 70%, rgba(0, 230, 118, 0.5) 0 22%, transparent 24%), linear-gradient(160deg, rgba(15, 58, 90, 0.85), rgba(42, 53, 62, 0.85));
  border: 2px solid rgba(244, 246, 240, 0.18);
}

.page-home .match-main {
  min-width: 0;
}

.page-home .match-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.page-home .match-status {
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--steel);
}

.page-home .match-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-home .team-name {
  min-width: 88px;
  font-size: 14px;
  font-weight: 700;
  color: var(--snow);
  line-height: 1.3;
}

.page-home .score-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  margin-inline: auto;
  padding: 6px 12px;
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 18px;
  color: var(--snow);
  background: var(--plateau);
  border-left: 3px solid var(--fluoro);
}

.page-home .score-chip i {
  font-style: normal;
  color: var(--heat);
}

.page-home .match-meta {
  margin: 8px 0 0;
  font-size: 12px;
  color: rgba(244, 246, 240, 0.56);
}

.page-home .meta-line {
  color: var(--heat);
}

.page-home .match-arrow {
  align-self: start;
  font-size: 16px;
  color: var(--steel);
  transition: color 0.2s, transform 0.2s;
}

.page-home .match-card:hover .match-arrow {
  color: var(--fluoro);
  transform: translate(2px, -2px);
}

.page-home .standings-section {
  border-left: 4px solid var(--fluoro);
}

.page-home .standings-wrap {
  overflow-x: auto;
  margin-top: 18px;
}

.page-home .standings-table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
}

.page-home .standings-table th {
  background: var(--plateau);
  color: var(--snow);
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 12px 14px;
  text-align: left;
  white-space: nowrap;
}

.page-home .standings-table td {
  padding: 12px 14px;
  font-size: 14px;
  color: rgba(244, 246, 240, 0.82);
  border-bottom: 1px solid rgba(244, 246, 240, 0.1);
  white-space: nowrap;
}

.page-home .standings-table tbody tr {
  transition: background-color 0.2s;
}

.page-home .standings-table tbody tr:hover {
  background: rgba(255, 107, 53, 0.08);
}

.page-home .strong-num {
  font-weight: 700;
  color: var(--fluoro);
}

.page-home .standings-note {
  margin: 14px 0 0;
  font-size: 12px;
  color: var(--steel);
  border-top: 1px dashed rgba(244, 246, 240, 0.14);
  padding-top: 12px;
}

.page-home .odds-section {
  border-left: 4px solid var(--heat);
}

.page-home .odds-grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.page-home .odds-card {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(244, 246, 240, 0.12);
  background: rgba(15, 58, 90, 0.5);
  transition: border-color 0.2s, background-color 0.2s;
}

.page-home .odds-card:hover,
.page-home .odds-card:focus-within {
  border-color: rgba(0, 230, 118, 0.5);
  background: rgba(15, 58, 90, 0.68);
}

.page-home .odds-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.page-home .odds-card-head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--snow);
}

.page-home .odds-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.page-home .odds-cell {
  padding: 10px 8px;
  text-align: center;
  background: rgba(244, 246, 240, 0.05);
  font-size: 12px;
  color: rgba(244, 246, 240, 0.6);
}

.page-home .odds-cell b {
  display: block;
  margin-top: 4px;
  font-family: var(--font-data);
  font-size: 22px;
  font-weight: 700;
  color: var(--snow);
}

.page-home .odds-cell b.odds-hot {
  color: var(--fluoro);
}

.page-home .odds-trend-box {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  border-top: 1px solid rgba(244, 246, 240, 0.1);
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s, height 0.2s;
}

.page-home .odds-card:hover .odds-trend-box,
.page-home .odds-card:focus-within .odds-trend-box {
  height: 72px;
  margin-top: 12px;
  padding-top: 10px;
  opacity: 1;
  visibility: visible;
}

.page-home .trend-label {
  display: block;
  margin-bottom: 2px;
  font-family: var(--font-data);
  font-size: 11px;
  color: var(--steel);
}

.page-home .trend-svg {
  display: block;
  width: 100%;
  height: 36px;
}

.page-home .trend-note {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: var(--fluoro);
}

.page-home .schedule-section {
  border-left: 4px solid var(--indigo);
}

.page-home .schedule-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.page-home .schedule-list li {
  display: grid;
  grid-template-columns: 72px 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 6px;
  border-bottom: 1px solid rgba(244, 246, 240, 0.1);
  font-size: 14px;
  transition: background-color 0.2s;
}

.page-home .schedule-list li:hover {
  background: rgba(244, 246, 240, 0.04);
}

.page-home .schedule-day {
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--fluoro);
}

.page-home .schedule-league {
  justify-self: start;
  padding: 4px 6px;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--steel);
  background: rgba(244, 246, 240, 0.06);
  text-align: center;
}

.page-home .schedule-title {
  font-weight: 600;
  color: var(--snow);
}

.page-home .schedule-time {
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--snow);
}

.page-home .update-section {
  border-left: 4px solid var(--fluoro);
}

.page-home .update-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.page-home .step-card {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(244, 246, 240, 0.1);
  background: linear-gradient(160deg, rgba(15, 58, 90, 0.55) 0%, rgba(10, 15, 20, 0.6) 100%);
}

.page-home .step-num {
  font-family: var(--font-data);
  font-size: 28px;
  font-weight: 700;
  color: var(--heat);
}

.page-home .step-card h3 {
  margin: 10px 0 6px;
  font-size: 17px;
  color: var(--snow);
}

.page-home .step-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(244, 246, 240, 0.74);
}

.page-home .update-stats {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  padding: 24px 18px;
  border: 1px solid rgba(255, 107, 53, 0.35);
  background: rgba(10, 15, 20, 0.5);
}

.page-home .stat-item {
  text-align: center;
}

.page-home .stat-num {
  display: block;
  font-family: var(--font-data);
  font-size: 34px;
  font-weight: 700;
  color: var(--fluoro);
}

.page-home .stat-label {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(244, 246, 240, 0.72);
}

.page-home .update-prose {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(244, 246, 240, 0.8);
}

.page-home .trust-line {
  border-left: 3px solid var(--heat);
  padding-left: 14px;
  margin-top: 14px;
  color: var(--snow);
  font-weight: 600;
}

@media (min-width: 760px) {
  .page-home .match-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .odds-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .update-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .update-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-home .home-split {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    align-items: start;
    gap: 40px;
  }

  .page-home .quick-panel {
    position: sticky;
    top: calc(var(--header-bar-h) + 32px);
  }
}

@media (hover: none) {
  .page-home .odds-trend-box {
    height: 72px;
    margin-top: 12px;
    padding-top: 10px;
    opacity: 1;
    visibility: visible;
  }
}
