:root{--bg:#f6f8fc;--surface:#fff;--surface-soft:#f2f5fb;--surface-strong:#fff;--text:#101828;--text-strong:#0b1220;--text-soft:#344054;--muted:#667085;--border:#e2e8f0;--ring:#9bb7ff;--accent-soft:#eef3ff;--accent-border:#b7c6ef;--category-btn-bg:#f8faff;--category-btn-border:#dbe6fb;--category-btn-text:#1f3568;--ghost-hover:#f1f5f9;--badge-bg:#eef3ff;--badge-text:#3558c8;--badge-border:#ccd8fb;--dashed-border:#cfd8e6;--accent:#2563eb;--danger:#dc2626;--radius:14px;--shadow:0 10px 25px #0f172a14}:root[data-theme=dark]{--bg:#0b1220;--surface:#0f172a;--surface-soft:#101b31;--surface-strong:#111c33;--text:#e5e7eb;--text-strong:#f3f6ff;--text-soft:#c0c9dd;--muted:#94a3b8;--border:#243247;--ring:#4c75d8;--accent-soft:#1b2c55;--accent-border:#304a83;--category-btn-bg:#162644;--category-btn-border:#2e4a81;--category-btn-text:#dbe7ff;--ghost-hover:#1a263d;--badge-bg:#1f3162;--badge-text:#bdd0ff;--badge-border:#36518e;--dashed-border:#314463;--accent:#4f83ff;--danger:#f87171;--shadow:0 14px 28px #02061780}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface-soft);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:4px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:var(--text-soft)}::-webkit-scrollbar-corner{background:var(--surface-soft)}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--muted) var(--surface-soft)}html,body,#app{background:var(--bg);min-height:100%;color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow-x:hidden}button,input,select{font:inherit}.app-shell{min-height:100dvh}.topbar{z-index:30;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);grid-template-columns:auto minmax(240px,1fr) auto;align-items:center;gap:12px;padding:12px 16px;display:grid;position:sticky;top:0}.brand{color:var(--text-strong);white-space:nowrap;font-size:1rem;font-weight:700}.search-wrap{position:relative}.search-icon{color:var(--muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-input{border:1px solid var(--border);background:var(--surface-strong);width:100%;height:42px;color:var(--text-strong);border-radius:12px;outline:none;padding:0 12px 0 38px;transition:border-color .2s}.search-input::placeholder{color:var(--muted)}.search-input:focus{border-color:var(--ring)}.topbar-actions{align-items:center;gap:8px;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 12px;transition:transform .15s,box-shadow .2s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 8px 18px #2563eb47}.btn-soft{border-color:var(--border);background:var(--surface-strong);color:var(--text)}.btn-soft.active-filter{border-color:var(--accent-border);background:var(--accent-soft)}.btn-danger{background:var(--danger);color:#fff;box-shadow:0 8px 16px #dc26263d}.theme-btn{width:40px;padding:0}.cart-btn{min-width:62px}.main-layout{grid-template-columns:290px minmax(0,1fr);gap:14px;padding:14px;display:grid}.sidebar,.content,.cart-drawer,.mobile-categories,.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.sidebar{max-height:calc(100dvh - 94px);padding:12px;position:sticky;top:80px;overflow:auto}.panel-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.panel-header h3,.content-top h2{color:var(--text-strong);margin:0;font-size:1.02rem}.all-categories-btn{border:1px solid var(--border);background:var(--surface-strong);width:100%;height:40px;color:var(--text-soft);cursor:pointer;border-radius:12px;margin-bottom:8px;font-weight:600}.all-categories-btn.active{border-color:var(--accent-border);background:var(--accent-soft);color:var(--text-strong)}.categories-tree{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-soft) 82%, transparent);border-radius:12px;flex-direction:column;gap:6px;max-width:100%;padding:8px;display:flex;overflow-x:auto}.categories-tree .category-row{min-width:0}.category-row{border-radius:10px;grid-template-columns:30px 1fr 30px 30px;align-items:center;gap:4px;min-height:36px;display:grid}.category-select{border:1px solid var(--category-btn-border);background:var(--category-btn-bg);text-align:left;min-height:32px;color:var(--category-btn-text);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;border-radius:999px;padding:0 12px;font-weight:600;overflow:hidden}.category-row.active .category-select{background:var(--accent-soft);border-color:var(--accent-border);color:var(--text-strong)}.category-spacer{width:30px}.icon-btn{cursor:pointer;width:30px;height:30px;color:var(--text);background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;display:grid}.icon-btn.ghost:hover{background:var(--ghost-hover)}.icon-btn.danger{color:var(--danger)}.icon-btn.starred,.icon-btn.with-note{color:#f59e0b}.content{padding:14px}.content-top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.content-top-actions{align-items:center;gap:8px;display:flex}.products-count{color:var(--muted);font-size:.92rem}.state-box{border:1px dashed var(--dashed-border);min-height:160px;color:var(--muted);border-radius:12px;place-items:center;margin-bottom:12px;font-size:.95rem;display:grid}.category-tree,.category-children{margin:0;padding:0;list-style:none}.category-node{margin:0}.category-node-header{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:4px;padding:6px 8px;transition:background .15s;display:flex}.category-node-header:hover{background:var(--surface-weak)}.category-node-header.selected{background:var(--accent);color:#fff}.category-node-header.selected .category-node-name{color:#fff}.category-node-name{color:var(--text-normal);flex:1;font-size:.92rem}.category-node-action{cursor:pointer;width:24px;height:24px;color:var(--text-weak);opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .15s;display:flex}.category-node-header:hover .category-node-action{opacity:1}.category-node-action:hover{background:var(--surface-strong);color:var(--text-normal)}.category-node-action.danger:hover{color:#dc2626;background:#fef2f2}.category-node-action svg{width:14px;height:14px}.expand-button{cursor:pointer;width:20px;height:20px;color:var(--text-weak);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .15s;display:flex}.expand-button:hover{background:var(--surface-weak);color:var(--text-normal)}.expand-button svg{width:14px;height:14px}.expand-placeholder{width:20px;height:20px}.sidebar-filters{gap:6px;margin-bottom:10px;display:flex}.filter-button{border:1px solid var(--border);background:var(--surface-weak);color:var(--text-normal);cursor:pointer;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:4px;padding:6px 10px;font-size:.85rem;transition:all .15s;display:flex}.filter-button:hover{background:var(--surface-strong)}.filter-button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.sidebar-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.sidebar-title{color:var(--text-strong);margin:0;font-size:1.1rem}.content-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.content-title{color:var(--text-strong);margin:0;font-size:1.2rem}.products-load-state{text-align:center;color:var(--text-weak);padding:16px;font-size:.9rem}.products-list-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff80;position:absolute;inset:0}.products-virtual-shell{flex:1;width:100%;height:770px;min-height:260px;overflow:hidden}.products-virtual-shell .product-card{height:auto;min-height:0}.products-grid{width:100%;gap:8px!important}.products-grid.compact{gap:6px!important}.products-grid.desktop-cols-1,.products-grid.desktop-cols-2,.products-grid.desktop-cols-3,.products-grid.desktop-cols-4,.products-grid.desktop-cols-5,.products-grid.mobile-cols-1,.products-grid.mobile-cols-2{gap:8px!important}.products-grid.mobile-cols-3,.products-grid.mobile-cols-4,.products-grid.mobile-cols-5{gap:6px!important}.product-card{border:1px solid var(--border);background:var(--surface-strong);box-sizing:border-box;border-radius:14px;flex-direction:column;min-width:0;min-height:300px;display:flex;overflow:hidden}.product-card-image{background:var(--surface-weak);width:100%;height:160px;position:relative;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%}.product-card-body{flex-direction:column;flex:1;gap:8px;min-height:0;padding:10px;display:flex}.product-card-name{color:var(--text-strong);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.98rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card-meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.product-card-price{color:var(--text-strong);font-size:1.05rem;font-weight:700}.product-card-unit{color:var(--text-weak);font-size:.85rem}.product-card-actions{gap:6px;margin-top:auto;display:flex}.favorite-button{cursor:pointer;width:32px;height:32px;color:var(--text-weak);z-index:2;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}:root[data-theme=dark] .favorite-button{background:#1e293be6}.favorite-button:hover{background:var(--surface-strong);transform:scale(1.1)}:root[data-theme=dark] .favorite-button:hover{background:var(--surface-strong)}.favorite-button.active{color:#fbbf24}.favorite-button svg{width:18px;height:18px}.icon-button{border:1px solid var(--border);background:var(--surface-weak);cursor:pointer;width:32px;height:32px;color:var(--text-normal);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.icon-button:hover{background:var(--surface-strong);border-color:var(--accent);color:var(--accent)}.icon-button:disabled{opacity:.5;cursor:not-allowed}.icon-button.danger{color:#dc2626}.icon-button.danger:hover{background:#fef2f2;border-color:#dc2626}.icon-button.small{width:28px;height:28px}.icon-button.small svg{width:14px;height:14px}.button{cursor:pointer;background:var(--surface-weak);color:var(--text-normal);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.button:hover{background:var(--surface-strong)}.button:disabled{opacity:.5;cursor:not-allowed}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-hover,#059669)}.button-danger{color:#fff;background:#dc2626}.button-danger:hover{background:#b91c1c}.quantity-input-group{flex:1;align-items:center;gap:4px;display:flex}.quantity-input{border:1px solid var(--border);text-align:center;background:var(--surface-weak);width:100%;color:var(--text-normal);border-radius:6px;padding:6px 8px;font-size:.9rem}.quantity-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #0596691a}.quantity-input:disabled{opacity:.5;cursor:not-allowed}.quick-add-row .button{flex-shrink:0;width:36px;height:36px;padding:0}.quick-add-row .button svg{width:18px;height:18px}.image-action{cursor:zoom-in;background:0 0;border:none;padding:0}.product-image{object-fit:cover;border-bottom:1px solid var(--border);width:100%;height:132px}.product-body{flex-direction:column;flex:1;gap:8px;min-height:0;padding:10px;display:flex}.product-top-row{justify-content:space-between;gap:8px;display:flex}.product-top-row h4{color:var(--text-strong);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.98rem;line-height:1.35;display:-webkit-box;overflow:hidden}.product-top-actions{align-items:center;gap:6px;display:flex}.badge{background:var(--badge-bg);color:var(--badge-text);text-transform:uppercase;border:1px solid var(--badge-border);border-radius:999px;padding:2px 8px;font-size:.72rem}.price-line{min-height:24px}.price-line strong{color:var(--text-strong);font-size:1.03rem}.quick-add-row{align-items:center;gap:8px;display:flex}.quantity-input-group{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:minmax(0,1fr) auto;width:100%;display:grid;overflow:hidden}.quick-add-row input{width:100%;height:34px;color:var(--text);background:0 0;border:none;outline:none;padding:0 8px}.quantity-input-group span{background:var(--surface-soft);border-left:1px solid var(--border);height:34px;color:var(--text-soft);white-space:nowrap;align-items:center;padding:0 10px;font-size:.82rem;display:inline-flex}.product-footer{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;margin-top:auto;display:grid}.product-actions{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.add-to-cart-btn{min-width:44px;min-height:44px}.products-grid.compact .product-card{min-height:286px}.products-grid.compact .product-body{gap:7px;padding:8px}.products-grid.compact .product-top-row h4{font-size:.9rem}.products-grid.compact .price-line strong{font-size:.95rem}.products-grid.compact .quick-add-row input,.products-grid.compact .quantity-input-group span{height:32px}.products-grid.desktop-cols-1 .product-footer,.products-grid.desktop-cols-2 .product-footer,.products-grid.desktop-cols-3 .product-footer,.products-grid.desktop-cols-4 .product-footer,.products-grid.desktop-cols-5 .product-footer,.products-grid.mobile-cols-1 .product-footer,.products-grid.mobile-cols-2 .product-footer,.products-grid.mobile-cols-3 .product-footer,.products-grid.mobile-cols-4 .product-footer,.products-grid.mobile-cols-5 .product-footer{grid-template-columns:1fr;align-items:stretch}.products-grid.desktop-cols-1 .product-actions,.products-grid.desktop-cols-2 .product-actions,.products-grid.desktop-cols-3 .product-actions,.products-grid.desktop-cols-4 .product-actions,.products-grid.desktop-cols-5 .product-actions,.products-grid.mobile-cols-1 .product-actions,.products-grid.mobile-cols-2 .product-actions,.products-grid.mobile-cols-3 .product-actions,.products-grid.mobile-cols-4 .product-actions,.products-grid.mobile-cols-5 .product-actions{justify-content:space-between;width:100%}.products-grid.desktop-cols-1 .add-to-cart-btn,.products-grid.desktop-cols-2 .add-to-cart-btn,.products-grid.desktop-cols-3 .add-to-cart-btn,.products-grid.desktop-cols-4 .add-to-cart-btn,.products-grid.desktop-cols-5 .add-to-cart-btn,.products-grid.mobile-cols-1 .add-to-cart-btn,.products-grid.mobile-cols-2 .add-to-cart-btn,.products-grid.mobile-cols-3 .add-to-cart-btn,.products-grid.mobile-cols-4 .add-to-cart-btn,.products-grid.mobile-cols-5 .add-to-cart-btn{width:100%;min-width:0}.products-grid.desktop-cols-1 .product-top-row h4,.products-grid.desktop-cols-2 .product-top-row h4,.products-grid.desktop-cols-3 .product-top-row h4,.products-grid.desktop-cols-4 .product-top-row h4,.products-grid.desktop-cols-5 .product-top-row h4,.products-grid.mobile-cols-1 .product-top-row h4,.products-grid.mobile-cols-2 .product-top-row h4,.products-grid.mobile-cols-3 .product-top-row h4,.products-grid.mobile-cols-4 .product-top-row h4,.products-grid.mobile-cols-5 .product-top-row h4{font-size:.9rem}.products-load-state{color:var(--muted);text-align:center;margin:10px 0 4px;font-size:.88rem}.drawer-overlay{opacity:0;pointer-events:none;z-index:35;background:#0f172a73;transition:opacity .2s;position:fixed;inset:0}.drawer-overlay.visible{opacity:1;pointer-events:auto}.cart-drawer{z-index:40;width:min(460px,100vw - 24px);box-shadow:var(--shadow);flex-direction:column;transition:transform .25s;display:flex;position:fixed;top:12px;bottom:12px;right:12px;overflow:hidden;transform:translate(calc(100% + 24px))}.cart-drawer.open{transform:translate(0)}.drawer-tabs{grid-template-columns:1fr 1fr;gap:8px;padding:0 12px 10px;display:grid}.drawer-tabs button{border:1px solid var(--border);background:var(--surface-strong);color:var(--text);cursor:pointer;border-radius:10px;height:36px}.drawer-tabs button.active{border-color:var(--accent-border);background:var(--accent-soft)}.list-controls{grid-template-columns:1fr auto;gap:8px;padding:0 12px 10px;display:grid}.list-controls select{border:1px solid var(--border);background:var(--surface-strong);height:40px;color:var(--text);border-radius:10px;padding:0 10px}.list-controls-actions{gap:6px;display:flex}.cart-items{flex-direction:column;flex:1;gap:10px;padding:10px;display:flex;overflow:auto}.cart-item{border:1px solid var(--border);border-radius:12px;grid-template-columns:56px 1fr auto;gap:8px;padding:8px;display:grid}.cart-item img{object-fit:cover;border-radius:10px;width:56px;height:56px}.cart-item p{color:var(--text-strong);margin:0 0 4px;font-size:.92rem}.cart-item-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cart-item-meta em{color:var(--muted);font-style:normal}.item-note{color:var(--text-soft);margin-top:6px;font-size:.85rem}.qty-box{align-items:center;gap:4px;display:flex}.cart-footer{border-top:1px solid var(--border);padding:12px}.cart-summary{justify-content:space-between;margin-bottom:10px;display:flex}.cart-buttons{grid-template-columns:1fr;gap:8px;display:grid}.history-list{flex-direction:column;gap:8px;padding:12px;display:flex;overflow:auto}.history-item{border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:10px;display:flex}.history-item h4{margin:0 0 4px}.history-item p{color:var(--muted);margin:0;font-size:.85rem}.mobile-categories{z-index:45;width:min(360px,100vw - 24px);box-shadow:var(--shadow);padding:10px;transition:transform .25s;position:fixed;top:12px;bottom:12px;left:12px;overflow:auto;transform:translate(calc(-100% - 24px))}.mobile-categories .categories-tree{background:linear-gradient(180deg, color-mix(in srgb, var(--accent-soft) 34%, var(--surface)) 0%, var(--surface-soft) 100%);border-color:color-mix(in srgb, var(--accent-border) 45%, var(--border))}.mobile-categories.open{transform:translate(0)}.panel-header-actions{align-items:center;gap:8px;display:flex}.modal-overlay{z-index:50;background:#0f172a73;place-items:center;padding:14px;display:grid;position:fixed;inset:0}.modal{width:min(760px,100%);max-height:calc(100vh - 28px);box-shadow:var(--shadow);padding:14px;overflow:auto}.preview-modal{width:min(880px,100%)}.preview-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.preview-image{border:1px solid var(--border);border-radius:12px;width:100%}.preview-body{gap:8px;display:grid}.preview-body h4{margin:0}.preview-body p{color:var(--text-soft);margin:0}.form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.form-grid label{color:var(--text);gap:6px;font-size:.92rem;display:grid}.form-grid input,.form-grid select{border:1px solid var(--border);background:var(--surface-strong);height:40px;color:var(--text);border-radius:10px;outline:none;padding:0 10px}.full-row{grid-column:1/-1}.input{border:1px solid var(--border);background:var(--surface-strong);width:100%;height:40px;color:var(--text-normal);border-radius:8px;padding:0 12px;font-size:.95rem;transition:border-color .2s}.input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #0596691a}.input::placeholder{color:var(--text-weak)}.select{border:1px solid var(--border);background:var(--surface-strong);width:100%;height:40px;color:var(--text-normal);cursor:pointer;border-radius:8px;padding:0 12px;font-size:.95rem;transition:border-color .2s}.select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #0596691a}.textarea{border:1px solid var(--border);resize:vertical;background:var(--surface-strong);width:100%;min-height:100px;color:var(--text-normal);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #0596691a}.image-preview-wrap{border:1px dashed var(--dashed-border);border-radius:12px;place-items:center;min-height:180px;display:grid}.image-preview{border-radius:10px;max-width:100%;max-height:220px}.modal-actions{justify-content:flex-end;gap:8px;display:flex}.compact-modal{width:min(460px,100%)}.settings-block{gap:8px;margin-bottom:12px;display:grid}.settings-title{color:var(--text-soft);margin:0;font-size:.92rem}.settings-options{gap:8px;display:flex}.settings-toggle{justify-content:space-between;align-items:center;margin:10px 0;display:flex}.settings-hint{color:var(--muted);margin:0;font-size:.84rem}.dialog-form{gap:12px;display:grid}.dialog-content{gap:8px;display:grid}.dialog-content h3{color:var(--text-strong);margin:0;font-size:1.05rem}.dialog-content p{color:var(--text-soft);margin:0;font-size:.92rem}.dialog-content input,.dialog-content textarea{border:1px solid var(--border);background:var(--surface-strong);width:100%;color:var(--text);border-radius:10px;outline:none;padding:10px}.dialog-content textarea{resize:vertical;min-height:100px}.mobile-only{display:none}.fab{z-index:34;background:var(--accent);color:#fff;border:1px solid #0000;border-radius:999px;place-items:center;width:56px;height:56px;display:grid;position:fixed;bottom:14px;right:14px;box-shadow:0 14px 25px #2563eb59}.fab span{background:var(--surface);color:var(--text);border-radius:999px;place-items:center;width:22px;height:22px;font-size:.75rem;display:grid;position:absolute;top:-5px;right:-4px}.muted{color:var(--muted);margin:auto}@media (width<=1024px){.main-layout{grid-template-columns:1fr}.desktop-only{display:none}.mobile-only{display:inline-grid}.topbar{grid-template-columns:auto 1fr auto}.btn-primary span{display:none}}@media (width<=767px){.topbar{grid-template-columns:auto 1fr auto;gap:8px;padding:10px}.brand{display:none}.content,.main-layout{gap:10px;padding:10px}.form-grid,.preview-layout{grid-template-columns:1fr}.topbar-actions .btn-soft span{display:none}.products-virtual-shell{height:clamp(260px,100dvh - 232px,1000px);min-height:240px}}@media (width<=479px){.product-card{min-height:260px}.product-image{height:112px}.products-virtual-shell{height:485px;min-height:220px}.cart-drawer,.mobile-categories{border-left:none;border-right:none;border-radius:0;width:100%;inset:0}.cart-drawer{transform:translate(100%)}.mobile-categories{transform:translate(-100%)}.modal-overlay{padding:0}.modal{border-radius:0;width:100%;height:100dvh;max-height:none}}@media (width<=767px){.topbar{flex-wrap:wrap;align-items:center;gap:8px;padding:10px;display:flex}.topbar .mobile-only:first-child{order:1}.brand{display:none}.topbar-actions{order:2;margin-left:auto}.search-wrap{order:3;width:100%}.topbar-actions .btn-soft span,.btn-primary span{display:none}.products-grid.mobile-cols-3 .quick-add-row,.products-grid.mobile-cols-4 .quick-add-row,.products-grid.mobile-cols-5 .quick-add-row{flex-direction:column;gap:8px}.products-grid.mobile-cols-3 .quick-add-row .button,.products-grid.mobile-cols-4 .quick-add-row .button,.products-grid.mobile-cols-5 .quick-add-row .button,.products-grid.mobile-cols-3 .quantity-input-group,.products-grid.mobile-cols-4 .quantity-input-group,.products-grid.mobile-cols-5 .quantity-input-group{width:100%}.products-grid.mobile-cols-3 .product-card-actions,.products-grid.mobile-cols-4 .product-card-actions,.products-grid.mobile-cols-5 .product-card-actions{justify-content:space-between;gap:10px}.products-grid.mobile-cols-3 .product-card-actions .icon-button,.products-grid.mobile-cols-4 .product-card-actions .icon-button,.products-grid.mobile-cols-5 .product-card-actions .icon-button{flex:1;min-width:0}}.frequent-products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;padding:4px;display:grid;overflow-y:auto}.frequent-product-card{border:1px solid var(--border);border-radius:12px;align-items:center;gap:12px;padding:8px;transition:background .15s;display:flex}.frequent-product-card:hover{background:var(--ghost-hover)}.frequent-product-card img{object-fit:cover;background:var(--surface-soft);border-radius:10px;width:56px;height:56px}.frequent-product-info{flex:1;min-width:0}.frequent-product-name{white-space:nowrap;text-overflow:ellipsis;color:var(--text-strong);font-size:.9rem;font-weight:600;overflow:hidden}.frequent-product-price{color:var(--muted);margin-top:2px;font-size:.85rem}.frequent-product-card .button{flex-shrink:0;width:36px;height:36px;padding:0}
