.page-home{
  overflow-x: clip;
}
.page-home .home-hero{
  position: relative;
  isolation: isolate;
  min-height: clamp(560px, 92vh, 880px);
  display: flex;
  align-items: flex-end;
  background: var(--bg-deep);
  overflow: hidden;
}
.page-home .home-hero-media{
  position: absolute;
  inset: 0;
  z-index: -2;
}
.page-home .home-hero-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.62) brightness(0.52);
  display: block;
}
.page-home .home-hero-shade{
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(11,15,25,0.18) 0%, rgba(11,15,25,0.78) 62%, var(--bg-deep) 100%),
    repeating-linear-gradient(135deg, rgba(0,212,255,0.08) 0 1px, transparent 1px 16px);
}
.page-home .home-hero-inner{
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 6vw, 4.5rem) 0 clamp(2.5rem, 7vw, 5rem);
}
.page-home .hero-eyebrow{
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-blue);
  margin: 0 0 0.9rem;
}
.page-home .hero-title{
  font-size: clamp(1.85rem, 5.2vw, 3.4rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  max-width: 15em;
  color: var(--text);
  margin: 0 0 1rem;
}
.page-home .hero-lead{
  font-size: clamp(0.98rem, 1.9vw, 1.16rem);
  line-height: 1.72;
  max-width: 52em;
  color: var(--text-dim);
  margin: 0 0 2rem;
}
.page-home .hero-index{
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}
@media (min-width: 600px){
  .page-home .hero-index{
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1080px){
  .page-home .hero-index{
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-home .hero-tile{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.1rem 1.2rem 1.15rem;
  background: rgba(11,15,25,0.46);
  border: 1px solid rgba(148,163,184,0.32);
  border-radius: var(--radius);
  text-decoration: none;
  transition: border-color 0.1s var(--ease), background 0.1s var(--ease), transform 0.1s var(--ease), box-shadow 0.1s var(--ease);
}
.page-home .hero-tile::after{
  content: "";
  position: absolute;
  right: 1.1rem;
  top: 1.2rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent);
  opacity: 0.16;
  transition: opacity 0.1s var(--ease);
}
.page-home .hero-tile:hover,
.page-home .hero-tile:focus-visible{
  background: rgba(17,24,39,0.8);
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.28);
  outline: none;
}
.page-home .hero-tile:hover::after,
.page-home .hero-tile:focus-visible::after{
  opacity: 1;
}
.page-home .hero-tile-num{
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  color: var(--accent-blue);
}
.page-home .hero-tile-title{
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--text);
}
.page-home .hero-tile-desc{
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--text-dim);
}
.page-home .calendar-band{
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  background: var(--bg-deep);
}
.page-home .calendar-stage{
  display: grid;
  gap: 2rem;
}
@media (min-width: 880px){
  .page-home .calendar-stage{
    grid-template-columns: minmax(0, 7fr) minmax(300px, 4fr);
    align-items: start;
  }
}
.page-home .calendar-main{
  transform: rotate(-0.4deg);
}
.page-home .calendar-focus{
  transform: rotate(0.35deg);
}
.page-home .section-head{
  margin-bottom: 1.4rem;
}
.page-home .section-head .section-kicker{
  display: block;
  margin-bottom: 0.5rem;
}
.page-home .section-head .section-title{
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.25;
  margin: 0 0 0.6rem;
  color: var(--text);
}
.page-home .section-head .section-lead{
  color: var(--text-dim);
  line-height: 1.72;
  max-width: 60ch;
  margin: 0;
}
.page-home .match-list{
  display: grid;
  gap: 0.8rem;
  margin-top: 1.2rem;
}
.page-home .match-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1rem;
  padding: 1rem 1.2rem;
  background: rgba(17,24,39,0.55);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background 0.1s var(--ease), border-color 0.1s var(--ease), box-shadow 0.1s var(--ease);
}
.page-home .match-row:hover,
.page-home .match-row:focus-visible{
  background: rgba(17,24,39,0.94);
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(0,255,136,0.2);
  outline: none;
}
.page-home .match-row > .time-label{
  min-width: 3.6em;
}
.page-home .match-clubs{
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}
.page-home .match-clubs strong{
  color: var(--text);
  font-size: 1.06rem;
}
.page-home .vs-mark{
  color: var(--text-dim);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}
.page-home .match-row > .tag-label{
  margin-left: auto;
}
.page-home .calendar-focus{
  background: var(--bg-card);
  border: 1px solid #243244;
  border-radius: 20px;
  overflow: hidden;
  scroll-margin-top: 96px;
}
.page-home .calendar-focus-img img{
  display: block;
  width: 100%;
  height: auto;
}
.page-home .calendar-focus-body{
  padding: 1.3rem 1.4rem 1.5rem;
}
.page-home .calendar-focus-body h3{
  margin: 0.6rem 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.35;
  color: var(--text);
}
.page-home .calendar-focus-body p{
  color: var(--text-dim);
  line-height: 1.6;
  margin: 0 0 1.2rem;
  font-size: 0.96rem;
}
.page-home .stream-band{
  padding: clamp(3rem, 7vw, 5rem) 0;
  background: radial-gradient(ellipse at 78% 0%, rgba(0,212,255,0.08), transparent 40%), var(--bg-deep);
}
.page-home .stream-grid{
  display: grid;
  gap: 2rem;
}
@media (min-width: 980px){
  .page-home .stream-grid{
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
  }
}
.page-home .stream-visual{
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin: 0 0 1rem;
  aspect-ratio: 2 / 1;
}
.page-home .stream-visual img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-home .report-stack{
  display: grid;
  gap: 0.9rem;
}
.page-home .report-card{
  background: rgba(17,24,39,0.58);
  border: 1px solid #243244;
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  transition: border-color 0.1s var(--ease), background 0.1s var(--ease);
}
.page-home .report-card:hover{
  border-color: var(--accent-blue);
  background: rgba(17,24,39,0.86);
}
.page-home .report-card-head{
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.5rem;
}
.page-home .report-card-head .status-dot{
  margin-left: auto;
}
.page-home .report-card h3{
  margin: 0.25rem 0 0.35rem;
  font-size: 1.08rem;
  color: var(--text);
}
.page-home .report-card p{
  margin: 0 0 0.65rem;
  color: var(--text-dim);
  font-size: 0.9rem;
  line-height: 1.6;
}
.page-home .report-toggle{
  border-top: 1px dashed #243244;
  padding-top: 0.55rem;
}
.page-home .report-toggle summary{
  list-style: none;
  cursor: pointer;
  color: var(--accent-blue);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}
