.revcent-router { max-width:520px;padding:16px;border:1px solid #e5e7eb;border-radius:12px;}
.revcent-router__form{display:grid;gap:8px;}
.revcent-router__submit,.revcent-router__new{display:inline-block;padding:10px 14px;border-radius:10px;text-decoration:none;}
.revcent-router__submit{background:#111827;color:#fff;border:0;cursor:pointer;}
.revcent-router__new{background:#f3f4f6;color:#111827;}
.revcent-router__or{text-align:center;margin:12px 0;color:#6b7280;}
.revcent-router__msg{margin-top:8px;min-height:1em;font-size:.95em;}
.revcent-router__msg.is-error{color:#b91c1c;}
.revcent-router__msg.is-success{color:#065f46;}