.floating-cards{z-index:1;pointer-events:none;display:none;position:absolute;inset:0}@media (min-width:1024px){.floating-cards{display:block}}.fc-slot{width:100px;position:absolute}.fc-float{animation-name:fc-float;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.fc-rotate{transform:rotate(var(--fc-rot,0deg));animation-name:fc-wobble;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes fc-float{0%,to{transform:translateY(-8px)}50%{transform:translateY(8px)}}@keyframes fc-wobble{0%,to{rotate:-2deg}50%{rotate:2deg}}.fc-orb{pointer-events:auto;background:#a855f71f;border:1.5px solid #a855f78c;border-radius:50%;width:100px;height:100px;transition:transform .18s,box-shadow .2s,border-color .2s;display:block;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000059,0 0 18px #a855f773}.fc-orb-img{object-fit:cover}.fc-slot:hover{z-index:5}.fc-slot:hover .fc-float,.fc-slot:hover .fc-rotate{animation-play-state:paused}.fc-slot:hover .fc-orb{border-color:#c084fce6;transform:translateY(-4px)scale(1.06);box-shadow:0 16px 40px #00000080,0 0 28px #a855f7bf}@media (prefers-reduced-motion:reduce){.fc-float,.fc-rotate{animation:none!important}}
