.page-home{
  --p-hero-blur:rgba(10,10,15,.74);
  --p-panel-glow:rgba(168,85,247,.26);
  --p-line:rgba(0,212,255,.28);
  --p-card-edge:rgba(245,230,200,.16);
  --p-slice-a:rgba(26,26,46,.96);
  --p-slice-b:rgba(168,85,247,.22);
  --p-slice-c:rgba(0,212,255,.18);
  min-width:320px;
  overflow-x:hidden;
  background:
    linear-gradient(rgba(10,10,15,.86),rgba(10,10,15,.86)),
    repeating-linear-gradient(0deg,transparent 0 31px,rgba(168,85,247,.05) 31px 32px),
    repeating-linear-gradient(90deg,transparent 0 31px,rgba(0,212,255,.05) 31px 32px);
  color:var(--text-body);
  font-family:var(--font-mono);
  line-height:1.7;
}
.page-home :where(ul,ol){
  padding-left:0;
  list-style:none;
}
.page-home :where(a){
  color:inherit;
  text-decoration:none;
}
.page-home :where(img){
  display:block;
  max-width:100%;
  height:auto;
  object-fit:cover;
}
.page-home .breadcrumb{
  position:relative;
  z-index:5;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:0;
  padding:18px 20px 0;
  font-size:12px;
  letter-spacing:.08em;
  color:var(--text-muted);
}
.page-home .breadcrumb a{
  color:var(--neon-blue);
  transition:color .2s ease;
}
.page-home .breadcrumb a:hover{
  color:var(--neon-purple);
}

