/* RTL helpers */
[dir="rtl"] .rtl-flex-row-reverse { flex-direction: row-reverse; }
[dir="rtl"] .rtl-text-right { text-align: right; }
[dir="rtl"] .rtl-flip { transform: scaleX(-1); }
:lang(ar), :lang(ur) { font-family: 'Noto Naskh Arabic', serif; }

/* Smooth card selection ring */
.lang-card { transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; }
.lang-card.is-active {
  border-color: var(--theme-500) !important;
  box-shadow: 0 0 0 3px rgba(var(--theme-500-rgb, 168,85,247), 0.18), 0 8px 24px rgba(0,0,0,0.10);
}
html.dark .lang-card.is-active {
  box-shadow: 0 0 0 3px rgba(var(--theme-500-rgb, 168,85,247), 0.25), 0 8px 24px rgba(0,0,0,0.35);
}

/* Hide Alpine cloak */
[x-cloak] { display: none !important; }

/* Footer safe area */
.footer-safe { padding-bottom: calc(1rem + env(safe-area-inset-bottom)); }
