.nodo-tab-scene{background:var(--background,#000000)}.nodo-tab-insights-layer{will-change:transform}.nodo-tab-profile-layer{will-change:transform;backface-visibility:hidden;box-shadow:-8px 0 32px rgba(0,0,0,.28)}.nodo-tab-profile-layer--enter-pending{transform:translate3d(100%,0,0)}.nodo-tab-profile-layer--steady{transform:translateZ(0)}.nodo-tab-insights-layer--enter{animation:nodo-insights-slide-in .38s cubic-bezier(.25,.46,.45,.94) both}.nodo-tab-insights-layer--exit{animation:nodo-insights-slide-out .38s cubic-bezier(.55,.06,.68,.19) both}.nodo-tab-profile-layer--enter{animation:nodo-profile-slide-in .62s cubic-bezier(.22,1,.36,1) both}.nodo-tab-profile-layer--exit{animation:nodo-profile-slide-out .62s cubic-bezier(.22,1,.36,1) both}@keyframes nodo-insights-slide-in{0%{transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}@keyframes nodo-insights-slide-out{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0)}}@keyframes nodo-profile-slide-in{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}@keyframes nodo-profile-slide-out{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}@media (prefers-reduced-motion:reduce){.nodo-tab-insights-layer--enter,.nodo-tab-insights-layer--exit,.nodo-tab-profile-layer--enter,.nodo-tab-profile-layer--exit{animation:none}}.nodo-guest-profile-layer{height:100dvh;max-height:100dvh;overscroll-behavior:none;touch-action:none;will-change:transform,opacity}.nodo-guest-profile-layer--enter{animation:nodo-guest-profile-enter .56s cubic-bezier(.32,.72,0,1) both}.nodo-guest-profile-layer--exit{animation:nodo-guest-profile-exit .42s cubic-bezier(.55,.06,.68,.19) both}.nodo-guest-profile-hero{animation:nodo-guest-hero-fade .52s cubic-bezier(.25,.46,.45,.94) 80ms both}.nodo-guest-profile-card{animation:nodo-guest-card-rise .62s cubic-bezier(.34,1.18,.64,1) .1s both}.nodo-guest-auth-sheet{position:relative;isolation:isolate}.nodo-guest-auth-sheet:before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.92);pointer-events:none}.nodo-tab-bar-shell--enter{animation:nodo-tab-bar-enter .34s cubic-bezier(.32,.72,0,1) both}.nodo-tab-bar-shell--exit{animation:nodo-tab-bar-exit .3s cubic-bezier(.55,.06,.68,.19) both}.nodo-tab-bar-pill{transition:transform .38s cubic-bezier(.32,.72,0,1)}html.nodo-profile-settings-tray-open .nodo-tab-bar-pill{transform:translate3d(calc(-1 * var(--profile-tray-width, min(78vw, 360px))),0,0)}html.nodo-desktop-shell.nodo-profile-settings-tray-open .nodo-tab-bar-pill{transform:translate3d(calc(-1 * min(42vw, 360px)),0,0)}html.nodo-agent-tray-open .nodo-tab-bar-pill{transform:translate3d(calc(-1 * var(--agent-tray-width, min(78vw, 360px))),0,0)}html.nodo-desktop-shell.nodo-agent-tray-open .nodo-tab-bar-pill{transform:translate3d(calc(-1 * min(42vw, 360px)),0,0)}html.nodo-home-filter-tray-open .nodo-tab-bar-pill{transform:translate3d(var(--home-filter-tray-width,min(78vw,360px)),0,0)}html.nodo-desktop-shell.nodo-home-filter-tray-open .nodo-tab-bar-pill{transform:translate3d(min(42vw,360px),0,0)}@media (prefers-reduced-motion:reduce){.nodo-tab-bar-pill{transition:none}}@keyframes nodo-guest-profile-enter{0%{transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}@keyframes nodo-guest-profile-exit{0%{transform:translateZ(0);opacity:1}78%{transform:translate3d(0,78%,0);opacity:1}to{transform:translate3d(0,100%,0);opacity:0}}@keyframes nodo-guest-hero-fade{0%{transform:translate3d(0,8px,0)}to{transform:translateZ(0)}}@keyframes nodo-guest-card-rise{0%{opacity:0;transform:translate3d(0,48px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes nodo-tab-bar-enter{0%{opacity:0;transform:translate3d(0,24px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes nodo-tab-bar-exit{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,28px,0)}}@media (prefers-reduced-motion:reduce){.nodo-guest-profile-card,.nodo-guest-profile-hero,.nodo-guest-profile-layer--enter,.nodo-guest-profile-layer--exit,.nodo-tab-bar-shell--enter,.nodo-tab-bar-shell--exit{animation:none}}