.inp {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 0.5rem 0.75rem;
  font-size: 13.5px;
  color: #1e293b;
  outline: none;
}
.inp:focus { border-color: #14b8a6; box-shadow: 0 0 0 2px rgba(20,184,166,0.15); }

.inp-sm {
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 0.3rem 0.5rem;
  font-size: 12.5px;
  color: #1e293b;
  outline: none;
}
.inp-sm:focus { border-color: #14b8a6; box-shadow: 0 0 0 2px rgba(20,184,166,0.15); }

@media print {
  body * { visibility: hidden; }
  #invoicePrintArea, #invoicePrintArea * { visibility: visible; }
  #invoicePrintArea {
    position: absolute; top: 0; left: 0; width: 100%;
    box-shadow: none !important; border: none !important;
  }
  .no-print { display: none !important; }
  body { background: white; }
}
