
/* Plugin styles - lightweight and compressed where possible */
.ncc-card { font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; }
.ncc-heading { color:#0d6efd; font-weight:700; font-size:1.4rem; }
.ncc-subtitle { color:#6c757d; margin-bottom:1rem; }
#ncc-output { background: #f8f9fa; }
.btn-lg { padding: .65rem 1rem; border-radius: .6rem; }
.form-label { font-size: .95rem; }
@media (max-width:575px){
  .ncc-card { padding: 1rem; }
  .ncc-heading { font-size:1.2rem; }
}
/* small performance tip: keep CSS minimal to reduce render-blocking */
