:root {
  --bg:#07111f;
  --gold:#f8c24a;
  --gold2:#d89b19;
  --text:#172033;
  --muted:#64748b;
  --line:#e5e7eb
}

* {
  box-sizing:border-box
}

body {
  margin:0;
  font-family:-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"PingFang SC",
"Microsoft YaHei",
Arial,
sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.75
}

a {
  color:inherit;
  text-decoration:none
}

.container {
  width:min(1200px,
92%);
  margin:0 auto
}

.topbar {
  background:#07111f;
  color:#dbeafe;
  font-size:13px
}

.topbar-inner {
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:8px 0
}

.header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,
255,
255,
.96);
  backdrop-filter:blur(10px);
  box-shadow:0 2px 18px rgba(15,
23,
42,
.08)
}

.header-inner {
  display:flex;
  align-items:center;
  gap:18px;
  padding:14px 0
}

.logo img {
  display:block
}

.nav {
  display:flex;
  align-items:center;
  gap:4px;
  flex:1;
  justify-content: flex-end
}

.nav a {
  padding:8px 12px;
  border-radius: 0 !important;
  font-size:14px;
  font-weight:700;
  color:#334155
}

.nav a:hover,
.nav a.active {
  background:#fef3c7;
  color:#92400e
}

.search {
  display:flex;
  align-items:center;
  gap:6px;
  border:1px solid var(--line);
  border-radius: 0 !important;
  padding:7px 12px;
  background:#f8fafc
}

.search input {
  border:0;
  background:transparent;
  outline:0;
  width:180px
}

.menu-toggle {
  display:none;
  background:#fff;
  border:1px solid var(--line);
  border-radius: 0 !important;
  padding:9px
}

.menu-toggle span {
  display:block;
  width:22px;
  height:2px;
  background:#111827;
  margin:4px 0
}

