:root{
  --accent:#177dff;
  --accent2:#00c6a9;
  --dark:#09213b;
  --bg:#eef7ff;
  --text:#172033;
  --muted:#667085;
  --card:#fff;
  --line:#e2e8f0;
  --shadow:0 18px 50px rgba(15,23,42,.10)}
*{
  box-sizing:border-box}
body{
  margin:0;
  font-family:"Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  letter-spacing:0}
a{
  color:inherit;
  text-decoration:none}
img{
  display:block;
  max-width:100%}
.wrap{
  width:min(1200px,calc(100% - 32px));
  margin:0 auto}
.site-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(9,18,36,.92);
  backdrop-filter:blur(16px);
  box-shadow:0 12px 35px rgba(0,0,0,.18)}
.nav-wrap{
  min-height:76px;
  display:flex;
  gap:24px;
  align-items:center}
.brand{
  min-width:162px;
  color:#fff;
  display:flex;
  flex-direction:column}
.brand span{
  font-size:27px;
  font-weight:900}
.brand small{
  color:rgba(255,255,255,.65)}
.main-nav{
  display:flex;
  gap:4px;
  justify-content:center;
  flex:1}
.main-nav a{
  padding:10px 13px;
  border-radius:8px;
  color:rgba(255,255,255,.72);
  font-weight:800}
.main-nav a.active,.main-nav a:hover{
  background:rgba(255,255,255,.12);
  color:#fff}
.top-search{
  display:flex;
  gap:8px}
.top-search input,.large-search input{
  height:42px;
  border:0;
  border-radius:8px;
  padding:0 14px}
button,.primary,.secondary,.match-card a,.channel-grid a,.line-buttons a{
  border:0;
  border-radius:8px;
  background:var(--accent);
  color:#fff;
  padding:11px 16px;
  font-weight:900;
  cursor:pointer}
.premium-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,var(--dark),#07111f);
  color:#fff;
  padding:64px 0 56px}
.hero-bg{
  position:absolute;
  inset:0;
  background:url('images/hero.jpg') center/cover;
  opacity:.23;
  filter:blur(2px) saturate(1.1)}
.premium-hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:160px;
  background:linear-gradient(transparent,var(--bg))}
.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 48%;
  gap:44px;
  align-items:center}
.eyebrow{
  display:inline-flex;
  color:var(--accent2);
  font-weight:900;
  margin-bottom:12px}
h1{
  font-size:clamp(38px,5.4vw,68px);
  line-height:1.04;
  margin:0 0 18px}
h2{
  font-size:28px;
  margin:0 0 16px}
h3{
  margin:0 0 8px}
p{
  line-height:1.75;
  color:var(--muted)}
.hero-copy p{
  font-size:20px;
  color:rgba(255,255,255,.84);
  max-width:720px}
.hero-actions,.line-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px}
.secondary{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.45)}
.hero-stats{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:26px}
.hero-stats span{
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  padding:8px 12px;
  color:rgba(255,255,255,.85)}
.hero-visual{
  position:relative}
.hero-visual img{
  border-radius:18px;
  box-shadow:0 28px 80px rgba(0,0,0,.42);
  aspect-ratio:16/10;
  object-fit:cover}
.floating-panel{
  position:absolute;
  left:24px;
  bottom:24px;
  background:rgba(3,7,18,.78);
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
  backdrop-filter:blur(10px);
  border-radius:14px;
  padding:14px 18px}
.floating-panel strong,.floating-panel span{
  display:block}
.section{
  padding:38px 0}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px}
.section-head a{
  color:var(--accent);
  font-weight:900}
.channel-strip{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px}
.channel-strip a{
  position:relative;
  overflow:hidden;
  border-radius:12px;
  min-height:145px;
  box-shadow:var(--shadow);
  background:#111}
.channel-strip img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
  filter:saturate(1.05)}
.channel-strip span{
  position:absolute;
  left:12px;
  bottom:12px;
  color:#fff;
  font-weight:900;
  background:rgba(0,0,0,.48);
  padding:7px 10px;
  border-radius:8px}
.match-grid.rich{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px}
.match-card{
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:var(--shadow)}
.match-card img{
  width:100%;
  height:170px;
  object-fit:cover}
.match-body{
  padding:16px}
.live-dot{
  display:inline-flex;
  background:var(--accent2);
  color:#111;
  font-size:12px;
  border-radius:999px;
  padding:4px 9px;
  font-weight:900}
.match-card h3{
  font-size:20px;
  min-height:52px;
  margin-top:10px}
.match-card h3 em{
  font-style:normal;
  color:var(--accent)}
.match-actions{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:14px}
.match-actions small{
  color:var(--muted)}
.editor-band{
  background:#fff;
  padding:44px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)}
.editor-grid{
  display:grid;
  grid-template-columns:1fr 42%;
  gap:34px;
  align-items:center}
.editor-grid>img{
  border-radius:16px;
  aspect-ratio:16/10;
  object-fit:cover;
  box-shadow:var(--shadow)}
.news-stack{
  display:grid;
  gap:12px;
  margin-top:18px}
.news-stack article,.related-inline article,.result-card.premium{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:14px;
  background:#f8fafc;
  border:1px solid var(--line);
  border-radius:12px;
  padding:10px}
.news-stack img,.related-inline img,.result-card.premium img{
  height:84px;
  width:120px;
  object-fit:cover;
  border-radius:8px}
.breadcrumb{
  display:flex;
  gap:9px;
  align-items:center;
  padding:18px 0;
  color:var(--muted)}
.breadcrumb a{
  color:var(--accent);
  font-weight:900}
.breadcrumb em{
  margin-left:auto;
  font-style:normal}
.page-shell,.detail-premium{
  padding-bottom:42px}
.page-title,.detail-main,.side-panel,.search-page{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:24px;
  box-shadow:var(--shadow)}
.channel-grid.premium{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:22px 0}
.channel-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  box-shadow:var(--shadow)}
.channel-grid img{
  height:160px;
  width:100%;
  object-fit:cover}
.channel-grid h3,.channel-grid p,.channel-grid a{
  margin-left:16px;
  margin-right:16px}