/* Hero */
.page-home .home-hero{
  position:relative;
  isolation:isolate;
  min-height:min(820px,100svh);
  display:flex;
  align-items:flex-end;
  padding:88px 20px 64px;
  overflow:hidden;
  background:#06060a;
}
.page-home .hero-bg{
  position:absolute;
  inset:0;
  z-index:-4;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.44;
  filter:saturate(1.25) contrast(1.12);
}
.page-home .hero-grid{
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(rgba(0,212,255,.09) 1px,transparent 1px),
    linear-gradient(90deg,rgba(168,85,247,.09) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,transparent 0,#000 55%,#000 100%);
}
.page-home .hero-slice,
.page-home .hero-slice::before,
.page-home .hero-slice::after{
  position:absolute;
  content:"";
  pointer-events:none;
}
.page-home .hero-slice--one{
  top:-12%;
  right:-8%;
  width:68%;
  height:120%;
  background:var(--p-slice-a);
  clip-path:polygon(16% 0,100% 0,84% 100%,0 100%);
  z-index:2;
  opacity:.92;
}
.page-home .hero-slice--one::before{
  top:0;
  right:0;
  width:4px;
  height:100%;
  background:var(--neon-purple);
  box-shadow:0 0 26px var(--neon-purple);
}
.page-home .hero-slice--one::after{
  top:24%;
  right:24%;
  width:120px;
  height:120px;
  border:1px solid var(--neon-blue);
  transform:rotate(18deg);
  opacity:.55;
}
.page-home .hero-slice--two{
  bottom:-34%;
  left:-10%;
  width:52%;
  height:74%;
  background:var(--p-slice-b);
  clip-path:polygon(0 0,100% 8%,92% 100%,0 100%);
  z-index:1;
  opacity:.7;
}
.page-home .hero-slice--three{
  top:8%;
  left:36%;
  width:34%;
  height:28%;
  background:var(--p-slice-c);
  clip-path:polygon(0 28%,100% 0,100% 72%,0 100%);
  z-index:0;
  opacity:.45;
}
.page-home .hero-inner{
  position:relative;
  z-index:5;
  width:100%;
  padding-bottom:20px;
}
.page-home .hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 16px;
  padding:6px 14px;
  border:1px solid var(--p-line);
  color:var(--neon-blue);
  font-size:12px;
  letter-spacing:.24em;
  text-transform:uppercase;
  background:rgba(10,10,15,.6);
  clip-path:polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%);
}
.page-home .hero-kicker::before{
  content:"●";
  color:var(--neon-green);
  font-size:10px;
  text-shadow:0 0 8px var(--neon-green);
}
.page-home .hero-title{
  max-width:760px;
  margin:0 0 14px;
  font-family:var(--font-title);
  font-size:clamp(42px,7vw,76px);
  line-height:1.02;
  font-weight:900;
  letter-spacing:-.02em;
  color:var(--text-strong);
  text-shadow:
    0 0 18px rgba(168,85,247,.46),
    0 0 38px rgba(0,212,255,.19);
  clip-path:polygon(0 0,100% 0,calc(100% - 18px) 100%,0 100%);
}
.page-home .hero-lead{
  max-width:580px;
  margin:0 0 28px;
  font-size:clamp(14px,1.8vw,17px);
  line-height:1.85;
  color:var(--text-body);
}
.page-home .hero-lead strong{
  color:var(--neon-purple);
}
.page-home .hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}
.page-home .hero-actions .btn{
  min-width:172px;
}
.page-home .hero-stats{
  display:grid;
  grid-template-columns:repeat(4,auto);
  gap:10px 38px;
  width:max-content;
  max-width:100%;
  margin-top:48px;
  padding:22px 26px;
  border-left:3px solid var(--neon-purple);
  background:rgba(10,10,15,.68);
  box-shadow:0 0 0 1px rgba(168,85,247,.24),0 12px 34px rgba(0,0,0,.3);
}
.page-home .hero-stat{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.page-home .hero-stat__num{
  font-family:var(--font-title);
  font-size:25px;
  line-height:1.1;
  color:var(--text-strong);
  letter-spacing:.02em;
}
.page-home .hero-stat__num::first-letter{
  color:var(--neon-green);
}
.page-home .hero-stat__label{
  font-size:11px;
  letter-spacing:.14em;
  color:var(--text-muted);
  text-transform:uppercase;
}

/* Section tools */
.page-home .container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding-inline:20px;
}
.page-home .section{
  position:relative;
  padding-block:72px;
}
.page-home .section--panel{
  background:
    linear-gradient(135deg,rgba(168,85,247,.13),transparent 34%),
    radial-gradient(circle at 83% 12%,rgba(0,212,255,.13),transparent 36%),
    var(--bg-panel);
  clip-path:polygon(0 0,88% 0,94% 100%,0 100%);
  padding-right:6%;
}
.page-home .section-head{
  display:flex;
  align-items:flex-start;
  gap:18px;
  margin-bottom:34px;
}
.page-home .section-head > div{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.page-home .section-head__index{
  font-family:var(--font-title);
  font-size:44px;
  line-height:.9;
  font-weight:900;
  color:transparent;
  -webkit-text-stroke:1.6px var(--neon-purple);
}
.page-home .section-head__kick{
  margin:0;
  font-size:11px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:var(--neon-blue);
}
.page-home .section-title{
  margin:0;
  font-family:var(--font-title);
  font-size:clamp(26px,4vw,40px);
  line-height:1.08;
  color:var(--text-strong);
  letter-spacing:-.01em;
}
.page-home .section-head--split{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  align-items:flex-end;
  justify-content:space-between;
}

/* Quick entry */
.page-home .home-quickentry{
  background:
    linear-gradient(rgba(10,10,15,.26),rgba(10,10,15,.26)),
    repeating-linear-gradient(45deg,transparent 0 18px,rgba(0,212,255,.03) 18px 19px);
}
.page-home .quick-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.page-home .quick-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:26px 20px 22px;
  border:1px solid var(--p-card-edge);
  background:
    linear-gradient(160deg,rgba(18,18,26,.9),rgba(10,10,15,.82));
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.page-home .quick-card::before{
  content:"";display:block;position:absolute;inset:auto auto 0 0;width:100%;height:3px;
  background:var(--qc-color,var(--neon-purple));opacity:.7;transition:opacity .2s ease;
}
.page-home .quick-card:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 34px rgba(0,0,0,.36),0 0 24px var(--qc-glow,rgba(168,85,247,.28));
  border-color:var(--qc-color,var(--neon-purple));
}
.page-home .quick-card:hover::before{opacity:1;}
.page-home .quick-card--blue{
  --qc-color:var(--neon-blue);
  --qc-glow:rgba(0,212,255,.25);
}
.page-home .quick-card--purple{
  --qc-color:var(--neon-purple);
  --qc-glow:rgba(168,85,247,.32);
}
.page-home .quick-card--green{
  --qc-color:var(--neon-green);
  --qc-glow:rgba(57,255,20,.2);
}
.page-home .quick-card__icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  color:var(--qc-color,var(--neon-purple));
  border:1px solid currentColor;
  background:rgba(10,10,15,.4);
}
.page-home .quick-card__icon svg{
  width:24px;
  height:24px;
}
.page-home .quick-card__num{
  position:absolute;
  top:16px;
  right:16px;
  font-family:var(--font-title);
  font-size:30px;
  font-weight:900;
  color:rgba(245,230,200,.08);
  -webkit-text-stroke:1px rgba(245,230,200,.2);
}
.page-home .quick-card__title{
  font-family:var(--font-title);
  font-size:20px;
  font-weight:800;
  color:var(--text-strong);
}
.page-home .quick-card__desc{
  margin:0;
  font-size:13px;
  line-height:1.6;
  color:var(--text-muted);
}

