:root{color-scheme:light;--font-sans: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;--ink: #182026;--ink-soft: #4f5b62;--muted: #758088;--line: #dce1e3;--line-strong: #c3cace;--surface: #ffffff;--surface-muted: #f4f6f5;--surface-warm: #f6f4ef;--accent: #d84918;--accent-hover: #b93b13;--teal: #14766d;--teal-soft: #e6f1ef;--gold: #b57b15;--danger: #bd2b31;--success: #17724c;--warning: #a15b0a;--shadow: 0 12px 34px rgba(24, 32, 38, .1);--header-height: 72px}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--surface);font-family:var(--font-sans);font-size:14px;line-height:1.6}button,input,select,textarea{color:inherit;font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3,strong,b{letter-spacing:0}input,select,textarea{min-width:0;border:1px solid var(--line-strong);border-radius:4px;outline:none;background:var(--surface);transition:border-color .2s ease,box-shadow .2s ease}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #14766d1f}textarea{resize:vertical}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.store-app{min-height:100vh;display:flex;flex-direction:column}.store-main{flex:1}.shell{width:min(100% - 40px,1440px);margin-inline:auto}.page-shell{padding-top:22px;padding-bottom:72px}.section{padding-top:72px;padding-bottom:72px}.section--muted{background:var(--surface-muted)}.section-heading,.page-heading,.catalog-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.section-heading{margin-bottom:28px}.page-heading,.catalog-header{margin:12px 0 28px;padding-bottom:18px;border-bottom:1px solid var(--line)}.section-heading h2,.page-heading h1,.catalog-header h1{margin:4px 0 0;font-size:28px;line-height:1.25}.page-heading>span,.catalog-header>p{margin:0;color:var(--muted)}.eyebrow{display:inline-block;color:#ffffffc7;font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.eyebrow--dark{color:var(--teal)}.breadcrumb{min-height:28px;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:13px}.breadcrumb a:hover{color:var(--teal)}.button,.icon-button,.account-button,.cart-button,.text-link{display:inline-flex;align-items:center;justify-content:center;gap:8px}.button{min-height:42px;padding:9px 18px;border:1px solid transparent;border-radius:4px;font-weight:700;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button--primary{color:#fff;background:var(--accent)}.button--primary:hover:not(:disabled){background:var(--accent-hover)}.button--dark{color:#fff;background:var(--ink)}.button--dark:hover:not(:disabled){background:#303b42}.button--light{color:var(--ink);background:#fff;border-color:#fff}.button--outline{color:var(--ink);border-color:var(--line-strong);background:var(--surface)}.button--outline:hover:not(:disabled){color:var(--teal);border-color:var(--teal)}.button--large{min-height:48px;padding-inline:22px}.button--full{width:100%}.icon-button{width:38px;height:38px;padding:0;border:0;border-radius:4px;background:transparent}.icon-button:hover:not(:disabled){background:var(--surface-muted)}.icon-button--accent{color:#fff;background:var(--accent)}.icon-button--accent:hover:not(:disabled){background:var(--accent-hover)}.text-link{color:var(--teal);font-weight:700}.text-link--center{width:100%;margin-top:16px}.site-header{position:sticky;top:0;z-index:50;background:#fffffffa;box-shadow:0 1px 0 var(--line)}.utility-bar{color:#dfe7e6;background:#1d2b2a;font-size:12px}.utility-bar__inner{min-height:32px;display:flex;align-items:center;justify-content:space-between}.utility-bar__links,.utility-bar__links a{display:flex;align-items:center;gap:16px}.utility-bar__links a{gap:6px}.main-nav__inner{height:var(--header-height);display:flex;align-items:center;gap:24px}.brand{min-width:198px;display:inline-flex;align-items:center;gap:10px}.brand img{width:38px;height:38px;flex:0 0 38px;object-fit:contain}.brand span{min-width:0;display:flex;flex-direction:column;line-height:1.15}.brand strong,.brand small{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand strong{font-size:17px}.brand small{margin-top:4px;color:var(--muted);font-size:9px}.desktop-nav{height:100%;display:flex;align-items:center;gap:22px;white-space:nowrap}.desktop-nav a{height:100%;display:grid;place-items:center;border-bottom:2px solid transparent;font-weight:600}.desktop-nav a:hover,.desktop-nav a.router-link-active{color:var(--teal);border-bottom-color:var(--teal)}.header-search{flex:1;min-width:150px;height:40px;display:flex;align-items:center;border:1px solid var(--line-strong);border-radius:4px;background:var(--surface-muted)}.header-search input{flex:1;height:100%;padding:0 12px;border:0;background:transparent;box-shadow:none}.nav-actions{display:flex;align-items:center;gap:5px}.account-button,.cart-button{min-height:40px;padding:7px 9px;border:0;border-radius:4px;background:transparent;white-space:nowrap}.account-button:hover,.cart-button:hover{background:var(--surface-muted)}.cart-button{position:relative}.cart-button b{min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;color:#fff;border-radius:10px;background:var(--accent);font-size:11px}.mobile-menu-button,.mobile-nav{display:none}.site-footer{color:#d8e1df;background:#1b2828}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr 1.2fr 1fr;gap:54px;padding-top:54px;padding-bottom:42px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:8px}.brand--footer small,.footer-grid p,.footer-grid a,.footer-grid span{color:#aebbb9}.footer-grid h3{margin-bottom:6px;color:#fff;font-size:14px}.footer-brand p{max-width:380px;margin:18px 0 0}.footer-assurance span{display:flex;align-items:center;gap:8px}.footer-bottom{min-height:54px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);color:#879592;font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-grid--catalog{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid--featured{grid-template-columns:repeat(4,minmax(0,1fr))}.product-load-more{width:100%;height:64px;display:flex;align-items:center;justify-content:center;color:var(--teal)}.product-load-more svg{animation:load-more-spin .9s linear infinite}@keyframes load-more-spin{to{transform:rotate(360deg)}}.product-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-3px)}.product-card__media{position:relative;display:block;aspect-ratio:4 / 3;overflow:hidden;background:#eef0ed}.product-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__badge{position:absolute;top:10px;left:10px;padding:4px 8px;color:#fff;border-radius:3px;background:var(--teal);font-size:11px;font-weight:700}.product-card__body{padding:16px}.product-card__category{color:var(--teal);font-size:11px;font-weight:700;text-transform:uppercase}.product-card__title{min-height:48px;display:block;margin:5px 0 7px;overflow:hidden;font-size:16px;font-weight:700;line-height:1.45}.product-card__body>p{height:42px;margin:0 0 14px;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.7}.product-card__bottom,.price-block{display:flex;align-items:center}.product-card__bottom{justify-content:space-between;gap:12px;padding-top:13px;border-top:1px solid var(--line)}.price-block{min-width:0;flex-wrap:wrap;gap:4px 8px}.price-block strong{color:var(--accent);font-size:20px}.price-block del{color:var(--muted);font-size:11px}.quantity-stepper{width:122px;height:38px;display:grid;grid-template-columns:36px 1fr 36px;border:1px solid var(--line-strong);border-radius:4px;overflow:hidden}.quantity-stepper .icon-button{width:36px;height:36px;border-radius:0}.quantity-stepper input{width:100%;height:36px;padding:0;border:0;border-inline:1px solid var(--line);border-radius:0;text-align:center;box-shadow:none;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.empty-state{min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;color:var(--muted);text-align:center}.empty-state h2{margin:18px 0 6px;color:var(--ink);font-size:22px}.empty-state p{margin-bottom:22px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:#12191d94}.auth-dialog{position:relative;width:min(100%,430px);max-height:calc(100vh - 40px);overflow-y:auto;padding:34px;border-radius:6px;background:#fff;box-shadow:0 30px 90px #0000004d}.auth-dialog__close{position:absolute;top:12px;right:12px}.auth-dialog__heading{display:flex;align-items:center;gap:14px;min-width:0;padding-right:28px}.auth-dialog__mark{flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;color:var(--teal);border-radius:4px;background:var(--teal-soft)}.auth-dialog__heading-copy{min-width:0}.auth-dialog__heading-copy h2{margin:0 0 4px;font-size:24px}.auth-dialog__heading-copy p{margin:0;color:var(--muted);line-height:1.5}.auth-dialog>small{color:var(--muted)}.auth-dialog__modes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-top:20px;padding:4px;border:1px solid var(--line);border-radius:4px;background:var(--surface-soft)}.auth-dialog__modes button{height:36px;border:0;border-radius:3px;background:transparent;color:var(--muted);font-weight:700;cursor:pointer}.auth-dialog__modes button.active{background:#fff;color:var(--ink);box-shadow:0 1px 4px #12191d1a}.auth-dialog form{display:grid;gap:16px;margin:18px 0 14px}.auth-dialog label>span,.checkout-form-grid label>span,.purchase-remark>span{display:block;margin-bottom:6px;font-size:13px;font-weight:700}.input-with-icon{height:44px;display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid var(--line-strong);border-radius:4px}.input-with-icon:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px #14766d1f}.input-with-icon input{flex:1;height:100%;padding:0;border:0;box-shadow:none}.form-error{margin:0;color:var(--danger);font-size:13px}.toast-viewport{position:fixed;top:116px;right:20px;z-index:120;width:min(360px,calc(100vw - 40px));display:grid;gap:8px}.toast{width:100%;min-height:48px;display:flex;align-items:center;gap:10px;padding:11px 14px;color:var(--ink);border:1px solid var(--line);border-left:4px solid var(--teal);border-radius:4px;background:#fff;box-shadow:var(--shadow);text-align:left}.toast--success{border-left-color:var(--success)}.toast--error{border-left-color:var(--danger)}.skeleton-card{height:390px;border:1px solid var(--line);border-radius:6px;background:linear-gradient(90deg,#edf0ee 25%,#f7f8f7,#edf0ee 65%);background-size:300% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media(prefers-reduced-motion:reduce){.product-load-more svg{animation:none}}.store-hero{position:relative;min-height:510px;display:flex;align-items:stretch;overflow:hidden;color:#fff;background:#17201f}.store-hero__background,.store-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.store-hero__background{object-fit:cover;object-position:center 56%}.store-hero__shade{background:linear-gradient(90deg,#121b1cf0,#121b1cb8 46%,#121b1c2e 78%)}.store-hero__content{position:relative;z-index:1;align-self:center;padding-top:58px;padding-bottom:112px}.store-hero__content h1{max-width:720px;margin:8px 0 16px;font-size:52px;line-height:1.12}.store-hero__content p{max-width:650px;margin-bottom:28px;color:#ffffffd1;font-size:17px;line-height:1.8}.store-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.store-hero__metrics{position:absolute;z-index:2;right:0;bottom:0;left:0;min-height:82px;display:grid;grid-template-columns:repeat(3,180px);align-items:center;gap:0;border-top:1px solid rgba(255,255,255,.22);background:#0e18188f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.store-hero__metrics span{display:flex;align-items:baseline;gap:8px;padding-left:22px;border-left:1px solid rgba(255,255,255,.2);color:#ffffffb3}.store-hero__metrics strong{color:#fff;font-size:24px}.assurance-strip{border-bottom:1px solid var(--line);background:var(--surface)}.assurance-strip__grid{min-height:82px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.assurance-strip__grid>span{display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto;align-content:center;padding:14px 28px;border-right:1px solid var(--line)}.assurance-strip__grid>span:first-child{border-left:1px solid var(--line)}.assurance-strip svg{grid-row:1 / 3;align-self:center;color:var(--teal)}.assurance-strip b{font-size:14px}.assurance-strip small{color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.category-tile{position:relative;min-height:300px;overflow:hidden;border-radius:5px;background:#202828}.category-tile>img,.category-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.category-tile>img{object-fit:cover;transition:transform .35s ease}.category-tile:hover>img{transform:scale(1.04)}.category-tile__overlay{background:linear-gradient(180deg,transparent 22%,rgba(17,25,26,.88) 100%)}.category-tile__content{position:absolute;right:24px;bottom:22px;left:24px;z-index:1;display:flex;flex-direction:column;color:#fff}.category-tile__content small{color:#ffffffad}.category-tile__content strong{margin:4px 0 12px;font-size:22px}.category-tile__content em{display:flex;align-items:center;gap:6px;font-size:13px;font-style:normal}.procurement-band{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch}.procurement-band__image{min-height:420px;overflow:hidden;background:#e9ece9}.procurement-band__image img{width:100%;height:100%;object-fit:cover}.procurement-band__content{padding:48px 54px;background:var(--surface-warm)}.procurement-band__content h2{max-width:640px;margin:7px 0 28px;font-size:32px;line-height:1.35}.procurement-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:30px}.procurement-steps span{min-width:0;display:flex;flex-direction:column}.procurement-steps b{color:var(--accent);font-size:13px}.procurement-steps strong{margin:5px 0}.procurement-steps small{color:var(--muted);line-height:1.6}.catalog-layout{display:grid;grid-template-columns:248px minmax(0,1fr);gap:30px}.catalog-sidebar{align-self:start;border:1px solid var(--line);border-radius:5px;background:var(--surface)}.filter-heading{min-height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--line)}.filter-heading button{padding:0;color:var(--teal);border:0;background:transparent;font-size:12px}.category-filter{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 15px;border:0;border-left:3px solid transparent;background:transparent;text-align:left}.category-filter:hover,.category-filter.active{color:var(--teal);border-left-color:var(--teal);background:var(--teal-soft)}.category-filter b{color:var(--muted);font-size:11px}.category-filter--parent{border-top:1px solid var(--line);font-weight:700}.category-filter--child{min-height:36px;padding-left:27px;color:var(--ink-soft);font-size:13px}.catalog-toolbar{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.catalog-search{width:min(100%,430px);height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--line-strong);border-radius:4px}.catalog-search input{flex:1;height:100%;padding:0;border:0;box-shadow:none}.catalog-sort{position:relative;display:flex;align-items:center;gap:8px;white-space:nowrap}.catalog-sort select{width:150px;height:42px;padding:0 32px 0 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.catalog-sort svg{position:absolute;right:10px;pointer-events:none}.product-detail-loading,.product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:54px;margin-top:14px}.product-detail-loading>div{min-height:580px;background:var(--surface-muted);animation:shimmer 1.4s infinite}.product-gallery__stage{aspect-ratio:4 / 3;overflow:hidden;border:1px solid var(--line);background:#ecefec}.product-gallery__stage img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,84px);gap:8px;margin-top:10px}.product-gallery__thumbs button{width:84px;aspect-ratio:1;padding:2px;overflow:hidden;border:1px solid var(--line);border-radius:3px;background:#fff}.product-gallery__thumbs button.active{border-color:var(--teal);box-shadow:0 0 0 1px var(--teal)}.product-gallery__thumbs img{width:100%;height:100%;object-fit:cover}.product-purchase__category{color:var(--teal);font-size:12px;font-weight:700}.product-purchase h1{margin:8px 0 14px;font-size:34px;line-height:1.25}.product-purchase__description{color:var(--ink-soft)}.product-price-panel{display:grid;grid-template-columns:72px 1fr;align-items:center;margin:24px 0;padding:18px;background:var(--surface-warm)}.product-price-panel>span,.purchase-option>span{color:var(--muted);font-size:13px}.product-price-panel strong{color:var(--accent);font-size:30px}.product-price-panel del{margin-left:12px;color:var(--muted)}.purchase-option{display:grid;grid-template-columns:72px 1fr;align-items:start;gap:12px;margin-bottom:20px}.purchase-option--inline{grid-template-columns:72px 122px 1fr;align-items:center}.purchase-option--inline>small{color:var(--muted)}.sku-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sku-options button{min-height:60px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:9px 12px;border:1px solid var(--line-strong);border-radius:4px;background:#fff;text-align:left}.sku-options button.active{border-color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal);background:var(--teal-soft)}.sku-options button.disabled{color:var(--muted);background:var(--surface-muted)}.sku-options small{color:var(--muted)}.purchase-remark{display:grid;grid-template-columns:72px 1fr;align-items:center;gap:12px;margin-bottom:22px}.purchase-remark>span{margin:0;color:var(--muted);font-weight:400}.purchase-remark input{height:42px;padding:0 12px}.purchase-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.purchase-assurance{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.purchase-assurance span{display:flex;align-items:center;gap:6px}.product-information{margin-top:60px;border-top:1px solid var(--line)}.product-information>nav{display:flex;gap:30px;border-bottom:1px solid var(--line)}.product-information>nav button{min-height:52px;padding:0;border:0;border-bottom:2px solid transparent;background:transparent;font-weight:700}.product-information>nav button.active{color:var(--teal);border-bottom-color:var(--teal)}.product-information__body{max-width:980px;padding:32px 0}.product-information__body h2{margin-bottom:10px;font-size:24px}.product-information__body>p{color:var(--ink-soft)}.spec-table{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:24px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.spec-table span{min-height:76px;display:flex;flex-direction:column;justify-content:center;padding:12px 16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.spec-table small{color:var(--muted)}.delivery-flow{display:flex;align-items:center;gap:18px;margin-top:26px}.delivery-flow span{min-height:60px;display:flex;align-items:center;gap:10px;padding:12px 16px;border:1px solid var(--line)}.delivery-flow b{color:var(--accent)}.related-products{padding-bottom:0}.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.cart-list{border:1px solid var(--line)}.cart-list__header,.cart-row{display:grid;grid-template-columns:32px minmax(260px,1.5fr) 120px 130px 120px 48px;gap:12px;align-items:center}.cart-list__header{min-height:48px;padding:0 14px;color:var(--muted);border-bottom:1px solid var(--line);background:var(--surface-muted);font-size:12px}.cart-list__header label{display:flex;align-items:center;gap:6px;grid-column:1 / 2}.cart-list__header label+span{grid-column:2 / 3}.cart-row{min-height:132px;padding:16px 14px;border-bottom:1px solid var(--line)}.cart-row:last-child{border-bottom:0}.cart-product{min-width:0;display:grid;grid-template-columns:104px minmax(0,1fr);gap:14px;align-items:center}.cart-product>a{width:104px;height:82px;overflow:hidden;background:var(--surface-muted)}.cart-product img{width:100%;height:100%;object-fit:cover}.cart-product>div{min-width:0;display:flex;flex-direction:column}.cart-product>div>a{overflow:hidden;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.cart-product span,.cart-product small{color:var(--muted)}.cart-row__subtotal{color:var(--accent)}.cart-row__delete{color:var(--danger)}.order-summary{padding:22px;border:1px solid var(--line);border-top:3px solid var(--teal);background:#fff}.order-summary h2{margin-bottom:20px;font-size:20px}.order-summary dl{margin:0}.order-summary dl>div{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:12px}.order-summary dt{color:var(--muted)}.order-summary dd{margin:0;font-weight:600}.order-summary__total{display:flex;align-items:baseline;justify-content:space-between;margin:16px 0 20px;padding-top:16px;border-top:1px solid var(--line)}.order-summary__total strong{color:var(--accent);font-size:24px}.summary-note{display:flex;align-items:flex-start;gap:8px;margin-top:16px;padding:10px;color:var(--ink-soft);background:var(--surface-muted);font-size:12px}.checkout-main{display:grid;gap:18px}.checkout-section{padding:22px;border:1px solid var(--line)}.checkout-section__title{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px}.checkout-section__title svg{margin-top:2px;color:var(--teal)}.checkout-section__title h2{margin-bottom:0;font-size:18px}.checkout-section__title span{color:var(--muted);font-size:12px}.checkout-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.checkout-form-grid input,.checkout-form-grid textarea,.checkout-form-grid select,.checkout-section>textarea{width:100%;padding:10px 12px}.checkout-form-grid input,.checkout-form-grid select{height:42px}.form-field--full{grid-column:1 / -1}.checkout-product{display:grid;grid-template-columns:84px minmax(0,1fr) 60px 120px;align-items:center;gap:14px;padding:12px 0;border-top:1px solid var(--line)}.checkout-product img{width:84px;height:64px;object-fit:cover;background:var(--surface-muted)}.checkout-product>div{min-width:0;display:flex;flex-direction:column}.checkout-product>div span,.checkout-product>span{color:var(--muted);font-size:12px}.checkout-product>b{color:var(--accent);text-align:right}.checkout-summary{position:sticky;top:122px}.coupon-field{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--line)}.coupon-field>label{display:block;margin-bottom:7px;font-weight:700}.coupon-field>div{height:40px;display:grid;grid-template-columns:1fr 58px}.coupon-field input{padding:0 10px;border-radius:4px 0 0 4px}.coupon-field button{color:#fff;border:0;border-radius:0 4px 4px 0;background:var(--teal)}.coupon-field small{display:block;margin-top:6px;color:var(--muted)}.coupon-field small.success{color:var(--success)}.coupon-field small.error{color:var(--danger)}.agreement-check{display:flex;align-items:flex-start;gap:8px;margin-top:14px;color:var(--ink-soft);font-size:12px}.account-guest{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:54px 28px;text-align:center;border:1px solid var(--line);background:var(--surface)}.account-guest__icon{width:76px;height:76px;display:grid;place-items:center;margin-bottom:18px;color:var(--teal);background:var(--teal-soft);border-radius:50%}.account-guest h1{margin:8px 0;font-size:30px}.account-guest p{max-width:520px;margin:0;color:var(--muted)}.account-guest__actions,.account-hero__actions{display:flex;align-items:center;gap:10px}.account-guest__actions{margin-top:26px}.account-hero{min-height:190px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px 38px;color:#fff;background:#1d3130}.account-identity{display:flex;align-items:center;gap:18px}.account-identity>div{min-width:0}.account-identity>span{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:4px}.account-identity h1{margin:2px 0 4px;font-size:28px;overflow-wrap:anywhere}.account-identity p,.account-identity small{margin:0;color:#ffffffb8}.account-hero__actions .button--primary{color:var(--ink);background:#fff}.account-hero__actions .button--primary:hover{color:var(--teal);background:#f1faf8}.account-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);border-top:0}.account-metrics span{min-height:92px;display:flex;flex-direction:column;justify-content:center;padding:18px 24px;border-right:1px solid var(--line)}.account-metrics span:last-child{border-right:0}.account-metrics small{color:var(--muted)}.account-metrics strong{margin-top:3px;font-size:20px}.account-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.account-shortcut{min-height:82px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;color:var(--ink);border:1px solid var(--line);background:var(--surface);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.account-shortcut:hover{color:var(--teal);border-color:var(--teal);box-shadow:var(--shadow);transform:translateY(-2px)}.account-shortcut__icon{width:42px;height:42px;display:grid;place-items:center;color:var(--teal);background:var(--teal-soft)}.account-shortcut>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.account-shortcut strong{font-size:15px}.account-shortcut small{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.account-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;margin-top:28px}.account-nav{align-self:start;display:flex;flex-direction:column;border:1px solid var(--line)}.account-nav button,.account-nav a{min-height:48px;display:flex;align-items:center;gap:10px;padding:0 15px;color:var(--ink-soft);border:0;border-left:3px solid transparent;background:#fff}.account-nav button.active,.account-nav button:hover,.account-nav a:hover{color:var(--teal);border-left-color:var(--teal);background:var(--teal-soft)}.account-content{min-width:0}.account-content__heading{min-height:60px;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px;border-bottom:1px solid var(--line)}.account-content__heading h2{margin-bottom:0;font-size:22px}.account-content__heading p{color:var(--muted);font-size:12px}.order-list{display:grid;gap:12px}.order-card{border:1px solid var(--line)}.order-card>header,.order-card>footer{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 14px;background:var(--surface-muted)}.order-card>header span{color:var(--muted)}.order-card>header b{margin-left:5px;color:var(--ink)}.status{padding:3px 8px;border-radius:3px;font-size:12px;font-style:normal}.status--success{color:var(--success);background:#e6f3ec}.status--warning{color:var(--warning);background:#f8efdf}.status--primary{color:var(--teal);background:var(--teal-soft)}.order-card__body{display:grid;grid-template-columns:minmax(230px,1fr) minmax(420px,1.4fr);gap:24px;align-items:center;padding:18px 14px}.order-card__product{display:flex;align-items:center;gap:12px}.order-card__product>span{width:46px;height:46px;display:grid;place-items:center;color:var(--teal);background:var(--teal-soft)}.order-card__product>div{display:flex;flex-direction:column}.order-card__product small{color:var(--muted)}.order-card dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0}.order-card dl>div{padding:0 14px;border-left:1px solid var(--line)}.order-card dt{color:var(--muted);font-size:12px}.order-card dd{margin:3px 0 0;font-weight:700}.order-card>footer{align-items:flex-start;flex-direction:column;justify-content:center;background:#f2f7f6}.order-card>footer span{display:flex;align-items:center;gap:7px;color:var(--teal)}.order-card>footer small{color:var(--muted)}.success-page{display:grid;place-items:center;min-height:650px}.success-panel{width:min(100%,680px);display:flex;flex-direction:column;align-items:center;padding:56px 32px;text-align:center}.success-panel__icon{width:76px;height:76px;display:grid;place-items:center;margin-bottom:22px;color:#fff;border-radius:50%;background:var(--success)}.success-panel h1{margin:8px 0;font-size:32px}.success-panel>p{color:var(--muted)}.success-orders{width:min(100%,480px);display:grid;gap:6px;margin:18px 0}.success-orders span{padding:10px;background:var(--surface-muted);font-family:Consolas,monospace}.success-actions{display:flex;gap:10px;margin-top:12px}@media(max-width:1220px){.desktop-nav{display:none}.mobile-menu-button{display:inline-flex}.mobile-nav{display:block;border-top:1px solid var(--line);background:#fff}.mobile-nav nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding-top:10px;padding-bottom:10px}.mobile-nav a{padding:10px 12px;background:var(--surface-muted);text-align:center}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-list__header,.cart-row{grid-template-columns:32px minmax(240px,1.5fr) 100px 122px 110px 40px}}@media(max-width:980px){.utility-bar{display:none}.header-search{order:4;flex:0 0 100%}.main-nav__inner{height:auto;min-height:var(--header-height);flex-wrap:wrap;padding-top:10px;padding-bottom:10px}.brand{margin-right:auto}.account-button span,.cart-button__label{display:none}.store-hero{min-height:490px}.store-hero__content h1{font-size:42px}.assurance-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.assurance-strip__grid>span:nth-child(2){border-right:0}.assurance-strip__grid>span:nth-child(n+3){border-top:1px solid var(--line)}.category-grid{grid-template-columns:1fr 1fr}.product-grid--featured{grid-template-columns:repeat(2,minmax(0,1fr))}.category-tile:last-child{grid-column:1 / -1}.procurement-band{grid-template-columns:1fr}.procurement-band__image{min-height:340px}.footer-grid{grid-template-columns:1.3fr 1fr}.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.filter-heading{grid-column:1 / -1}.category-filter-group{border-right:1px solid var(--line)}.category-filter:first-of-type{grid-column:1 / -1}.product-detail,.product-detail-loading{grid-template-columns:1fr;gap:28px}.product-gallery{max-width:720px}.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-list{border:0}.cart-list__header{display:none}.cart-row{position:relative;grid-template-columns:28px minmax(0,1fr) 122px;min-height:158px;margin-bottom:12px;padding:14px;border:1px solid var(--line)}.cart-product{grid-column:2 / 3}.cart-row__price{display:none}.cart-row .quantity-stepper{grid-column:3 / 4}.cart-row__subtotal{grid-column:3 / 4;text-align:center}.cart-row__delete{position:absolute;right:10px;bottom:10px}.checkout-summary{position:static}.account-layout{grid-template-columns:1fr}.account-nav{flex-direction:row}.account-nav button,.account-nav a{flex:1;justify-content:center;border-left:0;border-bottom:3px solid transparent}.account-nav button.active,.account-nav button:hover,.account-nav a:hover{border-left-color:transparent;border-bottom-color:var(--teal)}}@media(max-width:700px){.shell{width:min(100% - 28px,1440px)}.section{padding-top:48px;padding-bottom:48px}.main-nav__inner{gap:10px}.brand{min-width:0}.brand img{width:34px;height:34px}.brand strong{font-size:15px}.brand small{display:none}.nav-actions{gap:0}.mobile-nav nav{grid-template-columns:1fr 1fr}.store-hero{min-height:560px}.store-hero__shade{background:linear-gradient(180deg,#111b1cd6,#111b1ceb)}.store-hero__content{align-self:flex-start;padding-top:72px;padding-bottom:130px}.store-hero__content h1{font-size:38px}.store-hero__content p{font-size:15px}.store-hero__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.store-hero__metrics span{flex-direction:column;align-items:flex-start;gap:0;padding-left:12px;font-size:11px}.store-hero__metrics strong{font-size:20px}.assurance-strip__grid,.category-grid,.product-grid,.product-grid--catalog,.product-grid--featured,.procurement-steps{grid-template-columns:1fr}.assurance-strip__grid>span{border-right:0;border-top:1px solid var(--line)}.category-tile:last-child{grid-column:auto}.category-tile,.procurement-band__image{min-height:260px}.procurement-band__content{padding:32px 24px}.procurement-band__content h2{font-size:26px}.section-heading,.page-heading,.catalog-header{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:2px}.catalog-sidebar{grid-template-columns:1fr}.category-filter-group{border-right:0}.catalog-toolbar{align-items:stretch;flex-direction:column}.catalog-search,.catalog-sort,.catalog-sort select{width:100%}.product-purchase h1{font-size:28px}.product-price-panel{grid-template-columns:64px 1fr}.product-price-panel strong{font-size:25px}.purchase-option,.purchase-option--inline,.purchase-remark,.sku-options,.purchase-actions{grid-template-columns:1fr}.product-gallery__thumbs{grid-template-columns:repeat(4,70px)}.product-gallery__thumbs button{width:70px}.spec-table{grid-template-columns:1fr 1fr}.delivery-flow{align-items:stretch;flex-direction:column}.delivery-flow>svg{align-self:center;transform:rotate(90deg)}.cart-row{grid-template-columns:28px minmax(0,1fr);gap:10px}.cart-product{grid-template-columns:88px minmax(0,1fr)}.cart-product>a{width:88px;height:72px}.cart-row .quantity-stepper,.cart-row__subtotal{grid-column:2 / 3}.cart-row__subtotal{text-align:left}.checkout-form-grid{grid-template-columns:1fr}.form-field--full{grid-column:auto}.checkout-product{grid-template-columns:68px minmax(0,1fr) 52px}.checkout-product img{width:68px;height:54px}.checkout-product>b{grid-column:2 / 4;text-align:left}.account-hero{align-items:flex-start;flex-direction:column;padding:26px 22px}.account-hero__actions{width:100%;flex-wrap:wrap}.account-shortcuts{grid-template-columns:1fr}.account-metrics{grid-template-columns:1fr 1fr}.account-metrics span:nth-child(2){border-right:0}.account-metrics span:nth-child(-n+2){border-bottom:1px solid var(--line)}.account-nav{display:grid;grid-template-columns:1fr}.order-card__body{grid-template-columns:1fr}.order-card dl{grid-template-columns:1fr;gap:8px}.order-card dl>div{padding:0;border-left:0}.order-card>header{align-items:flex-start;flex-direction:column}.success-actions,.account-guest__actions{width:100%;flex-direction:column}.account-guest__actions .button{width:min(100%,320px);justify-content:center}.auth-dialog{padding:28px 22px}}:root{--font-sans: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;--ink: #20262b;--ink-soft: #4f5962;--muted: #737e87;--line: #dfe4e7;--line-strong: #cfd6da;--surface: #ffffff;--surface-muted: #f3f5f6;--surface-warm: #fff4ed;--accent: #ef6b24;--accent-hover: #d95616;--teal: #ef6b24;--teal-soft: #fff1e8;--shadow: 0 18px 42px rgba(32, 38, 43, .1);--header-height: 104px}body{background:var(--surface-muted)}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px #ef6b2421}.shell{width:min(80%,1520px)}.store-main{min-height:520px}.site-header{background:#fff;box-shadow:0 1px #20262b14}.utility-bar{color:#edf0f3;background:#414d62}.utility-bar__inner{min-height:36px}.utility-bar__links,.utility-bar__links a{gap:15px}.utility-bar__links button{padding:0;color:inherit;border:0;background:transparent;font-size:inherit}.utility-bar__links .utility-bar__register{min-height:28px;padding:0 12px;color:#fff;border-radius:2px;background:var(--accent)}.main-nav{background:#fff}.main-nav__inner{height:var(--header-height);gap:34px}.brand{min-width:220px;gap:14px}.brand img{width:48px;height:48px;flex-basis:48px}.brand strong{color:var(--accent);font-size:22px;font-weight:800}.brand small{margin-top:5px;color:#8a939a;font-size:9px}.desktop-nav{flex:1;justify-content:center;gap:32px}.desktop-nav a{color:#4e575f;border-bottom-width:3px;font-size:14px;font-weight:500}.desktop-nav a.router-link-active,.desktop-nav a.router-link-exact-active{color:#4e575f;border-bottom-color:transparent}.desktop-nav a:hover,.desktop-nav a.is-active{color:var(--accent);border-bottom-color:var(--accent)}.nav-actions{gap:7px}.header-search{width:clamp(180px,16vw,260px);flex:0 1 260px;height:42px;border-color:#d9dee1;border-radius:3px;background:#f7f8f8}.header-search input{font-size:13px}.account-button,.cart-button{min-height:42px;border-radius:3px}.account-button:hover,.cart-button:hover{color:var(--accent);background:var(--teal-soft)}.cart-button b{background:var(--accent)}.mobile-nav{border-top-color:var(--line)}.mobile-nav a{border-left:2px solid transparent;background:#fff}.mobile-nav a.router-link-exact-active,.mobile-nav a.is-active{color:var(--accent);border-left-color:var(--accent);background:var(--teal-soft)}.market-home{background:var(--surface-muted)}.market-home__shell{padding-top:48px;padding-bottom:88px}.market-guide{display:grid;grid-template-columns:250px minmax(0,1fr) 258px;gap:18px;min-height:420px}.market-category-panel,.market-service-panel,.market-promo{overflow:hidden;border:1px solid var(--line);border-radius:4px;background:#fff}.market-category-panel,.market-service-panel{box-shadow:0 14px 36px #20262b0e}.market-category-panel__title{min-height:62px;display:flex;align-items:center;gap:12px;padding:0 20px;color:#fff;background:var(--ink);font-size:16px}.market-category-panel__title svg{color:#ff8a4b}.market-category-panel nav{display:grid}.market-category-link{position:relative;min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 20px;border-bottom:1px solid #e8ecee;transition:color .2s ease,background .2s ease}.market-category-link:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:transparent}.market-category-link:last-child{border-bottom:0}.market-category-link:hover{color:var(--accent);background:#f8f9f9}.market-category-link:hover:before{background:var(--accent)}.market-category-link>span{min-width:0;display:flex;flex-direction:column;gap:6px}.market-category-link strong{overflow:hidden;color:var(--ink);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.market-category-link small{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.market-promo{position:relative;min-width:0;min-height:420px;isolation:isolate;background:var(--ink);box-shadow:0 18px 42px #20262b24}.market-promo>img,.market-promo__shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.market-promo>img{z-index:-2;object-fit:cover}.market-promo__shade{z-index:-1;background:linear-gradient(90deg,#14191deb,#14191da3 58%,#14191d47),linear-gradient(0deg,rgba(20,25,29,.38),transparent 58%)}.market-promo__content{width:min(660px,92%);min-height:420px;display:grid;align-content:center;justify-items:start;gap:16px;padding:54px 48px;color:#fff}.market-promo__content>span{padding-left:13px;color:#ff8a4b;border-left:3px solid var(--accent);font-size:12px;font-weight:700}.market-promo__content h1{margin:0;font-size:42px;line-height:1.2}.market-promo__content p{max-width:560px;margin:0;color:#ffffffc7;font-size:15px;line-height:1.9}.market-service-panel{padding:30px 24px 24px}.market-service-panel h2{margin:9px 0 22px;font-size:26px}.market-service-panel dl{margin:0 0 18px}.market-service-panel dl>div{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e8ecee}.market-service-panel dt{color:var(--accent);font-size:30px;font-weight:800}.market-service-panel dd{margin:0;color:var(--muted);font-size:13px}.market-service-panel .button--outline{color:var(--accent-hover);border-color:#ef6b248c}.market-catalog-preview{padding-top:64px}.market-catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-bottom:25px;margin-bottom:30px;border-bottom:1px solid var(--line)}.market-catalog-heading h2{margin:7px 0;font-size:34px}.market-catalog-heading p{margin:0;color:var(--muted)}.market-catalog-search{width:min(460px,100%);height:48px;display:grid;grid-template-columns:minmax(0,1fr) 92px;box-shadow:0 10px 28px #20262b0f}.market-catalog-search input{height:48px;padding:0 16px;border-radius:3px 0 0 3px}.market-catalog-search button{color:#fff;border:0;border-radius:0 3px 3px 0;background:var(--accent);font-weight:700}.market-catalog-more{display:flex;justify-content:flex-end;margin-top:24px}.market-assurance{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:64px;padding:30px 20px;color:#fff;border-radius:4px;background:var(--ink);box-shadow:0 18px 42px #20262b24}.market-assurance article{min-width:0;display:flex;align-items:center;gap:14px;padding:4px 24px;border-right:1px solid rgba(255,255,255,.13)}.market-assurance article:last-child{border-right:0}.market-assurance svg{flex:0 0 auto;color:#ff8a4b}.market-assurance h3{margin:0 0 4px;font-size:14px}.market-assurance p{margin:0;color:#aeb7be;font-size:11px}.product-grid{gap:18px}.product-card{display:grid;grid-template-rows:190px minmax(258px,1fr);border-color:var(--line);border-radius:4px;background:#fff}.product-card:hover{border-color:#ef6b2494;box-shadow:0 18px 40px #20262b1c;transform:translateY(-5px)}.product-card__media{aspect-ratio:auto;display:grid;place-items:center;padding:16px;border-bottom:1px solid #e7ebed;background:#eef1f2}.product-card__media img{width:100%;height:158px;object-fit:contain}.product-card__badge{color:#fff;background:var(--accent)}.product-card__body{min-width:0;display:flex;flex-direction:column;padding:18px}.product-card__category{color:var(--accent);font-size:12px}.product-card__title{min-height:48px;margin:8px 0 9px;font-size:17px}.product-card__title:hover{color:var(--accent)}.product-card__body>p{height:67px;margin-bottom:0;display:-webkit-box;color:var(--muted);font-size:13px;line-height:1.72;-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-card__bottom{min-height:44px;padding-top:10px;border-top:0}.price-block strong{color:var(--accent-hover);font-size:22px}.product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:auto}.product-card__actions .button{min-height:40px;padding:7px 10px;border-radius:3px;font-size:13px}.product-card__detail{color:var(--accent-hover);border-color:#ef6b248c}.page-shell{padding-top:30px;padding-bottom:82px}.breadcrumb a:hover,.eyebrow--dark,.text-link{color:var(--accent)}.catalog-header{margin:18px 0 32px;padding-bottom:24px}.catalog-header>div p{margin:8px 0 0;color:var(--muted)}.catalog-header>strong{color:var(--accent);font-size:15px}.catalog-sidebar{border-radius:4px;background:#fff;box-shadow:0 14px 36px #20262b0d}.filter-heading{min-height:58px;color:#fff;border-bottom:0;background:var(--ink)}.filter-heading>span{display:flex;align-items:center;gap:10px}.filter-heading svg,.filter-heading button{color:#ff8a4b}.category-filter{min-height:46px}.category-filter:hover,.category-filter.active{color:var(--accent);border-left-color:var(--accent);background:var(--teal-soft)}.catalog-toolbar{margin-bottom:20px;padding:12px;border:1px solid var(--line);border-radius:4px;background:#fff}.catalog-search{width:min(100%,520px);border-radius:3px}.catalog-results,.product-detail,.product-information,.cart-list,.order-summary,.checkout-section,.account-guest,.account-metrics,.account-shortcut,.account-content,.success-panel{background:#fff}.catalog-results{background:transparent}.product-detail{padding:30px;border:1px solid var(--line);border-radius:4px}.product-gallery__stage{background:#eef1f2}.product-gallery__stage img{object-fit:contain}.product-purchase__category,.product-information>nav button.active,.purchase-assurance svg{color:var(--accent)}.product-price-panel{background:var(--surface-warm)}.product-price-panel strong,.cart-row__subtotal,.order-summary__total strong{color:var(--accent-hover)}.sku-options button.active,.product-gallery__thumbs button.active{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:var(--teal-soft)}.product-information{padding:0 30px;border:1px solid var(--line);border-radius:4px}.product-information>nav button.active{border-bottom-color:var(--accent)}.order-summary{border-top-color:var(--accent);border-radius:4px}.checkout-section,.cart-list,.order-card,.account-guest,.account-metrics,.account-shortcut,.account-nav{border-color:var(--line)}.checkout-section__title svg,.account-shortcut__icon,.order-card__product>span,.order-card>footer span{color:var(--accent)}.account-guest__icon,.account-shortcut__icon,.order-card__product>span{color:var(--accent);background:var(--teal-soft)}.account-hero{background:var(--ink)}.account-shortcut:hover{color:var(--accent);border-color:var(--accent)}.account-nav button.active,.account-nav button:hover,.account-nav a:hover{color:var(--accent);border-left-color:var(--accent);background:var(--teal-soft)}.auth-dialog__mark{color:var(--accent);background:var(--teal-soft)}.site-footer{color:#e1e5e8;background:var(--ink)}.footer-grid{grid-template-columns:1.45fr .72fr 1fr 1.15fr;gap:52px;padding-top:58px;padding-bottom:46px}.brand--footer strong{color:#fff}.footer-grid h3{padding-bottom:10px;color:#fff;border-bottom:2px solid var(--accent)}.footer-grid p,.footer-grid a,.footer-grid span,.brand--footer small{color:#aeb7be}.footer-grid a:hover{color:#ff8a4b}.footer-bottom{border-top-color:#ffffff1f}@media(max-width:1320px){.shell{width:90%}.desktop-nav{gap:20px}.header-search{display:none}}@media(max-width:1180px){.market-guide{grid-template-columns:230px minmax(0,1fr)}.market-service-panel{grid-column:1 / -1;display:grid;grid-template-columns:160px minmax(0,1fr) 200px;align-items:center;gap:22px}.market-service-panel h2{margin-bottom:0}.market-service-panel dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0}.market-service-panel dl>div{padding:0 18px;border-top:0;border-left:1px solid var(--line)}.product-grid--featured{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.shell{width:calc(100% - 40px)}.market-guide{grid-template-columns:1fr}.market-promo{order:-1}.market-category-panel nav{grid-template-columns:repeat(3,minmax(0,1fr))}.market-category-link{border-right:1px solid var(--line)}.market-service-panel{grid-column:auto;grid-template-columns:1fr}.market-service-panel dl>div{border-left:0;border-top:1px solid var(--line)}.market-catalog-heading{align-items:stretch;flex-direction:column}.market-catalog-search{width:100%}.market-assurance{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:24px}.market-assurance article:nth-child(2){border-right:0}.product-grid--featured,.product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1.3fr 1fr}}@media(max-width:700px){:root{--header-height: 72px}.utility-bar{display:none}.main-nav__inner{min-height:var(--header-height);padding-top:0;padding-bottom:0}.brand{min-width:0}.brand img{width:40px;height:40px;flex-basis:40px}.brand strong{font-size:18px}.market-home__shell{padding-top:18px;padding-bottom:58px}.market-promo,.market-promo__content{min-height:340px}.market-promo__content{width:100%;padding:34px 26px}.market-promo__content h1{font-size:32px}.market-category-panel nav{grid-template-columns:1fr}.market-category-link{min-height:76px;border-right:0}.market-catalog-preview{padding-top:48px}.market-catalog-heading h2{font-size:28px}.market-assurance{grid-template-columns:1fr;margin-top:48px;padding:12px 20px}.market-assurance article,.market-assurance article:nth-child(2){padding:18px 4px;border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.market-assurance article:last-child{border-bottom:0}.product-grid--featured,.product-grid--catalog{grid-template-columns:1fr}.product-card{grid-template-rows:210px auto}.product-card__media img{height:178px}.catalog-toolbar{padding:10px}.product-detail,.product-information{padding-right:18px;padding-left:18px}.footer-grid{grid-template-columns:1fr;gap:30px}}
