/* تم صفحات ورود/تایید/فاکتور — هماهنگ با تم اصلی سایت (مشکی + آبی) */
body.light-theme{
  --bg:#0b0d10;
  --panel:#12151a;
  --panel-hover:#161a20;
  --border:#242a33;
  --border-hover:#343c48;
  --accent:#2f5fe0;
  --accent-hover:#2549b8;
  --ink:#e8eaed;
  --ink-muted:#8b93a1;
  --ink-faint:#565e6b;
  --danger:#f0555f;
  --success:#3fb950;
  background-image:url('../images/bg-tile-dark.webp'),linear-gradient(180deg,#0b0d10,#0b0d10);
  background-repeat:repeat,no-repeat;background-size:480px,cover;background-attachment:fixed,fixed;
}
body.light-theme .otp-box,
body.light-theme .phone-input{ background:var(--panel); }
body.light-theme .card{
  background-image:url('../images/bg-tile-dark.webp'),linear-gradient(180deg,#151a24,#10131a);
  background-repeat:repeat,no-repeat;background-size:380px,cover;
  border:1px solid var(--border);
}
