*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937;line-height:1.6;background:#f9fafb}.container{max-width:1200px;margin:0 auto;padding:0 20px}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:24px;color:#2563eb}.header{background:#fff;box-shadow:0 1px 3px #0000001a;padding:20px 0;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center}.header h1{font-size:28px;color:#2563eb}.cart-info{background:#2563eb;color:#fff;padding:10px 20px;border-radius:8px;font-weight:600}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;padding:60px 20px}.hero h2{font-size:42px;margin-bottom:16px}.hero p{font-size:18px}.products{padding:60px 0}.products h3{font-size:32px;margin-bottom:32px;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.product-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;transition:transform .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.product-category{font-size:12px;color:#6b7280;text-transform:uppercase;font-weight:600;margin-bottom:8px}.product-card h4{font-size:18px;margin-bottom:12px;color:#1f2937}.product-price{font-size:24px;font-weight:700;color:#2563eb;margin-bottom:16px}.product-card button{width:100%;background:#2563eb;color:#fff;border:none;padding:12px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.product-card button:hover:not(:disabled){background:#1e40af}.product-card button:disabled{background:#9ca3af;cursor:not-allowed}.cart{padding:40px 0;background:#fff}.cart h3{font-size:28px;margin-bottom:24px}.cart-items{margin-bottom:24px}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px}.cart-item-info h4{font-size:18px;margin-bottom:8px}.cart-item-info p{color:#6b7280}.cart-item-controls{display:flex;gap:8px;align-items:center}.cart-item-controls button{padding:8px 12px;border:1px solid #e5e7eb;background:#fff;border-radius:4px;cursor:pointer;font-size:16px}.cart-item-controls button:hover{background:#f3f4f6}.remove-btn{color:#ef4444;border-color:#ef4444}.cart-total{text-align:right;font-size:24px;padding-top:16px;border-top:2px solid #e5e7eb}.footer{background:#1f2937;color:#fff;text-align:center;padding:40px 0;margin-top:60px}@media (max-width: 768px){.header .container{flex-direction:column;gap:16px}.hero h2{font-size:32px}.products-grid{grid-template-columns:1fr}.cart-item{flex-direction:column;gap:16px}}
