.page-home {
  --home-gap: 16px;
  --home-gap-lg: 28px;
  --home-radius-lg: 18px;
  --home-hero-bg: radial-gradient(circle at 82% 12%, rgba(123, 94, 214, 0.28), transparent 38%),
    linear-gradient(135deg, var(--ink-deep), var(--ink) 58%, var(--violet-deep));
  --home-muted-white: rgba(255, 255, 255, 0.62);
  --home-dark-card: rgba(255, 255, 255, 0.05);
}

.page-home img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-home .breadcrumb {
  max-width: var(--container);
  margin: 0 auto;
  padding: 22px 20px 0;
}

.page-home .home-hero {
  position: relative;
  background: var(--home-hero-bg);
  color: var(--white);
  padding: 40px 0 32px;
  overflow: hidden;
}

.page-home .home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.page-home .hero-bento {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
}

.page-home .hero-card {
  position: relative;
  border-radius: var(--home-radius-lg);
  min-width: 0;
}

.page-home .hero-card--image {
  min-height: 240px;
  overflow: hidden;
}

.page-home .hero-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .hero-card__img-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(13, 21, 32, 0.88));
  color: var(--white);
}

.page-home .hero-card__img-text {
  margin: 10px 0 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: 0.02em;
}

.page-home .hero-card--focus {
  padding: 30px 26px;
  background: linear-gradient(140deg, rgba(123, 94, 214, 0.92), rgba(75, 59, 120, 0.96));
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.page-home .hero-card--focus::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}

.page-home .section-label--light {
  color: rgba(255, 255, 255, 0.72);
}

.page-home .hero-focus-title {
  position: relative;
  margin: 14px 0 12px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.page-home .hero-title-dash {
  color: var(--neon);
}

.page-home .hero-title-sub {
  color: var(--gold);
}

.page-home .hero-focus-text {
  position: relative;
  margin: 0 0 22px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.page-home .hero-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .hero-actions .btn-primary {
  background: var(--neon);
  border-color: var(--neon);
  color: var(--ink-deep);
}

.page-home .hero-actions .btn-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.page-home .hero-focus-meta {
  position: relative;
  display: flex;
  gap: 18px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.page-home .hero-meta-item {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.68);
}

.page-home .hero-meta-item strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.35rem;
  color: var(--white);
  line-height: 1.1;
}

.page-home .hero-card--index {
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: var(--shadow);
}

.page-home .hero-index-text {
  margin: 10px 0 18px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

.page-home .hero-card--status {
  padding: 22px 24px;
  background: var(--home-dark-card);
  border: 1px solid var(--dark-line);
  backdrop-filter: blur(10px);
  color: var(--white);
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.page-home .hero-status-body {
  min-width: 0;
}

.page-home .hero-status-title {
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
}

.page-home .hero-status-text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--home-muted-white);
}

.page-home .hero-trust {
  position: relative;
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--dark-line);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--home-muted-white);
  text-align: center;
}

.page-home .home-update,
.page-home .home-matches,
.page-home .home-help,
.page-home .home-calendar,
.page-home .home-records {
  padding: 56px 0 0;
}

.page-home .home-records {
  padding-bottom: 64px;
}

.page-home .section-head {
  margin-bottom: 28px;
}

.page-home .section-title {
  margin: 6px 0 8px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.page-home .section-desc {
  margin: 0;
  max-width: 720px;
  font-size: 0.95rem;
  line-height: 1.72;
  color: var(--ink-soft);
}

.page-home .update-layout,
.page-home .help-layout,
.page-home .calendar-layout,
.page-home .records-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap-lg);
  align-items: start;
}

.page-home .update-main {
  display: grid;
  gap: var(--home-gap);
}

.page-home .update-card {
  padding: 26px;
}

.page-home .update-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.page-home .update-card__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.15rem;
}

