/* ── Pasatiempos i18n Styles ── */

/* Arabic RTL */
html[dir="rtl"] .topbar { direction: rtl; }
html[dir="rtl"] .topbar-left { order: 3; }
html[dir="rtl"] .topbar-right { order: 1; }
html[dir="rtl"] .clues-panel { text-align: right; }
html[dir="rtl"] .help-sheet { text-align: right; }
html[dir="rtl"] .found-words { direction: rtl; }
html[dir="rtl"] .row { direction: rtl; }

/* CJK Fonts */
.lang-zh, .lang-zh * { font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', system-ui, sans-serif !important; }
.lang-ko, .lang-ko * { font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', system-ui, sans-serif !important; }
.lang-ar, .lang-ar * { font-family: 'Noto Sans Arabic', 'Arabic UI Text', 'Geeza Pro', system-ui, sans-serif !important; }
.lang-ru, .lang-ru * { font-family: 'Segoe UI', 'Helvetica Neue', Arial, system-ui, sans-serif !important; }

/* Language selector */
.lang-selector { position: relative; display: inline-flex; align-items: center; }
.lang-select {
  appearance: none; -webkit-appearance: none;
  background: #f4f4f4; border: 1.5px solid #ddd; border-radius: 8px;
  padding: 5px 24px 5px 8px; font-size: .78rem; font-weight: 600;
  cursor: pointer; outline: none; color: #1a1a2e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 7px center;
  max-width: 110px;
}
.lang-select:hover { border-color: #F5C842; background-color: #fff; }
.lang-select:focus { border-color: #2980B9; }

@media (max-width: 420px) {
  .lang-select { font-size: .7rem; padding: 4px 20px 4px 6px; max-width: 80px; }
}
