@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Instrument+Sans:wdth,wght@75..100,400..700&family=Newsreader:opsz,wght@6..72,500..700&display=swap";:root{color:#1c211d;font-synthesis:none;--paper:#fffefa;--canvas:#f5f4ef;--ink:#1c211d;--muted:#6d746e;--line:#deded7;--line-dark:#c5c8c1;--green:#174c3a;--green-soft:#e6eee9;--lime:#d8f262;--red:#9d392c;--red-soft:#f7e9e5;background:#f5f4ef;font-family:Instrument Sans,sans-serif}*{box-sizing:border-box}html{background:var(--canvas);min-width:320px;min-height:100%}body{background:var(--canvas);min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button,label,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled,input:disabled,textarea:disabled{cursor:not-allowed;opacity:.62}button:focus-visible,input:focus-visible,textarea:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #174c3a38}label:has(input:focus-visible){outline-offset:2px;outline:3px solid #174c3a38}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.app-shell{grid-template-columns:220px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#f5f4ef;background:#202620;border-right:1px solid #303730;flex-direction:column;min-width:0;height:100vh;padding:22px 14px 16px;display:flex;position:sticky;top:0}.brand{color:inherit;letter-spacing:-.01em;align-items:center;gap:9px;font-size:13px;font-weight:650;display:flex}.brand-button{text-align:left;background:0 0;border:0;padding:0}.brand-mark{background:var(--lime);border-radius:5px;flex:none;grid-template-columns:repeat(3,3px);justify-content:center;align-items:end;gap:2px;width:24px;height:24px;padding-bottom:6px;display:grid}.brand-mark span{background:var(--green);border-radius:2px 2px 0 0;display:block}.brand-mark span:first-child{height:6px}.brand-mark span:nth-child(2){height:11px}.brand-mark span:nth-child(3){height:8px}.new-workflow,.workflow-list-item,.sign-out{color:#abb2ac;background:0 0;border:0}.new-workflow{text-align:left;border:1px solid #3b433c;border-radius:6px;align-items:center;gap:8px;min-height:38px;margin-top:30px;padding:0 10px;font-size:12px;font-weight:620;display:flex}.new-workflow>span{font-size:16px;line-height:1}.new-workflow:hover,.new-workflow.active{color:#fff;background:#2a312b;border-color:#69716a}.sidebar-heading{color:#7f8881;letter-spacing:.09em;text-transform:uppercase;margin:27px 8px 8px;font-family:DM Mono,monospace;font-size:8px}.workflow-list{gap:2px;min-height:0;display:grid;overflow-y:auto}.workflow-list-item{text-align:left;border-radius:5px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:6px;width:100%;min-width:0;min-height:36px;padding:5px 7px;font-size:11px;font-weight:520;display:grid}.workflow-list-item>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workflow-list-item:hover,.workflow-list-item.active{color:#fff;background:#2a312b}.status-dot{background:#7f8881;border-radius:50%;width:7px;height:7px;margin-left:3px;display:block}.status-dot-ready{background:#73a58c}.status-dot-failed{background:#d97868}.status-dot-building{background:var(--lime);animation:1.1s infinite pulse}.status-dot-queued{background:#9ba39c}.sign-out{align-items:center;gap:8px;min-height:34px;margin-top:auto;padding:0 7px;font-size:10px;display:flex}.sign-out:hover{color:#fff}.workspace{min-width:0}.intake-page,.artifact-page{width:min(720px,100% - 56px);margin:0 auto;padding:72px 0 90px;animation:.26s both page-in}.artifact-page{width:min(840px,100% - 56px)}.list-error-wrap{padding-bottom:0}@keyframes page-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.intake-header{margin-bottom:32px}.intake-header h1,.artifact-header h1,.signed-out h1{color:var(--ink);letter-spacing:-.04em;margin:0;font-family:Newsreader,serif;font-weight:600}.intake-header h1{font-size:clamp(40px,6vw,54px);line-height:1}.intake-form{border:1px solid var(--line-dark);background:var(--paper);border-radius:9px;overflow:hidden}.intake-section{border-bottom:1px solid var(--line)}.section-copy{padding:24px}.section-title{color:var(--ink);align-items:baseline;gap:9px;margin-bottom:13px;font-size:13px;font-weight:680;display:flex}.section-title span{color:#8a908b;letter-spacing:.08em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:7px;font-weight:500}.file-drop{border:1px dashed var(--line-dark);min-height:76px;color:var(--muted);cursor:pointer;background:#faf9f5;border-radius:6px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px 17px;display:grid}.file-drop:hover{border-color:var(--green)}.file-drop.selected{background:var(--green-soft);color:var(--green);border-style:solid;border-color:#89a094}.file-symbol{border:1px solid;border-radius:50%;place-items:center;width:24px;height:24px;font-family:DM Mono,monospace;font-size:12px;display:grid}.file-drop>span:nth-child(2){gap:2px;min-width:0;display:grid}.file-drop strong,.file-drop small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.file-drop strong{color:var(--ink);font-size:12px}.file-drop small{color:var(--muted);font-size:10px}.file-drop em{color:var(--green);font-size:10px;font-style:normal;font-weight:650}textarea{resize:vertical;border:1px solid var(--line-dark);width:100%;min-height:104px;color:var(--ink);background:#fff;border-radius:6px;outline:none;padding:14px;font-size:13px;line-height:1.6;display:block}textarea:focus{border-color:var(--green)}textarea::placeholder{color:#9ba09b}.supporting-file-picker{border:1px dashed var(--line-dark);min-height:54px;color:var(--muted);cursor:pointer;background:#faf9f5;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.supporting-file-picker:hover{border-color:var(--green);color:var(--green)}.supporting-file-picker>span:first-child{gap:2px;display:grid}.supporting-file-picker strong{color:var(--ink);font-size:11px}.supporting-file-picker small{color:var(--muted);font-size:9px}.picker-plus{font-size:18px}.selected-files{border-top:1px solid var(--line);margin-top:13px;display:grid}.selected-file{border-bottom:1px solid var(--line);grid-template-columns:18px minmax(120px,1fr) auto auto;align-items:center;gap:9px;min-width:0;padding:9px 1px;font-size:10px;display:grid}.selected-file>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.selected-check{color:var(--green)}.selected-file small{color:var(--muted)}.selected-file button{color:var(--muted);background:0 0;border:0;padding:3px;font-size:9px}.selected-file button:hover{color:var(--red)}.intake-submit{background:#eeeee8;justify-items:end;gap:9px;padding:18px 24px;display:grid}.primary-button{border:1px solid var(--green);background:var(--green);color:#fff;border-radius:5px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-size:11px;font-weight:680;text-decoration:none;display:inline-flex}.primary-button:hover:not(:disabled){background:#103e2e}.primary-button.compact{min-height:34px;padding:0 12px}.notice{background:var(--red-soft);width:100%;color:var(--red);border:1px solid #dbafa6;border-radius:5px;align-items:center;gap:8px;padding:10px 11px;font-size:11px;display:flex}.artifact-page>.notice{margin-bottom:18px}.artifact-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.artifact-header h1{overflow-wrap:anywhere;max-width:680px;font-size:clamp(36px,5vw,50px);line-height:1.02}.workflow-title{align-items:center;gap:10px;min-width:0;display:flex}.workflow-title button,.workflow-title-editor button{color:var(--muted);background:0 0;border:1px solid #0000;border-radius:5px;padding:7px;font-size:9px}.workflow-title button{opacity:0;transition:opacity .12s,border-color .12s,background .12s}.workflow-title:hover button,.workflow-title button:focus-visible{opacity:1}.workflow-title button:hover,.workflow-title-editor button:hover{border-color:var(--line-dark);background:var(--paper);color:var(--green)}.workflow-title-editor{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:7px;width:min(660px,100%);display:grid}.workflow-title-editor input{border:1px solid var(--green);background:var(--paper);min-width:0;height:52px;color:var(--ink);letter-spacing:-.035em;border-radius:6px;outline:none;padding:0 12px;font-family:Newsreader,serif;font-size:clamp(28px,4vw,40px);font-weight:600}.workflow-title-editor p{color:var(--red);grid-column:1/-1;margin:0;font-size:11px}.status-pill{border:1px solid var(--line-dark);background:var(--paper);min-height:28px;color:var(--muted);text-transform:uppercase;border-radius:999px;flex:none;align-items:center;gap:6px;padding:0 9px;font-family:DM Mono,monospace;font-size:8px;display:inline-flex}.status-pill .status-dot{margin:0}.status-pill.status-ready{background:var(--green-soft);color:var(--green);border-color:#91a99b}.status-pill.status-failed{background:var(--red-soft);color:var(--red);border-color:#dbafa6}.recording-card{border:1px solid var(--line-dark);background:#101511;border-radius:8px;margin-bottom:24px;overflow:hidden}.recording-card-header{background:var(--paper);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 16px;display:flex}.recording-card-title{align-items:center;gap:10px;min-width:0;display:flex}.video-symbol{color:var(--green);font-size:12px}.recording-card-title>div{flex-direction:column;gap:2px;min-width:0;display:flex}.recording-card-title div>span{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:8px}.recording-card-title strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:650;overflow:hidden}.recording-player{aspect-ratio:16/9;object-fit:contain;background:#101511;width:100%;max-height:min(62vh,560px);display:block}.supporting-card{border:1px solid var(--line-dark);background:var(--paper);border-radius:8px;margin-bottom:24px;overflow:hidden}.supporting-card-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:48px;padding:0 16px;font-size:11px;font-weight:650;display:flex}.supporting-card-header small{color:var(--muted);font-family:DM Mono,monospace;font-size:8px}.attached-files{padding:0 16px;display:grid}.attached-files a{border-bottom:1px solid var(--line);min-width:0;min-height:42px;color:var(--ink);justify-content:space-between;align-items:center;gap:18px;font-size:10px;text-decoration:none;display:flex}.attached-files a:last-child{border-bottom:0}.attached-files a>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.attached-files small{color:var(--muted);flex:none}.processing-card,.failure-card,.loading-card{border:1px solid var(--line-dark);background:var(--paper);border-radius:8px}.processing-card{grid-template-columns:20px minmax(0,1fr);align-items:center;gap:14px;padding:22px;display:grid}.processing-card h2,.failure-card h2{color:var(--ink);letter-spacing:-.025em;margin:0;font-family:Newsreader,serif;font-size:21px;font-weight:650}.processing-card p,.failure-card p{color:var(--muted);margin:4px 0 0;font-size:11px;line-height:1.5}.failure-card{background:var(--red-soft);color:var(--red);border-color:#dbafa6;grid-template-columns:22px minmax(0,1fr) auto;align-items:start;gap:13px;padding:22px;display:grid}.failure-icon{border:1px solid;border-radius:50%;place-items:center;width:20px;height:20px;font-family:DM Mono,monospace;font-size:10px;display:grid}.loading-card{color:var(--muted);align-items:center;gap:9px;padding:20px;font-size:11px;display:flex}.artifact-toolbar{border:1px solid var(--line-dark);background:#eeeee8;border-bottom:0;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;gap:16px;min-height:58px;margin-top:24px;padding:11px 12px 11px 17px;display:flex}.artifact-toolbar>span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-family:DM Mono,monospace;font-size:9px;overflow:hidden}.artifact-toolbar.collapsed{border-bottom:1px solid var(--line-dark);border-radius:8px}.artifact-toolbar-actions{flex:none;gap:7px;display:flex}.artifact-action{border:1px solid var(--line-dark);min-height:34px;color:var(--ink);background:#fff;border-radius:5px;padding:0 12px;font-size:10px;font-weight:650}.artifact-action:hover{border-color:var(--green);color:var(--green)}.workflow-document{white-space:pre;font-family:DM Mono,monospace;font-size:11px;line-height:1.55}.artifact-document{border:1px solid var(--line-dark);color:#29302b;white-space:pre-wrap;overflow-wrap:anywhere;background:#fff;border-radius:0 0 8px 8px;max-height:760px;margin:0;padding:clamp(30px,6vw,60px);font-family:Instrument Sans,sans-serif;font-size:14px;line-height:1.7;overflow:auto}.center-screen{justify-content:center;align-items:center;gap:18px;min-height:100vh;display:flex}.center-screen .brand,.signed-out .brand{color:var(--ink)}.signed-out{grid-template-rows:auto 1fr;min-height:100vh;padding:24px clamp(24px,6vw,72px);display:grid}.signed-out main{align-content:center;justify-items:start;gap:20px;max-width:680px;padding-bottom:8vh;display:grid}.signed-out h1{font-size:clamp(58px,9vw,104px);line-height:.88}.signed-out p{max-width:480px;color:var(--muted);margin:0;font-size:16px;line-height:1.5}.spinner{border:2px solid #fff6;border-top-color:currentColor;border-radius:50%;flex:none;width:15px;height:15px;animation:.75s linear infinite spin;display:inline-block}.spinner.dark,.processing-card .spinner,.loading-card .spinner{border-color:#174c3a33;border-top-color:var(--green)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.45;transform:scale(1.65)}}@media (width<=780px){.app-shell{grid-template-columns:1fr}.sidebar{z-index:2;border-bottom:1px solid #303730;border-right:0;flex-direction:row;align-items:center;height:auto;min-height:64px;padding:12px 16px;position:relative}.new-workflow{min-height:36px;margin:0 0 0 auto}.sidebar-heading,.workflow-list{display:none}.sign-out{justify-content:center;min-width:34px;margin:0 0 0 7px;padding:0;font-size:0}.intake-page,.artifact-page{width:min(100% - 32px,720px);padding:48px 0 70px}}@media (width<=540px){.intake-header h1{font-size:39px}.section-copy{padding:20px}.intake-submit{padding:16px 20px}.primary-button{width:100%}.file-drop{grid-template-columns:25px minmax(0,1fr)}.file-drop em{display:none}.selected-file{grid-template-columns:18px minmax(0,1fr) auto}.selected-file small{display:none}.artifact-header{flex-direction:column;align-items:flex-start}.workflow-title button{opacity:1}.workflow-title-editor{grid-template-columns:1fr 1fr}.workflow-title-editor input{grid-column:1/-1}.artifact-toolbar{flex-direction:column;align-items:stretch}.artifact-toolbar-actions{flex-wrap:wrap}.artifact-document{padding:27px 21px}.recording-card-header{min-height:54px;padding:9px 12px}.failure-card{grid-template-columns:22px minmax(0,1fr)}.failure-card button{grid-column:1/-1}.signed-out h1{font-size:57px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