.page-home .update-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.page-home .update-list li {
  position: relative;
  padding: 10px 0 10px 22px;
  border-bottom: 1px solid var(--line);
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.page-home .update-list li:last-child {
  border-bottom: 0;
}

.page-home .update-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--violet);
}

.page-home .update-list strong {
  color: var(--ink);
}

.page-home .update-table {
  border-radius: var(--radius);
}

.page-home .data-chip {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.page-home .data-chip--up {
  background: #E8F7D0;
  color: #3D6B00;
}

.page-home .data-chip--down {
  background: #FCE9E9;
  color: #8B3A3A;
}

.page-home .data-chip--neutral {
  background: var(--grey-blue);
  color: var(--ink-soft);
}

.page-home .update-side {
  display: grid;
  gap: var(--home-gap);
}

.page-home .update-figure {
  background: var(--paper-deep);
}

.page-home .update-story-link {
  display: block;
  text-decoration: none;
  padding: 22px;
}

.page-home .update-story-link .card__title {
  display: block;
  margin: 6px 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
}

.page-home .match-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap-lg);
  align-items: start;
}

.page-home .match-side {
  display: grid;
  gap: 14px;
}

.page-home .match-figure {
  background: var(--ink);
}

.page-home .match-note {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.page-home .match-list {
  display: grid;
  gap: 12px;
}

.page-home .match-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.page-home .match-item:hover,
.page-home .match-item:focus-visible {
  border-color: var(--violet);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.page-home .match-time {
  flex: 0 0 auto;
  min-width: 58px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--violet);
}

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

.page-home .match-name {
  margin: 0 0 4px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
}

.page-home .match-meta {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--ink-soft);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-home .match-jump {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--violet-pale);
  color: var(--violet-deep);
  font-weight: 600;
  font-size: 0.82rem;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.page-home .match-jump:hover,
.page-home .match-jump:focus-visible {
  background: var(--violet);
  color: var(--white);
}

.page-home .home-data {
  padding-top: 56px;
}

.page-home .data-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  padding: var(--home-gap);
  background: linear-gradient(135deg, var(--ink-deep), var(--ink) 60%, var(--violet-deep));
  border-radius: var(--home-radius-lg);
}

.page-home .data-panel {
  background: var(--home-dark-card);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  padding: 22px;
  backdrop-filter: blur(6px);
  min-width: 0;
}

.page-home .data-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.page-home .data-panel__label {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--white);
}

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

.page-home .data-stat {
  padding: 16px 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-sm);
}

.page-home .data-stat__label {
  display: block;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.58);
  margin-bottom: 6px;
}

.page-home .data-stat__value {
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.8rem;
  color: var(--white);
  line-height: 1.1;
}

.page-home .data-stat__value--neon {
  color: var(--neon);
}

.page-home .data-rank {
  margin-top: 18px;
}

.page-home .data-rank__label {
  display: block;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.58);
}

.page-home .data-rank__list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .data-rank__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid var(--dark-line);
  font-size: 0.9rem;
  color: var(--white);
}

.page-home .data-rank__list li:last-child {
  border-bottom: 0;
}

.page-home .data-rank__team {
  font-weight: 600;
}

.page-home .data-rank__num {
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--gold);
}

.page-home .data-panel__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-top: 18px;
}

.page-home .data-chart-wrap {
  overflow: hidden;
}

.page-home .data-chart {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .data-chart-node:focus-within {
  outline: 2px solid var(--neon);
  outline-offset: 3px;
  border-radius: 999px;
}

.page-home .data-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--dark-line);
}

.page-home .data-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.76);
}

.page-home .data-legend__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.page-home .data-legend__item--neon .data-legend__dot {
  background: var(--neon);
}

.page-home .data-legend__item--violet .data-legend__dot {
  background: var(--violet-bright);
}

.page-home .data-legend__item--gold .data-legend__dot {
  background: var(--gold);
}

.page-home .data-legend__item--white .data-legend__dot {
  background: var(--white);
}

