@charset "UTF-8";.fin-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.fin-page__filter-wrap{flex-shrink:0;padding:16px 16px 0}.fin-page__body{flex:1;min-height:0;overflow-y:auto;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;display:flex;flex-direction:column}.fin-page__body-inner{flex:1;padding:16px;display:flex;flex-direction:column;gap:16px}.fin-page__state{text-align:center;padding:32px 16px;font-family:Poppins,sans-serif;font-size:14px;color:#64748b}.fin-page__state--error{color:#b42318}.fin-page__cards{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.fin-page__cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.fin-page__cards{grid-template-columns:repeat(3,1fr)}}.fin-page__load-more{display:block;width:100%;padding:8px 16px;background:none;border:1px solid #e2e8f0;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;color:#64748b;cursor:pointer;text-align:center}.fin-page__load-more:hover:not(:disabled){background:#f1f5f9}.fin-page__load-more:disabled{opacity:.5;cursor:not-allowed}.fin-filters__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fg__dot{width:10px;height:10px;border-radius:50%;display:inline-block}.fg__dot--red{background:#ff3b30;margin-right:5px}.fg__dot--green{background:#4caf50;margin-right:5px}.fg__status{display:flex;align-items:center}.cal-dropdown{background:#fff;border:1px solid #f1f5f9;border-radius:8px;box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808;display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;padding:20px 24px;width:100%;box-sizing:border-box;overflow:hidden}.cal-dropdown__nav{display:flex;align-items:center;justify-content:space-between;width:100%}.cal-dropdown__nav-btn{display:flex;align-items:center;justify-content:center;padding:10px;border:none;border-radius:8px;background:transparent;color:#475569;cursor:pointer}.cal-dropdown__nav-btn:hover:not(:disabled){background:#f1f5f9}.cal-dropdown__nav-btn:disabled{color:#cbd5e1;cursor:not-allowed}.cal-dropdown__month-label{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#334155;line-height:24px}.cal-dropdown__date-inputs{display:flex;align-items:center;width:100%}.cal-dropdown__date-inputs--single .cal-dropdown__date-input{width:100%;flex:1 1 100%}.cal-dropdown__date-input{width:45%;flex:0 0 45%;height:40px;padding:10px 4px;border:1px solid #cbd5e1;border-radius:8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#0f172a;background:#fff;text-align:center;cursor:default;outline:none;box-sizing:border-box;min-width:0}.cal-dropdown__date-input::placeholder{color:#94a3b8;font-weight:400}.cal-dropdown__date-sep{flex:0 0 10%;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:#64748b;text-align:center}.cal-dropdown__grid{display:grid;grid-template-columns:repeat(7,40px);justify-content:center;gap:4px 0;width:100%}.cal-dropdown__day-header{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#334155}.cal-dropdown__cell{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:20px;background:transparent;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#334155;cursor:pointer;transition:background .1s,color .1s}.cal-dropdown__cell:hover:not(.cal-dropdown__cell--start):not(.cal-dropdown__cell--end){background:#f1f5f9}.cal-dropdown__cell--other{color:#64748b}.cal-dropdown__cell--disabled,.cal-dropdown__cell:disabled{color:#cbd5e1;cursor:not-allowed;background:transparent!important;pointer-events:none}.cal-dropdown__cell--today:not(.cal-dropdown__cell--start):not(.cal-dropdown__cell--end){font-weight:500;color:#1f36c7;box-shadow:inset 0 0 0 1.5px #1f36c7}.cal-dropdown__cell--in-range{background:#f3f7ff;color:#1f36c7;border-radius:20px;font-weight:500}.cal-dropdown__cell--start,.cal-dropdown__cell--end{background:#1f36c7;color:#fff;font-weight:500;border-radius:20px}.cal-dropdown__divider{height:1px;background:#f1f5f9;width:100%;margin:0}.cal-dropdown__actions{display:flex;align-items:center;gap:12px;width:100%}.cal-dropdown__cancel{flex:1;padding:10px 16px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#334155;cursor:pointer;box-shadow:0 1px 2px #1018280d;text-align:center}.cal-dropdown__cancel:hover{background:#f8fafc}.cal-dropdown__apply{flex:1;padding:10px 16px;background:#1f36c7;border:1px solid #1f36c7;border-radius:8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#fff;cursor:pointer;box-shadow:0 1px 2px #1018280d;text-align:center}.cal-dropdown__apply:hover:not(:disabled){opacity:.9}.cal-dropdown__apply:disabled{opacity:.5;cursor:not-allowed}.view-toggle{position:relative;display:inline-flex;align-items:center;gap:4px;background:#f9fafb;border:1px solid #f2f4f7;border-radius:8px;padding:4px;height:40px;align-self:flex-start}.view-toggle__slider{position:absolute;top:4px;left:0;height:calc(100% - 8px);background:#fff;border-radius:6px;box-shadow:0 1px 2px #1018280d;transition:transform .2s ease,width .2s ease;pointer-events:none}.view-toggle__btn{position:relative;z-index:1;display:inline-flex;align-items:center;gap:4px;padding:8px 12px;height:100%;background:transparent;border:none;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;white-space:nowrap;transition:color .2s ease}.view-toggle__btn--active{color:#334155}.view-toggle__btn:not(.view-toggle__btn--active):hover{color:#334155}.camera-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c13;z-index:400;display:flex;align-items:stretch;justify-content:center;padding:0}@media(min-width:768px){.camera-overlay{background:#000000a6;padding:16px}}.camera-overlay__dialog{background:#090c13;width:100%;max-width:100%;flex:1;min-height:0;display:flex;flex-direction:column}@media(min-width:768px){.camera-overlay__dialog{max-width:600px}}@media(min-width:1024px){.camera-overlay__dialog{max-width:min(900px,80vw)}}.camera-overlay__dialog{overflow:hidden}.camera-overlay__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;height:64px;flex-shrink:0}.camera-overlay__title{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#fff;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.camera-overlay__close{background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.camera-overlay__close:hover{background:#ffffff1a}.camera-overlay__viewfinder{flex:1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.camera-overlay__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.camera-overlay__video--mirrored{transform:scaleX(-1)}.camera-overlay__frame{position:relative;z-index:1;width:280px;height:280px}.camera-overlay__frame:before,.camera-overlay__frame:after{content:"";position:absolute;width:36px;height:36px;border-color:#2970ff;border-style:solid}.camera-overlay__frame:before{top:0;left:0;border-width:4px 0 0 4px;border-radius:6px 0 0}.camera-overlay__frame:after{top:0;right:0;border-width:4px 4px 0 0;border-radius:0 6px 0 0}.camera-overlay__frame-bl,.camera-overlay__frame-br{display:block;position:absolute;width:36px;height:36px;border-color:#2970ff;border-style:solid}.camera-overlay__frame-bl{bottom:0;left:0;border-width:0 0 4px 4px;border-radius:0 0 0 6px}.camera-overlay__frame-br{bottom:0;right:0;border-width:0 4px 4px 0;border-radius:0 0 6px}.camera-overlay__error{display:flex;align-items:center;gap:8px;margin:8px 16px 0;padding:12px 16px;background:#b42318;color:#fff;font-family:Poppins,sans-serif;font-size:12px;border-radius:6px;flex-shrink:0}.camera-overlay__shutter-wrap{display:flex;align-items:center;justify-content:center;padding:40px 16px;flex-shrink:0}.camera-overlay__shutter{width:100px;height:100px;border-radius:1000px;border:2px solid #ffffff;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:10px;flex-shrink:0;transition:transform .1s}.camera-overlay__shutter:active{transform:scale(.94)}.camera-overlay__shutter-inner{width:80px;height:80px;border-radius:1000px;background:#fff;display:flex;align-items:center;justify-content:center;color:#090c13}.camera-overlay__preview-wrap{flex:1;min-height:0;padding:24px 16px 0;display:flex;justify-content:center}.camera-overlay__preview{height:100%;width:auto;max-width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:6px;display:block}.camera-overlay__preview-actions{display:flex;gap:16px;padding:24px 16px;flex-shrink:0}.camera-overlay__btn{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:24px;cursor:pointer;box-shadow:0 1px 2px #1018280d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.camera-overlay__btn--secondary{background:#e6eeff;color:#1f36c7;border:1px solid #e6eeff}.camera-overlay__btn--secondary:hover{opacity:.9}.camera-overlay__btn--primary{background:#1f36c7;color:#fff;border:1px solid #1f36c7}.camera-overlay__btn--primary:hover{opacity:.9}.photo-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c13;z-index:400;display:flex;align-items:stretch;justify-content:center;padding:0}@media(min-width:768px){.photo-preview-overlay{background:#000000a6;padding:16px}}.photo-preview-overlay__dialog{background:#090c13;width:100%;max-width:100%;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}@media(min-width:768px){.photo-preview-overlay__dialog{max-width:480px}}@media(min-width:1024px){.photo-preview-overlay__dialog{max-width:min(640px,80vw)}}.photo-preview-overlay__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;height:64px;flex-shrink:0}.photo-preview-overlay__title{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#fff;flex:1}.photo-preview-overlay__close{background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.photo-preview-overlay__close:hover{background:#ffffff1a}.photo-preview-overlay__body{flex:1;min-height:0;padding:24px 16px 0;display:flex;justify-content:center}.photo-preview-overlay__img{height:100%;width:auto;max-width:100%;object-fit:contain;border-radius:6px;display:block}.photo-preview-overlay__actions{display:flex;gap:16px;padding:24px 16px;flex-shrink:0}.photo-preview-overlay__btn{flex:1;height:44px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;box-shadow:0 1px 2px #1018280d;transition:opacity .15s;white-space:nowrap}.photo-preview-overlay__btn--back{background:#e6eeff;border:1px solid #e6eeff;color:#013cb2}.photo-preview-overlay__btn--back:hover{opacity:.85}.photo-preview-overlay__btn--retake{background:#1f36c7;border:1px solid #1f36c7;color:#fff}.photo-preview-overlay__btn--retake:hover{opacity:.9}.photo-preview-overlay__btn--confirm{background:#039855;border:1px solid #039855;color:#fff}.photo-preview-overlay__btn--confirm:hover{opacity:.9}.photo-capture{display:flex;flex-direction:column;gap:8px}.photo-capture__label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:18px;color:#64748b}.photo-capture__row{display:flex;align-items:center;gap:12px;padding:8px;border-radius:6px;border-style:dashed;border-width:1px}.photo-capture__row--empty{background:#f4f5fc;border-color:#1f36c7}.photo-capture__row--taken{background:#edf7ee;border-color:#079455}.photo-capture__left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.photo-capture__left--clickable{background:none;border:none;padding:0;cursor:pointer;text-align:left}.photo-capture__avatar-wrap{position:relative;width:32px;height:32px;flex-shrink:0}.photo-capture__avatar{width:32px;height:32px;border-radius:6px;object-fit:cover}.photo-capture__avatar--placeholder{background:#e9ebf9;display:flex;align-items:center;justify-content:center;color:#1f36c7;border-radius:6px;width:32px;height:32px;flex-shrink:0}.photo-capture__remove{position:absolute;top:-5px;right:-5px;width:16px;height:16px;border-radius:50%;background:#d92d20;border:1.5px solid #ffffff;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;line-height:1}.photo-capture__info{display:flex;flex-direction:column;gap:2px;min-width:0}.photo-capture__status{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:18px}.photo-capture__status--required{color:#b42318}.photo-capture__status--ok{color:#079455}.photo-capture__sub{font-family:Poppins,sans-serif;font-size:10px;line-height:18px;color:#94a3b8}.photo-capture__action{display:flex;align-items:center;gap:4px;padding:8px 12px;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;flex-shrink:0;box-shadow:0 1px 2px #1018280d;transition:opacity .15s}.photo-capture__action--capture{background:#1f36c7;border:1px solid #1f36c7;color:#fff}.photo-capture__action--capture:hover{opacity:.9}.photo-capture__action--capture:disabled{background:#8ab1fd;border-color:#8ab1fd;color:#fff;cursor:not-allowed;opacity:1}.photo-capture__action--retake{background:#fff;border:1px solid #cbd5e1;color:#334155}.photo-capture__action--retake:hover{background:#f8fafc}.photo-capture__hint{font-family:Poppins,sans-serif;font-size:12px;color:#d92d20;margin:0}.pv-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.pv-body{flex:1;min-height:0;overflow-y:auto;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.pv-body-inner{padding:16px;display:flex;flex-direction:column;gap:16px}.pv-body-inner .dt{border-color:#e3e8ef;border-radius:8px}.pv-body-inner .dt__head{border-bottom-color:#e3e8ef;justify-content:space-between;position:sticky;top:0;z-index:1;background:#f8fafc}.pv-body-inner .dt__head .dt__hcell:last-child{padding-right:16px}.pv-body-inner .dt__hcell{font-family:Inter,sans-serif;color:#697586}.pv-body-inner .dt__row{border-bottom-color:#e3e8ef;justify-content:space-between}.pv-body-inner .dt__row .dt__cell:last-child{padding-right:16px}.pv-col-short{display:none}.pv-col-long{display:inline}@media(max-width:375px){.pv-col-short{display:inline}.pv-col-long{display:none}}.pv-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px}.pv-card .photo-capture{margin-top:16px}.pv-card__code{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px;display:block}.pv-card__name{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#0f172a;line-height:24px;margin:4px 0 0}.pv-card__divider{border:none;border-top:1px dashed #cbd5e1;margin:16px 0}.pv-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pv-card__stat{display:flex;flex-direction:column;gap:4px}.pv-card__stat-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.pv-card__stat-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#364152;line-height:18px}.pv-empty{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center;padding:32px 16px}.pv-ts{display:flex;flex-direction:column;align-items:center;gap:2px}.pv-ts__date{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617;line-height:18px;text-align:center}.pv-ts__time{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#64748b;line-height:14px;text-align:center}.pv-updated{display:flex;flex-direction:column;align-items:center;gap:2px}.pv-updated__val{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#697586;line-height:18px;text-align:center}.pv-updated__val--active{color:#020617}.pv-updated__tag{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;line-height:14px}.pv-updated__tag--resolved{color:#008651}.pv-updated__tag--updated{color:#b42318}.pv-edit-btn{border:none;background:transparent;cursor:pointer;margin:6px 0;display:flex;align-items:center;justify-content:center;color:#697586;padding:6px;border-radius:6px}.pv-edit-btn:hover{color:#334155;background:#f1f5f9}.pv-edit-btn--mismatch{color:#d92d20}.pv-edit-btn--mobile{display:flex}@media(min-width:768px){.pv-edit-btn--mobile{display:none}}.pv-edit-btn--desktop{display:none}@media(min-width:768px){.pv-edit-btn--desktop{display:flex}}.pv-resolve-btn{cursor:pointer;margin:6px;border-radius:6px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:18px;padding:8px 14px;border:1px solid #ffeaea;background:#ffeaea;color:#b42318;white-space:nowrap;box-shadow:0 1px 2px #1018280d}.pv-resolve-btn:hover{background:#fee4e2;border-color:#fee4e2}.pv-resolve-btn--desktop{display:none}@media(min-width:768px){.pv-resolve-btn--desktop{display:inline-flex;align-items:center}}.pv-footer{flex-shrink:0;background:#fff;border-top:1px solid #e2e8f0;padding:16px}.pv-footer__btn{width:100%;height:44px;border:1px solid #98a3e5;border-radius:8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#fff;background:#98a3e5;cursor:pointer;transition:background .15s,border-color .15s}.pv-footer__btn:disabled{cursor:not-allowed;opacity:.7}.pv-footer__btn--active{background:#1f36c7;border-color:#1f36c7}.pv-footer__btn--active:hover{background:#013cb2;border-color:#013cb2}.pv-footer__btn--escalation{background:#d92d20;border-color:#d92d20}.pv-footer__btn--escalation:hover{background:#b42318;border-color:#b42318}.ps-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.ps-body{flex:1;min-height:0;overflow-y:auto;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.ps-body-inner{padding:16px;display:flex;flex-direction:column;gap:16px}.ps-body-inner .dt{border-color:#e3e8ef;border-radius:8px}.ps-body-inner .dt__head{border-bottom-color:#e3e8ef;position:sticky;top:0;z-index:1;background:#f8fafc}.ps-body-inner .dt__hcell{font-family:Poppins,sans-serif;color:#697586}.ps-body-inner .dt__row{border-bottom-color:#e3e8ef}.ps-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px}.ps-card__code{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px;display:block}.ps-card__name{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#0f172a;line-height:24px;margin:4px 0 0}.ps-card__divider{border:none;border-top:1px dashed #cbd5e1;margin:16px 0}.ps-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ps-card__stat{display:flex;flex-direction:column;gap:4px}.ps-card__stat-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.ps-card__stat-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#364152;line-height:18px}.ps-empty{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center;padding:32px 16px}.ps-ts{display:flex;flex-direction:column;align-items:center;gap:2px}.ps-ts__date{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617;line-height:18px;text-align:center}.ps-ts__time{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#64748b;line-height:14px;text-align:center}.ps-cell{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617;line-height:18px;text-align:center}.ps-upd{display:flex;flex-direction:column;align-items:center;gap:2px}.ps-upd__val{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#697586;line-height:18px;text-align:center}.ps-upd__val--active{color:#020617}.ps-upd__tag{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;line-height:14px}.ps-upd__tag--resolved{color:#008651}.ps-upd__tag--updated{color:#b42318}.requests-page{display:flex;flex-direction:column;height:100dvh;background:#f8fafc}.requests-page__body{flex:1;min-height:0;overflow-y:auto;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;display:flex;flex-direction:column}.requests-page__body-inner{flex:1;padding:16px;display:flex;flex-direction:column;gap:16px}.requests-page__filter-wrap{flex-shrink:0;padding:16px 16px 0}.requests-page__filter-row{display:flex;gap:12px;position:relative}.requests-page__date-wrap{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.requests-page__date-label{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#344054;margin:0}.requests-page__date-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:1px solid #cdd5df;border-radius:8px;padding:10px 12px;background:#fff;box-shadow:0 1px 2px #1018280d;cursor:pointer;color:#64748b;transition:border-color .15s}.requests-page__date-trigger--open{border-color:#1f36c7}.requests-page__date-trigger:hover{border-color:#9aa4b2}.requests-page__date-placeholder{font-family:Poppins,sans-serif;font-size:14px;color:#94a3b8;flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.requests-page__date-value{font-family:Poppins,sans-serif;font-size:14px;color:#121926;flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.requests-page__calendar-popup{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:100}.requests-page__sentinel{height:1px}.requests-page__status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.requests-page__status-dot--pending{background:#d92d20}.requests-page__status-dot--partial{background:#f59e0b}.requests-page__status-dot--fulfilled{background:#039855}.requests-page__list{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:768px){.requests-page__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.requests-page__list{grid-template-columns:repeat(3,1fr)}}.requests-page__empty{grid-column:1/-1;font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center;padding:48px 0}.status-pill,.req-card__status{display:inline-flex;align-items:center;gap:6px;padding:2px 8px 2px 6px;border-radius:9999px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:18px;white-space:nowrap}.status-pill--pending,.req-card__status--pending{background:#fecdca;color:#b42318}.status-pill--partial,.req-card__status--partial{background:#fef0c7;color:#b54708}.status-pill--fulfilled,.req-card__status--fulfilled{background:#d1fadf;color:#027a48}.status-pill--closed,.req-card__status--closed{background:#f1f5f9;color:#64748b}.status-pill__dot,.req-card__status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-pill--pending .status-pill__dot,.status-pill--pending .req-card__status-dot,.req-card__status--pending .status-pill__dot,.req-card__status--pending .req-card__status-dot{background:#b42318}.status-pill--partial .status-pill__dot,.status-pill--partial .req-card__status-dot,.req-card__status--partial .status-pill__dot,.req-card__status--partial .req-card__status-dot{background:#dc6803}.status-pill--fulfilled .status-pill__dot,.status-pill--fulfilled .req-card__status-dot,.req-card__status--fulfilled .status-pill__dot,.req-card__status--fulfilled .req-card__status-dot{background:#027a48}.req-card.req-card--pending{background:linear-gradient(179.904deg,#ffdada .2%,#fff 99.8%)}.req-card.req-card--partial{background:linear-gradient(180deg,#fffeda .2%,#fff 99.8%)}.req-card.req-card--fulfilled{background:linear-gradient(179.904deg,#edffeb .2%,#fff 99.8%)}.req-card.req-card--closed{background:#fff;border-color:#e2e8f0}.req-card{width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:16px;display:flex;flex-direction:column;gap:12px;cursor:pointer;text-align:left;transition:box-shadow .15s}.req-card--pending{border-radius:16px}.req-card--partial{border-radius:16px;border:1px solid var(--slate-200, #e2e8f0)}.req-card:hover{box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f}.req-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.req-card__id-col{display:flex;flex-direction:column;gap:4px}.req-card__id-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.req-card__id-value{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#0f172a;line-height:24px}.req-card__top-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.req-card__deadline{display:inline-flex;align-items:center;gap:3px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#b54708;background:#fef0c7;padding:2px 8px;border-radius:9999px;white-space:nowrap}.req-card__deadline svg{flex-shrink:0}.req-card__deadline--today{color:#dc6803;background:#fef0c7;font-weight:600;border:1px solid #f79009}.req-card__deadline--overdue{color:#b42318;background:#fee4e2;font-weight:600}.req-card__divider{height:1px;background:#e2e8f0}.req-card__bottom{display:flex;align-items:flex-start;justify-content:space-between}.req-card__meta{display:flex;flex-direction:column;gap:4px}.req-card__meta--right{text-align:right}.req-card__meta-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.req-card__meta-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#334155;line-height:18px}.req-table{grid-column:1/-1;background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow-x:auto;container-type:inline-size}.req-table__head{display:flex;align-items:center;height:32px;padding:0 8px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.req-table__hcell{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b;white-space:nowrap}.req-table__hcell--id{width:30%;min-width:80px;flex-shrink:0}.req-table__hcell--date{width:18%;min-width:72px;flex-shrink:0;display:none}@container (min-width: 480px){.req-table__hcell--date{display:flex}}.req-table__hcell--mat{flex:1;min-width:72px;text-align:center}.req-table__hcell--status{width:20%;min-width:80px;flex-shrink:0;text-align:center}.req-table__row{display:flex;align-items:center;min-height:52px;padding:6px 8px;border-bottom:1px solid #e2e8f0;background:#fff}.req-table__row:last-child{border-bottom:none}.req-table__row:hover{background:#f8fafc}.req-table__row--clickable{cursor:pointer}.req-table__cell{font-family:Poppins,sans-serif;font-size:12px;display:flex;align-items:center}.req-table__cell--id{width:30%;min-width:80px;flex-shrink:0;font-weight:400;color:#020617;flex-direction:column;align-items:flex-start;gap:2px}.req-table__cell--date{width:18%;min-width:72px;flex-shrink:0;color:#020617;display:none}@container (min-width: 480px){.req-table__cell--date{display:flex}}.req-table__cell--mat{flex:1;min-width:72px;justify-content:center;color:#020617}.req-table__cell--status{width:20%;min-width:80px;flex-shrink:0;display:flex;justify-content:center}.req-table__pill{display:inline-flex;align-items:center;gap:5px;border-radius:9999px;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;white-space:nowrap}.req-table__pill--pending{color:#d92d20}.req-table__pill--partial{color:#f59e0b}.req-table__pill--fulfilled{color:#039855}.req-table__pill--closed{color:#64748b}.req-table__pill-label{display:none}@container (min-width: 480px){.req-table__pill-label{display:inline-block;min-width:60px}}.req-table__pill-dot{width:10px;height:10px;border-radius:50%;background:currentColor;flex-shrink:0}.req-table__date-inline{display:block;font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#64748b;line-height:14px;white-space:nowrap}@container (min-width: 480px){.req-table__date-inline{display:none}}.req-detail{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#fff}.req-detail__loading{flex:1;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:14px;color:#64748b}.req-detail__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.req-detail__body-inner{padding:16px;display:flex;flex-direction:column;gap:16px}.req-detail__summary-strip{display:flex;align-items:flex-start;flex-shrink:0;background:#fff;border:1px solid #f2f4f7;border-radius:8px;padding:12px 16px}.req-detail__summary-item{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.req-detail__summary-divider{display:none}.req-detail__summary-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b;white-space:nowrap}.req-detail__summary-value{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#334155}.req-detail__list{display:flex;flex-direction:column;gap:16px;margin:10px 0}.req-detail__footer{padding:16px;background:#fff;border-top:1px solid #f1f5f9;flex-shrink:0}.req-detail__next-btn{width:100%;height:48px;display:flex;align-items:center;justify-content:center;background:#1f36c7;color:#fff;border:none;border-radius:8px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s}.req-detail__next-btn:hover{background:#013cb2}.req-detail__next-btn--disabled{background:#8ab1fd;cursor:not-allowed}.req-detail__next-btn--disabled:hover{background:#98a3e5}.mat-card+.mat-card{margin-top:12px}.pending-section__list .mat-card+.mat-card{margin-top:0}.mat-card{background:#fff;border:1px solid #e8eef7;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:16px;transition:border-color .2s,box-shadow .2s}.mat-card__identity{display:flex;flex-direction:column;gap:0}.mat-card__sku{font-family:Poppins,sans-serif;font-size:12px;color:#9098b8;line-height:18px}.mat-card__name{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#0f172a;line-height:24px;margin:0;word-break:break-word}.mat-card__qty-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mat-card__qty-col{display:flex;flex-direction:column;gap:6px}.mat-card__qty-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#344054;line-height:18px}.mat-card__qty-input{width:100%;padding:10px 14px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;font-family:Poppins,sans-serif;font-size:12px;color:#121926;box-sizing:border-box;outline:none;box-shadow:0 1px 2px #1018280d;transition:border-color .15s,box-shadow .15s}.mat-card__qty-input::placeholder{color:#94a3b8;font-weight:400}.mat-card__qty-input:focus{border-color:#558dfc;box-shadow:0 0 0 4px #e6eeff}.mat-card__qty-input--readonly{display:flex;align-items:center;cursor:default;pointer-events:none;background:#f1f5f9;border-color:#cbd5e1;color:#64748b;font-weight:400}.mat-card__qty-input--err{border-color:#f04438}.mat-card__qty-input--err:focus{border-color:#f04438;box-shadow:0 0 0 4px #f0443826}.mat-card__qty-input[type=number]::-webkit-outer-spin-button,.mat-card__qty-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mat-card__qty-input[type=number]{-moz-appearance:textfield}.mat-card__qty-error{font-family:Poppins,sans-serif;font-size:12px;color:#d92d20;margin-top:2px}.mat-card__partial-hint{font-family:Poppins,sans-serif;font-size:12px;color:#d92d20;margin:6px 0 0}.mat-card__batches{display:flex;flex-direction:column;gap:12px;border-top:1px solid #e8eef7;padding-top:12px}.mat-card__batch{display:flex;flex-direction:column;gap:8px}.mat-card__batch+.mat-card__batch{border-top:1px dashed #e8eef7;padding-top:12px}.mat-card__batch-header{display:flex;align-items:center;gap:6px}.mat-card__batch-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#344054;line-height:18px;text-transform:uppercase;letter-spacing:.04em}.mat-card__batch-no{font-family:Poppins,sans-serif;font-size:12px;color:#9098b8;line-height:18px}.mat-card__photo-section{display:flex;flex-direction:column;gap:6px}.mat-card__photo-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#344054;line-height:18px}.mat-card__photo-row{display:flex;align-items:center;gap:12px;padding:8px;border-radius:6px;border-style:dashed;border-width:1px}.mat-card__photo-row--empty{background:#f4f5fc;border-color:#1f36c7}.mat-card__photo-row--taken{background:#edf7ee;border-color:#079455}.mat-card__photo-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.mat-card__photo-left--clickable{background:none;border:none;padding:0;cursor:pointer;text-align:left}.mat-card__photo-avatar-wrap{position:relative;width:32px;height:32px;flex-shrink:0}.mat-card__photo-avatar{width:32px;height:32px;border-radius:6px;object-fit:cover}.mat-card__photo-avatar--placeholder{background:#e9ebf9;display:flex;align-items:center;justify-content:center;color:#1f36c7}.mat-card__photo-remove{position:absolute;top:-5px;right:-5px;width:16px;height:16px;border-radius:50%;background:#d92d20;border:1.5px solid #ffffff;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;line-height:1}.mat-card__photo-info{display:flex;flex-direction:column;gap:2px;min-width:0}.mat-card__photo-status{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:18px}.mat-card__photo-status--required{color:#b42318}.mat-card__photo-status--ok{color:#079455}.mat-card__photo-sub{font-family:Poppins,sans-serif;font-size:10px;line-height:18px;color:#94a3b8}.mat-card__photo-action{display:flex;align-items:center;gap:4px;padding:8px 12px;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;flex-shrink:0;box-shadow:0 1px 2px #1018280d;transition:opacity .15s}.mat-card__photo-action--capture{background:#1f36c7;border:1px solid #1f36c7;color:#fff}.mat-card__photo-action--capture:hover{opacity:.9}.mat-card__photo-action--capture:disabled{background:#8ab1fd;border-color:#8ab1fd;color:#fff;cursor:not-allowed;opacity:1}.mat-card__photo-action--retake{background:#fff;border:1px solid #cbd5e1;color:#334155}.mat-card__photo-action--retake:hover{background:#f8fafc}.dispatch-accordion{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.dispatch-accordion__header{display:flex;align-items:center;justify-content:space-between;gap:8px;height:40px;padding:0 8px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.dispatch-accordion__toggle{width:28px;height:28px;border-radius:50%;background:#1f36c7;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.dispatch-accordion__toggle:hover{background:#013cb2}.dispatch-accordion__toggle svg{transition:transform .2s ease;transform:rotate(180deg)}.dispatch-accordion__toggle--open svg{transform:rotate(0)}.dispatch-accordion__title{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#0f172a;text-align:left;line-height:1}.dispatch-accordion__body{overflow:hidden}.dispatch-table__head{display:flex;align-items:center;height:32px;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:0 8px}.dispatch-table__head-cell{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b}.dispatch-table__head-cell--name{flex:1;min-width:0}.dispatch-table__head-cell--sent-pending{width:88px;text-align:center}.dispatch-table__head-cell--status{width:44px;text-align:right}.dispatch-table__row{display:flex;align-items:center;min-height:52px;padding:16px 8px;border-bottom:1px solid #e2e8f0}.dispatch-table__row--last{border-bottom:none}.dispatch-table__col-name{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.dispatch-table__col-sent-pending{width:88px;display:flex;flex-direction:column;align-items:center;padding-right:8px;gap:2px}.dispatch-table__sent-val{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617}.dispatch-table__pending-val{font-family:Poppins,sans-serif;font-size:12px;color:#64748b}.dispatch-table__col-status{width:44px;display:flex;align-items:center;justify-content:flex-end}.dispatch-table__mat-id{font-family:Poppins,sans-serif;font-size:10px;line-height:14px;color:#64748b}.dispatch-table__mat-desc{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:18px;color:#020617;word-break:break-word}.dispatch-table__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.dispatch-table__dot--ok{background:#039855}.dispatch-table__dot--warn{background:#f59e0b}.dispatch-table__esc-badge{display:inline-flex;align-self:flex-start;padding:1px 6px;border-radius:6px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;white-space:nowrap}.dispatch-table__esc-badge--received-partially,.dispatch-table__esc-badge--rejected{background:#fef3f2;color:#b42318}.dispatch-table__esc-badge--partially-rejected{background:#fffaeb;color:#b54708}.pending-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pending-section__header{height:32px;padding:0 8px;display:flex;align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0}.pending-section__title{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#0f172a}.pending-section__list{display:flex;flex-direction:column}.pending-section__list .mat-card{border-radius:0;border:none;border-bottom:1px solid #f1f5f9;box-shadow:none}.pending-section__list .mat-card:last-child{border-bottom:none}.req-detail__show-more-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:8px 12px;margin-top:6px;background:#fff;border:none;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#1f36c7;cursor:pointer;transition:background .15s}.req-detail__show-more-btn:hover{background:#f8fafc}.req-detail__fab{position:fixed;bottom:88px;right:16px;width:52px;height:52px;border-radius:50%;background:#1f36c7;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #1018280d;z-index:100;transition:background .15s,opacity .15s;-webkit-tap-highlight-color:transparent;outline:none}.req-detail__fab:hover{opacity:.9}.req-detail__fab--active{background:#475569}.summary-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.summary-page__loading{flex:1;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:14px;color:#64748b}.summary-page__summary-strip{display:flex;align-items:stretch;flex-shrink:0;background:#fff;border-bottom:1px solid #e2e8f0}.summary-page__summary-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 6px}.summary-page__summary-divider{width:1px;background:#e2e8f0;flex-shrink:0;margin:8px 0}.summary-page__summary-label{font-family:Poppins,sans-serif;font-size:12px;color:#64748b;white-space:nowrap}.summary-page__summary-value{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#121926}.summary-page__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:16px;display:flex;flex-direction:column;gap:16px}.summary-page__error{font-family:Poppins,sans-serif;font-size:14px;color:#b42318}.summary-page__footer{padding:16px;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0}.summary-page__confirm-btn{width:100%;height:48px;display:flex;align-items:center;justify-content:center;background:#1f36c7;color:#fff;border:1px solid #1f36c7;border-radius:8px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #1018280d;transition:background .15s}.summary-page__confirm-btn:hover:not(:disabled){background:#013cb2;border-color:#013cb2}.summary-page__confirm-btn:disabled{opacity:.65;cursor:not-allowed}.sum-card{background:#fff;border:1px solid #e8eef7;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px}.sum-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.sum-card__mat-id{font-family:Poppins,sans-serif;font-size:12px;color:#9098b8;line-height:18px}.sum-card__badge{display:inline-flex;align-items:center;gap:5px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;white-space:nowrap}.sum-card__badge--partial{color:#b54708}.sum-card__badge-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.sum-card__badge--partial .sum-card__badge-dot{background:#dc6803}.sum-card__name{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#121926;line-height:24px;margin:0;word-break:break-word}.sum-card__divider{border:none;border-top:1px dashed #cbd5e1;margin:0}.sum-card__batch{display:flex;flex-direction:column;gap:6px}.sum-card__batch+.sum-card__batch{padding-top:8px;border-top:1px dashed #e2e8f0}.sum-card__batch-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b;line-height:18px}.sum-card__qty-row{display:flex;gap:12px}.sum-card__qty-col{flex:1;display:flex;flex-direction:column;gap:4px}.sum-card__qty-label{font-family:Poppins,sans-serif;font-size:12px;color:#64748b;line-height:18px}.sum-card__qty-value{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#121926;line-height:20px}.sum-card__photo-row{display:flex;align-items:center;gap:8px;padding:8px;background:#edf7ee;border:1px dashed #079455;border-radius:6px;cursor:pointer;width:100%;text-align:left;transition:opacity .15s}.sum-card__photo-row:hover{opacity:.85}.sum-card__photo-thumb{width:36px;height:36px;border-radius:6px;object-fit:cover;flex-shrink:0}.sum-card__photo-info{display:flex;flex-direction:column;gap:2px;min-width:0}.sum-card__photo-status{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#027a48;line-height:18px}.sum-card__photo-sub{font-family:Poppins,sans-serif;font-size:10px;color:#94a3b8;line-height:18px}.success-sheet{background:#fff;border-radius:12px;padding:20px 16px 16px;width:100%;max-width:460px;display:flex;flex-direction:column;gap:16px;box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808}.success-sheet__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c137a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:500;display:flex;align-items:flex-end;justify-content:center;padding:16px 16px 80px}.success-sheet__content{display:flex;flex-direction:column;gap:16px;width:100%}.success-sheet__icon{width:48px;height:48px;border-radius:28px;background:#e9ebf9;border:8px solid #f4f5fc;color:#1f36c7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.success-sheet__text{display:flex;flex-direction:column;gap:6px}.success-sheet__title{font-family:Poppins,sans-serif;font-size:18px;font-weight:500;color:#121926;margin:0}.success-sheet__body{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;margin:0;line-height:20px}.success-sheet__actions{display:flex;gap:12px}.success-sheet__btn{flex:1;padding:10px 18px;border-radius:6px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center}.success-sheet__btn--secondary{background:#fff;border:1px solid #cbd5e1;color:#334155;box-shadow:0 1px 2px #1018280d}.success-sheet__btn--secondary:hover{background:#f8fafc}.success-sheet__btn--primary{background:#1f36c7;border:1px solid #014de4;color:#fff;box-shadow:0 1px 2px #1018280d}.success-sheet__btn--primary:hover{background:#013cb2}.sh-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.sh-page__body{flex:1;min-height:0;overflow-y:auto;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;display:flex;flex-direction:column}.sh-page__body-inner{flex:1;padding:16px;display:flex;flex-direction:column;gap:16px}.sh-page__sentinel{height:1px}.sh-page__load-more{display:block;text-align:center;padding:12px 0;font-family:Poppins,sans-serif;font-size:12px;color:#64748b}.sh-page__state{padding:32px 16px;font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center}.sh-page__state--error{color:#b42318}.sh-page__filter-wrap{flex-shrink:0;padding:16px 16px 0}.sh-filters__row{display:flex;gap:12px;align-items:flex-end}.sh-filters__row .fg{flex:1;min-width:0}.sh-filters__row--material{align-items:flex-start}.sh-filters__row--material .fg{flex:1;min-width:0}.sh-cards{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:768px){.sh-cards{grid-template-columns:1fr 1fr}}@media(min-width:1280px){.sh-cards{grid-template-columns:1fr 1fr 1fr}}.sh-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:6px;cursor:pointer;text-align:left;width:100%;transition:box-shadow .15s}.sh-card:hover{box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f}.sh-card:active{background:#f8fafc}.sh-card__header{display:flex;align-items:center;justify-content:space-between;gap:6px}.sh-card__req-id{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#1f36c7;line-height:18px}.sh-card__status-badge{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:9999px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;white-space:nowrap;line-height:1.4}.sh-card__status-badge--fulfilled{background:#d1fadf;color:#027a48}.sh-card__status-badge--partial{background:#fef0c7;color:#b54708}.sh-card__status-badge--escalated{background:#fee4e2;color:#b42318}.sh-card__status-badge__dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.sh-card__mat-code{font-family:Poppins,sans-serif;font-size:10px;color:#64748b;line-height:14px}.sh-card__body{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.sh-card__mat-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sh-card__mat-name{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#020617;line-height:20px;word-break:break-word}.sh-card__batch-no{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.sh-card__esc-badge{display:inline-flex;align-self:flex-start;padding:1px 6px;border-radius:6px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;white-space:nowrap}.sh-card__esc-badge--received-partially,.sh-card__esc-badge--rejected{background:#fef3f2;color:#b42318}.sh-card__esc-badge--partially-rejected{background:#fffaeb;color:#b54708}.sh-card__date-wrap{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:1px}.sh-card__date{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617;line-height:16px;white-space:nowrap}.sh-card__time{font-family:Poppins,sans-serif;font-size:10px;color:#64748b;line-height:14px;white-space:nowrap}.sh-table{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow-x:auto;overflow-y:hidden;container-type:inline-size}.sh-table__head{display:flex;align-items:center;height:32px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.sh-table__head-cell{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b;padding:0 6px;white-space:nowrap;display:flex;align-items:center}.sh-table__head-cell--date{width:18%;min-width:64px;flex-shrink:0;display:none}@container (min-width: 480px){.sh-table__head-cell--date{display:flex}}.sh-table__head-cell--reqid{width:22%;min-width:72px;flex-shrink:0;justify-content:flex-start}.sh-table__head-cell--matid{width:88px;flex-shrink:0;display:none}@container (min-width: 640px){.sh-table__head-cell--matid{display:flex}}.sh-table__head-cell--mat{flex:1;min-width:0;justify-content:flex-start}.sh-table__head-cell--status{width:15%;min-width:48px;flex-shrink:0;justify-content:center}@container (min-width: 480px){.sh-table__head-cell--status{width:115px}}.sh-table__row{display:flex;align-items:center;width:100%;padding:8px 0;border:none;border-bottom:1px solid #f1f5f9;background:#fff;cursor:pointer;text-align:left}.sh-table__row:last-child{border-bottom:none}.sh-table__row:hover{background:#f8fafc}.sh-table__row:active{background:#f0f2fd}.sh-table__cell{padding:0 6px;display:flex;align-items:center}.sh-table__cell--date{width:18%;min-width:64px;flex-shrink:0;flex-direction:column;align-items:flex-start;gap:2px;display:none}@container (min-width: 480px){.sh-table__cell--date{display:flex}}.sh-table__cell--reqid{width:22%;min-width:72px;flex-shrink:0;flex-direction:column;align-items:flex-start;gap:2px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617}.sh-table__cell--matid{width:88px;flex-shrink:0;display:none;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617;align-items:center}@container (min-width: 640px){.sh-table__cell--matid{display:flex}}.sh-table__cell--mat{flex:1;min-width:0;flex-direction:column;align-items:flex-start;gap:3px}.sh-table__cell--status{width:15%;min-width:48px;flex-shrink:0;justify-content:center;gap:4px}@container (min-width: 480px){.sh-table__cell--status{width:115px}}.sh-table__date-top{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617;line-height:18px;white-space:nowrap}.sh-table__date-bottom{font-family:Poppins,sans-serif;font-size:10px;color:#64748b;line-height:14px;white-space:nowrap}.sh-table__mat-id{font-family:Poppins,sans-serif;font-size:10px;color:#64748b;line-height:14px}@container (min-width: 640px){.sh-table__mat-id{display:none}}.sh-table__mat-name{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617;line-height:18px;word-break:break-word}.sh-table__batch-no{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.sh-table__tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:16px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;line-height:14px;width:fit-content}.sh-table__tag--partial{background:#fef3f2;color:#b42318}.sh-table__esc-badge{display:inline-flex;align-self:flex-start;padding:1px 6px;border-radius:6px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;white-space:nowrap}.sh-table__esc-badge--received-partially,.sh-table__esc-badge--rejected{background:#fef3f2;color:#b42318}.sh-table__esc-badge--partially-rejected{background:#fffaeb;color:#b54708}.sh-table__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.sh-table__dot--fulfilled{background:#039855}.sh-table__dot--partial{background:#f59e0b}.sh-table__dot--escalated{background:#d92d20}.sh-table__dot-label{display:none}@container (min-width: 480px){.sh-table__dot-label{display:inline-block;min-width:68px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617;white-space:nowrap}}.sh-table__date-inline{display:flex;flex-direction:column;gap:1px}@container (min-width: 480px){.sh-table__date-inline{display:none}}.sh-table__date-inline-date{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#64748b;line-height:14px;white-space:nowrap}.sh-table__date-inline-time{font-family:Poppins,sans-serif;font-size:10px;color:#64748b;line-height:13px;white-space:nowrap}.sh-download-fab{position:fixed;bottom:24px;right:16px;width:56px;height:56px;border-radius:50%;background:#1f36c7;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #1018280d;z-index:100;-webkit-tap-highlight-color:transparent;outline:none;transition:opacity .15s}.sh-download-fab:hover{opacity:.9}.sh-download-fab:disabled{opacity:.6;cursor:not-allowed}.sh-dispatches{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.sh-dispatches__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:16px 16px 32px;display:flex;flex-direction:column;gap:16px}.sh-dispatches__state{padding:32px 16px;font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center}.sh-dispatches__state--error{color:#b42318}.sh-mat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}.sh-mat-card__top-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.sh-mat-card__badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:16px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;white-space:nowrap}.sh-mat-card__badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.sh-mat-card__badge--fulfilled{background:#ecfdf3;color:#027a48}.sh-mat-card__badge--partial{background:#fef0c7;color:#b54708}.sh-mat-card__badge--escalation{background:#fef3f2;color:#b42318}.sh-mat-card__badge--pending{background:#f1f5f9;color:#64748b}.sh-mat-card__mat-id{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b}.sh-mat-card__mat-name{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#0f172a;line-height:1.4;margin:0}.sh-mat-card__divider{height:0;border-top:1px dashed #e2e8f0;margin:4px 0}.sh-mat-card__meta{display:flex;justify-content:space-between}.sh-mat-card__meta-item{display:flex;flex-direction:column;gap:4px;flex:1}.sh-mat-card__meta-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b}.sh-mat-card__meta-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#334155}.sh-dispatch-sep{display:flex;align-items:center;gap:6px;padding:8px 0;margin-left:20px}.sh-dispatch-sep__line{flex:1;height:1px;background:#e2e8f0}.sh-dispatch-sep__text{font-family:Poppins,sans-serif;font-size:10px;font-weight:500;color:#94a3b8;white-space:nowrap;flex-shrink:0}.sh-dispatch-sep--linked .sh-dispatch-sep__text{color:#1f36c7}.sh-dispatch-sep--linked .sh-dispatch-sep__line{background:#1f36c740}.sh-images-card{background:#fff;border:1px solid #f2f4f7;border-radius:8px;box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f;overflow:clip}.sh-images-card__header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 8px}.sh-images-card__title{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#0f172a}.sh-images-card__toggle{width:24px;height:24px;border-radius:9999px;background:#1f36c7;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.sh-images-card__toggle:hover{background:#013cb2}.sh-images-card__body{padding:0 16px 16px}.sh-images-card__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sh-images-card__tile{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;padding:4px;display:flex;flex-direction:column;gap:6px;overflow:clip}.sh-images-card__tile-label{font-family:Poppins,sans-serif;font-size:10px;font-weight:500;color:#121926;padding:0 6px}.sh-images-card__tile-img-wrap{flex:1;min-height:150px;background:#e6eeff;border-radius:2px;overflow:clip}.sh-images-card__tile-img{width:100%;height:100%;object-fit:cover;display:block}.sh-dispatch-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:clip}.sh-dispatch-card__header{height:32px;padding:0 16px;display:flex;align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#0f172a}.sh-dispatch-card__body{padding:12px;display:flex;flex-direction:column}.sh-step--clickable{cursor:pointer}.sh-step--clickable .sh-step__label{color:#1f36c7;text-decoration:underline;text-underline-offset:2px}.sh-step__dot{width:16px;height:16px;min-width:16px;min-height:16px;border-radius:8px;flex-shrink:0}.sh-step__sub-text{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#9aa4b2;line-height:14px}.sh-step__view-photo{background:none;border:none;padding:0;cursor:pointer;font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#005eff;text-decoration:underline;text-underline-offset:2px;line-height:14px;text-align:left}.sh-step__esc-badge{display:inline-block;padding:2px 8px;border-radius:16px;background:#fef3f2;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;color:#b42318;line-height:14px;white-space:nowrap}.sh-step__comment{background:#fef3f2;border-left:2px solid #b42318;border-radius:8px;padding:8px;font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#334155;line-height:14px;margin-top:4px}.sh-detail{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.sh-detail__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:16px 16px 32px;display:flex;flex-direction:column;gap:16px}.sh-detail__state{padding:32px 16px;font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center}.sh-detail__state--error{color:#b42318}.sh-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:6px}.sh-info-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.sh-info-card__mat-id{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;white-space:nowrap}.sh-info-card__mat-name{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#0f172a;line-height:1.4;margin:0}.sh-info-card__divider{height:1px;background:#e2e8f0;margin:4px 0;border:none;border-top:1px dashed #e2e8f0;background:transparent}.sh-info-card__meta{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 32px}.sh-info-card__meta-item{display:flex;flex-direction:column;gap:4px}.sh-info-card__meta-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.sh-info-card__meta-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#334155;line-height:18px}.sh-tag{display:inline-flex;align-items:center;gap:6px;padding:2px 8px 2px 6px;border-radius:9999px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;white-space:nowrap;flex-shrink:0}.sh-tag__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.sh-tag--fulfilled{background:#ecfdf3;color:#027a48}.sh-tag--fulfilled .sh-tag__dot{background:#027a48}.sh-tag--partial{background:#fef0c7;color:#b54708}.sh-tag--partial .sh-tag__dot{background:#b54708}.sh-tag--pending{background:#f1f5f9;color:#64748b}.sh-tag--pending .sh-tag__dot{background:#94a3b8}.sh-tag--gso-resolved{background:#ecfdf3;color:#027a48}.sh-tag--gso-resolved .sh-tag__dot{background:#027a48}.sh-timeline-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:clip}.sh-timeline-card__header{height:32px;padding:0 16px;display:flex;align-items:center;background:#f8fafc;border-bottom:1px solid #e3e8ef;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#0f172a}.sh-timeline-card__body{padding:12px;display:flex;flex-direction:column}.sh-step{display:flex;gap:8px;min-height:74px}.sh-step--last{min-height:unset;padding-bottom:0}.sh-step--last .sh-step__track{justify-content:flex-start}.sh-step__track{display:flex;flex-direction:column;align-items:center;width:16px;flex-shrink:0;padding-top:2px}.sh-step__dot{width:16px;height:16px;min-width:16px;min-height:16px;border-radius:50%;flex-shrink:0}.sh-step__dot--blue{background:radial-gradient(circle,#1f36c7 3.5px,#e9ebf9 3.5px);border:1px solid #1f36c7}.sh-step__dot--orange{background:radial-gradient(circle,#ff9500 3.5px,#fff8ec 3.5px);border:1px solid #ff9500}.sh-step__dot--green{background:radial-gradient(circle,#027a48 3.5px,#ecfdf3 3.5px);border:1px solid #027a48}.sh-step__dot--red{background:radial-gradient(circle,#ff2828 3.5px,#fff5f5 3.5px);border:1px solid #ff2828}.sh-step__dot--gray{background:radial-gradient(circle,#94a3b8 3.5px,#f1f5f9 3.5px);border:1px solid #cbd5e1}.sh-step__line{flex:1;width:1px;border-left:1.5px dashed #e2e8f0;margin-top:4px}.sh-step__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;padding-bottom:16px}.sh-step--last .sh-step__content{padding-bottom:0}.sh-step__row-main{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.sh-step__label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#374151;white-space:nowrap}.sh-step__qty{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#121926;white-space:nowrap;flex-shrink:0}.sh-step__row-sub{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.sh-step__sub-left{display:flex;flex-direction:column;gap:0}.sh-step__sub-right{display:flex;flex-direction:column;align-items:flex-end;gap:0;flex-shrink:0}.sh-step__actor,.sh-step__sub-text{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#9aa4b2;line-height:14px}.sh-image-card{background:#fff;border:1px solid #f2f4f7;border-radius:8px;box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f;overflow:clip}.sh-image-card__header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 8px}.sh-image-card__title{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#0f172a}.sh-image-card__toggle{width:24px;height:24px;border-radius:9999px;background:#1f36c7;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.sh-image-card__toggle:hover{background:#013cb2}.sh-image-card__body{padding:8px 16px 16px}.sh-image-card__img{width:100%;max-height:260px;object-fit:cover;border-radius:6px;display:block;border:1px solid #e2e8f0;background:#f1f5f9}.esc-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;display:flex;flex-direction:column;box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f;overflow:hidden}.esc-card--tappable{cursor:pointer}.esc-card--tappable:active{opacity:.75}.esc-card--partial{background:linear-gradient(179.904deg,#fffeda .2%,#fff 99.8%);border-color:#f7900940}.esc-card--rejected,.esc-card--stalemate{background:linear-gradient(179.904deg,#ffdada .2%,#fff 99.8%);border-color:#fda29b80}.esc-card--gso-resolved{background:#fff;border-color:#e2e8f0}.esc-card__head{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 16px 8px;gap:8px}.esc-card__identity{display:flex;flex-direction:column;gap:4px;min-width:0}.esc-card__head-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.esc-card__source-label{display:inline-flex;align-items:center;padding:2px 8px;border-radius:9999px;background:#f1f5f9;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;color:#475569;line-height:16px;white-space:nowrap;width:fit-content}.esc-card__mat-id{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px;white-space:nowrap}.esc-card__mat-name{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#0f172a;margin:0;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.esc-card__divider{border:none;border-top:1px dashed #e2e8f0;margin:0 16px}.esc-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;padding:12px 16px}.esc-card__stat{display:flex;flex-direction:column;gap:4px}.esc-card__stat--full{grid-column:1/-1}.esc-card__stat-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.esc-card__stat-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#334155;white-space:nowrap;line-height:18px}.esc-card__comment{display:flex;align-items:flex-start;gap:6px;margin:0 16px 8px;padding:6px 8px;border-radius:6px;border-left:2px solid;font-family:Poppins,sans-serif;font-size:12px;font-style:italic;font-weight:500;color:#64748b;line-height:18px}.esc-card__comment svg{flex-shrink:0;margin-top:1px}.esc-card__comment--amber{background:#fffaeb;border-color:#dc6803}.esc-card__comment--red{background:#fef3f2;border-color:#b42318}.esc-card__comment--gso{background:#f1f5f9;border-color:#64748b;font-style:normal}.esc-card__comment--gso strong{font-weight:600;color:#0f172a;font-style:normal}.esc-card__footer{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid rgba(226,232,240,.7);background:transparent}.esc-card__awaiting-gso{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#64748b}.esc-card__btn{flex:1;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}.esc-card__btn:disabled{opacity:.6;cursor:not-allowed}.esc-card__btn--full{flex:none;width:100%}.esc-card__btn--primary{background:#1f36c7;border:1px solid #1f36c7;color:#fff}.esc-card__btn--primary:hover:not(:disabled){background:#013cb2;border-color:#013cb2}.esc-card__btn--outline{background:#fff;border:1px solid #cbd5e1;color:#334155}.esc-card__btn--outline:hover:not(:disabled){background:#f8fafc}.esc-card__btn--outline-red{background:#fff;border:1px solid #fda29b;color:#b42318}.esc-card__btn--outline-red:hover:not(:disabled){background:#fef3f2}.esc-badge{display:inline-flex;align-items:center;gap:6px;padding:2px 8px 2px 6px;border-radius:9999px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;white-space:nowrap;flex-shrink:0}.esc-badge__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.esc-badge--partial{background:#fef0c7;color:#b54708}.esc-badge--partial .esc-badge__dot{background:#b54708}.esc-badge--rejected{background:#fecdca;color:#b42318}.esc-badge--rejected .esc-badge__dot{background:#b42318}.esc-badge--stalemate{background:#f1f5f9;color:#475569}.esc-badge--stalemate .esc-badge__dot{background:#64748b}.esc-badge--resolved{background:#ecfdf3;color:#027a48}.esc-badge--resolved .esc-badge__dot{background:#027a48}.esc-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.esc-page__body{flex:1;min-height:0;overflow-y:auto;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;display:flex;flex-direction:column}.esc-page__body-inner{flex:1;padding:16px;display:flex;flex-direction:column;gap:16px}.esc-page__state{text-align:center;padding:32px 16px;font-family:Poppins,sans-serif;font-size:14px;color:#64748b}.esc-page__state--error{color:#b42318}.esc-page__empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 16px;color:#94a3b8}.esc-page__empty svg{color:#12b76a}.esc-page__empty p{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;margin:0}.esc-page__load-more{text-align:center;padding:12px 0;font-family:Poppins,sans-serif;font-size:12px;color:#64748b}.esc-page__cards{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.esc-page__cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.esc-page__cards{grid-template-columns:repeat(3,1fr)}}.esc-page__filter-wrap{flex-shrink:0;padding:16px 16px 0}.esc-filters__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.esc-filters__field--full .fg{flex:none;width:100%}.esc-table{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow-x:auto;container-type:inline-size}.esc-table__head{display:flex;align-items:center;height:32px;padding:0 8px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.esc-table__hcell{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b;white-space:nowrap}.esc-table__hcell--id{width:18%;min-width:64px;flex-shrink:0;display:none}@container (min-width: 420px){.esc-table__hcell--id{display:flex}}.esc-table__hcell--mat{flex:1;min-width:0;padding-left:8px}.esc-table__hcell--status{width:52px;flex-shrink:0;text-align:right}@media(min-width:768px){.esc-table__hcell--status{width:auto;min-width:150px}}.esc-table__hcell--sent,.esc-table__hcell--rec{display:none;width:11%;min-width:52px;flex-shrink:0;text-align:right;padding-left:8px}@container (min-width: 480px){.esc-table__hcell--sent,.esc-table__hcell--rec{display:block}}.esc-table__hcell--esc{display:block;width:11%;min-width:52px;flex-shrink:0;text-align:right;padding-left:8px;padding-right:8px}.esc-table__hcell--actions{width:110px;flex-shrink:0;text-align:center;padding-left:8px;border-left:1px solid #e2e8f0}@container (min-width: 680px){.esc-table__hcell--actions{width:190px}}.esc-table__row{display:flex;align-items:center;min-height:56px;padding:6px 8px;border-bottom:1px solid #e2e8f0;background:#fff;cursor:pointer;text-align:left;width:100%;border-left:none;border-right:none;border-top:none}.esc-table__row:last-child{border-bottom:none}.esc-table__row:hover{background:#f8fafc}.esc-table__row:active{background:#f0f2fd}.esc-table__cell{font-family:Poppins,sans-serif;font-size:12px;display:flex;align-items:center}.esc-table__cell--id{width:18%;min-width:64px;flex-shrink:0;font-weight:400;color:#020617;display:none}@container (min-width: 420px){.esc-table__cell--id{display:flex}}.esc-table__cell--mat{flex:1;min-width:0;padding-left:8px;flex-direction:column;align-items:flex-start;gap:2px}.esc-table__cell--status{width:52px;flex-shrink:0;justify-content:flex-end}@media(min-width:768px){.esc-table__cell--status{width:auto;min-width:150px}}.esc-table__cell--sent,.esc-table__cell--rec{display:none;width:11%;min-width:52px;flex-shrink:0;font-weight:400;color:#020617}@container (min-width: 480px){.esc-table__cell--sent,.esc-table__cell--rec{display:flex;align-items:center;justify-content:flex-end}}.esc-table__cell--esc{display:flex;align-items:center;justify-content:flex-end;width:11%;min-width:52px;flex-shrink:0;font-weight:600;color:#b42318;padding-right:8px}.esc-table__cell--actions{width:110px;flex-shrink:0;flex-direction:column-reverse;align-items:stretch;gap:4px;padding-left:6px;border-left:1px solid #f1f5f9}@container (min-width: 680px){.esc-table__cell--actions{width:190px;flex-direction:row;align-items:center;padding-left:8px}}.esc-table__btn{width:100%;height:26px;padding:0 6px;border-radius:6px;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s;text-align:center}@container (min-width: 680px){.esc-table__btn{width:auto;flex:1;padding:0 8px}}.esc-table__btn--primary{background:#1f36c7;border:1px solid #1f36c7;color:#fff}.esc-table__btn--primary:hover{background:#013cb2}.esc-table__btn--reject{background:#fff;border:1px solid #fda29b;color:#b42318}.esc-table__btn--reject:hover{background:#fef3f2}.esc-table__req-id-inline{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#1f36c7;line-height:18px;display:block}@container (min-width: 420px){.esc-table__req-id-inline{display:none}}.esc-table__mat-code{font-size:10px;color:#64748b;line-height:14px}.esc-table__mat-name{font-weight:400;color:#020617;line-height:18px;word-break:break-word}.esc-table__batch-no{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.esc-table__status-badge{display:inline-flex;align-self:flex-start;padding:1px 6px;border-radius:9999px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;white-space:nowrap}.esc-table__status-badge--partial{background:#fef0c7;color:#b54708}.esc-table__status-badge--sf-rejected,.esc-table__status-badge--wh-rejected{background:#fee4e2;color:#b42318}.esc-table__status-badge--stalemate{background:#f1f5f9;color:#475569}.esc-table__status-badge--resolved{background:#d1fadf;color:#027a48}.esc-table__mat-qtys{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px}@container (min-width: 480px){.esc-table__mat-qtys{display:none}}.esc-table__mat-qty-item{font-size:10px;color:#64748b;line-height:14px;white-space:nowrap}.esc-table__mat-qty-item strong{color:#64748b;font-weight:400}.esc-table__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.esc-table__dot--partial{background:#f59e0b}.esc-table__dot--sf-rejected,.esc-table__dot--wh-rejected{background:#d92d20}.esc-table__dot--stalemate{background:#94a3b8}.esc-table__dot--resolved{background:#039855}.esc-table__dot-label{display:none}@media(min-width:768px){.esc-table__dot-label{display:inline;margin-left:4px;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;color:#334155;white-space:nowrap}}.esc-section{display:flex;flex-direction:column;gap:12px}.esc-section__title{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#334155;margin:0}.esc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c137a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;display:flex;align-items:center;justify-content:center;padding:16px}.esc-modal{width:100%;max-width:420px;background:#fff;border-radius:6px;box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808;display:flex;flex-direction:column;overflow:hidden}.esc-modal__header{display:flex;align-items:flex-start;gap:12px;padding:16px;border-bottom:1px solid #f1f5f9}.esc-modal__icon{width:40px;height:40px;border-radius:6px;background:#fef3f2;color:#b42318;display:flex;align-items:center;justify-content:center;flex-shrink:0}.esc-modal__title{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#121926;margin:0 0 2px}.esc-modal__subtitle{font-family:Poppins,sans-serif;font-size:12px;color:#64748b;margin:0;line-height:1.4}.esc-modal__close{margin-left:auto;flex-shrink:0;background:none;border:none;color:#94a3b8;cursor:pointer;padding:2px;display:flex;align-items:center;border-radius:6px}.esc-modal__close:hover{color:#334155;background:#f1f5f9}.esc-modal__body{padding:16px;display:flex;flex-direction:column;gap:12px}.esc-modal__info{font-family:Poppins,sans-serif;font-size:12px;color:#64748b;margin:0;line-height:1.5;padding:8px 12px;background:#f8fafc;border-radius:6px;border-left:3px solid #cbd5e1}.esc-modal__field{display:flex;flex-direction:column;gap:4px}.esc-modal__label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#334155}.esc-modal__label span{color:#f04438;margin-left:2px}.esc-modal__textarea{padding:8px 12px;border:1.5px solid #cbd5e1;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;color:#121926;width:100%;box-sizing:border-box;resize:none;outline:none;line-height:20px}.esc-modal__textarea::placeholder{color:#94a3b8}.esc-modal__textarea:focus{border-color:#fda29b;box-shadow:0 0 0 3px #f044381f}.esc-modal__error{font-family:Poppins,sans-serif;font-size:12px;color:#b42318;margin:0}.esc-modal__photo-row{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px}.esc-modal__photo{width:100%;max-height:200px;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0}.esc-modal__retake{display:flex;align-items:center;gap:4px;background:none;border:1px solid #cbd5e1;border-radius:6px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#475569;padding:4px 8px;cursor:pointer}.esc-modal__retake:hover{background:#f8fafc}.esc-modal__footer{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #f1f5f9;background:#f8fafc}.esc-modal__btn{flex:1;height:40px;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}.esc-modal__btn--secondary{background:#fff;border:1px solid #cbd5e1;color:#334155}.esc-modal__btn--secondary:hover{background:#f8fafc}.esc-modal__btn--danger{background:#b42318;border:1px solid #b42318;color:#fff}.esc-modal__btn--danger:hover{background:#912018}.esc-modal__btn--danger:disabled{opacity:.5;cursor:not-allowed}.esc-resend{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.esc-resend__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.esc-resend__body-inner{padding:16px 16px 100px;display:flex;flex-direction:column;gap:16px}.esc-resend__info-strip{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:12px 16px;display:flex;align-items:flex-start;justify-content:space-between}.esc-resend__info-strip-kv{display:flex;flex-direction:column;gap:4px;flex:1}.esc-resend__info-strip-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b}.esc-resend__info-strip-value{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#334155}.esc-resend__info-table{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.esc-resend__info-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;gap:12px}.esc-resend__info-row--tall{align-items:flex-start}.esc-resend__info-row--tall .esc-resend__info-value{max-width:60%}.esc-resend__info-label{font-family:Poppins,sans-serif;font-size:12px;color:#64748b;flex-shrink:0}.esc-resend__info-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#121926;text-align:right}.esc-resend__info-value--status{color:#b54708;font-weight:600}.esc-resend__info-value--rejected{color:#b42318;font-weight:600}.esc-resend__info-divider{height:1px;background:#f1f5f9;margin:0 16px}.esc-resend__card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.esc-resend__card-header{height:32px;padding:0 16px;display:flex;align-items:center;background:#f8fafc;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#0f172a}.esc-resend__card-divider{height:1px;background:#e2e8f0}.esc-resend__card-body{padding:16px;display:flex;flex-direction:column;gap:16px}.esc-resend__identity{display:flex;flex-direction:column;gap:0}.esc-resend__mat-id{font-family:Poppins,sans-serif;font-size:12px;color:#64748b}.esc-resend__mat-name{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#0f172a;margin:0;word-break:break-word}.esc-resend__qty-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.esc-resend__qty-col{display:flex;flex-direction:column;gap:6px}.esc-resend__qty-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#344054}.esc-resend__qty-input{width:100%;padding:10px 14px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;font-family:Poppins,sans-serif;font-size:12px;color:#0f172a;box-shadow:0 1px 2px #1018280d;box-sizing:border-box;outline:none;display:flex;align-items:center;min-height:42px}.esc-resend__qty-input--readonly{background:#f1f5f9;color:#64748b;border-color:#cbd5e1;cursor:default}.esc-resend__qty-input--err{border-color:#b42318}.esc-resend__qty-input[type=number]::-webkit-outer-spin-button,.esc-resend__qty-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.esc-resend__qty-input[type=number]{-moz-appearance:textfield}.esc-resend__qty-input:focus:not(.esc-resend__qty-input--readonly):not(.esc-resend__qty-input--err){border-color:#558dfc;box-shadow:0 0 0 4px #e6eeff}.esc-resend__qty-error{font-family:Poppins,sans-serif;font-size:12px;color:#b42318;margin:-8px 0 0}.esc-resend__photo-section{display:flex;flex-direction:column;gap:6px}.esc-resend__photo-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#344054}.esc-resend__photo-row{display:flex;align-items:center;gap:12px;padding:8px;border-radius:6px}.esc-resend__photo-row--taken{background:#ecfdf3;border:1px dashed #079455}.esc-resend__photo-row--empty{background:#e6eeff;border:1px dashed #1f36c7}.esc-resend__photo-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0;background:none;border:none;padding:0;text-align:left}.esc-resend__photo-left--clickable{cursor:pointer}.esc-resend__photo-avatar{width:32px;height:32px;border-radius:6px;object-fit:cover;flex-shrink:0}.esc-resend__photo-avatar--placeholder{background:#e6eeff;display:flex;align-items:center;justify-content:center;color:#1f36c7;border:1px solid #1f36c7}.esc-resend__photo-info{display:flex;flex-direction:column;gap:2px;min-width:0}.esc-resend__photo-status{font-family:Poppins,sans-serif;font-size:12px;font-weight:500}.esc-resend__photo-status--ok{color:#079455}.esc-resend__photo-status--req{color:#1f36c7}.esc-resend__photo-sub{font-family:Poppins,sans-serif;font-size:10px;color:#94a3b8;line-height:18px}.esc-resend__photo-action{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;border:1px solid #cbd5e1;box-shadow:0 1px 2px #1018280d;white-space:nowrap;flex-shrink:0}.esc-resend__photo-action--retake{background:#fff;color:#334155}.esc-resend__photo-action--capture{background:#1f36c7;color:#fff;border-color:#1f36c7}.esc-resend__photo-action--capture:disabled{background:#8ab1fd;border-color:#8ab1fd;color:#fff;cursor:not-allowed;opacity:1}.esc-resend__summary{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.esc-resend__summary-head,.esc-resend__summary-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;padding:8px 16px}.esc-resend__summary-head{background:#f8fafc}.esc-resend__summary-head span{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#475569}.esc-resend__summary-divider{height:1px;background:#e2e8f0}.esc-resend__summary-row span{font-family:Poppins,sans-serif;font-size:12px;color:#121926;font-weight:500;padding:8px 0}.esc-resend__summary-pending{color:#f04438!important;font-weight:600!important}.esc-resend__rejection-reason{background:#fee4e2;border-left:2px solid #b42318;border-radius:6px;padding:8px 12px;display:flex;flex-direction:column;gap:4px}.esc-resend__rejection-label{font-family:Poppins,sans-serif;font-size:12px;color:#64748b}.esc-resend__rejection-text{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#334155}.esc-replace__hero{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f;display:flex;flex-direction:column}.esc-replace__mat-name{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#121926;line-height:1.4;padding:16px 16px 12px;margin:0}.esc-replace__hero-divider{height:1px;background:#f1f5f9;margin:0 16px}.esc-replace__hero-meta{display:flex;align-items:stretch;padding:8px 0}.esc-replace__hero-field{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 8px}.esc-replace__hero-field+.esc-replace__hero-field{border-left:1px solid #f1f5f9}.esc-replace__hero-field-label{font-family:Poppins,sans-serif;font-size:10px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.esc-replace__hero-field-value{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#334155;white-space:nowrap}.esc-replace__status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px 3px 7px;background:#fef3f2;color:#b42318;border-radius:9999px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;white-space:nowrap}.esc-replace__status-dot{width:7px;height:7px;border-radius:50%;background:#d92d20;flex-shrink:0}.esc-replace__card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f;display:flex;flex-direction:column}.esc-replace__card-header{height:36px;padding:0 16px;display:flex;align-items:center;background:#f8fafc;border-bottom:1px solid #f1f5f9;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.esc-replace__card-divider{height:1px;background:#f1f5f9}.esc-replace__info-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px;padding:0 16px;border-bottom:1px solid #f1f5f9}.esc-replace__info-row--last{border-bottom:none}.esc-replace__info-label{font-family:Poppins,sans-serif;font-size:12px;color:#64748b;flex-shrink:0}.esc-replace__info-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#121926;text-align:right}.esc-replace__info-value--muted{color:#64748b;font-weight:400}.esc-replace__rejection-comment{display:flex;align-items:flex-start;gap:6px;padding:8px 16px 12px;background:#fef3f2;border-top:1px solid #fee4e2;font-family:Poppins,sans-serif;font-size:12px;color:#912018;line-height:1.6;white-space:pre-wrap;word-break:break-word}.esc-replace__rejection-comment svg{flex-shrink:0;margin-top:2px;color:#f04438}.esc-replace__qty-context{display:grid;grid-template-columns:1fr 1fr 1fr}.esc-replace__qty-cell{display:flex;flex-direction:column;gap:3px;padding:12px 8px;align-items:center}.esc-replace__qty-cell+.esc-replace__qty-cell{border-left:1px solid #f1f5f9}.esc-replace__qty-cell-label{font-family:Poppins,sans-serif;font-size:10px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.esc-replace__qty-cell-value{font-family:Poppins,sans-serif;font-size:16px;font-weight:700;color:#121926;line-height:1}.esc-replace__qty-cell--rejected .esc-replace__qty-cell-value{color:#d92d20}.esc-replace__input-wrap{padding:12px 16px 16px;display:flex;flex-direction:column;gap:6px}.esc-replace__photo-body{padding:8px 16px 16px}.esc-resend__submit-error{font-family:Poppins,sans-serif;font-size:12px;color:#b42318;margin:0;text-align:center}.esc-resend__footer{padding:16px;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0}.esc-resend__next-btn{width:100%;height:48px;display:flex;align-items:center;justify-content:center;background:#1f36c7;color:#fff;border:none;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.esc-resend__next-btn:hover:not(:disabled){background:#013cb2}.esc-resend__next-btn:disabled{background:#98a3e5;cursor:not-allowed}.esc-resend-summary{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.esc-resend-summary__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.esc-resend-summary__body-inner{padding:16px 16px 100px;display:flex;flex-direction:column;gap:16px}.esc-resend-summary__info-strip{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:12px 16px;display:flex;align-items:flex-start;justify-content:space-between}.esc-resend-summary__info-kv{display:flex;flex-direction:column;gap:4px;flex:1}.esc-resend-summary__info-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b}.esc-resend-summary__info-value{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#334155}.esc-resend-summary__mat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}.esc-resend-summary__mat-top{display:flex;align-items:center;justify-content:space-between}.esc-resend-summary__mat-id{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b}.esc-resend-summary__badge{display:inline-flex;align-items:center;gap:6px;padding:2px 8px 2px 6px;background:#fffaeb;border-radius:16px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#b54708;white-space:nowrap}.esc-resend-summary__badge-dot{width:6px;height:6px;border-radius:50%;background:#dc6803;flex-shrink:0}.esc-resend-summary__mat-name{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#0f172a;margin:0;line-height:1.5}.esc-resend-summary__divider{height:0;border-top:1px dashed #e2e8f0;margin:4px 0}.esc-resend-summary__qty-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.esc-resend-summary__qty-row--3col{grid-template-columns:1fr 1fr 1fr}.esc-resend-summary__qty-col{display:flex;flex-direction:column;gap:4px}.esc-resend-summary__qty-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b}.esc-resend-summary__qty-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#334155}.esc-resend-summary__qty-value--sending{color:#121926}.esc-resend-summary__photo-row{display:flex;align-items:center;gap:10px;padding:8px;background:#ecfdf3;border:1px dashed #079455;cursor:pointer;width:100%;text-align:left;border-radius:6px}.esc-resend-summary__photo-avatar{width:32px;height:32px;border-radius:6px;object-fit:cover;flex-shrink:0}.esc-resend-summary__photo-info{display:flex;flex-direction:column;gap:2px}.esc-resend-summary__photo-status{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#079455}.esc-resend-summary__photo-sub{font-family:Poppins,sans-serif;font-size:10px;color:#94a3b8;line-height:14px}.esc-resend-summary__reason-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.esc-resend-summary__reason-header{height:32px;padding:0 16px;display:flex;align-items:center;background:#f8fafc;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#0f172a}.esc-resend-summary__reason-divider{height:1px;background:#e2e8f0}.esc-resend-summary__reason-body{padding:16px}.esc-resend-summary__reason-input{width:100%;min-height:70px;padding:10px 14px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;font-family:Poppins,sans-serif;font-size:12px;color:#0f172a;box-shadow:0 1px 2px #1018280d;box-sizing:border-box;resize:none;outline:none}.esc-resend-summary__reason-input::placeholder{color:#64748b}.esc-resend-summary__reason-input:focus{border-color:#558dfc;box-shadow:0 0 0 4px #e6eeff}.esc-resend-summary__error{font-family:Poppins,sans-serif;font-size:12px;color:#b42318;margin:0;text-align:center}.esc-resend-summary__footer{padding:16px;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0}.esc-resend-summary__submit-btn{width:100%;height:48px;display:flex;align-items:center;justify-content:center;background:#1f36c7;color:#fff;border:none;border-radius:6px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:background .15s}.esc-resend-summary__submit-btn:hover:not(:disabled){background:#013cb2}.esc-resend-summary__submit-btn:disabled{background:#8ab1fd;cursor:not-allowed}.esc-reject{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.esc-reject__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.esc-reject__body-inner{padding:16px 16px 100px;display:flex;flex-direction:column;gap:16px}.esc-reject__info-strip{background:#fff;border:1px solid #f2f4f7;border-radius:6px;padding:12px 16px;display:flex;align-items:flex-start;justify-content:space-between}.esc-reject__info-kv{flex:1;display:flex;flex-direction:column;gap:4px}.esc-reject__info-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b;line-height:18px}.esc-reject__info-value{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#334155;line-height:20px}.esc-reject__card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:16px;display:flex;flex-direction:column;gap:12px}.esc-reject__card-head{display:flex;align-items:center;justify-content:space-between}.esc-reject__card-mat-id{font-family:Poppins,sans-serif;font-size:12px;color:#64748b}.esc-reject__badge{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#b54708;background:#fffaeb;padding:2px 8px 2px 6px;border-radius:9999px;white-space:nowrap}.esc-reject__badge:before{content:"● ";font-size:8px;vertical-align:middle;margin-right:4px}.esc-reject__card-name{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#0f172a;margin:0;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.esc-reject__card-divider{height:1px;background:#e2e8f0;margin:0 -16px}.esc-reject__card-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px}.esc-reject__card-stat{display:flex;flex-direction:column;gap:4px}.esc-reject__card-stat-label{font-family:Poppins,sans-serif;font-size:12px;color:#64748b;white-space:nowrap}.esc-reject__card-stat-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#334155;white-space:nowrap}.esc-reject__photo-box{display:flex;align-items:center;gap:12px;background:#edf7ee;border:1px dashed #079455;border-radius:6px;padding:8px 12px;cursor:pointer;width:100%;text-align:left}.esc-reject__photo-thumb{width:32px;height:32px;border-radius:6px;object-fit:cover;flex-shrink:0}.esc-reject__photo-info{display:flex;flex-direction:column;gap:2px}.esc-reject__photo-status{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#079455;line-height:18px}.esc-reject__photo-sub{font-family:Poppins,sans-serif;font-size:10px;color:#94a3b8;line-height:14px}.esc-reject__reason{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.esc-reject__reason-header{background:#f8fafc;padding:8px 12px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#0f172a;height:32px;display:flex;align-items:center}.esc-reject__reason-divider{height:1px;background:#e2e8f0}.esc-reject__reason-body{padding:16px}.esc-reject__textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:6px;padding:8px 16px;font-family:Poppins,sans-serif;font-size:12px;color:#0f172a;line-height:18px;resize:none;outline:none;box-shadow:0 1px 2px #1018280d;min-height:70px}.esc-reject__textarea::placeholder{color:#64748b}.esc-reject__textarea:focus{border-color:#94a3b8}.esc-reject__error{font-family:Poppins,sans-serif;font-size:12px;color:#b42318;margin:0;text-align:center}.esc-reject__footer{position:fixed;bottom:0;left:0;right:0;padding:16px;background:#fff;border-top:1px solid #f1f5f9}.esc-reject__submit-btn{width:100%;padding:12px 16px;border-radius:6px;border:1px solid #d92d20;background:#d92d20;color:#fff;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;cursor:pointer;box-shadow:0 1px 2px #1018280d}.esc-reject__submit-btn--disabled{background:#fecdca;border-color:#fecdca;cursor:not-allowed}.wh-mrn-pend{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.wh-mrn-pend__filter-wrap{flex-shrink:0}.wh-mrn-pend__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;display:flex;flex-direction:column}.wh-mrn-pend__body-inner{flex:1;padding:16px 16px 32px;display:flex;flex-direction:column;gap:16px}.wh-mrn-pend__state{text-align:center;padding:20px;color:#64748b;font-size:14px}.wh-mrn-pend__state--error{color:#d92d20}.wh-mrn-pend .req-card.req-card--pending{background:#fff}.wh-mrn-pend .req-card__status--pending{background:#f1f5f9;color:#64748b}.wh-mrn-pend .req-card__status--pending .req-card__status-dot{background:#94a3b8}.wh-mrn-pend .req-table__pill--pending{color:#94a3b8}.wh-inv-ret-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.wh-inv-ret-page__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;display:flex;flex-direction:column}.wh-inv-ret-page__body-inner{flex:1;padding:16px 16px 32px;display:flex;flex-direction:column;gap:16px}.wh-inv-ret-page__cards{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}@media(min-width:768px){.wh-inv-ret-page__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1280px){.wh-inv-ret-page__cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.wh-inv-ret-page__state{padding:32px 16px;font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center}.wh-inv-ret-page__state--error{color:#b42318}.wh-inv-ret-page__empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 16px;font-family:Poppins,sans-serif;font-size:14px;color:#94a3b8;text-align:center}.wh-inv-ret-page__empty svg{color:#cbd5e1}.wh-inv-ret-page__empty p{margin:0}.wh-inv-ret-page__filter-wrap{flex-shrink:0;padding:16px 16px 0}.wh-inv-ret-filters{display:flex;flex-direction:column;gap:12px}.wh-inv-ret-filters__row{display:flex;gap:8px}.wh-inv-ret-filters__row--full .fg{flex:none;width:100%}.wh-inv-ret-table{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow-x:auto;container-type:inline-size}.wh-inv-ret-table__head{display:flex;align-items:center;height:32px;padding:0 8px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.wh-inv-ret-table__hcell{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b;white-space:nowrap;flex-shrink:0}.wh-inv-ret-table__hcell--date{width:72px;text-align:center}.wh-inv-ret-table__hcell--mrnid{width:80px;padding-left:6px;display:none}@container (min-width: 400px){.wh-inv-ret-table__hcell--mrnid{display:block}}.wh-inv-ret-table__hcell--mat{flex:1;min-width:0;padding-left:8px}.wh-inv-ret-table__hcell--batch{display:none}@container (min-width: 560px){.wh-inv-ret-table__hcell--batch{display:block;width:90px;flex-shrink:0;padding-left:8px}}.wh-inv-ret-table__hcell--qty{width:9%;min-width:52px;text-align:right;padding-right:8px}.wh-inv-ret-table__hcell--actions{width:120px;flex-shrink:0;padding-left:6px;text-align:center}@container (min-width: 600px){.wh-inv-ret-table__hcell--actions{width:200px;padding-left:16px;border-left:1px solid #e2e8f0;margin-left:8px;text-align:center}}.wh-inv-ret-table__row{display:flex;align-items:center;min-height:60px;padding:6px 8px;border-bottom:1px solid #e2e8f0;background:#fff}.wh-inv-ret-table__row:last-child{border-bottom:none}.wh-inv-ret-table__row:hover{background:#f8fafc}.wh-inv-ret-table__cell{font-family:Poppins,sans-serif;font-size:12px;display:flex;align-items:center;flex-shrink:0}.wh-inv-ret-table__cell--date{width:72px;flex-direction:column;align-items:center;gap:2px}.wh-inv-ret-table__cell--mrnid{width:80px;padding-left:6px;font-weight:400;color:#020617;font-size:11px;word-break:break-all;display:none}@container (min-width: 400px){.wh-inv-ret-table__cell--mrnid{display:flex}}.wh-inv-ret-table__cell--mat{flex:1;min-width:0;padding-left:8px;flex-direction:column;align-items:flex-start;gap:2px}.wh-inv-ret-table__cell--batch{display:none}@container (min-width: 560px){.wh-inv-ret-table__cell--batch{display:flex;width:90px;flex-shrink:0;padding-left:8px;font-weight:400;color:#64748b;font-size:12px}}.wh-inv-ret-table__cell--qty{width:9%;min-width:52px;justify-content:flex-end;padding-right:8px;font-weight:400;color:#020617}.wh-inv-ret-table__cell--actions{width:120px;flex-direction:column-reverse;align-items:stretch;gap:4px;padding-left:6px}@container (min-width: 600px){.wh-inv-ret-table__cell--actions{width:200px;flex-direction:row;align-items:center;padding-left:16px;border-left:1px solid #f1f5f9;margin-left:8px}}.wh-inv-ret-table__date-top{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617;line-height:18px;white-space:nowrap}.wh-inv-ret-table__date-bottom{font-family:Poppins,sans-serif;font-size:10px;color:#64748b;line-height:14px;white-space:nowrap}.wh-inv-ret-table__mrn-inline{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#1f36c7;line-height:18px;display:block}@container (min-width: 400px){.wh-inv-ret-table__mrn-inline{display:none}}.wh-inv-ret-table__mat-code{font-size:10px;color:#64748b;line-height:14px}.wh-inv-ret-table__mat-name{font-weight:400;color:#020617;line-height:18px;word-break:break-word}.wh-inv-ret-table__batch-no{font-size:10px;font-weight:400;color:#64748b;line-height:14px}@container (min-width: 560px){.wh-inv-ret-table__batch-no{display:none}}.wh-inv-ret-table__status-badge{display:inline-flex;align-self:flex-start;padding:1px 6px;border-radius:9999px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;white-space:nowrap}.wh-inv-ret-table__status-badge--resend{background:#e6eeff;color:#1f36c7}.wh-inv-ret-table__status-badge--replace{background:#e6eeff;color:#013cb2}.wh-inv-ret-table__btn{width:100%;height:26px;padding:0 8px;border-radius:6px;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s;text-align:center}@container (min-width: 600px){.wh-inv-ret-table__btn{width:auto;flex:1}}.wh-inv-ret-table__btn--primary{background:#1f36c7;border:1px solid #1f36c7;color:#fff}.wh-inv-ret-table__btn--primary:hover{background:#013cb2}.wh-inv-ret-table__btn--reject{background:#fff;border:1px solid #fda29b;color:#b42318}.wh-mrn-card{background:linear-gradient(179.84deg,#ffdada .2%,#fff 99.8%);border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px}.wh-mrn-card__top{display:flex;flex-direction:column;gap:4px}.wh-mrn-card__top-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.wh-mrn-card__tag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:16px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;flex-shrink:0}.wh-mrn-card__tag--resend{background:#e6eeff;color:#1f36c7}.wh-mrn-card__tag--replace{background:#e6eeff;color:#013cb2}.wh-mrn-card__mat-id{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.wh-mrn-card__mat-name{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:#020617;line-height:24px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wh-mrn-card__batch-no{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.wh-mrn-card__divider{height:1px;background:#e2e8f0;width:100%}.wh-mrn-card__meta{display:flex;flex-direction:column;gap:8px}.wh-mrn-card__meta-row{display:flex;align-items:flex-start;gap:6px}.wh-mrn-card__meta-item{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.wh-mrn-card__meta-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px;white-space:nowrap}.wh-mrn-card__meta-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617;line-height:18px;white-space:nowrap}.wh-mrn-card__actions{display:flex;gap:8px;align-items:center}.wh-mrn-card__btn{padding:8px 16px;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;white-space:nowrap;box-shadow:0 1px 2px #1018280d}.wh-mrn-card__btn--reject{flex-shrink:0;background:#fff;border:1px solid #fda29b;color:#b42318}.wh-mrn-card__btn--primary{flex:1;background:#1f36c7;border:1px solid #1f36c7;color:#fff}.wh-mrn-card__btn:disabled{opacity:.6;cursor:not-allowed}.wh-mr-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.wh-mr-page__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:16px 16px 32px;display:flex;flex-direction:column;gap:16px}.wh-mr-page__footer{flex-shrink:0;padding:16px;background:#fff;border-top:1px solid #f1f5f9}.wh-mr-page__next-btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;border-radius:8px;border:1px solid #8ab1fd;background:#8ab1fd;color:#fff;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;cursor:not-allowed;transition:background .15s,border-color .15s}.wh-mr-page__next-btn--active{background:#1f36c7;border-color:#1f36c7;cursor:pointer}.wh-mr-page__next-btn--active:hover{background:#1a2fb0;border-color:#1a2fb0}.wh-mr-info-strip{background:#fff;border:1px solid #f2f4f7;border-radius:8px;padding:12px 16px;display:flex;align-items:flex-start;justify-content:space-between}.wh-mr-info-strip__kv{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.wh-mr-info-strip__label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b;line-height:18px}.wh-mr-info-strip__value{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#334155;line-height:20px}.wh-mr-card{background:#fff;border:1px solid #f2f4f7;border-radius:8px;box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f;padding:16px;display:flex;flex-direction:column;gap:16px}.wh-mr-card__identity{display:flex;flex-direction:column}.wh-mr-card__mat-code{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.wh-mr-card__mat-name{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#0f172a;line-height:24px;margin:0}.wh-mr-card__qty-row{display:flex;gap:16px;align-items:flex-start}.wh-mr-card__qty-col{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.wh-mr-card__qty-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#344054;line-height:18px;white-space:nowrap}.wh-mr-card__qty-readonly{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;padding:10px 14px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px;box-shadow:0 1px 2px #1018280d}.wh-mr-card__qty-input{width:100%;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 14px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#0f172a;line-height:18px;box-shadow:0 1px 2px #1018280d;outline:none}.wh-mr-card__qty-input::placeholder{color:#94a3b8}.wh-mr-card__qty-input:focus:not(.wh-mr-card__qty-input--err){border-color:#1f36c7;box-shadow:0 0 0 3px #1f36c71a}.wh-mr-card__qty-input--err{border-color:#fda29b}.wh-mr-card__qty-input[type=number]::-webkit-outer-spin-button,.wh-mr-card__qty-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.wh-mr-card__qty-input[type=number]{-moz-appearance:textfield}.wh-mr-card__qty-error{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#f04438;margin:0;line-height:18px}.wh-mr-card__photo-wrap{display:flex;flex-direction:column;gap:6px}.wh-mr-card__photo-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#344054;line-height:18px}.wh-mr-photo-row{display:flex;align-items:center;gap:16px;border-radius:8px;padding:8px;width:100%;box-sizing:border-box}.wh-mr-photo-row--empty{background:#f4f5fc;border:1px dashed #1f36c7}.wh-mr-photo-row--taken{background:#edf7ee;border:1px dashed #039855}.wh-mr-photo-row__left{display:flex;flex:1;gap:10px;align-items:center;min-width:0;background:none;border:none;padding:0;text-align:left}.wh-mr-photo-row__left--clickable{cursor:pointer}.wh-mr-photo-row__avatar{background:#e9ebf9;border-radius:4px;width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#1f36c7}.wh-mr-photo-row__thumb{width:32px;height:32px;border-radius:4px;object-fit:cover;flex-shrink:0}.wh-mr-photo-row__text{display:flex;flex-direction:column;flex-shrink:0}.wh-mr-photo-row__status{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:18px}.wh-mr-photo-row__status--req{color:#b42318}.wh-mr-photo-row__status--ok{color:#039855}.wh-mr-photo-row__sub{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#94a3b8;line-height:14px}.wh-mr-photo-row__capture{display:flex;align-items:center;gap:8px;background:#014de4;border:1px solid #014de4;border-radius:8px;padding:8px 14px;color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;flex-shrink:0;line-height:20px;box-shadow:0 1px 2px #1018280d}.wh-mr-photo-row__retake{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 12px;color:#334155;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;flex-shrink:0}.wh-mrs-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.wh-mrs-page__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:16px 16px 32px;display:flex;flex-direction:column;gap:16px}.wh-mrs-page__footer{flex-shrink:0;padding:16px;background:#fff;border-top:1px solid #f1f5f9}.wh-mrs-page__escalate-btn{display:flex;align-items:center;justify-content:center;width:100%;height:44px;border-radius:8px;border:1px solid #ff2828;background:#ff2828;color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s;box-shadow:0 1px 2px #1018280d}.wh-mrs-page__escalate-btn:hover:not(:disabled){background:#e01f1f;border-color:#e01f1f}.wh-mrs-page__escalate-btn--disabled,.wh-mrs-page__escalate-btn:disabled{opacity:.5;cursor:not-allowed}.wh-mrs-page__confirm-btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;border-radius:8px;border:1px solid #1f36c7;background:#1f36c7;color:#fff;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.wh-mrs-page__confirm-btn:hover:not(:disabled){background:#1a2fb0;border-color:#1a2fb0}.wh-mrs-page__confirm-btn:disabled{opacity:.6;cursor:not-allowed}.wh-mrs-page__error{font-family:Poppins,sans-serif;font-size:14px;color:#f04438;margin:0}.wh-mrs-info-strip{background:#fff;border:1px solid #f2f4f7;border-radius:8px;padding:12px 16px;display:flex;align-items:flex-start;justify-content:space-between}.wh-mrs-info-strip__kv{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.wh-mrs-info-strip__label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b;line-height:18px}.wh-mrs-info-strip__value{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#334155;line-height:20px}.wh-mrs-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}.wh-mrs-card__top-row{display:flex;align-items:center;justify-content:space-between}.wh-mrs-card__mat-code{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.wh-mrs-card__mat-name{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#0f172a;line-height:18px;margin:0}.wh-mrs-card__divider{height:1px;background:#e2e8f0;border-top:1px dashed #e2e8f0;background:none}.wh-mrs-card__qty-row{display:flex;gap:16px;align-items:flex-start}.wh-mrs-card__qty-cell{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.wh-mrs-card__qty-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px;white-space:nowrap}.wh-mrs-card__qty-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#334155;line-height:18px}.wh-mrs-card__qty-value--bold{font-weight:600;color:#121926}.wh-mrs-tag{display:flex;align-items:center;gap:6px;background:#fffaeb;border-radius:16px;padding:2px 8px 2px 6px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#b54708;line-height:18px;white-space:nowrap}.wh-mrs-tag__dot{width:6px;height:6px;border-radius:50%;background:#b54708;flex-shrink:0}.wh-mrs-photo-row{display:flex;align-items:center;gap:10px;background:#edf7ee;border:1px dashed #039855;border-radius:8px;padding:8px;width:100%;box-sizing:border-box;cursor:pointer;text-align:left}.wh-mrs-photo-row__thumb{width:32px;height:32px;border-radius:4px;object-fit:cover;flex-shrink:0}.wh-mrs-photo-row__text{display:flex;flex-direction:column}.wh-mrs-photo-row__status{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#039855;line-height:18px}.wh-mrs-photo-row__sub{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#94a3b8;line-height:14px}.wh-mrs-reason{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.wh-mrs-reason__header{background:#f8fafc;padding:0 8px;height:32px;display:flex;align-items:center}.wh-mrs-reason__title{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#0f172a;line-height:18px}.wh-mrs-reason__divider{height:1px;background:#e2e8f0}.wh-mrs-reason__body{padding:16px}.wh-mrs-reason__textarea{width:100%;box-sizing:border-box;min-height:70px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 14px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#0f172a;line-height:18px;resize:none;outline:none;box-shadow:0 1px 2px #1018280d}.wh-mrs-reason__textarea::placeholder{color:#94a3b8}.wh-mrs-reason__textarea:focus{border-color:#1f36c7;box-shadow:0 0 0 3px #1f36c71a}.wh-mrs-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c137a;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.wh-mrs-overlay__sheet-wrap{width:100%;max-width:480px;padding:16px 16px 80px;box-sizing:border-box}.wh-mrs-modal{background:#fff;border-radius:12px;padding:20px 16px 16px;display:flex;flex-direction:column;gap:16px;box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808}.wh-mrs-modal__icon-badge{width:48px;height:48px;box-sizing:border-box;background:#e9ebf9;border:8px solid #f4f5fc;border-radius:28px;display:flex;align-items:center;justify-content:center;color:#1f36c7;flex-shrink:0}.wh-mrs-modal__icon-badge--error{background:#fee4e2;border-color:#fef3f2;color:#f04438}.wh-mrs-modal__body{display:flex;flex-direction:column;gap:8px}.wh-mrs-modal__title{font-family:Poppins,sans-serif;font-size:18px;font-weight:500;color:#0f172a;line-height:28px;margin:0}.wh-mrs-modal__subtitle{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#64748b;line-height:20px;margin:0}.wh-mrs-modal__actions{display:flex;gap:12px;align-items:center}.wh-mrs-modal__btn{flex:1;height:44px;border-radius:8px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.wh-mrs-modal__btn--outline{background:#fff;border:1px solid #cbd5e1;color:#334155;box-shadow:0 1px 2px #1018280d}.wh-mrs-modal__btn--outline:hover{background:#f8fafc}.wh-mrs-modal__btn--primary{background:#1f36c7;border:1px solid #014de4;color:#fff;box-shadow:0 1px 2px #1018280d}.wh-mrs-modal__btn--primary:hover{background:#1a2fb0;border-color:#1a2fb0}.wh-mrs-modal__btn--danger{background:#ff2828;border:1px solid #ff2828;color:#fff;box-shadow:0 1px 2px #1018280d}.wh-mrs-modal__btn--danger:hover{background:#e01f1f;border-color:#e01f1f}.wh-rj-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.wh-rj-page__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:16px 16px 32px;display:flex;flex-direction:column;gap:16px}.wh-rj-page__footer{flex-shrink:0;padding:16px;background:#fff;border-top:1px solid #f1f5f9}.wh-rj-page__submit-btn{display:flex;align-items:center;justify-content:center;width:100%;height:44px;border-radius:8px;border:1px solid #ff2828;background:#ff2828;color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;box-shadow:0 1px 2px #1018280d}.wh-rj-page__submit-btn:hover:not(:disabled){background:#e01f1f;border-color:#e01f1f}.wh-rj-page__submit-btn:disabled{opacity:.5;cursor:not-allowed}.wh-rj-page__error{font-family:Poppins,sans-serif;font-size:14px;color:#f04438;margin:0}.wh-rj-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}.wh-rj-card__top-row{display:flex;align-items:center;justify-content:space-between}.wh-rj-card__mat-code{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.wh-rj-card__mat-name{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#0f172a;line-height:24px;margin:0}.wh-rj-card__divider{height:0;border-top:1px dashed #e2e8f0}.wh-rj-card__qty-row{display:flex;gap:16px;align-items:flex-start}.wh-rj-card__qty-cell{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.wh-rj-card__qty-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px;white-space:nowrap}.wh-rj-card__qty-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#334155;line-height:18px}.wh-rj-card__qty-value--bold{font-weight:600;color:#121926}.wh-rj-tag{display:flex;align-items:center;gap:6px;background:#fffaeb;border-radius:16px;padding:2px 8px 2px 6px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#b54708;line-height:18px;white-space:nowrap}.wh-rj-tag__dot{width:6px;height:6px;border-radius:50%;background:#dc6803;flex-shrink:0}.wh-rj-photo-row{display:flex;align-items:center;gap:10px;background:#edf7ee;border:1px dashed #039855;border-radius:8px;padding:8px;width:100%;box-sizing:border-box;cursor:pointer;text-align:left}.wh-rj-photo-row__thumb{width:32px;height:32px;border-radius:4px;object-fit:cover;flex-shrink:0}.wh-rj-photo-row__text{display:flex;flex-direction:column}.wh-rj-photo-row__status{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#039855;line-height:18px}.wh-rj-photo-row__sub{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#94a3b8;line-height:14px}.wh-rj-reason{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.wh-rj-reason__header{background:#f8fafc;padding:0 8px;height:32px;display:flex;align-items:center}.wh-rj-reason__title{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#0f172a;line-height:18px}.wh-rj-reason__divider{height:1px;background:#e2e8f0}.wh-rj-reason__body{padding:16px}.wh-rj-reason__textarea{width:100%;box-sizing:border-box;min-height:70px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 14px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#0f172a;line-height:18px;resize:none;outline:none;box-shadow:0 1px 2px #1018280d}.wh-rj-reason__textarea::placeholder{color:#94a3b8}.wh-rj-reason__textarea:focus{border-color:#1f36c7;box-shadow:0 0 0 3px #1f36c71a}.wh-rj-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c137a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;display:flex;align-items:flex-end;justify-content:center;padding:16px 16px 80px}.wh-rj-modal{background:#fff;border-radius:12px;padding:20px 16px 16px;width:100%;display:flex;flex-direction:column;gap:24px;box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808}.wh-rj-modal__icon-wrap{display:flex;align-items:flex-start}.wh-rj-modal__icon-badge{width:48px;height:48px;border-radius:28px;background:#fee4e2;border:8px solid #fef3f2;display:flex;align-items:center;justify-content:center;color:#f04438;flex-shrink:0;box-sizing:content-box}.wh-rj-modal__text{display:flex;flex-direction:column;gap:8px}.wh-rj-modal__title{font-family:Poppins,sans-serif;font-size:18px;font-weight:500;color:#0f172a;line-height:28px;margin:0}.wh-rj-modal__subtitle{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#64748b;line-height:20px;margin:0}.wh-rj-modal__actions{display:flex;gap:12px;align-items:center}.wh-rj-modal__btn{flex:1;min-width:0;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;cursor:pointer;box-shadow:0 1px 2px #1018280d}.wh-rj-modal__btn--outline{background:#fff;border:1px solid #cbd5e1;color:#334155}.wh-rj-modal__btn--danger{background:#ff2828;border:1px solid #ff2828;color:#fff}.wh-hist-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.wh-hist-page__filter-wrap{flex-shrink:0;padding:16px 16px 0}.wh-hist-page__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:0 16px 24px;display:flex;flex-direction:column}.wh-hist-page__state{padding:24px 0;text-align:center;font-family:Poppins,sans-serif;font-size:14px;color:#64748b}.wh-hist-page__state--error{color:#f04438}.wh-hist-page__empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 0;color:#94a3b8}.wh-hist-page__empty p{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#64748b;margin:0}.wh-hist-cards{display:grid;grid-template-columns:1fr;gap:12px;padding:16px 0 24px}@media(min-width:768px){.wh-hist-cards{grid-template-columns:1fr 1fr}}@media(min-width:1280px){.wh-hist-cards{grid-template-columns:1fr 1fr 1fr}}.wh-hist-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:6px;cursor:pointer;text-align:left;width:100%;transition:box-shadow .15s}.wh-hist-card:hover{box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f}.wh-hist-card:active{background:#f8fafc}.wh-hist-card__header{display:flex;align-items:center;justify-content:space-between;gap:6px}.wh-hist-card__mrn-id{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#1f36c7;line-height:18px}.wh-hist-card__badge{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:9999px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;white-space:nowrap}.wh-hist-card__badge--resolved{background:#d1fadf;color:#027a48}.wh-hist-card__badge--partial{background:#fef0c7;color:#b54708}.wh-hist-card__badge--rejected{background:#fee4e2;color:#b42318}.wh-hist-card__badge--stalemate{background:#f1f5f9;color:#475569}.wh-hist-card__badge--replaced{background:#e6eeff;color:#1f36c7}.wh-hist-card__badge--pending{background:#f1f5f9;color:#475569}.wh-hist-card__badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.wh-hist-card__mat-code{font-family:Poppins,sans-serif;font-size:10px;color:#64748b;line-height:14px}.wh-hist-card__body{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.wh-hist-card__mat-info{flex:1;min-width:0;display:flex;flex-direction:column}.wh-hist-card__mat-name{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#0f172a;line-height:20px;word-break:break-word}.wh-hist-card__batch-no{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px;margin-top:2px}.wh-hist-card__date-wrap{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:1px}.wh-hist-card__date{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#121926;line-height:16px;white-space:nowrap}.wh-hist-card__time{font-family:Poppins,sans-serif;font-size:10px;color:#64748b;line-height:14px;white-space:nowrap}.wh-hist-filters{flex-shrink:0;padding:16px;display:flex;flex-direction:column;gap:12px}.wh-hist-filters__row{display:flex;gap:12px;align-items:flex-end}.wh-hist-filters__row .fg{flex:1;min-width:0}.wh-hist-filters__row--with-btn{align-items:flex-start}.wh-hist-toolbar{display:flex;align-items:center;padding:12px 16px}.wh-hist-download-fab{position:fixed;bottom:24px;right:16px;width:56px;height:56px;border-radius:50%;background:#1f36c7;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #1018280d;z-index:100;-webkit-tap-highlight-color:transparent;outline:none;transition:opacity .15s}.wh-hist-download-fab:hover{opacity:.9}.wh-hist-download-fab:disabled{opacity:.6;cursor:not-allowed}.wh-hist-table{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;container-type:inline-size}.wh-hist-table__header{display:flex;align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;height:32px}.wh-hist-table__hcell{padding:0 8px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#64748b;white-space:nowrap;flex-shrink:0}.wh-hist-table__hcell--date{width:68px;display:none}@container (min-width: 480px){.wh-hist-table__hcell--date{display:block}}.wh-hist-table__hcell--mrnid{width:80px;text-align:center}.wh-hist-table__hcell--matid{width:88px;display:none}@container (min-width: 800px){.wh-hist-table__hcell--matid{display:block}}.wh-hist-table__hcell--batch{width:88px;display:none}@container (min-width: 480px){.wh-hist-table__hcell--batch{display:block}}.wh-hist-table__hcell--material{flex:1;min-width:0}.wh-hist-table__hcell--status{width:45px;text-align:center}@container (min-width: 480px){.wh-hist-table__hcell--status{width:155px;text-align:center}}.wh-hist-table__row{display:flex;align-items:stretch;border-bottom:1px solid #e2e8f0}.wh-hist-table__row:last-child{border-bottom:none}.wh-hist-table__cell{padding:12px 8px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617;flex-shrink:0;display:flex;align-items:center}.wh-hist-table__cell--date{width:68px;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;display:none}@container (min-width: 480px){.wh-hist-table__cell--date{display:flex}}.wh-hist-table__cell--mrnid{width:80px;font-size:11px;color:#020617;font-weight:400;word-break:break-all;flex-direction:column;align-items:center;justify-content:center;gap:2px}.wh-hist-table__cell--matid{width:88px;display:none;font-size:12px;font-weight:400;color:#020617;align-items:center}@container (min-width: 800px){.wh-hist-table__cell--matid{display:flex}}.wh-hist-table__cell--batch{width:88px;display:none;font-size:12px;font-weight:400;color:#020617;align-items:center}@container (min-width: 480px){.wh-hist-table__cell--batch{display:flex}}.wh-hist-table__cell--material{flex:1;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px}.wh-hist-table__cell--status{width:45px;justify-content:center}@container (min-width: 480px){.wh-hist-table__cell--status{width:155px;justify-content:center;gap:6px}}.wh-hist-table__date-main{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#0f172a;line-height:18px;white-space:nowrap;text-align:center}.wh-hist-table__date-sub{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#64748b;line-height:14px;white-space:nowrap}.wh-hist-table__mrn-inline{display:none}.wh-hist-table__date-inline{display:flex;flex-direction:column;align-items:center;gap:1px}@container (min-width: 480px){.wh-hist-table__date-inline{display:none}}.wh-hist-table__date-inline-date{font-family:Poppins,sans-serif;font-size:10px;font-weight:500;color:#334155;line-height:14px;white-space:nowrap}.wh-hist-table__date-inline-time{font-family:Poppins,sans-serif;font-size:10px;color:#94a3b8;line-height:13px;white-space:nowrap}.wh-hist-table__mat-code{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#64748b;line-height:14px}@container (min-width: 800px){.wh-hist-table__mat-code{display:none}}.wh-hist-table__mat-name{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#0f172a;line-height:18px}.wh-hist-table__status-badge{display:inline-flex;align-self:flex-start}@container (min-width: 480px){.wh-hist-table__status-badge{display:none}}.wh-hist-table__status-badge{padding:1px 6px;border-radius:9999px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;white-space:nowrap;margin-top:2px}.wh-hist-table__status-badge--resolved{background:#d1fadf;color:#027a48}.wh-hist-table__status-badge--partial{background:#fef0c7;color:#b54708}.wh-hist-table__status-badge--rejected{background:#fee4e2;color:#b42318}.wh-hist-table__status-badge--stalemate{background:#f1f5f9;color:#475569}.wh-hist-table__status-badge--replaced{background:#e6eeff;color:#1f36c7}.wh-hist-table__status-badge--pending{background:#f1f5f9;color:#475569}.wh-hist-table__badge{display:inline-block;background:#fef3f2;border-radius:16px;padding:1px 8px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;color:#b42318;line-height:14px;white-space:nowrap}.wh-hist-table__dot{display:block;width:10px;height:10px;border-radius:50%;flex-shrink:0}.wh-hist-table__dot-label{display:none}@container (min-width: 480px){.wh-hist-table__dot-label{display:inline-block;min-width:126px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#020617;white-space:nowrap}}.timeline-comment{background:#fef3f2;border-left:2px solid #b42318;border-radius:8px;padding:8px;margin-top:4px}.timeline-comment__text{font-family:Poppins,sans-serif;font-size:10px;font-style:italic;font-weight:400;line-height:14px;color:#64748b;margin:0}.wh-mrn-det{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.wh-mrn-det__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:16px 16px 32px;display:flex;flex-direction:column;gap:16px}.wh-mrn-det__state{padding:24px 0;text-align:center;font-family:Poppins,sans-serif;font-size:14px;color:#64748b}.wh-mrn-det__state--error{color:#f04438}.wh-mrn-det-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}.wh-mrn-det-card__top{display:flex;align-items:center;justify-content:space-between}.wh-mrn-det-card__mat-code{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.wh-mrn-det-card__badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px 2px 6px;border-radius:16px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:18px;white-space:nowrap}.wh-mrn-det-card__badge--accepted{background:#ecfdf3;color:#027a48}.wh-mrn-det-card__badge--partial{background:#fef0c7;color:#b54708}.wh-mrn-det-card__badge--escalated{background:#fef3f2;color:#b42318}.wh-mrn-det-card__badge--stalemate,.wh-mrn-det-card__badge--pending{background:#f1f5f9;color:#475569}.wh-mrn-det-card__badge-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;background:currentColor}.wh-mrn-det-card__name{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#0f172a;line-height:24px;margin:0}.wh-mrn-det-card__batch-no{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.wh-mrn-det-card__divider{height:1px;background:#e2e8f0;width:100%}.wh-mrn-det-card__meta{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}.wh-mrn-det-card__meta-item{display:flex;flex-direction:column;gap:4px}.wh-mrn-det-card__meta-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.wh-mrn-det-card__meta-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#334155;line-height:18px;word-break:break-all}.wh-mrn-timeline{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:clip}.wh-mrn-timeline__header{padding:0 16px;height:32px;display:flex;align-items:center;background:#f8fafc;border-bottom:1px solid #e3e8ef;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#0f172a}.wh-mrn-timeline__state{padding:16px;font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center}.wh-mrn-timeline__body{padding:12px;display:flex;flex-direction:column}.wh-mrn-timeline__event{display:flex;gap:8px}.wh-mrn-timeline__indicator{display:flex;flex-direction:column;align-items:center;width:16px;flex-shrink:0;padding-top:2px}.wh-mrn-timeline__node{width:16px;height:16px;border-radius:50%;flex-shrink:0}.wh-mrn-timeline__node--blue{background:#e9ebf9;border:1.5px solid #1f36c7;box-shadow:inset 0 0 0 2.5px #e9ebf9,inset 0 0 0 6.5px #1f36c7}.wh-mrn-timeline__node--red{background:#fff5f5;border:1.5px solid #ff2828;box-shadow:inset 0 0 0 2.5px #fff5f5,inset 0 0 0 6.5px #ff2828}.wh-mrn-timeline__node--orange{background:#fff5f5;border:1.5px solid #ff9500;box-shadow:inset 0 0 0 2.5px #fff5f5,inset 0 0 0 6.5px #ff9500}.wh-mrn-timeline__line{flex:1;width:1.5px;border-left:1.5px dashed #cbd5e1;margin:3px 0;min-height:16px}.wh-mrn-timeline__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;padding-bottom:12px}.wh-mrn-timeline__row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.wh-mrn-timeline__label-group{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.wh-mrn-timeline__event-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#334155;white-space:nowrap}.wh-mrn-timeline__escalation-tag{display:inline-block;padding:1px 6px;border-radius:10px;background:#fee4e2;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;color:#b42318;white-space:nowrap;line-height:16px}.wh-mrn-timeline__event-qty{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#121926;white-space:nowrap;flex-shrink:0}.wh-mrn-timeline__meta{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#9aa4b2;line-height:14px;white-space:nowrap}.wh-mrn-timeline__datetime{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.wh-mrn-timeline__by{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#64748b;line-height:14px}.wh-mrn-timeline__photo-link{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#005eff;text-decoration:underline;background:none;border:none;padding:0;cursor:pointer;text-align:left;line-height:14px;align-self:center}.wh-mrn-timeline__comment-block{margin-top:6px;padding:8px 10px;background:#fef3f2;border-left:2px solid #b42318;border-radius:0 4px 4px 0}.wh-mrn-timeline__comment-text{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;font-style:italic;color:#697586;line-height:18px;margin:0}.wh-mrn-esc-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.wh-mrn-esc-page__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;display:flex;flex-direction:column}.wh-mrn-esc-page__body-inner{flex:1;padding:16px 16px 32px;display:flex;flex-direction:column;gap:16px}.wh-mrn-esc-page__state{padding:32px 16px;font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center}.wh-mrn-esc-page__state--error{color:#b42318}.wh-mrn-esc-page__empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 16px;font-family:Poppins,sans-serif;font-size:14px;color:#64748b;text-align:center}.wh-mrn-esc-page__empty svg{color:#12b76a}.wh-mrn-esc-page__empty p{margin:0}.wh-mrn-esc-page__cards{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.wh-mrn-esc-page__cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.wh-mrn-esc-page__cards{grid-template-columns:repeat(3,1fr)}}.wh-mrn-esc-table{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow-x:auto;container-type:inline-size}.wh-mrn-esc-table__head{display:flex;align-items:center;height:32px;padding:0 8px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.wh-mrn-esc-table__hcell{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#64748b;white-space:nowrap;flex-shrink:0}.wh-mrn-esc-table__hcell--mrnid{width:80px;display:none}@container (min-width: 580px){.wh-mrn-esc-table__hcell--mrnid{display:block}}.wh-mrn-esc-table__hcell--mat{flex:1;min-width:0;padding-left:8px}.wh-mrn-esc-table__hcell--esc{width:10%;min-width:52px;text-align:right;padding-right:8px}.wh-mrn-esc-table__hcell--actions{width:120px;text-align:center}@container (min-width: 680px){.wh-mrn-esc-table__hcell--actions{width:200px;padding-left:16px;border-left:1px solid #e2e8f0;margin-left:8px;text-align:center}}.wh-mrn-esc-table__hcell--dispatched,.wh-mrn-esc-table__hcell--received{display:none;width:10%;min-width:52px;text-align:right;padding-right:6px}@container (min-width: 400px){.wh-mrn-esc-table__hcell--dispatched,.wh-mrn-esc-table__hcell--received{display:block}}.wh-mrn-esc-table__row{display:flex;align-items:center;min-height:60px;padding:6px 8px;border-bottom:1px solid #e2e8f0;background:#fff;cursor:pointer}.wh-mrn-esc-table__row:last-child{border-bottom:none}.wh-mrn-esc-table__row:hover{background:#f8fafc}.wh-mrn-esc-table__row:active{background:#f0f2fd}.wh-mrn-esc-table__cell{font-family:Poppins,sans-serif;font-size:12px;display:flex;align-items:center;flex-shrink:0}.wh-mrn-esc-table__cell--mrnid{width:80px;font-weight:600;color:#1f36c7;font-size:11px;word-break:break-all;display:none}@container (min-width: 580px){.wh-mrn-esc-table__cell--mrnid{display:flex}}.wh-mrn-esc-table__cell--mat{flex:1;min-width:0;padding-left:8px;flex-direction:column;align-items:flex-start;gap:2px}.wh-mrn-esc-table__cell--esc{width:10%;min-width:52px;justify-content:flex-end;padding-right:8px;font-weight:600;color:#b42318}.wh-mrn-esc-table__cell--actions{width:120px;flex-direction:column-reverse;align-items:stretch;gap:4px;padding-left:6px}@container (min-width: 680px){.wh-mrn-esc-table__cell--actions{width:200px;flex-direction:row;align-items:center;padding-left:16px;border-left:1px solid #f1f5f9;margin-left:8px}}.wh-mrn-esc-table__cell--dispatched,.wh-mrn-esc-table__cell--received{display:none;width:10%;min-width:52px;justify-content:flex-end;padding-right:6px;font-weight:500;color:#121926}@container (min-width: 400px){.wh-mrn-esc-table__cell--dispatched,.wh-mrn-esc-table__cell--received{display:flex;align-items:center}}.wh-mrn-esc-table__mrn-inline{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#1f36c7;line-height:18px;display:block}@container (min-width: 580px){.wh-mrn-esc-table__mrn-inline{display:none}}.wh-mrn-esc-table__mat-code{font-size:10px;color:#64748b;line-height:14px}.wh-mrn-esc-table__mat-qtys{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px}@container (min-width: 400px){.wh-mrn-esc-table__mat-qtys{display:none}}.wh-mrn-esc-table__mat-qty-item{font-size:10px;color:#64748b;line-height:14px;white-space:nowrap}.wh-mrn-esc-table__mat-qty-item strong{color:#334155;font-weight:500}.wh-mrn-esc-table__mat-name{font-weight:500;color:#121926;line-height:18px;word-break:break-word}.wh-mrn-esc-table__batch-no{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.wh-mrn-esc-table__status-badge{display:inline-flex;align-self:flex-start;padding:1px 6px;border-radius:9999px;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;white-space:nowrap}.wh-mrn-esc-table__status-badge--resolved{background:#d1fadf;color:#027a48}.wh-mrn-esc-table__status-badge--partial{background:#fef0c7;color:#b54708}.wh-mrn-esc-table__status-badge--rejected{background:#fee4e2;color:#b42318}.wh-mrn-esc-table__btn{width:100%;height:26px;padding:0;border-radius:6px;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s;text-align:center}@container (min-width: 680px){.wh-mrn-esc-table__btn{width:auto;flex:1}}.wh-mrn-esc-table__btn--primary{background:#1f36c7;border:1px solid #1f36c7;color:#fff}.wh-mrn-esc-table__btn--primary:hover{background:#013cb2}.wh-mrn-esc-table__btn--reject{background:#fff;border:1px solid #fda29b;color:#b42318}@container (min-width: 900px){.wh-mrn-esc-table__lbl-s{display:none}}.wh-mrn-esc-table__lbl-f{display:none}@container (min-width: 900px){.wh-mrn-esc-table__lbl-f{display:inline}}.wh-mrn-esc-table__waiting{font-family:Poppins,sans-serif;font-size:10px;color:#64748b;font-style:italic;white-space:nowrap;padding-left:6px}.wh-mrn-esc-page__filter-wrap{flex-shrink:0;padding:16px 16px 0}.wh-mrn-esc-filters__row{display:flex;gap:8px}.wh-mrn-esc-filters__row--full .fg{flex:none;width:100%}.wh-mrn-esc-card{border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px}.wh-mrn-esc-card--red{background:linear-gradient(179.77deg,#ffdada .2%,#fff 99.8%)}.wh-mrn-esc-card--amber{background:linear-gradient(179.77deg,#fffeda .2%,#fff 99.8%)}.wh-mrn-esc-card__top{display:flex;align-items:center;justify-content:space-between;gap:6px}.wh-mrn-esc-card__mat-id{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px}.wh-mrn-esc-card__mat-name{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#0f172a;line-height:24px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wh-mrn-esc-card__badge{display:inline-flex;align-items:center;gap:6px;padding:2px 8px 2px 6px;border-radius:16px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:18px;white-space:nowrap;flex-shrink:0}.wh-mrn-esc-card__badge-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.wh-mrn-esc-card--green{background:linear-gradient(179.77deg,#d1fadf .2%,#fff 99.8%)}.wh-mrn-esc-card__divider{height:1px;background:#e2e8f0;width:100%}.wh-mrn-esc-card__meta{display:flex;flex-direction:column;gap:8px}.wh-mrn-esc-card__meta-row{display:flex;align-items:flex-start;gap:6px}.wh-mrn-esc-card__meta-item{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.wh-mrn-esc-card__meta-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px;white-space:nowrap}.wh-mrn-esc-card__meta-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#334155;line-height:18px;word-break:break-word}.wh-mrn-esc-card__meta-value--lg{font-size:14px;font-weight:600;color:#0f172a}.wh-mrn-esc-card__comment{display:flex;align-items:center;gap:4px;padding:6px 8px;border-radius:6px;border-left:2px solid}.wh-mrn-esc-card__comment svg{flex-shrink:0}.wh-mrn-esc-card__comment span{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;font-style:italic;color:#697586;line-height:18px}.wh-mrn-esc-card__comment--red{background:#fee4e2;border-color:#b42318}.wh-mrn-esc-card__comment--red svg{color:#b42318}.wh-mrn-esc-card__comment--amber{background:#fffaeb;border-color:#dc6803}.wh-mrn-esc-card__comment--amber svg{color:#dc6803}.wh-mrn-esc-card__actions{display:flex;gap:8px}.wh-mrn-esc-card__btn{flex:1;padding:10px 16px;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;white-space:nowrap;box-shadow:0 1px 2px #1018280d}.wh-mrn-esc-card__btn--acknowledge{width:100%;background:#1f36c7;border:1px solid #1f36c7;color:#fff}.wh-mrn-esc-card__btn--primary{background:#1f36c7;border:1px solid #1f36c7;color:#fff}.wh-mrn-esc-card__btn--reject{background:#fff;border:1px solid #fda29b;color:#b42318}.ack-page{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:#f8fafc}.ack-page__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.ack-page__inner{padding:16px 16px 32px;display:flex;flex-direction:column;gap:16px}.ack-mat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}.ack-mat-card__top-row{display:flex;align-items:flex-end;justify-content:space-between}.ack-mat-card__mat-id{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px;white-space:nowrap}.ack-mat-card__badge{display:inline-flex;align-items:center;gap:6px;padding:2px 8px 2px 6px;border-radius:9999px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;background:#fee4e2;color:#b42318;white-space:nowrap;flex-shrink:0}.ack-mat-card__badge--green{background:#ecfdf3;color:#027a48}.ack-mat-card__badge--green .ack-mat-card__badge-dot{background:#027a48}.ack-mat-card__badge-dot{width:6px;height:6px;border-radius:50%;background:#d92d20;flex-shrink:0}.ack-mat-card__mat-name{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#0f172a;line-height:24px;margin:0}.ack-mat-card__divider{border:none;border-top:1px dashed #e2e8f0;margin:0}.ack-mat-card__qty-row{display:flex;align-items:flex-start;justify-content:space-between}.ack-mat-card__qty-col{flex:1;display:flex;flex-direction:column;gap:4px}.ack-mat-card__qty-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#64748b;line-height:18px;white-space:nowrap}.ack-mat-card__qty-value{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#121926;line-height:18px;white-space:nowrap}.ack-mat-card__photo-row{display:flex;align-items:center;gap:16px;padding:8px;background:#edf7ee;border:1px dashed #039855;border-radius:6px;cursor:pointer;text-align:left}.ack-mat-card__photo-row:hover{opacity:.85}.ack-mat-card__photo-thumb{width:32px;height:32px;border-radius:4px;object-fit:cover;flex-shrink:0}.ack-mat-card__photo-info{display:flex;flex-direction:column;white-space:nowrap}.ack-mat-card__photo-label{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#039855;line-height:18px}.ack-mat-card__photo-hint{font-family:Poppins,sans-serif;font-size:10px;font-weight:400;color:#94a3b8;line-height:14px}.ack-reason-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.ack-reason-card__header{height:32px;padding:0 8px;display:flex;align-items:center;background:#f8fafc}.ack-reason-card__title{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#0f172a;line-height:18px;white-space:nowrap}.ack-reason-card__divider{height:1px;background:#e2e8f0}.ack-reason-card__body{padding:16px}.ack-reason-card__textarea{width:100%;box-sizing:border-box;min-height:70px;padding:10px 14px;border:1px solid #cbd5e1;border-radius:6px;box-shadow:0 1px 2px #1018280d;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#0f172a;resize:none;outline:none;line-height:18px;background:#fff}.ack-reason-card__textarea::placeholder{color:#64748b}.ack-reason-card__textarea:focus{border-color:#558dfc;box-shadow:0 0 0 4px #e6eeff}.ack-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c137a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:600;display:flex;align-items:flex-end;justify-content:center;padding:12px 12px 80px}.ack-confirm-modal{width:100%;background:#fff;border-radius:12px;box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808;display:flex;flex-direction:column;gap:16px;padding:16px 16px 12px}.ack-confirm-modal__icon{width:48px;height:48px;border-radius:28px;background:#d1fadf;border:8px solid #ecfdf3;box-sizing:content-box;display:flex;align-items:center;justify-content:center;color:#079455;flex-shrink:0}.ack-confirm-modal__content{display:flex;flex-direction:column;gap:6px}.ack-confirm-modal__title{font-family:Poppins,sans-serif;font-size:18px;font-weight:600;color:#0f172a;line-height:28px;margin:0}.ack-confirm-modal__subtitle{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#64748b;line-height:20px;margin:0}.ack-confirm-modal__actions{display:flex;gap:12px}.ack-confirm-modal__btn{flex:1;height:44px;border-radius:6px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;cursor:pointer;box-shadow:0 1px 2px #1018280d;transition:background .15s}.ack-confirm-modal__btn--secondary{background:#fff;border:1px solid #cbd5e1;color:#334155}.ack-confirm-modal__btn--secondary:hover{background:#f8fafc}.ack-confirm-modal__btn--primary{background:#1f36c7;border:1px solid #1f36c7;color:#fff}.ack-confirm-modal__btn--primary:hover{background:#013cb2;border-color:#013cb2}.ack-error{font-family:Poppins,sans-serif;font-size:12px;color:#b42318;margin:0;text-align:center}.ack-footer{flex-shrink:0;padding:12px 16px;background:#fff;border-top:1px solid #f1f5f9}.ack-footer__btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;border-radius:6px;box-shadow:0 1px 2px #1018280d;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#fff;cursor:pointer;transition:background .15s}.ack-footer__btn:disabled{background:#8ab1fd;border:1px solid #8ab1fd;cursor:not-allowed}.ack-footer__btn:not(:disabled){background:#1f36c7;border:1px solid #1f36c7}.ack-footer__btn:not(:disabled):hover{background:#013cb2}.wh-reporting-page{min-height:100dvh;background:#f8fafc;display:flex;flex-direction:column}.wh-reporting-page__body{flex:1;display:flex;align-items:center;justify-content:center;padding:16px}.wh-reporting-page__coming-soon{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.wh-reporting-page__icon{display:flex;align-items:center;justify-content:center;width:88px;height:88px;border-radius:24px;background:#e6eeff;color:#1f36c7;margin-bottom:8px}.wh-reporting-page__title{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#0f172a;margin:0}.wh-reporting-page__subtitle{font-family:Poppins,sans-serif;font-size:14px;color:#64748b;margin:0;max-width:260px;line-height:20px}
