.product-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;flex-direction:column;height:100%;min-height:420px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.product-card:hover{z-index:2;border-color:#0fc6;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0006,0 0 20px #00ffcc1a}.product-image-container{background:linear-gradient(135deg,#ffffff08 0%,#0003 100%);justify-content:center;align-items:center;width:100%;height:220px;padding:1rem;display:flex;position:relative;overflow:hidden}.image-link{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-image{object-fit:contain;filter:drop-shadow(0 10px 20px #0000004d);width:100%;height:100%;transition:transform .6s cubic-bezier(.2,1,.2,1)}.product-card:hover .product-image{transform:scale(1.1)rotate(2deg)}.card-badges{pointer-events:none;justify-content:space-between;display:flex;position:absolute;top:12px;left:12px;right:12px}.category-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--accent-primary);text-transform:uppercase;letter-spacing:1px;background:#00ffcc26;border:1px solid #00ffcc4d;border-radius:6px;padding:4px 12px;font-size:.65rem;font-weight:800}.badge.low-stock{color:#f55;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ff323233;border:1px solid #ff323266;border-radius:6px;padding:4px 10px;font-size:.65rem;font-weight:700}.product-details{flex-direction:column;flex:1;padding:1.25rem;display:flex}.brand-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.brand-tag{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-secondary);font-size:.7rem;font-weight:700}.rating{color:#ffb800;letter-spacing:1px;font-size:.75rem}.product-title{color:var(--text-primary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:3rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;line-height:1.4;transition:color .3s;display:-webkit-box;overflow:hidden}.product-title:hover{color:var(--accent-primary)}.specs-container{min-height:2.5rem;margin-bottom:1.25rem}.specs{flex-wrap:wrap;gap:6px;display:flex}.spec-item{color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff0d;border-radius:4px;padding:3px 10px;font-size:.7rem}.product-footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.price-box{flex-direction:column;display:flex}.currency{color:var(--text-secondary);margin-bottom:-2px;font-size:.65rem;font-weight:700}.price{color:var(--text-primary);letter-spacing:-.5px;font-size:1.4rem;font-weight:800}.action-buttons{gap:8px;display:flex}.btn-buy-now{background:var(--accent-primary);color:#000;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;height:36px;padding:0 16px;font-size:.8rem;font-weight:800;transition:all .3s}.btn-buy-now:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 5px 15px #0fc6}.btn-cart-icon{color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.btn-cart-icon:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#ffffff1a;transform:translateY(-2px)}.wishlist-heart-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--glass-border);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;z-index:10;background:#0a0a0a99;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:12px;right:12px}.wishlist-heart-btn:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:#0a0a0acc;transform:scale(1.15)}.wishlist-heart-btn.active{color:var(--accent-primary);border-color:var(--accent-primary);background:#00ffcc1a}@media (max-width:600px){.product-card{min-height:auto}.product-image-container{height:140px;padding:.5rem}.product-details{padding:.75rem}.product-title{height:2.4rem;margin-bottom:.5rem;font-size:.85rem}.specs-container{display:none}.product-footer{flex-direction:column;align-items:stretch;gap:.5rem;padding-top:.75rem}.price{font-size:1.1rem}.action-buttons{gap:6px;width:100%}.btn-buy-now{border-radius:6px;flex:1;height:32px;padding:0 8px;font-size:.7rem}.btn-cart-icon{border-radius:6px;width:32px;height:32px}.wishlist-heart-btn{width:28px;height:28px;top:8px;right:8px}.wishlist-heart-btn svg{width:14px;height:14px}.category-badge{border-radius:4px;padding:2px 8px;font-size:.55rem}}
.PerformanceChart-module__tC9rWG__chartContainer{margin:2rem 0;padding:2.5rem}.PerformanceChart-module__tC9rWG__chartHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.PerformanceChart-module__tC9rWG__chartHeader h3{letter-spacing:2px;margin:0;font-family:Space Grotesk,sans-serif}.PerformanceChart-module__tC9rWG__tabs{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:30px;padding:4px;display:flex}.PerformanceChart-module__tC9rWG__tabs button{color:var(--text-secondary);transition:var(--transition);border-radius:25px;padding:.6rem 1.5rem;font-size:.8rem;font-weight:600}.PerformanceChart-module__tC9rWG__tabs button.PerformanceChart-module__tC9rWG__activeTab{background:var(--accent-primary);color:var(--bg-primary);box-shadow:0 0 15px var(--accent-glow)}.PerformanceChart-module__tC9rWG__selectors{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.PerformanceChart-module__tC9rWG__selectWrapper{flex-direction:column;gap:.5rem;display:flex}.PerformanceChart-module__tC9rWG__selectLabel{text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;font-size:.7rem}.PerformanceChart-module__tC9rWG__laptopSelect{background:var(--bg-secondary);border:1px solid var(--glass-border);color:var(--text-primary);transition:var(--transition);border-radius:8px;outline:none;padding:.8rem;font-family:inherit;font-size:.9rem}.PerformanceChart-module__tC9rWG__laptopSelect:focus{border-color:var(--accent-primary)}.PerformanceChart-module__tC9rWG__bars{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.PerformanceChart-module__tC9rWG__barRow{flex-direction:column;gap:.8rem;display:flex}.PerformanceChart-module__tC9rWG__barLabel{letter-spacing:1px;justify-content:space-between;font-size:.9rem;font-weight:500;display:flex}.PerformanceChart-module__tC9rWG__barValue{color:var(--accent-primary);font-family:Space Grotesk,sans-serif}.PerformanceChart-module__tC9rWG__barTrack{background:#ffffff0d;border-radius:4px;height:8px;overflow:hidden}.PerformanceChart-module__tC9rWG__barFill{border-radius:4px;height:100%;transition:width .8s cubic-bezier(.2,1,.2,1)}.PerformanceChart-module__tC9rWG__analysis{border-radius:var(--border-radius);background:#00ffcc0d;border:1px solid #0fc3;margin-bottom:2rem;padding:1.5rem}.PerformanceChart-module__tC9rWG__analysisTag{background:var(--accent-primary);color:var(--bg-primary);border-radius:4px;margin-bottom:1rem;padding:.2rem .6rem;font-size:.7rem;font-weight:800;display:inline-block}.PerformanceChart-module__tC9rWG__analysis p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.PerformanceChart-module__tC9rWG__analysis strong{color:var(--text-primary)}.PerformanceChart-module__tC9rWG__chartFooter{color:var(--text-secondary);font-size:.75rem;font-style:italic}@media (max-width:900px){.PerformanceChart-module__tC9rWG__selectors{grid-template-columns:1fr}}@media (max-width:600px){.PerformanceChart-module__tC9rWG__chartHeader{flex-direction:column;align-items:flex-start}.PerformanceChart-module__tC9rWG__tabs{width:100%}.PerformanceChart-module__tC9rWG__tabs button{flex:1}}
.ReviewsSection-module__slDNfq__reviewsContainer{padding:4rem 0}.ReviewsSection-module__slDNfq__reviewsHeader{text-align:center;margin-bottom:4rem}.ReviewsSection-module__slDNfq__reviewsHeader h2{margin-bottom:.5rem;font-size:2.5rem}.ReviewsSection-module__slDNfq__masonryGrid{column-count:3;column-gap:1.5rem;width:100%;transition:opacity .6s,transform .6s}.ReviewsSection-module__slDNfq__shuffling{opacity:0;transform:scale(.98)}.ReviewsSection-module__slDNfq__reviewCard,.ReviewsSection-module__slDNfq__formCard{break-inside:avoid;margin-bottom:1.5rem;padding:2rem;transition:transform .3s,border-color .3s,opacity .3s}.ReviewsSection-module__slDNfq__reviewCard:hover,.ReviewsSection-module__slDNfq__formCard:hover{border-color:var(--accent-primary);transform:translateY(-5px)}.ReviewsSection-module__slDNfq__reviewUser{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ReviewsSection-module__slDNfq__avatar{width:45px;height:45px;color:var(--accent-primary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex}.ReviewsSection-module__slDNfq__userInfo{flex-direction:column;display:flex}.ReviewsSection-module__slDNfq__userName{color:var(--text-primary);font-size:1.1rem;font-weight:700}.ReviewsSection-module__slDNfq__stars{color:#ffb400;margin-top:.2rem;font-size:.9rem}.ReviewsSection-module__slDNfq__comment{color:var(--text-secondary);margin-bottom:1.5rem;font-style:italic;line-height:1.6}.ReviewsSection-module__slDNfq__reviewFooter{color:#ffffff4d;justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.ReviewsSection-module__slDNfq__verified{color:var(--accent-primary);font-weight:600}.ReviewsSection-module__slDNfq__topRated{background:radial-gradient(circle at top right, #00ffcc0d, transparent), var(--glass-bg)}.ReviewsSection-module__slDNfq__form h3{margin-bottom:1.5rem;font-size:1.3rem}.ReviewsSection-module__slDNfq__ratingPicker{gap:.5rem;margin-bottom:1.5rem;display:flex}.ReviewsSection-module__slDNfq__ratingPicker button{color:#fff3;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s}.ReviewsSection-module__slDNfq__activeStar{color:#ffb400!important}.ReviewsSection-module__slDNfq__form textarea{color:#fff;resize:vertical;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;width:100%;min-height:120px;margin-bottom:1.5rem;padding:1rem}.ReviewsSection-module__slDNfq__loginPrompt{text-align:center;padding:1rem 0}.ReviewsSection-module__slDNfq__loginIcon{margin-bottom:1rem;font-size:2.5rem}.ReviewsSection-module__slDNfq__loginPrompt h3{margin-bottom:.5rem}.ReviewsSection-module__slDNfq__loginPrompt p{color:var(--text-secondary);margin-bottom:1.5rem}.ReviewsSection-module__slDNfq__emptyState{text-align:center;color:var(--text-secondary);grid-column:1/-1;padding:4rem}@media (max-width:1100px){.ReviewsSection-module__slDNfq__masonryGrid{column-count:2}}@media (max-width:768px){.ReviewsSection-module__slDNfq__masonryGrid{column-count:1}}
.page-module__Nm5nzG__main{min-height:100vh;padding-top:120px;padding-bottom:80px}.page-module__Nm5nzG__header{text-align:center;margin-bottom:3rem}.page-module__Nm5nzG__header h1{margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.page-module__Nm5nzG__subtitle{color:var(--text-secondary);font-size:1.2rem}.page-module__Nm5nzG__content{align-items:flex-start;gap:2rem;display:flex}.page-module__Nm5nzG__filters{flex-shrink:0;width:280px;position:sticky;top:100px}.page-module__Nm5nzG__filterGroup{margin-bottom:2rem}.page-module__Nm5nzG__filterGroup h4{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.9rem}.page-module__Nm5nzG__filterLabel{cursor:pointer;color:var(--text-primary);transition:var(--transition);align-items:center;gap:10px;margin-bottom:.8rem;display:flex}.page-module__Nm5nzG__filterLabel:hover{color:var(--accent-primary)}.page-module__Nm5nzG__filterLabel input[type=checkbox]{accent-color:var(--accent-primary);width:16px;height:16px}.page-module__Nm5nzG__gridSection{flex:1}.page-module__Nm5nzG__toolbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);z-index:100;background:#0f0f0f99;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.25rem 2rem;display:flex;position:relative;box-shadow:0 10px 30px #0000004d}.page-module__Nm5nzG__resultsCount{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;display:flex}.page-module__Nm5nzG__resultsCount:before{content:"";background:var(--accent-primary);border-radius:2px;width:4px;height:20px;display:inline-block}.page-module__Nm5nzG__sortSelect{color:var(--text-primary);cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit;font-size:1rem}.page-module__Nm5nzG__sortSelect option{background:var(--bg-secondary);color:var(--text-primary)}.page-module__Nm5nzG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;width:100%;display:grid}.page-module__Nm5nzG__pagination{justify-content:center;gap:.8rem;margin-top:4rem;display:flex}.page-module__Nm5nzG__pageButton{background:var(--glass-bg);border:1px solid var(--glass-border);width:40px;height:40px;color:var(--text-primary);transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;font-weight:600;text-decoration:none;display:flex}.page-module__Nm5nzG__pageButton:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px)}.page-module__Nm5nzG__pageActive{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff;box-shadow:0 0 15px #00ffcc4d}.page-module__Nm5nzG__sortWrapper{align-items:center;gap:1rem;display:flex}.page-module__Nm5nzG__sortLabel{color:var(--text-secondary);white-space:nowrap;font-size:.9rem;font-weight:500}.page-module__Nm5nzG__scrollArea{max-height:250px;padding-right:5px;overflow-y:auto}.page-module__Nm5nzG__scrollArea::-webkit-scrollbar{width:4px}.page-module__Nm5nzG__scrollArea::-webkit-scrollbar-track{background:0 0}.page-module__Nm5nzG__scrollArea::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:10px}.page-module__Nm5nzG__scrollArea::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}.page-module__Nm5nzG__filterToggleBtn{background:var(--glass-bg);border:1px solid var(--glass-border);width:100%;color:var(--text-primary);cursor:pointer;transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;justify-content:center;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;display:none}.page-module__Nm5nzG__filterToggleBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary);box-shadow:0 0 15px #00ffcc26}.page-module__Nm5nzG__filterToggleBtn svg{color:var(--accent-primary)}.page-module__Nm5nzG__filterBadge{background:var(--accent-primary);color:#000;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:800;display:flex}.page-module__Nm5nzG__filterContent{display:block}@media (min-width:901px) and (max-width:1150px){.page-module__Nm5nzG__filters{width:240px}.page-module__Nm5nzG__content{gap:1.25rem}.page-module__Nm5nzG__grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.5rem}}@media (max-width:900px){.page-module__Nm5nzG__main{padding-top:100px;padding-bottom:60px}.page-module__Nm5nzG__content{flex-direction:column;gap:1rem}.page-module__Nm5nzG__filters{width:100%;position:static}.page-module__Nm5nzG__filterToggleBtn{display:flex}.page-module__Nm5nzG__filterContent{display:none}.page-module__Nm5nzG__filterContent.page-module__Nm5nzG__open{animation:.3s cubic-bezier(.16,1,.3,1) forwards page-module__Nm5nzG__slideDown;display:block}.page-module__Nm5nzG__toolbar{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem}.page-module__Nm5nzG__resultsCount{font-size:.95rem}.page-module__Nm5nzG__sortWrapper{gap:.5rem}.page-module__Nm5nzG__grid{gap:1.25rem}}@media (max-width:600px){.page-module__Nm5nzG__toolbar{padding:.85rem 1rem}.page-module__Nm5nzG__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@keyframes page-module__Nm5nzG__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
