/* ⛔ این فایل **تولید** می‌شود — دستی ویرایشش نکن.
   منبع: apps/panel/app/design-tokens.css
   مولد: npm run landing:tokens   ·   گارد: npm run check:landing-tokens
   چرا: چهار صفحهٔ باندل هر کدام پالتِ خامِ کپی‌شدهٔ خودشان را داشتند و برندِ
   باندل (#7c5cff بنفش) با برندِ بسته (#1D4ED8 آبی) واگرا بود. */


:root{
  --bg:#060B18;
  --bg2:#0A1226;
  --card:#0F1A31;
  --card2:#132039;
  --txt:#EAF0FA;
  --muted:#7E8FAC;
  --line:#1F2D4B;
  --line-soft:#1A2740;
  --purple:#5B93FF;
  --cyan:#7FB0FF;
  --good:#34D399;
  --grad:linear-gradient(135deg,#5B93FF,#7FB0FF);
  --grad-soft:linear-gradient(135deg,color-mix(in srgb,#5B93FF 16%,transparent),color-mix(in srgb,#7FB0FF 16%,transparent));
  --glow:0 18px 50px -18px color-mix(in srgb,#5B93FF 55%,transparent);
  --accent-ink:#7FB0FF;
}

:root[data-theme="dark"]{
  --bg:#060B18;
  --bg2:#0A1226;
  --card:#0F1A31;
  --card2:#132039;
  --txt:#EAF0FA;
  --muted:#7E8FAC;
  --line:#1F2D4B;
  --line-soft:#1A2740;
  --purple:#5B93FF;
  --cyan:#7FB0FF;
  --good:#34D399;
  --grad:linear-gradient(135deg,#5B93FF,#7FB0FF);
  --grad-soft:linear-gradient(135deg,color-mix(in srgb,#5B93FF 16%,transparent),color-mix(in srgb,#7FB0FF 16%,transparent));
  --glow:0 18px 50px -18px color-mix(in srgb,#5B93FF 55%,transparent);
  --accent-ink:#7FB0FF;
}

:root[data-theme="light"]{
  --bg:#F5F8FD;
  --bg2:#EDF2FA;
  --card:#FFFFFF;
  --card2:#F7FAFE;
  --txt:#101E36;
  --muted:#5F6C80;
  --line:#E2E9F4;
  --line-soft:#EDF2F9;
  --purple:#1D4ED8;
  --cyan:#3D8BFF;
  --good:#0A7A54;
  --grad:linear-gradient(135deg,#1D4ED8,#3D8BFF);
  --grad-soft:linear-gradient(135deg,color-mix(in srgb,#1D4ED8 16%,transparent),color-mix(in srgb,#3D8BFF 16%,transparent));
  --glow:0 18px 50px -18px color-mix(in srgb,#1D4ED8 55%,transparent);
  --accent-ink:#1D4ED8;
}
