:root {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #0f172a;
  background: #eef2ff;
}
body { margin: 0; }
.mr-banner {
  background: #1e3a8a;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 0.85rem;
}
.mr-header {
  background: #1e40af;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  font-size: 1.1rem;
}
.mr-wrap { max-width: 520px; margin: 2rem auto; padding: 0 1rem 2rem; }
.mr-card {
  background: #fff;
  border: 1px solid #c7d2fe;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.1);
}
h1 { margin: 0 0 0.5rem; font-size: 1.35rem; }
.mr-muted { color: #475569; line-height: 1.5; font-size: 0.95rem; }
.mr-steps { font-size: 0.82rem; color: #64748b; margin-bottom: 0.75rem; text-transform: uppercase; letter-spacing: 0.04em; }
.mr-field { margin-top: 1rem; }
.mr-field label { display: block; font-weight: 600; margin-bottom: 0.35rem; font-size: 0.9rem; }
.mr-field input, .mr-field textarea, .mr-field select {
  width: 100%; box-sizing: border-box; padding: 0.55rem 0.65rem;
  border: 1px solid #94a3b8; border-radius: 8px; font-size: 1rem;
}
.mr-field textarea { min-height: 180px; resize: vertical; }
.mr-actions { margin-top: 1.25rem; display: flex; gap: 0.75rem; flex-wrap: wrap; }
.mr-btn {
  display: inline-block; padding: 0.6rem 1.2rem; border: none; border-radius: 8px;
  background: #2563eb; color: #fff; font-weight: 600; cursor: pointer; text-decoration: none; font-size: 0.95rem;
}
.mr-btn.secondary { background: #e2e8f0; color: #1e293b; }
.mr-confirm {
  background: #eff6ff; border: 1px solid #93c5fd; color: #1e40af;
  padding: 1rem; border-radius: 8px; font-weight: 600; line-height: 1.5;
}
