/* Binary³ Unified Scanner Input Styling */
.b3-scan-input {
  height: 46px;
  border-radius: 12px !important;
  background: #1e293b;
  border: 1px solid rgba(100, 116, 139, 0.4);
  color: #ffffff;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  -webkit-appearance: none;
}

.b3-scan-input::placeholder {
  color: #64748b;
}

.b3-scan-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
  background: #1e293b;
  color: #ffffff;
}
