.page-home {
  --home-radius-lg: 20px;
  --home-radius-md: 14px;
  --home-glow-green: rgba(57, 255, 20, 0.16);
  --home-glow-orange: rgba(255, 107, 0, 0.16);
  --home-glow-cyan: rgba(0, 229, 255, 0.14);
  --home-panel-pad: 20px;
  background-color: var(--color-primary-bg);
  color: var(--color-text-primary);
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

.page-home::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse 72% 42% at 82% 0%, rgba(0, 229, 255, 0.09), transparent 62%),
    radial-gradient(ellipse 55% 32% at 12% 26%, rgba(123, 47, 255, 0.07), transparent 60%),
    radial-gradient(ellipse 48% 32% at 90% 78%, rgba(255, 107, 0, 0.06), transparent 58%),
    linear-gradient(rgba(0, 229, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 255, 0.03) 1px, transparent 1px);
  background-size: auto, auto, auto, 36px 36px, 36px 36px;
}

.page-home .l-container {
  position: relative;
  z-index: 1;
  padding-left: 16px;
  padding-right: 16px;
}

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

.page-home .home-breadcrumb {
  padding-top: 16px;
  padding-bottom: 8px;
  font-size: 0.85rem;
}

.page-home .home-hero {
  padding: 8px 0 28px;
}

.page-home .home-bento__grid,
.page-home .home-bento {
  display: grid;
  gap: 16px;
}

.page-home .home-bento__panel {
  background: var(--color-secondary-bg);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--home-radius-lg);
  padding: var(--home-panel-pad);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  min-width: 0;
}

.page-home .home-bento__lead {
  background: linear-gradient(140deg, #101B3D 0%, #16214A 55%, #0A1128 100%);
  padding: 0;
  display: flex;
  flex-direction: column;
  border-color: var(--color-border-strong);
}

.page-home .home-bento__media {
  position: relative;
  min-height: 180px;
  background-color: var(--color-elevated-bg);
  border-bottom: 1px solid var(--color-border-subtle);
}

.page-home .home-bento__media-img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.page-home .home-bento__liveness {
  position: absolute;
  left: 14px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(10, 17, 40, 0.82);
  border: 1px solid var(--color-accent-green);
  color: var(--color-accent-green);
  font-family: var(--font-data);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 999px;
}

.page-home .home-bento__liveness i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent-green);
  box-shadow: 0 0 8px var(--color-accent-green);
}

.page-home .home-bento__lead-body {
  padding: 18px var(--home-panel-pad) 24px;
}

.page-home .home-bento__lead h1 {
  font-family: var(--font-heading);
  font-size: 1.38rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin: 6px 0 12px;
  color: var(--color-text-primary);
}

.page-home .home-bento__lead-desc {
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 18px;
}

.page-home .home-bento__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .home-bento__schedule {
  background: linear-gradient(160deg, #101B3D, #0A1128 82%);
}

.page-home .home-bento__schedule::after {
  content: "FIXTURE";
  position: absolute;
  top: 12px;
  right: 14px;
  font-family: var(--font-data);
  font-size: 0.7rem;
  color: var(--color-accent-cyan);
  opacity: 0.55;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.page-home .home-bento__schedule-title {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-accent-orange);
  margin: 6px 0 14px;
  padding-right: 26px;
}

.page-home .home-bento__schedule-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .home-bento__schedule-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--font-data);
  font-size: 0.82rem;
  color: var(--color-text-primary);
  border-bottom: 1px dashed var(--color-border-subtle);
  padding-bottom: 8px;
}

.page-home .home-bento__schedule-list li span:first-child {
  color: var(--color-accent-cyan);
}

.page-home .home-bento__stats {
  background: linear-gradient(150deg, #101B3D, #141E42 78%);
}

.page-home .home-bento__stats-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-accent-cyan);
  margin: 8px 0 16px;
}

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

.page-home .home-bento__stats-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px dashed var(--color-border-subtle);
  padding-bottom: 8px;
}

.page-home .home-bento__stat-num {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--color-accent-green);
}

.page-home .home-bento__stats-list li span:last-child {
  color: var(--color-text-secondary);
  font-size: 0.86rem;
}

.page-home .home-bento__navup {
  background: linear-gradient(150deg, #141E42, #101B3D 68%);
  border-top: 2px solid var(--color-accent-purple);
}

.page-home .home-bento__navup-title {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-text-primary);
  margin: 8px 0 8px;
}

.page-home .home-bento__navup-desc {
  color: var(--color-text-secondary);
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0 0 14px;
}

.page-home .home-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-accent-cyan);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color var(--transition-fast), gap var(--transition-fast);
}

.page-home .home-link-arrow:hover,
.page-home .home-link-arrow:focus {
  color: var(--color-accent-green);
  gap: 8px;
}

