.language-control { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; max-width: 185px; border: 1px solid #ffffff36; border-radius: 12px; background: #ffffff0a; padding-inline: 9px 4px; color: var(--cream, #fff4da); }
.language-control > span { font-size: 14px; }
.language-select { width: 100%; min-width: 0; min-height: 42px; max-width: 145px; border: 0; background: transparent; color: inherit; font: 600 13px 'Segoe UI', system-ui, sans-serif; cursor: pointer; }
.language-select option { background: #fff4da; color: #511721; }
.language-select:focus-visible { outline: 2px solid var(--gold, #ffd36a); outline-offset: 2px; border-radius: 6px; }
html:not([lang="es"]):not([lang="en"]) body { font-family: 'Segoe UI', system-ui, sans-serif; }
html:not([lang="es"]):not([lang="en"]) .logo { font-size: clamp(55px, 7vw, 96px); }
.setup-intro, .setup-form, .mode-card, .rules, .seo, .mname, .fname, .hist-item { text-align: start; }
.logo { direction: ltr; text-align: left; }
#scr-end .logo { text-align: center; }
.hero-art, .pyr, .slots, .hand-cards, .face, .shuffle-cards { direction: ltr; }
.brand { direction: ltr; }
#btn-play::before { margin-right: 0; margin-inline-end: 10px; }
.tb-name, #p-who, .fname, .hi-champ { overflow-wrap: anywhere; }
.mode-card .m-desc, .chip, .btn, .sec-title { overflow-wrap: anywhere; }
.mode-card.selected::after { right: auto; inset-inline-end: 11px; }
.namein input { direction: auto; }
.seo section h2 { font-size: 17px; }
.seo .foot { display: flex; flex-wrap: wrap; gap: 10px 16px; }
html[dir="rtl"] .game-facts { justify-content: flex-start; }
html[dir="rtl"] .setup-intro .logo { margin-left: 3px; margin-right: auto; }
html[dir="rtl"] .hero-art { direction: ltr; }
html[dir="rtl"] .rn { margin-right: 0; margin-inline-end: 6px; }
@media (max-width:760px) {
  html:not([lang="es"]):not([lang="en"]) .logo { font-size: 64px; }
  .language-control { max-width: 152px; }
  .language-select { max-width: 115px; }
  .topbar { padding-left: calc(var(--pp-safe-left) + 12px); padding-right: calc(var(--pp-safe-right) + 12px); }
  .brand { font-size: 12px; gap: 4px; }
  .topbar-inner, .topbar-actions { gap: 5px; }
  .players-heading { flex-wrap: wrap; }
  .hud .chip { max-width: 100%; }
  .choice { min-width: 0; }
  .choice.suit small { font-size: 10px; line-height: 1.3; }
}
@media (max-width:360px) {
  html:not([lang="es"]):not([lang="en"]) .logo { font-size: 56px; }
  .language-control { max-width: 133px; }
  .language-select { max-width: 98px; font-size: 12px; }
  .brand b { display: none; }
}
