.LiveSearch-module__mR7USq__searchBtn{aspect-ratio:1;width:40px;min-width:40px;height:40px;color:var(--text-secondary);background:var(--glass-bg);border:1px solid var(--glass-border);transition:all .4s var(--transition);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}@media (max-width:768px){.LiveSearch-module__mR7USq__searchBtn{width:36px;min-width:36px;height:36px}.LiveSearch-module__mR7USq__searchBtn svg{width:18px;height:18px}.LiveSearch-module__mR7USq__searchOverlay{padding-top:70px}.LiveSearch-module__mR7USq__searchModal{border-radius:16px;max-width:calc(100% - 24px);margin:0 12px}}.LiveSearch-module__mR7USq__searchBtn:hover{background:var(--glass-bg-hover);color:var(--text-primary);border-color:var(--glass-border-subtle);box-shadow:var(--glass-shadow);transform:translateY(-1px)}.LiveSearch-module__mR7USq__searchOverlay{background:var(--overlay-bg,#0006);-webkit-backdrop-filter:blur(8px);z-index:9999;justify-content:center;align-items:flex-start;padding-top:100px;animation:.3s ease-out LiveSearch-module__mR7USq__fadeIn;display:flex;position:fixed;inset:0}@keyframes LiveSearch-module__mR7USq__fadeIn{0%{opacity:0}to{opacity:1}}.LiveSearch-module__mR7USq__searchModal{background:color-mix(in srgb,var(--bg-white)90%,transparent);border:1px solid var(--glass-border-subtle);border-radius:20px;width:100%;max-width:600px;animation:.3s cubic-bezier(.16,1,.3,1) LiveSearch-module__mR7USq__slideDown;overflow:hidden;box-shadow:0 40px 80px #0000004d}@keyframes LiveSearch-module__mR7USq__slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.LiveSearch-module__mR7USq__searchHeader{border-bottom:1px solid var(--glass-border);color:var(--text-secondary);align-items:center;gap:12px;padding:16px 20px;display:flex}.LiveSearch-module__mR7USq__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1.1rem}.LiveSearch-module__mR7USq__searchInput::placeholder{color:var(--text-secondary)}.LiveSearch-module__mR7USq__closeBtn{color:var(--text-secondary);background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;border-radius:980px;padding:4px 10px;font-size:.8rem;font-weight:600;transition:all .2s}.LiveSearch-module__mR7USq__closeBtn:hover{background:var(--glass-bg-hover);color:var(--text-primary)}.LiveSearch-module__mR7USq__searchResults{max-height:400px;padding:12px 0;overflow-y:auto}.LiveSearch-module__mR7USq__resultItem{opacity:0;align-items:center;gap:16px;padding:12px 20px;text-decoration:none;transition:background .2s;animation:.3s ease-out forwards LiveSearch-module__mR7USq__itemFadeIn;display:flex;transform:translateY(10px)}.LiveSearch-module__mR7USq__resultItem:hover{background:var(--glass-bg-hover)}@keyframes LiveSearch-module__mR7USq__itemFadeIn{to{opacity:1;transform:translateY(0)}}.LiveSearch-module__mR7USq__resultImg{-o-object-fit:contain;object-fit:contain;width:50px;height:50px}.LiveSearch-module__mR7USq__resultInfo{flex-direction:column;flex:1;gap:4px;display:flex}.LiveSearch-module__mR7USq__resultTitle{color:var(--text-primary);font-size:.95rem;font-weight:600}.LiveSearch-module__mR7USq__resultDesc{color:var(--text-secondary);font-size:.8rem;line-height:1.3}.LiveSearch-module__mR7USq__resultArrow{opacity:0;color:var(--active-border,#4b5320);transition:all .3s;transform:translate(-10px)}.LiveSearch-module__mR7USq__resultItem:hover .LiveSearch-module__mR7USq__resultArrow{opacity:1;transform:translate(0)}.LiveSearch-module__mR7USq__noResults{text-align:center;color:var(--text-secondary);padding:30px 20px;font-size:.95rem}.LiveSearch-module__mR7USq__searchHints{padding:24px 20px}.LiveSearch-module__mR7USq__hintTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:.8rem;font-weight:600}.LiveSearch-module__mR7USq__hintTags{flex-wrap:wrap;gap:8px;display:flex}.LiveSearch-module__mR7USq__hintTags button{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;border-radius:980px;padding:8px 14px;font-size:.85rem;transition:all .2s}.LiveSearch-module__mR7USq__hintTags button:hover{background:var(--glass-bg-hover);box-shadow:var(--glass-shadow);transform:translateY(-2px)}
.Navbar-module__pSp8Ga__navbar{z-index:1000;border-radius:980px;width:calc(100% - 40px);max-width:1200px;transition:width .4s cubic-bezier(.4,0,.2,1),max-width .4s cubic-bezier(.4,0,.2,1),top .3s;position:fixed;top:12px;left:50%;transform:translate(-50%)}.Navbar-module__pSp8Ga__inner{background:linear-gradient(135deg,var(--glass-bg)0%,#0000000d 100%);height:76px;-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-pill);box-shadow:var(--glass-shadow);transition:background .5s var(--transition),box-shadow .5s var(--transition),border-color .5s var(--transition);justify-content:space-between;align-items:center;padding:0 16px 0 32px;display:flex;transform:translate(0,0)}.Navbar-module__pSp8Ga__scrolled .Navbar-module__pSp8Ga__inner{background:var(--bg-white);box-shadow:var(--glass-shadow-lg);border-color:var(--glass-border)}.Navbar-module__pSp8Ga__logo{align-items:center;gap:12px;text-decoration:none;display:flex}.Navbar-module__pSp8Ga__logoSvg{width:32px;height:32px;color:var(--text-primary);flex-shrink:0;transition:transform .4s cubic-bezier(.16,1,.3,1),color .4s,filter .4s}.Navbar-module__pSp8Ga__logo:hover .Navbar-module__pSp8Ga__logoSvg{color:var(--active-border,#4b5320);transform:scale(1.05)}.Navbar-module__pSp8Ga__logoTextBlock{flex-direction:column;gap:1px;line-height:1;display:flex}.Navbar-module__pSp8Ga__logoText{color:var(--text-primary);letter-spacing:.12em;white-space:nowrap;text-transform:uppercase;font-size:.85rem;font-weight:800}.Navbar-module__pSp8Ga__logoAccent{color:var(--active-border,#4b5320)}.Navbar-module__pSp8Ga__links{align-items:center;gap:4px;display:flex}.Navbar-module__pSp8Ga__links .Navbar-module__pSp8Ga__navLink{color:var(--text-secondary);border-radius:980px;padding:12px 24px;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .3s,background-color .3s,box-shadow .3s;position:relative;overflow:hidden}.Navbar-module__pSp8Ga__links .Navbar-module__pSp8Ga__navLink:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff14,#0000);width:50%;height:100%;transition:transform .6s;position:absolute;top:0;left:0;transform:translate(-300%)skew(-20deg)}.Navbar-module__pSp8Ga__links .Navbar-module__pSp8Ga__navLink:hover{color:var(--text-primary);background:var(--glass-bg-hover);box-shadow:0 4px 15px #0000000d}.Navbar-module__pSp8Ga__links .Navbar-module__pSp8Ga__navLink:hover:before{transform:translate(300%)skew(-20deg)}.Navbar-module__pSp8Ga__navItem{align-items:center;height:100%;display:flex;position:relative}.Navbar-module__pSp8Ga__dropdownMenu{background:color-mix(in srgb,var(--bg-white)95%,transparent);border:1px solid var(--glass-border-subtle);box-shadow:0 30px 60px #0006,inset 0 0 0 1px var(--glass-border-subtle);opacity:0;visibility:hidden;will-change:transform,opacity;pointer-events:none;z-index:1001;border-radius:24px;padding:24px;transition:opacity .4s cubic-bezier(.16,1,.3,1),visibility .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(15px)scale(.96)translate(0,0)}.Navbar-module__pSp8Ga__navItem:after{content:"";height:24px;position:absolute;top:100%;left:0;right:0}.Navbar-module__pSp8Ga__navItem:hover .Navbar-module__pSp8Ga__dropdownMenu,.Navbar-module__pSp8Ga__dropdownMenu:hover{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(10px)scale(1)translate(0,0)}.Navbar-module__pSp8Ga__navItem.Navbar-module__pSp8Ga__hideDropdown:hover .Navbar-module__pSp8Ga__dropdownMenu,.Navbar-module__pSp8Ga__navItem.Navbar-module__pSp8Ga__hideDropdown .Navbar-module__pSp8Ga__dropdownMenu:hover{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%)translateY(0)scale(.95)translate(0,0)!important}.Navbar-module__pSp8Ga__dropdownGrid{flex-wrap:wrap;justify-content:center;gap:12px;width:max-content;max-width:620px;display:flex}.Navbar-module__pSp8Ga__dropdownCard{z-index:1;background-color:#0000;border-radius:16px;flex-direction:column;align-items:center;width:104px;padding:16px 8px 24px;text-decoration:none;transition:background-color .2s,transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.Navbar-module__pSp8Ga__dropdownCard:hover{background-color:var(--glass-bg-hover);transform:translateY(-2px)}.Navbar-module__pSp8Ga__dropdownImageWrapper{justify-content:center;align-items:flex-end;width:60px;height:70px;margin-bottom:12px;display:flex}.Navbar-module__pSp8Ga__dropdownImage{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 6px 12px #0000000f);transform-origin:bottom;will-change:transform;max-width:100%;max-height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1)}.Navbar-module__pSp8Ga__dropdownCard:hover .Navbar-module__pSp8Ga__dropdownImage{transform:scale(1.1)translateY(-2px)}.Navbar-module__pSp8Ga__dropdownText{color:var(--text-primary);text-align:center;white-space:nowrap;letter-spacing:-.01em;font-size:.75rem;font-weight:500}.Navbar-module__pSp8Ga__newBadge{color:#4b5320;opacity:0;margin-top:6px;font-size:.6rem;font-weight:600;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:8px;transform:translateY(-4px)}.Navbar-module__pSp8Ga__dropdownCard:hover .Navbar-module__pSp8Ga__newBadge{opacity:1;transform:translateY(0)}.Navbar-module__pSp8Ga__right{align-items:center;gap:8px;display:flex}.Navbar-module__pSp8Ga__accountBtn{width:44px;height:44px;color:var(--text-secondary);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background-color .3s,color .3s,border-color .3s,transform .3s;display:flex;position:relative}.Navbar-module__pSp8Ga__accountBtn:hover{background:var(--glass-bg-hover);color:var(--text-primary);border-color:var(--glass-border-subtle);transform:translateY(-1px)}.Navbar-module__pSp8Ga__accountDot{border:2px solid var(--bg-white);background:#10b981;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.Navbar-module__pSp8Ga__cartBtn{width:48px;height:48px;color:var(--text-secondary);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50%;justify-content:center;align-items:center;transition:background-color .3s,color .3s,border-color .3s,box-shadow .3s,transform .3s;display:flex;position:relative}.Navbar-module__pSp8Ga__cartBtn:hover{background:var(--glass-bg-hover);color:var(--text-primary);border-color:var(--glass-border-subtle);box-shadow:var(--glass-shadow);transform:translateY(-1px)}.Navbar-module__pSp8Ga__themeToggle{width:48px;height:48px;color:var(--text-primary);background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background-color .3s,transform .3s,border-color .3s;display:flex}.Navbar-module__pSp8Ga__themeToggle:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-subtle);transform:rotate(15deg)scale(1.1)}.Navbar-module__pSp8Ga__badge{color:#fff;background:#ff3b30;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.6rem;font-weight:700;transition:transform .3s;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 2px 8px #ff3b3066}.Navbar-module__pSp8Ga__badgePulse{animation:.5s cubic-bezier(.34,1.56,.64,1) Navbar-module__pSp8Ga__badgePop}@keyframes Navbar-module__pSp8Ga__badgePop{0%{transform:scale(.5)}50%{transform:scale(1.3)}to{transform:scale(1)}}.Navbar-module__pSp8Ga__cta{background:var(--glass-bg-strong);color:var(--text-primary);border-radius:var(--radius-pill);border:1px solid var(--glass-border);align-items:center;padding:10px 24px;font-size:.85rem;font-weight:600;transition:background-color .3s,border-color .3s,transform .3s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0003}.Navbar-module__pSp8Ga__cta:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:50%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.Navbar-module__pSp8Ga__cta:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-subtle);box-shadow:var(--glass-shadow-lg);transform:translateY(-2px)}.Navbar-module__pSp8Ga__cta:hover:before{left:200%}.Navbar-module__pSp8Ga__playerControls{background:#0000000d;border-radius:980px;align-items:center;gap:2px;margin-left:12px;padding:2px 4px;transition:transform .3s,box-shadow .3s;display:flex}.Navbar-module__pSp8Ga__playerControls:hover{border-color:var(--glass-border-subtle);transform:scale(1.03);box-shadow:0 4px 15px #0000001a}.Navbar-module__pSp8Ga__playerBtn{width:28px;height:28px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .3s,transform .3s;display:flex}.Navbar-module__pSp8Ga__playerBtn:hover{background:var(--glass-bg-hover);transform:scale(1.05)}.Navbar-module__pSp8Ga__playerBtn:active{transform:scale(.95)}.Navbar-module__pSp8Ga__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__pSp8Ga__burgerLine{background:var(--text-primary);border-radius:2px;width:18px;height:2px;transition:transform .3s;display:block}.Navbar-module__pSp8Ga__burgerLine.Navbar-module__pSp8Ga__open:first-child{transform:translateY(3.5px)rotate(45deg)}.Navbar-module__pSp8Ga__burgerLine.Navbar-module__pSp8Ga__open:last-child{transform:translateY(-3.5px)rotate(-45deg)}.Navbar-module__pSp8Ga__cartDropdown{background:color-mix(in srgb,var(--bg-white)95%,transparent);border:1px solid var(--glass-border-subtle);width:320px;box-shadow:0 30px 60px #0006,inset 0 0 0 1px var(--glass-border-subtle);opacity:0;visibility:hidden;transform-origin:100% 0;pointer-events:none;z-index:1001;border-radius:20px;transition:opacity .4s cubic-bezier(.16,1,.3,1),visibility .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;right:0;overflow:hidden;transform:translateY(15px)scale(.96)}.Navbar-module__pSp8Ga__navItem:hover .Navbar-module__pSp8Ga__cartDropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(10px)scale(1)}.Navbar-module__pSp8Ga__emptyCartPreview{text-align:center;color:var(--text-secondary);padding:32px;font-size:.9rem;font-weight:500}.Navbar-module__pSp8Ga__cartPreviewItems{flex-direction:column;gap:12px;max-height:300px;padding:16px;display:flex;overflow-y:auto}.Navbar-module__pSp8Ga__cartPreviewItems::-webkit-scrollbar{width:4px}.Navbar-module__pSp8Ga__cartPreviewItems::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:4px}.Navbar-module__pSp8Ga__cartPreviewItem{background:var(--glass-bg);border-radius:12px;align-items:center;gap:12px;padding:8px;transition:background .3s;display:flex}.Navbar-module__pSp8Ga__cartPreviewItem:hover{background:var(--glass-bg-hover)}.Navbar-module__pSp8Ga__cartPreviewImg{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 4px 8px #0000001a);width:48px;height:48px}.Navbar-module__pSp8Ga__cartPreviewInfo{flex-direction:column;flex:1;min-width:0;display:flex}.Navbar-module__pSp8Ga__cartPreviewName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.Navbar-module__pSp8Ga__cartPreviewPrice{color:var(--text-secondary);margin-top:2px;font-size:.75rem}.Navbar-module__pSp8Ga__cartPreviewFooter{border-top:1px solid var(--glass-border);background:color-mix(in srgb,var(--glass-bg)50%,transparent);padding:16px}.Navbar-module__pSp8Ga__cartPreviewTotal{color:var(--text-primary);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.9rem;display:flex}.Navbar-module__pSp8Ga__cartPreviewBtn{text-align:center;background:var(--text-primary);color:var(--bg-white);border-radius:12px;padding:12px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.Navbar-module__pSp8Ga__cartPreviewBtn:hover{background:color-mix(in srgb,var(--text-primary)90%,transparent);transform:translateY(-2px);box-shadow:0 4px 15px #0003}.Navbar-module__pSp8Ga__mobileOverlay{display:none}@media (max-width:768px){.Navbar-module__pSp8Ga__navbar{width:calc(100% - 20px);top:calc(14px + env(safe-area-inset-top,0px));z-index:10001}.Navbar-module__pSp8Ga__inner{height:56px;padding:0 10px 0 14px}.Navbar-module__pSp8Ga__logoText{font-size:1.1rem}.Navbar-module__pSp8Ga__logoSvg{flex-shrink:0;width:28px;min-width:28px;height:28px}.Navbar-module__pSp8Ga__logo{flex-shrink:1;gap:8px;min-width:0}.Navbar-module__pSp8Ga__links,.Navbar-module__pSp8Ga__dropdownMenu,.Navbar-module__pSp8Ga__cartDropdown{display:none!important}.Navbar-module__pSp8Ga__navItem:after{display:none}.Navbar-module__pSp8Ga__mobileOverlay{background:var(--bg-white);z-index:99999;-webkit-overflow-scrolling:touch;flex-direction:column;padding:0 0 40px;animation:.3s forwards Navbar-module__pSp8Ga__mobileMenuFadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.Navbar-module__pSp8Ga__mobileOverlayHeader{padding:calc(16px + env(safe-area-inset-top,0px))16px 12px 20px;border-bottom:1px solid var(--glass-border);background:var(--bg-white);z-index:1;flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.Navbar-module__pSp8Ga__mobileOverlayLogo{align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-module__pSp8Ga__mobileCloseBtn{background:var(--glass-bg);border:1px solid var(--glass-border);width:44px;min-width:44px;height:44px;color:var(--text-primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Navbar-module__pSp8Ga__mobileCloseBtn:active{background:var(--glass-bg-hover);transform:scale(.95)}@keyframes Navbar-module__pSp8Ga__mobileMenuFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__pSp8Ga__mobileCategory{border-bottom:1px solid var(--glass-border)}.Navbar-module__pSp8Ga__mobileCategoryBtn{width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;min-height:56px;padding:18px 24px;font-family:inherit;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.Navbar-module__pSp8Ga__mobileCategoryBtn:active{background:var(--glass-bg-hover)}.Navbar-module__pSp8Ga__mobileCategoryChevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s}.Navbar-module__pSp8Ga__mobileCategoryOpen .Navbar-module__pSp8Ga__mobileCategoryChevron{color:var(--active-border);transform:rotate(180deg)}.Navbar-module__pSp8Ga__mobileCategoryOpen{color:var(--active-border)}.Navbar-module__pSp8Ga__mobileSublist{background:var(--glass-bg);max-height:0;transition:max-height .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.Navbar-module__pSp8Ga__mobileSublistOpen{max-height:800px;transition:max-height .5s cubic-bezier(.16,1,.3,1)}.Navbar-module__pSp8Ga__mobileSubItem{color:var(--text-secondary);border-bottom:1px solid var(--glass-border);align-items:center;gap:14px;min-height:52px;padding:12px 24px 12px 32px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.Navbar-module__pSp8Ga__mobileSubItem:last-child{border-bottom:none}.Navbar-module__pSp8Ga__mobileSubItem:active{background:var(--glass-bg-hover);color:var(--text-primary)}.Navbar-module__pSp8Ga__mobileSubItem img{filter:drop-shadow(0 2px 6px #00000026);flex-shrink:0}.Navbar-module__pSp8Ga__burger{z-index:100000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;transition:background .2s;display:flex}.Navbar-module__pSp8Ga__burger:active{background:var(--glass-bg-hover)}.Navbar-module__pSp8Ga__burgerLine{width:20px}.Navbar-module__pSp8Ga__right{flex-shrink:0;gap:4px}.Navbar-module__pSp8Ga__accountBtn{display:none}.Navbar-module__pSp8Ga__themeToggle{aspect-ratio:1;border-radius:50%;flex-shrink:0;width:36px;min-width:36px;height:36px}.Navbar-module__pSp8Ga__themeToggle svg{width:18px;height:18px}.Navbar-module__pSp8Ga__cartBtn{aspect-ratio:1;border-radius:50%;flex-shrink:0;width:36px;min-width:36px;height:36px}.Navbar-module__pSp8Ga__cartBtn svg{width:18px;height:18px}.Navbar-module__pSp8Ga__cta,.Navbar-module__pSp8Ga__playerControls{display:none}.Navbar-module__pSp8Ga__badge{min-width:16px;height:16px;font-size:.55rem;top:-1px;right:-1px}}@media (max-width:375px){.Navbar-module__pSp8Ga__navbar{width:calc(100% - 12px)}.Navbar-module__pSp8Ga__inner{padding:0 8px 0 12px}.Navbar-module__pSp8Ga__logoText{font-size:1rem}.Navbar-module__pSp8Ga__mobileCategoryBtn{padding:16px 20px;font-size:1rem}.Navbar-module__pSp8Ga__mobileSubItem{min-height:48px;padding:10px 20px 10px 28px;font-size:.9rem}}@supports (padding-top:env(safe-area-inset-top)){@media (max-width:768px){.Navbar-module__pSp8Ga__mobileOverlay{padding-bottom:calc(40px + env(safe-area-inset-bottom))}}}
.CustomCursor-module__7skk1W__dot{pointer-events:none;z-index:9999999;will-change:transform;background:var(--text-primary);border-radius:50%;width:8px;height:8px;transition:width .3s,height .3s,background .3s,opacity .3s,border .3s;position:fixed;top:0;left:0;box-shadow:0 0 4px #0003}.CustomCursor-module__7skk1W__ring{border:1.5px solid var(--text-primary);pointer-events:none;z-index:9999998;will-change:transform,opacity;opacity:.4;border-radius:50%;width:40px;height:40px;transition:width .3s,height .3s,border-color .3s,opacity .3s;position:fixed;top:0;left:0}.CustomCursor-module__7skk1W__glow{pointer-events:none;z-index:9999997;will-change:transform,opacity;opacity:.6;background:radial-gradient(circle,#4b532026 0%,#6b8e2314 40%,#0000 70%);border-radius:50%;width:80px;height:80px;transition:width .3s,height .3s,opacity .3s;position:fixed;top:0;left:0}.CustomCursor-module__7skk1W__dot.CustomCursor-module__7skk1W__hovering{background:#4b532026;border:1px solid #4b532066;width:60px;height:60px}.CustomCursor-module__7skk1W__ring.CustomCursor-module__7skk1W__hovering{border-color:var(--text-primary);opacity:.2;width:70px;height:70px}.CustomCursor-module__7skk1W__glow.CustomCursor-module__7skk1W__hovering{opacity:1;width:120px;height:120px}.CustomCursor-module__7skk1W__dot.CustomCursor-module__7skk1W__clicking{width:6px;height:6px}.CustomCursor-module__7skk1W__ring.CustomCursor-module__7skk1W__clicking{border-color:var(--text-primary);opacity:.6;width:30px;height:30px}.CustomCursor-module__7skk1W__glow.CustomCursor-module__7skk1W__clicking{opacity:1;width:50px;height:50px}@media (pointer:coarse){.CustomCursor-module__7skk1W__dot,.CustomCursor-module__7skk1W__ring,.CustomCursor-module__7skk1W__glow{display:none}}
.Footer-module__nhiC3q__container{max-width:1400px;margin:0 auto;padding:0 5%}.Footer-module__nhiC3q__footer{border-top:1px solid var(--glass-border);background:var(--bg);color:var(--text-primary);padding:56px 0 28px}.Footer-module__nhiC3q__grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.Footer-module__nhiC3q__brand{max-width:300px}.Footer-module__nhiC3q__logo{color:var(--text-primary);align-items:center;gap:10px;margin-bottom:14px;font-size:1rem;font-weight:700;display:flex}.Footer-module__nhiC3q__logoSvg{width:28px;height:28px;color:var(--text-primary);flex-shrink:0;transition:color .3s,transform .3s}.Footer-module__nhiC3q__logo:hover .Footer-module__nhiC3q__logoSvg{color:var(--accent-orange,#4b5320);transform:scale(1.05)}.Footer-module__nhiC3q__logoTextBlock{flex-direction:column;gap:1px;line-height:1;display:flex}.Footer-module__nhiC3q__logoTextTop{color:var(--text-primary);letter-spacing:.12em;text-transform:uppercase;font-size:.85rem;font-weight:800}.Footer-module__nhiC3q__logoTextBottom{color:var(--active-border,#4b5320);letter-spacing:.12em;text-transform:uppercase;font-size:.85rem;font-weight:800}.Footer-module__nhiC3q__brand p{color:var(--text-secondary);margin-bottom:20px;font-size:.8rem;line-height:1.7}.Footer-module__nhiC3q__social{gap:10px;display:flex}.Footer-module__nhiC3q__social a{background:var(--glass-bg);border:1px solid var(--glass-border);width:38px;height:38px;color:var(--text-secondary);border-radius:12px;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.Footer-module__nhiC3q__social a:hover{background:var(--glass-bg-strong);border-color:var(--accent-orange,#4b5320);color:var(--accent-orange,#4b5320);transform:translateY(-3px);box-shadow:0 6px 20px #4b532033}.Footer-module__nhiC3q__social a svg{width:18px;height:18px}.Footer-module__nhiC3q__col h4{text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);margin-bottom:16px;font-size:.72rem;font-weight:600}.Footer-module__nhiC3q__col span{color:var(--text-secondary);padding:4px 0;font-size:.82rem;display:block}.Footer-module__nhiC3q__col a{width:fit-content;color:var(--text-secondary);transform-origin:0;padding:4px 0;font-size:.82rem;text-decoration:none;transition:color .3s,transform .4s cubic-bezier(.16,1,.3,1);display:block}.Footer-module__nhiC3q__col a:hover{color:var(--text-primary);transform:translate(6px)scale(1.05)}.Footer-module__nhiC3q__bottom{border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-top:28px;display:flex}.Footer-module__nhiC3q__bottom p{color:var(--text-secondary);font-size:.72rem}.Footer-module__nhiC3q__bottomLinks{gap:20px;display:flex}.Footer-module__nhiC3q__bottomLinks a{color:var(--text-muted);font-size:.72rem;text-decoration:none;transition:color .3s}.Footer-module__nhiC3q__bottomLinks a:hover{color:var(--text-primary)}.Footer-module__nhiC3q__disclaimer{text-align:center;color:var(--text-muted);max-width:900px;margin-top:32px;margin-left:auto;margin-right:auto;font-size:.65rem;line-height:1.6}@media (max-width:1024px){.Footer-module__nhiC3q__grid{grid-template-columns:2fr 1fr 1fr}}@media (max-width:768px){.Footer-module__nhiC3q__grid{grid-template-columns:repeat(2,1fr);gap:24px 16px}.Footer-module__nhiC3q__brand{text-align:left;border-bottom:1px solid var(--glass-border);grid-column:1/-1;max-width:100%;margin-bottom:10px;padding-bottom:20px}.Footer-module__nhiC3q__social{justify-content:flex-start}.Footer-module__nhiC3q__social a{width:44px;height:44px}.Footer-module__nhiC3q__col{text-align:left}.Footer-module__nhiC3q__col a{justify-content:flex-start;width:100%;min-height:auto;padding:6px 0;font-size:.85rem;display:block}.Footer-module__nhiC3q__col a:hover{transform:none}.Footer-module__nhiC3q__col span{padding:2px 0;font-size:.82rem}.Footer-module__nhiC3q__bottom{text-align:center;flex-direction:column;gap:14px}.Footer-module__nhiC3q__bottomLinks{flex-wrap:wrap;justify-content:center;gap:16px}.Footer-module__nhiC3q__bottomLinks a{align-items:center;min-height:44px;padding:6px 8px;font-size:.8rem;display:flex}.Footer-module__nhiC3q__footer{padding:40px 0 28px;display:none}.Footer-module__nhiC3q__disclaimer{padding:0 10px;font-size:.6rem}}.Footer-module__nhiC3q__seoStrip{border-top:1px solid var(--glass-border);flex-wrap:wrap;gap:16px 32px;margin-top:8px;margin-bottom:20px;padding:16px 0;display:flex}.Footer-module__nhiC3q__seoGroup{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.Footer-module__nhiC3q__seoLabel{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);white-space:nowrap;padding-right:4px;font-size:.68rem;font-weight:700}.Footer-module__nhiC3q__seoPills{flex-wrap:wrap;gap:6px;display:flex}.Footer-module__nhiC3q__seoPill{color:var(--text-secondary);background:var(--glass-bg);border:1px solid var(--glass-border);white-space:nowrap;border-radius:100px;align-items:center;padding:4px 12px;font-size:.72rem;text-decoration:none;transition:all .25s;display:inline-flex}.Footer-module__nhiC3q__seoPill:hover{color:var(--accent-orange,#4b5320);background:#4b53200f;border-color:#4b53204d}@media (max-width:640px){.Footer-module__nhiC3q__seoStrip{flex-direction:column;gap:12px}.Footer-module__nhiC3q__seoGroup{gap:6px}.Footer-module__nhiC3q__seoPill{padding:5px 10px;font-size:.7rem}}
.CookieBanner-module__DZaZKG__banner{z-index:10000;background:var(--glass-bg-strong,#1e1e1eeb);-webkit-backdrop-filter:blur(24px)saturate(1.4);border:1px solid var(--glass-border,#ffffff14);border-radius:20px;flex-direction:column;gap:16px;width:calc(100% - 32px);max-width:640px;padding:20px 24px;animation:.5s cubic-bezier(.16,1,.3,1) forwards CookieBanner-module__DZaZKG__slideUp;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 40px #00000059,inset 0 0 0 1px #ffffff0a}.CookieBanner-module__DZaZKG__banner.CookieBanner-module__DZaZKG__closing{animation:.4s cubic-bezier(.55,0,1,.45) forwards CookieBanner-module__DZaZKG__slideDown}@keyframes CookieBanner-module__DZaZKG__slideUp{0%{opacity:0;transform:translate(-50%)translateY(100px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes CookieBanner-module__DZaZKG__slideDown{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(100px)}}.CookieBanner-module__DZaZKG__content{align-items:flex-start;gap:14px;display:flex}.CookieBanner-module__DZaZKG__icon{filter:drop-shadow(0 2px 6px #0000004d);flex-shrink:0;margin-top:2px;font-size:1.6rem}.CookieBanner-module__DZaZKG__text{flex:1;min-width:0}.CookieBanner-module__DZaZKG__title{color:var(--text-primary,#fff);letter-spacing:-.01em;margin-bottom:6px;font-size:.95rem;font-weight:700}.CookieBanner-module__DZaZKG__desc{color:var(--text-secondary,#fff9);font-size:.82rem;line-height:1.5}.CookieBanner-module__DZaZKG__link{color:var(--accent,#e8c547);text-underline-offset:2px;text-decoration:underline;transition:opacity .2s}.CookieBanner-module__DZaZKG__link:hover{opacity:.8}.CookieBanner-module__DZaZKG__actions{justify-content:flex-end;gap:10px;display:flex}.CookieBanner-module__DZaZKG__btnAccept{background:var(--accent,#e8c547);color:#000;cursor:pointer;letter-spacing:.01em;border:none;border-radius:980px;padding:10px 28px;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.CookieBanner-module__DZaZKG__btnAccept:hover{box-shadow:0 4px 20px color-mix(in srgb,var(--accent,#e8c547)40%,transparent);transform:scale(1.04)}.CookieBanner-module__DZaZKG__btnAccept:active{transform:scale(.97)}.CookieBanner-module__DZaZKG__btnDecline{color:var(--text-secondary,#ffffff80);border:1px solid var(--glass-border,#ffffff1a);cursor:pointer;background:0 0;border-radius:980px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .3s}.CookieBanner-module__DZaZKG__btnDecline:hover{color:var(--text-primary,#fff);border-color:var(--glass-border-subtle,#fff3);background:var(--glass-bg,#ffffff0a)}@media (max-width:480px){.CookieBanner-module__DZaZKG__banner{border-radius:16px;gap:12px;padding:16px;bottom:12px}.CookieBanner-module__DZaZKG__icon{font-size:1.3rem}.CookieBanner-module__DZaZKG__title{font-size:.88rem}.CookieBanner-module__DZaZKG__desc{font-size:.78rem}.CookieBanner-module__DZaZKG__actions{flex-direction:column;gap:8px}.CookieBanner-module__DZaZKG__btnAccept,.CookieBanner-module__DZaZKG__btnDecline{text-align:center;width:100%;padding:12px}}
.iphone17pro-module__ZaiGNG__container{background-color:var(--bg);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.iphone17pro-module__ZaiGNG__main{padding-top:0;position:relative}.iphone17pro-module__ZaiGNG__stickyTitleContainer{z-index:40;text-align:center;pointer-events:none;width:100%;padding-bottom:0;position:sticky;top:60px}.iphone17pro-module__ZaiGNG__title{letter-spacing:-.04em;background:linear-gradient(180deg,var(--text-primary)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;text-shadow:0 4px 20px var(--bg);-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(3.5rem,8vw,7rem);font-weight:700}.iphone17pro-module__ZaiGNG__hero{text-align:center;z-index:10;flex-direction:column;justify-content:flex-start;align-items:center;padding:0 20px 20px;display:flex;position:relative}.iphone17pro-module__ZaiGNG__heroImageWrapper{z-index:10;justify-content:center;width:100%;max-width:1200px;margin:-10px auto -30px;display:flex;position:relative}.iphone17pro-module__ZaiGNG__heroImage{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 20px 40px #0006);width:100%;max-width:900px;height:auto}.iphone17pro-module__ZaiGNG__heroBottomContent{z-index:10;pointer-events:auto;max-width:800px;margin-top:-20px;position:relative}.iphone17pro-module__ZaiGNG__subtitle{color:var(--text-secondary);margin-top:-10px;margin-bottom:20px;font-size:clamp(1.2rem,3.5vw,2rem);font-weight:500}.iphone17pro-module__ZaiGNG__buyBtn{background:var(--active-border);color:#fff;border-radius:30px;padding:16px 36px;font-size:1.2rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:inline-block;box-shadow:0 4px 15px #0071e34d}.iphone17pro-module__ZaiGNG__buyBtn:hover{transform:translateY(-3px)scale(1.08);box-shadow:0 8px 25px #0003}.iphone17pro-module__ZaiGNG__comparisonSection{z-index:10;background:var(--bg);max-width:1400px;margin:0 auto;padding:60px 5%;position:relative}.iphone17pro-module__ZaiGNG__sectionTitle{text-align:center;background:linear-gradient(90deg,var(--text-primary)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:40px;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.iphone17pro-module__ZaiGNG__comparisonGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;display:grid}.iphone17pro-module__ZaiGNG__compCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);border-radius:32px;padding:40px;transition:transform .4s,border-color .4s;box-shadow:0 10px 30px #0003}.iphone17pro-module__ZaiGNG__compCard:hover{border-color:#ffffff26;transform:translateY(-8px)}.iphone17pro-module__ZaiGNG__compStat{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:15px;font-size:3.5rem;font-weight:700}.iphone17pro-module__ZaiGNG__compTitle{color:var(--active-border);margin-bottom:16px;font-size:1.5rem;font-weight:600}.iphone17pro-module__ZaiGNG__compDesc{color:var(--text-secondary);font-size:1.15rem;line-height:1.6}.iphone17pro-module__ZaiGNG__actionSection{text-align:center;background:radial-gradient(circle,#0077ed1a 0%,#0000 60%);padding:100px 5% 150px}.iphone17pro-module__ZaiGNG__actionSection h2{margin-bottom:20px;font-size:3rem}.iphone17pro-module__ZaiGNG__actionSection p{color:var(--text-secondary);max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.2rem}.iphone17pro-module__ZaiGNG__buyBtnLarge{color:#000;background:#fff;border-radius:40px;padding:20px 48px;font-size:1.4rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.iphone17pro-module__ZaiGNG__buyBtnLarge:hover{transform:scale(1.05);box-shadow:0 10px 30px #ffffff4d}@media (max-width:900px){.iphone17pro-module__ZaiGNG__heroImage{max-width:90%}}@media (max-width:600px){.iphone17pro-module__ZaiGNG__title{font-size:3.5rem}.iphone17pro-module__ZaiGNG__compStat{font-size:2.8rem}.iphone17pro-module__ZaiGNG__actionSection h2{font-size:2.2rem}}