.channel-grid a{
  display:inline-block;
  margin-bottom:16px}
.schedule-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:22px;
  box-shadow:var(--shadow)}
.schedule{
  width:100%;
  border-collapse:collapse}
.schedule td{
  border-bottom:1px solid var(--line);
  padding:14px;
  text-align:left}
.schedule img{
  width:70px;
  height:50px;
  object-fit:cover;
  border-radius:8px;
  float:left;
  margin-right:12px}
.schedule a{
  color:var(--accent);
  font-weight:900}
.detail-premium{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:24px}
.detail-cover{
  width:100%;
  border-radius:16px;
  aspect-ratio:16/9;
  object-fit:cover}
.meta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  color:var(--muted);
  margin:8px 0 18px}
.player-box.premium{
  margin:20px 0;
  padding:24px;
  border-radius:16px;
  background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 12%,#fff),#fff);
  border:1px solid var(--line)}
.player-box div{
  display:flex;
  gap:22px;
  align-items:center;
  justify-content:center;
  font-size:30px;
  font-weight:900}
.player-box span{
  color:var(--accent)}
.side-panel.premium{
  align-self:start}
.side-panel img{
  border-radius:12px;
  aspect-ratio:16/10;
  object-fit:cover;
  margin-bottom:16px}
.side-panel a{
  display:block;
  padding:11px 0;
  border-bottom:1px solid var(--line);
  font-weight:800}
.related-inline{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:20px}
.related-inline article{
  grid-template-columns:1fr}
.related-inline img{
  width:100%;
  height:110px}
.rank-list.premium{
  list-style:none;
  padding:0;
  display:grid;
  gap:12px}
.rank-list.premium li{
  display:grid;
  grid-template-columns:88px 42px 1fr auto;
  align-items:center;
  gap:14px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px;
  box-shadow:var(--shadow)}
.rank-list img{
  width:88px;
  height:60px;
  object-fit:cover;
  border-radius:9px}
.rank-list span{
  background:var(--accent);
  color:#fff;
  border-radius:50%;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  font-weight:900}
.rank-list em{
  font-style:normal;
  color:var(--muted)}
