.page-home{
  --home-hero-visual-bg:#F2F4F7;
  --home-hero-route:#AFC1D6;
  --home-section-space:clamp(72px,10vw,132px);
  --home-card-bg:#FFFFFF;
  --home-card-side:#E8ECF1;
  --home-deep-panel:#1D2C45;
  --home-soft-white:rgba(242,244,247,.08);
  --home-ranking-bg:#1D2C45;
  overflow-x:hidden;
}
.page-home .container{
  width:min(1200px,calc(100% - 48px));
  margin:0 auto;
}
.page-home .kicker{
  font-family:var(--font-data);
  font-size:.75rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--accent-orange);
  margin:0 0 18px;
}
.page-home .display-title{
  font-family:var(--font-head);
  font-weight:400;
  line-height:.95;
  letter-spacing:-.02em;
  margin:0;
}
.page-home .lede{
  font-size:1.05rem;
  line-height:1.75;
  max-width:48ch;
  margin:24px 0 0;
}
.page-home .home-section-title{
  font-family:var(--font-head);
  font-weight:400;
  font-size:clamp(2rem,4.4vw,3.5rem);
  line-height:.98;
  letter-spacing:-.02em;
  margin:0;
}
.page-home .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-family:var(--font-body);
  font-weight:600;
  font-size:.95rem;
  line-height:1;
  padding:16px 28px;
  text-decoration:none;
  border:none;
  cursor:pointer;
  transition:background-color var(--dur) var(--ease),color var(--dur) var(--ease),transform var(--dur) var(--ease),clip-path var(--dur) var(--ease);
}
.page-home .btn--primary{
  background:var(--accent-orange);
  color:#0A1220;
  clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px));
}
.page-home .btn--primary:hover{
  background:var(--accent-yellow);
  transform:translateY(-2px);
}
.page-home .btn--ghost{
  background:transparent;
  color:var(--text-light);
  border:1px solid rgba(242,244,247,.36);
  clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px));
}
.page-home .btn--ghost:hover{
  border-color:var(--accent-orange);
  color:var(--accent-orange);
  transform:translateY(-2px);
}
.page-home .btn--small{
  padding:12px 22px;
  font-size:.85rem;
}
.page-home .data-tag{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-family:var(--font-data);
  font-size:.8rem;
  font-weight:500;
  color:var(--accent-orange);
  background:rgba(255,107,53,.12);
  border-left:3px solid var(--accent-orange);
  padding:6px 12px;
  clip-path:polygon(0 0,100% 0,calc(100% - 8px) 100%,0 100%);
}
.page-home .data-tag--lime{
  color:var(--accent-lime);
  background:rgba(57,255,20,.1);
  border-left-color:var(--accent-lime);
}
.page-home .grid{
  display:grid;
  gap:32px;
}
.page-home .grid--2{
  grid-template-columns:1fr;
}
.page-home .grid--7-5{
  grid-template-columns:1fr;
}
.page-home .grid--6-5{
  grid-template-columns:1fr;
}
.page-home .panel{
  display:block;
  padding:28px;
  text-decoration:none;
}
.page-home .panel--cut{
  clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,18px 100%,0 calc(100% - 18px));
}
.page-home .panel--deep{
  background:var(--home-deep-panel);
}
.page-home .panel--outline{
  background:rgba(242,244,247,.04);
  border:1px solid rgba(242,244,247,.16);
}
.page-home .section--light{
  background:var(--bg-light);
  color:var(--text-deep);
}
.page-home .section--light .kicker{
  color:var(--accent-orange);
}
.page-home .section--light .lede{
  color:#33415C;
}
.page-home .section--deep{
  background:var(--bg-deep);
  color:var(--text-light);
}
.page-home .section--dark{
  background:var(--bg-deeper);
  color:var(--text-light);
}

