body { font-family: Arial, sans-serif; background:#f5f7fb; color:#1f2937; margin:0; }
.container { max-width: 860px; margin: 40px auto; background:#fff; padding:24px; border-radius:12px; box-shadow:0 8px 24px rgba(0,0,0,.08); }
h1 { margin-top:0; }
.field { display:flex; flex-direction:column; gap:8px; margin-bottom:16px; }
input, select, textarea, button { padding:12px; font-size:16px; border:1px solid #cbd5e1; border-radius:8px; }
textarea { min-height:120px; resize:vertical; }
button { background:#0f766e; color:#fff; border:none; cursor:pointer; }
.errors { background:#fee2e2; color:#991b1b; padding:12px; border-radius:8px; margin-bottom:16px; }
a { color:#0f766e; }
