*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fafafa}.app{min-height:100vh}.header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:white;border-bottom:1px solid #e5e5e5}.logo{font-size:20px;font-weight:700;color:#0070f3}.nav{display:flex;gap:24px}.nav a{color:#666;font-weight:500}.cart-link{background:#0070f3;color:white;padding:8px 16px;border-radius:6px}.hero{padding:80px 24px;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:white}.hero h1{font-size:56px;margin-bottom:16px}.hero p{font-size:20px;margin-bottom:32px}.hero-buttons{display:flex;gap:16px;justify-content:center}.btn{display:inline-block;padding:12px 24px;border-radius:8px;font-weight:600;text-decoration:none}.btn-primary{background:white;color:#667eea}.btn-secondary{background:rgba(255,255,255,.2);color:white}.products-section{padding:60px 24px;max-width:1200px;margin:0 auto}.products-section h2{font-size:32px;margin-bottom:32px;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.product-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08)}.product-image{width:100%;height:200px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-info{padding:20px}.product-info h3{font-size:18px;margin-bottom:8px}.product-info p{color:#666;font-size:14px;margin-bottom:12px}.price{font-size:24px;font-weight:700;color:#0070f3;margin-bottom:16px}.loading{text-align:center;padding:60px;color:#666}