.wheel-carousel{--wheel-text:color-mix(in srgb, var(--color-foreground) 30%, transparent);--wheel-selected:var(--color-foreground);--wheel-marker:var(--accent,var(--color-foreground));--wheel-fonte:22px;width:100%;container-type:inline-size}.wheel-carousel__grade{grid-template-columns:var(--wheel-foto) minmax(0, var(--wheel-largura)) minmax(0, 1fr);align-items:center;gap:var(--wheel-gap);grid-template-areas:"foto roda detalhe";display:grid}.wheel-carousel[data-foto=right] .wheel-carousel__grade{grid-template-columns:minmax(0, var(--wheel-largura)) var(--wheel-foto) minmax(0, 1fr);grid-template-areas:"roda foto detalhe"}.wheel-carousel[data-foto=nenhuma] .wheel-carousel__grade{grid-template-columns:minmax(0, var(--wheel-largura)) minmax(0, 1fr);grid-template-areas:"roda detalhe"}.wheel-carousel__lado-foto{grid-area:foto;min-width:0}.wheel-carousel__foto{border:1px solid var(--color-border);background:var(--color-muted);width:100%;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 16px 40px -18px #0f172a4d}:root.dark .wheel-carousel__foto{box-shadow:0 16px 40px -16px #000000a6}.wheel-carousel__img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.wheel-carousel__img--entrando{animation:wheel-foto-entra var(--duration-slow) var(--ease-smooth-out) both}.wheel-carousel__img--saindo{animation:wheel-foto-sai var(--duration-slow) var(--ease-smooth-out) both}@keyframes wheel-foto-entra{0%{opacity:0;filter:blur(var(--blur-large));transform:scale(1.04)}to{opacity:1;filter:none;transform:none}}@keyframes wheel-foto-sai{0%{opacity:1}to{opacity:0;transform:scale(var(--scale-large))}}.wheel-carousel__sem-foto{color:var(--color-muted-foreground);align-items:flex-end;padding:16px;font-size:13px;display:flex;position:absolute;inset:0}.wheel-carousel__roda{height:var(--wheel-altura);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;contain:layout paint;border-radius:12px;outline:none;grid-area:roda;position:relative;overflow:hidden}.wheel-carousel__roda:active{cursor:grabbing}.wheel-carousel__roda:focus-visible{box-shadow:inset 0 0 0 2px var(--accent,var(--color-ring))}.wheel-carousel__marcador{color:var(--wheel-marker);pointer-events:none;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.wheel-carousel__item{color:var(--wheel-text);cursor:pointer;font-size:var(--wheel-fonte);letter-spacing:-.028em;white-space:nowrap;transform-origin:0;transition:color var(--duration-fast) var(--ease-out);will-change:transform;font-weight:600;line-height:1.15;position:absolute;top:50%;transform:translateY(-50%)}.wheel-carousel__item[data-escolhido=true]{color:var(--wheel-selected)}.wheel-carousel__detalhe{min-width:0;animation:wheel-detalhe-entra var(--duration-slow) var(--ease-smooth-out) both;grid-area:detalhe}@keyframes wheel-detalhe-entra{0%{opacity:0;transform:translateY(var(--distance-base));filter:blur(var(--blur-small))}to{opacity:1;filter:none;transform:none}}@container (max-width:700px){.wheel-carousel{--wheel-fonte:17px}.wheel-carousel .wheel-carousel__grade,.wheel-carousel[data-foto] .wheel-carousel__grade{grid-template-columns:minmax(0,34%) minmax(0,1fr);grid-template-areas:"roda roda""foto detalhe";align-items:start;gap:18px}.wheel-carousel[data-foto=nenhuma] .wheel-carousel__grade{grid-template-columns:minmax(0,1fr);grid-template-areas:"roda""detalhe"}.wheel-carousel__roda{height:var(--wheel-altura-compacta)}}@media (prefers-reduced-motion:reduce){.wheel-carousel__img--entrando,.wheel-carousel__img--saindo,.wheel-carousel__detalhe{animation:none}.wheel-carousel__img--saindo{display:none}.wheel-carousel__item{transition:none}}