/* Schedule */
.page-home .home-schedule .schedule-tabs{
  display:flex;
  gap:8px;
}
.page-home .schedule-tab{
  appearance:none;
  border:1px solid var(--p-line);
  background:rgba(10,10,15,.6);
  color:var(--text-muted);
  padding:9px 22px;
  font-family:var(--font-mono);
  font-size:13px;
  letter-spacing:.1em;
  cursor:pointer;
  transition:all .2s ease;
  clip-path:polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%);
}
.page-home .schedule-tab:hover{
  border-color:var(--neon-purple);
  color:var(--text-strong);
}
.page-home .schedule-tab.is-active{
  border-color:var(--neon-purple);
  background:linear-gradient(120deg,rgba(168,85,247,.28),rgba(168,85,247,.1));
  color:var(--text-strong);
  box-shadow:0 0 16px rgba(168,85,247,.22);
}
.page-home .schedule-layout{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:28px;
  align-items:stretch;
}
.page-home .schedule-image{
  position:sticky;
  top:24px;
  align-self:start;
  border:1px solid var(--p-line);
  filter:contrast(1.12);
}
.page-home .schedule-image img{
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
}
.page-home .schedule-viewport{
  min-width:0;
}
.page-home .schedule-list{
  display:none;
}
.page-home .schedule-list[data-open]{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.page-home .match-card{
  position:relative;
  display:grid;
  grid-template-columns:96px 1fr auto;
  gap:16px;
  align-items:center;
  padding:16px 18px;
  border:1px solid rgba(245,230,200,.12);
  background:linear-gradient(110deg,rgba(12,12,20,.92),rgba(18,18,26,.86));
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.page-home .match-card:hover{
  transform:translateX(4px);
  border-color:var(--neon-blue);
  box-shadow:-12px 0 28px rgba(0,212,255,.08);
}
.page-home .match-card--focus{
  border-left:3px solid var(--neon-purple);
  box-shadow:0 0 22px rgba(168,85,247,.12);
}
.page-home .match-card__time{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding-right:16px;
  border-right:1px dashed rgba(245,230,200,.14);
}
.page-home .match-card__date{
  font-size:11px;
  letter-spacing:.16em;
  color:var(--neon-blue);
  text-transform:uppercase;
}
.page-home .match-card__clock{
  font-family:var(--font-title);
  font-size:21px;
  color:var(--text-strong);
}
.page-home .match-card__body{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:0;
}
.page-home .match-card__teams{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  font-family:var(--font-title);
  font-size:16px;
  font-weight:700;
  color:var(--text-strong);
}
.page-home .match-card__vs{
  color:var(--neon-purple);
  font-size:13px;
  font-weight:400;
}
.page-home .match-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
}
.page-home .match-card__score{
  font-family:var(--font-title);
  font-size:22px;
  font-weight:900;
  color:var(--neon-blue);
  text-align:right;
  min-width:50px;
}
.page-home .match-card--focus .match-card__score{
  color:var(--neon-green);
}
.page-home .match-card .live-dot{
  position:absolute;
  top:14px;
  right:14px;
}
.page-home .schedule-extra{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  align-items:center;
  justify-content:space-between;
  margin-top:30px;
  padding:18px 22px;
  border:1px solid rgba(57,255,20,.24);
  background:rgba(57,255,20,.06);
}
.page-home .schedule-extra__text{
  margin:0;
  max-width:680px;
  font-size:14px;
  color:var(--text-body);
}
.page-home .schedule-extra__text strong{
  color:var(--neon-green);
}

/* Version update */
.page-home .home-version{
  background:
    radial-gradient(circle at 12% 18%,rgba(168,85,247,.18),transparent 26%),
    linear-gradient(rgba(10,10,15,.44),rgba(10,10,15,.44));
}
.page-home .version-layout{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:44px;
  align-items:start;
}
.page-home .version-image-wrap{
  position:sticky;
  top:24px;
}
.page-home .version-image{
  border:1px solid var(--p-line);
  box-shadow:0 0 0 1px rgba(0,212,255,.1),0 18px 44px rgba(0,0,0,.34);
  transform:rotate(-1.3deg);
}
.page-home .version-image img{
  width:100%;
  height:360px;
  object-fit:cover;
}
.page-home .version-chip{
  display:flex;
  gap:10px;
  align-items:center;
  margin-top:-18px;
  margin-left:18px;
  width:max-content;
  padding:8px 14px;
  background:rgba(10,10,15,.88);
  border:1px solid rgba(168,85,247,.46);
  box-shadow:0 0 18px rgba(168,85,247,.18);
}
.page-home .version-chip__version{
  font-family:var(--font-title);
  font-weight:800;
  color:var(--text-strong);
}
.page-home .version-lead{
  margin:0 0 26px;
  max-width:560px;
  font-size:15px;
  line-height:1.85;
  color:var(--text-body);
}
.page-home .timeline{
  display:flex;
  flex-direction:column;
  gap:0;
  border-left:1px solid rgba(0,212,255,.2);
  padding-left:24px;
}
.page-home .timeline__item{
  position:relative;
  padding-bottom:24px;
}
.page-home .timeline__item::before{
  content:"";
  position:absolute;
  left:-29px;
  top:6px;
  width:10px;
  height:10px;
  background:var(--bg-main);
  border:2px solid var(--neon-blue);
  transform:rotate(45deg);
  box-shadow:0 0 12px var(--neon-blue);
}
.page-home .timeline__tag{
  display:inline-block;
  margin-bottom:7px;
  padding:3px 10px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  color:#06060a;
  background:var(--neon-purple);
  clip-path:polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%);
}
.page-home .timeline__body{
  border:1px solid rgba(245,230,200,.1);
  padding:14px 16px;
  background:rgba(18,18,26,.72);
  transition:border-color .2s ease;
}
.page-home .timeline__body:hover{
  border-color:rgba(0,212,255,.4);
}
.page-home .timeline__title{
  margin:0 0 4px;
  font-family:var(--font-title);
  font-size:17px;
  color:var(--text-strong);
}
.page-home .timeline__desc{
  margin:0;
  font-size:13px;
  line-height:1.65;
  color:var(--text-muted);
}
.page-home .version-detail{
  margin:22px 0;
  border:1px solid rgba(168,85,247,.34);
  background:rgba(168,85,247,.05);
}
.page-home .version-detail summary{
  cursor:pointer;
  padding:13px 16px;
  font-family:var(--font-mono);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  color:var(--neon-purple);
  list-style:none;
  display:flex;
  align-items:center;
  gap:10px;
  transition:background .2s ease;
}
.page-home .version-detail summary::-webkit-details-marker{display:none;}
.page-home .version-detail summary::before{
  content:"+";
  color:var(--neon-blue);
  font-weight:900;
  font-size:18px;
  transition:transform .2s ease;
}
.page-home .version-detail[open] summary::before{
  transform:rotate(45deg);
}
.page-home .version-detail summary:hover{
  background:rgba(168,85,247,.1);
}
.page-home .version-detail__list{
  margin:0;
  padding:8px 18px 18px;
  display:grid;
  gap:8px;
}
.page-home .version-detail__list li{
  position:relative;
  padding-left:22px;
  color:var(--text-body);
  font-size:13px;
  line-height:1.65;
}
.page-home .version-detail__list li::before{
  content:">>";
  position:absolute;
  left:0;
  color:var(--neon-blue);
  font-size:12px;
}
.page-home .version-link{
  margin-top:12px;
}
.page-home .home-version .version-content{
  min-width:0;
}

