/* Layout compacto + centralizado */
.cnec-form-wrap{max-width:980px;margin:0 auto;padding:0 16px}
.cne-status{margin-bottom:12px}
.cnec-form{display:grid;gap:14px}
.cnec-form .row{display:grid;gap:14px;grid-template-columns:1fr 1fr}
@media (max-width:900px){.cnec-form .row{grid-template-columns:1fr}}
.cnec-form .fld{display:grid;gap:6px}
.cnec-form input,.cnec-form select,.cnec-form textarea{
  width:100%;height:44px;padding:10px 12px;border-radius:10px;border:1px solid #e5e9f2;background:#fff;outline:none
}
.cnec-form textarea{height:auto;min-height:140px}
.cnec-form input:focus,.cnec-form select:focus,.cnec-form textarea:focus{
  border-color:#0d6efd;box-shadow:0 0 0 3px rgba(13,110,253,.2)
}
.cnec-form .btns{display:flex;gap:10px;flex-wrap:wrap}
.cnec-form .btn{border:0;border-radius:10px;padding:10px 16px;font-weight:700;cursor:pointer;background:#0d6efd;color:#fff;
  box-shadow:0 6px 16px rgba(13,110,253,.25)}
.cnec-form .btn.ghost{background:#fff;color:#0f172a;border:1px solid #e5e9f2}
.cnec-alert,.cne-toast{padding:12px;border-radius:10px}
.cnec-alert.ok,.cne-toast.ok{background:#ecfdf5;border:1px solid #10b981}
.cnec-alert.erro,.cne-toast.err{background:#fef2f2;border:1px solid #ef4444}
.cne-toast{position:fixed;left:50%;transform:translateX(-50%);bottom:24px;z-index:9999;min-width:260px;text-align:center}
.cnec-hp{position:absolute;left:-9999px;height:0;width:0;padding:0;margin:0;border:0}
