:root{--primary:#1e5fbf;--primary-dark:#164a96;--primary-light:#4a90e2;--primary-glow:#1e5fbf4d;--accent-orange:#ff6b35;--accent-green:#52c41a;--bg-dark:#0a0e1a;--bg-card:#111827;--bg-card-hover:#1a2332;--bg-surface:#0f172a;--border:#1e3a5f;--border-light:#2d4a7a;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--container-max:1440px;--container-padding:1.5rem;--header-height:64px;--sidebar-width:220px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{background:var(--bg-dark);color:var(--text-primary);scroll-behavior:smooth;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{background:var(--bg-dark);color:var(--text-primary);-webkit-font-smoothing:antialiased;width:100%;min-height:100vh;overflow-x:hidden}a{color:var(--primary-light);text-decoration:none;transition:color .2s}a:hover{color:#7dd3fc}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{color:var(--text-primary);line-height:1.3}p{color:var(--text-secondary);line-height:1.6}code{color:#93c5fd;background:#1e5fbf26;border-radius:3px;padding:1px 4px;font-family:SF Mono,Fira Code,Courier New,monospace;font-size:.9em}ul,ol{list-style:none}input,textarea,select,button{font-family:inherit;font-size:inherit}button{cursor:pointer}table{border-collapse:collapse;width:100%}.container{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.page-layout{min-height:calc(100vh - var(--header-height));gap:1.5rem;padding-top:1.5rem;display:flex}.sidebar{width:var(--sidebar-width);flex-shrink:0}.main-content{flex:1;min-width:0}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.grid-cols-6{grid-template-columns:repeat(6,1fr)}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.w-full{width:100%}.text-center{text-align:center}.text-right{text-align:right}.m-0{margin:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.p-0{padding:0}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-mono{font-family:SF Mono,Fira Code,monospace}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.text-white{color:#fff}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-accent{color:var(--primary-light)}.text-orange{color:var(--accent-orange)}.text-green{color:var(--accent-green)}.text-red{color:#f87171}.text-blue{color:#60a5fa}.bg-primary{background:var(--primary)}.bg-primary-dark{background:var(--primary-dark)}.bg-card{background:var(--bg-card)}.bg-surface{background:var(--bg-surface)}.bg-dark{background:var(--bg-dark)}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);box-shadow:0 0 20px var(--primary-glow)}.btn-ghost{color:var(--text-secondary);border:1px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--bg-card-hover);color:var(--text-primary);border-color:var(--border-light)}.btn-orange{background:var(--accent-orange);color:#fff}.btn-orange:hover{background:#e55a2b;box-shadow:0 0 20px #ff6b354d}.btn-sm{padding:.375rem .75rem;font-size:.75rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:.75rem;transition:all .2s;overflow:hidden}.card:hover{border-color:var(--border-light);box-shadow:0 4px 20px #1e5fbf1a}.card-hover:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1e5fbf26}.badge{border-radius:9999px;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge-inquiry{color:var(--accent-orange);background:#ff6b3526}.badge-leadtime{color:var(--primary-light);background:#4a90e226}.badge-promo{color:var(--accent-orange);background:#ff6b3533;animation:2s infinite pulse}.form-input{background:var(--bg-surface);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:.5rem;outline:none;padding:.625rem .875rem;font-size:.875rem;transition:border-color .2s}.form-input:focus{border-color:var(--primary-light);box-shadow:0 0 0 3px var(--primary-glow)}.form-input::placeholder{color:var(--text-muted)}.form-label{color:var(--text-secondary);margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2rem}.divider{background:linear-gradient(to right,transparent,var(--border),transparent);height:1px;margin:2rem 0}.divider-solid{background:var(--border);height:1px;margin:1rem 0}.breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--primary-light)}.breadcrumb span{color:var(--text-secondary)}@keyframes pulse{50%{opacity:.6}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s ease-out fadeIn}.spinner{border:2px solid var(--border);border-top-color:var(--primary-light);border-radius:50%;width:1.5rem;height:1.5rem;animation:.6s linear infinite spin}.spinner-lg{border:3px solid var(--border);border-top-color:var(--primary-light);width:2.5rem;height:2.5rem}.skeleton{background:linear-gradient(90deg,var(--bg-card) 25%,var(--bg-card-hover) 50%,var(--bg-card) 75%);background-size:200% 100%;border-radius:.5rem;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.tooltip{position:relative}.tooltip:after{content:attr(data-tip);background:var(--bg-card-hover);color:var(--text-primary);white-space:nowrap;opacity:0;pointer-events:none;border:1px solid var(--border);border-radius:.375rem;margin-bottom:.375rem;padding:.25rem .625rem;font-size:.75rem;transition:opacity .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.tooltip:hover:after{opacity:1}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-light)}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 1rem}.empty-state-icon{opacity:.5;margin-bottom:1rem;font-size:3rem}.img-placeholder{background:linear-gradient(135deg,var(--bg-card),var(--bg-surface));min-height:200px;color:var(--text-muted);justify-content:center;align-items:center;font-size:3rem;display:flex}@media (max-width:1023px){.sidebar{display:none}.page-layout{flex-direction:column}.grid-cols-4,.grid-cols-5,.grid-cols-6{grid-template-columns:repeat(3,1fr)}.lg-hidden{display:block}.lg-flex{display:none}}@media (min-width:768px){.mobile-drawer-overlay,.mobile-drawer{display:none!important}}@media (max-width:767px){.grid-cols-3,.grid-cols-4,.grid-cols-5,.grid-cols-6{grid-template-columns:repeat(2,1fr)}.container{padding:0 1rem}.search-box{flex:1;max-width:none;display:block}.search-box input{padding:.375rem .75rem .375rem 2rem;font-size:.8125rem}.search-icon{left:.5rem}.search-icon svg{width:14px;height:14px}.search-btn{display:none}.header-links{display:none!important}.mobile-menu-btn,.mobile-menu-checkbox,.mobile-drawer-overlay,.mobile-drawer{display:block}.mobile-drawer-overlay{z-index:1000;opacity:0;pointer-events:none;background:#0009;transition:opacity .3s;position:fixed;inset:0}.mobile-drawer{background:var(--bg-card);z-index:1001;width:85%;max-width:360px;padding:1.25rem;transition:transform .3s;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 20px #0000004d}.mobile-drawer-overlay.drawer-open{opacity:1;pointer-events:auto}.mobile-drawer-overlay.drawer-open .mobile-drawer{transform:translate(0)}.hero-section{min-height:auto;padding:2rem 0 3rem}.hero-title{font-size:1.75rem}.hero-desc{font-size:.875rem}.hero-search,.hero-content{max-width:100%}.banner-carousel{aspect-ratio:16/7;border-radius:.5rem}.banner-slide{padding:1.25rem}.banner-title{margin-bottom:.375rem;font-size:1.125rem}.banner-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.8125rem;display:-webkit-box;overflow:hidden}.banner-content{max-width:75%}.section-title{font-size:1.125rem}.section-header{margin-bottom:1rem}.footer{margin-top:2rem;padding:2rem 0 1rem}.footer-grid>div:not(:last-child){display:none}.footer-grid{grid-template-columns:1fr}}@media (max-width:480px){.grid-cols-2,.grid-cols-3,.grid-cols-4,.grid-cols-5,.grid-cols-6{grid-template-columns:repeat(2,1fr)}.header-inner{gap:.375rem;height:52px}.logo img{height:1.5rem}.logo-icon{width:1.5rem;height:1.5rem;font-size:.875rem}.logo-text{font-size:.875rem}.logo-sub{display:none}.search-box input{border-radius:1rem;padding:.3125rem .625rem .3125rem 1.625rem;font-size:.75rem}.product-card-body{padding:.5rem}.product-card-name{margin-bottom:.25rem;font-size:.6875rem}.product-card-brand{margin-bottom:.125rem;font-size:.5625rem}.product-card-meta{gap:.125rem .25rem}.product-card-tag{font-size:.5625rem}.product-card-price{font-size:.8125rem}.product-card-image{padding:.125rem}.hero-section{min-height:auto;padding:1.5rem 0 2rem}.hero-badge{padding:.25rem .625rem;font-size:.6875rem}.hero-title{margin-bottom:.5rem;font-size:1.375rem}.hero-desc{margin-bottom:1rem;font-size:.8125rem}.hero-search{padding:.125rem .125rem .125rem .75rem}.hero-search-input{padding:.5rem;font-size:.8125rem}.hero-search-btn{padding:.375rem .75rem;font-size:.75rem}.banner-carousel{aspect-ratio:4/3;border-radius:.375rem}.banner-slide{padding:.875rem}.banner-title{font-size:.9375rem}.banner-desc{-webkit-line-clamp:1;margin-bottom:.5rem;font-size:.75rem}.banner-content{max-width:100%}.banner-dots{bottom:.5rem}.banner-dot{width:.375rem;height:.375rem}.banner-dot.active{width:1rem}.section-title{font-size:1rem}.section-line{width:2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1rem}.footer{margin-top:1.5rem;padding:1.5rem 0 .75rem}.footer-title{margin-bottom:.5rem;font-size:.75rem}.footer-link{padding:.2rem 0;font-size:.6875rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem;font-size:.625rem}.footer-grid>div:not(:last-child){display:none}.footer-grid{grid-template-columns:1fr}}@media (max-width:1023px){.category-bar{-webkit-overflow-scrolling:touch;gap:.5rem;margin-bottom:.75rem;padding:.5rem 0;display:flex;overflow-x:auto}.category-bar .category-tag{flex-shrink:0;padding:.375rem .75rem;font-size:.75rem}}@media (min-width:1024px){.category-bar{display:none}}.header{background:var(--bg-card);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0}.header-inner{height:64px;max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}@media (max-width:480px){.header-inner{gap:.5rem;height:56px}.logo-text{font-size:1rem}.logo-sub{font-size:.625rem}}.logo{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.logo img{object-fit:contain;background:0 0;border-radius:.25rem;width:auto;height:2.25rem}.logo-icon{background:linear-gradient(135deg,var(--primary),#2563eb);color:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1.25rem;font-weight:700;display:flex}.logo-text{color:#fff;font-size:1.125rem;font-weight:700}.logo-sub{color:var(--text-muted);margin-top:-1px;font-size:.6875rem}.search-box{flex:1;max-width:500px;position:relative}.search-box input{background:var(--bg-surface);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:2rem;outline:none;padding:.5rem 1rem .5rem 2.75rem;font-size:.875rem;transition:all .2s}.search-box input:focus{border-color:var(--primary-light);box-shadow:0 0 0 3px var(--primary-glow);background:var(--bg-dark)}.search-box input::placeholder{color:var(--text-muted)}.search-icon{color:var(--text-muted);position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.search-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:1.5rem;padding:.25rem 1rem;font-size:.75rem;transition:background .2s;position:absolute;top:50%;right:.25rem;transform:translateY(-50%)}.search-btn:hover{background:var(--primary-dark)}.header-links{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.header-link{color:var(--text-secondary);border-radius:.375rem;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;transition:all .15s;display:flex}.header-link:hover{background:var(--bg-card-hover);color:var(--text-primary)}.header-link .hotline{color:var(--accent-orange);font-size:.875rem;font-weight:600}.mobile-menu-btn{color:var(--text-secondary);background:0 0;border:none;border-radius:.375rem;padding:.5rem;font-size:1.5rem;display:none}@media (max-width:1023px){.header-links .header-link span{display:none}.mobile-menu-btn{display:block}}.category-sidebar{background:var(--bg-card);border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.category-sidebar-title{color:var(--text-primary);background:var(--bg-surface);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;display:flex}.category-item{border-bottom:1px solid #1e3a5f80}.category-item:last-child{border-bottom:none}.category-link{color:var(--text-secondary);align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.8125rem;transition:all .15s;display:flex}.category-link:hover{background:var(--bg-card-hover);color:var(--text-primary)}.category-link.active{color:var(--primary-light);border-right:2px solid var(--primary);background:#1e5fbf1a}.category-arrow{color:var(--text-muted);margin-left:auto;font-size:.75rem;transition:transform .2s}.category-link:hover .category-arrow{transform:translate(2px)}.category-sub{padding-left:1rem;display:none}.category-item:hover .category-sub{display:block}.category-sub-link{color:var(--text-muted);padding:.375rem 1rem;font-size:.75rem;transition:all .15s;display:block}.category-sub-link:hover{color:var(--text-primary);background:var(--bg-card-hover)}.product-card{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;border-radius:.75rem;transition:all .25s;overflow:hidden}.product-card:hover{border-color:var(--border-light);transform:translateY(-4px);box-shadow:0 12px 40px #1e5fbf1f}.product-card-image{aspect-ratio:1;background:var(--bg-dark);color:var(--text-muted);justify-content:center;align-items:center;padding:.5rem;font-size:3rem;display:flex;position:relative;overflow:hidden}.product-card-image img{object-fit:contain;width:100%;height:100%;transition:transform .2s}.product-card-image:hover img{transform:scale(1.05)}@media (max-width:480px){.product-card-body{padding:.625rem}.product-card-name{font-size:.75rem}.product-card-brand{font-size:.625rem}.product-card-image{padding:.25rem}}.product-card-body{padding:.875rem}.product-card-brand{color:var(--primary-light);margin-bottom:.25rem;font-size:.6875rem;font-weight:500}.product-card-name{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.375rem;font-size:.8125rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card-meta{flex-wrap:wrap;gap:.25rem .5rem;margin-bottom:.5rem;display:flex}.product-card-tag{color:var(--text-muted);font-size:.6875rem}.product-card-price{color:var(--accent-orange);font-size:1rem;font-weight:700}.product-card-stock{margin-left:auto}.banner-carousel{aspect-ratio:3;background:var(--bg-card);border-radius:.75rem;position:relative;overflow:hidden}.banner-slide{background:linear-gradient(135deg,var(--bg-card),var(--bg-surface));opacity:0;align-items:center;padding:2.5rem;transition:opacity .5s;display:flex;position:absolute;inset:0}.banner-slide.active{opacity:1}.banner-content{max-width:60%}.banner-title{color:#fff;margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.banner-desc{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.6}.banner-dots{gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.banner-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:.5rem;height:.5rem;transition:all .2s}.banner-dot.active{background:var(--primary-light);border-radius:2px;width:1.5rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.section-title{color:var(--text-primary);font-size:1.25rem;font-weight:600}.section-more{color:var(--text-muted);font-size:.8125rem;transition:color .2s}.section-more:hover{color:var(--primary-light)}.section-line{background:linear-gradient(90deg,var(--primary),transparent);width:3rem;height:2px;margin-top:.375rem}.category-tag{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);border-radius:2rem;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8125rem;transition:all .2s;display:inline-flex}.category-tag:hover{border-color:var(--primary-light);color:var(--primary-light);background:#1e5fbf1a}.tabs{border-bottom:1px solid var(--border);gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;transition:all .15s}.tab:hover{color:var(--text-primary);background:var(--bg-card-hover)}.tab.active{color:var(--primary-light);background:#1e5fbf1a;font-weight:500}.footer{background:var(--bg-card);border-top:1px solid var(--border);margin-top:4rem;padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;display:grid}.footer-title{color:var(--text-primary);margin-bottom:1rem;font-size:.875rem;font-weight:600}.footer-link{color:var(--text-muted);padding:.35rem 0;font-size:.8125rem;transition:color .15s;display:block}.footer-link:hover{color:var(--primary-light)}.footer-bottom{border-top:1px solid var(--border);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;font-size:.75rem;display:flex}@media (max-width:767px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}}.promo-tag{background:var(--accent-orange);color:#fff;border-radius:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;position:absolute;top:.5rem;left:.5rem}.compare-checkbox{border:2px solid var(--border);background:var(--bg-card);cursor:pointer;z-index:5;border-radius:.25rem;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:all .15s;display:flex;position:absolute;top:.5rem;right:.5rem}.compare-checkbox.checked{background:var(--primary);border-color:var(--primary)}.compare-checkbox.checked:after{content:"✓";color:#fff;font-size:.75rem;font-weight:700}.product-detail{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:767px){.product-detail{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.product-detail{gap:1rem}.product-info-section h1{font-size:1.25rem}}.product-gallery{position:relative}.product-main-image{aspect-ratio:1;background:var(--bg-dark);border:1px solid var(--border);color:var(--text-muted);border-radius:.75rem;justify-content:center;align-items:center;padding:1rem;font-size:5rem;display:flex;position:relative;overflow:hidden}.product-main-image img{object-fit:contain;width:100%;height:100%;transition:transform .2s}.product-main-image:hover img{transform:scale(1.05)}.image-zoom-hint{color:#ffffffd9;white-space:nowrap;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border-radius:2rem;padding:.35rem .9rem;font-size:.75rem;transition:opacity .2s;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)}.product-main-image:not(:hover) .image-zoom-hint{opacity:.6}.product-main-image:hover .image-zoom-hint{opacity:1}@media (max-width:480px){.product-main-image{padding:.5rem}.product-main-image img{object-fit:cover}.image-zoom-hint{padding:.25rem .7rem;font-size:.6875rem;bottom:.5rem}}.product-info-section h1{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.product-sku{color:var(--text-muted);margin-bottom:.5rem;font-size:.8125rem}.product-sku code{font-size:.8125rem}.product-price-large{color:var(--accent-orange);margin:1rem 0;font-size:2rem;font-weight:700}.product-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.spec-table{width:100%}.spec-table tr{border-bottom:1px solid var(--border)}.spec-table td{padding:.625rem .875rem;font-size:.875rem}.spec-table td:first-child{color:var(--text-muted);width:35%;font-weight:500}.spec-table td:last-child{color:var(--text-primary)}.detail-tabs{border-bottom:1px solid var(--border);gap:0;margin-bottom:1.5rem;display:flex}.detail-tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1.25rem;font-size:.875rem;transition:all .15s}@media (max-width:480px){.detail-tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.detail-tab{padding:.5rem .75rem;font-size:.8125rem}}.detail-tab:hover{color:var(--text-primary)}.detail-tab.active{color:var(--primary-light);border-bottom-color:var(--primary)}.brand-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}@media (max-width:480px){.brand-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.brand-card{padding:1rem}}.brand-card{background:var(--bg-card);border:1px solid var(--border);text-align:center;cursor:pointer;border-radius:.75rem;padding:1.5rem;transition:all .2s}.brand-card:hover{border-color:var(--border-light);transform:translateY(-2px);box-shadow:0 8px 30px #1e5fbf1a}.brand-logo{width:100px;height:60px;color:var(--primary-light);justify-content:center;align-items:center;margin:0 auto .75rem;font-size:1.5rem;font-weight:700;display:flex}.brand-name{color:var(--text-primary);font-size:.8125rem;font-weight:500}.pagination{justify-content:center;align-items:center;gap:.375rem;margin-top:2rem;display:flex}@media (max-width:480px){.pagination{flex-wrap:wrap;gap:.25rem}.page-btn{width:1.875rem;height:1.875rem;font-size:.75rem}}.page-btn{border:1px solid var(--border);background:var(--bg-card);width:2.25rem;height:2.25rem;color:var(--text-secondary);cursor:pointer;border-radius:.375rem;justify-content:center;align-items:center;font-size:.875rem;transition:all .15s;display:flex}.page-btn:hover{background:var(--bg-card-hover);color:var(--text-primary);border-color:var(--border-light)}.page-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.page-btn:disabled{opacity:.4;cursor:not-allowed}.search-highlight{background:#ff6b3533;border-radius:2px;padding:0 2px}.hero-section{background:linear-gradient(135deg,#0a0e1a 0%,#0f172a 40%,#1a2332 70%,#0f172a 100%);align-items:center;min-height:500px;padding:4rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";opacity:.15;pointer-events:none;background:url(/hero-bg/lab-bg1.jpg) 50%/cover no-repeat;position:absolute;inset:0}.hero-overlay{pointer-events:none;background:radial-gradient(at 20%,#1e5fbf40 0%,#0000 60%),radial-gradient(at 80% 30%,#60a5fa14 0%,#0000 50%),radial-gradient(at 50% 80%,#8b5cf60f 0%,#0000 50%);position:absolute;inset:0}.hero-content{z-index:2;max-width:720px;position:relative}.hero-badge{color:var(--primary-light);background:#1e5fbf26;border:1px solid #1e5fbf4d;border-radius:999px;align-items:center;gap:.375rem;margin-bottom:1rem;padding:.375rem .875rem;font-size:.8125rem;display:inline-flex}.hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.2}.hero-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.hero-search-wrapper{margin-bottom:2rem}.hero-search{background:var(--bg-card);border:1px solid var(--border);border-radius:999px;align-items:center;max-width:600px;padding:.25rem .25rem .25rem 1.25rem;transition:all .25s;display:flex}.hero-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #1e5fbf33}.hero-search-icon{width:1.125rem;height:1.125rem;color:var(--text-muted);flex-shrink:0}.hero-search-input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.75rem;font-size:.875rem}.hero-search-input::placeholder{color:var(--text-muted)}.hero-search-btn{background:var(--primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.hero-search-btn:hover{background:var(--primary-hover)}.hero-stats{gap:2rem;display:flex}.hero-stat-item{flex-direction:column;align-items:center;display:flex}.hero-stat-num{color:#fff;font-size:1.5rem;font-weight:800;line-height:1}.hero-stat-label{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.category-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.category-card{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;border-radius:.75rem;flex-direction:column;padding:1.5rem 1.25rem;transition:all .25s;display:flex}.category-card:hover{border-color:var(--cat-color,var(--border-light));transform:translateY(-3px);box-shadow:0 8px 30px #0003}.category-icon-wrap{border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:.75rem;display:flex}.category-icon-text{font-size:1.5rem}.category-name{color:var(--text-primary);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.category-desc{color:var(--text-muted);font-size:.75rem;line-height:1.4}.brand-showcase{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.875rem;display:grid}.brand-showcase-card{background:var(--bg-card);border:1px solid var(--border);text-align:center;cursor:pointer;border-radius:.75rem;padding:1.25rem 1rem;transition:all .25s}.brand-showcase-card:hover{border-color:var(--brand-color,var(--border-light));transform:translateY(-3px);box-shadow:0 8px 24px #00000026}.brand-showcase-logo{background:var(--bg-surface);border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin:0 auto .625rem;font-size:1.5rem;font-weight:800;display:flex}.brand-showcase-name{color:var(--text-primary);margin-bottom:.25rem;font-size:.8125rem;font-weight:600}.brand-showcase-count{color:var(--text-muted);font-size:.6875rem}.product-showcase{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.product-card-badge{border-radius:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;position:absolute;top:.5rem;right:.5rem}.badge-instock{color:#34d399;background:#05966933}.badge-out{color:#f87171;background:#ef444433}.badge-pre{color:#fbbf24;background:#f59e0b33}.product-card-footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.product-card-inquiry-btn{color:var(--primary-light);font-size:.6875rem;font-weight:500;transition:color .2s}.product-card:hover .product-card-inquiry-btn{color:#60a5fa}.content-grid-2col{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:480px){.content-grid-2col{gap:1rem}}.news-stack{flex-direction:column;gap:.75rem;display:flex}.news-stack-item{background:var(--bg-card);border:1px solid var(--border);border-radius:.75rem;padding:1rem 1.25rem;transition:all .2s;display:block}.news-stack-item:hover{border-color:var(--border-light);transform:translate(3px)}.news-stack-content{flex-direction:column;gap:.25rem;display:flex}.news-stack-date{color:var(--primary-light);font-size:.6875rem;font-weight:500}.news-stack-title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.news-stack-excerpt{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.125rem;font-size:.75rem;line-height:1.5;display:-webkit-box;overflow:hidden}.reason-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:700px;margin-top:1.5rem;margin-left:auto;margin-right:auto;display:grid}.reason-card{text-align:center;padding:1.25rem 1rem}.reason-icon{margin-bottom:.5rem;font-size:2rem}.reason-title{color:#fff;margin-bottom:.375rem;font-size:.875rem;font-weight:600}.reason-desc{color:var(--text-secondary);font-size:.75rem;line-height:1.5}@media (max-width:1024px){.hero-title{font-size:2rem}.product-showcase{grid-template-columns:repeat(3,1fr)}.content-grid-2col{grid-template-columns:1fr}}@media (max-width:768px){.hero-section{min-height:auto;padding:2rem 0 3rem}.hero-title{font-size:1.5rem}.hero-title br{display:none}.hero-desc{font-size:.8125rem}.hero-desc br{display:none}.hero-stats{gap:1rem}.hero-stat-num{font-size:1.125rem}.hero-badge{padding:.25rem .75rem;font-size:.75rem}.hero-search-input{padding:.625rem;font-size:.8125rem}.hero-search-btn{padding:.375rem 1rem;font-size:.8125rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.category-card{padding:1rem}.product-showcase{grid-template-columns:repeat(2,1fr);gap:.75rem}.reason-grid{grid-template-columns:1fr}.section-title{font-size:1.125rem}.brand-showcase{grid-template-columns:repeat(3,1fr);gap:.75rem}}@media (max-width:480px){.product-showcase,.category-grid{grid-template-columns:1fr}.brand-showcase{grid-template-columns:repeat(2,1fr);gap:.5rem}.hero-section{padding:1.5rem 0 2rem}.hero-title{font-size:1.25rem}.hero-desc{font-size:.75rem}.hero-stats{gap:.75rem}.hero-stat-num{font-size:1rem}.hero-stat-label{font-size:.6875rem}.hero-search-wrapper{margin-bottom:1.25rem}.category-grid{gap:.5rem}.category-card{padding:.75rem .625rem}.category-icon-wrap{width:2.5rem;height:2.5rem;margin-bottom:.5rem}.category-icon-text{font-size:1.25rem}.category-name{font-size:.8125rem}.category-desc{font-size:.6875rem}}.search-bar-row{margin-bottom:1rem}.search-main-form{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.search-main-input-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:.5rem;flex:1;align-items:center;min-width:200px;max-width:500px;padding:0 .75rem;transition:all .2s;display:flex}.search-main-input-wrap:focus-within{border-color:var(--primary)}.search-main-icon{color:var(--text-muted);flex-shrink:0}.search-main-input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:.5rem;font-size:.875rem}.search-main-btn{white-space:nowrap}.filter-active-indicator{color:var(--accent-orange);cursor:pointer;white-space:nowrap;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;transition:background .2s}.filter-active-indicator:hover{background:#ff6b351a}.advanced-search-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:.75rem;margin-bottom:1rem;padding:1rem 1.25rem}.advanced-search-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}@media (max-width:1024px){.advanced-search-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.advanced-search-grid{grid-template-columns:1fr}}.advanced-field label{color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.advanced-field .form-input{width:100%;padding:.375rem .5rem;font-size:.8125rem}.products-layout{align-items:flex-start;gap:1.25rem;display:flex}@media (max-width:767px){.products-layout{flex-direction:column}}.filter-sidebar{background:var(--bg-card);border:1px solid var(--border);border-radius:.75rem;flex-shrink:0;width:200px;padding:1rem;transition:all .2s;position:sticky;top:1rem}.filter-sidebar.collapsed{border-color:#0000;width:0;padding:0;overflow:hidden}.filter-section{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.75rem}.filter-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-section-title{color:var(--text-primary);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.filter-options{flex-direction:column;gap:.25rem;max-height:200px;display:flex;overflow-y:auto}.filter-options::-webkit-scrollbar{width:3px}.filter-options::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.filter-option{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:.375rem;align-items:center;gap:.375rem;width:100%;padding:.375rem .5rem;font-size:.75rem;transition:all .15s;display:flex}.filter-option:hover{background:var(--bg-surface);color:var(--text-primary)}.filter-option.active{color:var(--primary-light);border-color:var(--primary);background:#1e5fbf1a;font-weight:500}.filter-count{color:var(--text-muted);margin-left:auto;font-size:.6875rem}.filter-options-inline{flex-flow:wrap;gap:.375rem;display:flex}.filter-option-sm{color:var(--text-secondary);background:var(--bg-surface);border:1px solid var(--border);cursor:pointer;border-radius:.375rem;padding:.25rem .5rem;font-size:.6875rem;transition:all .15s}.filter-option-sm:hover{border-color:var(--border-light);color:var(--text-primary)}.filter-option-sm.active{color:var(--primary-light);border-color:var(--primary);background:#1e5fbf1f;font-weight:500}.products-toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;display:flex}@media (max-width:767px){.products-toolbar{flex-wrap:wrap;gap:.5rem}}.toolbar-left{align-items:center;gap:.75rem;display:flex}.filter-toggle-btn{color:var(--text-secondary);background:var(--bg-surface);border:1px solid var(--border);cursor:pointer;border-radius:.375rem;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.75rem;transition:all .15s;display:flex}.filter-toggle-btn:hover{border-color:var(--border-light);color:var(--text-primary)}.filter-badge{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:1.125rem;height:1.125rem;font-size:.625rem;font-weight:700;display:inline-flex}.sort-select{background:var(--bg-surface);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:.375rem;padding:.375rem .5rem;font-size:.75rem}.sort-select:focus{border-color:var(--primary);outline:none}.view-toggle{gap:.25rem;display:flex}.view-btn{background:var(--bg-surface);border:1px solid var(--border);cursor:pointer;width:1.75rem;height:1.75rem;color:var(--text-muted);border-radius:.375rem;justify-content:center;align-items:center;transition:all .15s;display:flex}.view-btn:hover{border-color:var(--border-light);color:var(--text-primary)}.view-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.active-filters-bar{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}@media (max-width:480px){.active-filters-bar{gap:.375rem}}.filter-tag{color:var(--primary-light);background:#1e5fbf1a;border:1px solid #1e5fbf33;border-radius:.25rem;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;display:inline-flex}.filter-tag button{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;padding:0;font-size:.875rem;line-height:1}.filter-tag button:hover{opacity:1}.product-grid-cols{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (max-width:1024px){.product-grid-cols{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.product-grid-cols{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (max-width:480px){.product-grid-cols{grid-template-columns:1fr}}.product-grid-list{flex-direction:column;gap:.75rem;display:flex}.product-card-list{flex-direction:row;gap:1rem;display:flex}.product-card-list .product-card-image{flex-shrink:0;width:140px;height:140px}.product-card-list .product-card-body{flex:1}.product-card-list .product-card-brand{font-size:.75rem}.product-card-list .product-card-name{font-size:.9375rem}.product-card-list .product-card-footer{margin-top:.75rem}.product-card-extras{flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem 1rem .75rem 0;display:flex}.product-card-image-fallback{background:linear-gradient(135deg, var(--bg-surface), #1a2744);width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:2.5rem;display:flex}.search-highlight{color:#fbbf24;background:#ff6b3540;border-radius:2px;padding:0 2px;font-weight:600}@media (max-width:1024px){.filter-sidebar{width:180px}.product-grid-cols{grid-template-columns:repeat(3,1fr)}.advanced-search-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.products-layout{flex-direction:column}.filter-sidebar{grid-template-columns:repeat(2,1fr);gap:0;width:100%;display:grid;position:static}.filter-sidebar.collapsed{display:none}.filter-section{border-bottom:none;padding-bottom:0}.product-grid-cols{grid-template-columns:repeat(2,1fr)}.product-card-list{flex-direction:column}.product-card-list .product-card-image{aspect-ratio:1;width:100%;height:auto}.advanced-search-grid{grid-template-columns:1fr}}@media (max-width:480px){.product-grid-cols{grid-template-columns:1fr}.search-main-input-wrap{min-width:150px}}.news-content h2,.news-content h3,.news-content h4{color:var(--content-heading-color);margin-top:2rem;margin-bottom:.75rem;font-weight:600}.news-content h2{font-size:1.375rem}.news-content h3{font-size:1.125rem}.news-content h4{font-size:1rem}.news-content p{color:var(--content-text-color);margin-bottom:1rem;line-height:1.9}.news-content a{color:var(--content-link-color);text-decoration:underline}.news-content a:hover{color:#7dd3fc}.news-content img{border-radius:.5rem;max-width:100%;margin:1.25rem 0}.news-content blockquote{border-left:3px solid var(--primary);background:var(--content-block-bg);color:var(--content-text-color);border-radius:0 .5rem .5rem 0;margin:1rem 0;padding:.75rem 1rem}.news-content ul,.news-content ol{color:var(--content-text-color);margin-bottom:1rem;padding-left:1.5rem}.news-content li{margin-bottom:.375rem}.news-content ul{list-style:outside}.news-content ol{list-style:decimal}.news-content code{color:#93c5fd;background:#1e5fbf26;border-radius:.25rem;padding:.125rem .375rem;font-size:.85em}.news-content pre{background:var(--content-block-bg);border:1px solid var(--content-border);border-radius:.5rem;margin:1rem 0;padding:1rem;overflow-x:auto}.news-content pre code{color:inherit;background:0 0;padding:0}.news-content table{border-collapse:collapse;width:100%;margin:1rem 0}.news-content th,.news-content td{border:1px solid var(--content-border);text-align:left;padding:.5rem .75rem;font-size:.875rem}.news-content th{background:var(--content-block-bg);color:var(--content-heading-color);font-weight:600}.news-content td{color:var(--content-text-color)}.news-content hr{border:none;border-top:1px solid var(--content-border);margin:2rem 0}@media (min-width:1024px){.lg-show{display:block}.lg-flex{display:flex}.lg-hide{display:none}}@media (hover:none) and (pointer:coarse){.filter-option,.page-btn,.category-tag,.btn,.header-link{align-items:center;min-height:44px;display:flex}.category-card{padding:1rem}.product-card:hover,.brand-showcase-card:hover,.news-stack-item:hover{transform:none}}@media (min-width:768px){.md-show{display:block}.md-hide{display:none}}.rich-text h3{color:var(--content-heading-color);border-bottom:1px solid #3b82f626;margin-top:1.5rem;margin-bottom:.75rem;padding-bottom:.375rem;font-size:1.0625rem;font-weight:600}.rich-text h4{color:var(--content-heading-color);margin-top:1.25rem;margin-bottom:.5rem;font-size:.9375rem;font-weight:600}.rich-text p{color:var(--content-text-color);margin-bottom:.75rem;line-height:1.8}.rich-text ul,.rich-text ol{color:var(--content-text-color);margin-bottom:.75rem;padding-left:1.5rem}.rich-text li{margin-bottom:.3125rem;line-height:1.7}.rich-text ul{list-style:outside}.rich-text ol{list-style:decimal}.rich-text table{border-collapse:collapse;width:100%;margin:.75rem 0 1rem}.rich-text th,.rich-text td{text-align:left;border:1px solid #3b82f633;padding:.5rem .75rem;font-size:.8125rem}.rich-text th{color:var(--content-heading-color);background:#1e5fbf1a;font-weight:600}.rich-text td{color:var(--content-text-color)}.rich-text strong{color:var(--text-primary);font-weight:600}.rich-text a{color:var(--content-link-color);text-decoration:underline}.rich-text a:hover{color:#7dd3fc}.rich-text hr{border:none;border-top:1px solid #3b82f626;margin:1.5rem 0}.rich-text code{color:#93c5fd;background:#1e5fbf26;border-radius:.25rem;padding:.125rem .375rem;font-size:.85em}.rich-text pre{background:var(--content-block-bg);border:1px solid #3b82f626;border-radius:.5rem;margin:.75rem 0;padding:1rem;font-size:.8125rem;overflow-x:auto}.rich-text blockquote{border-left:3px solid var(--primary);background:var(--content-block-bg);color:var(--content-text-color);border-radius:0 .5rem .5rem 0;margin:.75rem 0;padding:.75rem 1rem}.rich-text .spec-table th{background:#1e5fbf26}
