*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased}.app{min-height:100vh;background:linear-gradient(135deg,#faf5ff,#fdf2f8)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{background:#fff;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:50}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem}.emoji{font-size:2rem}.site-title{font-size:1.5rem;font-weight:700;background:linear-gradient(to right,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cart-button{display:flex;align-items:center;gap:.5rem;background:linear-gradient(to right,#667eea,#764ba2);color:#fff;padding:.5rem 1.5rem;border:none;border-radius:50px;font-weight:500;cursor:pointer;transition:box-shadow .3s}.cart-button:hover{box-shadow:0 4px 12px #667eea66}.cart-icon{width:1.25rem;height:1.25rem}.main{padding:2rem 0}.category-filter{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.category-btn{padding:.5rem 1rem;border-radius:50px;font-weight:500;border:none;background:#fff;color:#374151;cursor:pointer;transition:all .3s}.category-btn:hover{background:#f3f4f6}.category-btn.active{background:linear-gradient(to right,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.product-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:all .3s}.product-card:hover{box-shadow:0 10px 20px #00000026;transform:translateY(-4px)}.product-image-wrapper{aspect-ratio:1;overflow:hidden;background:#f3f4f6}.product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1.5rem}.product-category{font-size:.75rem;font-weight:600;color:#667eea;text-transform:uppercase;letter-spacing:.05em}.product-name{font-size:1.25rem;font-weight:700;color:#111827;margin:.5rem 0}.product-description{color:#4b5563;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:1.5rem;font-weight:700;color:#111827}.add-to-cart-btn{background:linear-gradient(to right,#667eea,#764ba2);color:#fff;padding:.5rem 1.5rem;border:none;border-radius:50px;font-weight:500;cursor:pointer;transition:box-shadow .3s}.add-to-cart-btn:hover{box-shadow:0 4px 12px #667eea66}.footer{background:#fff;border-top:1px solid #e5e7eb;margin-top:4rem;padding:2rem 0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:1rem}.footer-section p{color:#4b5563}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#4b5563;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#667eea}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #e5e7eb;color:#4b5563}@media(max-width:768px){.products-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}}body{margin:0;padding:0}
