:root { color-scheme: dark; font-family: system-ui, "Tajawal", sans-serif; }
body { margin: 0; background: #090909; color: #eee; line-height: 1.8; }
main { width: min(760px, calc(100% - 32px)); margin: 40px auto; }
h1 { color: #ff5555; }
h2 { margin-top: 28px; color: #f1b35d; }
a { color: #8fd3ff; }
.back { display: inline-block; margin-bottom: 16px; }
.language-control { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.language-select { min-height: 44px; color: #fff; background: #180000; border: 1px solid #744; border-radius: 8px; padding: 6px 10px; font: inherit; }
html[dir="ltr"] body { text-align: left; }
