@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=DM+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=DM+Sans:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";.ant-table-wrapper .ant-table{--zebra-even: #fafafa;--zebra-odd: #ffffff;--zebra-hover: #e6f7ff;--border-color: #d9d9d9;--border-light: #f0f0f0;--header-bg: #fafafa;--table-text: #000000}.ant-table-wrapper .ant-table .ant-table-tbody>tr:nth-child(2n){background-color:var(--zebra-even)}.ant-table-wrapper .ant-table .ant-table-tbody>tr:nth-child(odd){background-color:var(--zebra-odd)}.ant-table-wrapper .ant-table .ant-table-tbody>tr:hover>td{background-color:var(--zebra-hover)!important}.ant-table-wrapper .ant-table .ant-table-tbody>tr td{color:var(--table-text)}.ant-table-wrapper .ant-table.ant-table-bordered{border:1px solid var(--border-color)}.ant-table-wrapper .ant-table.ant-table-bordered .ant-table-thead>tr>th,.ant-table-wrapper .ant-table.ant-table-bordered .ant-table-tbody>tr>td{border-right:1px solid var(--border-light)}.ant-table-wrapper .ant-table .ant-table-thead>tr>th{background-color:var(--header-bg);font-weight:600;border-bottom:2px solid var(--border-color);color:var(--table-text)}[data-theme=dark] .ant-table-wrapper .ant-table{--zebra-even: #2a2a2a;--zebra-odd: #1f1f1f;--zebra-hover: #177ddc;--border-color: #434343;--border-light: #303030;--header-bg: #2a2a2a;--table-text: #f0f0f0}.ant-table-wrapper.no-zebra .ant-table-tbody>tr:nth-child(2n),.ant-table-wrapper.no-zebra .ant-table-tbody>tr:nth-child(odd){background-color:transparent!important}html,body,#root{height:100%}body{background-color:var(--bg-color);color:var(--text-color);font-family:Arial,sans-serif;transition:background-color .3s,color .3s;padding:0;margin:0}#root{height:100%}button{background-color:var(--primary-color);color:var(--text-color);border:none;padding:8px 16px;border-radius:4px;cursor:pointer;transition:background-color .3s,color .3s}.footer{width:100%;margin-top:60px}.footer .footer-main{background:linear-gradient(135deg,#009f42,#00a847);padding:60px 0 40px;color:#fff}.footer .footer-container{max-width:1400px;margin:0 auto;padding:0 24px}.footer .footer-main .footer-container{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px}.footer .footer-column .column-title{font-size:18px;font-weight:600;margin-bottom:20px;color:#fff;position:relative;padding-bottom:12px}.footer .footer-column .column-title:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:3px;background:#00e676;border-radius:2px}.footer .company-info .footer-logo{width:120px;height:80px;margin-bottom:16px;overflow:hidden}.footer .company-info .footer-logo img{width:100%;height:100%;object-fit:contain}.footer .company-info .company-description{font-size:14px;line-height:1.6;color:#ffffffd9;margin-bottom:24px}.footer .company-info .social-links{display:flex;gap:12px}.footer .company-info .social-links .social-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;transition:all .3s ease;background:#ffffff1a}.footer .company-info .social-links .social-icon:hover{transform:translateY(-4px);box-shadow:0 6px 12px #0003}.footer .company-info .social-links .social-icon.facebook:hover{background:#1877f2}.footer .company-info .social-links .social-icon.twitter:hover{background:#1da1f2}.footer .company-info .social-links .social-icon.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.footer .company-info .social-links .social-icon.youtube:hover{background:red}.footer .footer-links{list-style:none;padding:0;margin:0}.footer .footer-links li{margin-bottom:12px}.footer .footer-links li a{color:#ffffffd9;text-decoration:none;font-size:14px;transition:all .3s ease;display:inline-block}.footer .footer-links li a:hover{color:#fff;transform:translate(4px);text-decoration:underline}.footer .contact-info .contact-list{list-style:none;padding:0;margin:0 0 24px}.footer .contact-info .contact-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:#ffffffd9;font-size:14px;line-height:1.6}.footer .contact-info .contact-list li .contact-icon{font-size:16px;color:#00e676;margin-top:2px;flex-shrink:0}.footer .contact-info .newsletter h4{font-size:16px;font-weight:600;margin-bottom:12px;color:#fff}.footer .contact-info .newsletter .newsletter-form{display:flex;gap:8px}.footer .contact-info .newsletter .newsletter-form input{flex:1;padding:10px 16px;border:none;border-radius:6px;font-size:14px;background:#ffffffe6}.footer .contact-info .newsletter .newsletter-form input::placeholder{color:#666}.footer .contact-info .newsletter .newsletter-form input:focus{outline:none;background:#fff;box-shadow:0 0 0 2px #ffffff4d}.footer .contact-info .newsletter .newsletter-form button{padding:10px 20px;border:none;border-radius:6px;background:#00e676;color:#00a847;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.footer .contact-info .newsletter .newsletter-form button:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.footer .contact-info .newsletter .newsletter-form button:active{transform:translateY(0)}.footer .footer-bottom{background:#008b3a;padding:20px 0;border-top:1px solid rgba(255,255,255,.1)}.footer .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;color:#ffffffb3;font-size:13px}.footer .footer-bottom .copyright{margin:0}.footer .footer-bottom .payment-methods{display:flex;align-items:center;gap:16px}.footer .footer-bottom .payment-methods span{font-size:13px}.footer .footer-bottom .payment-methods .payment-icons{display:flex;gap:8px}.footer .footer-bottom .payment-methods .payment-icons img{height:25px;width:auto;border-radius:4px;background:#fff;padding:2px 4px;opacity:.9;transition:all .3s ease}.footer .footer-bottom .payment-methods .payment-icons img:hover{opacity:1;transform:translateY(-2px)}@media(max-width:1200px){.footer .footer-main .footer-container{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:768px){.footer .footer-main{padding:40px 0 30px}.footer .footer-main .footer-container{grid-template-columns:1fr;gap:32px}.footer .company-info{text-align:center}.footer .company-info .footer-logo{margin:0 auto 16px}.footer .company-info .social-links{justify-content:center}.footer .footer-column .column-title:after{left:0}.footer .contact-info .newsletter .newsletter-form{flex-direction:column}.footer .contact-info .newsletter .newsletter-form button{width:100%}.footer .footer-bottom .footer-bottom-content{flex-direction:column;gap:16px;text-align:center}.footer .footer-bottom .footer-bottom-content .payment-methods{flex-direction:column;gap:8px}}@media(max-width:480px){.footer .footer-container{padding:0 16px}.footer .company-info .social-links .social-icon{width:36px;height:36px;font-size:18px}}.topbar{width:100%;z-index:1000;box-shadow:0 2px 8px #0000001a}.topbar .topbar-header{background:linear-gradient(135deg,#00c853,#00e676);padding:12px 0}.topbar .topbar-header .topbar-container{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:24px}.topbar .topbar-logo{display:flex;align-items:center;gap:12px;flex-shrink:0}.topbar .topbar-logo .logo-icon{height:80px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;cursor:pointer}.topbar .topbar-logo .logo-icon img{width:100%;height:100%;object-fit:contain;display:block}.topbar .topbar-logo .logo-icon .logo-short{display:none}.topbar .topbar-search{flex:1;display:flex;flex-direction:column;gap:8px;max-width:700px}.topbar .topbar-search .points-btn{align-self:flex-end;background:#fff;border:none;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:500;color:#00c853;cursor:pointer;box-shadow:0 2px 6px #0000001a;transition:all .3s ease}.topbar .topbar-search .points-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;background:#fff}.topbar .topbar-search .search-input{background:#fff;border:none;border-radius:25px;height:48px;padding:0 20px;font-size:15px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.topbar .topbar-search .search-input:hover,.topbar .topbar-search .search-input:focus{box-shadow:0 6px 20px #00000026}.topbar .topbar-search .search-input .ant-input{font-size:15px}.topbar .topbar-search .search-input .ant-input::placeholder{color:gray}.topbar .topbar-search .search-input .anticon-search{color:#666;font-size:18px}.topbar .topbar-search .search-input .search-btn{background:linear-gradient(135deg,#00c853,#00e676);border:none;padding:8px 24px;border-radius:20px;color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00c8534d}.topbar .topbar-search .search-input .search-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #00c85366}.topbar .topbar-search .search-input .search-btn:active{transform:scale(.98)}.topbar .topbar-actions{display:flex;align-items:center;gap:24px;flex-shrink:0}.topbar .topbar-actions .action-item{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;transition:all .3s ease;padding:8px 12px;border-radius:12px}.topbar .topbar-actions .action-item:hover{background:#ffffff26;transform:translateY(-2px)}.topbar .topbar-actions .action-item:hover .action-icon{transform:scale(1.1)}.topbar .topbar-actions .action-item .action-icon{font-size:24px;color:#fff;transition:all .3s ease}.topbar .topbar-actions .action-item .action-text{font-size:13px;color:#fff;font-weight:500;white-space:nowrap}.topbar .topbar-actions .action-item .ant-badge .ant-badge-count{background:#f44;box-shadow:0 2px 6px #f446}.topbar .topbar-nav{background:#00af48;box-shadow:0 2px 4px #0000001a}.topbar .topbar-nav .topbar-container{max-width:1400px;margin:0 auto;padding:0 24px}.topbar .topbar-nav .nav-menu{display:flex;align-items:center;gap:4px}.topbar .topbar-nav .nav-menu .nav-item{color:#fff;padding:14px 20px;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s ease;border-radius:4px;white-space:nowrap;position:relative}.topbar .topbar-nav .nav-menu .nav-item:after{content:"";position:absolute;bottom:8px;left:20px;right:20px;height:2px;background:#fff;transform:scaleX(0);transition:transform .3s ease}.topbar .topbar-nav .nav-menu .nav-item:hover{background:#ffffff26}.topbar .topbar-nav .nav-menu .nav-item:hover:after{transform:scaleX(1)}.topbar .topbar-nav .nav-menu .nav-item.nav-dropdown{display:flex;align-items:center;gap:6px}.topbar .topbar-nav .nav-menu .nav-item.nav-dropdown .anticon-down{font-size:12px;transition:transform .3s ease}.topbar .topbar-nav .nav-menu .nav-item.nav-dropdown:hover .anticon-down{transform:translateY(2px)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media(max-width:1200px){.topbar .topbar-header .topbar-container{flex-wrap:wrap;gap:16px}.topbar .topbar-search{max-width:100%;order:3;flex-basis:100%}}@media(max-width:768px){.topbar .topbar-header .topbar-container{padding:0 16px}.topbar .topbar-logo .logo-icon{width:40px;height:40px}.topbar .topbar-logo .logo-icon .logo-full{display:none}.topbar .topbar-logo .logo-icon .logo-short{display:block}.topbar .topbar-logo .logo-text .logo-brand{font-size:16px}.topbar .topbar-logo .logo-text .logo-subtitle{font-size:9px}.topbar .topbar-logo .logo-mascot{font-size:20px}.topbar .topbar-actions{gap:12px}.topbar .topbar-actions .action-item{padding:4px 8px}.topbar .topbar-actions .action-item .action-text{display:none}.topbar .topbar-actions .action-item .action-icon{font-size:20px}.topbar .topbar-nav .nav-menu{overflow-x:auto;-webkit-overflow-scrolling:touch}.topbar .topbar-nav .nav-menu::-webkit-scrollbar{display:none}.topbar .topbar-nav .nav-menu .nav-item{padding:12px 16px;font-size:14px}}.ant-dropdown-menu{background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;padding:8px 0;min-width:200px}.ant-dropdown-menu .ant-dropdown-menu-item{padding:10px 16px;font-size:14px;color:#333;transition:all .3s ease}.ant-dropdown-menu .ant-dropdown-menu-item:hover{background:#afffd0;color:#00c853}.login-wrapper{height:100vh;display:flex;justify-content:center;align-items:center}.login-container{width:900px;height:550px;background:#fff;border-radius:20px;overflow:hidden;display:flex;box-shadow:0 20px 60px #00000026}.login-left{width:50%;display:flex;justify-content:center;align-items:center;padding:40px}.login-card{width:100%;max-width:350px}.login-card h2{font-weight:700;margin-bottom:5px}.login-card .sub-text{color:#666;margin-bottom:25px}.login-btn{height:45px;border-radius:8px;font-weight:600}.google-btn{height:45px;border-radius:8px;border:1px solid #ddd}.register-text{margin-top:20px;font-size:14px}.register-text span{color:#00e676;font-weight:600;cursor:pointer}.register-text span:hover{text-decoration:underline}.login-right{width:50%;background:linear-gradient(135deg,#00e676,#00e676);color:#fff;display:flex;justify-content:center;align-items:center;padding:40px}.brand-box{max-width:320px}.brand-box h1{font-size:40px;font-weight:800;margin-bottom:10px}.brand-box .tagline{margin-bottom:30px;font-size:16px;opacity:.9}.brand-box .features{list-style:none;padding:0}.brand-box .features li{margin-bottom:15px;font-size:15px}@media(max-width:480px){.login-container{width:95%;height:auto;flex-direction:column}.login-right{display:none}.login-left{width:100%;padding:30px 20px}}.center-container{display:flex;justify-content:center;align-items:center;margin-bottom:10px}:root{--sidebar-bg: #0f1117;--sidebar-bg-hover: #1a1d27;--sidebar-border: #1e2130;--sidebar-w: 240px;--sidebar-w-sm: 68px;--sidebar-text: #8b92a8;--sidebar-text-head: #c4c9d9;--sidebar-accent: #f0b429;--sidebar-active-bg: #1e2436;--topbar-h: 60px;--topbar-bg: #ffffff;--topbar-border: #e8eaf0;--content-bg: #f4f5f8;--content-pad: 28px;--radius: 10px;--transition: .22s cubic-bezier(.4, 0, .2, 1);--font-heading: "Sora", sans-serif;--font-body: "DM Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.admin-shell{display:flex;min-height:100vh;font-family:var(--font-body);background:var(--content-bg);color:#1a1d27;--_sw: var(--sidebar-w)}.admin-shell--collapsed{--_sw: var(--sidebar-w-sm)}.admin-sidebar{position:sticky;top:0;left:0;height:100vh;width:var(--_sw);min-width:var(--_sw);background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;overflow:hidden;transition:width var(--transition),min-width var(--transition);z-index:100}.admin-sidebar:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");background-size:128px;pointer-events:none;opacity:.6}.admin-sidebar:after{content:"";position:absolute;left:0;top:80px;bottom:80px;width:2px;background:linear-gradient(to bottom,transparent,var(--sidebar-accent),transparent);opacity:.25;border-radius:99px}.admin-sidebar__brand{display:flex;align-items:center;justify-content:space-between;padding:20px 16px 16px;flex-shrink:0}.admin-sidebar__logo{display:flex;align-items:center;gap:10px;overflow:hidden}.admin-sidebar__logo-icon{font-size:22px;color:var(--sidebar-accent);flex-shrink:0;line-height:1;animation:pulse-glow 3s ease-in-out infinite}.admin-sidebar__logo-text{font-family:var(--font-heading);font-size:17px;font-weight:700;color:#fff;letter-spacing:-.3px;white-space:nowrap}.admin-sidebar__toggle{background:var(--sidebar-bg-hover);border:1px solid var(--sidebar-border);color:var(--sidebar-text);width:28px;height:28px;border-radius:6px;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--transition),color var(--transition),border-color var(--transition)}.admin-sidebar__toggle:hover{background:var(--sidebar-active-bg);color:var(--sidebar-accent);border-color:var(--sidebar-accent)}.admin-sidebar__divider{height:1px;background:var(--sidebar-border);margin:0 16px;flex-shrink:0}.admin-sidebar__nav{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px 0;scrollbar-width:thin;scrollbar-color:var(--sidebar-border) transparent}.admin-sidebar__nav::-webkit-scrollbar{width:4px}.admin-sidebar__nav::-webkit-scrollbar-track{background:transparent}.admin-sidebar__nav::-webkit-scrollbar-thumb{background:var(--sidebar-border);border-radius:4px}.admin-sidebar__nav-section{display:block;font-size:10px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:#3d4157;padding:4px 20px 8px}.admin-sidebar__list{list-style:none;padding:0 10px;display:flex;flex-direction:column;gap:2px}.admin-sidebar__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;cursor:pointer;position:relative;transition:background var(--transition),color var(--transition);white-space:nowrap;color:var(--sidebar-text);font-size:14px;font-weight:500;-webkit-user-select:none;user-select:none}.admin-sidebar__item:hover{background:var(--sidebar-bg-hover);color:var(--sidebar-text-head)}.admin-sidebar__item--active{background:var(--sidebar-active-bg)!important;color:#fff!important}.admin-sidebar__item--active .admin-sidebar__item-icon{filter:none}.admin-sidebar__item-icon{font-size:16px;flex-shrink:0;width:20px;text-align:center;line-height:1}.admin-sidebar__item-label{flex:1;overflow:hidden;text-overflow:ellipsis}.admin-sidebar__item-indicator{position:absolute;right:-10px;width:3px;height:60%;background:var(--sidebar-accent);border-radius:3px 0 0 3px;box-shadow:0 0 8px var(--sidebar-accent)}.admin-sidebar__user{display:flex;align-items:center;gap:10px;padding:16px;border-top:1px solid var(--sidebar-border);flex-shrink:0;cursor:pointer;transition:background var(--transition);border-radius:0}.admin-sidebar__user:hover{background:var(--sidebar-bg-hover)}.admin-sidebar__avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--sidebar-accent),#e07b00);color:#000;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:14px;flex-shrink:0}.admin-sidebar__user-info{display:flex;flex-direction:column;overflow:hidden}.admin-sidebar__user-name{font-size:13px;font-weight:600;color:#e0e3ee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-sidebar__user-role{font-size:11px;color:var(--sidebar-accent);font-weight:500;letter-spacing:.4px;text-transform:uppercase}.admin-main{flex:1;min-width:0;display:flex;flex-direction:column}.admin-topbar{height:var(--topbar-h);background:var(--topbar-bg);border-bottom:1px solid var(--topbar-border);display:flex;align-items:center;justify-content:space-between;padding:0 var(--content-pad);position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px #e8eaf0,0 2px 12px #0000000a}.admin-topbar__breadcrumb{display:flex;align-items:center;gap:8px;font-family:var(--font-heading)}.admin-topbar__breadcrumb-root{font-size:13px;color:#a0a8bc;font-weight:500}.admin-topbar__breadcrumb-sep{color:#d0d4e0;font-size:13px}.admin-topbar__breadcrumb-current{font-size:14px;font-weight:600;color:#1a1d27;letter-spacing:-.2px}.admin-topbar__actions{display:flex;align-items:center;gap:12px}.admin-topbar__search{display:flex;align-items:center;gap:8px;background:#f4f5f8;border:1px solid #e8eaf0;border-radius:8px;padding:7px 14px;transition:border-color var(--transition),box-shadow var(--transition)}.admin-topbar__search:focus-within{border-color:#b0bcd8;box-shadow:0 0 0 3px #b0bcd82e}.admin-topbar__search-icon{font-size:13px;line-height:1}.admin-topbar__search-input{border:none;background:transparent;outline:none;font-family:var(--font-body);font-size:13px;color:#1a1d27;width:160px}.admin-topbar__search-input::placeholder{color:#a0a8bc}.admin-topbar__notif{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f4f5f8;border:1px solid #e8eaf0;cursor:pointer;font-size:16px;transition:background var(--transition),border-color var(--transition);position:relative}.admin-topbar__notif:after{content:"";position:absolute;top:6px;right:7px;width:7px;height:7px;border-radius:50%;background:var(--sidebar-accent);border:2px solid white}.admin-topbar__notif:hover{background:#eaedf5;border-color:#c8cedd}.admin-content{flex:1;padding:var(--content-pad);animation:fade-in .3s ease}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{text-shadow:0 0 0px var(--sidebar-accent)}50%{text-shadow:0 0 10px var(--sidebar-accent)}}@media(max-width:768px){:root{--sidebar-w: 68px;--content-pad: 16px}.admin-sidebar__logo-text,.admin-sidebar__item-label,.admin-sidebar__nav-section,.admin-sidebar__user-info{display:none}.admin-sidebar__item-indicator{right:-10px}.admin-sidebar__toggle{display:none}.admin-topbar__search-input{width:100px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.main-content{padding-top:20px;background:#f5f5f5;width:100%;display:flex;flex-direction:column;align-items:center}.content-container{width:100%;max-width:1500px;margin:0 auto;padding:0;display:grid;grid-template-columns:270px 1fr;gap:24px}.section-wrapper{width:100%;max-width:1500px;margin:40px auto;padding:0 24px}.sidebar{display:flex;flex-direction:column;gap:20px}.main-area{display:flex;flex-direction:column;gap:20px;width:100%}@media(max-width:1200px){.content-container{grid-template-columns:260px 1fr;gap:16px}}@media(max-width:992px){.content-container{grid-template-columns:1fr}.sidebar{order:2}.main-area{order:1}}@media(max-width:768px){.content-container,.section-wrapper{padding:0 16px}}@media(max-width:480px){.content-container,.section-wrapper{padding:0 10px}}._container_1xv2k_2{width:100%;margin:0 auto;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:12px}._mainBanner_1xv2k_11{width:100%;height:100%;aspect-ratio:16/9;overflow:hidden;border-radius:6px}._mainBanner_1xv2k_11 img{width:100%;height:100%;object-fit:cover}._sideBanners_1xv2k_26{display:grid;grid-template-rows:1fr 1fr;gap:12px}._sideBanners_1xv2k_26 a{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:6px}._sideBanners_1xv2k_26 img{width:100%;height:100%;object-fit:cover}._features_1xv2k_46{margin:12px auto 0;padding:0 12px;background:#fff;border-radius:4px;display:grid;grid-template-columns:repeat(6,1fr)}._featureItem_1xv2k_55{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:10px;padding:14px 12px;text-decoration:none;color:#333}._featureItem_1xv2k_55:hover{background:#fafafa}._featureIcon_1xv2k_68{width:44px;height:44px;border-radius:50%;background:#fff0ec;color:#ee4d2d;display:grid;place-items:center;font-size:22px}._featureText_1xv2k_79{font-size:13px;line-height:1.2}@media(max-width:480px){._container_1xv2k_2{grid-template-columns:1fr}._sideBanners_1xv2k_26{display:none}._features_1xv2k_46{grid-template-columns:repeat(3,1fr)}._featureItem_1xv2k_55{grid-template-columns:1fr;justify-items:center;text-align:center;padding:10px 6px;gap:4px}}._sidebar_m191x_1{display:flex;flex-direction:column;gap:20px}._sidebarMenu_m191x_8{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}._menuHeader_m191x_15{display:flex;align-items:center;gap:10px;padding:16px 20px;background:#f8f9fa;border-bottom:1px solid #eee}._menuHeader_m191x_15 ._anticon_m191x_23{font-size:18px;color:#00c853}._menuHeader_m191x_15 h3{margin:0;font-size:15px;font-weight:600;color:#333}._categoryMenu_m191x_35{border:none}._categoryMenu_m191x_35 ._ant-menu-item_m191x_38,._categoryMenu_m191x_35 ._ant-menu-submenu-title_m191x_39{padding:14px 20px!important;margin:0!important;height:auto!important;line-height:1.4;transition:background .2s}._categoryMenu_m191x_35 ._ant-menu-item_m191x_38:hover,._categoryMenu_m191x_35 ._ant-menu-submenu-title_m191x_39:hover{background:#f0f9ff!important}._categoryMenu_m191x_35 ._ant-menu-item-selected_m191x_50{background:#e8f5e9!important;color:#00c853!important;font-weight:600}._categoryMenu_m191x_35 ._ant-menu-sub_m191x_39{background:#fafafa}._categoryMenu_m191x_35 ._ant-menu-sub_m191x_39 ._ant-menu-item_m191x_38{padding-left:44px!important;font-size:13px}._trendingSearch_m191x_64{background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 2px 8px #00000014}._searchHeader_m191x_71{display:flex;align-items:center;gap:8px;margin-bottom:12px}._searchHeader_m191x_71 ._anticon_m191x_23{color:#00c853}._searchHeader_m191x_71 h4{margin:0;font-size:14px;font-weight:600}._searchTags_m191x_86{display:flex;flex-direction:column;gap:8px}._searchTags_m191x_86 ._searchTag_m191x_86{padding:8px 12px;background:#f5f5f5;border-radius:6px;font-size:13px;cursor:pointer}._searchTags_m191x_86 ._searchTag_m191x_86:hover{background:#e8f5e9;color:#00c853}._socialContacts_m191x_104{position:fixed;left:24px;bottom:24px;display:flex;flex-direction:column;gap:12px;z-index:100}._socialContacts_m191x_104 ._ant-btn_m191x_113{width:56px;height:56px;box-shadow:0 4px 16px #00000040}._socialContacts_m191x_104 ._zalo-btn_m191x_118{background:#0068ff}._socialContacts_m191x_104 ._messenger-btn_m191x_121{background:#006aff}@media(max-width:480px){._sidebar_m191x_1{display:none}}.new-products{margin-top:40px;background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 2px 8px #0000000f}.new-products .section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:3px solid #f0f0f0}.new-products .section-header .section-icon{font-size:32px;line-height:1}.new-products .section-header .section-title{font-size:24px;font-weight:700;color:#d32f2f;margin:0;text-transform:uppercase;letter-spacing:.5px}.new-products .category-tabs{display:flex;gap:8px;margin-bottom:24px;overflow-x:auto;padding-bottom:8px}.new-products .category-tabs::-webkit-scrollbar{height:4px}.new-products .category-tabs::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.new-products .category-tabs::-webkit-scrollbar-thumb{background:#00c853;border-radius:4px}.new-products .category-tabs .category-tab{padding:10px 20px;border:2px solid #e8e8e8;border-radius:8px;background:#fff;font-size:14px;font-weight:500;color:#666;cursor:pointer;white-space:nowrap;transition:all .3s ease}.new-products .category-tabs .category-tab:hover{border-color:#00c853;color:#00c853;background:#f0f9f5}.new-products .category-tabs .category-tab.active{background:linear-gradient(135deg,#00c853,#00e676);border-color:#00c853;color:#fff;font-weight:600}.new-products .products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:32px}.new-products .products-grid .product-card{border-radius:12px;overflow:hidden;border:2px solid #f0f0f0;transition:all .3s ease}.new-products .products-grid .product-card:hover{border-color:#00c853;box-shadow:0 8px 24px #00c85326;transform:translateY(-4px)}.new-products .products-grid .product-card:hover .product-image{transform:scale(1.05)}.new-products .products-grid .product-card .ant-card-cover{overflow:hidden}.new-products .products-grid .product-card .product-image-wrapper{position:relative;height:220px;background:#fafafa;display:flex;align-items:center;justify-content:center;overflow:hidden}.new-products .products-grid .product-card .product-image-wrapper .brand-logo{position:absolute;top:8px;left:8px;width:40px;height:40px;background:#fff;border-radius:6px;padding:4px;box-shadow:0 2px 8px #0000001a;z-index:2}.new-products .products-grid .product-card .product-image-wrapper .brand-logo img{width:100%;height:100%;object-fit:contain}.new-products .products-grid .product-card .product-image-wrapper .product-image{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .3s ease}.new-products .products-grid .product-card .product-image-wrapper .discount-tag{position:absolute;top:8px;right:8px;font-size:14px;font-weight:700;padding:4px 12px;border-radius:6px;background:#f44;border:none;box-shadow:0 2px 8px #ff44444d}.new-products .products-grid .product-card .ant-card-body{padding:16px}.new-products .products-grid .product-card .product-info .product-name{font-size:14px;font-weight:500;color:#333;margin:0 0 12px;line-height:1.4;height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .3s ease}.new-products .products-grid .product-card .product-info .product-name:hover{color:#00c853}.new-products .products-grid .product-card .product-info .product-pricing{margin-bottom:12px}.new-products .products-grid .product-card .product-info .product-pricing .price-row{display:flex;align-items:center;gap:8px}.new-products .products-grid .product-card .product-info .product-pricing .price-row .current-price{font-size:18px;font-weight:700;color:#f44}.new-products .products-grid .product-card .product-info .product-pricing .price-row .original-price{font-size:14px;color:#999;text-decoration:line-through}.new-products .products-grid .product-card .product-info .product-actions .add-to-cart-btn{background:linear-gradient(135deg,#00c853,#00e676);border:none;height:36px;font-weight:600;border-radius:6px;box-shadow:0 2px 8px #00c85333;transition:all .3s ease}.new-products .products-grid .product-card .product-info .product-actions .add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00c8534d}.new-products .view-more{text-align:center}.new-products .view-more .view-more-btn{padding:0 48px;height:44px;border:2px solid #00c853;color:#00c853;font-weight:600;border-radius:22px;background:#fff;transition:all .3s ease}.new-products .view-more .view-more-btn:hover{background:#00c853;color:#fff;transform:scale(1.05);box-shadow:0 4px 16px #00c8534d}@media(max-width:1400px){.new-products .products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1200px){.new-products .products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.new-products{padding:24px 16px;margin-top:24px}.new-products .section-header .section-icon{font-size:24px}.new-products .section-header .section-title{font-size:20px}.new-products .category-tabs{gap:6px}.new-products .category-tabs .category-tab{padding:8px 16px;font-size:13px}.new-products .products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.new-products .products-grid>*:last-child:nth-child(odd){grid-column:1/-1;max-width:70%;margin:0 auto}.new-products .products-grid .product-card .product-image-wrapper{height:180px}.new-products .products-grid .product-card .ant-card-body{padding:12px}.new-products .products-grid .product-card .product-info .product-name{font-size:13px;height:36px}.new-products .products-grid .product-card .product-info .product-pricing .price-row .current-price{font-size:16px}.new-products .products-grid .product-card .product-info .product-pricing .price-row .original-price{font-size:12px}.new-products .products-grid .product-card .product-info .product-actions .add-to-cart-btn{height:32px;font-size:13px}}.product-card{border-radius:12px;overflow:hidden;border:2px solid #f0f0f0;transition:all .3s ease}.product-card:hover{border-color:#00c853;box-shadow:0 8px 24px #00c85326;transform:translateY(-4px)}.product-card:hover .product-image{transform:scale(1.05)}.product-card .ant-card-cover{overflow:hidden}.product-card .product-image-wrapper{position:relative;height:220px;background:#fafafa;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card .product-image-wrapper .brand-logo{position:absolute;top:8px;left:8px;width:40px;height:40px;background:#fff;border-radius:6px;padding:4px;box-shadow:0 2px 8px #0000001a;z-index:2}.product-card .product-image-wrapper .brand-logo img{width:100%;height:100%;object-fit:contain}.product-card .product-image-wrapper .product-image{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .3s ease}.product-card .product-image-wrapper .discount-tag{position:absolute;top:8px;right:8px;font-size:14px;font-weight:700;padding:4px 12px;border-radius:6px;background:#f44;border:none;box-shadow:0 2px 8px #ff44444d}.product-card .ant-card-body{padding:16px}.product-card .product-info .product-name{font-size:14px;font-weight:500;color:#333;margin:0 0 12px;line-height:1.4;height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .3s ease}.product-card .product-info .product-name:hover{color:#00c853}.product-card .product-info .product-pricing{margin-bottom:12px}.product-card .product-info .product-pricing .price-row{display:flex;align-items:center;gap:8px}.product-card .product-info .product-pricing .price-row .current-price{font-size:18px;font-weight:700;color:#f44}.product-card .product-info .product-pricing .price-row .original-price{font-size:14px;color:#999;text-decoration:line-through}.product-card .product-info .product-actions .add-to-cart-btn{background:linear-gradient(135deg,#00c853,#00e676);border:none;height:36px;font-weight:600;border-radius:6px;box-shadow:0 2px 8px #00c85333;transition:all .3s ease}.product-card .product-info .product-actions .add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00c8534d}.view-more{text-align:center}.view-more .view-more-btn{padding:0 48px;height:44px;border:2px solid #00c853;color:#00c853;font-weight:600;border-radius:22px;background:#fff;transition:all .3s ease}.view-more .view-more-btn:hover{background:#00c853;color:#fff;transform:scale(1.05);box-shadow:0 4px 16px #00c8534d}@media(max-width:768px){.product-card .product-image-wrapper{height:180px}.product-card .ant-card-body{padding:12px}.product-card .product-info .product-name{font-size:13px;height:36px}.product-card .product-info .product-pricing .price-row .current-price{font-size:16px}.product-card .product-info .product-pricing .price-row .original-price{font-size:12px}.product-card .product-info .product-actions .add-to-cart-btn{height:32px;font-size:13px}}.brand-showcase{margin-top:40px;background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-radius:16px;padding:32px 24px;position:relative}.brand-showcase .section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.brand-showcase .section-header .section-icon{font-size:32px;line-height:1}.brand-showcase .section-header .section-title{font-size:24px;font-weight:700;color:#2e7d32;margin:0;flex:1}.brand-showcase .section-header .view-all-link{color:#00c853;font-weight:600;font-size:15px;text-decoration:none;transition:all .3s ease}.brand-showcase .section-header .view-all-link:hover{color:#00a847;transform:translate(4px)}.brand-showcase .ant-carousel .slick-slide{padding:0 10px}.brand-showcase .ant-carousel .slick-list{margin:0 -10px}.brand-showcase .brand-slide{padding:8px}.brand-showcase .brand-slide .brand-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer}.brand-showcase .brand-slide .brand-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.brand-showcase .brand-slide .brand-card:hover .brand-overlay{opacity:1}.brand-showcase .brand-slide .brand-card:hover .brand-image{transform:scale(1.1)}.brand-showcase .brand-slide .brand-card .brand-image-wrapper{position:relative;width:100%;height:200px;overflow:hidden;background:#fff}.brand-showcase .brand-slide .brand-card .brand-image-wrapper .brand-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.brand-showcase .brand-slide .brand-card .brand-image-wrapper .brand-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#000000b3);display:flex;align-items:flex-end;justify-content:center;padding:20px;opacity:0;transition:opacity .3s ease}.brand-showcase .brand-slide .brand-card .brand-image-wrapper .brand-overlay .brand-logo{max-width:120px;max-height:60px;object-fit:contain;filter:brightness(0) invert(1)}.brand-showcase .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;background:#fff;border:2px solid #00c853;color:#00c853;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.brand-showcase .carousel-arrow:hover{background:#00c853;color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #00c8534d}.brand-showcase .carousel-arrow.carousel-arrow-prev{left:-22px}.brand-showcase .carousel-arrow.carousel-arrow-next{right:-22px}@media(max-width:768px){.brand-showcase{padding:24px 16px;margin-top:24px}.brand-showcase .section-header .section-icon{font-size:24px}.brand-showcase .section-header .section-title{font-size:20px}.brand-showcase .section-header .view-all-link{font-size:13px}.brand-showcase .brand-slide .brand-card .brand-image-wrapper{height:150px}.brand-showcase .brand-slide .brand-card .brand-image-wrapper .brand-overlay .brand-logo{max-width:80px;max-height:40px}.brand-showcase .carousel-arrow{width:36px;height:36px;font-size:14px}.brand-showcase .carousel-arrow.carousel-arrow-prev{left:-18px}.brand-showcase .carousel-arrow.carousel-arrow-next{right:-18px}}.hot-deals-section{display:grid;grid-template-columns:1fr 360px;gap:24px;margin-top:40px}.hot-deals-section .section-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}.hot-deals-section .section-header .section-icon{font-size:28px;line-height:1}.hot-deals-section .section-header .section-title{font-size:20px;font-weight:700;color:#333;margin:0;flex:1}.hot-deals-section .section-header .view-all-link{color:#00c853;font-weight:600;font-size:14px;text-decoration:none;transition:all .3s ease}.hot-deals-section .section-header .view-all-link:hover{color:#00a847;transform:translate(4px)}.hot-deals-section .hot-products{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-radius:16px;padding:24px}.hot-deals-section .hot-products .products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hot-deals-section .hot-products .products-grid .product-card{border-radius:12px;overflow:hidden;border:2px solid #ffe0b2;transition:all .3s ease}.hot-deals-section .hot-products .products-grid .product-card:hover{border-color:#ff6b00;box-shadow:0 8px 24px #ff6b0026;transform:translateY(-4px)}.hot-deals-section .hot-products .products-grid .product-card:hover .product-image{transform:scale(1.05)}.hot-deals-section .hot-products .products-grid .product-card .product-image-wrapper{position:relative;height:200px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.hot-deals-section .hot-products .products-grid .product-card .product-image-wrapper .hot-badge{position:absolute;top:8px;left:8px;background:linear-gradient(135deg,#f44,#ff6b6b);color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:2;box-shadow:0 2px 8px #ff44444d;display:flex;align-items:center;gap:4px;animation:pulse 2s ease-in-out infinite}.hot-deals-section .hot-products .products-grid .product-card .product-image-wrapper .brand-logo{position:absolute;top:8px;left:8px;width:40px;height:40px;background:#fff;border-radius:6px;padding:4px;box-shadow:0 2px 8px #0000001a;z-index:1}.hot-deals-section .hot-products .products-grid .product-card .product-image-wrapper .brand-logo img{width:100%;height:100%;object-fit:contain}.hot-deals-section .hot-products .products-grid .product-card .product-image-wrapper .product-image{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .3s ease}.hot-deals-section .hot-products .products-grid .product-card .product-image-wrapper .discount-tag{position:absolute;top:8px;right:8px;font-size:14px;font-weight:700;padding:4px 12px;border-radius:6px;background:#f44;border:none;box-shadow:0 2px 8px #ff44444d}.hot-deals-section .hot-products .products-grid .product-card .ant-card-body{padding:14px}.hot-deals-section .hot-products .products-grid .product-card .product-info .product-name{font-size:13px;font-weight:500;color:#333;margin:0 0 10px;line-height:1.3;height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hot-deals-section .hot-products .products-grid .product-card .product-info .product-name:hover{color:#ff6b00}.hot-deals-section .hot-products .products-grid .product-card .product-info .product-pricing{margin-bottom:10px}.hot-deals-section .hot-products .products-grid .product-card .product-info .product-pricing .price-row{display:flex;align-items:center;gap:8px}.hot-deals-section .hot-products .products-grid .product-card .product-info .product-pricing .price-row .current-price{font-size:16px;font-weight:700;color:#f44}.hot-deals-section .hot-products .products-grid .product-card .product-info .product-pricing .price-row .original-price{font-size:13px;color:#999;text-decoration:line-through}.hot-deals-section .hot-products .products-grid .product-card .product-info .product-actions .add-to-cart-btn{background:linear-gradient(135deg,#ff6b00,#ff8c00);border:none;height:32px;font-size:13px;font-weight:600;border-radius:6px;box-shadow:0 2px 8px #ff6b0033}.hot-deals-section .hot-products .products-grid .product-card .product-info .product-actions .add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b004d}.hot-deals-section .deal-hot{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:16px;padding:24px}.hot-deals-section .deal-hot .deal-products-list{display:flex;flex-direction:column;gap:12px}.hot-deals-section .deal-hot .deal-products-list .deal-product-card{background:#fff;border-radius:12px;padding:12px;display:flex;gap:12px;border:2px solid transparent;transition:all .3s ease;cursor:pointer}.hot-deals-section .deal-hot .deal-products-list .deal-product-card:hover{border-color:#00c853;box-shadow:0 4px 12px #00c85326;transform:translate(4px)}.hot-deals-section .deal-hot .deal-products-list .deal-product-card:hover .deal-image img{transform:scale(1.1)}.hot-deals-section .deal-hot .deal-products-list .deal-product-card .deal-image{position:relative;width:80px;height:80px;flex-shrink:0;background:#fafafa;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hot-deals-section .deal-hot .deal-products-list .deal-product-card .deal-image img{width:100%;height:100%;object-fit:contain;padding:8px;transition:transform .3s ease}.hot-deals-section .deal-hot .deal-products-list .deal-product-card .deal-image .deal-discount-tag{position:absolute;bottom:4px;right:4px;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;background:#f44;border:none}.hot-deals-section .deal-hot .deal-products-list .deal-product-card .deal-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.hot-deals-section .deal-hot .deal-products-list .deal-product-card .deal-info .deal-name{font-size:13px;font-weight:500;color:#333;margin:0;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hot-deals-section .deal-hot .deal-products-list .deal-product-card .deal-info .deal-name:hover{color:#00c853}.hot-deals-section .deal-hot .deal-products-list .deal-product-card .deal-info .deal-pricing{display:flex;align-items:center;gap:8px}.hot-deals-section .deal-hot .deal-products-list .deal-product-card .deal-info .deal-pricing .deal-price{font-size:15px;font-weight:700;color:#f44}.hot-deals-section .deal-hot .deal-products-list .deal-product-card .deal-info .deal-pricing .deal-original-price{font-size:12px;color:#999;text-decoration:line-through}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@media(max-width:1200px){.hot-deals-section{grid-template-columns:1fr}.hot-deals-section .hot-products .products-grid{grid-template-columns:repeat(4,1fr)}.hot-deals-section .deal-hot .deal-products-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:768px){.hot-deals-section{margin-top:24px;gap:16px}.hot-deals-section .section-header .section-icon{font-size:24px}.hot-deals-section .section-header .section-title{font-size:18px}.hot-deals-section .section-header .view-all-link{font-size:12px}.hot-deals-section .hot-products{padding:16px}.hot-deals-section .hot-products .products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hot-deals-section .hot-products .products-grid>*:last-child:nth-child(odd){grid-column:1/-1;max-width:70%;margin:0 auto}.hot-deals-section .hot-products .products-grid .product-card .product-image-wrapper{height:150px}.hot-deals-section .hot-products .products-grid .product-card .ant-card-body{padding:10px}.hot-deals-section .deal-hot{padding:16px}.hot-deals-section .deal-hot .deal-products-list{grid-template-columns:1fr}.hot-deals-section .deal-hot .deal-products-list .deal-product-card .deal-image{width:60px;height:60px}.hot-deals-section .deal-hot .deal-products-list .deal-product-card .deal-info .deal-name{font-size:12px}.hot-deals-section .deal-hot .deal-products-list .deal-product-card .deal-info .deal-pricing .deal-price{font-size:14px}.hot-deals-section .deal-hot .deal-products-list .deal-product-card .deal-info .deal-pricing .deal-original-price{font-size:11px}}.category-news-section{width:100%;margin-top:40px;display:flex;flex-direction:column;gap:40px}.category-news-section .section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:3px solid #f0f0f0}.category-news-section .section-header .section-icon{font-size:32px;line-height:1}.category-news-section .section-header .section-title{font-size:24px;font-weight:700;color:#d32f2f;margin:0;flex:1;text-transform:uppercase;letter-spacing:.5px}.category-news-section .section-header .view-all-link{color:#00c853;font-weight:600;font-size:15px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.category-news-section .section-header .view-all-link:hover{color:#00a847;transform:translate(4px)}.category-news-section .category-grid{width:100%;background:linear-gradient(135deg,#f5f5f5,#e8eaf6);border-radius:16px;padding:32px 24px;box-shadow:0 2px 8px #0000000f}.category-news-section .category-grid .categories{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.category-news-section .category-grid .categories .category-item{background:#fff;border-radius:12px;padding:16px 12px;text-align:center;cursor:pointer;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.category-news-section .category-grid .categories .category-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,200,83,.1),transparent);transition:left .5s ease}.category-news-section .category-grid .categories .category-item:hover{border-color:#00c853;transform:translateY(-8px);box-shadow:0 8px 24px #00c85326}.category-news-section .category-grid .categories .category-item:hover:before{left:100%}.category-news-section .category-grid .categories .category-item:hover .category-icon{transform:scale(1.2) rotate(10deg)}.category-news-section .category-grid .categories .category-item:hover .category-image{transform:scale(1.1)}.category-news-section .category-grid .categories .category-item:hover .category-name{color:#00c853}.category-news-section .category-grid .categories .category-item .category-icon{font-size:40px;margin-bottom:12px;display:block;transition:all .3s ease}.category-news-section .category-grid .categories .category-item .category-image{width:60px;height:60px;margin:0 auto 12px;object-fit:contain;transition:transform .3s ease}.category-news-section .category-grid .categories .category-item .category-name{font-size:13px;font-weight:500;color:#333;margin:0;line-height:1.3;transition:color .3s ease}.category-news-section .news-section{background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 2px 8px #0000000f}.category-news-section .news-section .news-container{display:grid;grid-template-columns:1fr 320px;gap:24px}.category-news-section .news-section .news-container .news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.category-news-section .news-section .news-container .news-grid .news-card{border-radius:12px;overflow:hidden;border:2px solid #f0f0f0;transition:all .3s ease}.category-news-section .news-section .news-container .news-grid .news-card:hover{border-color:#00c853;box-shadow:0 8px 24px #00c85326;transform:translateY(-4px)}.category-news-section .news-section .news-container .news-grid .news-card:hover .news-image-wrapper img{transform:scale(1.1)}.category-news-section .news-section .news-container .news-grid .news-card:hover .news-title{color:#00c853}.category-news-section .news-section .news-container .news-grid .news-card .news-image-wrapper{height:220px;overflow:hidden;background:#f5f5f5;position:relative}.category-news-section .news-section .news-container .news-grid .news-card .news-image-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,rgba(0,0,0,.4),transparent)}.category-news-section .news-section .news-container .news-grid .news-card .news-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-news-section .news-section .news-container .news-grid .news-card .ant-card-body{padding:20px}.category-news-section .news-section .news-container .news-grid .news-card .news-title{font-size:16px;font-weight:600;color:#333;margin:0 0 12px;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .3s ease}.category-news-section .news-section .news-container .news-grid .news-card .news-excerpt{font-size:14px;color:#666;margin:0;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.category-news-section .news-section .news-container .popular-news{background:linear-gradient(135deg,#fff8e1,#ffecb3);border-radius:12px;padding:20px;height:fit-content;border:2px solid #ffe082}.category-news-section .news-section .news-container .popular-news .popular-header{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #ffd54f}.category-news-section .news-section .news-container .popular-news .popular-header .popular-icon{font-size:24px;animation:flame 1.5s ease-in-out infinite}.category-news-section .news-section .news-container .popular-news .popular-header h3{font-size:18px;font-weight:700;color:#f57c00;margin:0;text-transform:uppercase;letter-spacing:.5px}.category-news-section .news-section .news-container .popular-news .popular-list{display:flex;flex-direction:column;gap:16px}.category-news-section .news-section .news-container .popular-news .popular-list .popular-item{display:flex;gap:12px;padding:12px;background:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.category-news-section .news-section .news-container .popular-news .popular-list .popular-item:hover{border-color:#ff9800;transform:translate(4px);box-shadow:0 4px 12px #ff980026}.category-news-section .news-section .news-container .popular-news .popular-list .popular-item:hover img{transform:scale(1.1)}.category-news-section .news-section .news-container .popular-news .popular-list .popular-item:hover .popular-title{color:#ff9800}.category-news-section .news-section .news-container .popular-news .popular-list .popular-item img{width:80px;height:80px;object-fit:cover;border-radius:6px;flex-shrink:0;transition:transform .3s ease}.category-news-section .news-section .news-container .popular-news .popular-list .popular-item .popular-title{font-size:13px;font-weight:500;color:#333;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;transition:color .3s ease}@keyframes flame{0%,to{transform:scale(1) rotate(-5deg)}25%{transform:scale(1.1) rotate(5deg)}50%{transform:scale(1.15) rotate(-5deg)}75%{transform:scale(1.05) rotate(5deg)}}@media(max-width:1600px){.category-news-section .category-grid{width:100%}.category-news-section .category-grid .categories{grid-template-columns:repeat(6,1fr)}}@media(max-width:1400px){.category-news-section .category-grid .categories{grid-template-columns:repeat(5,1fr)}.category-news-section .news-section .news-container{grid-template-columns:1fr 280px}.category-news-section .news-section .news-container .popular-news .popular-list .popular-item img{width:70px;height:70px}.category-news-section .news-section .news-container .popular-news .popular-list .popular-item .popular-title{font-size:12px}}@media(max-width:480px){.category-news-section .category-grid .categories{grid-template-columns:repeat(3,1fr)}.category-news-section .category-grid .categories .category-item .category-icon{font-size:24px}.category-news-section .category-grid .categories .category-item .category-image{width:35px;height:35px}.category-news-section .category-grid .categories .category-item .category-name{font-size:10px}.category-news-section .news-section .news-container,.category-news-section .news-section .news-container .news-grid{grid-template-columns:1fr}.category-news-section .news-section .news-container .popular-news .popular-list .popular-item{flex-direction:column;align-items:center;text-align:center}.category-news-section .news-section .news-container .popular-news .popular-list .popular-item img{width:100%;height:120px}}@media print{.category-news-section .category-grid,.category-news-section .news-section{box-shadow:none;border:1px solid #ddd}}._product-card_y21rs_1{position:relative;border-radius:12px;overflow:hidden;width:100%}._product-card_y21rs_1 ._ant-card-body_y21rs_7,._product-card_y21rs_1 .ant-card-body{padding:0}._image-wrapper_y21rs_15{position:relative;padding:0;background:#fafafa}._image-wrapper_y21rs_15 img{width:100%;object-fit:contain}._favorite-btn_y21rs_25{position:absolute;top:8px;right:8px;background:#e8f5e9}._discount-tag_y21rs_32{position:absolute;bottom:8px;left:8px;font-weight:600}._card-body_y21rs_40{padding:12px}._product-name_y21rs_44{font-size:13px;line-height:1.4;height:38px;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._price-row_y21rs_55{display:flex;align-items:center;gap:8px;margin-bottom:8px}._price-new_y21rs_62{color:#e53935;font-weight:700}._price-old_y21rs_67{font-size:12px;color:#999;text-decoration:line-through}._sold-out_y21rs_73{font-size:13px;color:#999}._cart-btn_y21rs_79{position:absolute;right:12px;bottom:12px;background:#e8f5e9;color:#00c853;border:none}._cart-btn_y21rs_79:hover{background:#00c853!important;color:#fff!important}.featured-container{background:#fff;padding:20px 0;width:100%;overflow:hidden}.featured-inner{width:100%;max-width:100%;margin:0 auto;padding:0 16px;overflow-x:hidden}.featured-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;border-bottom:3px solid #00b96b;padding-bottom:12px;width:100%}.featured-title{font-size:24px;font-weight:700;margin:0}.featured-viewall{font-size:16px;padding:0}.featured-wrapper{position:relative;width:100%;min-width:0}.featured-scroll-outer{width:100%;min-width:0}.featured-scroll{width:100%;display:flex;gap:16px;overflow-x:auto;padding:8px 0;scroll-behavior:smooth;contain:inline-size}.featured-product-item{flex:0 0 calc((100% - 48px)/5);max-width:calc((100% - 48px)/5)}@media(max-width:480px){.featured-product-item{flex:0 0 45%;max-width:85%}}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10}.left-btn{left:-20px}.right-btn{right:-20px}@media(max-width:768px){.scroll-btn{display:none}}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.product-detail{background:#f5f5f5;padding:24px 0;min-height:calc(100vh - 200px)}.product-detail .product-container{max-width:1400px;margin:0 auto;padding:0 24px}.product-detail .product-breadcrumb{background:#fff;padding:16px 20px;border-radius:8px;margin-bottom:24px;box-shadow:0 2px 4px #0000000d}.product-detail .product-breadcrumb .ant-breadcrumb-link{color:#666;transition:color .3s ease}.product-detail .product-breadcrumb .ant-breadcrumb-link:hover{color:#00c853}.product-detail .product-breadcrumb .ant-breadcrumb-separator{color:#999}.product-detail .product-breadcrumb li:last-child .ant-breadcrumb-link{color:#00c853;font-weight:500}.product-detail .product-main{display:grid;grid-template-columns:450px 1fr;gap:32px;background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:24px}.product-detail .product-images .main-image{position:relative;background:#fafafa;border-radius:12px;overflow:hidden;margin-bottom:16px;border:1px solid #e8e8e8}.product-detail .product-images .main-image .ant-image{width:100%;height:450px;display:flex;align-items:center;justify-content:center}.product-detail .product-images .main-image .ant-image img{max-width:100%;max-height:100%;object-fit:contain}.product-detail .product-images .main-image .favorite-btn{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:#fff;border:none;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;color:#999;transition:all .3s ease}.product-detail .product-images .main-image .favorite-btn:hover{color:#f44;transform:scale(1.1);box-shadow:0 4px 12px #ff44444d}.product-detail .product-images .main-image .favorite-btn .anticon-heart-filled{color:#f44}.product-detail .product-images .thumbnail-list{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;margin-bottom:16px}.product-detail .product-images .thumbnail-list::-webkit-scrollbar{height:4px}.product-detail .product-images .thumbnail-list::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.product-detail .product-images .thumbnail-list::-webkit-scrollbar-thumb{background:#00c853;border-radius:4px}.product-detail .product-images .thumbnail-list .thumbnail{flex-shrink:0;width:80px;height:80px;border:2px solid #e8e8e8;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#fafafa}.product-detail .product-images .thumbnail-list .thumbnail:hover{border-color:#00c853;transform:translateY(-2px)}.product-detail .product-images .thumbnail-list .thumbnail.active{border-color:#00c853;box-shadow:0 0 0 1px #00c853}.product-detail .product-images .thumbnail-list .thumbnail img{width:100%;height:100%;object-fit:contain}.product-detail .product-images .share-buttons{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #e8e8e8}.product-detail .product-images .share-buttons .share-label{font-size:14px;color:#666;font-weight:500}.product-detail .product-images .share-buttons .share-btn{width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .3s ease}.product-detail .product-images .share-buttons .share-btn:hover{transform:scale(1.1)}.product-detail .product-images .share-buttons .share-btn.facebook{background:#1877f2;color:#fff}.product-detail .product-images .share-buttons .share-btn.facebook:hover{background:#166fe5}.product-detail .product-images .share-buttons .share-btn.twitter{background:#1da1f2;color:#fff}.product-detail .product-images .share-buttons .share-btn.twitter:hover{background:#1a91da}.product-detail .product-images .share-buttons .share-btn.other{background:#f0f0f0;color:#666}.product-detail .product-images .share-buttons .share-btn.other:hover{background:#e0e0e0}.product-detail .product-info .product-title{font-size:24px;font-weight:600;color:#333;margin:0 0 16px;line-height:1.4}.product-detail .product-info .product-rating{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e8e8e8}.product-detail .product-info .product-rating .ant-rate{color:#ffc107}.product-detail .product-info .product-rating .rating-text{color:#00c853;font-size:14px;cursor:pointer}.product-detail .product-info .product-rating .rating-text:hover{text-decoration:underline}.product-detail .product-info .product-meta{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.product-detail .product-info .product-meta .meta-item{display:flex;gap:8px;font-size:14px}.product-detail .product-info .product-meta .meta-item .meta-label{color:#666;min-width:120px}.product-detail .product-info .product-meta .meta-item .meta-value{color:#333;font-weight:500}.product-detail .product-info .product-meta .meta-item .meta-value.brand,.product-detail .product-info .product-meta .meta-item .meta-value.stock{color:#00c853}.product-detail .product-info .product-price{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:20px;background:linear-gradient(135deg,#fff5f5,#ffe8e8);border-radius:12px;border:2px solid #ffebee}.product-detail .product-info .product-price .current-price{font-size:32px;font-weight:700;color:#f44}.product-detail .product-info .product-price .original-price{font-size:18px;color:#999;text-decoration:line-through}.product-detail .product-info .product-price .discount-badge{background:#f44;color:#fff;padding:4px 12px;border-radius:20px;font-size:14px;font-weight:600}.product-detail .product-info .product-variants{margin-bottom:24px}.product-detail .product-info .product-variants .variant-label{font-size:14px;font-weight:600;color:#333;margin-bottom:12px}.product-detail .product-info .product-variants .variant-options{display:flex;gap:12px;flex-wrap:wrap}.product-detail .product-info .product-variants .variant-options .variant-btn{padding:10px 20px;border:2px solid #e8e8e8;border-radius:8px;background:#fff;cursor:pointer;font-size:14px;font-weight:500;color:#333;transition:all .3s ease}.product-detail .product-info .product-variants .variant-options .variant-btn:hover:not(.disabled){border-color:#00c853;color:#00c853}.product-detail .product-info .product-variants .variant-options .variant-btn.active{border-color:#00c853;background:#e8f5e9;color:#00c853}.product-detail .product-info .product-variants .variant-options .variant-btn.disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}.product-detail .product-info .product-quantity{display:flex;align-items:center;gap:16px;margin-bottom:24px}.product-detail .product-info .product-quantity .quantity-label{font-size:14px;font-weight:600;color:#333}.product-detail .product-info .product-quantity .quantity-control{display:flex;align-items:center;border:2px solid #e8e8e8;border-radius:8px;overflow:hidden}.product-detail .product-info .product-quantity .quantity-control .quantity-btn{width:40px;height:40px;border:none;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .3s ease}.product-detail .product-info .product-quantity .quantity-control .quantity-btn:hover:not(:disabled){background:#f5f5f5;color:#00c853}.product-detail .product-info .product-quantity .quantity-control .quantity-btn:disabled{opacity:.5;cursor:not-allowed}.product-detail .product-info .product-quantity .quantity-control .ant-input-number{width:80px;border:none;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;border-radius:0}.product-detail .product-info .product-quantity .quantity-control .ant-input-number .ant-input-number-input{text-align:center;height:40px;font-weight:600}.product-detail .product-info .product-quantity .quantity-control .ant-input-number:focus,.product-detail .product-info .product-quantity .quantity-control .ant-input-number:hover{border-color:#e8e8e8;box-shadow:none}.product-detail .product-info .product-actions{display:flex;gap:12px;margin-bottom:24px}.product-detail .product-info .product-actions .add-to-cart-btn{flex:1;height:48px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#00c853,#00e676);border:none;border-radius:8px;box-shadow:0 4px 12px #00c8534d;transition:all .3s ease}.product-detail .product-info .product-actions .add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00c85366}.product-detail .product-info .product-actions .add-to-cart-btn:active{transform:translateY(0)}.product-detail .product-info .product-actions .buy-now-btn{flex:1;height:48px;font-size:16px;font-weight:600;background:#fff;color:#00c853;border:2px solid #00c853;border-radius:8px;transition:all .3s ease}.product-detail .product-info .product-actions .buy-now-btn:hover{background:#00c853;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00c8534d}.product-detail .product-info .product-actions .buy-now-btn:active{transform:translateY(0)}.product-detail .product-info .stock-info{display:flex;flex-direction:column;gap:8px;padding:16px;background:#f8f9fa;border-radius:8px;margin-bottom:24px}.product-detail .product-info .stock-info .stock-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.product-detail .product-info .stock-info .stock-item .icon{font-size:18px}.product-detail .product-info .product-features .features-title{font-size:14px;font-weight:600;color:#333;margin-bottom:16px}.product-detail .product-info .product-features .features-grid{display:grid;grid-template-columns:1fr;gap:16px}.product-detail .product-info .product-features .features-grid .feature-item{display:flex;gap:12px;padding:16px;background:#f8f9fa;border-radius:8px;border-left:4px solid #00c853;transition:all .3s ease}.product-detail .product-info .product-features .features-grid .feature-item:hover{background:#e8f5e9;transform:translate(4px)}.product-detail .product-info .product-features .features-grid .feature-item .feature-icon{font-size:28px;color:#00c853;flex-shrink:0}.product-detail .product-info .product-features .features-grid .feature-item .feature-content .feature-title{font-size:14px;font-weight:600;color:#333;margin-bottom:4px}.product-detail .product-info .product-features .features-grid .feature-item .feature-content .feature-desc{font-size:13px;color:#666}.product-detail .product-tabs{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #00000014}.product-detail .product-tabs .ant-tabs-nav:before{border-color:#e8e8e8}.product-detail .product-tabs .ant-tabs-nav .ant-tabs-tab{font-size:16px;font-weight:600;padding:12px 24px}.product-detail .product-tabs .ant-tabs-nav .ant-tabs-tab:hover,.product-detail .product-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#00c853}.product-detail .product-tabs .ant-tabs-nav .ant-tabs-ink-bar{background:#00c853;height:3px}.product-detail .product-tabs .product-info-content{padding:24px 0;color:#333;line-height:1.8}.product-detail .product-tabs .product-info-content h3{font-size:20px;font-weight:600;color:#c62828;margin:24px 0 16px;text-transform:uppercase}.product-detail .product-tabs .product-info-content p{margin-bottom:16px;font-size:15px}.product-detail .product-tabs .product-info-content ul{margin:16px 0;padding-left:24px}.product-detail .product-tabs .product-info-content ul li{margin-bottom:8px;font-size:15px;position:relative}.product-detail .product-tabs .product-info-content ul li::marker{color:#00c853}.product-detail .product-tabs .product-info-content .specifications{margin-top:32px}.product-detail .product-tabs .product-info-content .specifications h3{color:#333}.product-detail .product-tabs .product-info-content .specifications table{width:100%;border-collapse:collapse;margin-top:16px}.product-detail .product-tabs .product-info-content .specifications table tr{border-bottom:1px solid #e8e8e8}.product-detail .product-tabs .product-info-content .specifications table tr:last-child{border-bottom:none}.product-detail .product-tabs .product-info-content .specifications table td{padding:12px 16px;font-size:14px}.product-detail .product-tabs .product-info-content .specifications table td.spec-name{width:30%;color:#666;font-weight:500;background:#f8f9fa}.product-detail .product-tabs .product-info-content .specifications table td.spec-value{color:#333;font-weight:600}@media(max-width:1200px){.product-detail .product-main{grid-template-columns:400px 1fr;gap:24px;padding:24px}.product-detail .product-images .main-image .ant-image{height:400px}}@media(max-width:992px){.product-detail .product-main{grid-template-columns:1fr;gap:32px}.product-detail .product-images .main-image .ant-image{height:500px}}@media(max-width:768px){.product-detail{padding:16px 0}.product-detail .product-container{padding:0 16px}.product-detail .product-breadcrumb{padding:12px 16px;margin-bottom:16px;font-size:13px}.product-detail .product-main{padding:20px}.product-detail .product-images .main-image .ant-image{height:350px}.product-detail .product-images .thumbnail-list .thumbnail{width:60px;height:60px}.product-detail .product-info .product-title{font-size:20px}.product-detail .product-info .product-price{padding:16px}.product-detail .product-info .product-price .current-price{font-size:28px}.product-detail .product-info .product-price .original-price{font-size:16px}.product-detail .product-info .product-price .discount-badge{font-size:12px}.product-detail .product-info .product-actions{flex-direction:column}.product-detail .product-info .product-actions .add-to-cart-btn,.product-detail .product-info .product-actions .buy-now-btn{width:100%}.product-detail .product-info .product-features .features-grid .feature-item .feature-icon{font-size:24px}.product-detail .product-tabs{padding:20px 16px}.product-detail .product-tabs .ant-tabs-nav .ant-tabs-tab{font-size:14px;padding:10px 16px}.product-detail .product-tabs .product-info-content{padding:16px 0}.product-detail .product-tabs .product-info-content h3{font-size:18px}.product-detail .product-tabs .product-info-content p,.product-detail .product-tabs .product-info-content ul li{font-size:14px}}.chatbot-trigger{position:fixed;bottom:24px;right:24px;z-index:9999;cursor:pointer;animation:bounce 2s infinite}.chatbot-trigger .trigger-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#00c853,#00e676);display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;box-shadow:0 8px 24px #00c8534d;transition:all .3s ease}.chatbot-trigger .trigger-icon:hover{transform:scale(1.1);box-shadow:0 12px 32px #00c85366}.chatbot-trigger .trigger-badge{position:absolute;top:-4px;right:-4px;width:24px;height:24px;border-radius:50%;background:#f44;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;border:3px solid white}.chatbot-container{position:fixed;bottom:24px;right:24px;width:800px;height:600px;background:#fff;border-radius:20px;box-shadow:0 12px 48px #00000026;display:flex;flex-direction:column;z-index:9999;overflow:hidden;transition:all .3s ease}.chatbot-container.minimized{height:64px}.chatbot-container.minimized .chatbot-messages,.chatbot-container.minimized .quick-actions,.chatbot-container.minimized .chatbot-input,.chatbot-container.minimized .chatbot-footer{display:none}.chatbot-container .chatbot-header{background:linear-gradient(135deg,#00c853,#00e676);padding:16px 20px;display:flex;justify-content:space-between;align-items:center;color:#fff;border-radius:20px 20px 0 0}.chatbot-container .chatbot-header .header-left{display:flex;align-items:center;gap:12px}.chatbot-container .chatbot-header .header-left .bot-avatar{background:#fff3;border:2px solid white}.chatbot-container .chatbot-header .header-left .header-info h3{margin:0;font-size:16px;font-weight:600}.chatbot-container .chatbot-header .header-left .header-info .status{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.9}.chatbot-container .chatbot-header .header-left .header-info .status .status-dot{width:8px;height:8px;border-radius:50%;background:#4caf50;animation:pulse 2s infinite}.chatbot-container .chatbot-header .header-actions{display:flex;gap:4px}.chatbot-container .chatbot-header .header-actions .ant-btn{color:#fff}.chatbot-container .chatbot-header .header-actions .ant-btn:hover{background:#fff3}.chatbot-container .quick-actions{padding:12px 16px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;border-bottom:1px solid #f0f0f0;background:#fafafa}.chatbot-container .quick-actions .quick-action-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 4px;border:1px solid #e8e8e8;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s ease;font-size:11px}.chatbot-container .quick-actions .quick-action-btn:hover{border-color:#00c853;background:#f0f9f5;transform:translateY(-2px);box-shadow:0 4px 12px #00c8531a}.chatbot-container .quick-actions .quick-action-btn .action-icon{font-size:20px}.chatbot-container .quick-actions .quick-action-btn .action-text{font-weight:500;color:#666}.chatbot-container .chatbot-messages{flex:1;overflow-y:auto;padding:20px;background:#f8f9fa}.chatbot-container .chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-container .chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-container .chatbot-messages::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.chatbot-container .chatbot-messages::-webkit-scrollbar-thumb:hover{background:#ccc}.chatbot-container .chatbot-messages .message-wrapper{display:flex;gap:8px;margin-bottom:16px;animation:slideIn .3s ease}.chatbot-container .chatbot-messages .message-wrapper.bot{justify-content:flex-start}.chatbot-container .chatbot-messages .message-wrapper.bot .message-bubble{background:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 2px 8px #00000014}.chatbot-container .chatbot-messages .message-wrapper.user{justify-content:flex-end}.chatbot-container .chatbot-messages .message-wrapper.user .message-bubble{background:linear-gradient(135deg,#00c853,#00e676);color:#fff;border-bottom-right-radius:4px}.chatbot-container .chatbot-messages .message-wrapper.user .message-time{text-align:right}.chatbot-container .chatbot-messages .message-wrapper .message-avatar{flex-shrink:0;margin-top:4px}.chatbot-container .chatbot-messages .message-wrapper .message-content{max-width:70%;display:flex;flex-direction:column;gap:4px}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-text{line-height:1.8;word-wrap:break-word}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-text strong{font-weight:600;color:#1a1a1a}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-text li{list-style:none;padding-left:20px;position:relative;margin:8px 0}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-text li:before{content:"•";position:absolute;left:0;color:#666;font-weight:700}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-text em{font-style:italic;color:#555}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-text br{display:block;margin:.2em 0}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-bubble{padding:12px 16px;border-radius:16px;position:relative;word-wrap:break-word}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-bubble:hover .message-actions{opacity:1}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-bubble.typing{padding:16px 20px}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-bubble p{margin:0;line-height:1.5;font-size:14px}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-bubble .message-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px;margin-bottom:8px}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-bubble .message-images img{width:100%;border-radius:8px;cursor:pointer;transition:transform .3s ease}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-bubble .message-images img:hover{transform:scale(1.05)}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-bubble .message-actions{position:absolute;top:-12px;right:8px;display:flex;gap:4px;opacity:0;transition:opacity .3s ease;background:#fff;border-radius:20px;padding:2px;box-shadow:0 2px 8px #0000001a}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-bubble .message-actions .ant-btn{width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-bubble .message-actions .ant-btn:hover{color:#00c853}.chatbot-container .chatbot-messages .message-wrapper .message-content .message-time{font-size:11px;color:#999;padding:0 4px}.chatbot-container .typing-indicator{display:flex;gap:4px;align-items:center}.chatbot-container .typing-indicator span{width:8px;height:8px;border-radius:50%;background:#999;animation:typing 1.4s infinite}.chatbot-container .typing-indicator span:nth-child(2){animation-delay:.2s}.chatbot-container .typing-indicator span:nth-child(3){animation-delay:.4s}.chatbot-container .chatbot-input{padding:16px;background:#fff;border-top:1px solid #f0f0f0}.chatbot-container .chatbot-input .file-preview{margin-bottom:12px;display:flex;gap:8px}.chatbot-container .chatbot-input .file-preview .preview-item{position:relative;width:60px;height:60px;border-radius:8px;overflow:hidden;border:1px solid #e8e8e8}.chatbot-container .chatbot-input .file-preview .preview-item img{width:100%;height:100%;object-fit:cover}.chatbot-container .chatbot-input .file-preview .preview-item .ant-btn{position:absolute;top:2px;right:2px;width:20px;height:20px;background:#0009;color:#fff;border-radius:50%;padding:0}.chatbot-container .chatbot-input .input-wrapper{display:flex;align-items:flex-end;gap:8px;background:#f5f5f5;border-radius:24px;padding:8px 12px}.chatbot-container .chatbot-input .input-wrapper .input-action-btn{color:#666;flex-shrink:0}.chatbot-container .chatbot-input .input-wrapper .input-action-btn:hover{color:#00c853}.chatbot-container .chatbot-input .input-wrapper .message-input{flex:1;border:none;background:transparent;resize:none}.chatbot-container .chatbot-input .input-wrapper .message-input:focus{box-shadow:none}.chatbot-container .chatbot-input .input-wrapper .message-input textarea{padding:4px 0}.chatbot-container .chatbot-input .input-wrapper .send-btn{background:linear-gradient(135deg,#00c853,#00e676);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #00c8534d}.chatbot-container .chatbot-input .input-wrapper .send-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #00c85366}.chatbot-container .chatbot-input .input-wrapper .send-btn:disabled{background:#e0e0e0;box-shadow:none}.chatbot-container .chatbot-footer{padding:8px;text-align:center;background:#fafafa;border-top:1px solid #f0f0f0}.chatbot-container .chatbot-footer small{color:#999;font-size:11px}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.chatbot-container.ai-powered .chatbot-header{background:linear-gradient(135deg,#667eea,#764ba2)}.chatbot-container.ai-powered .chatbot-header .ai-avatar{background:#fff3;border:2px solid white;animation:glow 3s ease-in-out infinite}.chatbot-container.ai-powered .message-avatar.ai-avatar{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #f0f0f0}.chatbot-container.ai-powered .send-btn.ai-send-btn{background:linear-gradient(135deg,#667eea,#764ba2)}.chatbot-container.ai-powered .send-btn.ai-send-btn:hover{box-shadow:0 4px 12px #667eea66}.chatbot-container.ai-powered .message-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 16px 40px;animation:slideIn .3s ease}.chatbot-container.ai-powered .message-suggestions .suggestion-btn{padding:8px 16px;border:1px solid #e8e8e8;border-radius:20px;background:#fff;color:#667eea;font-size:13px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.chatbot-container.ai-powered .message-suggestions .suggestion-btn:hover{border-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #667eea33}@keyframes glow{0%,to{box-shadow:0 0 5px #ffffff80}50%{box-shadow:0 0 20px #fffc}}@media(max-width:768px){.chatbot-container{width:100%;height:100%;bottom:0;right:0;border-radius:0}.chatbot-container .chatbot-header{border-radius:0}.chatbot-container .chatbot-messages .message-wrapper .message-content{max-width:80%}.chatbot-container .quick-actions{grid-template-columns:repeat(2,1fr)}.chatbot-container .quick-actions .quick-action-btn{padding:12px 8px;font-size:12px}.chatbot-container .quick-actions .quick-action-btn .action-icon{font-size:24px}.chatbot-trigger{bottom:16px;right:16px}.chatbot-trigger .trigger-icon{width:56px;height:56px;font-size:28px}}.about-shop{background:#f5f5f5;padding:40px 20px;color:#333;line-height:1.7}.about-shop section{max-width:1200px;margin:0 auto 40px;background:#fff;padding:32px;border-radius:16px}.about-shop h1,.about-shop h2{margin-bottom:16px;font-weight:700}.about-shop h1{font-size:32px}.about-shop h1 span{color:#00c853}.about-shop h2{font-size:22px;color:#2e7d32}.about-shop p{font-size:16px}.about-shop strong{font-weight:700}.about-shop .highlight{color:#d32f2f;font-weight:700}.about-hero{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);text-align:center}.about-hero p{max-width:800px;margin:0 auto;font-size:18px}.mission ul{padding-left:20px}.mission ul li{margin-bottom:10px;font-size:16px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.product-grid div{background:#e8f5e9;padding:16px;border-radius:12px;font-weight:600;text-align:center}.highlight-box{background:#f1f8e9;border-left:6px solid #00c853}.about-cta{text-align:center;background:linear-gradient(135deg,#00c853,#00a847);color:#fff}.about-cta h3{margin-bottom:20px;font-size:22px}.about-cta button{background:#fff;color:#00c853;border:none;padding:12px 28px;border-radius:24px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.about-cta button:hover{background:#e8f5e9;transform:translateY(-2px)}@media(max-width:768px){.about-shop{padding:24px 12px}.about-shop section{padding:24px}.about-shop h1{font-size:26px}}:root{--accent: #00c853;--accent-bg: rgba(0, 200, 83, .08);--border: #e8eaf0;--text: #1a1d27;--sub: #6b7280;--bg: #f4f5f8;--white: #ffffff;--radius: 10px;--shadow: 0 2px 12px rgba(0,0,0,.06)}.search-page{min-height:100vh;font-family:DM Sans,sans-serif}.search-page__content{padding:16px 0}.search-page__body{display:flex;gap:16px;align-items:flex-start}.search-page__sidebar{width:240px;flex-shrink:0;position:sticky;top:16px}.search-page__main{flex:1;min-width:0}.search-page__grid{margin-top:12px}.product-breadcrumb{background:var(--white);padding:12px 16px;border-radius:var(--radius);margin-bottom:16px;box-shadow:var(--shadow);border:1px solid var(--border)}.product-breadcrumb .ant-breadcrumb-link{color:var(--sub);transition:color .2s}.product-breadcrumb .ant-breadcrumb-link:hover{color:var(--accent)}.product-breadcrumb .ant-breadcrumb-separator{color:#c0c4cc}.product-breadcrumb li:last-child .ant-breadcrumb-link{color:var(--accent);font-weight:500}.search-header__title{font-size:14px!important;color:var(--sub)!important;margin:0 0 8px!important;font-weight:400!important}.search-header__title strong{color:var(--text);font-weight:600}.search-header__title em{color:var(--accent);font-style:normal;font-weight:500}.active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:10px}.active-filters__label{font-size:12px;color:var(--sub);font-weight:500;margin-right:2px}.active-filter-tag{background:var(--accent-bg)!important;border-color:#00c85340!important;color:#00962e!important;border-radius:999px!important;font-size:12px!important;padding:1px 10px!important}.active-filter-tag .ant-tag-close-icon{color:#00962e;opacity:.6}.active-filter-tag .ant-tag-close-icon:hover{opacity:1}.filter-sidebar{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;max-height:70vh;overflow-y:scroll}.filter-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border);background:#fafbfc}.filter-sidebar__title{font-size:14px;font-weight:600;color:var(--text);display:flex;align-items:center;gap:6px}.filter-sidebar__title .anticon{color:var(--accent)}.filter-sidebar__badge{background:var(--accent);color:#fff;font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-left:2px}.filter-sidebar__reset{background:none;border:none;cursor:pointer;font-size:12px;color:#ef4444;display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-family:DM Sans,sans-serif;font-weight:500;transition:background .15s}.filter-sidebar__reset:hover{background:#fef2f2}.filter-section{padding:14px 16px}.filter-section__label{font-size:12px;font-weight:600;color:var(--sub);text-transform:uppercase;letter-spacing:.6px;margin-bottom:10px;display:flex;align-items:center;gap:5px}.filter-divider{margin:0!important;border-color:var(--border)!important}.filter-radio-group{display:flex;flex-direction:column;gap:4px;width:100%}.filter-radio{font-size:13px!important;color:var(--text)!important;padding:5px 8px;border-radius:6px;transition:background .15s;margin:0!important}.filter-radio:hover{background:#f4f5f8}.filter-radio.ant-radio-wrapper-checked{background:var(--accent-bg);color:#00962e!important;font-weight:500}.filter-radio .ant-radio-inner{border-color:var(--border)}.filter-radio .ant-radio-checked .ant-radio-inner{border-color:var(--accent);background:var(--accent)}.price-presets{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.price-preset{background:#f4f5f8;border:1px solid var(--border);border-radius:6px;padding:6px 10px;font-size:12px;font-weight:500;color:var(--text);cursor:pointer;text-align:left;font-family:DM Sans,sans-serif;transition:all .15s}.price-preset:hover{background:var(--accent-bg);border-color:#00c8534d;color:#00962e}.price-preset--active{background:var(--accent-bg)!important;border-color:var(--accent)!important;color:#00962e!important}.price-inputs{display:flex;align-items:center;gap:6px;margin-bottom:8px}.price-input{flex:1;font-size:12px!important}.price-input .ant-input-number-input{font-size:12px!important;padding:4px 8px!important}.price-input.ant-input-number-focused,.price-input:hover{border-color:var(--accent)!important;box-shadow:0 0 0 2px #00c8531a!important}.price-dash{color:var(--sub);font-size:14px;flex-shrink:0}.price-apply-btn{background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important;font-size:12px!important;font-weight:500!important;border-radius:6px!important}.price-apply-btn:hover{opacity:.85}.filter-checkbox-group{display:flex;flex-direction:column;gap:4px;width:100%}.filter-checkbox{font-size:13px!important;color:var(--text)!important;padding:5px 8px;border-radius:6px;transition:background .15s;margin:0!important;align-items:center!important}.filter-checkbox:hover{background:#f4f5f8}.filter-checkbox.ant-checkbox-wrapper-checked{background:var(--accent-bg);color:#00962e!important}.filter-checkbox .ant-checkbox-inner{border-color:var(--border);border-radius:4px}.filter-checkbox .ant-checkbox-checked .ant-checkbox-inner{background:var(--accent);border-color:var(--accent)}.instock-label{font-weight:500;font-size:13px}.empty-result{text-align:center;padding:60px 20px}.empty-result__icon{font-size:48px;margin-bottom:12px}.empty-result__text{font-size:15px;color:var(--sub);margin-bottom:16px}.empty-result__reset{background:var(--accent);color:#fff;border:none;padding:8px 20px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;font-family:DM Sans,sans-serif;transition:opacity .15s}.empty-result__reset:hover{opacity:.85}.search-pagination{margin-top:24px;text-align:center}.search-pagination .ant-pagination-item-active{border-color:var(--accent)!important}.search-pagination .ant-pagination-item-active a{color:var(--accent)!important}.search-pagination .ant-pagination-item:hover{border-color:var(--accent)!important}.search-pagination .ant-pagination-item:hover a{color:var(--accent)!important}@media(max-width:768px){.search-page__body{flex-direction:column}.search-page__sidebar{width:100%;position:static}}.tips-page-layout{background:#f5f5f5;padding:20px 0 40px}.tips-page-layout .container{max-width:1200px;margin:0 auto;padding:0 15px}.tips-page-layout .breadcrumb{font-size:13px;color:#999;margin-bottom:20px}.tips-page-layout .breadcrumb a{color:#00c853;text-decoration:none}.tips-page-layout .breadcrumb a:hover{text-decoration:underline}.tips-page-layout .breadcrumb span{margin:0 5px}.tips-page-layout .main-content22{background:#fff;padding:0}.tips-page-layout .main-content22 .featured-post{display:block;position:relative;overflow:hidden;margin-bottom:20px}.tips-page-layout .main-content22 .featured-post:hover .featured-image img{transform:scale(1.05)}.tips-page-layout .main-content22 .featured-post:hover h3{color:#00c853}.tips-page-layout .main-content22 .featured-post .featured-image{height:400px;overflow:hidden;background:#f0f0f0}.tips-page-layout .main-content22 .featured-post .featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.tips-page-layout .main-content22 .featured-post .featured-info{padding:20px;background:#fff}.tips-page-layout .main-content22 .featured-post .featured-info h3{font-size:20px;font-weight:700;line-height:1.4;margin:0 0 10px;color:#333;transition:color .3s ease}.tips-page-layout .main-content22 .featured-post .featured-info .post-meta{font-size:13px;color:#999}.tips-page-layout .main-content22 .featured-post .featured-info .post-meta .separator{margin:0 8px}.tips-page-layout .main-content22 .list-posts .list-post-item{display:flex;gap:15px;padding:20px;border-bottom:1px solid #e8e8e8;transition:background .3s ease}.tips-page-layout .main-content22 .list-posts .list-post-item:hover{background:#fafafa}.tips-page-layout .main-content22 .list-posts .list-post-item:hover h5{color:#00c853}.tips-page-layout .main-content22 .list-posts .list-post-item:hover .post-thumbnail img{transform:scale(1.05)}.tips-page-layout .main-content22 .list-posts .list-post-item .post-thumbnail{width:180px;min-width:180px;height:120px;overflow:hidden;border-radius:4px;background:#f0f0f0}.tips-page-layout .main-content22 .list-posts .list-post-item .post-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.tips-page-layout .main-content22 .list-posts .list-post-item .post-info{flex:1;display:flex;flex-direction:column}.tips-page-layout .main-content22 .list-posts .list-post-item .post-info h5{font-size:16px;font-weight:600;line-height:1.4;margin:0 0 8px;color:#333;transition:color .3s ease}.tips-page-layout .main-content22 .list-posts .list-post-item .post-info .ant-typography{font-size:14px;color:#666;line-height:1.6;margin-bottom:8px;flex:1}.tips-page-layout .main-content22 .list-posts .list-post-item .post-info .description{font-size:14px;color:#666;line-height:1.6;margin:8px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tips-page-layout .main-content22 .list-posts .list-post-item .post-info .post-date{font-size:13px;color:#999}.tips-page-layout .sidebar .sidebar-section{background:#fff;margin-bottom:20px;border-radius:4px;overflow:hidden}.tips-page-layout .sidebar .sidebar-section .section-title{background:#00c853;color:#fff;padding:12px 15px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.tips-page-layout .sidebar .sidebar-section .hot-news-list{padding:10px 0}.tips-page-layout .sidebar .sidebar-section .hot-news-list .hot-news-item{display:flex;align-items:flex-start;gap:12px;padding:12px 15px;border-bottom:1px solid #f0f0f0;transition:background .3s ease}.tips-page-layout .sidebar .sidebar-section .hot-news-list .hot-news-item:last-child{border-bottom:none}.tips-page-layout .sidebar .sidebar-section .hot-news-list .hot-news-item:hover{background:#f0f9f5}.tips-page-layout .sidebar .sidebar-section .hot-news-list .hot-news-item:hover .news-title{color:#00c853}.tips-page-layout .sidebar .sidebar-section .hot-news-list .hot-news-item .news-number{width:24px;height:24px;min-width:24px;background:#00c853;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.tips-page-layout .sidebar .sidebar-section .hot-news-list .hot-news-item .news-title{font-size:14px;line-height:1.5;color:#333;transition:color .3s ease}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-featured{display:block;position:relative;overflow:hidden}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-featured:hover img{transform:scale(1.05)}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-featured:hover .meovat-featured-title{color:#00c853}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-featured img{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-featured .meovat-featured-title{padding:12px 15px;font-size:14px;font-weight:600;line-height:1.4;color:#333;background:#fff;transition:color .3s ease}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:10px}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-grid .meovat-grid-item{display:block;position:relative;overflow:hidden;border-radius:4px}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-grid .meovat-grid-item:hover img{transform:scale(1.05)}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-grid .meovat-grid-item:hover .meovat-grid-title{color:#00c853}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-grid .meovat-grid-item img{width:100%;height:120px;object-fit:cover;transition:transform .3s ease}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-grid .meovat-grid-item .meovat-grid-title{padding:8px;font-size:12px;line-height:1.4;color:#333;background:#fff;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:992px){.tips-page-layout .main-content .featured-post .featured-image{height:300px}.tips-page-layout .main-content .list-posts .list-post-item .post-thumbnail{width:140px;min-width:140px;height:100px}.tips-page-layout .main-content .list-posts .list-post-item .post-info h5{font-size:15px}.tips-page-layout .sidebar{margin-top:20px}}@media(max-width:768px){.tips-page-layout{padding:15px 0 30px}.tips-page-layout .main-content .featured-post .featured-image{height:220px}.tips-page-layout .main-content .featured-post .featured-info{padding:15px}.tips-page-layout .main-content .featured-post .featured-info h3{font-size:18px}.tips-page-layout .main-content .list-posts .list-post-item{flex-direction:column}.tips-page-layout .main-content .list-posts .list-post-item .post-thumbnail{width:100%;height:200px}.tips-page-layout .main-content .list-posts .list-post-item .post-info h5{font-size:16px}.tips-page-layout .sidebar .sidebar-section .hot-news-list .hot-news-item .news-title{font-size:13px}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-grid{grid-template-columns:1fr}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-grid .meovat-grid-item img{height:180px}.tips-page-layout .sidebar .sidebar-section.meovat-section .meovat-grid .meovat-grid-item .meovat-grid-title{font-size:13px}}:root{--bg-base: #f0f2f5;--glass-bg: #ffffff;--glass-border: #e8eaf0;--glass-shadow: 0 2px 12px rgba(0, 0, 0, .06);--text-primary: #1a1d27;--text-secondary: #6b7280;--text-muted: #9ca3af;--c-emerald: #059669;--c-cyan: #0284c7;--c-amber: #d97706;--c-violet: #7c3aed;--c-red: #dc2626;--c-blue: #2563eb;--c-orange: #ea580c;--c-green: #16a34a;--font-head: "Sora", sans-serif;--font-body: "DM Sans", sans-serif;--radius: 12px;--radius-sm: 8px;--transition: .2s cubic-bezier(.4, 0, .2, 1)}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px;color:var(--text-secondary);font-family:var(--font-body)}.dashboard-loading .ant-spin-dot-item{background:var(--c-blue)}.dashboard{font-family:var(--font-body);color:var(--text-primary);padding-bottom:40px}.dashboard__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;animation:slide-up .4s ease both}.dashboard__title{font-family:var(--font-head);font-size:28px;font-weight:800;color:var(--text-primary);margin:0 0 4px;letter-spacing:-.5px;background:linear-gradient(135deg,#1a1d27 30%,var(--c-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard__subtitle{font-size:14px;color:var(--text-secondary);margin:0}.dashboard__date{font-size:13px;background:#fff;border:1px solid var(--glass-border);padding:8px 16px;border-radius:999px;font-weight:500;color:var(--text-secondary);box-shadow:var(--glass-shadow)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}@media(max-width:1100px){.stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.stat-grid{grid-template-columns:1fr}}.stat-card{position:relative;overflow:hidden;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);padding:20px 20px 18px;display:flex;gap:16px;box-shadow:var(--glass-shadow);animation:slide-up .4s ease both;cursor:default;transition:transform var(--transition),box-shadow var(--transition)}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.stat-card--emerald{border-top:2px solid var(--c-emerald)}.stat-card--cyan{border-top:2px solid var(--c-cyan)}.stat-card--amber{border-top:2px solid var(--c-amber)}.stat-card--violet{border-top:2px solid var(--c-violet)}.stat-card__icon{font-size:28px;line-height:1;flex-shrink:0;margin-top:2px}.stat-card__body{flex:1}.stat-card__label{font-size:12px;color:var(--text-secondary);font-weight:500;letter-spacing:.3px;text-transform:uppercase;margin-bottom:6px}.stat-card__value{font-family:var(--font-head);font-size:24px;font-weight:700;color:var(--text-primary);letter-spacing:-.5px;line-height:1.1;margin-bottom:8px}.stat-card__trend{display:flex;align-items:center;gap:6px;font-size:12px}.stat-card__trend--up>span:first-child{color:var(--c-emerald);font-weight:600}.stat-card__trend--down>span:first-child{color:var(--c-red);font-weight:600}.stat-card__sub{color:var(--text-secondary)}.stat-card__glow{position:absolute;inset:0;pointer-events:none;opacity:0}.stat-card--emerald .stat-card__glow{background:radial-gradient(ellipse at 100% 0%,rgba(5,150,105,.05) 0%,transparent 60%)}.stat-card--cyan .stat-card__glow{background:radial-gradient(ellipse at 100% 0%,rgba(2,132,199,.05) 0%,transparent 60%)}.stat-card--amber .stat-card__glow{background:radial-gradient(ellipse at 100% 0%,rgba(217,119,6,.05) 0%,transparent 60%)}.stat-card--violet .stat-card__glow{background:radial-gradient(ellipse at 100% 0%,rgba(124,58,237,.05) 0%,transparent 60%)}.glass-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);padding:20px 22px;box-shadow:var(--glass-shadow);animation:slide-up .4s ease both}.glass-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.glass-card__header h3{font-family:var(--font-head);font-size:15px;font-weight:600;color:var(--text-primary);margin:0;letter-spacing:-.2px}.glass-card__badge{font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px}.glass-card__badge--green{background:#10b9811f;color:var(--c-emerald);border:1px solid rgba(16,185,129,.2)}.glass-card__link{font-size:12px;color:var(--c-cyan);text-decoration:none;font-weight:500;transition:opacity var(--transition)}.glass-card__link:hover{opacity:.7}.charts-row{display:grid;grid-template-columns:1fr 300px 280px;gap:16px;margin-bottom:20px;animation-delay:.1s}@media(max-width:1200px){.charts-row{grid-template-columns:1fr 1fr}}@media(max-width:768px){.charts-row{grid-template-columns:1fr}}.charts-row__revenue{grid-column:1}.charts-row__donut{grid-column:2}.charts-row__top{grid-column:3}@media(max-width:1200px){.charts-row__top{grid-column:1/-1}}.mini-chart{display:flex;align-items:flex-end;gap:8px;height:140px;padding-top:10px}.mini-chart__col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;cursor:pointer}.mini-chart__col:hover .mini-chart__bar{opacity:1;filter:brightness(1.2)}.mini-chart__bar{width:100%;border-radius:4px 4px 0 0;background:linear-gradient(to top,var(--c-blue),rgba(2,132,199,.4));opacity:.85;transition:height .5s cubic-bezier(.4,0,.2,1),opacity var(--transition);min-height:4px}.mini-chart__label{font-size:10px;color:var(--text-muted);margin-top:6px;font-weight:500}.donut-chart{display:flex;flex-direction:column;align-items:center;gap:16px}.donut-chart__svg{width:140px;height:140px}.donut-chart__svg circle{transition:all .4s ease}.donut-chart__legend{width:100%;display:flex;flex-direction:column;gap:7px}.donut-chart__legend-item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-secondary)}.donut-chart__legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.donut-chart__legend-label{flex:1;font-weight:500;color:var(--text-primary)}.donut-chart__legend-count{font-weight:600;color:var(--text-secondary);font-size:12px}.top-products{display:flex;flex-direction:column;gap:10px}.top-products__item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius-sm);background:#f8f9fb;border:1px solid var(--glass-border);transition:background var(--transition);cursor:pointer}.top-products__item:hover{background:#f0f2f5}.top-products__rank{font-family:var(--font-head);font-size:11px;font-weight:700;width:22px;text-align:center}.top-products__rank--1{color:var(--c-amber)}.top-products__rank--2{color:var(--text-secondary)}.top-products__rank--3{color:#c97c50}.top-products__rank--4{color:var(--text-muted)}.top-products__img{flex-shrink:0;width:36px;height:36px;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center;background:#f0f2f5;border-radius:8px;border:1px solid var(--glass-border);overflow:hidden;font-size:20px}.top-products__img img{width:36px;height:36px;max-width:36px;max-height:36px;object-fit:cover;display:block;flex-shrink:0}.top-products__info{flex:1;min-width:0}.top-products__name{font-size:12px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-products__brand{font-size:11px;color:var(--text-secondary);margin-top:1px}.top-products__sold{font-size:11px;font-weight:600;color:var(--c-emerald);white-space:nowrap}.tables-row{display:grid;grid-template-columns:1fr;gap:16px;animation-delay:.2s}.tables-row__orders{grid-column:1/-1}.order-cell{display:flex;flex-direction:column;gap:2px}.order-cell__num{font-size:13px;font-weight:600;color:var(--c-blue);font-family:var(--font-head)}.order-cell__name{font-size:12px;color:var(--text-secondary)}.product-cell{display:flex;align-items:center;gap:10px}.product-cell__img{font-size:24px;flex-shrink:0;width:38px;height:38px;min-width:38px;min-height:38px;display:flex;align-items:center;justify-content:center;background:#f0f2f5;border-radius:8px;border:1px solid var(--glass-border);overflow:hidden}.product-cell__img img{width:38px;height:38px;max-width:38px;max-height:38px;object-fit:cover;display:block;border-radius:7px;flex-shrink:0}.product-cell__img-fallback{font-size:18px;line-height:1}.product-cell__name{font-size:13px;font-weight:600;color:var(--text-primary)}.product-cell__sku{font-size:11px;color:var(--text-muted);font-family:monospace;margin-top:2px}.amount-cell{font-family:var(--font-head);font-size:13px;font-weight:600;color:var(--c-amber)}.price-sale{display:block;font-weight:600;font-size:13px;color:var(--c-emerald)}.price-original{display:block;font-size:11px;color:var(--text-muted);text-decoration:line-through;margin-top:1px}.stock-cell__num{font-size:13px;font-weight:600;color:var(--text-primary);display:block;margin-bottom:4px}.stock-cell__num--low{color:var(--c-amber)}.stock-cell__num--empty{color:var(--c-red)}.stock-cell .ant-progress-inner{background:#ffffff14}.sold-count{font-family:var(--font-head);font-size:13px;font-weight:600;color:var(--text-primary)}.status-tag{font-size:11px;font-weight:600;border-radius:6px;padding:2px 8px;border:1px solid transparent}.status-tag--green{background:#dcfce7;color:#15803d;border-color:#bbf7d0}.status-tag--cyan{background:#e0f2fe;color:#0369a1;border-color:#bae6fd}.status-tag--violet{background:#ede9fe;color:#6d28d9;border-color:#ddd6fe}.status-tag--amber{background:#fef3c7;color:#b45309;border-color:#fde68a}.status-tag--red{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.status-tag--blue{background:#dbeafe;color:#1d4ed8;border-color:#bfdbfe}.status-tag--orange{background:#ffedd5;color:#c2410c;border-color:#fed7aa}.status-tag--default{background:#f3f4f6;color:#6b7280;border-color:#e5e7eb}.dark-table .ant-table{background:transparent;color:var(--text-primary);font-family:var(--font-body);font-size:13px}.dark-table .ant-table-thead>tr>th{background:#f8f9fb!important;color:var(--text-secondary);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.7px;border-bottom:1px solid var(--glass-border)!important;padding:10px 12px}.dark-table .ant-table-thead>tr>th:before{display:none}.dark-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f2f5;padding:11px 12px;background:transparent;color:var(--text-primary)}.dark-table .ant-table-tbody>tr:hover>td{background:#f8f9fb!important}.dark-table .ant-table-wrapper .ant-spin-nested-loading,.dark-table .ant-table-container,.dark-table .ant-table-content{background:transparent}.dark-table .ant-table-column-sorter{color:var(--text-muted)}.dark-table .ant-table-row:last-child td{border-bottom:none}@keyframes slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.dashboard{scrollbar-width:thin;scrollbar-color:#e0e3eb transparent}:root{--bm-bg: #f0f2f5;--bm-white: #ffffff;--bm-border: #e4e7ef;--bm-primary: #1677ff;--bm-text: #1a1d27;--bm-sub: #6b7280;--bm-radius: 10px;--bm-shadow: 0 2px 12px rgba(0,0,0,.07);--bm-edit-w: 380px;--font-head: "Sora", sans-serif;--font-body: "DM Sans", sans-serif}.banner-manager{font-family:var(--font-body);color:var(--bm-text);min-height:100vh}.banner-manager__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.banner-manager__heading{font-family:var(--font-head);font-size:20px;font-weight:700;margin:0 0 4px;color:var(--bm-text)}.banner-manager__sub{font-size:13px;color:var(--bm-sub);margin:0}.banner-manager__actions{display:flex;gap:10px}.children-list{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.children-list__item{display:flex;align-items:center;gap:6px;background:#f8f9fb;border:1px solid var(--bm-border);border-radius:8px;padding:8px 10px}.children-list__num{font-size:11px;font-weight:700;color:var(--bm-sub);min-width:16px;text-align:center}.children-list__del{background:none;border:none;color:#ef4444;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;transition:background .15s}.children-list__del:hover{background:#fef2f2}.children-list__add{background:none;border:1px dashed var(--bm-primary);color:var(--bm-primary);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:5px;width:100%;justify-content:center;font-family:var(--font-body);transition:background .15s}.children-list__add:hover{background:#eff6ff}.banner-canvas{display:flex;gap:16px;background:var(--bm-white);border:1px solid var(--bm-border);border-radius:var(--bm-radius);padding:16px;box-shadow:var(--bm-shadow)}.banner-canvas__sidebar-hint{width:180px;flex-shrink:0;background:var(--bm-white);border:1px solid var(--bm-border);border-radius:8px;padding:12px;opacity:.7}.banner-canvas__main{flex:1}.sidebar-hint__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--bm-sub);margin-bottom:10px}.sidebar-hint__item{font-size:13px;color:var(--bm-text);padding:7px 10px;border-radius:6px;margin-bottom:2px;background:#f8f9fb}.sidebar-hint__item:first-of-type{background:#e6f0ff;color:var(--bm-primary);font-weight:600}.slide-strip{background:#f8f9fb;border:1px solid var(--bm-border);border-radius:8px;padding:12px 14px;margin-bottom:12px}.slide-strip__title{font-size:12px;font-weight:600;color:var(--bm-sub);text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:6px}.slide-strip__count{background:var(--bm-primary);color:#fff;font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.slide-strip__list{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.slide-strip__list::-webkit-scrollbar{height:4px}.slide-thumb{flex-shrink:0;width:110px;background:var(--bm-white);border:2px solid var(--bm-border);border-radius:8px;overflow:hidden;cursor:pointer;position:relative;transition:border-color .18s,box-shadow .18s}.slide-thumb__img{width:100%;height:60px;background:#e8eaf0 center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:#b0b8cc;font-size:20px;position:relative}.slide-thumb__info{padding:6px 8px;display:flex;flex-direction:column;gap:1px}.slide-thumb__index{font-size:10px;font-weight:700;color:var(--bm-primary);text-transform:uppercase;letter-spacing:.4px}.slide-thumb__name{font-size:11px;color:var(--bm-text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slide-thumb__del{position:absolute;top:4px;right:4px;width:20px;height:20px;background:#ef4444d9;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;cursor:pointer;opacity:0;transition:opacity .15s;z-index:5}.banner-grid{display:grid;grid-template-columns:1fr 280px;gap:10px;margin-bottom:10px}.banner-grid__main{height:260px}.banner-grid__sides{display:flex;flex-direction:column;gap:10px}.banner-grid__side{height:125px}.banner-preview{width:100%;height:100%;border-radius:8px;background:#e8eaf0 center/cover no-repeat;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:12px}.banner-preview__empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#adb5c7;font-size:13px}.banner-preview__empty .anticon{font-size:28px;color:#c5cad8}.banner-preview__badge{position:absolute;top:10px;left:10px;background:#e53e3e;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px #e53e3e59}.banner-preview__text{display:flex;flex-direction:column;gap:2px;background:linear-gradient(to top,rgba(0,0,0,.55),transparent);margin:-12px;padding:24px 12px 12px}.banner-preview__text strong{font-family:var(--font-head);font-size:15px;font-weight:700;color:#fff;line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.4)}.banner-preview__text span{font-size:11px;color:#ffffffd9}.editable-slot{position:relative;cursor:pointer;border-radius:8px;display:block}.editable-slot:before{content:"";position:absolute;inset:0;border:2px dashed transparent;border-radius:8px;transition:border-color .18s,box-shadow .18s;z-index:2;pointer-events:none}.editable-slot:hover:before{border-color:var(--bm-primary);box-shadow:0 0 0 3px #1677ff1a}.editable-slot__overlay{position:absolute;inset:0;background:#1677ff00;border-radius:8px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .18s,background .18s;z-index:3}.editable-slot:hover .editable-slot__overlay{opacity:1;background:#1677ff1f}.editable-slot__badge{background:var(--bm-primary);color:#fff;font-size:12px;font-weight:600;padding:6px 14px;border-radius:999px;display:flex;align-items:center;gap:6px;box-shadow:0 2px 12px #1677ff66;transform:translateY(4px);transition:transform .18s;font-family:var(--font-body)}.editable-slot:hover .editable-slot__badge{transform:translateY(0)}.category-strip{display:flex;gap:6px;flex-wrap:wrap;padding:10px 0 4px;border-top:1px solid var(--bm-border);margin-top:2px}.category-slot{display:flex;flex-direction:column;align-items:center;gap:5px;padding:10px 14px;border-radius:8px;background:#f8f9fb;border:1px solid var(--bm-border);min-width:90px;flex:1;cursor:pointer;transition:background .15s}.category-slot__icon{font-size:22px;line-height:1}.category-slot__label{font-size:11px;color:var(--bm-text);font-weight:500;text-align:center;line-height:1.3}.edit-panel-overlay{position:fixed;inset:0;background:#00000059;z-index:1000;display:flex;justify-content:flex-end;animation:fade-in .18s ease}.edit-panel{width:var(--bm-edit-w);height:100%;background:var(--bm-white);box-shadow:-4px 0 24px #0000001f;display:flex;flex-direction:column;animation:slide-in .22s cubic-bezier(.4,0,.2,1)}.edit-panel__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--bm-border);flex-shrink:0}.edit-panel__title{font-family:var(--font-head);font-size:14px;font-weight:600;color:var(--bm-text)}.edit-panel__close{background:none;border:none;cursor:pointer;font-size:16px;color:var(--bm-sub);width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s}.edit-panel__close:hover{background:#f0f2f5;color:var(--bm-text)}.edit-panel__body{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:18px}.edit-panel__footer{padding:16px 20px;border-top:1px solid var(--bm-border);display:flex;justify-content:flex-end;gap:10px;flex-shrink:0}.edit-field{display:flex;flex-direction:column;gap:6px}.edit-field__label{font-size:12px;font-weight:600;color:var(--bm-sub);text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:5px}.image-drop{width:100%;height:160px;border:2px dashed var(--bm-border);border-radius:8px;cursor:pointer;position:relative;overflow:hidden;background:#f8f9fb center/cover no-repeat;transition:border-color .15s}.image-drop:hover{border-color:var(--bm-primary)}.image-drop__placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--bm-sub)}.image-drop__placeholder .anticon{font-size:28px;color:#c5cad8}.image-drop__placeholder span{font-size:13px;font-weight:500}.image-drop__placeholder small{font-size:11px;color:#adb5c7}.image-drop__overlay{position:absolute;inset:0;background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;gap:6px;opacity:0;transition:opacity .15s}.image-drop:hover .image-drop__overlay{opacity:1}.image-clear{background:none;border:1px solid #fca5a5;color:#ef4444;font-size:12px;padding:4px 10px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:4px;width:fit-content;font-family:var(--font-body);transition:background .15s}.image-clear:hover{background:#fef2f2}.preview-content{padding:8px 0}.preview-slide-nav{display:flex;gap:6px;justify-content:center;margin-bottom:12px}.preview-slide-dot{width:26px;height:26px;border-radius:50%;background:#e8eaf0;border:2px solid var(--bm-border);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:var(--bm-sub);cursor:pointer;transition:all .15s}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.slide-strip{background:#f8f9fb;border:1px solid var(--bm-border);border-radius:8px;padding:10px 12px;margin-bottom:12px}.slide-strip__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.slide-strip__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--bm-sub);display:flex;align-items:center;gap:7px}.slide-strip__count{background:var(--bm-primary);color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;padding:0 5px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center}.slide-strip__add-btn{background:var(--bm-primary);color:#fff;border:none;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:5px;font-family:var(--font-body);transition:opacity .15s}.slide-strip__add-btn:hover{opacity:.85}.slide-strip__list{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.slide-strip__list::-webkit-scrollbar{height:3px}.slide-strip__list::-webkit-scrollbar-track{background:transparent}.slide-strip__list::-webkit-scrollbar-thumb{background:var(--bm-border);border-radius:4px}.slide-thumb{flex-shrink:0;width:120px;background:var(--bm-white);border:2px solid var(--bm-border);border-radius:8px;overflow:hidden;cursor:pointer;position:relative;transition:border-color .18s,box-shadow .18s}.slide-thumb:hover{border-color:#93c5fd}.slide-thumb--active{border-color:var(--bm-primary)!important;box-shadow:0 0 0 3px #1677ff1f}.slide-thumb__img{width:100%;height:64px;background:#e8eaf0 center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:#b8c0d0;font-size:22px}.slide-thumb__info{padding:6px 8px 7px}.slide-thumb__index{display:block;font-size:10px;font-weight:700;color:var(--bm-primary);text-transform:uppercase;letter-spacing:.4px;margin-bottom:1px}.slide-thumb__name{display:block;font-size:11px;color:var(--bm-text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slide-thumb__del{position:absolute;top:4px;right:4px;width:20px;height:20px;background:#ef4444e6;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;cursor:pointer;opacity:0;transition:opacity .15s;z-index:5;padding:0}.slide-thumb:hover .slide-thumb__del{opacity:1}.preview-slide-nav{display:flex;gap:6px;justify-content:center;margin-bottom:14px}.preview-slide-dot{width:28px;height:28px;border-radius:50%;background:#e8eaf0;border:2px solid var(--bm-border);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--bm-sub);cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.preview-slide-dot:hover{border-color:var(--bm-primary);color:var(--bm-primary)}.preview-slide-dot--active{background:var(--bm-primary);border-color:var(--bm-primary);color:#fff}.post-section{background:var(--bm-white);border:1px solid var(--bm-border);border-radius:var(--bm-radius);padding:20px;box-shadow:var(--bm-shadow);margin-top:20px}.post-section__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.post-section__title{font-family:var(--font-head);font-size:16px;font-weight:700;margin:0 0 4px;color:var(--bm-text)}.post-section__sub{font-size:12px;color:var(--bm-sub);margin:0}.post-picker__loading{display:flex;justify-content:center;padding:40px 0}.post-picker__hint{font-size:12px;color:var(--bm-sub);margin-bottom:12px;padding:8px 12px;background:#f0f9ff;border-radius:6px;border:1px solid #bae6fd}.post-picker__list{display:flex;flex-direction:column;gap:8px;max-height:480px;overflow-y:auto;padding-right:4px}.post-picker__list::-webkit-scrollbar{width:4px}.post-picker__list::-webkit-scrollbar-thumb{background:var(--bm-border);border-radius:4px}.post-card{display:flex;align-items:center;gap:12px;padding:10px 12px;border:2px solid var(--bm-border);border-radius:8px;cursor:pointer;transition:border-color .18s,background .18s;background:#fafafa}.post-card:hover{border-color:#93c5fd;background:#f0f9ff}.post-card--selected{border-color:var(--bm-primary)!important;background:#eff6ff!important;box-shadow:0 0 0 3px #1677ff14}.post-card__check{flex-shrink:0;pointer-events:none}.post-card__img{width:80px;height:56px;object-fit:cover;border-radius:6px;flex-shrink:0}.post-card__img--empty{display:flex;align-items:center;justify-content:center;background:#e8eaf0;color:#b0b8cc;font-size:20px}.post-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.post-card__title{font-size:13px;font-weight:600;color:var(--bm-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-card__desc{font-size:12px;color:var(--bm-sub);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.post-card__meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.post-card__date{font-size:11px;color:#9ca3af;margin-left:auto}._chatBox_1eflq_2{display:flex;flex-direction:column;height:100%;background:#f0f2f7;font-family:Plus Jakarta Sans,sans-serif}._header_1eflq_10{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#fff;border-bottom:1px solid #e8eaf0;box-shadow:0 2px 8px #0000000a;flex-shrink:0}._headerAvatar_1eflq_21{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#1677ff,#4096ff);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}._headerInfo_1eflq_33{flex:1}._headerTitle_1eflq_37{font-size:14px;font-weight:700;color:#1a1d27;margin-bottom:2px}._headerStatus_1eflq_44{font-size:11px;font-weight:500;display:flex;align-items:center;gap:5px}._statusDot_1eflq_52{width:7px;height:7px;border-radius:50%;flex-shrink:0}._statusDotOnline_1eflq_58{background:#10b981;animation:_pulse_1eflq_1 2s infinite}._statusDotOffline_1eflq_62{background:#d1d5db}._statusTextOnline_1eflq_66{color:#10b981}._statusTextOffline_1eflq_69{color:#9ca3af}._messages_1eflq_73{flex:1;overflow-y:auto;padding:20px 16px;display:flex;flex-direction:column;gap:6px}._messages_1eflq_73::-webkit-scrollbar{width:4px}._messages_1eflq_73::-webkit-scrollbar-thumb{background:#e8eaf0;border-radius:4px}._messageRow_1eflq_89{display:flex;align-items:flex-end;gap:8px}._messageRowMine_1eflq_94{flex-direction:row-reverse}._messageRowOther_1eflq_97{flex-direction:row}._avatar_1eflq_101{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-bottom:2px}._avatarMine_1eflq_112{background:linear-gradient(135deg,#1677ff,#4096ff);color:#fff}._avatarOther_1eflq_116{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._bubble_1eflq_121{max-width:65%;padding:10px 14px;border-radius:16px;font-size:13px;line-height:1.5;word-break:break-word;animation:_fadeUp_1eflq_1 .18s ease}._bubbleMine_1eflq_130{background:#1677ff;color:#fff;border-bottom-right-radius:4px}._bubbleOther_1eflq_135{background:#fff;color:#1a1d27;border-bottom-left-radius:4px;box-shadow:0 1px 4px #00000012}._bubbleTime_1eflq_142{font-size:10px;margin-top:4px;opacity:.6;text-align:right}._inputArea_1eflq_149{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border-top:1px solid #e8eaf0;flex-shrink:0}._input_1eflq_149{flex:1;padding:10px 14px;border-radius:24px;border:1.5px solid #e8eaf0;font-size:13px;font-family:Plus Jakarta Sans,sans-serif;outline:none;background:#f8f9fb;transition:border-color .15s,background .15s;color:#1a1d27}._input_1eflq_149:focus{border-color:#1677ff;background:#fff}._input_1eflq_149::placeholder{color:#b0b8cc}._sendBtn_1eflq_179{width:40px;height:40px;border-radius:50%;background:#1677ff;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;transition:background .15s,transform .1s}._sendBtn_1eflq_179:hover{background:#0958d9}._sendBtn_1eflq_179:active{transform:scale(.92)}._sendBtn_1eflq_179:disabled{background:#d1d5db;cursor:not-allowed}@keyframes _pulse_1eflq_1{0%,to{opacity:1}50%{opacity:.35}}@keyframes _fadeUp_1eflq_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}:root{--chat-bg: #f0f2f7;--chat-white: #ffffff;--chat-primary: #1677ff;--chat-primary-light: #e8f1ff;--chat-border: #e8eaf0;--chat-text: #1a1d27;--chat-sub: #8b92a5;--chat-waiting: #f59e0b;--chat-active: #10b981;--chat-danger: #ef4444;--font: "Plus Jakarta Sans", sans-serif}._page_1hycm_16{display:flex;height:100vh;background:var(--chat-bg);font-family:var(--font);overflow:hidden}._sidebar_1hycm_24{width:300px;flex-shrink:0;display:flex;flex-direction:column;background:var(--chat-white);border-right:1px solid var(--chat-border);box-shadow:2px 0 12px #0000000a}._sidebarHeader_1hycm_34{padding:20px 20px 16px;border-bottom:1px solid var(--chat-border)}._sidebarHeader_1hycm_34 h3{margin:0 0 6px;font-size:16px;font-weight:700;color:var(--chat-text)}._sidebarMeta_1hycm_45{font-size:12px;color:var(--chat-sub);display:flex;align-items:center;gap:6px}._dot_1hycm_53{width:7px;height:7px;border-radius:50%;background:var(--chat-active);animation:_pulse_1hycm_1 2s infinite}._roomList_1hycm_61{flex:1;overflow-y:auto;padding:8px 0}._roomList_1hycm_61::-webkit-scrollbar{width:4px}._roomList_1hycm_61::-webkit-scrollbar-thumb{background:var(--chat-border);border-radius:4px}._roomItem_1hycm_74{display:flex;align-items:center;gap:12px;padding:12px 20px;cursor:pointer;transition:background .15s;position:relative}._roomItem_1hycm_74:hover{background:#f8f9fb}._roomItemActive_1hycm_87{background:var(--chat-primary-light)!important}._roomItemActive_1hycm_87:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;background:var(--chat-primary);border-radius:0 3px 3px 0}._roomAvatar_1hycm_101{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:700;flex-shrink:0;position:relative}._statusDot_1hycm_116{position:absolute;bottom:1px;right:1px;width:10px;height:10px;border-radius:50%;border:2px solid var(--chat-white)}._statusDotWaiting_1hycm_126{background:var(--chat-waiting)}._statusDotActive_1hycm_130{background:var(--chat-active)}._roomInfo_1hycm_134{flex:1;min-width:0}._roomName_1hycm_139{font-size:13px;font-weight:600;color:var(--chat-text);margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._roomStatusWaiting_1hycm_149{font-size:11px;font-weight:500;color:var(--chat-waiting)}._roomStatusActive_1hycm_155{font-size:11px;font-weight:500;color:var(--chat-active)}._badge_1hycm_161{min-width:20px;height:20px;padding:0 5px;background:var(--chat-danger);color:#fff;border-radius:10px;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;animation:_pop_1hycm_1 .2s ease}._chatPanel_1hycm_177{flex:1;display:flex;flex-direction:column;min-width:0}._emptyState_1hycm_184{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}._emptyIcon_1hycm_193{width:72px;height:72px;border-radius:50%;background:var(--chat-white);border:2px dashed var(--chat-border);display:flex;align-items:center;justify-content:center;font-size:30px;margin-bottom:4px}._emptyText_1hycm_206{font-size:14px;font-weight:600;color:var(--chat-sub)}._emptySub_1hycm_212{font-size:12px;color:#b0b8cc}@keyframes _pulse_1hycm_1{0%,to{opacity:1}50%{opacity:.35}}@keyframes _pop_1hycm_1{0%{transform:scale(.5)}70%{transform:scale(1.25)}to{transform:scale(1)}}._wrapper_12gny_1{min-height:85vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,#f6f9fc,#eef2f7);padding:20px}._card_12gny_10{width:100%;max-width:600px;border-radius:16px!important;padding:40px 30px;text-align:center;box-shadow:0 10px 30px #00000014}._successIcon_12gny_19{font-size:72px;color:#52c41a;margin-bottom:20px}._title_12gny_25{font-size:28px;font-weight:600;margin-bottom:8px}._subtitle_12gny_31{color:#777;margin-bottom:30px}._orderInfo_12gny_36{background:#fafafa;border-radius:12px;padding:20px;text-align:left;margin-bottom:30px}._orderInfo_12gny_36 div{display:flex;justify-content:space-between;margin-bottom:12px}._orderInfo_12gny_36 div span{color:#666}._orderInfo_12gny_36 div strong{font-weight:600}._orderInfo_12gny_36 div:last-child{margin-bottom:0}._actions_12gny_58{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}._actions_12gny_58 button{min-width:180px}@media(max-width:576px){._card_12gny_10{padding:30px 20px}._actions_12gny_58{flex-direction:column}._actions_12gny_58 button{width:100%}}:root{--bg-color: #ffffff;--text-color: #000000;--primary-color: #1890ff}[data-theme=dark]{--bg-color: #1f1f1f;--text-color: #f0f0f0;--primary-color: #40a9ff}#ThemeToggle{position:fixed;left:0;top:0;z-index:11}
