/* One coordinated handoff, followed by a quiet reading interval. */
.welcome-caption{display:flex;align-items:center;gap:15px;max-width:410px;margin-top:17px}
.welcome-caption .welcome-note{margin:0}
.handoff-toggle{display:inline-flex;flex:none;align-items:center;justify-content:center;gap:3px;min-width:48px;min-height:28px;padding:3px 4px;border:0;border-radius:6px;background:transparent;color:#81728d;font:9px var(--sans)}
.handoff-toggle:hover{background:#eae3f166;color:#604973}
.handoff-toggle svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.handoff-play-icon{display:none}
.handoff-toggle[data-paused=true] .handoff-play-icon{display:block}
.handoff-toggle[data-paused=true] .handoff-pause-icon{display:none}
.receipt-check svg{width:13px;height:13px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.receipt-copy--ready,.receipt-copy--sending{display:none}
.art-file-slot,.receipt-spinner{display:none}
.handoff-motion .art-workspace{animation:none;overflow:visible}
.handoff-motion .art-link{animation:none}
.handoff-motion .art-top{border-radius:19px 19px 0 0}
.handoff-motion .art-receipt{position:relative;border-radius:0 0 19px 19px}
.handoff-motion .art-files{position:relative}
.handoff-motion .art-files>div{position:relative;z-index:1;isolation:isolate}
.handoff-motion .art-files img{position:relative;z-index:1}
.handoff-motion .art-files span{position:relative;z-index:1}
.handoff-motion .art-file-slot{display:block;position:absolute;z-index:0;top:0;width:calc((100% - 56px)/3);aspect-ratio:1.6;border:1px solid #e5deee80;border-radius:7px;background:linear-gradient(140deg,#f0ecf5,#f8f5fb)}
.handoff-motion .art-file-slot:nth-last-child(3){left:18px}
.handoff-motion .art-file-slot:nth-last-child(2){left:calc(18px + (100% - 56px)/3 + 10px)}
.handoff-motion .art-file-slot:last-child{right:18px}
.handoff-motion .receipt-copy{display:grid;flex:1}
.handoff-motion .receipt-copy>div{display:block;grid-area:1/1;white-space:nowrap}
.handoff-motion .receipt-copy b{font-size:8px;font-weight:400}
.handoff-motion .receipt-copy span{display:block;font-size:7px;color:#85738e;margin-top:1px}
.handoff-motion .receipt-spinner{display:block;position:absolute;left:18px;top:14px;width:23px;height:23px;border:1.5px solid #e5dded;border-top-color:#a48abb;border-radius:50%;opacity:0}
.handoff-motion .art-link>span{position:relative;overflow:hidden}
.handoff-motion .art-link>span::after{content:"";position:absolute;inset:0;border:1px solid #b09ac566;border-radius:inherit}
.handoff-motion .receipt-check{position:relative}
@media(max-width:1050px){.welcome-caption{max-width:350px;gap:8px}.welcome-caption .welcome-note{font-size:9px}}
@media(max-width:760px){.welcome-caption{display:none}}
@media(prefers-reduced-motion:reduce){.handoff-toggle{display:none}}
