@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";
:root{color:#172033;font-synthesis:none;--bg:#f4f6f9;--panel:#fff;--panel-2:#f8fafc;--text:#172033;--muted:#748094;--line:#e4e8ef;--shadow:0 1px 2px #15203b08, 0 8px 28px #15203b08;--primary:#6045db;background:#f4f6f9;font-family:DM Sans,system-ui,sans-serif}.label-intake-modal{width:min(1120px,100vw - 32px);max-height:calc(100dvh - 32px);overflow:auto}.label-upload-zone{border:1px dashed var(--line);background:var(--panel-2);border-radius:14px;align-items:center;gap:12px;margin:16px 0;padding:18px;display:flex}.label-upload-zone>svg{color:#166ee8;flex:none}.label-upload-zone>div{flex:1;gap:3px;display:grid}.label-upload-zone span,.label-file-summary,.label-draft-heading span{color:var(--muted);font-size:12px}.label-file-summary{overflow-wrap:anywhere}.label-draft-list{gap:14px;margin-top:16px;display:grid}.label-draft-card{border:1px solid var(--line);background:var(--panel);border-radius:14px;gap:14px;padding:16px;display:grid}.label-draft-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.label-draft-heading>div{gap:3px;display:grid}.label-draft-card>.button{justify-self:end}@media (max-width:720px){.label-intake-modal{width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.label-upload-zone{flex-direction:column;align-items:stretch}.label-upload-zone .button,.label-draft-card>.button{justify-content:center;width:100%}}html[data-theme=dark]{--bg:#0c0f18;--panel:#141824;--panel-2:#191e2c;--text:#e9edf6;--muted:#929caf;--line:#272d3d;--shadow:0 1px 2px #0004, 0 12px 32px #0002;--primary:#8068f0;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}button,input,select{font:inherit}button{color:inherit}.app-shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;transition:grid-template-columns .2s;display:grid}.sidebar{color:#c8cfdf;z-index:40;background:#111424;flex-direction:column;height:100vh;padding:20px 14px;transition:transform .2s;display:flex;position:sticky;top:0}.brand{align-items:center;gap:11px;height:46px;padding:0 8px;display:flex}.brand-mark{color:#fff;background:linear-gradient(145deg,#755cf0,#5539d4);border-radius:10px;place-items:center;width:35px;height:35px;display:grid;box-shadow:0 8px 22px #6550e755}.brand b{letter-spacing:-.4px;color:#fff;font:800 18px Manrope}.brand span{letter-spacing:1.8px;color:#6f7990;font-size:8px;display:block}.mobile-close{display:none}.workspace-label{letter-spacing:1.4px;color:#5f687d;padding:23px 9px 7px;font-size:8px}.workspace{background:#181c2b;border:1px solid #282d40;border-radius:10px;align-items:center;gap:9px;margin-bottom:18px;padding:9px;display:flex}.workspace>svg{color:#687288;margin-left:auto}.workspace b,.profile b{color:#edf0f7;font-size:11px;display:block}.workspace small,.profile small{color:#778197;margin-top:2px;font-size:9px;display:block}.avatar{color:#dfe4f1;background:linear-gradient(145deg,#343b54,#252a3d);border-radius:8px;place-items:center;width:31px;height:31px;font-size:9px;font-weight:700;display:grid}.sidebar nav{flex-direction:column;gap:3px;display:flex}.sidebar nav button{color:#8d97ac;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:11px;min-height:38px;padding:0 10px;font-size:11px;display:flex}.sidebar nav button svg{width:17px}.sidebar nav button:hover{color:#e6eaf3;background:#191e2e}.sidebar nav button.active{color:#fff;background:linear-gradient(90deg,#272342,#1d2031);box-shadow:inset 2px 0 #8068f2}.sidebar nav button.active svg{color:#9c89ff}.sidebar nav em{color:#b8a9ff;background:#302955;border-radius:12px;margin-left:auto;padding:3px 7px;font-size:8px;font-style:normal}.sidebar-bottom{margin-top:auto}.system-card{background:#171b29;border:1px solid #2c3144;border-radius:11px;margin-bottom:10px;padding:12px}.system-card>div{color:#e7eaf2;align-items:center;gap:6px;display:flex}.system-card>div svg{color:#9a87ff}.system-card b{font-size:10px}.system-card p{color:#727c92;margin:6px 0 9px;font-size:8px;line-height:1.5}.system-card>span{color:#799b8d;align-items:center;gap:6px;font-size:8px;display:flex}.system-card>span i{background:#3dcf8e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #3dcf8e18}.profile{align-items:center;gap:9px;padding:9px;display:flex}.app-shell>main{min-width:0}header{z-index:30;background:color-mix(in srgb, var(--panel) 92%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);align-items:center;gap:14px;height:64px;padding:0 26px;display:flex;position:sticky;top:0}.menu{display:grid}@media (min-width:761px){.app-shell.sidebar-collapsed{grid-template-columns:0 minmax(0,1fr)}.app-shell.sidebar-collapsed>.sidebar{visibility:hidden;transform:translate(-100%)}}.search-trigger{border:1px solid var(--line);background:var(--panel-2);width:min(440px,40vw);height:35px;color:var(--muted);text-align:left;cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:0 10px;display:flex}.search-trigger svg{width:16px}.search-trigger span{flex:1;font-size:10px}.search-trigger kbd,.palette-input kbd{border:1px solid var(--line);background:var(--panel);border-radius:5px;padding:3px 6px;font-size:8px}.header-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.header-actions select{border:1px solid var(--line);background:var(--panel);height:34px;color:var(--text);border-radius:8px;padding:0 8px;font-size:10px}.icon-button,.menu{border:1px solid var(--line);background:var(--panel);cursor:pointer;border-radius:8px;place-items:center;width:35px;height:35px;display:grid;position:relative}.icon-button svg,.menu svg{width:16px}.notification i{border:1px solid var(--panel);background:#765ff0;border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:7px}.quick,.button{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;height:35px;padding:0 12px;font-size:10px;font-weight:700;display:inline-flex}.quick,.button.primary{color:#fff;background:linear-gradient(135deg,#7157eb,#5b42d8);box-shadow:0 5px 14px #6046e828}.quick svg,.button svg{width:15px}.button.secondary{background:var(--panel);border:1px solid var(--line);color:var(--text);box-shadow:none}.button.full{width:100%}.content{max-width:1510px;margin:auto;padding:29px}.page-head{justify-content:space-between;align-items:flex-start;margin-bottom:23px;display:flex}.eyebrow{letter-spacing:1.1px;color:var(--muted);align-items:center;gap:7px;font-size:8px;font-weight:700;display:flex}.eyebrow span{color:#725be8}.eyebrow i{border-left:1px solid var(--line);height:9px}.page-head h1{letter-spacing:-.8px;margin:7px 0 3px;font:800 26px Manrope}.page-head p{color:var(--muted);margin:0;font-size:10px}.page-actions{gap:8px;margin-top:7px;display:flex}.card{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px}.metrics{grid-template-columns:repeat(4,1fr);gap:13px;display:grid}.metrics.compact{grid-template-columns:repeat(3,1fr);margin-bottom:13px}.metric{align-items:flex-start;gap:12px;padding:16px;display:flex}.metric-icon{border-radius:9px;flex:none;place-items:center;width:38px;height:38px;display:grid}.metric-icon svg{width:18px}.metric-icon.violet{color:#7256eb;background:#f0edff}.metric-icon.blue{color:#3679cd;background:#eaf3ff}.metric-icon.teal{color:#209b77;background:#e6f8f3}.metric-icon.amber{color:#c78717;background:#fff4dc}html[data-theme=dark] .metric-icon{background:#24283a}.metric>div:last-child>span,.metric small{color:var(--muted);font-size:9px;display:block}.metric strong{letter-spacing:-.4px;margin:4px 0 3px;font:800 19px Manrope;display:block}.dashboard-grid{grid-template-columns:1.35fr 1fr;gap:13px;margin-top:13px;display:grid}.movement-chart,.live-feed,.table-card,.attention,.ledger{padding:17px}.card-title{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.card-title h2{margin:0;font:700 12px Manrope}.card-title p{color:var(--muted);margin:3px 0 0;font-size:8.5px}.card-title>button{color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;font-size:9px;display:flex}.card-title>button svg{width:12px}.chart{background:repeating-linear-gradient(to bottom, transparent 0, transparent 40px, var(--line) 41px);justify-content:space-around;align-items:flex-end;height:194px;padding:11px 10px 23px;display:flex}.bar-group{flex-direction:column;justify-content:flex-end;align-items:center;width:10%;height:100%;display:flex}.bar-group>div{align-items:flex-end;gap:4px;height:100%;display:flex}.bar-group i,.bar-group b{border-radius:4px 4px 1px 1px;width:8px;display:block}.bar-group i{background:#755eee}.bar-group b{background:#c6cbd7}.bar-group span{color:var(--muted);margin-top:7px;font-size:8px}.legend{color:var(--muted);justify-content:center;gap:18px;margin-top:3px;font-size:8px;display:flex}.legend span{align-items:center;gap:5px;display:flex}.legend i{border-radius:50%;width:7px;height:7px}.legend .in{background:#755eee}.legend .out{background:#c6cbd7}.activity-row{border-top:1px solid var(--line);grid-template-columns:33px 1fr auto;align-items:center;gap:10px;padding:10px 0;display:grid}.activity-icon{color:#745cea;background:#f0edff;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.activity-icon.return{color:#d86c47;background:#fff0eb}.activity-icon.receive{color:#299871;background:#e8f8f2}.activity-icon.dispatch{color:#5272db;background:#edf2ff}.activity-icon svg{width:14px}.activity-row b,.activity-row span{display:block}.activity-row b{font-size:9.5px}.activity-row span,.activity-row time{color:var(--muted);font-size:8px}.split-grid{grid-template-columns:1.55fr .7fr;gap:13px;margin-top:13px;display:grid}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:690px}th{text-align:left;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);border-bottom:1px solid var(--line);padding:9px 10px;font-size:7.5px}.sort-heading{color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;display:inline-flex}.sort-heading span{color:color-mix(in srgb, var(--muted) 65%, transparent);font-size:9px}.sort-heading.active{color:#684fd7}td{border-bottom:1px solid var(--line);color:var(--muted);padding:10px;font-size:9.5px}tbody tr:last-child td{border-bottom:0}td b,td span{display:block}td b{color:var(--text);font-weight:600}td span{margin-top:2px;font-size:8px}.status{text-transform:uppercase;letter-spacing:.25px;white-space:nowrap;color:#697386;background:#eff1f5;border-radius:20px;align-items:center;gap:5px;padding:4px 8px;font-weight:700;font-size:7.5px!important;display:inline-flex!important}.status i{background:currentColor;border-radius:50%;width:5px;height:5px}.status-healthy,.status-active,.status-delivered{color:#258b66;background:#e8f8f1}.status-low-stock,.status-ready-for-dispatch{color:#ae7515;background:#fff4dc}.status-out-of-stock,.status-restricted,.status-cancelled{color:#c75151;background:#ffecec}.status-packed,.status-label-printed{color:#6551ce;background:#efedff}.status-dispatched{color:#416dc4;background:#eaf1ff}.status-new{color:#26839a;background:#e8f7fb}html[data-theme=dark] .status{background:#272c3c}.attention-list button{border:0;border-top:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:9px;width:100%;padding:11px 2px;display:flex}.attention-list button:first-child{border-top:0}.product-thumb{color:#6955ce;background:linear-gradient(145deg,#f0edff,#e7ebf5);border-radius:8px;flex:none;place-items:center;width:32px;height:32px;font-size:8px;font-weight:800;display:grid}.product-thumb img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.attention-list button div:nth-child(2){flex:1}.attention-list b,.attention-list span{display:block}.attention-list b{font-size:9.5px}.attention-list span{color:var(--muted);margin-top:2px;font-size:8px}.attention-list strong{color:#c06f25;font:800 17px Manrope}.data-page{overflow:hidden}.toolbar{border-bottom:1px solid var(--line);align-items:center;gap:12px;min-height:61px;padding:12px 16px;display:flex}.toolbar>div:first-child:not(.inline-search){flex:1}.toolbar>div>b,.toolbar>div>span{display:block}.toolbar>div>b{font-size:11px}.toolbar>div>span{color:var(--muted);margin-top:2px;font-size:8.5px}.inline-search{border:1px solid var(--line);background:var(--panel-2);border-radius:8px;align-items:center;width:270px;height:34px;padding:0 9px;display:flex}.inline-search svg{width:14px;color:var(--muted)}.inline-search input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding-left:7px;font-size:9px}.tabs{background:var(--panel-2);border-radius:8px;gap:3px;padding:3px;display:flex}.tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:6px 9px;font-size:8px}.tabs button.active{background:var(--panel);color:var(--text);box-shadow:0 1px 5px #17203312}.table-foot{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;padding:10px 16px;font-size:8px;display:flex}.column-menu{position:relative}.column-menu summary{list-style:none}.column-menu summary::-webkit-details-marker{display:none}.column-menu>div{z-index:12;border:1px solid var(--line);background:var(--panel);border-radius:9px;width:150px;padding:7px;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 12px 32px #11182b24}.column-menu label{min-height:31px;color:var(--text);cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:0 7px;font-size:9px;display:flex}.column-menu label:hover{background:var(--panel-2)}.column-menu input{accent-color:#684fd7}.table-pagination,.table-pagination label{align-items:center;gap:7px;display:flex}.table-pagination select,.table-pagination button{border:1px solid var(--line);background:var(--panel);height:27px;color:var(--text);border-radius:7px;font-size:9px}.table-pagination select{padding:0 6px}.table-pagination button{cursor:pointer;width:27px}.table-pagination button:disabled{cursor:not-allowed;opacity:.45}.table-pagination b{text-align:center;min-width:34px;color:var(--text);font-weight:700}.product-cell{align-items:center;gap:8px;display:flex}.stock-number{font:800 14px Manrope}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.ledger{margin-top:13px}.ledger-list>div{border-top:1px solid var(--line);grid-template-columns:32px 1fr 50px 65px 60px;align-items:center;gap:10px;padding:9px 0;display:grid}.movement-mark{border-radius:8px;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.movement-mark.positive{color:#238d66;background:#e8f8f1}.movement-mark.negative{color:#d55f48;background:#fff0ed}.ledger-list b,.ledger-list span{display:block}.ledger-list b{font-size:9.5px}.ledger-list span,.ledger-list small,.ledger-list time{color:var(--muted);font-size:8px}.ledger-list strong{text-align:right;font-size:11px}.positive-text{color:#208962}.negative-text{color:#d05b48}.scan-layout{grid-template-columns:1.25fr .8fr;gap:13px;display:grid}.scanner-panel{background:linear-gradient(150deg, var(--panel) 60%, color-mix(in srgb, #7359ec 5%, var(--panel)));grid-row:span 2;align-self:start;padding:26px}.scanner-top{align-items:flex-start;gap:14px;display:flex}.scanner-glyph{color:#fff;background:#6d52e7;border-radius:13px;place-items:center;width:48px;height:48px;display:grid;box-shadow:0 10px 25px #654ae43b}.scanner-glyph svg{width:23px}.scanner-top span{letter-spacing:1px;color:#7158de;font-size:8px;font-weight:700}.scanner-top h2{margin:5px 0 3px;font:800 20px Manrope}.scanner-top p{color:var(--muted);margin:0;font-size:9px}.scan-input{background:var(--panel);border:2px solid #7058e8;border-radius:11px;align-items:center;height:58px;margin-top:27px;padding:0 15px;display:flex;box-shadow:0 0 0 4px #7159e910}.scan-input>svg{color:#7058e8;width:21px}.scan-input input{min-width:0;color:var(--text);text-transform:uppercase;background:0 0;border:0;outline:0;flex:1;padding:0 12px;font:700 15px ui-monospace,monospace}.scan-input kbd{color:var(--muted);border:1px solid var(--line);border-radius:5px;padding:4px 7px;font-size:8px}.scan-button{color:#fff;cursor:pointer;background:#684de3;border:0;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;margin-top:11px;font-size:11px;font-weight:700;display:flex;box-shadow:0 8px 20px #6448dd32}.scan-button:disabled{opacity:.7}.scan-button svg{width:17px}.spin{animation:1s linear infinite spin}.security-note{border-top:1px solid var(--line);align-items:flex-start;gap:9px;margin-top:24px;padding-top:17px;display:flex}.security-note>svg{color:#2c9a74;width:18px}.parcel-preview,.scan-history{padding:17px}.parcel-order{background:var(--panel-2);border-radius:9px;justify-content:space-between;align-items:center;padding:13px;display:flex}.parcel-order span,.parcel-order strong{display:block}.parcel-order span{letter-spacing:1px;color:var(--muted);font-size:7px}.parcel-order strong{margin-top:2px;font:800 17px Manrope}.parcel-preview dl{margin:11px 2px}.parcel-preview dl div{border-bottom:1px solid var(--line);justify-content:space-between;padding:7px 0;font-size:9px;display:flex}.parcel-preview dt{color:var(--muted)}.parcel-preview dd{margin:0;font-weight:600}.next-action{color:#654dcf;background:#efedff;border-radius:8px;padding:10px 12px}.next-action.dispatch{color:#a76d0c;background:#fff3dc}.next-action b,.next-action span{font-size:9px;display:block}.next-action span{opacity:.8;margin-top:2px;font-size:8px}.scan-event{border-top:1px solid var(--line);grid-template-columns:30px 1fr auto;align-items:center;gap:9px;padding:9px 0;display:grid}.scan-event>div:first-child{border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.scan-event .accepted{color:#218a64;background:#e7f8f0}.scan-event .rejected{color:#cb5151;background:#ffeded}.scan-event svg{width:13px}.scan-event b,.scan-event span{display:block}.scan-event b{font-size:8px}.scan-event span,.scan-event time{color:var(--muted);font-size:7.5px}.operator-grid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.operator-card{padding:18px}.operator-head{justify-content:space-between;align-items:center;display:flex}.avatar.large{color:#fff;background:linear-gradient(145deg,#755bec,#4e38c7);border-radius:12px;width:44px;height:44px;font-size:11px}.operator-card h2{margin:12px 0 2px;font:700 13px Manrope}.operator-card>p{color:var(--muted);margin:0;font-size:9px}.operator-stats{border:1px solid var(--line);border-radius:8px;grid-template-columns:1fr 1fr;margin:16px 0;display:grid}.operator-stats>div{padding:10px}.operator-stats>div+div{border-left:1px solid var(--line)}.operator-stats b,.operator-stats span{display:block}.operator-stats b{font-size:11px}.operator-stats span{color:var(--muted);margin-top:2px;font-size:7.5px}.permission-list{flex-wrap:wrap;gap:5px;min-height:45px;margin-bottom:16px;display:flex}.permission-list span{background:var(--panel-2);border:1px solid var(--line);text-transform:capitalize;border-radius:5px;align-items:center;gap:3px;padding:4px 6px;font-size:7px;display:flex}.permission-list svg{color:#278c68;width:9px}.warehouse-grid{grid-template-columns:1fr 1.4fr;gap:13px;display:grid}.warehouse-card,.map-placeholder{padding:23px}.warehouse-icon{color:#6750d4;float:left;background:#eeeaff;border-radius:11px;place-items:center;width:44px;height:44px;margin-right:12px;display:grid}.warehouse-card>.status{float:right}.warehouse-card h2{clear:both;margin:0 0 3px;padding-top:19px;font:700 16px Manrope}.warehouse-card>p,.map-placeholder p{color:var(--muted);font-size:9px}.warehouse-code{margin:18px 0;font:700 12px ui-monospace,monospace}.warehouse-code span{color:#258b66;background:#e8f8f1;border-radius:4px;margin-left:8px;padding:3px 5px;font:700 7px DM Sans}.warehouse-stats{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);padding-top:15px;display:grid}.warehouse-stats b,.warehouse-stats span{display:block}.warehouse-stats b{font:700 15px Manrope}.warehouse-stats span{color:var(--muted);font-size:8px}.warehouse-actions{gap:8px;margin-top:16px;display:flex}.warehouse-actions .button{flex:1;justify-content:center}.warehouse-actions .button:disabled{cursor:not-allowed;opacity:.45}.warehouse-form-options{align-items:end;margin-top:4px}.warehouse-default-check{border:1px solid var(--line);background:var(--panel-2);border-radius:8px;min-height:38px;padding:0 10px}.transfer-summary{color:#6048cf;background:#f4f1ff;border:1px solid #dcd5ff;border-radius:9px;align-items:center;gap:10px;margin-top:14px;padding:11px;display:flex}[data-theme=dark] .transfer-summary{background:#241f3c;border-color:#4f4380}.transfer-summary>svg{flex:none;width:18px}.transfer-summary b,.transfer-summary span{display:block}.transfer-summary b{font-size:9px}.transfer-summary span{font-size:8px}.map-placeholder{text-align:center;background:radial-gradient(circle at center, color-mix(in srgb, #6d52e7 8%, var(--panel)), var(--panel) 60%);flex-direction:column;justify-content:center;align-items:center;min-height:280px;display:flex}.map-placeholder>svg{color:#735ae9}.map-placeholder h2{margin:12px 0 0;font:700 16px Manrope}.map-placeholder p{max-width:390px;line-height:1.6}.coming-soon{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:470px;padding:40px;display:flex}.coming-soon>div{color:#6a53d8;background:#eeeaff;border-radius:16px;place-items:center;width:60px;height:60px;display:grid}.coming-soon>span{letter-spacing:1px;color:#7158df;margin-top:18px;font-size:8px}.coming-soon h2{margin:5px;font:800 21px Manrope}.coming-soon p{max-width:450px;color:var(--muted);font-size:10px;line-height:1.6}.empty{text-align:center;min-height:140px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.empty>div{background:var(--panel-2);border-radius:11px;place-items:center;width:42px;height:42px;margin-bottom:9px;display:grid}.empty b{color:var(--text);font-size:10px}.empty span{margin-top:3px;font-size:8px}.email-verification-status>div{flex:1;min-width:0}.email-verification-status .button{flex:none}.return-metrics{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:13px;display:grid}.return-kpi{padding:15px}.return-kpi span,.return-kpi small{color:var(--muted);font-size:8.5px;display:block}.return-kpi strong{margin:4px 0;font:800 19px Manrope;display:block}.return-kpi.warning{background:linear-gradient(145deg, var(--panel), color-mix(in srgb, #f1a72b 6%, var(--panel)));border-color:#e5bd76}.returns-grid{grid-template-columns:.85fr 1.4fr;gap:13px;display:grid}.return-receiver,.unboxing{padding:20px}.return-title>div{color:#684fd7;float:left;background:#eeeaff;border-radius:11px;place-items:center;width:42px;height:42px;margin-right:11px;display:grid}.return-title>div svg{width:19px}.return-title>span{letter-spacing:1px;color:#6d54db;font-size:7px}.return-title h2{margin:3px 0;font:800 16px Manrope}.return-title p{clear:both;color:var(--muted);padding-top:12px;font-size:8.5px;line-height:1.5}.return-kind{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.return-kind button{border:1px solid var(--line);background:var(--panel-2);text-align:left;cursor:pointer;border-radius:9px;padding:11px}.return-kind button.active{background:color-mix(in srgb, #7259e9 7%, var(--panel));border-color:#745ce7;box-shadow:0 0 0 2px #7359e912}.return-kind svg{color:#6e56df;width:15px}.return-kind b,.return-kind span{display:block}.return-kind b{margin-top:5px;font-size:9px}.return-kind span{color:var(--muted);margin-top:2px;font-size:7.5px}.compact-input{height:45px;margin-top:13px}.compact-input input{font-size:11px}.return-product-choice{color:var(--text);gap:6px;margin-top:13px;font-size:9px;font-weight:700;display:grid}.return-product-choice select{border:1px solid var(--line);background:var(--panel-2);width:100%;min-height:44px;color:var(--text);border-radius:9px;padding:0 11px;font:600 10px Inter,sans-serif}.return-product-choice select:focus{border-color:#745ce7;outline:2px solid #745ce722}.unboxing-row{border-top:1px solid var(--line);grid-template-columns:36px 1fr auto auto;align-items:center;gap:10px;padding:12px 0;display:grid}.return-box{color:#b47716;background:#fff2dc;border-radius:9px;place-items:center;width:35px;height:35px;display:grid}.return-box svg{width:16px}.unboxing-row b,.unboxing-row span{display:block}.unboxing-row b{font-size:9.5px}.unboxing-row span{color:var(--muted);margin-top:2px;font-size:8px}.status-unboxing-needed{color:#a97014;background:#fff3dc}.return-table{margin-top:13px}.inspection-modal textarea{resize:vertical;border:1px solid var(--line);background:var(--panel-2);width:100%;height:84px;color:var(--text);border-radius:8px;margin-top:5px;padding:9px;font:10px DM Sans;display:block}.inspection-impact{background:var(--panel-2);color:var(--muted);border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:10px;font-size:8px;display:flex}.inspection-impact svg{color:#6e56df;width:16px}.audit-list{padding:0 17px}.audit-list>div{border-bottom:1px solid var(--line);grid-template-columns:34px 1fr minmax(100px,300px) 60px;align-items:center;gap:10px;padding:11px 0;display:grid}.audit-list>.audit-list-heading{grid-template-columns:1fr 1fr auto;min-height:38px;padding-block:6px}.audit-list-heading .sort-heading:last-child{justify-self:end}.operator-toolbar{border-bottom:0;margin-bottom:12px}.compact-select{color:var(--muted);align-items:center;gap:6px;font-size:8px;display:flex}.compact-select select{border:1px solid var(--line);background:var(--panel-2);min-width:110px;height:34px;color:var(--text);border-radius:8px;padding:0 8px;font-size:9px}.procurement-metrics{margin-bottom:12px}.procurement-modal{width:min(820px,100%)}.purchase-line{grid-template-columns:minmax(190px,2fr) 90px 110px 90px 34px;align-items:end;gap:8px;margin-top:8px;display:grid}.purchase-line label{margin:0}.purchase-total{border:1px solid var(--line);background:var(--panel-2);border-radius:9px;justify-content:flex-end;gap:18px;margin-top:12px;padding:12px;display:flex}.purchase-total span,.purchase-total b,.purchase-total strong{display:block}.purchase-total span{color:var(--muted);font-size:8px}.purchase-total b,.purchase-total strong{color:var(--text);margin-top:3px}.purchase-detail-lines{border-block:1px solid var(--line);margin-top:14px}.purchase-detail-lines>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:16px;padding:10px 0;display:grid}.purchase-line-actions{justify-items:end;gap:3px;display:grid}.procurement-history-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;display:grid}.procurement-history{padding:14px 16px}.procurement-history>div:not(.card-title):not(.empty){border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:10px;padding:9px 0;display:grid}.history-actions{justify-content:flex-end;gap:8px;display:flex!important}.procurement-history>div:last-child{border-bottom:0}.procurement-history b,.procurement-history small{display:block}.procurement-history small,.procurement-history>div>span{color:var(--muted);font-size:8px}.accounting-export-select select{min-width:130px}.procurement-document-modal{width:min(720px,100vw - 28px)}.print-procurement-document{border:1px solid var(--line);color:#111827;background:#fff;border-radius:12px;padding:28px}.print-procurement-document header,.procurement-document-status,.procurement-document-values,.print-procurement-document footer{justify-content:space-between;gap:18px;display:flex}.print-procurement-document header{border-bottom:2px solid #166fe5;align-items:flex-start;padding-bottom:22px}.print-procurement-document header>div:last-child{text-align:right}.print-procurement-document span{color:#667085;font-size:9px;display:block}.print-procurement-document h1,.print-procurement-document h2{color:#101828;margin:5px 0 0}.procurement-document-status,.procurement-document-values{border-bottom:1px solid #e4e7ec;padding:20px 0}.procurement-document-status>span,.procurement-document-values>span{flex:1}.procurement-document-status b,.procurement-document-values b{color:#101828;margin-top:7px;font-size:12px;display:block}.procurement-document-values .document-grand-total{text-align:right}.procurement-document-values .document-grand-total b{color:#166fe5;font-size:18px}.procurement-document-reason{min-height:100px;padding:20px 0}.procurement-document-reason p{color:#344054;font-size:11px;line-height:1.6}.print-procurement-document footer{border-top:1px solid #e4e7ec;padding-top:16px}.receipt-lines{gap:8px;margin:12px 0;display:grid}.receipt-lines>div{border:1px solid var(--line);background:var(--panel-2);border-radius:9px;grid-template-columns:minmax(150px,1.5fr) 90px 90px minmax(150px,1fr);align-items:end;gap:8px;padding:10px;display:grid}.receipt-lines label{margin:0}.receipt-lines b,.receipt-lines small{display:block}.receipt-lines small{color:var(--muted);margin-top:3px;font-size:8px}.purchase-detail-lines>div:last-child{border-bottom:0}.purchase-detail-lines b,.purchase-detail-lines small{display:block}.purchase-detail-lines small,.purchase-detail-lines>div>span{color:var(--muted);font-size:8px}.audit-icon{color:#6c53da;background:#eeeaff;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.audit-icon svg{width:14px}.audit-list b,.audit-list span{display:block}.audit-list b{font-size:9.5px}.audit-list span,.audit-list time{color:var(--muted);font-size:8px}.audit-list code{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:7px;overflow:hidden}.modal-backdrop,.palette-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#090b14aa;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:var(--panel);border:1px solid var(--line);border-radius:14px;width:min(450px,100%);padding:22px;box-shadow:0 30px 80px #0005}.modal-head{justify-content:space-between;display:flex}.modal-head span{letter-spacing:1px;color:#6e55dc;font-size:7px}.modal-head h2{margin:4px 0;font:800 18px Manrope}.modal-head button{background:0 0;border:0}.modal-head svg{width:18px}.modal>p{color:var(--muted);font-size:9px;line-height:1.5}.modal label{margin-top:12px;font-size:8px;font-weight:700;display:block}.modal input,.modal select{border:1px solid var(--line);background:var(--panel-2);width:100%;height:38px;color:var(--text);border-radius:8px;margin-top:5px;padding:0 10px;font-size:10px;display:block}.modal-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.palette{background:var(--panel);border:1px solid var(--line);border-radius:13px;align-self:start;width:min(600px,100%);margin-top:12vh;overflow:hidden;box-shadow:0 30px 90px #0006}.palette-input{border-bottom:1px solid var(--line);align-items:center;gap:10px;height:55px;padding:0 15px;display:flex}.palette-input svg{width:18px;color:var(--muted)}.palette-input input{color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:12px}.palette-results{padding:7px}.palette-results>button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px;display:flex}.palette-results>button:hover{background:var(--panel-2)}.palette-results>button>div{color:#6a52d7;background:#eeeaff;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.palette-results svg{width:14px}.palette-results span{flex:1}.palette-results b,.palette-results small{display:block}.palette-results b{font-size:10px}.palette-results small{color:var(--muted);margin-top:2px;font-size:8px}.palette-results em{color:var(--muted);font-size:8px;font-style:normal}.toast{z-index:120;color:#fff;background:#172033;border-radius:10px;align-items:center;gap:8px;max-width:410px;padding:12px 13px;font-size:9.5px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 15px 45px #0d122644}.toast>svg{color:#55d49d}.toast.error>svg{color:#ff796f}.toast.info>svg{color:#9b8aff}.toast button{color:#a8b0be;background:0 0;border:0;margin-left:auto;display:grid}.toast button svg{width:14px}.scrim{display:none}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (max-width:1050px){.app-shell{grid-template-columns:220px minmax(0,1fr)}.content{padding:22px}.metrics,.return-metrics{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.split-grid,.returns-grid,.scan-layout{grid-template-columns:1fr}.scanner-panel{grid-row:auto}.operator-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.app-shell{display:block}.sidebar{overscroll-behavior-y:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;width:248px;transition:left .2s;position:fixed;left:-270px;overflow:hidden auto}.sidebar nav{flex:none;min-height:auto;overflow:visible}.sidebar-bottom{margin-top:12px}.sidebar.open{left:0;box-shadow:20px 0 60px #0005}.mobile-close{color:#8c95a8;background:0 0;border:0;margin-left:auto;display:grid}.mobile-close svg{width:18px}.scrim{z-index:35;background:#090b1566;border:0;display:block;position:fixed;inset:0}.menu{display:grid}header{padding:0 13px}.search-trigger{flex:1;width:auto}.search-trigger kbd,.header-actions select{display:none}.content{padding:17px}.page-head{gap:10px}.page-head h1{font-size:22px}.page-actions .secondary{display:none}.operator-grid,.warehouse-grid{grid-template-columns:1fr}.toolbar{flex-wrap:wrap}.inline-search{order:1;width:100%}.tabs{order:3;width:100%;overflow:auto}.metrics.compact{grid-template-columns:1fr 1fr}.ledger-list>div{grid-template-columns:32px 1fr 45px}.ledger-list small,.ledger-list time{display:none}}@media (max-width:510px){.quick{width:35px;padding:0;font-size:0}.quick svg{margin:0}.icon-button.notification{display:none}.search-trigger span{white-space:nowrap;max-width:130px;overflow:hidden}.metrics,.metrics.compact,.return-metrics{grid-template-columns:1fr}.page-actions{display:none}.page-head p{line-height:1.5}.scanner-panel{padding:18px}.scanner-top p{line-height:1.5}.scan-input{padding:0 10px}.scan-input input{font-size:12px}.scan-input kbd{display:none}.toast{bottom:14px;left:14px;right:14px}.operator-grid,.return-kind{grid-template-columns:1fr}.unboxing-row{grid-template-columns:36px 1fr}.unboxing-row>.status,.unboxing-row>.button{grid-column:2}.audit-list>div{grid-template-columns:34px 1fr}.audit-list>.audit-list-heading{grid-template-columns:1fr 1fr auto}.audit-list code,.audit-list time{grid-column:2}}.brand{gap:8px;padding:0 7px}.brand-signature{flex-direction:column;justify-content:center;align-items:center;gap:1px;min-width:0;display:flex!important}.brand-signature-warex{object-fit:contain;width:100%;min-height:0;display:block}.brand-sidebar{background:#fff;border-radius:8px;width:126px;height:42px;padding:5px 9px 3px;box-shadow:0 7px 18px #0003}.brand-sidebar .brand-signature-warex{height:26px}.barcode-brand-signature{width:126px;margin:0 auto}.barcode-brand-signature .brand-signature-warex{height:34px}.brand .mobile-close{margin-left:auto}.live-database{letter-spacing:.7px;color:#278a67;align-items:center;gap:5px;font-size:7px;font-weight:700;display:flex}.live-database i{background:#38bd88;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #38bd8818}.live-database.syncing{color:#8a6a27}.live-database.syncing i{background:#e2a73b;animation:1s ease-in-out infinite warex-pulse}.live-database.error{color:#bb3f4b}.live-database.error i{background:#df5661;box-shadow:0 0 0 3px #df566118}@keyframes warex-pulse{50%{opacity:.35}}.toolbar-spacer{flex:1}.table-link{color:#6952d8;cursor:pointer;background:0 0;border:0;font-size:8px;font-weight:700}.form-grid{grid-template-columns:1fr 1fr;gap:0 12px;display:grid}.product-modal{width:min(600px,100%)}.modal textarea{resize:vertical;border:1px solid var(--line);background:var(--panel-2);width:100%;height:90px;color:var(--text);border-radius:8px;margin-top:5px;padding:9px;font:10px DM Sans;display:block}.permission-editor{grid-template-columns:1fr 1fr;gap:7px;margin:15px 0;display:grid}.permission-editor label{border:1px solid var(--line);background:var(--panel-2);border-radius:7px;align-items:center;gap:7px;margin:0;padding:8px;display:flex;font-size:8px!important}.permission-editor input{accent-color:#674ddd}.access-status{cursor:pointer;background:0 0;border:1px solid;border-radius:7px;width:100%;height:35px;font-size:8px;font-weight:700}.access-status.danger{color:#bd4b4b;background:#fff5f5;border-color:#f0c8c8}.access-status.restore{color:#278562;background:#f0fbf6;border-color:#bde3d3}.report-toolbar{justify-content:space-between;margin-bottom:13px;display:flex}.report-breakdown{margin-top:13px;padding:18px}.report-row{border-top:1px solid var(--line);grid-template-columns:90px 80px 1fr 90px;align-items:center;gap:12px;padding:12px 0;display:grid}.report-row b,.report-row span,.report-row strong{font-size:9px}.report-row span{color:var(--muted)}.report-row strong{text-align:right}.report-row>div{background:var(--panel-2);border-radius:10px;height:6px;overflow:hidden}.report-row i{background:linear-gradient(90deg,#7056e8,#318de8);border-radius:10px;height:100%;display:block}.support-head{background:linear-gradient(145deg, var(--panel), color-mix(in srgb, #6350db 5%, var(--panel)));justify-content:space-between;align-items:center;min-height:180px;margin-bottom:13px;padding:25px;display:flex}.support-head>div>svg{color:#6952dd;float:left;width:25px;margin-right:10px}.support-head span{letter-spacing:1px;color:#6a53d9;font-size:7px}.support-head h2{margin:4px 0;font:800 20px Manrope}.support-head p{color:var(--muted);max-width:520px;font-size:9px}.support-thread-modal{width:min(720px,100vw - 28px)}.support-ticket-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.support-ticket-meta>span:not(.status){background:var(--panel-2);color:var(--muted);border-radius:10px;padding:5px 8px;font-size:8px}.support-thread{gap:10px;max-height:310px;padding:4px;display:grid;overflow:auto}.support-thread article{border:1px solid var(--border);background:var(--panel-2);border-radius:12px 12px 12px 3px;max-width:82%;padding:10px 12px}.support-thread article.mine{background:#f4f1ff;border-color:#dcd6ff;border-radius:12px 12px 3px;justify-self:end}.support-thread article.internal{background:#fff8e8;border-style:dashed}.support-thread article header{color:var(--muted);justify-content:space-between;gap:14px;font-size:8px;display:flex}.support-thread article p{white-space:pre-wrap;margin:6px 0 0}.support-thread article small{color:#9a6a14}.support-upgrade-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.support-upgrade-details>div{background:var(--panel-2);border-radius:10px;padding:9px}.support-upgrade-details span{color:var(--muted);font-size:8px}.support-upgrade-details p{margin:4px 0 0}@media (max-width:640px){.support-upgrade-details{grid-template-columns:1fr}}.settings-grid{grid-template-columns:1.3fr .8fr;gap:13px;display:grid}.settings-card{padding:20px}.settings-card label{margin-top:12px;font-size:8px;font-weight:700;display:block}.settings-card input,.settings-card select{border:1px solid var(--line);background:var(--panel-2);width:100%;height:38px;color:var(--text);border-radius:8px;margin-top:5px;padding:0 10px;font-size:10px;display:block}.setting-toggles>label{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;margin:0;padding:13px 0;display:flex}.setting-toggles b,.setting-toggles span{display:block}.setting-toggles b{font-size:9px}.setting-toggles span{color:var(--muted);margin-top:2px;font-size:7.5px}.setting-toggles input{accent-color:#664bdd;flex:none;width:16px;height:16px}.settings-save{width:100%;margin-top:16px}@media (max-width:760px){.form-grid,.permission-editor,.settings-grid{grid-template-columns:1fr}.report-row{grid-template-columns:70px 60px 1fr}.report-row strong{grid-column:3}.support-head{align-items:flex-start;gap:20px}.report-toolbar{gap:10px;overflow:auto}}.card-title-label{color:var(--muted);padding-right:3px;font-size:9px}.login-page{background:#f7f8fb;grid-template-columns:1.05fr .95fr;min-height:100dvh;display:grid;overflow:hidden auto}.login-story{color:#fff;background:#101322;flex-direction:column;padding:45px 8%;display:flex;position:relative;overflow:hidden}.login-story:before,.login-story:after{content:"";filter:blur(1px);pointer-events:none;border-radius:50%;position:absolute}.login-story:before{background:radial-gradient(circle,#175edc66,#0000 68%);width:520px;height:520px;bottom:-230px;left:-240px}.login-story:after{background:radial-gradient(circle,#087fee45,#0000 68%);width:620px;height:620px;top:-300px;right:-330px}.login-brand{z-index:1;background:#fff;border-radius:11px;width:190px;height:57px;padding:10px 14px;position:relative;box-shadow:0 12px 35px #0004}.login-brand .brand-signature{width:100%;height:100%}.login-brand .brand-signature-warex{height:100%}.login-copy{z-index:1;margin:auto 0;position:relative}.login-copy>span{letter-spacing:2px;color:#28aaff;font-size:9px;font-weight:700}.login-copy h1{letter-spacing:-2.8px;margin:14px 0 18px;font:800 clamp(38px,5vw,65px)/1.08 Manrope}.login-copy h1 em{color:#0000;background:linear-gradient(90deg,#188bff,#29c5ff);-webkit-background-clip:text;background-clip:text;font-style:normal}.login-copy p{color:#8e98ae;max-width:470px;font-size:12px;line-height:1.7}.login-proof{z-index:1;border-top:1px solid #2a2f43;grid-template-columns:repeat(3,1fr);padding-top:20px;display:grid;position:relative}.login-proof b,.login-proof span{display:block}.login-proof b{font-size:11px}.login-proof span{color:#778198;margin-top:3px;font-size:8px}.login-form-side{background:#f7f8fb;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:40px;display:flex}.login-form-side>footer{color:#98a1b0;margin-top:22px;font-size:8px}.login-card{color:#172033;background:#fff;border:1px solid #e5e8ee;border-radius:16px;width:min(420px,100%);padding:31px;box-shadow:0 20px 60px #19233d0d}.login-card-head>span{letter-spacing:1.2px;color:#187be1;font-size:8px;font-weight:700}.login-card-head h2{letter-spacing:-.8px;margin:7px 0 4px;font:800 24px Manrope}.login-card-head p{color:#7c8798;margin:0 0 21px;font-size:10px}.google-button{cursor:pointer;background:#fff;border:1px solid #dfe3ea;border-radius:9px;justify-content:center;align-items:center;gap:9px;width:100%;height:42px;font-size:10px;font-weight:700;display:flex}.google-button svg{width:17px}.login-divider{align-items:center;gap:10px;margin:18px 0;display:flex}.login-divider:before,.login-divider:after{content:"";background:#e7eaf0;flex:1;height:1px}.login-divider span{color:#9aa3b1;font-size:8px}.login-card form>label{margin-top:13px;font-size:8px;font-weight:700;display:block}.login-input{background:#fafbfc;border:1px solid #dde2ea;border-radius:9px;align-items:center;height:41px;margin-top:5px;padding:0 10px;display:flex}.login-input:focus-within{border-color:#167fe9;box-shadow:0 0 0 3px #1683ed13}.login-input>svg{color:#8b96a8;width:15px}.login-input input{color:#172033;background:0 0;border:0;outline:0;flex:1;min-width:0;padding:0 8px;font-size:10px}.login-input button{color:#8b96a8;cursor:pointer;background:0 0;border:0;display:grid}.login-input button svg{width:15px}.login-options{justify-content:space-between;align-items:center;margin:12px 0 15px;display:flex}.login-options label{color:#6f7a8c;align-items:center;gap:5px;font-size:8px;display:flex}.login-options button{color:#1678d3;cursor:pointer;background:0 0;border:0;font-size:8px;font-weight:700}.login-error{color:#bd4646;background:#fff0f0;border:1px solid #ffd2d2;border-radius:7px;margin-bottom:10px;padding:8px 10px;font-size:8.5px}.login-success{color:#067647;background:#ecfdf3;border:1px solid #abefc6;border-radius:7px;margin-bottom:10px;padding:8px 10px;font-size:8.5px}.verification-resend{color:#1678d3;cursor:pointer;background:0 0;border:0;width:100%;padding:0 0 10px;font-size:8.5px;font-weight:700}.verify-email-icon{color:#0874df;background:#eaf4ff;border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:18px;display:grid}.verify-email-icon svg{width:24px}.verification-login-link{text-decoration:none}.signup-verification-pending{max-width:560px}.login-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#087de8,#0956cb);border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;width:100%;height:43px;font-size:10px;font-weight:700;display:flex;box-shadow:0 8px 20px #0874dd2d}.login-submit:disabled{opacity:.72}.login-submit span{font-size:16px}.login-submit i{border:2px solid #fff5;border-top-color:#fff;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite spin}.login-security{color:#8791a1;border-top:1px solid #edf0f3;align-items:center;gap:7px;margin-top:16px;padding-top:14px;font-size:7.5px;display:flex}.login-security svg{color:#258d69;width:15px}.demo-access{background:#eef6ff;border:1px solid #d7eaff;border-radius:7px;margin-top:12px;padding:8px 10px}.demo-access b,.demo-access span{font-size:7.5px;display:block}.demo-access span{color:#4b6f97;margin-top:2px;font-family:ui-monospace,monospace}@media (max-width:850px){.login-page{grid-template-columns:1fr}.login-story{min-height:270px;padding:28px}.login-copy{margin:38px 0}.login-copy h1{font-size:36px}.login-copy p,.login-proof{display:none}.login-brand{width:150px;height:47px}.login-form-side{padding:28px 18px}.login-card{z-index:2;margin-top:-54px;position:relative}}.subscription-current{background:linear-gradient(145deg, var(--panel), color-mix(in srgb, #6350db 7%, var(--panel)));justify-content:space-between;align-items:center;margin-bottom:13px;padding:22px;display:flex}.subscription-current>div>span,.pricing-card>span{letter-spacing:1.1px;color:#6952d8;font-size:7px;font-weight:700}.subscription-current h2,.pricing-card h2{margin:4px 0;font:800 20px Manrope}.subscription-current p,.pricing-card p{color:var(--muted);font-size:9px}.billing-facts{gap:26px;display:flex}.billing-change-notice{background:color-mix(in srgb, #7258e8 6%, var(--panel));border-color:#dfd7ff;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;margin:13px 0;padding:14px 17px;display:grid}.billing-change-notice>svg{color:#674fd8;width:22px}.billing-change-notice b,.billing-change-notice span{display:block}.billing-change-notice b{font-size:9px}.billing-change-notice span{color:var(--muted);margin-top:3px;font-size:7.5px}.billing-facts>div span,.billing-facts>div b{display:block}.billing-facts>div span{color:var(--muted);margin-bottom:5px;font-size:7px}.billing-facts>div b{font-size:9px}.free-plan-usage{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:13px;padding:0;display:grid;overflow:hidden}.free-plan-usage>div{background:var(--panel);justify-content:space-between;align-items:center;gap:12px;padding:13px 16px;display:flex}.free-plan-usage span{color:var(--muted);font-size:8px}.free-plan-usage b{font-size:10px}.subscription-access-lock{text-align:left;justify-content:center;align-items:center;gap:22px;min-height:280px;display:flex}.subscription-access-lock>svg{width:48px;height:48px;color:var(--primary)}.subscription-access-lock span{color:var(--primary);letter-spacing:.12em;font-size:11px;font-weight:800}.subscription-access-lock h2{margin:7px 0}.subscription-access-lock p{max-width:560px;color:var(--muted);margin:0}.upgrade-modal{max-width:520px}.toggle-on,.toggle-off{cursor:pointer;border:0;border-radius:20px;padding:5px 10px;font-size:7px;font-weight:700}.toggle-on{color:#237b59;background:#e8f8f1}.toggle-off{color:#a8642c;background:#fff2e4}.pricing-grid{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:13px;display:grid}.pricing-card{padding:20px;position:relative}.pricing-card.current{box-shadow:0 0 0 2px #765ee915, var(--shadow);border-color:#8068ec}.pricing-card.free-ended{filter:grayscale();opacity:.62}.plan-price{margin:10px 0;font:800 24px Manrope}.plan-price small{color:var(--muted);font:500 8px DM Sans}.plan-features{gap:8px;margin:17px 0;display:grid}.plan-features span{align-items:center;gap:7px;font-size:8px;display:flex}.plan-features svg{color:#2b9b70;width:13px}.full{width:100%}.invoices{padding:20px}.cancel-subscription{color:#bd4b4b;cursor:pointer;background:0 0;border:0;margin-top:14px;font-size:8px;font-weight:700}.checkout-total{background:var(--panel-2);border-radius:9px;justify-content:space-between;margin:17px 0;padding:13px;display:flex}.checkout-total span{font-size:9px}.checkout-total strong{font:800 17px Manrope}.checkout-breakdown{border:1px solid var(--line);background:var(--panel-2);border-radius:11px;gap:0;margin:17px 0;display:grid;overflow:hidden}.checkout-breakdown>div:not(.checkout-total){border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:16px;padding:11px 13px;font-size:9px;display:flex}.checkout-breakdown .checkout-credit b{color:#21815e}.checkout-breakdown .checkout-total{border-radius:0;margin:0}.notification-center{overflow:hidden}.notification-list>button{text-align:left;border:0;border-top:1px solid var(--line);background:var(--panel);cursor:pointer;grid-template-columns:38px minmax(0,1fr) 7px 55px;align-items:center;gap:11px;width:100%;padding:14px 18px;display:grid}.notification-list>button.unread{background:color-mix(in srgb, #6952d8 3%, var(--panel))}.notification-list>button:hover{background:var(--panel-2)}.notification-type{color:#3175ce;background:#eef4ff;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.notification-type.high{color:#c35d4e;background:#fff0ed}.notification-type svg{width:16px}.notification-list b,.notification-list span,.notification-list small{display:block}.notification-list b{font-size:9px}.notification-list span{color:var(--muted);margin:3px 0;font-size:8px}.notification-list small{color:#9aa3b2;font-size:7px}.notification-list>button>i{background:#7358e2;border-radius:50%;width:6px;height:6px}.notification-list em{color:#6952d8;font-size:7px;font-style:normal;font-weight:700}.profile-hero{align-items:center;gap:14px;padding:15px 0 22px;display:flex}.profile-hero h2{margin:0;font:800 17px Manrope}.profile-hero p{color:var(--muted);font-size:9px}.avatar.large{border-radius:12px;width:48px;height:48px;font-size:12px}.data-page select{border:1px solid var(--line);background:var(--panel-2);color:var(--text);border-radius:7px;padding:6px;font-size:8px}.settings-workspace{grid-template-columns:190px minmax(0,1fr);gap:13px;display:grid}.settings-nav{height:max-content;padding:12px}.settings-identity{border-bottom:1px solid var(--line);align-items:center;gap:10px;margin-bottom:8px;padding:8px 7px 16px;display:flex}.settings-identity b,.settings-identity span{display:block}.settings-identity b{font-size:9px}.settings-identity span{color:var(--muted);margin-top:3px;font-size:7px}.settings-nav>button{text-align:left;width:100%;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:9px 10px;font-size:8px}.settings-nav>button.active{color:#5d45ce;background:#f0edff;font-weight:700}html[data-theme=dark] .settings-nav>button.active{color:#b8a9ff;background:#28223f}.settings-main{min-height:490px}.settings-card textarea{resize:vertical;border:1px solid var(--line);background:var(--panel-2);width:100%;min-height:72px;color:var(--text);border-radius:8px;margin-top:5px;padding:10px;font:10px DM Sans;display:block}.asset-upload{background:var(--panel-2);border:1px dashed var(--line);border-radius:10px;align-items:center;gap:13px;margin:15px 0;padding:13px;display:flex}.asset-upload label{cursor:pointer;margin:0}.asset-upload input{opacity:0;width:1px;height:1px;position:absolute}.asset-upload span{color:#6952d8;margin-top:4px;font-size:8px;display:block}.business-logo-preview{border:1px solid var(--line);color:#1266d5;background:#fff;border-radius:8px;place-items:center;width:55px;height:42px;font:800 13px Manrope;display:grid}.security-note{background:var(--panel-2);border:1px solid var(--line);border-radius:9px;align-items:center;gap:10px;margin:14px 0;padding:12px;display:flex}.security-note svg{color:#2a946d;width:20px}.security-note b,.security-note span{display:block}.security-note b{font-size:8.5px}.security-note span{color:var(--muted);margin-top:3px;font-size:7.5px}.password-button{margin-top:14px}.password-policy-help{color:var(--muted);margin-top:10px;font-size:8px;line-height:1.5;display:block}.two-factor-card{margin-top:16px;padding:18px}.settings-main .two-factor-card{box-shadow:none;background:var(--panel-2)}.two-factor-start>label,.two-factor-setup label{max-width:420px;margin:12px 0;display:block}.two-factor-setup{grid-template-columns:220px minmax(0,1fr);align-items:center;gap:22px;display:grid}.two-factor-setup>img{border:1px solid var(--line);background:#fff;border-radius:12px;width:220px;height:220px}.two-factor-setup span,.two-factor-setup code{display:block}.two-factor-setup span{color:var(--muted);margin-top:10px;font-size:8px}.two-factor-setup code{overflow-wrap:anywhere;border:1px dashed var(--line);background:var(--panel);-webkit-user-select:all;user-select:all;border-radius:7px;max-width:100%;margin-top:5px;padding:9px 11px}.recovery-code-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:580px;margin:12px 0;display:grid}.recovery-code-grid code{border:1px solid var(--line);background:var(--panel-2);text-align:center;-webkit-user-select:all;user-select:all;border-radius:7px;padding:9px 11px}@media (max-width:600px){.two-factor-setup{grid-template-columns:1fr}.two-factor-setup>img{width:min(220px,100%);height:auto}.recovery-code-grid{grid-template-columns:1fr}}.demo-access span{margin-top:5px}.demo-access span:first-of-type{margin-top:4px}@media (max-width:900px){.pricing-grid,.free-plan-usage{grid-template-columns:1fr}.subscription-current{align-items:flex-start;gap:20px}.billing-facts{flex-wrap:wrap}.settings-workspace{grid-template-columns:1fr}.settings-nav{align-items:center;display:flex;overflow:auto}.settings-identity{display:none}.settings-nav>button{white-space:nowrap;width:auto}.notification-list>button{grid-template-columns:38px minmax(0,1fr) 7px}.notification-list em{display:none}}@media (max-width:600px){.subscription-current{display:block}.billing-facts{margin-top:18px}.notification-list>button{padding:12px}.pricing-card{padding:17px}}.marketplace-summary{grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:13px;display:grid}.marketplace-summary>.card{padding:17px}.marketplace-summary span,.marketplace-summary b,.marketplace-summary small{display:block}.marketplace-summary span{letter-spacing:.8px;color:var(--muted);font-size:7px}.marketplace-summary b{margin:5px 0;font:800 22px Manrope}.marketplace-summary small{color:var(--muted);font-size:7.5px}.marketplace-grid{grid-template-columns:1fr 1fr;gap:10px;padding:15px;display:grid}.marketplace-card{border:1px solid var(--line);background:var(--panel-2);border-radius:10px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;display:grid}.channel-mark{color:#fff;background:linear-gradient(145deg,#086fd8,#19a4ef);border-radius:10px;place-items:center;width:40px;height:40px;font:800 11px Manrope;display:grid}.channel-copy>b,.channel-copy>span,.channel-copy>small{display:block}.channel-copy>b{margin-bottom:4px;font-size:9px}.channel-copy>.status{display:inline-flex}.channel-copy>span,.channel-copy>small{color:var(--muted);margin-top:5px;font-size:7px}.channel-actions{justify-items:end;gap:7px;display:grid}.channel-actions .button{height:31px;padding:0 9px;font-size:7px}.channel-actions .button svg{width:12px}.label-table input{accent-color:#6750dc;width:14px;height:14px}@media (max-width:850px){.marketplace-grid{grid-template-columns:1fr}.marketplace-summary{grid-template-columns:1fr 1fr 1fr}.marketplace-card{grid-template-columns:42px 1fr}.channel-actions{grid-column:2;justify-content:flex-start;display:flex}}@media (max-width:560px){.marketplace-summary{grid-template-columns:1fr}.marketplace-card{grid-template-columns:38px 1fr}.channel-actions{grid-column:1/3}}.sidebar{height:100dvh;padding-bottom:12px;overflow:hidden}.sidebar .brand,.sidebar .workspace-label,.sidebar .workspace,.sidebar-bottom{flex:none}.sidebar nav{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#343a51 transparent;flex:1;min-height:0;padding-right:3px;overflow-y:auto}.sidebar nav::-webkit-scrollbar{width:4px}.sidebar nav::-webkit-scrollbar-thumb{background:#343a51;border-radius:8px}.sidebar-bottom{border-top:1px solid #252a3b;margin-top:8px;padding-top:8px}.system-card{margin-bottom:5px}.profile{padding-bottom:2px}.header-profile{position:relative}.profile-trigger{border:1px solid var(--line);background:var(--panel);cursor:pointer;border-radius:9px;align-items:center;gap:8px;max-width:190px;height:38px;padding:3px 8px 3px 4px;display:flex}.profile-trigger .avatar{width:29px;height:29px}.profile-trigger>span{text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:8.5px;font-weight:700;overflow:hidden}.profile-trigger>svg{width:13px;color:var(--muted)}.profile-menu-scrim{z-index:45;background:0 0;border:0;position:fixed;inset:0}.profile-menu{background:var(--panel);border:1px solid var(--line);z-index:50;border-radius:11px;width:220px;padding:7px;position:absolute;top:45px;right:0;box-shadow:0 18px 50px #11182c22}.profile-menu>div{border-bottom:1px solid var(--line);margin-bottom:5px;padding:9px}.profile-menu>div b,.profile-menu>div span{display:block}.profile-menu>div b{font-size:9px}.profile-menu>div>span{color:var(--muted);margin:3px 0 7px;font-size:7.5px}.profile-menu>button{cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:9px;width:100%;height:34px;padding:0 9px;font-size:8.5px;display:flex}.profile-menu>button:hover{background:var(--panel-2)}.profile-menu>button svg{width:15px;color:var(--muted)}.profile-menu>button.logout{color:#bf4e4e;border-top:1px solid var(--line);border-radius:0;margin-top:4px}.marketplace-summary{grid-template-columns:repeat(4,1fr)}.channel-table table{min-width:1080px}.channel-name{align-items:center;gap:9px;display:flex}.channel-mark.offline{background:linear-gradient(145deg,#168b6b,#42bd8d)}.channel-mark.b2b{background:linear-gradient(145deg,#a16214,#e7a72e)}.channel-mark.provider-amazon{color:#ffb31a;background:#151515;font-family:Arial,sans-serif;font-size:17px}.channel-mark.provider-flipkart{color:#ffe500;background:#2874f0;font-size:16px;font-style:italic}.channel-mark.provider-myntra{background:linear-gradient(145deg,#ff3f6c,#ff8a4c)}.channel-mark.provider-ajio{letter-spacing:-1px;background:#232323}.channel-mark.provider-nykaa{background:#fc2779;font-family:Georgia,serif;font-size:16px}.channel-mark.provider-meesho{background:#9f2089;font-size:17px}.channel-mark.provider-shopify{background:#95bf47}.channel-mark.provider-woocommerce{background:#96588a;font-size:8px}.channel-mark.provider-swiggy-instamart{background:#fc8019}.channel-mark.provider-blinkit{color:#087f3c;background:#f8cb46;font-size:17px}.channel-mark.provider-bigbasket{background:#84c225;font-size:8px}.channel-mark.provider-zepto{background:#532781}.channel-settings-heading{border:1px solid var(--line);background:var(--panel-2);border-radius:10px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;margin:10px 0 2px;padding:10px;display:grid}.channel-settings-heading b,.channel-settings-heading span{display:block}.channel-settings-heading b{font-size:10px}.channel-settings-heading span{color:var(--muted);margin-top:3px;font-size:7px}.sku-mapping-editor{border:1px solid var(--line);background:var(--panel-2);border-radius:10px;margin-top:15px;padding:13px}.sku-mapping-editor>div:first-child b,.sku-mapping-editor>div:first-child span{display:block}.sku-mapping-editor>div:first-child b{font-size:9px}.sku-mapping-editor>div:first-child span{color:var(--muted);margin-top:3px;font-size:7.5px}.sku-mapping-add{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:7px;margin-top:10px;display:grid}.sku-mapping-add input,.sku-mapping-add select{min-width:0;height:36px;margin:0}.sku-mapping-list{gap:6px;max-height:180px;margin-top:10px;display:grid;overflow-y:auto}.sku-mapping-list>div{border:1px solid var(--line);background:var(--panel);border-radius:7px;grid-template-columns:minmax(0,1fr) 16px minmax(90px,.7fr) 24px;align-items:center;gap:7px;padding:7px 8px;display:grid}.sku-mapping-list span b,.sku-mapping-list span small{display:block}.sku-mapping-list span b{font-size:8px}.sku-mapping-list span small,.sku-mapping-list>p{color:var(--muted);font-size:7px}.sku-mapping-list code{color:#6249d3;text-overflow:ellipsis;font-size:8px;overflow:hidden}.sku-mapping-list svg{width:12px}.sku-mapping-list button{color:#bf4e4e;cursor:pointer;background:#fff0f0;border:0;border-radius:5px;height:24px}.row-actions{gap:5px;display:flex}.row-actions button{border:1px solid var(--line);background:var(--panel);cursor:pointer;border-radius:6px;align-items:center;gap:4px;height:28px;padding:0 7px;font-size:7px;display:flex}.row-actions button:disabled{opacity:.45;cursor:not-allowed}.row-actions svg{width:11px}.status-manual{color:#ae7515;background:#fff4dc}.status-attention{color:#c75151;background:#ffecec}@media (max-height:760px) and (min-width:761px){.system-card{display:none}.sidebar-bottom{padding-top:5px}.workspace-label{padding-top:10px}.workspace{margin-bottom:8px}.sidebar nav button{min-height:35px}}@media (max-width:850px){.marketplace-summary{grid-template-columns:1fr 1fr}.profile-trigger>span{display:none}.profile-trigger{padding-right:4px}.profile-trigger>svg{display:none}}@media (max-width:560px){.marketplace-summary{grid-template-columns:1fr}.header-profile .profile-menu{position:fixed;top:58px;right:12px}.sku-mapping-add{grid-template-columns:1fr}.sku-mapping-list>div{grid-template-columns:minmax(0,1fr) 14px minmax(70px,.7fr) 24px}}.authority-badge{align-items:center;font-weight:700;color:#674fd7!important;gap:6px!important;font-size:7px!important;display:inline-flex!important}.authority-badge svg{width:14px}.admin-detail-grid{grid-template-columns:1fr 1fr;gap:8px;margin:14px 0;display:grid}.admin-detail-grid>div{background:var(--panel-2);border:1px solid var(--line);border-radius:8px;padding:10px}.admin-detail-grid span,.admin-detail-grid b{display:block}.admin-detail-grid span{color:var(--muted);font-size:7px}.admin-detail-grid b{margin-top:4px;font-size:9px}.authority-actions{grid-template-columns:repeat(4,1fr);gap:6px;margin:13px 0;display:grid}.authority-actions button{border:1px solid var(--line);background:var(--panel-2);cursor:pointer;border-radius:7px;height:32px;font-size:7px}.authority-actions button.danger{color:#bd4b4b;background:#fff0f0;border-color:#f0c8c8}.banner-list>div{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto 55px 35px;align-items:center;gap:12px;padding:14px 17px;display:grid}.banner-preview{align-items:center;gap:11px;display:flex}.campaign-banner{background:linear-gradient(135deg, #f4f1ff, var(--panel));border-color:#dcd6ff;align-items:flex-start;gap:12px;margin-bottom:14px;padding:14px 16px;display:flex}.campaign-banner svg{width:18px;color:var(--primary)}.campaign-banner div{gap:3px;display:grid}.campaign-banner span{color:var(--muted)}.maintenance-page,.route-state-page{background:var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.route-state-card{text-align:center;width:min(520px,100%);padding:36px}.route-state-brand{justify-content:center;align-items:center;gap:10px;margin-bottom:24px;display:flex}.route-state-brand .brand-signature{width:112px;min-height:44px}.route-state-brand .brand-signature-warex{height:30px}.route-state-brand>span,.route-state-label{color:var(--primary);letter-spacing:.16em;font-size:8px;font-weight:800}.route-state-card h1{margin:12px 0 8px}.route-state-card p{color:var(--muted);line-height:1.6}.route-state-card code{background:var(--panel-2);color:var(--muted);overflow-wrap:anywhere;border-radius:8px;margin-top:18px;padding:10px;display:block}.route-state-actions{justify-content:center;gap:8px;margin-top:20px;display:flex}.route-loading-mark{justify-content:center;gap:6px;display:flex}.route-loading-mark i{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:1.1s ease-in-out infinite warex-loading}.route-loading-mark i:nth-child(2){animation-delay:.15s}.route-loading-mark i:nth-child(3){animation-delay:.3s}@keyframes warex-loading{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.workspace-sync-error{background:#fff7f7;border-color:#f0bdc2;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;padding:12px 14px;display:flex}[data-theme=dark] .workspace-sync-error{background:#2b1c20}.workspace-sync-error>div{align-items:center;gap:10px;display:flex}.workspace-sync-error svg{color:#c5414e;width:17px}.workspace-sync-error span,.workspace-sync-error b,.workspace-sync-error small{display:block}.workspace-sync-error b{font-size:10px}.workspace-sync-error small{color:var(--muted);margin-top:2px;font-size:8px}.module-error{grid-template-columns:52px minmax(0,1fr);align-content:center;gap:16px;min-height:280px;padding:34px;display:grid}.logout-overlay{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f3f6fbeb;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.logout-card,.session-recovery-card{text-align:center;justify-items:center;gap:22px;width:min(440px,100%);padding:42px;display:grid}.logout-card h2,.session-recovery-card h1,.session-recovery-card p{margin:0}.session-recovery-page{place-items:center;min-height:100dvh;padding:24px;display:grid}.module-error-icon{color:#c5414e;background:#fff0f1;border-radius:12px;place-items:center;width:48px;height:48px;display:grid}.module-error-icon svg{width:21px}.module-error span{color:#c5414e;letter-spacing:.14em;font-size:8px;font-weight:800}.module-error h2{margin:6px 0}.module-error p{color:var(--muted);margin:0 0 16px}.maintenance-card{text-align:center;width:min(560px,100%);padding:36px}.maintenance-card>span{color:var(--primary);letter-spacing:.18em;font-size:11px;font-weight:800}.maintenance-card h1{margin:12px 0 8px}.maintenance-card p,.maintenance-card small{color:var(--muted)}.login-campaign{background:#f4f1ff;border:1px solid #dcd6ff;border-radius:12px;gap:3px;width:min(480px,100%);margin-bottom:10px;padding:12px 16px;display:grid}.login-campaign span{color:var(--muted)}.banner-preview>svg{color:#6952dd;width:20px}.banner-preview b,.banner-preview span,.banner-preview small{display:block}.banner-preview b{font-size:9px}.banner-preview span{color:var(--muted);margin:3px 0;font-size:8px}.banner-preview small{color:#98a1b0;font-size:7px}.check-row{align-items:center;gap:8px;display:flex!important}.check-row input{width:15px!important;height:15px!important;margin:0!important}.flag-list>div{border-top:1px solid var(--line);grid-template-columns:minmax(180px,1fr) 1fr 75px;align-items:center;gap:15px;padding:14px 17px;display:grid}.flag-list>div>div:first-child{align-items:center;gap:9px;display:flex}.flag-list svg{color:#6952dd;width:17px}.flag-list b,.flag-list small{display:block}.flag-list b{font-size:9px}.flag-list small{color:var(--muted);margin-top:2px;font:7px ui-monospace}.plan-pills{gap:5px;display:flex}.plan-pills button{background:var(--panel-2);color:var(--muted);cursor:pointer;border:0;border-radius:12px;padding:4px 7px;font-size:6.5px}.plan-pills button.included{color:#6551ce;background:#efedff}.integration-warning{color:#257a5d;background:#effaf6;border:1px solid #cde5dc;border-radius:10px;align-items:center;gap:11px;margin-bottom:13px;padding:13px;display:flex}.integration-warning svg{width:22px}.integration-warning b,.integration-warning span{display:block}.integration-warning b{font-size:9px}.integration-warning span{margin-top:3px;font-size:8px}.integration-grid{grid-template-columns:repeat(4,1fr);gap:13px;display:grid}.integration-card{padding:17px}.integration-card>div{justify-content:space-between;align-items:center;display:flex}.integration-card>div>svg{color:#6952dd;width:20px}.integration-card h2{margin:14px 0 3px;font:700 12px Manrope}.integration-card p{color:var(--muted);font-size:7px}.integration-card code{background:var(--panel-2);border-radius:6px;margin:12px 0;padding:8px;font-size:8px;display:block}.system-checks{padding:4px 17px}.system-checks>div{border-top:1px solid var(--line);grid-template-columns:1fr 110px 60px;align-items:center;gap:15px;padding:13px 0;display:grid}.system-checks>div:first-child{border-top:0}.system-checks b,.system-checks span{display:block}.system-checks b{font-size:9px}.system-checks span{color:var(--muted);margin-top:3px;font-size:7.5px}.status-configured{color:#258b66;background:#e8f8f1}.status-not-configured{color:#ae7515;background:#fff4dc}.status-suspended,.status-disabled{color:#c75151;background:#ffecec}@media (max-width:1050px){.integration-grid,.authority-actions{grid-template-columns:1fr 1fr}}@media (max-width:700px){.integration-grid,.flag-list>div{grid-template-columns:1fr}.banner-list>div{grid-template-columns:1fr auto auto}.banner-preview{grid-column:1/4}.system-checks>div{grid-template-columns:1fr auto}.system-checks .table-link{grid-column:1/3}.admin-detail-grid{grid-template-columns:1fr}}.super-metrics{grid-template-columns:repeat(4,1fr);gap:13px;display:grid}.super-metrics>button{border:1px solid var(--line);text-align:left;color:var(--text);cursor:pointer}.platform-command{padding:17px}.command-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.command-grid button{border:1px solid var(--line);background:var(--panel-2);text-align:left;cursor:pointer;border-radius:9px;padding:12px}.command-grid b,.command-grid span,.command-grid em{display:block}.command-grid b{font-size:9px}.command-grid span{color:var(--muted);margin:4px 0 9px;font-size:7.5px;line-height:1.5}.command-grid em{color:#6952d8;font-size:7px;font-style:normal;font-weight:700}@media (max-width:1100px){.super-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.super-metrics,.command-grid{grid-template-columns:1fr}}.barcode-guide{background:linear-gradient(135deg, color-mix(in srgb, #6650dd 8%, var(--panel)), var(--panel));align-items:center;gap:14px;margin-bottom:13px;padding:16px;display:flex}.barcode-guide>svg{color:#6650dd;width:28px}.barcode-guide b,.barcode-guide span{display:block}.barcode-guide b{font-size:10px}.barcode-guide span{color:var(--muted);margin-top:4px;font-size:8px;line-height:1.5}.barcode-button{white-space:nowrap}.barcode-modal{width:min(480px,100vw - 28px)}.print-barcode-label{color:#111;text-align:center;background:#fff;border:1px dashed #cbd2dd;border-radius:12px;flex-direction:column;align-items:center;min-height:250px;padding:24px;display:flex}.print-barcode-label>img{object-fit:contain;width:150px;height:48px;margin-bottom:16px}.print-barcode-label>b{font:800 16px Manrope}.print-barcode-label>span{color:#596274;margin:4px 0 15px;font-size:9px}.barcode-graphic{width:100%;max-height:90px}.dual-scan-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.scan-step{padding:20px}.scan-step>span{letter-spacing:1px;color:#6952d8;font-size:7px;font-weight:700}.scan-step h2{margin:7px 0 14px;font:800 16px Manrope}.scan-step>p{color:var(--muted);font-size:8px}.scan-input{border:1px solid var(--line);background:var(--panel-2);border-radius:9px;align-items:center;gap:8px;height:48px;padding:0 12px;display:flex!important}.scan-input svg{color:#6952d8;width:18px}.scan-input input{outline:0;font:10px ui-monospace;background:0 0!important;border:0!important;height:auto!important;margin:0!important;padding:0!important}.scan-match{color:#247b5d;background:#eefaf5;border-radius:8px;align-items:center;gap:9px;margin-top:11px;padding:10px;display:flex}.scan-match svg{width:17px}.scan-match b,.scan-match span{display:block}.scan-match b{font-size:9px}.scan-match span{margin-top:2px;font-size:7px}.link-verification{justify-content:space-between;align-items:center;gap:15px;margin:13px 0;padding:16px;display:flex}.link-verification>div{align-items:center;gap:10px;display:flex}.link-verification svg{color:#6952d8;width:22px}.link-verification b,.link-verification span{display:block}.link-verification b{font-size:9px}.link-verification span{color:var(--muted);margin-top:3px;font-size:8px}.link-verification.verified{border-color:#b9e4d3}.link-verification.rejected{border-color:#efc7c7}.return-order-select{min-width:240px}.shipment-panel{margin-top:13px;padding:18px}.shipment-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.shipment-grid>div{border:1px solid var(--line);background:var(--panel-2);border-radius:9px;grid-template-columns:minmax(80px,1fr) minmax(160px,1.2fr) auto;align-items:center;gap:10px;padding:11px;display:grid}.shipment-grid b,.shipment-grid span,.courier-link a{display:block}.shipment-grid b{font-size:8.5px}.shipment-grid span,.courier-link a{color:var(--muted);margin-top:2px;font-size:7px}.courier-link{align-items:center;gap:8px;display:flex}.courier-link a{color:#286fc4;text-decoration:none}.courier-logo{border-radius:6px;place-items:center;width:34px;height:28px;font:800 7px Manrope;color:#fff!important;margin:0!important;display:grid!important}.courier-dlv{background:#d72638}.courier-ek{background:#f2a900;color:#172033!important}.courier-bd{background:#0868b8}.courier-eex{background:#e34d28}.claim-create{grid-template-columns:1fr 1.2fr;gap:28px;margin-bottom:13px;padding:22px;display:grid}.claim-create>div:first-child>svg{color:#6952d8;width:27px}.claim-create>div:first-child>span{color:#6952d8;letter-spacing:1px;margin-top:9px;font-size:7px;font-weight:700;display:block}.claim-create h2{margin:5px 0;font:800 18px Manrope}.claim-create p{color:var(--muted);font-size:8px;line-height:1.6}.claim-fields{grid-template-columns:1fr 1fr;gap:9px;display:grid}.claim-fields label{min-width:0;color:var(--text);flex-direction:column;gap:6px;font-size:9px;font-weight:700;display:flex}.claim-fields input,.claim-fields select{box-sizing:border-box;border:1px solid var(--line);background:var(--panel-2);width:100%;min-width:0;min-height:40px;color:var(--text);border-radius:9px;padding:0 11px;font:600 9px Manrope,sans-serif}.claim-fields input[type=file]{padding:5px}.claim-fields input[type=file]::file-selector-button{color:#5439d5;cursor:pointer;background:#ece8ff;border:0;border-radius:6px;height:28px;margin-right:9px;padding:0 11px;font:700 8px Manrope,sans-serif}.claim-fields>label:last-of-type{grid-column:1/3}.claim-fields label>span{color:var(--muted);margin-top:4px;font-size:7px;display:block}.claim-fields .button{grid-column:1/3}.plan-capacity{justify-content:space-between;align-items:center;gap:18px;margin-bottom:13px;padding:16px 20px;display:flex}.plan-capacity>div:first-child{align-items:center;gap:12px;min-width:0;display:flex}.plan-capacity>div:first-child>svg{color:#6549dd;flex:none;width:22px;height:22px}.plan-capacity b,.plan-capacity small{display:block}.plan-capacity b{font:800 15px Manrope,sans-serif}.plan-capacity small{color:var(--muted);margin-top:3px;font-size:8px}.plan-capacity>.button,.plan-capacity>.status{flex:none}.security-alerts-page>.section-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:16px;padding:20px 22px 16px;display:flex}.security-alerts-page>.section-head span,.security-alerts-page>.section-head h2{display:block}.security-alerts-page>.section-head span{color:#6952d8;letter-spacing:1px;font-size:7px;font-weight:800}.security-alerts-page>.section-head h2{margin:5px 0 0;font:800 20px Manrope,sans-serif}.security-alerts-page>.empty{min-height:170px}.claim-grid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.claim-list-shell{overflow:hidden}.claim-list-shell .claim-grid{background:var(--panel-2);padding:13px}.table-control-select{border:1px solid var(--line);background:var(--panel);max-width:180px;height:35px;color:var(--text);border-radius:8px;padding:0 9px;font-size:9px}.claim-tile{padding:16px}.claim-tile>div:first-child{justify-content:space-between;align-items:center;display:flex}.claim-tile>div:first-child>span{font:700 9px ui-monospace}.claim-tile h2{margin:14px 0 3px;font:800 14px Manrope}.claim-tile p,.claim-tile small{color:var(--muted);font-size:7.5px}.claim-video{border:1px solid var(--line);background:var(--panel-2);border-radius:8px;align-items:center;gap:8px;margin:12px 0;padding:9px;display:flex}.claim-video>svg{color:#6952d8;width:18px}.claim-video .button{flex:none;margin-left:auto}.claim-video b,.claim-video span{font-size:7.5px;display:block}.claim-video span{color:var(--muted);margin-top:2px}.brand-strip{flex-wrap:wrap;gap:8px;margin-bottom:13px;display:flex}.market-brand{border:1px solid var(--line);background:var(--panel);border-radius:9px;justify-content:center;align-items:center;gap:7px;min-width:100px;height:40px;padding:0 12px;font-size:8px;font-weight:700;display:flex}.market-brand svg{width:17px;height:17px}.market-brand.amazon{color:#f90}.market-brand.flipkart{color:#2874f0}.market-brand.myntra{color:#ff3f6c}.market-brand.ajio{color:#212121}.market-brand.nykaa{color:#fc2779}.market-brand.shopify{color:#7ab55c}.market-brand.woocommerce{color:#96588a}.market-brand.instagram{color:#d62976}.coupon-entry{gap:7px;margin-top:5px;display:flex}.coupon-entry input{margin:0!important}.coupon-entry .button{white-space:nowrap;height:38px}.checkout-total>span b,.checkout-total>span small{display:block}.checkout-total>span small{color:#26835f;margin-top:4px;font-size:7px}.automation-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.scope-grid{grid-template-columns:1fr 1fr;gap:8px;margin:14px 0;display:grid}.scope-grid label{border:1px solid var(--line);background:var(--panel-2);cursor:pointer;border-radius:8px;align-items:center;gap:9px;padding:10px;display:flex!important}.scope-grid input{width:15px!important;height:15px!important;margin:0!important}.scope-grid b,.scope-grid span{display:block}.scope-grid b{font-size:8px}.scope-grid span{color:var(--muted);margin-top:2px;font-size:7px}.automation-flow{margin-top:13px;padding:18px}.automation-flow>div:last-child{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.automation-flow>div:last-child>div{border:1px solid var(--line);background:var(--panel-2);border-radius:9px;gap:8px;padding:11px;display:flex}.automation-flow i{color:#fff;background:#6952d8;border-radius:7px;flex:none;place-items:center;width:22px;height:22px;font-size:8px;font-style:normal;display:grid}.automation-flow b,.automation-flow small{display:block}.automation-flow b{font-size:8px}.automation-flow small{color:var(--muted);margin-top:3px;font-size:7px;line-height:1.4}@media (max-width:900px){.dual-scan-grid,.claim-create,.automation-grid{grid-template-columns:1fr}.claim-grid{grid-template-columns:1fr 1fr}.shipment-grid{grid-template-columns:1fr}.automation-flow>div:last-child{grid-template-columns:1fr 1fr}}@media (max-width:600px){.plan-capacity,.security-alerts-page>.section-head{flex-direction:column;align-items:stretch}.plan-capacity>.button,.security-alerts-page>.section-head>.button{width:100%}.claim-fields,.claim-grid,.scope-grid{grid-template-columns:1fr}.claim-fields>label:last-of-type,.claim-fields .button{grid-column:auto}.shipment-grid>div,.automation-flow>div:last-child{grid-template-columns:1fr}}@media print{body *{visibility:hidden}.print-barcode-label,.print-barcode-label *,.print-procurement-document,.print-procurement-document *,body.printing-device-test .device-test-label,body.printing-device-test .device-test-label *{visibility:visible}.print-barcode-label{border:0;width:100%;height:100%;position:fixed;inset:0}.print-procurement-document{border:0;border-radius:0;width:100%;height:100%;position:fixed;inset:0}body.printing-device-test .device-test-label{color:#000;box-sizing:border-box;text-align:center;background:#fff;border:2px solid #000;flex-direction:column;justify-content:center;align-items:center;gap:.16in;width:4in;height:6in;margin:0;padding:.35in;font-family:Arial,sans-serif;display:flex;position:fixed;inset:0}.no-print{display:none!important}}.device-readiness{margin-top:12px}.device-test-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 16px 16px;display:grid}.device-test-card{border:1px solid var(--line);background:var(--soft);border-radius:12px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:14px;display:grid}.device-test-card>svg{width:20px;color:var(--primary)}.device-test-card b,.device-test-card span,.device-cert-history>div:first-child b,.device-cert-history>div:first-child span{display:block}.device-test-card span,.device-cert-history>div:first-child span,.device-empty{color:var(--muted);margin-top:3px;font-size:11px;line-height:1.45}.device-scanner-input,.device-camera-preview{grid-column:2/-1}.device-scanner-input{width:100%}.device-camera-preview{object-fit:cover;background:#0f172a;border-radius:10px;width:min(100%,480px);max-height:230px;display:none}.device-camera-preview.active{display:block}.device-cert-history{padding:0 16px 16px}.device-cert-history>div:first-child{margin-bottom:10px}.device-empty{border:1px dashed var(--line);text-align:center;border-radius:10px;padding:16px}.device-test-label{display:none}.device-test-label>b{font-size:28px}.device-test-label>span,.device-test-label>small{font-size:12px}.device-test-label>strong{letter-spacing:4px;font-size:22px}.device-test-bars{letter-spacing:-5px;white-space:nowrap;width:100%;padding:18px 0;font-family:monospace;font-size:36px;font-weight:900;overflow:hidden}.platform-free-policy{grid-column:1/-1;margin:0}@media (max-width:760px){.device-test-grid{grid-template-columns:1fr}.device-test-card{grid-template-columns:28px minmax(0,1fr)}.device-test-card>.button,.device-scanner-input,.device-camera-preview{grid-column:1/-1;width:100%}}.operation-tabs{gap:6px;margin-bottom:10px;padding:7px;display:flex;overflow-x:auto}.operation-tabs button{border:1px solid var(--line);min-height:36px;color:var(--text);background:var(--panel-2);white-space:nowrap;cursor:pointer;border-radius:8px;padding:0 14px;font-weight:700}.operation-tabs button.active{background:var(--primary);border-color:var(--primary);box-shadow:0 5px 14px color-mix(in srgb, var(--primary) 24%, transparent);color:#fff!important}.operations-grid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.8fr);gap:10px;display:grid}.operation-panel,.operation-summary,.unmatched-returns{padding:16px}.operation-panel>label{gap:6px;margin:12px 0;display:grid}.metric-list{gap:2px;margin-top:10px;display:grid}.metric-list span{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:12px;padding:11px 0;display:flex}.metric-list b{color:var(--text);text-align:right}.compact-cart{gap:5px;margin:12px 0;display:grid}.compact-cart>div{border:1px solid var(--line);background:var(--panel-2);border-radius:8px;grid-template-columns:1fr 64px 100px;align-items:center;gap:8px;padding:8px;display:grid}.compact-cart span b,.compact-cart span small{display:block}.compact-cart small{color:var(--muted);margin-top:2px}.compact-cart input{min-width:0}.subscription-controls{align-items:center;gap:5px;display:flex}.subscription-controls select{min-width:105px}.subscription-controls button{border:1px solid var(--line);background:var(--panel);color:var(--text);cursor:pointer;white-space:nowrap;border-radius:6px;min-height:30px;padding:0 8px}.signup-link{text-align:center;color:var(--muted);margin:15px 0 4px;font-size:11px;line-height:1.5}.signup-link a{color:var(--primary);font-weight:800;text-decoration:none}.signup-card{width:min(720px,100%);padding:28px 30px}.manual-channel-note{color:#32506f;background:#f3f8ff;border:1px solid #d9e8fb;border-radius:10px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;margin:0 13px 12px;padding:11px 12px;display:grid}.manual-channel-note>svg{color:#187be1;width:19px}.manual-channel-note b,.manual-channel-note span{display:block}.manual-channel-note b{color:#172033;font-size:9px}.manual-channel-note span{margin-top:2px;font-size:8px;line-height:1.45}.order-lines-editor{border:1px solid var(--line);background:var(--panel-2);border-radius:10px;margin-top:14px;padding:12px}.order-lines-head,.order-line{align-items:end;gap:9px;display:grid}.order-lines-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-bottom:10px}.order-lines-head b,.order-lines-head span{display:block}.order-lines-head b{font-size:9px}.order-lines-head span{color:var(--muted);margin-top:2px;font-size:8px}.order-line{border-top:1px solid var(--line);grid-template-columns:minmax(180px,2fr) minmax(75px,.55fr) minmax(120px,1fr) 32px;padding-top:9px}.order-line+.order-line{margin-top:9px}.order-line label{min-width:0;color:var(--muted);font-size:8px;font-weight:700}.order-line input,.order-line select{border:1px solid var(--line);background:var(--panel);width:100%;height:36px;color:var(--text);border-radius:7px;margin-top:4px;padding:0 8px}.order-line>.icon-button{width:32px;height:36px}.order-line>.icon-button:disabled{opacity:.35}.signup-grid{grid-template-columns:1fr 1fr;gap:12px 14px;display:grid}.signup-grid label{color:#3b4658;min-width:0;font-size:9px;font-weight:750}.signup-grid input,.signup-grid select{color:#172033;width:100%;min-width:0;height:41px;font:inherit;background:#fafbfc;border:1px solid #dde2ea;border-radius:9px;outline:0;margin-top:5px;padding:0 11px;font-weight:500}.signup-grid input:focus,.signup-grid select:focus{border-color:#167fe9;box-shadow:0 0 0 3px #1683ed13}.signup-grid .login-input input{height:auto;box-shadow:none;background:0 0;border:0;border-radius:0;margin-top:0;padding:0 8px}.signup-section-title{color:#172033;grid-column:1/-1;padding-top:3px;font:800 10px Manrope,sans-serif}.signup-section-title:not(:first-child){border-top:1px solid #edf0f4;margin-top:3px;padding-top:13px}.signup-password-help{color:#7c8798;grid-column:1/-1;margin:-3px 0 2px;font-size:8px;line-height:1.5}.signup-card .login-submit{margin-top:14px}.signup-back{color:#52708f;align-items:center;gap:5px;margin-bottom:17px;font-size:9px;font-weight:750;text-decoration:none;display:inline-flex}.signup-back:hover{color:var(--primary)}.signup-back svg{width:14px;height:14px}.signup-highlights{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.signup-highlights span{color:#b9cae3;background:#16213a;border:1px solid #2a4365;border-radius:999px;padding:7px 11px;font-size:8px;font-weight:700}@media (min-width:851px){.signup-page{grid-template-columns:minmax(320px,.8fr) minmax(600px,1.2fr)}.signup-page .login-story{padding-inline:clamp(38px,5vw,78px)}.signup-page .login-copy h1{font-size:clamp(35px,4vw,58px)}.signup-page .login-form-side{padding:30px clamp(24px,4vw,54px)}}@media (min-width:851px) and (max-width:1100px){.signup-page{grid-template-columns:1fr}.signup-page .login-story{min-height:265px;padding:28px 42px 72px}.signup-page .login-copy{margin:30px 0 0}.signup-page .login-copy h1{margin-block:10px 12px;font-size:40px;line-height:1.05}.signup-page .login-copy p{max-width:680px;margin:0}.signup-page .signup-highlights{margin-top:14px}.signup-page .login-form-side{justify-content:flex-start;padding:0 24px 28px}.signup-page .signup-card{z-index:2;margin-top:-44px;position:relative}}@media (min-width:851px) and (max-height:820px){.signup-page .login-form-side{justify-content:flex-start;padding-block:22px;overflow-y:auto}.signup-page .signup-card{padding-block:22px}.signup-page .login-form-side>footer{margin-top:12px}}@media (max-width:850px){.signup-page .login-story{min-height:245px;padding:24px clamp(20px,6vw,42px) 70px}.signup-page .login-copy{margin:28px 0 0}.signup-page .login-copy h1{margin:10px 0 12px;font-size:clamp(30px,6vw,42px);line-height:1.06}.signup-page .login-copy p{max-width:620px;margin:0;font-size:10px;line-height:1.55;display:block}.signup-page .signup-highlights{margin-top:14px}.signup-page .login-form-side{justify-content:flex-start;padding:0 18px 24px}.signup-page .signup-card{margin-top:-42px}}@media (max-width:600px){.signup-page .login-story{min-height:220px;padding:18px 16px 58px}.signup-page .login-brand{width:132px;height:42px}.signup-page .login-copy{margin-top:23px}.signup-page .login-copy>span{letter-spacing:1.5px;font-size:8px}.signup-page .login-copy h1{letter-spacing:-1.5px;font-size:clamp(27px,9vw,34px)}.signup-page .login-copy p{font-size:9px}.signup-page .signup-highlights{display:none}.signup-page .login-form-side{padding-inline:10px}.signup-card{border-radius:14px;width:100%;padding:23px 18px}.signup-card .login-card-head h2{font-size:21px}.signup-card .login-card-head p{font-size:9px;line-height:1.5}.signup-grid{grid-template-columns:1fr;gap:11px}.signup-section-title:not(:first-child){margin-top:2px;padding-top:12px}.signup-link{font-size:10px}.signup-page .login-form-side>footer{text-align:center;line-height:1.5}}@media (max-width:850px){.login-page,.signup-page{min-height:100dvh;display:block;overflow:hidden visible}.login-page .login-story,.signup-page .login-story{min-height:104px;padding:max(12px, env(safe-area-inset-top)) 16px 52px}.login-page .login-brand,.signup-page .login-brand{width:128px;height:40px;padding:7px 10px}.login-page .login-copy,.signup-page .login-copy,.login-page .login-proof,.signup-page .signup-highlights{display:none}.login-page .login-form-side,.signup-page .login-form-side{min-height:calc(100dvh - 104px);padding:0 10px max(14px, env(safe-area-inset-bottom));justify-content:flex-start;display:flex}.login-page .login-card,.signup-page .signup-card{width:min(720px,100%);margin-top:-38px}.login-page .login-form-side>footer,.signup-page .login-form-side>footer{text-align:center;margin-top:10px}}@media (max-width:600px){.login-page .login-card,.signup-page .signup-card{padding:16px}.signup-page .signup-card{padding-block:14px}.signup-page .signup-back{margin-bottom:8px}.signup-page .login-card-head h2{margin-top:4px;font-size:19px}.signup-page .login-card-head p{margin-bottom:11px}.signup-page .signup-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 9px}.signup-page .signup-section-title{padding-top:0}.signup-page .signup-section-title:not(:first-child){margin-top:0;padding-top:7px}.signup-page .signup-grid input,.signup-page .signup-grid select,.signup-page .login-input{height:39px}.signup-page .signup-password-help{margin-top:-1px}.signup-page .login-submit{height:41px;margin-top:9px}.signup-page .signup-link{margin-top:9px}.manual-channel-note{grid-template-columns:28px minmax(0,1fr)}.manual-channel-note>.button{grid-column:1/-1;width:100%}.order-lines-head,.order-line{grid-template-columns:1fr;align-items:stretch}.order-lines-head>.button,.order-line>.icon-button{width:100%}}@media (max-width:370px){.signup-page .signup-grid{grid-template-columns:1fr}}@media (min-width:851px) and (max-height:720px){.login-page{align-items:stretch}.login-form-side{justify-content:flex-start;padding-block:16px;overflow-y:auto}.login-card{padding-block:20px}}.unmatched-returns{margin:10px 0}.return-manual-fields{margin-bottom:10px}.product-image-upload img{object-fit:cover;border-radius:inherit;width:100%;height:100%}@media (max-width:1100px) and (min-width:761px){.app-shell{grid-template-columns:216px minmax(0,1fr)}.sidebar{padding-inline:10px}.sidebar nav button{min-height:34px;padding-inline:9px}.content{padding:12px}.page-head{padding:13px 16px}.metrics{gap:8px}.metric-card,.card{border-radius:10px}.operations-grid{grid-template-columns:minmax(0,1.35fr) minmax(230px,.8fr)}}@media (max-width:760px){.content{padding:8px}.topbar{gap:7px;padding-inline:9px}.page-head{gap:8px;padding:10px 4px}.page-head h1{font-size:20px}.page-head p{max-width:100%}.page-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.page-actions .button{width:100%}.operations-grid{grid-template-columns:1fr}.operation-panel,.operation-summary,.unmatched-returns{padding:11px}.operation-tabs{margin-inline:0}.operation-tabs button{flex:1 0 auto;min-height:40px}.toolbar{gap:7px;padding:9px}.toolbar .inline-search{width:100%}.toolbar-spacer{display:none}.toolbar>.button,.toolbar>.column-menu{flex:1}.toolbar>.column-menu summary{width:100%}.table-foot{flex-wrap:wrap;align-items:center;gap:9px}.table-pagination{justify-content:flex-end;width:100%}.table-wrap{overscroll-behavior-inline:contain;max-width:100%;overflow-x:auto}.table-wrap table{min-width:720px}.modal{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);padding:13px;overflow-y:auto}.form-grid,.settings-workspace{grid-template-columns:1fr}.settings-nav{padding:7px;display:flex;position:static;overflow-x:auto}.settings-nav .settings-identity{min-width:180px}.settings-nav>button{white-space:nowrap}.return-metrics{grid-template-columns:1fr 1fr}.returns-grid{grid-template-columns:1fr}.unboxing-row{grid-template-columns:36px minmax(0,1fr) auto}.unboxing-row>.button{grid-column:2/4;width:100%}}@media (max-width:480px){.content{padding:6px}.card{border-radius:9px}.page-head h1{font-size:18px}.page-head p{font-size:11px;line-height:1.45}.button{min-height:40px;padding-inline:10px}.return-metrics{grid-template-columns:1fr}.compact-cart>div{grid-template-columns:minmax(0,1fr) 54px}.compact-cart>div>b{text-align:right;grid-column:1/3}.metric-list span{padding:9px 0}.coupon-entry{grid-template-columns:1fr}.profile-menu{width:min(260px,100vw - 16px)}.workspace-sync-error,.route-state-actions{flex-direction:column;align-items:stretch}.workspace-sync-error>.button,.route-state-actions .button{width:100%}.route-state-page{padding:10px}.route-state-card{padding:24px 18px}.module-error{grid-template-columns:1fr;padding:22px 16px}.purchase-line{grid-template-columns:1fr 1fr}.purchase-line label:first-child{grid-column:1/3}.purchase-total{flex-direction:column;align-items:stretch;gap:8px}.purchase-detail-lines>div{grid-template-columns:minmax(0,1fr) auto}.purchase-detail-lines>div>strong{grid-column:2}.procurement-history-grid{grid-template-columns:1fr}.print-procurement-document{padding:18px}.print-procurement-document header,.procurement-document-status,.procurement-document-values{flex-direction:column}.print-procurement-document header>div:last-child,.procurement-document-values .document-grand-total{text-align:left}.receipt-lines>div{grid-template-columns:1fr 1fr}.receipt-lines>div>span,.receipt-lines>div>label:last-child{grid-column:1/3}}@media (max-width:760px){input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{font-size:16px!important}}.operations-module{gap:14px;display:grid}.operations-module>.card,.operations-module>.operations-grid>.card{padding:20px}.operations-module .section-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.operations-module .section-head span{color:var(--primary);letter-spacing:.08em;margin-bottom:6px;font-size:8px;font-weight:800;display:block}.operations-module .section-head h2{color:var(--text);letter-spacing:-.03em;margin:0;font:800 20px Manrope,sans-serif}.operations-module .section-head p{max-width:720px;color:var(--muted);margin:6px 0 0;font-size:9px;line-height:1.55}.operations-module label{color:var(--text);gap:7px;font-size:9px;font-weight:750;display:grid}.operations-module input:not([type=checkbox]):not([type=radio]),.operations-module select,.operations-module textarea{border:1px solid var(--line);background:var(--panel-2);width:100%;min-width:0;min-height:40px;color:var(--text);border-radius:9px;outline:none;padding:0 12px;font:600 10px DM Sans,sans-serif}.operations-module textarea{resize:vertical;min-height:92px;padding-block:10px}.operations-module input:focus,.operations-module select:focus,.operations-module textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 12%, transparent)}.operations-module .form-grid{gap:14px;margin:14px 0}.operations-module .span-2{grid-column:1/-1}.operations-module .row-actions{flex-wrap:wrap;align-items:center;gap:9px;margin:12px 0}.operations-module .row-actions>select,.operations-module .row-actions>input{flex:180px;width:auto;min-width:min(220px,100%)}.operations-module .row-actions>.button,.operations-module .row-actions>button{height:auto;min-height:38px;padding:0 13px;font-size:8px}.operations-module .table-wrap{border:1px solid var(--line);border-radius:10px;margin-top:12px}.operations-module .data-page>.table-wrap:first-child{margin-top:0}.operations-module .integration-warning{margin:14px 0}.stock-operations-module .operation-tabs{margin:0;padding:8px}.shipping-module>.card>.button{margin-top:2px}@media (max-width:760px){.operations-module>.card,.operations-module>.operations-grid>.card{padding:15px}.operations-module .form-grid,.operations-grid{grid-template-columns:1fr}.operations-module .span-2{grid-column:auto}.operations-module .section-head{flex-direction:column}.operations-module .row-actions>select,.operations-module .row-actions>input,.operations-module .row-actions>.button,.operations-module .row-actions>button{width:100%}.checkout-breakdown>div:not(.checkout-total),.checkout-breakdown .checkout-total{flex-direction:column;align-items:flex-start}}
