.world-entries{display:flex;align-items:center;gap:12px;padding:10px 8px 0;min-width:0;max-width:100%}.world-entries:empty{display:none}
.world-entry{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:48px;border:0;border-radius:24px;background:none;text-decoration:none;isolation:isolate;transition:transform .22s ease;touch-action:manipulation}
.world-entry[hidden]{display:none!important}.world-entry img{display:block;width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 8px 8px #d16c9b24);transform-origin:center 65%;will-change:transform}
.world-entry-love img{animation:world-heart-breathe 3.4s ease-in-out infinite}.world-entry-halloween img{animation:world-pumpkin-bob 4.6s ease-in-out infinite;filter:drop-shadow(0 8px 8px #e89c5529)}
.world-entry:hover{transform:translateY(-3px)}.world-entry:focus-visible{outline:2px solid #8966df;outline-offset:4px}.world-entry-tooltip{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(-4px);background:#fff;color:#66506d;border:1px solid #ece3f2;border-radius:10px;padding:5px 9px;font:600 10px/1.4 Manrope,Arial,sans-serif;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;box-shadow:0 4px 14px #51416510;z-index:2}.world-entry:hover .world-entry-tooltip,.world-entry:focus-visible .world-entry-tooltip{opacity:1;transform:translateX(-50%) translateY(0)}
@keyframes world-heart-breathe{0%,100%{transform:scale(.94) rotate(-5deg)}50%{transform:scale(1.04) rotate(1deg)}}@keyframes world-pumpkin-bob{0%,100%{transform:translateY(1px) rotate(4deg)}50%{transform:translateY(-6px) rotate(-5deg)}}
@media(max-width:600px){.world-entries{gap:9px;padding-top:7px}.world-entry{width:44px;height:44px;flex-basis:44px}.world-entry img{width:35px;height:35px}.world-entry-tooltip{display:none}}
.world-entry-video img{animation:world-video-flow 5s ease-in-out infinite;filter:drop-shadow(0 5px 7px #865ad329)}
@keyframes world-video-flow{0%,100%{transform:perspective(200px) rotateY(-8deg) rotate(-3deg)}50%{transform:perspective(200px) translateY(-3px) rotateY(8deg) rotate(3deg)}}
@media(prefers-reduced-motion:reduce){.world-entry,.world-entry-tooltip{transition:none}.world-entry img{animation:none;will-change:auto}.world-entry:hover{transform:none}}

.nw-footer .world-entries{justify-content:flex-start;padding:8px 0;margin:8px 0}.nw-footer .world-entries a.world-entry{display:inline-flex;padding:0;border:0;background:none}.nw-footer .world-entries{flex-direction:row}.profile-world-entries{margin:10px 0 14px;padding:0}.profile-world-entries .world-entry-tooltip{top:auto;bottom:100%}
