.inbound-layout{display:grid;grid-template-columns:minmax(350px,.7fr) minmax(0,1.3fr);gap:18px}.inbound-list-panel,.inbound-detail-panel{padding:20px;min-height:560px}.inbound-filter{border:0;background:transparent;color:#6c7d94;padding:6px 9px;border-radius:8px;font-size:9px;font-weight:850;cursor:pointer}.inbound-filter.active{background:#fff;color:var(--blue);box-shadow:0 3px 10px rgba(11,31,68,.08)}.inbound-list{display:flex;flex-direction:column;gap:9px}.inbound-list-item{width:100%;padding:14px;border:1px solid var(--line);border-radius:13px;background:#fff;text-align:left;cursor:pointer}.inbound-list-item:hover,.inbound-list-item.selected{border-color:#88b1fb;background:#f8fbff}.inbound-list-item>div{display:flex;justify-content:space-between;gap:8px}.inbound-list-item strong{font-size:12px;color:var(--navy)}.inbound-list-item p{font-size:10px;color:var(--muted);margin:7px 0 0}.inbound-status{padding:5px 8px;border-radius:999px;font-size:8px;font-weight:900;text-transform:uppercase;background:#eaf2ff;color:var(--blue)}.inbound-status.ready{background:#e5f7ec;color:var(--green)}.inbound-status.submitted,.inbound-status.shipped{background:#f0eaff;color:var(--purple)}.inbound-status.checked_in{background:#e5f7ec;color:var(--green)}.inbound-heading{display:flex;justify-content:space-between;gap:15px}.inbound-heading h3{font-size:21px;color:var(--navy);margin:6px 0}.inbound-heading p{font-size:10px;color:var(--muted)}.box-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:14px 0}.box-card{padding:12px;border:1px solid var(--line);border-radius:11px;background:#f9fbfe}.box-card strong,.box-card small{display:block}.box-card strong{font-size:10px;color:var(--navy)}.box-card small{font-size:9px;color:var(--muted);margin-top:4px}.label-chip{display:inline-flex;padding:5px 7px;border-radius:7px;background:#eef3fa;color:#405674;font-size:9px;font-family:ui-monospace,monospace}.inbound-actions{display:flex;justify-content:flex-end;gap:8px;padding:15px 0;border-top:1px solid var(--line)}@media(max-width:950px){.inbound-layout{grid-template-columns:1fr}}@media(max-width:650px){.box-grid{grid-template-columns:1fr}.inbound-heading{flex-direction:column}.inbound-actions{flex-direction:column}}