.large-search{
  display:flex;
  gap:10px;
  background:color-mix(in srgb,var(--accent) 8%,#fff);
  padding:16px;
  border-radius:12px;
  margin:18px 0}
.large-search input{
  flex:1;
  border:1px solid var(--line)}
.result-list.premium{
  display:grid;
  gap:14px}
.site-footer{
  margin-top:52px;
  background:radial-gradient(circle at 10% 0,var(--footer-glow,rgba(255,255,255,.08)),transparent 28%),linear-gradient(135deg,var(--footer-bg,#101a33),var(--footer-bg2,#202889));
  color:rgba(255,255,255,.82);
  padding:0;
  border-top:0;
  text-align:left;
  overflow:hidden}
.footer-full{
  display:grid;
  grid-template-columns:1.55fr .95fr .95fr 1.2fr;
  gap:42px;
  padding:48px 0 52px}
.footer-brand-title{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:18px;
  color:#fff;
  font-size:28px;
  font-weight:900;
  line-height:1.2}
.footer-mark{
  min-width:42px;
  height:42px;
  padding:0 10px;
  border-radius:10px;
  display:inline-grid;
  place-items:center;
  background:var(--footer-accent,#ffc400);
  color:var(--footer-mark-color,#101a33);
  font-size:17px;
  font-weight:900;
  box-shadow:0 12px 28px rgba(0,0,0,.22)}
.footer-kicker{
  margin:0;
  max-width:520px;
  color:rgba(255,255,255,.76);
  font-size:17px;
  line-height:1.85}
.footer-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px}
.footer-badges span{
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.09);
  border-radius:999px;
  padding:7px 11px;
  color:#fff;
  font-size:14px;
  font-weight:800}
.footer-col h3{
  margin:0 0 18px;
  color:#fff;
  font-size:22px;
  line-height:1.2}
.footer-col a,.footer-contact span{
  display:block;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.65;
  margin:0 0 8px;
  border:0;
  padding:0}
.footer-col a:hover{
  color:#fff}
.footer-links a{
  position:relative;
  padding-left:13px}
.footer-links a:before{
  content:"";
  position:absolute;
  left:0;
  top:.78em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--footer-accent,#ffc400)}
.footer-contact span{
  display:flex;
  align-items:center;
  gap:10px}
.footer-contact i{
  font-style:normal;
  min-width:24px;
  height:24px;
  border-radius:7px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:13px;
  font-weight:900}
.footer-note{
  margin:14px 0 0;
  color:rgba(255,255,255,.68);
  font-size:15px;
  line-height:1.7}
.footer-mini{
  display:grid;
  gap:10px;
  margin-top:4px}
.footer-mini span{
  display:block;
  border-left:3px solid var(--footer-accent,#ffc400);
  background:rgba(255,255,255,.08);
  border-radius:8px;
  padding:9px 11px;
  color:rgba(255,255,255,.88);
  font-size:15px;
  font-weight:800}
.footer-divider{
  height:1px;
  background:rgba(255,255,255,.15)}
.footer-record{
  text-align:center;
  padding:26px 0 30px}
.footer-record p{
  margin:0 0 12px;
  color:rgba(255,255,255,.78);
  font-size:16px;
  font-weight:700}
.footer-record p:last-child{
  margin-bottom:0;
  font-size:14px;
  font-weight:600;
  color:rgba(255,255,255,.64)}
@media(max-width:980px){
  .hero-grid,.editor-grid,.detail-premium{
    grid-template-columns:1fr}
  .channel-strip{
    grid-template-columns:repeat(3,1fr)}
  .match-grid.rich,.channel-grid.premium,.related-inline{
    grid-template-columns:1fr 1fr}
  .footer-full{
    grid-template-columns:1fr 1fr;
    gap:34px}
  .nav-wrap{
    flex-wrap:wrap;
    padding:14px 0}
  .main-nav{
    order:3;
    width:100%;
    overflow:auto;
    justify-content:flex-start}
  .top-search{
    display:none}}
@media(max-width:560px){
  .wrap{
    width:min(100% - 22px,1200px)}
  .premium-hero{
    padding:38px 0}
  .channel-strip,.match-grid.rich,.channel-grid.premium,.related-inline{
    grid-template-columns:1fr}
  .hero-actions,.large-search,.player-box div{
    flex-direction:column}
  .rank-list.premium li{
    grid-template-columns:72px 34px 1fr}
  .rank-list em{
    display:none}
  .footer-full{
    grid-template-columns:1fr;
    gap:26px;
    padding:34px 0}
  .footer-brand-title{
    font-size:24px;
    margin-bottom:14px}
  .footer-about p,.footer-col a,.footer-contact span,.footer-record p{
    font-size:15px}
  .footer-col h3{
    font-size:20px;
    margin-bottom:12px}
  .footer-record{
    text-align:left;
    padding:22px 0 26px}}
/* mobile-polish:start */
@media(max-width:760px){
  html,body{
    overflow-x:hidden}
  body{
    background:#eef3f8;
    -webkit-text-size-adjust:100%}
  .wrap{
    width:min(100% - 24px,1200px)}
  .site-header{
    position:sticky;
    top:0;
    background:rgba(7,15,31,.96);
    border-bottom:1px solid rgba(255,255,255,.08)}
  .nav-wrap{
    min-height:auto;
    padding:10px 0 12px;
    gap:10px;
    align-items:flex-start}
  .brand{
    min-width:0;
    width:100%;
    display:grid;
    grid-template-columns:auto 1fr;
    column-gap:8px;
    align-items:end}
  .brand span{
    font-size:23px;
    line-height:1}
  .brand small{
    font-size:11px;
    line-height:1.2;
    padding-bottom:2px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis}
  .main-nav{
    order:3;
    width:100%;
    justify-content:flex-start;
    gap:8px;
    overflow-x:auto;
    padding:2px 1px 4px;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch}
  .main-nav::-webkit-scrollbar{
    display:none}
  .main-nav a{
    flex:0 0 auto;
    scroll-snap-align:start;
    padding:9px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    font-size:14px;
    white-space:nowrap}
  .main-nav a.active{
    background:#fff;
    color:var(--dark)}
  .top-search{
    display:none!important}
  .premium-hero{
    padding:26px 0 28px;
    border-bottom:1px solid rgba(255,255,255,.06)}
  .premium-hero:after{
    height:70px}
  .hero-grid{
    grid-template-columns:1fr;
    gap:18px}
  .eyebrow{
    font-size:12px;
    margin-bottom:10px}
  h1{
    font-size:clamp(28px,8.6vw,38px);
    line-height:1.12;
    margin-bottom:12px;
    word-break:break-word}
  h2{
    font-size:22px}
  .hero-copy p{
    font-size:15.5px;
    line-height:1.7;
    margin:0}
  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:18px}
  .hero-actions a,.primary,.secondary{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    text-align:center;
    padding:10px 12px;
    border-radius:10px;
    font-size:14px}
  .hero-stats{
    margin-top:16px;
    gap:8px}
  .hero-stats span{
    font-size:12px;
    padding:7px 9px}
  .hero-visual img{
    border-radius:14px;
    aspect-ratio:16/11}
  .floating-panel{
    left:10px;
    right:10px;
    bottom:10px;
    border-radius:10px;
    padding:10px 12px}
  .floating-panel strong{
    font-size:13px}
  .floating-panel span{
    font-size:12px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis}
  .section{
    padding:26px 0}
  .section-head{
    margin-bottom:14px;
    gap:10px}
  .section-head h2{
    font-size:22px}
  .section-head a{
    font-size:14px;
    white-space:nowrap}
  .channel-strip{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px}
  .channel-strip a{
    min-height:118px;
    border-radius:10px}
  .channel-strip span{
    left:9px;
    bottom:9px;
    font-size:13px;
    padding:6px 8px;
    max-width:calc(100% - 18px);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis}
  .match-grid.rich{
    grid-template-columns:1fr!important;
    gap:12px}
  .match-card{
    display:grid;
    grid-template-columns:118px minmax(0,1fr);
    border-radius:12px;
    min-height:132px}
  .match-card img{
    height:100%;
    min-height:132px}
  .match-body{
    padding:12px;
    display:flex;
    flex-direction:column}
  .live-dot{
    font-size:11px;
    padding:3px 8px;
    align-self:flex-start}
  .match-card h3{
    font-size:17px;
    line-height:1.32;
    min-height:0;
    margin:8px 0 6px;
    word-break:break-word}
  .match-card p{
    font-size:13px;
    line-height:1.45;
    margin:0}
  .match-actions{
    margin-top:auto;
    gap:8px}
  .match-actions a{
    padding:8px 10px;
    border-radius:9px;
    font-size:13px;
    white-space:nowrap}
  .match-actions small{
    font-size:12px}
  .editor-band{
    padding:28px 0}
  .editor-grid{
    grid-template-columns:1fr!important;
    gap:18px}
  .editor-grid>img{
    border-radius:12px}
  .news-stack{
    gap:10px}
  .news-stack article,.result-card.premium{
    grid-template-columns:88px minmax(0,1fr);
    gap:10px;
    padding:9px;
    border-radius:10px}
  .news-stack img,.result-card.premium img{
    width:88px;
    height:70px;
    border-radius:8px}
  .news-stack strong,.result-card h3{
    font-size:15px;
    line-height:1.35}
  .news-stack p,.result-card p{
    font-size:13px;
    line-height:1.45;
    margin:.25em 0 0}
  .breadcrumb{
    padding:10px 0;
    font-size:13px;
    overflow-x:auto;
    white-space:nowrap}
  .breadcrumb em{
    display:none}
  .page-shell,.detail-premium{
    padding-bottom:28px}
  .page-title,.detail-main,.side-panel,.search-page,.schedule-card{
    border-radius:12px;
    padding:16px;
    box-shadow:0 10px 24px rgba(15,23,42,.07)}
  .page-title h1,.search-page h1,.detail-main h1{
    font-size:24px;
    line-height:1.2}
  .page-title p{
    font-size:14px;
    margin-bottom:0}
  .channel-grid.premium{
    grid-template-columns:1fr!important;
    gap:12px;
    margin:16px 0}
  .channel-grid article{
    display:grid;
    grid-template-columns:112px minmax(0,1fr);
    grid-template-areas:"img title" "img text" "img btn";
    gap:4px 12px;
    border-radius:12px}
  .channel-grid img{
    grid-area:img;
    width:112px;
    height:100%;
    min-height:136px}
  .channel-grid h3{
    grid-area:title;
    margin:12px 12px 0 0;
    font-size:17px}
  .channel-grid p{
    grid-area:text;
    margin:0 12px 0 0;
    font-size:13px;
    line-height:1.45}
  .channel-grid a{
    grid-area:btn;
    margin:4px 12px 12px 0;
    justify-self:start;
    padding:8px 10px;
    font-size:13px}
  .schedule-card{
    overflow:hidden}
  .schedule{
    display:block}
  .schedule tbody{
    display:grid;
    gap:10px}
  .schedule tr{
    display:grid;
    grid-template-columns:1fr auto;
    gap:6px;
    background:#f8fafc;
    border:1px solid var(--line);
    border-radius:12px;
    padding:10px}
  .schedule td{
    display:block;
    border:0;
    padding:0;
    font-size:13px}
  .schedule td:first-child{
    grid-column:1/3;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px}
  .schedule img{
    float:none;
    width:64px;
    height:46px;
    margin:0}
  .schedule td:last-child{
    align-self:end}
  .schedule td a{
    display:inline-flex;
    background:var(--accent);
    color:#fff;
    border-radius:8px;
    padding:7px 10px}
  .schedule td span{
    display:inline-flex;
    background:#fff;
    border:1px solid var(--line);
    border-radius:999px;
    padding:4px 8px;
    color:var(--muted)}
  .detail-premium{
    grid-template-columns:1fr!important;
    gap:16px}
  .detail-cover{
    border-radius:12px}
  .meta{
    gap:7px;
    margin:8px 0 12px}
  .meta span{
    font-size:12px;
    background:#f8fafc;
    border:1px solid var(--line);
    border-radius:999px;
    padding:5px 8px}
  .player-box.premium{
    padding:16px;
    border-radius:12px}
  .player-box div{
    font-size:20px;
    gap:10px;
    flex-wrap:wrap}
  .line-buttons{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px}
  .line-buttons a{
    text-align:center;
    padding:10px;
    font-size:13px}
  .side-panel.premium img{
    margin-bottom:10px}
  .related-inline{
    grid-template-columns:1fr!important;
    gap:10px}
  .related-inline article{
    grid-template-columns:88px minmax(0,1fr)}
  .related-inline img{
    width:88px;
    height:70px}
  .rank-list.premium{
    gap:10px}
  .rank-list.premium li{
    grid-template-columns:72px 32px minmax(0,1fr);
    gap:10px;
    border-radius:12px;
    padding:10px}
  .rank-list img{
    width:72px;
    height:54px}
  .rank-list span{
    width:30px;
    height:30px;
    font-size:13px}
  .rank-list a{
    font-size:15px;
    line-height:1.35}
  .rank-list em{
    display:none}
  .large-search{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    padding:12px;
    border-radius:12px}
  .large-search input{
    width:100%;
    border:1px solid var(--line)}
  .large-search button{
    width:100%;
    min-height:42px}
  .site-footer{
    margin-top:34px}
  .footer-full{
    grid-template-columns:1fr!important;
    gap:22px;
    padding:32px 0 28px}
  .footer-brand-title{
    font-size:23px;
    margin-bottom:12px;
    align-items:center}
  .footer-mark{
    min-width:38px;
    height:38px;
    border-radius:9px;
    font-size:15px}
  .footer-kicker{
    font-size:14.5px;
    line-height:1.7}
  .footer-badges{
    gap:8px;
    margin-top:14px}
  .footer-badges span{
    font-size:12px;
    padding:6px 9px}
  .footer-col{
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.13)}
  .footer-col h3{
    font-size:18px;
    margin-bottom:10px}
  .footer-col a,.footer-contact span{
    font-size:14.5px;
    line-height:1.6;
    margin-bottom:6px}
  .footer-links{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:14px}
  .footer-links h3{
    grid-column:1/3}
  .footer-note{
    font-size:13px;
    margin-top:10px}
  .footer-record{
    text-align:left;
    padding:20px 0 24px}
  .footer-record p{
    font-size:13px;
    line-height:1.55;
    margin-bottom:8px}}
@media(max-width:380px){
  .wrap{
    width:min(100% - 18px,1200px)}
  .hero-actions,.line-buttons{
    grid-template-columns:1fr}
  .match-card{
    grid-template-columns:104px minmax(0,1fr)}
  .match-card img{
    min-height:126px}
  .match-card h3{
    font-size:15.5px}
  .channel-grid article{
    grid-template-columns:96px minmax(0,1fr)}
  .channel-grid img{
    width:96px;
    min-height:130px}
  .footer-links{
    grid-template-columns:1fr}
  .footer-links h3{
    grid-column:auto}}
/* mobile-polish:end */
/* mobile-overflow-fix */
@media(max-width:760px){
  .hero-grid>*,.editor-grid>*,.detail-premium>*,.match-card>*,.channel-grid article>*{
    min-width:0}
  .hero-copy h1,.page-title h1,.detail-main h1,.search-page h1{
    max-width:100%;
    overflow-wrap:anywhere;
    word-break:break-word}
  .match-actions small{
    display:none}
  .match-actions{
    justify-content:flex-start}}
/* mobile-title-hard-fix */
@media(max-width:760px){
  .hero-copy{
    width:100%;
    max-width:100%;
    overflow:hidden}
  .hero-copy h1{
    font-size:30px!important;
    line-height:1.18!important;
    white-space:normal!important;
    word-break:break-all!important;
    overflow-wrap:anywhere!important}}
/* mobile-category-fix */
@media(max-width:760px){
  .channel-grid article{
    overflow:hidden}
  .channel-grid h3,.channel-grid p,.result-card h3,.result-card p{
    min-width:0;
    max-width:100%;
    overflow-wrap:anywhere;
    word-break:break-word}
  .channel-grid p{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden}
  .schedule,.schedule tbody,.schedule tr,.schedule td{
    width:100%;
    min-width:0}
  .schedule tr{
    grid-template-columns:minmax(0,1fr) auto;
    overflow:hidden}
  .schedule td:first-child{
    width:100%;
    overflow:hidden}
  .schedule td:first-child strong{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap}
  .schedule td:nth-child(2){
    grid-column:1/2;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap}
  .schedule td:nth-child(3){
    grid-column:2/3;
    grid-row:2/3;
    justify-self:end;
    width:auto;
    white-space:nowrap;
    color:var(--text);
    font-weight:800}
  .schedule td:nth-child(4){
    grid-column:1/2}
  .schedule td:nth-child(5){
    grid-column:2/3;
    grid-row:3/4;
    justify-self:end;
    width:auto}
  .schedule td:last-child a{
    white-space:nowrap}}
/* mobile-stable-card-fix */
@media(max-width:760px){
  .channel-grid article{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important}
  .channel-grid img{
    display:block!important;
    width:100%!important;
    height:145px!important;
    min-height:0!important;
    object-fit:cover}
  .channel-grid h3{
    margin:13px 14px 6px!important;
    max-width:calc(100% - 28px)!important;
    word-break:break-all!important}
  .channel-grid p{
    margin:0 14px 10px!important;
    max-width:calc(100% - 28px)!important;
    word-break:break-all!important;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden}
  .channel-grid a{
    margin:0 14px 14px!important}
  .schedule tr{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important}
  .schedule td{
    display:inline-flex!important;
    width:auto!important;
    max-width:100%!important;
    vertical-align:middle;
    margin:8px 8px 0 0;
    align-items:center}
  .schedule td:first-child{
    display:flex!important;
    margin:0 0 4px 0;
    width:100%!important}
  .schedule td:first-child strong{
    white-space:normal!important;
    word-break:break-all!important}
  .schedule td:nth-child(2){
    max-width:42%!important;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap}
  .schedule td:nth-child(3){
    font-weight:900;
    color:var(--text)}
  .schedule td:nth-child(5){
    float:right;
    margin-right:0}
  .schedule tr:after{
    content:"";
    display:block;
    clear:both}}
/* site-structure-variant: octopus */
@media (min-width: 761px) {
  .premium-hero {
    background:
      radial-gradient(circle at 76% 12%, rgba(255, 154, 82, .34), transparent 30%),
      radial-gradient(circle at 8% 82%, rgba(23, 125, 255, .22), transparent 34%),
      linear-gradient(135deg, #171126 0%, #261036 45%, #8c2f6f 100%);
    padding: 58px 0 48px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    gap: 36px;
  }

  .hero-copy {
    max-width: 710px;
  }

  .premium-hero h1 {
    font-size: clamp(38px, 3.8vw, 52px);
  }

  .hero-visual img {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
  }

  .floating-panel {
    border-radius: 14px;
  }

  .channel-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 156px;
    gap: 14px;
  }

  .channel-strip a {
    min-height: auto;
    border-radius: 14px;
  }

  .channel-strip a:nth-child(1) {
    grid-row: auto;
  }

  .channel-strip a:nth-child(3) {
    grid-column: auto;
  }

  .channel-strip a:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
  }

  .match-grid.rich {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .match-card {
    border-radius: 16px;
    transform: none;
  }

  .match-card:nth-child(2),
  .match-card:nth-child(5) {
    transform: none;
  }

  .match-card img {
    height: 188px;
  }

  .editor-band {
    background: linear-gradient(180deg, #fff, #fff7fc);
  }

  .editor-grid {
    grid-template-columns: minmax(0, 1fr) 42%;
  }

  .news-stack {
    grid-template-columns: 1fr;
  }

  .news-stack article {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .news-stack img {
    width: 120px;
    height: 84px;
  }
}
/* desktop-hero-title-balance */
@media (min-width: 761px) {
  .hero-copy h1 {
    font-size: clamp(38px, 3.35vw, 52px);
    max-width: 100%;
  }
}
/* brand-mobile-nav-upgrade */
:root {
  --brand-mark: "章";
  --brand-mark-size: 22px;
  --brand-grad: linear-gradient(135deg, #177dff, #ff7a45);
  --brand-ring: rgba(255, 122, 69, .34);
  --mobile-nav-bg: rgba(23, 17, 38, .94);
}
.brand {
  min-width: 220px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  flex-direction: initial;
}
.brand::before {
  content: var(--brand-mark);
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--brand-grad);
  color: #fff;
  font-size: var(--brand-mark-size);
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 28px var(--brand-ring);
}
.brand span,
.brand small {
  grid-column: 2;
  min-width: 0;
}
.brand span {
  line-height: 1.05;
}
@media (max-width: 760px) {
  body {
    padding-bottom: 88px;
  }
  .nav-wrap {
    flex-wrap: nowrap !important;
    align-items: center !important;
    padding: 8px 0 !important;
  }
  .brand {
    width: auto !important;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    column-gap: 8px;
  }
  .brand::before {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 20px;
  }
  .brand span {
    font-size: 21px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brand small {
    font-size: 11px !important;
    padding-bottom: 0 !important;
  }
  .main-nav {
    position: fixed !important;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 80;
    width: auto !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px !important;
    padding: 8px;
    overflow: visible !important;
    background: var(--mobile-nav-bg);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    box-shadow: 0 -12px 38px rgba(0, 0, 0, .24);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .main-nav a {
    min-width: 0;
    padding: 6px 2px !important;
    border-radius: 13px !important;
    background: transparent !important;
    color: rgba(255, 255, 255, .76) !important;
    font-size: 12px !important;
    line-height: 1.15;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .main-nav a::before {
    content: "首";
    width: 24px;
    height: 24px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .10);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
  }
  .main-nav a:nth-child(2)::before {
    content: "频";
  }
  .main-nav a:nth-child(3)::before {
    content: "播";
  }
  .main-nav a:nth-child(4)::before {
    content: "榜";
  }
  .main-nav a:nth-child(5)::before {
    content: "搜";
  }
  .main-nav a.active {
    background: rgba(255, 255, 255, .14) !important;
    color: #fff !important;
  }
  .main-nav a.active::before {
    background: var(--brand-grad);
  }
}

/* true-mobile-tabbar */
.mobile-tabbar {
  display: none;
}
@media (max-width: 760px) {
  body {
    padding-bottom: 92px;
  }
  .main-nav {
    display: none !important;
  }
  .mobile-tabbar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 120;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    padding: 8px;
    background: var(--mobile-nav-bg, rgba(9, 18, 36, .94));
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    box-shadow: 0 -12px 38px rgba(0, 0, 0, .24);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .mobile-tabbar a {
    min-width: 0;
    padding: 6px 2px;
    border-radius: 13px;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    line-height: 1.15;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .mobile-tabbar a::before {
    content: "\9996";
    width: 24px;
    height: 24px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .10);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
  }
  .mobile-tabbar a:nth-child(2)::before {
    content: "\680f";
  }
  .mobile-tabbar a:nth-child(3)::before {
    content: "\64ad";
  }
  .mobile-tabbar a:nth-child(4)::before {
    content: "\699c";
  }
  .mobile-tabbar a:nth-child(5)::before {
    content: "\641c";
  }
  .mobile-tabbar a.active {
    background: rgba(255, 255, 255, .14);
    color: #fff;
  }
  .mobile-tabbar a.active::before {
    background: var(--brand-grad, linear-gradient(135deg, #177dff, #00c6a9));
  }
}

/* module-rigour-all:start */
:root {
  --module-accent: #177dff;
  --module-accent2: #ff7a45;
  --module-band: #fff7fc;
  --module-card: #ffffff;
  --module-soft: #fffafd;
  --module-border: #eadbea;
  --module-heading: #19172b;
  --module-muted: #695f75;
  --module-shadow: rgba(140, 47, 111, .10);
  --module-pill-bg: #fff0e9;
  --module-pill-text: #d95725;
}

@media (min-width: 761px) {
  .match-grid.rich {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px;
    align-items: stretch;
  }

  .match-card {
    display: flex !important;
    flex-direction: column;
    min-width: 0;
    min-height: 420px;
    border-radius: 16px !important;
    border: 1px solid var(--module-border);
    background: var(--module-card);
    box-shadow: 0 14px 36px var(--module-shadow);
  }

  .match-card img {
    width: 100%;
    height: 188px !important;
    min-height: 0 !important;
    object-fit: cover;
  }

  .match-body {
    min-width: 0;
    flex: 1;
    display: grid !important;
    grid-template-rows: auto minmax(58px, auto) auto 1fr;
    gap: 10px;
    padding: 18px !important;
  }

  .live-dot {
    width: max-content;
    min-width: 52px;
    justify-content: center;
  }

  .match-card h3 {
    min-height: 0 !important;
    margin: 0 !important;
    color: var(--module-heading);
    font-size: 20px !important;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .match-card p {
    margin: 0;
    color: var(--module-muted);
    line-height: 1.5;
  }

  .match-actions {
    margin-top: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .match-actions a {
    white-space: nowrap;
  }

  .match-actions small {
    color: var(--module-muted);
    white-space: nowrap;
  }
}

@media (min-width: 761px) {
  .editor-band {
    background: linear-gradient(180deg, var(--module-band) 0%, var(--bg) 100%);
    padding: 66px 0;
    border-top: 1px solid var(--module-border);
    border-bottom: 1px solid var(--module-border);
  }

  .editor-grid {
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr) !important;
    gap: 42px;
    align-items: stretch;
  }

  .editor-grid>img {
    order: -1;
    width: 100%;
    height: 100%;
    min-height: 440px;
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 16px !important;
    border: 1px solid var(--module-border);
    box-shadow: 0 18px 46px var(--module-shadow);
  }

  .editor-grid>div {
    min-width: 0;
    background: var(--module-card);
    border: 1px solid var(--module-border);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 18px 46px var(--module-shadow);
    display: flex;
    flex-direction: column;
  }

  .editor-grid .eyebrow {
    align-self: flex-start;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--module-pill-bg);
    color: var(--module-pill-text);
    font-size: 14px;
    line-height: 1;
  }

  .editor-grid h2 {
    margin: 0 0 12px;
    color: var(--module-heading);
    font-size: 30px;
    line-height: 1.28;
    letter-spacing: 0;
  }

  .editor-grid>div>p {
    margin: 0 0 22px;
    color: var(--module-muted);
    font-size: 16px;
    line-height: 1.8;
  }

  .news-stack {
    margin-top: auto;
    gap: 14px;
  }

  .news-stack article {
    grid-template-columns: 124px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 12px;
    background: var(--module-soft);
    border: 1px solid var(--module-border);
    border-radius: 14px;
    box-shadow: none;
    color: var(--module-heading);
  }

  .news-stack img {
    width: 124px;
    height: 86px;
    border-radius: 10px;
    object-fit: cover;
  }

  .news-stack strong {
    display: block;
    color: var(--module-heading);
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 4px;
  }

  .news-stack p {
    margin: 0;
    color: var(--module-muted);
    font-size: 15px;
    line-height: 1.55;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .editor-grid {
    grid-template-columns: 38% minmax(0, 1fr) !important;
    gap: 24px;
  }

  .editor-grid>img {
    min-height: 420px;
  }

  .editor-grid>div {
    padding: 24px;
  }

  .editor-grid h2 {
    font-size: 26px;
  }

  .news-stack article {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .news-stack img {
    width: 110px;
    height: 78px;
  }
}

@media (max-width: 760px) {
  .editor-band {
    background: linear-gradient(180deg, var(--module-band) 0%, var(--bg) 100%);
    padding: 30px 0;
  }

  .editor-grid {
    gap: 14px !important;
  }

  .editor-grid>img {
    order: -1;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 14px !important;
    border: 1px solid var(--module-border);
    box-shadow: 0 12px 28px var(--module-shadow);
  }

  .editor-grid>div {
    background: var(--module-card);
    border: 1px solid var(--module-border);
    border-radius: 14px;
    padding: 16px;
  }

  .editor-grid .eyebrow {
    color: var(--module-pill-text);
    margin-bottom: 8px;
  }

  .editor-grid h2 {
    color: var(--module-heading);
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .editor-grid>div>p {
    color: var(--module-muted);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 14px;
  }

  .news-stack article {
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: center;
    padding: 9px;
    background: var(--module-soft);
    border-color: var(--module-border);
  }

  .news-stack img {
    width: 86px;
    height: 66px;
  }

  .news-stack strong {
    color: var(--module-heading);
  }

  .news-stack p {
    color: var(--module-muted);
  }
}
/* module-rigour-all:end */

/* mobile-top-nav-unified:start */
@media (max-width: 900px) {
  body {
    padding-top: 48px !important;
    padding-bottom: 0 !important;
  }

  .site-header {
    position: relative !important;
    top: auto !important;
  }

  .mobile-tabbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 1000 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 4px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 7px 12px !important;
    border-radius: 0 !important;
    background: rgba(7, 15, 34, 0.96) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(14px) !important;
  }

  .mobile-tabbar a {
    min-width: 0 !important;
    display: block !important;
    text-align: center !important;
    padding: 8px 2px !important;
    border-radius: 13px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .mobile-tabbar a::before {
    display: none !important;
    content: none !important;
  }

  .mobile-tabbar a.active {
    color: #ffffff !important;
  }

  .site-footer {
    padding-bottom: 44px !important;
  }
}
/* mobile-top-nav-unified:end */

/* compact-mobile-footer:start */
@media (max-width: 900px) {
  .site-footer {
    padding: 14px 0 calc(16px + env(safe-area-inset-bottom, 0px)) !important;
    margin-top: 24px !important;
  }

  .site-footer .wrap {
    width: min(100% - 24px, 760px) !important;
  }

  .site-footer .footer-grid,
  .site-footer .footer-full {
    display: block !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  .site-footer .footer-grid > *:not(.footer-about),
  .site-footer .footer-full > *:not(.footer-about),
  .site-footer .footer-col,
  .site-footer .footer-links,
  .site-footer .footer-contact,
  .site-footer .footer-columns,
  .site-footer .footer-section,
  .site-footer .footer-divider,
  .site-footer h3 {
    display: none !important;
  }

  .site-footer .footer-about {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
  }

  .site-footer .footer-brand-title,
  .site-footer .footer-logo,
  .site-footer .footer-brand {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 8px !important;
  }

  .site-footer .footer-brand-title strong,
  .site-footer .footer-logo strong,
  .site-footer .footer-brand strong {
    font-size: 19px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }

  .site-footer .footer-mark {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .site-footer .footer-about > p,
  .site-footer .footer-kicker {
    margin: 0 !important;
    font-size: 12.5px !important;
    line-height: 1.6 !important;
    opacity: .9 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .site-footer .footer-badges,
  .site-footer .footer-tags {
    display: flex !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    max-height: 28px !important;
    padding: 0 !important;
    margin: 9px 0 0 !important;
    scrollbar-width: none !important;
  }

  .site-footer .footer-badges::-webkit-scrollbar,
  .site-footer .footer-tags::-webkit-scrollbar {
    display: none !important;
  }

  .site-footer .footer-badges span,
  .site-footer .footer-tags span,
  .site-footer .footer-tags a {
    flex: 0 0 auto !important;
    padding: 5px 8px !important;
    font-size: 11.5px !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
  }

  .site-footer .footer-badges span:nth-child(n+4),
  .site-footer .footer-tags span:nth-child(n+4),
  .site-footer .footer-tags a:nth-child(n+4) {
    display: none !important;
  }

  .site-footer .footer-bottom,
  .site-footer .footer-record,
  .site-footer .copyright,
  .site-footer .footer-copy {
    margin-top: 10px !important;
    padding: 9px 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .14) !important;
    font-size: 11.5px !important;
    line-height: 1.55 !important;
    text-align: left !important;
    opacity: .82 !important;
  }

  .site-footer .footer-bottom br,
  .site-footer .footer-record br,
  .site-footer .copyright br,
  .site-footer .footer-copy br {
    display: none !important;
  }

  .site-footer .footer-bottom p,
  .site-footer .footer-record p,
  .site-footer .copyright p,
  .site-footer .footer-copy p {
    margin: 0 !important;
    font-size: 11.5px !important;
    line-height: 1.55 !important;
    display: block !important;
    opacity: 1 !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
  }

  .site-footer .footer-record p + p,
  .site-footer .footer-bottom p + p,
  .site-footer .copyright p + p,
  .site-footer .footer-copy p + p {
    margin-top: 3px !important;
    opacity: .82 !important;
  }
}
/* compact-mobile-footer:end */

/* hero-live-panel-polish:start */
.hero-visual {
  overflow: hidden;
  border-radius: 18px;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(3, 7, 18, .02) 28%, rgba(3, 7, 18, .32) 62%, rgba(3, 7, 18, .82) 100%);
  pointer-events: none;
}

.hero-visual img {
  display: block;
  width: 100%;
}

.hero-live-panel {
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 18px;
  display: grid;
  gap: 9px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(7, 12, 28, .9), rgba(15, 27, 54, .78));
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
}

.hero-live-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.floating-panel .hero-live-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: #ff3d4f;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.hero-live-panel strong {
  font-size: 19px;
  line-height: 1.25;
}

.hero-live-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.floating-panel .hero-live-meta span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 7px 6px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  line-height: 1.1;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .hero-visual {
    border-radius: 14px;
  }

  .hero-visual::before {
    background: linear-gradient(180deg, rgba(3, 7, 18, .03) 18%, rgba(3, 7, 18, .22) 46%, rgba(3, 7, 18, .86) 100%);
  }

  .hero-live-panel {
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 7px;
    padding: 10px;
    border-radius: 12px;
  }

  .hero-live-row {
    font-size: 11.5px;
  }

  .floating-panel .hero-live-badge {
    padding: 4px 8px;
    font-size: 11px;
  }

  .hero-live-panel strong {
    font-size: 16px;
  }

  .hero-live-meta {
    gap: 5px;
  }

  .floating-panel .hero-live-meta span {
    padding: 6px 4px;
    font-size: 11px;
  }
}
/* hero-live-panel-polish:end */

/* desktop-hero-density:start */
@media (min-width: 901px) {
  .hero,
  .premium-hero {
    min-height: auto !important;
    padding-top: clamp(42px, 4.4vw, 64px) !important;
    padding-bottom: clamp(46px, 4.6vw, 66px) !important;
  }

  .hero:after,
  .premium-hero:after {
    height: 104px !important;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 42%) !important;
    gap: clamp(28px, 4vw, 54px) !important;
    align-items: center !important;
  }

  .hero-copy,
  .hero-visual {
    align-self: center !important;
  }

  .hero-visual img {
    max-height: 360px !important;
  }

  .hero-actions {
    margin-top: 24px !important;
    margin-bottom: 18px !important;
  }

  .hero-stats {
    margin-top: 0 !important;
  }

  .section.channel-section {
    padding-top: clamp(40px, 4vw, 56px) !important;
  }
}
/* desktop-hero-density:end */

/* section-density-polish:start */
@media (min-width: 901px) {
  .section {
    padding-top: clamp(28px, 2.4vw, 38px) !important;
    padding-bottom: clamp(28px, 2.4vw, 38px) !important;
  }

  .section.channel-section {
    padding-top: clamp(26px, 2.2vw, 34px) !important;
    padding-bottom: clamp(24px, 2.2vw, 34px) !important;
  }

  .section + .section,
  .wrap.section + .wrap.section {
    padding-top: clamp(18px, 1.8vw, 28px) !important;
  }

  .editor-band {
    padding-top: clamp(34px, 3vw, 48px) !important;
    padding-bottom: clamp(34px, 3vw, 48px) !important;
  }

  .page-hero {
    padding-top: clamp(34px, 3.2vw, 46px) !important;
    padding-bottom: clamp(30px, 3vw, 42px) !important;
  }

  .section-head {
    margin-bottom: clamp(12px, 1.2vw, 18px) !important;
  }

  .channel-strip,
  .match-grid,
  .match-grid.rich,
  .league-grid,
  .related-grid,
  .search-results,
  .news-stack,
  .rank-list,
  .rank-card ol {
    gap: clamp(10px, 1.2vw, 18px) !important;
  }

  .editor-grid,
  .page-layout,
  .detail-layout,
  .rank-layout {
    gap: clamp(18px, 2.2vw, 30px) !important;
  }

  .site-footer {
    margin-top: clamp(20px, 2vw, 30px) !important;
  }
}

@media (max-width: 900px) {
  .section {
    padding-top: 18px !important;
    padding-bottom: 20px !important;
  }

  .section.channel-section {
    padding-top: 18px !important;
    padding-bottom: 22px !important;
  }

  .section + .section,
  .wrap.section + .wrap.section {
    padding-top: 12px !important;
  }

  .editor-band {
    padding-top: 22px !important;
    padding-bottom: 24px !important;
  }

  .page-hero,
  .page-hero.compact {
    padding-top: 24px !important;
    padding-bottom: 22px !important;
  }

  .section-head {
    margin-bottom: 10px !important;
  }

  .channel-strip,
  .match-grid,
  .match-grid.rich,
  .league-grid,
  .related-grid,
  .search-results,
  .news-stack,
  .rank-list,
  .rank-card ol {
    gap: 10px !important;
  }

  .editor-grid,
  .page-layout,
  .detail-layout,
  .rank-layout {
    gap: 14px !important;
  }
}
/* section-density-polish:end */

/* mobile-brand-above-nav:start */
@media (max-width: 900px) {
  body {
    padding-top: 110px !important;
  }

  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 160 !important;
    height: 66px !important;
    background: var(--mobile-nav-bg, rgba(7, 15, 34, .96)) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .10) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
  }

  .site-header .nav-wrap {
    width: min(100% - 24px, 760px) !important;
    height: 66px !important;
    min-height: 66px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
  }

  .site-header .brand {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 10px !important;
    margin: 0 !important;
  }

  .site-header .brand-mark,
  .site-header .brand::before {
    grid-row: 1 / 3 !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .site-header .brand-text,
  .site-header .brand span:not(.brand-mark),
  .site-header .brand small {
    min-width: 0 !important;
  }

  .site-header .brand-text,
  .site-header .brand span:not(.brand-mark) {
    grid-column: 2 !important;
  }

  .site-header .brand-text {
    grid-row: 1 / 3 !important;
    align-self: center !important;
    transform: translateY(1px) !important;
  }

  .site-header .brand-text strong,
  .site-header .brand > span:not(.brand-mark) {
    display: block !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .site-header .brand-text small,
  .site-header .brand > small {
    grid-column: 2 !important;
    display: block !important;
    margin: 2px 0 0 !important;
    color: rgba(255, 255, 255, .68) !important;
    font-size: 11.5px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .site-header .main-nav,
  .site-header .top-search {
    display: none !important;
  }

  .mobile-tabbar {
    position: fixed !important;
    top: 66px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 150 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 4px !important;
    width: 100% !important;
    height: 44px !important;
    padding: 6px 12px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
    background: var(--mobile-nav-bg, rgba(7, 15, 34, .96)) !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .14) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
  }

  .mobile-tabbar a {
    min-width: 0 !important;
    height: 32px !important;
    padding: 0 2px !important;
    border-radius: 13px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(255, 255, 255, .72) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  .mobile-tabbar a::before {
    display: none !important;
    content: none !important;
  }

  .mobile-tabbar a.active {
    color: #fff !important;
  }
}
/* mobile-brand-above-nav:end */
