.orb-row{display:flex;justify-content:center;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.5rem 0}.orb-row.is-docked{position:fixed;bottom:1rem;left:50%;transform:translateX(-50%);background:rgba(20,20,26,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 1rem;border:1px solid #2a2a36;border-radius:999px;z-index:50;box-shadow:0 4px 20px rgba(0,0,0,.45)}.orb-row.is-docked .orb-row-tooltip{bottom:auto;top:calc(100% + 12px)}.orb-row.is-docked .orb-row-tooltip:after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:#2a2a36}.orb-row.is-docked .orb-row-here{top:auto;bottom:calc(100% + 8px)}.orb-row-orb{position:relative;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;text-decoration:none;cursor:pointer;transition:box-shadow .18s ease;animation:orb-row-float-a 3.4s ease-in-out infinite}.orb-row-orb:nth-child(5n+2){animation:orb-row-float-b 3.8s ease-in-out infinite;animation-delay:-.6s}.orb-row-orb:nth-child(5n+3){animation:orb-row-float-c 4.2s ease-in-out infinite;animation-delay:-1.2s}.orb-row-orb:nth-child(5n+4){animation:orb-row-float-b 3.6s ease-in-out infinite;animation-delay:-1.8s}.orb-row-orb:nth-child(5n+5){animation:orb-row-float-a 4s ease-in-out infinite;animation-delay:-2.4s}.orb-row-orb:focus-visible,.orb-row-orb:hover{animation-play-state:paused;outline:none;box-shadow:0 6px 18px rgba(0,0,0,.45)}.orb-row-orb.is-current{box-shadow:0 0 0 2px #c4a35a,0 0 14px rgba(196,163,90,.55)}.orb-row-orb.is-current:before{content:"";position:absolute;inset:-7px;border-radius:50%;border:1px solid rgba(196,163,90,.45);animation:orb-row-pulse 2.4s ease-in-out infinite;pointer-events:none}@keyframes orb-row-float-a{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes orb-row-float-b{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes orb-row-float-c{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes orb-row-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.9;transform:scale(1.08)}}.orb-row-emoji{pointer-events:none;line-height:1}.orb-row-tooltip{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(4px);background:#14141a;color:#e8e6e3;border:1px solid #2a2a36;padding:.4rem .7rem;border-radius:6px;font-family:DM Mono,ui-monospace,monospace;font-size:.7rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:10}.orb-row-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#2a2a36}.orb-row-orb:focus-visible .orb-row-tooltip,.orb-row-orb:hover .orb-row-tooltip{opacity:1;transform:translateX(-50%) translateY(0)}.orb-row-here{position:absolute;top:calc(100% + 8px);left:50%;width:6px;height:6px;border-radius:50%;background:#c4a35a;box-shadow:0 0 8px rgba(196,163,90,.8);transform:translateX(-50%);pointer-events:none}@media (prefers-reduced-motion:reduce){.orb-row-orb,.orb-row-orb.is-current:before,.orb-row-orb:nth-child(5n+2),.orb-row-orb:nth-child(5n+3),.orb-row-orb:nth-child(5n+4),.orb-row-orb:nth-child(5n+5){animation:none}}@media (max-width:640px){.orb-row{gap:.5rem}.orb-row-orb{width:36px;height:36px;font-size:1.1rem}.orb-row-tooltip{font-size:.65rem;padding:.3rem .5rem}}