:root{
  --nova-bg: #dff3ff;
  --nova-card: #eaf7ff;
  --nova-blue: #2b78ff;
  --nova-blue-dark:#1f5fe0;
  --nova-text:#0f172a;
  --nova-muted:#52637a;
}

body.nova-auth{
  min-height: 100vh;
  background: var(--nova-bg);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 28px 12px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.nova-auth-card{
  width: 100%;
  max-width: 420px;
  background: var(--nova-card);
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(2, 132, 199, .18);
  overflow: hidden;
}

.nova-auth-inner{
  padding: 26px 22px 22px;
}

.nova-logo{
  width: 190px;
  height: auto;
  display:block;
  margin: 8px auto 14px;
}

.nova-auth-title{
  text-align:center;
  font-weight: 800;
  color: var(--nova-text);
  margin: 0 0 6px;
}

.nova-auth-sub{
  text-align:center;
  color: var(--nova-muted);
  margin: 0 0 18px;
  font-size: 13px;
}

.nova-auth-label-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.nova-link{
  font-size: 12px;
  text-decoration: none;
}

.nova-btn{
  background: var(--nova-blue) !important;
  border-color: var(--nova-blue) !important;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 12px;
}

.nova-btn:hover{
  background: var(--nova-blue-dark) !important;
  border-color: var(--nova-blue-dark) !important;
}

.nova-bottom-link{
  text-align:center;
  padding: 14px 0 0;
  font-size: 13px;
}

.nova-foot{
  text-align:center;
  color: rgba(15, 23, 42, .45);
  margin-top: 12px;
  font-size: 12px;
}
