*{margin:0;padding:0;box-sizing:border-box}:root,[data-theme=light]{--glass-bg-light: rgba(255, 255, 255, .7);--glass-bg-dark: rgba(255, 255, 255, .25);--glass-border: rgba(255, 255, 255, .3);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .2);--glass-shadow-hover: 0 12px 40px 0 rgba(31, 38, 135, .3);--primary-blue: #87CEEB;--primary-blue-light: #B0E0E6;--primary-blue-dark: #4682B4;--bg-gradient: linear-gradient(135deg, #E0F2FE 0%, #BAE6FD 50%, #87CEEB 100%);--text-primary: #4682B4;--text-secondary: #666;--scrollbar-track: rgba(255, 255, 255, .3);--scrollbar-thumb: rgba(135, 206, 235, .6);--scrollbar-thumb-hover: rgba(135, 206, 235, .8)}[data-theme=dark],.theme-dark{--glass-bg-light: rgba(31, 31, 31, .8);--glass-bg-dark: rgba(20, 20, 20, .9);--glass-border: rgba(255, 255, 255, .1);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .5);--glass-shadow-hover: 0 12px 40px 0 rgba(0, 0, 0, .7);--primary-blue: #1890FF;--primary-blue-light: #40A9FF;--primary-blue-dark: #096DD9;--bg-gradient: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2a2a2a 100%);--text-primary: #ffffff;--text-secondary: #a6a6a6;--scrollbar-track: rgba(0, 0, 0, .3);--scrollbar-thumb: rgba(100, 100, 100, .6);--scrollbar-thumb-hover: rgba(100, 100, 100, .8)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-gradient);background-attachment:fixed;min-height:100vh;transition:background .3s ease}#root{width:100%;height:100vh}.website-page-transition{animation:fadeIn .3s ease-in-out;position:relative}.ant-layout-content{will-change:contents;background:#fff!important}.page-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background:#fffffff2;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10;animation:fadeInOverlay .2s ease-in-out}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.ant-menu-horizontal>.ant-menu-item{transition:all .2s ease-in-out}.ant-menu-horizontal>.ant-menu-item:hover{transform:translateY(-1px)}.glass-card{background:var(--glass-bg-light);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);transition:all .3s ease}.glass-card:hover{background:#fffc;box-shadow:var(--glass-shadow-hover);transform:translateY(-2px)}.glass-card-dark{background:var(--glass-bg-dark);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}[data-theme=light] .ant-layout-sider,.theme-light .ant-layout-sider{background:#4682b4b3!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}[data-theme=dark] .ant-layout-sider,.theme-dark .ant-layout-sider{background:#1f1f1fe6!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.ant-menu-dark{background:transparent!important}.ant-menu-dark .ant-menu-item{border-radius:12px;margin:4px 12px;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ant-menu-dark .ant-menu-item:hover{background:#ffffff26!important;transform:translate(4px)}.ant-menu-dark .ant-menu-item-selected{background:#ffffff40!important;border:1px solid rgba(255,255,255,.3)}[data-theme=light] .ant-table,.theme-light .ant-table{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.3)}[data-theme=dark] .ant-table,.theme-dark .ant-table{background:#1f1f1fcc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}[data-theme=light] .ant-table-thead>tr>th,.theme-light .ant-table-thead>tr>th{background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.3);color:#4682b4;font-weight:600}[data-theme=dark] .ant-table-thead>tr>th,.theme-dark .ant-table-thead>tr>th{background:#141414cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);color:#fff;font-weight:600}.ant-table-tbody>tr{background:transparent}[data-theme=light] .ant-table-tbody>tr:hover>td,.theme-light .ant-table-tbody>tr:hover>td{background:#fff6!important}[data-theme=dark] .ant-table-tbody>tr:hover>td,.theme-dark .ant-table-tbody>tr:hover>td{background:#ffffff1a!important}[data-theme=light] .ant-table-tbody>tr:nth-child(2n),.theme-light .ant-table-tbody>tr:nth-child(2n){background:#fff3}[data-theme=dark] .ant-table-tbody>tr:nth-child(2n),.theme-dark .ant-table-tbody>tr:nth-child(2n){background:#ffffff0d}[data-theme=light] .ant-card,.theme-light .ant-card{background:#ffffffb3!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px!important;border:1px solid rgba(255,255,255,.3)!important;box-shadow:0 8px 32px #1f268733!important;transition:all .3s}[data-theme=dark] .ant-card,.theme-dark .ant-card{background:#1f1f1fcc!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 8px 32px #00000080!important;transition:all .3s}[data-theme=light] .ant-card:hover,.theme-light .ant-card:hover{background:#fffc!important;box-shadow:0 12px 40px #1f26874d!important;transform:translateY(-2px)}[data-theme=dark] .ant-card:hover,.theme-dark .ant-card:hover{background:#1f1f1fe6!important;box-shadow:0 12px 40px #000000b3!important;transform:translateY(-2px)}.ant-btn-primary{background:linear-gradient(135deg,#87ceeb,#4682b4);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 12px #4682b44d;transition:all .3s}.ant-btn-primary:hover{background:linear-gradient(135deg,#b0e0e6,#87ceeb);box-shadow:0 6px 16px #4682b466;transform:translateY(-1px);border-color:#ffffff80}[data-theme=light] .ant-input,[data-theme=light] .ant-input-password,[data-theme=light] .ant-select-selector,.theme-light .ant-input,.theme-light .ant-input-password,.theme-light .ant-select-selector{background:#ffffffb3!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)!important;border-radius:8px;transition:all .3s}[data-theme=dark] .ant-input,[data-theme=dark] .ant-input-password,[data-theme=dark] .ant-select-selector,.theme-dark .ant-input,.theme-dark .ant-input-password,.theme-dark .ant-select-selector{background:#1f1f1fcc!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)!important;border-radius:8px;transition:all .3s}[data-theme=light] .ant-input:focus,[data-theme=light] .ant-input-password:focus,[data-theme=light] .ant-select-focused .ant-select-selector,.theme-light .ant-input:focus,.theme-light .ant-input-password:focus,.theme-light .ant-select-focused .ant-select-selector{background:#ffffffe6!important;border-color:#87ceeb!important;box-shadow:0 0 0 2px #87ceeb33}[data-theme=dark] .ant-input:focus,[data-theme=dark] .ant-input-password:focus,[data-theme=dark] .ant-select-focused .ant-select-selector,.theme-dark .ant-input:focus,.theme-dark .ant-input-password:focus,.theme-dark .ant-select-focused .ant-select-selector{background:#1f1f1ff2!important;border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff33}[data-theme=light] .ant-modal-content,.theme-light .ant-modal-content{background:#ffffffd9!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:16px;box-shadow:0 8px 32px #1f268740}[data-theme=dark] .ant-modal-content,.theme-dark .ant-modal-content{background:#1f1f1fe6!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 8px 32px #00000080}[data-theme=light] .ant-modal-header,.theme-light .ant-modal-header{background:transparent;border-bottom:1px solid rgba(255,255,255,.3)}[data-theme=dark] .ant-modal-header,.theme-dark .ant-modal-header{background:transparent;border-bottom:1px solid rgba(255,255,255,.1)}[data-theme=light] .statistic-card,.theme-light .statistic-card{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #1f268733;transition:all .3s;padding:24px}[data-theme=dark] .statistic-card,.theme-dark .statistic-card{background:#1f1f1fcc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #00000080;transition:all .3s;padding:24px}[data-theme=light] .statistic-card:hover,.theme-light .statistic-card:hover{background:#ffffffd9;box-shadow:0 12px 40px #1f26874d;transform:translateY(-4px)}[data-theme=dark] .statistic-card:hover,.theme-dark .statistic-card:hover{background:#1f1f1fe6;box-shadow:0 12px 40px #000000b3;transform:translateY(-4px)}[data-theme=light] .page-title,.theme-light .page-title{color:#4682b4;font-weight:600;margin-bottom:24px}[data-theme=dark] .page-title,.theme-dark .page-title{color:#fff;font-weight:600;margin-bottom:24px}[data-theme=dark],.theme-dark,[data-theme=dark] .ant-typography,.theme-dark .ant-typography,[data-theme=dark] .ant-typography h1,[data-theme=dark] .ant-typography h2,[data-theme=dark] .ant-typography h3,[data-theme=dark] .ant-typography h4,[data-theme=dark] .ant-typography h5,[data-theme=dark] .ant-typography h6,.theme-dark .ant-typography h1,.theme-dark .ant-typography h2,.theme-dark .ant-typography h3,.theme-dark .ant-typography h4,.theme-dark .ant-typography h5,.theme-dark .ant-typography h6,[data-theme=dark] .ant-table,.theme-dark .ant-table,[data-theme=dark] .ant-table td,.theme-dark .ant-table td{color:#ffffffd9}.website-footer-fatapro{width:100%}.footer-top-section{background:#fff;padding:40px 20px;text-align:center}.footer-top-content{max-width:1200px;margin:0 auto}.footer-top-content p{margin:0;font-size:14px;line-height:1.6;color:#333}.footer-main-section{background:#4a4a4a;color:#fff;padding:40px 20px 20px}.footer-container{max-width:1200px;margin:0 auto}.footer-column{margin-bottom:30px}.footer-links{list-style:none;padding:0;margin:0 0 20px}.footer-links li{margin-bottom:8px}.footer-links a{color:#fff;text-decoration:none;font-size:14px;transition:color .3s ease;cursor:pointer}.footer-links a:hover{color:#1890ff;text-decoration:underline}.footer-questions{margin:20px 0}.footer-question-text{color:#fff;font-weight:600;font-size:14px;margin:8px 0;cursor:pointer}.footer-question-text:hover{color:#1890ff}.footer-payment-icons{display:flex;gap:15px;margin-top:20px;flex-wrap:wrap}.payment-icon{padding:8px 12px;border-radius:4px;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;min-width:100px;height:40px}.payment-icon.mastercard{background:linear-gradient(135deg,#eb001b,#f79e1b);color:#fff}.payment-icon.visa{background:linear-gradient(135deg,#1434cb,#1a1f71);color:#fff}.payment-icon.amex{background:#006fcf;color:#fff}.footer-company-info{margin-top:20px}.footer-company-name{color:#1890ff;font-size:18px;font-weight:600;margin:0 0 10px}.footer-address,.footer-phone,.footer-email{color:#fff;font-size:14px;margin:8px 0;line-height:1.6}.footer-bottom-row{display:flex;justify-content:space-between;align-items:flex-start;margin-top:40px;padding-top:20px;border-top:1px solid #666;flex-wrap:wrap;gap:20px}.footer-bottom-left{flex-shrink:0}.footer-powered-by{display:flex;align-items:center}.sage-member-text{color:#ff4d4f;font-size:18px;font-weight:600;letter-spacing:1px}.footer-bottom-right{flex:1;min-width:300px}.footer-copyright{color:#fff;font-size:12px;margin:0 0 10px}.footer-legal{color:#ccc;font-size:11px;line-height:1.5;margin:0}@media (max-width: 768px){.footer-top-section{padding:30px 15px}.footer-main-section{padding:30px 15px 15px}.footer-bottom-row{flex-direction:column}.footer-bottom-left{margin-bottom:20px}.footer-payment-icons{justify-content:flex-start}.payment-icon{min-width:80px;height:35px;font-size:11px}}@media (max-width: 576px){.footer-top-content p,.footer-links a{font-size:13px}.footer-company-name{font-size:16px}.footer-address,.footer-phone,.footer-email{font-size:13px}}.product-card{transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:12px;overflow:hidden;border:1px solid #f0f0f0;background:#fff;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026;border-color:#1890ff}.product-card-image-wrapper{position:relative;overflow:hidden;background:#f5f5f5;aspect-ratio:1}.product-card-image{transition:transform .6s cubic-bezier(.4,0,.2,1);object-fit:cover;width:100%;height:100%}.product-card:hover .product-card-image{transform:scale(1.1)}.product-card-badge{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeInDown .5s ease-out}.product-card-badge.new{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.product-card-badge.hot{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 4px 12px #f5576c66}.product-card-actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translate(20px);transition:all .3s ease;z-index:10}.product-card:hover .product-card-actions{opacity:1;transform:translate(0)}@media (max-width: 768px){.product-card-actions{opacity:1;transform:translate(0)}}.product-card-action-btn{width:40px;height:40px;border-radius:50%;background:#fffffff2;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-card-action-btn:hover{transform:scale(1.1);background:#1890ff;color:#fff}.product-card-action-btn.active{background:#ff4d4f;color:#fff}.product-card-body{padding:16px}.product-card-title{font-size:16px;font-weight:600;margin-bottom:8px;color:#262626;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.5;min-height:48px}.product-card-code{font-size:13px;color:#8c8c8c;margin-bottom:12px;font-family:Monaco,Menlo,monospace}.product-card-price{font-size:24px;font-weight:700;color:#1890ff;margin-bottom:12px;background:linear-gradient(135deg,#1890ff,#096dd9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-card-price-label{font-size:12px;color:#8c8c8c;font-weight:400;margin-right:4px}.product-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.product-card-tag{font-size:12px;padding:2px 8px;border-radius:4px;background:#f0f0f0;color:#595959}.product-card-quick-view{width:100%;border-radius:8px;height:40px;font-weight:600;opacity:0;transform:translateY(10px);transition:all .3s ease;margin-top:8px}.product-card:hover .product-card-quick-view{opacity:1;transform:translateY(0)}@media (max-width: 768px){.product-card-quick-view{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-card-skeleton{animation:pulse 1.5s ease-in-out infinite}@media (max-width: 768px){.product-card-actions{opacity:1;transform:translate(0)}.product-card:hover{transform:translateY(-4px)}}.product-card-image[data-lazy=loading]{filter:blur(8px);transition:filter .3s ease}.product-card-image[data-lazy=loaded]{filter:blur(0)}.product-card-compare-checkbox{position:absolute;bottom:12px;left:12px;z-index:1;opacity:0;transition:all .3s ease}.product-card:hover .product-card-compare-checkbox,.product-card-compare-checkbox.checked{opacity:1}.recent-viewed{margin:48px 0;padding:24px;background:#fafafa;border-radius:12px}.recent-viewed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.recent-viewed-title{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:600;color:#262626}.recent-viewed-title .anticon{color:#1890ff;font-size:22px}.loading-animation{display:flex;align-items:center;justify-content:center;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;transition:opacity .3s ease}.loading-animation.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0}.loading-content{display:flex;flex-direction:column;align-items:center;gap:16px}.loading-text{font-size:14px;color:#8c8c8c;font-weight:500;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.page-transition{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.why-choose-us-section{padding:60px 20px;background:#fafafa;margin:40px 0}.why-choose-us-section .section-header{text-align:center;margin-bottom:40px}.why-choose-us-section .section-title{font-size:36px;font-weight:700;color:#262626;margin-bottom:12px}.why-choose-us-section .section-subtitle{font-size:16px;color:#8c8c8c;margin:0}.why-choose-us-section .feature-card{text-align:center;height:100%;border-radius:12px;transition:all .3s ease;border:1px solid #f0f0f0}.why-choose-us-section .feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#1890ff}.why-choose-us-section .feature-icon{font-size:48px;color:#1890ff;margin-bottom:16px;display:flex;justify-content:center;align-items:center}.why-choose-us-section .feature-title{font-size:20px;font-weight:600;color:#262626;margin-bottom:8px}.why-choose-us-section .feature-description{font-size:14px;color:#8c8c8c;line-height:1.6;margin:0}@media (max-width: 768px){.why-choose-us-section{padding:40px 16px}.why-choose-us-section .section-title{font-size:28px}.why-choose-us-section .feature-icon{font-size:40px}}.category-navigation-section{padding:40px 20px;background:#fff;margin:40px 0}.category-navigation-section .section-header{text-align:center;margin-bottom:32px}.category-navigation-section .section-title{font-size:32px;font-weight:700;color:#262626;margin-bottom:8px}.category-navigation-section .section-subtitle{font-size:14px;color:#8c8c8c;margin:0}.category-navigation-section .category-card{text-align:center;border-radius:12px;transition:all .3s ease;border:1px solid #f0f0f0;cursor:pointer;height:100%;padding:16px 8px;min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center}.category-navigation-section .category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#1890ff}.category-navigation-section .category-icon{font-size:36px;color:#1890ff;margin-bottom:12px;display:flex;justify-content:center;align-items:center;transition:transform .3s ease}.category-navigation-section .category-card:hover .category-icon{transform:scale(1.1)}.category-navigation-section .category-name{font-size:13px;font-weight:500;color:#262626;line-height:1.4;word-break:break-word}@media (max-width: 768px){.category-navigation-section{padding:32px 16px}.category-navigation-section .section-title{font-size:24px}.category-navigation-section .category-icon{font-size:28px}.category-navigation-section .category-name{font-size:11px}}.home-container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-banner-wrapper{margin-bottom:48px}.hero-carousel,.hero-slide{height:500px}.hero-banner{height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0009,#0000004d);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:40px 60px;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;max-width:800px}.hero-title{font-size:48px;font-weight:700;margin-bottom:16px;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-description{font-size:20px;margin-bottom:24px;color:#fff;line-height:1.6}.hero-button{height:48px;padding:0 32px;font-size:16px;font-weight:600;border-radius:24px;box-shadow:0 4px 12px #1890ff66;transition:all .3s ease}.hero-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1890ff99}.animate-fade-in-up{animation:fadeInUp .8s ease-out}.animate-fade-in-up-delay{animation:fadeInUp .8s ease-out .2s both}.animate-fade-in-up-delay-2{animation:fadeInUp .8s ease-out .4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.featured-products-section{margin:64px 0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.section-title{font-size:32px;font-weight:700;margin:0;color:#262626;background:linear-gradient(135deg,#1890ff,#096dd9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.view-all-btn{font-size:16px;font-weight:600;padding:0;height:auto}.about-section{margin:64px 0;padding:48px;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;box-shadow:0 4px 12px #0000000d}.about-content{line-height:1.8;color:#595959;font-size:16px}@media (max-width: 768px){.hero-title{font-size:32px}.hero-description{font-size:16px}.hero-content{padding:24px 32px}.section-title{font-size:24px}.about-section{padding:32px 24px}}.product-compare-modal .ant-modal-body{padding:24px}.compare-modal-title{display:flex;justify-content:space-between;align-items:center}.compare-table{margin-top:16px}.compare-product-cell{display:flex;align-items:center;gap:12px;position:relative;padding-right:32px}.compare-product-image{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #f0f0f0}.compare-product-info{flex:1}.compare-product-name{font-size:14px;font-weight:500;color:#262626;margin-bottom:4px}.compare-product-code{font-size:12px;color:#8c8c8c;font-family:Monaco,Menlo,monospace}.compare-remove-btn{position:absolute;right:0;top:50%;transform:translateY(-50%)}.compare-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.compare-table .ant-table-tbody>tr:hover>td{background:#f5f5f5}.search-suggest{max-width:600px}.search-suggest-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.search-suggest-name{font-size:14px;font-weight:500;color:#262626}.search-suggest-code{font-size:12px;color:#8c8c8c;font-family:Monaco,Menlo,monospace}.search-suggest .ant-select-dropdown{border-radius:8px;box-shadow:0 4px 12px #00000026}.products-page{max-width:1200px;margin:0 auto;padding:0 20px 40px}.products-header{margin-bottom:32px;display:flex;flex-direction:column;gap:16px}.products-search{width:100%}.products-filters{display:flex;flex-wrap:wrap;gap:12px}@media (min-width: 768px){.products-header{flex-direction:row;align-items:center;justify-content:space-between}.products-search{flex:1;max-width:500px}}.blog-container{max-width:1200px;margin:0 auto;padding:40px 20px}.blog-header{text-align:center;margin-bottom:40px}.blog-header h1{font-size:42px;font-weight:700;color:#262626;margin-bottom:12px}.blog-header p{font-size:18px;color:#8c8c8c}.blog-content{margin-top:40px}.blog-categories{margin-bottom:30px;display:flex;flex-wrap:wrap;gap:12px}.category-tag{cursor:pointer;padding:8px 16px;font-size:14px;border-radius:4px;transition:all .3s ease}.category-tag:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.category-tag.active{background:#1890ff;color:#fff;border-color:#1890ff}.blog-post-card{height:100%;border-radius:8px;overflow:hidden;transition:all .3s ease}.blog-post-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.blog-post-placeholder{height:200px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.blog-post-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:12px;font-size:13px;color:#8c8c8c}.blog-post-date,.blog-post-views{display:flex;align-items:center;gap:4px}.blog-post-title{font-size:20px;font-weight:600;color:#262626;margin:12px 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-post-excerpt{color:#595959;font-size:14px;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-pagination{margin-top:40px;text-align:center}@media (max-width: 768px){.blog-header h1{font-size:32px}.blog-header p{font-size:16px}.blog-post-title{font-size:18px}}.blog-detail-container{max-width:900px;margin:0 auto;padding:40px 20px}.blog-detail-card{border-radius:8px;overflow:hidden}.blog-detail-header{margin-bottom:30px}.blog-detail-title{font-size:36px;font-weight:700;color:#262626;margin:16px 0;line-height:1.3}.blog-detail-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#8c8c8c;font-size:14px;margin-top:16px}.blog-detail-author{font-weight:500;color:#595959}.blog-detail-separator{color:#d9d9d9}.blog-detail-date,.blog-detail-views{display:flex;align-items:center;gap:4px}.blog-detail-image{margin:30px 0;border-radius:8px;overflow:hidden}.blog-detail-image img{width:100%;height:auto;display:block}.blog-detail-content{margin:40px 0;line-height:1.8;color:#262626;font-size:16px}.blog-detail-content h2{font-size:28px;font-weight:600;color:#262626;margin:32px 0 16px;line-height:1.4}.blog-detail-content h3{font-size:22px;font-weight:600;color:#262626;margin:24px 0 12px;line-height:1.4}.blog-detail-content p{margin:16px 0;line-height:1.8}.blog-detail-content ul,.blog-detail-content ol{margin:16px 0;padding-left:24px}.blog-detail-content li{margin:8px 0;line-height:1.8}.blog-detail-content strong{font-weight:600;color:#262626}.blog-detail-content a{color:#1890ff;text-decoration:underline}.blog-detail-content a:hover{color:#40a9ff}.blog-detail-keywords{margin:40px 0;padding:20px;background:#f5f5f5;border-radius:4px;display:flex;flex-wrap:wrap;align-items:center}.blog-detail-footer{margin-top:40px;padding-top:20px;border-top:1px solid #f0f0f0;text-align:center}@media (max-width: 768px){.blog-detail-title{font-size:28px}.blog-detail-content{font-size:15px}.blog-detail-content h2{font-size:24px}.blog-detail-content h3{font-size:20px}}.rich-text-editor[data-placeholder]:empty:before{content:attr(data-placeholder);color:#bfbfbf;pointer-events:none;position:absolute;top:12px;left:12px}
