.flm-auth-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

.flm-auth-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  color: #ffffff;
}

.flm-auth-card {
  background: #1a1a1a;
  border-radius: 8px;
  padding: 30px;
}

.flm-auth-heading {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
  text-align: left;
}

/* Form */
.flm-auth-description {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 20px;
  text-align: left;
}

.flm-auth-form {
  text-align: left;
}

.flm-form-group {
  margin-bottom: 16px;
}

.flm-form-group label {
  display: block;
  font-size: 16px;
  color: #ccc;
  margin-bottom: 6px;
}

.flm-form-group input {
  width: 100%;
  box-sizing: border-box;
  background: #0a0a0a;
  border: 1px solid #333;
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding: 10px 12px;
  outline: none;
  transition: border-color 0.2s;
}

.flm-form-group input:focus {
  border-color: #40E0D0;
}

.flm-form-error {
  font-size: 14px;
  color: #e05555;
  min-height: 20px;
  margin-bottom: 8px;
}

.flm-btn-submit {
  width: 100%;
  background: #40E0D0;
  border: none;
  border-radius: 4px;
  color: #0a0a0a;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.flm-btn-submit:hover {
  background: #33b3a6;
}

.flm-btn-submit:disabled {
  background: #555;
  color: #888;
  cursor: not-allowed;
}

/* Success state */
.flm-auth-success {
  padding: 20px 0;
}

.flm-success-icon {
  font-size: 40px;
  color: #40E0D0;
  margin-bottom: 12px;
}

.flm-auth-success p {
  font-size: 16px;
  color: #eee;
}

/* Signed-in state */
.flm-auth-signed-in {
  padding: 20px 0;
  text-align: center;
}

.flm-auth-email {
  font-size: 16px;
  color: #eee;
  margin-bottom: 20px;
}

.flm-btn-purchase {
  display: inline-block;
  background: #D4A843;
  color: #0a0a0a;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.flm-btn-purchase:hover {
  background: #e8c45a;
}
