@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800;900&display=swap";.ddp-footer{background:#001f3f;color:#fff;padding-top:0;font-family:Roboto,sans-serif}.ddp-footer .container{max-width:1200px;margin:0 auto;padding:0 16px}.ddp-footer .footer-map-section{background:#036;padding:40px 0;margin-bottom:40px}.ddp-footer .footer-map-section .map-container{border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000004d}.ddp-footer .footer-map-section .map-container iframe{display:block}.ddp-footer .footer-map-section .map-container .map-placeholder{width:100%;height:400px;background:linear-gradient(90deg,#002a52 25%,#003a70,#002a52 75%);background-size:200% 100%;animation:mapShimmer 1.6s ease-in-out infinite}.ddp-footer .footer-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap;padding-bottom:10px}.ddp-footer .footer-col{flex:1;min-width:230px}.ddp-footer .footer-col .footer-title{font-size:18px;font-weight:700;margin-bottom:12px;color:tan}.ddp-footer .footer-col ul{list-style:none;padding:0;margin:0}.ddp-footer .footer-col ul li{margin-bottom:8px;font-size:14px}.ddp-footer .footer-col ul li a{color:#fff;text-decoration:none;transition:color .2s}.ddp-footer .footer-col ul li a:hover{color:tan}.ddp-footer .footer-col .store-info h4{font-size:16px;font-weight:700;margin:15px 0 8px;color:tan}.ddp-footer .footer-col .store-info ul{margin-bottom:15px}.ddp-footer .footer-col .working-hours{font-size:14px;margin-top:15px;text-align:left}.ddp-footer .footer-logo img{width:200px;margin-bottom:10px}.ddp-footer .footer-desc{font-size:14px;line-height:1.5;margin-bottom:15px;color:#f5f5f5}.ddp-footer .footer-hotline{display:flex;align-items:center;gap:4px;font-size:16px;color:tan;margin-bottom:20px;flex-wrap:wrap}.ddp-footer .footer-hotline .phone-icon{margin-right:4px}.ddp-footer .footer-hotline .phone-number{color:tan;text-decoration:none;font-weight:600;transition:color .2s}.ddp-footer .footer-hotline .phone-number:hover{color:#fff;text-decoration:underline}.ddp-footer .footer-hotline .phone-sep{color:tan}.ddp-footer .footer-social{margin-top:20px}.ddp-footer .footer-social .social-title{font-size:16px;font-weight:700;margin-bottom:12px;color:tan}.ddp-footer .footer-social .social-icons{display:flex;gap:15px;flex-wrap:wrap}.ddp-footer .footer-social .social-icons .social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:#fff;font-size:20px;text-decoration:none;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.ddp-footer .footer-social .social-icons .social-icon:hover{transform:translateY(-3px);box-shadow:0 6px 14px #00000059}.ddp-footer .footer-social .social-icons .social-icon.facebook:hover{background:#1877f2}.ddp-footer .footer-social .social-icons .social-icon.youtube:hover{background:red}.ddp-footer .footer-social .social-icons .social-icon.tiktok:hover{background:#111}.ddp-footer .footer-social .social-icons .social-icon.instagram:hover{background:#c13584}.ddp-footer .map-link{color:#ccc;text-decoration:none;border-bottom:1px dotted rgba(255,255,255,.3);transition:color .2s,border-color .2s}.ddp-footer .map-link:hover{color:tan;border-bottom-color:tan}.ddp-footer .category-skeleton li{margin-bottom:10px}.ddp-footer .category-skeleton .skeleton-line{background:linear-gradient(90deg,#ffffff14 25%,#ffffff26,#ffffff14 75%);background-size:200% 100%;animation:mapShimmer 1.4s ease-in-out infinite;border-radius:4px;height:14px;display:block}.ddp-footer .footer-bottom{text-align:center;background:#036;padding:14px 0;font-size:14px;margin-top:30px;border-top:1px solid rgba(255,255,255,.1)}@keyframes mapShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.ddp-footer .footer-map-section{padding:30px 0;margin-bottom:30px}.ddp-footer .footer-map-section .map-container iframe,.ddp-footer .footer-map-section .map-container .map-placeholder{height:300px}.ddp-footer .footer-grid{flex-direction:column;gap:28px;text-align:center}.ddp-footer .footer-col{min-width:100%}.ddp-footer .footer-col .working-hours{text-align:center}.ddp-footer .footer-col ul{display:inline-block;text-align:left}.ddp-footer .footer-hotline,.ddp-footer .footer-social .social-icons{justify-content:center}.ddp-footer .footer-logo{display:flex;justify-content:center}}@media(max-width:480px){.ddp-footer .footer-grid{gap:20px}}.ddp-header{width:100%;background:#fff;font-family:Roboto,sans-serif;position:relative;top:0;z-index:1000;transition:box-shadow .3s ease;box-shadow:0 2px 10px #0000001a}.ddp-header .container{max-width:1200px;margin:0 auto;padding:0 16px}.ddp-header .topbar{background:#f5f5f5;text-align:center;padding:8px 0;font-size:14px;color:#333;transition:all .4s ease}.ddp-header .header-main{display:flex;align-items:center;justify-content:space-between;padding:12px 0;transition:all .4s ease;position:relative;z-index:100000!important}.ddp-header .header-main .logo img{width:200px;height:auto}.ddp-header .header-main .search-box{position:relative;z-index:100000!important;flex:1;max-width:500px;margin-left:30px}.ddp-header .header-main .search-box form{display:flex;width:100%}.ddp-header .header-main .search-box input{flex:1;padding:12px 16px;border:2px solid #001f3f;border-right:none;border-radius:8px 0 0 8px;font-size:15px;outline:none;transition:all .3s}.ddp-header .header-main .search-box input:focus{border-color:#d6a041;box-shadow:0 0 0 4px #d6a44126}.ddp-header .header-main .search-box button{background:#001f3f;color:#fff;border:none;border-radius:0 8px 8px 0;padding:0 25px;cursor:pointer;font-size:18px;transition:all .3s;position:relative}.ddp-header .header-main .search-box button:hover{background:#d6a041}.ddp-header .header-main .search-box button:active{transform:scale(.95)}.ddp-header .header-main .search-box button .search-icon{display:block}.ddp-header .header-main .search-box .search-suggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 12px 35px #0000002e;max-height:460px;overflow-y:auto;z-index:99999!important;animation:fadeInDown .25s ease-out;transform:translateZ(0)}.ddp-header .header-main .search-box .search-suggestions::-webkit-scrollbar{width:6px}.ddp-header .header-main .search-box .search-suggestions::-webkit-scrollbar-thumb{background:#aaa;border-radius:3px}.ddp-header .header-main .search-box .search-suggestions .suggestion-item{display:flex;align-items:center;padding:12px 16px;gap:14px;text-decoration:none;color:#333;transition:background .2s}.ddp-header .header-main .search-box .search-suggestions .suggestion-item:hover{background:#f8f9fa}.ddp-header .header-main .search-box .search-suggestions .suggestion-item.skeleton{pointer-events:none}.ddp-header .header-main .search-box .search-suggestions .suggestion-item .suggestion-img{width:56px;height:56px;object-fit:cover;border-radius:8px;background:#f0f0f0;flex-shrink:0}.ddp-header .header-main .search-box .search-suggestions .suggestion-item .suggestion-img.skeleton-img{background:#eee;background-image:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;animation:loading 1.6s infinite}.ddp-header .header-main .search-box .search-suggestions .suggestion-item .suggestion-info{flex:1;min-width:0}.ddp-header .header-main .search-box .search-suggestions .suggestion-item .suggestion-info .suggestion-name{font-size:14.8px;font-weight:500;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ddp-header .header-main .search-box .search-suggestions .suggestion-item .suggestion-info .suggestion-sku{font-size:12.5px;color:#666;margin-top:2px}.ddp-header .header-main .search-box .search-suggestions .suggestion-item .suggestion-info .suggestion-price-info{display:flex;flex-direction:column;align-items:flex-end;font-size:14px;line-height:1.3}.ddp-header .header-main .search-box .search-suggestions .suggestion-item .suggestion-info .price-sale{font-weight:700;color:#d32f2f;font-size:15px}.ddp-header .header-main .search-box .search-suggestions .suggestion-item .suggestion-info .price-original-wrapper{display:flex;align-items:center;gap:6px;margin-top:2px}.ddp-header .header-main .search-box .search-suggestions .suggestion-item .suggestion-info .price-original{text-decoration:line-through;color:#999;font-size:13px}.ddp-header .header-main .search-box .search-suggestions .suggestion-item .suggestion-info .discount-percent{background:#d32f2f;color:#fff;font-size:12px;font-weight:700;padding:2px 6px;border-radius:4px}.ddp-header .header-main .search-box .search-suggestions .suggestion-item .suggestion-info .skeleton-line{height:16px;background:#eee;border-radius:4px;margin-bottom:8px}.ddp-header .header-main .search-box .search-suggestions .suggestion-item .suggestion-info .skeleton-line.short{width:65%}.ddp-header .header-main .search-box .search-suggestions .suggestion-footer{padding:14px 16px;background:#f8f9fa;font-size:14px;color:#555;text-align:center;border-top:1px solid #eee;font-style:italic}.ddp-header .header-main .search-box .search-suggestions .suggestion-footer strong{color:#001f3f;font-weight:600}.ddp-header .header-main .actions{display:flex;align-items:center;gap:22px}.ddp-header .header-main .actions .cart-box{position:relative;cursor:pointer;padding:8px;transition:transform .3s ease}.ddp-header .header-main .actions .cart-box:hover{transform:scale(1.12)}.ddp-header .header-main .actions .cart-box .cart-icon{font-size:26px}.ddp-header .header-main .actions .cart-box .badge{position:absolute;top:-8px;right:-8px;background:#e74c3c;color:#fff;font-size:12px;font-weight:700;min-width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 8px #e74c3c66}.ddp-header .header-main .actions .hotline{font-size:16px;white-space:nowrap;display:flex;align-items:center;gap:6px}.ddp-header .header-main .actions .user-box{position:relative;z-index:1200}.ddp-header .header-main .actions .user-link{display:flex;align-items:center;gap:6px;color:#001f3f;text-decoration:none;padding:8px 12px;border-radius:8px;transition:all .3s ease}.ddp-header .header-main .actions .user-link:hover{background:#001f3f1a;transform:translateY(-1px)}.ddp-header .header-main .actions .user-icon{font-size:24px}.ddp-header .header-main .actions .user-box-text{font-size:14px;font-weight:500;color:#001f3f}.ddp-header.scrolled .topbar,.ddp-header.scrolled .header-main{height:0;padding:0;opacity:0;overflow:hidden;visibility:hidden}.ddp-header.scrolled .nav-menu{box-shadow:0 4px 20px #0000002e}.ddp-header.at-top .topbar,.ddp-header.at-top .header-main{height:auto;padding:initial;opacity:1;overflow:visible;visibility:visible}.nav-menu{background:#001f3f;transition:all .35s ease;position:sticky;top:-100px;z-index:1000}.nav-menu.fixed-when-scrolled{position:fixed;top:0;left:0;right:0;z-index:1005;box-shadow:0 4px 20px #0003}.nav-menu .nav-container{display:flex;align-items:center;justify-content:space-between;padding:0 16px}.nav-menu .category-main-item{position:relative}.nav-menu .category-trigger{color:#fff;padding:14px 24px;cursor:pointer;font-weight:700;text-transform:uppercase;display:flex;align-items:center;gap:10px;font-size:15px;transition:background .3s}.nav-menu .category-trigger .menu-icon{font-size:26px}.nav-menu .category-trigger:hover{background:#ffffff1a}.nav-menu .tree-menu-wrapper{position:relative;overflow:visible!important}.nav-menu .tree-dropdown{position:absolute;top:100%;left:0;background:#001f3f;min-width:280px;border-radius:0 0 12px 12px;box-shadow:0 10px 30px #0000004d;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .35s ease;pointer-events:none;z-index:999;overflow:visible!important}.nav-menu .tree-menu-wrapper:hover .tree-dropdown,.nav-menu .tree-dropdown.show-at-top{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}.nav-menu .tree-level{display:flex;flex-direction:column}.nav-menu .tree-item{position:relative;transition:background .3s}.nav-menu .tree-link{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;color:#fff;text-decoration:none;font-weight:500;font-size:15px}.nav-menu .tree-arrow{font-size:24px;font-weight:700;transition:transform .2s}.nav-menu .tree-item:hover>.tree-link>.tree-arrow{transform:translate(4px)}.nav-menu .tree-submenu{position:absolute;top:0;left:100%;background:#001f3f;min-width:260px;box-shadow:5px 5px 15px #0000004d;display:flex;flex-direction:column}.nav-menu .tree-submenu .tree-item:hover,.nav-menu .tree-submenu .tree-item.active{background:#d6a041}.nav-menu .tree-submenu .tree-link{padding:12px 20px;font-size:14.5px}.nav-menu .main-menu-items{display:flex;gap:40px;flex-grow:1;justify-content:flex-end}.nav-menu .menu-item{color:#fff;font-weight:600;font-size:15px;text-transform:uppercase;padding:14px 28px;text-decoration:none;transition:color .3s ease}.nav-menu .menu-item:hover,.nav-menu .menu-item.active{color:#d6a041}.mega-submenu{position:absolute;left:100%;top:0;background:#001f3f;min-width:280px;border-radius:0 8px 8px 0;box-shadow:8px 8px 30px #0006;z-index:99999;opacity:0;visibility:hidden;transform:translate(-10px);transition:all .3s ease;padding:8px 0;margin-left:1px}.tree-item:hover>.mega-submenu{opacity:1;visibility:visible;transform:translate(0)}.tree-item:hover>.tree-link{background:#ffffff1f;color:#d6a041}.submenu-item{position:relative}.submenu-title{display:flex;justify-content:space-between;align-items:center;padding:11px 24px;color:#fff;font-weight:500;font-size:15px;text-decoration:none;transition:all .25s}.submenu-title:hover{background:#ffffff1f;color:#d6a041}.submenu-title .submenu-arrow{font-size:20px;font-weight:700}.submenu-dropdown{position:absolute;left:100%;top:0;background:#001f3f;min-width:260px;padding:8px 0;border-radius:0 8px 8px 0;box-shadow:8px 8px 30px #0006;opacity:0;visibility:hidden;transform:translate(-10px);transition:all .3s ease;margin-left:1px;z-index:99999}.submenu-item:hover>.submenu-dropdown{opacity:1;visibility:visible;transform:translate(0)}.submenu-leaf{display:block;padding:10px 24px;color:#eee;font-size:14.8px;text-decoration:none;transition:all .25s}.submenu-leaf:hover{background:#ffffff1a;color:#d6a041;padding-left:30px}.tree-dropdown,.tree-menu-wrapper,.mega-submenu,.submenu-dropdown{overflow:visible!important}.user-logged-in{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .3s}.user-logged-in:hover{background:#001f3f1a}.user-logged-in:hover .arrow-down{transform:rotate(180deg)}.user-logged-in .arrow-down{font-size:10px;transition:transform .3s}.user-dropdown{position:absolute;top:100%;right:0;margin-top:1px;background:#fff;min-width:280px;border:1px solid #ddd;border-radius:12px;box-shadow:0 15px 40px #0003;padding:16px 0;z-index:2000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;pointer-events:none}.user-box:hover .user-dropdown,.user-box.show-dropdown .user-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}.user-dropdown .dropdown-item{padding:11px 24px;display:flex;align-items:center;gap:12px;font-size:14.5px;color:#444;transition:background .2s}.user-dropdown .dropdown-item:hover{background:#f8f9fa}.user-dropdown .dropdown-item.edit-profile{color:#d6a041;font-weight:600;text-decoration:none}.user-dropdown .dropdown-item.edit-profile svg{width:18px;height:18px;stroke:#d6a041}.user-dropdown .dropdown-item.logout{color:#e74c3c;font-weight:600;cursor:pointer}.user-dropdown hr{margin:10px 0;border:none;border-top:1px solid #eee}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.mobile-header{position:relative;background:#fff;font-family:Roboto,sans-serif;box-shadow:0 2px 8px #0000001f}.mobile-header .mobile-header-top{display:flex;align-items:center;justify-content:space-between;padding:7px 10px;background:#fff;gap:6px}.mobile-header .mobile-menu-btn{background:none;border:none;font-size:18px;color:#001f3f;cursor:pointer;padding:6px 7px;border-radius:6px;flex-shrink:0;display:flex;align-items:center;transition:background .2s}.mobile-header .mobile-menu-btn:active{background:#001f3f1a}.mobile-header .mobile-logo{flex:1;display:flex;justify-content:center}.mobile-header .mobile-logo img{height:32px;width:auto;object-fit:contain}.mobile-header .mobile-header-actions{display:flex;align-items:center;gap:1px;flex-shrink:0}.mobile-header .mobile-lang-switch{display:flex;align-items:center;gap:3px;margin-right:4px}.mobile-header .mobile-lang-btn{background:none;border:1.5px solid #d0d8e0;color:#555;font-size:11px;font-weight:700;padding:4px 7px;border-radius:5px;cursor:pointer;transition:all .2s;letter-spacing:.04em;line-height:1}.mobile-header .mobile-lang-btn.active{background:#001f3f;color:#fff;border-color:#001f3f}.mobile-header .mobile-lang-btn:active:not(.active){background:#001f3f14}.mobile-header .mobile-action-btn{background:none;border:none;font-size:17px;color:#001f3f;cursor:pointer;padding:6px 7px;border-radius:6px;transition:background .2s;position:relative;text-decoration:none;display:flex;align-items:center;justify-content:center}.mobile-header .mobile-action-btn:active{background:#001f3f1a}.mobile-header .mobile-action-btn .cart-badge{position:absolute;top:1px;right:1px;background:#e74c3c;color:#fff;font-size:9px;font-weight:700;min-width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 2px}.mobile-header .mobile-search-always{padding:6px 12px 8px;background:#fff;position:relative}.mobile-header .mobile-search-form{display:flex;width:100%;border:1.5px solid #001f3f;border-radius:8px;overflow:hidden;background:#fff}.mobile-header .mobile-search-form input{flex:1;padding:9px 12px;border:none;font-size:14px;outline:none;background:#fff;min-width:0}.mobile-header .mobile-search-form input::placeholder{color:#aaa;font-size:13.5px}.mobile-header .mobile-search-submit{background:#001f3f;color:#fff;border:none;padding:0 16px;font-size:14px;cursor:pointer;display:flex;align-items:center;flex-shrink:0;transition:background .2s}.mobile-header .mobile-search-submit:active{background:#b8852e}.mobile-header .mobile-suggestions{position:fixed;left:12px;right:12px;top:130px;background:#fff;border-radius:0 0 10px 10px;border:1px solid #e0e0e0;border-top:none;box-shadow:0 8px 20px #00000026;overflow:hidden;max-height:340px;overflow-y:auto;z-index:9999;animation:fadeInDown .2s ease-out}.mobile-header .mobile-suggestion-item{display:flex;align-items:center;padding:9px 12px;gap:10px;text-decoration:none;color:#333;border-bottom:1px solid #f0f0f0;transition:background .15s}.mobile-header .mobile-suggestion-item:last-child{border-bottom:none}.mobile-header .mobile-suggestion-item:active{background:#f5f5f5}.mobile-header .mobile-suggestion-item .skeleton-img{width:44px;height:44px;border-radius:6px;background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;animation:shimmerLoad 1.6s infinite;flex-shrink:0}.mobile-header .mobile-suggestion-item .skeleton-lines{flex:1}.mobile-header .mobile-suggestion-item .skeleton-line{height:13px;background:#eee;border-radius:4px;margin-bottom:7px}.mobile-header .mobile-suggestion-item .skeleton-line.short{width:60%}.mobile-header .mobile-suggestion-img{width:44px;height:44px;object-fit:cover;border-radius:6px;flex-shrink:0;background:#f0f0f0}.mobile-header .mobile-suggestion-info{flex:1;min-width:0}.mobile-header .mobile-suggestion-name{font-size:13px;font-weight:500;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.mobile-header .mobile-suggestion-price{font-size:13px;font-weight:700;color:#d32f2f}.mobile-header .mobile-suggestion-footer{padding:9px 12px;background:#f8f9fa;font-size:12px;color:#666;text-align:center;font-style:italic}.mobile-header .mobile-suggestion-footer strong{color:#001f3f}.mobile-header .mobile-category-section{background:#fff;border-top:1px solid #eee}.mobile-header .mobile-category-header{display:flex;align-items:center;gap:10px;padding:11px 14px;background:#001f3f;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.mobile-header .mobile-category-header:active{background:#0a3460}.mobile-header .mobile-category-header .cat-header-icon{font-size:20px;color:#fff;flex-shrink:0}.mobile-header .mobile-category-header .cat-header-text{font-size:13.5px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.03em;flex:1}.mobile-header .mobile-category-header .cat-header-arrow{font-size:20px;color:#fffc;font-weight:700;flex-shrink:0}.mobile-header .mobile-cat-chips{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;padding:9px 10px 11px;background:#fff;border-top:1px solid #f0f0f0;max-height:200px;overflow:hidden;opacity:1}.mobile-header .mobile-cat-chips.mobile-cat-chips--hidden{max-height:0;opacity:0;padding-top:0;padding-bottom:0;pointer-events:none;border-top-color:transparent}.mobile-header .mobile-cat-chip{display:flex;align-items:center;justify-content:center;text-align:center;padding:7px 3px;border:1.5px solid #d0d8e4;border-radius:8px;font-size:11px;font-weight:600;color:#1c2b3a;text-decoration:none;background:#fff;line-height:1.25;min-width:0;overflow:hidden;transition:background .15s,border-color .15s,color .15s}.mobile-header .mobile-cat-chip:active{background:#001f3f;color:#fff;border-color:#001f3f}@media(hover:hover){.mobile-header .mobile-cat-chip:hover{background:#001f3f;color:#fff;border-color:#001f3f}}@keyframes shimmerLoad{0%{background-position:200% 0}to{background-position:-200% 0}}.mega-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:9100;animation:fadeInBg .2s ease}.mega-menu-panel{position:fixed;inset:0;background:#fff;z-index:9101;display:flex;flex-direction:column;animation:slideUpPanel .28s ease;overflow:hidden}@keyframes slideUpPanel{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.mega-menu-header{display:flex;align-items:center;background:#001f3f;padding:0;flex-shrink:0}.mega-menu-header .mega-close-btn{background:none;border:none;color:#fff;font-size:14px;font-weight:600;padding:14px 16px;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:6px;border-right:1px solid rgba(255,255,255,.15);transition:background .2s}.mega-menu-header .mega-close-btn:active{background:#ffffff1a}.mega-menu-header .mega-menu-title{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.04em;padding:14px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mega-menu-body{display:flex;flex:1;overflow:hidden}.mega-left{width:130px;flex-shrink:0;background:#f5f6f8;overflow-y:auto;border-right:1px solid #e0e0e0}.mega-left::-webkit-scrollbar{width:3px}.mega-left::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.mega-left .mega-left-item{padding:14px 12px;font-size:14px;font-weight:500;color:#333;cursor:pointer;border-bottom:1px solid #ececec;transition:all .15s;line-height:1.35}.mega-left .mega-left-item:active{background:#e8ecf0}.mega-left .mega-left-item.active{background:#fff;color:#001f3f;font-weight:700;border-left:3px solid #d6a041;padding-left:9px}.mega-right{flex:1;overflow-y:auto;padding:4px 0 80px;background:#fff}.mega-right::-webkit-scrollbar{width:4px}.mega-right::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.mega-right-hint{padding:30px 20px;color:#aaa;font-size:14px;text-align:center}.mega-right-group{padding:12px 16px 8px;border-bottom:1px solid #f0f0f0}.mega-right-group:last-child{border-bottom:none}.mega-right-parent{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.mega-right-parent-link{font-size:15px;font-weight:700;color:#001f3f;text-decoration:none;letter-spacing:.02em}.mega-right-parent-link:active{color:#d6a041}.mega-right-see-all{font-size:12.5px;color:#888;text-decoration:none;white-space:nowrap;flex-shrink:0}.mega-right-see-all:active{color:#001f3f}.mega-right-children{display:flex;flex-direction:column;gap:2px}.mega-right-child-link{display:block;padding:7px 0;font-size:14px;color:#444;text-decoration:none;border-bottom:1px solid #f8f8f8;transition:color .15s,padding-left .15s}.mega-right-child-link:last-child{border-bottom:none}.mega-right-child-link:active{color:#d6a041;padding-left:6px}.mega-right-empty{padding:16px;display:flex;justify-content:space-between;align-items:center}.mobile-drawer-overlay{position:fixed;inset:0;background:#0000008c;z-index:9000;animation:fadeInBg .25s ease}@keyframes fadeInBg{0%{opacity:0}to{opacity:1}}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:82%;max-width:340px;background:#fff;z-index:9001;overflow-y:auto;animation:slideInLeft .3s ease;display:flex;flex-direction:column}.mobile-drawer::-webkit-scrollbar{width:4px}.mobile-drawer::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#001f3f;flex-shrink:0}.drawer-header .drawer-logo{height:36px;width:auto;filter:brightness(10);opacity:.9}.drawer-header .drawer-close-btn{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:6px;border-radius:6px;transition:background .2s}.drawer-header .drawer-close-btn:active{background:#ffffff26}.drawer-user{padding:16px;background:#f8f9fa;flex-shrink:0}.drawer-user-logged{display:flex;align-items:center;gap:12px;text-decoration:none;transition:background .2s;border-radius:8px;padding:2px 4px}.drawer-user-logged:active{background:#f0f4f8}.drawer-user-avatar{width:42px;height:42px;border-radius:50%;background:#001f3f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;flex-shrink:0}.drawer-user-name{font-weight:600;font-size:14.5px;color:#222}.drawer-user-phone{font-size:12.5px;color:#666;margin-top:2px}.drawer-user-edit-icon{margin-left:auto;font-size:14px;color:#d6a041;flex-shrink:0}.drawer-login-btn{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#001f3f;color:#fff;border-radius:10px;text-decoration:none;font-weight:600;font-size:14px;transition:background .2s}.drawer-login-btn svg{font-size:16px}.drawer-login-btn:active{background:#0a3460}.drawer-divider{height:1px;background:#eee;flex-shrink:0}.drawer-nav-links{padding:6px 0;flex-shrink:0}.drawer-nav-item{display:flex;align-items:center;gap:12px;padding:11px 18px;color:#333;text-decoration:none;font-size:14px;font-weight:500;transition:background .15s}.drawer-nav-item:active{background:#f5f5f5}.drawer-nav-icon{font-size:15px;color:#001f3f;flex-shrink:0;width:18px}.drawer-section-title{padding:10px 18px 5px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#999;flex-shrink:0}.drawer-categories{flex:1;padding-bottom:16px}.drawer-cat-item{border-bottom:1px solid #f5f5f5}.drawer-cat-header{display:flex;align-items:center;justify-content:space-between;padding:13px 20px;cursor:pointer;transition:background .15s}.drawer-cat-header:active{background:#f8f8f8}.drawer-cat-name{flex:1;font-size:15px;font-weight:500;color:#222;text-decoration:none}.drawer-cat-arrow{font-size:14px;color:#888;transition:transform .25s;display:flex;align-items:center}.drawer-cat-arrow.small{font-size:12px}.drawer-sub-cats{background:#f8f9fa;padding:4px 0}.drawer-sub-item{border-bottom:1px solid #eeeeee}.drawer-sub-item:last-child{border-bottom:none}.drawer-sub-header{display:flex;align-items:center;justify-content:space-between;padding:11px 20px 11px 36px;cursor:pointer;transition:background .15s}.drawer-sub-header:active{background:#eef0f3}.drawer-sub-name{flex:1;font-size:14px;font-weight:400;color:#444;text-decoration:none}.drawer-grand-cats{background:#eef2f6;padding:4px 0}.drawer-grand-item{display:block;padding:10px 20px 10px 52px;font-size:13.5px;color:#555;text-decoration:none;transition:background .15s}.drawer-grand-item:active{background:#e5ecf4}.drawer-grand-item:last-child{border-bottom:none}.drawer-hotline{padding:14px 18px;display:flex;align-items:center;gap:10px;background:#fff8ed;flex-shrink:0}.drawer-hotline .hotline-icon{font-size:15px;color:#d6a041;flex-shrink:0}.drawer-hotline a{font-size:16px;font-weight:700;color:#001f3f;text-decoration:none}.drawer-logout-btn{margin:10px 18px 18px;padding:11px;background:none;border:1.5px solid #e74c3c;color:#e74c3c;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;text-align:center;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:8px}.drawer-logout-btn svg{font-size:14px}.drawer-logout-btn:active{background:#e74c3c;color:#fff}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-around;z-index:2000;padding:5px 0 max(5px,env(safe-area-inset-bottom));box-shadow:0 -3px 12px #00000017}.mobile-bottom-nav .bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;cursor:pointer;text-decoration:none;color:#666;padding:3px 6px;border-radius:6px;transition:color .2s;min-width:48px;position:relative}.mobile-bottom-nav .bottom-nav-item:active,.mobile-bottom-nav .bottom-nav-item.bottom-call-btn{color:#001f3f}.mobile-bottom-nav .bottom-nav-icon-wrap{font-size:19px;line-height:1;display:flex;align-items:center;justify-content:center;position:relative}.mobile-bottom-nav .bottom-nav-icon-wrap.zalo-icon{color:#0068ff;font-size:20px}.mobile-bottom-nav .bottom-nav-label{font-size:9.5px;font-weight:500;white-space:nowrap;color:inherit}.mobile-bottom-nav .bottom-badge{position:absolute;top:-4px;right:-6px;background:#e74c3c;color:#fff;font-size:9px;font-weight:700;min-width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-bottom-nav .call-circle{width:44px;height:44px;background:#1ab741;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;box-shadow:0 4px 12px #3ce75373;animation:callPulse 2s infinite;position:relative;top:-8px}@media(max-width:992px){body{padding-bottom:70px}}@keyframes callPulse{0%{box-shadow:0 4px 14px #61e73c73}50%{box-shadow:0 4px 22px #64e73cb3,0 0 0 6px #64e73c1a}to{box-shadow:0 4px 14px #6ae73c73}}@media(max-width:992px){.ddp-header,.nav-menu,.desktop-lang-switcher,.contact-buttons,[class*=contact-btn],[class*=contact-button],.ddp-contact-buttons,div[role=complementary][aria-label*="liên hệ"],div[role=complementary]{display:none!important}.chat-widget,[class*=chat-widget],[class*=chatbot],[class*=chat-bot],.tawk-min-container,#tawkchat-minified-box,.tidio-1,iframe[title*=chat],iframe[title*=Chat],div[id*=chat],div[class*=chat-bubble]{bottom:80px!important;z-index:1500!important}}@media(min-width:993px){.mobile-header,.mobile-bottom-nav,.mobile-drawer-overlay,.mega-menu-overlay,.mobile-lang-wrap{display:none!important}}.on-top-btn{position:fixed;right:20px;bottom:90px;z-index:1499;width:64px;height:64px;border-radius:50%;border:none;cursor:pointer;background:transparent;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000059;transition:transform .2s ease,box-shadow .2s ease}.on-top-btn:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0006}.on-top-btn:active{transform:scale(.93);box-shadow:0 2px 10px #0000004d}@media(max-width:992px){.on-top-btn{right:12px;bottom:160px;width:58px;height:58px}.on-top-btn svg{width:58px;height:58px}}.chat-widget{position:fixed;bottom:20px;right:20px;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chat-widget .chat-toggle-btn{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;color:#fff;cursor:pointer;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s;position:relative}.chat-widget .chat-toggle-btn:hover{transform:scale(1.05);box-shadow:0 6px 16px #0003}.chat-widget .chat-badge{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;border:2px solid white}.chat-widget .chat-window{width:380px;height:600px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out}.chat-widget .chat-header{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.chat-widget .chat-header .chat-header-content{display:flex;align-items:center;gap:12px}.chat-widget .chat-header .chat-logo{width:40px;height:40px;background:#fff3;border-radius:8px;display:flex;align-items:center;justify-content:center}.chat-widget .chat-header h3{margin:0;font-size:16px;font-weight:600}.chat-widget .chat-header .chat-status{margin:4px 0 0;font-size:13px;opacity:.9;display:flex;align-items:center;gap:6px}.chat-widget .chat-header .chat-status .status-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}.chat-widget .chat-header .session-info{margin:2px 0 0;font-size:11px;opacity:.75;font-style:italic}.chat-widget .chat-header .login-hint{font-size:12px;color:#64748b;margin-top:8px}.chat-widget .chat-header .login-hint a{color:#3b82f6;text-decoration:underline}.chat-widget .chat-header .login-hint a:hover{color:#2563eb}.chat-widget .chat-header .chat-close-btn{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:4px;line-height:1;opacity:.8;transition:opacity .2s}.chat-widget .chat-header .chat-close-btn:hover{opacity:1}.chat-widget .chat-messages{flex:1;overflow-y:auto;padding:20px;background:#f9fafb}.chat-widget .chat-messages::-webkit-scrollbar{width:6px}.chat-widget .chat-messages::-webkit-scrollbar-track{background:transparent}.chat-widget .chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chat-widget .chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.chat-widget .chat-welcome{text-align:center;padding:40px 20px;color:#6b7280}.chat-widget .chat-welcome p{margin:8px 0;font-size:15px}.chat-widget .chat-welcome p:first-child{font-size:18px;color:#374151;font-weight:500}.chat-widget .message{margin-bottom:16px;display:flex;animation:fadeIn .3s ease-out}.chat-widget .message.message-user{justify-content:flex-end}.chat-widget .message.message-user .message-content{background:#3b82f6;color:#fff;border-bottom-right-radius:4px}.chat-widget .message.message-admin{justify-content:flex-start}.chat-widget .message.message-admin .message-content{background:#fff;color:#374151;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-widget .message-content{max-width:70%;padding:12px 16px;border-radius:12px;position:relative}.chat-widget .message-content .message-sender-name{font-size:.75rem;font-weight:600;margin-bottom:4px;opacity:.8}.chat-widget .message-content p{margin:0;font-size:14px;line-height:1.5;word-wrap:break-word}.chat-widget .message-content .message-time{display:block;font-size:11px;margin-top:4px;opacity:.7}.chat-widget .typing-indicator{display:flex;gap:4px;padding:12px 16px}.chat-widget .typing-indicator span{width:8px;height:8px;background:#9ca3af;border-radius:50%;animation:typing 1.4s infinite}.chat-widget .typing-indicator span:nth-child(2){animation-delay:.2s}.chat-widget .typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.chat-widget .chat-quick-actions{padding:12px 20px;display:flex;gap:8px;overflow-x:auto;background:#fff;border-top:1px solid #e5e7eb}.chat-widget .chat-quick-actions button{padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;font-size:13px;color:#374151;cursor:pointer;white-space:nowrap;transition:all .2s}.chat-widget .chat-quick-actions button:hover{background:#f3f4f6;border-color:#3b82f6;color:#3b82f6}.chat-widget .chat-input{padding:16px 20px;background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:8px}.chat-widget .chat-input input{flex:1;padding:10px 16px;border:1px solid #e5e7eb;border-radius:24px;font-size:14px;outline:none;transition:border-color .2s}.chat-widget .chat-input input:focus{border-color:#3b82f6}.chat-widget .chat-input input:disabled{background:#f9fafb;cursor:not-allowed}.chat-widget .chat-input button{width:40px;height:40px;border-radius:50%;background:#3b82f6;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.chat-widget .chat-input button:hover:not(:disabled){background:#2563eb}.chat-widget .chat-input button:disabled{background:#9ca3af;cursor:not-allowed}.chat-widget .chat-footer{padding:12px 20px;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:8px;justify-content:center}.chat-widget .chat-footer .feedback-btn{background:#fff;border:1px solid #e5e7eb;padding:6px 12px;border-radius:8px;cursor:pointer;font-size:16px;transition:all .2s}.chat-widget .chat-footer .feedback-btn:hover{border-color:#3b82f6;transform:scale(1.1)}@media(max-width:480px){.chat-widget .chat-window{width:calc(100vw - 40px);height:calc(100vh - 100px);max-height:600px}}.language-switcher{position:fixed;top:16px;right:20px;z-index:9999;display:flex;gap:6px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001f;padding:4px}.language-switcher button{padding:6px 14px;border:1.5px solid #e0e0e0;background:#fff;border-radius:5px;cursor:pointer;font-size:13px;font-weight:600;transition:all .25s ease;display:flex;align-items:center;gap:4px;color:#444;letter-spacing:.03em}.language-switcher button:hover{border-color:#001f3f;background:#f5f7fa;color:#001f3f}.language-switcher button.active{background:#001f3f;color:#fff;border-color:#001f3f}.language-switcher button:focus{outline:none;box-shadow:0 0 0 3px #001f3f26}@media(max-width:992px){.language-switcher{display:none!important}}@keyframes bounceIn{0%{opacity:0;transform:scale(.25) translateY(24px)}55%{opacity:1;transform:scale(1.12) translateY(-4px)}75%{transform:scale(.94) translateY(2px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes ringPhone{0%{box-shadow:0 4px 18px #00000047,0 0 #1ab74199}70%{box-shadow:0 4px 18px #00000047,0 0 0 14px #1ab74100}to{box-shadow:0 4px 18px #00000047,0 0 #1ab74100}}@keyframes ringZalo{0%{box-shadow:0 4px 18px #00000047,0 0 #0068ff99}70%{box-shadow:0 4px 18px #00000047,0 0 0 14px #0068ff00}to{box-shadow:0 4px 18px #00000047,0 0 #0068ff00}}@keyframes ringMessenger{0%{box-shadow:0 4px 18px #00000047,0 0 #0084ff99}70%{box-shadow:0 4px 18px #00000047,0 0 0 14px #0084ff00}to{box-shadow:0 4px 18px #00000047,0 0 #0084ff00}}@keyframes ringMaps{0%{box-shadow:0 4px 18px #00000047,0 0 #ea433599}70%{box-shadow:0 4px 18px #00000047,0 0 0 14px #ea433500}to{box-shadow:0 4px 18px #00000047,0 0 #ea433500}}@keyframes phoneWiggle{0%,to{transform:rotate(0)}10%{transform:rotate(-20deg)}20%{transform:rotate(20deg)}30%{transform:rotate(-14deg)}40%{transform:rotate(14deg)}50%{transform:rotate(-7deg)}60%{transform:rotate(7deg)}70%{transform:rotate(0)}}.contact-buttons{position:fixed;bottom:24px;left:18px;display:flex;flex-direction:column;gap:10px;z-index:9998}.contact-buttons__item{display:flex;align-items:center;position:relative}.contact-buttons__btn{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;flex-shrink:0;overflow:hidden;box-shadow:0 4px 18px #00000047;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease,filter .2s ease}.contact-buttons__btn img,.contact-buttons__btn svg{display:block;pointer-events:none}.contact-buttons__btn:hover{transform:scale(1.14) translateY(-2px);box-shadow:0 8px 28px #00000061;filter:brightness(1.07)}.contact-buttons__btn:active{transform:scale(.94)}.contact-buttons__btn--phone{background:#1ab741;animation:bounceIn .5s cubic-bezier(.34,1.56,.64,1) .15s both,ringPhone 2.4s ease-out 1.6s infinite}.contact-buttons__btn--phone img,.contact-buttons__btn--phone svg{animation:phoneWiggle 1.2s ease-in-out 2.4s 3}.contact-buttons__btn--zalo{background:#0068ff;animation:bounceIn .5s cubic-bezier(.34,1.56,.64,1) .25s both,ringZalo 2.4s ease-out 1.9s infinite}.contact-buttons__btn--messenger{background:linear-gradient(135deg,#00b2ff,#006aff,#ac00e4);animation:bounceIn .5s cubic-bezier(.34,1.56,.64,1) .35s both,ringMessenger 2.4s ease-out 2.2s infinite}.contact-buttons__btn--maps{background:#fff;animation:bounceIn .5s cubic-bezier(.34,1.56,.64,1) .45s both,ringMaps 2.4s ease-out 2.5s infinite}.contact-buttons__tooltip{position:absolute;left:62px;background:#121212e0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:12px;font-weight:600;letter-spacing:.3px;padding:5px 11px;border-radius:7px;white-space:nowrap;pointer-events:none;opacity:0;transform:translate(-8px);transition:opacity .2s ease,transform .2s ease}.contact-buttons__tooltip:before{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:5px solid transparent;border-right-color:#121212e0}.contact-buttons__item:hover .contact-buttons__tooltip{opacity:1;transform:translate(0)}@media(max-width:480px){.contact-buttons{bottom:16px;left:10px;gap:8px}.contact-buttons__btn{width:44px;height:44px}.contact-buttons__tooltip{left:52px}}.admin-wrapper{display:flex;min-height:100vh;background:#f8fafc;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-sidebar{width:280px;background:linear-gradient(180deg,#0f172a,#1e293b);color:#fff;position:fixed;top:0;left:0;bottom:0;z-index:1000;display:flex;flex-direction:column;box-shadow:4px 0 20px #0003}.sidebar-header{padding:2rem 1.5rem;text-align:center;border-bottom:1px solid #334155;background:#ffffff0d}.sidebar-header h2{margin:0;font-size:1.6rem;font-weight:800;letter-spacing:1px;background:linear-gradient(90deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sidebar-header p{margin:.5rem 0 0;font-size:.85rem;opacity:.8}.sidebar-menu{flex:1;padding:1rem 0}.menu-item{text-decoration:none;display:flex;align-items:center;padding:1rem 1.5rem;color:#cbd5e1;font-weight:500;transition:all .3s ease;position:relative}.menu-item .icon{width:20px;height:20px;margin-right:12px;opacity:.8}.menu-item:hover{background:#3b82f626;color:#fff;padding-left:1.8rem}.menu-item.active{background:#3b82f6;color:#fff;font-weight:600;box-shadow:0 4px 15px #3b82f666}.menu-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#60a5fa;border-radius:0 4px 4px 0}.menu-item.active .icon{opacity:1}.sidebar-footer{padding:1.5rem;border-top:1px solid #334155;background:#0003}.sidebar-footer .back-to-site{display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.9rem;text-decoration:none;padding:.8rem;border-radius:8px;transition:all .3s}.sidebar-footer .back-to-site:hover{background:#ffffff1a;color:#fff}.admin-main{margin-left:280px;flex:1;display:flex;flex-direction:column}.admin-topbar{background:#fff;padding:1.5rem 2rem;box-shadow:0 2px 15px #00000014;display:flex;justify-content:space-between;align-items:center;z-index:999}.admin-topbar h1{margin:0;font-size:1.8rem;font-weight:700;color:#1e293b}.admin-topbar .user-info{font-weight:500;color:#475569}.admin-content{flex:1;padding:2rem;background:#f8fafc}.home-page{font-family:sans-serif;color:#333;background:#f8f8f8}.banner-section{padding:20px 0;background:#f5f5f5}.banner-section .banner-container{max-width:1200px;margin:0 auto;padding:0 15px 0 335px}.banner-section .slider-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #0000001a;border:1px solid #eee;max-width:850px;margin-left:auto;margin-right:auto}.banner-section .slider{position:relative;height:420px;overflow:hidden}.banner-section .slider .slider-inner{display:flex;height:100%;transition:transform .6s ease;will-change:transform}.banner-section .slider .slide{min-width:100%;height:100%;flex-shrink:0;overflow:hidden}.banner-section .slider .slide-img{width:100%;height:100%;object-fit:cover;display:block}.banner-section .slider .slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:#0006;color:#fff;border:none;width:50px;height:50px;font-size:28px;cursor:pointer;border-radius:50%;z-index:10;transition:background .3s,transform .3s;display:flex;align-items:center;justify-content:center}.banner-section .slider .slider-nav:hover{background:#c19a6b;transform:translateY(-50%) scale(1.1)}.banner-section .slider .slider-nav.prev{left:15px}.banner-section .slider .slider-nav.next{right:15px}.banner-section .slider .slider-pagination{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.banner-section .slider .slider-pagination .dot{width:12px;height:12px;background:#fff9;border-radius:50%;cursor:pointer;transition:background .3s,transform .3s}.banner-section .slider .slider-pagination .dot.active{background:#c19a6b;transform:scale(1.3)}@media(max-width:992px){.banner-section{padding:0}.banner-section .banner-container{padding:0!important;max-width:100%}.banner-section .slider-wrapper{border-radius:0;box-shadow:none;border:none;max-width:100%;margin:0}.banner-section .slider{height:210px}.banner-section .slider .slide{min-width:100%;height:100%}.banner-section .slider .slide-img{width:100%;height:100%;object-fit:cover}.banner-section .slider .slider-nav{width:32px;height:32px;font-size:18px}.banner-section .slider .slider-nav.prev{left:8px}.banner-section .slider .slider-nav.next{right:8px}.banner-section .slider .slider-pagination{bottom:10px;gap:6px}.banner-section .slider .slider-pagination .dot{width:7px;height:7px}}.product-section{padding:50px 0;background:#fff}.product-section:nth-child(2n){background:#fafafa}.product-section .container{max-width:1200px;margin:0 auto;padding:0 16px}.product-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:15px;border-bottom:3px solid #d6a041}.product-section .section-header .section-title{font-size:28px;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.5px;margin:0}.product-section .section-header .view-all{display:flex;align-items:center;gap:5px;color:#d6a041;font-weight:600;font-size:15px;text-decoration:none;padding:8px 16px;border-radius:6px;border:1px solid #d6a041;transition:background .3s,color .3s,gap .3s,box-shadow .3s}.product-section .section-header .view-all:hover{background:#d6a041;color:#fff;gap:8px;box-shadow:0 4px 12px #d6a0414d}.product-section .section-header .view-all svg{transition:transform .3s}.product-section .section-header .view-all:hover svg{transform:translate(3px)}.product-section .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}@media(max-width:1024px){.product-section .product-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:768px){.product-section .product-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.product-section .product-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee;text-decoration:none;color:inherit;display:flex;flex-direction:column;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.product-section .product-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001f;border-color:#d6a041}.product-section .product-card .product-image{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f8f8f8}.product-section .product-card .product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-section .product-card:hover .product-image img{transform:scale(1.06)}.product-section .product-card .product-info{padding:15px;flex:1;display:flex;flex-direction:column;gap:10px}.product-section .product-card .product-name{font-size:15px;font-weight:600;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px;margin:0;transition:color .3s}.product-section .product-card:hover .product-name{color:#d6a041}.product-section .product-card .product-price{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.product-section .product-card .product-price .price-left{display:flex;flex-direction:column;gap:4px}.product-section .product-card .product-price .price-sale{font-size:20px;font-weight:700;color:#d32f2f}.product-section .product-card .product-price .price-original{color:#999;font-size:15px;text-decoration:line-through}.product-section .product-card .product-price .discount-percent{background:#f44;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;font-weight:700;white-space:nowrap;box-shadow:0 2px 6px #ff44444d;flex-shrink:0}.product-section .product-card.out-of-stock{opacity:.75}.product-section .product-card.out-of-stock:after{content:"";position:absolute;inset:0;background:#ffffff73;pointer-events:none}@media(max-width:768px){.product-section{padding:35px 0}.product-section .section-header .section-title{font-size:22px}.product-section .section-header .view-all{font-size:13px;padding:6px 12px}.product-section .product-card:hover{transform:none;box-shadow:0 4px 12px #00000014}.product-section .product-card:hover .product-image img{transform:none}.product-section .product-card .product-name{font-size:14px;min-height:38px}.product-section .product-card .product-price .price-sale{font-size:17px}.product-section .product-card .product-price .price-original{font-size:13px}.product-section .product-card .product-price .discount-percent{font-size:12px;padding:4px 8px}}@media(max-width:480px){.product-section{padding:25px 0}.product-section .section-header{flex-direction:column;align-items:flex-start;gap:12px}.product-section .section-header .view-all{align-self:flex-end}}.badge.out-of-stock-badge{position:absolute;top:10px;right:10px;background:#393939;color:#fff;padding:6px 12px;border-radius:4px;font-weight:700;font-size:13px;z-index:10;box-shadow:0 2px 4px #0003}.out-of-stock-overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:5}.out-of-stock-text{background:#e74c3c;color:#fff;padding:15px 30px;font-size:24px;font-weight:700;border-radius:8px;box-shadow:0 4px 12px #0000004d}button:disabled,button.disabled{background:#bdc3c7!important;cursor:not-allowed!important;opacity:.6}.product-carousel-wrapper{position:relative;display:flex;align-items:center}.product-carousel-wrapper .carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#00000080;border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s ease,transform .25s ease}.product-carousel-wrapper .carousel-nav:hover{background:#000c;transform:translateY(-50%) scale(1.1)}.product-carousel-wrapper .carousel-nav.prev{left:-20px}.product-carousel-wrapper .carousel-nav.next{right:-20px}.product-carousel{flex:1;overflow:hidden;will-change:contents}.product-carousel .product-carousel-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-carousel .product-carousel-inner .carousel-item{min-width:0}@media(max-width:1200px){.product-carousel .product-carousel-inner{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-carousel .product-carousel-inner{grid-template-columns:repeat(2,1fr);gap:15px}}@media(max-width:480px){.product-carousel .product-carousel-inner{grid-template-columns:repeat(2,1fr);gap:10px}}@media(max-width:768px){.product-carousel-wrapper .carousel-nav{width:32px;height:32px}.product-carousel-wrapper .carousel-nav.prev{left:-12px}.product-carousel-wrapper .carousel-nav.next{right:-12px}}.loading-container{text-align:center;padding:100px 20px;background:#fff}.loading-container .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #d6a041;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.loading-container p{color:#666;font-size:16px}.product-card.skeleton .skeleton-box,.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e4e4e4,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.skeleton-line{border-radius:6px;display:block}.product-card.skeleton{pointer-events:none;border-color:#eee}.product-card.skeleton:hover{transform:none;box-shadow:none;border-color:#eee}.product-card.skeleton .skeleton-box{position:absolute;inset:0;border-radius:0}.product-card.skeleton .product-image{padding-top:100%}.product-card.skeleton .product-info{gap:12px}.pd-page{background:#f7f7f7;padding-bottom:80px}.pd-page .container{max-width:1200px;margin:0 auto;padding:0 16px}.pd-breadcrumb{background:#fff;border-bottom:1px solid #eee;padding:10px 0;font-size:13px;color:#888}.pd-breadcrumb .container{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pd-breadcrumb a{color:#888;text-decoration:none}.pd-breadcrumb a:hover{color:#d6a041}.pd-breadcrumb span:last-child{color:#1a1a1a;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.pd-breadcrumb svg{color:#ccc;flex-shrink:0}.pd-layout{display:grid;grid-template-columns:1fr 420px;gap:28px;padding:24px 0 32px;align-items:start}@media(max-width:992px){.pd-layout{grid-template-columns:1fr;gap:0;padding:0}}@media(max-width:992px){.pd-gallery{background:#fff}}.pd-gallery__main{position:relative;background:#fff;border-radius:12px 12px 0 0;overflow:hidden;cursor:zoom-in;aspect-ratio:1/1}@media(max-width:992px){.pd-gallery__main{border-radius:0;aspect-ratio:4/3}}.pd-gallery__main img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .4s ease}.pd-gallery__main:hover img{transform:scale(1.04)}.pd-gallery__main:hover .pd-gallery__zoom-hint{opacity:1}.pd-gallery__zoom-hint{position:absolute;bottom:12px;right:12px;background:#0000008c;color:#fff;font-size:12px;padding:5px 10px;border-radius:20px;display:flex;align-items:center;gap:5px;opacity:0;transition:opacity .2s;pointer-events:none}@media(max-width:768px){.pd-gallery__zoom-hint{display:none}}.pd-gallery__oos-overlay{position:absolute;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:5}.pd-gallery__oos-overlay span{background:#393939;color:#fff;padding:12px 28px;font-size:20px;font-weight:700;border-radius:8px}.pd-gallery__disc-badge{position:absolute;top:14px;left:14px;background:#e74c3c;color:#fff;font-weight:700;font-size:15px;padding:5px 14px;border-radius:20px;z-index:4}.pd-gallery__thumbs{display:flex;gap:10px;padding:14px 16px;background:#fafafa;border-top:1px solid #eee;flex-wrap:wrap;justify-content:center;border-radius:0 0 12px 12px}@media(max-width:992px){.pd-gallery__thumbs{border-radius:0;padding:10px 12px}}.pd-gallery__thumb{width:76px;height:76px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:#fff;padding:0;flex-shrink:0;transition:border-color .2s,transform .2s}.pd-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.pd-gallery__thumb.is-active,.pd-gallery__thumb:hover{border-color:#d6a041;transform:scale(1.06)}@media(max-width:480px){.pd-gallery__thumb{width:60px;height:60px}}.pd-info{background:#fff;border-radius:12px;padding:28px 26px;position:sticky;top:16px;height:fit-content}@media(max-width:992px){.pd-info{border-radius:0;padding:20px 16px;position:static;border-top:6px solid #fdf8ef}}.pd-info__badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.pd-info__title{font-size:22px;font-weight:800;color:#1a1a1a;line-height:1.35;margin:0 0 10px}@media(max-width:480px){.pd-info__title{font-size:18px}}.pd-info__sku{font-size:13px;color:#888;margin:0 0 18px}.pd-info__price{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;margin-bottom:22px;padding:16px;background:#fdf8ef;border-radius:8px;border-left:4px solid #d6a041}.pd-info__price-sale{font-size:34px;font-weight:900;color:#e74c3c;line-height:1}@media(max-width:480px){.pd-info__price-sale{font-size:28px}}.pd-info__price-meta{display:flex;flex-direction:column;gap:2px}.pd-info__price-ori{font-size:16px;color:#888;text-decoration:line-through}.pd-info__price-disc{font-size:13px;color:#27ae60;font-weight:600}.pd-badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px}.pd-badge--hot{background:#fff3e0;color:#e65100}.pd-badge--sale{background:#fce4ec;color:#c62828}.pd-badge--stock{background:#e8f5e9;color:#2e7d32}.pd-badge--oos{background:#f5f5f5;color:#757575}.pd-attrs{margin-bottom:22px}.pd-attrs__group{margin-bottom:18px}.pd-attrs__label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:10px}.pd-attrs__selected{font-weight:700;color:#d6a041;font-size:14px}.pd-attrs__options{display:flex;flex-wrap:wrap;gap:10px}.pd-attrs__opt{display:flex;align-items:center;gap:8px;padding:9px 16px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;color:#374151;cursor:pointer;transition:all .2s;min-height:44px}.pd-attrs__opt:hover{border-color:#d6a041;background:#fdf8ef}.pd-attrs__opt.is-active{border-color:#d6a041;background:#fdf8ef;color:#92681f;font-weight:700;box-shadow:0 2px 8px #d6a04140}.pd-attrs__opt-img{width:28px;height:28px;border-radius:4px;object-fit:cover;border:1px solid #e5e7eb}.pd-qty{display:flex;align-items:center;gap:14px;margin-bottom:22px;flex-wrap:wrap}.pd-qty__label{font-size:14px;font-weight:600;color:#1a1a1a;white-space:nowrap}.pd-qty__ctrl{display:flex;align-items:center;border:2px solid #e5e7eb;border-radius:8px;overflow:hidden}.pd-qty__btn{width:40px;height:40px;background:#f9f9f9;border:none;font-size:20px;font-weight:700;color:#d6a041;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.pd-qty__btn:hover:not(:disabled){background:#fdf8ef}.pd-qty__btn:disabled{opacity:.4;cursor:not-allowed}.pd-qty__val{min-width:48px;text-align:center;font-size:16px;font-weight:700;color:#1a1a1a;padding:0 4px;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;line-height:40px}.pd-qty__warn{font-size:13px;color:#e74c3c;font-weight:600}.pd-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}@media(max-width:480px){.pd-actions{grid-template-columns:1fr}}.pd-actions button{display:flex;align-items:center;justify-content:center;gap:8px;padding:15px 12px;font-size:15px;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .25s}.pd-actions button:disabled{opacity:.55;cursor:not-allowed}.pd-actions__buy{background:#e74c3c;color:#fff}.pd-actions__buy:hover:not(:disabled){background:#c0392b;transform:translateY(-1px);box-shadow:0 6px 18px #e74c3c66}.pd-actions__buy.is-loading{background:#c0392b}.pd-actions__cart{background:#fff;color:#d6a041;border:2px solid #d6a041!important}.pd-actions__cart:hover:not(:disabled){background:#d6a041;color:#fff;transform:translateY(-1px);box-shadow:0 6px 18px #d6a0414d}.pd-actions__cart.is-loading{background:#fdf8ef}.pd-installment{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.pd-installment__btn{padding:12px 16px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;border:none;text-align:center;transition:opacity .2s}.pd-installment__btn:hover{opacity:.85}.pd-installment__btn--blue{background:#e3f2fd;color:#1565c0;border:1px solid #bbdefb}.pd-installment__btn--green{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.pd-policies{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px;padding:14px;background:#fdf8ef;border-radius:8px}@media(max-width:480px){.pd-policies{grid-template-columns:1fr;gap:6px;padding:12px}}.pd-policies__item{display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center;font-size:11.5px;color:#555;font-weight:600}@media(max-width:480px){.pd-policies__item{flex-direction:row;text-align:left}}.pd-policies__icon{color:#d6a041;display:flex}.pd-delivery{border-top:1px solid #eee;padding-top:18px}.pd-delivery h4{font-size:15px;color:#1a1a1a;font-weight:700;margin:0 0 10px}.pd-delivery ul{padding-left:18px;margin:0 0 10px}.pd-delivery ul li{font-size:14px;color:#555;margin-bottom:6px;line-height:1.5}.pd-delivery__time{font-size:14px;color:#555;margin:0}.pd-delivery__time strong{color:#1a1a1a}.pd-description{background:#fff;border-radius:12px;margin-top:20px;padding:28px 28px 24px}.pd-description--mobile{display:none}@media(max-width:992px){.pd-description{display:none}.pd-description--mobile{display:block;border-radius:0;margin-top:0;border-top:6px solid #fdf8ef}}.pd-description h3{font-size:22px;font-weight:800;color:#1a1a1a;margin:0 0 20px;padding-bottom:12px;border-bottom:3px solid #d6a041;display:inline-block}.pd-description__body p,.pd-description__body ul,.pd-description__body li{line-height:1.85;color:#555;font-size:15px;margin-bottom:12px}.pd-description__body ul{padding-left:20px}.pd-description__body img{max-width:100%;border-radius:8px;margin:16px 0}.pd-description__body h2,.pd-description__body h3,.pd-description__body h4{color:#1a1a1a;margin:20px 0 10px}.pd-related{background:#fff;margin-top:32px;padding:40px 0}@media(max-width:768px){.pd-related{margin-top:8px;padding:28px 0}}.pd-related__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:14px;border-bottom:3px solid #d6a041}.pd-related__header h2{font-size:24px;font-weight:800;color:#1a1a1a;margin:0;text-transform:uppercase;letter-spacing:.3px}@media(max-width:480px){.pd-related__header h2{font-size:18px}}.pd-related__view-all{display:flex;align-items:center;gap:4px;color:#d6a041;font-size:14px;font-weight:600;text-decoration:none;padding:7px 14px;border:1px solid #d6a041;border-radius:8px;transition:all .25s}.pd-related__view-all:hover{background:#d6a041;color:#fff;box-shadow:0 4px 12px #d6a0414d}.pd-related__view-all:hover svg{transform:translate(3px)}.pd-related__view-all svg{transition:transform .2s}.pd-related__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1024px){.pd-related__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.pd-related__grid{grid-template-columns:repeat(2,1fr);gap:12px}}.pd-related-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s}.pd-related-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000001a;border-color:#d6a041}.pd-related-card.is-oos{opacity:.7}.pd-related-card__img{position:relative;overflow:hidden;background:#f8f8f8}.pd-related-card__img img{width:100%;height:auto;max-height:260px;display:block;object-fit:contain;transition:transform .4s}.pd-related-card:hover .pd-related-card__img img{transform:scale(1.05)}.pd-related-card__oos{position:absolute;top:8px;right:8px;background:#393939;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:4px;z-index:2}.pd-related-card__disc{position:absolute;top:8px;left:8px;background:#e74c3c;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;border-radius:4px;z-index:2}.pd-related-card__info{padding:12px 14px 14px;flex:1;display:flex;flex-direction:column;gap:8px}.pd-related-card__name{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;transition:color .2s}.pd-related-card:hover .pd-related-card__name{color:#d6a041}.pd-related-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto;flex-wrap:wrap}.pd-related-card__sale{font-size:18px;font-weight:800;color:#e74c3c}.pd-related-card__ori{font-size:13px;color:#888;text-decoration:line-through}.pd-sticky-bar{display:none}@media(max-width:768px){.pd-sticky-bar{display:flex;align-items:center;position:fixed;bottom:0;left:0;right:0;z-index:500;background:#fff;border-top:1px solid #eee;padding:10px 12px;gap:10px;box-shadow:0 -4px 16px #0000001f}}.pd-sticky-bar__price{font-size:17px;font-weight:800;color:#e74c3c;white-space:nowrap;flex-shrink:0}.pd-sticky-bar__actions{display:flex;gap:8px;flex:1}.pd-sticky-bar__actions button{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:11px 8px;font-size:14px;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s}.pd-sticky-bar__actions button:active{opacity:.8}.pd-sticky-bar__actions button:disabled{opacity:.5;cursor:not-allowed}.pd-sticky-bar__cart{background:#fff;color:#d6a041;border:2px solid #d6a041!important}.pd-sticky-bar__buy{background:#e74c3c;color:#fff}.pd-lightbox{position:fixed;inset:0;background:#000000f5;z-index:9999;display:flex;align-items:center;justify-content:center;animation:pdFadeIn .25s ease}.pd-lightbox__close{position:fixed;top:16px;right:16px;background:#ffffff1f;border:2px solid rgba(255,255,255,.25);color:#fff;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10002;transition:background .2s,transform .2s}.pd-lightbox__close:hover{background:#fff3;transform:rotate(90deg)}.pd-lightbox__nav{position:fixed;top:50%;transform:translateY(-50%);background:#ffffff1a;border:2px solid rgba(255,255,255,.25);color:#fff;width:56px;height:56px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10002;transition:background .2s,transform .2s}.pd-lightbox__nav:hover{background:#fff3}.pd-lightbox__nav--prev{left:20px}.pd-lightbox__nav--prev:hover{transform:translateY(-50%) scale(1.1)}.pd-lightbox__nav--next{right:200px}.pd-lightbox__nav--next:hover{transform:translateY(-50%) scale(1.1)}@media(max-width:768px){.pd-lightbox__nav--next{right:16px}}@media(max-width:480px){.pd-lightbox__nav{width:44px;height:44px}.pd-lightbox__nav--prev{left:8px}.pd-lightbox__nav--next{right:8px}}.pd-lightbox__content{position:relative;max-width:calc(100% - 220px);max-height:90vh;display:flex;align-items:center;justify-content:center;margin-right:180px}@media(max-width:768px){.pd-lightbox__content{max-width:100%;margin-right:0;margin-bottom:90px}}.pd-lightbox__content img{max-width:100%;max-height:88vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080;animation:pdZoomIn .25s ease}.pd-lightbox__counter{position:absolute;bottom:-36px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:5px 16px;border-radius:20px;font-size:13px;font-weight:600;white-space:nowrap}.pd-lightbox__thumbs{position:fixed;right:16px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;max-height:80vh;overflow-y:auto;padding:10px;background:#00000080;border-radius:12px;z-index:10001;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}@media(max-width:768px){.pd-lightbox__thumbs{inset:auto auto 12px 50%;transform:translate(-50%);flex-direction:row;max-height:none;max-width:92vw;overflow-x:auto;overflow-y:hidden}}.pd-lightbox__thumb{width:72px;height:72px;border:3px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;flex-shrink:0;background:transparent;padding:0;transition:border-color .2s,transform .2s}.pd-lightbox__thumb img{width:100%;height:100%;object-fit:cover;display:block}.pd-lightbox__thumb:hover{border-color:#ffffff80;transform:scale(1.06)}.pd-lightbox__thumb.is-active{border-color:#d6a041;box-shadow:0 0 16px #d6a04180;transform:scale(1.06)}@media(max-width:768px){.pd-lightbox__thumb{width:60px;height:60px}}.pd-skeleton__btn,.pd-skeleton__line,.pd-skeleton__img{background:linear-gradient(90deg,#ebebeb 25%,#f5f5f5,#ebebeb 75%);background-size:200% 100%;animation:pdShimmer 1.4s ease-in-out infinite}.pd-skeleton{padding:24px 0 60px}.pd-skeleton__layout{display:grid;grid-template-columns:1fr 420px;gap:28px}@media(max-width:992px){.pd-skeleton__layout{grid-template-columns:1fr}}.pd-skeleton__img{aspect-ratio:1;border-radius:12px}.pd-skeleton__info{display:flex;flex-direction:column;gap:16px}.pd-skeleton__line{height:16px;border-radius:8px;width:100%}.pd-skeleton__line--title{height:28px;width:85%}.pd-skeleton__line--price{height:44px;width:55%}.pd-skeleton__line--short{width:40%}.pd-skeleton__btns{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}.pd-skeleton__btn{height:52px;border-radius:12px}.pd-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;gap:16px;text-align:center;padding:40px 20px}.pd-error p{font-size:18px;color:#555;margin:0}.pd-error__back{display:inline-flex;align-items:center;gap:6px;color:#d6a041;text-decoration:none;font-weight:600;font-size:15px;padding:10px 20px;border:1px solid #d6a041;border-radius:8px;transition:all .2s}.pd-error__back:hover{background:#d6a041;color:#fff}@keyframes pdFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pdZoomIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pdShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.about-section,.about-hero,.about-stats{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.about-section.revealed,.about-hero.revealed,.about-stats.revealed{opacity:1;transform:translateY(0)}.about-container{max-width:1100px;margin:0 auto;padding:0 20px}.section-label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#b8965a;margin-bottom:14px}.section-label.light{color:#ffffffbf}.section-heading{font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800;color:#1a1a1a;line-height:1.2;margin:0 0 30px;letter-spacing:-.01em}.section-heading em{font-style:normal;color:#b8965a}.about-hero{position:relative;height:clamp(360px,55vw,580px);overflow:hidden;border-radius:0 0 14px 14px}.about-hero .hero-bg{position:absolute;inset:0}.about-hero .hero-bg .hero-img{width:100%;height:100%;object-fit:cover;display:block}.about-hero .hero-bg .hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#000f1ec7,#000f1e73 55%,#b8965a38)}.about-hero .hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 clamp(20px,6vw,80px);max-width:700px}.about-hero .hero-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#d4b27a;margin-bottom:18px;padding:5px 14px;border:1px solid rgba(212,178,122,.4);border-radius:100px;width:fit-content}.about-hero .hero-title{font-size:clamp(2.2rem,6.5vw,4rem);font-weight:900;color:#fff;line-height:1.1;margin:0 0 22px;letter-spacing:-.02em}.about-hero .hero-title em{font-style:italic;color:#d4b27a}.about-hero .hero-subtitle{font-size:clamp(.95rem,2vw,1.1rem);color:#ffffffd1;line-height:1.7;max-width:520px;margin:0}@media(max-width:600px){.about-hero .br-desktop{display:none}}.about-stats{background:#fff;border-bottom:1px solid #e8ddd0}.about-stats .stats-inner{max-width:1100px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:0}@media(max-width:768px){.about-stats .stats-inner{grid-template-columns:repeat(2,1fr)}}.about-stats .stat-card{padding:36px 24px;text-align:center;border-right:1px solid #e8ddd0;transition:background .2s}.about-stats .stat-card:last-child{border-right:none}@media(max-width:768px){.about-stats .stat-card{border-bottom:1px solid #e8ddd0}.about-stats .stat-card:nth-child(2n){border-right:none}.about-stats .stat-card:nth-last-child(-n+2){border-bottom:none}}@media(max-width:400px){.about-stats .stat-card{padding:24px 16px}}.about-stats .stat-card:hover{background:#f9f3e9}.about-stats .stat-card .stat-icon{font-size:20px;color:#b8965a;margin-bottom:10px}.about-stats .stat-card .stat-value{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:900;color:#1a1a1a;line-height:1;margin-bottom:8px;letter-spacing:-.02em}.about-stats .stat-card .stat-label{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#888}.about-section{padding:clamp(50px,8vw,90px) 0}.about-intro{background:#fff}.about-intro .two-col{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media(max-width:700px){.about-intro .two-col{grid-template-columns:1fr;gap:18px}}.about-intro p{font-size:clamp(.95rem,2vw,1.05rem);color:#555;line-height:1.85;margin:0}.about-capacity{background:#f9f3e9}.about-capacity .capacity-grid{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}@media(max-width:860px){.about-capacity .capacity-grid{grid-template-columns:1fr;gap:40px}}.about-capacity .capacity-text .section-heading{margin-bottom:28px}.about-capacity .capacity-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.about-capacity .capacity-list li{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:#555;line-height:1.6}.about-capacity .capacity-list .check-icon{color:#b8965a;font-size:15px;flex-shrink:0;margin-top:4px}.about-capacity .capacity-visual{display:flex;flex-direction:column;gap:16px;min-width:200px}@media(max-width:860px){.about-capacity .capacity-visual{flex-direction:row;min-width:0}}@media(max-width:480px){.about-capacity .capacity-visual{flex-direction:column}}.about-capacity .visual-card{background:#fff;border-radius:14px;padding:28px 32px;text-align:center;box-shadow:0 4px 20px #b8965a1f;flex:1}.about-capacity .visual-card.clickable{cursor:pointer;transition:transform .25s,box-shadow .25s}.about-capacity .visual-card.clickable:hover{transform:translateY(-4px);box-shadow:0 10px 32px #b8965a40}.about-capacity .visual-card.clickable:active{transform:translateY(-1px)}.about-capacity .visual-card.clickable:focus-visible{outline:2px solid #b8965a;outline-offset:3px}.about-capacity .visual-card .vc-cta{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#b8965a;margin-top:10px;opacity:0;transform:translateY(4px);transition:opacity .2s,transform .2s}.about-capacity .visual-card.clickable:hover .vc-cta{opacity:1;transform:translateY(0)}.about-capacity .visual-card.accent.clickable .vc-cta{color:#ffffffe6}.about-capacity .visual-card.accent{background:#b8965a}.about-capacity .visual-card.accent .vc-big{color:#fff}.about-capacity .visual-card.accent .vc-sub{color:#ffffffd1}.about-capacity .visual-card .vc-big{font-size:clamp(2rem,5vw,2.8rem);font-weight:900;color:#1a1a1a;line-height:1;letter-spacing:-.03em}.about-capacity .visual-card .vc-big span{font-size:60%;vertical-align:super}.about-capacity .visual-card .vc-sub{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-top:8px}.about-why{background:#fff}.about-why .section-heading{text-align:center}.about-why .section-label{display:block;text-align:center}.about-why .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:10px}@media(max-width:900px){.about-why .why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.about-why .why-grid{grid-template-columns:1fr}}.about-why .why-card{display:flex;align-items:flex-start;gap:16px;padding:24px 20px;border:1px solid #e8ddd0;border-radius:14px;transition:box-shadow .25s,border-color .25s,transform .25s;background:#fff}.about-why .why-card:hover{box-shadow:0 8px 28px #b8965a24;border-color:#d4b27a;transform:translateY(-3px)}.about-why .why-icon{width:42px;height:42px;border-radius:10px;background:#f9f3e9;color:#b8965a;font-size:17px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-why .why-title{font-size:14.5px;font-weight:700;color:#1a1a1a;margin-bottom:6px}.about-why .why-desc{font-size:13.5px;color:#888;line-height:1.6}.about-commit{background:#001f3f;padding:clamp(50px,8vw,80px) 0}.about-commit .commit-banner{max-width:1100px;margin:0 auto;padding:0 20px;display:flex;align-items:flex-start;gap:32px}@media(max-width:600px){.about-commit .commit-banner{flex-direction:column;gap:16px}}.about-commit .commit-quote{font-size:clamp(4rem,12vw,8rem);line-height:.7;color:#b8965a;font-style:italic;font-weight:900;flex-shrink:0;-webkit-user-select:none;user-select:none}.about-commit .commit-text p{font-size:clamp(1rem,2.5vw,1.15rem);color:#ffffffd9;line-height:1.85;margin:0}.about-contact{background:#f9f3e9}.about-contact .contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:640px){.about-contact .contact-grid{grid-template-columns:1fr}}.about-contact .contact-item{display:flex;align-items:flex-start;gap:16px;padding:20px 22px;background:#fff;border-radius:14px;border:1px solid #e8ddd0;transition:box-shadow .2s,transform .2s}.about-contact .contact-item:hover{box-shadow:0 6px 20px #b8965a21;transform:translateY(-2px)}.about-contact .contact-icon{width:40px;height:40px;border-radius:10px;background:#b8965a;color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-contact .contact-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#b8965a;margin-bottom:4px}.about-contact .contact-value{font-size:14px;color:#1a1a1a;font-weight:500;line-height:1.5}.about-page{width:100%;background:#fafafa;overflow-x:hidden}@media(max-width:992px){.about-page .about-hero{border-radius:0;height:clamp(280px,60vw,400px)}}.auth-layout{display:flex;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;align-items:center;justify-content:center;gap:50px;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;overflow:hidden}.auth-layout:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="2"/></svg>') repeat;pointer-events:none}.auth-card{background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:24px;padding:48px 40px;width:100%;max-width:440px;box-shadow:0 25px 60px #0000004d;position:relative;transition:all .4s ease;border:1px solid rgba(255,255,255,.2)}.auth-card:hover{transform:translateY(-12px);box-shadow:0 35px 80px #0006}.auth-card h2{font-size:30px;font-weight:700;text-align:center;margin-bottom:10px;background:linear-gradient(to right,#e74c3c,#c0392b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-card .subtitle{text-align:center;color:#777;font-size:15px;margin-bottom:32px}.register-side{border-top:6px solid #e74c3c}.login-side{border-top:6px solid #3498db}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-form input{width:90%;padding:16px 18px;border:2px solid #e0e0e0;border-radius:14px;font-size:15px;background:#fdfdfd;transition:all .3s ease}.auth-form input:focus{outline:none;border-color:#e74c3c;background:#fff;box-shadow:0 0 0 5px #e74c3c26}.auth-form input::placeholder{color:#aaa}.password-group{position:relative}.password-group input{padding-right:20px}.password-group button{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;cursor:pointer;padding:6px;border-radius:50%;transition:all .2s}.password-group button:hover{color:#e74c3c;background:#e74c3c1a}.submit-btn{width:100%;padding:18px;margin-top:10px;border:none;border-radius:14px;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;color:#fff}.submit-btn.register-btn{background:linear-gradient(to right,#e74c3c,#c0392b)}.submit-btn.register-btn:hover{background:linear-gradient(to right,#c0392b,#a93226);transform:translateY(-3px)}.submit-btn.login-btn{background:linear-gradient(to right,#3498db,#2980b9)}.submit-btn.login-btn:hover{background:linear-gradient(to right,#2980b9,#1f6ea8);transform:translateY(-3px)}.submit-btn:active{transform:translateY(0)}.error-message{background:#ffebee;color:#e74c3c;padding:14px 16px;border-radius:12px;font-size:14px;text-align:center;border:1px solid #ffcdd2;margin-bottom:10px}.footer-text{text-align:center;margin-top:24px;font-size:14.5px;color:#666}.footer-text a{font-weight:600;text-decoration:none;transition:all .2s}.footer-text a:hover{text-decoration:underline}.footer-text.forgotten a{color:#3498db}.side-banner-link{position:fixed;top:50%;transform:translateY(-50%);z-index:10;transition:transform .4s ease}.side-banner-link:hover{transform:translateY(-50%) scale(1.06)}.side-banner-link.left{left:30px}.side-banner-link.right{right:30px}.side-banner-link .side-banner{width:150px;height:520px;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #0006}.side-banner-link .side-banner img{width:100%;height:100%;object-fit:cover}@media(max-width:1100px){.auth-layout{gap:30px}.side-banner-link .side-banner{width:120px;height:450px}}@media(max-width:992px){.auth-layout{flex-direction:column;gap:40px;padding:60px 20px}.auth-card:hover{transform:none}.side-banner-link{display:none}}@media(max-width:480px){.auth-card{padding:40px 28px;border-radius:18px}h2{font-size:26px}.submit-btn{padding:16px;font-size:17px}}.update-profile-container{max-width:900px;margin:40px auto;padding:20px;font-family:Segoe UI,sans-serif}.update-profile-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:40px;border:1px solid #eee}.update-profile-card h2{text-align:center;color:#1a1a1a;margin-bottom:30px;font-size:26px;font-weight:600}.update-form{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:8px;font-weight:600;color:#333;font-size:15px}.required{color:#e74c3c}.note{font-weight:400;color:#7f8c8d;font-size:13px}.form-group input{padding:14px 16px;border:1px solid #ddd;border-radius:8px;font-size:15px;transition:border .3s;width:100%;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#2c3e50;box-shadow:0 0 0 3px #2c3e501a}.form-group input::placeholder{color:#aaa}.submit-btn{margin-top:20px;padding:16px;background:#2c3e50;color:#fff;font-size:18px;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.submit-btn:hover{background:#1a2530}.submit-btn:disabled{background:#95a5a6;cursor:not-allowed}@media(max-width:768px){.form-row{grid-template-columns:1fr}.update-profile-card{padding:20px}.update-profile-container{padding:10px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-results-page{min-height:60vh;background:#f7f7f7;font-family:Roboto,sans-serif;padding-bottom:60px}.search-header{background:linear-gradient(135deg,#001f3f,#036);padding:36px 0;margin-bottom:36px}.search-header .search-header-inner{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;align-items:center;gap:20px}.search-header .search-icon-decor{font-size:36px;color:#d6a041;opacity:.85;flex-shrink:0}.search-header .search-title{font-size:26px;font-weight:700;color:#fff;margin:0 0 6px;line-height:1.3}.search-header .search-title em{color:#d6a041;font-style:normal}.search-header .search-count{font-size:15px;color:#ffffffbf;margin:0}.search-header .search-count strong{color:#d6a041;font-weight:700}.search-results-container{max-width:1200px;margin:0 auto;padding:0 16px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:400px){.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.product-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee;display:flex;flex-direction:column;position:relative;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 36px #0000001c;border-color:#d6a041}.product-card.just-added{border-color:#27ae60;box-shadow:0 0 0 3px #27ae6033}.product-card.out-of-stock{opacity:.72}.product-card.out-of-stock:after{content:"";position:absolute;inset:0;background:#fff6;pointer-events:none}.product-card .card-image-link{display:block;text-decoration:none}.product-card .card-image{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f8f8f8}.product-card .card-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .36s ease}.product-card:hover .card-image img{transform:scale(1.06)}.product-card .badge{position:absolute;z-index:2;font-size:12px;font-weight:700;padding:4px 10px;border-radius:4px}.product-card .discount-badge{top:10px;left:10px;background:#e74c3c;color:#fff}.product-card .out-of-stock-badge{top:10px;right:10px;background:#555;color:#fff}.product-card .card-body{padding:14px 14px 16px;display:flex;flex-direction:column;flex:1;gap:6px}.product-card .product-name{font-size:14px;font-weight:600;color:#222;line-height:1.45;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;transition:color .2s}.product-card .product-name:hover{color:#d6a041}.product-card .product-sku{font-size:12px;color:#aaa;margin:0}.product-card .price-block{margin-top:auto;padding-top:8px}.product-card .price-left{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.product-card .price-sale{font-size:18px;font-weight:700;color:#d32f2f}.product-card .price-original{font-size:13px;color:#bbb;text-decoration:line-through}.product-card .card-actions{display:flex;gap:8px;margin-top:12px}.product-card .btn-view{flex:1;background:#001f3f;color:#fff;border:none;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .25s}.product-card .btn-view:hover{background:#d6a041}.product-card .btn-view svg{font-size:12px;transition:transform .2s}.product-card .btn-view:hover svg{transform:translate(3px)}.product-card .btn-cart{width:42px;height:42px;flex-shrink:0;background:#fff;border:2px solid #001f3f;border-radius:8px;color:#001f3f;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s,color .25s,border-color .25s}.product-card .btn-cart:hover:not(:disabled){background:#001f3f;color:#fff}.product-card .btn-cart.added{background:#27ae60;border-color:#27ae60;color:#fff}.product-card .btn-cart:disabled{border-color:#ddd;color:#ccc;cursor:not-allowed}.skeleton-card .skeleton-line,.skeleton-card .skeleton-box{background:linear-gradient(90deg,#f0f0f0 25%,#e4e4e4,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.skeleton-card{pointer-events:none}.skeleton-card:hover{transform:none;box-shadow:none;border-color:#eee}.skeleton-card .card-image{padding-top:100%}.skeleton-card .skeleton-box{position:absolute;inset:0}.skeleton-card .skeleton-line{border-radius:6px;display:block;margin-bottom:8px}.empty-state{grid-column:1/-1;text-align:center;padding:80px 20px;color:#888}.empty-state .empty-icon{font-size:64px;margin-bottom:20px;opacity:.5}.empty-state h3{font-size:20px;color:#444;margin:0 0 10px;font-weight:600}.empty-state h3 strong{color:#d6a041}.empty-state p{font-size:15px;margin:0 0 28px}.empty-state .btn-back-home{background:#001f3f;color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .25s}.empty-state .btn-back-home:hover{background:#d6a041}@media(max-width:768px){.search-header{padding:24px 0}.search-header .search-title{font-size:20px}.search-header .search-icon-decor{font-size:28px}.product-card:hover{transform:none;box-shadow:0 4px 12px #00000014}.product-card .btn-view{font-size:12px;padding:9px 8px}}@media(max-width:480px){.search-results-container{padding:0 10px}.product-card .card-body{padding:10px}.product-card .price-sale{font-size:15px}}.paycart-container{min-height:100vh;background:#f4f5f7;padding:32px 16px 60px;font-family:Roboto,Segoe UI,Arial,sans-serif}@media(max-width:768px){.paycart-container{padding:0 0 80px}}.paycart-steps{max-width:1280px;margin:0 auto 28px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#888;padding:0 4px}@media(max-width:768px){.paycart-steps{padding:14px 16px 0;margin-bottom:16px}}.paycart-steps .step{display:flex;align-items:center;gap:6px}.paycart-steps .step__num{width:24px;height:24px;border-radius:50%;background:#ddd;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.paycart-steps .step.is-active{color:#001f3f}.paycart-steps .step.is-active .step__num{background:#001f3f}.paycart-steps .step.is-done{color:#27ae60}.paycart-steps .step.is-done .step__num{background:#27ae60}.paycart-steps .step-sep{flex:1;height:2px;background:#ddd;border-radius:2px;max-width:60px}.paycart-steps .step-sep.is-done{background:#27ae60}.paycart-wrapper{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.75fr 1fr;gap:28px;align-items:start}@media(max-width:992px){.paycart-wrapper{grid-template-columns:1fr;gap:0}}.paycart-left{background:#fff;border-radius:14px;box-shadow:0 10px 40px #0000001c;overflow:hidden}@media(max-width:992px){.paycart-left{border-radius:0;box-shadow:none;border-bottom:8px solid #f4f5f7}}.paycart-left__header{background:linear-gradient(135deg,#001f3f,#001226);padding:20px 28px;display:flex;align-items:center;gap:12px}@media(max-width:768px){.paycart-left__header{padding:16px 18px}}.paycart-left__header .header-icon{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.paycart-left__header h2{margin:0;font-size:20px;font-weight:700;color:#fff;letter-spacing:.3px}@media(max-width:480px){.paycart-left__header h2{font-size:17px}}.paycart-form{padding:28px}@media(max-width:768px){.paycart-form{padding:20px 16px}}.form-section-label{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#001f3f;margin:0 0 14px}.form-section-label:not(:first-child){margin-top:28px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}@media(max-width:600px){.form-row{grid-template-columns:1fr;gap:12px}}.form-row--full{grid-template-columns:1fr}.paycart-form input,.paycart-form select,.paycart-form textarea{width:100%;box-sizing:border-box;padding:13px 16px;font-size:15px;font-family:Roboto,Segoe UI,Arial,sans-serif;color:#1a1a1a;border:2px solid #e8e8e8;border-radius:10px;background:#fafafa;transition:border-color .2s,box-shadow .2s,background .2s;outline:none}.paycart-form input::placeholder,.paycart-form select::placeholder,.paycart-form textarea::placeholder{color:#bbb}.paycart-form input:hover,.paycart-form select:hover,.paycart-form textarea:hover{border-color:#e4bf80;background:#fff}.paycart-form input:focus,.paycart-form select:focus,.paycart-form textarea:focus{border-color:#d6a041;background:#fff;box-shadow:0 0 0 4px #d6a04126}.paycart-form input:valid:not(:placeholder-shown),.paycart-form select:valid:not(:placeholder-shown),.paycart-form textarea:valid:not(:placeholder-shown){border-color:#c3e6cb;background:#f8fff9}.paycart-form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}.paycart-form textarea{min-height:90px;resize:vertical;line-height:1.6}.input-wrap{position:relative}.input-wrap .input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#888;font-size:16px;pointer-events:none;display:flex}.input-wrap input,.input-wrap select{padding-left:42px}.payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}@media(max-width:480px){.payment-methods{grid-template-columns:1fr}}.payment-option{position:relative}.payment-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.payment-option label{display:flex;align-items:center;gap:10px;padding:14px 16px;border:2px solid #e8e8e8;border-radius:10px;cursor:pointer;transition:all .2s;background:#fafafa;font-size:14px;font-weight:500;color:#555}.payment-option label .payment-option__icon{font-size:22px;flex-shrink:0}.payment-option label .payment-option__check{margin-left:auto;width:20px;height:20px;border-radius:50%;border:2px solid #ddd;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.payment-option label:hover{border-color:#d6a041;background:#fdf8ef}.payment-option input:checked+label{border-color:#d6a041;background:#fdf8ef;color:#1a1a1a;font-weight:600;box-shadow:0 2px 10px #d6a04133}.payment-option input:checked+label .payment-option__check{background:#001f3f;border-color:#001f3f}.payment-option input:checked+label .payment-option__check:after{content:"";width:6px;height:6px;background:#fff;border-radius:50%;display:block}.bank-transfer-info{padding:20px;background:#f0fff4;border:2px solid #86efac;border-radius:10px;text-align:center;margin-bottom:16px;animation:pcSlideDown .35s ease-out}.bank-transfer-info .bank-header{font-size:15px;color:#166534;line-height:1.7;margin-bottom:16px;font-weight:500}.bank-transfer-info .qr-wrapper{display:inline-block;margin:8px 0 16px}.bank-transfer-info .qr-code{width:min(320px,80vw);height:auto;border:6px solid #fff;border-radius:10px;box-shadow:0 4px 24px #00000014}.bank-transfer-info .note{font-size:13.5px;color:#166534;font-style:italic;margin:0;line-height:1.6}.btn-pay{width:100%;background:linear-gradient(135deg,#001f3f,#001020);color:#fff;padding:17px;font-size:17px;font-weight:700;font-family:Roboto,Segoe UI,Arial,sans-serif;border:none;border-radius:10px;cursor:pointer;transition:all .3s;box-shadow:0 6px 20px #001f3f47;letter-spacing:.5px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.btn-pay:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 28px #001f3f59;background:linear-gradient(135deg,#003368,#001f3f)}.btn-pay:active:not(:disabled){transform:translateY(0)}.btn-pay:disabled{background:#ccc;box-shadow:none;cursor:not-allowed}.paycart-footer{padding:20px 28px;border-top:1px dashed #e8e8e8;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}@media(max-width:768px){.paycart-footer{padding:16px}}.paycart-footer .btn-back{background:none;border:none;color:#001f3f;font-weight:600;font-size:14px;font-family:Roboto,Segoe UI,Arial,sans-serif;cursor:pointer;display:flex;align-items:center;gap:6px;padding:0;transition:gap .2s}.paycart-footer .btn-back:hover{gap:10px;text-decoration:underline}.paycart-footer .support{font-size:14px;font-weight:600;color:#e74c3c;display:flex;align-items:center;gap:5px}.paycart-right{display:flex;flex-direction:column;gap:16px;position:sticky;top:20px}@media(max-width:992px){.paycart-right{position:static;gap:0}}.order-summary{background:#fff;border-radius:14px;box-shadow:0 10px 40px #0000001c;overflow:hidden}@media(max-width:992px){.order-summary{border-radius:0;box-shadow:none}}.order-summary__header{background:linear-gradient(135deg,#d6a041,#bc8628);padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.order-summary__header h3{margin:0;font-size:16px;font-weight:700;color:#fff;letter-spacing:.2px}.order-summary__header .item-count{background:#ffffff40;color:#fff;font-size:12px;font-weight:700;padding:3px 10px;border-radius:20px}.order-summary__body{padding:0 20px;max-height:420px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ddd transparent}@media(max-width:992px){.order-summary__body{max-height:none}}.cart-item{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #f4f4f4}.cart-item:last-child{border-bottom:none}.product-image-wrapper{position:relative;flex-shrink:0}.product-image-wrapper img{width:80px;height:80px;object-fit:cover;border-radius:10px;border:1px solid #e8e8e8;display:block}@media(max-width:480px){.product-image-wrapper img{width:68px;height:68px}}.quantity-badge{position:absolute;top:-7px;right:-7px;background:#e74c3c;color:#fff;font-size:11px;font-weight:700;min-width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 5px;border:2px solid #fff;box-shadow:0 2px 6px #00000040;z-index:5}.item-info{min-width:0}.item-info h4{margin:0 0 5px;font-size:14px;font-weight:600;line-height:1.45;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.item-info .selected-attributes{margin-top:5px;display:flex;flex-wrap:wrap;gap:4px}.item-info .selected-attributes .attr-tag{display:inline-flex;align-items:center;gap:3px;font-size:11.5px;background:#f0f0f0;color:#555;padding:2px 8px;border-radius:20px;font-weight:500}.item-info .selected-attributes .attr-tag strong{color:#1a1a1a;font-weight:600}.item-info .item-size{font-size:12.5px;color:#888;margin:4px 0 0}.item-price{font-weight:800;color:#e74c3c;font-size:15px;white-space:nowrap;text-align:right}.btn-remove-item{flex-shrink:0;background:#fff;border:1.5px solid #e8e8e8;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#888}.btn-remove-item:hover{background:#e74c3c;color:#fff;border-color:#e74c3c;transform:scale(1.1)}.order-summary__totals{padding:16px 20px 20px;border-top:1px solid #f0f0f0;background:#fafafa}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;font-size:14.5px;color:#555}.summary-row strong{color:#1a1a1a;font-weight:600}.summary-row--shipping strong{color:#27ae60}.summary-row--total{padding-top:14px;margin-top:8px;border-top:2px solid #e8e8e8;font-size:15px;font-weight:700;color:#1a1a1a}.summary-row--total .final-price{font-size:26px;font-weight:900;color:#e74c3c}.empty-cart{text-align:center;padding:48px 20px;color:#888;font-size:16px}.empty-cart .empty-icon{font-size:48px;margin-bottom:12px}.empty-cart p{margin:0}.paycart-mobile-bar{display:none}@media(max-width:768px){.paycart-mobile-bar{display:flex;align-items:center;position:fixed;bottom:0;left:0;right:0;z-index:600;background:#fff;border-top:1px solid #e8e8e8;padding:10px 14px;gap:12px;box-shadow:0 -4px 16px #0000001a}}.paycart-mobile-bar__total{flex-shrink:0}.paycart-mobile-bar__total .label{font-size:11px;color:#888;font-weight:500}.paycart-mobile-bar__total .amount{font-size:18px;font-weight:900;color:#e74c3c;line-height:1}.paycart-mobile-bar__btn{flex:1;background:linear-gradient(135deg,#001f3f,#001226);color:#fff;border:none;border-radius:10px;padding:14px;font-size:15px;font-weight:700;font-family:Roboto,Segoe UI,Arial,sans-serif;cursor:pointer;box-shadow:0 4px 14px #001f3f4d;transition:all .2s}.paycart-mobile-bar__btn:active{opacity:.85;transform:scale(.98)}.paycart-mobile-bar__btn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed}@keyframes pcSlideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.order-success-container{max-width:650px;margin:40px auto 60px;text-align:center;padding:40px 20px;font-family:Arial,sans-serif}.order-success-container .success-icon{font-size:80px;color:#27ae60;margin-bottom:15px;animation:scaleIn .5s ease}.order-success-container h1{font-size:36px;color:#e67e22;margin:15px 0 10px;font-weight:700}.order-success-container .thank-you{font-size:16px;color:#333;margin-bottom:25px;line-height:1.6}.order-success-container .order-code-section{background:linear-gradient(135deg,#fff5e6,#ffe6cc);padding:30px 25px;border-radius:16px;text-align:center;margin:25px 0 30px;border:3px solid #ff8c42;box-shadow:0 8px 24px #ff8c4233;animation:slideDown .6s ease}.order-success-container .order-code-section .order-code-label{font-size:15px;font-weight:600;color:#e67e22;margin-bottom:12px;text-transform:uppercase;letter-spacing:1.5px}.order-success-container .order-code-highlight{font-size:3rem;font-weight:900;color:#d4380d;margin:10px 0;letter-spacing:4px;text-shadow:2px 2px 4px rgba(0,0,0,.1);font-family:Courier New,monospace}.order-success-container .small-note{color:#666;font-size:14px;margin-top:12px;font-style:italic}.order-success-container .info-box{background:#f8f9fa;padding:25px;border-radius:12px;margin:25px 0;line-height:1.8;border:1px solid #e0e0e0}.order-success-container .info-box p{margin:10px 0;color:#444}.order-success-container .info-box strong{color:#e67e22}.order-success-container .hotline{font-size:32px;color:#e67e22;margin:15px 0 10px;font-weight:700;letter-spacing:2px}.order-success-container .buttons{margin:35px 0;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.order-success-container .btn-home,.order-success-container .btn-history{padding:14px 35px;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.order-success-container .btn-home:hover,.order-success-container .btn-history:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.order-success-container .btn-home{background:#e67e22;color:#fff}.order-success-container .btn-home:hover{background:#d35400}.order-success-container .btn-history{background:#34495e;color:#fff}.order-success-container .btn-history:hover{background:#2c3e50}.order-success-container .footer-text{color:#666;font-size:15px;line-height:1.8;margin-top:30px}.order-success-container .footer-text strong{color:#e67e22}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.order-success-container{margin:20px auto 40px;padding:30px 15px}.order-success-container h1{font-size:28px}.order-success-container .order-code-highlight{font-size:2.2rem;letter-spacing:2px}.order-success-container .hotline{font-size:26px}}.reset-pass-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px}.reset-pass-page .reset-container{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 15px 35px #0000001a;width:100%;max-width:420px;text-align:center}.reset-pass-page .reset-container h2{margin-bottom:24px;color:#333;font-size:24px}.reset-pass-page .reset-container .reset-form{display:flex;flex-direction:column;gap:16px}.reset-pass-page .reset-container .reset-form input{padding:14px;border:1px solid #ddd;border-radius:8px;font-size:16px;outline:none;transition:border .3s}.reset-pass-page .reset-container .reset-form input:focus{border-color:#667eea}.reset-pass-page .reset-container .reset-form button{margin-top:10px;padding:14px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s}.reset-pass-page .reset-container .reset-form button:hover{background:#5a6fd8}.reset-pass-page .reset-container .reset-form button:disabled{background:#aaa;cursor:not-allowed}.reset-pass-page .reset-container .back-login,.reset-pass-page .reset-container .btn-back{margin-top:20px;color:#667eea;text-decoration:none;font-weight:500}.reset-pass-page .reset-container .back-login:hover,.reset-pass-page .reset-container .btn-back:hover{text-decoration:underline}.reset-pass-page .reset-container .success-message{line-height:1.6}.reset-pass-page .reset-container .success-message strong{color:#667eea;font-size:18px}.order-tracking-page{min-height:100vh;background:linear-gradient(160deg,#001f3f,#036,#002952);padding:40px 16px 60px;font-family:Roboto,Segoe UI,Arial,sans-serif}@media(max-width:768px){.order-tracking-page{padding:20px 12px 40px}}.tracking-container{max-width:720px;margin:0 auto}.tracking-header{text-align:center;margin-bottom:36px;color:#fff}.tracking-header .tracking-header__icon{width:72px;height:72px;background:#d6a04126;border:2px solid rgba(214,160,65,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#f0c976}.tracking-header h1{font-size:clamp(1.5rem,5vw,2rem);font-weight:800;margin:0 0 10px;letter-spacing:-.02em}.tracking-header p{font-size:1rem;color:#ffffffb8;margin:0}.tracking-form{background:#fff;border-radius:14px;padding:36px 32px;box-shadow:0 10px 40px #0000001f;animation:otSlideUp .4s ease}@media(max-width:480px){.tracking-form{padding:24px 18px}}.tracking-form .form-group{margin-bottom:20px}.tracking-form .form-group label{display:block;margin-bottom:8px;font-weight:700;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#001f3f}.tracking-form .form-group .input-wrap{position:relative}.tracking-form .form-group .input-wrap .input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#888;display:flex;pointer-events:none}.tracking-form .form-group .input-wrap input{width:100%;box-sizing:border-box;padding:14px 16px 14px 44px;font-size:16px;font-family:Roboto,Segoe UI,Arial,sans-serif;font-weight:600;letter-spacing:.05em;border:2px solid #e8e8e8;border-radius:10px;background:#fafafa;color:#1a1a1a;transition:all .2s;text-transform:uppercase}.tracking-form .form-group .input-wrap input::placeholder{color:#ccc;font-weight:400;letter-spacing:0;text-transform:none}.tracking-form .form-group .input-wrap input:hover{border-color:#dfb56b}.tracking-form .form-group .input-wrap input:focus{outline:none;border-color:#d6a041;background:#fff;box-shadow:0 0 0 4px #d6a04126}.tracking-form .form-group .input-wrap input:disabled{background:#f3f4f6;cursor:not-allowed}.tracking-form .error-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fee2e2;border-left:4px solid #e74c3c;border-radius:10px;color:#c0392b;font-weight:600;font-size:14px;margin-bottom:20px;animation:otShake .3s ease}.tracking-form .error-message svg{flex-shrink:0}.tracking-form .submit-btn{width:100%;padding:16px;background:linear-gradient(135deg,#001f3f,#036);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;font-family:Roboto,Segoe UI,Arial,sans-serif;cursor:pointer;transition:all .25s;box-shadow:0 5px 18px #001f3f59;display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:.3px}.tracking-form .submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#003368,#001f3f);transform:translateY(-2px);box-shadow:0 8px 24px #001f3f66}.tracking-form .submit-btn:active:not(:disabled){transform:translateY(0)}.tracking-form .submit-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.tracking-form .form-hint{text-align:center;margin-top:18px;font-size:13px;color:#888}.tracking-form .form-hint strong{color:#001f3f;font-weight:600}.tracking-result{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 40px #0000001f;animation:otSlideUp .4s ease}.result-topbar{background:linear-gradient(135deg,#001f3f,#036);padding:20px 28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}@media(max-width:480px){.result-topbar{padding:16px 18px}}.result-topbar .result-order-id h2{margin:0 0 4px;font-size:13px;font-weight:500;color:#ffffffa6;letter-spacing:.08em;text-transform:uppercase}.result-topbar .result-order-id .order-code{font-size:22px;font-weight:900;color:#f0c976;letter-spacing:.03em}.result-topbar .status-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:50px;font-weight:700;font-size:14px;background:#ffffff1f;color:#fff;border:1.5px solid rgba(255,255,255,.25)}.order-timeline{padding:20px 28px;background:#fdf8ef;border-bottom:1px solid #f0e8d8}@media(max-width:480px){.order-timeline{padding:16px 18px}}.order-timeline__steps{display:flex;align-items:center;justify-content:space-between;position:relative}.order-timeline__step{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;position:relative;z-index:1}.order-timeline__step__dot{width:36px;height:36px;border-radius:50%;background:#e0e0e0;border:3px solid #fff;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;box-shadow:0 2px 8px #0000001a;transition:all .3s}@media(max-width:480px){.order-timeline__step__dot{width:28px;height:28px;font-size:12px}}.order-timeline__step__label{font-size:11px;font-weight:600;color:#888;text-align:center;line-height:1.3;letter-spacing:.03em}@media(max-width:480px){.order-timeline__step__label{font-size:9.5px}}.order-timeline__step.is-done .order-timeline__step__dot{background:#27ae60}.order-timeline__step.is-active .order-timeline__step__dot{background:#001f3f;box-shadow:0 0 0 4px #001f3f2e}.order-timeline__step.is-done .order-timeline__step__label,.order-timeline__step.is-active .order-timeline__step__label{color:#1a1a1a}.order-timeline__step.is-cancelled .order-timeline__step__dot{background:#95a5a6}.order-timeline__line{position:absolute;top:18px;left:0;right:0;height:3px;background:#e0e0e0;z-index:0}.order-timeline__line__fill{height:100%;background:#27ae60;transition:width .5s ease}@media(max-width:480px){.order-timeline__line{top:14px}}.result-body{padding:24px 28px}@media(max-width:480px){.result-body{padding:18px 16px}}.detail-section{margin-bottom:24px}.detail-section:last-child{margin-bottom:0}.detail-section h3{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#001f3f;margin:0 0 14px;display:flex;align-items:center;gap:8px}.detail-section h3:before{content:"";width:4px;height:16px;background:#d6a041;border-radius:2px;flex-shrink:0}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#f8f9fa;padding:18px;border-radius:10px}@media(max-width:560px){.detail-grid{grid-template-columns:1fr}}.detail-grid .detail-item{display:flex;flex-direction:column;gap:3px}.detail-grid .detail-item.full{grid-column:1/-1}.detail-grid .detail-item strong{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#888}.detail-grid .detail-item span{font-size:14.5px;color:#1a1a1a;font-weight:500}.items-list{display:flex;flex-direction:column;gap:10px;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden}.item-row{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:14px;padding:14px 16px;background:#fff;border-bottom:1px solid #f4f4f4;transition:background .15s}.item-row:last-child{border-bottom:none}.item-row:hover{background:#fafcff}@media(max-width:480px){.item-row{grid-template-columns:56px 1fr;grid-template-rows:auto auto}.item-row .item-price{grid-column:2;text-align:left;margin-top:4px}}.item-row img{width:64px;height:64px;object-fit:cover;border-radius:8px;border:1px solid #e8e8e8;display:block}@media(max-width:480px){.item-row img{width:56px;height:56px}}.item-row .item-info{min-width:0}.item-row .item-info .item-name{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:3px;line-height:1.4}.item-row .item-info .item-quantity{font-size:12.5px;color:#888;margin-bottom:6px}.item-row .item-info .item-attributes{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px}.item-row .item-info .item-attributes .attribute-badge{display:inline-flex;align-items:center;gap:3px;padding:3px 9px;background:#fdf8ef;border:1px solid rgb(232.1038961039,201.9480519481,148.8961038961);border-radius:20px;font-size:11.5px;color:#92681f;white-space:nowrap;font-weight:500}.item-row .item-info .item-attributes .attribute-badge strong{font-weight:700;color:#001f3f}.item-row .item-price{font-weight:800;color:#e74c3c;font-size:15px;white-space:nowrap;text-align:right}.total-row{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;background:#fdf8ef;border:1px solid rgb(233.9142857143,206.1428571429,157.2857142857);border-radius:10px;margin-top:12px}.total-row strong{font-size:14px;color:#555;font-weight:600}.total-row .total-amount{font-size:22px;font-weight:900;color:#e74c3c}.back-btn{width:100%;padding:14px;background:#fff;border:2px solid #001f3f;color:#001f3f;border-radius:10px;font-size:15px;font-weight:700;font-family:Roboto,Segoe UI,Arial,sans-serif;cursor:pointer;transition:all .25s;margin-top:20px;display:flex;align-items:center;justify-content:center;gap:8px}.back-btn:hover{background:#001f3f;color:#fff;transform:translateY(-2px);box-shadow:0 5px 16px #001f3f4d}.back-btn:active{transform:translateY(0)}.tracking-footer{text-align:center;margin-top:28px;color:#ffffffbf;font-size:14px}.tracking-footer a,.tracking-footer strong{color:#f0c976;font-weight:700}@keyframes otSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes otShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.category-product-page{background:#f5f5f5;min-height:100vh;padding:20px 0 60px;font-family:Roboto,sans-serif}.category-product-page .container{max-width:1320px;margin:0 auto;padding:0 20px}.category-product-page .category-tabs{display:flex;gap:10px;overflow-x:auto;padding:16px 0 24px;scrollbar-width:thin;scrollbar-color:#ddd transparent}.category-product-page .category-tabs::-webkit-scrollbar{height:3px}.category-product-page .category-tabs::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.category-product-page .category-tabs a{display:inline-flex;align-items:center;padding:9px 20px;background:#fff;border:2px solid #eee;border-radius:24px;color:#555;font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap;transition:border-color .25s,color .25s,background .25s,transform .25s,box-shadow .25s}.category-product-page .category-tabs a:hover{border-color:#d6a041;color:#d6a041;transform:translateY(-2px);box-shadow:0 4px 10px #d6a04133}.category-product-page .category-tabs a.active{background:#001f3f;border-color:#001f3f;color:#fff;box-shadow:0 4px 12px #001f3f40}@media(max-width:640px){.category-product-page .category-tabs{gap:8px;padding:12px 0 18px}.category-product-page .category-tabs a{padding:7px 14px;font-size:13px}}.category-product-page .main-wrapper{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:1024px){.category-product-page .main-wrapper{grid-template-columns:268px 1fr;gap:28px}}@media(min-width:1024px){.category-product-page .sidebar{position:sticky;top:20px;height:fit-content;align-self:flex-start}}.category-product-page .sidebar .widget{background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000012;padding:20px;margin-bottom:20px}.category-product-page .sidebar .widget h3{font-size:17px;font-weight:700;color:#001f3f;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #eee;position:relative}.category-product-page .sidebar .widget h3:after{content:"";position:absolute;bottom:-2px;left:0;width:44px;height:2px;background:#d6a041}.category-product-page .sidebar .price-filter .price-options{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.category-product-page .sidebar .price-filter .price-options button{padding:11px 14px;border:2px solid #eee;border-radius:8px;background:#fff;color:#555;font-size:13.5px;font-weight:600;cursor:pointer;text-align:left;transition:border-color .2s,color .2s,background .2s}.category-product-page .sidebar .price-filter .price-options button:hover{border-color:#d6a041;color:#d6a041}.category-product-page .sidebar .price-filter .price-options button.active{border-color:#001f3f;background:#001f3f;color:#fff}.category-product-page .sidebar .price-filter .price-divider{text-align:center;margin:16px 0;position:relative}.category-product-page .sidebar .price-filter .price-divider:before,.category-product-page .sidebar .price-filter .price-divider:after{content:"";position:absolute;top:50%;width:28%;height:1px;background:#e0e0e0}.category-product-page .sidebar .price-filter .price-divider:before{left:0}.category-product-page .sidebar .price-filter .price-divider:after{right:0}.category-product-page .sidebar .price-filter .price-divider span{font-size:12.5px;color:#888;background:#fff;padding:0 10px;position:relative}.category-product-page .sidebar .price-filter .price-inputs{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.category-product-page .sidebar .price-filter .price-inputs input{width:100%;padding:11px 12px;border:2px solid #eee;border-radius:8px;font-size:14px;font-weight:600;color:#333;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.category-product-page .sidebar .price-filter .price-inputs input:focus{outline:none;border-color:#d6a041;box-shadow:0 0 0 3px #d6a04126}.category-product-page .sidebar .price-filter .price-inputs input::placeholder{color:#bbb;font-weight:400}.category-product-page .sidebar .price-filter .price-inputs .separator{text-align:center;font-size:20px;color:#d6a041;font-weight:700;line-height:1}.category-product-page .sidebar .price-filter .apply-btn{width:100%;background:#001f3f;color:#fff;border:none;padding:13px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;transition:background .25s,transform .2s}.category-product-page .sidebar .price-filter .apply-btn:hover{background:#d6a041}.category-product-page .sidebar .price-filter .apply-btn:active{transform:scale(.98)}.category-product-page .main-content .page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-bottom:20px;padding:18px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;border-left:4px solid #d6a041}.category-product-page .main-content .page-header h1{font-size:24px;font-weight:700;color:#001f3f;margin:0}.category-product-page .main-content .page-header .sort-group{display:flex;align-items:center;gap:10px;font-size:14px;color:#666}.category-product-page .main-content .page-header .sort-group select{padding:9px 14px;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:14px;font-weight:500;cursor:pointer;min-width:170px;transition:border-color .2s}.category-product-page .main-content .page-header .sort-group select:focus{outline:none;border-color:#d6a041}.category-product-page .main-content .page-header .sort-group select:hover{border-color:#d6a041}.category-product-page .main-content .products-grid{display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.category-product-page .main-content .products-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1024px){.category-product-page .main-content .products-grid{grid-template-columns:repeat(4,1fr);gap:20px}}.category-product-page .main-content .product-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee;text-decoration:none;display:flex;flex-direction:column;position:relative;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.category-product-page .main-content .product-card:hover{transform:translateY(-6px);box-shadow:0 14px 32px #0000001c;border-color:#d6a041}.category-product-page .main-content .product-card:hover .image img{transform:scale(1.06)}.category-product-page .main-content .product-card:hover .name{color:#d6a041}.category-product-page .main-content .product-card.out-of-stock{opacity:.7}.category-product-page .main-content .product-card.out-of-stock:after{content:"";position:absolute;inset:0;background:#fff6;pointer-events:none}.category-product-page .main-content .product-card .image{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f8f8f8}.category-product-page .main-content .product-card .image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-product-page .main-content .product-card .image .badge{position:absolute;z-index:2;font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px}.category-product-page .main-content .product-card .image .discount-badge{top:10px;left:10px;background:#d32f2f;color:#fff}.category-product-page .main-content .product-card .image .hot-badge{top:10px;right:10px;background:#d6a041;color:#fff}.category-product-page .main-content .product-card .image .out-of-stock-badge{top:10px;right:10px;background:#555;color:#fff;border-radius:4px}.category-product-page .main-content .product-card .info{padding:13px 14px 16px;display:flex;flex-direction:column;flex:1;gap:8px}.category-product-page .main-content .product-card .info .name{font-size:14px;font-weight:600;color:#333;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;margin:0;transition:color .2s}.category-product-page .main-content .product-card .info .price-info{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:auto}.category-product-page .main-content .product-card .info .price-info .price-left{display:flex;flex-direction:column;gap:3px}.category-product-page .main-content .product-card .info .price-info .price-sale{font-size:17px;font-weight:700;color:#d32f2f}.category-product-page .main-content .product-card .info .price-info .price-original{font-size:12px;color:#bbb;text-decoration:line-through}.category-product-page .main-content .product-card .info .price-info .discount-badge-inline{background:#d32f2f;color:#fff;font-size:11px;font-weight:700;padding:3px 7px;border-radius:4px;white-space:nowrap;flex-shrink:0}.category-product-page .main-content .no-products{text-align:center;padding:80px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;color:#888}.category-product-page .main-content .no-products .no-products-icon{font-size:56px;margin-bottom:16px;opacity:.5}.category-product-page .main-content .no-products p{font-size:17px;margin:0 0 24px;color:#666}.category-product-page .main-content .no-products button{background:#001f3f;color:#fff;border:none;padding:12px 28px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .25s}.category-product-page .main-content .no-products button:hover{background:#d6a041}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.category-product-page .skeleton-card .info .skeleton-line,.category-product-page .skeleton-card .skeleton-box{background:linear-gradient(90deg,#f0f0f0 25%,#e4e4e4,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.category-product-page .skeleton-card{pointer-events:none}.category-product-page .skeleton-card:hover{transform:none!important;box-shadow:none!important;border-color:#eee!important}.category-product-page .skeleton-card .image{padding-top:100%}.category-product-page .skeleton-card .skeleton-box{position:absolute;inset:0}.category-product-page .skeleton-card .info .skeleton-line{border-radius:6px;display:block;margin-bottom:8px}@media(max-width:768px){.category-product-page .main-content .page-header h1{font-size:20px}.category-product-page .main-content .product-card:hover{transform:none;box-shadow:0 4px 12px #00000014}.category-product-page .main-content .product-card:hover .image img{transform:none}}@media(max-width:480px){.category-product-page{padding:12px 0 40px}.category-product-page .container{padding:0 12px}.category-product-page .main-content .page-header{padding:14px}.category-product-page .main-content .page-header h1{font-size:18px}.category-product-page .main-content .products-grid{gap:10px}.category-product-page .sidebar .widget{padding:16px}}.cc-page{background:#faf6f0;min-height:100vh}.cc-hero{position:relative;background:#2c1810;overflow:hidden;padding:clamp(40px,7vw,72px) 24px clamp(36px,6vw,60px)}.cc-hero .cc-hero-wood{position:absolute;inset:0;background:repeating-linear-gradient(92deg,transparent,transparent 60px,rgba(255,255,255,.012) 60px,rgba(255,255,255,.012) 61px),repeating-linear-gradient(88deg,transparent,transparent 120px,rgba(255,255,255,.018) 120px,rgba(255,255,255,.018) 121px),linear-gradient(160deg,#1a0c06,#2c1810 30%,#3d2314 55%,#2a160c 75%,#1a0c06);opacity:.95}.cc-hero .cc-hero-inner{position:relative;z-index:2;max-width:900px;margin:0 auto;text-align:center}.cc-hero .cc-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#b8965a;margin-bottom:20px;padding:6px 16px;border:1px solid rgba(184,150,90,.35);border-radius:100px}.cc-hero .cc-hero-title{font-size:clamp(2rem,6vw,3.4rem);font-weight:700;color:#fff;line-height:1.1;margin:0 0 16px;letter-spacing:-.01em}.cc-hero .cc-hero-sub{font-size:clamp(.9rem,2vw,1.05rem);color:#e8d5b7cc;margin:0 0 32px;letter-spacing:.04em}.cc-hero .cc-hero-swatches{display:flex;justify-content:center;gap:0;border-radius:100px;overflow:hidden;width:fit-content;margin:0 auto;box-shadow:0 4px 20px #0006;border:2px solid rgba(255,255,255,.08)}.cc-hero .cc-hero-swatches .cc-hero-swatch{display:block;width:clamp(28px,5vw,48px);height:12px;flex-shrink:0}.cc-main{max-width:1200px;margin:0 auto;padding:40px 20px 60px;display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}@media(max-width:860px){.cc-main{grid-template-columns:1fr;padding:24px 16px 50px;gap:0}}.cc-sidebar{position:sticky;top:20px;background:#fff;border:1px solid #E8DDD0;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #2c181012}@media(max-width:860px){.cc-sidebar{display:none}}.cc-sidebar .cc-sidebar-label{padding:14px 20px 10px;font-size:10.5px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#9a8878;border-bottom:1px solid #E8DDD0}.cc-tab{width:100%;display:flex;align-items:center;gap:14px;padding:16px 18px;border:none;border-bottom:1px solid #E8DDD0;background:#fff;cursor:pointer;text-align:left;transition:background .2s}.cc-tab:last-child{border-bottom:none}.cc-tab:hover,.cc-tab.active{background:#faf6f0}.cc-tab.active .cc-tab-name{color:#8b6f47}.cc-tab.active .cc-tab-arrow{opacity:1;color:#b8965a;transform:translate(0)}.cc-tab .cc-tab-swatches{display:grid;grid-template-columns:1fr 1fr;gap:2px;width:32px;height:32px;border-radius:7px;overflow:hidden;flex-shrink:0;box-shadow:0 2px 6px #0000002e}.cc-tab .cc-tab-swatches span{display:block}.cc-tab .cc-tab-info{flex:1;min-width:0}.cc-tab .cc-tab-name{font-size:14px;font-weight:700;color:#333;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-tab .cc-tab-desc{font-size:12px;color:#9a8878;margin-top:2px}.cc-tab .cc-tab-arrow{font-size:12px;color:#b8965a;opacity:0;transform:translate(-4px);transition:opacity .2s,transform .2s;flex-shrink:0}.cc-mobile-tabs{display:none;gap:10px;flex-wrap:wrap;margin-bottom:20px}@media(max-width:860px){.cc-mobile-tabs{display:flex}}.cc-pill{display:flex;align-items:center;gap:8px;padding:9px 18px;border:2px solid #E8DDD0;border-radius:100px;background:#fff;font-size:13.5px;font-weight:700;color:#555;cursor:pointer;transition:all .2s}.cc-pill:hover{background:#faf6f0}.cc-pill.active{background:#faf6f0;font-weight:800}.cc-pill .cc-pill-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.cc-content{min-width:0}.cc-content-header{background:#fff;border:1px solid #E8DDD0;border-radius:14px 14px 0 0;border-bottom:none;padding:24px 28px 20px}@media(max-width:600px){.cc-content-header{padding:18px 16px 16px}}.cc-content-swatch-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.cc-swatch-chip{display:flex;flex-direction:column;align-items:center;gap:5px;cursor:default;transition:transform .2s}.cc-swatch-chip:hover{transform:translateY(-3px)}.cc-swatch-chip .cc-swatch-color{width:38px;height:38px;border-radius:8px;box-shadow:0 2px 8px #0000002e}@media(max-width:480px){.cc-swatch-chip .cc-swatch-color{width:30px;height:30px}}.cc-swatch-chip .cc-swatch-hex{font-size:9.5px;font-family:Courier New,monospace;color:#9a8878;letter-spacing:.02em}@media(max-width:480px){.cc-swatch-chip .cc-swatch-hex{display:none}}.cc-content-meta{border-top:1px solid #E8DDD0;padding-top:16px}.cc-content-title{font-size:clamp(1.2rem,3vw,1.7rem);font-weight:700;color:#2c1810;margin:0 0 6px;line-height:1.2}.cc-content-desc{font-size:14px;color:#9a8878;margin:0;line-height:1.6}.cc-chart-panel{background:#fff;border:1px solid #E8DDD0;border-radius:0 0 14px 14px}.cc-chart-panel.fade-out{animation:ccFadeOut .22s ease forwards}.cc-chart-panel.fade-in{animation:ccFadeIn .35s ease forwards}@keyframes ccFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.985)}}@keyframes ccFadeIn{0%{opacity:0;transform:scale(.985) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.cc-chart-inner{padding:24px 28px}@media(max-width:600px){.cc-chart-inner{padding:14px}}.cc-chart-inner img{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 4px 24px #2c18101f}.cc-chart-footer{padding:12px 28px 16px;border-top:1px solid #E8DDD0}@media(max-width:600px){.cc-chart-footer{padding:10px 14px 14px}}.cc-chart-footer span{font-size:12px;color:#9a8878;font-family:Courier New,monospace;font-style:italic;line-height:1.5}.pt-container{max-width:1100px;margin:0 auto;padding:0 20px}.pt-section{padding:clamp(50px,8vw,90px) 0}.pt-section-label{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#e31e24;margin-bottom:12px}.pt-section-title{font-size:clamp(1.5rem,4vw,2.4rem);font-weight:800;color:#1a1a1a;margin:0 0 40px;line-height:1.2;letter-spacing:-.01em}.pt-hero{position:relative;background:#0d1f33;overflow:hidden;padding:clamp(56px,10vw,100px) 20px clamp(50px,9vw,90px)}.pt-hero .pt-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 80% 50%,rgba(227,30,36,.18) 0%,transparent 70%),radial-gradient(ellipse 60% 80% at 10% 80%,rgba(196,21,25,.12) 0%,transparent 60%),linear-gradient(135deg,#0a1828,#0d1f33,#15273d)}.pt-hero .pt-hero-inner{position:relative;z-index:2;max-width:750px;margin:0 auto;text-align:center}.pt-hero .pt-hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ffffffbf;border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:6px 16px;margin-bottom:22px}.pt-hero .pt-hero-badge svg{color:#e31e24;font-size:14px}.pt-hero .pt-hero-title{font-size:clamp(1.9rem,5.5vw,3.2rem);font-weight:900;color:#fff;line-height:1.15;margin:0 0 18px;letter-spacing:-.02em}.pt-hero .pt-hero-title span{color:#e31e24;display:block}.pt-hero .pt-hero-sub{font-size:clamp(.95rem,2vw,1.1rem);color:#ffffffb8;margin:0 0 40px;line-height:1.6}.pt-hero .pt-hero-stats{display:flex;align-items:center;justify-content:center;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:20px 10px;flex-wrap:wrap;gap:0}@media(max-width:480px){.pt-hero .pt-hero-stats{flex-direction:column;gap:12px}}.pt-hero .pt-hero-stat{flex:1;min-width:100px;text-align:center}.pt-hero .pt-hero-stat strong{display:block;font-size:clamp(1.4rem,4vw,2rem);font-weight:900;color:#fff;line-height:1;margin-bottom:5px}.pt-hero .pt-hero-stat span{font-size:12px;color:#fff9;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.pt-hero .pt-hero-stat-sep{width:1px;height:40px;background:#ffffff26;flex-shrink:0}@media(max-width:480px){.pt-hero .pt-hero-stat-sep{display:none}}.pt-intro{background:#fff}.pt-intro .pt-intro-grid{display:grid;grid-template-columns:200px 1fr;gap:50px;align-items:center}@media(max-width:700px){.pt-intro .pt-intro-grid{grid-template-columns:1fr;gap:28px}}.pt-intro .pt-intro-logo{background:#f7f8fa;border-radius:12px;padding:28px;display:flex;align-items:center;justify-content:center}.pt-intro .pt-intro-logo img{max-width:100%;height:auto}.pt-intro .pt-intro-text p{font-size:clamp(.95rem,2vw,1.04rem);color:#555;line-height:1.85;margin:0 0 18px}.pt-intro .pt-intro-text p:last-child{margin:0}.pt-intro .pt-intro-text p strong{color:#e31e24;font-weight:700}.pt-benefits{background:#f7f8fa}.pt-benefits .pt-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:900px){.pt-benefits .pt-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.pt-benefits .pt-benefits-grid{grid-template-columns:1fr}}.pt-benefits .pt-benefit-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:28px 22px;transition:box-shadow .25s,transform .25s,border-color .25s}.pt-benefits .pt-benefit-card:hover{box-shadow:0 8px 28px #e31e241a;border-color:#e31e244d;transform:translateY(-3px)}.pt-benefits .pt-benefit-card .pt-benefit-icon{width:48px;height:48px;border-radius:12px;background:#fef2f2;color:#e31e24;font-size:18px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.pt-benefits .pt-benefit-card h3{font-size:15.5px;font-weight:700;color:#1a1a1a;margin:0 0 10px}.pt-benefits .pt-benefit-card p{font-size:14px;color:#888;line-height:1.65;margin:0}.pt-process{background:#fff}.pt-process .pt-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}@media(max-width:820px){.pt-process .pt-steps{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:480px){.pt-process .pt-steps{grid-template-columns:1fr}}.pt-process .pt-step{display:flex;flex-direction:column;align-items:center;position:relative;padding:0 16px}@media(max-width:820px){.pt-process .pt-step{padding:0;align-items:flex-start;flex-direction:row;gap:16px}}.pt-process .pt-step-num{width:56px;height:56px;border-radius:50%;background:#e31e24;color:#fff;font-size:1.1rem;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:2;box-shadow:0 4px 16px #e31e244d;letter-spacing:-.02em}.pt-process .pt-step-connector{position:absolute;top:28px;left:calc(50% + 28px);right:calc(-50% + 28px);height:2px;background:linear-gradient(90deg,#e31e24,#e31e2433);z-index:1}@media(max-width:820px){.pt-process .pt-step-connector{display:none}}.pt-process .pt-step:last-child .pt-step-connector{display:none}.pt-process .pt-step-card{margin-top:18px;text-align:center}@media(max-width:820px){.pt-process .pt-step-card{margin-top:0;text-align:left}}.pt-process .pt-step-card h3{font-size:15px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.pt-process .pt-step-card p{font-size:13.5px;color:#888;line-height:1.6;margin:0}.pt-packages{background:#0d1f33}.pt-packages .pt-section-label{color:#ffffff80}.pt-packages .pt-section-title{color:#fff}.pt-packages .pt-packages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:820px){.pt-packages .pt-packages-grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}}.pt-packages .pt-pkg-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;transition:transform .25s,box-shadow .25s;position:relative}.pt-packages .pt-pkg-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.pt-packages .pt-pkg-card.featured{background:#fff;border-color:#e31e24;box-shadow:0 8px 32px #e31e2440}.pt-packages .pt-pkg-card.featured .pt-pkg-header{background:#e31e24}.pt-packages .pt-pkg-card.featured .pt-pkg-title{color:#fff}.pt-packages .pt-pkg-card.featured .pt-pkg-rate .rate-num,.pt-packages .pt-pkg-card.featured .pt-pkg-rate .rate-label{color:#fffffff2}.pt-packages .pt-pkg-card.featured .pt-pkg-features li{color:#1a1a1a}.pt-packages .pt-pkg-card.featured .pt-pkg-note{color:#888}.pt-packages .pt-pkg-badge{position:absolute;top:14px;right:14px;display:flex;align-items:center;gap:5px;background:#b8965a;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:100px;letter-spacing:.04em}.pt-packages .pt-pkg-badge svg{font-size:10px}.pt-packages .pt-pkg-header{background:#ffffff14;padding:26px 24px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.pt-packages .pt-pkg-title{font-size:15px;font-weight:700;color:#ffffffe6;margin-bottom:10px;letter-spacing:.02em;text-transform:uppercase}.pt-packages .pt-pkg-rate{display:flex;align-items:baseline;gap:4px}.pt-packages .pt-pkg-rate .rate-num{font-size:2rem;font-weight:900;color:#fff;line-height:1;letter-spacing:-.03em}.pt-packages .pt-pkg-rate .rate-label{font-size:13px;color:#ffffffb3;font-weight:600}.pt-packages .pt-pkg-features{list-style:none;padding:20px 22px;margin:0;display:flex;flex-direction:column;gap:12px}.pt-packages .pt-pkg-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#ffffffd1;line-height:1.5}.pt-packages .pt-pkg-features .check{color:#00a651;font-size:14px;flex-shrink:0;margin-top:2px}.pt-packages .pt-pkg-note{padding:0 22px 18px;font-size:11.5px;color:#fff6;font-style:italic}.pt-requirements{background:#fff}.pt-requirements .pt-req-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media(max-width:700px){.pt-requirements .pt-req-grid{grid-template-columns:1fr;gap:32px}}.pt-requirements .pt-req-col h3{font-size:1.1rem;font-weight:800;color:#e31e24;margin:0 0 18px;padding-bottom:12px;border-bottom:2px solid #e8e8e8;text-transform:uppercase;letter-spacing:.04em}.pt-requirements .pt-req-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:13px}.pt-requirements .pt-req-col ul li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#555;line-height:1.55}.pt-requirements .pt-req-col ul li .check{color:#00a651;font-size:13px;flex-shrink:0;margin-top:3px}.pt-requirements .pt-req-col ul li .doc{color:#e31e24;font-size:13px;flex-shrink:0;margin-top:3px}.pt-requirements .pt-req-note{margin-top:36px;padding:20px 24px;background:#fffbeb;border-left:4px solid #f59e0b;border-radius:0 12px 12px 0;font-size:14px;color:#78350f;line-height:1.7}.pt-requirements .pt-req-note strong{color:#92400e}.pt-faq{background:#f7f8fa}.pt-faq .pt-faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background:#fff;border:1px solid #e8e8e8;border-radius:12px;overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s}.faq-item:hover{border-color:#e31e244d}.faq-item.open{border-color:#e31e2459;box-shadow:0 4px 18px #e31e2414}.faq-item.open .faq-q{color:#e31e24}.faq-item.open .faq-a{max-height:300px;padding-bottom:20px;opacity:1}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;font-size:15px;font-weight:700;color:#1a1a1a;transition:color .2s;-webkit-user-select:none;user-select:none}@media(max-width:480px){.faq-q{padding:15px 16px;font-size:14px}}.faq-q .faq-icon{color:#e31e24;font-size:13px;flex-shrink:0;transition:transform .2s}.faq-a{max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,padding .25s,opacity .25s;padding:0 22px}@media(max-width:480px){.faq-a{padding:0 16px}}.faq-a p{font-size:14.5px;color:#888;line-height:1.75;margin:0;border-top:1px solid #e8e8e8;padding-top:14px}.pt-cta{background:#1a1a1a;padding:clamp(56px,9vw,90px) 0}.pt-cta .pt-cta-inner{max-width:700px;margin:0 auto;text-align:center;padding:0 20px}.pt-cta h2{font-size:clamp(1.6rem,4.5vw,2.5rem);font-weight:900;color:#fff;margin:0 0 18px;line-height:1.2;letter-spacing:-.01em}.pt-cta p{font-size:clamp(.95rem,2vw,1.1rem);color:#ffffffb8;line-height:1.7;margin:0 0 36px}.pt-cta .pt-cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}.pt-cta .pt-btn{display:inline-flex;align-items:center;padding:14px 34px;border-radius:100px;font-size:15px;font-weight:700;text-decoration:none;transition:all .25s;cursor:pointer;border:2px solid transparent}.pt-cta .pt-btn.primary{background:#e31e24;color:#fff;box-shadow:0 4px 16px #e31e2459}.pt-cta .pt-btn.primary:hover{background:#c41519;box-shadow:0 6px 22px #e31e2473;transform:translateY(-2px)}.pt-cta .pt-btn.secondary{background:transparent;color:#fff;border-color:#ffffff59}.pt-cta .pt-btn.secondary:hover{border-color:#fff;background:#ffffff14;transform:translateY(-2px)}.pt-cta .pt-cta-contacts{display:flex;gap:30px;justify-content:center;flex-wrap:wrap;padding-top:26px;border-top:1px solid rgba(255,255,255,.12)}.pt-cta .pt-cta-contact{display:flex;align-items:center;gap:9px;font-size:14px;color:#ffffffbf}.pt-cta .pt-cta-contact svg{color:#e31e24;font-size:15px}.pt-cta .pt-cta-contact strong{color:#fff}.partner-page{background:#fafafa;overflow-x:hidden}.product-bulk-category{max-width:1400px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-header{margin-bottom:2rem}.page-header .page-title{font-size:1.875rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.page-header .page-desc{color:#64748b;font-size:.975rem}.success-banner{background:#dcfce7;color:#166534;padding:.875rem 1.25rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;animation:slideDown .4s ease}.bulk-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1rem}.bulk-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;display:flex;flex-direction:column}.card-header{padding:1.25rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.card-header .header-left{display:flex;align-items:center;gap:.75rem}.card-header .header-left h2{margin:0;font-size:1.125rem;font-weight:600;color:#1e293b}.card-header .header-left .selected-count{background:#3b82f6;color:#fff;font-size:.8rem;padding:.125rem .5rem;border-radius:1rem;font-weight:500}.card-header .header-right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.card-header .filter-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:#fff;border:1.5px solid #cbd5e1;color:#64748b;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.card-header .filter-toggle-btn:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6}.card-header .filter-toggle-btn.active{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.card-header .filter-toggle-btn:disabled{opacity:.5;cursor:not-allowed}.card-header .filter-toggle-btn svg{flex-shrink:0}.card-header .mode-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:#fff;border:1.5px solid #3b82f6;color:#3b82f6;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.card-header .mode-toggle-btn:hover:not(:disabled){background:#eff6ff;border-color:#2563eb;color:#2563eb}.card-header .mode-toggle-btn:disabled{opacity:.5;cursor:not-allowed;background:#f1f5f9}.card-header .mode-toggle-btn svg{flex-shrink:0}.card-header .link-btn{background:none;border:none;color:#3b82f6;font-size:.9rem;cursor:pointer;font-weight:500}.card-header .link-btn:hover:not(:disabled){text-decoration:underline}.card-header .link-btn:disabled{opacity:.5;cursor:not-allowed}.card-header .hint-text{font-size:.85rem;color:#10b981;font-weight:500;font-style:italic}.card-header .hint-text-multiple{font-size:.85rem;color:#f59e0b;font-weight:500;font-style:italic}.card-header .hint-text-warning{font-size:.8rem;color:#dc2626;font-weight:500;background:#fef2f2;padding:.25rem .5rem;border-radius:4px}.card-header .update-mode-select{padding:.5rem .75rem;border:1.5px solid #3b82f6;border-radius:8px;font-size:.875rem;font-weight:500;color:#3b82f6;cursor:pointer;background:#fff;transition:all .2s}.card-header .update-mode-select:hover:not(:disabled){background:#eff6ff}.card-header .update-mode-select:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.card-header .update-mode-select:disabled{opacity:.5;cursor:not-allowed;background:#f1f5f9}.filter-panel{padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.filter-panel .filter-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#334155}.filter-panel .filter-select{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;cursor:pointer;background:#fff;transition:all .2s}.filter-panel .filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-panel .filter-select:disabled{opacity:.5;cursor:not-allowed;background:#f1f5f9}.filter-panel .filter-select option{padding:.5rem}.search-box{position:relative;margin:1rem 1.5rem}.search-box svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8}.search-box input{width:88%;padding:.75rem 1rem .75rem 2.75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .2s}.search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-box input:disabled{opacity:.6;cursor:not-allowed;background:#f8fafc}.product-list,.category-tree{flex:1;max-height:55vh;overflow-y:auto;padding:0 1.5rem 1rem}.product-list::-webkit-scrollbar,.category-tree::-webkit-scrollbar{width:8px}.product-list::-webkit-scrollbar-track,.category-tree::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.product-list::-webkit-scrollbar-thumb,.category-tree::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.product-list::-webkit-scrollbar-thumb:hover,.category-tree::-webkit-scrollbar-thumb:hover{background:#94a3b8}.uncategorize-notice{background:#fef2f2;border:2px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;gap:.75rem;align-items:flex-start}.uncategorize-notice svg{color:#dc2626;flex-shrink:0;margin-top:.125rem}.uncategorize-notice div{flex:1}.uncategorize-notice div strong{display:block;color:#991b1b;font-size:.95rem;margin-bottom:.25rem}.uncategorize-notice div p{margin:0;color:#7f1d1d;font-size:.875rem;line-height:1.5}.product-item{display:flex;align-items:center;gap:.75rem;padding:.875rem;border-radius:8px;margin-bottom:.5rem;cursor:pointer;transition:all .2s;border:1.5px solid transparent}.product-item:hover:not(:has(input:disabled)){background:#f0f9ff;border-color:#bae6fd}.product-item:has(input:disabled){opacity:.6;cursor:not-allowed}.product-item input[type=checkbox]{transform:scale(1.1);flex-shrink:0;cursor:pointer}.product-item input[type=checkbox]:disabled{cursor:not-allowed}.product-item img{width:48px;height:48px;object-fit:cover;border-radius:8px;background:#f1f5f9;flex-shrink:0}.product-item .product-name{flex:1;font-size:.95rem;color:#334155}.product-item .category-badge{background:#e0f2fe;color:#0369a1;font-size:.75rem;padding:.25rem .5rem;border-radius:6px;font-weight:600;flex-shrink:0}.pagination{padding:1rem 1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;gap:1rem}.pagination .pagination-info{display:flex;flex-direction:column;gap:.5rem}.pagination .pagination-info .items-per-page{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569}.pagination .pagination-info .items-per-page span{color:#64748b}.pagination .pagination-info .items-per-page .items-select{padding:.375rem .625rem;border:1.5px solid #cbd5e1;border-radius:6px;font-size:.875rem;font-weight:600;color:#1e293b;cursor:pointer;background:#fff;transition:all .2s;min-width:60px}.pagination .pagination-info .items-per-page .items-select:hover:not(:disabled){border-color:#3b82f6;background:#eff6ff}.pagination .pagination-info .items-per-page .items-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.pagination .pagination-info .items-per-page .items-select:disabled{opacity:.5;cursor:not-allowed;background:#f1f5f9}.pagination .pagination-info .items-per-page .items-select option{padding:.5rem}.pagination .pagination-info .page-range{font-size:.8rem;color:#64748b}.pagination .pagination-buttons{display:flex;gap:.5rem;align-items:center}.pagination .pagination-btn{padding:.5rem 1rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.pagination .pagination-btn:hover:not(:disabled){background:#3b82f6;color:#fff;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.pagination .pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination .pagination-btn:active:not(:disabled){transform:translateY(0)}.pagination .pagination-numbers{display:flex;gap:.25rem;align-items:center}.pagination .pagination-numbers .pagination-number{min-width:40px;height:40px;padding:.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.pagination .pagination-numbers .pagination-number:hover:not(:disabled){background:#eff6ff;border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px)}.pagination .pagination-numbers .pagination-number.active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 2px 4px #3b82f64d}.pagination .pagination-numbers .pagination-number:active:not(:disabled){transform:translateY(0)}.pagination .pagination-numbers .pagination-number:disabled{opacity:.4;cursor:not-allowed}.pagination .pagination-numbers .pagination-ellipsis{padding:.5rem;color:#9ca3af;font-weight:600}.empty-text{text-align:center;color:#94a3b8;padding:3rem 1rem;font-style:italic;font-size:.95rem}.action-bar{text-align:center}.action-bar .save-btn{padding:1rem 3rem;font-size:1.1rem;font-weight:600;background:#3b82f6;color:#fff;border:none;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s;box-shadow:0 4px 15px #3b82f64d}.action-bar .save-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.action-bar .save-btn:disabled{background:#94a3b8;cursor:not-allowed;transform:none;opacity:.6}.preview-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease}.preview-modal{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:85vh;display:flex;flex-direction:column;animation:slideUp .3s ease}.preview-header{padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.preview-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1e293b}.preview-header .close-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.preview-header .close-btn:hover:not(:disabled){background:#f1f5f9;color:#1e293b}.preview-header .close-btn:disabled{opacity:.5;cursor:not-allowed}.preview-mode-info{padding:1rem 2rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:.95rem;color:#334155}.preview-mode-info strong{font-weight:600;color:#1e293b}.preview-mode-info .warning-text{color:#dc2626;font-weight:600;background:#fef2f2;padding:.25rem .5rem;border-radius:4px}.preview-list{flex:1;overflow-y:auto;padding:1.5rem 2rem}.preview-list::-webkit-scrollbar{width:8px}.preview-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.preview-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.preview-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.preview-item{padding:1rem;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem}.preview-item:last-child{margin-bottom:0}.preview-item .preview-product-name{font-weight:600;margin-bottom:.75rem;color:#1e293b;font-size:1rem}.preview-item .preview-changes{font-size:.875rem;color:#64748b}.preview-item .preview-row{margin-bottom:.375rem}.preview-item .preview-row:last-child{margin-bottom:0}.preview-item .preview-row strong{color:#475569;font-weight:600;margin-right:.375rem}.preview-item .preview-row .no-category-text{color:#dc2626;font-style:italic;font-weight:500}.preview-actions{padding:1.5rem 2rem;border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end}.preview-actions .btn-cancel{padding:.75rem 1.5rem;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;font-weight:500;color:#64748b;transition:all .2s}.preview-actions .btn-cancel:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#334155}.preview-actions .btn-cancel:disabled{opacity:.5;cursor:not-allowed}.preview-actions .btn-confirm{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:all .2s}.preview-actions .btn-confirm:hover:not(:disabled){background:#2563eb}.preview-actions .btn-confirm:disabled{cursor:not-allowed;opacity:.6}.simple-category-tree{padding:.5rem 0}.category-tree-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none;margin:3px 0}.category-tree-item:hover{background:#f0f9ff}.category-tree-item .expand-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;cursor:pointer;padding:0;transition:all .2s ease}.category-tree-item .expand-btn:hover{background:#e2e8f0}.category-tree-item .expand-btn .expand-icon{font-size:10px;color:#64748b;transition:transform .2s ease;display:inline-block}.category-tree-item .expand-btn .expand-icon.expanded{transform:rotate(90deg)}.category-tree-item .expand-placeholder{width:24px;height:24px;flex-shrink:0}.category-tree-item input[type=checkbox]{width:20px;height:20px;border:2.4px solid #cbd5e1;border-radius:6px;appearance:none;cursor:pointer;position:relative;flex-shrink:0;transition:all .2s}.category-tree-item input[type=checkbox]:checked{background:#3b82f6;border-color:#3b82f6}.category-tree-item input[type=checkbox]:checked:after{content:"✓";position:absolute;color:#fff;font-weight:700;font-size:13px;top:50%;left:50%;transform:translate(-50%,-50%)}.category-tree-item input[type=checkbox]:hover:not(:disabled){border-color:#3b82f6}.category-tree-item input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.category-tree-item .category-name{font-size:14.5px;color:#334155;font-weight:500}.saving-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}.saving-overlay .saving-message{background:#fff;padding:2rem 3rem;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 20px 50px #0000004d}.saving-overlay .saving-message p{margin:0;font-size:1.1rem;font-weight:500;color:#1e293b}.spin{animation:spin 1s linear infinite}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.bulk-grid{grid-template-columns:1fr}.card-header .header-right{width:100%;justify-content:flex-start}.pagination{flex-direction:column;gap:1rem;padding:1rem;align-items:stretch}.pagination .pagination-info{width:100%}.pagination .pagination-info .items-per-page{font-size:.8rem}.pagination .pagination-info .items-per-page .items-select{min-width:55px;padding:.25rem .5rem}.pagination .pagination-info .page-range{font-size:.75rem}.pagination .pagination-buttons{width:100%;justify-content:center;flex-wrap:wrap}.pagination .pagination-btn{padding:.375rem .75rem;font-size:13px}.pagination .pagination-numbers .pagination-number{min-width:36px;height:36px;font-size:13px}.saving-overlay .saving-message{padding:1.5rem 2rem}.saving-overlay .saving-message p{font-size:1rem}}@media(max-width:640px){.product-bulk-category,.card-header{padding:1rem}.card-header .header-left h2{font-size:1rem}.card-header .filter-toggle-btn,.card-header .mode-toggle-btn{font-size:.8rem;padding:.4rem .75rem}.search-box{margin:.75rem 1rem}.search-box input{width:85%;font-size:.875rem}.action-bar .save-btn{width:100%;justify-content:center;font-size:1rem;padding:.875rem 2rem}.preview-modal{max-height:90vh}.preview-header,.preview-mode-info,.preview-list,.preview-actions{padding-left:1.25rem;padding-right:1.25rem}.pagination .pagination-info .items-per-page{flex-wrap:wrap;justify-content:center;gap:.375rem}.saving-overlay{padding:1rem}.saving-overlay .saving-message{padding:1.25rem 1.75rem;width:90%}.saving-overlay .saving-message p{font-size:.95rem}}.dashboard-loading,.dashboard-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:100px 20px;text-align:center}.dashboard-loading .spin,.dashboard-error .spin{color:#3b82f6;animation:spin 1s linear infinite}.dashboard-loading p,.dashboard-error p{margin-top:20px;color:#64748b;font-size:1rem}.dashboard-loading svg,.dashboard-error svg{color:#ef4444}.dashboard-loading .btn-retry,.dashboard-error .btn-retry{margin-top:20px;padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.dashboard-loading .btn-retry:hover,.dashboard-error .btn-retry:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.dashboard-loading .btn-retry:active,.dashboard-error .btn-retry:active{transform:translateY(0)}.page-title{font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:2rem;letter-spacing:-.5px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:#fff;padding:1.8rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;border:1px solid #f1f5f9;position:relative;cursor:pointer;text-decoration:none;color:inherit;display:block}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f;border-color:transparent}.stat-card:active{transform:translateY(-2px)}.stat-card h3{font-size:.85rem;color:#64748b;text-transform:uppercase;letter-spacing:.8px;font-weight:600;margin-bottom:1rem}.stat-card .value{font-size:2.5rem;font-weight:700;margin:.5rem 0;line-height:1;letter-spacing:-1px}.stat-card .stat-description{font-size:.875rem;color:#64748b;margin-top:.5rem}.stat-card .stat-description strong{color:#1e293b;font-weight:700}.stat-card .stat-description.stat-trend{display:flex;align-items:center;gap:4px}.stat-card .stat-description.stat-trend svg{color:#10b981}.stat-card.blue .value{color:#3b82f6}.stat-card.blue:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.stat-card.green .value{color:#10b981}.stat-card.green:hover{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.stat-card.orange .value{color:#f59e0b}.stat-card.orange:hover{background:linear-gradient(135deg,#fffbeb,#fef3c7)}.stat-card.purple .value{color:#8b5cf6}.stat-card.purple:hover{background:linear-gradient(135deg,#faf5ff,#f3e8ff)}.stat-card.indigo .value{color:#6366f1}.stat-card.indigo:hover{background:linear-gradient(135deg,#eef2ff,#e0e7ff)}.stat-card.pink .value{color:#ec4899}.stat-card.pink:hover{background:linear-gradient(135deg,#fdf2f8,#fce7f3)}.stat-card.teal .value{color:#14b8a6}.stat-card.teal:hover{background:linear-gradient(135deg,#f0fdfa,#ccfbf1)}.stat-card-split{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid #f1f5f9;display:flex;overflow:hidden;transition:all .3s ease}.stat-card-split:hover{box-shadow:0 8px 24px #0000001f}.stat-card-split.translation .split-left,.stat-card-split.translation .split-right{flex:1;padding:1.8rem;text-decoration:none;color:inherit;position:relative;transition:all .3s ease}.stat-card-split.translation .split-left:hover,.stat-card-split.translation .split-right:hover{transform:scale(1.02);z-index:2}.stat-card-split.translation .split-left h3,.stat-card-split.translation .split-right h3{font-size:.85rem;color:#64748b;text-transform:uppercase;letter-spacing:.8px;font-weight:600;margin-bottom:1rem}.stat-card-split.translation .split-left .value,.stat-card-split.translation .split-right .value{font-size:2.5rem;font-weight:700;margin:.5rem 0;line-height:1;letter-spacing:-1px}.stat-card-split.translation .split-left .stat-description,.stat-card-split.translation .split-right .stat-description{font-size:.875rem;color:#64748b;margin-top:.5rem}.stat-card-split.translation .split-left{border-right:2px solid #f1f5f9}.stat-card-split.translation .split-left .value{color:#7c3aed}.stat-card-split.translation .split-left:hover{background:linear-gradient(135deg,#faf5ff,#f3e8ff)}.stat-card-split.translation .split-right .value-small{font-size:3rem;font-weight:700;color:#10b981;margin:.5rem 0;line-height:1}.stat-card-split.translation .split-right:hover{background:linear-gradient(135deg,#fef3c7,#fde68a)}.db-translation-items{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.db-translation-items .db-item{display:flex;justify-content:space-between;align-items:center;padding:.4rem .8rem;background:#fef3c7;border-radius:6px;font-size:.8rem}.db-translation-items .db-item .db-name{font-weight:600;color:#92400e}.db-translation-items .db-item .db-percentage{font-weight:700;color:#f59e0b}.db-complete{text-align:center;padding:.5rem 0}.mini-progress{width:100%;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin-top:.8rem}.mini-progress .mini-progress-bar{height:100%;background:linear-gradient(90deg,#7c3aed,#a78bfa);transition:width .6s cubic-bezier(.4,0,.2,1);animation:progressSlide 1.5s ease-in-out}@keyframes progressSlide{0%{width:0;opacity:.5}to{opacity:1}}.notification-badge{position:absolute;top:-12px;right:-12px;width:32px;height:32px;background:#ef4444;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #ef444466;animation:pulse-badge 2s infinite;z-index:10;color:#fff;font-size:18px;font-weight:900;line-height:1}@keyframes pulse-badge{0%,to{box-shadow:0 2px 8px #ef444466}50%{box-shadow:0 4px 16px #ef444499;transform:scale(1.05)}}.revenue-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000000f;border:1px solid #f1f5f9;margin-bottom:2rem}.revenue-header{margin-bottom:2rem}.revenue-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem;flex-wrap:wrap}@media(max-width:1024px){.revenue-title-row{flex-direction:column;align-items:stretch}}.revenue-title{display:flex;align-items:center;gap:1rem}.revenue-title .icon-revenue{color:#3b82f6;flex-shrink:0}.revenue-title h2{font-size:1.6rem;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.revenue-title .subtitle{font-size:.9rem;color:#64748b;font-weight:400;margin-top:.25rem}.date-range-filter{display:flex;flex-direction:column;gap:1rem}.filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.625rem 1rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.filter-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff;transform:translateY(-1px)}.filter-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.filter-btn svg{width:16px;height:16px}.custom-date-picker{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 4px 16px #0000001a;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.date-inputs{display:flex;gap:1rem;margin-bottom:1rem}@media(max-width:640px){.date-inputs{flex-direction:column}}.input-group{display:flex;flex-direction:column;gap:.5rem;flex:1}.input-group label{font-size:.875rem;font-weight:600;color:#475569}.input-group input[type=date]{padding:.625rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#1e293b;transition:all .2s}.input-group input[type=date]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-group input[type=date]:hover{border-color:#cbd5e1}.picker-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-apply,.btn-cancel{padding:.625rem 1.25rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-apply:disabled,.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.btn-apply{background:#3b82f6;color:#fff}.btn-apply:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.btn-apply:active:not(:disabled){transform:translateY(0)}.btn-cancel{background:#f1f5f9;color:#64748b}.btn-cancel:hover{background:#e2e8f0;color:#475569}.revenue-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.revenue-stat-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.revenue-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;background:#fff}.revenue-stat-card .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.revenue-stat-card .stat-icon.blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#3b82f6}.revenue-stat-card .stat-icon.green{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#10b981}.revenue-stat-card .stat-icon.purple{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#8b5cf6}.revenue-stat-card .stat-icon.success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#10b981}.revenue-stat-card .stat-icon.danger{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#ef4444}.revenue-stat-card .stat-content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.revenue-stat-card .stat-content .label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.revenue-stat-card .stat-content .value{font-size:1.25rem;font-weight:700;color:#1e293b;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.revenue-stat-card .stat-content .value.growth{display:flex;align-items:center;gap:.25rem;font-size:1.4rem}.revenue-stat-card.growth-positive .stat-content .value{color:#10b981}.revenue-stat-card.growth-negative .stat-content .value{color:#ef4444}.charts-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;margin-bottom:2.5rem}@media(max-width:1024px){.charts-container{grid-template-columns:1fr}}.chart-box{background:#f8fafc;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.chart-box:hover{box-shadow:0 4px 16px #00000014}.chart-box.chart-featured{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0}.chart-box .chart-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#475569;margin-bottom:1.5rem}.chart-box .chart-title svg{color:#3b82f6}.custom-tooltip{background:#fff;padding:12px 16px;border-radius:10px;box-shadow:0 8px 24px #00000026;border:2px solid #e2e8f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:tooltipFadeIn .2s ease-out}.custom-tooltip .tooltip-label{font-weight:700;font-size:.875rem;color:#1e293b;margin-bottom:8px;padding-bottom:6px;border-bottom:2px solid #e2e8f0}.custom-tooltip .tooltip-content{display:flex;flex-direction:column;gap:6px}.custom-tooltip .tooltip-item{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:.813rem}.custom-tooltip .tooltip-item .tooltip-name{font-weight:500;color:#64748b}.custom-tooltip .tooltip-item .tooltip-value{font-weight:700;font-size:.875rem}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.pulse-dot{animation:pulseDot 2s infinite}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.no-revenue-data{padding:4rem 2rem;text-align:center;color:#94a3b8}.no-revenue-data svg{margin-bottom:1.5rem;opacity:.5}.no-revenue-data h3{font-size:1.3rem;color:#64748b;margin-bottom:.75rem}.no-revenue-data p{font-size:.95rem;color:#94a3b8}.top-products-section-modern{padding-top:2.5rem;border-top:2px solid #f1f5f9}.section-header-modern{margin-bottom:2rem}.section-header-modern .header-left{display:flex;align-items:center;gap:1rem}.section-header-modern .header-left .icon-wrapper{width:56px;height:56px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #3b82f64d}.section-header-modern .header-left .icon-wrapper svg{color:#fff}.section-header-modern .header-left .header-text .section-title-modern{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.section-header-modern .header-left .header-text .section-subtitle{font-size:.875rem;color:#64748b;margin-top:.25rem}.products-grid-modern{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-bottom:2rem}@media(max-width:1600px){.products-grid-modern{grid-template-columns:repeat(4,1fr)}}@media(max-width:1200px){.products-grid-modern{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.products-grid-modern{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.products-grid-modern{grid-template-columns:1fr}}.product-card-modern{position:relative;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 4px 6px #0000000d;transition:all .5s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;display:flex;flex-direction:column;animation:slideInUp .6s ease-out both}.product-card-modern:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f;border-color:#3b82f6}.product-card-modern:hover .product-image-modern img{transform:scale(1.1)}.product-card-modern:hover .image-overlay{opacity:1}.product-card-modern:hover .percent-badge{transform:translateY(0);opacity:1}.product-card-modern:hover .shine-effect{transform:translate(100%)}.product-card-modern:hover .accent-line{transform:scaleX(1)}.product-card-modern:active{transform:translateY(-4px)}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.rank-badge-modern{position:absolute;top:12px;right:12px;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;color:#fff;box-shadow:0 6px 16px #0000004d;z-index:20;animation:rankBadgePop .6s cubic-bezier(.68,-.55,.265,1.55) both}.rank-badge-modern.rank-1{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.rank-badge-modern.rank-2{background:linear-gradient(135deg,#94a3b8,#64748b)}.rank-badge-modern.rank-3{background:linear-gradient(135deg,#fb923c,#ea580c)}.rank-badge-modern.rank-4,.rank-badge-modern.rank-5{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.rank-badge-modern svg{width:20px;height:20px}@keyframes rankBadgePop{0%{transform:scale(0) rotate(-180deg);opacity:0}70%{transform:scale(1.15) rotate(10deg)}to{transform:scale(1) rotate(0);opacity:1}}.shine-effect{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transform:translate(-100%);transition:transform 1s ease-out;pointer-events:none;z-index:15}.product-image-modern{position:relative;width:100%;aspect-ratio:1;background:#f1f5f9;overflow:hidden}.product-image-modern img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.product-image-modern .no-image-modern{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#94a3b8}.product-image-modern .no-image-modern svg{opacity:.5}.product-image-modern .image-overlay{position:absolute;inset:0;background:linear-gradient(to top,#0009,#0000 50%);opacity:0;transition:opacity .3s ease}.product-image-modern .percent-badge{position:absolute;bottom:12px;left:12px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px 12px;border-radius:20px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:6px;transform:translateY(40px);opacity:0;transition:all .3s ease}.product-image-modern .percent-badge .pulse-dot{width:8px;height:8px;background:#3b82f6;border-radius:50%;animation:pulse 2s infinite}.product-image-modern .percent-badge span{font-size:.75rem;font-weight:700;color:#1e293b;white-space:nowrap}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.product-content-modern{padding:1.25rem;display:flex;flex-direction:column;flex:1;gap:1rem}.product-content-modern .product-name-modern{font-size:.9rem;font-weight:600;color:#1e293b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5rem;transition:color .3s ease;margin:0}.product-card-modern:hover .product-content-modern .product-name-modern{color:#3b82f6}.metrics-grid-modern{display:flex;flex-direction:column;gap:.625rem}.metric-card-modern{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:10px;border:1px solid;transition:all .3s ease}.metric-card-modern .metric-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.metric-card-modern .metric-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.metric-card-modern .metric-info .metric-label{font-size:.7rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.3px}.metric-card-modern .metric-info .metric-value{font-size:.95rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric-card-modern.quantity{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-color:#e9d5ff}.metric-card-modern.quantity .metric-icon{background:#8b5cf6;color:#fff}.metric-card-modern.quantity .metric-value{color:#7c3aed}.metric-card-modern.quantity:hover{background:linear-gradient(135deg,#ede9fe,#ddd6fe);box-shadow:0 4px 8px #8b5cf626;transform:translate(2px)}.metric-card-modern.revenue{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#a7f3d0}.metric-card-modern.revenue .metric-value{color:#059669}.metric-card-modern.revenue:hover{background:linear-gradient(135deg,#d1fae5,#a7f3d0);box-shadow:0 4px 8px #10b98126;transform:translate(2px)}.metric-card-modern.growth{border-color:#e2e8f0}.metric-card-modern.growth .metric-icon{border-radius:50%}.metric-card-modern.growth.positive{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#bbf7d0}.metric-card-modern.growth.positive .metric-icon{background:#d1fae5;color:#059669}.metric-card-modern.growth.positive .metric-value{color:#059669}.metric-card-modern.growth.positive:hover{background:linear-gradient(135deg,#dcfce7,#bbf7d0);box-shadow:0 4px 8px #10b98126}.metric-card-modern.growth.negative{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#fecaca}.metric-card-modern.growth.negative .metric-icon{background:#fee2e2;color:#dc2626}.metric-card-modern.growth.negative .metric-value{color:#dc2626}.metric-card-modern.growth.negative:hover{background:linear-gradient(135deg,#fee2e2,#fecaca);box-shadow:0 4px 8px #ef444426}.metric-card-modern.growth:hover{transform:translate(2px)}.view-details-btn{width:100%;padding:.75rem;margin-top:auto;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;font-size:.813rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #3b82f64d;transition:all .3s ease}.view-details-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.view-details-btn:active{transform:translateY(0)}.accent-line{position:absolute;bottom:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card-modern:nth-child(1) .accent-line{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.product-card-modern:nth-child(2) .accent-line{background:linear-gradient(90deg,#94a3b8,#64748b)}.product-card-modern:nth-child(3) .accent-line{background:linear-gradient(90deg,#fb923c,#ea580c)}.product-card-modern:nth-child(4),.product-card-modern:nth-child(5) .accent-line{background:linear-gradient(90deg,#8b5cf6,#7c3aed)}.summary-stats-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;border:1px solid #e2e8f0}.stat-box-modern{display:flex;align-items:center;justify-content:space-between;padding:1.75rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.stat-box-modern:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.stat-box-modern .stat-content{display:flex;flex-direction:column;gap:.5rem}.stat-box-modern .stat-content .stat-label{font-size:.813rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0}.stat-box-modern .stat-content .stat-value{font-size:2rem;font-weight:800;color:#1e293b;line-height:1;margin:0}.stat-box-modern .stat-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-box-modern .stat-icon.purple{background:linear-gradient(135deg,#f5f3ff,#ede9fe);color:#8b5cf6}.stat-box-modern .stat-icon.green{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#10b981}.stat-box-modern .stat-icon.blue{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.no-products-data-modern{padding:5rem 2rem;text-align:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;border:2px dashed #cbd5e1}.no-products-data-modern svg{color:#cbd5e1;margin-bottom:1.5rem;opacity:.5}.no-products-data-modern h3{font-size:1.5rem;font-weight:700;color:#64748b;margin-bottom:.75rem}.no-products-data-modern p{font-size:1rem;color:#94a3b8}@media(max-width:640px){.page-title{font-size:1.5rem}.stat-card{padding:1.5rem}.stat-card .value{font-size:2rem}.stat-card-split{flex-direction:column}.stat-card-split.translation .split-left{border-right:none;border-bottom:2px solid #f1f5f9}.revenue-section{padding:1.5rem}.revenue-title{flex-direction:column;align-items:flex-start;gap:.5rem}.revenue-title h2{font-size:1.3rem}.revenue-stats-row,.charts-container{grid-template-columns:1fr}.chart-box{padding:1rem}.section-header-modern .header-left .icon-wrapper{width:48px;height:48px}.section-header-modern .header-left .icon-wrapper svg{width:20px;height:20px}.section-header-modern .header-left .header-text .section-title-modern{font-size:1.4rem}.section-header-modern .header-left .header-text .section-subtitle{font-size:.75rem}.product-card-modern .rank-badge-modern{width:36px;height:36px;font-size:.9rem}.product-card-modern .rank-badge-modern svg{width:16px;height:16px}.product-card-modern .product-content-modern{padding:1rem}.summary-stats-modern{grid-template-columns:1fr;padding:1.5rem}.stat-box-modern{padding:1.25rem}.stat-box-modern .stat-content .stat-value{font-size:1.75rem}.stat-box-modern .stat-icon{width:56px;height:56px}.stat-box-modern .stat-icon svg{width:24px;height:24px}}.category-manager{padding:24px;background:#f8f9fa}.category-manager .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.category-manager .page-header .page-title{font-size:26px;font-weight:700;color:#1f2937;margin:0}.category-manager .page-header .btn-primary{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.category-manager .page-header .btn-primary:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.category-manager .page-header .btn-primary:active{transform:translateY(0)}.category-manager .search-box{position:relative;margin-bottom:1.5rem}.category-manager .search-box svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8}.category-manager .search-box input{width:95%;padding:.75rem 1rem .75rem 2.75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .2s;background:#fff}.category-manager .search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.category-manager .category-tree{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000f;border:1px solid #e5e7eb}.category-manager .category-tree .empty{text-align:center;padding:80px 20px;color:#6b7280;font-size:16px}.category-manager .category-tree-node{position:relative}.category-manager .category-tree-node:last-child .category-item{border-bottom:none}.category-manager .drop-indicator{height:48px;margin:4px 16px;background:repeating-linear-gradient(45deg,#dbeafe,#dbeafe 10px,#bfdbfe 10px 20px);border:2px dashed #3b82f6;border-radius:8px;display:flex;align-items:center;justify-content:center;animation:fadeInScale .2s ease;position:relative;overflow:hidden;cursor:move;pointer-events:all}.category-manager .drop-indicator:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.3),transparent);animation:shimmerSlide 2s infinite}.category-manager .drop-indicator .drop-label{background:#3b82f6;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;z-index:1;box-shadow:0 2px 8px #3b82f666;animation:bounce 1s infinite}.category-manager .drop-indicator.drop-before{margin-bottom:0}.category-manager .drop-indicator.drop-after{margin-top:0}.category-manager .category-item{display:flex;align-items:center;padding:14px 16px;border-bottom:1px solid #f3f4f6;background:#fff;transition:all .2s ease;position:relative;cursor:default}.category-manager .category-item:hover{background:#f8faff;border-left:4px solid #3b82f6}.category-manager .category-item:hover .category-actions{opacity:1;transform:translate(0)}.category-manager .category-item:hover .drag-handle{color:#3b82f6;background:#eff6ff}.category-manager .category-item.dragging{opacity:.4;background:#dbeafe;border:2px dashed #3b82f6!important;transform:scale(.95);box-shadow:0 8px 16px #3b82f633;z-index:1000}.category-manager .category-item.dragging .category-name{font-weight:600;color:#3b82f6}.category-manager .category-item.drag-over-inside{background:#fff!important;border:none!important;position:relative;z-index:998}.category-manager .category-item.processing{background:#fef3c7!important;pointer-events:none;animation:processing 1s infinite}.category-manager .category-item.processing:after{content:"⏳";position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:20px;animation:spin 1s linear infinite}.category-manager .category-item.success-flash{animation:successFlash .6s ease}.category-manager .category-item.error-flash{animation:errorFlash .6s ease}.category-manager .category-item .drag-handle{cursor:grab;color:#9ca3af;margin-right:12px;padding:8px;border-radius:6px;transition:all .2s;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;z-index:10}.category-manager .category-item .drag-handle:hover{color:#3b82f6;background:#eff6ff;transform:scale(1.1)}.category-manager .category-item .drag-handle:active{cursor:grabbing;color:#2563eb;transform:scale(1.2);background:#dbeafe}.category-manager .category-item .toggle-btn,.category-manager .category-item .toggle-placeholder{background:none;border:none;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s ease;z-index:10}.category-manager .category-item .toggle-btn:hover,.category-manager .category-item .toggle-placeholder:hover{background:#eff6ff;color:#3b82f6;transform:scale(1.1)}.category-manager .category-item .toggle-btn:active,.category-manager .category-item .toggle-placeholder:active{transform:scale(.95)}.category-manager .category-item .toggle-btn svg,.category-manager .category-item .toggle-placeholder svg{transition:transform .25s ease}.category-manager .category-item .category-name{flex:1;font-weight:500;color:#1f2937;font-size:15px;pointer-events:none}.category-manager .category-item .category-slug{color:#9ca3af;font-size:13px;font-family:JetBrains Mono,monospace;margin-left:12px;padding-right:12px;pointer-events:none}.category-manager .category-item .category-actions{display:flex;gap:6px;opacity:0;transform:translate(10px);transition:all .25s ease;z-index:10}.category-manager .category-item .category-actions .btn-small{padding:6px 10px;border-radius:6px;font-size:12px;font-weight:500;border:none;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .2s}.category-manager .category-item .category-actions .btn-small:first-child{background:#10b981;color:#fff}.category-manager .category-item .category-actions .btn-small:first-child:hover{background:#059669;transform:translateY(-1px);box-shadow:0 2px 8px #10b9814d}.category-manager .category-item .category-actions .btn-small:nth-child(2){background:#3b82f6;color:#fff}.category-manager .category-item .category-actions .btn-small:nth-child(2):hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 2px 8px #3b82f64d}.category-manager .category-item .category-actions .btn-small.btn-danger{background:#ef4444;color:#fff}.category-manager .category-item .category-actions .btn-small.btn-danger:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 2px 8px #ef44444d}.category-manager .category-item .category-actions .btn-small:active{transform:translateY(0)}.category-manager .category-item .drop-overlay-inside{position:absolute;inset:0;background:linear-gradient(135deg,#3b82f626,#93c5fd40,#3b82f626);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:3px solid #3b82f6;border-radius:8px;display:flex;align-items:center;justify-content:center;z-index:999;animation:fadeInScale .2s ease}.category-manager .category-item .drop-overlay-inside:before{content:"";position:absolute;inset:-3px;border-radius:8px;padding:3px;background:linear-gradient(45deg,#3b82f6,#60a5fa,#3b82f6);background-size:200% 100%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:shimmer 2s linear infinite;pointer-events:none}.category-manager .category-item .drop-overlay-inside .drop-label-inside{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:10px 24px;border-radius:24px;font-size:14px;font-weight:700;box-shadow:0 4px 16px #3b82f680;z-index:1;animation:pulseScale 1.5s infinite;text-shadow:0 1px 2px rgba(0,0,0,.2)}.category-manager .children{border-left:2px dashed #e5e7eb;margin-left:28px}.category-manager .modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.category-manager .modal{background:#fff;border-radius:16px;width:480px;max-width:94vw;box-shadow:0 20px 60px #0003;overflow:hidden;animation:modalPop .3s ease}.category-manager .modal h3{margin:0;padding:20px 24px;background:#3b82f6;color:#fff;font-size:18px;font-weight:600}.category-manager .modal .parent-info{padding:16px 24px;background:#f0f9ff;border-bottom:1px solid #e0f2fe;color:#0369a1;font-size:14px}.category-manager .modal form{padding:24px}.category-manager .modal form input,.category-manager .modal form select{width:90%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;margin-bottom:16px;transition:border .2s}.category-manager .modal form input:focus,.category-manager .modal form select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.category-manager .modal form select{background:#fff}.category-manager .modal form .slug-preview{margin:-8px 0 16px;padding:8px 12px;background:#f9fafb;border-radius:6px;font-size:13px;color:#6b7280}.category-manager .modal form .slug-preview strong{color:#1f2937;font-family:JetBrains Mono,monospace}.category-manager .modal .modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:0 24px 24px}.category-manager .modal .modal-actions button{padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.category-manager .modal .modal-actions button:first-child{background:#e5e7eb;color:#374151;border:none}.category-manager .modal .modal-actions button:first-child:hover{background:#d1d5db;transform:translateY(-1px)}.category-manager .modal .modal-actions button:last-child{background:#3b82f6;color:#fff;border:none}.category-manager .modal .modal-actions button:last-child:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.category-manager .modal .modal-actions button.btn-danger{background:#ef4444;color:#fff}.category-manager .modal .modal-actions button.btn-danger:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.category-manager .modal .modal-actions button:active{transform:translateY(0)}.category-manager .modal p{padding:24px;margin:0;line-height:1.6}@keyframes modalPop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes shimmerSlide{0%{left:-100%}to{left:100%}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes processing{0%,to{background:#fef3c7}50%{background:#fde68a}}@keyframes successFlash{0%,to{background:#fff}50%{background:#86efac;transform:scale(1.02)}}@keyframes errorFlash{0%,to{background:#fff}50%{background:#fca5a5;transform:scale(1.02)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulseScale{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media(max-width:768px){.category-manager{padding:16px}.category-manager .page-header{flex-direction:column;align-items:stretch;gap:16px}.category-manager .page-header .btn-primary{width:100%;justify-content:center}.category-manager .category-item{flex-wrap:wrap;gap:12px}.category-manager .category-item .category-actions{opacity:1;transform:none;width:100%;justify-content:flex-end}.category-manager .drop-indicator{margin:4px 8px;height:40px}.category-manager .drop-indicator .drop-label{font-size:12px;padding:4px 12px}}.product-manager{background:#f8f9fa}.product-manager .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.product-manager .page-header .page-title{font-size:26px;font-weight:700;color:#1f2937;margin:0}.product-manager .page-header .btn-primary{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.product-manager .page-header .btn-primary:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.product-manager .page-header .btn-primary:active{transform:translateY(0)}.product-manager .search-box{position:relative;margin-bottom:1.5rem}.product-manager .search-box svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8}.product-manager .search-box input{width:95%;padding:.75rem 1rem .75rem 2.75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .2s;background:#fff}.product-manager .search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.product-manager .search-box .search-result-count{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.85rem;color:#10b981;font-weight:600;background:#dcfce7;padding:.25rem .75rem;border-radius:12px}.product-manager .category-filter-section{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000a;border:1px solid #e5e7eb}.product-manager .category-filter-section .filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.product-manager .category-filter-section .filter-header .filter-title{font-size:15px;font-weight:600;color:#374151;display:flex;align-items:center;gap:8px}.product-manager .category-filter-section .filter-header .filter-title svg{color:#3b82f6}.product-manager .category-filter-section .filter-header .btn-clear-filter{display:flex;align-items:center;gap:6px;padding:6px 14px;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.product-manager .category-filter-section .filter-header .btn-clear-filter:hover{background:#fee2e2;border-color:#fca5a5;transform:translateY(-1px)}.product-manager .category-filter-section .filter-header .btn-clear-filter:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-manager .category-filter-section .filter-content{display:flex;gap:1rem;align-items:flex-start}.product-manager .category-filter-section .filter-content .category-tree-wrapper{flex:1;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;max-height:400px;overflow-y:auto;padding:8px}.product-manager .category-filter-section .filter-content .category-tree-wrapper::-webkit-scrollbar{width:8px}.product-manager .category-filter-section .filter-content .category-tree-wrapper::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.product-manager .category-filter-section .filter-content .category-tree-wrapper::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.product-manager .category-filter-section .filter-content .category-tree-wrapper::-webkit-scrollbar-thumb:hover{background:#9ca3af}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item{margin-bottom:4px}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-parent{display:flex;align-items:center;padding:10px 12px;border-radius:6px;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-parent:hover{background:#f3f4f6}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-parent .expand-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:8px;transition:transform .2s;color:#6b7280;flex-shrink:0}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-parent .expand-icon.expanded{transform:rotate(90deg)}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-parent .category-checkbox-wrapper{display:flex;align-items:center;gap:8px;flex:1}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-parent .category-checkbox-wrapper input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6;flex-shrink:0}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-parent .category-checkbox-wrapper .category-label{font-size:14px;font-weight:600;color:#1f2937;flex:1}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-parent .category-checkbox-wrapper .category-count{background:#eff6ff;color:#3b82f6;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:700;margin-left:auto;flex-shrink:0}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-children{margin-left:28px;padding-left:12px;border-left:2px solid #e5e7eb;animation:slideDown .2s ease}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-children .category-child{display:flex;align-items:center;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .2s;margin-bottom:2px}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-children .category-child:hover{background:#f9fafb}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-children .category-child input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6;margin-right:8px;flex-shrink:0}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-children .category-child .child-label{font-size:13px;color:#4b5563;flex:1}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item .category-children .category-child .child-count{background:#f3f4f6;color:#6b7280;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;margin-left:auto;flex-shrink:0}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item.has-children .category-parent{font-weight:700}.product-manager .category-filter-section .filter-content .category-tree-wrapper .category-tree-item.no-children .expand-icon{opacity:0;pointer-events:none}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.product-manager .category-filter-section .filter-content .category-tree-wrapper .empty-categories{text-align:center;padding:40px 20px;color:#9ca3af;font-size:14px}.product-manager .category-filter-section .filter-content .selected-categories{flex:1;background:#f9fafb;border:1.5px dashed #d1d5db;border-radius:8px;padding:1rem;min-height:180px;max-height:180px;overflow-y:auto}.product-manager .category-filter-section .filter-content .selected-categories .selected-header{font-size:13px;font-weight:600;color:#6b7280;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.product-manager .category-filter-section .filter-content .selected-categories .selected-items{display:flex;flex-wrap:wrap;gap:8px}.product-manager .category-filter-section .filter-content .selected-categories .selected-items .selected-tag{display:flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:20px;font-size:13px;font-weight:500;box-shadow:0 2px 6px #3b82f640;transition:all .2s;animation:slideIn .2s ease}.product-manager .category-filter-section .filter-content .selected-categories .selected-items .selected-tag .tag-count{background:#ffffff40;padding:2px 8px;border-radius:10px;font-size:12px;font-weight:700}.product-manager .category-filter-section .filter-content .selected-categories .selected-items .selected-tag button{background:#fff3;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#fff;padding:0}.product-manager .category-filter-section .filter-content .selected-categories .selected-items .selected-tag button:hover{background:#ffffff4d;transform:rotate(90deg)}.product-manager .category-filter-section .filter-content .selected-categories .selected-items .selected-tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.product-manager .category-filter-section .filter-content .selected-categories .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-size:14px;text-align:center;gap:8px}.product-manager .category-filter-section .filter-content .selected-categories .empty-state svg{color:#d1d5db}.product-manager .category-filter-section .filter-stats{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;font-size:14px}.product-manager .category-filter-section .filter-stats .stats-left{color:#6b7280}.product-manager .category-filter-section .filter-stats .stats-left strong{color:#3b82f6;font-weight:700}.product-manager .category-filter-section .filter-stats .stats-right{display:flex;gap:1.5rem}.product-manager .category-filter-section .filter-stats .stats-right .stat-item{display:flex;align-items:center;gap:6px;color:#6b7280}.product-manager .category-filter-section .filter-stats .stats-right .stat-item .stat-value{font-weight:700;color:#1f2937}@keyframes slideIn{0%{opacity:0;transform:scale(.8) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.product-manager .product-table{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000f;border:1px solid #e5e7eb;overflow-x:auto}.product-manager .product-table .empty{text-align:center;padding:80px 20px;color:#6b7280;font-size:16px}.product-manager .product-table table{width:100%;border-collapse:collapse}.product-manager .product-table table thead tr{background:#f3f4f6}.product-manager .product-table table thead tr th{padding:14px 16px;text-align:left;font-weight:600;color:#4b5563;font-size:14px;border-bottom:1px solid #e5e7eb;white-space:nowrap}.product-manager .product-table table thead tr th:first-child{border-top-left-radius:12px}.product-manager .product-table table thead tr th:last-child{border-top-right-radius:12px}.product-manager .product-table table tbody tr{border-bottom:1px solid #f3f4f6}.product-manager .product-table table tbody tr:hover{background:#f8faff;border-left:4px solid #3b82f6}.product-manager .product-table table tbody tr:last-child td{border-bottom:none}.product-manager .product-table table tbody tr td{padding:14px 16px;vertical-align:middle;color:#374151;font-size:14px}.product-manager .product-table table tbody tr td .thumbnail{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb;transition:transform .2s}.product-manager .product-table table tbody tr td .thumbnail:hover{transform:scale(1.5);box-shadow:0 8px 20px #00000026;z-index:10}.product-manager .product-table table tbody tr td svg{color:#fff}.product-manager .product-table table tbody tr td.actions .btn-small{padding:6px 10px;border-radius:6px;font-size:12px;font-weight:500;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:all .2s;margin-right:6px}.product-manager .product-table table tbody tr td.actions .btn-small:last-child{margin-right:0}.product-manager .product-table table tbody tr td.actions .btn-small:first-child{background:#3b82f6;color:#fff}.product-manager .product-table table tbody tr td.actions .btn-small:first-child:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 2px 8px #3b82f64d}.product-manager .product-table table tbody tr td.actions .btn-small.btn-danger{background:#ef4444;color:#fff}.product-manager .product-table table tbody tr td.actions .btn-small.btn-danger:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 2px 8px #ef44444d}.product-manager .product-table table tbody tr td.actions .btn-small:active{transform:translateY(0)}.product-manager .pagination{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:.3rem;padding:1rem 1.5rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.product-manager .pagination .pagination-left{display:flex;align-items:center;gap:1.5rem;flex:1}.product-manager .pagination .pagination-left .items-per-page{display:flex;align-items:center;gap:.5rem;font-size:14px;color:#4b5563;white-space:nowrap}.product-manager .pagination .pagination-left .items-per-page select{padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s;background:#fff}.product-manager .pagination .pagination-left .items-per-page select:hover{border-color:#3b82f6}.product-manager .pagination .pagination-left .items-per-page select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.product-manager .pagination .pagination-left .page-info{font-size:14px;color:#6b7280;font-weight:500}.product-manager .pagination .pagination-center{display:flex;align-items:center;gap:.5rem}.product-manager .pagination .pagination-btn{padding:.5rem 1rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.product-manager .pagination .pagination-btn:hover:not(:disabled){background:#3b82f6;color:#fff;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.product-manager .pagination .pagination-btn:disabled{opacity:.4;cursor:not-allowed}.product-manager .pagination .pagination-btn:active:not(:disabled){transform:translateY(0)}.product-manager .pagination .pagination-numbers{display:flex;gap:.25rem;align-items:center}.product-manager .pagination .pagination-numbers .pagination-number{min-width:40px;height:40px;padding:.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.product-manager .pagination .pagination-numbers .pagination-number:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px)}.product-manager .pagination .pagination-numbers .pagination-number.active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 2px 4px #3b82f64d}.product-manager .pagination .pagination-numbers .pagination-number:active{transform:translateY(0)}.product-manager .pagination .pagination-numbers .pagination-ellipsis{padding:.5rem;color:#9ca3af;font-weight:600}.product-manager .spin{animation:spin 1s linear infinite;color:#3b82f6}.product-manager .modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease;padding-left:260px}@media(max-width:768px){.product-manager .modal-overlay{padding-left:0}}.product-manager .modal{background:#fff;border-radius:16px;width:min(640px,90vw);max-height:90vh;box-shadow:0 20px 60px #0003;overflow:hidden;animation:modalPop .3s ease;display:flex;flex-direction:column}.product-manager .modal h3{margin:0;padding:20px 24px;background:#3b82f6;color:#fff;font-size:18px;font-weight:600;flex-shrink:0}.product-manager .modal form{padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:16px;overflow-y:auto;flex:1}.product-manager .modal form input:not([type=checkbox]):not([type=file]),.product-manager .modal form textarea{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;font-family:inherit;transition:all .2s;box-sizing:border-box;width:100%}.product-manager .modal form input:not([type=checkbox]):not([type=file]):focus,.product-manager .modal form textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.product-manager .modal form input:not([type=checkbox]):not([type=file])::placeholder,.product-manager .modal form textarea::placeholder{color:#9ca3af}.product-manager .modal form textarea,.product-manager .modal form .category-select-wrapper,.product-manager .modal form .checkbox-group,.product-manager .modal form .file-input-wrapper,.product-manager .modal form .image-previews,.product-manager .modal form .price-with-discount{grid-column:1/-1}.product-manager .modal form .price-with-discount{position:relative;display:flex;align-items:center;gap:12px}.product-manager .modal form .price-with-discount input{flex:1}.product-manager .modal form .price-with-discount .discount-badge{position:absolute;right:12px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:700;box-shadow:0 2px 8px #ef44444d;animation:pulse 2s infinite;pointer-events:none}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.product-manager .modal form textarea{min-height:100px;resize:vertical}.product-manager .modal form .category-select-wrapper{display:flex;flex-direction:column;gap:8px}.product-manager .modal form .category-select-wrapper label{font-size:14px;font-weight:600;color:#374151;margin:0}.product-manager .modal form .category-select-wrapper select[multiple]{height:160px;padding:8px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s;background:#fff}.product-manager .modal form .category-select-wrapper select[multiple]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.product-manager .modal form .category-select-wrapper select[multiple] option{padding:10px 12px;border-radius:6px;margin-bottom:4px;cursor:pointer}.product-manager .modal form .category-select-wrapper select[multiple] option:checked{background:#dbeafe;color:#1e40af;font-weight:500}.product-manager .modal form .category-select-wrapper .select-hint{font-size:13px;color:#6b7280;font-style:italic}.product-manager .modal form .checkbox-group{display:flex;gap:24px;padding:12px 0}.product-manager .modal form .checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:15px;color:#374151;-webkit-user-select:none;user-select:none;font-weight:500}.product-manager .modal form .checkbox-group label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.product-manager .modal form .checkbox-group label:hover{color:#1f2937}.product-manager .modal form .file-input-wrapper{display:flex;flex-direction:column;gap:8px}.product-manager .modal form .file-input-wrapper .file-label{font-size:14px;font-weight:600;color:#374151}.product-manager .modal form .file-input-wrapper input[type=file]{padding:10px;cursor:pointer;border:2px dashed #d1d5db;border-radius:8px;transition:all .2s}.product-manager .modal form .file-input-wrapper input[type=file]:hover{border-color:#3b82f6;background:#f8faff}.product-manager .modal form .file-input-wrapper input[type=file]::file-selector-button{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s;margin-right:12px}.product-manager .modal form .file-input-wrapper input[type=file]::file-selector-button:hover{background:#2563eb;transform:translateY(-1px)}.product-manager .modal form .file-input-wrapper .file-hint{font-size:13px;color:#6b7280;font-style:italic}.product-manager .modal form .image-previews{display:flex;gap:12px;flex-wrap:wrap;padding:12px 0}.product-manager .modal form .image-previews img{width:100px;height:100px;object-fit:cover;border-radius:8px;border:2px solid #e5e7eb;transition:all .2s}.product-manager .modal form .image-previews img:hover{transform:scale(1.05);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f633}.product-manager .modal .modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb;flex-shrink:0;background:#f9fafb}.product-manager .modal .modal-actions button{padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:14px}.product-manager .modal .modal-actions button:first-child{background:#e5e7eb;color:#374151}.product-manager .modal .modal-actions button:first-child:hover{background:#d1d5db}.product-manager .modal .modal-actions button.btn-primary,.product-manager .modal .modal-actions button:last-child:not(.btn-danger){background:#3b82f6;color:#fff}.product-manager .modal .modal-actions button.btn-primary:hover,.product-manager .modal .modal-actions button:last-child:not(.btn-danger):hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.product-manager .modal .modal-actions button.btn-primary:active,.product-manager .modal .modal-actions button:last-child:not(.btn-danger):active{transform:translateY(0)}.product-manager .modal .modal-actions button.btn-danger{background:#ef4444;color:#fff}.product-manager .modal .modal-actions button.btn-danger:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.product-manager .modal .modal-actions button.btn-danger:active{transform:translateY(0)}.product-manager .modal p{padding:0 24px;margin:16px 0;color:#4b5563;line-height:1.6}.product-manager .modal p strong{color:#1f2937}.product-manager .modal .success-message{position:fixed;top:20px;right:20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:16px 24px;border-radius:12px;font-size:15px;font-weight:600;box-shadow:0 8px 24px #10b98166;animation:slideIn .3s ease,fadeOut .3s ease 1.2s;z-index:9999}@media(max-width:768px){.product-manager{padding:16px}.product-manager .page-header{flex-direction:column;align-items:stretch;gap:16px}.product-manager .page-header .btn-primary{width:100%;justify-content:center}.product-manager .category-filter-section{padding:1rem}.product-manager .category-filter-section .filter-header{flex-direction:column;align-items:stretch;gap:12px}.product-manager .category-filter-section .filter-header .btn-clear-filter{width:100%;justify-content:center}.product-manager .category-filter-section .filter-content{flex-direction:column}.product-manager .category-filter-section .filter-content .category-tree-wrapper,.product-manager .category-filter-section .filter-content .selected-categories{width:100%;max-height:300px}.product-manager .category-filter-section .filter-stats{flex-direction:column;gap:12px;align-items:flex-start}.product-manager .category-filter-section .filter-stats .stats-right{width:100%;justify-content:space-between}.product-manager .pagination{flex-direction:column;gap:1rem;padding:1rem}.product-manager .pagination .pagination-left{flex-direction:column;gap:.75rem;align-items:flex-start;width:100%}.product-manager .pagination .pagination-left .items-per-page{width:100%;justify-content:space-between}.product-manager .pagination .pagination-left .page-info{font-size:13px}.product-manager .pagination .pagination-center{width:100%;justify-content:center;flex-wrap:wrap}.product-manager .pagination .pagination-btn{padding:.375rem .75rem;font-size:13px}.product-manager .pagination .pagination-numbers .pagination-number{min-width:36px;height:36px;font-size:13px}.product-manager .product-table table{font-size:13px}.product-manager .product-table table thead th{padding:10px 8px;font-size:13px}.product-manager .product-table table tbody td{padding:10px 8px}.product-manager .product-table table tbody td .thumbnail{width:50px;height:50px}.product-manager .product-table table tbody td.actions{white-space:nowrap}.product-manager .product-table table tbody td.actions .btn-small{padding:5px 8px;font-size:11px;margin-right:4px}.product-manager .product-table table tbody td.actions .btn-small svg{width:14px;height:14px}.product-manager .modal{width:95vw;max-height:85vh}.product-manager .modal form{grid-template-columns:1fr;padding:16px;gap:12px}.product-manager .modal form input,.product-manager .modal form select,.product-manager .modal form textarea{padding:10px 12px;font-size:14px}.product-manager .modal form .image-previews img{width:80px;height:80px}.product-manager .modal .modal-actions{padding:16px}.product-manager .modal .modal-actions button{padding:8px 16px;font-size:13px}}@media(max-width:480px){.product-manager .product-table table thead th:nth-child(4),.product-manager .product-table table thead th:nth-child(5),.product-manager .product-table table tbody td:nth-child(4),.product-manager .product-table table tbody td:nth-child(5){display:none}.product-manager .category-filter-section .selected-categories .selected-items .selected-tag{font-size:12px;padding:5px 10px}.product-manager .category-filter-section .selected-categories .selected-items .selected-tag .tag-count{font-size:11px}}.attributes-section{grid-column:1/-1;margin-top:16px;padding-top:16px;border-top:2px solid #e5e7eb}.attributes-section .attributes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.attributes-section .attributes-header .section-label{font-size:16px;font-weight:700;color:#1f2937}.attributes-section .attributes-header .btn-add-attribute{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.attributes-section .attributes-header .btn-add-attribute:hover{background:#059669;transform:translateY(-1px)}.attributes-section .attribute-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:16px}.attributes-section .attribute-card .attribute-header{display:flex;gap:12px;margin-bottom:12px}.attributes-section .attribute-card .attribute-header .attribute-name-input{flex:1;padding:10px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:15px;font-weight:600;color:#1f2937;background:#fff}.attributes-section .attribute-card .attribute-header .attribute-name-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.attributes-section .attribute-card .attribute-header .btn-remove-attribute{padding:8px 12px;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.attributes-section .attribute-card .attribute-header .btn-remove-attribute:hover{background:#dc2626}.attributes-section .attribute-card .options-list{display:flex;flex-direction:column;gap:10px}.attributes-section .attribute-card .options-list .option-item{display:grid;grid-template-columns:2fr auto auto auto;gap:8px;align-items:center;background:#fff;padding:12px;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s}.attributes-section .attribute-card .options-list .option-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.attributes-section .attribute-card .options-list .option-item input[type=text]{padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.attributes-section .attribute-card .options-list .option-item input[type=text]:focus{outline:none;border-color:#3b82f6}.attributes-section .attribute-card .options-list .option-item .option-image-upload{display:flex;align-items:center;gap:8px}.attributes-section .attribute-card .options-list .option-item .option-image-upload input[type=file]{display:none}.attributes-section .attribute-card .options-list .option-item .option-image-upload .file-label-small{padding:6px 12px;background:#6366f1;color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit;line-height:1.4}.attributes-section .attribute-card .options-list .option-item .option-image-upload .file-label-small:hover{background:#4f46e5;transform:translateY(-1px)}.attributes-section .attribute-card .options-list .option-item .option-image-upload .file-label-small:active{transform:translateY(0)}.attributes-section .attribute-card .options-list .option-item .option-image-upload>div{position:relative;display:inline-flex;flex-shrink:0}.attributes-section .attribute-card .options-list .option-item .option-image-upload .attr-img-preview{width:40px;height:40px;object-fit:cover;border-radius:6px;border:2px solid #10b981;box-shadow:0 2px 8px #10b98133;cursor:pointer;transition:all .2s;display:block}.attributes-section .attribute-card .options-list .option-item .option-image-upload .attr-img-preview:hover{transform:scale(1.15);box-shadow:0 4px 16px #10b98180;z-index:10}.attributes-section .attribute-card .options-list .option-item .option-image-upload .attr-img-preview:active{transform:scale(1.05)}.attributes-section .attribute-card .options-list .option-item .option-image-upload button[title="Xóa ảnh"]{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;border:none;border-radius:50%;width:18px;height:18px;font-size:11px;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;padding:0;transition:all .2s;z-index:11}.attributes-section .attribute-card .options-list .option-item .option-image-upload button[title="Xóa ảnh"]:hover{background:#dc2626;transform:scale(1.2)}.attributes-section .attribute-card .options-list .option-item .option-default{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280;cursor:pointer;white-space:nowrap}.attributes-section .attribute-card .options-list .option-item .option-default input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}.attributes-section .attribute-card .options-list .option-item .btn-remove-option{padding:6px;background:#f87171;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .2s}.attributes-section .attribute-card .options-list .option-item .btn-remove-option:hover{background:#ef4444}.attributes-section .attribute-card .options-list .btn-add-option{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;background:#fff;color:#6b7280;border:1px dashed #d1d5db;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.attributes-section .attribute-card .options-list .btn-add-option:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.modal-large{width:min(1100px,92vw)!important}.modal-large form{max-height:72vh;grid-template-columns:1fr 1fr 1fr}.modal-large form textarea,.modal-large form .category-select-wrapper,.modal-large form .checkbox-group,.modal-large form .file-input-wrapper,.modal-large form .image-previews,.modal-large form .price-with-discount,.modal-large form .attributes-section,.modal-large form .variants-section{grid-column:1/-1}.modal-large form input[placeholder="Tên sản phẩm"]{grid-column:1/3}.modal-large form input[placeholder=SKU]{grid-column:3/4}.modal-large .variants-section{width:127%;margin-top:24px;margin-bottom:8px}.modal-large .variants-section .variants-header{display:flex;justify-content:space-between;align-items:center;padding:12px 0;margin-bottom:15px;border-bottom:2px solid #10b981}.modal-large .variants-section .variants-header h4{font-size:16px;color:#1f2937;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.5px}.modal-large .variants-section .variants-header .btn-generate{padding:8px 18px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 5px #3b82f633}.modal-large .variants-section .variants-header .btn-generate:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.modal-large .variants-section .variants-table-wrapper{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.modal-large .variants-section .variants-table-wrapper .variants-table{width:100%;border-collapse:collapse;table-layout:fixed}.modal-large .variants-section .variants-table-wrapper .variants-table th{background:#f8fafc;padding:13px 16px;text-align:left;font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid #e5e7eb}.modal-large .variants-section .variants-table-wrapper .variants-table td{padding:11px 16px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.modal-large .variants-section .variants-table-wrapper .variants-table td:nth-child(1){width:22%}.modal-large .variants-section .variants-table-wrapper .variants-table td:nth-child(2){width:18%}.modal-large .variants-section .variants-table-wrapper .variants-table td:nth-child(3){width:18%}.modal-large .variants-section .variants-table-wrapper .variants-table td:nth-child(4){width:8%;text-align:center}.modal-large .variants-section .variants-table-wrapper .variants-table td:nth-child(5){width:12%}.modal-large .variants-section .variants-table-wrapper .variants-table td:nth-child(6){width:14%}.modal-large .variants-section .variants-table-wrapper .variants-table td:nth-child(7){width:8%;text-align:center}.modal-large .variants-section .variants-table-wrapper .variants-table td .variant-label{display:block;font-weight:600;color:#111827;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-large .variants-section .variants-table-wrapper .variants-table td input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;transition:border-color .2s;box-sizing:border-box}.modal-large .variants-section .variants-table-wrapper .variants-table td input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.modal-large .variants-section .variants-table-wrapper .variants-table td input.price-input{color:#ef4444;font-weight:700;background:#fffafb}.modal-large .variants-section .variants-table-wrapper .variants-table tr:last-child td{border-bottom:none}.modal-large .variants-section .variants-table-wrapper .variants-table tr:hover td{background:#f9fafb}@media(max-width:1024px){.modal-large{width:min(900px,94vw)!important}.modal-large form{grid-template-columns:1fr 1fr}.modal-large form input[placeholder="Tên sản phẩm"]{grid-column:1/2}.modal-large form input[placeholder=SKU]{grid-column:2/3}}@media(max-width:768px){.modal-large{width:95vw!important}.modal-large form{grid-template-columns:1fr;max-height:75vh}.modal-large form input[placeholder="Tên sản phẩm"],.modal-large form input[placeholder=SKU]{grid-column:1/-1}.modal-large .variants-section .variants-table-wrapper{overflow-x:auto}.modal-large .variants-section .variants-table-wrapper .variants-table{min-width:600px;table-layout:auto}.attributes-section .attribute-card .options-list .option-item{grid-template-columns:1fr;gap:10px}.attributes-section .attribute-card .options-list .option-item .option-image-upload{justify-content:flex-start;flex-wrap:wrap}}.image-preview-modal{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .3s ease;cursor:zoom-out}.image-preview-modal .preview-content{position:relative;max-width:90vw;max-height:90vh;animation:zoomIn .3s ease;cursor:default}.image-preview-modal .preview-content img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px #00000080}.image-preview-modal .preview-content .close-preview{position:absolute;top:0;right:-50px;background:#ffffffe6;color:#1f2937;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0000004d}.image-preview-modal .preview-content .close-preview:hover{background:#fff;transform:rotate(90deg)}@keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.order-manager{padding:24px;background:#f8f9fa;min-height:100vh}.order-manager .page-header{margin-bottom:28px}.order-manager .page-header .page-title{font-size:26px;font-weight:700;color:#1f2937;margin:0 0 20px}.order-manager .page-header .stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.order-manager .page-header .stats-row .stat-card{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000000f;border:1px solid #e5e7eb;transition:all .2s}.order-manager .page-header .stats-row .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.order-manager .page-header .stats-row .stat-card svg{flex-shrink:0;padding:10px;border-radius:10px}.order-manager .page-header .stats-row .stat-card .stat-number{font-size:28px;font-weight:700;line-height:1;margin-bottom:4px}.order-manager .page-header .stats-row .stat-card .stat-label{font-size:13px;color:#6b7280;font-weight:500}.order-manager .page-header .stats-row .stat-card.pending svg{color:#f59e0b;background:#fef3c7}.order-manager .page-header .stats-row .stat-card.pending .stat-number{color:#f59e0b}.order-manager .page-header .stats-row .stat-card.confirmed svg{color:#3b82f6;background:#dbeafe}.order-manager .page-header .stats-row .stat-card.confirmed .stat-number{color:#3b82f6}.order-manager .page-header .stats-row .stat-card.shipping svg{color:#8b5cf6;background:#ede9fe}.order-manager .page-header .stats-row .stat-card.shipping .stat-number{color:#8b5cf6}.order-manager .page-header .stats-row .stat-card.completed svg{color:#10b981;background:#d1fae5}.order-manager .page-header .stats-row .stat-card.completed .stat-number{color:#10b981}.order-manager .archive-controls{background:#fff;border-radius:12px;padding:16px;margin-bottom:20px;display:flex;gap:16px;flex-wrap:wrap;align-items:center;box-shadow:0 2px 8px #0000000f;border:1px solid #e5e7eb}.order-manager .archive-controls select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s;background:#fff}.order-manager .archive-controls select:hover{border-color:#3b82f6}.order-manager .archive-controls select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.order-manager .archive-controls .archive-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;font-weight:500;color:#374151;padding:8px 12px;border-radius:6px;transition:all .2s}.order-manager .archive-controls .archive-toggle:hover{background:#f3f4f6}.order-manager .archive-controls .archive-toggle input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}.order-manager .archive-controls .archive-toggle svg{color:#6b7280}.order-manager .archive-controls .archive-stats{padding:8px 12px;background:#fef3c7;border-radius:6px;font-size:13px;color:#92400e;font-weight:500;display:flex;align-items:center;gap:6px}.order-manager .filter-bar{background:#fff;border-radius:12px;padding:16px;margin-bottom:20px;display:flex;gap:12px;flex-wrap:wrap;box-shadow:0 2px 8px #0000000f;border:1px solid #e5e7eb}.order-manager .filter-bar button{padding:8px 16px;border:1px solid #d1d5db;background:#fff;border-radius:8px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.order-manager .filter-bar button:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff}.order-manager .filter-bar button.active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 2px 8px #3b82f64d}.order-manager .search-box{position:relative;background:#fff;border-radius:12px;padding:16px;margin-bottom:20px;box-shadow:0 2px 8px #0000000f;border:1px solid #e5e7eb}.order-manager .search-box svg{position:absolute;left:28px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.order-manager .search-box input{width:91.5%;padding:12px 50px 12px 48px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:15px;transition:all .2s;background:#f8fafc}.order-manager .search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.order-manager .search-box input::placeholder{color:#94a3b8}.order-manager .search-box .clear-search{position:absolute;right:28px;top:50%;transform:translateY(-50%);background:#e2e8f0;border:none;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;font-size:14px;transition:all .2s}.order-manager .search-box .clear-search:hover{background:#cbd5e1;color:#334155}.order-manager .orders-table{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000f;border:1px solid #e5e7eb;overflow-x:auto}.order-manager .orders-table .search-result-info{padding:12px 20px;background:#f0f9ff;border-bottom:1px solid #e0f2fe;color:#0369a1;font-size:14px;font-weight:500}.order-manager .orders-table .search-result-info strong{color:#0c4a6e;font-weight:700}.order-manager .orders-table .empty{text-align:center;padding:80px 20px;color:#6b7280;font-size:16px}.order-manager .orders-table table{width:100%;border-collapse:collapse}.order-manager .orders-table table thead tr{background:#f3f4f6}.order-manager .orders-table table thead tr th{padding:14px 16px;text-align:left;font-weight:600;color:#4b5563;font-size:14px;border-bottom:1px solid #e5e7eb;white-space:nowrap}.order-manager .orders-table table tbody tr{border-bottom:1px solid #f3f4f6;transition:all .2s}.order-manager .orders-table table tbody tr:hover{background:#f8faff}.order-manager .orders-table table tbody tr td{padding:14px 16px;vertical-align:middle;color:#374151;font-size:14px}.order-manager .orders-table table tbody tr td strong{color:#1f2937}.order-manager .orders-table table tbody tr td .customer-info .name{font-weight:600;color:#1f2937;margin-bottom:4px}.order-manager .orders-table table tbody tr td .customer-info .phone{font-size:13px;color:#6b7280}.order-manager .orders-table table tbody tr td .items-preview{display:flex;align-items:center;gap:8px}.order-manager .orders-table table tbody tr td .items-preview .item-mini{display:flex;align-items:center;gap:4px}.order-manager .orders-table table tbody tr td .items-preview .item-mini img{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb}.order-manager .orders-table table tbody tr td .items-preview .item-mini span{font-size:13px;font-weight:600;color:#6b7280}.order-manager .orders-table table tbody tr td .items-preview .more{font-size:12px;color:#6b7280;font-weight:600;background:#f3f4f6;padding:4px 8px;border-radius:4px}.order-manager .orders-table table tbody tr td .status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;white-space:nowrap}.order-manager .orders-table table tbody tr td .reserve-time{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#f59e0b;font-weight:600;background:#fef3c7;padding:4px 10px;border-radius:6px}.order-manager .orders-table table tbody tr td .reserve-expired{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#ef4444;font-weight:600;background:#fee2e2;padding:4px 10px;border-radius:6px}.order-manager .orders-table table tbody tr td.actions{white-space:nowrap}.order-manager .orders-table table tbody tr td.actions .btn-small{padding:6px 10px;border-radius:6px;font-size:12px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s;margin-right:6px}.order-manager .orders-table table tbody tr td.actions .btn-small:last-child{margin-right:0}.order-manager .orders-table table tbody tr td.actions .btn-small:disabled{opacity:.6;cursor:not-allowed}.order-manager .orders-table table tbody tr td.actions .btn-small svg{color:#fff}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-view{background:#6b7280}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-view:hover:not(:disabled){background:#4b5563;transform:translateY(-1px);box-shadow:0 2px 8px #6b72804d}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-confirm{background:#10b981}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-confirm:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 2px 8px #10b9814d}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-cancel{background:#ef4444}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-cancel:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 2px 8px #ef44444d}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-ship{background:#8b5cf6}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-ship:hover:not(:disabled){background:#7c3aed;transform:translateY(-1px);box-shadow:0 2px 8px #8b5cf64d}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-complete{background:#10b981}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-complete:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 2px 8px #10b9814d}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-archive{background:#6b7280}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-archive:hover:not(:disabled){background:#4b5563;transform:translateY(-1px);box-shadow:0 2px 8px #6b72804d}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-unarchive{background:#10b981}.order-manager .orders-table table tbody tr td.actions .btn-small.btn-unarchive:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 2px 8px #10b9814d}.order-manager .pagination{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1.5rem;padding:1rem 1.5rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.order-manager .pagination .pagination-left{display:flex;align-items:center;gap:1.5rem;flex:1}.order-manager .pagination .pagination-left .items-per-page{display:flex;align-items:center;gap:.5rem;font-size:14px;color:#4b5563;white-space:nowrap}.order-manager .pagination .pagination-left .items-per-page select{padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s;background:#fff}.order-manager .pagination .pagination-left .items-per-page select:hover{border-color:#3b82f6}.order-manager .pagination .pagination-left .items-per-page select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.order-manager .pagination .pagination-left .page-info{font-size:14px;color:#6b7280;font-weight:500}.order-manager .pagination .pagination-center{display:flex;align-items:center;gap:.5rem}.order-manager .pagination .pagination-btn{padding:.5rem 1rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.order-manager .pagination .pagination-btn:hover:not(:disabled){background:#3b82f6;color:#fff;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.order-manager .pagination .pagination-btn:disabled{opacity:.4;cursor:not-allowed}.order-manager .pagination .pagination-btn:active:not(:disabled){transform:translateY(0)}.order-manager .pagination .pagination-numbers{display:flex;gap:.25rem;align-items:center}.order-manager .pagination .pagination-numbers .pagination-number{min-width:40px;height:40px;padding:.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.order-manager .pagination .pagination-numbers .pagination-number:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px)}.order-manager .pagination .pagination-numbers .pagination-number.active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 2px 4px #3b82f64d}.order-manager .pagination .pagination-numbers .pagination-number:active{transform:translateY(0)}.order-manager .pagination .pagination-numbers .pagination-ellipsis{padding:.5rem;color:#9ca3af;font-weight:600}.order-manager .spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.order-manager .modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.order-manager .modal{background:#fff;border-radius:16px;width:900px;max-width:94vw;max-height:90vh;box-shadow:0 20px 60px #0003;overflow:hidden;animation:modalPop .3s ease;display:flex;flex-direction:column}.order-manager .modal.detail-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.order-manager .modal.detail-modal .modal-header h3{margin:0;font-size:18px;font-weight:600}.order-manager .modal.detail-modal .modal-header .status-badge{background:#fff!important;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600}.order-manager .modal.detail-modal .modal-content{padding:10px 100px;overflow-y:auto;flex:1}.order-manager .modal.detail-modal .modal-content .info-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.order-manager .modal.detail-modal .modal-content .info-section:last-child{border-bottom:none;margin-bottom:0}.order-manager .modal.detail-modal .modal-content .info-section h4{margin:0 0 16px;font-size:16px;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:8px}.order-manager .modal.detail-modal .modal-content .info-section h4 svg{color:#3b82f6}.order-manager .modal.detail-modal .modal-content .info-section .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.order-manager .modal.detail-modal .modal-content .info-section .info-grid .info-item{display:flex;align-items:center;gap:8px;font-size:14px}.order-manager .modal.detail-modal .modal-content .info-section .info-grid .info-item.full-width{grid-column:1/-1}.order-manager .modal.detail-modal .modal-content .info-section .info-grid .info-item svg{color:#6b7280;flex-shrink:0}.order-manager .modal.detail-modal .modal-content .info-section .info-grid .info-item strong{color:#6b7280;font-weight:600;min-width:100px}.order-manager .modal.detail-modal .modal-content .info-section .info-grid .info-item span{color:#1f2937}.order-manager .modal.detail-modal .modal-content .info-section .note-box{margin-top:16px;padding:12px 16px;background:#f8faff;border-left:3px solid #3b82f6;border-radius:6px}.order-manager .modal.detail-modal .modal-content .info-section .note-box strong{display:block;color:#3b82f6;font-weight:600;margin-bottom:6px;font-size:14px}.order-manager .modal.detail-modal .modal-content .info-section .note-box p{margin:0;color:#4b5563;font-size:14px;line-height:1.6}.order-manager .modal.detail-modal .modal-content .info-section .reserve-info{margin-top:16px;padding:12px 16px;background:#fef3c7;border-left:3px solid #f59e0b;border-radius:6px;display:flex;align-items:center;gap:12px}.order-manager .modal.detail-modal .modal-content .info-section .reserve-info svg{color:#f59e0b;flex-shrink:0}.order-manager .modal.detail-modal .modal-content .info-section .reserve-info strong{display:block;color:#92400e;font-weight:600;margin-bottom:2px;font-size:14px}.order-manager .modal.detail-modal .modal-content .info-section .reserve-info span{color:#78350f;font-size:13px}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row{display:flex;align-items:center;gap:16px;padding:12px;background:#f9fafb;border-radius:8px;margin-bottom:12px;transition:all .2s}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row:hover{background:#f3f4f6;transform:translate(4px)}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row img{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb;flex-shrink:0}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row .item-details{flex:1;min-width:0}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row .item-details .item-name{font-weight:600;color:#1f2937;margin-bottom:4px;font-size:15px}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row .item-details .item-sku{font-size:13px;color:#6b7280;margin-bottom:6px}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row .item-details .item-attributes{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row .item-details .item-attributes .attribute-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#f0fdf4;border:1px solid #86efac;border-radius:4px;font-size:12px;color:#166534;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;white-space:nowrap}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row .item-details .item-attributes .attribute-badge strong{font-weight:600;color:#15803d}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row .item-quantity{font-weight:600;color:#6b7280;font-size:15px;min-width:40px;text-align:center}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row .item-price{font-weight:500;color:#6b7280;font-size:14px;min-width:100px;text-align:right}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row .item-total{font-weight:700;color:#1f2937;font-size:15px;min-width:120px;text-align:right}.order-manager .modal.detail-modal .modal-content .info-section .total-row{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f0f9ff;border-radius:8px;margin-top:16px}.order-manager .modal.detail-modal .modal-content .info-section .total-row strong{font-size:16px;color:#1f2937}.order-manager .modal.detail-modal .modal-content .info-section .total-row .total-amount{font-size:22px;color:#3b82f6}.order-manager .modal .modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb;flex-shrink:0;background:#f9fafb}.order-manager .modal .modal-actions button{padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:14px;display:inline-flex;align-items:center;gap:8px}.order-manager .modal .modal-actions button:disabled{opacity:.6;cursor:not-allowed}.order-manager .modal .modal-actions button:first-child{background:#e5e7eb;color:#374151}.order-manager .modal .modal-actions button:first-child:hover:not(:disabled){background:#d1d5db}.order-manager .modal .modal-actions button.btn-confirm{background:#10b981;color:#fff}.order-manager .modal .modal-actions button.btn-confirm:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.order-manager .modal .modal-actions button.btn-ship{background:#8b5cf6;color:#fff}.order-manager .modal .modal-actions button.btn-ship:hover:not(:disabled){background:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf64d}.order-manager .modal .modal-actions button.btn-complete{background:#10b981;color:#fff}.order-manager .modal .modal-actions button.btn-complete:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.order-manager .modal .modal-actions button.btn-danger{background:#ef4444;color:#fff}.order-manager .modal .modal-actions button.btn-danger:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.order-manager .modal .modal-actions button:active:not(:disabled){transform:translateY(0)}@keyframes modalPop{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:1024px){.order-manager .orders-table table{font-size:13px}.order-manager .orders-table table thead th,.order-manager .orders-table table tbody td{padding:10px 12px}.order-manager .orders-table table tbody td .items-preview .item-mini img{width:35px;height:35px}}@media(max-width:768px){.order-manager{padding:16px}.order-manager .page-header .stats-row{grid-template-columns:1fr 1fr}.order-manager .archive-controls{flex-direction:column;align-items:stretch}.order-manager .archive-controls select,.order-manager .archive-controls .archive-toggle{width:100%;justify-content:center}.order-manager .filter-bar button{flex:1;min-width:0;font-size:13px;padding:6px 12px}.order-manager .search-box input{padding:10px 40px;font-size:14px}.order-manager .search-box svg{left:20px}.order-manager .search-box .clear-search{right:20px}.order-manager .pagination{flex-direction:column;gap:1rem;padding:1rem}.order-manager .pagination .pagination-left{flex-direction:column;gap:.75rem;align-items:flex-start;width:100%}.order-manager .pagination .pagination-left .items-per-page{width:100%;justify-content:space-between}.order-manager .pagination .pagination-left .page-info{font-size:13px}.order-manager .pagination .pagination-center{width:100%;justify-content:center;flex-wrap:wrap}.order-manager .pagination .pagination-btn{padding:.375rem .75rem;font-size:13px}.order-manager .pagination .pagination-numbers .pagination-number{min-width:36px;height:36px;font-size:13px}.order-manager .orders-table table{font-size:12px}.order-manager .orders-table table thead th,.order-manager .orders-table table tbody td{padding:8px}.order-manager .orders-table table thead th:nth-child(3),.order-manager .orders-table table thead th:nth-child(6),.order-manager .orders-table table tbody td:nth-child(3),.order-manager .orders-table table tbody td:nth-child(6){display:none}.order-manager .orders-table table tbody td .items-preview{flex-direction:column;align-items:flex-start}.order-manager .orders-table table tbody td.actions .btn-small{padding:5px 8px;margin-right:4px}.order-manager .orders-table table tbody td.actions .btn-small svg{width:14px;height:14px}.order-manager .modal.detail-modal{width:95vw;max-height:85vh}.order-manager .modal.detail-modal .modal-content{padding:16px}.order-manager .modal.detail-modal .modal-content .info-section .info-grid{grid-template-columns:1fr}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row{flex-wrap:wrap}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row img{width:60px;height:60px}.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row .item-price,.order-manager .modal.detail-modal .modal-content .info-section .items-list .item-row .item-total{min-width:80px;font-size:13px}.order-manager .modal.detail-modal .modal-actions{flex-wrap:wrap}.order-manager .modal.detail-modal .modal-actions button{flex:1;min-width:120px}}@media(max-width:480px){.order-manager .page-header .stats-row{grid-template-columns:1fr}.order-manager .filter-bar{flex-direction:column}.order-manager .filter-bar button{width:100%}}.admin-layout,.admin-main-content,.admin-page-wrapper{overflow:hidden!important;height:100vh!important}.admin-chat-container{display:flex;height:100vh;max-height:100vh;background:#fff;border-radius:0;overflow:hidden!important;box-shadow:none;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:fixed;inset:0;padding-left:280px}.admin-chat-container .chat-rooms-sidebar{width:350px;min-width:350px;max-width:350px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;height:100vh}.admin-chat-container .chat-rooms-sidebar .chat-sidebar-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.admin-chat-container .chat-rooms-sidebar .chat-sidebar-header h3{margin:0 0 8px;font-size:1.25rem;font-weight:700;color:#1e293b}.admin-chat-container .chat-rooms-sidebar .chat-sidebar-header .connection-status{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#64748b}.admin-chat-container .chat-rooms-sidebar .chat-sidebar-header .connection-status .status-indicator{width:8px;height:8px;border-radius:50%}.admin-chat-container .chat-rooms-sidebar .chat-sidebar-header .connection-status .status-indicator.connected{background:#10b981;animation:pulse 2s infinite}.admin-chat-container .chat-rooms-sidebar .chat-sidebar-header .connection-status .status-indicator.disconnected{background:#ef4444}.admin-chat-container .chat-rooms-sidebar .rooms-stats{display:flex;padding:1rem;gap:12px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.admin-chat-container .chat-rooms-sidebar .rooms-stats .stat-item{flex:1;padding:12px;background:#f8fafc;border-radius:8px;text-align:center}.admin-chat-container .chat-rooms-sidebar .rooms-stats .stat-item .stat-number{display:block;font-size:1.5rem;font-weight:700;color:#1e293b}.admin-chat-container .chat-rooms-sidebar .rooms-stats .stat-item .stat-number.unread{color:#ef4444}.admin-chat-container .chat-rooms-sidebar .rooms-stats .stat-item .stat-label{display:block;font-size:.75rem;color:#64748b;margin-top:4px}.admin-chat-container .chat-rooms-sidebar .rooms-search{position:relative;padding:12px 1rem;border-bottom:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;gap:8px;flex-shrink:0}.admin-chat-container .chat-rooms-sidebar .rooms-search svg{color:#94a3b8;flex-shrink:0}.admin-chat-container .chat-rooms-sidebar .rooms-search input{flex:1;padding:8px 10px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:13.5px;transition:all .2s;background:#f8fafc;font-family:inherit}.admin-chat-container .chat-rooms-sidebar .rooms-search input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.admin-chat-container .chat-rooms-sidebar .rooms-search input::placeholder{color:#94a3b8}.admin-chat-container .chat-rooms-sidebar .rooms-search .clear-search{background:#e2e8f0;border:none;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;font-size:12px;transition:all .2s;flex-shrink:0}.admin-chat-container .chat-rooms-sidebar .rooms-search .clear-search:hover{background:#cbd5e1;color:#334155}.admin-chat-container .chat-rooms-sidebar .rooms-list{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0}.admin-chat-container .chat-rooms-sidebar .rooms-list::-webkit-scrollbar{width:6px}.admin-chat-container .chat-rooms-sidebar .rooms-list::-webkit-scrollbar-track{background:transparent}.admin-chat-container .chat-rooms-sidebar .rooms-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.admin-chat-container .chat-rooms-sidebar .rooms-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.admin-chat-container .chat-rooms-sidebar .rooms-list .empty-rooms{padding:3rem 1.5rem;text-align:center;color:#94a3b8}.admin-chat-container .chat-rooms-sidebar .rooms-list .empty-rooms p{font-size:.875rem}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item{padding:1rem 1.5rem;display:flex;gap:12px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:all .2s;position:relative}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item:hover{background:#f8fafc}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item.active{background:#eff6ff;border-left:3px solid #3b82f6}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item.guest-room{border-left:3px solid transparent}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item.guest-room:hover{border-left-color:#667eea}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item.guest-room.active{border-left-color:#764ba2;background:#f5f3ff}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item.guest-room .room-avatar{background:linear-gradient(135deg,#667eea,#764ba2)}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item .room-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);position:relative;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.125rem;flex-shrink:0}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item .room-avatar .guest-badge{position:absolute;bottom:-2px;right:-2px;background:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;box-shadow:0 2px 4px #0000001a}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item .room-info{flex:1;min-width:0}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item .room-info .room-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item .room-info .room-header .room-name{font-weight:600;color:#1e293b;font-size:.9375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item .room-info .room-header .room-time{font-size:.75rem;color:#94a3b8;margin-left:8px;flex-shrink:0}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item .room-info .room-subtitle{font-size:.75rem;color:#94a3b8;font-style:italic;margin-bottom:4px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item .room-info .room-preview{display:flex;justify-content:space-between;align-items:center;gap:8px}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item .room-info .room-preview .room-message{font-size:.875rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.admin-chat-container .chat-rooms-sidebar .rooms-list .room-item .room-info .room-preview .unread-badge{background:#ef4444;color:#fff;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600;min-width:20px;text-align:center;flex-shrink:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.admin-chat-container .chat-main-area{flex:1;display:flex;flex-direction:column;background:#f8fafc;overflow:hidden;min-width:0;height:100vh}.admin-chat-container .chat-main-area .chat-area-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;background:#fff;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.admin-chat-container .chat-main-area .chat-area-header .user-info{display:flex;align-items:center;gap:12px}.admin-chat-container .chat-main-area .chat-area-header .user-info .user-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#ef4444);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.125rem;position:relative;flex-shrink:0}.admin-chat-container .chat-main-area .chat-area-header .user-info .user-avatar .guest-badge-header{position:absolute;bottom:-2px;right:-2px;background:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;box-shadow:0 2px 4px #0003}.admin-chat-container .chat-main-area .chat-area-header .user-info .user-details{flex:1;min-width:0}.admin-chat-container .chat-main-area .chat-area-header .user-info .user-details h4{margin:0;font-size:1.125rem;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-chat-container .chat-main-area .chat-area-header .user-info .user-details p{margin:4px 0 0;font-size:.875rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-chat-container .chat-main-area .chat-area-header .user-info .user-details .user-phone{font-size:.85rem;color:#10b981;margin-top:2px;font-weight:500;display:flex;align-items:center;gap:4px}.admin-chat-container .chat-main-area .chat-area-header .chat-actions{display:flex;gap:8px;align-items:center}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper{display:flex;align-items:center;gap:8px;transition:all .3s ease}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper.expanded .message-search-input{width:180px;opacity:1;padding:0 12px}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper.expanded .search-navigation{display:flex}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper .message-search-input{width:0;opacity:0;height:40px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .3s ease;font-family:inherit;overflow:hidden}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper .message-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper .message-search-input::placeholder{color:#94a3b8}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper .search-navigation{display:none;align-items:center;gap:6px;padding:0 8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;height:40px}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper .search-navigation .match-counter{font-size:13px;color:#64748b;font-weight:600;min-width:45px;text-align:center}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper .search-navigation .nav-btn{width:28px;height:28px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper .search-navigation .nav-btn:hover{background:#f8fafc;color:#3b82f6;border-color:#3b82f6}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper .search-navigation .nav-btn:active{transform:scale(.95)}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper .search-navigation .nav-btn svg{width:16px;height:16px}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper .search-btn{position:relative;z-index:1}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .action-btn{width:40px;height:40px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;text-decoration:none;flex-shrink:0}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .action-btn:hover{background:#f8fafc;color:#3b82f6;border-color:#3b82f6}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .action-btn.search-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.admin-chat-container .chat-main-area .messages-container{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.5rem;min-height:0}.admin-chat-container .chat-main-area .messages-container::-webkit-scrollbar{width:6px}.admin-chat-container .chat-main-area .messages-container::-webkit-scrollbar-track{background:transparent}.admin-chat-container .chat-main-area .messages-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.admin-chat-container .chat-main-area .messages-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.admin-chat-container .chat-main-area .messages-container .search-result-banner{background:#f0f9ff;padding:10px 16px;border-radius:8px;margin-bottom:16px;color:#0369a1;font-size:14px;text-align:center;border:1px solid #bae6fd}.admin-chat-container .chat-main-area .messages-container .search-result-banner strong{color:#0c4a6e;font-weight:700}.admin-chat-container .chat-main-area .messages-container .message-item{display:flex;gap:12px;margin-bottom:1rem;animation:fadeInMessage .3s ease-out;transition:all .3s ease;padding:8px;margin-left:-8px;margin-right:-8px;border-radius:8px}.admin-chat-container .chat-main-area .messages-container .message-item.search-match{background:#fbbf241a}.admin-chat-container .chat-main-area .messages-container .message-item.search-match .message-bubble{box-shadow:0 0 0 2px #fbbf244d}.admin-chat-container .chat-main-area .messages-container .message-item.current-match{background:#3b82f626;animation:pulseHighlight 1.5s ease-in-out infinite}.admin-chat-container .chat-main-area .messages-container .message-item.current-match .message-bubble{box-shadow:0 0 0 3px #3b82f680}.admin-chat-container .chat-main-area .messages-container .message-item.sent{justify-content:flex-end}.admin-chat-container .chat-main-area .messages-container .message-item.sent .message-bubble{background:#3b82f6;color:#fff;border-bottom-right-radius:4px}.admin-chat-container .chat-main-area .messages-container .message-item.received{justify-content:flex-start}.admin-chat-container .chat-main-area .messages-container .message-item.received .message-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#ef4444);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.admin-chat-container .chat-main-area .messages-container .message-item.received .message-bubble{background:#fff;color:#1e293b;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000001a}.admin-chat-container .chat-main-area .messages-container .message-item .message-bubble{max-width:60%;padding:12px 16px;border-radius:12px;position:relative;transition:all .3s ease}.admin-chat-container .chat-main-area .messages-container .message-item .message-bubble .bot-badge{font-size:.75rem;font-weight:600;color:#10b981;margin-bottom:6px;display:flex;align-items:center;gap:4px}.admin-chat-container .chat-main-area .messages-container .message-item .message-bubble p{margin:0;font-size:.9375rem;line-height:1.5;word-wrap:break-word}.admin-chat-container .chat-main-area .messages-container .message-item .message-bubble .msg-time{display:block;font-size:.6875rem;margin-top:4px;opacity:.7}@keyframes fadeInMessage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseHighlight{0%,to{background:#3b82f626}50%{background:#3b82f640}}.admin-chat-container .chat-main-area .messages-container .typing-indicator-wrapper{display:flex;gap:12px;margin-bottom:1rem;align-items:flex-start}.admin-chat-container .chat-main-area .messages-container .typing-indicator-wrapper .message-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#ef4444);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.admin-chat-container .chat-main-area .messages-container .typing-indicator-wrapper .typing-indicator{padding:12px 16px;background:#fff;border-radius:12px 12px 12px 4px;display:inline-flex;gap:4px;box-shadow:0 1px 3px #0000001a}.admin-chat-container .chat-main-area .messages-container .typing-indicator-wrapper .typing-indicator span{width:8px;height:8px;background:#94a3b8;border-radius:50%;animation:typing 1.4s infinite}.admin-chat-container .chat-main-area .messages-container .typing-indicator-wrapper .typing-indicator span:nth-child(2){animation-delay:.2s}.admin-chat-container .chat-main-area .messages-container .typing-indicator-wrapper .typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.admin-chat-container .chat-main-area .quick-replies{padding:12px 1.5rem;display:flex;gap:8px;border-top:1px solid #e2e8f0;background:#fff;overflow-x:auto;overflow-y:hidden;flex-shrink:0}.admin-chat-container .chat-main-area .quick-replies::-webkit-scrollbar{height:4px}.admin-chat-container .chat-main-area .quick-replies::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.admin-chat-container .chat-main-area .quick-replies button{padding:8px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;font-size:.875rem;color:#475569;cursor:pointer;white-space:nowrap;transition:all .2s;font-weight:500}.admin-chat-container .chat-main-area .quick-replies button:hover{background:#fff;border-color:#3b82f6;color:#3b82f6}.admin-chat-container .chat-main-area .message-input-area{padding:1.5rem;background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:12px;flex-shrink:0}.admin-chat-container .chat-main-area .message-input-area input{flex:1;padding:12px 20px;border:1px solid #e2e8f0;border-radius:24px;font-size:.9375rem;outline:none;transition:border-color .2s;font-family:inherit}.admin-chat-container .chat-main-area .message-input-area input:focus{border-color:#3b82f6}.admin-chat-container .chat-main-area .message-input-area input:disabled{background:#f8fafc;cursor:not-allowed}.admin-chat-container .chat-main-area .message-input-area input::placeholder{color:#94a3b8}.admin-chat-container .chat-main-area .message-input-area button{width:48px;height:48px;border-radius:50%;background:#3b82f6;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.admin-chat-container .chat-main-area .message-input-area button:hover:not(:disabled){background:#2563eb}.admin-chat-container .chat-main-area .message-input-area button:disabled{background:#94a3b8;cursor:not-allowed}.admin-chat-container .chat-main-area .empty-chat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8;padding:3rem}.admin-chat-container .chat-main-area .empty-chat svg{margin-bottom:1rem;opacity:.5}.admin-chat-container .chat-main-area .empty-chat h3{margin:0 0 8px;font-size:1.25rem;color:#64748b}.admin-chat-container .chat-main-area .empty-chat p{margin:0;font-size:.875rem}@media(max-width:1024px){.admin-chat-container{padding-left:200px}.admin-chat-container .chat-rooms-sidebar{width:300px;min-width:300px}}@media(max-width:768px){.admin-chat-container{flex-direction:column;padding-left:0}.admin-chat-container .chat-rooms-sidebar{width:100%;min-width:100%;max-width:100%;height:40vh;border-right:none;border-bottom:1px solid #e2e8f0}.admin-chat-container .chat-rooms-sidebar .rooms-search{padding:10px 12px}.admin-chat-container .chat-rooms-sidebar .rooms-search input{padding:6px 8px;font-size:13px}.admin-chat-container .chat-rooms-sidebar .rooms-search svg{width:14px;height:14px}.admin-chat-container .chat-rooms-sidebar .rooms-search .clear-search{width:20px;height:20px;font-size:11px}.admin-chat-container .chat-main-area{height:60vh}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper.expanded .message-search-input{width:120px;font-size:13px}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper.expanded .search-navigation .match-counter{font-size:12px;min-width:40px}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper.expanded .search-navigation .nav-btn{width:24px;height:24px}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .message-search-wrapper.expanded .search-navigation .nav-btn svg{width:14px;height:14px}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .action-btn{width:36px;height:36px}.admin-chat-container .chat-main-area .chat-area-header .chat-actions .action-btn svg{width:18px;height:18px}.admin-chat-container .chat-main-area .message-item .message-bubble{max-width:80%}}.translation-management{padding:20px;font-family:Arial,sans-serif}.translation-management h1{margin-bottom:20px}.translation-management .stats-container{display:flex;gap:20px;margin-bottom:30px}.translation-management .stats-container .stat-card{padding:15px;border-radius:8px;flex:1}.translation-management .stats-container .stat-card.total{background:#e3f2fd}.translation-management .stats-container .stat-card.ai-translated{background:#fff3e0}.translation-management .stats-container .stat-card.ai-translated .stat-value{color:#ff9800}.translation-management .stats-container .stat-card.approved{background:#e8f5e9}.translation-management .stats-container .stat-card.approved .stat-value{color:#4caf50}.translation-management .stats-container .stat-card .stat-label{font-size:12px;color:#666}.translation-management .stats-container .stat-card .stat-value{font-size:24px;font-weight:700}.translation-management .filters-container{display:flex;gap:10px;margin-bottom:20px}.translation-management .filters-container .search-input{flex:1;padding:10px;border:1px solid #ddd;border-radius:6px}.translation-management .filters-container .status-select{padding:10px;border:1px solid #ddd;border-radius:6px}.translation-management .filters-container .batch-translate-btn{padding:10px 20px;background:#2196f3;color:#fff;border:none;border-radius:6px;cursor:pointer}.translation-management .filters-container .batch-translate-btn:disabled{cursor:not-allowed;opacity:.5}.translation-management .filters-container .batch-translate-btn:not(:disabled):hover{background:#1976d2}.translation-management .filters-container .batch-approve-btn{padding:10px 20px;background:#4caf50;color:#fff;border:none;border-radius:6px;cursor:pointer}.translation-management .filters-container .batch-approve-btn:disabled{cursor:not-allowed;opacity:.5;background:#9e9e9e}.translation-management .filters-container .batch-approve-btn:not(:disabled):hover{background:#45a049}.translation-management .loading-container{text-align:center;padding:50px}.translation-management .loading-container .loading-icon{font-size:18px;margin-bottom:10px}.translation-management .empty-state{text-align:center;padding:50px;background:#fff;border-radius:8px}.translation-management .empty-state .empty-icon{font-size:48px;margin-bottom:10px}.translation-management .empty-state .empty-hint{font-size:12px;color:#999;margin-top:5px}.translation-management .table-container{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000f;border:1px solid #e5e7eb;margin-bottom:1rem}.translation-management .table-container .translation-table{width:100%;border-collapse:collapse;background:#fff;overflow:hidden}.translation-management .table-container .translation-table thead tr{background:#f5f5f5;border-bottom:2px solid #ddd}.translation-management .table-container .translation-table thead th{padding:12px;text-align:left;font-weight:600;color:#4b5563;font-size:14px;border-bottom:1px solid #e5e7eb;white-space:nowrap}.translation-management .table-container .translation-table thead th:first-child{border-top-left-radius:12px}.translation-management .table-container .translation-table thead th:last-child{border-top-right-radius:12px}.translation-management .table-container .translation-table tbody tr{border-bottom:1px solid #eee}.translation-management .table-container .translation-table tbody tr:hover{background:#fafafa}.translation-management .table-container .translation-table tbody td{padding:12px;vertical-align:middle;color:#374151;font-size:14px}.translation-management .table-container .translation-table tbody td.key-cell{font-size:12px;color:#666;font-family:monospace}.translation-management .table-container .translation-table tbody td.text-cell{max-width:200px}.translation-management .table-container .translation-table tbody td.chinese-cell{max-width:250px;font-family:Noto Sans SC,sans-serif}.translation-management .status-badge{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;color:#fff}.translation-management .status-badge.draft{background-color:#9e9e9e}.translation-management .status-badge.ai-translated{background-color:#2196f3}.translation-management .status-badge.human-reviewed{background-color:#ff9800}.translation-management .status-badge.approved{background-color:#4caf50}.translation-management .edit-textarea{width:100%;padding:8px;min-height:60px;font-family:Noto Sans SC,sans-serif;border:1px solid #ddd;border-radius:4px;resize:vertical}.translation-management .action-buttons{display:flex;gap:5px;flex-wrap:wrap}.translation-management .action-buttons button{padding:5px 10px;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:opacity .2s}.translation-management .action-buttons button:hover{opacity:.9}.translation-management .action-buttons button.ai-btn{background:#2196f3}.translation-management .action-buttons button.edit-btn{background:#ff9800}.translation-management .action-buttons button.save-btn{background:#4caf50}.translation-management .action-buttons button.cancel-btn{background:#f44336}.translation-management .action-buttons button.approve-btn{background:#4caf50}.translation-management .pagination{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:.3rem;padding:1rem 1.5rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.translation-management .pagination .pagination-left{display:flex;align-items:center;gap:1.5rem;flex:1}.translation-management .pagination .pagination-left .items-per-page{display:flex;align-items:center;gap:.5rem;font-size:14px;color:#4b5563;white-space:nowrap}.translation-management .pagination .pagination-left .items-per-page select{padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s;background:#fff}.translation-management .pagination .pagination-left .items-per-page select:hover{border-color:#3b82f6}.translation-management .pagination .pagination-left .items-per-page select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.translation-management .pagination .pagination-left .page-info{font-size:14px;color:#6b7280;font-weight:500}.translation-management .pagination .pagination-center{display:flex;align-items:center;gap:.5rem}.translation-management .pagination .pagination-btn{padding:.5rem 1rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.translation-management .pagination .pagination-btn:hover:not(:disabled){background:#3b82f6;color:#fff;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.translation-management .pagination .pagination-btn:disabled{opacity:.4;cursor:not-allowed}.translation-management .pagination .pagination-btn:active:not(:disabled){transform:translateY(0)}.translation-management .pagination .pagination-numbers{display:flex;gap:.25rem;align-items:center}.translation-management .pagination .pagination-numbers .pagination-number{min-width:40px;height:40px;padding:.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.translation-management .pagination .pagination-numbers .pagination-number:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px)}.translation-management .pagination .pagination-numbers .pagination-number.active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 2px 4px #3b82f64d}.translation-management .pagination .pagination-numbers .pagination-number:active{transform:translateY(0)}.translation-management .pagination .pagination-numbers .pagination-ellipsis{padding:.5rem;color:#9ca3af;font-weight:600}@media(max-width:768px){.translation-management{padding:16px}.translation-management .pagination{flex-direction:column;gap:1rem;padding:1rem}.translation-management .pagination .pagination-left{flex-direction:column;gap:.75rem;align-items:flex-start;width:100%}.translation-management .pagination .pagination-left .items-per-page{width:100%;justify-content:space-between}.translation-management .pagination .pagination-left .page-info{font-size:13px}.translation-management .pagination .pagination-center{width:100%;justify-content:center;flex-wrap:wrap}.translation-management .pagination .pagination-btn{padding:.375rem .75rem;font-size:13px}.translation-management .pagination .pagination-numbers .pagination-number{min-width:36px;height:36px;font-size:13px}.translation-management .filters-container{flex-wrap:wrap;gap:8px}.translation-management .filters-container .search-input{width:100%;order:-1}.translation-management .filters-container .status-select{flex:1;min-width:120px}.translation-management .filters-container button{flex:1;min-width:130px}.translation-management .translation-table{font-size:13px}.translation-management .translation-table thead th{padding:8px;font-size:12px}.translation-management .translation-table tbody td{padding:8px}.translation-management .translation-table tbody td.action-buttons{white-space:nowrap}}@media(max-width:480px){.translation-management .translation-table thead th:nth-child(3),.translation-management .translation-table tbody td:nth-child(3){display:none}}.database-translation{padding:24px;max-width:1400px;margin:0 auto;background:#f8f9fa;min-height:100vh}.database-translation .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000d}.database-translation .page-header .header-content h1{font-size:32px;font-weight:700;margin-bottom:8px;color:#1a1a1a}.database-translation .page-header .header-content p{color:#6b7280;font-size:15px}.database-translation .page-header .btn-refresh{padding:10px 20px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s}.database-translation .page-header .btn-refresh:hover:not(:disabled){background:#e5e7eb;transform:translateY(-1px)}.database-translation .page-header .btn-refresh:disabled{opacity:.5;cursor:not-allowed}.database-translation .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}@media(max-width:1024px){.database-translation .stats-grid{grid-template-columns:1fr}}.database-translation .stats-grid .stat-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 12px #00000014;transition:transform .2s,box-shadow .2s}.database-translation .stats-grid .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.database-translation .stats-grid .stat-card.products{border-left:5px solid #3b82f6}.database-translation .stats-grid .stat-card.categories{border-left:5px solid #10b981}.database-translation .stats-grid .stat-card.posts{border-left:5px solid #f59e0b}.database-translation .stats-grid .stat-card.post-categories{border-left:5px solid #8b5cf6}.database-translation .stats-grid .stat-card .stat-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.database-translation .stats-grid .stat-card .stat-header .stat-icon{font-size:48px;line-height:1}.database-translation .stats-grid .stat-card .stat-header h3{font-size:20px;font-weight:600;color:#1a1a1a}.database-translation .stats-grid .stat-card .stat-numbers{margin-bottom:20px}.database-translation .stats-grid .stat-card .stat-numbers .stat-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.database-translation .stats-grid .stat-card .stat-numbers .stat-row:last-child{border-bottom:none}.database-translation .stats-grid .stat-card .stat-numbers .stat-row .label{font-size:15px;color:#6b7280;font-weight:500}.database-translation .stats-grid .stat-card .stat-numbers .stat-row .value{font-size:20px;font-weight:700;color:#1a1a1a}.database-translation .stats-grid .stat-card .stat-numbers .stat-row .value.success{color:#10b981}.database-translation .stats-grid .stat-card .stat-numbers .stat-row .value.pending{color:#f59e0b}.database-translation .stats-grid .stat-card .progress-bar{height:32px;background:#f3f4f6;border-radius:16px;overflow:hidden;margin-bottom:20px;position:relative}.database-translation .stats-grid .stat-card .progress-bar .progress-fill{height:100%;border-radius:16px;transition:width .5s ease;display:flex;align-items:center;justify-content:center;position:relative}.database-translation .stats-grid .stat-card .progress-bar .progress-fill.products{background:linear-gradient(90deg,#3b82f6,#2563eb)}.database-translation .stats-grid .stat-card .progress-bar .progress-fill.categories{background:linear-gradient(90deg,#10b981,#059669)}.database-translation .stats-grid .stat-card .progress-bar .progress-fill.posts{background:linear-gradient(90deg,#f59e0b,#d97706)}.database-translation .stats-grid .stat-card .progress-bar .progress-fill.post-categories{background:linear-gradient(90deg,#8b5cf6,#7c3aed)}.database-translation .stats-grid .stat-card .progress-bar .progress-fill .progress-text{color:#fff;font-weight:600;font-size:14px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.database-translation .stats-grid .stat-card .stat-actions{display:flex;flex-direction:column;gap:12px}.database-translation .stats-grid .stat-card .stat-actions .btn{padding:14px 20px;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px}.database-translation .stats-grid .stat-card .stat-actions .btn:disabled{opacity:.5;cursor:not-allowed}.database-translation .stats-grid .stat-card .stat-actions .btn.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.database-translation .stats-grid .stat-card .stat-actions .btn.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.database-translation .stats-grid .stat-card .stat-actions .btn.btn-primary:active:not(:disabled){transform:translateY(0)}.database-translation .stats-grid .stat-card .stat-actions .btn.btn-outline{background:#fff;color:#6b7280;border:2px solid #e5e7eb}.database-translation .stats-grid .stat-card .stat-actions .btn.btn-outline:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.database-translation .stats-grid .stat-card .stat-actions .btn .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.database-translation .progress-indicator{background:#fff;padding:40px;border-radius:16px;text-align:center;margin-bottom:32px;box-shadow:0 4px 12px #00000014}.database-translation .progress-indicator .spinner-large{width:60px;height:60px;border:4px solid #f3f4f6;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 20px}.database-translation .progress-indicator p{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.database-translation .progress-indicator small{color:#6b7280;font-size:14px}.database-translation .instructions-section{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 12px #00000014}.database-translation .instructions-section h3{font-size:22px;font-weight:600;margin-bottom:24px;color:#1a1a1a}.database-translation .instructions-section .instruction-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.database-translation .instructions-section .instruction-grid .instruction-card{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:24px;border-radius:12px;border:2px solid #e5e7eb;position:relative}.database-translation .instructions-section .instruction-grid .instruction-card .step-number{position:absolute;top:-12px;left:20px;width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;box-shadow:0 4px 8px #3b82f64d}.database-translation .instructions-section .instruction-grid .instruction-card h4{font-size:16px;font-weight:600;margin-bottom:8px;margin-top:12px;color:#1a1a1a}.database-translation .instructions-section .instruction-grid .instruction-card p{font-size:14px;color:#6b7280;line-height:1.6}.database-translation .instructions-section .tips-box,.database-translation .instructions-section .warning-box{padding:24px;border-radius:12px;margin-bottom:20px}.database-translation .instructions-section .tips-box h4,.database-translation .instructions-section .warning-box h4{font-size:16px;font-weight:600;margin-bottom:12px}.database-translation .instructions-section .tips-box ul,.database-translation .instructions-section .warning-box ul{margin-left:20px}.database-translation .instructions-section .tips-box ul li,.database-translation .instructions-section .warning-box ul li{margin-bottom:8px;line-height:1.6;font-size:14px}.database-translation .instructions-section .tips-box ul li strong,.database-translation .instructions-section .warning-box ul li strong{font-weight:600}.database-translation .instructions-section .tips-box{background:#eff6ff;border:2px solid #bfdbfe}.database-translation .instructions-section .tips-box h4{color:#1e40af}.database-translation .instructions-section .tips-box li{color:#1e3a8a}.database-translation .instructions-section .warning-box{background:#fef3c7;border:2px solid #fcd34d}.database-translation .instructions-section .warning-box h4{color:#92400e}.database-translation .instructions-section .warning-box li{color:#78350f}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.database-translation{padding:16px}.database-translation .page-header{flex-direction:column;align-items:flex-start;gap:16px}.database-translation .page-header .btn-refresh{width:100%}.database-translation .instruction-grid{grid-template-columns:1fr!important}}.p-xs{padding:4px}.pt-xs{padding-top:4px}.pr-xs{padding-right:4px}.pb-xs{padding-bottom:4px}.pl-xs{padding-left:4px}.p-sm{padding:8px}.pt-sm{padding-top:8px}.pr-sm{padding-right:8px}.pb-sm{padding-bottom:8px}.pl-sm{padding-left:8px}.p-md{padding:16px}.pt-md{padding-top:16px}.pr-md{padding-right:16px}.pb-md{padding-bottom:16px}.pl-md{padding-left:16px}.p-lg{padding:24px}.pt-lg{padding-top:24px}.pr-lg{padding-right:24px}.pb-lg{padding-bottom:24px}.pl-lg{padding-left:24px}.p-xl{padding:32px}.pt-xl{padding-top:32px}.pr-xl{padding-right:32px}.pb-xl{padding-bottom:32px}.pl-xl{padding-left:32px}.card{padding:8px}@media(min-width:768px){.card{padding:16px}}@media(min-width:1024px){.card{padding:24px}}body{padding:0;margin:0;font-family:Verdana,Geneva,Tahoma,sans-serif;background-color:#fafafa;color:#212b36}::-webkit-scrollbar{width:4px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#053a8e;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#053a8e}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
