:root{color-scheme:light dark;font-family:system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;text-align:center}.status{font-size:.875rem;opacity:.7}.login-form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:280px;text-align:left}.login-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.login-form input{padding:.5rem;font-size:1rem;border:1px solid #8888;border-radius:4px}.login-form button,button{padding:.5rem 1rem;font-size:1rem;border-radius:4px;border:none;background:#2563eb;color:#fff;cursor:pointer}.login-form button:disabled{opacity:.6;cursor:not-allowed}.error{color:#dc2626;font-size:.875rem;margin:0}.catalog-section{max-width:960px;margin:0 auto;text-align:left}.catalog-form{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;padding:1rem;border:1px solid #8883;border-radius:6px;margin-bottom:1.5rem}.catalog-form h3{flex-basis:100%;margin:0}.catalog-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.catalog-form input,.catalog-form select{padding:.4rem;font-size:.95rem;border:1px solid #8888;border-radius:4px}.catalog-form .checkbox-label{flex-direction:row;align-items:center;gap:.4rem}.purchase-line-row{display:flex;gap:.5rem;align-items:center;margin-bottom:.4rem}.purchase-line-row select,.purchase-line-row input{padding:.4rem;border:1px solid #8888;border-radius:4px}.form-actions{display:flex;gap:.5rem}.catalog-controls{display:flex;gap:.5rem;margin-bottom:1rem}.catalog-controls input,.catalog-controls select{padding:.4rem;border:1px solid #8888;border-radius:4px}.catalog-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.catalog-table th,.catalog-table td{text-align:left;padding:.5rem;border-bottom:1px solid #8883;font-size:.9rem}.catalog-table td button{margin-right:.4rem;padding:.3rem .6rem;font-size:.85rem}button.secondary{background:transparent;color:inherit;border:1px solid #8888}.pagination{display:flex;align-items:center;gap:1rem}.storefront-shell{min-height:100vh;display:flex;flex-direction:column}.storefront-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-bottom:1px solid #8883}.storefront-brand{background:transparent;color:inherit;border:none;font-weight:700;font-size:1.1rem;padding:0;cursor:pointer}.storefront-header-spacer{flex:1}.storefront-cart-button{background:transparent;color:inherit;border:1px solid #8888}.storefront-content{flex:1;max-width:1100px;width:100%;margin:0 auto;padding:1.5rem;text-align:left}.storefront-catalog{display:flex;gap:1.5rem;align-items:flex-start}.storefront-categories{flex:0 0 180px}.storefront-categories ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.storefront-categories button{width:100%;text-align:left;background:transparent;color:inherit;border:1px solid transparent;padding:.4rem .6rem}.storefront-categories button.active{background:#2563eb;color:#fff;border-radius:4px}.storefront-products{flex:1;min-width:0}.storefront-search{width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #8888;border-radius:4px;font-size:.95rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1rem}.product-card{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;background:transparent;color:inherit;border:1px solid #8883;border-radius:6px;padding:.75rem;cursor:pointer;text-align:left}.product-card-image,.product-card-image-placeholder{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:4px;background:#8882}.product-card-name{font-weight:600;font-size:.95rem}.product-card-meta{font-size:.8rem;opacity:.7}.product-card-price{font-weight:600}.storefront-product-detail{max-width:700px}.product-detail-body{display:flex;gap:1.5rem;margin-top:1rem;flex-wrap:wrap}.product-detail-image{width:260px;height:260px;object-fit:cover;border-radius:6px;background:#8882;flex-shrink:0}.product-detail-info{flex:1;min-width:220px}.product-detail-price{font-size:1.25rem;font-weight:700}.product-detail-actions{display:flex;align-items:flex-end;gap:.75rem;margin-top:.75rem}.product-detail-actions label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.product-detail-actions input{width:80px;padding:.4rem;border:1px solid #8888;border-radius:4px}.storefront-cart,.storefront-checkout,.storefront-confirmation{max-width:800px}.cart-qty-controls{display:flex;align-items:center;gap:.5rem}.cart-qty-controls button{padding:.2rem .6rem}.cart-subtotal{font-size:1.1rem;font-weight:700;text-align:right}.order-summary{display:grid;grid-template-columns:max-content 1fr;gap:.25rem 1rem;margin:1rem 0}.order-summary dt{opacity:.7;font-size:.875rem}.order-summary dd{margin:0}@media(max-width:640px){.storefront-catalog{flex-direction:column}.storefront-categories{flex-basis:auto}.product-detail-body{flex-direction:column}.product-detail-image{width:100%;height:auto;aspect-ratio:1 / 1}}.storefront-nav-link{background:transparent;color:inherit;border:none;font-size:.95rem;padding:0;cursor:pointer;opacity:.85}.storefront-combos{max-width:1100px}.combo-card{position:relative}.combo-savings-badge{align-self:flex-start;background:#16a34a;color:#fff;font-size:.75rem;font-weight:600;padding:.15rem .5rem;border-radius:999px}.combo-savings{color:#16a34a;font-weight:700}.combo-contents ul{margin:0;padding-left:1.25rem}.combo-line-contents{font-size:.8rem;opacity:.7}.combo-preview{flex-basis:100%;padding:.5rem .75rem;border:1px dashed #8888;border-radius:4px;font-size:.9rem}.combo-preview p{margin:.15rem 0}.order-detail{text-align:left;padding:.5rem 0}.order-detail h3{flex-basis:100%;margin:.5rem 0 .25rem}.revision-comparison{display:flex;gap:1.5rem;flex-wrap:wrap;margin:.5rem 0;padding:.5rem .75rem;border:1px dashed #8888;border-radius:4px}.revision-comparison>div{flex:1;min-width:240px}.storefront-shell{font-family:var(--sf-font, system-ui, sans-serif);--brand: #2563eb;--accent: #f59e0b}.storefront-shell button:not(.secondary):not(.storefront-brand):not(.storefront-nav-link):not(.storefront-cart-button):not(.product-card):not(.storefront-categories button):not(.sf-plain){background:var(--brand)}.storefront-shell button:focus-visible,.storefront-shell input:focus-visible,.storefront-shell select:focus-visible,.storefront-shell a:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.storefront-brand{display:inline-flex;align-items:center;gap:.6rem;color:inherit}.storefront-logo{height:36px;width:auto;max-width:140px;object-fit:contain}.storefront-phone{color:inherit;text-decoration:none;font-weight:600;white-space:nowrap}.storefront-cart-button{background:transparent;color:inherit;border:1px solid var(--brand)}.storefront-categories button.active{background:var(--brand)}.storefront-content{min-height:50vh}.storefront-footer{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 1.5rem;border-top:1px solid #8883;font-size:.9rem}.sf-toolbar{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;margin-bottom:1rem}.sf-toolbar .storefront-search{flex:1 1 220px;margin-bottom:0}.sf-sort{display:flex;align-items:center;gap:.4rem;font-size:.9rem}.sf-sort select{padding:.45rem;border:1px solid #8888;border-radius:4px}.sf-notice{border:1px solid var(--accent);border-left-width:6px;background:color-mix(in srgb,var(--accent) 12%,transparent);border-radius:6px;padding:.6rem .9rem;margin:.75rem 0}.sf-notice ul{margin:.4rem 0 .4rem 1.1rem;padding:0}.sf-unavailable{margin-top:.4rem;padding:.4rem .6rem;border-radius:4px;background:#dc262615;color:#b91c1c;font-size:.9rem}.sf-disabled{opacity:.5}.cart-lines{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.cart-line{display:grid;grid-template-columns:minmax(0,1fr) auto 6.5rem auto;gap:.75rem;align-items:center;padding:.75rem .9rem;border:1px solid #8883;border-radius:8px}.confirmation-lines .cart-line{grid-template-columns:minmax(0,1fr) auto}.cart-line-unavailable{border-color:#dc2626;opacity:.85}.cart-line-name{font-weight:600;overflow-wrap:anywhere}.cart-line-total{text-align:right;font-weight:600}.cart-actions{flex-wrap:wrap}.cart-qty-controls button{min-width:2.25rem;min-height:2.25rem}.cart-line-remove{min-height:2.25rem}.checkout-form label{flex:1 1 200px}.checkout-form .checkout-wide{flex-basis:100%}.checkout-form input{width:100%}.checkout-heading{margin:.5rem 0 0;font-weight:600}.checkout-fulfillment{border:1px solid #8883;border-radius:6px;padding:.5rem .75rem;display:flex;flex-direction:column;gap:.35rem}.checkout-form .error{display:block}.storefront-track{max-width:640px}.track-timeline{list-style:none;margin:1rem 0;padding:0 0 0 .5rem;border-left:3px solid #8884}.track-step{position:relative;display:flex;align-items:center;gap:.6rem;padding:.45rem 0 .45rem 1rem}.track-dot{position:absolute;left:-.78rem;width:1.1rem;height:1.1rem;border-radius:50%;background:#cbd5e1;border:2px solid #fff}.track-step-done .track-dot{background:#16a34a}.track-step-current .track-dot{background:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 30%,transparent)}.track-step-current .track-label{font-weight:700;color:var(--brand)}.track-step-pending{opacity:.55}.track-state{margin-left:auto;font-size:.8rem;opacity:.75}.track-cancelled{margin:1rem 0;padding:1rem 1.25rem;border:2px solid #dc2626;border-radius:8px;color:#b91c1c;font-size:1.15rem;text-align:center}.sf-hero{position:relative;overflow:hidden}.sf-hero-image{display:block;width:100%;object-fit:cover}.sf-hero-text h2{margin:0 0 .4rem}.sf-hero-text p{margin:0 0 .8rem}.sf-hero-button{color:#fff}.sf-hero-standard{max-width:1100px;margin:1rem auto 0;border-radius:10px;border:1px solid #8883;display:flex;flex-direction:column}.sf-hero-standard .sf-hero-image{max-height:220px}.sf-hero-standard .sf-hero-text{padding:.9rem 1.25rem}.sf-hero-premium{display:grid;min-height:300px;place-items:center;text-align:center;color:#fff;background:linear-gradient(135deg,var(--brand),color-mix(in srgb,var(--brand) 55%,#000))}.sf-hero-premium .sf-hero-image,.sf-hero-premium .sf-hero-text{grid-area:1 / 1}.sf-hero-premium .sf-hero-image{height:100%;min-height:300px}.sf-hero-premium .sf-hero-text{z-index:1;padding:1.5rem;max-width:640px;background:#0006;border-radius:10px}.sf-hero-premium .sf-hero-text h2{font-size:2rem}.sf-hero-elite{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);background:#111827;color:#f9fafb;min-height:260px}.sf-hero-elite .sf-hero-text{padding:2rem 2.5rem;align-self:center}.sf-hero-elite .sf-hero-text h2{font-size:1.9rem;letter-spacing:.04em;text-transform:uppercase}.sf-hero-elite .sf-hero-button{background:var(--accent);color:#111827}.sf-hero-elite .sf-hero-image{height:100%;min-height:260px}.sf-hero-noimage.sf-hero-premium,.sf-hero-noimage.sf-hero-elite{min-height:160px}.sf-hero-noimage.sf-hero-elite{grid-template-columns:1fr}.sf-standard-header .storefront-nav-link{font-size:.95rem}.sf-premium-header{flex-direction:column;align-items:stretch;gap:0;padding:0;border-bottom:3px solid var(--brand)}.sf-premium-utility{display:flex;justify-content:space-between;padding:.35rem 1.5rem;font-size:.85rem;background:color-mix(in srgb,var(--brand) 10%,transparent)}.sf-premium-brand{display:flex;justify-content:center;padding:1rem}.sf-premium-brand .storefront-brand{font-size:1.7rem}.sf-premium-brand .storefront-logo{height:56px}.sf-premium-nav{display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:.5rem 1rem .75rem}.sf-elite-header{flex-direction:column;align-items:stretch;gap:0;padding:0;background:#111827;color:#f9fafb}.sf-elite-announce{text-align:center;padding:.3rem;font-size:.8rem;letter-spacing:.08em;background:var(--accent);color:#111827}.sf-elite-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.75rem 1.5rem}.sf-elite-left,.sf-elite-right{display:flex;gap:1rem;align-items:center}.sf-elite-right{justify-content:flex-end}.sf-elite-header .storefront-brand{font-size:1.5rem;letter-spacing:.12em;text-transform:uppercase}.sf-elite-header .storefront-nav-link{color:#f9fafb;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.sf-elite-header .storefront-cart-button{color:#f9fafb;border-color:var(--accent)}.sf-categories-premium,.sf-categories-elite{flex:1 1 100%}.storefront-catalog:has(.sf-categories-premium),.storefront-catalog:has(.sf-categories-elite){flex-direction:column;gap:.75rem}.sf-categories-premium h3,.sf-categories-elite h3{display:none}.sf-categories-premium ul,.sf-categories-elite ul{flex-direction:row;flex-wrap:wrap}.sf-categories-premium button{width:auto;border:1px solid var(--brand);border-radius:999px;padding:.35rem 1rem}.sf-categories-premium button.active{color:#fff}.sf-categories-elite ul{gap:0;border-bottom:2px solid #1118}.sf-categories-elite button{width:auto;border-radius:0;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;border-bottom:3px solid transparent;margin-bottom:-2px}.sf-categories-elite button.active{background:transparent;color:var(--brand);border-bottom-color:var(--accent)}.product-card-body{display:flex;flex-direction:column;gap:.15rem;align-items:inherit;width:100%}.sf-products-premium{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.sf-products-premium .product-card{align-items:center;text-align:center;border:none;box-shadow:0 2px 12px #0002;border-radius:14px;padding:1rem}.sf-products-premium .product-card-image{aspect-ratio:4 / 5;border-radius:10px}.sf-products-premium .product-card-body{align-items:center}.sf-products-premium .product-card-price{color:var(--brand);font-size:1.15rem}.sf-products-elite{grid-template-columns:1fr;gap:0}.sf-products-elite .product-card{flex-direction:row;align-items:center;gap:1rem;border:none;border-bottom:1px solid #8884;border-radius:0;padding:.75rem 0}.sf-products-elite .product-card-image{width:96px;height:96px;flex:0 0 96px}.sf-products-elite .product-card-body{flex:1;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.sf-products-elite .product-card-name{flex:1;font-size:1.05rem;letter-spacing:.02em}.sf-products-elite .product-card-price{color:var(--brand);font-size:1.1rem}.theme-premium .product-detail-body{flex-direction:column;align-items:center;text-align:center}.theme-premium .product-detail-image{width:min(420px,100%);height:auto;aspect-ratio:4 / 5}.theme-premium .product-detail-actions{justify-content:center}.theme-premium .storefront-cart .cart-line,.theme-premium .storefront-checkout .checkout-form{border-radius:14px;box-shadow:0 2px 12px #0002;border:none}.theme-elite .product-detail-body{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:2rem}.theme-elite .product-detail-info{position:sticky;top:1rem;align-self:start;border-top:3px solid var(--accent);padding-top:1rem}.theme-elite .product-detail-info h1{text-transform:uppercase;letter-spacing:.05em}.theme-elite .product-detail-image{width:100%;height:auto}.theme-elite .storefront-cart .cart-line{border:none;border-bottom:1px solid #8884;border-radius:0}.theme-elite .storefront-cart h1,.theme-elite .storefront-checkout h1,.theme-elite .storefront-track h1{text-transform:uppercase;letter-spacing:.08em;border-bottom:3px solid var(--accent);padding-bottom:.4rem}.theme-elite .storefront-checkout .checkout-form{border-radius:0;border-left:4px solid var(--accent)}.sf-premium-footer{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:1.75rem 1.5rem;background:color-mix(in srgb,var(--brand) 8%,transparent);border-top:3px solid var(--brand)}.sf-premium-footer p{margin:.3rem 0 0}.sf-elite-footer{justify-content:center;gap:2rem;background:#111827;color:#f9fafb;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}@media(max-width:640px){.storefront-header{flex-wrap:wrap;gap:.4rem .75rem;padding:.6rem 1rem}.storefront-content{padding:1rem}.sf-header-phone{order:5;flex-basis:100%;font-size:.85rem}.sf-premium-utility{padding:.35rem 1rem}.sf-premium-nav{flex-wrap:wrap;gap:.75rem}.sf-elite-bar{grid-template-columns:1fr;justify-items:center;gap:.5rem}.sf-elite-right,.sf-elite-left{justify-content:center}.sf-hero-elite{grid-template-columns:1fr}.sf-hero-elite .sf-hero-image{order:-1;min-height:160px;max-height:220px}.sf-hero-elite .sf-hero-text{padding:1.25rem}.sf-hero-premium,.sf-hero-premium .sf-hero-image{min-height:220px}.sf-hero-premium .sf-hero-text h2{font-size:1.4rem}.theme-elite .product-detail-body{grid-template-columns:1fr}.theme-elite .product-detail-info{position:static}.sf-products-elite .product-card-body{flex-direction:column;align-items:flex-start;gap:.15rem}.sf-products-elite .product-card-image{width:72px;height:72px;flex-basis:72px}.storefront-categories ul{flex-direction:row;flex-wrap:wrap}.storefront-categories button{width:auto}.cart-line{grid-template-columns:auto 1fr auto;grid-template-areas:"main main main" "qty total remove"}.cart-line .cart-line-main{grid-area:main}.cart-line .cart-qty-controls{grid-area:qty}.cart-line .cart-line-total{grid-area:total}.cart-line .cart-line-remove{grid-area:remove}.confirmation-lines .cart-line{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"main total"}.cart-actions button{flex:1 1 100%}.checkout-form .form-actions{flex-direction:column}.checkout-form .form-actions button{width:100%}.storefront-shell button,.storefront-shell select,.storefront-shell input{min-height:44px}.order-summary{grid-template-columns:1fr;gap:.1rem}.order-summary dd{margin-bottom:.5rem}}.sf-hero-standard{width:min(1100px,calc(100% - 2rem))}.storefront-catalog:has(.sf-categories-premium),.storefront-catalog:has(.sf-categories-elite){align-items:stretch}.storefront-catalog:has(.sf-categories-premium) .storefront-products,.storefront-catalog:has(.sf-categories-elite) .storefront-products{width:100%}.storefront-shell .sf-hero-elite .sf-hero-button{background:var(--accent);color:#111827}.storefront-shell button:disabled{opacity:.5;cursor:not-allowed}.storefront-shell .checkout-form input[type=radio],.storefront-shell .checkout-form input[type=checkbox]{width:auto;min-height:0;flex:0 0 auto}.checkout-fulfillment .checkbox-label{flex-direction:row;align-items:center}.checkout-form .checkout-fulfillment label{flex:0 0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;opacity:0}.entity-picker{position:relative;min-width:14rem}.entity-picker>input[role=combobox],.entity-picker-selected{width:100%}.entity-picker-selected{display:flex;justify-content:space-between;gap:.5rem;text-align:left;overflow:hidden}.entity-picker-selected span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entity-picker-menu{position:absolute;z-index:30;left:0;right:0;top:calc(100% + 2px);max-height:320px;overflow-y:auto;border:1px solid #8886;border-radius:6px;background:Canvas;color:CanvasText;box-shadow:0 6px 20px #0003}.entity-picker-menu ul{list-style:none;margin:0;padding:.25rem}.entity-picker-menu li button{width:100%;text-align:left;background:transparent;color:inherit;border:none;border-radius:4px;padding:.45rem .6rem}.entity-picker-menu li button:hover,.entity-picker-menu li button.active{background:#2563eb22}.entity-picker-note{margin:0;padding:.4rem .75rem}.entity-picker-pager{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .5rem;border-top:1px solid #8883}.admin-content{min-width:0}.catalog-section,.catalog-section>*{min-width:0}.catalog-controls,.form-actions,.pagination,.purchase-line-row{flex-wrap:wrap}.purchase-line-row>*{min-width:0}.catalog-table td,.catalog-table th{overflow-wrap:anywhere}@media(max-width:1024px){.admin-content{padding:1rem}.catalog-table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.catalog-table td,.catalog-table th{overflow-wrap:normal;white-space:nowrap}.catalog-table td .order-detail,.catalog-table td .revision-comparison{white-space:normal}}@media(max-width:768px){.admin-shell button,.admin-shell select,.admin-shell input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=color]){min-height:40px}.catalog-form{padding:.75rem}.catalog-form>label,.catalog-form .entity-picker{flex:1 1 100%}.catalog-form input,.catalog-form select{width:100%;max-width:100%}.catalog-form input[type=checkbox],.catalog-form input[type=radio],.catalog-form input[type=file],.catalog-form input[type=color]{width:auto}.catalog-controls>*{flex:1 1 100%}.catalog-table td button{padding:.45rem .75rem;margin-bottom:.25rem}.purchase-line-row>*{flex:1 1 100%}.order-detail .form-actions>*,.form-actions>button{flex:1 1 auto}.revision-comparison>div{min-width:0;flex-basis:100%}.order-summary{grid-template-columns:max-content minmax(0,1fr)}}@media(max-width:768px){.orders-table{display:block;overflow:visible}.orders-table>thead{display:none}.orders-table>tbody,.orders-table>tbody>tr,.orders-table>tbody>tr>td{display:block;width:100%}.orders-table>tbody>tr.order-summary-row{border:1px solid #8884;border-radius:8px;padding:.4rem .75rem;margin-bottom:.5rem}.orders-table>tbody>tr>td[data-label]{display:flex;justify-content:space-between;gap:1rem;border:none;padding:.2rem 0;white-space:normal;text-align:right}.orders-table>tbody>tr>td[data-label]:before{content:attr(data-label);opacity:.7;font-size:.8rem;text-align:left}.orders-table>tbody>tr.order-detail-row{margin:-.25rem 0 .75rem}.orders-table>tbody>tr.order-detail-row>td{border:none;padding:0;white-space:normal}}.reports-page h3{margin:1.25rem 0 .5rem}.reports-page h4{margin:.75rem 0 .4rem}.report-tabs{display:flex;gap:.4rem;overflow-x:auto;padding-bottom:.4rem;margin-bottom:.75rem;border-bottom:1px solid #8883;max-width:100%}.report-tabs button{white-space:nowrap;flex:0 0 auto;background:transparent;color:inherit;border:1px solid #8886}.report-tabs button.nav-active{background:#2563eb;color:#fff;border-color:#2563eb}.report-filters{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;padding:.75rem;border:1px solid #8883;border-radius:6px}.report-filters label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;min-width:0}.report-filters input,.report-filters select{padding:.4rem;font-size:.95rem;border:1px solid #8888;border-radius:4px;max-width:100%}.report-filters .form-actions{display:flex;gap:.5rem}.report-filters .error{flex-basis:100%;margin:0}.report-note{margin:.5rem 0}.report-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.6rem;margin:.5rem 0 1rem}.report-card{display:flex;flex-direction:column;gap:.15rem;padding:.6rem .75rem;border:1px solid #8883;border-radius:6px;min-width:0}.report-card-label{font-size:.78rem;opacity:.75}.report-card-value{font-size:1.1rem;overflow-wrap:anywhere}.report-card-hint{font-size:.72rem;opacity:.65}.report-table th.num,.report-table td.num{text-align:right;font-variant-numeric:tabular-nums}.report-table{margin-bottom:.75rem}.stock-pill{display:inline-block;padding:.05rem .5rem;border-radius:999px;font-size:.78rem;border:1px solid #8886}.stock-OUT_OF_STOCK{background:#dc262622;border-color:#dc2626}.stock-LOW_STOCK{background:#f59e0b22;border-color:#f59e0b}.stock-NORMAL{background:#16a34a22;border-color:#16a34a}@media(max-width:768px){.report-filters label,.report-filters .form-actions{flex:1 1 100%}.report-filters .form-actions button{flex:1}.report-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.report-scroll{overflow-x:auto;max-width:100%}.report-table th,.report-table td{white-space:nowrap}.report-table .report-wrap{display:inline-block;white-space:normal;min-width:14rem;max-width:24rem}.sf-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.sf-icon{flex:0 0 auto}.sf-img{display:block;width:100%;object-fit:cover;background:#eef0f2}.sf-img-fallback{display:grid;place-items:center;color:#9aa3ad}@keyframes sf-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sf-skeleton-img,.sf-skeleton-line{background:linear-gradient(90deg,#e9ecef 25%,#f4f5f7,#e9ecef 65%);background-size:200% 100%;animation:sf-shimmer 1.6s linear infinite;border-radius:6px}.sf-skeleton-img{aspect-ratio:1 / 1;width:100%}.sf-skeleton-line{height:.9rem;margin-top:.6rem}.sf-skeleton-line.short{width:55%}.sf-skeleton-card{background:#fff;border-radius:8px;padding:.75rem;box-shadow:0 1px 4px #0001}.sf-detail-skeleton{display:grid;grid-template-columns:minmax(0,260px) 1fr;gap:1.5rem;margin-top:1rem}@media(prefers-reduced-motion:reduce){.sf-skeleton-img,.sf-skeleton-line{animation:none}}.sf-empty{text-align:center;padding:2.5rem 1rem;color:#6b7280}.sf-empty h3{margin:.5rem 0 .25rem;color:#1f2937}.sf-empty p{margin:0 0 1rem}.theme-standard{--sf-bg: #f4f5f7;--sf-card: #fff;--sf-text: #1f2937;--sf-muted: #6b7280;--sf-line: #e5e7eb;background:var(--sf-bg);color:var(--sf-text)}.theme-standard .status{color:var(--sf-muted)}.theme-standard input,.theme-standard select{background:#fff;color:var(--sf-text);border:1px solid #cbd0d6}.theme-standard .sf-standard-header{display:block;padding:0;border:0;background:#fff;box-shadow:0 1px 6px #0001;position:sticky;top:0;z-index:20}.theme-standard .sf-std-topbar{background:var(--brand);color:#fff;font-size:.8rem;padding:.35rem 1.5rem;text-align:right}.theme-standard .sf-std-topbar .storefront-phone{color:#fff}.theme-standard .sf-std-bar{max-width:1200px;margin:0 auto;padding:.7rem 1.5rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.theme-standard .storefront-brand{font-size:1.35rem;color:var(--brand);min-height:44px;min-width:0}.theme-standard .storefront-logo{height:42px}.theme-standard .storefront-brand-name{overflow-wrap:anywhere;text-align:left}.theme-standard .sf-std-nav{display:flex;justify-content:flex-end;gap:.25rem}.theme-standard .sf-std-nav .storefront-nav-link{color:var(--sf-text);font-weight:600;font-size:.9rem;min-height:40px;padding:0 .85rem;border-radius:6px}.theme-standard .sf-std-nav .storefront-nav-link:hover{color:var(--brand);background:#f1f3f5}.theme-standard .storefront-cart-button{display:inline-flex;align-items:center;gap:.4rem;background:var(--brand);color:#fff;border:0;border-radius:999px;padding:0 1rem;min-height:42px;font-weight:600;white-space:nowrap}.theme-standard .sf-hero-standard{width:100%;max-width:none;margin:0;border:0;border-radius:0;display:grid;min-height:clamp(200px,30vw,380px);align-items:center;background:linear-gradient(120deg,var(--brand),color-mix(in srgb,var(--brand) 60%,#000));color:#fff}.theme-standard .sf-hero-standard .sf-hero-image{grid-area:1 / 1;height:100%;max-height:none;min-height:clamp(200px,30vw,380px)}.theme-standard .sf-hero-standard .sf-hero-text{grid-area:1 / 1;z-index:1;align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:1.5rem max(1.5rem,calc((100% - 1200px)/2 + 1.5rem));background:linear-gradient(90deg,#000b,#0007 45%,#0000)}.theme-standard .sf-hero-standard.sf-hero-noimage .sf-hero-text{background:none}.theme-standard .sf-hero-standard .sf-hero-text h2{font-size:clamp(1.4rem,4vw,2.4rem);line-height:1.15;max-width:34rem;overflow-wrap:anywhere}.theme-standard .sf-hero-standard .sf-hero-text p{max-width:34rem;font-size:clamp(.95rem,2.2vw,1.1rem);overflow-wrap:anywhere}.theme-standard .sf-hero-button{align-self:flex-start;border-radius:999px;padding:.65rem 1.6rem;min-height:44px;font-weight:700;background:var(--brand);color:#fff;border:2px solid #fff8}.theme-standard .storefront-content{max-width:1200px}.theme-standard .storefront-catalog{flex-direction:column;gap:1rem;align-items:stretch}.theme-standard .storefront-categories{flex:none;max-width:100%}.theme-standard .storefront-categories h3{display:none}.theme-standard .storefront-categories ul{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.5rem}.theme-standard .storefront-categories button{width:auto;min-height:40px;padding:0 1.1rem;border:1px solid var(--brand);border-radius:4px;background:#fff;color:var(--brand);font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.theme-standard .storefront-categories button:hover{background:color-mix(in srgb,var(--brand) 8%,#fff)}.theme-standard .storefront-categories button.active{background:var(--brand);color:#fff}.theme-standard .sf-section-title{margin:.5rem 0 .75rem;font-size:1.15rem;letter-spacing:.08em;text-transform:uppercase}.theme-standard .sf-toolbar{gap:.75rem}.theme-standard .storefront-search{background:#fff;border-radius:999px;padding:.65rem 1.1rem;min-height:44px;box-sizing:border-box}.theme-standard .sf-sort select{min-height:44px;border-radius:999px;padding:0 .9rem}.theme-standard .product-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.1rem}.theme-standard .product-card.sf-card{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0;overflow:hidden;background:var(--sf-card);color:var(--sf-text);border:0;border-radius:8px;box-shadow:0 1px 5px #0002;transition:box-shadow .15s ease,transform .15s ease}.theme-standard .product-card.sf-card:hover{box-shadow:0 4px 14px #0003;transform:translateY(-2px)}.theme-standard .sf-card .product-card-image{aspect-ratio:1 / 1;border-radius:0}.theme-standard .sf-card-body{display:flex;flex-direction:column;gap:.25rem;padding:.75rem .85rem .85rem;flex:1}.theme-standard .sf-card-open{background:none;border:0;padding:0;text-align:left;color:inherit;cursor:pointer;min-height:0}.theme-standard .sf-card-open:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.theme-standard .sf-card-open:focus-visible{outline:none}.theme-standard .sf-card:has(.sf-card-open:focus-visible){outline:3px solid var(--accent);outline-offset:2px}.theme-standard .product-card-name{font-weight:600;font-size:.95rem;line-height:1.3;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.theme-standard .product-card-meta{color:var(--sf-muted);font-size:.8rem;opacity:1}.theme-standard .sf-card-foot{margin-top:auto;padding-top:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.theme-standard .product-card-price{color:var(--brand);font-size:1.05rem;font-weight:700}.theme-standard .sf-add{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.35rem;min-height:40px;padding:0 .85rem;border:0;border-radius:999px;font-weight:600;font-size:.85rem;color:#fff}.theme-standard .sf-combo-items{list-style:none;margin:0;padding:0;font-size:.8rem;color:var(--sf-muted)}.theme-standard .combo-savings-badge{align-self:flex-start;font-size:.75rem;font-weight:700;color:#166534;background:#dcfce7;border-radius:999px;padding:.1rem .6rem}.sf-stepper{position:relative;z-index:1;display:inline-flex;align-items:center;border:1px solid #cbd0d6;border-radius:999px;background:#fff;overflow:hidden}.sf-stepper button{width:40px;min-height:40px;padding:0;border:0;background:transparent;color:var(--brand);font-size:1.15rem;font-weight:700;cursor:pointer}.sf-stepper span{min-width:1.8rem;text-align:center;font-weight:600;color:#1f2937}.theme-standard .pagination{justify-content:center;margin:1.25rem 0 .5rem;flex-wrap:wrap}.theme-standard .pagination button{min-height:42px;min-width:96px;border-radius:999px}.theme-standard .pagination button:disabled{opacity:.4}.theme-standard .storefront-product-detail{max-width:900px;background:var(--sf-card);border-radius:10px;padding:1.25rem;box-shadow:0 1px 5px #0002}.theme-standard .product-detail-image{border-radius:8px}.theme-standard .product-detail-price{color:var(--brand);font-size:1.5rem}.theme-standard .product-detail-actions input{min-height:44px;box-sizing:border-box}.theme-standard .product-detail-actions button{min-height:44px;padding:0 1.5rem;border-radius:999px;font-weight:600}.theme-standard .combo-contents ul{margin:0;padding-left:1.2rem}.theme-standard .storefront-cart{max-width:1000px;margin:0 auto}.theme-standard .sf-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1.25rem;align-items:start}.theme-standard .cart-line{grid-template-columns:72px minmax(0,1fr) auto 6.5rem auto;background:var(--sf-card);border:0;box-shadow:0 1px 4px #0002}.theme-standard .cart-line-thumb{width:72px;height:72px;border-radius:6px}.theme-standard .cart-line-remove{border-radius:999px}.theme-standard .sf-cart-summary,.theme-standard .sf-checkout-summary{background:var(--sf-card);border-radius:10px;box-shadow:0 1px 5px #0002;padding:1rem 1.1rem;position:sticky;top:6.5rem}.theme-standard .sf-cart-summary h2,.theme-standard .sf-checkout-summary h2{margin:0 0 .6rem;font-size:1.1rem}.theme-standard .sf-summary-row{display:flex;justify-content:space-between;margin:.3rem 0}.theme-standard .sf-summary-total{font-weight:700;border-top:1px solid var(--sf-line);padding-top:.6rem}.theme-standard .sf-cart-summary .cart-subtotal{text-align:left;font-size:1.15rem;color:var(--brand)}.theme-standard .sf-cart-summary .cart-actions{flex-direction:column;align-items:stretch}.theme-standard .sf-cart-summary .cart-actions button{min-height:46px;border-radius:999px;font-weight:600}.theme-standard .sf-notice{background:#fffbeb;color:#78350f}.theme-standard .storefront-checkout{max-width:1000px;margin:0 auto}.theme-standard .sf-checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1.25rem;align-items:start}.theme-standard .checkout-form{background:var(--sf-card);border:0;border-radius:10px;box-shadow:0 1px 5px #0002;margin-bottom:0}.theme-standard .checkout-form input{min-height:44px;box-sizing:border-box}.theme-standard .checkout-form .checkout-heading{padding-bottom:.3rem;border-bottom:1px solid var(--sf-line);font-size:1.05rem}.theme-standard .checkout-fulfillment{border-color:var(--sf-line);border-radius:8px}.theme-standard .checkout-form .checkbox-label{min-height:44px;align-items:center;flex-direction:row;gap:.6rem}.theme-standard .checkout-form .checkbox-label input{width:auto;min-height:0}.theme-standard .checkout-form .form-actions button{min-height:46px;border-radius:999px;padding:0 1.6rem;font-weight:600}.theme-standard .sf-checkout-summary ul{list-style:none;margin:0;padding:0}.theme-standard .sf-checkout-summary li{display:flex;justify-content:space-between;gap:.75rem;padding:.35rem 0;font-size:.9rem;border-bottom:1px dashed var(--sf-line)}.theme-standard .sf-checkout-summary li>span:first-child{overflow-wrap:anywhere}.storefront-shell:not(.theme-standard) .sf-checkout-summary{display:none}.sf-success-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 0 .75rem;color:#fff;background:#16a34a}.sf-order-number-label{margin:0;font-size:.85rem;opacity:.7}.sf-order-number{margin:0 0 .75rem;font-size:1.6rem;font-weight:800;letter-spacing:.04em;overflow-wrap:anywhere}.theme-standard .storefront-confirmation{max-width:720px;margin:0 auto;background:var(--sf-card);border-radius:10px;padding:1.5rem;box-shadow:0 1px 5px #0002;text-align:center}.theme-standard .storefront-confirmation .sf-success-icon{margin-left:auto;margin-right:auto}.theme-standard .storefront-confirmation .cart-lines,.theme-standard .storefront-confirmation .order-summary{text-align:left}.theme-standard .storefront-confirmation .form-actions{justify-content:center}.theme-standard .storefront-confirmation .form-actions button{min-height:46px;border-radius:999px;padding:0 1.6rem}.theme-standard .storefront-confirmation .cart-line{background:#f9fafb;box-shadow:none;grid-template-columns:minmax(0,1fr) auto}.theme-standard .storefront-track{max-width:680px;margin:0 auto}.theme-standard .storefront-track .catalog-form{background:var(--sf-card);border:0;box-shadow:0 1px 5px #0002;border-radius:10px}.theme-standard .storefront-track .catalog-form input{min-height:44px;box-sizing:border-box}.theme-standard .storefront-track .form-actions button{min-height:44px;border-radius:999px;padding:0 1.5rem}.theme-standard .track-result{background:var(--sf-card);border-radius:10px;padding:1rem 1.25rem;box-shadow:0 1px 5px #0002}.theme-standard .track-step-done .track-label{color:#166534}.theme-standard .storefront-footer{background:#1f2937;color:#e5e7eb;border:0;justify-content:center;text-align:center;gap:.5rem 2rem;padding:1.25rem 1.5rem}.theme-standard .storefront-footer .storefront-phone{color:#fff}@media(max-width:900px){.theme-standard .sf-cart-layout,.theme-standard .sf-checkout-layout{grid-template-columns:1fr}.theme-standard .sf-cart-summary,.theme-standard .sf-checkout-summary{position:static}.theme-standard .sf-checkout-summary{order:-1}}@media(max-width:640px){.theme-standard .sf-std-topbar{padding:.3rem 1rem;text-align:center}.theme-standard .sf-std-bar{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand cart" "nav nav";padding:.5rem 1rem 0;gap:.25rem .75rem}.theme-standard .sf-std-bar>.storefront-brand{grid-area:brand;font-size:1.15rem}.theme-standard .sf-std-bar>.storefront-cart-button{grid-area:cart}.theme-standard .sf-std-nav{grid-area:nav;justify-content:space-around;border-top:1px solid var(--sf-line);margin:0 -1rem;padding:.15rem .5rem}.theme-standard .storefront-content{padding:1rem}.theme-standard .storefront-categories ul{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:.4rem;scrollbar-width:thin}.theme-standard .storefront-categories button{flex:0 0 auto}.theme-standard .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.theme-standard .sf-card-body{padding:.6rem}.theme-standard .sf-card-foot{flex-wrap:wrap}.theme-standard .sf-add span{display:none}.theme-standard .sf-add{padding:0;width:44px;justify-content:center}.theme-standard .cart-line{grid-template-columns:64px minmax(0,1fr);grid-template-areas:"thumb main" "qty total" "remove remove"}.theme-standard .cart-line .cart-line-thumb{grid-area:thumb;width:64px;height:64px}.theme-standard .cart-line .cart-line-main{grid-area:main}.theme-standard .cart-line .sf-stepper{grid-area:qty;justify-self:start}.theme-standard .cart-line .cart-line-total{grid-area:total}.theme-standard .cart-line .cart-line-remove{grid-area:remove;justify-self:end;min-height:40px;padding:0 1.1rem}.theme-standard .sf-detail-skeleton{grid-template-columns:1fr}}.admin-shell{--admin-brand: #2563eb;--admin-bg: #f4f6fb;--admin-line: #e8ecf3;--admin-muted: #6b7280;display:flex;min-height:100vh;background:var(--admin-bg);color:#1f2937;color-scheme:light}.admin-shell button:focus-visible,.admin-shell a:focus-visible,.admin-shell select:focus-visible,.admin-shell input:focus-visible{outline:3px solid color-mix(in srgb,var(--admin-brand) 55%,#fff);outline-offset:2px}.admin-main{flex:1;min-width:0;display:flex;flex-direction:column}.admin-content{flex:1;min-width:0;padding:1.5rem}.admin-sidebar{flex:0 0 264px;width:264px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:.5rem;padding:1rem .75rem;background:#fff;border-right:1px solid var(--admin-line);overflow-y:auto;z-index:40}.admin-brand{display:flex;align-items:center;gap:.7rem;padding:.35rem .5rem .9rem}.admin-brand-mark{flex:0 0 auto;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:#fff;font-weight:800;background:linear-gradient(135deg,var(--admin-brand),color-mix(in srgb,var(--admin-brand) 55%,#7c3aed))}.admin-brand-logo{flex:0 0 auto;height:38px;max-width:96px;object-fit:contain}.admin-brand-name{font-weight:700;font-size:1.02rem;min-width:0;overflow-wrap:anywhere;line-height:1.2;flex:1}.admin-nav{display:flex;flex-direction:column;gap:.9rem;flex:1}.admin-nav-group{display:flex;flex-direction:column;gap:.15rem}.admin-nav-heading{margin:0 0 .25rem;padding:0 .8rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9aa3b2}.admin-nav button{display:flex;align-items:center;gap:.75rem;width:100%;min-height:42px;padding:.5rem .8rem;border:0;border-radius:10px;background:transparent;color:#4b5563;font-size:.95rem;font-weight:500;text-align:left;white-space:nowrap}.admin-nav button:hover{background:#f3f5f9;color:#111827}.admin-nav button.nav-active{background:color-mix(in srgb,var(--admin-brand) 11%,#fff);color:var(--admin-brand);font-weight:600}.adm-icon{flex:0 0 auto}.admin-store-link{display:flex;align-items:center;gap:.5rem;padding:.6rem .8rem;border-radius:10px;color:var(--admin-muted);font-size:.85rem;text-decoration:none;border:1px dashed #d7dce6}.admin-store-link:hover{color:var(--admin-brand);border-color:var(--admin-brand)}.admin-backdrop,.admin-drawer-close,.admin-menu-button{display:none}.admin-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:.75rem;min-height:64px;padding:.6rem 1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--admin-line)}.admin-header-title{margin:0;font-size:1.25rem;font-weight:700}.admin-header-spacer{flex:1}.admin-user{display:flex;align-items:center;gap:.6rem;min-width:0}.admin-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-weight:700;color:var(--admin-brand);background:color-mix(in srgb,var(--admin-brand) 14%,#fff)}.admin-user-text{display:flex;flex-direction:column;line-height:1.2;min-width:0}.admin-user-name{font-weight:600;font-size:.9rem}.admin-user-role{font-size:.75rem;color:var(--admin-muted)}.admin-logout,.admin-menu-button,.admin-drawer-close{align-items:center;gap:.4rem;border:1px solid var(--admin-line);border-radius:10px;background:#fff;color:#374151;font-size:.875rem}.admin-logout{display:inline-flex}.admin-logout:hover,.admin-menu-button:hover{background:#f3f5f9}.dash{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.dash-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.dash-greeting{margin:0;font-size:1.6rem;font-weight:700}.dash-filters{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.dash-filters select{min-height:40px;padding:0 .8rem;border:1px solid var(--admin-line);border-radius:10px;background:#fff;color:#1f2937}.dash-primary{min-height:40px;padding:0 1.1rem;border:0;border-radius:10px;background:var(--admin-brand);color:#fff;font-weight:600}.dash-link{padding:.3rem .7rem;border:0;border-radius:8px;background:color-mix(in srgb,var(--admin-brand) 10%,#fff);color:var(--admin-brand);font-size:.85rem;font-weight:600;white-space:nowrap}.dash-refreshing{opacity:.6;transition:opacity .15s}.dash>div>*+*{margin-top:1.25rem}.dash-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.dash-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.dash-grid-recent{grid-template-columns:minmax(0,1.9fr) minmax(0,1fr)}.dash-orders th,.dash-orders td{padding-left:.4rem;padding-right:.4rem}.dash-tone-blue{--tone: #2563eb;--tone-bg: #e6efff;--tone-text: #1d4ed8}.dash-tone-green{--tone: #16a34a;--tone-bg: #e2f6ea;--tone-text: #166534}.dash-tone-amber{--tone: #d97706;--tone-bg: #fdf0d5;--tone-text: #92400e}.dash-tone-red{--tone: #dc2626;--tone-bg: #fde7e7;--tone-text: #b91c1c}.dash-tone-purple{--tone: #7c3aed;--tone-bg: #eee7fd;--tone-text: #5b21b6}.dash-tone-slate{--tone: #475569;--tone-bg: #eaeef4;--tone-text: #334155}.dash-stat{display:flex;align-items:center;gap:.8rem;min-width:0;padding:.9rem 1rem;background:#fff;border:1px solid var(--admin-line);border-radius:16px;box-shadow:0 1px 3px #1018280d}.dash-stat-icon{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:var(--tone);background:var(--tone-bg)}.dash-stat-body{display:flex;flex-direction:column;min-width:0;gap:.1rem}.dash-stat-label{font-size:.8rem;color:var(--admin-muted)}.dash-stat-value{font-size:1.15rem;font-weight:700;overflow-wrap:anywhere}.dash-stat-hint{font-size:.72rem;color:var(--admin-muted);overflow-wrap:anywhere}.dash-stat-large{flex-direction:column;align-items:flex-start;gap:1.1rem;padding:1.15rem 1.25rem;border-color:transparent;background:linear-gradient(140deg,var(--tone-bg),color-mix(in srgb,var(--tone-bg) 35%,#fff))}.dash-stat-large .dash-stat-icon{width:52px;height:52px;background:#ffffffb0}.dash-stat-large .dash-stat-value{font-size:1.7rem;color:#111827}.dash-stat-large .dash-stat-label{font-size:.9rem;font-weight:600;color:var(--tone-text)}.dash-secondary{margin-top:1rem}.dash-card{min-width:0;padding:1.25rem;background:#fff;border:1px solid var(--admin-line);border-radius:16px;box-shadow:0 1px 3px #1018280d}.dash-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.9rem}.dash-card-head h2{margin:0;font-size:1.05rem}.dash-card-head p{margin:.2rem 0 0;font-size:.8rem;color:var(--admin-muted)}.dash-empty{margin:0;padding:1.5rem .5rem;text-align:center;color:var(--admin-muted);font-size:.9rem}.dash-skeleton{border-radius:16px;background:linear-gradient(90deg,#e9edf4 25%,#f5f7fb,#e9edf4 65%);background-size:200% 100%;animation:sf-shimmer 1.6s linear infinite}.dash-skeleton-card{height:130px}.dash-skeleton-chart{height:300px}.dash-grid-4+.dash-grid-2{margin-top:1.25rem}.dash-table-wrap{overflow-x:auto;max-width:100%}.dash-table{width:100%;border-collapse:collapse;font-size:.88rem}.dash-table th{text-align:left;padding:.5rem .6rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--admin-muted);border-bottom:1px solid var(--admin-line);white-space:nowrap}.dash-table td{padding:.6rem;border-bottom:1px solid #f0f2f7;white-space:nowrap}.dash-table .num{text-align:right;font-variant-numeric:tabular-nums}.dash-meter{display:block;height:4px;margin-top:.3rem;border-radius:999px;background:#eef1f6}.dash-meter>span{display:block;height:100%;border-radius:inherit;background:var(--admin-brand)}.dash-pill{display:inline-block;padding:.15rem .6rem;border-radius:999px;background:var(--tone-bg);color:var(--tone-text);font-size:.75rem;font-weight:700;white-space:nowrap}.dash-single-branch{margin:0;line-height:1.6}.dash-mini-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;margin-bottom:1rem}.dash-mini-stats>div{display:flex;flex-direction:column;gap:.15rem;padding:.6rem .7rem;border-radius:12px;background:#f6f8fb}.dash-mini-stats span{font-size:.72rem;color:var(--admin-muted)}.dash-mini-stats strong{font-size:1.1rem}.dash-mini-warn{background:#fdf0d5!important}.dash-mini-bad{background:#fde7e7!important}.dash-activity{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.dash-activity li{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:.7rem;align-items:center;padding:.6rem 0;border-bottom:1px solid #f0f2f7}.dash-activity li:last-child{border-bottom:0}.dash-activity-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--tone-bg);color:var(--tone)}.dash-activity li>div{display:flex;flex-direction:column;min-width:0;font-size:.86rem}.dash-activity li>div span{color:var(--admin-muted);font-size:.78rem;overflow-wrap:anywhere}.dash-activity time{font-size:.72rem;color:var(--admin-muted);white-space:nowrap}.dash-donut{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem}.dash-donut-figure{position:relative;width:210px;height:210px;flex:0 0 auto}.dash-donut-figure svg{width:100%;height:100%;transform:rotate(0)}.dash-donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.dash-donut-center strong{font-size:1.7rem}.dash-donut-center span{font-size:.78rem;color:var(--admin-muted)}.dash-legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem;min-width:190px;flex:1 1 190px;font-size:.86rem}.dash-legend li{display:flex;align-items:center;gap:.5rem}.dash-legend-label{flex:1}.dash-legend-value{font-variant-numeric:tabular-nums;font-weight:600}.dash-legend-value em{font-style:normal;font-weight:400;color:var(--admin-muted)}.dash-swatch{width:11px;height:11px;border-radius:3px;flex:0 0 auto}.dash-swatch-sales,.dash-bar-sales{background:var(--admin-brand)}.dash-swatch-collected,.dash-bar-collected{background:#f59e0b}.dash-legend-inline{flex-direction:row;justify-content:center;gap:1.25rem;margin-top:.6rem;min-width:0}.dash-bars-plot{position:relative;height:270px;padding-bottom:26px}.dash-bars-grid{position:absolute;left:0;right:0;top:8px;bottom:26px;display:flex;flex-direction:column;justify-content:space-between}.dash-bars-line{position:relative;height:0;margin-left:46px;border-top:1px dashed #e3e8f0}.dash-bars-line span{position:absolute;left:-46px;top:-.55rem;width:40px;text-align:right;font-size:.68rem;color:var(--admin-muted)}.dash-bars-cols{position:absolute;left:46px;right:0;top:8px;bottom:0;display:flex;gap:4px}.dash-bars-col{flex:1;min-width:0;display:flex;flex-direction:column}.dash-bars-pair{flex:1;display:flex;align-items:flex-end;justify-content:center;gap:2px}.dash-bar{display:block;width:38%;max-width:16px;min-height:2px;border-radius:4px 4px 0 0}.dash-bars-label{height:26px;padding-top:6px;display:flex;justify-content:center;font-size:.66rem;color:var(--admin-muted);white-space:nowrap}@media(max-width:1280px){.dash-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.dash-grid-2,.dash-grid-recent{grid-template-columns:minmax(0,1fr)}}@media(max-width:1023px){.admin-sidebar{position:fixed;top:0;bottom:0;left:0;height:auto;transform:translate(-100%);visibility:hidden;transition:transform .2s ease,visibility 0s linear .2s;box-shadow:0 0 40px #0f172a33;width:min(300px,86vw)}.admin-sidebar.open{transform:none;visibility:visible;transition:transform .2s ease}.admin-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;background:#0f172a66;opacity:0;pointer-events:none;transition:opacity .2s}.admin-backdrop.open{opacity:1;pointer-events:auto}.admin-menu-button,.admin-drawer-close{display:inline-flex;justify-content:center;width:42px;height:42px;padding:0}.admin-drawer-close{margin-left:auto}.admin-header,.admin-content{padding-left:1rem;padding-right:1rem}}@media(max-width:640px){.dash-greeting{font-size:1.25rem}.dash-grid-4{grid-template-columns:minmax(0,1fr)}.dash-mini-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-user-text,.admin-logout span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.admin-logout{width:42px;height:42px;padding:0;justify-content:center}.admin-header-title{font-size:1.05rem}.dash-filters{width:100%}.dash-filters>*{flex:1 1 100%}.dash-donut-figure{width:180px;height:180px}.dash-bars-col:not(:nth-child(4n+1)) .dash-bars-label{visibility:hidden!important}.dash-bars-plot{height:240px}.dash-activity li{grid-template-columns:34px minmax(0,1fr)}.dash-activity time{grid-column:2}.dash-orders thead{display:none}.dash-orders,.dash-orders tbody,.dash-orders tr,.dash-orders td{display:block;width:100%}.dash-orders tr{padding:.5rem .7rem;margin-bottom:.6rem;border:1px solid var(--admin-line);border-radius:12px}.dash-orders td{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.25rem 0;border:0;white-space:normal;text-align:right}.dash-orders td:before{content:attr(data-label);font-size:.75rem;color:var(--admin-muted);text-align:left}}@media(prefers-reduced-motion:reduce){.admin-sidebar,.admin-backdrop{transition:none}}.od-view{max-width:880px}.od-back{display:inline-flex;align-items:center;gap:.4rem;min-height:42px;margin-bottom:.9rem;padding:0 1rem;border:1px solid var(--admin-line, #e8ecf3);border-radius:10px;background:#fff;color:#1f2937;font-weight:600}.od{display:flex;flex-direction:column;gap:1rem;min-width:0}.od>*{min-width:0}.od-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem}.od-title{margin:0;font-size:1.5rem}.od-sub-title{margin:.25rem 0 0;color:#6b7280;font-size:.9rem;overflow-wrap:anywhere}.od-badges{display:flex;flex-wrap:wrap;gap:.4rem}.od-badge{display:inline-block;padding:.2rem .7rem;border-radius:999px;font-size:.8rem;font-weight:700;white-space:nowrap;background:#eaeef4;color:#334155}.od-badge-new{background:#e6efff;color:#1d4ed8}.od-badge-under_review{background:#fdf0d5;color:#92400e}.od-badge-confirmed,.od-badge-packed,.od-badge-ready{background:#eee7fd;color:#5b21b6}.od-badge-dispatched{background:#ffedd5;color:#9a3412}.od-badge-delivered,.od-badge-picked_up,.od-badge-pay-paid{background:#e2f6ea;color:#166534}.od-badge-cancelled{background:#fde7e7;color:#b91c1c}.od-badge-pay-unpaid{background:#fdf0d5;color:#92400e}.od-card{background:#fff;border:1px solid var(--admin-line, #e8ecf3);border-radius:16px;padding:1.1rem 1.25rem;box-shadow:0 1px 3px #1018280d}.od-card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.6rem}.od-card-head h3{margin:0;font-size:1.05rem}.od-sub{margin:.75rem 0 .25rem;font-size:.9rem}.od-hint{margin:.25rem 0 .75rem;color:#6b7280;font-size:.88rem}.od-warning{margin:0 0 .75rem;padding:.55rem .8rem;border-radius:10px;background:#fdf0d5;color:#92400e;font-weight:600;font-size:.9rem}.od-alert{padding:.6rem .9rem;border-radius:10px;background:#fde7e7;margin:0}.od-status{border-color:color-mix(in srgb,var(--admin-brand, #2563eb) 35%,#e8ecf3);box-shadow:0 2px 10px #2563eb14}.od-stepper{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem .25rem;margin:.4rem 0 .75rem;padding:0}.od-step{display:flex;align-items:center;gap:.4rem;padding-right:.7rem;font-size:.82rem;color:#9aa3b2}.od-step-dot{width:20px;height:20px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;border:2px solid #d5dbe6;font-size:.7rem;font-weight:800;color:#fff}.od-step-done{color:#166534}.od-step-done .od-step-dot{background:#16a34a;border-color:#16a34a}.od-step-current{color:var(--admin-brand, #2563eb);font-weight:700}.od-step-current .od-step-dot{border-color:var(--admin-brand, #2563eb);background:radial-gradient(var(--admin-brand, #2563eb) 45%,#fff 50%)}.od-actions,.od-danger-zone{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.od-danger-zone{margin-top:.9rem;padding-top:.8rem;border-top:1px dashed #e0e4ec}.od-primary{min-height:44px;padding:0 1.4rem;border:0;border-radius:10px;background:var(--admin-brand, #2563eb);color:#fff;font-weight:700}.od-primary:disabled{opacity:.5;cursor:not-allowed}.od-danger{min-height:40px;padding:0 1.1rem;border:1px solid #dc2626;border-radius:10px;background:#fff;color:#b91c1c;font-weight:600}.od-danger-solid{background:#dc2626;color:#fff;border:0;border-radius:10px}.od-confirm,.od-cancel-form{margin-top:.5rem;padding:.9rem 1rem;border-radius:12px;background:#f6f8fb;border:1px solid #e1e6ef}.od-cancel-form{background:#fff5f5;border-color:#f4c7c7}.od-cancel-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem}.od-cancel-form input{min-height:42px;padding:0 .6rem;border:1px solid #cbd0d6;border-radius:8px}.od-confirm p{margin:0 0 .4rem}.od-confirm-change{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:1rem}.od-cancelled{display:flex;flex-direction:column;gap:.2rem;padding:.75rem 1rem;border-radius:12px;background:#fde7e7;color:#b91c1c}.od-inline-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.od-inline-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;flex:1 1 200px;min-width:0}.od-inline-form select{min-height:42px;padding:0 .6rem;border:1px solid #cbd0d6;border-radius:8px;background:#fff;max-width:100%}.od-inline-form button{min-height:42px}.od-dl{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:.35rem 1.2rem;margin:0}.od-dl dt{color:#6b7280;font-size:.85rem}.od-dl dd{margin:0;overflow-wrap:anywhere}.od-summary{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #eef1f6}.od-total{font-weight:800;font-size:1.05rem;color:#111827!important}.od-timeline{list-style:none;margin:0;padding:0 0 0 .4rem;border-left:2px solid #e1e6ef;display:flex;flex-direction:column;gap:.8rem}.od-timeline li{position:relative;display:flex;flex-direction:column;padding-left:.9rem}.od-timeline li:before{content:"";position:absolute;left:-.62rem;top:.3rem;width:10px;height:10px;border-radius:50%;background:var(--admin-brand, #2563eb)}.od-timeline time{font-size:.78rem;color:#6b7280}.od-timeline span{font-size:.85rem;color:#6b7280;overflow-wrap:anywhere}.od .catalog-form{margin:0}.od-card .form-actions{display:flex;flex-wrap:wrap;gap:.6rem}.od-card .combo-preview{margin-top:.6rem;padding:.75rem;border-radius:12px;background:#f6f8fb}@media(max-width:640px){.od-title{font-size:1.25rem}.od-card{padding:.9rem}.od-stepper{flex-direction:column;gap:.35rem}.od-actions>button,.od-danger-zone>button,.od-inline-form>button,.od-confirm .form-actions>button,.od-card .form-actions>button{flex:1 1 100%}.od-dl{grid-template-columns:minmax(0,1fr);gap:.1rem}.od-dl dd{margin-bottom:.5rem}.od-back{width:100%;justify-content:center}}.od-adjust .od-sub{margin-top:1rem}.od-adjust label,.od .catalog-form label{display:flex;flex-direction:column;gap:.25rem;margin:.4rem 0;font-size:.85rem}.od-adjust select,.od-adjust input,.od .catalog-form select,.od .catalog-form input:not([type=radio]):not([type=checkbox]){min-height:42px;padding:0 .6rem;border:1px solid #cbd0d6;border-radius:8px;background:#fff;max-width:100%}.od-adjust .form-actions{margin-top:.4rem}.od .checkbox-label{flex-direction:row;align-items:center;gap:.5rem}.image-upload-preview{display:block;max-width:120px;max-height:120px;margin-top:.4rem;border-radius:8px;object-fit:cover;border:1px solid #8884}.image-upload input[type=file]{max-width:100%}:is(.admin-shell,.admin-shell-portal){--admin-bg: #f5f7fb;--admin-surface: #ffffff;--admin-surface-muted: #f8fafd;--admin-border: #e6eaf2;--admin-border-strong: #d2d9e6;--admin-line: var(--admin-border);--admin-text: #111827;--admin-text-2: #374151;--admin-text-muted: #6b7280;--admin-primary: var(--admin-brand, #2563eb);--admin-primary-hover: color-mix(in srgb, var(--admin-primary) 88%, #000);--admin-primary-soft: color-mix(in srgb, var(--admin-primary) 10%, #fff);--admin-primary-ring: color-mix(in srgb, var(--admin-primary) 22%, transparent);--admin-danger: #dc2626;--admin-danger-hover: #b91c1c;--admin-danger-soft: #fef2f2;--admin-success: #16a34a;--admin-success-soft: #ecfdf3;--admin-warning: #b45309;--admin-warning-soft: #fffbeb;--admin-radius-sm: 8px;--admin-radius: 10px;--admin-radius-lg: 16px;--admin-shadow-sm: 0 1px 2px rgba(16, 24, 40, .05);--admin-shadow: 0 1px 3px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .04);--admin-shadow-lg: 0 12px 32px rgba(16, 24, 40, .16);--admin-control-h: 42px;--admin-transition: .15s ease;--admin-font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;color:var(--admin-text);font-family:var(--admin-font);color-scheme:light}.admin-shell-portal{--admin-brand: var(--admin-brand-root, #2563eb)}.admin-shell{background:var(--admin-bg)}:is(.admin-content,.admin-shell-portal) h2,:is(.admin-content,.admin-shell-portal) h3,:is(.admin-content,.admin-shell-portal) h4{color:var(--admin-text);letter-spacing:-.01em}:is(.admin-content,.admin-shell-portal) .status{color:var(--admin-text-muted);opacity:1;font-size:.875rem}.ui-help{display:block;font-size:.78rem;font-weight:400;color:var(--admin-text-muted);line-height:1.4}:is(.admin-content,.admin-shell-portal) p.error,:is(.admin-content,.admin-shell-portal) span.error{color:var(--admin-danger);font-size:.85rem}:is(.admin-content,.admin-shell-portal) .catalog-section>p.error,:is(.admin-content,.admin-shell-portal) .catalog-form>p.error,:is(.admin-content,.admin-shell-portal) .ui-modal-body p.error,:is(.admin-content,.admin-shell-portal) .od-alert{padding:.65rem .9rem;background:var(--admin-danger-soft);border:1px solid #fecaca;border-radius:var(--admin-radius);color:#b91c1c}:is(.admin-shell,.admin-shell-portal) .ui-modal-body p.error{padding:.65rem .9rem;background:var(--admin-danger-soft);border:1px solid #fecaca;border-radius:var(--admin-radius)}:where(.admin-content,.admin-shell-portal) button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:40px;padding:0 1rem;border:1px solid transparent;border-radius:var(--admin-radius);background:var(--admin-primary);color:#fff;font-family:inherit;font-size:.9rem;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;box-shadow:var(--admin-shadow-sm);transition:background var(--admin-transition),border-color var(--admin-transition),box-shadow var(--admin-transition),transform .05s ease}:where(.admin-content,.admin-shell-portal) button:where(:not(.secondary,.ghost,.danger,.danger-outline,.success,.ui-icon-btn,.ui-page-num,.ui-menu-item,.dash-link,.dash-primary,.od-primary,.od-danger,.od-danger-solid,.od-back,.entity-picker-selected)):hover:not(:disabled){background:var(--admin-primary-hover)}:where(.admin-content,.admin-shell-portal) button:active:not(:disabled){transform:translateY(1px)}:where(.admin-content,.admin-shell-portal) button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}:where(.admin-content,.admin-shell-portal) button:focus-visible{outline:3px solid var(--admin-primary-ring);outline-offset:1px}:where(.admin-content,.admin-shell-portal) button.secondary{background:var(--admin-surface);color:var(--admin-text-2);border-color:var(--admin-border-strong)}:where(.admin-content,.admin-shell-portal) button.secondary:hover:not(:disabled){background:var(--admin-surface-muted);border-color:#b9c2d3}:where(.admin-content,.admin-shell-portal) button.ghost{background:transparent;color:var(--admin-text-2);box-shadow:none}:where(.admin-content,.admin-shell-portal) button.ghost:hover:not(:disabled){background:#eef1f7}:where(.admin-content,.admin-shell-portal) button.ghost.danger-text{color:var(--admin-danger)}:where(.admin-content,.admin-shell-portal) button.danger{background:var(--admin-danger);color:#fff}:where(.admin-content,.admin-shell-portal) button.danger:hover:not(:disabled){background:var(--admin-danger-hover)}:where(.admin-content,.admin-shell-portal) button.danger-outline{background:#fff;color:var(--admin-danger);border-color:#f0b4b4}:where(.admin-content,.admin-shell-portal) button.danger-outline:hover:not(:disabled){background:var(--admin-danger-soft)}:where(.admin-content,.admin-shell-portal) button.success{background:var(--admin-success)}.ui-icon-btn{display:inline-grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid transparent;border-radius:var(--admin-radius-sm);background:transparent;color:var(--admin-text-muted);cursor:pointer;transition:background var(--admin-transition),color var(--admin-transition)}.ui-icon-btn:hover{background:#eef1f7;color:var(--admin-text)}.ui-icon-btn:focus-visible{outline:3px solid var(--admin-primary-ring)}.ui-btn-sm{min-height:34px!important;padding:0 .75rem!important;font-size:.85rem!important}:is(.admin-content,.admin-shell-portal) input:where(:not([type=checkbox],[type=radio],[type=file],[type=color],[type=range])),:is(.admin-content,.admin-shell-portal) select,:is(.admin-content,.admin-shell-portal) textarea,.admin-shell-portal input:where(:not([type=checkbox],[type=radio],[type=file],[type=color],[type=range])),.admin-shell-portal select,.admin-shell-portal textarea{width:100%;min-height:var(--admin-control-h);padding:0 .85rem;border:1px solid var(--admin-border-strong);border-radius:var(--admin-radius);background-color:#fff;color:var(--admin-text);font-family:inherit;font-size:.925rem;line-height:1.4;transition:border-color var(--admin-transition),box-shadow var(--admin-transition),background-color var(--admin-transition)}:is(.admin-content,.admin-shell-portal) textarea,.admin-shell-portal textarea{min-height:92px;padding:.65rem .85rem;resize:vertical}:where(.admin-content,.admin-shell-portal) :where(input,select,textarea)::placeholder{color:#9aa3b2}:where(.admin-content,.admin-shell-portal) :where(input,select,textarea):hover:not(:disabled):not(:focus){border-color:#b9c2d3}:is(.admin-content,.admin-shell-portal) :where(input,select,textarea):focus,.admin-shell-portal :where(input,select,textarea):focus{outline:none;border-color:var(--admin-primary);box-shadow:0 0 0 3px var(--admin-primary-ring)}:is(.admin-content,.admin-shell-portal) :where(input,select,textarea):disabled,.admin-shell-portal :where(input,select,textarea):disabled{background-color:#f3f5f9;color:var(--admin-text-muted);cursor:not-allowed}:is(.admin-content,.admin-shell-portal) :where(input,select,textarea)[aria-invalid=true]{border-color:var(--admin-danger)}:is(.admin-content,.admin-shell-portal) select,.admin-shell-portal select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:2.4rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;cursor:pointer}:where(.admin-content,.admin-shell-portal) input[type=checkbox],:where(.admin-content,.admin-shell-portal) input[type=radio]{width:18px;height:18px;accent-color:var(--admin-primary);flex:0 0 auto;cursor:pointer}:where(.admin-content,.admin-shell-portal) input[type=file]{font-size:.875rem;color:var(--admin-text-2)}:where(.admin-content,.admin-shell-portal) input[type=file]::file-selector-button{margin-right:.75rem;min-height:36px;padding:0 .9rem;border:1px solid var(--admin-border-strong);border-radius:var(--admin-radius-sm);background:#fff;color:var(--admin-text-2);font-weight:600;cursor:pointer}:is(.admin-content,.admin-shell-portal) .sr-only,:is(.admin-content,.admin-shell-portal) input.sr-only{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;padding:0!important;border:0!important;opacity:0}.ui-search{position:relative;flex:1 1 260px;max-width:420px;min-width:0}.ui-search>.adm-icon{position:absolute;left:.8rem;top:50%;transform:translateY(-50%);color:#9aa3b2;pointer-events:none}:is(.admin-content,.admin-shell-portal) .ui-search input{padding-left:2.5rem}:is(.admin-content,.admin-shell-portal) .catalog-controls input:not([type]),:is(.admin-content,.admin-shell-portal) .catalog-controls input[type=text],:is(.admin-content,.admin-shell-portal) .catalog-controls input[type=search]{padding-left:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%239aa3b2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 18a7 7 0 1 0 0-14 7 7 0 0 0 0 14zM20 20l-4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.8rem center}:is(.admin-content,.admin-shell-portal) .ui-search input{background-image:none}:is(.admin-content,.admin-shell-portal) .catalog-section{max-width:1180px;margin:0 auto}.ui-page-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.75rem 1rem;margin-bottom:1.25rem}.ui-page-header h2{margin:0;font-size:1.65rem;font-weight:700;line-height:1.2}.ui-page-header p{margin:.3rem 0 0;color:var(--admin-text-muted);font-size:.925rem}.ui-page-header-actions{display:flex;flex-wrap:wrap;gap:.6rem}:is(.admin-content,.admin-shell-portal) .catalog-section>h2{margin:0 0 1.25rem;font-size:1.65rem;font-weight:700}.ui-card{min-width:0;padding:1.25rem;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius-lg);box-shadow:var(--admin-shadow)}.ui-toolbar,:is(.admin-content,.admin-shell-portal) .catalog-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1rem}:is(.admin-content,.admin-shell-portal) .catalog-controls>*{min-width:0}:is(.admin-content,.admin-shell-portal) .catalog-controls>input,:is(.admin-content,.admin-shell-portal) .catalog-controls>select{width:auto;flex:0 1 220px}:is(.admin-content,.admin-shell-portal) .catalog-controls>input:first-child{flex:1 1 260px;max-width:420px}:is(.admin-content,.admin-shell-portal) .ui-toolbar select{width:auto;flex:0 0 auto;min-width:170px}.ui-toolbar-spacer{flex:1}:is(.admin-content,.admin-shell-portal) .catalog-table,:is(.admin-content,.admin-shell-portal) .report-table{width:100%;border-collapse:separate;border-spacing:0;margin:0 0 1rem;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius-lg);box-shadow:var(--admin-shadow);overflow:hidden;font-size:.9rem}:is(.admin-content,.admin-shell-portal) .catalog-table th,:is(.admin-content,.admin-shell-portal) .report-table th{padding:.75rem 1rem;background:var(--admin-surface-muted);border-bottom:1px solid var(--admin-border);color:var(--admin-text-muted);font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-align:left;white-space:nowrap}:is(.admin-content,.admin-shell-portal) .catalog-table td,:is(.admin-content,.admin-shell-portal) .report-table td{padding:.85rem 1rem;border-bottom:1px solid #eef1f6;font-size:.9rem;color:var(--admin-text);vertical-align:middle}:is(.admin-content,.admin-shell-portal) .catalog-table tbody tr:last-child td,:is(.admin-content,.admin-shell-portal) .report-table tbody tr:last-child td{border-bottom:0}:is(.admin-content,.admin-shell-portal) .catalog-table tbody tr{transition:background var(--admin-transition)}:is(.admin-content,.admin-shell-portal) .catalog-table tbody tr:hover{background:#fafbfe}:is(.admin-content,.admin-shell-portal) .catalog-table td.num,:is(.admin-content,.admin-shell-portal) .catalog-table th.num{text-align:right;font-variant-numeric:tabular-nums}:is(.admin-content,.admin-shell-portal) .catalog-table td button{margin-right:.35rem;min-height:34px;padding:0 .75rem;font-size:.83rem}:is(.admin-content,.admin-shell-portal) .catalog-table td button:not(.secondary):not(.ghost):not(.danger):not(.danger-outline){background:var(--admin-surface);color:var(--admin-text-2);border-color:var(--admin-border-strong);box-shadow:none}:is(.admin-content,.admin-shell-portal) .catalog-table td button:not(.secondary):not(.ghost):not(.danger):not(.danger-outline):hover:not(:disabled){background:var(--admin-surface-muted)}.ui-cell-main{display:flex;align-items:center;gap:.75rem;min-width:0}.ui-cell-title{font-weight:600;color:var(--admin-text);overflow-wrap:anywhere}.ui-cell-sub{display:block;font-size:.78rem;color:var(--admin-text-muted)}.ui-thumb{flex:0 0 auto;width:40px;height:40px;border-radius:10px;object-fit:cover;background:#eef1f7;border:1px solid var(--admin-border);display:grid;place-items:center;color:#9aa3b2}.ui-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;white-space:nowrap}.ui-table-count{margin:0 0 .6rem;color:var(--admin-text-muted);font-size:.85rem}:is(.admin-content,.admin-shell-portal) .catalog-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 1.25rem;align-items:start;padding:1.5rem;margin:0 0 1.5rem;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius-lg);box-shadow:var(--admin-shadow)}:is(.admin-content,.admin-shell-portal) .catalog-form>h3,:is(.admin-content,.admin-shell-portal) .catalog-form>.form-actions,:is(.admin-content,.admin-shell-portal) .catalog-form>p,:is(.admin-content,.admin-shell-portal) .catalog-form>.error,:is(.admin-content,.admin-shell-portal) .catalog-form>div,:is(.admin-content,.admin-shell-portal) .catalog-form>fieldset,:is(.admin-content,.admin-shell-portal) .catalog-form>.checkout-wide,:is(.admin-content,.admin-shell-portal) .catalog-form>[style*=flex-basis]{grid-column:1 / -1}:is(.admin-content,.admin-shell-portal) .catalog-form>h3{margin:0;padding-bottom:.6rem;border-bottom:1px solid var(--admin-border);font-size:1.05rem;font-weight:700}:is(.admin-content,.admin-shell-portal) .catalog-form label,.ui-field{display:flex;flex-direction:column;gap:.4rem;min-width:0;font-size:.82rem;font-weight:600;color:var(--admin-text-2)}.ui-field-label{font-size:.82rem;font-weight:600;color:var(--admin-text-2)}.ui-field-wide{grid-column:1 / -1}:is(.admin-content,.admin-shell-portal) .catalog-form label>input,:is(.admin-content,.admin-shell-portal) .catalog-form label>select,:is(.admin-content,.admin-shell-portal) .catalog-form label>textarea{font-weight:400}:is(.admin-content,.admin-shell-portal) .catalog-form .checkbox-label,:is(.admin-content,.admin-shell-portal) .checkbox-label{flex-direction:row;align-items:center;gap:.6rem;min-height:var(--admin-control-h);font-size:.9rem;font-weight:500;cursor:pointer}:is(.admin-content,.admin-shell-portal) .form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.ui-form-section{min-width:0;margin:0;padding:0;border:0}.ui-form-section+.ui-form-section{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--admin-border)}.ui-form-section>legend{padding:0;margin-bottom:.75rem;color:var(--admin-text-muted);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.ui-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem;align-items:start}.ui-purchase-line,:is(.admin-content,.admin-shell-portal) .purchase-line-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}:is(.admin-content,.admin-shell-portal) .purchase-line-row>input,:is(.admin-content,.admin-shell-portal) .purchase-line-row>select{width:auto;flex:1 1 140px}.ui-switch{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;min-height:var(--admin-control-h)}.ui-switch input{position:absolute;opacity:0;width:1px;height:1px}.ui-switch-track{position:relative;flex:0 0 auto;width:40px;height:24px;border-radius:999px;background:#cfd6e4;transition:background var(--admin-transition)}.ui-switch-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000040;transition:transform var(--admin-transition)}.ui-switch input:checked+.ui-switch-track{background:var(--admin-primary)}.ui-switch input:checked+.ui-switch-track .ui-switch-thumb{transform:translate(16px)}.ui-switch input:focus-visible+.ui-switch-track{outline:3px solid var(--admin-primary-ring);outline-offset:2px}.ui-switch input:disabled+.ui-switch-track{opacity:.5}.ui-switch-text{display:flex;flex-direction:column;font-size:.9rem;font-weight:500}.ui-upload{display:flex;flex-direction:column;gap:.4rem;min-width:0}.ui-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:1.25rem 1rem;text-align:center;border:1.5px dashed var(--admin-border-strong);border-radius:var(--admin-radius-lg);background:var(--admin-surface-muted);transition:border-color var(--admin-transition),background var(--admin-transition)}.ui-upload-area.drag{border-color:var(--admin-primary);background:var(--admin-primary-soft)}.ui-upload-area.has-image{border-style:solid;background:#fff}:is(.admin-content,.admin-shell-portal) .image-upload-preview{display:block;max-width:100%;max-height:160px;margin:0;border-radius:var(--admin-radius);object-fit:contain;border:1px solid var(--admin-border);background:#fff}.ui-upload-actions{display:flex;gap:.5rem}.ui-empty-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--admin-primary-soft);color:var(--admin-primary)}.ui-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .65rem .2rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600;line-height:1.3;white-space:nowrap;background:#f1f3f8;color:#4b5563}.ui-badge-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.ui-badge-success{background:var(--admin-success-soft);color:#15803d}.ui-badge-warning{background:var(--admin-warning-soft);color:var(--admin-warning)}.ui-badge-danger{background:var(--admin-danger-soft);color:#b91c1c}.ui-badge-info{background:#eff6ff;color:#1d4ed8}.ui-badge-purple{background:#f5f3ff;color:#6d28d9}.ui-badge-neutral{background:#f1f3f8;color:#4b5563}.ui-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1rem;text-align:center;background:var(--admin-surface);border:1px dashed var(--admin-border-strong);border-radius:var(--admin-radius-lg)}.ui-empty h3{margin:.25rem 0 0;font-size:1.05rem}.ui-empty p{margin:0 0 .5rem;max-width:34rem;color:var(--admin-text-muted);font-size:.9rem}.ui-skeleton{display:block;height:14px;border-radius:6px;background:linear-gradient(90deg,#eceff5 25%,#f6f8fc,#eceff5 65%);background-size:200% 100%;animation:sf-shimmer 1.6s linear infinite}.ui-skeleton-lg{width:100%}.ui-skeleton-md{width:70%}.ui-skeleton-sm{width:45%}.ui-skeleton-table{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius-lg);padding:.5rem 1rem;box-shadow:var(--admin-shadow)}.ui-skeleton-row{display:grid;grid-template-columns:3fr 2fr 1fr 1fr;gap:1.5rem;padding:1rem 0;border-bottom:1px solid #eef1f6}.ui-skeleton-row:last-child{border-bottom:0}:is(.admin-content,.admin-shell-portal) .pagination,.ui-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.6rem 1rem;margin:.25rem 0 0;color:var(--admin-text-muted);font-size:.85rem}.ui-page-numbers{display:flex;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none}.ui-page-gap{padding:0 .25rem;color:#9aa3b2}:is(.admin-content) .ui-page-num{display:inline-grid;place-items:center;min-width:36px;height:36px;padding:0 .5rem;border:1px solid transparent;border-radius:var(--admin-radius-sm);background:transparent;color:var(--admin-text-2);font-size:.875rem;font-weight:600;cursor:pointer;transition:background var(--admin-transition)}:is(.admin-content) .ui-page-num:hover{background:#eef1f7}:is(.admin-content) .ui-page-num.active{background:var(--admin-primary);color:#fff}.ui-page-step{gap:.25rem}.ui-page-summary{order:3}:is(.admin-content,.admin-shell-portal) .pagination:not(.ui-pagination){justify-content:flex-start}:is(.admin-content,.admin-shell-portal) .pagination:not(.ui-pagination)>button{min-height:36px;background:var(--admin-surface);color:var(--admin-text-2);border:1px solid var(--admin-border-strong);box-shadow:none}:is(.admin-content,.admin-shell-portal) .pagination:not(.ui-pagination)>button:hover:not(:disabled){background:var(--admin-surface-muted)}:is(.admin-content,.admin-shell-portal) .pagination:not(.ui-pagination)>button:first-child:before{content:"←"}:is(.admin-content,.admin-shell-portal) .pagination:not(.ui-pagination)>button:last-child:after{content:"→"}body.ui-modal-open{overflow:hidden}.ui-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:1rem;background:#0f172a80;animation:ui-fade .15s ease}.ui-modal{display:flex;flex-direction:column;width:100%;max-height:calc(100vh - 2rem);background:var(--admin-surface);border-radius:18px;box-shadow:var(--admin-shadow-lg);animation:ui-pop .18s ease}.ui-modal-sm{max-width:440px}.ui-modal-md{max-width:720px}.ui-modal-lg{max-width:940px}.ui-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem .75rem}.ui-modal-head h3{margin:0;font-size:1.2rem;font-weight:700}.ui-modal-head p{margin:.3rem 0 0;font-size:.875rem;color:var(--admin-text-muted)}.ui-modal-body{flex:1;min-height:0;overflow-y:auto;padding:.75rem 1.5rem 1rem}.ui-modal-foot{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.6rem;padding:1rem 1.5rem;border-top:1px solid var(--admin-border);background:var(--admin-surface-muted);border-radius:0 0 18px 18px}.ui-confirm-message{font-size:.925rem;color:var(--admin-text-2);line-height:1.5}@keyframes ui-fade{0%{opacity:0}to{opacity:1}}@keyframes ui-pop{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}.ui-menu{position:fixed;z-index:110;min-width:180px;padding:.35rem;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-lg);animation:ui-fade .1s ease}:is(.admin-shell-portal) .ui-menu-item{display:block;width:100%;min-height:36px;padding:0 .75rem;border:0;border-radius:var(--admin-radius-sm);background:transparent;color:var(--admin-text);font-family:inherit;font-size:.875rem;font-weight:500;text-align:left;cursor:pointer}:is(.admin-shell-portal) .ui-menu-item:hover:not(:disabled),:is(.admin-shell-portal) .ui-menu-item:focus-visible{background:#f1f4fa;outline:none}:is(.admin-shell-portal) .ui-menu-item.danger{color:var(--admin-danger)}:is(.admin-shell-portal) .ui-menu-item.danger:hover{background:var(--admin-danger-soft)}.ui-toasts{position:fixed;right:1.25rem;bottom:1.25rem;z-index:120;display:flex;flex-direction:column;gap:.6rem;width:min(380px,calc(100vw - 2rem));pointer-events:none}.ui-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:.6rem;padding:.75rem .85rem;background:#fff;border:1px solid var(--admin-border);border-left:4px solid var(--admin-primary);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-lg);font-size:.9rem;animation:ui-pop .2s ease}.ui-toast>span{flex:1;overflow-wrap:anywhere}.ui-toast .adm-icon{margin-top:2px}.ui-toast-success{border-left-color:var(--admin-success)}.ui-toast-success .adm-icon{color:var(--admin-success)}.ui-toast-error{border-left-color:var(--admin-danger)}.ui-toast-error .adm-icon{color:var(--admin-danger)}.ui-toast-info .adm-icon{color:var(--admin-primary)}.entity-picker{min-width:0}:is(.admin-content,.admin-shell-portal) .entity-picker>input[role=combobox]{width:100%}:is(.admin-content,.admin-shell-portal) .entity-picker-selected{min-height:var(--admin-control-h);padding:0 .85rem;border:1px solid var(--admin-border-strong);border-radius:var(--admin-radius);background:#fff;color:var(--admin-text);font-size:.925rem;font-weight:400;box-shadow:none;align-items:center}:is(.admin-content,.admin-shell-portal) .entity-picker-menu{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:#fff;color:var(--admin-text);box-shadow:var(--admin-shadow-lg)}:is(.admin-content,.admin-shell-portal) .entity-picker-menu li button{min-height:36px;background:transparent;color:var(--admin-text);border:0;border-radius:var(--admin-radius-sm);font-weight:500;justify-content:flex-start;box-shadow:none;white-space:normal;text-align:left}:is(.admin-content,.admin-shell-portal) .entity-picker-menu li button:hover:not(:disabled),:is(.admin-content,.admin-shell-portal) .entity-picker-menu li button.active{background:var(--admin-primary-soft);color:var(--admin-text)}:is(.admin-content,.admin-shell-portal) .report-tabs{gap:.25rem;padding:.3rem;margin-bottom:1rem;background:#eaeef6;border:0;border-radius:12px;width:fit-content;max-width:100%}:is(.admin-content,.admin-shell-portal) .report-tabs button{min-height:34px;padding:0 .9rem;border:0;border-radius:9px;background:transparent;color:var(--admin-text-2);font-size:.85rem;box-shadow:none}:is(.admin-content,.admin-shell-portal) .report-tabs button:hover:not(:disabled){background:#dfe5f0}:is(.admin-content,.admin-shell-portal) .report-tabs button.nav-active{background:#fff;color:var(--admin-primary);box-shadow:var(--admin-shadow)}:is(.admin-content,.admin-shell-portal) .report-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.9rem 1rem;align-items:end;padding:1.1rem 1.25rem;margin-bottom:1rem;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius-lg);box-shadow:var(--admin-shadow)}:is(.admin-content,.admin-shell-portal) .report-filters label{font-weight:600;color:var(--admin-text-2);font-size:.82rem}:is(.admin-content,.admin-shell-portal) .report-filters .form-actions{grid-column:auto}:is(.admin-content,.admin-shell-portal) .report-card{padding:.9rem 1rem;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius-lg);box-shadow:var(--admin-shadow)}:is(.admin-content,.admin-shell-portal) .report-card-value{font-size:1.2rem}:is(.admin-content,.admin-shell-portal) .report-note{color:var(--admin-text-muted);opacity:1}:is(.admin-content,.admin-shell-portal) .stock-pill{padding:.2rem .65rem;border:0;font-weight:600}:is(.admin-content,.admin-shell-portal) .stock-OUT_OF_STOCK{background:var(--admin-danger-soft);color:#b91c1c}:is(.admin-content,.admin-shell-portal) .stock-LOW_STOCK{background:var(--admin-warning-soft);color:var(--admin-warning)}:is(.admin-content,.admin-shell-portal) .stock-NORMAL{background:var(--admin-success-soft);color:#15803d}:is(.admin-content,.admin-shell-portal) .od-card{border-radius:var(--admin-radius-lg)}:is(.admin-content,.admin-shell-portal) .od-back{border-radius:var(--admin-radius)}:is(.admin-content,.admin-shell-portal) .od-primary{box-shadow:var(--admin-shadow-sm)}:is(.admin-content,.admin-shell-portal) .od-danger{background:#fff;color:var(--admin-danger);border:1px solid #f0b4b4}:is(.admin-content,.admin-shell-portal) .od-danger:hover:not(:disabled){background:var(--admin-danger-soft)}:is(.admin-content,.admin-shell-portal) .od-danger-solid{background:var(--admin-danger);color:#fff}:is(.admin-content,.admin-shell-portal) .od-cancel-form label,:is(.admin-content,.admin-shell-portal) .od-inline-form label,:is(.admin-content,.admin-shell-portal) .od-adjust label{font-weight:600;color:var(--admin-text-2)}:is(.admin-content,.admin-shell-portal) .od-inline-form select,:is(.admin-content,.admin-shell-portal) .od-adjust select,:is(.admin-content,.admin-shell-portal) .od-adjust input,:is(.admin-content,.admin-shell-portal) .od-cancel-form input{width:100%}:is(.admin-content,.admin-shell-portal) .od-inline-form button{min-height:var(--admin-control-h)}:is(.admin-content,.admin-shell-portal) .combo-preview{border-radius:var(--admin-radius)}.admin-header{min-height:60px}.admin-header-title{font-size:.95rem;font-weight:600;color:var(--admin-text-muted)}.admin-logout,.admin-menu-button,.admin-drawer-close{border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-sm)}.admin-nav button{transition:background var(--admin-transition),color var(--admin-transition)}@media(max-width:1023px){.admin-content .catalog-table,.admin-content .report-table{display:block;max-width:100%;overflow-x:auto;border-radius:var(--admin-radius-lg)}}@media(max-width:767px){.ui-form-grid{grid-template-columns:minmax(0,1fr)}.ui-page-header{align-items:stretch}.ui-page-header-actions,.ui-page-header-actions>button{width:100%}.ui-page-header h2,.admin-content .catalog-section>h2{font-size:1.4rem}.ui-search{flex:1 1 100%;max-width:none}.ui-toolbar select,.admin-content .catalog-controls>input,.admin-content .catalog-controls>select{flex:1 1 100%;width:100%}.admin-content .catalog-form{padding:1rem}.admin-content .form-actions>button{flex:1 1 auto}.ui-modal-backdrop{align-items:end;padding:0}.ui-modal{max-width:none;max-height:92vh;border-radius:18px 18px 0 0}.ui-modal-foot{border-radius:0}.ui-modal-foot>button{flex:1 1 auto}.ui-pagination{justify-content:center}.ui-page-summary{order:4;width:100%;text-align:center}.ui-page-step span{display:none}.ui-toasts{right:.75rem;left:.75rem;bottom:.75rem;width:auto}.admin-content .report-tabs{width:100%;overflow-x:auto}}@media(prefers-reduced-motion:reduce){.ui-modal,.ui-modal-backdrop,.ui-menu,.ui-toast,.ui-skeleton{animation:none}:is(.admin-content,.admin-shell-portal) button,.ui-switch-track,.ui-switch-thumb{transition:none}}.ui-form{display:block}.ui-details{padding:.25rem 0}.ui-details>summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--admin-primary)}.ui-details[open]>summary{margin-bottom:.6rem}.ui-toolbar-filter{flex:0 1 240px;min-width:180px}.ui-toolbar-filter .entity-picker{min-width:0}:is(.admin-content,.admin-shell-portal) .entity-picker-selected span:last-child{flex:0 0 16px;width:16px;height:16px;font-size:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / 16px no-repeat}.ui-form-plain{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem;align-items:start}.ui-form-plain>p,.ui-form-plain>.error,.ui-form-plain>.ui-switch,.ui-form-plain>div,.ui-form-plain>fieldset,.ui-form-plain>[style*=flex-basis]{grid-column:1 / -1}.ui-form-plain label:not(.ui-switch):not(.checkbox-label){display:flex;flex-direction:column;gap:.4rem;min-width:0;font-size:.82rem;font-weight:600;color:var(--admin-text-2)}.ui-form-plain label>input,.ui-form-plain label>select,.ui-form-plain label>textarea{font-weight:400}.ui-form-plain .checkbox-label{display:flex;align-items:center;gap:.6rem;min-height:var(--admin-control-h);font-size:.9rem;font-weight:500}@media(max-width:767px){.ui-form-plain{grid-template-columns:minmax(0,1fr)}}.ui-permissions{grid-column:1 / -1}.ui-permission-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem;margin-top:.6rem}.ui-permission-group{margin:0;padding:.6rem .85rem .7rem;border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-surface-muted)}.ui-permission-group>legend{padding:0 .3rem;font-size:.82rem;font-weight:700;color:var(--admin-text)}.ui-permission-group .checkbox-label{display:flex;align-items:center;gap:.55rem;min-height:32px;font-size:.85rem;font-weight:500;color:var(--admin-text-2)}.ui-security{max-width:720px}.ui-security h3{margin:0 0 .25rem;font-size:1.05rem}.ui-security .ui-help{margin-bottom:1rem}.ui-detail-text{margin:.75rem 0 0;color:var(--admin-text-2);font-size:.925rem}.ui-detail-grid{display:grid;grid-template-columns:minmax(200px,260px) minmax(0,1fr);gap:1.25rem;margin-top:1rem;align-items:start}.ui-detail-grid .catalog-table{margin-top:.4rem;margin-bottom:0;box-shadow:none}@media(max-width:767px){.ui-detail-grid{grid-template-columns:minmax(0,1fr)}}.od-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .7rem .2rem .6rem;font-size:.78rem;font-weight:600}.od-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.od-badge-new{background:#eff6ff;color:#1d4ed8}.od-badge-under_review{background:var(--admin-warning-soft);color:var(--admin-warning)}.od-badge-confirmed,.od-badge-packed,.od-badge-ready{background:#f5f3ff;color:#6d28d9}.od-badge-dispatched{background:#fff7ed;color:#c2410c}.od-badge-delivered,.od-badge-picked_up,.od-badge-pay-paid{background:var(--admin-success-soft);color:#15803d}.od-badge-cancelled{background:var(--admin-danger-soft);color:#b91c1c}.od-badge-pay-unpaid{background:var(--admin-warning-soft);color:var(--admin-warning)}.od-confirm-change{margin:.25rem 0 .5rem;font-size:1.05rem}.od-confirm-from{color:var(--admin-text-muted)}.od-cancel-form .ui-field{margin:0}.ui-modal.od-confirm,.ui-modal.od-cancel-form{margin:0;padding:0;border:0;background:var(--admin-surface)}@media(max-width:640px){.admin-content .catalog-section>table.catalog-table:not(.orders-table){display:block;overflow:visible;background:none;border:0;box-shadow:none}.admin-content .catalog-section>table.catalog-table:not(.orders-table) thead{display:none}.admin-content .catalog-section>table.catalog-table:not(.orders-table) tbody{display:block}.admin-content .catalog-section>table.catalog-table:not(.orders-table) tr{display:block;margin-bottom:.75rem;padding:.35rem .9rem;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:14px;box-shadow:var(--admin-shadow)}.admin-content .catalog-section>table.catalog-table:not(.orders-table) tbody tr:hover{background:var(--admin-surface)}.admin-content .catalog-section>table.catalog-table:not(.orders-table) td{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem 0;border-bottom:1px solid #eef1f6;text-align:right;white-space:normal}.admin-content .catalog-section>table.catalog-table:not(.orders-table) td:last-child{border-bottom:0}.admin-content .catalog-section>table.catalog-table:not(.orders-table) td:before{content:attr(data-label);flex:0 0 34%;color:var(--admin-text-muted);font-size:.74rem;font-weight:600;text-align:left;text-transform:uppercase;letter-spacing:.04em}.admin-content .catalog-section>table.catalog-table:not(.orders-table) td:first-child{justify-content:flex-start;text-align:left;padding-top:.75rem}.admin-content .catalog-section>table.catalog-table:not(.orders-table) td:first-child:before,.admin-content .catalog-section>table.catalog-table:not(.orders-table) td[data-label=""]:before{display:none}.admin-content .catalog-section>table.catalog-table:not(.orders-table) td[data-label=""]{justify-content:flex-end}}@media(max-width:1023px){:is(.admin-content,.admin-shell-portal) .catalog-table td button,:is(.admin-content,.admin-shell-portal) .ui-icon-btn{min-height:40px;min-width:40px}.ui-page-num{min-width:40px;height:40px}}:is(.admin-content,.admin-shell-portal) .catalog-table td.num{white-space:nowrap;overflow-wrap:normal}@media(min-width:641px){.admin-content .orders-table td[data-label="Order #"],.admin-content .orders-table td[data-label=Payable]{white-space:nowrap;overflow-wrap:normal}.admin-content .orders-table{display:block;max-width:100%;overflow-x:auto}}.od-card .catalog-table{box-shadow:none;margin-bottom:0}.od-card .catalog-table th{background:var(--admin-surface-muted)}:is(.admin-content,.admin-shell-portal) input[type=color]{width:56px;height:var(--admin-control-h);padding:4px;border:1px solid var(--admin-border-strong);border-radius:var(--admin-radius);background:#fff;cursor:pointer}:is(.admin-content,.admin-shell-portal) input[type=color]::-webkit-color-swatch-wrapper{padding:0}:is(.admin-content,.admin-shell-portal) input[type=color]::-webkit-color-swatch{border:0;border-radius:6px}@media(max-width:767px){.ui-toolbar-filter{flex:1 1 100%}}
