*,*:before,*:after{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;color:#1d1d1f;background:#f0f2f5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}button{border:0}img{display:block;max-width:100%}a{color:inherit}:root{--color-primary: #333333;--color-muted: #86868b;--color-soft: #f5f5f7;--color-page: #eaf1f8;--color-panel: #ffffff;--color-line: #e5e5ea;--color-accent: #007AFF;--color-danger: #FE0000;--color-blue: #0071e3;--color-success: #34c759;--shadow-soft: 0 .25rem 1.5rem rgba(0, 0, 0, .05);--shadow-panel: 0 .5rem 1.875rem rgba(0, 0, 0, .08);--radius-xs: .375rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-pill: 999rem;--z-header: 50;--z-sidebar: 100;--z-modal: 5000}.page-shell{min-height:100vh}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;min-height:2.5rem;padding:0 1.125rem;border-radius:var(--radius-pill);color:#fff;background:var(--color-primary);font-weight:700;line-height:1;cursor:pointer;transition:transform .16s ease,opacity .16s ease,background .16s ease}.btn:hover{opacity:.92}.btn:active{transform:scale(.98)}.btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.btn-accent{background:var(--color-accent)}.btn-muted{color:var(--color-primary);background:#e8e8ed}.btn-outline{color:var(--color-primary);background:#fff;border:.0625rem solid var(--color-line)}.form-control{width:100%;min-height:2.75rem;padding:.625rem .875rem;border:.0625rem solid #d1d1d6;border-radius:var(--radius-sm);color:var(--color-primary);background:#fff;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.form-control:focus{border-color:var(--color-blue);box-shadow:0 0 0 .1875rem #0071e329}.empty-state{grid-column:1 / -1;padding:2.5rem 1rem;color:var(--color-muted);text-align:center}.storefront-gate-page{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:1.5rem;background:var(--color-soft)}.storefront-gate-card{width:min(100%,26.25rem);padding:2.25rem 1.75rem;border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-panel);text-align:center}.storefront-gate-icon{display:inline-grid;width:4rem;height:4rem;margin-bottom:.875rem;place-items:center;border-radius:50%;color:var(--color-accent);background:#fff4f4}.storefront-gate-card h1{margin:0 0 .625rem;color:var(--color-primary);font-size:1.375rem;font-weight:800}.storefront-gate-card p{margin:0;color:var(--color-muted);font-size:.9375rem;line-height:1.6}.storefront-gate-admin{display:inline-flex;margin-top:1.125rem;color:var(--color-accent);font-size:.875rem;font-weight:700;text-decoration:none}:root{--el-color-primary: var(--color-blue);--el-color-primary-light-3: #3d96ee;--el-color-primary-light-5: #80b8f1;--el-color-primary-light-7: #b9d8f7;--el-color-primary-light-8: #d3e8fb;--el-color-primary-light-9: #edf6ff;--el-color-primary-dark-2: #005bb5;--el-border-radius-base: var(--radius-sm);--el-border-radius-round: var(--radius-pill);--el-font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif}.el-button{font-weight:700}.el-button--primary{--el-button-text-color: #ffffff;--el-button-bg-color: var(--color-blue);--el-button-border-color: var(--color-blue);--el-button-hover-text-color: #ffffff;--el-button-hover-bg-color: #005bb5;--el-button-hover-border-color: #005bb5;--el-button-active-text-color: #ffffff;--el-button-active-bg-color: #004f9e;--el-button-active-border-color: #004f9e;--el-button-disabled-text-color: rgba(255, 255, 255, .78);--el-button-disabled-bg-color: #9cc9f5;--el-button-disabled-border-color: #9cc9f5}.el-dialog{border-radius:var(--radius-lg);box-shadow:var(--shadow-panel)}.el-dialog__header{padding:1.5rem 1.5rem 0}.el-dialog__body{padding:1rem 1.5rem 1.5rem}.el-dialog__footer{padding:0 1.5rem 1.5rem}.el-message{border-radius:var(--radius-sm);font-weight:700}.font-layout{min-height:100vh;background:var(--color-page);overflow-x:hidden;overflow-y:auto;--sf-page-max-w: 95.625rem;--sf-page-x-gap: clamp(.25rem, 3vw, 4rem);--sf-content-gap: 1.5rem}.sf-header{position:relative;z-index:var(--z-header)}.sf-header-inner{display:flex;align-items:center;justify-content:space-between;height:6.25rem;width:min(calc(100% - 2 * var(--sf-page-x-gap)),var(--sf-featured-shell-w, var(--sf-page-max-w)));padding:0;gap:1rem;margin:0 auto}.sf-header__logo{flex:0 0 16.25rem;display:flex;align-items:center;text-decoration:none}.sf-header__logo img{width:18.8125rem;height:auto}.sf-header__search{flex:1;min-width:0}.sf-header__actions{flex:0 0 auto;min-width:23.75rem;display:flex;align-items:center;justify-content:flex-end;gap:.9375rem}.sf-action-pill,.sf-user-pill,.sf-admin-link{position:relative;display:inline-flex;align-items:center;gap:.5rem;height:3.25rem;min-height:3.25rem;padding:0 1.375rem;border-radius:var(--radius-pill);color:#333;background:#fff;box-shadow:0 .125rem .5rem #0000000a;font-size:1.0625rem;font-weight:600;white-space:nowrap;text-decoration:none;cursor:pointer}.sf-action-pill--accent{color:var(--color-accent)}.sf-action-pill img{width:.875rem}.sf-user-pill img{width:1.5rem;height:1.5rem;border-radius:50%}.sf-admin-link{color:var(--color-blue)}.sf-badge{position:absolute;top:-.375rem;right:-.375rem;min-width:1.25rem;padding:.125rem .375rem;border:.125rem solid var(--color-page);border-radius:var(--radius-pill);color:#fff;background:var(--color-accent);font-size:.75rem;line-height:1}.sf-search{display:flex;align-items:center;gap:.9375rem;width:100%}.sf-search__input-wrap{display:flex;justify-content:flex-start;align-items:center;width:min(40rem,100%);height:3.25rem;padding:0 .625rem 0 1.25rem;border-radius:var(--radius-pill);background:#fff;box-shadow:0 .125rem .5rem #00000005}.sf-search__icon{width:1.75rem;height:1.75rem;margin-right:.625rem}.sf-search input{flex:1;min-width:0;height:100%;padding:0;border:0;outline:0;color:var(--color-primary);background:transparent;font-size:1rem}.sf-search__clear{flex:0 0 auto;width:1.875rem;height:1.875rem;border-radius:50%;color:#999;background:transparent;cursor:pointer;font-size:1.125rem}.sf-search__btn{flex:0 0 auto;height:2.625rem;margin-left:.625rem;padding:0 1.875rem;border-radius:var(--radius-pill);color:#fff;background:var(--color-accent);font-size:1rem;font-weight:800;cursor:pointer}.sf-home{position:relative;--sf-page-y-gap: 1.25rem;--sf-home-gutter: var(--sf-content-gap);--sf-edge-gap: var(--sf-page-x-gap);display:flex;align-items:stretch;height:calc(100vh - 4.375rem);padding:var(--sf-page-y-gap) var(--sf-edge-gap);background:var(--color-page);overflow:hidden;max-width:var(--sf-page-max-w);margin:0 auto;width:100%}.sf-home.is-fit-content{height:calc(100vh - 6.25rem);align-items:stretch;overflow:visible}.sf-home.is-product-list,.sf-home.is-container-view{height:calc(100vh - 6.25rem);overflow:hidden}.sf-home.is-container-view .sf-content{flex:1 1 auto;align-self:flex-start;height:var(--container-view-h, var(--sidebar-total-h, 100%));padding-bottom:0;overflow:hidden}.sf-home.is-fit-content .sf-content{overflow-y:visible;padding-bottom:0}.sf-home.is-fit-content .product-grid,.sf-home.is-fit-content .sf-product-grid{padding-bottom:0}.sf-home.is-fit-content .sf-category-card{height:100%;max-height:none;flex:0 1 auto;margin-bottom:0;overflow-y:auto}.sf-home.has-fixed-sidebar .sf-cart-preview{height:var(--featured-card-h, 300px);min-height:var(--featured-card-h, 300px)}.sf-home.has-fixed-sidebar .sf-sidebar{display:flex;flex-direction:column;align-content:start;gap:var(--sidebar-stack-gap, 16px);justify-content:stretch}.sf-home.has-fixed-sidebar .sf-cart-preview-container{flex:0 0 var(--featured-card-h, 300px);height:var(--featured-card-h, 300px);min-height:0}.sf-home.has-fixed-sidebar .sf-category-container{flex:0 0 var(--sidebar-category-h, var(--banner-img-h, auto));height:var(--sidebar-category-h, var(--banner-img-h, auto));min-height:0}.sf-home.has-fixed-sidebar .sf-category-card{height:100%;max-height:none;flex:0 1 auto;margin-bottom:0;overflow-y:auto}.sf-light-bg{position:fixed;top:0;left:0;width:50rem;max-width:100vw;pointer-events:none}.sf-sidebar{flex:0 0 15rem;display:flex;flex-direction:column;justify-content:space-between;width:15rem;pointer-events:none;z-index:var(--z-sidebar)}.sf-sidebar>*{pointer-events:auto}.sf-content{position:relative;flex:1;min-width:0;margin-left:var(--sf-home-gutter);padding-bottom:.9375rem;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.sf-content::-webkit-scrollbar{display:none}.sf-category-card{position:relative;flex:1 1 auto;max-height:calc(100vh - 31.375rem);margin-bottom:1.5625rem;min-height:0;overflow-y:auto;overflow-x:hidden;border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-soft);scrollbar-width:thin;scrollbar-color:rgba(230,0,18,.32) transparent}.sf-category-card::-webkit-scrollbar{width:.375rem}.sf-category-card::-webkit-scrollbar-thumb{border-radius:62.4375rem;background:#007aff3d}.sf-category-item{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.0625rem 1.25rem;border-bottom:.0625rem solid #f9f9f9;color:#333;background:#fff;font-size:1rem;font-weight:700;text-align:left;cursor:pointer;transition:background .16s ease}.sf-category-item:last-child{border-bottom:0}.sf-category-item:hover{background:#eaf4ff}.sf-category-item.is-active{color:#fff;background:var(--color-accent)}.sf-category-item__left{display:flex;min-width:0;align-items:center;gap:.75rem}.sf-category-item__left span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sf-category-icon{flex:0 0 auto;width:1.5rem;height:1.5rem;border-radius:.25rem}.sf-category-icon--all{display:grid;place-items:center}.sf-category-icon--all svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:2}.sf-category-arrow{width:1.25rem;height:1.25rem}.sf-category-flyout-wrap{position:relative}.sf-category-flyout-wrap.is-open .sf-category-item{background:#eaf4ff}.sf-category-flyout-wrap.is-open .sf-category-item.is-active{background:var(--color-accent)}.sf-subcategory-menu{display:flex;flex-direction:column;gap:.125rem;max-height:17.5rem;overflow-y:auto;padding:.375rem .625rem .625rem 3.25rem;border-bottom:.0625rem solid #f4f4f4;background:#fcfcfd;scrollbar-width:thin;scrollbar-color:rgba(0,122,255,.3) transparent}.sf-subcategory-menu::-webkit-scrollbar{width:.3125rem}.sf-subcategory-menu::-webkit-scrollbar-thumb{border-radius:62.4375rem;background:#007aff3d}.sf-subcategory-item{display:flex;align-items:center;width:100%;min-height:2.25rem;padding:.5rem .625rem;border-radius:.375rem;color:#555;background:transparent;font-size:.875rem;font-weight:600;text-align:left;cursor:pointer;word-break:break-word}.sf-subcategory-item:hover,.sf-subcategory-item.is-active{color:var(--color-accent);background:#fff}.sf-category-empty{margin:0;padding:1rem;color:#999;font-size:.875rem;text-align:center}.sf-cart-preview{display:flex;flex:0 0 auto;flex-direction:column;width:100%;min-height:18.75rem;padding:1rem;border-radius:var(--radius-md);color:var(--color-primary);background:#fff;box-shadow:0 .25rem 1rem #00000014;text-align:left;cursor:pointer;overflow:hidden}.sf-cart-preview__head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.sf-cart-preview__head h2{margin:0;font-size:1rem}.sf-cart-preview__head strong,.sf-cart-preview__cbm{color:var(--color-danger)}.sf-container-illustration{display:grid;place-items:center;height:6.5rem;opacity:.65}.sf-cart-preview__cbm{margin-top:auto;margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.sf-cart-preview__more{display:flex;align-items:center;color:#281d80;font-size:.9375rem;font-weight:800}.sf-cart-preview__more img{width:1.25rem;height:1.25rem;margin-left:.625rem}.sf-banner{position:relative;display:flex;width:100%;justify-content:flex-start;padding-bottom:1.25rem;overflow:hidden}.sf-banner-track{display:flex;flex:0 0 100%;width:100%;transition:transform .6s cubic-bezier(.22,.61,.36,1);will-change:transform}.sf-banner-slide{flex:0 0 100%;min-width:100%}.sf-banner-media{display:block;width:100%;height:var(--banner-img-h, auto);aspect-ratio:1222 / 448;border-radius:var(--radius-lg);object-fit:cover;background:#fff}.sf-banner-dots{position:absolute;left:50%;bottom:1.875rem;display:flex;gap:.5rem;transform:translate(-50%)}.sf-banner-dots button{width:.5rem;height:.5rem;padding:0;border:none;border-radius:50%;background:#ffffffb8;box-shadow:0 .0625rem .25rem #0000002e;cursor:pointer}.sf-banner-dots button.active{width:1.125rem;border-radius:62.4375rem;background:#3d7eff}.sf-products{padding:0}.sf-home.is-fit-content .sf-products{width:100%;max-width:100%;margin:0}.sf-home.is-product-list .sf-content.product{display:flex;flex-direction:column}.sf-home.is-product-list .sf-products{display:flex;min-height:0;flex:1;flex-direction:column}.sf-infinite-status{flex:0 0 auto;min-height:1.75rem;padding:.875rem 0 .375rem;color:var(--color-muted);font-size:.8125rem;text-align:center}.sf-section-title-row{position:relative;display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.125rem;padding-bottom:.625rem}.sf-section-title{position:relative;z-index:1;display:inline-flex;align-items:baseline;gap:.25rem;margin:0;color:var(--color-primary);font-size:1.25rem;font-weight:900}.sf-section-title__dot{width:.625rem}.sf-section-title__back{position:absolute;bottom:0;left:0;z-index:-1;width:100%}.sf-view-more{color:var(--color-muted);background:transparent;font-size:.875rem;cursor:pointer}.sf-product-grid{display:grid;grid-template-columns:repeat(var(--product-cols, 5),1fr);gap:1.25rem;width:100%;padding-bottom:1.875rem}.product-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(var(--product-cols, 5),1fr);gap:1.25rem;width:100%;padding-bottom:1.875rem}.sf-home.is-product-list .product-grid{padding-bottom:0}.product-card{position:relative;display:flex;min-height:18.75rem;flex-direction:column;overflow:hidden;padding:0;border:.0625rem solid #eee;border-radius:.75rem;background:#fff;box-shadow:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-.125rem);box-shadow:0 .5rem 1.25rem #00000014}.stock-status-badge{position:absolute;top:.625rem;right:.625rem;z-index:2;width:.875rem;height:.875rem;border:.125rem solid #ffffff;border-radius:50%;box-shadow:0 .1875rem .5rem #00000029}.stock-status-badge--green{background:#18c653}.stock-status-badge--yellow{background:#ffb531}.stock-status-badge--red{background:#ff5b66}.product-card>img,.product-card__media{width:100%;height:9.375rem;margin:0;border-radius:0}.product-card__media>img{width:100%;height:9.375rem;margin:0;border-radius:0;object-fit:cover;cursor:pointer}.product-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:9.375rem;background:#f5f7fa;color:#909399;font-size:.875rem}.product-card__inner{display:flex;flex:1;flex-direction:column;padding:.625rem .9375rem .9375rem}.product-card h3{margin:.625rem 0 .375rem;color:var(--color-primary);font-size:1.125rem;font-weight:600;line-height:1.35;overflow-wrap:anywhere}.product-card .mock-moq{display:flex;flex-wrap:wrap;gap:.25rem .875rem;margin-bottom:.9375rem;color:#999;font-size:.875rem;line-height:1.45}.product-card__prices{display:flex;flex-direction:column;gap:.375rem .75rem;margin:-.4375rem 0 .75rem}.product-card__price-group{display:flex;flex-direction:column;gap:.25rem}.product-card__price{display:flex;align-items:baseline;justify-content:flex-start;gap:.25rem;min-width:0;color:#6b7280;font-size:.8125rem;line-height:1.4}.product-card__price span{white-space:nowrap}.product-card__price strong{color:var(--color-primary);font-size:.875rem;font-variant-numeric:tabular-nums;font-weight:700}.product-card .sf-card-qty-row,.product-card .biz-info{display:none}.product-card .sf-card-qty-input{width:12ch;min-width:12ch;max-width:12ch;border:0;border-right:.0625rem solid #e5e5ea;border-left:.0625rem solid #e5e5ea;padding:.25rem .5rem;background:#fff;box-sizing:border-box;font-size:.875rem;font-variant-numeric:tabular-nums;font-weight:700;text-align:center;outline:none;box-shadow:none;-moz-appearance:textfield}.product-card .sf-card-qty-input:focus,.product-card .sf-card-qty-input:focus-visible{outline:none;box-shadow:none}.product-card .sf-card-qty-input::-webkit-outer-spin-button,.product-card .sf-card-qty-input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.add-btn-row{display:flex;align-items:center;justify-content:space-between;gap:.625rem;margin-top:auto}.add-btn{width:60%;height:2.25rem;border:0;border-radius:1.375rem;color:#fff;background:var(--color-accent);font-size:.75rem;cursor:pointer}.sf-card-cart-stepper{flex:1;min-width:0;height:2.25rem;display:grid;grid-template-columns:2.125rem minmax(2.625rem,1fr) 2.125rem;align-items:center;border:.0625rem solid #dbe7ff;border-radius:1.375rem;overflow:hidden;background:#fff}.sf-card-cart-stepper button{width:2.125rem;height:2.25rem;border:0;background:#f2f7ff;color:var(--color-accent);font-size:1.125rem;font-weight:800;line-height:1;cursor:pointer}.sf-card-cart-stepper .sf-card-qty-input{width:100%;min-width:0;max-width:none;height:2.25rem;border-top:0;border-bottom:0;border-color:#dbe7ff;padding:0 .25rem}.add-btn-cart-indicator{position:relative;display:flex;flex:0 0 2.75rem;align-items:center;justify-content:center;width:3.75rem;height:2.25rem;border-radius:1.375rem;border:.0625rem solid #eee;background:#fff;box-shadow:0 0 .5625rem #0000001a;cursor:pointer}.add-btn-cart-icon{display:flex;align-items:center;justify-content:center}.add-btn-cart-icon img{width:1.5rem;height:1.5rem;margin:0;object-fit:contain}.add-btn-cart-count{position:absolute;top:-.25rem;right:-.25rem;min-width:1.25rem;height:1.25rem;padding:0 .25rem;border:.125rem solid #fff;border-radius:.625rem;color:#fff;background:var(--color-danger);font-size:.75rem;font-weight:800;line-height:1rem;text-align:center}.sf-product-card{position:relative;display:flex;flex-direction:column;height:27.5rem;overflow:hidden;border:.0625rem solid #eee;border-radius:var(--radius-md);background:#fff;cursor:pointer}.sf-product-card:before{content:"018";position:absolute;top:.9375rem;right:.9375rem;z-index:1;color:var(--color-accent);font-size:.875rem;font-weight:800;opacity:.8}.sf-product-card__img{width:100%;height:13.75rem;object-fit:cover}.sf-product-card__body{display:flex;flex:1;flex-direction:column;padding:0 .625rem .625rem}.sf-product-card h3{margin:.625rem 0 .125rem;color:var(--color-primary);font-size:.875rem;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sf-product-card__desc,.sf-product-card__moq{font-size:.75rem;line-height:1.45}.sf-product-card__desc{color:#888}.sf-product-card__moq{margin-bottom:.75rem;color:#aaa}.sf-product-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.375rem;margin:.25rem 0 .625rem;padding:.5rem;border:.0625rem solid var(--color-line);border-radius:var(--radius-sm);background:#fbfbfd}.sf-product-card__meta div{min-width:0}.sf-product-card__meta span,.sf-product-card__meta strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sf-product-card__meta span{color:var(--color-muted);font-size:.6875rem}.sf-product-card__meta strong{margin-top:.125rem;color:var(--color-primary);font-size:.75rem;font-weight:800}.sf-card-qty{display:inline-flex;align-items:stretch;width:fit-content;overflow:hidden;border:.0625rem solid #d1d1d6;border-radius:var(--radius-sm);background:#fff}.sf-card-qty button,.sf-card-qty input{width:2.125rem;height:2.125rem;border:0;background:#fff;text-align:center}.sf-card-qty button{color:var(--color-primary);background:#f5f5f7;font-size:1rem;font-weight:800;cursor:pointer}.sf-card-qty input{width:3.75rem;border-right:.0625rem solid var(--color-line);border-left:.0625rem solid var(--color-line);outline:0;font-weight:800}.sf-card-qty input::-webkit-outer-spin-button,.sf-card-qty input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.sf-product-card__actions{display:flex;align-items:center;justify-content:space-between;gap:.9375rem;margin-top:auto}.sf-add-btn{flex:0 1 9.1875rem;max-width:calc(100% - 3.4375rem);min-height:2.5rem;border-radius:var(--radius-pill);color:#fff;background:var(--color-accent);font-weight:800;cursor:pointer}.sf-card-cart{position:relative;display:flex;flex:0 0 4.6875rem;align-items:center;justify-content:center;height:2.5rem;border-radius:var(--radius-pill);background:#fff;box-shadow:0 0 .5625rem #0000001a;cursor:pointer}.sf-card-cart img{width:1.375rem;height:1.375rem}.sf-card-cart span{position:absolute;top:-.1875rem;right:.5rem;min-width:1.0625rem;height:1.0625rem;padding:0 .25rem;border:.125rem solid #fff;border-radius:var(--radius-pill);color:#fff;background:#ff3b30;font-size:.625rem;font-weight:800;line-height:.8125rem;text-align:center}@keyframes sf-pdv3-backdrop{0%{opacity:0}to{opacity:1}}@keyframes sf-pdv3-sheet{0%{opacity:0;transform:translateY(1.125rem) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes sf-pdv3-hero{0%{opacity:.35}to{opacity:1}}#storefrontProductDetailModal.sf-product-detail-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11000;display:flex;align-items:center;justify-content:center;padding:max(1rem,env(safe-area-inset-top,0)) max(1.125rem,env(safe-area-inset-right,0)) max(1rem,env(safe-area-inset-bottom,0)) max(1.125rem,env(safe-area-inset-left,0));background:#0f172a85;animation:sf-pdv3-backdrop .26s ease-out forwards;-webkit-backdrop-filter:blur(.3125rem);backdrop-filter:blur(.3125rem);box-sizing:border-box}#storefrontProductDetailModal .sf-product-detail-sheet{position:relative;display:flex;width:min(calc(100vw - 1.5rem),68.75rem);height:40rem;max-height:calc(100vh - 1.5rem);flex-direction:column;overflow:hidden;border-radius:var(--radius-lg);background:#fff;box-shadow:0 0 0 .0625rem #0000000f,0 1.5rem 4rem #0f172a33;text-align:left;animation:sf-pdv3-sheet .34s cubic-bezier(.22,1,.32,1) forwards}#storefrontProductDetailModal .sf-product-detail-close{position:absolute;top:.625rem;right:.625rem;z-index:40;width:2.25rem;height:2.25rem;padding:0;border:0;border-radius:50%;color:#fff;background:#00000061;box-shadow:0 .125rem .625rem #0003;font-size:1.25rem;font-weight:300;line-height:1;cursor:pointer;transition:transform .18s ease,background .18s ease;-webkit-backdrop-filter:blur(.375rem);backdrop-filter:blur(.375rem)}#storefrontProductDetailModal .sf-product-detail-close:hover{transform:scale(1.06);background:#00000080}#storefrontProductDetailModal .sf-product-detail-loading-banner{flex-shrink:0;padding:.625rem 3rem .625rem 1.375rem;border-bottom:.0625rem solid #eef0f4;color:#6b7280;background:linear-gradient(180deg,#fafbfc,#fff);font-size:.75rem}#storefrontProductDetailModal .sf-product-detail-body{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}#storefrontProductDetailModal .sf-product-detail-header{display:flex;justify-content:space-between;align-items:center;height:5rem;padding:0 1.875rem;border-bottom:.0625rem solid #eef0f4;flex-shrink:0}#storefrontProductDetailModal .sf-product-detail-header-title{font-size:1.25rem;font-weight:700;color:#333;margin:0}#storefrontProductDetailModal .sf-product-detail-close-btn{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}#storefrontProductDetailModal .sf-product-detail-close-btn img{width:1.5rem;height:1.5rem}#storefrontProductDetailModal .sf-product-detail-media{flex:0 0 40.75rem;max-width:40.75rem;display:flex;flex-direction:column;align-items:center;overflow:hidden;background:#fff}#storefrontProductDetailModal .sf-product-detail-layout{display:flex;flex-direction:row;align-items:stretch;min-height:0;height:100%}#storefrontProductDetailModal .sf-product-detail-hero-wrap{display:flex;width:40.75rem;height:30.5625rem;max-width:100%;align-items:center;justify-content:center;padding:.75rem;background:#fff;box-sizing:border-box}#storefrontProductDetailModal .sf-product-detail-hero-wrap--nav{position:relative}#storefrontProductDetailModal .sf-product-detail-hero{display:block;width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain;object-position:center;cursor:zoom-in;animation:sf-pdv3-hero .28s ease-out}#storefrontProductDetailModal .sf-product-detail-hero-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:15rem;background:#f5f7fa;color:#909399;font-size:1rem;cursor:default;animation:none}#storefrontProductDetailModal .sf-detail-nav{position:absolute;top:50%;z-index:2;width:2.25rem;height:2.25rem;padding:0;border:0;border-radius:50%;color:#fff;background:#00000052;font-size:1.375rem;line-height:1;cursor:pointer;transform:translateY(-50%)}#storefrontProductDetailModal .sf-detail-nav:hover{background:#0000007a}#storefrontProductDetailModal .sf-detail-nav--prev{left:.5rem}#storefrontProductDetailModal .sf-detail-nav--next{right:.5rem}#storefrontProductDetailModal .sf-detail-thumb-rail{display:flex;gap:.5rem;overflow-x:auto;margin-top:.625rem;padding:.25rem 0;background:#fff;scroll-snap-type:x mandatory}#storefrontProductDetailModal .sf-detail-thumb-rail button{flex:0 0 auto;overflow:hidden;padding:0;border:.125rem solid transparent;border-radius:var(--radius-sm);background:#f5f5f7;cursor:pointer;scroll-snap-align:start}#storefrontProductDetailModal .sf-detail-thumb-rail button.is-active{border-color:var(--color-accent)}#storefrontProductDetailModal .sf-detail-thumb-rail img{display:block;width:3.5rem;height:3.5rem;object-fit:cover}#storefrontProductDetailModal .sf-product-detail-aside{display:flex;min-width:0;flex-direction:column;padding:1rem 1.125rem 1.625rem;background:#fff;box-sizing:border-box}#storefrontProductDetailModal .sf-product-detail-info{display:flex;min-height:0;flex:1;flex-direction:column}#storefrontProductDetailModal .sf-product-detail-heading{margin:0;padding:0 2.5rem 0 0}#storefrontProductDetailModal .sf-product-detail-title{margin:0;color:#111;font-size:1.125rem;font-weight:600;line-height:1.45}#storefrontProductDetailModal .sf-product-detail-code{margin:.5rem 0 0;color:#999;font-size:.75rem}#storefrontProductDetailModal .sf-product-detail-spec-panel{margin-top:.875rem;padding:.875rem 0 .25rem;border-top:.0625rem solid #f0f0f0}#storefrontProductDetailModal .sf-product-detail-spec-list{margin:0;padding:0;list-style:none}#storefrontProductDetailModal .sf-spec-row{display:flex;align-items:baseline;justify-content:space-between;gap:.875rem;padding:.5625rem 0;border-bottom:.0625rem solid rgba(0,0,0,.06);font-size:.8125rem}#storefrontProductDetailModal .sf-spec-row:last-child{border-bottom:0;padding-bottom:.125rem}#storefrontProductDetailModal .sf-spec-label{flex-shrink:0;max-width:56%;color:#6b7280;font-weight:500}#storefrontProductDetailModal .sf-spec-value{color:#111827;font-size:.875rem;font-variant-numeric:tabular-nums;font-weight:700;text-align:right;word-break:break-word}#storefrontProductDetailModal .sf-spec-value--price{color:var(--color-blue);font-size:.9375rem}#storefrontProductDetailModal .sf-spec-value--srp{color:#374151}#storefrontProductDetailModal .sf-spec-value--muted{color:#d1d5db;font-weight:600}.sf-pager{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1.5rem 0 2.5rem}.sf-home.is-product-list .sf-pager{flex:0 0 auto;margin-top:auto;margin-bottom:auto;padding:.5rem 0}.sf-pager__btn,.sf-pager__num,.sf-pager__size{min-height:2rem;border:.0625rem solid #dcdfe6;border-radius:var(--radius-xs);color:#606266;background:#fff;font-size:.8125rem;cursor:pointer}.sf-pager__btn{padding:0 .75rem}.sf-pager__num{width:2rem}.sf-pager__num.is-active{color:#fff;border-color:var(--color-accent);background:var(--color-accent)}.sf-pager__num.is-ellipsis{border-color:transparent;background:transparent;cursor:default}.sf-pager__btn:disabled,.sf-pager__num:disabled{color:#c0c4cc;background:#f5f7fa;cursor:not-allowed}.sf-pager__size{padding:0 .5rem}.sf-pager__total{color:#606266;font-size:.8125rem}.sf-drawer-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:flex;justify-content:flex-end;background:#0006}.sf-cart-drawer{position:relative;width:min(30rem,100vw);height:100vh;padding:1.5rem;background:#fff;box-shadow:-.25rem 0 1.25rem #0000001a;overflow-y:auto}.sf-cart-drawer__close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;border-radius:50%;color:var(--color-muted);background:#f5f5f7;cursor:pointer}.sf-cart-drawer__hero{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-right:2.5rem}.sf-cart-drawer__hero h2{margin:0 0 .375rem;font-size:1.125rem}.sf-container3d{position:relative;isolation:isolate;display:grid;place-items:center;height:21.875rem;margin:0 0 .75rem;overflow:hidden;border-radius:var(--radius-md);perspective:75rem}.sf-container3d--small{width:100%;height:12.5rem;margin:0;background:transparent;perspective:42rem}.sf-container3d__box{position:relative;width:9.375rem;height:7.8125rem;cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none;will-change:transform;transform-origin:center center;transform-style:preserve-3d;transition:transform .12s ease}.sf-container3d--small .sf-container3d__box{transform-origin:center center}.sf-container3d__wall{position:absolute;pointer-events:none;background-size:100% 100%;background-repeat:no-repeat;background-position:center}.sf-container3d__wall--back{width:9.375rem;height:7.8125rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAMQUlEQVR4AeycTYgcxxmGp6tnZn+ktaSV18axwLHMIoOCbZFgQxx0yN/FPuXPlxxM8CEhhEB+DoLcQlBIjkmIySHE5BQScpIJCSIQQQRJDnIEgsiLpYTI8s/a65V3rZ2dmZ72voieqVnNSjuzPdPVVY/h03xb1VNd9XzvOw3mo81XfnD2OgEDNDBYA6bCfxCAwI4EBhqk1Uqm1282599fa9yvUK6xHVdhAgIlIiAtS9PStkK5xgYdoc8gnTSNb240D7bbnQPTtWp9bl/dKJRrTHO6ZtBCjEHAdQLSrjQsLUvT0rZCucY0p2vsc/QZpNFozdVrcXzso4fSbz33ROPFU59bVyjXmObm75l960ff/syvCBiUTQPSrjQsLUvT0rZCucY0Jw8MNIgeMVElmjr64IH41PNPbTx+bCGJtuyjUK4xzS2vrC+eObd03F5kcM4oBNwhIM1Ku9KwtCxNS9sK5RrTnDwgL2Q737LArXSzlczWqnH0zNNHm/rSrdHevxrTXGyi6oVL10/0Zsgg4D4BaVbalYal5e071pjm5AF5IZvvGqSTdGpxXIkeW1xIssntn5qLoiheXWvct32OvyHgMgFpVtqVhnfap+bkAXkhu6ZrkGyATwhAoEegaxATm1aSVNKLS8txb7o/01yapsnBuem3+2f4CwJuE5BmpV1peKedak4ekBeya7oGmarFN1vtJH3571fqaSeb7n1qTHNJJ22fOP6RC72ZAjJuCYEhCUiz0q40LC1v/7rGNCcPyAvZfNcgtVrcSCvp5pXXbySnf/OPmX9fXo71JYVyjWluYX7/0rMnFy9lC/AJgTIQkGalXWlYWpampW2Fco1pTh6QF7IzdQ2igenp2tq9h/Zffu3ajdYvfv9K7eunz+5TKNeY5r70+Uf/qmsJCJSNgLQrDUvL0rS0rVCuMc3JA/a5+gxioij5/tc++ceTTz58Znam/r+t/921rlCuMc09fGR+1V6AHAJlISDtSsPSsjQtbSuUa0xz8oB9HlNJo6odb6xsHP74x468+cJzT/7pey+cfEmhXGOaIzYOw6DcDKRlaVraVijXmOpqe0F53xPEdk6oOeeGgE3AVKK0bccD8zPvEjAIVQO2F5Qb2y3kEIBAPwEM0s+DvyDQRwCD9OHgDwj0E8Ag/TzG+Rdrl5AABilh0djy5AhgkMmx5k4lJIBBSlg0tjw5Ahhkcqy5UwkJYJASFu32LTMyLgIYZFxkWdcLAhjEizJyiHERwCDjIsu6XhAY2O6utl+i3C3d1G+0+qnF3Q6eIF78zo3xEIEvbdTSa0eobc6cmxZ/acD2gnIT+A8Ex4fAHQlgkDviYTJ0AhgkdAVw/jsSwCB3xMPkOAmUYW0MUoYqscfCCGCQwtBz4zIQwCBlqBJ7LIwABikMPTcuAwEMUoYqscdhCeR2PQbJDSUL+UgAg/hYVc6UGwEMkhtKFvKRAO3uK6O1RdNO7ic3u9VdOU8QH3/2OFNuBIxaeu14gLe783b7gDVge0G5yc1qLAQBDwlgEA+LypHyI4BB8mPJSh4SwCAeFpUj5UdgogbJb9usBIHJEMAgk+HMXUpKAIOUtHBsezIEMMhkOHOXkhLAICUtHNueDAFfDDIZWtwlOAIYJLiSc+BhCGCQYWhxbXAEaHen3f0wrfu91n21uNvBEyS430QOPAwBo5ZeO/SGa8J+0zl5SHqwvaDcDOMmroVAaAQwSGgV57xDEcAgQ+Hi4tAIYJDQKs55hyKAQYbClfPFLOc8AQzifInYYJEEMEiR9Lm38wQwiPMlYoNFEsAgRdLn3s4TwCDOl2i0DfKtfAhgkHw4soqnBDCIp4XlWPkQoN2ddnfa3S0N2K3uynmC5PNDwyqeEjBq6bUjpNZmzjpSK7/Xb7+3vaDceGp8jgWBXAhgkFwwsoivBDCIr5XlXLkQwCC5YGQRXwlgEF8rW8pzubdpDOJeTdiRQwQwiEPFYCvuEcAg7tWEHTlEAIM4VAy24h4BDOJeTdjROAiMuCYGGREcXwuDAAYJo86cckQCtLtbrc685bz3lvNQWajF3Q6eICP+svC1MAgYtfTaQQs4LeAha8D2gnKzi98BLoFAsAQwSLCl5+C7IYBBdkOJa4IlgEGCLT0H3w0BDLIbSlwTLIGCDRIsdw5eEgIYpCSFYpvFEMAgxXDnriUhgEFKUii2WQwBDFIMd+5aEgL+GqQkBWCbbhPAIG7Xh90VTIB2d9rdebu7pQG71V05T5CCf6G4vdsEjFp67Qi51Zmz0+pve0G5cdu/bu6OXYVDAIOEU2tOOgIBDDICNL4SDgEMEk6tOekIBDDICND4SjgEMIhbtWY3jhHAII4VhO24RQCDuFUPduMYAQziWEHYjlsEMIhb9WA3jhHAII4VZHzbYeVRCGCQUajxnWAI0O5utTqH+kZzzt17q71a3O3gCRLMbyEHHYWAUUuvHbR80/IdsgZsLyg3o7iK70Cgj4DHf2AQj4vL0fZOAIPsnSEreEwAg3hcXI62dwIYZO8MWcFjAhjE4+L6cLSiz4BBiq4A93eaAAZxujxsrmgCGKToCnB/pwlgEKfLw+aKJoBBiq4A9y+KwK7ui0F2hYmLQiVAuzvt7rzd3dKA3equnCdIqD+NnHtXBIxaeu0IudWZs9Pqb3tBudmVjbgIAoESGM0ggcLi2OERwCDh1ZwTD0EAgwwBi0vDI4BBwqs5Jx6CAAYZAhaXhkfAOYOEVwJO7DIBDOJyddhb4QQwSOElYAMuE8AgLleHvRVOAIMUXgI24DKBkAzich3Ym6MEaHe3Wp15y3nvLeehslCLux08QRz95WJbbhAwaum1g5ZvWr5D1oDtBeXGDZ+yCwi4SQCD5FIXFvGVAAbxtbKcKxcCGCQXjCziKwEM4mtlOVcuBDBILhhZxFcCGMT1yrK/QglgkELxc3PXCWAQ1yvE/golgEEKxc/NXSeAQVyvEPsrlAAGKRR/sTfn7ncnQLs77e683d3SgN3qrpwnyN1/RLgiYAJGLb12hNzqzNlp9be9oNwE/OPA0SFwVwIY5K6IuGAEAt58BYN4U0oOMg4CGGQcVFnTGwIYxJtScpBxEMAg46DKmt4QwCDelDKUg0z2nBhksry5W8kIYJCSFYztTpYABpksb+5WMgIYpGQFY7uTJYBBJsubu7lMYMDeaHe3Wp1DfaM55+691V4t7nbwBBnwq8EQBDICRi29dtDyTct3yBqwvaDcZE7hEwIQuJ0ABrmdCSMQ6BLIyyDdBUkg4BMBDOJTNTlL7gQGGuTMuaXjP/zl37763Z/8+TsK5RrL/e4sCIECCEjL0rS0rVCusUFb6TNIJ03jn/76/BfO/fPqszc3mg9N1eL9CuUa09zVaysHBy3EGARcJyDtSsPSsjQtbSuUa0xz8oB9jj6DNBqtuXfeWz/2yJEDtW9++YnWi6c++4FCucY094e//OfT9gLkECgLAWlXGpaWpWlpW6FcY5qTB+zzdA3SaiXTUSWaOvrggfjU809tPH5sIYm2ZhXKNaa55ZX1xZ0eR/bC+eWsBIG9E5BmpV1pWFqWpqVthXKNaU4ekBeyO25Z4Fa62Upma9U4eubpo0196dZo71+NaS42UfXCpesnejNkEHCfgDQr7UrD0vL2HWtMc/KAvJDNdw3SSTq1OK5Ejy0uJNnk9k/NRVEUr6417ts+x98QcJmANCvtSsM77VNz8oC8kF3TNUg2wCcEINAj0DWIiU0rSSrpxaXluDfdn2kuTdPk4Nz02/0z/AUBtwlIs9KuNLzTTjUnD8gL2TXddvd6Ld5stpLKy+ev1jud1Gwt1hca01w7SZNHH7n/NS9apGl1D+bN7tKstCsNS8s76VsekBeylvfuE6RerW6mUWXzyv9XOz9+6V9TF199Z8sglUqaVirKNaa5e+f3/fdTn3jo1cxhfEKgDASkWWlXGpaWpWlpW6FcY1eu3ejIA/JCdiajlt4sZqar7zfbSfvy1ZXoZ797Zeobp8/OKpRrTHOraxuHfv7b818kYFA2DUi70rC0LE1L2wrlGmu22m15IPODPk3mFH2aKEpmZ+qr1aq50Wi1m2sfNDsK5RrTnK7RtQQEykZA2pWGpWVpWtpWKNeY5nSNfa4+g2QTtVrc2D9bX7lnbvothXKNZfN8QqDMBKRlaVraVijX2KAzDTTIoAsZG44AV/tB4EMAAAD//2oJJQIAAAAGSURBVAMA/sbm43TeB6AAAAAASUVORK5CYII=);transform:translateZ(-9.1875rem) rotateY(180deg)}.sf-container3d__wall--left{left:-9.1875rem;width:18.4375rem;height:7.8125rem;background-image:url(/assets/left-right-BkCPETEx.png);transform:rotateY(-90deg)}.sf-container3d__wall--right{right:-9.1875rem;width:18.4375rem;height:7.8125rem;background-image:url(/assets/left-right-BkCPETEx.png);transform:rotateY(90deg)}.sf-container3d__wall--bottom{bottom:-9.1875rem;width:9.375rem;height:18.4375rem;background-image:url(/assets/top-bottom-Cfb0gXqR.png);transform:rotateX(-90deg)}.sf-container3d__wall--front{width:9.375rem;height:7.8125rem;background-image:url(data:image/png;base64,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);transform:translateZ(9.1875rem)}.sf-container3d__wall--top{top:-9.1875rem;width:9.375rem;height:18.4375rem;background-image:url(/assets/top-bottom-Cfb0gXqR.png);transform:rotateX(90deg)}.sf-real-box{position:absolute;box-sizing:border-box;border:.0625rem solid #8c5c36;border-radius:.125rem;background:linear-gradient(145deg,#d4a373,#9a6b42 60%,#6b4423);box-shadow:inset 0 .0625rem #ffffff2e,0 .125rem .25rem #0000001f;transform-style:preserve-3d}.sf-real-box:before,.sf-real-box:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:.0625rem solid #7b4d27;background:#ac6f37d1;transform-origin:left center}.sf-real-box:before{width:var(--box-depth);transform:rotateY(90deg)}.sf-real-box:after{height:var(--box-depth);transform-origin:center top;transform:rotateX(-90deg)}.sf-real-box span{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(45deg,transparent,transparent .3125rem,rgba(0,0,0,.05) .3125rem,rgba(0,0,0,.05) .625rem)}.sf-container3d__empty{position:absolute;bottom:.75rem;color:var(--color-muted);font-size:.75rem}.sf-container3d-hint{margin:-.25rem 0 .75rem;color:#999;font-size:.75rem;text-align:center}.sf-cart-warning{display:grid;gap:.25rem;margin-bottom:.75rem;padding:.625rem .75rem;border:.0625rem solid rgba(255,159,10,.3);border-radius:var(--radius-sm);color:#8a5a00;background:#fff8e6;font-size:.8125rem;line-height:1.5}.sf-cart-warning span{font-weight:800}.sf-cart-capacity-tip{display:grid;gap:.5rem;margin-bottom:.75rem;padding:.75rem;border:.0625rem solid rgba(255,159,10,.28);border-radius:var(--radius-sm);background:#fff8e6}.sf-cart-capacity-tip strong{color:#9a5d00}.sf-cart-capacity-tip span{color:#8a5a00;font-size:.8125rem;line-height:1.5}.sf-cart-capacity-tip .btn{justify-self:start}.sf-cbm-ring{flex:0 0 auto;display:grid;place-items:center;width:3.25rem;height:3.25rem;border-radius:50%}.sf-cbm-ring span{display:grid;place-items:center;width:2.625rem;height:2.625rem;border-radius:50%;color:var(--color-accent);background:#fff;font-size:.75rem;font-weight:800}.sf-container-select{min-height:2rem;padding:0 .75rem;border:0;border-radius:var(--radius-xs);color:#606266;background:#f5f7fa;font-size:.8125rem;outline:0}.sf-cart-shipping,.sf-cart-stats{display:grid;gap:.5rem;margin-bottom:.75rem;padding:.75rem 1rem;border-radius:var(--radius-md);background:#f5f7fa}.sf-cart-shipping label{display:grid;gap:.375rem;color:var(--color-primary);font-size:.8125rem;font-weight:800}.sf-cart-notice{margin:-.25rem 0 .75rem;padding:.625rem .75rem;border:.0625rem solid rgba(230,0,18,.16);border-radius:var(--radius-sm);color:var(--color-accent);background:#fff4f4;font-size:.8125rem;font-weight:700}.sf-cart-stats div{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.8125rem}.sf-cart-stats span{color:#909399}.sf-cart-stats strong{color:#303133}.sf-cart-stats .sf-stat-accent{color:var(--color-accent)}.sf-cart-items h3{margin:1rem 0 .75rem;font-size:1rem}.sf-cart-empty{padding:2rem 0;color:var(--color-muted)}.sf-cart-list{display:grid;gap:.75rem}.sf-cart-row{display:grid;grid-template-columns:3rem minmax(0,1fr) auto auto auto;align-items:center;gap:.75rem;padding:.75rem;border:.0625rem solid var(--color-line);border-radius:var(--radius-sm)}.sf-cart-row img{width:3rem;height:3rem;border-radius:var(--radius-xs);object-fit:cover;background:#f5f5f7}.sf-cart-row strong,.sf-cart-row span{display:block}.sf-cart-row span{margin-top:.25rem;color:var(--color-muted);font-size:.75rem}.sf-cart-row__main{min-width:0}.sf-cart-row__main strong,.sf-cart-row__main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sf-cart-row__qty-ctrl{display:inline-flex;overflow:hidden;border:.0625rem solid #dcdfe6;border-radius:var(--radius-xs)}.sf-cart-row__qty-ctrl button,.sf-cart-row__qty-ctrl input{width:1.75rem;height:1.75rem;border:0;background:#fff;text-align:center}.sf-cart-row__qty-ctrl button{cursor:pointer}.sf-cart-row__qty-ctrl input{width:2.75rem;border-right:.0625rem solid #dcdfe6;border-left:.0625rem solid #dcdfe6;outline:0}.sf-cart-row__amount{color:var(--color-blue);font-size:.8125rem;font-weight:800}.sf-cart-row__remove{width:1.75rem;height:1.75rem;border-radius:50%;color:#f56c6c;background:#fff4f4;font-size:1rem;cursor:pointer}.sf-cart-drawer__actions{position:sticky;bottom:0;display:grid;grid-template-columns:1fr 2fr;gap:.75rem;margin-top:1rem;padding-top:.75rem;background:#fff}.sf-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:grid;place-items:center;padding:1.5rem;background:#00000080}.sf-modal-close{position:absolute;top:1rem;right:1rem;z-index:1;width:2.25rem;height:2.25rem;border-radius:50%;color:#606266;background:#fff;box-shadow:var(--shadow-soft);font-size:1.375rem;cursor:pointer}.sf-gacha-modal,.sf-history-modal{position:relative;width:min(62.5rem,95vw);max-height:90vh;overflow-y:auto;padding:1.5rem;border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-panel)}.sf-gacha-modal__head{display:flex;justify-content:center;margin:.5rem 0 1.5rem}.sf-gacha-modal__head h2{display:inline-flex;align-items:center;gap:.5rem;margin:0;color:var(--color-accent);font-size:1.375rem}.sf-gacha-modal__head img{width:1.125rem}.sf-gacha-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));gap:.875rem}.sf-gacha-grid .sf-product-card{height:25rem}.sf-gacha-grid .sf-product-card__img{height:11rem}.sf-gacha-modal__foot{display:flex;justify-content:center;margin-top:1.5rem}.sf-history-modal{width:min(56.25rem,94vw)}.sf-history-modal__head{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.sf-history-modal__head h2{margin:0;font-size:1.125rem}.sf-history-modal__head span{color:var(--color-muted);font-size:.8125rem}.sf-history-table{width:100%;border-collapse:collapse}.sf-history-table th,.sf-history-table td{padding:.75rem 1rem;border-bottom:.0625rem solid var(--color-line);font-size:.875rem;text-align:left}.sf-history-table th{color:#909399;background:#f5f7fa;font-weight:800}.sf-inquiry-form{display:grid;gap:.875rem}.sf-inquiry-dialog .el-dialog__title,.sf-welcome-dialog .el-dialog__title,.sf-identity-dialog .el-dialog__title,.sf-shipping-required-dialog .el-dialog__title{color:var(--color-primary);font-size:1.25rem;font-weight:900}.sf-inquiry-dialog__sub,.sf-prompt-sub{margin:0 0 1rem;color:var(--color-muted);font-size:.875rem;font-weight:600;line-height:1.6}.sf-inquiry-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;padding:.75rem;border-radius:var(--radius-md);background:#f5f7fa}.sf-inquiry-summary div{min-width:0}.sf-inquiry-summary span,.sf-inquiry-summary strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sf-inquiry-summary span{color:var(--color-muted);font-size:.75rem}.sf-inquiry-summary strong{margin-top:.25rem;color:var(--color-primary);font-size:.875rem}.sf-dialog-full-btn{width:100%}.sf-welcome-staff{margin:.75rem 0 0;color:var(--color-muted);font-size:.8125rem;text-align:center}.sf-welcome-staff a{color:var(--color-accent);font-weight:800;text-decoration:none}.sf-identity-dialog .el-dialog{overflow:visible}.sf-identity-badge{display:flex;justify-content:center;margin-top:-4rem;margin-bottom:.625rem}.sf-identity-badge img{width:6.25rem;height:6.25rem;object-fit:contain}.sf-identity-options{display:grid;gap:.75rem}.sf-identity-options .el-button{width:100%;margin-left:0}.sf-shipping-required-dialog .el-select,.sf-welcome-dialog .el-segmented{width:100%}.sf-zoom-mask{z-index:12000;background:#000000bf}.sf-zoom-close{top:1.5rem;right:1.5rem}.sf-zoom-image{max-width:92vw;max-height:86vh;border-radius:var(--radius-md);background:#000;object-fit:contain}@media(min-width:801px){.sf-header-inner,.sf-home{max-width:var(--sf-page-max-w)}.sf-home{--sf-page-y-gap: .75rem;padding:0 var(--sf-edge-gap) var(--sf-page-y-gap)}.sf-home.is-fit-content,.sf-home.is-product-list,.sf-home.is-container-view{width:min(calc(100% - 2 * var(--sf-edge-gap)),var(--sf-featured-shell-w, var(--sf-page-max-w)));padding-right:0;padding-left:0}}@media(max-width:800px){.font-layout{--sf-page-x-gap: clamp(.125rem, 1vw, .375rem)}.sf-header{height:auto;padding:0}.sf-header-inner{height:auto;min-height:4.375rem;flex-wrap:wrap;padding-block:.75rem;width:calc(100% - 2 * var(--sf-page-x-gap));margin:0 auto}.sf-header__logo,.sf-header__actions,.sf-header__search{flex-basis:100%;min-width:0}.sf-header__actions{justify-content:flex-start;overflow-x:auto}.sf-home{--sf-page-y-gap: .75rem;--sf-edge-gap: clamp(.125rem, 1vw, .375rem);--sf-home-gutter: 1rem;height:auto;min-height:100vh;padding:var(--sf-page-y-gap) var(--sf-edge-gap);overflow:visible}.sf-home.is-fit-content{height:auto;min-height:100vh}.sf-sidebar{display:flex;position:static;width:100%;gap:.75rem;margin-bottom:1rem;justify-content:flex-start}.sf-home.is-fit-content .sf-sidebar,.sf-home.has-fixed-sidebar .sf-sidebar{display:flex;gap:.75rem}.sf-home.has-fixed-sidebar .sf-cart-preview-container{flex:initial;height:auto}.sf-home.is-fit-content .sf-category-container,.sf-home.has-fixed-sidebar .sf-category-container,.sf-home.is-fit-content .sf-category-card,.sf-home.has-fixed-sidebar .sf-category-card{height:auto}.sf-category-card{max-height:none;overflow:visible}.sf-subcategory-menu{max-height:14rem;padding-left:2.5rem}.sf-home{display:block}.sf-content{margin-left:0;overflow:visible}.sf-banner-media{width:100%;height:auto;max-height:none}.sf-home.is-fit-content .sf-products{width:100%}.sf-product-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{height:auto;min-height:20rem}.product-card h3{font-size:.9375rem}#storefrontProductDetailModal .sf-product-detail-sheet{width:calc(100vw - 1.25rem);max-width:calc(100vw - 1.25rem);max-height:92vh}#storefrontProductDetailModal .sf-product-detail-hero-wrap{max-height:min(78vw,26.25rem)}#storefrontProductDetailModal .sf-product-detail-title{font-size:1rem}.sf-cart-row{grid-template-columns:3rem minmax(0,1fr) auto}.sf-cart-row__amount{display:none}}#storefrontProductDetailModal .sf-product-detail-aside{display:flex;flex-direction:column;padding:1.875rem;background:#fff;flex:1;max-width:calc(100% - 40.75rem)}#storefrontProductDetailModal .sf-product-sku-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.9375rem}#storefrontProductDetailModal .sf-product-sku-left{display:flex;align-items:center;gap:.625rem}#storefrontProductDetailModal .sf-sku-badge{background:red;color:#fff;padding:.125rem .375rem;border-radius:.25rem;font-size:.75rem;font-weight:700}#storefrontProductDetailModal .sf-sku-code{font-size:.875rem;color:#333;font-weight:500}#storefrontProductDetailModal .sf-detail-stock-status{position:static;display:inline-block;flex:0 0 auto;width:.875rem;height:.875rem;border-width:.125rem}#storefrontProductDetailModal .sf-product-detail-title{font-size:1.25rem;font-weight:700;color:#333;margin:0 0 .625rem}#storefrontProductDetailModal .sf-product-detail-desc{font-size:.875rem;color:#666;line-height:1.5;margin-bottom:.9375rem}#storefrontProductDetailModal .sf-product-detail-divider{width:100%;height:.0625rem;margin:1.25rem 0;flex-shrink:0;background:#e6e6e6}#storefrontProductDetailModal .sf-product-properties-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;margin-bottom:1.875rem}#storefrontProductDetailModal .sf-property-card{display:flex;align-items:center;background:#f4f6fa;padding:2.25rem 1.25rem;border-radius:.5rem;gap:.9375rem}#storefrontProductDetailModal .sf-property-icon{width:2rem;height:2rem;border-radius:.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}#storefrontProductDetailModal .sf-property-icon img{width:100%;height:100%;object-fit:contain}#storefrontProductDetailModal .sf-property-info{display:flex;flex-direction:column}#storefrontProductDetailModal .sf-property-label{font-size:.75rem;color:#999;margin-bottom:.25rem}#storefrontProductDetailModal .sf-property-value{font-size:.875rem;font-weight:700;color:#333}#storefrontProductDetailModal .sf-product-detail-footer{display:flex;align-items:center;gap:.9375rem}#storefrontProductDetailModal .add-btn-cart-indicator{position:relative;display:flex;align-items:center;justify-content:center;width:3.125rem;height:2.75rem;border-radius:50%;border:.0625rem solid #eee;background:#fff;box-shadow:0 .25rem .625rem #0000001a;cursor:pointer;flex-shrink:0}#storefrontProductDetailModal .add-btn-cart-icon img{width:1.5rem;height:1.5rem;object-fit:contain}#storefrontProductDetailModal .add-btn-cart-count{position:absolute;top:-.25rem;right:-.25rem;min-width:1.25rem;height:1.25rem;padding:0 .25rem;border:.125rem solid #fff;border-radius:.625rem;color:#fff;background:var(--color-danger, #e60012);font-size:.75rem;font-weight:800;line-height:1rem;text-align:center}#storefrontProductDetailModal .add-btn-large{flex:1;height:3.125rem;border:0;border-radius:1.5625rem;color:#fff;background:#007aff;font-size:1rem;font-weight:700;cursor:pointer}.admin-layout{--admin-topbar-offset: 1.5rem;--admin-topbar-height: 2.8125rem;--admin-user-badge-width: 9.375rem;--admin-header-actions-width: 13.375rem;display:flex;height:100vh;overflow:hidden;background:var(--color-soft)}.admin-sidebar{flex:0 0 15rem;width:15rem;display:flex;flex-direction:column;overflow-y:hidden;padding:1.875rem 0 0;border-right:.0625rem solid var(--color-line);background:#fff;box-shadow:0 0 .75rem #0000001f;transition:flex-basis .2s ease,width .2s ease,padding .2s ease}.admin-sidebar.is-collapsed{flex-basis:5.125rem;width:5.125rem;padding:1.375rem 0 0}.admin-sidebar h1{margin:0 1.25rem 1.875rem;color:var(--color-primary);font-size:1.25rem;line-height:1.3}.admin-sidebar-logo{width:12.5rem;max-width:100%;object-fit:contain}.admin-sidebar.is-collapsed h1{margin:0 .875rem 1.5rem}.admin-sidebar.is-collapsed .admin-sidebar-logo{width:3.375rem}.admin-sidebar-scroll-area{flex:1;min-height:0;overflow-y:auto;padding-bottom:1.25rem}.admin-sidebar-footer{padding:1.25rem 0 1.75rem;display:flex;justify-content:center}.admin-sidebar-group{margin-bottom:1.5rem}.admin-sidebar-group-title{margin:0 1.25rem .75rem;color:#8e8e93;font-size:.8125rem;font-weight:500}.admin-sidebar.is-collapsed .admin-sidebar-group-title{height:.0625rem;margin:.875rem 1.125rem;overflow:hidden;color:transparent;background:#eef1f5}.admin-nav-item{display:flex;align-items:center;gap:.75rem;margin:0 .9375rem .3125rem;padding:.75rem 1.25rem;border-radius:.75rem;color:#555;font-size:.9375rem;font-weight:700;text-decoration:none;transition:color .16s ease,background .16s ease}.admin-sidebar.is-collapsed .admin-nav-item{justify-content:center;gap:0;margin:0 .75rem .5rem;padding:.875rem 0}.admin-nav-item:hover{color:var(--color-primary);background:var(--color-soft)}.admin-nav-item.is-active{color:var(--color-blue);background:#007aff1a}.admin-nav-icon{width:1.25rem;height:1.25rem;object-fit:contain}.admin-nav-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-sidebar.is-collapsed .admin-nav-label{display:none}.admin-main-shell{flex:1;min-width:0;display:flex;flex-direction:column;background-color:#eaecf1}.admin-topbar{flex:0 0 4.5rem;display:flex;align-items:center;gap:1.125rem;padding:0 2rem;background:#ffffffdb;border-bottom:.0625rem solid rgba(255,255,255,.72);box-shadow:0 .25rem 1.125rem #0000000a;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);z-index:5}.admin-sidebar-toggle{width:2.625rem;height:2.625rem;border-radius:.75rem;background:#f5f7fa;border:.0625rem solid #ffffff;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;cursor:pointer}.admin-sidebar-toggle span{width:1.125rem;height:.125rem;border-radius:.125rem;background:#333}.admin-topbar-title{min-width:0;flex:1;display:flex;flex-direction:column;gap:.125rem}.admin-topbar-title strong{color:#1d1d1f;font-size:1.125rem;font-weight:800}.admin-topbar-title span{color:#8e8e93;font-size:.75rem;font-weight:700}.admin-topbar-spacer{flex:1;min-width:0}.admin-header-actions{position:fixed;top:var(--admin-topbar-offset);right:2.5rem;z-index:10;display:flex;align-items:center;gap:.75rem}.admin-user-badge{position:static;justify-content:space-between;width:var(--admin-user-badge-width);height:var(--admin-topbar-height);box-sizing:border-box;padding:0 1rem 0 .375rem;background:#ffffff80;box-shadow:0 0 .9375rem #0000000d;border-radius:3.75rem;border:.0625rem solid #ffffff;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem)}.admin-user-avatar{width:2rem;height:2rem;border-radius:50%;object-fit:cover;flex-shrink:0}.admin-user-name{flex:1;text-align:center;font-size:.875rem;font-weight:800;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 .5rem}.admin-user-arrow{color:#bfbfbf;font-size:1rem;font-weight:700;flex-shrink:0}.admin-content{position:relative;flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;padding:var(--admin-topbar-offset) 2.5rem 1.375rem;overflow-y:auto;overflow-x:hidden;background-color:#eaecf1;background-image:url(/assets/guang-D_zf-EyZ.webp);background-repeat:no-repeat;background-position:top center;background-size:100% auto}.customer-link-entry{text-align:center}.customer-link-entry h2{margin:0 0 .75rem;color:#1d1d1f;font-size:1.375rem;font-weight:800}.customer-link-entry p{margin:0;color:#606266;font-size:.875rem;line-height:1.7}.customer-link-entry-actions{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.customer-link-entry-dialog.el-dialog{border-radius:1.125rem;padding:1.5rem}.customer-link-entry-dialog .el-dialog__header,.customer-link-entry-dialog .el-dialog__body{padding:0}.admin-login-content{width:100%;min-height:100vh}.admin-login-page{display:grid;min-height:100vh;place-items:center;padding:1.5rem;background:linear-gradient(135deg,#0071e314,#e600120a),var(--color-soft)}.admin-login-card{width:min(100%,27.5rem);padding:2rem;border:.0625rem solid var(--color-line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-panel)}.admin-login-brand{display:flex;gap:1rem;align-items:center;margin-bottom:1.75rem}.admin-login-logo{display:grid;width:3.25rem;height:3.25rem;place-items:center;border-radius:var(--radius-md);background:#e0f0ff;font-size:1.5rem}.admin-login-brand h1{margin:0;color:var(--color-primary);font-size:1.25rem;line-height:1.35}.admin-login-brand p{margin:.375rem 0 0;color:var(--color-muted);font-size:.875rem}.admin-login-submit{width:100%;margin-top:.5rem}.admin-panel-card{min-width:0}.admin-page-topbar,.visitors-page-header,.inquiries-page-header,.create-page-header,.admin-panel-head,.page-header:has(>h2:only-child){display:flex;align-items:center;min-height:var(--admin-topbar-height);padding-right:calc(var(--admin-header-actions-width) + 1rem);box-sizing:border-box}.admin-panel-head{gap:1rem;margin-bottom:1.5625rem}.admin-panel-head h2{margin:0;font-size:1.5rem}.admin-panel-head span{font-size:.8125rem;font-weight:700}.admin-panel-actions{display:flex;align-items:center;gap:.75rem}.admin-table{width:100%;overflow:hidden;border-collapse:collapse;border-radius:var(--radius-md);background:#fff;box-shadow:0 .25rem 1.25rem #00000008}.admin-table th,.admin-table td{padding:1rem 1.25rem;border-bottom:.0625rem solid #f2f2f7;font-size:.875rem;font-weight:400;color:#333;text-align:left}.admin-table td strong:not([class]){color:#333;font-weight:400}.admin-table th{color:#333;background:#fafafc;font-weight:400}.admin-link-btn{color:#007aff;background:transparent;font-weight:400;cursor:pointer}.admin-filter-grid{display:grid;grid-template-columns:minmax(16rem,24rem) auto;align-items:end;gap:.75rem;margin-bottom:1rem}.admin-filter-grid label,.admin-form-grid label{display:grid;gap:.375rem;color:var(--color-primary);font-size:.875rem}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.admin-form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-form-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-form-grid--box{grid-template-columns:minmax(12rem,2fr) repeat(3,minmax(7.5rem,1fr))}.admin-form-actions{display:flex;justify-content:flex-end;margin-top:.875rem}.admin-config-card{margin-bottom:1.5rem;border:.0625rem solid var(--color-line);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.admin-el-table{--el-table-header-text-color: #333333;--el-table-text-color: #333333;overflow:hidden;border-radius:var(--radius-md);box-shadow:var(--shadow-soft);font-size:.875rem;color:#333}.admin-el-table .el-table__cell{vertical-align:top;font-size:.875rem;font-weight:400;color:#333}.admin-el-table .el-table__body strong:not([class]){color:#333;font-weight:400}.admin-el-table .el-table__header th.el-table__cell,.admin-el-table .el-table__header th.el-table__cell .cell,.admin-el-table .el-table__body .el-table__cell,.admin-el-table .el-table__body .el-table__cell .cell{font-size:.875rem;font-weight:400;color:#333}.admin-muted-line{display:block;margin-top:.25rem;color:var(--color-muted);font-size:.75rem;line-height:1.35;word-break:break-word}.admin-muted-text{color:var(--color-muted)}.admin-danger-text{color:#e60012;font-weight:800}.admin-cell-wrap{display:block;max-width:22rem;word-break:break-word}.admin-row-actions{display:flex;flex-wrap:wrap;gap:.25rem .5rem;align-items:center;justify-content:flex-end}.admin-details{margin-top:.875rem;padding-top:.875rem;border-top:.0625rem dashed var(--color-line)}.admin-details summary{margin-bottom:.875rem;color:#555;font-size:.8125rem;font-weight:800;cursor:pointer}.admin-box-create-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.875rem;padding-top:.875rem;border-top:.0625rem dashed var(--color-line)}.admin-box-cbm{color:#555;font-size:.9375rem;font-weight:700}.admin-box-cbm strong{color:var(--color-accent);font-size:1.25rem}.admin-pager-row{display:flex;justify-content:flex-end;margin-top:1rem}.admin-filter-grid--audit{grid-template-columns:minmax(10rem,1.2fr) minmax(9rem,1fr) minmax(9rem,1fr) minmax(18rem,1.6fr) auto auto;align-items:center;margin-bottom:0}.admin-audit-filter-card .el-card__body{padding:1rem}.admin-hidden-input{display:none}.admin-field-tip{display:block;margin-top:.375rem;color:var(--color-muted);font-size:.75rem;line-height:1.4}.admin-settings-card{width:min(100%,52rem);border:.0625rem solid var(--color-line);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.admin-settings-section{margin-top:1.25rem;padding-top:1.25rem;border-top:.0625rem solid #e5e5ea}.admin-settings-section h3{margin:0 0 1rem;color:var(--color-accent);font-size:1rem}.admin-settings-desc{margin:0 0 .875rem;color:var(--color-muted);font-size:.8125rem;line-height:1.55}.admin-settings-subtitle{margin:1rem 0 .5rem;color:#555;font-size:.8125rem;font-weight:800}.admin-storefront-field-checks .el-checkbox-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem 1rem}.admin-storefront-field-checks .el-checkbox{margin-right:0}.admin-settings-save{width:100%;margin-top:1.875rem}.settings-site-logo-block .site-logo-field-label{display:block;margin-bottom:.5rem;color:var(--color-primary);font-size:.875rem;font-weight:800}.settings-site-logo-desc{margin:0 0 .875rem;color:var(--color-muted);font-size:.75rem;line-height:1.5}.site-logo-card{padding:1rem 1.125rem 1.125rem;border:.0625rem solid #e8e8ed;border-radius:var(--radius-md);background:linear-gradient(165deg,#fbfbfd,#fff 50%);box-shadow:0 .125rem .875rem #0000000a}.site-logo-segment{margin-bottom:.875rem}.site-logo-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(10.5rem,14rem);gap:1.25rem 1.5rem;align-items:start}.site-logo-upload-row{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem}.site-logo-upload-btn{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.125rem;border:.0625rem solid #d8d8dc;border-radius:var(--radius-sm);color:var(--color-primary);background:#fff;box-shadow:0 .0625rem .125rem #0000000a;font-size:.875rem;font-weight:800;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.site-logo-upload-btn:hover{border-color:#0071e373;background:linear-gradient(180deg,#fafcff,#f5f9ff);box-shadow:0 .25rem .875rem #0071e31a}.site-logo-upload-ico{width:1.25rem;height:1.25rem;flex-shrink:0;border-radius:.25rem;background:linear-gradient(135deg,#0071e3,#42a5f5);opacity:.92;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16h6v-6h4l-7-7-7 7h4v6zm-4 2h14v2H5v-2z'/%3E%3C/svg%3E") center / contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16h6v-6h4l-7-7-7 7h4v6zm-4 2h14v2H5v-2z'/%3E%3C/svg%3E") center / contain no-repeat}.site-logo-col-preview{display:flex;flex-direction:column;gap:.5rem}.site-logo-preview-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.375rem .625rem}.site-logo-preview-title{color:var(--color-primary);font-size:.8125rem;font-weight:800}.site-logo-preview-hint{color:#aeaeb2;font-size:.6875rem;font-weight:700}.site-logo-preview-frame{display:flex;width:100%;min-height:3.25rem;max-height:4.5rem;aspect-ratio:200 / 56;align-items:center;justify-content:center;padding:.375rem .625rem;overflow:hidden;border:.0625rem solid rgba(0,0,0,.07);border-radius:var(--radius-sm);background:#fff;box-shadow:inset 0 .0625rem #ffffffe6,0 .25rem 1.125rem #0000000f}.site-logo-preview-img{display:block;width:auto;max-width:100%;height:auto;max-height:3.5rem;object-fit:contain}.admin-categories-layout{max-width:57.5rem}.admin-categories-card{overflow:hidden;border:.0625rem solid rgba(0,0,0,.05);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-soft)}.admin-categories-toolbar{padding:1.375rem 1.5rem 1.25rem;border-bottom:.0625rem solid #f2f2f7;background:linear-gradient(180deg,#fafafc,#fff 70%)}.admin-categories-toolbar-label{margin-bottom:.75rem;color:var(--color-muted);font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.admin-categories-toolbar-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:stretch}.admin-categories-toolbar-row .el-input{flex:1;min-width:13.75rem}.admin-categories-i18n-input{margin-top:.75rem}.admin-cat-tree-scroll{max-height:min(32.5rem,65vh);padding:1.125rem 1.25rem 1.5rem;overflow-y:auto;scrollbar-color:#c7c7cc #f5f5f7;scrollbar-width:thin}.admin-cat-main-card{margin-bottom:.875rem;overflow:hidden;border:.0625rem solid #e8e8ed;border-radius:var(--radius-md);background:#fbfbfd;transition:border-color .2s ease,box-shadow .2s ease}.admin-cat-main-card:last-child{margin-bottom:0}.admin-cat-main-card:hover{border-color:#dcdce0;box-shadow:0 .25rem 1.125rem #0000000d}.admin-cat-main-head{display:flex;gap:.75rem;align-items:flex-start;justify-content:space-between;padding:.875rem 1.125rem;border-bottom:.0625rem solid #eeeef2;background:linear-gradient(105deg,#0071e312,#0071e300 55%)}.admin-cat-main-title-block{display:flex;min-width:0;flex:1;flex-direction:column;gap:.25rem}.admin-cat-main-title{color:var(--color-primary);font-size:1rem;font-weight:800}.admin-cat-main-en{color:var(--color-muted);font-size:.75rem;line-height:1.35;word-break:break-word}.admin-cat-sub-block{padding:.875rem 1rem 1rem 1.125rem}.admin-cat-sub-list{padding:0;margin:0 0 .25rem;list-style:none}.admin-cat-sub-item{display:flex;gap:.75rem;align-items:center;justify-content:space-between;padding:.6875rem .75rem;margin-bottom:.5rem;border:.0625rem solid #ececf0;border-radius:var(--radius-sm);color:#3a3a3c;background:#fff;font-size:.875rem}.admin-cat-sub-name-block{display:flex;min-width:0;flex:1;flex-direction:column;gap:.1875rem;padding-left:.625rem;border-left:.1875rem solid var(--color-accent);line-height:1.35}.admin-cat-sub-name{color:#3a3a3c;font-size:.875rem;font-weight:700}.admin-cat-sub-en{color:var(--color-muted);font-size:.75rem;word-break:break-word}.admin-cat-add-row{display:flex;flex-wrap:wrap;gap:.625rem;align-items:center;margin-top:.875rem;padding-top:.875rem;border-top:.0625rem dashed #d8d8dc}.admin-cat-add-row--stack{flex-direction:column;align-items:stretch}.admin-cat-add-inline{display:flex;flex-wrap:wrap;gap:.625rem}.admin-cat-add-inline .el-input{flex:1;min-width:12.5rem}.admin-products-module{min-width:58rem}.admin-products-filter-card .el-card__body{padding:1rem}.admin-products-filter-grid{display:grid;grid-template-columns:minmax(14rem,1.4fr) minmax(10rem,1fr) minmax(12rem,1fr) minmax(10rem,1fr) auto auto;gap:.75rem;align-items:center}.admin-products-table .el-input-number{width:100%}.admin-prod-imgs{display:flex;gap:.375rem;align-items:center}.admin-prod-imgs img,.admin-prod-img-empty,.admin-prod-img-add{width:2.75rem;height:2.75rem;border:.0625rem solid #e6eaf0;background:#f2f5f8}.admin-prod-imgs img{object-fit:cover}.admin-prod-img-empty,.admin-prod-img-add{display:grid;place-items:center;color:var(--color-muted);font-size:.75rem;font-weight:800}.admin-prod-img-add{color:var(--color-blue);cursor:pointer}.admin-prod-img-add input,.admin-upload-button input{display:none}.admin-upload-button{display:inline-flex;min-height:2rem;align-items:center;justify-content:center;padding:0 .875rem;border:.0625rem solid var(--color-line);border-radius:var(--radius-sm);color:var(--color-primary);background:#fff;font-size:.875rem;font-weight:800;cursor:pointer}.admin-product-dialog .el-dialog__body{max-height:72vh;overflow:auto}.admin-product-form-grid{display:grid;grid-template-columns:minmax(0,1fr) 18rem;gap:1.25rem;align-items:start}.admin-product-cover-panel{position:sticky;top:0;display:grid;gap:.75rem;padding:1rem;border:.0625rem solid var(--color-line);border-radius:var(--radius-md);background:#fbfbfd}.admin-product-cover-preview{display:grid;aspect-ratio:4 / 3;place-items:center;overflow:hidden;border:.0625rem solid #e6eaf0;border-radius:var(--radius-sm);color:var(--color-muted);background:#f2f5f8;font-weight:800}.admin-product-cover-preview img{width:100%;height:100%;object-fit:contain;background:#fff}.admin-product-image-actions{display:flex;gap:.5rem;align-items:center}.admin-product-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.admin-product-gallery-item{position:relative;aspect-ratio:1;overflow:hidden;border:.0625rem solid #e6eaf0;border-radius:.375rem;background:#fff}.admin-product-gallery-item img{width:100%;height:100%;object-fit:cover}.admin-product-gallery-item button{position:absolute;top:.25rem;right:.25rem;display:grid;width:1.375rem;height:1.375rem;place-items:center;border-radius:50%;color:#fff;background:#e60012e6;font-weight:900}.admin-import-summary{margin:0 0 .875rem;color:var(--color-primary);font-weight:800}.admin-product-toolbar-actions{flex-wrap:wrap;justify-content:flex-end}.admin-price-currency-control{display:inline-flex;align-items:center;gap:.5rem;min-height:2rem;padding-left:.25rem;color:var(--color-muted);font-size:.8125rem;font-weight:800}.admin-price-currency-select{width:6.5rem}.admin-price-tag{color:var(--color-muted);font-size:.75rem;font-weight:700}.admin-price-dialog .el-dialog__body,.admin-price-history-dialog .el-dialog__body{max-height:72vh;overflow:auto}.admin-price-hint{margin:0 0 .875rem;color:#667085;font-size:.8125rem;font-weight:700;line-height:1.5}.admin-price-base-rate{color:var(--color-primary);font-weight:800}.admin-price-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.admin-price-radio-stack{display:flex;flex-wrap:wrap;gap:.25rem 1rem;min-height:2rem;align-items:center}.admin-price-form-grid .el-select,.admin-price-form-grid .el-input-number{width:100%}.admin-price-preview-box{padding:.875rem 1rem;margin-top:.75rem;border:.0625rem solid #dbeafe;border-radius:var(--radius-md);background:#f6faff}.admin-price-preview-title{margin-bottom:.5rem;color:var(--color-primary);font-weight:900}.admin-price-preview-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1rem;padding:0;margin:0;list-style:none}.admin-price-preview-list li{color:#667085;font-size:.8125rem;font-weight:700}.admin-price-preview-list strong{color:var(--color-blue)}.admin-price-history-toolbar{display:flex;justify-content:flex-end;margin-bottom:.75rem}.admin-price-history-toolbar .el-select{width:8.5rem}.el-dialog__header{text-align:left!important;padding:0!important;margin-right:0!important}.el-dialog__body{padding:1.5rem 0!important}.el-dialog__footer{padding:0 1.5rem 1.5rem!important}.dialog-footer-actions{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%}.dialog-btn-cancel{width:8.5625rem!important;height:2.25rem!important;background:#007aff0f!important;border:none!important;border-radius:.5rem!important;color:#007aff!important}.dialog-btn-confirm,.dialog-btn-export{width:8.5625rem!important;height:2.25rem!important;background:#007aff!important;border:none!important;border-radius:.5rem!important;font-weight:700!important;font-size:1rem!important;color:#fff!important}.custom-close-dialog .el-dialog__headerbtn{top:1.25rem;right:1.25rem;width:1.5rem!important;height:1.5rem!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABUUlEQVR4AdyVMU7DMBSGnYhE3ACO0AEkGLrDgMQxMiQ5VJIht2BBgr0DSDD0CHADFKGE/6+IFbtO/ay2S6v3y5Wf3/9Fz3YSqyP/TgxQluWqKIq3PM8vQjuXZdkl6j+g1bTWbtF5FEU3cRy/hkBonqbpi1LqahiGM4w6DEDXdQ/IrKGFFDIxX6BuDcAjRh0GoG3bL0DukRVBbPO+7++apvlGvQ4DwFkpRGJOvy0AJ30QqTm9nAAm5iAh5vSZBTDpgvyfls2GunrOuql2ArjQhmBObI61ygvgon3kBdg9B0x0hLFuEzsBtjl7HnJPSJgFuMx5iew98d14J2DOnE9EhUC2AD5zAigpxABIzQmgJBADkCTJEwqDzrkD8gwPHQYA34JfZD55Wrih+C+KEYJX9TsKfiAdBqCqqiV0HWI+OhFS1/Ut6pfjHEcDwIlD6+iAPwAAAP//IwyPWAAAAAZJREFUAwBcsg5AGTydFAAAAABJRU5ErkJggg==) center/contain no-repeat!important}.custom-close-dialog .el-dialog__headerbtn .el-dialog__close{display:none!important}.admin-confirm-dialog{width:min(32.5rem,calc(100vw - 2rem))!important;padding:.5rem .25rem .25rem!important;border:.0625rem solid rgba(220,227,239,.9);border-radius:1.5rem!important;box-shadow:0 1.5rem 3.5rem #0f172a29!important}.admin-confirm-dialog .el-message-box__header{padding:1.125rem 1.75rem 0!important}.admin-confirm-dialog .el-message-box__title{color:#1f2937;font-size:1.375rem;font-weight:700;line-height:1.3}.admin-confirm-dialog .el-message-box__headerbtn{top:1.25rem;right:1.375rem;width:1.75rem;height:1.75rem;border-radius:62.4375rem;color:#b0b8c4;font-size:1.125rem;transition:all .18s ease}.admin-confirm-dialog .el-message-box__headerbtn:hover{color:#5b6472;background:#f3f6fb}.admin-confirm-dialog .el-message-box__content{padding:1.25rem 1.75rem .75rem!important}.admin-confirm-dialog .el-message-box__container{align-items:flex-start;gap:.875rem}.admin-confirm-dialog .el-message-box__status{position:static!important;flex-shrink:0;width:2.5rem!important;height:2.5rem!important;min-width:2.5rem;margin:.125rem 0 0!important;border-radius:62.4375rem;background:linear-gradient(135deg,#ffd07a,#f5a623);box-shadow:0 .5rem 1.25rem #f5a62347}.admin-confirm-dialog .el-message-box__status:before{color:#fff!important;font-size:1.375rem;font-weight:800}.admin-confirm-dialog .el-message-box__message{padding-left:0!important;flex:1;min-width:0}.admin-confirm-dialog .el-message-box__message p{margin:0;color:#4b5563;font-size:1rem;line-height:1.75;word-break:break-word}.admin-confirm-dialog__product-name{color:#1f2937;font-weight:600}.admin-confirm-dialog .el-message-box__btns{padding:.625rem 1.75rem 1.375rem!important;justify-content:flex-end;gap:.75rem}.admin-confirm-dialog .el-message-box__btns .el-button{min-width:7rem;height:2.75rem;margin-left:0!important;border-radius:.75rem;font-size:.9375rem;font-weight:600}.admin-confirm-dialog__cancel-btn{color:#5b6472!important;background:#fff!important;border:.0625rem solid #d8e0ec!important;box-shadow:0 .5rem 1.25rem #0f172a0a}.admin-confirm-dialog__cancel-btn:hover{color:#1f2937!important;border-color:#bfd0ea!important;background:#f8fbff!important}.admin-confirm-dialog__confirm-btn{color:#fff!important;background:linear-gradient(135deg,#4b8bff,#2563eb)!important;border:none!important;box-shadow:0 .875rem 1.75rem #2563eb3d}.admin-confirm-dialog__confirm-btn:hover{background:linear-gradient(135deg,#3f81ff,#1e56d8)!important;box-shadow:0 1rem 1.875rem #2563eb47}@media(max-width:1200px){.admin-product-form-grid,.admin-price-form-grid,.admin-price-preview-list{grid-template-columns:1fr}}.quote-panel-wrap{width:100%;max-width:100%;margin:0 auto}.quote-search-card,.quote-work-card,.quote-preview-card,.quote-template-card{border:.0625rem solid #eef0f3;border-radius:1.5rem;background:#fff;box-shadow:var(--shadow-soft)}.quote-search-card{padding:1.5rem 2rem;margin-bottom:1rem}.quote-card-title{margin:0 0 .75rem;color:#1d1d1f;font-size:.875rem;font-weight:800;display:flex;align-items:center}.quote-title-count{color:#ff9500;font-size:.875rem;font-weight:700;margin-left:.375rem}.quote-clear-btn{background:none!important;border:none!important;color:#007aff!important;font-size:.875rem!important;font-weight:700!important;cursor:pointer;display:flex;align-items:center;padding:0!important;transition:color .2s ease}.quote-clear-btn:hover{color:#0056b3!important}.quote-search-row{display:flex;align-items:center;gap:.75rem}.quote-search-row .quote-search-input{width:22.5rem!important}.quote-search-row .quote-search-input :deep(.el-input__wrapper){height:2.5rem!important;border-radius:.5rem!important;box-shadow:0 0 0 .0625rem #e5e5ea inset!important}.quote-search-btn{height:2.5rem!important;border-radius:.5rem!important;background-color:#007aff!important;border-color:#007aff!important;color:#fff!important;font-weight:700!important;padding:0 1.25rem!important}.quote-search-btn:hover{background-color:#0056b3!important;border-color:#0056b3!important}.quote-meta-row{display:flex;align-items:center;gap:.75rem}.quote-meta-row .el-input{width:15rem!important}.quote-meta-row .el-input :deep(.el-input__wrapper){height:2.5rem!important;border-radius:.5rem!important;box-shadow:0 0 0 .0625rem #e5e5ea inset!important}.quote-meta-row .el-button{height:2.5rem!important;border-radius:.5rem!important}.quote-content-grid{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.quote-work-card{display:flex;flex:1!important;min-width:0!important;height:33.75rem!important;box-sizing:border-box;flex-direction:column;padding:1.5rem;background:#fff!important;box-shadow:0 0 .9375rem #0000000d!important;border-radius:1.5rem!important;border:none!important}.quote-card-head{display:flex;gap:.5rem;align-items:center;justify-content:space-between;margin-bottom:1rem}.quote-card-head .quote-card-title{margin:0}.quote-card-tools{display:flex;flex-shrink:0;align-items:center;gap:.5rem}.quote-card-count{flex-shrink:0;padding:.125rem .625rem;border-radius:var(--radius-pill);color:#667085;background:#f2f4f7;font-size:.75rem;font-weight:800}.quote-card-count.is-loading{color:var(--color-blue);background:#eef4ff}.quote-list{flex:1;overflow-y:auto;border-radius:.75rem}.quote-empty,.quote-loading{padding:1.25rem .75rem;color:#98a2b3;font-size:.75rem;text-align:center}.quote-product-row{display:grid;grid-template-columns:1.75rem 3.25rem minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.75rem 1rem;border-bottom:.0625rem solid #edf0f4;cursor:pointer}.quote-product-row:hover{background:#f6faff}.quote-thumb{display:grid;width:3rem;height:2.625rem;place-items:center;overflow:hidden;border:.0625rem solid #e6eaf0;border-radius:.375rem;background:#f2f5f8}.quote-thumb img{width:100%;height:100%;object-fit:cover}.quote-thumb span{color:var(--color-muted);font-size:.6875rem;font-weight:800}.quote-product-info,.quote-selected-info{min-width:0}.quote-p-code{overflow:hidden;color:#1d2129;font-size:1rem;font-weight:600;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.p-en{color:#86909c;font-weight:400;margin-left:.5rem;font-size:.9375rem}.quote-p-name{margin-top:.125rem;overflow:hidden;color:#667085;font-size:.875rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.quote-tag{display:inline-block;padding:.125rem .375rem;margin:.25rem .375rem 0 0;border-radius:.25rem;color:#86909c;background:#f2f3f5;font-size:.875rem;font-weight:400}.quote-price-pill{justify-self:end;color:#007aff!important;background-color:#f2f7ff!important;padding:.25rem .625rem;border-radius:.5rem;font-size:.9375rem;font-weight:700}.quote-selected-row{display:grid;grid-template-columns:minmax(0,1fr) 4.5rem 4.5rem 2.5rem;gap:.75rem;align-items:center;padding:.75rem 1rem;border-bottom:.0625rem solid #edf0f4}.compact-input{width:4.5rem;height:2rem}.compact-input :deep(.el-input__wrapper){padding:0 .5rem;border-radius:.25rem;height:2rem}.compact-input :deep(input){text-align:center}.delete-text-btn{color:#f53f3f;font-size:.8125rem;cursor:pointer;white-space:nowrap;justify-self:end}.quote-preview-card{padding:.75rem;overflow-x:auto;overflow-y:visible}.quote-preview-head{margin-bottom:.5rem}.quote-preview-head strong{color:#344054;font-size:.8125rem}.quote-export-progress-dialog .el-dialog__body{padding-top:.25rem}.quote-export-tip{margin:0 0 .875rem;color:#667085;font-size:.8125rem;font-weight:700;line-height:1.5}.quote-wrap{width:100%;max-width:none;padding:0;margin:0 auto;background:transparent}.quotation-sheet{color:#111;background:#fff;line-height:1.25;border-radius:1.5rem;overflow:hidden;border:.0625rem solid var(--quote-border-color, #eaecf1);box-shadow:0 0 .9375rem #0000000d}.quotation-sheet .quote-table{border:none;border-collapse:collapse;border-spacing:0;table-layout:fixed}.quotation-sheet .quote-table th,.quotation-sheet .quote-table td{box-sizing:border-box;padding:.4375rem .5rem;border:.0625rem solid var(--quote-border-color, var(--q-border, #111));text-align:center;vertical-align:middle}.quotation-sheet .quote-table td.q-title-cell{padding:1.125rem .75rem 1rem;background:#fff}.quotation-sheet .q-title-main{font-weight:900;line-height:1.2}.quotation-sheet .q-subtitle-inline{margin-top:.375rem;font-size:1.25rem;font-weight:900;line-height:1.3}.quotation-sheet .q-label{font-weight:700;white-space:nowrap;color:#111}.quotation-sheet .q-info-cell{min-height:4.5rem;line-height:1.45;overflow-wrap:break-word;color:#666}.quotation-sheet .quote-table th.q-head-cell{padding:.5rem .375rem;overflow:hidden;color:#333;font-weight:400;line-height:1.25;white-space:normal}.quotation-sheet .quote-th-zh{display:block;margin-bottom:.125rem;color:#333;font-size:1rem;font-weight:700;white-space:nowrap}.quotation-sheet .quote-th-en{display:block;color:#666;font-size:.8125rem;font-weight:400;line-height:1.2;overflow-wrap:break-word}.quotation-sheet .quote-th-en--compact,.quotation-sheet .quote-th-en-extra{font-size:.75rem}.quotation-sheet .q-col-number{white-space:nowrap}.quotation-sheet th.q-col-number{white-space:normal}.quotation-sheet .q-body-cell{height:3.25rem;background:#fff}.quotation-sheet .q-empty-cell{padding:1.5rem;color:var(--color-muted);background:#fff}.quotation-sheet .q-remark-cell{line-height:1.45;overflow-wrap:break-word;background:#fff}.quotation-sheet .img-cell img{max-width:4.625rem;max-height:3.375rem;object-fit:contain}.quote-template-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.quote-template-card{padding:.875rem}.quote-template-card h3{margin:0 0 .75rem;color:#344054;font-size:.8125rem;font-weight:800}.quote-field-checks .el-checkbox-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(5.5rem,1fr));gap:.25rem .625rem}.quote-split-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.admin-work-card{min-height:12rem;padding:1.25rem;border:.0625rem solid var(--color-line);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-soft)}.admin-work-card h3{margin:0 0 1rem}.admin-work-card p,.admin-placeholder{color:var(--color-muted);line-height:1.7}@media(max-width:960px){.admin-layout{display:flex;height:auto;min-height:100vh;overflow:visible}.admin-sidebar{position:sticky;top:0;z-index:20;flex:0 0 5.125rem;width:5.125rem;overflow-x:auto;padding:.75rem 0}.admin-sidebar h1{margin:0 .75rem 1.125rem;font-size:1rem}.admin-nav-item{justify-content:center;margin:0 .625rem .5rem;padding:.75rem 0}.admin-nav-label,.admin-sidebar-group-title{display:none}.admin-main-shell{min-height:100vh}.admin-topbar{padding:0 1rem}.admin-user-badge{width:3.5rem;padding:0 .375rem}.admin-user-name{display:none}.admin-content{padding:var(--admin-topbar-offset) 1rem 1rem}.admin-form-grid,.quote-content-grid,.quote-template-grid,.quote-meta-row,.quote-split-grid,.quote-selected-row{grid-template-columns:1fr}}.admin-layout.is-crm-embedded{width:100%;height:100vh;min-height:0;overflow:hidden;background:#fff}.admin-layout.is-crm-embedded .admin-main-shell{width:100%;max-width:100%;min-height:0;overflow:hidden;background:#fff}.admin-layout.is-crm-embedded .admin-content{width:100%;max-width:100%;min-height:0;box-sizing:border-box;padding:1.5rem;overflow-x:auto;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;background-color:#fff;background-image:none}.admin-layout.is-crm-embedded .admin-content>:not(.el-loading-mask){width:100%;max-width:100%;min-width:0;box-sizing:border-box}.admin-layout.is-crm-embedded :is(.visitors-page-header,.inquiries-page-header,.create-page-header){display:none}.admin-layout.is-crm-embedded :is(.audit-page,.category-admin-page,.settings-page)>.page-header{display:none}.admin-layout.is-crm-embedded .admin-panel-head{min-height:0;padding-right:0;margin-bottom:1rem;justify-content:flex-end}.admin-layout.is-crm-embedded .admin-panel-head h2{display:none}.admin-layout.is-crm-embedded .admin-panel-head:has(>h2:only-child){display:none}.admin-layout.is-crm-embedded .admin-content>.admin-panel-card,.admin-layout.is-crm-embedded .admin-content>:is(.audit-page,.category-admin-page,.settings-page),.admin-layout.is-crm-embedded .admin-content>:is(.visitors-page,.inquiries-page)>.admin-table-container{border-radius:0;background:transparent;box-shadow:none}.admin-layout.is-crm-embedded .admin-content>.admin-panel-card,.admin-layout.is-crm-embedded .admin-content>:is(.audit-page,.category-admin-page,.settings-page){padding:0}.admin-layout.is-crm-embedded .admin-content>:is(.visitors-page,.inquiries-page)>.admin-table-container{padding:0}.admin-layout.is-crm-embedded .admin-content>.settings-page>.settings-shell{border:0;border-radius:0;background:transparent;box-shadow:none}.admin-layout.is-crm-embedded :is(.admin-page-topbar,.visitors-page-header,.inquiries-page-header,.create-page-header,.admin-panel-head,.page-header){min-width:0;padding-right:0;flex-wrap:wrap}.admin-layout.is-crm-embedded :is(.admin-panel-actions,.table-card-header,.page-actions,.toolbar-actions){min-width:0;flex-wrap:wrap}.admin-layout.is-crm-embedded :is(.el-table,.el-table__inner-wrapper,.el-card,.admin-table){max-width:100%}@media(max-width:960px){.admin-layout.is-crm-embedded{display:flex;height:100vh;min-height:0;overflow:hidden}.admin-layout.is-crm-embedded .admin-main-shell{min-height:0}.admin-layout.is-crm-embedded .admin-content{padding:1.25rem}}@media(max-width:640px){.admin-layout.is-crm-embedded .admin-content{padding:.875rem}.admin-layout.is-crm-embedded :is(.admin-page-topbar,.visitors-page-header,.inquiries-page-header,.create-page-header,.admin-panel-head,.page-header){align-items:stretch;flex-direction:column}.admin-layout.is-crm-embedded :is(.admin-panel-actions,.table-card-header,.page-actions,.toolbar-actions){width:100%}}
