body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.subscription-container {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 520px;
  width: 100%;
  padding: 40px;
}

.subscription-header {
  text-align: center;
  margin-bottom: 30px;
}
.subscription-header h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}
.subscription-header p {
  color: #666;
  font-size: 16px;
}

.form-control {
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: border-color 0.2s;
}
.form-control:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  width: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.btn-primary:disabled {
  opacity: 0.6;
  transform: none;
}

.hint {
  text-align: center;
  color: #888;
  font-size: 14px;
  margin-top: 20px;
}

.success-message {
  display: none;
  text-align: center;
  padding: 20px;
}
.success-message.show {
  display: block;
}
.success-message h2 {
  color: #28a745;
  font-size: 28px;
  margin-bottom: 10px;
}
.success-message p {
  color: #666;
  font-size: 16px;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.15em;
}

/*# sourceMappingURL=xokoro.css.map */
