:root{
  --blue:#0b3c88;
  --blue-2:#134fa8;
  --blue-3:#1f67d2;
  --panel:#ffffff;
  --text:#163154;
  --muted:#5d7598;
  --line:#d7e4f7;
  --shadow:0 18px 40px rgba(10,57,125,.08);
  --radius-xl:28px;
  --radius-lg:20px;
  --max:1180px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Noto Sans Thai',sans-serif;
  color:var(--text);
  background:transparent;
  line-height:1.8;
  overflow-x:hidden;
}
html:not([data-theme="dark"])::before,
html[data-theme="dark"]::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-size:cover,cover,cover;
  background-position:center top,center,center center;
  background-repeat:no-repeat;
}
html:not([data-theme="dark"])::before{
  background-color:#e8f0fa;
  background-image:
    linear-gradient(180deg,rgba(247,251,255,.58) 0%,rgba(236,244,252,.52) 38%,rgba(248,251,255,.72) 100%),
    linear-gradient(135deg,rgba(11,60,136,.26) 0%,rgba(23,90,168,.18) 48%,rgba(31,103,210,.14) 100%),
    url("../assets/stadion1.webp");
}
a{text-decoration:none;color:inherit}
.container{width:min(100% - 32px,var(--max));margin:0 auto}

.navbar{
  position:sticky;
  top:0;
  z-index:220;
  background:#ffffff;
  border-bottom:1px solid #d7e4f7;
  box-shadow:0 8px 24px rgba(11,60,136,.10);
  backdrop-filter:blur(10px);
  transition:box-shadow .22s ease,background-color .22s ease,border-color .22s ease;
}
.navbar.is-scrolled{
  box-shadow:0 10px 28px rgba(11,60,136,.18);
}
.nav-wrap{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.logo{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--blue);
  font-weight:800;
}
.logo-img{
  height:38px;
  width:auto;
  display:block;
  object-fit:contain;
}
.navbar .logo.logo-sbobetv-wrap{
  padding:0;
  height:46px;
  width:auto;
  overflow:visible;
  display:inline-flex;
  align-items:center;
  background:transparent;
}
.logo-img-sbobetv{
  height:46px;
  width:auto;
  max-width:none;
  min-width:0;
  transform:none;
  object-fit:contain;
  object-position:left center;
  display:block;
}
.nav-links{
  display:flex;
  gap:22px;
  color:var(--muted);
  font-weight:700;
  font-size:.95rem;
}
.nav-links a:hover{color:var(--blue)}
.nav-end{
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:13px 20px;
  border-radius:999px;
  font-weight:800;
  border:none;
  cursor:pointer;
  transition:.25s ease;
}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--blue-3));
  box-shadow:0 14px 28px rgba(19,79,168,.22);
}
.btn-secondary{
  color:var(--blue);
  background:#fff;
  border:1px solid var(--line);
}
.btn-primary:hover,.btn-secondary:hover{
  transform:translateY(-2px);
}
.theme-toggle,
.nav-toggle{
  flex-shrink:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid #c9dcf5;
  border-radius:12px;
  background:#f3f8ff;
  color:var(--blue);
  cursor:pointer;
  font-size:1.15rem;
  line-height:1;
  transition:background .2s ease,border-color .2s ease,transform .15s ease;
}
.theme-toggle:hover,
.nav-toggle:hover{
  background:#e6f0ff;
  border-color:#b5d0f3;
  transform:translateY(-1px);
}
.theme-toggle:focus-visible,
.nav-toggle:focus-visible{
  outline:2px solid var(--blue-3);
  outline-offset:2px;
}
.nav-toggle{display:none}