.page-home .home-reports,
.page-home .home-data,
.page-home .home-navup {
  padding: 52px 0 28px;
}

.page-home .home-schedule {
  padding: 24px 0 52px;
}

.page-home .home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.page-home .home-section-head h2 {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 6px 0 0;
  color: var(--color-text-primary);
}

.page-home .home-reports__grid {
  display: grid;
  gap: 16px;
}

.page-home .home-report-card {
  background: var(--color-secondary-bg);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--home-radius-md);
  padding: 22px;
  display: flex;
  flex-direction: column;
  min-height: 190px;
  position: relative;
  transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}

.page-home .home-report-card:hover,
.page-home .home-report-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(10, 17, 40, 0.7), 0 0 0 1px var(--color-border-strong);
}

.page-home .home-report-card--hot {
  border-color: rgba(57, 255, 20, 0.62);
  box-shadow: 0 0 18px var(--home-glow-green);
}

.page-home .home-report-card--hot:hover,
.page-home .home-report-card--hot:focus-within {
  box-shadow: 0 10px 28px rgba(10, 17, 40, 0.7), 0 0 24px var(--home-glow-green);
}

.page-home .home-report-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.page-home .home-report-card__tag {
  font-family: var(--font-data);
  font-size: 0.76rem;
  color: var(--color-accent-cyan);
  letter-spacing: 0.04em;
}

.page-home .home-report-card__badge {
  font-size: 0.76rem;
  color: var(--color-accent-orange);
  border: 1px solid rgba(255, 107, 0, 0.55);
  border-radius: 999px;
  padding: 2px 10px;
  background: rgba(255, 107, 0, 0.08);
}

.page-home .home-report-card__title {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 8px;
  color: var(--color-text-primary);
}

.page-home .home-report-card__desc {
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0 0 18px;
}

.page-home .home-report-card__more {
  margin-top: auto;
  color: var(--color-accent-cyan);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color var(--transition-fast);
}

.page-home .home-report-card__more:hover,
.page-home .home-report-card__more:focus {
  color: var(--color-accent-green);
}

.page-home .home-schedule__layout {
  display: grid;
  gap: 24px;
  align-items: center;
}

.page-home .home-schedule__intro {
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0 0 22px;
}

.page-home .home-schedule__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--home-radius-md);
  background: var(--color-secondary-bg);
  overflow: hidden;
}

.page-home .home-schedule__row {
  display: grid;
  grid-template-columns: 64px 1fr 60px 52px;
  align-items: stretch;
  gap: 0;
  border-bottom: 1px solid var(--color-border-subtle);
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.03), transparent 38%);
}

.page-home .home-schedule__row:last-child {
  border-bottom: 0;
}

.page-home .home-schedule__day,
.page-home .home-schedule__time,
.page-home .home-schedule__league,
.page-home .home-schedule__round {
  padding: 16px 12px;
  font-family: var(--font-data);
  font-size: 0.82rem;
  display: flex;
  align-items: center;
}

.page-home .home-schedule__day {
  color: var(--color-accent-orange);
  font-weight: 700;
}

.page-home .home-schedule__time {
  color: var(--color-text-primary);
}

.page-home .home-schedule__league {
  color: var(--color-accent-cyan);
}

.page-home .home-schedule__round {
  color: var(--color-text-secondary);
  justify-content: flex-end;
}

.page-home .home-schedule__media {
  margin: 0;
  position: relative;
  border-radius: var(--home-radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-card);
}

.page-home .home-schedule__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 420px;
}

.page-home .home-schedule__media figcaption,
.page-home .home-data__chart figcaption,
.page-home .home-navup__media figcaption {
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--color-text-secondary);
  padding: 12px 14px;
  background: var(--color-secondary-bg);
  border-top: 1px solid var(--color-border-subtle);
  letter-spacing: 0.03em;
}

.page-home .home-data {
  background: linear-gradient(180deg, transparent, rgba(16, 27, 61, 0.5) 24%, rgba(16, 27, 61, 0.5) 76%, transparent);
}

.page-home .home-data__layout {
  display: grid;
  gap: 24px;
  align-items: center;
}

.page-home .home-data__chart {
  margin: 0;
  border-radius: var(--home-radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  background: var(--color-secondary-bg);
  box-shadow: var(--shadow-card);
}

.page-home .home-data__chart img {
  width: 100%;
  object-fit: cover;
  max-height: 400px;
  border-bottom: 1px solid var(--color-border-subtle);
}

.page-home .home-data__lead {
  color: var(--color-text-primary);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.75;
  margin: 0 0 22px;
}

.page-home .home-data__dimensions {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .home-data__dimensions li {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--color-secondary-bg);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--home-radius-sm);
  padding: 12px 14px;
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  line-height: 1.5;
}

