.warehouse-pad{--pad-ink: #0f172a;--pad-surface: #f8fafc;--pad-orange: #f97316;--pad-green: #16a34a;--pad-red: #dc2626;--pad-blue: #2563eb;position:relative;display:flex;min-height:100dvh;height:100dvh;max-height:100dvh;flex-direction:column;overflow:hidden;color:var(--pad-ink);background:linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px),linear-gradient(rgba(15,23,42,.035) 1px,transparent 1px),#eef2f6;background-size:24px 24px}.warehouse-pad:after{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:60;border:0 solid transparent}.warehouse-pad.pad-feedback-success:after{animation:pad-success-edge .42s ease-out}.warehouse-pad.pad-feedback-error:after{animation:pad-error-edge .55s ease-out}.warehouse-pad.pad-feedback-duplicate:after{animation:pad-duplicate-edge .48s ease-out}@keyframes pad-success-edge{0%{border-width:9px;border-color:#16a34ad9}to{border-width:0;border-color:transparent}}@keyframes pad-error-edge{0%,55%{border-width:10px;border-color:#dc2626db}to{border-width:0;border-color:transparent}}@keyframes pad-duplicate-edge{0%{border-width:9px;border-color:#f59e0bd1}to{border-width:0;border-color:transparent}}.warehouse-pad__header{position:relative;z-index:20;display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;color:#fff;background:#0f172a;box-shadow:0 10px 26px #0f172a33}.warehouse-pad__body{flex:1;min-height:0;overflow:auto;padding:12px 12px 82px}.warehouse-pad__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;width:min(100%,1420px);min-height:100%;margin:0 auto}.warehouse-pad--focus .warehouse-pad__body{display:flex;min-height:0;flex-direction:column;overflow:hidden;padding:10px}.warehouse-pad--focus .warehouse-pad__layout{flex:1;min-height:0;height:100%}.warehouse-pad--focus [data-pad-region=task-queue],.warehouse-pad--focus [data-pad-region=task-context]{display:none}.warehouse-pad--focus [data-pad-region=current-action]{display:flex;min-height:0;height:100%;overflow:hidden}.pad-work-screen{display:flex;width:100%;min-width:0;min-height:0;height:100%;flex-direction:column}.pad-work-screen__scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.pad-work-dock{position:relative;z-index:10;flex:0 0 auto;padding:9px 10px max(9px,env(safe-area-inset-bottom));border-top:1px solid #dbe4ee;background:#fffffffa;box-shadow:0 -12px 28px #0f172a1a}.pad-work-dock__primary{display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:8px}.pad-work-dock__primary--single{grid-template-columns:minmax(0,1fr)}.pad-work-dock__retry,.pad-work-dock__completed,.pad-work-dock__secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pad-work-dock__retry--single{grid-template-columns:minmax(0,1fr)}.pad-work-dock__secondary{margin-top:7px}.pad-work-dock button{min-width:0}.pad-work-dock__secondary button{min-height:44px;border-radius:12px;font-size:12px}.pad-region{min-width:0;border:1px solid rgba(148,163,184,.35);border-radius:18px;background:#fffffff0;box-shadow:0 12px 34px #0f172a12;overflow:hidden}.pad-region[data-pad-region=current-action]{order:1}.pad-region[data-pad-region=task-queue]{order:2}.pad-region[data-pad-region=task-context]{order:3}.pad-region__heading{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.pad-icon-button{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:13px;color:#cbd5e1;background:#ffffff14}.pad-icon-button:focus-visible,.pad-mode-switch button:focus-visible,.warehouse-pad button:focus-visible,.warehouse-pad select:focus-visible,.warehouse-pad input:focus-visible{outline:3px solid rgba(249,115,22,.5);outline-offset:2px}.pad-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:3px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:#ffffff0f}.pad-mode-switch button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:5px;padding:0 9px;border-radius:9px;font-size:11px;font-weight:800;color:#94a3b8}.pad-mode-switch button.is-active{color:#dbeafe;background:#2563eb42}.pad-mode-switch button.is-active.is-canary{color:#ffedd5;background:#f9731647}.pad-role-select{display:none;min-height:44px;align-items:center;gap:5px;padding:0 8px;border:1px solid rgba(255,255,255,.13);border-radius:12px;color:#94a3b8;background:#ffffff0f}.pad-role-select select{max-width:98px;border:0;outline:0;color:#fff;background:transparent;font-size:11px;font-weight:700}.pad-role-select option{color:#0f172a}.warehouse-pad__bottom-nav{position:absolute;z-index:30;right:10px;bottom:9px;left:10px;display:grid;grid-template-columns:repeat(4,1fr);min-height:64px;border:1px solid rgba(148,163,184,.32);border-radius:19px;background:#fffffff5;box-shadow:0 14px 38px #0f172a33;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.warehouse-pad__bottom-nav button{display:flex;min-width:0;align-items:center;justify-content:center;gap:4px;color:#94a3b8;font-size:10px;font-weight:800}.warehouse-pad__bottom-nav button.is-active{color:var(--pad-orange)}.pad-task-card{position:relative;display:flex;width:100%;min-height:78px;align-items:center;gap:10px;padding:11px 12px 11px 17px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.pad-task-card:active{transform:scale(.985)}.pad-task-card--active{border-color:#f9731680;box-shadow:0 0 0 3px #f9731617}.pad-task-card--compact{min-height:66px}.pad-task-card__rail{position:absolute;top:10px;bottom:10px;left:6px;width:4px;border-radius:9px;background:#64748b}.pad-tone-orange{background:#f97316}.pad-tone-violet{background:#8b5cf6}.pad-tone-cyan{background:#0891b2}.pad-tone-blue{background:#2563eb}.pad-tone-indigo{background:#4f46e5}.pad-tone-emerald{background:#059669}.pad-tone-green{background:#16a34a}.pad-tone-amber{background:#d97706}.pad-tone-sky{background:#0284c7}.pad-tone-rose{background:#e11d48}.pad-tone-red{background:#dc2626}.pad-tone-slate{background:#64748b}.pad-scan-receiver{display:flex;min-height:64px;align-items:center;gap:11px;padding:9px 12px;border:1px solid #cbd5e1;border-radius:14px;color:#334155;background:#f8fafc}.pad-scan-receiver__icon{display:inline-flex;width:42px;height:42px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:12px;background:#e2e8f0}.pad-scan-receiver--success{border-color:#86efac;color:#166534;background:#f0fdf4}.pad-scan-receiver--success .pad-scan-receiver__icon{background:#dcfce7}.pad-scan-receiver--error{border-color:#fca5a5;color:#991b1b;background:#fef2f2}.pad-scan-receiver--error .pad-scan-receiver__icon{background:#fee2e2}.pad-scan-receiver--duplicate,.pad-scan-receiver--warning{border-color:#fcd34d;color:#92400e;background:#fffbeb}.pad-scan-receiver--duplicate .pad-scan-receiver__icon,.pad-scan-receiver--warning .pad-scan-receiver__icon{background:#fef3c7}.pad-primary-button,.pad-secondary-button,.pad-danger-button{display:inline-flex;min-height:54px;align-items:center;justify-content:center;gap:7px;border-radius:14px;padding:0 16px;font-size:14px;font-weight:900}.pad-primary-button{color:#fff;background:#f97316;box-shadow:0 9px 22px #f973163d}.pad-secondary-button{color:#334155;border:1px solid #cbd5e1;background:#fff}.pad-danger-button{color:#b91c1c;border:1px solid #fecaca;background:#fff1f2}.pad-current-code{font-variant-numeric:tabular-nums;letter-spacing:-.035em}.pad-quantity-button{display:inline-flex;width:48px;height:48px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:13px;color:#0f172a;background:#fff}.pad-evidence-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}.pad-evidence-cell{position:relative;min-width:0;border:1px solid #e2e8f0;border-radius:10px;padding:6px 4px;color:#64748b;background:#f8fafc;text-align:center}.pad-evidence-cell span{display:block;overflow:hidden;font-size:8px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.pad-evidence-cell strong{display:block;margin-top:2px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;line-height:1}.pad-evidence-cell.is-complete{border-color:#86efac;color:#15803d;background:#f0fdf4}.pad-evidence-cell.is-dark{border-color:#ffffff1a;color:#94a3b8;background:#ffffff0a}.pad-evidence-cell.is-dark.is-complete{border-color:#4ade8059;color:#86efac;background:#16a34a1f}.pad-evidence-cell i{position:absolute;z-index:1;top:50%;right:-5px;width:6px;height:2px;background:#cbd5e1;transform:translateY(-50%)}.pad-inbound-focus{position:relative;min-width:0;overflow:hidden;border:1px solid #cbd5e1;border-radius:18px;padding:15px 15px 12px 19px;color:#334155;background:#f8fafc;text-align:left}.pad-inbound-focus:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--pad-orange)}.pad-inbound-focus--neutral{border-color:#cbd5e1;background:#f8fafc}.pad-inbound-focus--neutral:before{background:var(--pad-orange)}.pad-inbound-focus--success{border-color:#86efac;background:#f0fdf4}.pad-inbound-focus--success:before{background:var(--pad-green)}.pad-inbound-focus--error{border-color:#fca5a5;background:#fef2f2}.pad-inbound-focus--error:before{background:var(--pad-red)}.pad-inbound-focus__idle{display:flex;min-width:0;align-items:center;gap:13px}.pad-inbound-focus__scan-icon{display:inline-flex;width:56px;height:56px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:15px;color:#c2410c;background:#ffedd5}.pad-inbound-focus__idle h3,.pad-inbound-focus__identity h3{margin-top:2px;color:#0f172a;font-size:16px;font-weight:900;line-height:1.3;overflow-wrap:anywhere}.pad-inbound-focus__idle p:last-child{margin-top:4px;color:#64748b;font-size:12px;font-weight:800}.pad-inbound-focus__eyebrow{color:#64748b;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.pad-inbound-focus__product{display:grid;min-width:0;grid-template-columns:72px minmax(0,1fr);align-items:start;gap:13px}.pad-inbound-focus__image{display:flex;width:72px;height:72px;min-width:72px;min-height:72px;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e2e8f0;border-radius:15px;color:#94a3b8;background:#fff;font-size:35px}.pad-inbound-focus__image img{width:100%;height:100%;object-fit:cover}.pad-inbound-focus__identity{min-width:0}.pad-inbound-focus__sku{margin-top:3px;color:#1d4ed8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:18px;font-weight:900;line-height:1.25;overflow-wrap:anywhere}.pad-inbound-focus__specs{margin-top:3px;color:#64748b;font-size:11px;font-weight:700;overflow-wrap:anywhere}.pad-inbound-focus__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px}.pad-inbound-focus__metrics>div{min-width:0;border:1px solid #e2e8f0;border-radius:12px;padding:8px 9px;background:#ffffffd1}.pad-inbound-focus__metrics span{display:block;color:#64748b;font-size:9px;font-weight:900}.pad-inbound-focus__metrics strong{display:block;margin-top:2px;color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:18px;line-height:1.2}.pad-inbound-focus__shelf{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px;margin-top:8px;border-radius:12px;padding:9px 10px;color:#334155;background:#e2e8f0}.pad-inbound-focus__shelf span{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:900}.pad-inbound-focus__shelf strong{min-width:0;color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:15px;overflow-wrap:anywhere;text-align:right}.pad-inbound-focus footer{display:flex;min-height:36px;align-items:center;gap:7px;margin:11px -15px -12px -19px;padding:0 14px 0 19px;border-top:1px solid rgba(148,163,184,.3);color:#475569;background:#e2e8f0b3;font-size:11px;font-weight:900}.pad-inbound-actions{min-width:0}.pad-inbound-actions button{min-width:0;min-height:44px}.pad-inbound-actions button:disabled{cursor:not-allowed;opacity:.45}@media (max-width: 380px){.pad-inbound-focus{padding-right:12px;padding-left:16px}.pad-inbound-focus__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.pad-inbound-focus footer{margin-left:-16px;margin-right:-12px;padding-left:16px}}@media (min-width: 520px){.pad-role-select{display:flex}.warehouse-pad__bottom-nav button{flex-direction:row;font-size:11px}}@media (orientation: landscape) and (min-width: 900px){.pad-region[data-pad-region]{order:initial}.warehouse-pad__body{padding:12px}.warehouse-pad__layout{grid-template-columns:minmax(210px,28fr) minmax(360px,44fr) minmax(220px,28fr);align-items:stretch}.warehouse-pad__bottom-nav{display:none}.pad-region{max-height:calc(100dvh - 86px);overflow:auto}.warehouse-pad--focus .warehouse-pad__body{padding:12px}.warehouse-pad--focus [data-pad-region=task-queue],.warehouse-pad--focus [data-pad-region=task-context]{display:block;height:100%;min-height:0;overflow:auto}.warehouse-pad--focus [data-pad-region=current-action]{display:flex;height:100%;min-height:0;overflow:hidden}.warehouse-pad--focus .warehouse-pad__layout{height:100%}.warehouse-pad--focus .pad-region{max-height:none}}@media (prefers-reduced-motion: reduce){.warehouse-pad *,.warehouse-pad:after{animation-duration:1ms!important;transition-duration:1ms!important}}.pad-inbound-pool{overflow:hidden;border:1px solid #cbd5e1;border-radius:18px;background:#fffffff5;box-shadow:0 8px 24px #0f172a0f}.pad-inbound-pool__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid #e2e8f0}.pad-inbound-pool__eyebrow{color:#94a3b8;font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.pad-inbound-pool__header h2{margin-top:2px;color:#0f172a;font-size:15px;font-weight:900}.pad-inbound-pool__header p:last-child{margin-top:2px;color:#64748b;font-size:10px;line-height:1.45}.pad-inbound-pool__header-actions{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-end;gap:8px}.pad-inbound-pool__facts{display:grid;grid-template-columns:auto auto;gap:0 6px;align-items:center;flex:0 0 auto}.pad-inbound-pool__facts strong{color:#f97316;font-family:ui-monospace,monospace;font-size:17px;line-height:1.1;text-align:right}.pad-inbound-pool__facts span{color:#94a3b8;font-size:9px;font-weight:800}.pad-inbound-pool__restore{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:5px;border-radius:10px;padding:0 10px;color:#fff;background:#ea580c;font-size:10px;font-weight:900;white-space:nowrap}.pad-inbound-pool__list{display:grid;gap:9px;padding:10px}.pad-inbound-pool__parcel{overflow:hidden;border:1px solid #dbe4ee;border-radius:15px;background:#fff}.pad-inbound-pool__parcel-head{display:flex;align-items:flex-start;gap:9px;padding:11px}.pad-inbound-pool__parcel-icon{display:inline-flex;width:38px;height:38px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:11px;color:#fff;background:#f97316}.pad-inbound-pool__identity{min-width:0;flex:1}.pad-inbound-pool__identity>span{display:block;color:#94a3b8;font-size:8px;font-weight:900}.pad-inbound-pool__identity strong{display:block;overflow-wrap:anywhere;color:#0f172a;font-family:ui-monospace,monospace;font-size:13px}.pad-inbound-pool__identity p{margin-top:2px;color:#64748b;font-size:9px}.pad-inbound-pool__scenario{display:inline-flex;margin-top:3px;border-radius:999px;padding:2px 6px;color:#1d4ed8;background:#eff6ff;font-size:8px;font-weight:900}.pad-inbound-pool__status{flex:0 0 auto;border:1px solid #fdba74;border-radius:999px;padding:4px 7px;color:#c2410c;background:#fff7ed;font-size:9px;font-weight:900}.pad-inbound-pool__status.is-held{border-color:#fcd34d;color:#92400e;background:#fffbeb}.pad-inbound-pool__ticket{margin:-3px 11px 9px 58px;border-radius:9px;padding:6px 8px;color:#92400e;background:#fffbeb;font-size:9px;font-weight:800}.pad-inbound-pool__products{display:grid;gap:6px;padding:0 10px 9px}.pad-inbound-pool__product{display:flex;min-width:0;align-items:center;gap:8px;border-radius:11px;padding:7px;background:#f8fafc}.pad-inbound-pool__image{display:flex;width:34px;height:34px;flex:0 0 auto;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e2e8f0;border-radius:9px;color:#64748b;background:#fff;font-size:18px}.pad-inbound-pool__image img{width:100%;height:100%;object-fit:cover}.pad-inbound-pool__product-copy{min-width:0;flex:1}.pad-inbound-pool__product-copy strong,.pad-inbound-pool__product-copy code,.pad-inbound-pool__product-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pad-inbound-pool__product-copy strong{color:#1e293b;font-size:10px}.pad-inbound-pool__product-copy code{color:#2563eb;font-size:9px;font-weight:900}.pad-inbound-pool__product-copy small{color:#94a3b8;font-size:8px}.pad-inbound-pool__product>b{flex:0 0 auto;color:#0f172a;font-family:ui-monospace,monospace;font-size:12px}.pad-inbound-pool__parcel footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-top:1px solid #edf2f7;background:#f8fafc}.pad-inbound-pool__parcel footer>span{min-width:0;color:#64748b;font-size:8px}.pad-inbound-pool__parcel footer button,.pad-inbound-pool__empty button{display:inline-flex;min-height:38px;flex:0 0 auto;align-items:center;justify-content:center;gap:5px;border-radius:10px;padding:0 11px;color:#fff;background:#ea580c;font-size:10px;font-weight:900}.pad-inbound-pool__empty{display:flex;min-height:180px;flex-direction:column;align-items:center;justify-content:center;padding:20px;color:#94a3b8;text-align:center}.pad-inbound-pool__empty strong{margin-top:8px;color:#334155;font-size:13px}.pad-inbound-pool__empty p{margin-top:4px;max-width:280px;font-size:10px;line-height:1.5}.pad-inbound-pool__empty button{margin-top:12px}.warehouse-pad [data-pad-region=current-action] .pad-inbound-pool{width:100%}@media (max-width: 380px){.pad-inbound-pool__header{align-items:stretch;flex-direction:column}.pad-inbound-pool__header-actions{flex-direction:row;align-items:center;justify-content:space-between}.pad-inbound-pool__facts{grid-template-columns:auto auto auto auto;justify-content:start}.pad-inbound-pool__parcel footer{align-items:stretch;flex-direction:column}.pad-inbound-pool__parcel footer button{width:100%}}.pad-outbound-focus{overflow:hidden;border:1px solid #fed7aa;border-radius:18px;background:#fff;box-shadow:0 8px 24px #0f172a0f}.pad-outbound-focus>header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 8px;align-items:center;padding:10px 12px;color:#fff;background:#0f172a}.pad-outbound-focus>header span{color:#fdba74;font-size:9px;font-weight:900;letter-spacing:.12em}.pad-outbound-focus>header strong{grid-column:1;overflow-wrap:anywhere;font-family:ui-monospace,monospace;font-size:13px}.pad-outbound-focus>header b{grid-column:2;grid-row:1 / span 2;border-radius:999px;padding:4px 8px;color:#fdba74;background:#ffffff14;font-size:9px}.pad-outbound-focus__product{display:flex;min-width:0;align-items:center;gap:10px;padding:13px;border-left:5px solid #f97316;background:linear-gradient(100deg,#fff7ed,#fff 55%)}.pad-outbound-focus__image{display:flex;width:58px;height:58px;flex:0 0 auto;align-items:center;justify-content:center;overflow:hidden;border:1px solid #fed7aa;border-radius:14px;color:#94a3b8;background:#fff;font-size:28px}.pad-outbound-focus__image img{width:100%;height:100%;object-fit:cover}.pad-outbound-focus__product>div{min-width:0;flex:1}.pad-outbound-focus__product p{color:#f97316;font-size:8px;font-weight:900}.pad-outbound-focus__product h3{overflow:hidden;color:#0f172a;font-size:13px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.pad-outbound-focus__product code{display:block;overflow-wrap:anywhere;color:#2563eb;font-size:10px;font-weight:900}.pad-outbound-focus__product small{display:block;color:#64748b;font-size:9px}.pad-outbound-focus__product>strong{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;color:#0f172a;font-family:ui-monospace,monospace;font-size:24px}.pad-outbound-focus__product>strong span{color:#94a3b8;font-family:inherit;font-size:8px}.pad-outbound-focus__lines{padding:11px 12px;border-left:5px solid #f97316;background:linear-gradient(100deg,#fff7ed,#fff 55%)}.pad-outbound-focus__lines>p{margin-bottom:7px;color:#c2410c;font-size:9px;font-weight:900}.pad-outbound-focus__lines>div{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:8px;align-items:center;padding:6px 0;border-top:1px solid #ffedd5}.pad-outbound-focus__line-image{display:flex;width:34px;height:34px;align-items:center;justify-content:center;overflow:hidden;border:1px solid #fed7aa;border-radius:9px;color:#94a3b8;background:#fff}.pad-outbound-focus__line-image img{width:100%;height:100%;object-fit:cover}.pad-outbound-focus__lines>div>span:nth-child(2){min-width:0}.pad-outbound-focus__lines strong{display:block;overflow:hidden;color:#0f172a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.pad-outbound-focus__lines code{display:block;overflow-wrap:anywhere;color:#2563eb;font-size:9px;font-weight:900}.pad-outbound-focus__lines b{border-radius:999px;padding:4px 7px;color:#c2410c;background:#ffedd5;font-family:ui-monospace,monospace;font-size:9px}.pad-outbound-focus__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border-top:1px solid #e2e8f0;background:#e2e8f0}.pad-outbound-focus__facts>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:2px 5px;align-items:center;min-width:0;padding:9px;color:#64748b;background:#f8fafc}.pad-outbound-focus__facts svg{grid-row:1 / span 2;color:#f97316}.pad-outbound-focus__facts span{overflow:hidden;color:#94a3b8;font-size:8px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.pad-outbound-focus__facts strong{overflow-wrap:anywhere;color:#0f172a;font-size:9px}@media (max-width: 380px){.pad-outbound-focus__facts{grid-template-columns:1fr}.pad-outbound-focus__product{align-items:flex-start}.pad-outbound-focus__image{width:50px;height:50px}}