.hero{
  position:relative;
  overflow:clip;
  padding:24px 0 40px;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:min(420px,75vh);
  background:radial-gradient(ellipse 90% 80% at 50% 0%,rgba(11,60,136,.07),transparent 65%);
  pointer-events:none;
  z-index:0;
}
.hero > .container{
  position:relative;
  z-index:1;
}
.hero-stack{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  color:var(--muted);
  font-size:.9rem;
  font-weight:700;
}
.breadcrumb a{
  color:var(--blue-2);
  transition:color .2s ease;
}
.breadcrumb a:hover{color:var(--blue-3)}
.breadcrumb-sep{opacity:.55}
.breadcrumb [aria-current="page"]{
  color:var(--blue);
  font-weight:800;
}
.hero-banner{
  width:100%;
  overflow:hidden;
  border-radius:28px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:#071a38;
}
.hero-banner img{
  width:100%;
  height:auto;
  display:block;
}
.hero-card{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:var(--radius-xl);
  box-shadow:0 28px 56px -18px rgba(11,60,136,.18),var(--shadow);
}
.support-hero{
  padding:40px 36px;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,251,255,.94));
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#fff 0%,#f3f8ff 100%);
  border:1px solid rgba(11,60,136,.14);
  box-shadow:0 2px 14px rgba(11,60,136,.07);
  color:var(--blue);
  font-size:.9rem;
  font-weight:800;
  margin-bottom:18px;
}
.hero h1{
  max-width:900px;
  font-size:clamp(2.45rem,4.9vw,4.55rem);
  line-height:1.03;
  letter-spacing:-.05em;
  margin-bottom:16px;
  color:var(--blue);
  text-shadow:0 1px 0 rgba(255,255,255,.85);
}
.hero h1 span{color:var(--blue-3)}
.hero p{
  max-width:780px;
  font-size:1.04rem;
  color:var(--muted);
  margin-bottom:24px;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:18px;
}
.trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  color:var(--muted);
  font-size:.94rem;
  font-weight:700;
}
.trust-row span{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.7);
  border:1px solid var(--line);
  box-shadow:0 2px 10px rgba(11,60,136,.06);
}

.section{padding:38px 0}
.section-head{
  max-width:820px;
  margin:0 auto 26px;
  text-align:center;
}
.section-head h2{
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.08;
  letter-spacing:-.05em;
  margin-bottom:10px;
  color:var(--blue);
}
.section-head p{
  color:var(--muted);
  font-size:1.02rem;
}

.entrance-trust-panel{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow);
  padding:28px;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
}
.entrance-trust-summary{
  display:grid;
  grid-template-columns:minmax(0,240px) minmax(0,1fr);
  gap:28px;
  align-items:center;
  padding-bottom:24px;
  border-bottom:1px solid var(--line);
  margin-bottom:22px;
}
.link-status-overview{text-align:center}
.link-status-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#edf5ff;
  border:1px solid var(--line);
  color:var(--blue);
  font-size:.82rem;
  font-weight:800;
  margin-bottom:10px;
}
.link-status-year{
  font-size:clamp(2.8rem,5vw,3.6rem);
  font-weight:900;
  line-height:1;
  color:var(--blue-3);
  margin-bottom:8px;
}
.link-status-text{
  color:var(--muted);
  font-size:.94rem;
  font-weight:600;
}
.link-status-text strong{color:var(--blue);font-weight:800}
.entrance-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.entrance-stat{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  padding:16px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 8px 20px rgba(10,57,125,.05);
}
.entrance-stat-icon{font-size:1.2rem;line-height:1}
.entrance-stat strong{
  color:var(--blue);
  font-size:.95rem;
  font-weight:800;
}
.entrance-stat span{
  color:var(--muted);
  font-size:.85rem;
  font-weight:600;
}
.entrance-highlights{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:22px;
}
.entrance-highlights li{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:#edf5ff;
  border:1px solid var(--line);
  color:var(--blue);
  font-size:.92rem;
  font-weight:700;
}
.check-icon{
  display:inline-grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:linear-gradient(135deg,#16a34a,#22c55e);
  color:#fff;
  font-size:.72rem;
  font-weight:900;
  flex-shrink:0;
}
.access-route-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-bottom:22px;
}
.access-route-card{
  display:flex;
  flex-direction:column;
  padding:22px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 10px 24px rgba(10,57,125,.06);
  transition:transform .22s ease,box-shadow .22s ease;
}
.access-route-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 32px rgba(10,57,125,.10);
}
.access-route-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  border-radius:14px;
  font-size:1.35rem;
  background:linear-gradient(180deg,#f4f8ff,#eaf2ff);
  border:1px solid var(--line);
}
.access-route-card h3{
  color:var(--blue);
  font-size:1.05rem;
  margin-bottom:8px;
  line-height:1.35;
}
.access-route-card p{
  color:var(--muted);
  font-size:.92rem;
  margin-bottom:16px;
  flex:1;
}
.access-route-btn{
  width:100%;
  margin-top:auto;
}
.login-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-bottom:20px;
}
.login-step{
  padding:18px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 8px 20px rgba(10,57,125,.05);
}
.login-step-num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 10px;
  border-radius:12px;
  background:linear-gradient(135deg,var(--blue),var(--blue-3));
  color:#fff;
  font-size:.88rem;
  font-weight:900;
  margin-bottom:12px;
}
.login-step h3{
  color:var(--blue);
  font-size:.98rem;
  margin-bottom:6px;
  line-height:1.3;
}
.login-step p{
  color:var(--muted);
  font-size:.88rem;
  line-height:1.55;
}
.entrance-trust-banner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:16px 18px;
  border-radius:18px;
  background:linear-gradient(135deg,#0b3c88,#1f67d2);
  color:#fff;
  text-align:center;
}
.entrance-trust-banner p{
  margin:0;
  font-size:.95rem;
  font-weight:600;
}
.trust-icon{font-size:1.35rem;line-height:1}

.grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.card,
.panel,
.article,
.faq details,
.final-cta{
  background:var(--panel);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.card{
  padding:20px;
  border-radius:20px;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  transition:transform .22s ease,box-shadow .22s ease;
}
.card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 44px rgba(11,60,136,.12);
}
.icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  border-radius:14px;
  font-size:1.35rem;
  background:linear-gradient(180deg,#f4f8ff,#eaf2ff);
  border:1px solid var(--line);
}
.card h3{
  color:var(--blue);
  font-size:1.08rem;
  margin-bottom:8px;
}
.card p{
  color:var(--muted);
  font-size:.95rem;
}

.info-box{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:18px;
  align-items:start;
}
.panel{
  padding:24px;
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
}
.panel h2{
  color:var(--blue);
  font-size:clamp(1.8rem,3vw,2.4rem);
  line-height:1.18;
  margin-bottom:10px;
}
.panel p{color:var(--muted)}
.checklist{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.checklist div,
.step{
  border:1px solid var(--line);
  background:rgba(255,255,255,.78);
  box-shadow:0 8px 18px rgba(10,57,125,.05);
}
.checklist div{
  padding:12px 14px;
  border-radius:14px;
  color:var(--text);
}
.checklist b{color:var(--blue-3)}
.steps{
  counter-reset:step;
  display:grid;
  gap:12px;
}
.step{
  counter-increment:step;
  position:relative;
  padding:16px 16px 16px 60px;
  border-radius:18px;
}
.step:before{
  content:counter(step);
  position:absolute;
  left:16px;
  top:16px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:linear-gradient(135deg,var(--blue),var(--blue-3));
  color:#fff;
  font-weight:900;
}
.step h3{
  font-size:1rem;
  color:var(--blue);
  margin-bottom:4px;
}
.step p{
  margin:0;
  color:var(--muted);
  font-size:.92rem;
}

.article{
  padding:30px;
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
}
.article h2{
  color:var(--blue);
  font-size:clamp(1.9rem,3vw,2.7rem);
  line-height:1.18;
  margin-bottom:14px;
}
.article h3{
  color:var(--blue-2);
  margin-top:24px;
  margin-bottom:8px;
  font-size:1.28rem;
}
.article p,
.article li{color:var(--text)}
.article ul{padding-left:22px;margin-top:10px}

.faq{
  display:grid;
  gap:14px;
  max-width:950px;
  margin:0 auto;
}
.faq details{
  padding:0;
  overflow:hidden;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff,#fafdff);
}
.faq summary{
  list-style:none;
  cursor:pointer;
  padding:20px 22px;
  color:var(--blue);
  font-size:1.02rem;
  font-weight:800;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:'+';
  float:right;
  font-size:1.2rem;
  line-height:1;
  color:var(--blue);
}
.faq details[open] summary::after{content:'−'}
.faq details p{
  margin:0;
  padding:0 22px 20px;
  color:var(--muted);
  border-top:1px solid var(--line);
}

.final-cta{
  text-align:center;
  border-radius:28px;
  padding:36px 28px;
  background:linear-gradient(135deg,#ffffff 0%,#edf5ff 100%);
}
.final-cta h2{
  color:var(--blue);
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.1;
  margin-bottom:10px;
}
.final-cta p{
  color:var(--muted);
  max-width:720px;
  margin:0 auto 22px;
}

.footer{
  padding:48px 0 90px;
  border-top:1px solid var(--line);
  margin-top:40px;
  background:linear-gradient(180deg,#eef3fb,#e4ecf8);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr .8fr;
  gap:28px;
  text-align:left;
}
.footer-logo img{
  height:46px;
  width:auto;
  margin-bottom:16px;
  display:block;
  object-fit:contain;
  object-position:left center;
}
.footer p{
  color:var(--muted);
  line-height:1.8;
  font-size:.95rem;
  font-weight:600;
  max-width:360px;
}
.footer h4{
  color:var(--blue);
  font-size:1.05rem;
  margin-bottom:14px;
  font-weight:800;
}
.footer-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.footer-links a{
  color:var(--muted);
  font-weight:700;
  font-size:.92rem;
  transition:color .2s ease;
}
.footer-links a:hover{color:var(--blue-3)}
.footer-copy{
  margin-top:34px;
  padding-top:22px;
  border-top:1px solid var(--line);
  text-align:center;
  color:var(--muted);
  font-size:.9rem;
  font-weight:600;
}

.bottom-action-bar{
  position:fixed !important;
  left:50% !important;
  bottom:22px !important;
  transform:translateX(-50%) !important;
  z-index:9999 !important;
  display:flex !important;
  gap:12px !important;
  align-items:center !important;
  justify-content:center !important;
  padding:8px !important;
  max-width:min(100% - 20px,680px);
  border-radius:999px !important;
  background:rgba(255,255,255,.88) !important;
  border:1px solid rgba(215,228,247,.95) !important;
  box-shadow:0 18px 45px rgba(10,57,125,.22) !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
  opacity:.9;
  transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease !important;
}
body.page-scrolled .bottom-action-bar,
.bottom-action-bar:hover{opacity:1}
.bottom-action-bar a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:145px !important;
  min-height:50px !important;
  padding:13px 22px !important;
  border-radius:999px !important;
  font-size:1rem !important;
  font-weight:900 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease !important;
}
.bottom-action-bar a:hover{
  transform:translateY(-2px) !important;
  filter:brightness(1.03) !important;
}
.bottom-login{
  background:#ffffff !important;
  color:#0b3c88 !important;
  border:1px solid #d7e4f7 !important;
  box-shadow:0 10px 24px rgba(10,57,125,.10) !important;
}
.bottom-register{
  background:linear-gradient(135deg,#0b3c88,#1f67d2) !important;
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,.22) !important;
  box-shadow:0 12px 28px rgba(31,103,210,.30) !important;
  position:relative !important;
  overflow:hidden !important;
}
.bottom-register::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.28),transparent) !important;
  transform:translateX(-130%) !important;
  animation:registerShine 2.8s ease-in-out infinite !important;
}
@keyframes registerShine{
  0%{transform:translateX(-130%)}
  45%,100%{transform:translateX(130%)}
}

