* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
}
body {
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;
  background:#090f22;
  color:#f7fbff;
  line-height:1.65;
  padding-bottom:0;
}
a {
  color:inherit;
  text-decoration:none;
}
img {
  display:block;
  max-width:100%;
  object-fit:cover;
}
.wrap {
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
}
.site-header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(7,15,34,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav-wrap {
  height:78px;
  display:flex;
  align-items:center;
  gap:28px;
}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  min-width:250px;
}
.brand-mark {
  width:52px;
  height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  font-weight:900;
  color:#050817;
  background:linear-gradient(135deg,#44d8ff,#b88cff);
  box-shadow:0 16px 36px rgba(0,0,0,.26);
}
.brand-text strong {
  display:block;
  color:#fff;
  font-size:24px;
  letter-spacing:0;
}
.brand-text small {
  display:block;
  color:rgba(255,255,255,.7);
  font-size:13px;
  margin-top:-2px;
}
.main-nav {
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
}
.main-nav a {
  padding:10px 14px;
  border-radius:12px;
  color:rgba(255,255,255,.76);
  font-weight:700;
  white-space:nowrap;
}
.main-nav a.active,.main-nav a:hover {
  background:rgba(255,255,255,.13);
  color:#fff;
}
.top-search {
  display:flex;
  gap:8px;
  align-items:center;
}
.top-search input {
  width:210px;
  border:0;
  border-radius:999px;
  padding:11px 16px;
  background:#fff;
  color:#111827;
  outline:none;
}
.top-search button,.search-box button {
  border:0;
  border-radius:999px;
  padding:11px 18px;
  background:#b88cff;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.hero {
  position:relative;
  overflow:hidden;
  min-height:610px;
  padding:76px 0 92px;
  background:#050817;
}
.hero-bg {
  position:absolute;
  inset:0;
  background:linear-gradient(100deg,rgba(3,10,26,.94),rgba(3,10,26,.58),rgba(3,10,26,.82)),url('images/hero.jpg') center/cover no-repeat;
  filter:saturate(1.08);
}
.hero:after {
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:180px;
  background:linear-gradient(180deg,transparent,#090f22);
}
.hero-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 480px;
  gap:54px;
  align-items:center;
}
.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#44d8ff;
  font-weight:900;
  font-size:14px;
  margin-bottom:14px;
}
h1,h2,h3,p {
  margin-top:0;
}
.hero h1 {
  font-size:58px;
  line-height:1.08;
  margin-bottom:22px;
  color:#fff;
  letter-spacing:0;
}
.hero p {
  font-size:20px;
  color:rgba(255,255,255,.86);
  max-width:670px;
}
.hero-actions {
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin:32px 0 22px;
}
.hero-actions a {
  padding:14px 24px;
  border-radius:14px;
  font-weight:900;
}
.primary {
  background:#b88cff;
  color:#fff;
  box-shadow:0 14px 34px rgba(0,0,0,.2);
}
.secondary {
  border:1px solid rgba(255,255,255,.3);
  color:#fff;
  background:rgba(255,255,255,.08);
}
.hero-stats {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.hero-stats span {
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  color:rgba(255,255,255,.86);
  font-size:14px;
}
.hero-visual {
  position:relative;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(0,0,0,.38);
  border:1px solid rgba(255,255,255,.14);
}
.hero-visual img {
  width:100%;
  height:330px;
}
.floating-panel {
  position:absolute;
  left:20px;
  bottom:20px;
  min-width:220px;
  padding:14px 18px;
  border-radius:16px;
  background:rgba(0,0,0,.72);
  color:#fff;
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.14);
}
.floating-panel strong,.floating-panel span {
  display:block;
}
.floating-panel span {
  color:rgba(255,255,255,.78);
}
.section {
  padding:68px 0;
}
.section-head {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:24px;
}
.section-head h2 {
  font-size:30px;
  margin:0;
}
.section-head a {
  color:#b88cff;
  font-weight:900;
}
.channel-strip {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}
.channel-strip a {
  position:relative;
  height:146px;
  border-radius:18px;
  overflow:hidden;
  background:#182448;
  box-shadow:0 16px 36px rgba(0,0,0,.30);
}
.channel-strip img {
  width:100%;
  height:100%;
  transition:.25s transform;
}
.channel-strip a:hover img {
  transform:scale(1.05);
}
.channel-strip span {
  position:absolute;
  left:12px;
  bottom:12px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(0,0,0,.62);
  color:#fff;
  font-weight:800;
}
.match-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.match-card {
  background:#111a36;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 44px rgba(0,0,0,.30);
  border:1px solid rgba(130,150,190,.18);
}
.match-card img {
  width:100%;
  height:178px;
}
.match-body {
  padding:20px;
}
.live-dot {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:28px;
  padding:0 12px;
  border-radius:999px;
  background:#f5c86a;
  color:#050817;
  font-weight:900;
  font-size:13px;
  margin-bottom:12px;
}
.match-body h3 {
  font-size:22px;
  line-height:1.25;
  margin-bottom:18px;
}
.match-body em {
  font-style:normal;
  color:#b88cff;
}
.match-body p {
  color:#a7b4d6;
  min-height:28px;
}
.match-actions {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:18px;
}
.match-actions a,.league-card a,.search-results a {
  display:inline-flex;
  padding:10px 15px;
  border-radius:12px;
  background:#b88cff;
  color:#fff;
  font-weight:900;
}
.match-actions small {
  color:#a7b4d6;
  white-space:nowrap;
}
.editor-band {
  padding:78px 0;
  background:linear-gradient(135deg,#182448,rgba(255,255,255,.04));
  border-top:1px solid rgba(120,140,190,.16);
  border-bottom:1px solid rgba(120,140,190,.16);
}
.editor-grid {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:34px;
  align-items:center;
}
.editor-copy {
  background:#111a36;
  border-radius:24px;
  padding:34px;
  box-shadow:0 18px 44px rgba(0,0,0,.30);
  border:1px solid rgba(130,150,190,.18);
}
.editor-copy h2 {
  font-size:34px;
  line-height:1.2;
  margin-bottom:14px;
}
.editor-copy>p {
  color:#a7b4d6;
  font-size:18px;
}
.editor-grid>img {
  height:460px;
  width:100%;
  border-radius:24px;
  box-shadow:0 20px 54px rgba(0,0,0,.22);
}
.news-stack {
  display:grid;
  gap:14px;
  margin-top:22px;
}
.news-stack article {
  display:grid;
  grid-template-columns:116px 1fr;
  gap:16px;
  align-items:center;
  padding:12px;
  border-radius:16px;
  background:rgba(120,150,210,.08);
  border:1px solid rgba(120,150,210,.16);
}
.news-stack img {
  height:78px;
  width:116px;
  border-radius:12px;
}
.news-stack strong {
  display:block;
  margin-bottom:4px;
}
.news-stack p {
  margin:0;
  color:#a7b4d6;
}
.page-hero {
  padding:68px 0;
  background:linear-gradient(135deg,#050817,#151d4a);
  color:#fff;
}
.page-hero.compact {
  padding:54px 0;
}
.page-hero h1 {
  font-size:46px;
  margin-bottom:12px;
}
.page-hero p {
  max-width:720px;
  color:rgba(255,255,255,.78);
  font-size:18px;
}
.page-layout,.detail-layout,.rank-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:28px;
  padding:58px 0;
}
.content-panel,.side-panel,.player-card,.info-card,.rank-card {
  background:#111a36;
  border-radius:22px;
  padding:24px;
  box-shadow:0 18px 44px rgba(0,0,0,.30);
  border:1px solid rgba(130,150,190,.18);
}
.league-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.league-card {
  display:grid;
  grid-template-columns:180px 1fr;
  gap:18px;
  align-items:center;
  padding:14px;
  border-radius:18px;
  background:rgba(120,150,210,.08);
}
.league-card img {
  width:180px;
  height:120px;
  border-radius:14px;
}
.league-card p,.side-panel p,.info-card p {
  color:#a7b4d6;
}
.schedule-list,.rank-card ol {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}
.schedule-list li,.rank-card li {
  display:grid;
  grid-template-columns:auto 1fr;
  gap:8px 12px;
  align-items:center;
  padding:13px;
  border-radius:14px;
  background:rgba(120,150,210,.08);
}
.schedule-list span,.rank-card li span {
  font-weight:900;
  color:#f5c86a;
}
.schedule-list em,.rank-card em {
  font-style:normal;
  color:#a7b4d6;
}
.schedule-list a {
  color:#b88cff;
  font-weight:900;
}
.player-cover {
  position:relative;
  border-radius:22px;
  overflow:hidden;
  background:#000;
}
.player-cover img {
  width:100%;
  height:430px;
  opacity:.82;
}
.player-cover div {
  position:absolute;
  left:24px;
  bottom:24px;
  color:#fff;
  background:rgba(0,0,0,.65);
  padding:16px 20px;
  border-radius:16px;
}
.player-cover strong,.player-cover span {
  display:block;
}
.line-buttons {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.line-buttons a {
  padding:12px 18px;
  border-radius:12px;
  background:rgba(120,150,210,.12);
  font-weight:900;
}
.line-buttons a.active {
  background:#b88cff;
  color:#fff;
}
.related-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.related-grid a,.search-results article {
  background:#111a36;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(130,150,190,.18);
  box-shadow:0 14px 32px rgba(0,0,0,.30);
}
.related-grid img {
  height:120px;
  width:100%;
}
.related-grid span,.related-grid small {
  display:block;
  padding:0 14px;
}
.related-grid span {
  font-weight:900;
  margin-top:12px;
}
.related-grid small {
  color:#a7b4d6;
  margin:4px 0 14px;
}
.rank-card li {
  grid-template-columns:46px 1fr auto auto;
}
.rank-card li span {
  width:36px;
  height:36px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:#b88cff;
  color:#fff;
}
.side-panel.visual img {
  height:240px;
  width:100%;
  border-radius:16px;
  margin-bottom:18px;
}
.search-box {
  display:flex;
  gap:12px;
  margin:24px 0 16px;
  max-width:660px;
}
.search-box input {
  flex:1;
  border:0;
  border-radius:16px;
  padding:15px 18px;
  outline:none;
}
.search-tags {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.search-tags a {
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-weight:800;
}
.search-results {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.search-results article {
  display:grid;
  grid-template-columns:190px 1fr;
  gap:18px;
  padding:14px;
}
.search-results img {
  width:190px;
  height:126px;
  border-radius:14px;
}
.site-footer {
  background:linear-gradient(135deg,#070b1d,#151d4a);
  color:#dfe8ff;
  padding:64px 0 92px;
}
.footer-grid {
  display:grid;
  grid-template-columns:1.5fr .8fr .8fr 1fr;
  gap:42px;
}
.footer-brand-title {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
}
.footer-brand-title strong {
  font-size:26px;
  color:#fff;
}
.footer-mark {
  width:48px;
  height:48px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:#44d8ff;
  color:#050817;
  font-weight:900;
}
.footer-about p,.site-footer p,.site-footer a {
  color:rgba(255,255,255,.76);
}
.site-footer h3 {
  color:#fff;
  margin-bottom:16px;
}
.site-footer a {
  display:block;
  margin:8px 0;
}
.footer-badges {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.footer-badges span {
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:7px 10px;
}
.footer-bottom {
  border-top:1px solid rgba(255,255,255,.16);
  margin-top:48px;
  padding-top:26px;
  text-align:center;
  color:rgba(255,255,255,.76);
}
.mobile-tabbar {
  display:none;
}
@media (max-width:900px) {
  body {
    padding-bottom:0;
  }
  .wrap {
    width:min(100% - 28px,720px);
  }
  .nav-wrap {
    height:auto;
    min-height:70px;
    padding:10px 0;
  }
  .site-header {
    position:relative;
  }
  .brand {
    min-width:0;
  }
  .brand-mark {
    width:44px;
    height:44px;
    border-radius:14px;
  }
  .brand-text strong {
    font-size:20px;
  }
  .brand-text small {
    font-size:12px;
  }
  .main-nav,.top-search {
    display:none;
  }
  .mobile-tabbar {
    position:sticky;
    top:0;
    z-index:100;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:4px;
    padding:7px 12px;
    border-radius:0;
    background:rgba(7,15,34,.94);
    box-shadow:0 10px 26px rgba(0,0,0,.20);
    border:0;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.10);
    backdrop-filter:blur(14px);
  }
  .mobile-tabbar a {
    min-width:0;
    text-align:center;
    color:rgba(255,255,255,.68);
    font-size:11px;
    font-weight:800;
    padding:7px 2px;
    border-radius:13px;
    white-space:nowrap;
  }
  .mobile-tabbar a.active {
    background:#b88cff;
    color:#fff;
  }
  .hero {
    min-height:auto;
    padding:34px 0 48px;
  }
  .hero:after {
    height:74px;
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:20px;
  }
  .hero h1 {
    font-size:34px;
  }
  .hero p {
    font-size:15px;
  }
  .hero-actions {
    margin:24px 0 18px;
    gap:10px;
  }
  .hero-actions a {
    flex:1;
    text-align:center;
    padding:11px 12px;
  }
  .hero-stats {
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }
  .hero-visual img {
    height:180px;
  }
  .floating-panel {
    left:12px;
    top:12px;
    bottom:auto;
    min-width:0;
    max-width:calc(100% - 24px);
    padding:10px 13px;
    border-radius:14px;
  }
  .channel-strip {
    grid-template-columns:repeat(2,1fr);
  }
  .channel-strip a {
    height:120px;
  }
  .match-grid,.league-grid,.related-grid,.search-results {
    grid-template-columns:1fr;
  }
  .section {
    padding:38px 0;
  }
  .channel-section {
    padding-top:30px;
    padding-bottom:76px;
  }
  .section-head {
    align-items:center;
  }
  .section-head h2 {
    font-size:24px;
  }
  .editor-band {
    padding:46px 0;
  }
  .editor-grid,.page-layout,.detail-layout,.rank-layout {
    grid-template-columns:1fr;
    gap:20px;
  }
  .editor-copy {
    padding:22px;
  }
  .editor-copy h2 {
    font-size:26px;
  }
  .editor-grid>img {
    height:260px;
    order:-1;
  }
  .news-stack article {
    grid-template-columns:96px 1fr;
  }
  .news-stack img {
    width:96px;
    height:70px;
  }
  .page-hero h1 {
    font-size:34px;
  }
  .league-card,.search-results article {
    grid-template-columns:120px 1fr;
    padding:12px;
  }
  .league-card img,.search-results img {
    width:120px;
    height:96px;
  }
  .player-cover img {
    height:260px;
  }
  .rank-card li {
    grid-template-columns:42px 1fr;
    align-items:start;
  }
  .rank-card em,.rank-card small {
    grid-column:2;
  }
  .footer-grid {
    grid-template-columns:1fr;
    gap:24px;
  }
  .site-footer {
    padding:44px 0;
  }
  .section:last-of-type,
  main.wrap {
    padding-bottom:38px;
  }
}
@media (min-width:901px) and (max-width:1100px) {
  .hero-grid {
    grid-template-columns:1fr 390px;
  }
  .match-grid {
    grid-template-columns:repeat(2,1fr);
  }
  .channel-strip {
    grid-template-columns:repeat(3,1fr);
  }
}

/* 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 */
