:root{font-family:Inter,Microsoft YaHei,system-ui,sans-serif;color:#18202c;background:#f3f5f7;font-synthesis:none;--ink:#18202c;--muted:#6c7582;--line:#e2e6ea;--panel:#fff;--green:#16805d;--green-dark:#116348;--amber:#d59b28;--red:#c64949;--blue:#3978b8}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}svg{width:19px;height:19px}.loading-screen{height:100vh;display:grid;place-content:center;justify-items:center;gap:22px;background:#111820}.brand-mark{width:42px;height:42px;display:grid;place-items:center;background:#e5ad39;color:#17202a;border-radius:6px}.brand-mark svg{width:25px;height:25px}.spinner{width:32px;height:32px;border:3px solid #34404d;border-top-color:#e5ad39;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(480px,1.35fr) minmax(420px,.65fr);background:#fff}.login-visual{position:relative;padding:42px 52px;color:#fff;background:linear-gradient(120deg,#111820,#1d2731);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.login-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(110deg,#0c1218f7,#0c1218d1 38%,#0c121840),url(/assets/emoto-parts-hero.png);background-size:cover;background-position:center;z-index:0}.login-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:34px 34px;z-index:1}.login-brand,.login-copy,.login-metrics{position:relative;z-index:2}.login-brand{display:flex;align-items:center;gap:13px;font-weight:700;font-size:18px}.login-copy{max-width:680px}.eyebrow{font-size:12px;color:#e5ad39;font-weight:800;letter-spacing:1.8px}.login-copy h1{font-size:clamp(38px,4vw,64px);line-height:1.14;margin:18px 0 22px;letter-spacing:0}.login-copy p{color:#c3cbd3;font-size:18px}.login-metrics{display:flex;gap:38px;color:#b8c0c8;font-size:13px}.login-metrics span{display:flex;flex-direction:column;gap:4px}.login-metrics b{color:#fff;font-size:20px}.login-panel{display:grid;place-items:center;padding:44px}.login-form{width:min(100%,410px)}.login-heading{display:flex;gap:14px;align-items:center;margin-bottom:34px}.login-heading h2{font-size:29px;margin:0 0 5px}.login-heading p{margin:0;color:var(--muted)}.role-icon{width:48px;height:48px;display:grid;place-items:center;background:#eaf5f1;color:var(--green);border-radius:6px}.role-icon svg{width:25px;height:25px}label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:650;color:#39414c;margin-bottom:18px}input,select,textarea{width:100%;border:1px solid #d9dee4;border-radius:5px;padding:11px 12px;background:#fff;color:var(--ink);outline:none;transition:.15s}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #16805d1a}textarea{min-height:88px;resize:vertical}.password-input{position:relative}.password-input input{padding-right:46px}.password-input .icon-button{position:absolute;right:4px;top:4px}.check-row{flex-direction:row;align-items:center;gap:9px;font-weight:500;color:var(--muted)}.check-row input{width:16px;height:16px;accent-color:var(--green)}.primary-button,.secondary-button,.danger-button,.small-button{border:0;border-radius:5px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;white-space:nowrap}.primary-button{background:var(--green);color:#fff}.primary-button:hover{background:var(--green-dark)}.secondary-button{background:#fff;border:1px solid #d9dee4;color:#3f4853}.danger-button{background:var(--red);color:#fff}.full{width:100%}.login-form .primary-button{height:47px;margin-top:5px}.switch-login{border-top:1px solid var(--line);margin-top:28px;padding-top:22px;color:var(--muted);font-size:13px;display:flex;justify-content:space-between}.switch-login button,.text-button,.popover-head button{border:0;background:none;color:var(--green);font-weight:700}.app-shell{min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;width:238px;background:#151d26;color:#fff;padding:22px 14px;z-index:50;display:flex;flex-direction:column}.sidebar-brand{display:flex;align-items:center;gap:11px;padding:0 7px 23px;border-bottom:1px solid #2b333d}.sidebar-brand>div:nth-child(2){min-width:0}.sidebar-brand strong,.sidebar-brand small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-brand strong{font-size:15px}.sidebar-brand small{color:#8f9aa5;margin-top:4px;font-size:11px}.sidebar nav{display:flex;flex-direction:column;gap:5px;padding-top:20px}.sidebar nav button{height:43px;border:0;background:transparent;color:#aeb7c0;display:flex;align-items:center;gap:12px;border-radius:5px;padding:0 13px;text-align:left}.sidebar nav button:hover{background:#202a34;color:#fff}.sidebar nav button.active{background:#29343e;color:#fff;box-shadow:inset 3px 0 #e5ad39}.sidebar nav svg{width:18px}.nav-badge{margin-left:auto;background:#d65353;color:#fff;min-width:20px;height:20px;display:grid;place-items:center;border-radius:10px;font-size:11px}.sidebar-user{margin-top:auto;border-top:1px solid #2b333d;padding:18px 5px 0;display:grid;grid-template-columns:36px 1fr 34px;align-items:center;gap:9px}.avatar{width:36px;height:36px;background:#dca638;color:#17202a;border-radius:50%;display:grid;place-items:center;font-weight:800}.sidebar-user strong,.sidebar-user small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user strong{font-size:13px}.sidebar-user small{font-size:11px;color:#8f9aa5;margin-top:2px}.icon-button{width:36px;height:36px;border:0;background:transparent;color:inherit;display:grid;place-items:center;border-radius:5px;padding:0}.icon-button:hover{background:#80899224}.main-area{margin-left:238px}.topbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 28px;position:sticky;top:0;z-index:30}.topbar-spacer{flex:1}.topbar-user{border-left:1px solid var(--line);padding-left:16px;margin-left:12px}.topbar-user span,.topbar-user small{display:block}.topbar-user span{font-size:13px;font-weight:700}.topbar-user small{font-size:11px;color:var(--muted)}.bell-button{position:relative}.bell-button span{position:absolute;right:0;top:-2px;background:#cf4d4d;color:#fff;min-width:17px;height:17px;border-radius:10px;padding:0 4px;font-size:10px;display:grid;place-items:center}.notification-wrap{position:relative}.notice-popover{position:absolute;right:-60px;top:46px;width:380px;background:#fff;border:1px solid var(--line);box-shadow:0 15px 40px #1f28322e;border-radius:6px;overflow:hidden}.popover-head{height:52px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.popover-list{max-height:420px;overflow:auto}.popover-list>div:not(.empty){display:grid;grid-template-columns:10px 1fr;gap:8px;padding:13px 16px;border-bottom:1px solid #edf0f2}.popover-list>div.unread{background:#f0f8f5}.notice-dot{width:7px;height:7px;border-radius:50%;background:#c8ced4;margin-top:6px}.unread .notice-dot{background:var(--green)}.popover-list b{font-size:13px}.popover-list p{margin:4px 0;color:#59636f;font-size:12px;line-height:1.5}.popover-list small{color:#979fa8;font-size:10px}.popover-foot{width:100%;height:42px;border:0;background:#f8f9fa;color:var(--green);font-weight:700}.content{padding:28px;max-width:1800px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.page-header h1{margin:0 0 6px;font-size:25px;letter-spacing:0}.page-header p{margin:0;color:var(--muted);font-size:14px}.page-actions{display:flex;gap:10px}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:16px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:6px;min-height:112px;padding:20px;display:flex;align-items:center;gap:16px}.stat-icon{width:46px;height:46px;border-radius:6px;display:grid;place-items:center}.stat-icon.neutral{background:#eef1f3;color:#46515d}.stat-icon.green{background:#e7f4ef;color:var(--green)}.stat-icon.amber{background:#fff4dc;color:#bc7e08}.stat-icon.blue{background:#eaf2f9;color:var(--blue)}.stat-card p{margin:0 0 7px;color:var(--muted);font-size:13px}.stat-card strong{font-size:23px}.panel{background:#fff;border:1px solid var(--line);border-radius:6px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,2.25fr) minmax(280px,.75fr);gap:16px}.panel-head{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.panel-head h2{font-size:16px;margin:0 0 4px}.panel-head p{margin:0;font-size:12px;color:var(--muted)}.text-button{display:flex;align-items:center;gap:6px}.text-button svg{width:14px}.table-wrap{width:100%;overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px;white-space:nowrap}th{text-align:left;padding:12px 14px;color:#65707c;font-size:11px;background:#f8f9fa;border-bottom:1px solid var(--line)}td{padding:13px 14px;border-bottom:1px solid #edf0f2;vertical-align:middle}tbody tr:hover{background:#fafcfc}td small{display:block;color:#87909a;margin-top:4px}.order-index{font-size:12px;margin-right:7px;color:var(--green)}.muted{color:#9aa2aa}.settle-badge,.refund-flag{display:inline-flex;align-items:center;border-radius:3px;font-size:11px;font-weight:700;padding:4px 7px}.settle-badge.yes{background:#e7f4ef;color:#137454}.settle-badge.no{background:#fff2dc;color:#a76c08}.refund-flag{background:#fbe7e7;color:#b13939;margin-left:7px}.status-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700}.status-badge i,.dot{width:7px;height:7px;border-radius:50%;display:inline-block}.pending i,.dot.pending{background:#d09421}.shipped i,.dot.shipped{background:#278366}.refund i,.dot.refund{background:#ca4c4c}.intercepted i,.dot.intercepted{background:#5f6874}.status-summary{padding:22px;display:flex;flex-direction:column;gap:24px}.status-line{display:flex;justify-content:space-between;margin-bottom:8px;font-size:13px}.status-line span{display:flex;align-items:center;gap:8px}.progress{height:6px;background:#eef1f3;border-radius:5px;overflow:hidden}.progress span{height:100%;display:block}.progress .pending{background:#d09421}.progress .shipped{background:#278366}.progress .refund{background:#ca4c4c}.progress .intercepted{background:#5f6874}.filter-panel{padding:16px;margin-bottom:15px}.filter-grid{display:grid;grid-template-columns:minmax(240px,1.6fr) repeat(4,minmax(130px,.7fr)) auto;gap:11px;align-items:end}.filter-grid label{margin:0;gap:5px;font-size:11px}.search-field{position:relative}.search-field svg{position:absolute;left:12px;bottom:10px;color:#8c959f;width:17px}.search-field input{padding-left:38px}.filter-actions{display:flex;gap:8px}.table-panel{min-height:160px}.small-button{padding:7px 10px;border:1px solid #d9dee4;background:#fff;font-size:11px}.small-button svg{width:14px}.small-button.danger,.danger-icon{color:var(--red)}.small-button:disabled{background:#f0f2f4;color:#989fa6}.row-actions{display:flex;align-items:center;gap:5px}.section-loading,.empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8a939d;gap:11px}.section-loading{flex-direction:row}.empty svg{width:36px;height:36px;color:#bac0c6}.empty.compact{min-height:110px}.modal-backdrop{position:fixed;inset:0;background:#0d13198f;display:grid;place-items:center;padding:20px;z-index:100}.modal{width:min(610px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:7px;box-shadow:0 25px 80px #0000004d}.modal-head{padding:19px 21px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between}.modal-head h2{margin:0 0 4px;font-size:19px}.modal-head p{margin:0;color:var(--muted);font-size:12px}.modal-body{padding:21px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.form-grid .wide{grid-column:1/-1}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.refund-note,.inline-alert{padding:13px;background:#fff4e6;border:1px solid #f1d3a7;border-radius:5px;color:#785120}.refund-note p{margin:6px 0 0;font-weight:500}.success-state{text-align:center;padding:10px 0}.success-state>svg{width:48px;height:48px;padding:11px;background:#e6f4ef;color:var(--green);border-radius:50%}.success-state h3{margin-bottom:6px}.success-state p{color:var(--muted)}.link-grid,.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.link-card,.catalog-card{background:#fff;border:1px solid var(--line);border-radius:6px}.link-card{padding:18px}.link-card-head{display:flex;justify-content:space-between}.link-state{font-size:10px;font-weight:800;background:#eef0f2;color:#737d87;padding:5px 7px;border-radius:3px}.link-state.active{background:#e7f4ef;color:var(--green)}.link-card h2{font-size:17px;margin:18px 0 7px}.product-name{margin:0;color:var(--muted)}.link-price{display:block;font-size:25px;margin:20px 0}.link-price small{font-size:12px;color:var(--muted);margin-left:3px}.link-meta{display:flex;gap:16px;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;color:#5d6671}.link-meta span{display:flex;align-items:center;gap:5px}.link-meta svg{width:14px}.link-note{font-size:12px;color:var(--muted);min-height:18px}.link-url{background:#f5f7f8;border-radius:4px;padding-left:10px;display:flex;align-items:center}.link-url code{min-width:0;overflow:hidden;text-overflow:ellipsis;flex:1;font-size:10px;color:#64707c}.inline-alert{display:flex;align-items:center;gap:10px;margin-bottom:15px}.catalog-card{overflow:hidden}.catalog-visual{height:122px;background:#19232d;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#e6ad39;gap:9px}.catalog-visual svg{width:48px;height:48px}.catalog-visual span{color:#aeb8c1;font-size:11px}.catalog-body{padding:19px}.catalog-body small{color:var(--green);font-weight:700}.catalog-body h2{font-size:18px;margin:7px 0 15px}.catalog-body strong{font-size:26px}.catalog-body em{font-size:12px;font-style:normal;color:var(--muted)}.catalog-body p{font-size:12px;color:var(--muted);line-height:1.6;min-height:39px}.catalog-body button{margin-top:18px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:16px}.checkout-product{min-height:510px;background:#18222b;color:#fff;border-radius:6px;padding:48px;position:relative;overflow:hidden}.checkout-product:after{content:"";position:absolute;right:-70px;bottom:-80px;width:340px;height:340px;border:70px solid rgba(255,255,255,.035);border-radius:50%}.product-art{width:94px;height:94px;background:#25333e;border:1px solid #394754;display:grid;place-items:center;margin-bottom:50px}.product-art svg{width:55px;height:55px;color:#e5ad39}.checkout-product h1{font-size:37px;margin:13px 0}.checkout-product>p{color:#aeb8c1}.product-note{border-left:3px solid #e5ad39;padding:9px 13px;color:#c6ced5;margin-top:25px;max-width:560px}.checkout-product>strong{display:block;font-size:35px;margin-top:45px}.checkout-product>strong small{font-size:13px;color:#9ba6af}.checkout-form{padding:28px}.checkout-form h2{margin:0 0 5px}.checkout-form>p{color:var(--muted);font-size:13px}.stepper{display:grid;grid-template-columns:48px 1fr 48px;border:1px solid #d7dce1;border-radius:5px;overflow:hidden;margin:30px 0}.stepper button,.stepper input{height:48px;border:0;border-radius:0;text-align:center;background:#fff}.stepper button{font-size:22px;background:#f4f6f7}.stepper input{border-left:1px solid #d7dce1;border-right:1px solid #d7dce1}.checkout-row,.checkout-total{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}.checkout-total{align-items:end;padding:22px 0;border-bottom:0}.checkout-total strong{font-size:27px;color:var(--green)}.submit-order{height:48px;margin-top:10px}.order-success{min-height:520px;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:6px}.order-success>span{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#e6f4ef;color:var(--green)}.order-success>span svg{width:34px;height:34px}.order-success h1{margin:20px 0 6px}.order-success p{color:var(--muted)}.order-success>div{display:flex;gap:10px;margin-top:20px}.notification-page-list{overflow:hidden}.notification-page-list article{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:18px 20px;border-bottom:1px solid var(--line)}.notice-type{width:42px;height:42px;display:grid;place-items:center;background:#edf2f5;color:#5f6b77;border-radius:5px}.notice-type.new_order,.notice-type.order_update{background:#e7f4ef;color:var(--green)}.notice-type.refund_request{background:#fbe9e9;color:var(--red)}.notice-title{display:flex;justify-content:space-between;gap:10px}.notice-title h3{font-size:14px;margin:2px 0 6px}.notice-title time{font-size:11px;color:#9aa2aa}.notification-page-list p{font-size:13px;color:#5c6670;margin:0;line-height:1.6}.toast-stack{position:fixed;right:20px;bottom:20px;z-index:200;display:flex;flex-direction:column;gap:8px}.toast{min-width:260px;max-width:400px;background:#17212a;color:#fff;padding:12px 14px;border-radius:5px;display:flex;align-items:center;gap:10px;box-shadow:0 12px 35px #00000038}.toast.success svg{color:#57c399}.toast.error svg{color:#ef7171}.mobile-only,.menu-button{display:none}@media(max-width:1180px){.stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.filter-grid{grid-template-columns:repeat(3,1fr)}.filter-actions{justify-content:flex-end}.link-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.login-page{display:block}.login-visual{min-height:330px;padding:28px 24px}.login-copy h1{font-size:34px}.login-copy p,.login-metrics{display:none}.login-panel{padding:35px 22px}.sidebar{transform:translate(-100%);transition:.2s}.sidebar.open{transform:translate(0)}.sidebar-scrim{position:fixed;inset:0;background:#00000080;z-index:40}.mobile-only,.menu-button{display:grid}.sidebar-brand .mobile-only{margin-left:auto}.main-area{margin-left:0}.topbar{padding:0 14px}.topbar-user{display:none}.content{padding:18px 14px}.page-header{align-items:flex-start;flex-direction:column}.page-actions,.page-actions>button{width:100%}.stat-grid{grid-template-columns:1fr}.stat-card{min-height:88px}.filter-grid{grid-template-columns:1fr}.filter-actions button{flex:1}.link-grid,.catalog-grid,.form-grid{grid-template-columns:1fr}.form-grid label,.form-grid .wide,.form-grid .modal-actions{grid-column:1}.checkout-layout{grid-template-columns:1fr}.checkout-product{min-height:400px;padding:30px 24px}.checkout-product h1{font-size:30px}.product-art{margin-bottom:35px}.notice-popover{position:fixed;top:64px;left:10px;right:10px;width:auto}.notification-page-list article{grid-template-columns:34px 1fr;padding:14px}.notice-type{width:34px;height:34px}.notice-title{display:block}.notice-title time{display:block;margin-bottom:5px}.modal{max-height:94vh}.modal-backdrop{padding:10px}.order-success{min-height:430px}.toast-stack{left:12px;right:12px}.toast{min-width:0;max-width:none}.login-metrics{gap:15px}}.base-price{color:var(--green);font-size:15px}.price-mode{margin-left:auto;padding:5px 7px;border-radius:3px;background:#edf2f5;color:#66717c;font-size:10px;font-weight:800}.price-mode.custom{background:#fff1d8;color:#9b6500}.link-card-head .row-actions{margin-left:4px}.price-compare{margin:-14px 0 17px;color:var(--muted);font-size:11px}.price-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.price-choice button{display:grid;grid-template-columns:22px 1fr;grid-template-rows:auto auto;gap:3px 8px;min-height:104px;padding:13px;border:1px solid #d9dee4;border-radius:5px;background:#fff;color:#46505b;text-align:left}.price-choice button svg{grid-row:1 / 3;color:#87919b}.price-choice button strong,.price-choice button small{grid-column:2}.price-choice button strong{color:var(--ink);font-size:15px}.price-choice button small{color:var(--muted);font-size:10px}.price-choice button.selected{border-color:var(--green);background:#edf8f4;box-shadow:0 0 0 2px #16805d1a}.price-choice button.selected svg{color:var(--green)}@media(max-width:520px){.price-choice{grid-template-columns:1fr}}.copy-cell{display:grid;grid-template-columns:minmax(150px,1fr) 32px;align-items:center;gap:5px;white-space:normal}.copy-cell .icon-button svg{width:15px;height:15px}.address-text{max-width:230px;line-height:1.45}.special-label{color:#a56b00;font-weight:700}.order-note{display:block;max-width:240px;color:#8a5b0a;line-height:1.5;white-space:normal}.link-products{display:flex;flex-direction:column;gap:8px;margin:17px 0;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.link-products>div,.catalog-item-list>div{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;font-size:12px}.link-products span,.catalog-item-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-products small{padding:3px 5px;border-radius:3px;background:#edf2f5;color:#68727c;font-size:9px}.link-products small.custom{background:#fff1d8;color:#956000}.multi-product-picker{overflow:hidden;margin-bottom:18px;border:1px solid var(--line);border-radius:5px}.picker-head{display:flex;justify-content:space-between;padding:12px 14px;background:#f6f8f9;font-size:12px}.picker-head span{color:var(--green);font-weight:700}.picker-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,.75fr);align-items:center;gap:14px;padding:11px 14px;border-top:1px solid var(--line)}.picker-row.selected{background:#f3faf7}.picker-row .check-row{margin:0}.picker-row .check-row span,.picker-row .check-row b,.picker-row .check-row small{display:block}.picker-row .check-row small{margin-top:3px;color:var(--muted);font-weight:500}.inline-price-controls{display:grid;grid-template-columns:1fr 110px;gap:7px}.inline-price-controls select,.inline-price-controls input{padding:8px 9px}.catalog-item-list{display:flex;flex-direction:column;gap:8px;min-height:92px;margin:15px 0;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.multi-checkout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(360px,.6fr);gap:16px;align-items:start}.order-product-list>div{display:grid;grid-template-columns:minmax(180px,1fr) 120px 160px 120px;align-items:center;gap:15px;padding:15px 20px;border-bottom:1px solid var(--line)}.order-product-list small{display:block;margin-top:4px;color:var(--muted)}.stepper.compact{grid-template-columns:36px 70px 36px;margin:0}.stepper.compact button,.stepper.compact input{height:38px}.line-total{color:var(--green);text-align:right}.delivery-form{position:sticky;top:84px;padding:22px}.delivery-form h2{margin:0 0 22px}.refund-review-box{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.refund-review-box .refund-note{margin:0}.refund-review-box .refund-note small{display:block;margin-top:7px;color:#906e35}.review-actions{display:flex;gap:8px}.review-result{display:flex;justify-content:space-between;padding:12px 13px;border:1px solid var(--line);border-radius:5px;color:var(--muted)}.review-result b{color:var(--green)}.batch-toolbar{position:sticky;top:74px;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;padding:12px 14px;border:1px solid #badbce;border-radius:6px;background:#edf8f4;box-shadow:0 7px 20px #1c44351a}.batch-toolbar>div{display:flex;align-items:center;gap:10px}.batch-toolbar>div:first-child svg{color:var(--green)}.batch-toolbar>div:first-child button{border:0;background:transparent;color:var(--green);font-weight:700}.batch-toolbar select{width:150px;padding:8px 10px}.select-column{width:42px;min-width:42px;text-align:center}.select-column input{width:16px;height:16px;accent-color:var(--green)}tr.selected-row{background:#eff9f5}tr.selected-row:hover{background:#e8f6f0}@media(max-width:700px){.refund-review-box{grid-template-columns:1fr}.review-actions{justify-content:flex-end}.batch-toolbar{position:static;align-items:stretch;flex-direction:column}.batch-toolbar>div:last-child{display:grid;grid-template-columns:1fr 1fr}.batch-toolbar>div:last-child span{grid-column:1 / -1}.batch-toolbar select{width:100%}}@media(max-width:1000px){.multi-checkout{grid-template-columns:1fr}.delivery-form{position:static}}@media(max-width:700px){.picker-row{grid-template-columns:1fr}.order-product-list>div{grid-template-columns:1fr auto}.order-product-list .stepper{grid-column:1}.line-total{grid-column:2;grid-row:2}}
