*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#fff;color:#01031a}#root{min-height:100vh;display:flex;flex-direction:column}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.categorias{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.categorias button{padding:8px 14px;border-radius:20px;border:1px solid #ccc;background:#fff;cursor:pointer}.categorias button.activo{background:#ffd600;border-color:#ffd600;font-weight:700}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.card{background:#fff;border-radius:12px;padding:12px;box-shadow:0 4px 10px #00000014}.card img{width:100%;height:150px;object-fit:contain}.add{margin-top:8px;width:32px;height:32px;border-radius:50%}.filtros{display:flex;gap:10px;margin:20px 0;flex-wrap:wrap}.filtros button{padding:8px 14px;border-radius:20px;border:1px solid #ccc;background:#fff;cursor:pointer;font-size:14px;transition:all .2s ease}.filtros button:hover{background:#f1f1f1}.filtros button.activo{background:#facc15;border-color:#facc15;font-weight:700}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-top:20px}.card{background:#fff;border-radius:14px;padding:12px;box-shadow:0 4px 10px #00000014;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease}.card:hover{transform:translateY(-4px)}.card img{width:100%;height:180px;object-fit:contain;border-radius:10px}.card h3{font-size:15px;margin:10px 0 5px}.card p{font-size:16px;font-weight:700;margin:0}.card button{margin-top:10px;align-self:flex-end;width:36px;height:36px;border-radius:50%;border:none;background:#111827;color:#fff;font-size:20px;cursor:pointer}.product-image{width:100%;height:180px;object-fit:contain}.add-btn{position:absolute;bottom:12px;right:12px;width:36px;height:36px;border-radius:50%;border:none;background:#0f172a;color:#fff;font-size:20px;cursor:pointer}.add-btn:hover{background:#2563eb}
