.anime-edition .home-stage .fortune-entry{position:absolute;z-index:4;top:15px;left:12px;right:auto;display:flex;flex-direction:column;align-items:center;gap:1px;width:72px;min-height:78px;margin:0;padding:5px 4px 4px;border:1px solid #f9d278;border-radius:6px;background:#0b1528dd;color:#ffe7a4;text-align:center;box-shadow:0 3px 13px #0009,0 0 16px #ffd36b50}
.anime-edition .home-stage .fortune-entry img{width:51px;height:51px;filter:drop-shadow(0 0 6px #ffd36b80);animation:fortune-turn 18s linear infinite,fortune-float 3.6s ease-in-out infinite}
.anime-edition .home-stage .fortune-entry span{font-size:10px;font-weight:800;line-height:1.1}
.anime-edition .home-stage .fortune-entry:hover{background:#182640;box-shadow:0 4px 18px #ffd36b77}
.anime-edition .home-stage .fortune-entry:focus-visible{outline:2px solid #fff;outline-offset:3px}
@keyframes fortune-float{50%{transform:translateY(-6px)}}
@keyframes fortune-turn{to{rotate:360deg}}
@media(min-width:700px){.anime-edition .home-stage .fortune-entry{top:20px;left:22px;width:82px;min-height:88px}.anime-edition .home-stage .fortune-entry img{width:58px;height:58px}}
@media(max-width:359px){.anime-edition .home-stage .fortune-entry{top:12px;left:10px;width:62px;min-height:68px}.anime-edition .home-stage .fortune-entry img{width:42px;height:42px}}
@media(prefers-reduced-motion:reduce){.anime-edition .home-stage .fortune-entry,.anime-edition .home-stage .fortune-entry img{animation:none}}
