.product-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-base);opacity:0;flex-direction:column;animation:.5s forwards fadeInUp;display:flex;overflow:hidden}.product-card:hover{border-color:var(--border-color-hover);box-shadow:var(--shadow-glow), var(--shadow-md);transform:translateY(-6px)}.product-card-image{background:var(--bg-secondary);width:100%;height:220px;position:relative;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.product-card:hover .product-card-image img{transform:scale(1.08)}.product-card-badge{background:var(--accent-gradient);color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;padding:.25rem .6rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.product-card-category{background:var(--bg-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-secondary);border-radius:var(--radius-full);border:1px solid var(--border-color);padding:.25rem .6rem;font-size:.7rem;font-weight:500;position:absolute;top:.75rem;right:.75rem}.product-card-body{flex-direction:column;flex:1;gap:.6rem;padding:1.25rem;display:flex}.product-card-title{color:var(--text-primary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card-description{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card-meta{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.product-card-price{color:var(--accent-secondary);font-size:1.25rem;font-weight:700}.product-card-price .currency{font-size:.85rem;font-weight:500}.product-card-rating{align-items:center;gap:.35rem;display:flex}.product-card-rating .rating-value{color:var(--star-color);font-size:.8rem;font-weight:600}.product-card-actions{flex-direction:column;gap:.6rem;padding:0 1.25rem 1.25rem;display:flex}.btn{border-radius:var(--radius-sm);transition:all var(--transition-base);white-space:nowrap;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-amazon{background:var(--accent-amazon);color:#111;flex:1}.btn-amazon:hover{background:var(--accent-amazon-hover);transform:translateY(-1px);box-shadow:0 4px 15px #ff99004d}.btn-share{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);flex:1}.btn-share:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);transform:translateY(-1px);box-shadow:0 4px 15px #6c63ff4d}.btn-review{border:1px solid var(--accent-primary);color:var(--accent-primary);background:0 0;flex:1}.btn-review:hover{background:var(--accent-primary);color:#fff;transform:translateY(-1px);box-shadow:0 4px 15px #6c63ff4d}@media (max-width:480px){.product-card-actions{flex-direction:column}}
.home-hero{padding:calc(var(--navbar-height) + 3rem) 0 2rem;text-align:center;position:relative;overflow:hidden}.home-hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 30%,#6c63ff14 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.hero-badge{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--accent-primary);align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;animation:.5s forwards fadeInUp;display:inline-flex}.hero-title{letter-spacing:-1px;opacity:0;max-width:700px;margin:0 auto 1rem;font-size:3rem;font-weight:800;line-height:1.15;animation:.6s .1s forwards fadeInUp}.hero-title .highlight{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-secondary);opacity:0;max-width:550px;margin:0 auto;font-size:1.1rem;line-height:1.6;animation:.6s .2s forwards fadeInUp}.home-section{padding:2rem 0}.section-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.section-title{align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.section-title .title-accent{color:var(--accent-primary)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:300px;display:flex}.loading-spinner{border:3px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:var(--text-muted);font-size:.9rem}.empty-state{text-align:center;color:var(--text-secondary);padding:4rem 2rem}.empty-state .empty-icon{margin-bottom:1rem;font-size:3rem}.empty-state h3{margin-bottom:.5rem;font-size:1.2rem}.empty-state p{color:var(--text-muted);font-size:.9rem}@media (max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}.product-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:.5rem}}
