.ingredient-atlas-stage{isolation:isolate;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.ingredient-atlas-stage[data-dragging]{cursor:grabbing}.ingredient-atlas-stage:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.ingredient-atlas-plane{z-index:1;will-change:transform;position:absolute;inset:0;transform:translate(0,0)}.ingredient-atlas-cell{place-items:center;display:grid;position:absolute}.ingredient-atlas-entry{opacity:0;place-items:center;width:104px;height:104px;display:grid;transform:scale(.1)}.ingredient-atlas-entry[data-phase=entering]{animation:ingredient-atlas-enter var(--duration-base) var(--motion-glide) var(--atlas-delay) both}.ingredient-atlas-entry[data-phase=shown]{opacity:1;transform:none}.ingredient-atlas-image{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%}.ingredient-atlas-fact{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.ingredient-atlas-stage[data-mobile] .ingredient-atlas-entry{width:76px;height:76px}.ingredient-atlas-stage[data-mobile]{cursor:default;touch-action:pan-y}@keyframes ingredient-atlas-enter{0%{opacity:0;transform:scale(.1)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.ingredient-atlas-entry,.ingredient-atlas-entry[data-phase=entering],.ingredient-atlas-entry[data-phase=shown]{opacity:1;animation:none;transform:none}}
