:root{--coffee-500:#a8793e;--coffee-600:#8f693e;--charcoal:#181716;--line:#1817161f;--line-soft:#18171614;--text:#181716;--text-soft:#4f4d49;--muted:#73706a;--brand:var(--coffee-500);--brand-strong:var(--coffee-600);--accent:#efefef;--manager-accent:#a8793e;--action:var(--manager-accent);--paper:#fff;--page:#fff;--surface:#fff;--surface-soft:#fafafa;--surface-inset:#f4f4f4;--status-success-bg:#e7f5ec;--status-success-text:#176335;--status-warning-bg:#fff2c6;--status-warning-text:#74530b;--status-neutral-bg:#f3f4f6;--success:var(--status-success-text);--danger:#9f2d20;--stock-out:#6f6b64;--footer:var(--charcoal);--radius:6px;--radius-sm:4px;--shadow-card:0 10px 26px #18171612, 0 1px 2px #1817160a;--shadow-panel:0 1px 2px #1817160a;color:var(--text);background:var(--page);font-family:Avenir Next,Nunito Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--page);min-width:320px;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;padding-bottom:96px}.shop-header{background:var(--paper);border-bottom:1px solid var(--line-soft);color:var(--text);z-index:20;padding:10px clamp(12px,5vw,70px);position:sticky;top:0}.header-inner{grid-template-columns:174px minmax(220px,360px) auto auto;align-items:center;gap:16px;display:grid}.brand-logo{object-fit:contain;object-position:left center;background:0 0;border-radius:0;width:172px;height:auto;max-height:36px;padding:0}.header-search{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-sm);color:var(--text);align-items:center;gap:8px;height:44px;padding:0 12px;display:flex}.header-search input{border:0;outline:0;flex:1;min-width:0}.header-search button{background:0 0;border:0;padding:4px;display:inline-flex}.history-link{border:1px solid var(--line-soft);border-radius:var(--radius-sm);color:var(--text-soft);white-space:nowrap;background:0 0;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:8px 12px;font-size:14px;font-weight:600;display:inline-flex}.cart-icon{color:var(--text);background:0 0;border:0;justify-self:end;align-items:center;gap:8px;min-height:44px;padding:6px 0;display:inline-flex}.cart-icon span{background:var(--action);color:#fff;text-align:center;border-radius:999px;min-width:25px;padding:2px 7px;font-weight:600}.service-line{color:var(--muted);margin:7px 0 0;font-size:13px;font-weight:400}.store-layout{max-width:1180px;margin:0 auto;padding:18px 12px 0}.trust-strip{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:none}.trust-strip span{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-sm);color:var(--muted);padding:7px 10px;font-size:13px}.control-strip{border-bottom:1px solid var(--line-soft);z-index:16;background:#fffffff5;margin:0 0 18px;padding:10px 0 8px;position:sticky;top:72px}.category-tabs{gap:8px;padding:0 0 10px;display:flex;overflow-x:auto}.category-tabs button{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius-sm);color:var(--text-soft);flex:none;min-height:36px;padding:7px 12px;font-size:14px;font-weight:500}.category-tabs button.active{background:var(--surface);border-color:var(--action);color:var(--action)}.menu-section{margin-bottom:32px;scroll-margin-top:152px}.section-heading{margin-bottom:12px}.section-heading h2{color:var(--text);margin:0;font-size:20px;font-weight:600;line-height:1.15}.section-heading h2 span{color:var(--muted);font-size:13px;font-weight:400}.category-title-bar{border-bottom:1px solid var(--line-soft);color:var(--text);background:0 0;border-radius:0;justify-content:space-between;align-items:center;min-height:34px;margin-bottom:14px;padding:0 0 10px;display:flex}.category-title-bar h2{margin:0;font-size:18px;font-weight:600;line-height:1.1}.category-title-bar span{color:var(--muted);font-size:13px;font-weight:500}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.product-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-card);cursor:pointer;border:1px solid #1817160f;min-height:316px;transition:box-shadow .16s,transform .16s;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-1px);box-shadow:0 14px 34px #18171617,0 1px 2px #1817160a}.product-card.just-added{border-color:#a8793e80}.product-card.muted{opacity:.6}.product-card img{aspect-ratio:1.22;background:var(--surface);object-fit:contain;width:100%;padding:16px 14px 12px;display:block}.product-body{padding:10px 10px 12px}.sku{color:var(--muted);margin:0 0 5px;font-size:11px;font-weight:500}.product-body h3{color:var(--text);margin:0 0 5px;font-size:15px;font-weight:600;line-height:1.2}.product-meta{flex-wrap:wrap;gap:4px;margin:0 0 8px;display:flex}.product-meta span{background:var(--surface);border:1px solid var(--line-soft);color:var(--text-soft);border-radius:3px;padding:4px 6px;font-size:11px;line-height:1}.product-body p:not(.sku){color:var(--muted);text-overflow:ellipsis;white-space:nowrap;min-height:17px;margin:0 0 10px;font-size:12px;line-height:1.35;overflow:hidden}.price-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.price-row strong,.price-row del{display:block}.price-row strong{color:var(--text);font-size:16px;font-weight:600}.price-row del{color:var(--muted);font-size:11px}.add-chip,.plus-chip,.stock-out{background:var(--action);border-radius:var(--radius-sm);color:#fff;border:0;justify-content:center;align-items:center;min-width:78px;min-height:38px;padding:8px 10px;font-size:14px;font-weight:600;display:inline-flex}.plus-chip{background:var(--action);min-width:40px}.stock-out{background:var(--stock-out)}.promo-badge,.qty-badge{color:#fff;z-index:2;border-radius:3px;padding:4px 7px;font-size:11px;font-weight:600;position:absolute;top:8px;left:8px}.promo-badge{background:var(--action)}.qty-badge{background:var(--action);border-radius:999px;left:auto;right:48px}.quick-view{background:var(--surface);border:1px solid color-mix(in srgb, var(--action) 34%, white);color:var(--action);z-index:2;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;top:8px;right:8px}.floating-cart{background:var(--action);border-radius:var(--radius);color:#fff;z-index:25;border:0;align-items:center;gap:10px;min-height:54px;padding:12px 16px;display:flex;position:fixed;bottom:18px;right:18px}.floating-cart strong{color:#fff}.drawer,.modal-backdrop{z-index:40;background:#00000073;position:fixed;inset:0}.drawer-panel{background:var(--surface);width:min(100%,470px);max-width:470px;height:100%;margin-left:auto;overflow-y:auto}.drawer-header{background:var(--surface);border-bottom:1px solid var(--line-soft);color:var(--text);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.drawer-header p,.drawer-header h2{margin:0}.drawer-header p{color:var(--muted);font-size:13px;font-weight:400}.drawer-header h2{font-size:20px;font-weight:600}.drawer-header button,.modal-backdrop button:first-child{color:inherit;background:0 0;border:0;align-items:center;display:inline-flex}.checkout-progress{border-bottom:1px solid var(--line-soft);grid-template-columns:repeat(3,1fr);align-items:center;gap:8px;padding:12px 18px;display:grid}.checkout-progress span{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-sm);color:var(--muted);justify-content:center;align-items:center;gap:7px;min-height:34px;font-size:13px;font-weight:600;display:inline-flex}.checkout-progress span.active{background:var(--surface-inset);color:var(--text);border-color:#a8793e40}.checkout-progress span.done{background:var(--status-success-bg);color:var(--status-success-text);border-color:#1763352e}.checkout-progress small{font-size:12px;font-weight:600}.drawer-content,.checkout-form,.done-state{padding:18px}.cart-lines{gap:10px;display:grid}.cart-line{border:1px solid var(--line-soft);border-radius:var(--radius-sm);grid-template-columns:56px 1fr auto;align-items:center;gap:10px;padding:8px;display:grid}.cart-line img{aspect-ratio:1;background:var(--surface-soft);object-fit:contain;border-radius:3px;width:56px;padding:4px}.cart-line strong,.cart-line span{display:block}.cart-line span{color:var(--muted);font-size:13px}.stepper{background:var(--action);border-radius:var(--radius-sm);color:#fff;align-items:center;font-weight:600;display:flex}.stepper button{color:#fff;background:0 0;border:0;justify-content:center;align-items:center;width:34px;height:36px;display:inline-flex}.stepper span{color:#fff;text-align:center;min-width:28px}.totals{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-sm);gap:9px;margin:14px 0;padding:13px;display:grid}.totals span{justify-content:space-between;display:flex}.totals p{color:var(--muted);margin:0;font-size:13px;line-height:1.35}.totals span:last-child{border-top:1px solid var(--line-soft);padding-top:9px;font-size:18px}.primary-action,.secondary-action,.ghost-action,.wave-link{border-radius:var(--radius-sm);border:0;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;padding:11px 14px;font-weight:600;display:inline-flex}.primary-action{background:var(--action);color:#fff}.secondary-action,.wave-link{background:var(--coffee-600);color:#fff}.ghost-action{border:1px solid var(--line-soft);color:var(--text);background:0 0}.checkout-form p{color:var(--muted);margin:0 0 4px;font-size:14px;font-weight:400}.checkout-form h2{color:var(--text);margin:0 0 14px;font-size:20px;font-weight:600}.checkout-form input,.checkout-form select,.checkout-form textarea,.admin-login input{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-sm);outline:0;width:100%;min-height:44px;padding:9px 11px}.checkout-form textarea{resize:vertical;min-height:84px}.checkout-form{gap:11px;display:grid}.two-col{grid-template-columns:1fr 1fr;gap:10px;display:grid}.phone-field{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-sm);align-items:center;display:flex;overflow:hidden}.phone-field span{background:var(--surface-inset);border-right:1px solid var(--line-soft);padding:12px;font-weight:500}.phone-field input{border:0}.payment-toggle{grid-template-columns:repeat(auto-fit,minmax(122px,1fr));gap:10px;display:grid}.payment-toggle button{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:8px;min-height:46px;font-weight:600;display:inline-flex}.payment-toggle button.active{background:var(--action);border-color:var(--action);color:#fff}.flow-note{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-sm);color:var(--muted);margin:0;padding:10px 12px;font-size:13px;line-height:1.45}.done-state{text-align:center;justify-items:center;gap:12px;display:grid}.done-state h2{margin:0}.done-state>svg{color:var(--status-success-text)}.empty-cart{color:var(--muted);text-align:center;place-content:center;justify-items:center;min-height:240px;display:grid}.empty-results{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);color:var(--muted);text-align:center;place-items:center;gap:8px;min-height:280px;padding:28px;display:grid}.empty-results h3,.empty-results p{margin:0}.empty-results h3{color:var(--text)}.empty-results button{background:var(--action);border-radius:var(--radius-sm);color:#fff;border:0;min-height:40px;padding:9px 12px;font-weight:600}.modal-backdrop{justify-content:center;align-items:center;padding:16px;display:flex}.product-modal{background:var(--surface);border-radius:var(--radius);max-width:430px;padding:16px;position:relative}.product-modal>button:first-child{color:var(--text);position:absolute;top:10px;right:10px}.product-modal img{aspect-ratio:1.35;background:var(--surface-soft);border-radius:var(--radius-sm);object-fit:contain;width:100%;padding:16px}.product-modal h2{color:var(--text);margin:6px 0;font-size:20px;font-weight:600}.product-modal span{color:var(--muted);font-weight:400}.product-modal strong{margin:14px 0;font-size:22px;display:block}.customer-panel{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);width:min(100%,480px);max-width:480px;max-height:min(760px,100vh - 32px);padding:18px;position:relative;overflow-y:auto}.customer-panel>button:first-child{color:var(--text);position:absolute;top:10px;right:10px}.customer-panel-head{align-items:center;gap:10px;margin-bottom:14px;padding-right:34px;display:flex}.customer-panel-head svg{color:var(--brand)}.customer-panel-head p,.customer-panel-head h2{margin:0}.customer-panel-head p{color:var(--muted);font-size:13px}.customer-panel-head h2{font-size:22px;font-weight:600}.history-list{gap:10px;margin-top:12px;display:grid}.history-order{border:1px solid var(--line-soft);border-radius:var(--radius-sm);grid-template-columns:1fr auto;align-items:center;gap:8px 12px;padding:11px;display:grid}.history-order span{color:var(--muted);margin-top:2px;font-size:12px;display:block}.history-order a{background:var(--action);border-radius:var(--radius-sm);color:#fff;text-align:center;grid-column:1/-1;min-height:36px;padding:9px 10px;font-size:13px;font-weight:600}.empty-state{border:1px solid var(--line-soft);border-radius:var(--radius-sm);color:var(--muted);text-align:center;place-items:center;gap:7px;min-height:150px;padding:18px;display:grid}.empty-state h3,.empty-state p{margin:0}.empty-state h3{color:var(--text);font-size:16px}.admin-login{background:var(--page);grid-template-columns:minmax(240px,360px) minmax(280px,400px);place-content:center;align-items:center;gap:24px;min-height:100vh;padding:32px;display:grid}.admin-login img,.admin-shell aside img{object-fit:contain;background:0 0;border:0;border-radius:0;padding:0}.admin-login img{width:min(100%,360px)}.admin-login section{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);gap:12px;padding:22px;display:grid}.admin-login h1{margin:0;font-weight:600}.login-error{color:var(--danger);margin:-2px 0 0;font-size:13px}.admin-login button,.admin-card-head button,.admin-order button,.export-btn{background:var(--action);border-radius:var(--radius-sm);color:#fff;border:0;min-height:40px;padding:9px 12px;font-weight:600}.admin-shell{background:var(--page);grid-template-columns:224px 1fr;min-height:100vh;display:grid}.admin-shell aside{background:var(--surface);border-right:1px solid var(--line-soft);color:var(--text);flex-direction:column;gap:6px;padding:16px 10px;display:flex}.admin-shell aside img{object-position:left center;width:172px;height:auto;margin:0 8px 18px}.admin-shell aside button{border-radius:var(--radius-sm);color:var(--text-soft);text-align:left;background:0 0;border:0;align-items:center;gap:10px;min-height:42px;padding:9px;font-weight:500;display:inline-flex}.admin-shell aside button.active{background:var(--surface-inset);color:var(--text)}.admin-shell aside svg{width:18px;height:18px}.admin-shell main{padding:24px}.admin-header,.admin-kpis,.admin-card{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius)}.admin-header{background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;padding:0 0 18px;display:flex}.admin-header p,.admin-header h1{margin:0}.admin-header h1{font-size:22px;font-weight:600}.admin-header p,.admin-note{color:var(--muted)}.admin-header a{background:var(--action);border-radius:var(--radius-sm);color:#fff;padding:9px 12px;font-weight:600}.admin-kpis{grid-template-columns:repeat(4,1fr);gap:0;margin:0 0 16px;padding:0;display:grid;overflow:hidden}.admin-kpis div{border:0;border-left:1px solid var(--line-soft);background:0 0;border-radius:0;padding:14px 16px}.admin-kpis div:first-child{border-left:0}.admin-kpis small{color:var(--muted);margin-top:4px;font-size:12px;display:block}.admin-kpis span,.admin-kpis strong{display:block}.admin-kpis span{color:var(--muted);font-size:13px;font-weight:400}.admin-kpis strong{font-size:21px;font-weight:600}.admin-card{padding:18px}.admin-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-card-head h2,.admin-card-head p{margin:0}.admin-workspace{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:14px;display:grid}.admin-toolbar{border-top:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding-top:14px;display:flex}.admin-filter-tabs{flex-wrap:wrap;gap:7px;display:flex}.admin-filter-tabs button{border:1px solid var(--line-soft);border-radius:var(--radius-sm);color:var(--text);background:0 0;min-height:34px;padding:7px 10px}.admin-filter-tabs button.active{background:var(--surface-inset);color:var(--text);border-color:#a8793e47}.admin-search{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-sm);color:var(--muted);flex:0 310px;align-items:center;gap:8px;min-height:40px;padding:0 10px;display:flex}.admin-search input{border:0;outline:0;flex:1;min-width:0}.admin-table-wrap{margin-top:14px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:860px}.admin-table th,.admin-table td{border-top:1px solid var(--line-soft);text-align:left;vertical-align:middle;padding:11px 10px}.admin-table th{color:var(--muted);font-size:12px;font-weight:500}.admin-table tbody tr{cursor:pointer}.admin-table tbody tr:hover{background:var(--surface-soft)}.admin-table small,.admin-row small{color:var(--muted);margin-top:2px;font-size:12px;display:block}.admin-table .numeric{text-align:right}.admin-table select{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-sm);width:100%;min-height:36px;padding:7px}.admin-table td>button{border:1px solid var(--line-soft);border-radius:var(--radius-sm);color:var(--text);background:0 0;min-height:36px;padding:7px 10px}.status-pill{white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:600;display:inline-flex}.status-pill.success{background:var(--status-success-bg);color:var(--status-success-text)}.status-pill.warning{background:var(--status-warning-bg);color:var(--status-warning-text)}.status-pill.neutral{background:var(--status-neutral-bg);color:var(--text-soft)}.admin-detail{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);min-height:360px;padding:14px;position:sticky;top:18px}.admin-detail-head{justify-content:space-between;align-items:flex-start;display:flex}.admin-detail-head p,.admin-detail-head h2{margin:0}.admin-detail-head p{color:var(--muted);font-size:13px}.admin-detail-head button{color:var(--muted);background:0 0;border:0;align-items:center;display:inline-flex}.detail-block{border-top:1px solid var(--line-soft);gap:3px;margin-top:12px;padding-top:12px;display:grid}.detail-block span{color:var(--muted);font-size:12px}.detail-block small{color:var(--muted);line-height:1.35}.detail-lines{border-top:1px solid var(--line-soft);gap:8px;margin-top:12px;padding-top:12px;display:grid}.detail-lines div{justify-content:space-between;gap:10px;display:flex}.detail-actions{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.detail-actions button,.detail-actions a{background:var(--action);border-radius:var(--radius-sm);color:#fff;border:0;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:9px 12px;font-weight:600;display:inline-flex}.detail-actions a{grid-column:1/-1}.detail-history{border-top:1px solid var(--line-soft);gap:8px;margin-top:14px;padding-top:12px;display:grid}.detail-history h3,.detail-history p{margin:0}.detail-history h3{font-size:15px;font-weight:600}.detail-history div{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-sm);padding:9px 10px}.detail-history span,.detail-history small{display:block}.detail-history small,.detail-history p{color:var(--muted);margin-top:2px;font-size:12px}.admin-empty{color:var(--muted);text-align:center;place-items:center;gap:7px;min-height:220px;padding:24px;display:grid}.admin-empty h3,.admin-empty p{margin:0}.admin-empty h3{color:var(--text)}.admin-order,.admin-row{border-top:1px solid var(--line-soft);align-items:center;gap:12px;padding:11px 0;display:grid}.admin-order{grid-template-columns:1fr 220px 130px}.admin-row{grid-template-columns:1fr auto auto}.admin-order span,.admin-order small,.admin-row small{color:var(--muted);display:block}.admin-order select{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-sm);min-height:40px;padding:8px}.export-btn{align-items:center;gap:8px;margin-top:16px;display:inline-flex}.payment-admin-list,.catalog-list{border-top:1px solid var(--line-soft);gap:12px;margin-top:16px;padding-top:16px;display:grid}.payment-admin-card{border:1px solid var(--line-soft);border-radius:var(--radius);gap:12px;padding:14px;display:grid}.payment-admin-head{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid}.payment-admin-head svg{color:var(--action)}.payment-admin-head strong,.payment-admin-head small{display:block}.payment-admin-head small{color:var(--muted);font-size:12px}.toggle-line{color:var(--text-soft);white-space:nowrap;align-items:center;gap:7px;font-size:13px;display:inline-flex}.payment-admin-card label,.product-editor-fields label{color:var(--muted);gap:6px;font-size:13px;display:grid}.payment-admin-card input,.product-editor-fields input,.product-editor-fields select,.product-editor-fields textarea{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-sm);color:var(--text);outline:0;width:100%;min-height:42px;padding:9px 10px}.product-editor{border-top:1px solid var(--line-soft);grid-template-columns:210px 1fr;gap:16px;margin-top:16px;padding-top:16px;display:grid}.product-editor-preview{border:1px solid var(--line-soft);border-radius:var(--radius);gap:8px;padding:12px;display:grid}.product-editor-preview img{aspect-ratio:1.2;background:var(--surface-soft);border-radius:var(--radius-sm);object-fit:contain;width:100%;max-height:150px;padding:12px}.product-editor-preview span{color:var(--muted)}.product-editor-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.image-upload-field,.product-editor-fields label:nth-child(7),.product-editor-fields label:nth-child(8),.product-editor-switches,.product-editor-actions{grid-column:1/-1}.product-editor-fields textarea{resize:vertical;min-height:74px}.image-upload-field{border:1px solid var(--line-soft);border-radius:var(--radius-sm);gap:10px;padding:10px;display:grid}.file-upload-line input[type=file]{background:var(--surface);cursor:pointer}.upload-note{color:var(--muted);margin:0;font-size:12px}.upload-note.done{color:var(--success)}.upload-note.error{color:var(--danger)}.product-editor-switches{flex-wrap:wrap;gap:12px;display:flex}.product-editor-switches label{align-items:center;gap:7px;display:inline-flex}.product-editor-actions{gap:8px;display:flex}.product-editor-actions button,.catalog-actions button{border:1px solid var(--line-soft);border-radius:var(--radius-sm);min-height:38px;padding:8px 11px;font-weight:600}.admin-card-head button{white-space:nowrap}.product-editor-actions button:first-child{background:var(--action);border-color:var(--action);color:#fff}.product-editor-actions button:last-child,.catalog-actions button{background:var(--surface);color:var(--text)}.catalog-row{border:1px solid var(--line-soft);border-radius:var(--radius);grid-template-columns:58px 1fr auto auto auto;align-items:center;gap:12px;padding:10px;display:grid}.catalog-row img{aspect-ratio:1;background:var(--surface-soft);border-radius:var(--radius-sm);object-fit:contain;width:58px;padding:6px}.catalog-row strong,.catalog-row small{display:block}.catalog-row small{color:var(--muted);margin-top:3px;font-size:12px}.catalog-actions{gap:6px;display:flex}.brand-color-panel{border-top:1px solid var(--line-soft);grid-template-columns:180px minmax(180px,260px) 1fr;gap:14px;margin-top:18px;padding-top:18px;display:grid}.color-field,.hex-field{gap:7px;display:grid}.color-field span,.hex-field span{color:var(--muted);font-size:13px}.color-field input[type=color]{border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:0 0;width:100%;height:44px;padding:4px}.hex-field input{background:var(--surface-soft);border:1px solid var(--line-soft);border-radius:var(--radius-sm);min-height:44px;padding:9px 11px}.brand-swatches{flex-wrap:wrap;align-content:end;gap:8px;padding-top:22px;display:flex}.brand-swatches button{box-shadow:0 0 0 1px var(--line-soft);border:2px solid #fff;border-radius:999px;width:34px;height:34px}.brand-swatches button.active{box-shadow:0 0 0 2px var(--text)}@media (width<=1020px){.header-inner{grid-template-columns:172px 1fr auto auto}.brand-logo{width:172px}.product-grid{grid-template-columns:repeat(3,1fr)}.admin-shell,.admin-login,.admin-workspace,.product-editor{grid-template-columns:1fr}.admin-detail{position:static}.admin-kpis{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.shop-header{padding:10px 8px}.header-inner{grid-template-columns:1fr auto auto;gap:8px}.brand-logo{width:160px;max-height:34px}.header-search{grid-area:2/1/auto/-1}.control-strip{top:106px}.menu-section{scroll-margin-top:186px}.history-link{gap:0;width:44px;min-width:44px;padding:0;font-size:0}.history-link svg{width:20px;height:20px}.service-line,.trust-strip{display:none}.product-grid,.admin-kpis,.two-col,.payment-toggle{grid-template-columns:repeat(2,1fr)}.floating-cart{justify-content:space-between;bottom:10px;left:10px;right:10px}.admin-order,.admin-row,.catalog-row,.admin-toolbar{grid-template-columns:1fr}.catalog-row img{width:74px}.product-editor-fields{grid-template-columns:1fr}.admin-toolbar{align-items:stretch;display:grid}.admin-search{flex-basis:auto}.brand-color-panel{grid-template-columns:1fr}.brand-swatches{padding-top:0}}@media (width<=440px){.product-grid{grid-template-columns:1fr 1fr}.product-body h3{font-size:14px}}
