body{min-height:100vh;background:linear-gradient(180deg,#fbfdff 0%,#eef5fa 100%)}
.page{max-width:760px;margin:0 auto;padding:16px 20px 40px}
.hero{background:rgba(255,255,255,.96);border:1px solid rgba(16,52,78,.11);border-radius:28px;box-shadow:0 28px 60px rgba(44,85,118,.12);padding:20px;margin-bottom:16px}
.kicker{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(13,167,160,.09);color:#0b7e83;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
h1{font-size:34px;line-height:1.05;margin:16px 0 10px;color:var(--ink)}
.lead{font-size:16px;line-height:1.7;color:var(--muted);max-width:70ch}
.flash{padding:12px 16px;border-radius:14px;margin-bottom:16px;font-size:14px;font-weight:600}
.flash-success{background:#edf7f0;border:1px solid rgba(34,197,94,.25);color:#166534}
.flash-error{background:#fdeef1;border:1px solid rgba(180,35,50,.18);color:#a61b2b}
.flash-warn{background:#fffbeb;border:1px solid rgba(234,179,8,.25);color:#92400e}

.card{background:rgba(255,255,255,.96);border:1px solid rgba(16,52,78,.11);border-radius:24px;box-shadow:0 16px 36px rgba(44,85,118,.08);padding:20px;margin-bottom:16px}
.card-title{font-size:16px;font-weight:800;color:var(--ink);margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid rgba(16,52,78,.08)}
.field{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}
.field:last-of-type{margin-bottom:0}
label{font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#42556b}
/* §6c: the field was 10px+10px around a 13px line box (~40px). cryo-ergo.css
   already forces the TYPE up to 16px so iOS does not zoom on focus; the height
   floor is this file's job. */
input[type=text],input[type=email],input[type=password],input[type=tel]{padding:11px 13px;min-height:44px;border:1px solid rgba(16,52,78,.15);border-radius:12px;font-size:16px;font-family:inherit;background:#fff;color:var(--ink);width:100%;box-sizing:border-box}
input:focus{outline:none;border-color:#0da7a0;box-shadow:0 0 0 3px rgba(13,167,160,.12)}
input[readonly]{background:#f7fbfd;color:#6f879b;cursor:default}
/* §6c: 12px #94a3b8 on white is ~2.8:1 — well under the 4.5:1 floor, on the
   text that explains what a field wants. Raised and darkened. */
.hint{font-size:14px;line-height:1.5;color:#5b6675;margin-top:4px}
/* §6c: every save/submit/destructive control on this page is a .btn-save, and
   10px+10px around a 13px line box lands at ~40px — under the 44px floor. */
.btn-save{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 24px;border-radius:999px;font-size:15px;font-weight:700;border:1px solid transparent;background:var(--cs-grad,linear-gradient(135deg,#2a5bff,#7c5cff));color:#fff;cursor:pointer;margin-top:6px}
.btn-save:hover{opacity:.9}
/* §6c feedback: a visible press state inside the 100ms budget. */
.btn-save:active{transform:translateY(1px);opacity:.85}
.meta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.meta-chip{background:#f1f5f9;border:1px solid rgba(16,52,78,.09);border-radius:10px;padding:7px 13px;font-size:14px;color:#42556b}
.meta-chip strong{color:var(--ink)}
@media(max-width:640px){
  .page{padding:12px 10px 40px}
  .hero{padding:16px}
  h1{font-size:26px}
  .card{padding:16px}
}
