.home-wrapper{flex-direction:column;gap:6rem;padding:4rem 0;display:flex}.hero{text-align:center;background:radial-gradient(circle at top,#00f0ff1a 0%,#0000 50%);border-radius:20px;padding:4rem 2rem}.hero-title{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.hero-description{color:var(--text-secondary);max-width:600px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.6}.neon-text{color:#fff;text-shadow:0 0 5px #fff, 0 0 10px #fff, 0 0 20px var(--accent-cyan), 0 0 40px var(--accent-cyan), 0 0 80px var(--accent-cyan);animation:1.5s infinite alternate flicker}@keyframes flicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:0 0 5px #fff, 0 0 10px #fff, 0 0 20px var(--accent-cyan), 0 0 40px var(--accent-cyan), 0 0 80px var(--accent-cyan)}20%,24%,55%{text-shadow:none}}.animated-text{background:linear-gradient(90deg,#ff007f,#00f0ff,#8a2be2,#ff007f) 0 0/300% 300%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:600;animation:3s infinite gradientFlow,4s ease-in-out infinite floatInOut}@keyframes gradientFlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes floatInOut{0%,to{opacity:.8;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}.category-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.category-btn{font-weight:600;font-family:var(--font-mono);color:var(--accent-cyan);border:1px solid var(--accent-cyan);background:#00f0ff0d;border-radius:20px;padding:.75rem 1.5rem;font-size:1rem;transition:all .3s}.category-btn:hover{background:var(--accent-cyan);color:var(--bg-color);box-shadow:0 0 15px #00f0ff66}.stats-section{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:3rem;display:flex}.stat-box{border:1px solid var(--glass-border);text-align:center;background:#0006;border-radius:12px;min-width:180px;padding:1.5rem;transition:transform .3s,border-color .3s;box-shadow:0 4px 30px #0000001a}.stat-box:hover{border-color:#00f0ff4d;transform:translateY(-5px)}.stat-icon{margin-bottom:.5rem;font-size:2rem}.stat-value{color:#fff;font-size:1.8rem;font-weight:700;font-family:var(--font-mono)}.stat-label{color:var(--text-secondary);margin-top:.25rem;font-size:.9rem}.featured-section h2{color:var(--text-primary);margin-bottom:2rem;font-size:2rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.product-card{flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex}@media (hover:hover) and (pointer:fine){.product-card:hover{border-color:#00f0ff4d;transform:translateY(-5px);box-shadow:0 10px 25px #00f0ff1a}}.product-image-placeholder{background:#ffffff0d;border-radius:8px;width:100%;height:200px;margin-bottom:1rem}.price-container{align-items:center;gap:.75rem;display:flex}.original-price{font-family:var(--font-mono);color:var(--text-secondary);opacity:.7;font-size:1rem;text-decoration:line-through}.price{font-family:var(--font-mono);color:var(--accent-cyan);font-size:1.25rem;font-weight:700}.product-card .btn-primary{width:100%;padding:.75rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column}}@media (max-width:480px){.stats-section{grid-template-columns:repeat(4,1fr);gap:.25rem;margin-top:1.5rem;display:grid}.stat-box{border-radius:8px;min-width:0;padding:.5rem .2rem}.stat-icon{margin-bottom:.2rem;font-size:1.2rem}.stat-value{font-size:1rem}.stat-label{font-size:.55rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card{gap:.5rem;padding:.75rem}.product-image-placeholder{height:100px;margin-bottom:0}.product-card h3{margin-top:.25rem;font-size:.85rem;line-height:1.2}.price-container{gap:.4rem}.price{font-size:1rem}.original-price{font-size:.8rem}}