.page-home .help-card {
  padding: 26px;
}

.page-home .help-card__title {
  margin: 0 0 16px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.15rem;
}

.page-home .help-table {
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
}

.page-home .help-aside {
  display: grid;
  gap: var(--home-gap);
}

.page-home .help-note {
  padding: 26px;
}

.page-home .help-note__title {
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--white);
}

.page-home .help-note__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.72);
}

.page-home .help-related {
  display: block;
  padding: 22px;
  text-decoration: none;
}

.page-home .help-related .card__title {
  display: block;
  margin: 6px 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
}

.page-home .calendar-timeline {
  position: relative;
  padding-left: 8px;
}

.page-home .calendar-timeline .timeline-step {
  position: relative;
  margin-bottom: 0;
  padding-left: 64px;
  min-height: 96px;
  display: flex;
  align-items: flex-start;
}

.page-home .calendar-timeline .timeline-step__index {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--violet);
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(123, 94, 214, 0.30);
}

.page-home .calendar-timeline .timeline-step__title {
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ink);
}

.page-home .calendar-timeline .timeline-step__desc {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.page-home .calendar-card {
  padding: 26px;
}

.page-home .calendar-card__title {
  margin: 0 0 14px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.1rem;
}

.page-home .calendar-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.page-home .calendar-list li {
  position: relative;
  padding: 9px 0 9px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

.page-home .calendar-list li:last-child {
  border-bottom: 0;
}

.page-home .calendar-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 0 3px rgba(184, 255, 0, 0.18);
}

.page-home .records-card {
  padding: 26px;
}

.page-home .records-card__title {
  margin: 0 0 14px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.12rem;
}

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

.page-home .records-list li {
  position: relative;
  padding: 9px 0 9px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

.page-home .records-list li:last-child {
  border-bottom: 0;
}

.page-home .records-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.page-home .records-note {
  margin: 0 0 20px;
  font-size: 0.86rem;
  line-height: 1.7;
  color: var(--ink-soft);
  background: var(--violet-pale);
  padding: 14px 16px;
  border-radius: var(--radius-sm);
}

.page-home .records-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-home .records-link-card {
  display: block;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.page-home .records-link-card:hover,
.page-home .records-link-card:focus-visible {
  border-color: var(--violet);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.page-home .records-link-card__title {
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1rem;
  color: var(--ink);
  margin-bottom: 6px;
}

.page-home .records-link-card__desc {
  display: block;
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

@media (min-width: 640px) {
  .page-home .hero-focus-title {
    font-size: 2.2rem;
  }

  .page-home .records-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .data-stat__value {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .page-home {
    --home-gap: 20px;
    --home-gap-lg: 36px;
  }

  .page-home .home-hero {
    padding: 44px 0 36px;
  }

  .page-home .hero-bento {
    grid-template-columns: repeat(12, 1fr);
  }

  .page-home .hero-card--image {
    grid-column: span 5;
    min-height: 0;
  }

  .page-home .hero-card--focus {
    grid-column: span 7;
    padding: 36px 34px;
  }

  .page-home .hero-card--index {
    grid-column: span 7;
  }

  .page-home .hero-card--status {
    grid-column: span 5;
  }

  .page-home .hero-focus-title {
    font-size: 2.5rem;
  }

  .page-home .hero-focus-text {
    font-size: 1.04rem;
  }

  .page-home .hero-trust {
    font-size: 0.88rem;
  }

  .page-home .section-title {
    font-size: 2rem;
  }

  .page-home .update-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
  }

  .page-home .match-layout {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .page-home .data-layout {
    grid-template-columns: 0.9fr 1.1fr;
    padding: 28px;
  }

  .page-home .data-panel {
    padding: 26px;
  }

  .page-home .help-layout {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .page-home .calendar-layout {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .page-home .records-layout {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .page-home .records-card {
    padding: 30px;
  }
}
