:root{font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.45;font-weight:400;color:#1a1f2e;background:#f0f2f7;--accent: #0787c7;--accent-dark: #056a9d;--surface: #ffffff;--border: #dde3ee;--muted: #5c677d;--danger: #b42318;--success: #067647;--touch: 48px;--topbar-h: 52px;--bottom-nav-h: 64px;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;min-height:100vh;min-height:100dvh}h1,h2,h3{margin:0 0 .35rem;font-weight:600}p{margin:0 0 .65rem}a{color:var(--accent)}.muted{color:var(--muted);font-size:.9rem}.app-shell{min-height:100dvh;max-width:1200px;margin:0 auto;padding-bottom:calc(var(--bottom-nav-h) + var(--safe-bottom) + 8px)}.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:var(--topbar-h);padding:calc(6px + var(--safe-top)) 12px 6px;background:var(--surface);border-bottom:1px solid var(--border)}.topbar-location{flex:1;min-width:0;margin:0}.topbar-location-select{width:100%;max-width:100%;min-height:var(--touch);padding:0 2rem 0 .75rem;font-size:.95rem;font-weight:600;border:1px solid var(--border);border-radius:8px;background:#f8f9fc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235c677d' d='M2 4l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 12px center;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-overflow:ellipsis}.topbar-location--single{display:block;font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:.5rem 0}.topbar-location--loading,.topbar-location--empty,.topbar-location--error{font-size:.85rem;padding:.5rem 0}.topbar-location--error{color:var(--danger)}.app-main{padding:12px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:40;display:flex;justify-content:space-around;align-items:stretch;min-height:var(--bottom-nav-h);padding-bottom:var(--safe-bottom);background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -4px 16px #1a1f2e0f}.bottom-nav-link{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 4px;text-decoration:none;color:var(--muted);font-size:.7rem;font-weight:500;min-height:var(--touch)}.bottom-nav-link--active{color:var(--accent)}.bottom-nav-icon{font-size:1.25rem;line-height:1}.desktop-nav{display:none}.desktop-nav-link{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:8px;color:#1a1f2e;text-decoration:none;font-size:.92rem;font-weight:600;white-space:nowrap}.desktop-nav-link:hover{background:#eef1f7}.desktop-nav-link--active{background:#e0f2fe;color:var(--accent-dark)}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem}.stack{display:flex;flex-direction:column;gap:12px}.page-header h2{font-size:1.35rem}.section-title{font-size:1rem;margin:0 0 4px}.touch-target{min-height:var(--touch);min-width:var(--touch)}input,select,textarea,button{font:inherit}input,select,textarea{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:16px}.search-input{min-height:var(--touch)}.btn-primary,.btn-secondary,.btn-link{cursor:pointer;border-radius:8px;border:none;min-height:var(--touch);padding:0 1.1rem;font-weight:600}.btn-block{width:100%}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-dark)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#eef1f7;color:#1a1f2e;border:1px solid var(--border)}.btn-link{background:none;color:var(--accent);padding:0 .5rem;min-height:auto;text-decoration:underline}.store-order-page{display:flex;flex-direction:column;gap:12px;min-width:0}.store-order-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.product-view-toggle{display:inline-flex;align-items:center;gap:2px;min-height:36px;padding:3px;border:1px solid var(--border);border-radius:999px;background:#f8f9fc}.product-view-toggle-btn{width:32px;height:30px;display:grid;place-items:center;border:none;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer}.product-view-toggle-btn--active{background:var(--surface);color:#1a1f2e;box-shadow:0 1px 3px #1a1f2e24}.product-view-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.product-view-toggle svg rect,.product-view-toggle svg circle{fill:currentColor;stroke:none}.chip-scroll{display:flex;flex-wrap:nowrap;gap:8px;width:calc(100% + 24px);max-width:calc(100% + 24px);min-width:0;margin-inline:-12px;overflow-x:auto;overflow-y:hidden;padding:0 12px 8px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-padding-inline:12px;scrollbar-width:none;white-space:nowrap}.chip-scroll::-webkit-scrollbar{display:none}.chip{flex-shrink:0;white-space:nowrap;min-height:40px;padding:0 16px;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:.9rem;font-weight:500;color:var(--muted)}.chip--active{background:var(--accent);border-color:var(--accent);color:#fff}.category-section{display:flex;flex-direction:column;gap:10px}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-card{display:grid;grid-template-rows:minmax(96px,1fr) auto auto;align-items:center;justify-items:center;min-height:178px;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:inherit;text-align:center;cursor:pointer}.category-card-image{width:100%;max-width:128px;aspect-ratio:1;object-fit:contain;background:transparent}.category-card-title{font-size:1rem;font-weight:700;line-height:1.2}.category-card-subtitle{color:var(--muted);font-size:.78rem}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-list-heading{display:flex;justify-content:space-between;align-items:center;min-height:20px}.product-list{display:flex;flex-direction:column;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.product-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden}.product-card--disabled{opacity:.75}.product-card--disabled .product-card-image{filter:grayscale(.4)}.product-card-tap{display:block;width:100%;padding:0;border:none;background:none;text-align:left;cursor:pointer;color:inherit}.product-card-image{width:100%;aspect-ratio:1;object-fit:contain;display:block;background:#fff}.product-card-image--placeholder{display:grid;place-items:center;color:var(--muted);font-size:.85rem}.item-detail-image{width:100%;max-height:280px;aspect-ratio:4/3;object-fit:cover;border-radius:12px}.product-card-info{padding:10px 12px 0}.product-card-info h3{font-size:1rem;margin:0 0 4px;line-height:1.3}.product-card-sku{font-size:.8rem;color:var(--muted);margin:0 0 4px}.product-card-meta{font-size:.76rem;color:var(--muted);margin:0 0 4px}.product-card-stock{font-size:.88rem;margin:0 0 8px}.product-card-cost,.product-list-cost,.item-detail-cost{color:var(--muted);font-size:.78rem;margin:0 0 8px}.product-card-footer{padding:0 12px 12px}.product-list-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;min-height:96px;padding:10px 0;border-bottom:1px solid var(--border);background:var(--surface)}.product-list-row:last-child{border-bottom:none}.product-list-row--disabled{opacity:.68}.product-list-row--disabled .product-list-image{filter:grayscale(.35)}.product-list-main{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;width:100%;padding:0;border:none;background:transparent;color:inherit;text-align:left;cursor:pointer}.product-list-image{width:72px;height:72px;align-self:center;object-fit:contain;background:#fff}.product-list-info{min-width:0;align-self:center}.product-list-info h3{margin:1px 0 2px;font-size:.94rem;line-height:1.22;font-weight:650;color:#1a1f2e}.product-list-meta,.product-list-sku,.product-list-stock{margin:0;color:var(--muted);font-size:.76rem;line-height:1.25}.product-list-stock{margin-top:3px;font-size:.72rem}.product-list-cost{margin-top:3px;margin-bottom:0;line-height:1.25}.product-list-action{width:82px;align-self:center;padding-right:2px}.product-list-action .btn-primary{min-height:36px;padding:0 .65rem;font-size:.82rem}.product-list-action .qty-stepper{max-width:82px}.product-list-action .qty-stepper-btn{width:28px;height:32px;min-width:28px;font-size:1rem;border-radius:7px}.product-list-action .qty-stepper-value{min-width:24px;font-size:.9rem}.out-of-stock-label{color:var(--danger);font-weight:600}.qty-stepper{display:flex;align-items:center;justify-content:center;gap:0;width:100%;max-width:160px;margin:0 auto}.qty-stepper-btn{width:var(--touch);height:var(--touch);flex-shrink:0;border:1px solid var(--border);background:#f8f9fc;border-radius:8px;font-size:1.35rem;font-weight:600;line-height:1;cursor:pointer}.qty-stepper-btn:disabled{opacity:.4;cursor:not-allowed}.qty-stepper-value{flex:1;text-align:center;font-size:1.15rem;font-weight:600;font-variant-numeric:tabular-nums}.cart-button{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:#1a1f2e}.cart-button-icon{width:1.4rem;height:1.4rem}.cart-button-badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;display:grid;place-items:center}.sheet-backdrop,.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;border:none;background:#1a1f2e73;cursor:pointer}.cart-sheet,.bottom-sheet{position:fixed;z-index:55;background:var(--surface);display:flex;flex-direction:column;max-height:92dvh}.cart-sheet{left:0;right:0;bottom:0;border-radius:16px 16px 0 0;padding-bottom:var(--safe-bottom)}.sheet-handle{width:40px;height:4px;margin:10px auto 4px;border-radius:999px;background:var(--border)}.cart-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 12px;border-bottom:1px solid var(--border)}.cart-sheet-header h2{margin:0;font-size:1.1rem}.cart-sheet-empty{padding:24px 16px;text-align:center}.cart-sheet-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1}.cart-sheet-item{display:flex;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border)}.cart-sheet-thumb{width:72px;height:72px;aspect-ratio:1;flex-shrink:0;border-radius:8px;object-fit:cover}.cart-sheet-item-body{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.cart-sheet-footer{padding:16px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.cart-sheet-note{margin:0;font-size:.85rem}.cart-delivery-email{display:flex;flex-direction:column;gap:6px;font-weight:600}.item-detail-sheet{left:0;right:0;bottom:0;padding:0 16px calc(16px + var(--safe-bottom));border-radius:16px 16px 0 0;overflow-y:auto}.sheet-close{align-self:flex-end;margin:8px 0}.item-detail-title{font-size:1.25rem}.item-detail-sku{margin-bottom:8px}.item-detail-availability{margin-bottom:16px}.item-detail-actions{display:flex;flex-direction:column;gap:12px;align-items:stretch}.orders-list{display:flex;flex-direction:column;gap:10px}.order-card-link{display:block;text-decoration:none;color:inherit;padding:14px}.order-card-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:6px}.status-pill{margin-left:6px;font-size:.7rem;padding:3px 8px;border-radius:999px;text-transform:uppercase;background:#eef1f7;vertical-align:middle}.status-submitted{background:#e0f2fe;color:#075985}.status-received{background:#dcfae6;color:#067647}.status-cancelled{background:#fee4e2;color:#b42318}.line-card-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:8px 0 0}.line-card-meta dt{font-size:.7rem;color:var(--muted);text-transform:uppercase}.line-card-meta dd{margin:0;font-weight:600}.back-link{font-weight:500;text-decoration:none}.order-actions-card{border-color:#c7d7ea;background:#fbfdff}.order-actions-card .muted{margin-bottom:0}.order-cancel-reason{display:flex;flex-direction:column;gap:6px;font-weight:600}.order-actions-row{display:grid;grid-template-columns:1fr;gap:8px}.order-actions-row .btn-primary,.order-actions-row .btn-secondary{width:100%}.stat-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:4px}.stat-card-label{font-size:.8rem;color:var(--muted)}.stat-card-value{font-size:1.5rem;font-weight:700}.action-tile{display:block;text-decoration:none;color:inherit;padding:16px}.action-tile--primary{border-color:var(--accent);background:#eff9ff}.menu-list{padding:0;overflow:hidden}.menu-list-item{display:block;width:100%;padding:16px;text-align:left;text-decoration:none;color:inherit;font-size:1rem;font-weight:500;border:none;border-bottom:1px solid var(--border);background:var(--surface);min-height:var(--touch);cursor:pointer}.menu-list-item:last-child{border-bottom:none}.menu-list-item--danger{color:var(--danger)}.admin-location-cards{display:grid;grid-template-columns:1fr;gap:10px}.admin-location-card h3{font-size:1.05rem}.admin-location-image{width:64px;height:64px;display:block;object-fit:contain;border:1px solid var(--border);border-radius:8px;background:#fff;margin-bottom:12px}.admin-location-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0 0}.admin-location-stats dt{font-size:.65rem;color:var(--muted);text-transform:uppercase}.admin-location-stats dd{margin:0;font-weight:600;font-size:.95rem}.collapsible{padding:0;overflow:hidden}.collapsible-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px;border:none;background:none;font-size:1rem;font-weight:600;min-height:var(--touch);cursor:pointer;text-align:left}.collapsible-panel{padding:0 16px 16px}.filter-grid{display:grid;grid-template-columns:1fr;gap:8px}.admin-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.admin-actions--compact{grid-template-columns:1fr}.admin-action-link,.table-action{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.admin-action-link--badge{position:relative}.admin-action-badge{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;padding:0 6px;border:2px solid var(--surface);border-radius:999px;background:#ef4444;color:#fff;display:grid;place-items:center;font-size:.68rem;font-weight:800;line-height:1;box-shadow:0 2px 6px #b4231847}.admin-card-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:8px;color:var(--accent);background:#e0f2fe;margin-bottom:12px}.manager-add-button{width:100%}.manager-card{display:flex;flex-direction:column;gap:12px}.manager-store-chips{display:flex;flex-wrap:wrap;gap:6px}.manager-store-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eef6ff;color:#075985;font-size:.78rem;font-weight:600}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:grid;align-items:end;padding:12px;background:#1a1f2e73}.manager-modal{width:min(680px,100%);max-height:92dvh;overflow-y:auto;margin:0 auto}.manager-form-grid{display:grid;grid-template-columns:1fr;gap:10px;margin:12px 0}.manager-form-grid label,.manager-store-picker{display:flex;flex-direction:column;gap:6px;font-weight:600}.manager-active-toggle{flex-direction:row!important;align-items:center;min-height:var(--touch)}.manager-active-toggle input,.manager-store-option input{width:auto}.manager-store-picker{margin:0 0 12px;padding:12px;border:1px solid var(--border);border-radius:8px}.manager-store-picker legend{padding:0 6px;font-weight:700}.manager-store-picker:disabled{opacity:.55}.manager-store-option{display:flex;flex-direction:row!important;align-items:center;gap:10px;min-height:36px;font-weight:500!important}.airtable-sync-steps{margin:0;padding-left:1.25rem}.airtable-sync-steps li{margin-bottom:6px}.airtable-sync-controls label{display:flex;flex-direction:column;gap:6px;font-weight:600}.airtable-sync-buttons{display:grid;grid-template-columns:1fr;gap:8px}.airtable-sync-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.airtable-sync-summary div{padding:12px;border-radius:8px;background:#f8fafc}.airtable-sync-summary dt{color:var(--muted);font-size:.72rem;text-transform:uppercase}.airtable-sync-summary dd{margin:2px 0 0;font-size:1.2rem;font-weight:800}.airtable-sync-list{padding-top:4px}.airtable-sync-list h4{margin:0 0 6px;font-size:.9rem}.airtable-sync-list ul{margin:0;padding-left:1.15rem}.airtable-sync-list li{margin-bottom:4px}.airtable-sync-list--warning{color:#92400e}.airtable-sync-list--danger{color:var(--danger)}.batch-form-card label,.batch-line-card label{display:flex;flex-direction:column;gap:6px;font-weight:600}.batch-form-card label input,.batch-form-card label textarea,.batch-form-card label select,.batch-line-card label input,.batch-line-card label textarea,.batch-line-card label select{margin-top:2px}.batch-header-grid,.batch-line-grid{display:grid;grid-template-columns:1fr;gap:10px}.batch-lines-header,.batch-line-title,.batch-submit-bar{display:flex;align-items:center;justify-content:space-between;gap:10px}.batch-lines-header .btn-secondary{flex-shrink:0}.batch-line-card{display:flex;flex-direction:column;gap:12px;background:#fbfdff}.batch-line-title .btn-link{min-height:var(--touch);color:var(--danger)}.batch-item-options{display:flex;flex-direction:column;gap:6px;margin-top:-4px}.batch-item-options button{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-height:var(--touch);padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:inherit;text-align:left;cursor:pointer}.batch-item-options span{color:var(--muted);font-size:.82rem}.batch-preview-grid{display:grid;grid-template-columns:1fr;gap:8px;margin:0;padding:12px;border-radius:8px;background:#f8fafc}.batch-preview-grid dt{color:var(--muted);font-size:.68rem;text-transform:uppercase}.batch-preview-grid dd{margin:0;font-weight:700}.batch-submit-bar{position:sticky;bottom:calc(var(--bottom-nav-h) + var(--safe-bottom) + 8px);z-index:10;align-items:stretch;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 8px 24px #1a1f2e14}.batch-submit-bar>div{display:flex;flex-direction:column;justify-content:center}.batch-submit-hint{max-width:34rem;font-size:.75rem}.batch-submit-bar .btn-primary{flex-shrink:0}.batch-summary-card{display:flex;flex-direction:column;gap:8px}.batch-summary-link{color:inherit;text-decoration:none}.order-line-card,.low-stock-card{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:start}.order-line-image,.table-thumb{width:64px;height:64px;aspect-ratio:1;object-fit:cover;border-radius:8px;background:#eef1f7}.table-thumb{width:44px;height:44px}.deficit-cell{color:var(--danger);font-weight:700}.item-detail-hero{display:grid;gap:16px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px}.item-detail-page-image{width:100%;max-height:360px;aspect-ratio:4/3;object-fit:contain;border-radius:8px;background:#f8f9fc}.item-description{margin:0;line-height:1.55}.spec-list{display:grid;grid-template-columns:1fr;gap:10px;margin:8px 0 0}.spec-list dt{color:var(--muted);font-size:.72rem;text-transform:uppercase}.spec-list dd{margin:0;font-weight:600}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}table{width:100%;border-collapse:collapse;font-size:.88rem}th,td{text-align:left;padding:10px 8px;border-bottom:1px solid var(--border);white-space:nowrap}th{font-size:.75rem;text-transform:uppercase;color:var(--muted)}.clickable-table-row{cursor:pointer}.clickable-table-row:hover{background:#f8fafc}.num{text-align:right;font-variant-numeric:tabular-nums}.mobile-only{display:block}.desktop-only{display:none}.loading{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:32px;color:var(--muted)}.loading-spinner{width:1.25rem;height:1.25rem;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{background:#fef3f2;color:var(--danger);border:1px solid #fecdca;border-radius:8px;padding:12px 14px}.success-banner{background:#ecfdf3;color:var(--success);border:1px solid #abefc6;border-radius:8px;padding:12px 14px}.empty-state{padding:24px 16px;color:var(--muted);text-align:center}.auth-page{min-height:100dvh;display:grid;place-items:center;padding:16px;padding-bottom:calc(16px + var(--safe-bottom))}.auth-card{width:min(400px,100%);display:flex;flex-direction:column;gap:12px}.order-total{margin:0;text-align:right;font-size:1rem}code{font-size:.82rem;background:#f0f3f9;padding:.1rem .35rem;border-radius:4px}@media(min-width:600px){.category-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-location-cards{grid-template-columns:repeat(2,1fr)}.stat-cards{grid-template-columns:repeat(3,1fr)}.filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.manager-add-button{width:max-content}.admin-actions--compact{grid-template-columns:repeat(2,minmax(0,max-content))}.manager-form-grid,.airtable-sync-buttons,.airtable-sync-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.batch-header-grid,.batch-line-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.batch-preview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.order-actions-row{grid-template-columns:repeat(2,minmax(0,1fr))}.item-detail-hero{grid-template-columns:minmax(260px,42%) 1fr;align-items:start}}@media(min-width:900px){.app-shell{padding-bottom:24px}.bottom-nav{display:none}.desktop-nav{position:sticky;top:calc(var(--topbar-h) + var(--safe-top));z-index:25;display:flex;align-items:center;gap:6px;padding:8px 24px;overflow-x:auto;border-bottom:1px solid var(--border);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);scrollbar-width:none}.desktop-nav::-webkit-scrollbar{display:none}.topbar-location{flex:0 1 320px}.app-main{padding:20px 24px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-order-page,.home-page,.orders-page,.order-detail-page,.item-detail-page,.cart-page,.more-page{width:100%;max-width:560px;margin-inline:auto}.item-detail-hero{grid-template-columns:1fr}.modal-backdrop{align-items:center;padding:24px}.batch-submit-bar{bottom:24px}}@media(min-width:1100px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
