.card-wrapper.svelte-1s7rm5w{display:flex;min-height:100vh;width:100vw;padding:2rem;overflow:auto}.cards.svelte-1s7rm5w{display:grid;grid-template-columns:repeat(auto-fill, minmax(9rem, 1fr));grid-template-rows:auto;grid-gap:2rem;width:100%}.card-wrapper.svelte-fqwcp4.svelte-fqwcp4{cursor:pointer;transition:transform 0.2s ease-in-out;perspective:600px}.card.svelte-fqwcp4.svelte-fqwcp4{position:relative;width:100%;aspect-ratio:1/1.5;border-radius:4px;box-shadow:0 8px 12px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.2);transition:box-shadow 0.2s ease-in-out;transform:var(--card-transform);transform-origin:50% 50%;background-color:#fff;background:var(--card-background);background-size:cover;overflow:hidden;display:flex;justify-content:center;align-items:flex-end;padding:1rem}.card.svelte-fqwcp4 .card-image.svelte-fqwcp4{position:absolute;top:0;left:0;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#fff}.card.svelte-fqwcp4 .card-image img.svelte-fqwcp4{width:100%;height:100%;object-fit:cover}.card.svelte-fqwcp4 .card-content.svelte-fqwcp4{display:none}.card.svelte-fqwcp4 .svelte-fqwcp4{pointer-events:none}.card.svelte-fqwcp4.svelte-fqwcp4:hover{box-shadow:0 20px 40px rgba(0, 0, 0, 0.2)}.card-wrapper.svelte-fqwcp4:not(:hover) .card.svelte-fqwcp4{transition:transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;--card-transform:rotateY(0deg) rotateX(0deg);--card-content-transform:rotateY(0deg) rotateX(0deg)}.card-wrapper.svelte-fqwcp4.svelte-fqwcp4:hover{transform:scale(1.05)}.card-wrapper.svelte-fqwcp4:hover .card-content.svelte-fqwcp4{display:block}@keyframes svelte-bew3it-fadeIn{from{opacity:0}to{opacity:1}}@keyframes svelte-bew3it-popIn{from{transform:scale(0.5);opacity:0}to{transform:scale(1);opacity:1}}.ratings.svelte-bew3it.svelte-bew3it{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:row;padding:0.5rem;border-radius:8px;background:rgba(0, 0, 0, 0.35);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);animation:svelte-bew3it-popIn 0.25s forwards}.rating-star.svelte-bew3it.svelte-bew3it{width:1.25rem;transform:var(--card-transform);animation:svelte-bew3it-fadeIn 0.3s backwards}.rating-star.svelte-bew3it.svelte-bew3it:nth-child(1){animation-delay:0.05s}.rating-star.svelte-bew3it.svelte-bew3it:nth-child(2){animation-delay:0.1s}.rating-star.svelte-bew3it.svelte-bew3it:nth-child(3){animation-delay:0.15s}.rating-star.svelte-bew3it.svelte-bew3it:nth-child(4){animation-delay:0.18s}.rating-star.svelte-bew3it.svelte-bew3it:nth-child(5){animation-delay:0.19s}.rating-star.svelte-bew3it.svelte-bew3it:not(:last-child){margin-right:0.25rem}.rating-star.svelte-bew3it svg.svelte-bew3it{width:100%;height:100%;fill:#ffd32a}