.product-card{background:linear-gradient(160deg,#0a101d,#141b2d);border:1px solid rgba(162,89,255,.3);overflow:hidden;border-radius:.75rem;height:100%;display:flex;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,.3),0 0 15px rgba(0,0,0,.2);transition:all .3s cubic-bezier(.17,.67,.83,.67);position:relative}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(162,89,255,.8),transparent);z-index:3}.product-card:hover{border-color:rgba(162,89,255,.7);transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.4),0 0 20px rgba(162,89,255,.25)}.product-card:hover:before{animation:glow-line 1.5s ease-in-out infinite}.product-card .image-container{position:relative;overflow:hidden;background:#0a101d;height:180px}.product-card .image-container:after{bottom:0;background:radial-gradient(circle,transparent 50%,rgba(0,0,0,.7) 100%)}.product-card .image-container:after,.product-card .image-container:before{content:"";position:absolute;top:0;left:0;right:0;pointer-events:none;z-index:1}.product-card .image-container:before{height:60px;background:linear-gradient(180deg,rgba(0,0,0,.7) 0,transparent)}.product-card .image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .image-container img{transform:scale(1.08)}.product-card .game-tag{position:absolute;top:12px;right:12px;background:rgba(162,89,255,.7);color:white;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;z-index:2;backdrop-filter:blur(4px);box-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:.5px;border:1px solid rgba(255,255,255,.1);max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .bestseller-badge{background:linear-gradient(135deg,#ff9500,#ff5e00);border-radius:20px;backdrop-filter:blur(4px);box-shadow:0 2px 4px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.2);animation:bestseller-badge-pulse 3s ease-in-out infinite;will-change:transform,box-shadow;transform-origin:center}.product-card .bestseller-badge,.product-card .bestseller-badge-simple{position:absolute;top:48px;left:12px;color:white;padding:4px 10px;font-size:.75rem;font-weight:600;z-index:2;letter-spacing:.5px;display:flex;align-items:center;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .bestseller-badge-simple{background:#ff5e00;border-radius:20px}.product-card .featured-badge{background:linear-gradient(135deg,#f87171,#ef4444);border-radius:20px;backdrop-filter:blur(4px);box-shadow:0 2px 4px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.2);animation:badge-pulse 3s ease-in-out infinite;will-change:transform,box-shadow;transform-origin:center}.product-card .featured-badge,.product-card .featured-badge-simple{position:absolute;top:12px;left:12px;color:white;padding:4px 10px;font-size:.75rem;font-weight:600;z-index:2;letter-spacing:.5px;display:flex;align-items:center;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .featured-badge-simple{background:#ef4444;border-radius:20px}@keyframes badge-pulse{0%,to{transform:scale(1);box-shadow:0 2px 4px rgba(0,0,0,.3)}50%{transform:scale(1.05);box-shadow:0 4px 8px rgba(239,68,68,.5)}}.product-card .featured-badge svg{margin-right:4px;animation:icon-bounce 2s ease-in-out infinite;will-change:transform;display:inline-block;flex-shrink:0}@keyframes icon-bounce{0%,to{transform:scale(1)}30%{transform:scale(1.2)}60%{transform:scale(.95)}80%{transform:scale(1.05)}}@keyframes bestseller-badge-pulse{0%,to{transform:scale(1);box-shadow:0 2px 4px rgba(0,0,0,.3)}50%{transform:scale(1.05);box-shadow:0 4px 8px rgba(255,94,0,.5)}}.product-card .bestseller-badge svg{margin-right:4px;animation:bestseller-icon-bounce 2s ease-in-out infinite;will-change:transform;display:inline-block;flex-shrink:0}@keyframes bestseller-icon-bounce{0%,to{transform:scale(1)}30%{transform:scale(1.2)}60%{transform:scale(.95)}80%{transform:scale(1.05)}}@media (max-width:768px),(prefers-reduced-motion:reduce){.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.3)}.product-card:hover:before{animation:none}.product-card:hover .image-container img{transform:scale(1.04)}.product-card .bestseller-badge,.product-card .bestseller-badge svg,.product-card .featured-badge,.product-card .featured-badge svg{animation:none}}@media (min-width:768px) and (max-width:1024px) and (orientation:portrait){.product-card .game-tag{top:8px;right:8px;padding:3px 8px;font-size:.7rem;max-width:130px}.product-card .bestseller-badge,.product-card .bestseller-badge-simple{top:40px;left:8px;padding:3px 8px;font-size:.7rem}.product-card .featured-badge,.product-card .featured-badge-simple{top:8px;left:8px;padding:3px 8px;font-size:.7rem}.product-card .image-container:has(.featured-badge) .bestseller-badge,.product-card .image-container:has(.featured-badge-simple) .bestseller-badge-simple{top:40px}}@media (min-width:1024px) and (max-width:1366px) and (orientation:landscape){.product-card .game-tag{top:10px;right:10px;padding:3px 8px;font-size:.7rem;max-width:140px}.product-card .bestseller-badge,.product-card .bestseller-badge-simple{top:45px;left:10px;padding:3px 8px;font-size:.7rem}.product-card .featured-badge,.product-card .featured-badge-simple{top:10px;left:10px;padding:3px 8px;font-size:.7rem}.product-card .image-container:has(.featured-badge) .bestseller-badge,.product-card .image-container:has(.featured-badge-simple) .bestseller-badge-simple{top:45px}}@supports not (selector(:has(*))){.product-card .bestseller-badge,.product-card .bestseller-badge-simple{top:45px!important}}.product-card .card-content{padding:1.25rem;background:linear-gradient(160deg,#0a101d,#141b2d);flex-grow:1;display:flex;flex-direction:column;position:relative;z-index:2}.product-card .card-title{font-weight:700;color:white;margin-bottom:.75rem;font-size:1.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 2px 4px rgba(0,0,0,.5);letter-spacing:.5px}.product-card .price-container{background:rgba(162,89,255,.2);padding:.5rem .75rem;border-radius:.5rem;display:inline-block;border:1px solid rgba(162,89,255,.3);box-shadow:0 2px 4px rgba(0,0,0,.2);margin-right:.5rem}.product-card .price{font-size:1.5rem;font-weight:700;color:white;text-shadow:0 2px 4px rgba(0,0,0,.3)}.product-card .rating{display:flex;margin-bottom:1rem;color:#ffd700;font-size:1rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.add-to-cart-btn{background:linear-gradient(135deg,#e91e63,#f06292);color:white;padding:.6rem 1.2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s cubic-bezier(.17,.67,.83,.67);font-size:.9rem;font-weight:600;box-shadow:0 4px 8px rgba(233,30,99,.3);text-shadow:0 1px 2px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);letter-spacing:.5px;white-space:nowrap;position:relative;overflow:hidden;z-index:1}.add-to-cart-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f06292,#e91e63);z-index:-1;transition:opacity .3s ease;opacity:0}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(233,30,99,.4)}.add-to-cart-btn:hover:before{opacity:1}.add-to-cart-btn:hover svg{animation:pulse 1s infinite alternate}.add-to-cart-btn.added{background:linear-gradient(135deg,#16a34a,#22c55e);transform:scale(1.05);box-shadow:0 6px 12px rgba(22,163,74,.4)}.add-to-cart-btn.added:before{display:none}.add-to-cart-btn.disabled{background:linear-gradient(135deg,#64748b,#94a3b8);opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.add-to-cart-btn.disabled:before{display:none}.category-card{background-color:#111827;border:1px solid rgba(162,89,255,.2);border-radius:.75rem;transition:all .3s cubic-bezier(.17,.67,.83,.67);display:flex;align-items:center;padding:1.25rem;height:6rem;position:relative;overflow:hidden;gap:.5rem}.category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(162,89,255,.8),transparent);z-index:1}.category-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:radial-gradient(circle at bottom right,rgba(162,89,255,.15),transparent 70%);z-index:0}.category-card:hover{border-color:rgba(162,89,255,.8);transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.4),0 0 20px rgba(162,89,255,.3)}.category-card:hover:before{animation:glow-line 1.5s ease-in-out infinite}@keyframes glow-line{0%{background:linear-gradient(90deg,transparent,rgba(162,89,255,.8),transparent);opacity:.5}50%{background:linear-gradient(90deg,transparent,rgba(162,89,255,1),transparent);opacity:1}to{background:linear-gradient(90deg,transparent,rgba(162,89,255,.8),transparent);opacity:.5}}.category-card .category-icon{width:3rem;height:3rem;margin-right:1rem;object-fit:contain;filter:drop-shadow(0 0 5px rgba(162,89,255,.5));z-index:2;transition:all .3s ease}.category-card .category-name{font-weight:700;color:white;font-size:1.1rem;text-shadow:0 2px 4px rgba(0,0,0,.5);z-index:2;letter-spacing:.5px;margin-bottom:.25rem}.category-card .product-count{margin-left:auto;color:white;font-size:.9rem;font-weight:600;background:rgba(162,89,255,.6);padding:.25rem .75rem;border-radius:1rem;z-index:2;border:1px solid rgba(162,89,255,.5);box-shadow:0 2px 4px rgba(0,0,0,.2);text-shadow:0 1px 2px rgba(0,0,0,.3)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.5rem;background-color:#1a1f2e;border-radius:.75rem;position:relative;overflow:hidden}.section-header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#a259ff}.section-title{font-size:1.5rem;font-weight:700;color:white;gap:.75rem}.section-title,.view-all-link{display:flex;align-items:center}.view-all-link{color:#a259ff;font-size:1rem;font-weight:500;transition:all .2s ease;gap:.25rem;padding:.5rem 1rem;border-radius:.375rem;background-color:rgba(138,43,226,.15)}.view-all-link:hover{color:white;background-color:rgba(138,43,226,.4)}.product-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-section{padding-top:1.5rem;padding-bottom:1.5rem}@media (min-width:768px){.product-section{padding-top:2rem;padding-bottom:2rem}}.category-card-modern{background:linear-gradient(160deg,#0a101d,#141b2d);border:1px solid rgba(162,89,255,.3);overflow:hidden;border-radius:.75rem;height:100%;display:flex;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,.3),0 0 15px rgba(0,0,0,.2);transition:all .3s cubic-bezier(.17,.67,.83,.67);position:relative}.category-card-modern:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(162,89,255,.8),transparent);z-index:3}.category-card-modern:hover{border-color:rgba(162,89,255,.7);transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.4),0 0 20px rgba(162,89,255,.25)}.category-card-modern:hover:before{animation:glow-line 1.5s ease-in-out infinite}.category-card-modern .category-image-container{position:relative;overflow:hidden;background:#0a101d;height:160px}.category-card-modern .category-image-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle,transparent 50%,rgba(0,0,0,.7) 100%);pointer-events:none;z-index:1}.category-card-modern .category-image-container:before{content:"";position:absolute;top:0;left:0;right:0;height:60px;background:linear-gradient(180deg,rgba(0,0,0,.7) 0,transparent);pointer-events:none;z-index:1}.category-card-modern .category-badge{position:absolute;top:12px;right:12px;background:rgba(162,89,255,.7);color:white;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;z-index:2;backdrop-filter:blur(4px);box-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:.5px;border:1px solid rgba(255,255,255,.1)}.category-card-modern .category-content{padding:1.25rem;background:linear-gradient(160deg,#0a101d,#141b2d);flex-grow:1;display:flex;flex-direction:column;position:relative;z-index:2}.category-card-modern .category-title{font-weight:700;color:white;margin-bottom:.5rem;font-size:1.1rem;text-shadow:0 2px 4px rgba(0,0,0,.5);letter-spacing:.5px}.category-card-modern .category-description{color:#a0aec0;font-size:.875rem;line-height:1.4;margin-top:auto}@media (max-width:640px){.category-card-modern .category-image-container{height:140px}.category-card-modern .category-content{padding:1rem}.category-card-modern .category-title{font-size:1rem}}@media (max-width:768px),(prefers-reduced-motion:reduce){.category-card-modern:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.3)}.category-card-modern:hover:before{animation:none}}.hero-slider{position:relative;height:550px;overflow:hidden}.hero-slider .slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.hero-slider .slide.active{opacity:1}.hero-slider .slide-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%}.hero-slider .slide-content{position:relative;z-index:10;padding:2rem;max-width:600px}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background-color:rgba(0,0,0,.5);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .3s ease}.slider-arrow:hover{background-color:rgba(162,89,255,.7)}.slider-arrow.prev{left:20px}.slider-arrow.next{right:20px}.slider-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:20}.slider-dot{width:10px;height:10px;border-radius:50%;background-color:rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease}.slider-dot.active{width:30px;border-radius:5px;background-color:white}.slide-enter{opacity:0;transform:scale(1.05)}.slide-enter-active{transition:opacity .5s,transform .5s}.slide-enter-active,.slide-exit{opacity:1;transform:scale(1)}.slide-exit-active{opacity:0;transform:scale(.95);transition:opacity .5s,transform .5s}.valorant-overlay{background:linear-gradient(90deg,rgba(255,70,85,.3),rgba(17,24,40,.7))}.pubg-overlay{background:linear-gradient(90deg,rgba(241,196,15,.3),rgba(17,24,40,.7))}.product-image-container{position:relative;overflow:hidden;border-radius:1rem;box-shadow:0 10px 30px rgba(0,0,0,.3);transition:all .4s ease;background:#0a101d;border:1px solid rgba(162,89,255,.3);aspect-ratio:1/1;height:100%}.product-image-container:hover{transform:translateY(-5px) scale(1.01);box-shadow:0 15px 35px rgba(0,0,0,.4),0 0 20px rgba(162,89,255,.25);border-color:rgba(162,89,255,.7)}.product-image-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;border-radius:1rem}.product-image-overlay:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,transparent 50%,rgba(0,0,0,.5) 100%);z-index:1}.product-image-overlay:after{content:"";position:absolute;top:0;left:0;right:0;height:80px;background:linear-gradient(180deg,rgba(0,0,0,.6) 0,transparent);z-index:2}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;z-index:0}.product-image-container:hover .product-image{transform:scale(1.05)}.product-category-badge{position:absolute;top:1rem;left:1rem;background:rgba(162,89,255,.8);color:white;padding:.25rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:600;z-index:3;backdrop-filter:blur(4px);box-shadow:0 2px 8px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;display:flex;align-items:center;gap:.25rem}.product-category-badge:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.4)}.product-info-container{background:linear-gradient(160deg,rgba(10,16,29,.7),rgba(20,27,45,.8));border:1px solid rgba(162,89,255,.3);border-radius:1rem;padding:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.3);display:flex;flex-direction:column;height:100%;transition:all .4s ease}.product-info-container:hover{border-color:rgba(162,89,255,.7);box-shadow:0 15px 35px rgba(0,0,0,.4),0 0 20px rgba(162,89,255,.25)}.product-detail-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media (min-width:1024px){.product-detail-layout{grid-template-columns:2fr 3fr}}.admin-edit-button{background:linear-gradient(135deg,#7e22ce,#9333ea);color:white;padding:.75rem 1.5rem;border-radius:.5rem;display:inline-flex;align-items:center;gap:.5rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px rgba(126,34,206,.3);border:1px solid rgba(255,255,255,.1)}.admin-edit-button:hover{background:linear-gradient(135deg,#9333ea,#7e22ce);transform:translateY(-2px);box-shadow:0 6px 16px rgba(126,34,206,.4)}.admin-edit-button:active{transform:translateY(0);box-shadow:0 2px 8px rgba(126,34,206,.3)}@keyframes border-glow{0%,to{border-color:rgba(162,89,255,.3);box-shadow:0 10px 30px rgba(0,0,0,.3)}50%{border-color:rgba(162,89,255,.8);box-shadow:0 10px 30px rgba(0,0,0,.3),0 0 20px rgba(162,89,255,.4)}}.product-image-container:hover{animation:border-glow 2s ease-in-out infinite}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(162,89,255,.4)}70%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(162,89,255,0)}to{transform:scale(1);box-shadow:0 0 0 0 rgba(162,89,255,0)}}.auth-icon-button{transition:all .3s cubic-bezier(.4,0,.2,1)}.auth-icon-button:hover{transform:translateY(-3px)}.auth-icon-button.active{transform:scale(1.1)}.auth-icon-button.active .icon-container{animation:pulse 2s infinite}.auth-form-container{position:relative;min-height:320px}.login-form-enter{animation:slideInFromLeft .4s forwards}.register-form-enter{animation:slideInFromRight .4s forwards}.auth-error{animation:fadeIn .3s forwards;background:rgba(239,68,68,.1);border-left:3px solid rgb(239,68,68);padding:8px 12px;margin-top:8px;border-radius:4px}