/* آسان‌یار — استایل صفحه ورود */
body {
  font-family: "Vazirmatn", Tahoma, sans-serif;
  background: #F6F5F1;
  color: #191C21;
  display: grid;
  place-items: center;
  min-height: 100vh;
  margin: 0;
}

.redirect {
  text-align: center;
}

.redirect p {
  color: #565C66;
  font-size: 14px;
}

.redirect a {
  color: #155FC0;
  font-weight: 700;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  body { background: #131417; color: #EDEEF0; }
  .redirect p { color: #A7ACB6; }
  .redirect a { color: #5C8FDF; }
}
