@font-face {
  font-family: Vazirmatn;
  src: url(vendor/Vazirmatn.woff2) format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
body:has(.atlas-auth) {
  margin: 0;
}
.atlas-auth {
  font-family: Vazirmatn, Tahoma, sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #eef5f3;
}
.atlas-auth-panel {
  flex: 1 1 46%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  padding: 60px 56px;
  color: #fff;
  background: linear-gradient(150deg, #0b3a52 0%, #0b8b7a 55%, #3ba25a 100%);
  position: relative;
  overflow: hidden;
}
.atlas-auth-panel::after {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.16), transparent 70%);
}
.atlas-auth-logo {
  width: 84px;
  height: 84px;
  border-radius: 20px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  margin-bottom: 6px;
}
.atlas-auth-panel h1 {
  font-size: 34px;
  margin: 0;
}
.atlas-auth-tag {
  font-size: 16px;
  opacity: .92;
  margin: 0 0 18px;
}
.atlas-auth-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.atlas-auth-points li {
  position: relative;
  padding-right: 26px;
}
.atlas-auth-points li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 0;
  color: #d7f4c9;
  font-weight: 700;
}
.atlas-auth-card {
  flex: 1 1 54%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 56px;
  background: #fff;
}
.atlas-tabs {
  display: flex;
  gap: 4px;
  background: #f0f4f3;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 22px;
}
.atlas-tab {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 10px 0;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 650;
  color: #5b6e6b;
  cursor: pointer;
}
.atlas-tab.active {
  background: #fff;
  color: #0b8b7a;
  box-shadow: 0 2px 10px rgba(11,139,122,.18);
}
.atlas-tab-panel h2 {
  margin: 0 0 4px;
  font-size: 21px;
}
.atlas-auth-sub {
  color: #748588;
  font-size: 13px;
  margin: 0 0 20px;
}
.atlas-tab-panel label,
.atlas-register-form label {
  display: block;
  font-size: 12px;
  color: #526864;
  margin-bottom: 12px;
}
.atlas-tab-panel input[type="text"],
.atlas-tab-panel input[type="email"],
.atlas-tab-panel input[type="password"],
.atlas-register-form input[type="text"],
.atlas-register-form input[type="email"],
.atlas-register-form input[type="password"] {
  width: 100%;
  margin-top: 6px;
  padding: 11px 13px;
  border: 1px solid #dde8e1;
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
}
.atlas-tab-panel input:focus,
.atlas-register-form input:focus {
  outline: 2px solid #0b8b7a55;
  border-color: #0b8b7a;
}
.atlas-auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 12px;
}
.login-remember-label {
  font-weight: 400 !important;
  display: flex !important;
  align-items: center;
  gap: 6px;
  font-size: 12px !important;
}
.login-remember-label input {
  width: auto !important;
}
.atlas-plan-picker {
  border: 0;
  padding: 0;
  margin: 4px 0 18px;
}
.atlas-plan-picker legend {
  font-size: 12px;
  color: #526864;
  padding: 0 0 8px;
}
.atlas-plan-option {
  display: flex !important;
  align-items: center;
  gap: 10px;
  border: 1px solid #dde8e1;
  border-radius: 10px;
  padding: 11px 13px;
  margin-bottom: 8px;
  cursor: pointer;
}
.atlas-plan-option:has(input:checked) {
  border-color: #0b8b7a;
  background: #f1faf7;
}
.atlas-plan-option input {
  width: auto !important;
  margin: 0 !important;
}
.atlas-plan-option span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.atlas-plan-option small {
  color: #748588;
}
.atlas-auth-submit,
.atlas-tab-panel input[type="submit"] {
  display: block;
  width: 100%;
  text-align: center;
  background: #0b8b7a;
  color: #fff !important;
  border: 0;
  padding: 13px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 650;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
}
.atlas-auth-logout {
  margin-top: 18px;
}
.atlas-auth-error {
  background: #fdecec;
  color: #a3312b;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  margin: 0 0 16px;
}
@media (max-width: 860px) {
  .atlas-auth { flex-direction: column; }
  .atlas-auth-panel, .atlas-auth-card { max-width: none; padding: 40px 28px; }
  .atlas-auth-panel { padding-bottom: 30px; }
}
