.warehouse-putaway-panel{
  scroll-margin-top:86px;
}

.warehouse-putaway-help{
  margin:0;
  line-height:1.55;
}

.warehouse-putaway-grid,
.warehouse-putaway-scan-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:16px;
}

.warehouse-putaway-grid{
  margin-top:16px;
}

.warehouse-putaway-scan-grid{
  margin-top:16px;
}

.warehouse-putaway-field,
.warehouse-putaway-scan-step{
  display:grid;
  gap:8px;
  min-width:0;
}

.warehouse-putaway-field label,
.warehouse-putaway-scan-step strong{
  font-weight:700;
}

.warehouse-putaway-field select,
.warehouse-putaway-field input,
.warehouse-putaway-scan-step input{
  width:100%;
  min-height:48px;
  border:1px solid var(--border,#d7dde7);
  border-radius:10px;
  padding:10px 12px;
  font:inherit;
  background:var(--surface,#fff);
  color:#1f2937;
}

.warehouse-putaway-scan-step{
  padding:14px;
  border:1px solid var(--border,#d7dde7);
  border-radius:12px;
}

.warehouse-putaway-scan-step small{
  font-weight:800;
  letter-spacing:.08em;
}

.warehouse-putaway-message{
  margin:16px 0 0;
  padding:12px 14px;
  border:1px solid var(--border,#d7dde7);
  border-radius:10px;
  line-height:1.5;
}

.warehouse-putaway-match{
  display:grid;
  gap:6px;
  padding:12px;
  border:1px solid var(--border,#d7dde7);
  border-radius:10px;
}

.warehouse-putaway-match[hidden]{
  display:none;
}

.warehouse-putaway-confirmation{
  display:grid;
  grid-template-columns:minmax(140px,220px) auto;
  align-items:end;
  gap:12px;
  margin-top:16px;
}

.warehouse-putaway-confirmation button{
  min-height:48px;
  padding:10px 18px;
}

.warehouse-putaway-confirmation button:disabled,
.warehouse-putaway-complete button:disabled{
  cursor:not-allowed;
  opacity:.55;
}

.warehouse-putaway-complete{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--border,#d7dde7);
}

.warehouse-putaway-complete p{
  margin:0;
  line-height:1.55;
}

.warehouse-putaway-complete button{
  min-height:48px;
  flex:0 0 auto;
  padding:10px 18px;
}

@media(max-width:800px){
  .warehouse-putaway-grid,
  .warehouse-putaway-scan-grid,
  .warehouse-putaway-confirmation{
    grid-template-columns:1fr;
  }

  .warehouse-putaway-confirmation button{
    width:100%;
  }

  .warehouse-putaway-complete{
    align-items:stretch;
    flex-direction:column;
  }

  .warehouse-putaway-complete button{
    width:100%;
  }
}

@media(max-width:520px){
  .warehouse-putaway-panel{
    overflow-wrap:anywhere;
  }
}

/* WarehouseIQ Putaway readability override */
.warehouse-putaway-panel,
.warehouse-putaway-panel .warehouse-putaway-help,
.warehouse-putaway-panel .warehouse-putaway-field,
.warehouse-putaway-panel .warehouse-putaway-scan-step,
.warehouse-putaway-panel .warehouse-putaway-message,
.warehouse-putaway-panel .warehouse-putaway-match,
.warehouse-putaway-panel .warehouse-putaway-complete {
  color: #1f2937;
}

.warehouse-putaway-panel .warehouse-putaway-field input,
.warehouse-putaway-panel .warehouse-putaway-field select,
.warehouse-putaway-panel .warehouse-putaway-scan-step input {
  color: #1f2937;
  -webkit-text-fill-color: #1f2937;
}

/* WarehouseIQ Putaway — professional readability */
.warehouse-putaway-panel {
  color: #111827;
}

.warehouse-putaway-panel .warehouse-putaway-help,
.warehouse-putaway-panel .warehouse-putaway-complete p {
  color: #374151;
  font-size: 14px;
  font-weight: 500;
}

.warehouse-putaway-panel .warehouse-putaway-field label,
.warehouse-putaway-panel .warehouse-putaway-scan-step strong {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}

.warehouse-putaway-panel .warehouse-putaway-field input,
.warehouse-putaway-panel .warehouse-putaway-field select,
.warehouse-putaway-panel .warehouse-putaway-scan-step input {
  color: #111827;
  -webkit-text-fill-color: #111827;
  font-weight: 600;
  background: #ffffff;
}

.warehouse-putaway-panel .warehouse-putaway-field input::placeholder,
.warehouse-putaway-panel .warehouse-putaway-scan-step input::placeholder {
  color: #6b7280;
  -webkit-text-fill-color: #6b7280;
  opacity: 1;
}

.warehouse-putaway-panel .warehouse-putaway-scan-step small {
  color: #4b5563;
  font-size: 12px;
  font-weight: 700;
}

.warehouse-putaway-panel .warehouse-putaway-message {
  color: #111827;
  font-weight: 600;
}

.warehouse-putaway-panel .warehouse-putaway-match {
  color: #111827;
}

.warehouse-putaway-panel .warehouse-putaway-match strong {
  color: #111827;
  font-weight: 700;
}

/* WarehouseIQ Putaway — dark panel readability */
.warehouse-putaway-panel {
  color: #f3f4f6;
}

.warehouse-putaway-panel .warehouse-putaway-help,
.warehouse-putaway-panel .warehouse-putaway-complete p {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 500;
}

.warehouse-putaway-panel .warehouse-putaway-field label,
.warehouse-putaway-panel .warehouse-putaway-scan-step strong {
  color: #f9fafb;
  font-size: 14px;
  font-weight: 700;
}

.warehouse-putaway-panel .warehouse-putaway-message,
.warehouse-putaway-panel .warehouse-putaway-match {
  color: #f3f4f6;
}

.warehouse-putaway-panel .warehouse-putaway-match strong {
  color: #ffffff;
  font-weight: 700;
}
