* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial;
}

body {
  background: #f4f4f4;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  width: 380px;
  background: #ffffff;
  padding: 36px 32px;
  border-radius: 12px;
  text-align: center;
}

h1 {
  font-size: 32px;
  margin-bottom: 6px;
}

.login {
  font-size: 14px;
  margin-bottom: 26px;
}

.login a {
  color: #2563eb;
  text-decoration: none;
}

.social {
  width: 100%;
  height: 46px;
  border: 1px solid #d1d1d1;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 14px;
}

.social img {
  width: 18px;
  height: 18px;
}

/* IMPORTANT: Apple logo visible */
.social.apple img {
  filter: none;
}

.or {
  display: flex;
  align-items: center;
  margin: 22px 0;
}

.or span {
  flex: 1;
  height: 1px;
  background: #ddd;
}

.or p {
  margin: 0 12px;
  font-size: 13px;
  color: #666;
}

input {
  width: 100%;
  height: 46px;
  border-radius: 8px;
  border: 1px solid #8b8bd8;
  padding: 0 14px;
  font-size: 14px;
  margin-bottom: 16px;
}

.email-btn {
  width: 100%;
  height: 46px;
  background: #3b5bfd;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.terms {
  font-size: 12px;
  color: #555;
  margin-top: 20px;
  line-height: 1.5;
}

.terms a {
  color: #2563eb;
  text-decoration: none;
}