/* Channel cards */
.page-home .home-channel{
  background:
    linear-gradient(155deg,transparent 58%,rgba(0,212,255,.14) 100%),
    var(--bg-panel);
}
.page-home .channel-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.page-home .channel-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:24px 18px 20px;
  border:1px solid rgba(245,230,200,.11);
  background:linear-gradient(165deg,rgba(10,10,15,.66),rgba(18,18,26,.92));
  clip-path:polygon(0 0,94% 0,100% 8%,100% 100%,0 100%);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.page-home .channel-card:hover{
  transform:translateY(-5px);
  border-color:var(--neon-purple);
  box-shadow:0 14px 32px rgba(0,0,0,.36),0 0 22px rgba(168,85,247,.2);
}
.page-home .channel-card__index{
  position:absolute;
  top:14px;
  right:16px;
  font-family:var(--font-title);
  font-size:38px;
  font-weight:900;
  line-height:1;
  color:transparent;
  -webkit-text-stroke:1.4px rgba(0,212,255,.5);
}
.page-home .channel-card__label{
  display:inline-block;
  width:max-content;
  padding:3px 9px;
  font-size:10px;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--text-strong);
  background:linear-gradient(100deg,rgba(168,85,247,.4),rgba(0,212,255,.24));
}
.page-home .channel-card__title{
  margin:0;
  font-family:var(--font-title);
  font-size:18px;
  line-height:1.3;
  color:var(--text-strong);
}
.page-home .channel-card__text{
  margin:0;
  font-size:13px;
  line-height:1.7;
  color:var(--text-muted);
}

