.label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.25rem;
}

.input {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #d1d5db;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
}

.input:focus {
  outline: none;
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.2);
}

.cropper-view-box,
.cropper-face {
  border-radius: 0;
}

.btn-primary,
.btn-verify,
.btn-resend {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}

.btn-primary:disabled,
.btn-verify:disabled,
.btn-resend:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.btn-primary {
  width: 100%;
  padding: 0.875rem 1.5rem;
  border: none;
  border-radius: 9999px;
  color: #fff;
  font-size: 0.95rem;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 45%, #b91c1c 100%);
  box-shadow: 0 4px 16px rgba(220, 38, 38, 0.28);
}

.btn-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(220, 38, 38, 0.34);
}

.btn-verify {
  width: 100%;
  padding: 0.875rem 1.5rem;
  border: none;
  border-radius: 9999px;
  color: #fff;
  font-size: 0.95rem;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 45%, #d97706 100%);
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.28);
}

.btn-verify:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.34);
}

.btn-resend {
  padding: 0.4rem 1rem;
  border: 1px solid #fecaca;
  border-radius: 9999px;
  background: #fff;
  color: #dc2626;
  font-size: 0.75rem;
  line-height: 1.2;
  box-shadow: none;
}

.btn-resend:hover:not(:disabled) {
  background: #fef2f2;
  border-color: #fca5a5;
}

.btn-resend:disabled {
  color: #9ca3af;
  border-color: #e5e7eb;
  background: #f9fafb;
}
