*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#0f172a}a{color:#2563eb;text-decoration:none}button{font:inherit;cursor:pointer;border:none;border-radius:8px;padding:10px 16px;background:#2563eb;color:#fff;font-weight:600}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:#e2e8f0;color:#0f172a}input,select{font:inherit;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;width:100%}.container{max-width:960px;margin:0 auto;padding:16px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.card img{width:100%;height:140px;object-fit:cover;background:#f1f5f9}.card-body{padding:12px}.price{font-weight:700;color:#2563eb}.cart-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px}.error{color:#dc2626;font-size:14px}
