:root {
  --bg: #07111f;
  --bg-strong: #020817;
  --panel: #0b1828;
  --panel-soft: #10233a;
  --line: rgba(129, 205, 255, 0.18);
  --text: #edf7ff;
  --muted: #9ab3c9;
  --cyan: #31c9ff;
  --cyan-strong: #00a7ef;
  --green: #2bd3a3;
  --gold: #d8b45a;
  --paper: #f7fbff;
  --paper-2: #edf4fa;
  --ink: #102033;
  --ink-soft: #496071;
  --danger: #ffcf70;
  --shadow: 0 22px 60px rgba(0, 13, 31, 0.3);
  color-scheme: dark;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

/* Text-first homepage and SEO-friendly layout refresh */
.template-blue {
  background: #f4f7fb;
  color: #0b2442;
}

.template-blue .site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dde6f2;
  box-shadow: 0 10px 32px rgba(15, 38, 74, 0.08);
  backdrop-filter: blur(16px);
}

.template-blue .brand {
  color: #08214a;
}

.template-blue .brand span span,
.template-blue .footer-grid p {
  color: #43607f;
}

.template-blue .brand-mark {
  color: #ffffff;
  background: linear-gradient(135deg, #0b8cff, #092d68);
  box-shadow: 0 10px 28px rgba(5, 94, 185, 0.18);
}

.template-blue .primary-nav a {
  color: #0b2442;
  border: 1px solid transparent;
  background: transparent;
}

.template-blue .primary-nav a:hover,
.template-blue .primary-nav a[aria-current="page"] {
  color: #063a88;
  border-color: #d9e6f6;
  background: #eef5ff;
}

.template-blue .nav-toggle {
  border-color: #b9c9de;
  background: #ffffff;
}

.template-blue .nav-toggle span {
  background: #0b2442;
}

.text-home {
  background: #f4f7fb;
  color: #0b2442;
}

.text-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.text-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: #06152d;
}

.text-hero-media,
.text-hero-media img,
.text-hero-shade {
  position: absolute;
  inset: 0;
}

.text-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.text-hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 9, 22, 0.78), rgba(2, 9, 22, 0.48) 48%, rgba(2, 9, 22, 0.18)),
    linear-gradient(180deg, rgba(2, 9, 22, 0.1), rgba(2, 9, 22, 0.72));
}

.text-hero-inner {
  position: relative;
  z-index: 2;
  padding-block: 72px;
}

.text-kicker,
.text-eyebrow {
  margin: 0 0 14px;
  color: #c8942f;
  font-size: 14px;
  font-weight: 800;
}

.text-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.08;
}

.text-hero-lead {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.85;
}

.text-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.text-btn {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
}

