body { font-family: 'Manrope', sans-serif; }
.panel { border-radius: 18px; background: #fff; border: 1px solid #e2e8f0; box-shadow: 0 12px 30px rgba(15, 23, 42, .06); }
.form-input, .form-textarea, .form-select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: .7rem .85rem;
  background: #fff;
}
.btn { border-radius: 999px; padding: .62rem 1rem; font-size: .85rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.btn-primary { background: #0f172a; color: #fff; }
.btn-primary:hover { background: #1f2937; }
.btn-green { background: #1FA84A; color: #fff; }
.btn-red { background: #D62828; color: #fff; }
