:root{--bg:#0e101f}.site-bg{position:fixed;inset:0;z-index:-1;pointer-events:none;background:var(--bg)}:root{--workflow-purple:#b9c0ff;--workflow-purple-soft:#29284f;--workflow-teal:#76dfd0;--workflow-teal-soft:#193f40}html.theme-light{--workflow-purple:#4936c9;--workflow-purple-soft:#e9e4ff;--workflow-teal:#09695e;--workflow-teal-soft:#d9f2eb}html.theme-light input::-moz-placeholder,html.theme-light textarea::-moz-placeholder{color:var(--text-tertiary);opacity:1}html.theme-light input::placeholder,html.theme-light textarea::placeholder{color:var(--text-tertiary);opacity:1}#how-it-works{scroll-margin-top:80px}.workflow-showcase{--scene-progress:0;overflow:hidden;border:1px solid var(--line-strong);border-radius:18px;background:var(--surface-panel-solid);box-shadow:var(--shadow-panel)}.workflow-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 24px;border-bottom:1px solid var(--line)}.preview-control{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:6px 12px;border:1px solid transparent;border-radius:8px;color:var(--text-secondary);font-size:12px;font-weight:500;transition:background .18s ease,color .18s ease,border-color .18s ease}.preview-control:hover{background:var(--surface-row-hover);color:var(--text-primary)}.preview-control:focus-visible,.workflow-selectors button:focus-visible{outline:2px solid var(--workflow-purple);outline-offset:-3px}.workflow-selectors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:20px 24px 0}.workflow-selectors button{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:12px;border:1px solid transparent;border-radius:10px;color:var(--text-secondary);font-size:16px;font-weight:500;transition:color .2s ease,background .2s ease,border-color .2s ease}.workflow-selectors button:hover{background:var(--surface-row-hover)}.workflow-selectors button[aria-pressed=true]{color:var(--workflow-purple);border-color:var(--accent-line);background:var(--accent-soft)}.workflow-step-number{font-size:12px;font-variant-numeric:tabular-nums}.workflow-step-progress{position:absolute;inset:auto 0 0;height:2px;background:var(--workflow-purple);transform:scaleX(var(--scene-progress));transform-origin:left}.workflow-panel{padding:8px 24px 26px;background:radial-gradient(ellipse at 50% 65%,var(--accent-soft),transparent 72%)}.workflow-stage{display:grid;place-items:center;width:100%;height:450px;max-width:800px;margin:0 auto}.workflow-caption{min-height:24px;margin:8px auto 0;text-align:center;color:var(--text-secondary);font-size:15px;line-height:1.5}.workflow-camera-a{--camera-color:var(--workflow-purple);--camera-soft:var(--workflow-purple-soft);--camera-photo-color:#c4bbff}.workflow-camera-b{--camera-color:var(--workflow-teal);--camera-soft:var(--workflow-teal-soft);--camera-photo-color:#82e4d4}.workflow-camera-badge{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid hsla(0,0%,100%,.15);border-radius:6px;background:rgba(11,14,24,.84);color:#fff;font-size:11px;line-height:1;font-weight:600}.workflow-camera-badge>span{width:5px;height:5px;border-radius:50%;background:var(--camera-photo-color)}.workflow-files-layout{position:relative;width:min(100%,500px)}.workflow-source-files{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.workflow-source-file{overflow:hidden;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface-panel-solid);box-shadow:0 5px 16px rgba(0,0,0,.05)}.workflow-source-image{position:relative;aspect-ratio:16/9;overflow:hidden}.workflow-source-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.workflow-file-name{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:8px 10px;font-size:11px;font-weight:500;color:var(--text-primary)}.workflow-file-name>span{font-size:8px;letter-spacing:.04em;color:var(--text-secondary)}.workflow-audio-file{grid-column:1/-1;display:flex;align-items:center;gap:10px;width:78%;justify-self:center;padding:6px 10px;border:1px solid var(--line-strong);border-radius:9px;background:var(--surface-panel-solid);color:var(--text-primary);font-size:11px}.workflow-audio-art{width:56px;height:26px;flex:0 0 auto;color:var(--workflow-purple)}.workflow-audio-art .workflow-waveform{width:100%;height:100%;gap:2px}.workflow-file-type{margin-left:auto;padding:3px 5px;border:1px solid var(--line);border-radius:4px;color:var(--text-secondary);font-size:9px;letter-spacing:.04em}.workflow-waveform{display:flex;align-items:center;justify-content:space-between;gap:3px;width:100%;height:30px;color:var(--camera-color,var(--workflow-purple))}.workflow-waveform>span{display:block;width:3px;flex:1 1 0;max-width:5px;height:var(--wave-height);border-radius:3px;background:currentColor}.workflow-drop-path{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;height:26px;color:var(--text-tertiary)}.workflow-drop-path>span{width:2px;height:2px;border-radius:2px;background:currentColor}.workflow-drop-path svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.5}.workflow-drop-target{padding:11px 14px 9px;border:1px solid var(--line-strong);border-radius:14px;background:var(--surface-panel-solid)}.workflow-files-layout[data-receiving=true] .workflow-drop-target{border-color:var(--workflow-purple);box-shadow:0 0 0 3px var(--workflow-purple-soft)}.workflow-files-layout[data-complete=true] .workflow-drop-target{border-color:var(--workflow-teal)}.workflow-drop-heading{display:flex;align-items:center;gap:8px;margin-bottom:10px}.workflow-drop-heading>img{width:26px;height:26px}.workflow-drop-heading>strong{color:var(--text-primary);font-size:13px;font-weight:600}.workflow-import-count{margin-left:auto;color:var(--text-secondary);font-size:10px;font-variant-numeric:tabular-nums}.workflow-files-layout[data-complete=true] .workflow-import-count{color:var(--workflow-teal)}.workflow-import-slots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.workflow-slot-preview{position:relative;overflow:hidden;aspect-ratio:16/9;border:1px dashed var(--line-strong);border-radius:7px;background:var(--surface-row-hover)}.workflow-slot-preview[data-received=true]{border-style:solid;border-color:var(--camera-color)}.workflow-slot-placeholder{position:absolute;inset:0;display:grid;place-items:center;color:var(--text-tertiary)}.workflow-slot-placeholder>svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.3}.workflow-slot-placeholder>.workflow-waveform{width:52%;height:21px;color:var(--text-tertiary);gap:2px;opacity:.55}.workflow-slot-art{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;background:var(--camera-soft)}.workflow-slot-art>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.workflow-slot-art>.workflow-waveform{width:76%;height:28px;gap:2px}.workflow-slot-name{display:block;margin-top:5px;text-align:center;color:var(--text-secondary);font-size:10px}.workflow-drop-footer{display:grid;place-items:center;margin-top:7px;min-height:18px;font-size:10px;color:var(--text-secondary)}.workflow-drop-footer>span{grid-area:1/1}.workflow-drop-success{display:flex;align-items:center;gap:4px;color:var(--workflow-teal);opacity:0}.workflow-drop-success svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.workflow-files-layout[data-complete=true] .workflow-drop-instruction{opacity:0}.workflow-files-layout[data-complete=true] .workflow-drop-success{opacity:1}.workflow-file-flight{position:absolute;z-index:3;left:0;top:0;overflow:hidden;border-radius:8px;opacity:0;pointer-events:none;transform-origin:top left;will-change:transform,opacity;box-shadow:0 7px 20px rgba(0,0,0,.15)}.workflow-file-flight>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.workflow-audio-flight{display:flex;align-items:center;justify-content:center;color:var(--workflow-purple);background:var(--workflow-purple-soft)}.workflow-audio-flight>.workflow-waveform{width:84%;height:70%;gap:2px}.workflow-matching-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:28px;column-gap:28px;row-gap:16px;width:min(100%,680px)}.workflow-match-column{min-width:0;--match-transfer:clamp(0,(var(--scene-progress) - var(--match-start)) * 5,1);--voice-progress:clamp(0,(var(--scene-progress) - var(--preview-start)) * 2.5,1)}.workflow-matching-layout[data-static=true] .workflow-match-column{--match-transfer:1;--voice-progress:1}.workflow-match-camera{position:relative;overflow:hidden;aspect-ratio:16/9;border:1px solid var(--line-strong);border-radius:14px;background:#171820}.workflow-camera-still,.workflow-match-camera>video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.workflow-match-camera>video{position:absolute;inset:0;opacity:0;transition:opacity .35s ease}.workflow-match-camera>video[data-ready=true]{opacity:.84}.workflow-match-column[data-matched=true] .workflow-match-camera>video[data-ready=true],.workflow-match-column[data-previewing=true] .workflow-match-camera>video[data-ready=true]{opacity:1}.workflow-match-outline{position:absolute;inset:0;border:2px solid var(--camera-photo-color);border-radius:inherit;opacity:0;transition:opacity .35s ease}.workflow-match-column[data-previewing=true] .workflow-match-outline{opacity:.9}.workflow-match-column[data-matched=true] .workflow-match-outline{opacity:.6}.workflow-match-node svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.workflow-match-connector{position:relative;display:grid;place-items:center;height:56px;color:var(--camera-color)}.workflow-match-wire,.workflow-match-wire-fill{position:absolute;top:0;bottom:0;left:calc(50% - 1px);width:2px}.workflow-match-wire{background:var(--line-strong)}.workflow-match-wire-fill{background:currentColor;transform:scaleY(var(--match-transfer));transform-origin:bottom;opacity:.7}.workflow-match-signal{position:absolute;left:calc(50% - 3px);bottom:calc(var(--match-transfer) * (100% - 6px));width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 9px currentColor;opacity:0}.workflow-match-column[data-previewing=true][data-matched=false] .workflow-match-signal{opacity:1}.workflow-match-node{position:relative;z-index:1;display:grid;place-items:center;width:26px;height:26px;border:1px solid var(--line-strong);border-radius:50%;color:var(--text-secondary);background:var(--surface-panel-solid);transition:color .25s ease,border-color .25s ease,background .25s ease}.workflow-match-column[data-matched=true] .workflow-match-node{border-color:var(--camera-color);color:var(--camera-color);background:var(--camera-soft)}.workflow-match-check-icon,.workflow-match-column[data-matched=true] .workflow-match-link-icon{opacity:0}.workflow-match-column[data-matched=true] .workflow-match-check-icon{opacity:1}.workflow-speaker-card{padding:14px 16px 11px;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface-panel-solid);transition:border-color .3s ease,box-shadow .3s ease}.workflow-match-column[data-previewing=true] .workflow-speaker-card{border-color:var(--camera-color);box-shadow:0 0 0 3px var(--camera-soft)}.workflow-speaker-heading{display:flex;align-items:center;gap:8px}.workflow-speaker-heading strong{color:var(--text-primary);font-size:13px;font-weight:600;white-space:nowrap}.workflow-voice-icon{display:grid;place-items:center;width:25px;height:25px;flex:0 0 auto;border-radius:7px;color:var(--camera-color);background:var(--camera-soft)}.workflow-voice-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round}.workflow-pair-status{margin-left:auto;font-size:10px;color:var(--text-secondary)}.workflow-match-column[data-matched=true] .workflow-pair-status{color:var(--camera-color)}.workflow-voice-preview{position:relative;overflow:hidden;margin:14px 0 10px;padding:3px 0}.workflow-voice-preview .workflow-waveform{height:29px;opacity:.4;transition:opacity .3s ease}.workflow-voice-preview .workflow-waveform>span{transform:scaleY(.5)}.workflow-match-column[data-previewing=true] .workflow-voice-preview .workflow-waveform{opacity:1}.workflow-voice-playhead{position:absolute;top:0;bottom:0;left:calc(var(--voice-progress) * 100%);width:1px;background:var(--camera-color);opacity:0}.workflow-voice-playhead:before{content:"";position:absolute;inset:0 0 0 -28px;background:linear-gradient(90deg,transparent,var(--camera-soft));opacity:.6}.workflow-match-column[data-previewing=true] .workflow-voice-playhead{opacity:.8}.workflow-pair-footer{display:flex;align-items:center;gap:6px;min-height:14px;color:var(--text-secondary);font-size:10px}.workflow-voice-indicator{display:flex;align-items:center;gap:2px;height:12px;color:var(--camera-color)}.workflow-voice-indicator i{display:block;width:2px;height:3px;border-radius:2px;background:currentColor}.workflow-voice-indicator i:nth-child(2){height:8px}.workflow-voice-indicator i:nth-child(3){height:5px}.workflow-match-summary{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:6px;height:23px;font-size:11px;color:var(--text-secondary);opacity:0;transform:translateY(4px);transition:opacity .3s ease,transform .3s ease}.workflow-match-summary>span{color:var(--workflow-teal)}.workflow-match-summary[data-complete=true]{opacity:1;transform:translateY(0)}.workflow-edit-layout{width:min(100%,620px)}.workflow-edit-preview{position:relative;overflow:hidden;aspect-ratio:16/9;border:1px solid var(--line-strong);border-radius:13px;background:#171820;box-shadow:0 10px 36px rgba(0,0,0,.1)}.workflow-camera-video,.workflow-edit-preview>.workflow-camera-still{position:absolute;inset:0}.workflow-camera-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0}.workflow-camera-video[data-active=true][data-ready=true]{opacity:1}.workflow-edit-preview>.workflow-camera-badge{top:auto;bottom:12px;left:12px}.workflow-preview-label{position:absolute;display:flex;align-items:center;gap:6px;top:12px;left:12px;color:#fff;padding:5px 8px;border-radius:6px;background:rgba(11,14,24,.78);font-size:10px;font-weight:500}.workflow-preview-label>span{width:5px;height:5px;border-radius:50%;background:#a8e8cb}.workflow-listener-response{position:absolute;right:12px;bottom:12px;padding:5px 9px;border:1px solid hsla(0,0%,100%,.25);border-radius:999px 999px 4px 999px;color:#fff;background:rgba(11,14,24,.78);font-size:11px;font-weight:600;opacity:0;transform:translateY(4px) scale(.96);transition:opacity .14s ease,transform .14s ease}.workflow-listener-response[data-visible=true]{opacity:1;transform:translateY(0) scale(1)}.workflow-timeline{position:relative;display:grid;grid-template-columns:27.5fr 30fr 12.5fr 30fr;gap:4px;height:44px;margin:13px 1px 0}.workflow-timeline-clip{display:flex;align-items:center;gap:10px;min-width:0;padding:9px 12px;border:1px solid var(--camera-color);border-radius:5px;color:var(--camera-color);background:var(--camera-soft);opacity:.62;transition:opacity .12s ease,box-shadow .12s ease}.workflow-timeline-clip[data-active=true]{opacity:1;box-shadow:inset 0 0 0 1px var(--camera-color)}.workflow-timeline-clip[data-response=true]{justify-content:center;padding-inline:4px}.workflow-timeline-clip>span{font-size:12px;font-weight:600}.workflow-timeline-clip[data-response=true] .workflow-waveform{display:none}.workflow-timeline-clip .workflow-waveform{height:17px;gap:2px;opacity:.55;overflow:hidden}.workflow-playhead{top:-5px;bottom:-5px;left:calc(var(--scene-progress) * 100%);width:2px;margin-left:-1px;box-shadow:0 0 0 1px var(--surface-panel-solid)}.workflow-playhead,.workflow-playhead>span{position:absolute;background:var(--text-primary)}.workflow-playhead>span{top:-2px;left:-3px;width:8px;height:8px;border-radius:2px}.workflow-destinations{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;color:var(--text-primary)}.workflow-destinations>span:not(:first-child){padding:6px 12px;border:1px solid var(--line-strong);border-radius:7px;background:var(--surface-panel-solid);font-size:12px;line-height:1.3}.workflow-export-arrow{padding-right:2px;font-size:21px;color:var(--text-secondary)}.preview-dialog{width:min(1100px,calc(100% - 32px));padding:0;border:0;background:transparent;overflow:visible}.preview-dialog::backdrop{background:rgba(8,10,20,.72);backdrop-filter:blur(8px)}@media (prefers-reduced-motion:no-preference){.hero-copy-enter{animation:product-enter .65s cubic-bezier(.2,.7,.2,1) both}.hero-preview-enter{animation:product-enter .8s cubic-bezier(.2,.7,.2,1) .1s both}.workflow-scenes{animation:scene-enter .28s ease both}.workflow-match-column[data-previewing=true] .workflow-voice-preview .workflow-waveform>span{animation:waveform-pulse .7s ease-in-out infinite alternate}.workflow-match-column[data-previewing=true] .workflow-waveform>span:nth-child(3n){animation-delay:-.42s;animation-duration:.95s}.workflow-match-column[data-previewing=true] .workflow-waveform>span:nth-child(3n+1){animation-delay:-.17s;animation-duration:.55s}.workflow-showcase :is(.workflow-waveform>span){animation-play-state:paused}.workflow-showcase[data-playing=true] :is(.workflow-waveform>span){animation-play-state:running}.btn{transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn:active:not(:disabled){transform:translateY(0)}.account-disclosure[open]>p{animation:scene-enter .2s ease}}@keyframes product-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes scene-enter{0%{opacity:.4;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes waveform-pulse{0%{transform:scaleY(.6)}to{transform:scaleY(1)}}@media (max-width:600px){.workflow-toolbar{padding:7px 12px}.workflow-selectors{gap:5px;padding:12px 12px 0}.workflow-selectors button{gap:7px;padding:10px 4px;font-size:14px}.workflow-step-number{font-size:10px}.workflow-panel{padding:2px 14px 18px}.workflow-stage{height:350px;max-width:420px}.workflow-caption{max-width:34ch;margin-top:4px;min-height:42px;font-size:13px}.workflow-source-files{gap:8px}.workflow-source-file{border-radius:9px}.workflow-source-image{aspect-ratio:2/1}.workflow-camera-badge{top:7px;left:7px;gap:4px;padding:4px 5px;font-size:9px}.workflow-file-name{padding:6px 7px;font-size:9px}.workflow-file-name>span{font-size:7px}.workflow-audio-file{width:82%;gap:8px;padding:4px 8px;font-size:10px}.workflow-audio-art{width:48px;height:23px}.workflow-audio-art .workflow-waveform>span:nth-child(2n),.workflow-slot-placeholder .workflow-waveform>span:nth-child(2n){display:none}.workflow-drop-path{height:18px;gap:1px}.workflow-drop-target{padding:9px 10px 7px;border-radius:11px}.workflow-drop-heading{gap:6px;margin-bottom:7px}.workflow-drop-heading>img{width:23px;height:23px}.workflow-drop-heading>strong{font-size:12px}.workflow-import-count{font-size:9px}.workflow-import-slots{gap:6px}.workflow-slot-preview{aspect-ratio:2/1;border-radius:5px}.workflow-slot-name{font-size:9px;margin-top:4px}.workflow-slot-art>.workflow-waveform{height:22px;gap:1px}.workflow-drop-footer{font-size:9px;margin-top:5px;min-height:15px}.workflow-file-flight{border-radius:5px}.workflow-matching-layout{-moz-column-gap:12px;column-gap:12px;row-gap:12px}.workflow-match-camera{aspect-ratio:4/3;border-radius:10px}.workflow-match-camera>video{-o-object-position:46% center;object-position:46% center}.workflow-match-column:nth-child(2) .workflow-match-camera>video{-o-object-position:60% center;object-position:60% center}.workflow-match-connector{height:44px}.workflow-match-node{width:24px;height:24px}.workflow-speaker-card{padding:10px 10px 9px;border-radius:10px}.workflow-speaker-heading{flex-wrap:wrap;gap:5px}.workflow-speaker-heading strong{font-size:11px}.workflow-voice-icon{width:20px;height:20px;border-radius:5px}.workflow-voice-icon svg{width:13px;height:13px}.workflow-pair-status{flex-basis:100%;margin-left:25px;font-size:9px}.workflow-voice-preview{margin:10px 0 9px}.workflow-voice-preview .workflow-waveform{height:25px;gap:2px}.workflow-pair-footer{font-size:9px}.workflow-match-summary{font-size:10px;height:20px}.workflow-edit-preview{border-radius:10px}.workflow-preview-label{top:9px;left:9px;font-size:9px}.workflow-edit-preview>.workflow-camera-badge{bottom:9px;left:9px}.workflow-listener-response{right:9px;bottom:9px;padding:4px 7px;font-size:9px}.workflow-timeline{height:39px;gap:3px;margin-top:12px}.workflow-timeline-clip{gap:6px;padding:8px}.workflow-timeline-clip .workflow-waveform{gap:2px}.workflow-timeline-clip .workflow-waveform>span:nth-child(2n){display:none}.workflow-destinations{gap:7px;margin-top:15px}.workflow-destinations>span:not(:first-child){padding:6px 10px;font-size:11px}.preview-control{padding-inline:9px}}@media (prefers-reduced-motion:reduce){.btn,.preview-control,.workflow-matching-layout *,.workflow-selectors button{transition:none}}