html[data-theme="dark"]{
  color-scheme:dark;
  --text:#e8eef6;
  --muted:#93a4bd;
  --line:#2f4566;
  --panel:#121c2e;
  --blue:#5294e8;
  --blue-2:#6aa9ff;
  --blue-3:#9dc8ff;
  --shadow:0 18px 48px rgba(0,0,0,.38);
}
html[data-theme="dark"]::before{
  background-image:
    linear-gradient(180deg,rgba(5,10,18,.69) 0%,rgba(8,14,24,.77) 42%,rgba(6,10,18,.83) 100%),
    linear-gradient(135deg,rgba(20,55,105,.20) 0%,rgba(18,48,90,.12) 45%,rgba(10,28,56,.20) 100%),
    url("../assets/stadion1.webp");
}
html[data-theme="dark"] .navbar{
  background:linear-gradient(135deg,#031024 0%,#041b3a 100%);
  border-bottom-color:#0f2d55;
  box-shadow:0 8px 24px rgba(2,8,20,.56);
}
html[data-theme="dark"] .logo{color:#fff}
html[data-theme="dark"] .nav-links{color:rgba(231,241,255,.80)}
html[data-theme="dark"] .nav-links a:hover{color:#fff}
html[data-theme="dark"] .theme-toggle,
html[data-theme="dark"] .nav-toggle{
  background:#0e1b34;
  border-color:#4e7ec0;
  color:#96bbef;
}
html[data-theme="dark"] .btn-secondary{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
  color:#fff;
}
html[data-theme="dark"] .hero::before{
  background:radial-gradient(ellipse 90% 65% at 50% 0%,rgba(80,140,220,.12),transparent 68%);
}
html[data-theme="dark"] .support-hero,
html[data-theme="dark"] .card,
html[data-theme="dark"] .panel,
html[data-theme="dark"] .article,
html[data-theme="dark"] .faq details,
html[data-theme="dark"] .final-cta{
  background:var(--panel);
  border-color:#314667;
  box-shadow:0 1px 0 rgba(255,255,255,.04) inset,0 14px 38px rgba(0,0,0,.35);
}
html[data-theme="dark"] .support-hero{
  background:linear-gradient(180deg,#161f33,#121c2e);
}
html[data-theme="dark"] .eyebrow{
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  border-color:rgba(255,255,255,.14);
  box-shadow:none;
  color:var(--blue-3);
}
html[data-theme="dark"] .hero h1{
  color:#fff;
  text-shadow:none;
}
html[data-theme="dark"] .hero h1 span{color:var(--blue-3)}
html[data-theme="dark"] .hero p,
html[data-theme="dark"] .trust-row{color:var(--muted)}
html[data-theme="dark"] .trust-row span{
  background:#151f33;
  border-color:#314667;
  box-shadow:none;
}
html[data-theme="dark"] .card,
html[data-theme="dark"] .panel,
html[data-theme="dark"] .article,
html[data-theme="dark"] .faq details{
  background:linear-gradient(180deg,#161f33,#121c2e);
}
html[data-theme="dark"] .card h3,
html[data-theme="dark"] .panel h2,
html[data-theme="dark"] .article h2,
html[data-theme="dark"] .article h3,
html[data-theme="dark"] .faq summary,
html[data-theme="dark"] .final-cta h2{
  color:var(--blue-3);
}
html[data-theme="dark"] .card p,
html[data-theme="dark"] .panel p,
html[data-theme="dark"] .article p,
html[data-theme="dark"] .article li,
html[data-theme="dark"] .step p,
html[data-theme="dark"] .faq details p,
html[data-theme="dark"] .final-cta p,
html[data-theme="dark"] .checklist div,
html[data-theme="dark"] .step{
  background:#151f33;
  border-color:#314667;
  box-shadow:none;
}
html[data-theme="dark"] .icon{
  background:rgba(82,148,232,.14);
  border-color:#355078;
}
html[data-theme="dark"] .faq details p{border-top-color:#314667}
html[data-theme="dark"] .entrance-trust-panel{
  background:linear-gradient(180deg,#161f33,#121c2e);
  border-color:#314667;
  box-shadow:0 1px 0 rgba(255,255,255,.04) inset,0 14px 38px rgba(0,0,0,.35);
}
html[data-theme="dark"] .entrance-trust-summary{border-bottom-color:#314667}
html[data-theme="dark"] .link-status-badge{
  background:rgba(82,148,232,.12);
  border-color:#355078;
  color:var(--blue-3);
}
html[data-theme="dark"] .link-status-text{color:var(--muted)}
html[data-theme="dark"] .link-status-text strong{color:var(--blue-3)}
html[data-theme="dark"] .entrance-stat{
  background:#161f33;
  border-color:#314667;
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}
html[data-theme="dark"] .entrance-stat strong{color:var(--blue-3)}
html[data-theme="dark"] .entrance-highlights li{
  background:rgba(82,148,232,.12);
  border-color:#355078;
  color:var(--blue-3);
}
html[data-theme="dark"] .access-route-card,
html[data-theme="dark"] .login-step{
  background:#161f33;
  border-color:#314667;
  box-shadow:0 10px 24px rgba(0,0,0,.25);
}
html[data-theme="dark"] .access-route-icon{
  background:rgba(82,148,232,.14);
  border-color:#355078;
}
html[data-theme="dark"] .access-route-card h3,
html[data-theme="dark"] .login-step h3{color:var(--blue-3)}
html[data-theme="dark"] .access-route-card p,
html[data-theme="dark"] .login-step p{color:var(--muted)}
html[data-theme="dark"] .entrance-trust-banner{
  background:linear-gradient(135deg,#0e2a52,#1a4a8a);
  border:1px solid #355078;
}
html[data-theme="dark"] .hero-banner{
  border-color:#314667;
  box-shadow:0 14px 38px rgba(0,0,0,.35);
}
html[data-theme="dark"] .breadcrumb{color:var(--muted)}
html[data-theme="dark"] .breadcrumb a{color:var(--blue-3)}
html[data-theme="dark"] .breadcrumb [aria-current="page"]{color:#fff}
html[data-theme="dark"] .footer{
  background:linear-gradient(180deg,#0d1626,#080d14);
  border-top-color:#243652;
}
html[data-theme="dark"] .footer p,
html[data-theme="dark"] .footer-copy{color:var(--muted)}
html[data-theme="dark"] .footer h4{color:var(--blue-3)}
html[data-theme="dark"] .footer-links a{color:rgba(175,191,214,.92)}
html[data-theme="dark"] .footer-links a:hover{color:#fff}
html[data-theme="dark"] .footer-copy{border-top-color:#243652}
html[data-theme="dark"] .bottom-action-bar{
  background:rgba(18,28,46,.92) !important;
  border-color:#314667 !important;
  box-shadow:0 18px 45px rgba(0,0,0,.5) !important;
}
html[data-theme="dark"] .bottom-login{
  background:#1a2538 !important;
  color:var(--blue-3) !important;
  border-color:#355078 !important;
}

@media(max-width:1024px){
  .entrance-trust-summary{grid-template-columns:1fr;gap:20px}
  .access-route-grid{grid-template-columns:1fr}
  .login-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr 1fr}
  .grid,
  .info-box{grid-template-columns:1fr}
}
@media(max-width:720px){
  .nav-toggle{display:inline-flex}
  .navbar{position:sticky}
  .nav-wrap{
    flex-wrap:wrap;
    align-items:center;
    row-gap:7px;
    column-gap:10px;
    min-height:auto;
    padding:8px 0 10px;
  }
  .logo{
    flex:1 1 100%;
    min-width:0;
    justify-content:center;
    margin-inline:auto;
  }
  .logo-img{height:34px;max-width:min(190px,58vw)}
  .navbar .logo.logo-sbobetv-wrap{height:40px;width:auto;overflow:visible}
  .logo-img-sbobetv{height:40px;transform:none}
  .nav-end{
    width:100%;
    display:grid;
    grid-template-columns:42px 42px minmax(0,1fr);
    align-items:center;
    gap:10px;
  }
  .theme-toggle,
  .nav-toggle{
    width:40px;
    height:40px;
  }
  .nav-end .btn{
    width:100%;
    min-width:0;
    min-height:40px;
    padding:9px 13px;
    font-size:clamp(.86rem,3vw,.93rem);
  }
  .nav-links{
    display:none !important;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    flex-direction:column;
    gap:0;
    padding:10px 16px 16px;
    margin:0;
    background:rgba(255,255,255,.98);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--line);
    box-shadow:0 18px 40px rgba(10,57,125,.08);
    z-index:120;
  }
  .nav-links a{
    padding:12px 4px;
    border-bottom:1px solid #edf3fb;
    font-weight:700;
    color:var(--blue);
  }
  .nav-links a:last-child{border-bottom:none}
  .navbar.nav-open .nav-links{display:flex !important}
  html[data-theme="dark"] .nav-links{
    background:rgba(12,20,34,.98) !important;
    border-bottom-color:#243652 !important;
    box-shadow:0 18px 40px rgba(0,0,0,.45) !important;
  }
  html[data-theme="dark"] .nav-links a{border-bottom-color:#1e3148}
  .hero{padding:16px 0 28px}
  .hero-stack{gap:12px}
  .hero-banner{border-radius:22px}
  .support-hero{padding:24px;border-radius:24px}
  .entrance-trust-panel{padding:20px 16px;border-radius:24px}
  .login-steps{grid-template-columns:1fr}
  .entrance-highlights{flex-direction:column}
  .entrance-highlights li{width:100%}
  .entrance-trust-banner{flex-direction:column;gap:8px}
  .footer{padding:36px 0 92px}
  .footer-grid{grid-template-columns:1fr}
  .footer p{max-width:none}
  .hero-actions{flex-direction:column;align-items:stretch}
  .btn{width:100%}
  .article{padding:22px}
  body{padding-bottom:92px}
  .bottom-action-bar{
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    transform:none !important;
    width:100% !important;
    max-width:100%;
    border-radius:18px 18px 0 0 !important;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom)) !important;
    gap:10px !important;
  }
  .bottom-action-bar a{
    flex:1 1 0 !important;
    min-width:0 !important;
    min-height:50px !important;
    font-size:.96rem !important;
  }
}
