.app-menu-bubble-root{position:fixed;inset:0;z-index:5200}.app-menu-bubble-scrim{position:absolute;inset:0;border:none;padding:0;cursor:pointer;background:rgba(0,0,0,.32);animation:appMenuBubbleScrimIn .18s ease both}.app-menu-bubble-panel{position:absolute;width:min(280px,calc(100vw - 48px));overflow:hidden;isolation:isolate;border-radius:28px;border:.5px solid rgba(255,255,255,.1);background:rgba(22,22,24,.96);box-shadow:inset 0 .5px 0 rgba(255,255,255,.08),0 16px 40px rgba(0,0,0,.55);backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);transform-origin:center center;animation:appMenuBubbleIn .24s cubic-bezier(.22,1,.36,1) both}.app-menu-bubble-panel:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.05),transparent 42%)}.app-menu-bubble-panel--origin-end{transform-origin:top right}.app-menu-bubble-panel--origin-start{transform-origin:top left}.app-menu-bubble-panel--origin-center{transform-origin:top center}.app-menu-bubble-list{position:relative;z-index:1;display:flex;flex-direction:column;padding:8px}.app-menu-bubble-row{display:flex;width:100%;min-height:52px;align-items:center;gap:14px;border:none;border-radius:20px;padding:14px 16px;background:transparent;color:#fff;font-size:17px;font-weight:400;letter-spacing:-.24px;line-height:1.2;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.app-menu-bubble-row:active{background:rgba(255,255,255,.1)}@media (hover:hover){.app-menu-bubble-row:hover{background:rgba(255,255,255,.08)}}.app-menu-bubble-row--selected{background:rgba(255,255,255,.1)}.app-menu-bubble-icon{display:flex;width:26px;flex-shrink:0;align-items:center;justify-content:center;color:#fff}.app-menu-bubble-label{flex:1 1 auto;min-width:0}.app-menu-bubble-check{display:flex;flex-shrink:0;align-items:center;justify-content:center;color:rgba(255,255,255,.92)}html.light .app-menu-bubble-scrim,html[data-theme=light] .app-menu-bubble-scrim{background:rgba(0,0,0,.18)}html.light .app-menu-bubble-panel,html[data-theme=light] .app-menu-bubble-panel{border-color:rgba(0,0,0,.08);background:var(--nodo-surface,#ffffff);box-shadow:inset 0 .5px 0 rgba(255,255,255,.8),0 16px 40px rgba(0,0,0,.12)}html.light .app-menu-bubble-panel:before,html[data-theme=light] .app-menu-bubble-panel:before{background:linear-gradient(180deg,rgba(255,255,255,.5),transparent 42%)}html.light .app-menu-bubble-check,html.light .app-menu-bubble-icon,html.light .app-menu-bubble-row,html[data-theme=light] .app-menu-bubble-check,html[data-theme=light] .app-menu-bubble-icon,html[data-theme=light] .app-menu-bubble-row{color:#111111}html.light .app-menu-bubble-row--selected,html.light .app-menu-bubble-row:active,html[data-theme=light] .app-menu-bubble-row--selected,html[data-theme=light] .app-menu-bubble-row:active{background:rgba(0,0,0,.05)}@media (hover:hover){html.light .app-menu-bubble-row:hover,html[data-theme=light] .app-menu-bubble-row:hover{background:rgba(0,0,0,.04)}}@keyframes appMenuBubbleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes appMenuBubbleScrimIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.app-menu-bubble-panel,.app-menu-bubble-scrim{animation:none!important}}