.page-home .home-hero{
  background:var(--bg-deep);
  color:var(--text-light);
  position:relative;
  overflow:hidden;
}
.page-home .home-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(115deg,transparent 62%,var(--home-hero-visual-bg) 62%,var(--home-hero-visual-bg) 100%);
  pointer-events:none;
}
.page-home .home-hero__grid{
  position:relative;
  display:grid;
  grid-template-columns:1fr;
  gap:56px;
  padding:72px 0 88px;
}
.page-home .home-hero__copy{
  grid-column:1 / -1;
  padding-right:0;
}
.page-home .home-hero__title{
  font-size:clamp(2.6rem,7vw,5.2rem);
  margin-top:8px;
}
.page-home .home-hero__lede{
  color:var(--text-muted);
}
.page-home .home-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:36px;
}
.page-home .home-hero__points{
  list-style:none;
  margin:48px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.page-home .home-hero__points li{
  display:flex;
  align-items:center;
  gap:14px;
  font-size:.92rem;
  color:var(--text-muted);
  border-bottom:1px solid rgba(175,193,214,.18);
  padding-bottom:14px;
}
.page-home .home-hero__points .data-tag{
  min-width:88px;
  justify-content:center;
}
.page-home .home-hero__visual{
  grid-column:1 / -1;
  position:relative;
}
.page-home .home-hero__visual-frame{
  position:relative;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 24px),calc(100% - 24px) 100%,0 100%);
  overflow:hidden;
  background:var(--bg-card);
}
.page-home .home-hero__img{
  width:100%;
  height:auto;
  max-width:100%;
  display:block;
  object-fit:cover;
  aspect-ratio:4/3;
}
.page-home .home-hero__curve-wrap{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  pointer-events:none;
}
.page-home .home-hero__curve{
  width:100%;
  height:100%;
  max-height:100%;
}

.page-home .home-news{
  padding:var(--home-section-space) 0;
}
.page-home .home-news__head{
  display:flex;
  flex-direction:column;
  gap:20px;
  margin-bottom:48px;
}
.page-home .home-news__desc{
  max-width:46ch;
  font-size:.98rem;
  line-height:1.75;
  color:#33415C;
  margin:0;
}
.page-home .home-news__grid{
  align-items:start;
}
.page-home .home-news__visual{
  position:relative;
  grid-column:1 / -1;
}
.page-home .home-news__img{
  width:100%;
  height:auto;
  max-width:100%;
  display:block;
  aspect-ratio:9/7;
  object-fit:cover;
  clip-path:polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,22px 100%,0 calc(100% - 22px));
}
.page-home .home-news__pulse{
  position:absolute;
  left:20px;
  bottom:20px;
  display:flex;
  align-items:center;
  gap:10px;
  background:rgba(10,18,32,.86);
  color:var(--text-light);
  font-family:var(--font-data);
  font-size:.78rem;
  padding:10px 16px;
  clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,0 100%);
}
.page-home .home-news__pulse-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--accent-lime);
  box-shadow:0 0 0 0 rgba(57,255,20,.6);
  animation:home-pulse 1.8s ease-out infinite;
}
@keyframes home-pulse{
  0%{box-shadow:0 0 0 0 rgba(57,255,20,.5);}
  70%{box-shadow:0 0 0 10px rgba(57,255,20,0);}
  100%{box-shadow:0 0 0 0 rgba(57,255,20,0);}
}
.page-home .home-news__list{
  display:grid;
  gap:20px;
  grid-column:1 / -1;
}
.page-home .home-match-card{
  position:relative;
  background:var(--home-card-bg);
  padding:26px 26px 24px;
  box-shadow:0 12px 32px rgba(15,26,47,.08);
  clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px));
  transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease);
}
.page-home .home-match-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 44px rgba(15,26,47,.14);
}
.page-home .home-match-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}
.page-home .home-match-card__status{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-family:var(--font-data);
  font-size:.75rem;
  color:#389E5F;
}
.page-home .home-match-card__status-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent-lime);
  box-shadow:0 0 8px rgba(57,255,20,.8);
}
.page-home .home-match-card__score{
  font-family:var(--font-head);
  font-size:2.4rem;
  line-height:1;
  color:var(--text-deep);
  letter-spacing:.02em;
  margin-bottom:8px;
}
.page-home .home-match-card__name{
  font-family:var(--font-body);
  font-weight:700;
  font-size:1.02rem;
  color:var(--text-deep);
  margin:0 0 8px;
}
.page-home .home-match-card__summary{
  font-size:.9rem;
  line-height:1.65;
  color:#4A5870;
  margin:0 0 12px;
}
.page-home .home-match-card__link{
  font-family:var(--font-data);
  font-size:.82rem;
  font-weight:600;
  color:var(--accent-orange);
  text-decoration:none;
  border-bottom:2px solid rgba(255,107,53,.35);
  padding-bottom:2px;
  transition:border-color var(--dur) var(--ease);
}
.page-home .home-match-card__link:hover{
  border-bottom-color:var(--accent-orange);
}

