.spa-login-box {
  max-width: 380px;
  margin: 40px auto;
  padding: 30px;
  text-align: center;
  background: #101112;
  border: 1px solid rgba(243,236,221,0.14);
  border-radius: 10px;
}
.spa-google-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 20px;
  background: #fff;
  color: #1f1f1f;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.spa-google-btn:hover { background: #f5f5f5; color: #1f1f1f; }
.spa-google-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #4285F4;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
}
.spa-login-note {
  margin-top: 14px;
  font-size: 12px;
  color: #AFA99C;
}
.spa-portal {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px;
}
.spa-portal h2 { margin-bottom: 10px; }
