/* base + modal (por si faltaba) */
@import url('modal.css');


.input{height:44px;border:1px solid #e6e6eb;border-radius:999px;padding:0 16px;background:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:10px;border:0;cursor:pointer;font-weight:600}
.field{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}
.error{color:#d93025;font-size:13px;margin-top:6px}

/* Modal */
.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);display:none;align-items:center;justify-content:center;z-index:50}
.modal-backdrop.show{display:flex}
.modal-card{width:380px;max-width:92vw;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.25);overflow:hidden}
.modal-head{padding:16px 20px;background:#CC0066;color:#fff;font-weight:700}
.modal-body{padding:20px}
.modal-actions{padding:16px 20px}