.page-home .home-ranking{
  padding:var(--home-section-space) 0;
  background:var(--bg-deep);
}
.page-home .home-ranking__head{
  display:flex;
  flex-direction:column;
  gap:20px;
  margin-bottom:48px;
}
.page-home .home-ranking__desc{
  max-width:46ch;
  color:var(--text-muted);
  margin:0;
  font-size:.98rem;
  line-height:1.75;
}
.page-home .home-ranking__grid{
  align-items:start;
}
.page-home .home-ranking__list{
  grid-column:1 / -1;
}
.page-home .home-ranking__filters{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-bottom:24px;
}
.page-home .home-ranking__filters-label{
  font-family:var(--font-data);
  font-size:.8rem;
  color:var(--text-muted);
  margin-right:4px;
}
.page-home .home-ranking__tag{
  font-size:.78rem;
  font-weight:600;
  color:var(--text-light);
  background:rgba(242,244,247,.1);
  border:1px solid rgba(242,244,247,.2);
  padding:6px 14px;
  clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px));
}
.page-home .home-ranking__items{
  list-style:none;
  margin:0 0 28px;
  padding:0;
}
.page-home .home-ranking__item{
  display:grid;
  grid-template-columns:32px 1fr auto;
  grid-template-rows:auto auto;
  gap:4px 14px;
  align-items:center;
  padding:16px 0;
  border-bottom:1px solid rgba(175,193,214,.18);
}
.page-home .home-ranking__index{
  font-family:var(--font-head);
  font-size:1.2rem;
  color:var(--accent-orange);
}
.page-home .home-ranking__name{
  font-weight:600;
  font-size:.95rem;
  color:var(--text-light);
}
.page-home .home-ranking__heat{
  font-family:var(--font-data);
  font-size:.78rem;
  color:var(--text-muted);
}
.page-home .home-ranking__bar{
  grid-column:2 / -1;
  position:relative;
  height:4px;
  background:rgba(175,193,214,.18);
  overflow:hidden;
}
.page-home .home-ranking__bar::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:var(--bar-width);
  background:linear-gradient(90deg,var(--accent-orange),var(--accent-lime));
}
.page-home .home-ranking__visual{
  position:relative;
  grid-column:1 / -1;
}
.page-home .home-ranking__img{
  width:100%;
  height:auto;
  max-width:100%;
  display:block;
  aspect-ratio:4/3;
  object-fit:cover;
  clip-path:polygon(24px 0,100% 0,100% calc(100% - 24px),calc(100% - 24px) 100%,0 100%,0 24px);
}
.page-home .home-ranking__note{
  margin-top:20px;
  color:var(--text-muted);
  font-size:.88rem;
  line-height:1.65;
}
.page-home .home-ranking__note p{
  margin:0;
}