/* Bottom CTA */
.page-home .home-cta{
  position:relative;
  padding:84px 0;
  overflow:hidden;
  background:
    linear-gradient(120deg,rgba(168,85,247,.18),transparent 50%),
    linear-gradient(135deg,rgba(0,212,255,.12),transparent 46%),
    var(--bg-panel);
}
.page-home .home-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(-45deg,transparent 0 14px,rgba(255,255,255,.028) 14px 15px);
  pointer-events:none;
}
.page-home .home-cta__inner{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  gap:32px;
  align-items:center;
  justify-content:space-between;
}
.page-home .home-cta__copy{
  max-width:620px;
}
.page-home .home-cta__kick{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.3em;
  color:var(--neon-blue);
  text-transform:uppercase;
}
.page-home .home-cta__title{
  margin:0 0 14px;
  font-family:var(--font-title);
  font-size:clamp(28px,4.4vw,46px);
  line-height:1.08;
  color:var(--text-strong);
}
.page-home .home-cta__text{
  margin:0;
  color:var(--text-body);
  font-size:14px;
  line-height:1.8;
}
.page-home .home-cta__btn{
  min-width:200px;
}

/* Shared-style compatibility within page scope */
.page-home .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:12px 22px;
  font-family:var(--font-mono);
  font-size:14px;
  font-weight:700;
  letter-spacing:.06em;
  cursor:pointer;
  border:1px solid transparent;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;
}
.page-home .btn-primary{
  background:linear-gradient(120deg,var(--neon-purple),#8b3feb);
  color:#f7ecff;
  clip-path:polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%);
}
.page-home .btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(168,85,247,.34),0 0 18px rgba(168,85,247,.4);
}
.page-home .btn-ghost{
  border-color:var(--neon-blue);
  color:var(--neon-blue);
  background:rgba(0,212,255,.04);
}
.page-home .btn-ghost:hover{
  background:rgba(0,212,255,.12);
  box-shadow:0 0 20px rgba(0,212,255,.22);
  transform:translateY(-2px);
}
.page-home .status-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:3px 8px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  border:1px solid currentColor;
  color:var(--neon-blue);
  background:rgba(0,212,255,.07);
}
.page-home .status-badge--purple{
  color:var(--neon-purple);
  background:rgba(168,85,247,.08);
}
.page-home .status-badge--green{
  color:var(--neon-green);
  background:rgba(57,255,20,.06);
}
.page-home .data-chip{
  display:inline-flex;
  align-items:center;
  padding:3px 8px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  color:var(--text-muted);
  background:rgba(245,230,200,.05);
}
.page-home .img-frame{
  display:block;
  overflow:hidden;
}
.page-home .img-frame--16x9{
  aspect-ratio:16/9;
  position:relative;
}
.page-home .img-frame--4x5{
  aspect-ratio:4/5;
  position:relative;
}
.page-home .img-frame img{
  width:100%;
  height:100%;
  max-width:100%;
  object-fit:cover;
}
.page-home .live-dot{
  display:inline-block;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--neon-green);
  box-shadow:0 0 10px var(--neon-green);
  animation:hd-pulse 1.8s ease-in-out infinite;
}
@keyframes hd-pulse{
  0%,100%{opacity:.85;transform:scale(1);}
  50%{opacity:.4;transform:scale(.82);}
}
@media (prefers-reduced-motion:reduce){
  .page-home *{animation:none!important;transition:none!important;scroll-behavior:auto!important;}
}

