.studio-handoff{position:absolute;inset:0;z-index:80;display:grid;place-items:center;background:var(--surface-base);pointer-events:none}.studio-handoff-mark{width:min(360px,60vw);height:auto;color:var(--ink);overflow:visible}.studio-handoff-stroke{fill:none;stroke:currentColor;stroke-width:.28;stroke-dasharray:1}.studio-handoff-fill{fill:currentColor}.studio-handoff--exit{opacity:0;animation:studio-handoff-in .18s var(--ease) forwards}.studio-handoff--exit .studio-handoff-stroke{stroke-dashoffset:1;animation:studio-handoff-draw .34s ease-in-out .06s forwards}.studio-handoff--exit .studio-handoff-fill{opacity:0;animation:studio-handoff-fill-in .16s ease-out .24s forwards}.studio-handoff--enter{opacity:1;animation:studio-handoff-out .32s var(--ease) .12s forwards}.studio-handoff--enter .studio-handoff-stroke{stroke-dashoffset:0}.studio-handoff--enter .studio-handoff-fill{opacity:1}.studio-handoff-rise{animation:studio-handoff-rise .32s var(--ease) .1s both}.dashboard-arrival{position:relative;height:100%}.dashboard-arrival>*{height:100%}@keyframes studio-handoff-in{to{opacity:1}}@keyframes studio-handoff-out{to{opacity:0}}@keyframes studio-handoff-draw{to{stroke-dashoffset:0}}@keyframes studio-handoff-fill-in{to{opacity:1}}@keyframes studio-handoff-rise{0%{transform:translateY(8px);opacity:0}}@media (prefers-reduced-motion:reduce){.studio-handoff,.studio-handoff-fill,.studio-handoff-rise,.studio-handoff-stroke{animation-duration:1ms!important;animation-delay:0s!important}}