.page-home .home-mobile{
  padding:var(--home-section-space) 0;
}
.page-home .home-mobile__grid{
  align-items:center;
}
.page-home .home-mobile__visual{
  grid-column:1 / -1;
  display:flex;
  justify-content:center;
}
.page-home .home-mobile__device{
  position:relative;
  width:min(300px,70%);
}
.page-home .home-mobile__device-img{
  width:100%;
  height:auto;
  max-width:100%;
  display:block;
  aspect-ratio:1/2;
  object-fit:cover;
  border-radius:28px;
  border:2px solid rgba(15,26,47,.18);
  box-shadow:0 24px 48px rgba(15,26,47,.18);
}
.page-home .home-mobile__swipe{
  position:absolute;
  right:-24px;
  top:38%;
  background:rgba(15,26,47,.92);
  border-radius:12px;
  padding:10px;
  width:120px;
  box-shadow:0 12px 28px rgba(15,26,47,.3);
}
.page-home .home-mobile__swipe-icon{
  width:100%;
  height:auto;
  display:block;
}
.page-home .home-mobile__copy{
  grid-column:1 / -1;
}
.page-home .home-mobile__copy .lede{
  color:#33415C;
  margin-bottom:32px;
}
.page-home .home-mobile__features{
  list-style:none;
  margin:0 0 32px;
  padding:0;
  display:grid;
  gap:16px;
}
.page-home .home-mobile__feature{
  display:flex;
  gap:16px;
  align-items:flex-start;
  background:var(--bg-light);
  padding:20px;
  border-left:4px solid var(--accent-orange);
}
.page-home .home-mobile__feature:nth-child(2n){
  border-left-color:var(--accent-lime);
}
.page-home .home-mobile__feature-icon{
  flex:0 0 38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.2rem;
  font-weight:700;
  background:var(--bg-deep);
  color:var(--accent-orange);
  clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));
}
.page-home .home-mobile__feature:nth-child(2n) .home-mobile__feature-icon{
  color:var(--accent-lime);
}
.page-home .home-mobile__feature h3{
  font-size:.95rem;
  font-weight:700;
  margin:0 0 4px;
  color:var(--text-deep);
}
.page-home .home-mobile__feature p{
  font-size:.85rem;
  line-height:1.6;
  margin:0;
  color:#4A5870;
}

.page-home .home-stats{
  padding:var(--home-section-space) 0;
}
.page-home .home-stats__head{
  margin-bottom:44px;
}
.page-home .home-stats__grid{
  align-items:start;
}
.page-home .home-stats__numbers{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
}
.page-home .home-stats__item{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:22px 24px;
  background:var(--home-soft-white);
  clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
}
.page-home .home-stats__num{
  font-family:var(--font-head);
  font-size:clamp(2rem,4vw,2.8rem);
  line-height:1;
  color:var(--accent-orange);
  letter-spacing:-.01em;
}
.page-home .home-stats__num:nth-child(2){
  color:var(--accent-lime);
}
.page-home .home-stats__label{
  font-size:.85rem;
  color:var(--text-muted);
}
.page-home .home-stats__timeline{
  padding:28px;
  background:var(--home-deep-panel);
  clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,18px 100%,0 calc(100% - 18px));
}
.page-home .home-stats__timeline-head{
  margin-bottom:20px;
}
.page-home .home-stats__versions{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:20px;
}
.page-home .home-stats__version{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:start;
  padding-bottom:18px;
  border-bottom:1px solid rgba(175,193,214,.18);
}
.page-home .home-stats__version:last-child{
  border-bottom:none;
  padding-bottom:0;
}
.page-home .home-stats__ver{
  font-family:var(--font-head);
  font-size:1.1rem;
  color:var(--bg-light);
  background:var(--accent-orange);
  text-align:center;
  padding:8px 4px;
  clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px));
}
.page-home .home-stats__version:nth-child(2) .home-stats__ver{
  background:var(--accent-yellow);
  color:#0A1220;
}
.page-home .home-stats__version:nth-child(3) .home-stats__ver{
  background:var(--accent-teal);
  color:#0A1220;
}
.page-home .home-stats__version:nth-child(4) .home-stats__ver{
  background:var(--accent-lime);
  color:#0A1220;
}
.page-home .home-stats__version p{
  font-size:.88rem;
  line-height:1.6;
  margin:0;
  color:var(--text-muted);
}