/* Responsive */
@media (max-width:1024px){
  .page-home .quick-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .page-home .channel-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .page-home .schedule-layout{
    grid-template-columns:1fr;
  }
  .page-home .schedule-image{
    position:relative;
    top:auto;
    height:240px;
  }
  .page-home .version-layout{
    grid-template-columns:1fr;
    gap:34px;
  }
  .page-home .version-image-wrap{
    position:relative;
    top:auto;
    max-width:420px;
  }
  .page-home .hero-stats{
    grid-template-columns:repeat(2,auto);
    gap:14px 30px;
  }
}
@media (min-width:0px) and (max-width:640px){
  .page-home .breadcrumb{
    padding:14px 14px 0;
  }
  .page-home .container{
    padding-inline:16px;
  }
  .page-home .section{
    padding-block:54px;
  }
  .page-home .section--panel{
    clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
    padding-right:0;
  }
  .page-home .section-head{
    flex-direction:column;
    gap:8px;
  }
  .page-home .section-head__index{
    font-size:34px;
  }
  .page-home .section-head--split{
    align-items:flex-start;
  }
  .page-home .home-hero{
    min-height:auto;
    padding:66px 16px 44px;
    align-items:center;
  }
  .page-home .hero-title{
    font-size:38px;
  }
  .page-home .hero-slice--one{
    width:96%;
    right:-28%;
  }
  .page-home .hero-slice--two{
    display:none;
  }
  .page-home .hero-slice--three{
    left:auto;
    right:-16%;
    top:22%;
    width:66%;
  }
  .page-home .hero-stats{
    grid-template-columns:repeat(2,1fr);
    width:100%;
    padding:16px;
    gap:12px 14px;
  }
  .page-home .hero-stat__num{
    font-size:20px;
  }
  .page-home .hero-actions .btn{
    width:100%;
  }
  .page-home .quick-grid,
  .page-home .channel-grid{
    grid-template-columns:1fr;
  }
  .page-home .quick-card{
    padding:20px 16px;
  }
  .page-home .schedule-tabs{
    width:100%;
  }
  .page-home .schedule-tab{
    flex:1;
    padding:9px 10px;
    text-align:center;
  }
  .page-home .match-card{
    grid-template-columns:1fr;
    gap:8px;
    padding:14px;
  }
  .page-home .match-card__time{
    flex-direction:row;
    align-items:center;
    gap:10px;
    padding-right:0;
    padding-bottom:8px;
    border-right:0;
    border-bottom:1px dashed rgba(245,230,200,.14);
  }
  .page-home .match-card__score{
    position:absolute;
    top:18px;
    right:14px;
    font-size:20px;
  }
  .page-home .match-card .live-dot{
    top:20px;
    right:94px;
  }
  .page-home .schedule-extra{
    flex-direction:column;
    align-items:stretch;
    padding:14px 16px;
  }
  .page-home .schedule-extra .btn{
    width:100%;
  }
  .page-home .version-image img{
    height:280px;
  }
  .page-home .timeline{
    padding-left:18px;
  }
  .page-home .timeline__item::before{
    left:-23px;
  }
  .page-home .version-detail__list li{
    padding-left:16px;
  }
  .page-home .home-cta{
    padding:58px 0;
  }
  .page-home .home-cta__btn{
    width:100%;
  }
}
