/* Explicit language choice, kept visible on mobile; no automatic redirects. */
.language-switch {display:flex;align-items:center;gap:2px;flex-shrink:0;padding:3px;border:1px solid var(--line);border-radius:8px;}
.language-switch a {display:grid;place-items:center;min-width:30px;min-height:32px;padding:4px;color:var(--muted);font-size:11px;font-weight:750;text-decoration:none;}
.language-switch a[aria-current] {background:#f4c75c1a;color:var(--gold-2);border-radius:5px;}
.language-switch a:hover {color:var(--gold-2);}
@media(min-width:961px) {
  .header-inner{gap:16px;}.main-nav{gap:17px;}.main-nav a{font-size:13px;}.header-cta .btn{padding:10px 15px;font-size:14px;}
}
@media(min-width:961px) and (max-width:1150px) {
  .header-inner{gap:10px;}.main-nav{gap:10px;}.main-nav a{font-size:12px;}.header-cta .btn{padding:10px;font-size:12px;}.brand-name{font-size:23px;}
}
@media(max-width:960px) {
  .language-switch{margin-left:auto;}.header-inner .nav-toggle{margin-left:0;}
}
html[lang="tl-PH"] .casino-hero h1{font-size:clamp(36px,4vw,56px);}
html[lang="tl-PH"] .hero-bottom a{font-size:11px;}
html[lang="tl-PH"] .lobby-heading h2{max-width:18ch;}
@media(max-width:640px) {
  .language-switch a{min-width:28px;min-height:32px;font-size:10px;}
  html[lang="tl-PH"] .casino-hero h1{font-size:34px;}
  html[lang="tl-PH"] .casino-hero-copy>p{font-size:14px;max-width:30ch;}
  html[lang="tl-PH"] .hero-secondary{font-size:11px;}
  html[lang="tl-PH"] .casino-hero .hero-actions{gap:10px;}
  html[lang="tl-PH"] .lobby-heading h2{font-size:26px;}
  html[lang="tl-PH"] .casino-shortcuts a{font-size:11px;}
  html[lang="tl-PH"] .error-copy h1{font-size:34px;}
}
@media(max-width:360px) {
  .header-inner{gap:9px;}.brand-name{font-size:23px;}.brand{gap:7px;}
  html[lang="tl-PH"] .casino-hero h1{font-size:30px;}
}
