:root {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #1a2332;
  background: #f4f7fb;
}
body {
  margin: 0;
  padding: 0;
}
.tp-banner {
  background: #b45309;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 0.9rem;
}
.tp-captcha {
  display: none;
  border: 2px dashed #dc2626;
  background: #fef2f2;
  color: #991b1b;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 8px;
  font-weight: 600;
}
.tp-captcha.visible {
  display: block;
}
.tp-wrap {
  max-width: 520px;
  margin: 2rem auto;
  padding: 0 1rem 2rem;
}
.tp-card {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
h1 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}
.tp-muted {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.5;
}
.tp-field {
  margin-top: 1rem;
}
.tp-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}
.tp-field input,
.tp-field textarea,
.tp-field select {
  width: 100%;
  box-sizing: border-box;
  padding: 0.55rem 0.65rem;
  border: 1px solid #94a3b8;
  border-radius: 8px;
  font-size: 1rem;
}
.tp-field textarea {
  min-height: 140px;
  resize: vertical;
}
.tp-actions {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.tp-btn {
  display: inline-block;
  padding: 0.6rem 1.1rem;
  border: none;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
}
.tp-btn.secondary {
  background: #e2e8f0;
  color: #1e293b;
}
.tp-confirm {
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  color: #065f46;
  padding: 1rem;
  border-radius: 8px;
  font-weight: 600;
  line-height: 1.5;
}
.tp-steps {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 0.75rem;
}