.notice {
  background:linear-gradient(135deg,
#fbbf24,
#f59e0b);
  color:#1e293b
}

.notice-inner {
  display:flex;
  align-items:center;
  gap:14px;
  padding:10px 0
}

.notice strong {
  white-space:nowrap
}

.notice span {
  flex:1
}

.notice button {
  border:0;
  background:rgba(0,
0,
0,
.1);
  border-radius: 0 !important;
  width:26px;
  height:26px;
  cursor:pointer
}

.hero {
  background:radial-gradient(circle at 75% 0,
#2554a4 0,
#07111f 42%,
#050816 100%);
  color:#fff;
  padding:72px 0
}

.hero-grid {
  display:grid;
  grid-template-columns:minmax(0,
1.25fr) minmax(320px,
.75fr);
  gap:34px;
  align-items:center
}

.kicker,
.eyebrow {
  display:inline-flex;
  background:rgba(248,
194,
74,
.12);
  border:1px solid rgba(248,
194,
74,
.35);
  color:#fde68a;
  border-radius: 0 !important;
  padding:6px 12px;
  font-size:14px;
  font-weight:800
}

.hero h1 {
  font-size:clamp(34px,
5vw,
58px);
  line-height:1.14;
  margin:18px 0
}

.hero p {
  font-size:18px;
  color:#dbeafe
}

.hero-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:28px 0
}

.hero-actions.compact {
  margin:20px 0 0
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content: flex-end;
  border-radius: 0 !important;
  padding:12px 20px;
  font-weight:800;
  border:1px solid transparent
}

.btn-gold {
  background:linear-gradient(135deg,
var(--gold),
var(--gold2));
  color:#1f2937
}

.btn-dark {
  background:#111827;
  color:#fff
}

.btn-outline {
  border-color:rgba(255,
255,
255,
.35);
  color:#fff
}

.hero-stats {
  display:grid;
  grid-template-columns:repeat(4,
1fr);
  gap:12px;
  margin-top:26px
}

.hero-stats div,
.hero-panel {
  background:rgba(255,
255,
255,
.08);
  border:1px solid rgba(255,
255,
255,
.12);
  border-radius: 0 !important;
  padding:16px
}

.hero-stats strong {
  display:block;
  font-size:24px;
  color:#fde68a
}

.hero-stats span {
  font-size:13px;
  color:#cbd5e1
}

.hero-panel {
  border-radius: 0 !important;
  padding:28px
}

.hero-panel h2 {
  margin-top:0;
  color:#fde68a
}

.check-list {
  padding-left:18px;
  color:#dbeafe
}

.dark-text {
  color:#172033
}

.section {
  padding:72px 0
}

.light {
  background:#f8fafc
}

.dark {
  background:linear-gradient(135deg,
#07111f,
#0f172a);
  color:#fff
}

.section-title {
  max-width:820px;
  margin:0 auto 36px;
  text-align:center
}

.section-title span {
  color:#b45309;
  background:#fffbeb;
  border:1px solid #fde68a;
  border-radius: 0 !important;
  padding:5px 12px;
  font-weight:800;
  font-size:14px
}

.section-title h2 {
  font-size:clamp(26px,
3.4vw,
40px);
  line-height:1.25;
  margin:14px 0 10px
}

.section-title p {
  color:var(--muted);
  margin:0
}

.dark .section-title p {
  color:#cbd5e1
}

.feature-grid,
.trust-grid {
  display:grid;
  grid-template-columns:repeat(4,
1fr);
  gap:18px
}

.trust-grid {
  grid-template-columns:repeat(3,
1fr)
}

.feature-grid article,
.trust-grid article,
.content-card,
.article-card,
.faq-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius: 0 !important;
  padding:24px;
  box-shadow:0 10px 26px rgba(15,
23,
42,
.06)
}

.feature-grid b {
  font-size:32px
}

.feature-grid p,
.trust-grid p,
.article-card p,
.faq-card p {
  color:var(--muted)
}

.split,
.content-wrap {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:start
}

.split p {
  color:#cbd5e1
}

.timeline {
  display:grid;
  gap:14px
}

.timeline div {
  position:relative;
  overflow:hidden;
  min-height:118px;
  background-color:rgba(255, 255, 255, .08);
  background-image:linear-gradient(90deg, rgba(7, 17, 31, .94), rgba(7, 17, 31, .66)), url('../img/pages/official-entry.webp');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  border:1px solid rgba(255, 255, 255, .18);
  border-radius: 0 !important;
  padding:24px 28px
}

.timeline div:nth-child(2) {
  background-image:linear-gradient(90deg, rgba(7, 17, 31, .94), rgba(7, 17, 31, .66)), url('../img/home/worldcup-card.webp')
}

.timeline div:nth-child(3) {
  background-image:linear-gradient(90deg, rgba(7, 17, 31, .94), rgba(7, 17, 31, .66)), url('../img/home/news-card.webp')
}

.timeline strong {
  position:relative;
  z-index:1;
  display:block;
  color:#fde68a;
  text-shadow:0 2px 10px rgba(0, 0, 0, .32)
}

.timeline span {
  position:relative;
  z-index:1;
  color:#dbeafe;
  text-shadow:0 2px 10px rgba(0, 0, 0, .32)
}

.table-wrap {
  overflow:auto;
  background:#fff;
  border:1px solid var(--line);
  border-radius: 0 !important;
  box-shadow:0 10px 26px rgba(15,
23,
42,
.06)
}

table {
  width:100%;
  border-collapse:collapse;
  min-width:780px
}

th,
td {
  padding:14px 16px;
  border-bottom:1px solid var(--line);
  text-align:left;
  white-space:nowrap
}

th {
  background:#0f172a;
  color:#fff
}

.status {
  display:inline-block;
  background:#dbeafe;
  color:#1d4ed8;
  border-radius: 0 !important;
  padding:4px 10px;
  font-size:12px;
  font-weight:800
}

.status.live {
  background:#fee2e2;
  color:#b91c1c
}

.status.done {
  background:#dcfce7;
  color:#166534
}

.article-grid {
  display:grid;
  grid-template-columns:repeat(3,
1fr);
  gap:18px
}

.category-grid {
  margin-top:18px
}

.article-card {
  padding:0;
  overflow:hidden
}

.thumb {
  display:flex;
  align-items:flex-end;
  height:160px;
  padding:14px;
  position:relative;
  overflow:hidden;
  background-color:#07111f;
  background-image:none;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat
}

.thumb span {
  position:relative;
  z-index:1;
  background:rgba(0, 0, 0, .62);
  color:#fff;
  border-radius: 0 !important;
  padding:4px 10px;
  font-size:12px
}

.thumb-1 {
  background-image:none
}

.thumb-2 {
  background-image:none
}

.thumb-3 {
  background-image:none
}

.thumb-4 {
  background-image:none
}

.thumb-5 {
  background-image:none
}

.article-body {
  padding:18px
}

.badge {
  display:inline-flex;
  background:#fef3c7;
  color:#92400e;
  border-radius: 0 !important;
  padding:3px 10px;
  font-size:12px;
  font-weight:800
}

.article-card h3 {
  font-size:17px;
  line-height:1.45
}

.card-meta,
.article-meta {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  color:#94a3b8;
  font-size:13px
}

.faq-grid {
  display:grid;
  grid-template-columns:repeat(2,
1fr);
  gap:14px
}

.faq-grid.small,
.faq-grid.standalone {
  grid-template-columns:1fr
}

.dark-card {
  background:rgba(255,
255,
255,
.08);
  border-color:rgba(255,
255,
255,
.12);
  color:#fff
}

.dark-card p {
  color:#cbd5e1
}

.cta {
  background:linear-gradient(135deg,
#f59e0b,
#f8c24a);
  padding:42px 0
}

.cta-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px
}

.footer {
  background:#020617;
  color:#cbd5e1;
  padding:54px 0 20px
}

.footer-grid {
  display:grid;
  grid-template-columns:1.4fr 1fr 1.1fr .9fr;
  gap:32px
}

.footer h2 {
  font-size:16px;
  color:#fff
}

.footer a {
  color:#e2e8f0
}

.footer-logo {
  height:42px;
  margin-bottom:12px
}

.footer-links {
  display:grid;
  gap:8px
}

.copyright {
  border-top:1px solid rgba(255,
255,
255,
.12);
  margin-top:32px;
  padding-top:18px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  font-size:13px;
  color:#94a3b8
}

.page-hero,
.article-hero {
  background:linear-gradient(135deg,
#07111f,
#12305a);
  color:#fff;
  padding:56px 0
}

.page-hero h1,
.article-hero h1 {
  font-size:clamp(30px,
4vw,
46px);
  margin:0 0 12px;
  line-height:1.22
}

.page-hero p,
.article-hero p {
  max-width:860px;
  color:#dbeafe
}

.content-wrap {
  grid-template-columns:minmax(0,
1fr) 320px
}

.sidebar {
  display:grid;
  gap:18px;
  align-content:start
}

.list-links {
  display:grid;
  gap:10px
}

.list-links a {
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius: 0 !important;
  background:#f8fafc
}

.article-content h2 {
  font-size:26px;
  margin-top:28px
}

.article-content p,
.article-content ul {
  font-size:17px
}

.breadcrumb {
  font-size:14px;
  color:#cbd5e1;
  margin-bottom:16px
}

.tag-row {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px
}

.tag-row span {
  background:#eef2ff;
  color:#3730a3;
  border-radius: 0 !important;
  padding:5px 10px;
  font-size:13px;
  font-weight:700
}

.toc {
  background:#f8fafc;
  border:1px solid var(--line);
  border-radius: 0 !important;
  padding:18px;
  margin-bottom:28px;
  display:grid;
  gap:8px
}

.toc a {
  color:#1d4ed8
}

.prev-next {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:28px
}

.prev-next a,
.prev-next span {
  border:1px solid var(--line);
  border-radius: 0 !important;
  padding:12px;
  background:#f8fafc
}

.big-search {
  display:flex;
  gap:10px;
  margin:20px 0
}

.big-search input {
  flex:1;
  border:1px solid var(--line);
  border-radius: 0 !important;
  padding:12px
}

.big-search button {
  border:0;
  border-radius: 0 !important;
  background:#111827;
  color:#fff;
  padding:0 20px;
  font-weight:800
}

.back-to-top {
  position:fixed;
  right:18px;
  bottom:18px;
  border:0;
  background:#111827;
  color:#fff;
  width:42px;
  height:42px;
  border-radius: 0 !important;
  display:none
}

.back-to-top.show {
  display:block
}

@media(max-width:1100px) {
  .hero-grid,
.split,
.content-wrap,
.footer-grid {
  grid-template-columns:1fr
}

.feature-grid,
.article-grid,
.trust-grid {
  grid-template-columns:repeat(2,
1fr)
}

.search {
  display:none
}

.hero-stats {
  grid-template-columns:repeat(2,
1fr)
}

.cta-inner,
.copyright {
  flex-direction:column;
  align-items:flex-start
}

.sidebar {
  grid-template-columns:1fr 1fr
}

}

@media(max-width:760px) {
  .topbar-inner {
  display:block
}

.menu-toggle {
  display:block;
  margin-left:auto
}

.nav {
  display:none;
  position:absolute;
  left:4%;
  right:4%;
  top:72px;
  background:#fff;
  border:1px solid var(--line);
  border-radius: 0 !important;
  padding:12px;
  box-shadow:0 20px 60px rgba(15,
23,
42,
.18)
}

.nav.open {
  display:grid
}

.nav a {
  padding:10px 12px
}

.header-inner {
  position:relative
}

.hero {
  padding:46px 0
}

.feature-grid,
.article-grid,
.trust-grid,
.faq-grid,
.sidebar {
  grid-template-columns:1fr
}

.hero-stats {
  grid-template-columns:1fr
}

.section {
  padding:48px 0
}

.prev-next {
  grid-template-columns:1fr
}

.footer-grid {
  gap:18px
}

}

 .article-cover {
  margin:0 0 28px;
  border-radius: 0 !important;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:0 14px 38px rgba(15,
23,
42,
.12);
  background:#0f172a
}

 .article-cover img {
  display:block;
  width:100%;
  height:auto
}

 /* Square UI override: all cards,
 buttons,
 panels,
 images and form controls use right angles. */ .topbar,
 .header,
 .notice,
 .hero-panel,
 .hero-stats div,
 .feature-grid article,
 .trust-grid article,
 .timeline div,
 .table-wrap,
 .article-card,
 .thumb,
 .badge,
 .faq-card,
 .content-card,
 .policy,
 .mini-panel,
 .steps div,
 .toc,
 .prev-next a,
 .prev-next span,
 .footer,
 .btn,
 .search,
 .menu-toggle,
 .nav,
 .nav a,
 .notice button,
 .status,
 .tag-row span,
 .list-links a,
 .big-search input,
 .big-search button,
 .back-to-top,
 .article-cover,
 .article-cover img,
 .footer-logo,
 .logo img,
 img  {
   border-radius: 0 !important;

}


/* V6 differentiated inner-page layouts */
.btn-outline-dark {
  border: 1px solid #111827;
  color: #111827;
  background: #fff;
}

.app-hero-v6 {
  background: linear-gradient(135deg, #07111f, #12305a 55%, #f59e0b);
  color: #fff;
  padding: 74px 0;
}

.app-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: center;
}

.app-copy h1,
.official-gateway h1,
.scoreboard-hero h1,
.about-hero-v6 h1,
.contact-hero-v6 h1,
.faq-hero-v6 h1,
.policy-hero-v6 h1 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.15;
  margin: 18px 0;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.phone-showcase {
  display: flex;
  justify-content: flex-end;
}

.phone-frame {
  width: 280px;
  height: 520px;
  background: #020617;
  border: 10px solid rgba(255,255,255,.22);
  padding: 18px;
  box-shadow: 0 28px 80px rgba(0,0,0,.32);
}

.phone-top {
  width: 88px;
  height: 8px;
  background: #334155;
  margin: 0 auto 22px;
}

.phone-screen {
  height: 430px;
  background: linear-gradient(180deg, #f8fafc, #dbeafe);
  color: #0f172a;
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.phone-screen strong {
  font-size: 24px;
}

.phone-screen span {
  background: #fff;
  border: 1px solid #cbd5e1;
  padding: 12px;
  font-weight: 700;
}

.download-grid {
  display: grid;
  grid-template-columns: 1.15fr .925fr .925fr;
  gap: 22px;
}

.download-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
  box-shadow: 0 12px 34px rgba(15,23,42,.08);
}

.download-card.featured {
  background: #07111f;
  color: #fff;
}

.download-card.featured p,
.download-card.featured li {
  color: #dbeafe;
}

.download-icon {
  width: 68px;
  height: 68px;
  background: #f8c24a;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 900;
  margin-bottom: 18px;
}

.download-card ul {
  padding-left: 18px;
  margin-bottom: 22px;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 3px solid #111827;
  gap: 20px;
}

.process-line div {
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px;
  position: relative;
}

.process-line b {
  display: inline-block;
  background: #111827;
  color: #fff;
  padding: 4px 10px;
  margin-bottom: 12px;
}

.app-feature-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.app-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.app-feature-list article {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  padding: 20px;
}

.app-feature-list strong,
.app-feature-list span {
  display: block;
}

.app-feature-list strong {
  color: #fde68a;
  margin-bottom: 8px;
}

.app-feature-list span {
  color: #cbd5e1;
}

.app-faq-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
}

.official-gateway {
  background: linear-gradient(135deg, #07111f, #0f172a);
  color: #fff;
  padding: 70px 0;
}

.official-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 32px;
  align-items: center;
}

.gateway-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.gateway-boxes a,
.official-card,
.official-checklist article {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  padding: 20px;
}

.gateway-boxes strong,
.gateway-boxes span {
  display: block;
}

.gateway-boxes strong {
  color: #fde68a;
}

.official-card h2 {
  color: #fde68a;
}

.official-card li {
  margin-bottom: 10px;
}

.official-checklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.official-checklist article {
  background: #fff;
  color: #172033;
  border-color: var(--line);
}

.scoreboard-hero,
.contact-hero-v6,
.faq-hero-v6,
.policy-hero-v6 {
  background: linear-gradient(135deg, #07111f, #12305a);
  color: #fff;
  padding: 62px 0;
}

.scoreboard-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
}

.league-tabs {
  background: #111827;
  color: #fff;
  padding: 22px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.league-tabs span {
  background: rgba(255,255,255,.08);
  padding: 10px;
}

.scoreboard-main {
  display: grid;
  gap: 18px;
}

.score-card {
  background: #fff;
  border-left: 6px solid #f59e0b;
  padding: 26px;
}

.score-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.score-list article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 20px;
}

.score-list b {
  color: #b45309;
}

.about-hero-v6 {
  background: linear-gradient(135deg, #07111f, #172554);
  color: #fff;
  padding: 70px 0;
}

.about-number-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.about-number-grid div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  padding: 22px;
}

.about-number-grid strong {
  display: block;
  font-size: 34px;
  color: #fde68a;
}

.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}

.about-story article,
.contact-info-panel,
.contact-problem-grid article,
.faq-nav,
.faq-accordion-list details,
.policy-side {
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 24px;
}

.contact-info-panel {
  background: #07111f;
  color: #fff;
}

.contact-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.faq-two-col {
  display: grid;
  grid-template-columns: 240px minmax(0,1fr);
  gap: 24px;
}

.faq-nav {
  display: grid;
  gap: 10px;
  align-content: start;
}

.faq-nav a {
  background: #f8fafc;
  border: 1px solid var(--line);
  padding: 10px;
}

.faq-accordion-list {
  display: grid;
  gap: 14px;
}

.faq-accordion-list summary {
  font-weight: 800;
  cursor: pointer;
}

.policy-layout-v6 {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
}

.policy-side {
  display: grid;
  gap: 10px;
  align-content: start;
}

.policy-side span {
  border: 1px solid var(--line);
  padding: 10px;
  background: #f8fafc;
}

/* V6 keeps all new elements square. */
.phone-frame,
.phone-top,
.phone-screen,
.phone-screen span,
.download-card,
.download-icon,
.process-line div,
.app-feature-list article,
.gateway-boxes a,
.official-card,
.official-checklist article,
.league-tabs,
.league-tabs span,
.score-card,
.score-list article,
.about-number-grid div,
.about-story article,
.contact-info-panel,
.contact-problem-grid article,
.faq-nav,
.faq-nav a,
.faq-accordion-list details,
.policy-side,
.policy-side span {
  border-radius: 0 !important;
}

@media (max-width: 1024px) {
  .app-hero-grid,
  .download-grid,
  .app-feature-grid,
  .app-faq-layout,
  .official-grid,
  .scoreboard-layout,
  .contact-layout,
  .faq-two-col,
  .policy-layout-v6 {
    grid-template-columns: 1fr;
  }

  .process-line,
  .gateway-boxes,
  .official-checklist,
  .about-story,
  .score-list,
  .contact-problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .process-line,
  .gateway-boxes,
  .official-checklist,
  .about-story,
  .score-list,
  .contact-problem-grid,
  .app-feature-list,
  .about-number-grid {
    grid-template-columns: 1fr;
  }

  .phone-frame {
    width: 240px;
    height: 460px;
  }

  .phone-screen {
    height: 370px;
  }
}


/* V8 home scoreboard after removing separate live/sports columns */
.home-score-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
}

