/* Arabic changes the language only; the interface always retains LTR geometry. */
html[lang="en"],html[lang="ar"],html[lang="ar"] body,html[lang="ar"] body *{direction:ltr!important}
html[lang="ar"] body{font-family:Inter,"Segoe UI",Tahoma,Arial,sans-serif;text-align:left}
html[lang="ar"] :is(h1,h2,h3,h4,p,label,th,td,input,textarea,.combo-trigger,.combo-option,.field-error,.toast,.notice){text-align:left}
html[lang="ar"] :is(h1,h2,h3,h4,label,button,.nav-text,.page-title){letter-spacing:normal}
html[lang="ar"] :is(code,pre,samp,kbd,input,textarea,[data-i18n-skip],[data-preserve-case]){direction:ltr!important;unicode-bidi:isolate}
.locale-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;min-height:36px;flex-shrink:0;border:1px solid #303030;background:#111;color:#ddd;padding:6px 10px;border-radius:8px;font:500 12px/1.45 Inter,"Segoe UI",Tahoma,Arial,sans-serif;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}
.locale-toggle:hover{background:#1b1b1b;border-color:#505050;color:#fff}
.locale-toggle:focus-visible{outline:2px solid #eee;outline-offset:3px}
.locale-toggle [data-locale-label]{font-family:Inter,"Segoe UI",Tahoma,Arial,sans-serif;text-transform:none;line-height:1.45}
.locale-toggle .icon,.locale-toggle svg{flex-shrink:0}
.locale-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6}
.auth-locale{position:absolute;top:32px;right:32px;z-index:5}
.user-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
@media(max-width:760px){.auth-locale{top:20px;right:20px}.locale-toggle{gap:5px;padding-inline:10px}.header-actions{gap:6px}}
@media(prefers-reduced-motion:reduce){.locale-toggle{transition:none}}