.text-btn.primary {
  color: #071d3e;
  background: linear-gradient(135deg, #ffd775, #e5a43a);
  box-shadow: 0 14px 32px rgba(229, 164, 58, 0.22);
}

.text-btn.secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.text-hero-points {
  max-width: 920px;
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.text-hero-points span,
.text-quick a,
.text-panel,
.text-checklist,
.text-steps article,
.qr-info,
.text-directory a,
.text-faq article {
  border: 1px solid #dce6f2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(18, 41, 74, 0.08);
}

.text-hero-points span {
  min-height: 74px;
  padding: 18px;
  color: #0b2442;
  background: rgba(255, 255, 255, 0.94);
  font-weight: 800;
}

.text-quick {
  position: relative;
  z-index: 3;
  margin-top: -42px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.text-quick a {
  min-height: 138px;
  padding: 24px;
  color: #0b2442;
}

.text-quick strong,
.text-directory strong {
  display: block;
  margin-bottom: 10px;
  color: #08214a;
  font-size: 21px;
}

.text-quick span,
.text-directory span,
.text-panel p,
.text-head p,
.text-steps p,
.qr-info p,
.text-faq p,
.info-table strong {
  color: #425f80;
  line-height: 1.75;
}

.text-section {
  padding: 72px 0;
}

.text-section.muted {
  background: #eaf0f7;
}

.text-two {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.text-two.wide {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
}

.text-panel,
.text-checklist,
.qr-info {
  padding: 34px;
}

.text-panel h2,
.text-checklist h2,
.text-head h2,
.qr-info h2,
.text-faq h3 {
  margin: 0;
  color: #08214a;
  line-height: 1.25;
}

.text-panel h2,
.text-head h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.text-panel p {
  margin: 18px 0 0;
  font-size: 16px;
}

.text-checklist {
  background: #08295a;
}

.text-checklist h2 {
  color: #ffffff;
  margin-bottom: 18px;
}

.text-checklist span {
  display: flex;
  gap: 12px;
  color: #ffffff;
  line-height: 1.7;
}

.text-checklist span + span {
  margin-top: 14px;
}

.text-checklist span::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 10px;
  border-radius: 50%;
  background: #f0b84f;
}

.text-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.text-head.compact {
  margin-bottom: 18px;
}

.text-head p:not(.text-eyebrow) {
  margin: 12px 0 0;
  font-size: 16px;
}

.text-steps,
.text-directory,
.text-faq {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.text-steps article {
  min-height: 214px;
  padding: 24px;
}

.text-steps strong {
  width: 46px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #ffffff;
  background: #0b77dc;
  font-size: 20px;
}

.text-steps h3 {
  margin: 0 0 10px;
  color: #08214a;
  font-size: 20px;
}

.info-table {
  overflow: hidden;
  border: 1px solid #dce6f2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(18, 41, 74, 0.08);
}

.info-table a {
  min-height: 72px;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 96px;
  gap: 16px;
  align-items: center;
  padding: 0 22px;
  color: #0b2442;
}

.info-table a + a {
  border-top: 1px solid #e4edf7;
}

.info-table span,
.info-table em {
  color: #0b77dc;
  font-weight: 800;
  font-style: normal;
}

.qr-info {
  display: grid;
  justify-items: start;
}

.qr-info img {
  width: 132px;
  height: 132px;
  padding: 8px;
  border: 1px solid #dce6f2;
  border-radius: 8px;
  background: #ffffff;
}

.qr-info h2 {
  margin-top: 22px;
}

.qr-info .text-btn {
  margin-top: 16px;
}

.text-directory {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.text-directory a {
  min-height: 150px;
  padding: 24px;
  color: #0b2442;
}

.text-faq {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.text-faq article {
  padding: 26px;
}

.text-faq h3 {
  font-size: 20px;
}

.template-blue .site-footer {
  background: #06152d;
  color: #d8e6f6;
}

.template-blue .site-footer .brand,
.template-blue .site-footer h3 {
  color: #ffffff;
}

.template-blue .site-footer a {
  color: #f2c36b;
}

@media (max-width: 980px) {
  .text-hero {
    min-height: auto;
  }

  .text-hero-inner {
    padding-block: 54px 70px;
  }

  .text-hero-points,
  .text-quick,
  .text-steps,
  .text-directory,
  .text-faq,
  .text-two,
  .text-two.wide {
    grid-template-columns: 1fr;
  }

  .text-quick {
    margin-top: -24px;
  }

  .info-table a {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px;
  }
}

@media (max-width: 760px) {
  .template-blue .primary-nav {
    background: #ffffff;
  }

  .text-shell {
    width: min(100% - 28px, 1180px);
  }

  .text-hero h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .text-hero-lead {
    font-size: 16px;
  }

  .text-hero-actions {
    display: grid;
  }

  .text-section {
    padding: 54px 0;
  }

  .text-panel,
  .text-checklist,
  .qr-info,
  .text-steps article,
  .text-directory a,
  .text-faq article,
  .text-quick a {
    padding: 22px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(4, 13, 27, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav-wrap,
.section-inner,
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(49, 201, 255, 0.95), rgba(43, 211, 163, 0.9)),
    #0a192b;
  color: #00131f;
  font-weight: 900;
}

.brand strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  border-radius: 8px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.primary-nav a {
  padding: 9px 11px;
  border-radius: 8px;
  color: #c7dbed;
  font-size: 14px;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--text);
  background: rgba(49, 201, 255, 0.1);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  background:
    radial-gradient(circle at 12% 14%, rgba(49, 201, 255, 0.23), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(43, 211, 163, 0.16), transparent 30%),
    linear-gradient(145deg, #08182b 0%, #06101f 52%, #050a14 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent 78%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0 76px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 52px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 18px;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--cyan);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.18;
  color: inherit;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(36px, 6vw, 68px);
  max-width: 760px;
}

h2 {
  font-size: clamp(28px, 4vw, 44px);
}

h3 {
  font-size: 21px;
}

p {
  margin: 0;
}

.lead {
  margin-top: 22px;
  max-width: 660px;
  color: #c6d8ea;
  font-size: 18px;
}

.hero-actions,
.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: #001524;
  box-shadow: 0 16px 34px rgba(0, 167, 239, 0.24);
}

.btn-secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
  max-width: 640px;
}

.trust-item {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 26, 45, 0.75);
}

.trust-item strong {
  display: block;
  color: var(--text);
  font-size: 18px;
}

.trust-item span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.hero-visual {
  position: relative;
}

.image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(49, 201, 255, 0.22);
  background: #071421;
  box-shadow: var(--shadow);
}

.image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(2, 8, 23, 0.3));
  pointer-events: none;
}

.hero-visual .image-frame {
  aspect-ratio: 16 / 11;
}

.hero-visual img,
.feature-media img,
.page-media img {
  height: 100%;
  object-fit: cover;
}

.status-strip {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  z-index: 2;
}

.status-card {
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  background: rgba(3, 13, 28, 0.76);
  backdrop-filter: blur(10px);
}

.status-card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.status-card strong {
  color: #e9fbff;
  font-size: 15px;
}

.section {
  padding: 82px 0;
}

.section.light {
  background: var(--paper);
  color: var(--ink);
}

.section.soft {
  background: linear-gradient(180deg, #081628 0%, #0b1929 100%);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 36px;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 620px;
  color: var(--muted);
}

.light .section-head p,
.light .muted,
.light .card p,
.light .article-card p {
  color: var(--ink-soft);
}

.grid-3,
.grid-4,
.content-grid {
  display: grid;
  gap: 18px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
  align-items: center;
  gap: 40px;
}

.card,
.article-card,
.faq-item {
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.light .card,
.light .article-card,
.light .faq-item {
  border-color: #d7e4ef;
  background: #ffffff;
}

.card {
  padding: 24px;
}

.card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(49, 201, 255, 0.13);
  color: var(--cyan);
  font-weight: 900;
}

.card p,
.article-card p {
  margin-top: 10px;
  color: var(--muted);
}

.feature-media,
.page-media {
  aspect-ratio: 16 / 10;
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: #001524;
  font-weight: 900;
}

.article-card {
  overflow: hidden;
}

.article-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-body {
  padding: 22px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: #cae9ff;
  background: rgba(49, 201, 255, 0.08);
  font-size: 14px;
}

.light .pill {
  color: #12587e;
  border-color: #cce3ef;
  background: #eef9ff;
}

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

.faq-item {
  padding: 22px;
}

.faq-item h3 {
  font-size: 18px;
}

.faq-item p {
  margin-top: 8px;
  color: var(--muted);
}

.cta-band {
  padding: 54px;
  border-radius: 8px;
  border: 1px solid rgba(49, 201, 255, 0.22);
  background:
    radial-gradient(circle at 80% 20%, rgba(49, 201, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #0b1d31, #07101f);
}

.cta-band p {
  margin-top: 14px;
  max-width: 720px;
  color: #c5d8e8;
}

.page-hero {
  padding: 86px 0 58px;
  background:
    radial-gradient(circle at 80% 20%, rgba(49, 201, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #071626, #040a15);
  border-bottom: 1px solid var(--line);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 20px;
}

.breadcrumbs a {
  color: #cbe9ff;
}

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

.page-hero .lead {
  max-width: 760px;
}

.text-block {
  display: grid;
  gap: 16px;
  color: #c7dae9;
}

.light .text-block {
  color: var(--ink-soft);
}

.notice {
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(216, 180, 90, 0.44);
  background: rgba(216, 180, 90, 0.1);
  color: #ffe2a0;
}

.light .notice {
  color: #685012;
  background: #fff8df;
  border-color: #ead89d;
}

.site-footer {
  padding: 56px 0 30px;
  background: #030914;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 0.7fr));
  gap: 34px;
}

.footer-grid h3 {
  font-size: 16px;
  margin-bottom: 12px;
}

.footer-grid a,
.footer-grid p {
  display: block;
  color: var(--muted);
  font-size: 14px;
  margin: 7px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px;
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.09);
  color: #7f96aa;
  font-size: 13px;
}

.age-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(2, 8, 18, 0.82);
  backdrop-filter: blur(12px);
}

.age-modal.is-visible {
  display: flex;
}

.age-box {
  width: 340px;
  max-width: calc(100vw - 56px);
  padding: 30px;
  border-radius: 8px;
  border: 1px solid rgba(49, 201, 255, 0.24);
  background: #071421;
  box-shadow: var(--shadow);
  overflow-wrap: anywhere;
}

.age-box strong {
  display: inline-flex;
  width: 54px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 207, 112, 0.15);
  color: var(--danger);
  margin-bottom: 16px;
}

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

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 74px;
    display: none;
    padding: 14px;
    background: #061222;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-inner,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-top: 70px;
  }

  .grid-4,
  .grid-3,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .age-modal {
    padding: 16px;
  }

  .age-box {
    width: 260px;
    max-width: calc(100vw - 48px);
    padding: 22px 18px;
  }

  .age-box h2 {
    font-size: 20px;
    line-height: 1.28;
  }

  .age-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .age-actions .btn {
    width: 100%;
    min-width: 0;
    padding: 0 14px;
    justify-content: center;
  }

  .nav-wrap,
  .section-inner,
  .footer-inner,
  .hero-inner {
    width: min(100% - 28px, 1180px);
  }

  .brand > span:not(.brand-mark) > span {
    display: none;
  }

  .primary-nav.is-open,
  .grid-4,
  .grid-3,
  .trust-row,
  .footer-grid,
  .status-strip {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 58px 0;
  }

  .section-head {
    display: block;
  }

  .section-head p {
    margin-top: 12px;
  }

  .cta-band {
    padding: 28px;
  }

  .footer-bottom {
    display: block;
  }

  .status-strip {
    position: static;
    margin-top: 12px;
  }
}

/* Visual upgrade v2: premium Asian sportsbook platform system */
:root {
  --bg: #050b16;
  --bg-strong: #02060d;
  --panel: #081728;
  --panel-soft: #10273a;
  --line: rgba(133, 205, 255, 0.18);
  --text: #f0f8ff;
  --muted: #9fb6c9;
  --cyan: #1bb8ff;
  --cyan-strong: #0896d8;
  --green: #16b98e;
  --gold: #c8a45d;
  --paper: #f4f8fc;
  --paper-2: #eaf2f8;
  --ink: #0b1d2d;
  --ink-soft: #4d6475;
  --shadow: 0 28px 70px rgba(0, 12, 28, 0.34);
}

body {
  background:
    radial-gradient(circle at 8% 2%, rgba(27, 184, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #050b16 0%, #071423 100%);
}

.site-header {
  background: rgba(3, 9, 18, 0.9);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
}

.brand-mark {
  position: relative;
  border-radius: 14px;
  background: linear-gradient(145deg, #071728, #0b2235);
  border: 1px solid rgba(27, 184, 255, 0.28);
  color: transparent;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04), 0 10px 24px rgba(0,0,0,0.28);
  overflow: hidden;
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 6px 8px;
  background: linear-gradient(135deg, var(--cyan), var(--green) 58%, var(--gold));
  clip-path: polygon(50% 0, 100% 18%, 100% 51%, 86% 78%, 50% 100%, 14% 78%, 0 51%, 0 18%);
  opacity: 0.95;
}

.brand-mark::after {
  content: "亚";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #f8fcff;
  font-size: 18px;
  font-weight: 900;
}

.brand strong {
  letter-spacing: 0;
}

.primary-nav a {
  border: 1px solid transparent;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  border-color: rgba(27, 184, 255, 0.2);
  background: linear-gradient(180deg, rgba(27,184,255,0.14), rgba(22,185,142,0.06));
}

.hero {
  background:
    linear-gradient(90deg, rgba(5, 11, 22, 0.98) 0%, rgba(5, 11, 22, 0.84) 43%, rgba(5, 11, 22, 0.42) 100%),
    radial-gradient(circle at 72% 22%, rgba(27, 184, 255, 0.26), transparent 34%),
    radial-gradient(circle at 88% 70%, rgba(200, 164, 93, 0.13), transparent 26%),
    linear-gradient(145deg, #081728 0%, #050b16 60%, #02060d 100%);
}

.hero::before {
  background-image:
    linear-gradient(rgba(27,184,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27,184,255,0.04) 1px, transparent 1px),
    linear-gradient(135deg, rgba(200,164,93,0.08) 1px, transparent 1px);
  background-size: 74px 74px, 74px 74px, 180px 180px;
}

.hero-inner {
  padding-top: 104px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0;
}

.lead {
  color: #c9d9e8;
}

.btn {
  border-radius: 10px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--cyan) 0%, var(--green) 70%, #47d7a0 100%);
  box-shadow: 0 18px 38px rgba(22, 185, 142, 0.26);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(168, 210, 238, 0.26);
}

.trust-item,
.status-card {
  border-radius: 10px;
  border-color: rgba(27,184,255,0.22);
  background: linear-gradient(180deg, rgba(12,31,49,0.88), rgba(5,13,24,0.84));
}

.trust-item strong {
  color: #f8fcff;
}

.image-frame {
  border-radius: 12px;
  border-color: rgba(27,184,255,0.24);
  background:
    linear-gradient(145deg, rgba(27,184,255,0.12), transparent 38%),
    #06101d;
}

.image-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,0.08);
  pointer-events: none;
  z-index: 2;
}

.hero-visual .image-frame {
  aspect-ratio: 16 / 10;
}

.section.light {
  background:
    radial-gradient(circle at 10% 0%, rgba(27,184,255,0.09), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #edf5fb 100%);
}

.section.soft {
  background:
    radial-gradient(circle at 82% 8%, rgba(22,185,142,0.12), transparent 30%),
    linear-gradient(180deg, #071423 0%, #081a2b 100%);
}

.section-head {
  align-items: center;
}

.card,
.article-card,
.faq-item {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.card {
  min-height: 100%;
}

.light .card,
.light .article-card,
.light .faq-item {
  box-shadow: 0 16px 34px rgba(7, 23, 40, 0.06);
}

.card::after,
.article-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--green), var(--gold));
  opacity: 0.74;
}

.card-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(27,184,255,0.26);
  background:
    linear-gradient(145deg, rgba(27,184,255,0.16), rgba(22,185,142,0.08)),
    #071728;
  color: var(--cyan);
  font-size: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

.light .card-icon {
  background:
    linear-gradient(145deg, rgba(27,184,255,0.16), rgba(22,185,142,0.08)),
    #f1f9ff;
}

.card-icon span {
  display: none;
}

.card-icon::before {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  background: currentColor;
  mask: var(--icon-shape);
  -webkit-mask: var(--icon-shape);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.card-icon[data-icon="download"] {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11 3h2v9l3.5-3.5 1.4 1.4L12 15.8 6.1 9.9l1.4-1.4L11 12V3Zm-6 14h2v2h10v-2h2v4H5v-4Z'/%3E%3C/svg%3E");
}

.card-icon[data-icon="shield"] {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 20 5v6c0 5.4-3.2 9.2-8 11-4.8-1.8-8-5.6-8-11V5l8-3Zm-1 13.6 6-6-1.4-1.4L11 12.8 8.4 10.2 7 11.6l4 4Z'/%3E%3C/svg%3E");
}

.card-icon[data-icon="chart"] {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 19h16v2H2V3h2v16Zm2-3 4-5 4 3 5-8 1.7 1-6.1 9.7-4.2-3.1-3 3.7L6 16Z'/%3E%3C/svg%3E");
}

.card-icon[data-icon="ball"] {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 3 2.5 1.8-1 3H10.5l-1-3L12 5Zm-5.7 5 2.6 1.8-.9 3H5.4A7.8 7.8 0 0 1 6.3 10Zm11.4 0c.5 1 .8 2.1.9 3.2H16l-.9-3 2.6-1.8ZM9 17l1.4-4h3.2l1.4 4-3 2.1L9 17Z'/%3E%3C/svg%3E");
}

.card-icon[data-icon="live"] {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5h16v11H4V5Zm2 2v7h12V7H6Zm3 11h6v2H9v-2Zm8-9 3-2v7l-3-2V9Z'/%3E%3C/svg%3E");
}

.card-icon[data-icon="support"] {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3a8 8 0 0 0-8 8v5a3 3 0 0 0 3 3h2v-7H6v-1a6 6 0 0 1 12 0v1h-3v7h2a3 3 0 0 0 3-3v-5a8 8 0 0 0-8-8Zm-2 16h4v2h-4v-2Z'/%3E%3C/svg%3E");
}

.card-icon[data-icon="age"] {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16v16H4V4Zm3 5v2h2v6h2V9H7Zm6 0v8h5v-2h-3v-1h3v-2h-3v-1h3V9h-5Z'/%3E%3C/svg%3E");
}

.card-icon[data-icon="globe"] {
  --icon-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 9h-3.1a14.8 14.8 0 0 0-1.1-5A8.1 8.1 0 0 1 18.9 11ZM12 4c.8 1.1 1.5 3.5 1.7 7h-3.4C10.5 7.5 11.2 5.1 12 4Zm-2.7 2a14.8 14.8 0 0 0-1.1 5H5.1A8.1 8.1 0 0 1 9.3 6Zm-4.2 7h3.1c.1 1.8.4 3.6 1.1 5A8.1 8.1 0 0 1 5.1 13ZM12 20c-.8-1.1-1.5-3.5-1.7-7h3.4c-.2 3.5-.9 5.9-1.7 7Zm2.7-2c.7-1.4 1-3.2 1.1-5h3.1a8.1 8.1 0 0 1-4.2 5Z'/%3E%3C/svg%3E");
}

.article-card img {
  filter: saturate(1.05) contrast(1.04);
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 11, 22, 0.98) 0%, rgba(5, 11, 22, 0.84) 54%, rgba(5, 11, 22, 0.42) 100%),
    var(--page-art, none),
    radial-gradient(circle at 78% 18%, rgba(27,184,255,0.18), transparent 32%),
    linear-gradient(135deg, #071728, #030914);
  background-size: cover;
  background-position: center right;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(27,184,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27,184,255,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.page-hero .section-inner {
  position: relative;
  z-index: 1;
}

.cta-band {
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(8, 23, 40, 0.96), rgba(8, 23, 40, 0.72)),
    radial-gradient(circle at 80% 25%, rgba(22,185,142,0.18), transparent 34%),
    linear-gradient(135deg, #0a1e31, #050b16);
}

.notice {
  border-radius: 12px;
}

@media (max-width: 640px) {
  .hero-inner {
    padding-top: 64px;
  }

  .hero {
    background:
      radial-gradient(circle at 50% 0%, rgba(27,184,255,0.18), transparent 42%),
      linear-gradient(180deg, #071728 0%, #050b16 100%);
  }

  .page-hero {
    min-height: 320px;
    background-position: center;
  }
}

/* Black-gold entertainment direction, matching the requested reference style. */
:root {
  --bg: #080604;
  --bg-strong: #020101;
  --panel: #14100a;
  --panel-soft: #21170c;
  --line: rgba(241, 199, 105, 0.28);
  --text: #fff7df;
  --muted: #d7c6a0;
  --cyan: #f8d278;
  --cyan-strong: #f0b84f;
  --green: #ff8b3d;
  --gold: #f6d57f;
  --paper: #fff9ec;
  --paper-2: #f6eddb;
  --ink: #221709;
  --ink-soft: #725c37;
  --danger: #ffe2a0;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

body {
  background:
    radial-gradient(circle at 18% 0%, rgba(248, 210, 120, 0.12), transparent 28%),
    linear-gradient(180deg, #090604 0%, #050302 58%, #0c0804 100%);
}

.site-header {
  background: rgba(6, 4, 3, 0.9);
  border-bottom-color: rgba(241, 199, 105, 0.24);
}

.brand-mark {
  background:
    linear-gradient(135deg, #ff6e2f 0%, #f7c86d 46%, #fff0b7 100%),
    #120b05;
  color: #1a0d03;
  border: 1px solid rgba(255, 239, 180, 0.45);
  box-shadow: 0 0 28px rgba(244, 190, 86, 0.22);
}

.brand span {
  color: #c7ad74;
}

.primary-nav a {
  color: #e5d2aa;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: #fff6dc;
  background: rgba(241, 199, 105, 0.12);
}

.hero {
  min-height: 760px;
  background:
    linear-gradient(90deg, rgba(3, 2, 1, 0.98) 0%, rgba(9, 5, 2, 0.91) 44%, rgba(9, 5, 2, 0.46) 100%),
    radial-gradient(circle at 76% 26%, rgba(247, 202, 106, 0.22), transparent 34%),
    radial-gradient(circle at 88% 74%, rgba(255, 109, 38, 0.18), transparent 30%),
    linear-gradient(145deg, #100905 0%, #050302 58%, #130b05 100%);
}

.hero::before {
  background-image:
    linear-gradient(rgba(246, 213, 127, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 213, 127, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 76%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 210px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.hero-inner {
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
  padding: 94px 0 84px;
  gap: 46px;
  z-index: 1;
}

.eyebrow {
  color: #ffd879;
  text-shadow: 0 0 22px rgba(240, 184, 79, 0.26);
}

.eyebrow::before {
  background: linear-gradient(90deg, #ff7738, #f8d278);
}

h1 {
  color: #ffeaa8;
  font-size: clamp(44px, 6.9vw, 86px);
  font-weight: 900;
  text-shadow:
    0 3px 0 rgba(80, 43, 8, 0.55),
    0 18px 34px rgba(0, 0, 0, 0.58),
    0 0 34px rgba(246, 213, 127, 0.18);
}

.hero .lead {
  max-width: 760px;
  color: #fff7e0;
  font-size: 24px;
  font-weight: 800;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.62);
}

.hero-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
  max-width: 680px;
}

.hero-categories a {
  min-height: 136px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  padding: 16px 10px;
  border: 1px solid rgba(246, 213, 127, 0.58);
  border-radius: 14px;
  color: #fff3c4;
  background:
    linear-gradient(180deg, rgba(255, 230, 160, 0.13), rgba(255, 141, 58, 0.05)),
    rgba(9, 6, 3, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.05),
    0 18px 36px rgba(0,0,0,0.28);
  backdrop-filter: blur(12px);
}

.hero-categories a:hover {
  border-color: rgba(255, 238, 184, 0.9);
  transform: translateY(-2px);
}

.hero-categories span {
  width: 46px;
  height: 46px;
  display: block;
  background: linear-gradient(180deg, #fff4bc, #d89a35);
  mask: var(--category-icon);
  -webkit-mask: var(--category-icon);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.hero-categories strong {
  color: #fff6d7;
  font-size: 18px;
  letter-spacing: 0;
}

.hero-categories [data-icon="live"] {
  --category-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M32 7a13 13 0 0 1 13 13c0 5-3 9.5-7.2 11.6C48 34 55 42.2 55 55H9c0-12.8 7-21 17.2-23.4A13 13 0 0 1 32 7Z'/%3E%3C/svg%3E");
}

.hero-categories [data-icon="ball"] {
  --category-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M32 5a27 27 0 1 0 0 54 27 27 0 0 0 0-54Zm0 8 7 5-2.7 8.2h-8.6L25 18l7-5Zm-16 17 7 5-2.6 8H13a21 21 0 0 1 3-13Zm32 0a21 21 0 0 1 3 13h-7.4L41 35l7-5ZM23 49l3.8-11h10.4L41 49l-9 6-9-6Z'/%3E%3C/svg%3E");
}

.hero-categories [data-icon="slot"] {
  --category-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M12 14h36a6 6 0 0 1 6 6v30H10V20a6 6 0 0 1 2-4.5V14Zm4 8v16h10V22H16Zm14 0v16h10V22H30Zm14 0v16h4V22h-4ZM18 43h28v4H18v-4Zm34-18h5v9h-5v-9ZM22 26h-4v8h4v-8Zm14 0h-4v8h4v-8Z'/%3E%3C/svg%3E");
}

.hero-categories [data-icon="ticket"] {
  --category-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M10 18h44v12a6 6 0 0 0 0 12v12H10V42a6 6 0 0 0 0-12V18Zm16 9h6v6h-6v-6Zm10 0h6v6h-6v-6ZM26 39h6v6h-6v-6Zm10 0h6v6h-6v-6Z'/%3E%3C/svg%3E");
}

.hero-actions {
  margin-top: 28px;
  gap: 18px;
}

.btn {
  min-height: 58px;
  border-radius: 16px;
  padding: 0 28px;
  font-size: 18px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.btn-primary,
.btn-secondary {
  color: #fff4ca;
  border-color: rgba(246, 213, 127, 0.68);
  background:
    linear-gradient(180deg, rgba(255, 234, 168, 0.16), rgba(255, 110, 47, 0.06)),
    rgba(8, 5, 3, 0.72);
  box-shadow:
    0 22px 42px rgba(0,0,0,0.34),
    0 0 22px rgba(246, 199, 98, 0.16);
}

.btn-primary {
  background:
    linear-gradient(135deg, #fff1b7 0%, #f5bc54 48%, #ff7a38 100%);
  color: #201004;
  box-shadow:
    0 24px 46px rgba(213, 132, 35, 0.34),
    inset 0 1px 0 rgba(255,255,255,0.45);
}

.hero-actions .btn::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: currentColor;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.hero-actions [data-store="ios"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17.5 12.2c0-2.7 2.2-4 2.3-4.1-1.3-1.9-3.2-2.1-3.9-2.2-1.7-.2-3.2 1-4.1 1-.9 0-2.2-1-3.7-.9-1.9 0-3.7 1.1-4.7 2.8-2 3.5-.5 8.8 1.5 11.7 1 1.4 2.1 3 3.6 2.9 1.5-.1 2-.9 3.8-.9s2.3.9 3.8.9c1.6 0 2.6-1.4 3.5-2.8 1.1-1.6 1.6-3.2 1.6-3.3-.1 0-3.7-1.4-3.7-5.1ZM14.8 4.1c.8-1 1.3-2.3 1.1-3.6-1.1.1-2.5.8-3.3 1.7-.7.8-1.4 2.2-1.2 3.5 1.3.1 2.6-.6 3.4-1.6Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17.5 12.2c0-2.7 2.2-4 2.3-4.1-1.3-1.9-3.2-2.1-3.9-2.2-1.7-.2-3.2 1-4.1 1-.9 0-2.2-1-3.7-.9-1.9 0-3.7 1.1-4.7 2.8-2 3.5-.5 8.8 1.5 11.7 1 1.4 2.1 3 3.6 2.9 1.5-.1 2-.9 3.8-.9s2.3.9 3.8.9c1.6 0 2.6-1.4 3.5-2.8 1.1-1.6 1.6-3.2 1.6-3.3-.1 0-3.7-1.4-3.7-5.1ZM14.8 4.1c.8-1 1.3-2.3 1.1-3.6-1.1.1-2.5.8-3.3 1.7-.7.8-1.4 2.2-1.2 3.5 1.3.1 2.6-.6 3.4-1.6Z'/%3E%3C/svg%3E");
}

.hero-actions [data-store="android"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m7.2 8.1-1.7-3 1.3-.8 1.8 3.1a7.6 7.6 0 0 1 6.8 0l1.8-3.1 1.3.8-1.7 3a8 8 0 0 1 3.2 6.4V16H4v-1.5a8 8 0 0 1 3.2-6.4ZM8 13h2v-2H8v2Zm6 0h2v-2h-2v2ZM4 17h16v2H4v-2Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m7.2 8.1-1.7-3 1.3-.8 1.8 3.1a7.6 7.6 0 0 1 6.8 0l1.8-3.1 1.3.8-1.7 3a8 8 0 0 1 3.2 6.4V16H4v-1.5a8 8 0 0 1 3.2-6.4ZM8 13h2v-2H8v2Zm6 0h2v-2h-2v2ZM4 17h16v2H4v-2Z'/%3E%3C/svg%3E");
}

.trust-item,
.status-card,
.card,
.article-card,
.faq-item {
  border-color: rgba(241, 199, 105, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 235, 173, 0.08), rgba(255, 131, 55, 0.035)),
    rgba(12, 8, 4, 0.74);
}

.trust-item strong,
.status-card strong {
  color: #ffe9a6;
}

.image-frame {
  border-color: rgba(241, 199, 105, 0.32);
  background:
    linear-gradient(145deg, rgba(246, 213, 127, 0.12), transparent 42%),
    #090604;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.48);
}

.image-frame::before {
  border-color: rgba(255, 244, 196, 0.12);
}

.hero-visual .image-frame {
  aspect-ratio: 16 / 10;
  border-radius: 28px;
  transform: perspective(1100px) rotateY(-5deg) rotateX(1deg);
}

.hero-visual img {
  filter: saturate(1.12) contrast(1.06) brightness(0.93);
  object-position: center;
}

.status-strip {
  bottom: 26px;
  left: 26px;
  right: 26px;
}

.status-card {
  border-radius: 14px;
  backdrop-filter: blur(14px);
}

.section.soft {
  background:
    radial-gradient(circle at 15% 8%, rgba(246, 213, 127, 0.11), transparent 30%),
    linear-gradient(180deg, #090604 0%, #120b05 100%);
}

.section.light {
  background:
    radial-gradient(circle at 84% 0%, rgba(246, 190, 86, 0.12), transparent 28%),
    linear-gradient(180deg, #fff9ec 0%, #f3ead8 100%);
}

.light .card,
.light .article-card,
.light .faq-item {
  border-color: rgba(172, 124, 42, 0.2);
  background: rgba(255, 252, 244, 0.92);
  box-shadow: 0 18px 42px rgba(56, 34, 8, 0.08);
}

.card::after,
.article-card::after {
  background: linear-gradient(90deg, #ff7038, #f8d278, #fff1b0);
}

.card-icon {
  border-color: rgba(241, 199, 105, 0.32);
  color: #f3bd54;
  background:
    linear-gradient(145deg, rgba(255, 230, 160, 0.16), rgba(255, 111, 47, 0.08)),
    #120b05;
}

.light .card-icon {
  background:
    linear-gradient(145deg, rgba(255, 230, 160, 0.35), rgba(255, 111, 47, 0.1)),
    #fff7e5;
}

.pill {
  color: #ffe9a6;
  border-color: rgba(241, 199, 105, 0.34);
  background: rgba(246, 213, 127, 0.08);
}

.light .pill {
  color: #7b5318;
  border-color: rgba(172, 124, 42, 0.22);
  background: #fff1cf;
}

.page-hero {
  min-height: 440px;
  border-bottom-color: rgba(241, 199, 105, 0.24);
  background:
    linear-gradient(90deg, rgba(5, 3, 2, 0.98) 0%, rgba(5, 3, 2, 0.84) 52%, rgba(5, 3, 2, 0.35) 100%),
    var(--page-art, none),
    radial-gradient(circle at 82% 20%, rgba(246,213,127,0.2), transparent 33%),
    linear-gradient(135deg, #0f0905, #030201);
  background-size: cover;
  background-position: center right;
}

.page-hero::before {
  background-image:
    linear-gradient(rgba(246, 213, 127, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 213, 127, 0.03) 1px, transparent 1px);
}

.cta-band,
.age-box {
  border-color: rgba(241, 199, 105, 0.32);
  background:
    radial-gradient(circle at 82% 24%, rgba(246,213,127,0.16), transparent 34%),
    linear-gradient(135deg, #160d06, #050302);
}

.site-footer {
  background: #050302;
  border-top-color: rgba(241, 199, 105, 0.2);
}

@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-visual .image-frame {
    transform: none;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(32px, 10.5vw, 42px);
    line-height: 1.13;
  }

  .hero .lead {
    font-size: 17px;
  }

  .hero-categories {
    gap: 10px;
  }

  .hero-categories a {
    min-height: 98px;
  }

  .hero-categories strong,
  .btn {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(5, 3, 2, 0.92) 0%, rgba(5, 3, 2, 0.78) 45%, rgba(5, 3, 2, 0.97) 86%),
      url("/assets/images/brand-hero-clean.png") center bottom / auto 62% no-repeat,
      radial-gradient(circle at 50% 0%, rgba(246,213,127,0.16), transparent 42%),
      linear-gradient(180deg, #0b0603 0%, #050302 100%);
  }
}

/* Blue sportsbook dashboard template requested by the user. */
.template-blue {
  --blue-bg: #020916;
  --blue-panel: rgba(8, 25, 49, 0.84);
  --blue-panel-strong: rgba(6, 20, 42, 0.94);
  --blue-line: rgba(72, 137, 214, 0.42);
  --blue-line-soft: rgba(88, 143, 204, 0.24);
  --blue-text: #f3f8ff;
  --blue-muted: #8fa9c9;
  --blue-accent: #13a8ff;
  --blue-deep: #005bc7;
  --blue-glow: rgba(18, 154, 255, 0.42);
  --blue-green: #23d4bd;
  background: #020916;
  color: var(--blue-text);
}

.template-blue .site-header {
  background: linear-gradient(180deg, rgba(2, 9, 22, 0.98), rgba(4, 13, 29, 0.95));
  border-bottom: 1px solid rgba(45, 126, 230, 0.42);
  box-shadow: 0 16px 38px rgba(0,0,0,0.28);
}

.template-blue .nav-wrap {
  width: min(100% - 40px, 1700px);
  min-height: 68px;
}

.template-blue .brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(20, 170, 255, 0.14), rgba(20, 170, 255, 0.02)),
    #061a34;
  border: 2px solid #18a7ff;
  color: #11a7ff;
  box-shadow: 0 0 22px rgba(15, 146, 255, 0.28);
}

.template-blue .brand strong {
  color: #f4f8ff;
  font-size: 24px;
  letter-spacing: 0;
}

.template-blue .brand strong::after {
  content: "";
}

.template-blue .brand em {
  color: #14a7ff;
  font-style: normal;
}

.template-blue .brand > span:not(.brand-mark) > span {
  display: block;
  margin-top: 3px;
  color: #8fb4d8;
  font-size: 12px;
  letter-spacing: 0;
}

.template-blue .primary-nav {
  flex: 1;
  justify-content: flex-end;
  gap: 8px;
}

.template-blue .primary-nav a {
  position: relative;
  min-width: 0;
  height: 38px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9eaff;
  border: 1px solid rgba(91, 154, 232, 0.22);
  border-radius: 8px;
  background: rgba(7, 28, 56, 0.34);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.template-blue .primary-nav a::before {
  display: none;
}

.template-blue .primary-nav a::after {
  display: none;
}

.template-blue .primary-nav a[aria-current="page"]::before,
.template-blue .primary-nav a:hover::before {
  background: #ffffff;
}

.template-blue .primary-nav a[aria-current="page"] {
  color: #ffffff;
  background: linear-gradient(180deg, rgba(15, 142, 255, 0.32), rgba(12, 89, 178, 0.16));
  border-color: rgba(31, 169, 255, 0.7);
  box-shadow: inset 0 -3px 0 #0aa6ff, 0 0 20px rgba(10, 166, 255, 0.18);
}

.template-blue .primary-nav a:nth-child(1) {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m3 11 9-8 9 8-2 2v8h-5v-6h-4v6H5v-8l-2-2Z'/%3E%3C/svg%3E");
}

.template-blue .primary-nav a:nth-child(2) {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 2h8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm2 3v12h4V5h-4Zm1 14v1h2v-1h-2Z'/%3E%3C/svg%3E");
}

.template-blue .primary-nav a:nth-child(3) {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 4h10v2h3v5a4 4 0 0 1-4 4h-.7A5.1 5.1 0 0 1 13 17.6V20h4v2H7v-2h4v-2.4A5.1 5.1 0 0 1 8.7 15H8a4 4 0 0 1-4-4V6h3V4Zm0 4H6v3a2 2 0 0 0 2 2h.1A10 10 0 0 1 7 8Zm11 0a10 10 0 0 1-1.1 5h.1a2 2 0 0 0 2-2V8h-1Z'/%3E%3C/svg%3E");
}

.template-blue .primary-nav a:nth-child(4) {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 20h16v2H2V3h2v17Zm2-3h3V9H6v8Zm5 0h3V5h-3v12Zm5 0h3v-6h-3v6Z'/%3E%3C/svg%3E");
}

.template-blue .primary-nav a:nth-child(5) {
  --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 20 5v6c0 5.4-3.2 9.2-8 11-4.8-1.8-8-5.6-8-11V5l8-3Zm-1 13.6 6-6-1.4-1.4L11 12.8 8.4 10.2 7 11.6l4 4Z'/%3E%3C/svg%3E");
}

.template-blue .primary-nav a:nth-child(n+6) {
  display: flex;
}

.dashboard-main {
  min-height: calc(100vh - 68px);
  background:
    linear-gradient(180deg, rgba(3, 10, 24, 0.98), rgba(2, 7, 18, 1)),
    #020916;
}

.dashboard-hero {
  position: relative;
  min-height: min(42vw, 560px);
  overflow: hidden;
  border-bottom: 1px solid rgba(41, 121, 214, 0.35);
  background:
    linear-gradient(90deg, rgba(2, 9, 22, 0.66), rgba(2, 9, 22, 0.36) 48%, rgba(2, 9, 22, 0.18)),
    linear-gradient(180deg, rgba(3, 13, 30, 0.06) 0%, rgba(2, 7, 18, 0.74) 100%),
    url("/assets/images/brand-hero-clean.png") center center / cover no-repeat,
    #020916;
}

.dashboard-hero.live-hero {
  min-height: 560px;
}

.dashboard-hero-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dashboard-hero.has-art .map-layer,
.dashboard-hero.has-art .stadium-layer,
.dashboard-hero.has-art .dashboard-shell {
  display: none;
}

.dashboard-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(21, 129, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 129, 255, 0.06) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.22;
  pointer-events: none;
  z-index: 1;
}

.map-layer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  opacity: 0.82;
  background:
    radial-gradient(circle at 34% 24%, rgba(24, 155, 255, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(7, 77, 154, 0.72), rgba(3, 17, 39, 0.2));
}

.map-layer::before {
  content: "";
  position: absolute;
  inset: 12px 0 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='720' height='420' viewBox='0 0 720 420' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2319a9ff' stroke-width='2' opacity='.72'%3E%3Cpath d='M124 70c58 18 96-20 148 4 34 16 21 54 61 75 42 21 93-4 129 24 32 25 0 63 40 91 37 26 90 3 118 38 18 23 5 60 34 78'/%3E%3Cpath d='M224 38c22 44 65 47 82 88 13 31-6 55 13 89 25 45 82 49 101 87 12 24-1 43 17 70'/%3E%3Cpath d='M58 162c54 10 91-17 136 4 35 16 35 52 75 64 31 10 60-7 92 9 40 20 41 72 88 83 49 11 89-34 134-4'/%3E%3C/g%3E%3Cg fill='none' stroke='%2369c9ff' stroke-width='1' opacity='.24'%3E%3Cpath d='M15 65c90 38 146-40 241-2s120 120 218 106 125-83 224-33'/%3E%3Cpath d='M0 320c86-28 146-19 201 21 65 47 131 52 209 4 88-54 179-55 303-5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: left center;
}

.map-title {
  position: absolute;
  left: 40px;
  top: 30px;
  color: rgba(97, 195, 255, 0.2);
  font-size: 18px;
  font-weight: 800;
}

.stadium-layer {
  display: none;
  position: absolute;
  right: 0;
  inset-block: 0;
  width: 34%;
  background:
    radial-gradient(circle at 90% 20%, rgba(226, 241, 255, 0.95), transparent 7%),
    radial-gradient(circle at 76% 24%, rgba(81, 166, 255, 0.45), transparent 20%),
    linear-gradient(120deg, transparent 18%, rgba(8, 72, 144, 0.36) 40%, rgba(4, 14, 32, 0.92) 100%);
}

.stadium-layer::before,
.stadium-layer::after {
  content: "";
  position: absolute;
  right: 0;
  border-radius: 50%;
  border: 2px solid rgba(82, 165, 255, 0.32);
}

.stadium-layer::before {
  width: 520px;
  height: 160px;
  bottom: 54px;
  transform: rotate(-7deg);
}

.stadium-layer::after {
  width: 640px;
  height: 210px;
  bottom: 18px;
  transform: rotate(-7deg);
}

.dashboard-shell {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 72px));
  margin: 0 auto;
  padding-top: 52px;
  display: grid;
  grid-template-columns: minmax(520px, 0.78fr) minmax(260px, 0.32fr);
  gap: 54px;
  align-items: start;
}

.dashboard-shell > * {
  min-width: 0;
}

.dashboard-hero.live-hero .dashboard-shell {
  width: min(1380px, calc(100% - 72px));
  grid-template-columns: minmax(660px, 1fr) 330px;
  gap: 48px;
  padding-top: 58px;
}

.hero-board,
.panel {
  border: 1px solid var(--blue-line);
  background:
    linear-gradient(180deg, rgba(11, 34, 66, 0.76), rgba(5, 18, 39, 0.8)),
    rgba(4, 16, 34, 0.82);
  border-radius: 10px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.03),
    0 24px 64px rgba(0, 0, 0, 0.34),
    0 0 36px rgba(20, 126, 255, 0.12);
}

.hero-board {
  min-height: 360px;
  padding: 18px 22px 24px;
  margin-left: 330px;
}

.dashboard-hero.live-hero .hero-board {
  margin-left: 0;
}

.sport-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sport-tabs::-webkit-scrollbar {
  display: none;
}

.sport-tabs a {
  width: auto;
  min-width: 72px;
  height: 40px;
  padding: 0 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(62, 116, 185, 0.5);
  border-radius: 8px;
  color: #dbeeff;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(180deg, rgba(19, 44, 81, 0.9), rgba(8, 23, 48, 0.9));
}

.sport-tabs a::before {
  display: none;
}

.sport-tabs a.is-active {
  border-color: #14a7ff;
  box-shadow: 0 0 20px rgba(20, 167, 255, 0.3);
}

.sport-tabs a.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #0b82ef, #073d8c);
}

.filter-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
  margin-bottom: 22px;
}

.filter-row span,
.filter-row button,
.filter-row a {
  height: 32px;
  width: auto;
  min-width: 88px;
  padding: 0 14px;
  border-radius: 7px;
  border: 1px solid rgba(88, 143, 204, 0.34);
  color: #cfe3ff;
  background: rgba(12, 31, 58, 0.9);
  font-size: 13px;
  font-weight: 700;
}

.filter-row span,
.filter-row a {
  display: grid;
  place-items: center;
}

.filter-row button {
  cursor: pointer;
}

.filter-row a {
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.filter-row a:hover {
  border-color: rgba(20, 167, 255, 0.76);
  color: #ffffff;
  background: rgba(6, 87, 167, 0.48);
}

.odds-table {
  display: grid;
  gap: 12px;
}

.odds-row {
  min-height: 64px;
  display: grid;
  grid-template-columns: 64px minmax(240px, 1fr) 66px repeat(3, 92px) 92px;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid transparent;
  color: inherit;
  background: rgba(14, 36, 66, 0.8);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.odds-row:hover {
  transform: translateY(-1px);
  border-color: rgba(20, 167, 255, 0.48);
  background: rgba(16, 46, 86, 0.92);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.league-pill {
  display: grid;
  place-items: center;
  min-height: 28px;
  border: 1px solid rgba(20, 167, 255, 0.42);
  border-radius: 6px;
  color: #9bd8ff;
  background: rgba(9, 61, 122, 0.36);
  font-size: 13px;
  font-weight: 800;
}

.match-teams {
  display: grid;
  gap: 5px;
}

.match-teams b {
  color: #edf7ff;
  font-size: 15px;
}

.match-teams small {
  color: #8fb1d6;
  font-size: 12px;
}

.phone-list i,
.support-panel p::before {
  display: block;
  height: 8px;
  border-radius: 2px;
  background: #6f839f;
  opacity: 0.78;
}

.team-lines i:nth-child(1) {
  width: 70%;
}

.team-lines i:nth-child(2) {
  width: 52%;
}

.mini-chart {
  width: 32px;
  height: 30px;
  background:
    linear-gradient(to top, #52677f 0 32%, transparent 32%),
    linear-gradient(to top, #52677f 0 58%, transparent 58%),
    linear-gradient(to top, #52677f 0 86%, transparent 86%);
  background-size: 6px 100%;
  background-repeat: no-repeat;
  background-position: 2px 0, 13px 0, 24px 0;
  opacity: 0.72;
}

.odds-row strong,
.odds-row b {
  color: #17a8ff;
  font-size: 18px;
}

.odds-row strong:nth-of-type(2),
.odds-row strong:nth-of-type(3) {
  color: #f2f7ff;
}

.phone-mock {
  position: relative;
  width: 255px;
  height: 420px;
  margin-top: -22px;
  transform: rotate(9deg);
  border: 5px solid #111824;
  border-radius: 38px;
  background: linear-gradient(180deg, #0b172a, #020816);
  box-shadow:
    -24px 26px 50px rgba(0,0,0,0.36),
    0 0 28px rgba(20,167,255,0.2);
}

.phone-top {
  position: absolute;
  top: 14px;
  left: 84px;
  width: 86px;
  height: 18px;
  z-index: 2;
  border-radius: 99px;
  background: #030913;
}

.phone-screen {
  position: absolute;
  inset: 20px 12px 12px;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(10, 89, 198, 0.62), transparent 35%),
    #07162b;
}

.phone-banner {
  height: 94px;
  margin: 18px 14px 12px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 72% 38%, rgba(255,255,255,0.18), transparent 14%),
    linear-gradient(135deg, #0d7cff, #073a85 58%, #0b1730);
}

.phone-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 0 14px;
}

.phone-icons span {
  height: 42px;
  border-radius: 8px;
  background: rgba(16, 40, 76, 0.94);
  border: 1px solid rgba(57, 125, 210, 0.42);
}

.phone-list {
  display: grid;
  gap: 12px;
  padding: 18px 16px;
}

.phone-list i:nth-child(1),
.phone-list i:nth-child(3) {
  width: 84%;
}

.phone-list i:nth-child(2),
.phone-list i:nth-child(4) {
  width: 62%;
}

.phone-live {
  position: relative;
  width: 300px;
  height: 520px;
  margin-top: -22px;
  overflow: hidden;
  transform: rotate(4deg);
  border: 5px solid #111824;
  border-radius: 42px;
  background: #020916;
  box-shadow:
    -24px 26px 50px rgba(0,0,0,0.42),
    0 0 34px rgba(20,167,255,0.24);
}

.phone-live::before {
  content: "";
  position: absolute;
  inset: 10px 10px 10px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(102, 174, 255, 0.26);
  border-radius: 34px;
}

.phone-live-top {
  position: absolute;
  top: 14px;
  left: 98px;
  z-index: 3;
  width: 96px;
  height: 18px;
  border-radius: 99px;
  background: #030913;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05);
}

.phone-live iframe {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 390px;
  height: 700px;
  border: 0;
  border-radius: 28px;
  background: #020916;
  transform: scale(0.72);
  transform-origin: 0 0;
}

.is-phone-preview {
  background: #020916;
}

.is-phone-preview .age-modal,
.is-phone-preview .site-footer {
  display: none !important;
}

.is-phone-preview .site-header {
  position: sticky;
  top: 0;
}

.is-phone-preview .page-hero {
  min-height: 320px;
}

.is-phone-preview .section {
  padding-block: 42px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 72px));
  margin: -110px auto 0;
  padding-bottom: 28px;
}

.hero-copy h1 {
  max-width: 780px;
  color: #f6fbff;
  font-size: clamp(36px, 4vw, 58px);
  text-shadow: 0 0 30px rgba(20, 167, 255, 0.32);
}

.template-blue .eyebrow {
  color: #17a8ff;
  text-shadow: 0 0 20px rgba(20, 167, 255, 0.35);
}

.template-blue .eyebrow::before {
  background: #17a8ff;
}

.hero-copy p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 16px;
  color: #b9cce4;
  font-size: 17px;
}

.dashboard-grid {
  width: min(100% - 56px, 1660px);
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: start;
  gap: 18px;
  padding-bottom: 20px;
}

.panel-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.dashboard-grid > * {
  min-width: 0;
}

.dashboard-column {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 18px;
}

.dashboard-column > * {
  min-width: 0;
}

.panel {
  min-height: 150px;
  padding: 24px;
  border-radius: 10px;
}

.panel-visual {
  margin: 0 0 18px;
  aspect-ratio: 3 / 1;
  overflow: hidden;
  border: 1px solid rgba(72, 137, 214, 0.34);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(4, 17, 34, 0.92), rgba(9, 30, 58, 0.92));
}

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

.panel h2,
.panel-head h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f4f8ff;
  font-size: 18px;
}

.panel h2::before,
.panel-head h2::before {
  content: "";
  width: 26px;
  height: 26px;
  background: #eaf4ff;
  opacity: 0.94;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 4h10v2h3v5a4 4 0 0 1-4 4h-.7A5.1 5.1 0 0 1 13 17.6V20h4v2H7v-2h4v-2.4A5.1 5.1 0 0 1 8.7 15H8a4 4 0 0 1-4-4V6h3V4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 4h10v2h3v5a4 4 0 0 1-4 4h-.7A5.1 5.1 0 0 1 13 17.6V20h4v2H7v-2h4v-2.4A5.1 5.1 0 0 1 8.7 15H8a4 4 0 0 1-4-4V6h3V4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.panel-head h2::after {
  display: none;
}

.panel-note {
  max-width: 420px;
  color: #8fb1d6;
  font-size: 13px;
  line-height: 1.6;
}

.rank-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 12px;
}

.rank-cards article {
  min-height: 214px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(64, 122, 193, 0.58);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(20, 49, 89, 0.88), rgba(8, 24, 51, 0.94));
}

.rank-cards strong {
  width: 44px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #ffffff;
  background: linear-gradient(135deg, #0aa6ff, #0c4cb0);
  font-size: 20px;
}

.rank-cards b {
  color: #dbeeff;
}

.rank-cards p {
  min-height: 52px;
  color: #a8bdd8;
  font-size: 13px;
  line-height: 1.55;
}

.rank-cards em {
  color: #58c7ff;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.stars {
  height: 14px;
  width: 108px;
  background: linear-gradient(90deg, #148fff 0 72%, #697890 72%);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 20'%3E%3Cpath fill='black' d='m10 0 2.8 6h6.7l-5.4 4.2 2 6.5L10 12.8 3.9 16.7l2-6.5L.5 6h6.7L10 0Zm25 0 2.8 6h6.7l-5.4 4.2 2 6.5-6.1-3.9-6.1 3.9 2-6.5L25.5 6h6.7L35 0Zm25 0 2.8 6h6.7l-5.4 4.2 2 6.5-6.1-3.9-6.1 3.9 2-6.5L50.5 6h6.7L60 0Zm25 0 2.8 6h6.7l-5.4 4.2 2 6.5-6.1-3.9-6.1 3.9 2-6.5L75.5 6h6.7L85 0Zm25 0 2.8 6h6.7l-5.4 4.2 2 6.5-6.1-3.9-6.1 3.9 2-6.5L100.5 6h6.7L110 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 20'%3E%3Cpath fill='black' d='m10 0 2.8 6h6.7l-5.4 4.2 2 6.5L10 12.8 3.9 16.7l2-6.5L.5 6h6.7L10 0Zm25 0 2.8 6h6.7l-5.4 4.2 2 6.5-6.1-3.9-6.1 3.9 2-6.5L25.5 6h6.7L35 0Zm25 0 2.8 6h6.7l-5.4 4.2 2 6.5-6.1-3.9-6.1 3.9 2-6.5L50.5 6h6.7L60 0Zm25 0 2.8 6h6.7l-5.4 4.2 2 6.5-6.1-3.9-6.1 3.9 2-6.5L75.5 6h6.7L85 0Zm25 0 2.8 6h6.7l-5.4 4.2 2 6.5-6.1-3.9-6.1 3.9 2-6.5L100.5 6h6.7L110 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.rank-cards i {
  width: 100%;
  height: 7px;
  border-radius: 2px;
  background: linear-gradient(90deg, #667c98 0 48%, #0f83ee 48% 86%, transparent 86%);
}

.rank-cards a,
.download-actions a,
.support-actions a {
  display: grid;
  place-items: center;
  min-height: 34px;
  margin-top: auto;
  border: 1px solid #1095f4;
  border-radius: 4px;
  color: #eaf6ff;
  background: rgba(6, 65, 130, 0.25);
  font-weight: 700;
  font-size: 14px;
}

.download-panel {
  min-height: 238px;
}

.download-body {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 132px;
  align-items: center;
  gap: 18px;
}

.shield-badge {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  border: 1px solid rgba(20, 167, 255, 0.5);
  background:
    radial-gradient(circle at center, rgba(20,167,255,0.28), transparent 62%),
    rgba(7, 34, 70, 0.9);
}

.shield-badge::before {
  content: "";
  width: 44px;
  height: 44px;
  display: block;
  margin: 14px;
  background: #61c3ff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 20 5v6c0 5.4-3.2 9.2-8 11-4.8-1.8-8-5.6-8-11V5l8-3Zm-1 13.6 6-6-1.4-1.4L11 12.8 8.4 10.2 7 11.6l4 4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 20 5v6c0 5.4-3.2 9.2-8 11-4.8-1.8-8-5.6-8-11V5l8-3Zm-1 13.6 6-6-1.4-1.4L11 12.8 8.4 10.2 7 11.6l4 4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.check-list {
  display: grid;
  gap: 9px;
}

.check-list span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dcecff;
  font-size: 14px;
  line-height: 1.4;
}

.check-list span::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #14a7ff;
  box-shadow: 0 0 12px rgba(20, 167, 255, 0.5);
}

.device-card {
  grid-column: 1 / -1;
  min-height: 140px;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: center;
  gap: 9px;
  border: 1px solid rgba(95, 143, 202, 0.35);
  border-radius: 18px;
  background: rgba(8, 29, 58, 0.72);
}

.device-card strong {
  grid-column: 1 / -1;
  color: #f3f8ff;
  font-size: 15px;
}

.device-card span {
  color: #9db7d8;
  font-size: 13px;
}

.qr-card {
  width: 126px;
  margin-left: auto;
  display: grid;
  gap: 8px;
  justify-items: center;
}

.qr-card img {
  width: 118px;
  height: 118px;
  display: block;
  border: 8px solid #eaf4ff;
  border-radius: 8px;
  background: #f6fbff;
}

.qr-card span {
  color: #9bd8ff;
  font-size: 12px;
  font-weight: 800;
}

.download-actions,
.support-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.security-panel,
.support-panel {
  min-height: 150px;
}

.security-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 22px;
}

.security-items span {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px 16px;
  align-items: center;
  border-right: 1px solid rgba(99, 142, 194, 0.32);
}

.security-items span:last-child {
  border-right: 0;
}

.security-items b {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(20, 167, 255, 0.45);
  background: radial-gradient(circle, rgba(20, 167, 255, 0.3), rgba(7, 32, 65, 0.86));
}

.security-items strong {
  color: #edf7ff;
  font-size: 15px;
}

.security-items small {
  color: #92abc9;
  font-size: 13px;
  line-height: 1.45;
}

.support-panel p {
  max-width: 560px;
  color: var(--blue-muted);
}

.support-panel p::before {
  display: none;
}

.seo-section {
  padding: 50px 0 70px;
  color: #d8e9ff;
  background: linear-gradient(180deg, #020916, #030b18);
}

.seo-section .section-inner {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 40px;
}

.seo-section h1 {
  color: #f4f8ff;
  font-size: 30px;
  text-shadow: none;
  font-weight: 800;
  line-height: 1.28;
}

.seo-section p:last-child {
  color: #a9bfd9;
  font-size: 17px;
}

.template-blue .site-footer,
.template-blue .age-box {
  background: #020916;
  border-color: rgba(72, 137, 214, 0.32);
}

.template-blue .page-hero {
  min-height: 420px;
  border-bottom: 1px solid rgba(72, 137, 214, 0.35);
  background:
    linear-gradient(90deg, rgba(2, 9, 22, 0.96) 0%, rgba(5, 23, 49, 0.82) 54%, rgba(5, 23, 49, 0.34) 100%),
    var(--page-art, none),
    linear-gradient(135deg, #06152d, #020916);
  background-size: cover;
  background-position: center right;
}

.template-blue .page-hero::before {
  background-image:
    linear-gradient(rgba(21, 129, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 129, 255, 0.06) 1px, transparent 1px);
  background-size: 78px 78px;
}

.template-blue .page-hero h1 {
  color: #f4f8ff;
  text-shadow: 0 0 30px rgba(20, 167, 255, 0.24);
}

.template-blue .page-hero .lead,
.template-blue .breadcrumbs {
  color: #b9cce4;
}

.template-blue .section.soft {
  background:
    radial-gradient(circle at 10% 0%, rgba(20, 167, 255, 0.11), transparent 30%),
    linear-gradient(180deg, #020916 0%, #061326 100%);
}

.template-blue .section.light {
  background:
    linear-gradient(180deg, #061326 0%, #020916 100%);
  color: #f3f8ff;
}

.template-blue .light .section-head p,
.template-blue .light .muted,
.template-blue .light .card p,
.template-blue .light .article-card p {
  color: #9eb4d0;
}

.template-blue .light .card,
.template-blue .light .article-card,
.template-blue .light .faq-item,
.template-blue .card,
.template-blue .article-card,
.template-blue .faq-item {
  border-color: rgba(72, 137, 214, 0.32);
  background:
    linear-gradient(180deg, rgba(11, 34, 66, 0.88), rgba(5, 18, 39, 0.88));
  color: #f3f8ff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

.template-blue .card::after,
.template-blue .article-card::after {
  background: linear-gradient(90deg, #14a7ff, #0d62d8, #23d4bd);
}

.template-blue .card-icon,
.template-blue .light .card-icon {
  color: #19a9ff;
  border-color: rgba(72, 137, 214, 0.36);
  background:
    linear-gradient(180deg, rgba(19, 44, 81, 0.9), rgba(8, 23, 48, 0.9));
}

.template-blue .step::before,
.template-blue .btn-primary {
  background: linear-gradient(135deg, #18b8ff, #0b67dc);
  color: #ffffff;
}

.template-blue .btn-secondary {
  color: #dbefff;
  border-color: rgba(72, 137, 214, 0.48);
  background: rgba(6, 65, 130, 0.25);
}

.template-blue .cta-band {
  border-color: rgba(72, 137, 214, 0.36);
  background:
    radial-gradient(circle at 80% 25%, rgba(20, 167, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #071c38, #020916);
}

.template-blue .page-media img,
.template-blue .feature-media img {
  object-fit: cover;
  object-position: center;
  background: #020916;
}

.template-blue .page-media,
.template-blue .feature-media {
  aspect-ratio: 21 / 9;
}

.template-blue .age-box strong,
.template-blue .notice {
  color: #d8efff;
  background: rgba(20, 167, 255, 0.12);
  border-color: rgba(20, 167, 255, 0.36);
}

.page-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.page-tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(103, 163, 232, 0.42);
  border-radius: 8px;
  color: #d7ebff;
  background: rgba(8, 35, 70, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.deep-section {
  background:
    radial-gradient(circle at 78% 8%, rgba(20, 167, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #020916 0%, #061326 100%);
}

.deep-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 28px;
  align-items: start;
}

.detail-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.detail-row,
.related-panel {
  border: 1px solid rgba(72, 137, 214, 0.32);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(11, 34, 66, 0.86), rgba(5, 18, 39, 0.9));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

.detail-row {
  padding: 20px 22px;
}

.detail-row h3,
.related-panel h2 {
  color: #f3f8ff;
  font-size: 20px;
}

.detail-row p,
.related-panel p {
  margin-top: 8px;
  color: #9eb4d0;
}

.related-panel {
  position: sticky;
  top: 94px;
  padding: 22px;
}

.related-links {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.related-links a {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(72, 137, 214, 0.28);
  border-radius: 8px;
  background: rgba(8, 29, 58, 0.62);
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.related-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(20, 167, 255, 0.62);
  background: rgba(8, 42, 86, 0.82);
}

.related-links strong {
  color: #dcecff;
  font-size: 16px;
}

.related-links span {
  color: #92abc9;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .template-blue .primary-nav {
    gap: 10px;
  }

  .template-blue .primary-nav a {
    min-width: 58px;
  }

  .template-blue .primary-nav a::after {
    display: none;
  }

  .dashboard-shell {
    grid-template-columns: 1fr 240px;
    width: min(100% - 32px, 1000px);
  }

  .dashboard-hero.live-hero .dashboard-shell {
    grid-template-columns: 1fr 280px;
    width: min(100% - 32px, 1000px);
  }

  .hero-board {
    margin-left: 0;
  }

  .phone-live {
    width: 260px;
    height: 450px;
  }

  .phone-live-top {
    left: 82px;
  }

  .phone-live iframe {
    transform: scale(0.62);
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .rank-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .deep-layout {
    grid-template-columns: 1fr;
  }

  .related-panel {
    position: static;
  }
}

@media (max-width: 1380px) {
  .dashboard-grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .dashboard-column {
    display: contents;
  }

  .rank-panel {
    order: 1;
  }

  .download-panel {
    order: 2;
  }

  .security-panel {
    order: 3;
  }

  .support-panel {
    order: 4;
  }
}

@media (max-width: 760px) {
  .template-blue .nav-wrap {
    width: min(100% - 28px, 1180px);
  }

  .template-blue .primary-nav {
    position: absolute;
    top: 74px;
    left: 14px;
    right: 14px;
    padding: 14px;
    border-radius: 10px;
    background: #061222;
    border: 1px solid var(--blue-line);
  }

  .template-blue .primary-nav a {
    min-width: 0;
    color: #dbeaff;
    height: 42px;
  }

  .template-blue .primary-nav a::before,
  .template-blue .primary-nav a::after {
    display: none;
  }

  .dashboard-hero {
    min-height: 260px;
  }

  .dashboard-hero.live-hero {
    min-height: auto;
    padding-bottom: 22px;
  }

  .map-layer,
  .stadium-layer {
    width: 100%;
    opacity: 0.36;
  }

  .dashboard-shell,
  .hero-copy,
  .dashboard-grid {
    width: min(100% - 28px, 1180px);
  }

  .dashboard-shell {
    grid-template-columns: 1fr;
    padding-top: 24px;
    gap: 20px;
  }

  .dashboard-hero.live-hero .dashboard-shell {
    grid-template-columns: 1fr;
  }

  .phone-mock {
    width: 210px;
    height: 340px;
    margin: 0 auto;
  }

  .dashboard-hero.live-hero .hero-board {
    width: 100%;
    min-height: auto;
    padding: 14px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .sport-tabs {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
  }

  .sport-tabs a {
    min-width: 0;
    width: 100%;
    height: 38px;
    padding: 0 10px;
  }

  .odds-table,
  .odds-row {
    min-width: 0;
    max-width: 100%;
  }

  .mini-chart,
  .phone-live {
    display: none;
  }

  .filter-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 18px;
  }

  .filter-row a {
    min-width: 0;
    width: 100%;
    height: 34px;
    padding: 0 8px;
    font-size: 12px;
  }

  .hero-copy {
    margin: 18px auto 0;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .odds-row {
    grid-template-columns: 54px minmax(0, 1fr) 62px;
    gap: 8px;
    min-height: 58px;
    padding: 0 10px;
  }

  .odds-row strong:nth-of-type(2),
  .odds-row strong:nth-of-type(3),
  .odds-row b {
    display: none;
  }

  .odds-row strong {
    font-size: 18px;
  }

  .match-teams b {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .rank-cards,
  .download-body,
  .download-actions,
  .security-items,
  .support-actions,
  .seo-section .section-inner,
  .deep-layout {
    grid-template-columns: 1fr;
  }

  .device-card {
    grid-template-columns: 1fr;
  }

  .rank-cards article {
    min-height: 150px;
  }

  .phone-wire,
  .qr-box {
    display: none;
  }

  .page-tags {
    gap: 8px;
  }

  .page-tags span {
    min-height: 32px;
    font-size: 13px;
  }

  .detail-row,
  .related-panel {
    padding: 18px;
  }
}

/* Final text-first layout overrides. Kept at the end so legacy dashboard styles cannot win. */
html body.template-blue {
  background: #f4f7fb;
  color: #0b2442;
}

body.template-blue .site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dde6f2;
  box-shadow: 0 10px 32px rgba(15, 38, 74, 0.08);
  backdrop-filter: blur(16px);
}

body.template-blue .brand,
body.template-blue .primary-nav a {
  color: #0b2442;
}

body.template-blue .site-header .brand strong {
  color: #08214a;
}

body.template-blue .site-header .brand span span {
  color: #56708f;
}

body.template-blue .brand span span,
body.template-blue .footer-grid p {
  color: #43607f;
}

body.template-blue .brand-mark {
  color: #ffffff;
  background: linear-gradient(135deg, #0b8cff, #092d68);
  box-shadow: 0 10px 28px rgba(5, 94, 185, 0.18);
}

body.template-blue .primary-nav a {
  border: 1px solid transparent;
  background: transparent;
}

body.template-blue .primary-nav a:hover,
body.template-blue .primary-nav a[aria-current="page"] {
  color: #063a88;
  border-color: #d9e6f6;
  background: #eef5ff;
}

body.template-blue .nav-toggle {
  border-color: #b9c9de;
  background: #ffffff;
}

body.template-blue .nav-toggle span {
  background: #0b2442;
}

body.template-blue .text-home {
  background: #f4f7fb;
  color: #0b2442;
}

body.template-blue .text-hero {
  background: #06152d;
}

body.template-blue .text-quick a,
body.template-blue .text-panel,
body.template-blue .text-steps article,
body.template-blue .qr-info,
body.template-blue .text-directory a,
body.template-blue .text-faq article {
  background: #ffffff;
}

body.template-blue .text-checklist {
  background: #08295a;
}

body.template-blue .text-section.muted {
  background: #eaf0f7;
}

body.template-blue .site-footer {
  background: #06152d;
  color: #d8e6f6;
}

body.template-blue .site-footer .brand,
body.template-blue .site-footer h3 {
  color: #ffffff;
}

body.template-blue .site-footer .brand span span {
  color: #b9cce4;
}

body.template-blue .site-footer a {
  color: #f2c36b;
}

body.template-blue picture.image-frame {
  display: block;
}

body.template-blue picture.image-frame img {
  display: block;
}

body.template-blue main > .section,
body.template-blue .section.soft {
  background: #f4f7fb;
  color: #0b2442;
}

body.template-blue .section.light {
  background: #eaf0f7;
  color: #0b2442;
}

body.template-blue .deep-section {
  background: #ffffff;
  color: #0b2442;
}

body.template-blue .content-grid,
body.template-blue .section-head,
body.template-blue .deep-layout,
body.template-blue .faq-list {
  color: #0b2442;
}

body.template-blue .step,
body.template-blue .card,
body.template-blue .detail-row,
body.template-blue .related-panel,
body.template-blue .faq-list article {
  border: 1px solid #dce6f2;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(18, 41, 74, 0.08);
}

body.template-blue .step h3,
body.template-blue .card h3,
body.template-blue .detail-row h3,
body.template-blue .related-panel h2,
body.template-blue .section-head h2,
body.template-blue .deep-section h2,
body.template-blue .faq-list h3,
body.template-blue .content-grid h2 {
  color: #08214a;
}

body.template-blue .step p,
body.template-blue .card p,
body.template-blue .detail-row p,
body.template-blue .related-panel p,
body.template-blue .section-head p,
body.template-blue .faq-list p,
body.template-blue .content-grid p {
  color: #425f80;
}

body.template-blue .related-links a {
  border: 1px solid #dce6f2;
  background: #f8fbff;
}

body.template-blue .related-links strong {
  color: #08214a;
}

body.template-blue .related-links span {
  color: #425f80;
}

body.template-blue .page-media {
  border-color: #d4a34b;
  background: #06152d;
}

body.template-blue .page-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

/* Text-first visual QA fixes: keep compliance UI readable on the light refresh. */
body.template-blue .site-footer .footer-grid p {
  color: #b8cbe2;
}

body.template-blue .footer-bottom {
  color: #b8cbe2;
}

body.template-blue .age-modal {
  background: rgba(2, 9, 22, 0.78);
}

body.template-blue .age-box {
  background: #06152d;
  border-color: rgba(45, 157, 255, 0.42);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

body.template-blue .age-box h2 {
  color: #f5f9ff;
}

body.template-blue .age-box p {
  color: #c7d8ec;
}

body.template-blue .age-box strong {
  color: #f4fbff;
  background: #08345f;
}

body.template-blue .qr-info img {
  background: #ffffff;
}

body.template-blue .section.light .card h3,
body.template-blue .section.light .article-card h3,
body.template-blue .section.light .faq-item h3 {
  color: #f5f9ff;
}

body.template-blue .section.light .card p,
body.template-blue .section.light .article-card p,
body.template-blue .section.light .faq-item p {
  color: #d8e7f8;
}

/* Content refresh: real-image category heroes and article system. */
body.template-blue .page-hero.topic-hero,
body.template-blue .page-hero.article-hero {
  --hero-accent: #f1b942;
  --hero-position: center center;
  min-height: 520px;
  display: flex;
  align-items: end;
  padding: 118px 0 74px;
  overflow: hidden;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(4, 12, 25, 0.94) 0%, rgba(5, 19, 35, 0.82) 45%, rgba(5, 19, 35, 0.46) 72%, rgba(5, 19, 35, 0.2) 100%),
    linear-gradient(0deg, rgba(4, 12, 25, 0.84) 0%, rgba(4, 12, 25, 0.28) 42%, rgba(4, 12, 25, 0.04) 100%),
    var(--page-art, none),
    linear-gradient(135deg, #111827, #0b1220);
  background-size: cover;
  background-position: var(--hero-position);
}

body.template-blue .page-hero.topic-hero::before,
body.template-blue .page-hero.article-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--hero-accent), rgba(255, 255, 255, 0), #20c7e8);
  opacity: 0.95;
}

body.template-blue .page-hero.topic-hero .section-inner,
body.template-blue .page-hero.article-hero .section-inner {
  position: relative;
  z-index: 1;
}

body.template-blue .page-hero.topic-hero .eyebrow,
body.template-blue .page-hero.article-hero .eyebrow {
  color: var(--hero-accent);
}

body.template-blue .page-hero.topic-hero h1,
body.template-blue .page-hero.article-hero h1 {
  max-width: 820px;
  color: #ffffff;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.36);
}

body.template-blue .page-hero.topic-hero .lead,
body.template-blue .page-hero.article-hero .lead {
  max-width: 720px;
  color: #e4edf7;
}

body.template-blue .hero-app-download { --hero-accent: #f2bd4a; --hero-position: center center; }
body.template-blue .hero-betting-platform { --hero-accent: #27b8e8; --hero-position: center center; }
body.template-blue .hero-asia-betting { --hero-accent: #f1b942; --hero-position: center center; }
body.template-blue .hero-sports-betting,
body.template-blue .hero-football-betting { --hero-accent: #27b8e8; --hero-position: center center; }
body.template-blue .hero-basketball-betting { --hero-accent: #f0a53a; --hero-position: center center; }
body.template-blue .hero-esports-betting { --hero-accent: #65d2ff; --hero-position: center center; }
body.template-blue .hero-tennis-betting { --hero-accent: #41c789; --hero-position: center center; }
body.template-blue .hero-live-casino,
body.template-blue .hero-casino-games { --hero-accent: #d5b062; --hero-position: center center; }
body.template-blue .hero-asian-handicap { --hero-accent: #f1b942; --hero-position: center center; }
body.template-blue .hero-security { --hero-accent: #44c7a9; --hero-position: center center; }
body.template-blue .hero-responsible-gaming { --hero-accent: #f0c86c; --hero-position: center center; }
body.template-blue .hero-contact,
body.template-blue .hero-about,
body.template-blue .hero-editorial-policy,
body.template-blue .hero-privacy-policy,
body.template-blue .hero-terms { --hero-accent: #79c7ff; --hero-position: center center; }

body.template-blue .section.light .card,
body.template-blue .section.light .article-card,
body.template-blue .section.light .faq-item {
  background: #ffffff;
  color: #08214a;
  border: 1px solid #dce6f2;
  box-shadow: 0 18px 44px rgba(18, 41, 74, 0.08);
}

body.template-blue .section.light .card h3,
body.template-blue .section.light .article-card h3,
body.template-blue .section.light .faq-item h3 {
  color: #08214a;
}

body.template-blue .section.light .card p,
body.template-blue .section.light .article-card p,
body.template-blue .section.light .faq-item p {
  color: #425f80;
}

body.template-blue .article-section,
body.template-blue .article-layout-section {
  background: #f8fbff;
  color: #0b2442;
}

body.template-blue .article-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  color: #0b2442;
  border: 1px solid #dce6f2;
  box-shadow: 0 18px 44px rgba(18, 41, 74, 0.08);
}

.article-card-media {
  display: block;
  overflow: hidden;
}

.article-card-media picture,
.article-card-media img {
  display: block;
  width: 100%;
}

body.template-blue .article-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

body.template-blue .article-body {
  display: grid;
  gap: 10px;
  padding: 22px;
}

body.template-blue .article-body h3 {
  color: #08214a;
  font-size: 20px;
  line-height: 1.35;
}

body.template-blue .article-body h3 a {
  color: inherit;
}

body.template-blue .article-body p {
  color: #425f80;
}

.home-article-grid {
  margin-top: 8px;
}

.text-more {
  margin-top: 26px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(300px, 360px);
  align-items: start;
  gap: 34px;
}

body.template-blue .article-copy {
  padding: 34px;
  border: 1px solid #dce6f2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(18, 41, 74, 0.08);
}

.article-copy-section {
  padding: 24px 0;
  border-top: 1px solid #e1eaf4;
}

.article-copy-section:first-of-type {
  border-top: 0;
}

body.template-blue .article-copy h2 {
  color: #08214a;
  font-size: 28px;
  line-height: 1.25;
}

body.template-blue .article-copy p {
  margin-top: 12px;
  color: #35577a;
  font-size: 17px;
  line-height: 1.9;
}

body.template-blue .article-copy .notice {
  margin-top: 24px;
  color: #695017;
  background: #fff6d8;
  border-color: #ecd48f;
}

body.template-blue .topic-link {
  display: block;
  text-decoration: none;
}

@media (max-width: 980px) {
  body.template-blue .page-hero.topic-hero,
  body.template-blue .page-hero.article-hero {
    min-height: 500px;
    padding: 112px 0 52px;
    background:
      linear-gradient(90deg, rgba(4, 12, 25, 0.92) 0%, rgba(5, 19, 35, 0.76) 58%, rgba(5, 19, 35, 0.36) 100%),
      linear-gradient(0deg, rgba(4, 12, 25, 0.92) 0%, rgba(4, 12, 25, 0.28) 58%, rgba(4, 12, 25, 0.08) 100%),
      var(--page-art, none),
      linear-gradient(135deg, #111827, #0b1220);
    background-size: cover;
    background-position: center center;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  body.template-blue .article-side {
    position: static;
  }
}

@media (max-width: 640px) {
  body.template-blue .page-hero.topic-hero,
  body.template-blue .page-hero.article-hero {
    min-height: 470px;
  }

  body.template-blue .article-copy {
    padding: 24px 18px;
  }

  body.template-blue .article-copy h2 {
    font-size: 23px;
  }

  body.template-blue .article-copy p {
    font-size: 16px;
  }
}

/* Content2 visual consolidation: text-first SEO layout with real image anchors. */
body.template-blue {
  --content-paper: #f5f7fb;
  --content-soft: #eaf0f7;
  --content-ink: #08214a;
  --content-muted: #425f80;
  --content-line: #dce6f2;
  --content-gold: #e2aa43;
  --content-teal: #20b9c3;
}

body.template-blue .page-hero.topic-hero,
body.template-blue .page-hero.article-hero {
  min-height: clamp(430px, 48vw, 560px);
  padding: 124px 0 74px;
  background:
    linear-gradient(90deg, rgba(5, 17, 34, 0.84) 0%, rgba(5, 17, 34, 0.66) 42%, rgba(5, 17, 34, 0.28) 72%, rgba(5, 17, 34, 0.08) 100%),
    linear-gradient(0deg, rgba(5, 17, 34, 0.76) 0%, rgba(5, 17, 34, 0.18) 48%, rgba(5, 17, 34, 0.04) 100%),
    var(--page-art, none),
    linear-gradient(135deg, #10223b, #f5f7fb);
  background-size: cover;
  background-position: var(--hero-position);
}

body.template-blue .page-hero.topic-hero::before,
body.template-blue .page-hero.article-hero::before {
  height: 4px;
  background: linear-gradient(90deg, var(--hero-accent), var(--content-teal));
}

body.template-blue .page-hero.topic-hero h1,
body.template-blue .page-hero.article-hero h1 {
  max-width: 760px;
  letter-spacing: 0;
}

body.template-blue .page-hero.topic-hero .lead,
body.template-blue .page-hero.article-hero .lead {
  max-width: 680px;
  color: #eef5fb;
}

body.template-blue .hero-app-download,
body.template-blue .hero-betting-platform,
body.template-blue .hero-asia-betting,
body.template-blue .hero-sports-betting,
body.template-blue .hero-football-betting,
body.template-blue .hero-security,
body.template-blue .hero-about,
body.template-blue .hero-contact,
body.template-blue .hero-editorial-policy {
  --hero-position: right center;
}

body.template-blue .hero-basketball-betting,
body.template-blue .hero-esports-betting,
body.template-blue .hero-tennis-betting,
body.template-blue .hero-asian-handicap,
body.template-blue .hero-live-betting,
body.template-blue .hero-live-casino,
body.template-blue .hero-casino-games,
body.template-blue .hero-responsible-gaming,
body.template-blue .hero-terms,
body.template-blue .hero-privacy-policy {
  --hero-position: center center;
}

body.template-blue main > .section,
body.template-blue .article-section,
body.template-blue .article-layout-section {
  background: var(--content-paper);
  color: var(--content-ink);
}

body.template-blue .section.light,
body.template-blue .text-section.muted {
  background: var(--content-soft);
}

body.template-blue .section-head h2,
body.template-blue .article-copy h2,
body.template-blue .article-body h3,
body.template-blue .faq-item h3,
body.template-blue .related-panel h2 {
  color: var(--content-ink);
  letter-spacing: 0;
}

body.template-blue .section-head p,
body.template-blue .article-copy p,
body.template-blue .article-body p,
body.template-blue .faq-item p,
body.template-blue .related-panel p {
  color: var(--content-muted);
}

body.template-blue .card,
body.template-blue .article-card,
body.template-blue .faq-item,
body.template-blue .detail-row,
body.template-blue .related-panel,
body.template-blue .article-copy {
  border: 1px solid var(--content-line);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(18, 41, 74, 0.08);
}

body.template-blue .article-card {
  min-height: 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

body.template-blue .article-card::after {
  background: linear-gradient(90deg, #1e9df0, var(--content-teal), var(--content-gold));
}

body.template-blue .article-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--content-line);
  background-color: #dfe8f2;
  background-image: var(--article-cover);
  background-size: cover;
  background-position: var(--article-position, center center);
}

body.template-blue .article-card-media picture,
body.template-blue .article-card-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

body.template-blue .article-card-media img,
body.template-blue .article-card img {
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover;
  object-position: var(--article-position, center center);
  filter: saturate(1.02) contrast(1.02);
}

body.template-blue .article-body {
  padding: 22px;
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}

body.template-blue .article-body .eyebrow,
body.template-blue .article-body .text-eyebrow {
  margin: 0;
  color: #0e73b8;
}

body.template-blue .article-body p:last-child {
  margin-top: 0;
}

body.template-blue .article-copy {
  border-radius: 8px;
}

body.template-blue .article-copy-section {
  border-top-color: #e2ebf4;
}

body.template-blue .related-links a {
  min-height: 76px;
  background: #f8fbff;
  border-color: var(--content-line);
}

body.template-blue .related-links a:hover {
  background: #eef6ff;
  border-color: #9fcaef;
}

@media (max-width: 980px) {
  body.template-blue .page-hero.topic-hero,
  body.template-blue .page-hero.article-hero {
    min-height: 500px;
    padding: 108px 0 58px;
    background:
      linear-gradient(180deg, rgba(5, 17, 34, 0.54) 0%, rgba(5, 17, 34, 0.62) 48%, rgba(5, 17, 34, 0.86) 100%),
      var(--page-art, none),
      linear-gradient(135deg, #10223b, #f5f7fb);
    background-size: cover;
    background-position: var(--hero-position);
  }
}

@media (max-width: 640px) {
  body.template-blue .page-hero.topic-hero,
  body.template-blue .page-hero.article-hero {
    min-height: 520px;
    padding: 100px 0 48px;
  }

  body.template-blue .article-card-media {
    aspect-ratio: 16 / 9;
  }

body.template-blue .article-body {
    padding: 20px;
  }
}

/* Content3: unify all inner-page hero backgrounds with the home brand visual. */
body.template-blue {
  --brand-hero-art: url("/assets/images/brand-hero-clean.png");
}

body.template-blue .page-hero.topic-hero,
body.template-blue .page-hero.article-hero {
  --hero-position: center center;
  min-height: clamp(390px, 42vw, 500px);
  padding: 116px 0 66px;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(4, 13, 28, 0.96) 0%, rgba(4, 13, 28, 0.9) 42%, rgba(4, 13, 28, 0.68) 70%, rgba(4, 13, 28, 0.4) 100%),
    linear-gradient(0deg, rgba(4, 13, 28, 0.86) 0%, rgba(4, 13, 28, 0.38) 48%, rgba(4, 13, 28, 0.12) 100%),
    var(--brand-hero-art),
    linear-gradient(135deg, #07152a, #10233f);
  background-size: cover;
  background-position: center center;
}

body.template-blue .page-hero.topic-hero::after,
body.template-blue .page-hero.article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 36%, rgba(32, 185, 195, 0.2), transparent 30%),
    radial-gradient(circle at 25% 82%, rgba(226, 170, 67, 0.16), transparent 26%);
}

body.template-blue .page-hero.topic-hero::before,
body.template-blue .page-hero.article-hero::before {
  z-index: 1;
}

body.template-blue .page-hero.topic-hero .section-inner,
body.template-blue .page-hero.article-hero .section-inner {
  z-index: 2;
}

body.template-blue .page-hero.topic-hero h1,
body.template-blue .page-hero.article-hero h1 {
  max-width: 820px;
  text-wrap: balance;
}

body.template-blue .page-hero.topic-hero .lead,
body.template-blue .page-hero.article-hero .lead {
  color: #f0f6ff;
}

body.template-blue .content-grid {
  align-items: center;
}

body.template-blue .page-media {
  border-radius: 8px;
  border: 1px solid rgba(226, 170, 67, 0.58);
  box-shadow: 0 22px 58px rgba(18, 41, 74, 0.14);
}

body.template-blue .page-media img {
  object-position: right center;
}

body.template-blue .page-media.media-basketball-betting img,
body.template-blue .page-media.media-esports-betting img,
body.template-blue .page-media.media-tennis-betting img,
body.template-blue .page-media.media-asian-handicap img,
body.template-blue .page-media.media-live-betting img,
body.template-blue .page-media.media-live-casino img,
body.template-blue .page-media.media-casino-games img,
body.template-blue .page-media.media-responsible-gaming img {
  object-position: center center;
}

@media (max-width: 980px) {
  body.template-blue .page-hero.topic-hero,
  body.template-blue .page-hero.article-hero {
    min-height: 430px;
    padding: 104px 0 54px;
    background:
      linear-gradient(180deg, rgba(4, 13, 28, 0.72) 0%, rgba(4, 13, 28, 0.68) 42%, rgba(4, 13, 28, 0.92) 100%),
      var(--brand-hero-art),
      linear-gradient(135deg, #07152a, #10233f);
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 640px) {
  body.template-blue .page-hero.topic-hero,
  body.template-blue .page-hero.article-hero {
    min-height: 420px;
    padding: 94px 0 44px;
  }
}

/* Content4: clean real-scene hero system with HTML-owned copy. */
body.template-blue {
  --brand-hero-art: url("/assets/images/brand-hero-clean.png");
}

body.template-blue .text-hero {
  min-height: clamp(560px, 58vw, 700px);
  background:
    linear-gradient(135deg, #061427 0%, #0c223b 58%, #2b3b2c 100%);
}

body.template-blue .text-hero-media {
  z-index: 0;
}

body.template-blue .text-hero-media img {
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.06) contrast(1.03);
}

body.template-blue .text-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 10, 22, 0.94) 0%, rgba(3, 10, 22, 0.82) 40%, rgba(3, 10, 22, 0.42) 72%, rgba(3, 10, 22, 0.18) 100%),
    radial-gradient(circle at 74% 38%, rgba(38, 194, 204, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(3, 10, 22, 0.04) 0%, rgba(3, 10, 22, 0.78) 100%);
}

body.template-blue .text-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 78%);
}

body.template-blue .text-hero-inner {
  z-index: 2;
  padding-block: 92px 80px;
}

body.template-blue .text-kicker,
body.template-blue .text-eyebrow {
  color: #f1be63;
}

body.template-blue .text-hero h1 {
  max-width: 760px;
  text-shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
}

body.template-blue .text-hero-lead {
  max-width: 720px;
  color: rgba(246, 250, 255, 0.92);
}

body.template-blue .text-hero-points {
  max-width: 880px;
  margin-top: 36px;
}

body.template-blue .text-hero-points span {
  min-height: 66px;
  color: #f6fbff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(6, 24, 45, 0.72);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

body.template-blue .page-hero.topic-hero,
body.template-blue .page-hero.article-hero {
  --hero-position: center center;
  min-height: clamp(390px, 40vw, 510px);
  padding: 116px 0 66px;
  color: #ffffff;
  border-bottom: 1px solid rgba(212, 163, 75, 0.34);
  background:
    linear-gradient(90deg, rgba(3, 10, 22, 0.96) 0%, rgba(3, 10, 22, 0.86) 44%, rgba(3, 10, 22, 0.42) 76%, rgba(3, 10, 22, 0.18) 100%),
    radial-gradient(circle at 76% 34%, rgba(38, 194, 204, 0.18), transparent 30%),
    var(--page-art, var(--brand-hero-art)),
    linear-gradient(135deg, #07152a, #1e332a);
  background-size: cover;
  background-position: var(--hero-position);
}

body.template-blue .page-hero.topic-hero::before,
body.template-blue .page-hero.article-hero::before {
  z-index: 1;
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 82%);
}

body.template-blue .page-hero.topic-hero::after,
body.template-blue .page-hero.article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 10, 22, 0) 0%, rgba(3, 10, 22, 0.5) 100%);
}

body.template-blue .page-hero.topic-hero .section-inner,
body.template-blue .page-hero.article-hero .section-inner {
  position: relative;
  z-index: 2;
}

body.template-blue .page-hero.topic-hero .lead,
body.template-blue .page-hero.article-hero .lead,
body.template-blue .breadcrumbs {
  color: rgba(239, 248, 255, 0.9);
}

body.template-blue .page-hero.topic-hero h1,
body.template-blue .page-hero.article-hero h1 {
  max-width: 820px;
  color: #ffffff;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

body.template-blue .hero-app-download,
body.template-blue .hero-security,
body.template-blue .hero-responsible-gaming {
  --hero-position: center right;
}

body.template-blue .hero-basketball-betting,
body.template-blue .hero-esports-betting,
body.template-blue .hero-tennis-betting,
body.template-blue .hero-casino-games,
body.template-blue .hero-live-casino {
  --hero-position: center center;
}

body.template-blue .hero-asian-handicap,
body.template-blue .hero-pre-match {
  --hero-position: center center;
}

@media (max-width: 980px) {
  body.template-blue .text-hero {
    min-height: 620px;
  }

  body.template-blue .text-hero-media img {
    object-position: 62% center;
  }

  body.template-blue .text-hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 10, 22, 0.72) 0%, rgba(3, 10, 22, 0.88) 72%, rgba(3, 10, 22, 0.96) 100%),
      radial-gradient(circle at 78% 18%, rgba(38, 194, 204, 0.16), transparent 34%);
  }

  body.template-blue .page-hero.topic-hero,
  body.template-blue .page-hero.article-hero {
    min-height: 430px;
    padding: 104px 0 54px;
    background:
      linear-gradient(180deg, rgba(3, 10, 22, 0.68) 0%, rgba(3, 10, 22, 0.76) 46%, rgba(3, 10, 22, 0.94) 100%),
      var(--page-art, var(--brand-hero-art)),
      linear-gradient(135deg, #07152a, #1e332a);
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 640px) {
  body.template-blue .text-hero {
    min-height: 650px;
  }

  body.template-blue .text-hero-inner {
    padding-block: 94px 54px;
  }

  body.template-blue .text-hero-media img {
    object-position: 66% center;
  }

  body.template-blue .text-hero h1 {
    font-size: clamp(32px, 10vw, 44px);
  }

  body.template-blue .text-hero-lead {
    font-size: 16px;
    line-height: 1.72;
  }

  body.template-blue .text-hero-points {
    margin-top: 28px;
  }

  body.template-blue .text-hero-points span {
    min-height: 56px;
    padding: 14px 16px;
  }

  body.template-blue .page-hero.topic-hero,
  body.template-blue .page-hero.article-hero {
    min-height: 430px;
    padding: 94px 0 44px;
  }
}

/* site-console-native-article-readability-fix-20260710:start */
.native-article-hero,
.native-article-section {
  overflow-x: clip;
}

.native-article-hero .shell,
.native-article-layout {
  width: min(1120px, calc(100% - 40px)) !important;
  max-width: 1120px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box !important;
}

.native-article-hero {
  padding: clamp(42px, 6vw, 82px) 0 clamp(26px, 4vw, 48px) !important;
}

.native-article-hero h1 {
  max-width: 920px !important;
  margin: 14px 0 16px !important;
  font-size: clamp(34px, 4.4vw, 58px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere !important;
  text-wrap: balance;
}

.native-article-hero p:not(.eyebrow):not(.kicker) {
  max-width: 860px !important;
  font-size: clamp(16px, 1.35vw, 20px) !important;
  line-height: 1.65 !important;
  overflow-wrap: anywhere !important;
}

.native-article-section {
  padding: clamp(28px, 5vw, 64px) 0 !important;
}

.native-article-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px) !important;
  gap: clamp(24px, 4vw, 46px) !important;
  align-items: start !important;
}

.native-article-detail {
  min-width: 0 !important;
  max-width: 820px !important;
  box-sizing: border-box !important;
}

.native-article-detail article {
  max-width: 820px !important;
}

.native-article-detail h1,
.native-article-detail h2,
.native-article-detail h3 {
  letter-spacing: 0 !important;
  overflow-wrap: anywhere !important;
  text-wrap: balance;
}

.native-article-detail h2 {
  margin: 1.15em 0 .45em !important;
  font-size: clamp(25px, 2.6vw, 38px) !important;
  line-height: 1.18 !important;
}

.native-article-detail h3 {
  font-size: clamp(21px, 2vw, 28px) !important;
  line-height: 1.25 !important;
}

.native-article-detail p,
.native-article-detail li {
  max-width: 76ch !important;
  font-size: clamp(16px, 1.15vw, 19px) !important;
  line-height: 1.75 !important;
  overflow-wrap: anywhere !important;
}

.native-article-detail .meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 12px !important;
  align-items: center !important;
  margin-bottom: 18px !important;
}

.native-article-detail img,
.native-article-detail picture,
.native-article-detail video,
.native-article-detail iframe {
  max-width: 100% !important;
  height: auto !important;
}

.native-article-layout .article-side,
.native-article-layout .sidebar,
.native-article-layout .side-card {
  min-width: 0 !important;
  box-sizing: border-box !important;
}

@media (max-width: 900px) {
  .native-article-hero .shell,
  .native-article-layout {
    width: min(100% - 28px, 720px) !important;
  }

  .native-article-layout {
    grid-template-columns: 1fr !important;
  }

  .native-article-detail,
  .native-article-detail article {
    max-width: 100% !important;
  }

  .native-article-hero h1 {
    font-size: clamp(30px, 9vw, 42px) !important;
  }

  .native-article-detail h2 {
    font-size: clamp(24px, 7vw, 32px) !important;
  }
}
/* site-console-native-article-readability-fix-20260710:end */
