
html,
body,
button,
input,
textarea,
select {
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:"Vazirmatn", Tahoma, Arial, sans-serif;
  background:#07111f;
  color:#eef4fa;
  min-height:100vh;
}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.hidden{display:none!important}

.account-header{
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#07111f;
}
.account-nav{
  max-width:1180px;
  margin:auto;
  padding:18px 22px;
  display:flex;
  align-items:center;
  gap:30px;
}
.brand{margin-left:auto}
.brand img{height:42px;max-width:190px;object-fit:contain}
.account-nav nav{
  display:flex;
  gap:24px;
  color:#aab8c7;
}
.account-nav nav a:hover{color:#fff}
.logout{
  border:1px solid rgba(255,255,255,.15);
  background:transparent;
  color:#fff;
  padding:10px 18px;
  border-radius:8px;
  cursor:pointer;
}

.account-main{
  width:min(1100px,calc(100% - 32px));
  margin:55px auto 80px;
}
.auth-card,.section-card{
  background:#0d1a2b;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  padding:30px;
}
.auth-card{
  max-width:520px;
  margin:50px auto;
}
.label{
  color:#7f93a8;
  font-size:11px;
  letter-spacing:2px;
  margin-bottom:10px;
}
h1,h2{margin:0 0 12px}
.auth-card p,.welcome p{
  color:#9eacba;
  line-height:1.8;
}
form{
  display:grid;
  gap:16px;
  margin-top:25px;
}
label{
  display:grid;
  gap:8px;
  color:#c9d3dd;
}
input{
  width:100%;
  padding:13px 14px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.12);
  background:#07111f;
  color:#fff;
  outline:none;
}
input:focus{border-color:rgba(255,255,255,.35)}
.primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:8px;
  padding:13px 20px;
  background:#fff;
  color:#07111f;
  cursor:pointer;
  font-weight:700;
}
.switch{
  margin-top:22px;
  color:#9eacba;
}
.switch button{
  border:0;
  background:none;
  color:#fff;
  cursor:pointer;
  padding:0 4px;
}
.error{
  color:#ff8f8f;
  background:rgba(255,80,80,.08);
  border:1px solid rgba(255,80,80,.15);
  padding:12px;
  border-radius:8px;
}
.message{
  padding:12px;
  border-radius:8px;
  background:rgba(255,255,255,.06);
}
.welcome{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:25px;
  margin-bottom:25px;
}
.stats{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px;
  margin-bottom:25px;
}
.stats>div{
  background:#0d1a2b;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:22px;
}
.stats span{
  display:block;
  color:#8799aa;
  margin-bottom:8px;
  font-size:13px;
}
.stats strong{font-size:22px}
.section-card{margin-bottom:25px}
.section-head{margin-bottom:20px}
.loading{
  color:#8d9dad;
  padding:20px 0;
}
.order{
  display:grid;
  grid-template-columns:1fr auto;
  gap:15px;
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.order:last-child{border-bottom:0}
.order-main strong{display:block;margin-bottom:8px}
.order-meta{
  color:#8e9dac;
  font-size:13px;
  line-height:1.9;
}
.order-side{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
}
.status{
  font-size:12px;
  padding:6px 10px;
  border-radius:20px;
  background:rgba(255,255,255,.07);
}
.order-link{
  color:#fff;
  font-size:13px;
}
.profile-form{
  max-width:600px;
}
@media(max-width:700px){
  .account-nav{flex-wrap:wrap}
  .account-nav nav{order:3;width:100%;justify-content:center}
  .welcome{flex-direction:column;align-items:flex-start}
  .stats{grid-template-columns:1fr}
  .order{grid-template-columns:1fr}
  .order-side{align-items:flex-start}
}

/* MontServer typography */
html,
body,
button,
input,
textarea,
select {
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif !important;
}
