@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Newsreader:opsz,wght@6..72,400;6..72,500&display=swap";:root{color:#171713;background:#f2efe8;font-family:DM Mono,monospace;font-synthesis:none;--ink: #171713;--paper: #f2efe8;--white: #fbfaf6;--line: rgba(23, 23, 19, .18);--line-dark: rgba(23, 23, 19, .42);--signal: #ff4d00;--green: #117a4b;--red: #c33526;--blue: #185abc}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(rgba(23,23,19,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(23,23,19,.035) 1px,transparent 1px),var(--paper);background-size:24px 24px}button,input,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.app-shell{min-height:100vh}.site-header{height:74px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ink);background:#f2efe8f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20}.wordmark{border:0;background:none;padding:0;display:flex;align-items:center;gap:12px;cursor:pointer;font-weight:500;letter-spacing:-.03em}.wordmark-mark{width:34px;height:34px;display:grid;place-items:center;background:var(--ink);color:var(--paper);font-family:Newsreader,serif;font-size:21px;line-height:1}.page{width:min(1180px,calc(100% - 64px));margin:0 auto;padding:64px 0 100px;animation:page-in .42s cubic-bezier(.2,.8,.2,1) both}@keyframes page-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.eyebrow{margin:0 0 12px;font-size:11px;line-height:1;letter-spacing:.13em;text-transform:uppercase;font-weight:500}h1,h2,p{margin-top:0}h1,h2{font-family:Newsreader,serif;font-weight:400}.page-heading h1,.new-intro h1,.detail-heading h1{margin:0;font-size:clamp(56px,8vw,108px);line-height:.88;letter-spacing:-.055em}.page-heading{padding:48px 0 72px}.button{border:1px solid var(--ink);padding:13px 18px;cursor:pointer;font-size:12px;font-weight:500;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.button:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--ink)}.button:disabled{cursor:wait;opacity:.55}.button-primary{background:var(--signal);color:#111}.button-dark{background:var(--ink);color:var(--white)}.button-small{padding:10px 14px}.text-button{border:0;background:none;padding:0;cursor:pointer;font-size:12px}.back-button{margin-bottom:54px;border-bottom:1px solid transparent}.back-button:hover{border-bottom-color:currentColor}.empty-workflows{width:100%;min-height:250px;display:grid;grid-template-columns:90px 1fr 70px;align-items:center;border:1px solid var(--ink);background:var(--white);padding:0;text-align:left;cursor:pointer;overflow:hidden}.empty-number{align-self:stretch;display:grid;place-items:center;border-right:1px solid var(--ink);font-size:11px}.empty-title{padding:32px 48px;font-family:Newsreader,serif;font-size:clamp(34px,5vw,64px);letter-spacing:-.04em}.empty-arrow,.row-arrow{font-size:30px;transition:transform .18s ease}.empty-workflows:hover .empty-arrow,.workflow-row:hover .row-arrow{transform:translate(5px,-5px)}.workflow-ledger{border-top:1px solid var(--ink)}.workflow-row{width:100%;min-height:100px;padding:0 18px;border:0;border-bottom:1px solid var(--ink);background:#fbfaf6b3;display:grid;grid-template-columns:68px 1fr auto 50px;gap:18px;align-items:center;text-align:left;cursor:pointer;transition:background .16s ease}.workflow-row:hover{background:var(--white)}.row-index,.row-date{font-size:10px;color:#1717139e}.row-main{display:flex;flex-direction:column;gap:7px}.row-title{font-family:Newsreader,serif;font-size:27px;letter-spacing:-.02em}.status{min-width:90px;display:inline-flex;gap:8px;align-items:center;justify-content:flex-start;font-size:10px;text-transform:uppercase;letter-spacing:.09em}.status i{width:8px;height:8px;border-radius:50%;background:currentColor}.status-ready{color:var(--green)}.status-failed{color:var(--red)}.status-building{color:var(--blue)}.status-building i{animation:pulse 1.2s ease infinite}.status-queued{color:#736f63}@keyframes pulse{50%{transform:scale(1.7);opacity:.45}}.new-layout{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(440px,1fr);gap:clamp(54px,9vw,130px);align-items:start}.new-intro{position:sticky;top:140px}.intro-copy{max-width:330px;margin-top:34px;font-family:Newsreader,serif;font-size:22px;line-height:1.35}.upload-form{display:flex;flex-direction:column;gap:32px}.recording-drop{min-height:260px;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--ink);background:var(--white);cursor:pointer;transition:background .16s ease,box-shadow .16s ease}.recording-drop:hover,.recording-drop.is-dragging{background:#ffeadf;box-shadow:8px 8px 0 var(--ink)}.record-icon{width:52px;height:52px;display:grid;place-items:center;border:1px solid var(--ink);border-radius:50%;margin-bottom:30px}.record-icon span{width:18px;height:18px;border-radius:50%;background:var(--signal)}.drop-title{font-family:Newsreader,serif;font-size:28px;letter-spacing:-.02em}.drop-detail{margin-top:8px;font-size:10px;color:#1717139e}.field-grid{display:grid;gap:26px}.field{display:grid;gap:10px}.field>span,.field-label>span:first-child{font-size:11px;text-transform:uppercase;letter-spacing:.08em}em{font-style:normal;color:#17171380}.field input,.field textarea,.rename-form input{width:100%;border:0;border-bottom:1px solid var(--ink);border-radius:0;padding:14px 0;background:transparent;resize:vertical;color:var(--ink)}.field input::placeholder,.field textarea::placeholder{color:#17171361}.field-label{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:12px}.field-note{font-family:Newsreader,serif;color:#1717139e;font-size:15px}.file-picker{height:54px;border:1px dashed var(--line-dark);display:grid;place-items:center;cursor:pointer;font-size:11px;background:#fbfaf673}.file-picker:hover{border-style:solid;background:var(--white)}.file-picker input{display:none}.file-list,.attached-files{list-style:none;margin:12px 0 0;padding:0}.file-list li,.attached-files li{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);font-size:11px}.file-list button{border:0;background:none;cursor:pointer;font-size:20px}.submit-button{min-height:58px;margin-top:8px}.detail-heading{min-height:180px;display:flex;justify-content:space-between;gap:40px;align-items:flex-end;padding-bottom:38px;border-bottom:1px solid var(--ink)}.detail-heading h1{font-size:clamp(48px,6vw,82px)}.editable-title{display:flex;gap:16px;align-items:baseline;border:0;background:none;padding:0;cursor:text;text-align:left}.editable-title h1{margin:0}.editable-title span{opacity:0;font-size:10px;text-transform:uppercase;transition:opacity .14s ease}.editable-title:hover span{opacity:.6}.rename-form input{font-family:Newsreader,serif;font-size:clamp(48px,6vw,82px);line-height:.95;letter-spacing:-.05em}.detail-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:24px;padding-top:24px}.source-column,.output-column{display:flex;flex-direction:column;gap:24px}.panel,.artifact-panel,.progress-card,.failure-card{border:1px solid var(--ink);background:var(--white)}.panel-heading{min-height:54px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ink)}.panel-heading h2{margin:0;font-family:DM Mono,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.09em}.panel-heading span{font-size:10px}.video-panel video{width:100%;display:block;aspect-ratio:16 / 10;object-fit:contain;background:#111}.attached-files{margin:0;padding:8px 18px 18px}.attached-files li span:last-child{color:#1717138c}.artifact-heading{padding:24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--ink)}.artifact-heading h2{margin:0;font-size:34px;letter-spacing:-.03em}.artifact-panel pre{margin:0;padding:26px;max-height:680px;overflow:auto;white-space:pre-wrap;font-family:Newsreader,serif;font-size:17px;line-height:1.55;background:#fffefa}.progress-card,.failure-card{min-height:360px;padding:40px;display:grid;grid-template-columns:80px 1fr;gap:28px}.progress-card h2,.failure-card h2{font-size:34px;line-height:1.05;letter-spacing:-.03em}.progress-orbit{width:56px;height:56px;border:1px solid var(--ink);border-radius:50%;position:relative;animation:orbit 2s linear infinite}.progress-orbit span{position:absolute;width:12px;height:12px;border-radius:50%;top:-6px;left:21px;background:var(--signal)}@keyframes orbit{to{transform:rotate(360deg)}}.progress-count,.failure-step{margin:28px 0 0;font-family:DM Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#17171399}.failure-card{background:#f9ded7}.failure-mark{width:56px;height:56px;display:grid;place-items:center;border:1px solid var(--ink);border-radius:50%;font-family:Newsreader,serif;font-size:32px}.source-review summary{cursor:pointer;padding:18px;font-family:DM Mono,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.09em}.source-review[open] summary{border-bottom:1px solid var(--ink)}.source-review pre{max-height:440px;margin:0;padding:18px;overflow:auto;white-space:pre-wrap;font:11px/1.55 DM Mono,monospace;background:#fffefa}.target-test{padding-bottom:20px}.target-test .field{margin:20px}.target-test-actions{display:flex;justify-content:flex-end;gap:10px;padding:0 20px}.notice{padding:16px 18px;border:1px solid var(--ink);font-size:12px}.notice-error{background:#f9ded7}.loading-block{height:150px;display:flex;align-items:center;justify-content:center;gap:8px}.loading-block span{width:8px;height:8px;background:var(--ink);animation:loading .9s ease-in-out infinite alternate}.loading-block span:nth-child(2){animation-delay:.18s}.loading-block span:nth-child(3){animation-delay:.36s}@keyframes loading{to{transform:translateY(-12px);background:var(--signal)}}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}@media(max-width:820px){.site-header{padding:0 20px}.page{width:min(100% - 32px,680px);padding-top:42px}.new-layout,.detail-grid{grid-template-columns:1fr}.new-intro{position:static}.workflow-row{grid-template-columns:36px 1fr 70px}.workflow-row .row-arrow{display:none}.detail-heading{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.wordmark>span:last-child{display:none}.page-heading{padding-top:24px}.empty-workflows{grid-template-columns:46px 1fr 38px}.empty-title{padding:24px 18px}.workflow-row{padding:0 8px}.row-date{display:none}.field-label{align-items:flex-start;flex-direction:column}.recording-drop,.progress-card,.failure-card{padding:26px}.progress-card,.failure-card{grid-template-columns:1fr}.artifact-heading{align-items:flex-start;flex-direction:column;gap:18px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
