.world-launcher{right:max(24px, env(safe-area-inset-right));bottom:max(22px, env(safe-area-inset-bottom));z-index:35;width:164px;position:fixed}.world-launcher-link{outline-offset:5px;border-radius:22px;flex-direction:column;align-items:center;display:flex}.world-launcher-label-mobile{display:none}.world-launcher-link:focus-visible{outline:2px solid hsl(var(--ring))}.world-launcher-orbit{background:radial-gradient(circle,#e6efcb66 0%,#e6efcb00 68%);border-radius:50%;place-items:center;width:152px;height:152px;transition:transform .25s;display:grid;position:relative}.world-launcher-orbit:after{content:"";filter:blur(5px);z-index:-1;background:#20382c28;border-radius:50%;width:65px;height:10px;position:absolute;bottom:6px}.world-launcher-canvas{width:152px;height:152px;animation:5s ease-in-out infinite launcher-float;display:block}.world-launcher-canvas canvas{display:block}.world-launcher-canvas.is-unavailable canvas{display:none}.world-launcher-fallback{color:#71996a;width:100px;height:100px;margin:26px}.world-launcher-label{white-space:nowrap;border:1px solid hsl(var(--border));background:hsl(var(--background) / .94);min-height:40px;color:hsl(var(--foreground));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;justify-content:center;align-items:center;gap:6px;margin-top:-3px;padding:9px 13px;font-size:12px;font-weight:600;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 5px 20px #18382815}.world-launcher-link:hover .world-launcher-orbit{transform:translateY(-4px)scale(1.06)}.world-launcher-link:hover .world-launcher-label{border-color:#83a57c;box-shadow:0 6px 24px #18382825}.world-launcher-dismiss{border:1px solid hsl(var(--border));background:hsl(var(--background));width:28px;height:28px;color:hsl(var(--muted-foreground));opacity:0;border-radius:50%;place-items:center;transition:opacity .15s;display:grid;position:absolute;top:4px;right:0}.world-launcher:hover .world-launcher-dismiss,.world-launcher:focus-within .world-launcher-dismiss{opacity:1}@keyframes launcher-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (prefers-reduced-motion:reduce){.world-launcher-canvas{animation:none}.world-launcher-orbit,.world-launcher-label,.world-launcher-dismiss{transition:none}.world-launcher-link:hover .world-launcher-orbit{transform:none}}@media (max-width:1023px),(hover:none),(pointer:coarse){.world-launcher{width:104px;right:calc(12px + env(safe-area-inset-right));bottom:calc(12px + env(safe-area-inset-bottom))}.world-launcher-orbit,.world-launcher-canvas{width:104px;height:104px}.world-launcher-canvas canvas{width:104px!important;height:104px!important}.world-launcher-fallback{width:68px;height:68px;margin:18px}.world-launcher-label{min-height:44px;padding:9px 12px}.world-launcher-label-desktop{display:none}.world-launcher-label-mobile{display:inline}.world-launcher-dismiss{opacity:1;background:0 0;border:0;width:44px;height:44px;top:-12px;right:-4px}.world-launcher-dismiss svg{border:1px solid hsl(var(--border));background:hsl(var(--background));border-radius:50%;width:24px;height:24px;padding:5px}}