.page-home .home-data__dimensions li strong {
  color: var(--color-accent-cyan);
  font-weight: 700;
  white-space: nowrap;
}

.page-home .home-data__note {
  background: var(--color-elevated-bg);
  border-left: 3px solid var(--color-accent-purple);
  border-radius: 0 var(--home-radius-sm) var(--home-radius-sm) 0;
  padding: 14px 16px;
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
}

.page-home .home-navup__layout {
  display: grid;
  gap: 24px;
  align-items: center;
}

.page-home .home-navup__lead {
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0 0 22px;
}

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

.page-home .home-navup__features li {
  background: var(--color-secondary-bg);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--home-radius-md);
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.page-home .home-navup__features li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--color-accent-cyan), var(--color-accent-purple));
}

.page-home .home-navup__features li span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 6px;
}

.page-home .home-navup__features li p {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 0.86rem;
  line-height: 1.6;
}

.page-home .home-navup__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .home-navup__media {
  margin: 0;
  border-radius: var(--home-radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-card);
}

.page-home .home-navup__media img {
  width: 100%;
  object-fit: cover;
  max-height: 400px;
  border-bottom: 1px solid var(--color-border-subtle);
}

.page-home .home-quicklinks {
  padding: 56px 0 64px;
}

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

.page-home .home-quicklink-card {
  background: var(--color-secondary-bg);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--home-radius-md);
  padding: 20px 18px;
  text-decoration: none;
  color: var(--color-text-primary);
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  overflow: hidden;
  transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

.page-home .home-quicklink-card::after {
  content: "";
  position: absolute;
  right: -14px;
  top: -14px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--color-accent-cyan);
  opacity: 0.08;
  transition: opacity var(--transition-base), transform var(--transition-base);
}

.page-home .home-quicklink-card:hover,
.page-home .home-quicklink-card:focus {
  transform: translateY(-3px);
  border-color: var(--color-border-strong);
  box-shadow: var(--shadow-float);
}

.page-home .home-quicklink-card:hover::after,
.page-home .home-quicklink-card:focus::after {
  opacity: 0.18;
  transform: scale(1.3);
}

.page-home .home-quicklink-card__num {
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--color-accent-orange);
  letter-spacing: 0.1em;
}

.page-home .home-quicklink-card__title {
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--color-text-primary);
}

.page-home .home-quicklink-card__desc {
  color: var(--color-text-secondary);
  font-size: 0.88rem;
  line-height: 1.6;
}

@media (min-width: 720px) {
  .page-home .home-bento__grid,
  .page-home .home-bento {
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
  }

  .page-home .home-bento__lead {
    grid-column: span 12;
    grid-row: span 2;
  }

  .page-home .home-bento__schedule,
  .page-home .home-bento__stats,
  .page-home .home-bento__navup {
    grid-column: span 12;
  }

  .page-home .home-reports__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

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

@media (min-width: 960px) {
  .page-home .l-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-home .home-bento__lead {
    grid-column: span 8;
  }

  .page-home .home-bento__schedule {
    grid-column: span 4;
  }

  .page-home .home-bento__stats {
    grid-column: span 4;
  }

  .page-home .home-bento__navup {
    grid-column: span 8;
  }

  .page-home .home-bento__lead {
    flex-direction: row;
  }

  .page-home .home-bento__media {
    flex: 0 0 46%;
    min-height: 100%;
    border-bottom: 0;
    border-right: 1px solid var(--color-border-subtle);
  }

  .page-home .home-bento__media-img {
    min-height: 100%;
    height: 100%;
  }

  .page-home .home-bento__lead-body {
    flex: 1;
    padding: 28px 30px;
  }

  .page-home .home-bento__lead h1 {
    font-size: 1.7rem;
    line-height: 1.35;
  }

  .page-home .home-bento__schedule-title {
    font-size: 1.24rem;
  }

  .page-home .home-schedule__layout {
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
  }

  .page-home .home-data__layout {
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
  }

  .page-home .home-navup__layout {
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
  }

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

  .page-home .home-report-card {
    min-height: 200px;
  }
}

@media (min-width: 1280px) {
  .page-home .home-bento__lead h1 {
    font-size: 1.9rem;
  }

  .page-home .home-bento__lead-body {
    padding: 36px 38px;
  }

  .page-home .home-schedule__intro,
  .page-home .home-navup__lead {
    font-size: 1rem;
  }

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

@media (prefers-reduced-motion: reduce) {
  .page-home [data-scroll-reveal],
  .page-home .home-report-card,
  .page-home .home-quicklink-card {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

.page-home {
  --home-radius-sm: var(--home-radius-md);
}