.home-league-list {
  background: #111827;
  color: #fff;
  padding: 22px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.home-league-list span {
  background: rgba(255,255,255,.08);
  padding: 10px;
}

.home-score-main {
  display: grid;
  gap: 18px;
}

.home-live-card {
  background: #fff;
  border-left: 6px solid #f59e0b;
  padding: 26px;
  box-shadow: 0 12px 34px rgba(15,23,42,.08);
}

.home-live-card span,
.home-score-grid b {
  display: inline-block;
  color: #b45309;
  font-weight: 900;
  margin-bottom: 8px;
}

.home-live-card h3 {
  font-size: 28px;
  margin: 0 0 6px;
}

.home-score-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.home-score-grid article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 20px;
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
}

.home-league-list,
.home-league-list span,
.home-live-card,
.home-score-grid article {
  border-radius: 0 !important;
}

@media (max-width: 900px) {
  .home-score-layout {
    grid-template-columns: 1fr;
  }

  .home-score-grid {
    grid-template-columns: 1fr;
  }
}


/* V9 official page public-facing redesign */
.official-hero-final {
  background: linear-gradient(135deg, #07111f, #12305a 62%, #d89b19);
  color: #fff;
  padding: 76px 0;
}

.official-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 38px;
  align-items: center;
}

.official-final-grid h1 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.15;
  margin: 18px 0;
}