.page-home .report-toggle summary::-webkit-details-marker{
  display: none;
}
.page-home .report-toggle summary::before{
  content: "+ ";
  color: var(--accent);
}
.page-home .report-toggle[open] summary::before{
  content: "− ";
}
.page-home .report-detail{
  margin: 0.7rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
  color: var(--text-dim);
  font-size: 0.88rem;
}
.page-home .status-dot--idle{
  background: var(--text-dim);
  box-shadow: none;
}
.page-home .stream-float{
  display: grid;
  gap: 1rem;
}
.page-home .float-ticket{
  position: relative;
  padding: 1.5rem 1.5rem 1.7rem;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,107,0,0.14), rgba(255,149,0,0.05));
  border: 1px solid rgba(255,107,0,0.6);
  box-shadow: inset 0 0 0 1px rgba(255,107,0,0.14);
}
.page-home .float-ticket h3{
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--text);
  margin: 0.3rem 0 0.6rem;
}
.page-home .float-ticket p{
  color: var(--text-dim);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0 0 1.2rem;
}
.page-home .float-card{
  padding: 1.3rem 1.4rem;
  background: rgba(17,24,39,0.6);
  border: 1px solid #243244;
  border-radius: var(--radius);
}
.page-home .float-card h3{
  font-family: var(--font-mono);
  color: var(--accent);
  font-size: 1.5rem;
  margin: 0.3rem 0 0.4rem;
}
.page-home .float-card p{
  color: var(--text-dim);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.page-home .gateway-band{
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  background: var(--bg-deep);
}
.page-home .gateway-grid{
  display: grid;
  gap: 1.6rem;
  margin-top: 1.8rem;
}
@media (min-width: 840px){
  .page-home .gateway-grid{
    grid-template-columns: 1fr 1fr;
  }
}
.page-home .gateway-card{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid #243244;
  display: flex;
  flex-direction: column;
  transition: border-color 0.1s var(--ease), transform 0.1s var(--ease);
}
.page-home .gateway-card:hover{
  border-color: var(--accent-blue);
  transform: translateY(-3px);
}
.page-home .gateway-card--players .gateway-card-media{
  height: clamp(160px, 30vw, 220px);
  overflow: hidden;
}
.page-home .gateway-card--players .gateway-card-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.15s var(--ease);
}
.page-home .gateway-card:hover .gateway-card-media img{
  transform: scale(1.03);
}
.page-home .gateway-card-body{
  padding: 1.3rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page-home .gateway-card-body h3{
  margin: 0.5rem 0 0.5rem;
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1.3;
}
.page-home .gateway-card-body p{
  color: var(--text-dim);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}
.page-home .gateway-stats{
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.page-home .gateway-stats li{
  color: var(--text-dim);
  font-size: 0.88rem;
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
}
.page-home .gateway-stats span{
  font-family: var(--font-mono);
  color: var(--accent);
  font-size: 1rem;
  font-weight: 700;
}
.page-home .gateway-card--table{
  background: linear-gradient(160deg, rgba(255,107,0,0.1), rgba(17,24,39,0.86) 55%);
  border-color: rgba(255,107,0,0.5);
}
.page-home .gateway-card--table:hover{
  border-color: var(--grad-b);
}
.page-home .sub-band{
  padding: clamp(3rem, 7vw, 5rem) 0;
  background: radial-gradient(circle at 30% 100%, rgba(0,255,136,0.07), transparent 36%), var(--bg-deep);
}
.page-home .sub-layout{
  display: grid;
  gap: 2rem;
}
@media (min-width: 880px){
  .page-home .sub-layout{
    grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
    align-items: center;
  }
}
.page-home .sub-timeline{
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px){
  .page-home .sub-timeline{
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-home .sub-step{
  padding: 1.2rem 1.3rem;
  border: 1px solid #243244;
  border-top: 2px solid var(--accent);
  border-radius: var(--radius);
  background: rgba(17,24,39,0.52);
}
.page-home .sub-step:nth-child(2){
  border-top-color: var(--accent-blue);
}
.page-home .sub-step:nth-child(3){
  border-top-color: var(--grad-a);
}
.page-home .sub-step-idx{
  font-family: var(--font-mono);
  color: var(--accent-blue);
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}
.page-home .sub-step h3{
  margin: 0.4rem 0 0.4rem;
  color: var(--text);
  font-size: 1.1rem;
}
.page-home .sub-step p{
  margin: 0;
  color: var(--text-dim);
  font-size: 0.88rem;
  line-height: 1.55;
}
.page-home .sub-ctas{
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.4rem;
}
.page-home .sub-ctas .btn--primary:hover{
  box-shadow: 0 0 18px rgba(0,255,136,0.32);
}
