:root{--bg:#f3eee3;--surface:#fff;--field:#faf8f3;--ink:#171512;--ink-2:#5a5245;--muted:#8a8072;--faint:#b7ad98;--border:#eae3d6;--border-soft:#efeae0;--field-border:#dcd3c0;--orange:#f5a623;--orange-shadow:#c97f0c;--orange-soft:#f5c77a;--row-active:#fff8ec;--blue:#3f6fa8;--link:#6f9bd3;--red:#c0392b;--red-soft:#e8a59c;--display:"Baloo 2", sans-serif;--text:"Inter", sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);font-family:var(--text);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0}h1,h2{margin:0}a{color:var(--link)}a:hover{color:var(--orange)}button,input,select,textarea{font-family:var(--text)}::placeholder{color:var(--faint)}select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%235A5245' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat}input[type=number]{appearance:textfield}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=search]::-webkit-search-cancel-button{cursor:pointer}:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.num{font-variant-numeric:tabular-nums}.right{text-align:right}.center{text-align:center}.strong{color:var(--ink);font-weight:600}.logo{object-fit:contain;flex-shrink:0}.label-caps{color:var(--faint);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.field{border:1px solid var(--field-border);background-color:var(--field);color:var(--ink);border-radius:10px}.tab{background:var(--bg);color:var(--ink-2);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;font-weight:700;display:flex}.tab--active{background:var(--ink);color:#fff}.tab-count{opacity:.7;font-size:11px;font-weight:600}.badge-new{color:var(--ink);background:var(--orange);text-transform:uppercase;border-radius:6px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:800}.item-name{color:var(--ink);font-size:14px;font-weight:600}.item-en{color:var(--muted);font-size:12px}.item-note{color:var(--blue);font-size:12px;font-weight:600}.item-warn,.form-warn{color:var(--red);font-size:12px;font-weight:600}.stepper{justify-content:center;align-items:center;gap:4px;display:flex}.stepper button{cursor:pointer;padding:0}.stepper-dec{border:1px solid var(--field-border);color:var(--ink-2);background:#fff;font-weight:600}.stepper-inc{background:var(--orange);color:var(--ink);border:none;font-weight:700}.stepper input{border:1px solid var(--field-border);background:var(--field);text-align:center;color:var(--ink);padding:0;font-weight:700}.stepper--sm button{border-radius:8px;width:34px;height:34px;font-size:17px}.stepper--sm input{border-radius:8px;width:48px;height:34px;font-size:14px}.stepper--lg{gap:6px}.stepper--lg button{border-radius:10px;width:44px;height:44px;font-size:20px}.stepper--lg input{border-radius:10px;width:56px;height:44px;font-size:16px}.btn-submit{background:var(--orange);height:50px;color:var(--ink);font-weight:700;font-family:var(--display);cursor:pointer;box-shadow:0 4px 0 var(--orange-shadow);border:none;border-radius:12px;font-size:16px;transition:transform 50ms,box-shadow 50ms}.btn-submit:active:not(:disabled){box-shadow:0 2px 0 var(--orange-shadow);transform:translateY(2px)}.btn-submit:disabled{opacity:.7;cursor:progress}.btn-submit--block{width:100%}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px}.divider{background:var(--border-soft);height:1px}.kv{justify-content:space-between;display:flex}.summary-title{font-family:var(--display);color:var(--ink);font-size:16px;font-weight:700}.summary-total{justify-content:space-between;align-items:baseline;display:flex}.summary-total-label{color:var(--ink);font-size:14px;font-weight:700}.summary-total-value{font-family:var(--display);color:var(--ink);font-size:24px;font-weight:800}.empty{text-align:center;color:var(--muted);padding:40px;font-size:14px}.d-page{background:var(--bg);flex-direction:column;height:100%;min-height:640px;display:flex}.d-header{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;gap:20px;padding:18px 32px;display:flex}.d-brand{align-items:center;gap:12px;display:flex}.d-title{font-family:var(--display);color:var(--ink);font-size:21px;font-weight:800;line-height:1.1}.d-subtitle{color:var(--muted);font-size:12px}.d-header-right{align-items:center;gap:12px;display:flex}.d-delivery{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.d-delivery-value{color:var(--ink);font-size:13px;font-weight:600}.d-select{min-width:300px;height:44px;padding:0 38px 0 14px;font-size:14px;font-weight:600}.d-body{flex:1;grid-template-columns:minmax(0,1fr) 320px;gap:24px;min-height:0;padding:22px 32px;display:grid}.d-catalog{flex-direction:column;min-height:0;display:flex;overflow:hidden}.d-toolbar{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.d-tabs{gap:6px;display:flex}.d-tabs .tab{white-space:nowrap;height:38px;padding:0 14px;font-size:13px}.d-search{width:240px;height:38px;padding:0 12px;font-size:13px}.d-grid{grid-template-columns:64px minmax(0,1fr) 60px 86px 128px 96px;gap:14px;padding:0 20px;display:grid}.d-thead{color:var(--faint);text-transform:uppercase;letter-spacing:.5px;background:var(--field);border-bottom:1px solid var(--border-soft);padding-top:10px;padding-bottom:10px;font-size:11px;font-weight:700}.d-rows{flex:1;min-height:0;overflow-y:auto}.d-row{border-bottom:1px solid var(--bg);background:#fff;align-items:center;padding-top:12px;padding-bottom:12px}.d-row--active{background:var(--row-active)}.d-sku{color:var(--muted);font-size:12px}.d-product{flex-direction:column;gap:2px;min-width:0;display:flex}.d-name-line{align-items:center;gap:8px;display:flex}.d-moq{color:var(--ink-2);font-size:13px}.d-price{color:var(--ink);font-size:13px}.d-total{color:var(--ink);font-size:14px;font-weight:700}.d-side{flex-direction:column;gap:16px;min-height:0;display:flex;overflow-y:auto}.d-summary{flex-direction:column;gap:14px;padding:20px;display:flex}.d-summary-store{flex-direction:column;gap:2px;display:flex}.d-store{color:var(--ink);font-size:14px;font-weight:600}.d-company{color:var(--muted);font-size:12px}.d-summary-rows{color:var(--ink-2);flex-direction:column;gap:9px;font-size:13px;display:flex}.d-notes{resize:none;height:64px;padding:10px 12px;font-size:13px}.d-info{background:var(--ink);border-radius:16px;flex-direction:column;gap:6px;padding:16px 18px;display:flex}.d-info-title{color:var(--orange);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.d-info-text{color:#e6dfd1;font-size:12px;line-height:1.5}@media (width<=1180px){.d-toolbar{flex-wrap:wrap}.d-search{flex:1;min-width:200px}.d-header{flex-wrap:wrap}}.m-page{background:var(--bg);flex-direction:column;height:100dvh;display:flex}.m-header{padding:calc(10px + env(safe-area-inset-top)) 16px 12px;border-bottom:1px solid var(--border);background:#fff;flex-direction:column;gap:12px;display:flex}.m-brand{align-items:center;gap:10px;display:flex}.m-title{font-family:var(--display);color:var(--ink);font-size:18px;font-weight:800}.m-select{width:100%;height:46px;padding:0 38px 0 12px;font-size:14px;font-weight:600}.m-delivery{color:var(--ink-2);font-size:12px}.m-delivery b{color:var(--ink)}.m-tabs{scrollbar-width:none;gap:6px;display:flex;overflow-x:auto}.m-tab{flex-shrink:0;height:36px;padding:0 12px;font-size:12px}.m-search{width:100%;height:44px;padding:0 12px;font-size:16px}.m-list{flex-direction:column;flex:1;gap:10px;min-height:0;padding:12px 12px 16px;display:flex;overflow-y:auto}.m-card{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.m-card--active{border-color:var(--orange-soft)}.m-card--warn{border-color:var(--red-soft)}.m-card-info{flex-direction:column;gap:2px;display:flex}.m-name-line{align-items:center;gap:6px;display:flex}.m-card-foot{justify-content:space-between;align-items:center;display:flex}.m-total{color:var(--ink);font-size:15px;font-weight:700}.m-bar{border-top:1px solid var(--border);padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#fff;flex-direction:column;gap:8px;display:flex}.m-bar-row{align-items:center;gap:12px;display:flex}.m-bar-total{flex-direction:column;flex:1;display:flex}.m-bar-label{color:var(--muted);font-size:11px}.m-bar-value{font-family:var(--display);color:var(--ink);font-size:20px;font-weight:800}.m-submit{padding:0 20px;font-size:15px}.overlay{z-index:10;background:#17151273;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.confirm{background:#fff;border-radius:16px;flex-direction:column;gap:14px;width:100%;max-width:420px;max-height:100%;padding:24px;display:flex;overflow-y:auto}.confirm-check{background:var(--orange);width:48px;height:48px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;font-size:24px;font-weight:800;display:flex}.confirm-title{font-family:var(--display);color:var(--ink);font-size:22px;font-weight:800}.confirm-sub{color:var(--ink-2);font-size:13px}.confirm-lines{color:var(--ink-2);border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);flex-direction:column;gap:8px;padding:12px 0;font-size:13px;display:flex}.confirm-line{justify-content:space-between;gap:12px;display:flex}.confirm-line .num{white-space:nowrap;color:var(--ink);font-weight:600}