.official-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.official-final-panel {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  padding: 26px;
}

.official-final-panel h2 {
  color: #fde68a;
  margin-top: 0;
}

.official-match-list {
  display: grid;
  gap: 12px;
}

.official-match-list article {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  padding: 16px;
}

.official-match-list strong,
.official-match-list span {
  display: block;
}

.official-match-list span {
  color: #dbeafe;
  margin-top: 4px;
}

.official-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.official-service-grid article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px;
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
}

.official-service-grid span {
  display: inline-block;
  background: #111827;
  color: #fff;
  padding: 4px 10px;
  margin-bottom: 12px;
  font-weight: 900;
}

.official-topic-section {
  background: #fff;
}

.topic-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 34px;
  align-items: center;
}

.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topic-tags span {
  background: #f8fafc;
  border: 1px solid var(--line);
  padding: 10px 14px;
  font-weight: 800;
}

.official-final-panel,
.official-match-list article,
.official-service-grid article,
.official-service-grid span,
.topic-tags span {
  border-radius: 0 !important;
}

@media (max-width: 1024px) {
  .official-final-grid,
  .topic-layout {
    grid-template-columns: 1fr;
  }

  .official-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .official-service-grid {
    grid-template-columns: 1fr;
  }
}


/* V10 header alignment: logo left, navigation right */
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  flex: 0 0 auto;
}

.nav {
  margin-left: auto;
  justify-content: flex-end;
  flex: 0 1 auto;
}

/* V10 user comments */
.user-comments-section {
  background: #f8fafc;
}

.user-comments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.user-comment-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px;
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
}

.comment-user {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  margin-bottom: 14px;
}

.comment-user strong {
  font-size: 17px;
  color: #111827;
}

.comment-user span {
  color: #64748b;
  font-size: 13px;
}

.user-comment-card p {
  color: #475569;
  margin: 0 0 14px;
}

.comment-stars {
  color: #b45309;
  letter-spacing: 2px;
  font-weight: 900;
}

.user-comment-card,
.comment-user {
  border-radius: 0 !important;
}

@media (max-width: 900px) {
  .user-comments-grid {
    grid-template-columns: 1fr;
  }

  .nav {
    margin-left: 0;
    justify-content: flex-start;
  }
}


/* V11 World Cup schedule section */
.worldcup-schedule-section {
  background: #f8fafc;
}

.worldcup-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
}

.worldcup-side {
  background: #111827;
  color: #fff;
  padding: 22px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.worldcup-side strong {
  color: #f8c24a;
}

.worldcup-side span {
  background: rgba(255,255,255,.08);
  padding: 10px;
}

.worldcup-main {
  display: grid;
  gap: 18px;
}

.worldcup-highlight {
  background: #fff;
  border-left: 6px solid #f59e0b;
  padding: 26px;
  box-shadow: 0 12px 34px rgba(15,23,42,.08);
}

.worldcup-highlight span {
  display: inline-block;
  color: #b45309;
  font-weight: 900;
  margin-bottom: 8px;
}

.worldcup-highlight h3 {
  font-size: 30px;
  margin: 0 0 6px;
}

.worldcup-table-wrap {
  overflow: auto;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(15,23,42,.08);
}

.worldcup-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.worldcup-table th {
  background: #111827;
  color: #fff;
  text-align: left;
  padding: 16px;
}

.worldcup-table td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.worldcup-table a {
  color: #0f172a;
  font-weight: 800;
}

.worldcup-table a:hover {
  color: #b45309;
}

.worldcup-side,
.worldcup-side span,
.worldcup-highlight,
.worldcup-table-wrap {
  border-radius: 0 !important;
}

@media (max-width: 900px) {
  .worldcup-layout {
    grid-template-columns: 1fr;
  }
}


/* V12 navigation fixed order and right alignment */
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  flex: 0 0 auto;
}

.nav {
  margin-left: auto;
  justify-content: flex-end;
  flex: 0 1 auto;
}


/* V13 footer table layout */
.footer-table-style {
  background: linear-gradient(135deg, #07111f, #0f172a);
  color: #cbd5e1;
  padding: 54px 0 20px;
}

.footer-table {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr 1fr 1fr;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.02);
}

.footer-cell {
  min-height: 260px;
  padding: 32px 26px;
  border-right: 1px solid rgba(255,255,255,.14);
}

.footer-cell:last-child {
  border-right: 0;
}

.footer-cell h2 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  margin: 0;
}

.footer-title-line {
  display: block;
  width: 52px;
  height: 3px;
  background: #f8c24a;
  margin: 18px 0 26px;
}

.footer-brand-cell p,
.footer-contact p {
  color: #cbd5e1;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.85;
}

.footer-menu {
  display: grid;
}

.footer-menu a {
  position: relative;
  display: block;
  color: #dbeafe;
  padding: 12px 24px 12px 0;
  border-bottom: 1px dashed rgba(248,194,74,.25);
  font-size: 16px;
}

.footer-menu a::after {
  content: "›";
  position: absolute;
  right: 0;
  color: #f8c24a;
  font-weight: 900;
}

.footer-menu a:hover {
  color: #f8c24a;
}

.footer-table-copyright {
  border-top: 1px solid rgba(255,255,255,.14);
  margin-top: 28px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
  color: #94a3b8;
}