.page-home .home-explore{
  padding:var(--home-section-space) 0;
}
.page-home .home-explore__head{
  margin-bottom:44px;
}
.page-home .home-explore__links{
  gap:24px;
}
.page-home .home-explore__link{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:32px 28px;
  text-decoration:none;
  color:var(--text-light);
  transition:background-color var(--dur) var(--ease),transform var(--dur) var(--ease);
}
.page-home .home-explore__link::before{
  content:"";
  display:block;
  width:56px;
  height:4px;
  background:linear-gradient(90deg,var(--accent-orange),var(--accent-lime));
  margin-bottom:8px;
}
.page-home .home-explore__link:hover{
  background:var(--home-deep-panel);
  transform:translateY(-3px);
}
.page-home .home-explore__link-index{
  font-family:var(--font-head);
  font-size:1.1rem;
  color:var(--accent-orange);
}
.page-home .home-explore__link-title{
  font-size:1.15rem;
  font-weight:700;
}
.page-home .home-explore__link-desc{
  font-size:.85rem;
  line-height:1.65;
  color:var(--text-muted);
}

@media (min-width:640px){
  .page-home .container{
    width:calc(100% - 64px);
  }
  .page-home .home-hero__points{
    grid-template-columns:repeat(3,1fr);
    gap:24px;
  }
  .page-home .home-hero__points li{
    flex-direction:column;
    align-items:flex-start;
    border-bottom:none;
    border-left:1px solid rgba(175,193,214,.26);
    padding-left:18px;
  }
  .page-home .home-stats__numbers{
    grid-template-columns:repeat(2,1fr);
  }
  .page-home .home-explore__links{
    grid-template-columns:repeat(2,1fr);
  }
  .page-home .home-mobile__features{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (min-width:960px){
  .page-home .container{
    width:min(1200px,calc(100% - 80px));
  }
  .page-home .grid--2{
    grid-template-columns:repeat(2,1fr);
    gap:56px;
  }
  .page-home .grid--7-5{
    grid-template-columns:7fr 5fr;
    gap:64px;
  }
  .page-home .grid--6-5{
    grid-template-columns:6fr 5fr;
    gap:72px;
  }
  .page-home .home-hero::before{
    background:
      linear-gradient(115deg,transparent 62%,var(--home-hero-visual-bg) 62%,var(--home-hero-visual-bg) 100%);
  }
  .page-home .home-hero__grid{
    grid-template-columns:repeat(12,1fr);
    gap:0;
    padding:96px 0 120px;
  }
  .page-home .home-hero__copy{
    grid-column:1 / 8;
    padding-right:72px;
  }
  .page-home .home-hero__visual{
    grid-column:8 / 13;
    display:flex;
    align-items:stretch;
  }
  .page-home .home-hero__visual-frame{
    width:100%;
    clip-path:polygon(28px 0,100% 0,100% calc(100% - 40px),calc(100% - 40px) 100%,0 100%,0 28px);
  }
  .page-home .home-hero__img{
    aspect-ratio:auto;
    height:100%;
    object-fit:cover;
  }
  .page-home .home-news{
    padding:var(--home-section-space) 0;
  }
  .page-home .home-news__head{
    flex-direction:row;
    align-items:flex-end;
    justify-content:space-between;
    gap:48px;
    margin-bottom:56px;
  }
  .page-home .home-news__desc{
    flex:1;
    max-width:42ch;
  }
  .page-home .home-news__grid{
    align-items:center;
  }
  .page-home .home-news__visual{
    grid-column:auto;
  }
  .page-home .home-news__list{
    grid-column:auto;
  }
  .page-home .home-ranking__head{
    flex-direction:row;
    align-items:flex-end;
    justify-content:space-between;
    gap:48px;
  }
  .page-home .home-ranking__grid{
    align-items:center;
  }
  .page-home .home-ranking__list{
    grid-column:auto;
  }
  .page-home .home-ranking__visual{
    grid-column:auto;
  }
  .page-home .home-mobile__visual{
    grid-column:auto;
    order:2;
  }
  .page-home .home-mobile__copy{
    grid-column:auto;
    order:1;
  }
  .page-home .home-stats__numbers{
    grid-template-columns:repeat(2,1fr);
  }
}

.page-home {
  --bar-width: 1rem;
}