.footer-table,
.footer-cell,
.footer-menu a,
.footer-title-line {
  border-radius: 0 !important;
}

@media (max-width: 1100px) {
  .footer-table {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-cell {
    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .footer-cell:nth-child(2n) {
    border-right: 0;
  }

  .footer-cell:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .footer-table {
    grid-template-columns: 1fr;
  }

  .footer-cell {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .footer-cell:last-child {
    border-bottom: 0;
  }

  .footer-table-copyright {
    flex-direction: column;
  }
}


/* V14 footer four-column layout */
.footer-four-col .footer-table {
  grid-template-columns: 1.45fr 1fr 1.05fr 1fr;
}

.footer-four-col .footer-cell {
  min-height: 270px;
}

@media (max-width: 1100px) {
  .footer-four-col .footer-table {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .footer-four-col .footer-table {
    grid-template-columns: 1fr;
  }
}


/* V15 page right image and policy redesign */
.page-hero-image-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 36px;
  align-items: center;
}

.page-hero-copy {
  min-width: 0;
}

.page-right-image {
  margin: 0;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  padding: 12px;
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}

.page-right-image img {
  display: block;
  width: 100%;
  height: auto;
}

.page-right-image figcaption {
  color: #dbeafe;
  font-size: 14px;
  padding: 10px 2px 0;
}

.policy-hero-final {
  background: linear-gradient(135deg, #07111f, #12305a);
  color: #fff;
  padding: 72px 0;
}

.policy-final-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.policy-index-card {
  background: #111827;
  color: #fff;
  padding: 24px;
  display: grid;
  gap: 10px;
  position: sticky;
  top: 96px;
}

.policy-index-card strong {
  color: #f8c24a;
  font-size: 18px;
  margin-bottom: 8px;
}

.policy-index-card a {
  color: #dbeafe;
  border-bottom: 1px dashed rgba(248,194,74,.25);
  padding: 8px 0;
}

.policy-final-content {
  background: #fff;
  border: 1px solid var(--line);
  padding: 34px;
  box-shadow: 0 12px 34px rgba(15,23,42,.08);
}

.policy-detail-block {
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.policy-detail-block:last-of-type {
  border-bottom: 0;
}

.policy-detail-block h2 {
  margin-top: 0;
  font-size: 24px;
  color: #0f172a;
}

.policy-detail-block p {
  color: #475569;
  font-size: 17px;
  line-height: 1.9;
}

.page-right-image,
.page-right-image img,
.policy-index-card,
.policy-final-content,
.policy-detail-block {
  border-radius: 0 !important;
}

@media (max-width: 1000px) {
  .page-hero-image-grid,
  .policy-final-layout {
    grid-template-columns: 1fr;
  }

  .policy-index-card {
    position: static;
  }
}


/* V16 APP card fix and visible policy pages */
.app-hero-final {
  background: linear-gradient(135deg, #07111f, #12305a 55%, #1d4ed8);
  color: #fff;
  padding: 72px 0;
}

.v16-download-grid {
  align-items: stretch;
}

.v16-download-card {
  overflow: hidden;
  min-height: 430px;
  display: flex;
  flex-direction: column;
}

.v16-download-card p {
  color: #475569;
}

.v16-download-card.featured p,
.v16-download-card.featured li {
  color: #dbeafe;
}

.v16-download-icon {
  width: 112px;
  height: 112px;
  min-width: 112px;
  min-height: 112px;
  max-width: 112px;
  max-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8c24a;
  color: #07111f;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
}

.v16-download-card ul {
  margin: 16px 0 22px;
  padding-left: 20px;
}

.v16-download-card .btn {
  margin-top: auto;
}

.policy-hero-v16 {
  background: linear-gradient(135deg, #07111f, #12305a);
  color: #fff;
  padding: 72px 0;
}

.policy-section-v16 {
  background: #f8fafc;
}

.policy-layout-v16 {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.policy-toc-v16 {
  background: #111827;
  color: #fff;
  padding: 24px;
  display: grid;
  gap: 10px;
  position: sticky;
  top: 96px;
}

.policy-toc-v16 strong {
  color: #f8c24a;
  font-size: 18px;
  margin-bottom: 8px;
}

.policy-toc-v16 a {
  color: #dbeafe;
  border-bottom: 1px dashed rgba(248,194,74,.25);
  padding: 8px 0;
}

.policy-content-v16 {
  background: #fff;
  border: 1px solid var(--line);
  padding: 36px;
  box-shadow: 0 12px 34px rgba(15,23,42,.08);
}

.policy-block-v16 {
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.policy-block-v16:last-of-type {
  border-bottom: 0;
}

.policy-block-v16 h2 {
  color: #0f172a;
  font-size: 24px;
  margin: 0 0 12px;
}

.policy-block-v16 p {
  color: #475569;
  font-size: 17px;
  line-height: 1.95;
  margin: 0;
}

.policy-update-v16 {
  background: #f8fafc;
  border: 1px solid var(--line);
  padding: 14px 18px;
  color: #64748b;
  font-weight: 700;
}

.page-hero-image-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 36px;
  align-items: center;
}

.page-right-image {
  margin: 0;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  padding: 12px;
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}

.page-right-image img {
  display: block;
  width: 100%;
  height: auto;
}

.page-right-image figcaption {
  color: #dbeafe;
  font-size: 14px;
  padding: 10px 2px 0;
}

.v16-download-icon,
.v16-download-card,
.policy-toc-v16,
.policy-content-v16,
.policy-block-v16,
.policy-update-v16,
.page-right-image,
.page-right-image img {
  border-radius: 0 !important;
}

@media (max-width: 1000px) {
  .page-hero-image-grid,
  .policy-layout-v16 {
    grid-template-columns: 1fr;
  }

  .policy-toc-v16 {
    position: static;
  }
}

/* V16 hard final override for APP icons */
.download-icon.v16-download-icon {
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.download-card.v16-download-card {
  overflow: hidden;
}


/* V17 fixed page images and home service image */
.page-hero-image-grid,
.hero-grid {
  align-items: center;
}

.page-right-image.fixed-page-image {
  width: 430px;
  height: 310px;
  margin: 0;
  padding: 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
  overflow: hidden;
  align-self: center;
  justify-self: end;
}

.page-right-image.fixed-page-image img {
  display: block;
  width: 100%;
  height: 252px;
  object-fit: cover;
}

.page-right-image.fixed-page-image figcaption {
  height: 34px;
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.35;
  padding: 10px 2px 0;
  overflow: hidden;
}

.hero .page-right-image.fixed-page-image {
  width: 430px;
  height: 310px;
}

.v16-download-icon,
.download-icon.v16-download-icon {
  width: 112px;
  height: 112px;
  min-width: 112px;
  min-height: 112px;
  max-width: 112px;
  max-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

.v16-download-card,
.download-card.v16-download-card {
  overflow: hidden;
}

.page-right-image.fixed-page-image,
.page-right-image.fixed-page-image img {
  border-radius: 0 !important;
}

@media (max-width: 1000px) {
  .page-right-image.fixed-page-image,
  .hero .page-right-image.fixed-page-image {
    width: 100%;
    max-width: 520px;
    height: auto;
    justify-self: start;
  }

  .page-right-image.fixed-page-image img {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .page-right-image.fixed-page-image figcaption {
    height: auto;
  }
}


/* V18 final public-ready polish */
.page-hero-clean {
  background: linear-gradient(135deg, #07111f, #12305a);
  color: #fff;
  padding: 72px 0;
}

.fixed-page-image {
  width: 430px;
  height: 310px;
  overflow: hidden;
}

.fixed-page-image img {
  width: 100%;
  height: 252px;
  object-fit: cover;
}

.fixed-page-image figcaption {
  height: 34px;
  overflow: hidden;
}

.download-icon.v16-download-icon {
  width: 112px;
  height: 112px;
  min-width: 112px;
  min-height: 112px;
  max-width: 112px;
  max-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.download-card.v16-download-card {
  overflow: hidden;
}

@media (max-width: 1000px) {
  .fixed-page-image {
    width: 100%;
    max-width: 520px;
    height: auto;
  }
  .fixed-page-image img {
    height: auto;
    aspect-ratio: 3 / 2;
  }
  .fixed-page-image figcaption {
    height: auto;
  }
}


/* V19 additional relevant images */
.feature-card-img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 16px;
  border: 1px solid var(--line);
}

.image-thumb {
  display: block;
  height: 180px;
  padding: 0;
  background: #07111f;
}

.image-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-pair {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.team-pair img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.team-pair em {
  font-style: normal;
  color: #64748b;
  font-size: 13px;
}

.article-inline-image {
  margin: 28px 0;
  border: 1px solid var(--line);
  background: #fff;
}

.article-inline-image img {
  display: block;
  width: 100%;
  height: auto;
}

.article-inline-image figcaption {
  padding: 10px 14px;
  color: #64748b;
  font-size: 14px;
  border-top: 1px solid var(--line);
}

.app-device-img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin: 0 0 18px;
  border: 1px solid var(--line);
  background: #07111f;
}

.comment-user {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  column-gap: 12px;
}

.comment-user span {
  grid-column: 2;
}

.comment-avatar {
  grid-row: 1 / span 2;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.feature-card-img,
.image-thumb,
.image-thumb img,
.team-pair img,
.article-inline-image,
.article-inline-image img,
.app-device-img,
.comment-avatar {
  border-radius: 0 !important;
}

@media (max-width: 700px) {
  .feature-card-img,
  .image-thumb,
  .app-device-img {
    height: auto;
    aspect-ratio: 16 / 10;
  }
}








/* V22 NBA data table under World Cup */
.nba-data-table-wrap {
  margin-top: 8px;
}

.nba-data-table td:nth-child(3) {
  font-weight: 800;
  color: #0f172a;
}

.nba-data-table-wrap,
.nba-data-table {
  border-radius: 0 !important;
}


/* V23 article previous and next links */
.article-pager {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px auto 0;
  max-width: 1180px;
  padding: 0 20px;
}

.article-pager-link {
  display: block;
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 22px 24px;
  box-shadow: 0 12px 34px rgba(15,23,42,.06);
}

.article-pager-link span {
  display: block;
  color: #b45309;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 8px;
}

.article-pager-link strong {
  display: block;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.55;
}

.article-pager-link.next {
  text-align: right;
}

.article-pager-link:hover strong {
  color: #b45309;
}

.article-pager,
.article-pager-link {
  border-radius: 0 !important;
}

@media (max-width: 700px) {
  .article-pager {
    grid-template-columns: 1fr;
  }

  .article-pager-link.next {
    text-align: left;
  }
}


/* V26 logo height only and left aligned */
.header-inner {
  justify-content: flex-start;
}

.logo {
  flex: 0 0 auto;
  margin-right: auto;
  justify-content: flex-start;
  text-align: left;
}

.logo img,
.site-logo,
.header-logo,
.brand-logo {
  height: 54px;
  width: auto;
  max-width: none;
  min-width: 0;
  object-fit: contain;
}

.nav {
  margin-left: auto;
}

@media (max-width: 900px) {
  .header-inner {
    justify-content: flex-start;
    align-items: center;
  }

  .logo {
    margin-right: auto;
    justify-content: flex-start;
    text-align: left;
  }

  .logo img,
  .site-logo,
  .header-logo,
  .brand-logo {
    height: 48px;
    width: auto;
    max-width: none;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    margin-left: 0;
  }
}





/* V28 final advantage data anchor matrix */
.advantage-anchor-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.advantage-anchor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.advantage-anchor-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 14px 36px rgba(15,23,42,.07);
  position: relative;
  overflow: hidden;
}

.advantage-anchor-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #f8c24a;
}

.advantage-anchor-card.primary::before {
  background: #b45309;
}

.anchor-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.anchor-top span {
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
}

.anchor-top em {
  font-style: normal;
  color: #b45309;
  background: #fff7df;
  border: 1px solid #f8c24a;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.advantage-anchor-card strong {
  display: block;
  color: #0f172a;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 14px;
}

.advantage-anchor-card p {
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 16px;
}

.advantage-anchor-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 8px;
}

.advantage-anchor-card li {
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
  padding-left: 16px;
  position: relative;
}

.advantage-anchor-card li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #f8c24a;
  position: absolute;
  left: 0;
  top: 9px;
}

.advantage-anchor-card b {
  display: inline-flex;
  align-items: center;
  color: #b45309;
  font-size: 14px;
  font-weight: 900;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.advantage-anchor-card:hover {
  border-color: #f8c24a;
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(15,23,42,.10);
}

.advantage-anchor-card:hover .anchor-top span,
.advantage-anchor-card:hover strong {
  color: #b45309;
}

.advantage-anchor-card,
.anchor-top em {
  border-radius: 0 !important;
}

@media (max-width: 1200px) {
  .advantage-anchor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .advantage-anchor-grid {
    grid-template-columns: 1fr;
  }

  .advantage-anchor-card {
    min-height: auto;
  }

  .advantage-anchor-card strong {
    font-size: 34px;
  }
}


/* V31 homepage layout advantage */
.home-hot-entry {
  background: #07111f;
  border-top: 1px solid rgba(248,194,74,.28);
  border-bottom: 1px solid rgba(248,194,74,.28);
  padding: 18px 0;
}

.hot-entry-inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.hot-entry-item {
  display: block;
  min-height: 116px;
  padding: 16px 14px;
  border: 1px solid rgba(248,194,74,.26);
  background: rgba(255,255,255,.04);
}

.hot-entry-item span {
  display: block;
  color: #f8c24a;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px;
}

.hot-entry-item strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.hot-entry-item em {
  display: block;
  font-style: normal;
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.55;
}

.hot-entry-item:hover {
  background: rgba(248,194,74,.12);
  border-color: #f8c24a;
  transform: translateY(-2px);
}

#worldcup-schedule {
  padding-top: 58px;
}

#nba-topic {
  padding-top: 58px;
}

#worldcup-schedule + #nba-topic {
  padding-top: 18px;
}

#worldcup-schedule .section-title,
#nba-topic .section-title {
  margin-bottom: 18px;
}

.article-grid {
  align-items: stretch;
}

.user-comments-section {
  padding-top: 64px;
}

.home-hot-entry,
.hot-entry-item {
  border-radius: 0 !important;
}

@media (max-width: 1200px) {
  .hot-entry-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hot-entry-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hot-entry-item {
    min-height: 104px;
  }

  .hot-entry-item strong {
    font-size: 20px;
  }
}


/* Homepage latest article cards use real article cover images, not fixed decorative backgrounds. */
.home-article-thumb {
  display: block;
  position: relative;
  height: 180px;
  padding: 0;
  background: #07111f;
}

.home-article-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-article-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,17,31,.02), rgba(7,17,31,.62));
  pointer-events: none;
}

.home-article-thumb span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
}

.home-about-image {
  width: 100%;
  margin: 0;
  align-self: stretch;
  min-height: 330px;
  border: 1px solid rgba(248,194,74,.34);
  background: rgba(255,255,255,.05);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.26);
}

.home-about-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .home-about-image,
  .home-about-image img {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  .home-article-thumb {
    height: 160px;
  }

  .home-about-image,
  .home-about-image img {
    min-height: 220px;
  }
}


/* V32 content thickness, official guide and safety access */
.v32-depth-section {
  background: #f8fafc;
}

.v32-depth-grid,
.v32-safe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.v32-depth-card,
.v32-safe-card {
  background: #ffffff;
  border: 1px solid var(--line);
  padding: 26px;
  box-shadow: 0 12px 34px rgba(15,23,42,.06);
}

.v32-depth-card h3,
.v32-safe-card h3 {
  margin-top: 0;
  color: #0f172a;
  font-size: 22px;
}

.v32-depth-card p,
.v32-safe-card p,
.v32-guide-intro {
  color: #475569;
  font-size: 17px;
  line-height: 1.9;
}

.v32-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.v32-entry-guide .process-line div,
.v32-depth-card,
.v32-safe-card {
  border-radius: 0 !important;
}

.v32-safe-section {
  background: #ffffff;
}

.v32-safe-list {
  margin: 16px 0 0;
  padding-left: 20px;
  color: #475569;
  line-height: 1.9;
  font-size: 16px;
}

.v32-safe-list li {
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .v32-depth-grid,
  .v32-safe-grid {
    grid-template-columns: 1fr;
  }
}


/* v33 SEO keyword rank section */
.v33-seo-rank-section{position:relative;background:linear-gradient(180deg,#ffffff 0%,#f7f8fb 100%);}
.v33-seo-rank-section .section-title{max-width:980px;margin:0 auto 28px;text-align:center;}
.v33-seo-lead{font-size:16px;line-height:1.9;color:#39465a;}
.v33-keyword-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px;}
.v33-keyword-card{border:1px solid rgba(182,143,63,.24);background:#fff;border-radius: 0 !important;padding:22px;box-shadow:0 14px 38px rgba(9,20,35,.08);}
.v33-keyword-card h3{margin:0 0 12px;font-size:20px;color:#122033;}
.v33-keyword-card p{margin:0;color:#4a586b;line-height:1.9;}
.v33-keyword-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px;}
.v33-keyword-links a{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border-radius: 0 !important;background:#111b2d;color:#f6d58c;text-decoration:none;font-weight:700;border:1px solid rgba(246,213,140,.42);}
.v33-keyword-links a:hover{transform:translateY(-1px);}
@media (max-width: 920px){.v33-keyword-grid{grid-template-columns:1fr;}.v33-keyword-card{padding:18px;}}

/* v36 square-corner policy: all cards, modules, images, buttons, badges and entry blocks use straight corners. */
*, *::before, *::after {
  border-radius: 0 !important;
}


/* V38 public layout and copy polish */
.page-hero-clean .page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  gap: 48px;
  align-items: center;
}

.page-hero-clean .page-hero-grid > div:first-child {
  min-width: 0;
}

.page-hero-clean h1 {
  max-width: 900px;
}

.page-hero-clean .page-summary {
  max-width: 860px;
  margin-bottom: 0;
}

.page-hero-clean .page-right-image.fixed-page-image {
  width: 100%;
  max-width: 520px;
  height: 340px;
  justify-self: end;
  align-self: center;
  padding: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 22px 60px rgba(0,0,0,.26);
}

.page-hero-clean .page-right-image.fixed-page-image img {
  height: 282px;
  object-fit: cover;
}

.page-hero-clean .page-right-image.fixed-page-image figcaption {
  height: 34px;
  line-height: 1.35;
  color: #dbeafe;
}

.official-service-card-grid {
  align-items: stretch;
}

.official-service-card-grid article {
  position: relative;
  display: flex;
  min-height: 320px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e5decf;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
}

.official-service-card-grid article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  background: #f8c24a;
}

.official-service-card-grid article > span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin: 8px 0 20px;
  border: 1px solid #f8c24a;
  background: #07111f;
  color: #f8c24a;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .5px;
}

.official-service-card-grid article h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 28px;
  line-height: 1.25;
}

.official-service-card-grid article p {
  margin: 0 0 20px;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

.official-service-card-grid article .btn {
  margin-top: auto;
  align-self: flex-start;
  justify-content: center;
}

.process-line {
  border-top: 0;
}

.process-line div {
  border: 1px solid #e5decf;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 14px 34px rgba(15,23,42,.07);
}

.process-line b {
  background: #07111f;
  color: #f8c24a;
  border: 1px solid #f8c24a;
  min-width: 48px;
  text-align: center;
}

@media (max-width: 1100px) {
  .page-hero-clean .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-clean .page-right-image.fixed-page-image {
    max-width: 560px;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .page-hero-clean .page-right-image.fixed-page-image {
    height: auto;
  }

  .page-hero-clean .page-right-image.fixed-page-image img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .official-service-card-grid article {
    min-height: auto;
  }
}


/* v39 public copy + stable layout */
.page-hero-clean .page-hero-grid,
.hero .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: 56px;
  align-items: center;
}
.page-hero-clean .page-right-image,
.hero .page-right-image {
  margin: 0;
  width: 100%;
}
.page-hero-clean .page-right-image img,
.hero .page-right-image img {
  width: 100%;
  height: auto;
  display: block;
}
.official-service-card-grid article,
.v33-keyword-card,
.v32-depth-card,
.v32-safe-card,
.faq-card,
.user-comment-card,
.feature-grid article,
.hot-entry-item {
  border-radius: 0 !important;
}
.official-service-card-grid article {
  position: relative;
  min-height: 270px;
  padding: 34px 30px 30px;
  background: #ffffff;
  border: 1px solid rgba(204, 164, 84, .42);
  box-shadow: 0 16px 34px rgba(7, 17, 31, .08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.official-service-card-grid article::before,
.v33-keyword-card::before,
.v32-depth-card::before,
.v32-safe-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #d6a94a, #f5df90, #d6a94a);
}
.official-service-card-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border: 1px solid rgba(204, 164, 84, .55);
  background: #07111f;
  color: #f5df90;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: .04em;
}
.official-service-card-grid article h2,
.official-service-card-grid article h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.2;
}
.official-service-card-grid article p {
  margin: 0 0 24px;
  color: #42526a;
  line-height: 1.9;
}
.official-service-card-grid article .btn {
  margin-top: auto;
  align-self: flex-start;
}
@media (max-width: 980px) {
  .page-hero-clean .page-hero-grid,
  .hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .page-hero-clean .page-right-image,
  .hero .page-right-image {
    max-width: 720px;
  }
}
@media (max-width: 640px) {
  .official-service-card-grid article {
    min-height: auto;
    padding: 28px 22px 24px;
  }
  .official-service-card-grid article span {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}


/* v40: APP页三栏设备访问卡片铺满容器，避免右侧留空 */
body[data-page-code="app"] .app-device-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px;
  align-items: stretch;
}

body[data-page-code="app"] .app-device-grid article {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body[data-page-code="app"] .app-device-grid article .btn {
  margin-top: auto;
  width: fit-content;
}

@media (max-width: 980px) {
  body[data-page-code="app"] .app-device-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body[data-page-code="app"] .app-device-grid {
    grid-template-columns: 1fr !important;
  }
}

/* v46: anchor positioning fix */
#worldcup-schedule,#nba-topic,#faq{scroll-margin-top:96px;}
@media (max-width:768px){#worldcup-schedule,#nba-topic,#faq{scroll-margin-top:76px;}}

/* v49: 首页官方服务中心，统一写入本 CSS，独立命名空间，不影响其他卡片 */
.th-official-service-center {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(248, 194, 74, .18), transparent 34%),
    linear-gradient(135deg, #f8fafc 0%, #ffffff 45%, #f4f7fb 100%);
}
.th-official-service-center::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 17, 31, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 31, .035) 1px, transparent 1px);
  background-size: 26px 26px;
}
.th-official-service-center .container {
  position: relative;
  z-index: 1;
}
.th-official-service-head {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}
.th-official-service-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border: 1px solid rgba(204, 164, 84, .5);
  background: #fff8df;
  color: #9a6513;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
}
.th-official-service-head h2 {
  margin: 14px 0 12px;
  color: #07111f;
  font-size: clamp(26px, 3.3vw, 40px);
  line-height: 1.25;
}
.th-official-service-head p {
  margin: 0;
  color: #5b677a;
  line-height: 1.9;
}
.th-official-service-layout {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1.45fr);
  gap: 24px;
  align-items: stretch;
}
.th-official-service-main {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 34px 32px;
  border: 1px solid rgba(204, 164, 84, .48);
  background: linear-gradient(145deg, #07111f 0%, #0f213c 58%, #07111f 100%);
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(7, 17, 31, .16);
}
.th-official-service-badge {
  width: fit-content;
  margin-bottom: 18px;
  padding: 5px 10px;
  border: 1px solid rgba(245, 223, 144, .55);
  color: #f5df90;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.th-official-service-main h3 {
  margin: 0 0 16px;
  color: #f8c24a;
  font-size: 28px;
  line-height: 1.25;
}
.th-official-service-main p {
  margin: 0;
  color: #dbeafe;
  line-height: 1.9;
}
.th-official-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.th-official-service-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(245, 223, 144, .6);
  background: rgba(248, 194, 74, .12);
  color: #f5df90;
  font-weight: 900;
}
.th-official-service-actions a:nth-child(2) {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
}
.th-official-service-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(204, 164, 84, .36);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 34px rgba(7, 17, 31, .075);
}
.th-official-service-row {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid rgba(7, 17, 31, .08);
  background: linear-gradient(135deg, #fff8df, #ffffff);
}
.th-official-service-row strong {
  display: block;
  margin-bottom: 8px;
  color: #07111f;
  font-size: 20px;
  line-height: 1.35;
}
.th-official-service-row p {
  margin: 0;
  color: #516071;
  line-height: 1.8;
}
.th-official-service-row a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  background: #07111f;
  color: #f5df90;
  font-weight: 900;
}
.th-official-service-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.th-official-service-box {
  padding: 22px;
  border: 1px solid rgba(7, 17, 31, .08);
  background: #ffffff;
}
.th-official-service-box h3 {
  margin: 0 0 14px;
  color: #101827;
  font-size: 19px;
  line-height: 1.35;
}
.th-official-service-box ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.th-official-service-box li {
  position: relative;
  padding-left: 18px;
  color: #516071;
  font-size: 15px;
  line-height: 1.65;
}
.th-official-service-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #d6a94a;
}
.th-official-service-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.th-official-service-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(204, 164, 84, .35);
  background: #fffaf0;
  color: #9a6513;
  font-size: 14px;
  font-weight: 900;
}
@media (max-width: 1080px) {
  .th-official-service-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .th-official-service-row,
  .th-official-service-columns,
  .th-official-service-links {
    grid-template-columns: 1fr;
  }
  .th-official-service-row {
    display: grid;
  }
  .th-official-service-row a {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .th-official-service-center {
    padding: 56px 0;
  }
  .th-official-service-main,
  .th-official-service-panel {
    padding: 22px;
  }
  .th-official-service-main h3 {
    font-size: 24px;
  }
}

/* site breadcrumb start */
.site-breadcrumb {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-top: 1px solid rgba(226, 232, 240, .72);
  border-bottom: 1px solid rgba(226, 232, 240, .9);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .035);
}

.site-breadcrumb-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #64748b;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
}

.site-breadcrumb-inner::-webkit-scrollbar {
  display: none;
}

.site-breadcrumb-link {
  color: #172033;
  font-weight: 700;
  text-decoration: none;
  transition: color .18s ease;
}

.site-breadcrumb-link:hover {
  color: #d89b19;
}

.site-breadcrumb-sep {
  flex: 0 0 auto;
  color: #94a3b8;
  font-size: 13px;
}

.site-breadcrumb-current {
  color: #64748b;
  font-weight: 600;
}

.site-breadcrumb-article {
  background: #0b1628;
  border-top-color: rgba(248, 194, 74, .16);
  border-bottom-color: rgba(248, 194, 74, .22);
  box-shadow: none;
}

.site-breadcrumb-article .site-breadcrumb-inner {
  color: #cbd5e1;
}

.site-breadcrumb-article .site-breadcrumb-link {
  color: #f8fafc;
}

.site-breadcrumb-article .site-breadcrumb-link:hover {
  color: #f8c24a;
}

.site-breadcrumb-article .site-breadcrumb-current,
.site-breadcrumb-article .site-breadcrumb-sep {
  color: #cbd5e1;
}

@media (max-width: 640px) {
  .site-breadcrumb-inner {
    min-height: 40px;
    gap: 7px;
    font-size: 13px;
  }
}
/* site breadcrumb end */
