:root{--ink:#152e38;--muted:#6a7c82;--green:#137964;--green-soft:#e8f4ef;--line:#e1e8e8;--paper:#fff;--canvas:#f4f7f6;--nav:#142e37;--danger:#a53737;--font:Arial,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:14px;line-height:1.6;color:var(--ink);background:var(--canvas)}button,input,textarea{font:inherit}button,a,input,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #80bbae;outline-offset:3px}[hidden]{display:none!important}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:600;line-height:1.45}h1{letter-spacing:-.9px}h2{font-size:15px}h3{font-size:13px}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;border-radius:9px;padding:10px 16px;min-height:43px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s}.button.primary{background:var(--green);color:#fff}.button.primary:hover:not(:disabled){background:#0f6755}.button.primary span{font-size:20px;line-height:1}.button.secondary{background:#fff;border-color:var(--line);color:var(--ink)}.button.secondary:hover:not(:disabled){background:#f2f6f4;border-color:#acbdb9}.text-button{background:transparent;color:var(--muted);padding:5px 9px;min-height:35px}.text-button:hover{background:#eef3f1;color:var(--ink)}.brand{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;line-height:1.5}.brand-mark{display:flex;align-items:center;justify-content:center;width:39px;height:39px;background:#eaf4dd;border-radius:11px;color:#183b36;font-family:Georgia,serif;font-size:27px;letter-spacing:-2px;font-weight:600;flex-shrink:0}.brand-mark span{color:#5a8661}.eyebrow,.section-label{display:block;text-transform:uppercase;letter-spacing:1.2px;font-size:10px;font-weight:700;color:var(--green);margin-bottom:10px}.small-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#55bca0;flex-shrink:0}.app-shell{display:flex;min-height:100vh}.sidebar{width:217px;flex-shrink:0;position:fixed;top:0;bottom:0;padding:30px 22px 22px;background:var(--nav);color:#dce7e9;display:flex;flex-direction:column}.sidebar .brand{color:#fff;margin-bottom:50px}.nav-label{font-size:10px;color:#92a8af;padding-left:12px;margin-bottom:13px;letter-spacing:1px}.nav-item{display:flex;align-items:center;gap:11px;padding:12px;border-radius:8px;font-size:12px}.nav-item.active{background:#2b434a;color:#fff}.nav-item svg{width:17px;height:17px}.sidebar-note{margin-top:auto;padding:21px 10px 24px;border-bottom:1px solid #354b52;font-size:11px}.sidebar-note .small-dot{margin-right:7px}.sidebar-note strong{font-size:11px;font-weight:500}.sidebar-note p{color:#99aeb5;line-height:1.9;margin:10px 0 0;font-size:10px}.sidebar-bottom{display:flex;align-items:center;gap:11px;margin-top:22px}.avatar{height:33px;width:33px;display:grid;place-items:center;background:#354f56;color:#c6dbd4;border:1px solid #50646a;border-radius:50%;font-size:12px}.sidebar-bottom strong{display:block;font-size:11px;font-weight:500}.sidebar-bottom span{font-size:9px;color:#99aeb5}.main-shell{width:calc(100% - 217px);margin-left:217px}.topbar{height:74px;background:var(--paper);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 37px;gap:16px}.breadcrumb{font-size:11px;color:var(--muted)}.breadcrumb span{margin:0 10px;color:#bec9c8}.breadcrumb strong{color:var(--ink);font-weight:500}.topbar-actions{display:flex;align-items:center;gap:20px}.connection{display:flex;gap:7px;align-items:center;font-size:10px;color:var(--muted)}.connection.offline .small-dot{background:#d99e54}.workspace{padding:34px 37px 22px;max-width:1580px;margin:auto}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:27px}.page-heading h1{font-size:28px;margin:0 0 6px}.page-heading p{font-size:12px;color:var(--muted);margin:0}.private-chip{white-space:nowrap;background:#fff;border:1px solid var(--line);padding:7px 11px;display:flex;align-items:center;gap:7px;border-radius:20px;font-size:10px;color:#4d6861}.private-chip svg{height:15px;width:15px}.notice{border:1px solid;border-radius:10px;padding:14px 16px;font-size:12px;margin-bottom:22px}.setup-notice{display:flex;gap:12px;background:#f6f8ef;border-color:#dfe6cc;color:#566341}.notice-icon{border:1px solid #91a279;display:grid;place-items:center;border-radius:50%;width:19px;height:19px;flex-shrink:0;font-size:12px;font-family:Georgia,serif;margin-top:2px}.notice strong{font-size:12px}.notice p{margin:3px 0;font-size:11px;line-height:1.8}.notice-caption{font-size:10px;color:#71805d}.error-notice{background:#fff2f0;border-color:#efcfca;color:var(--danger)}.providers-section{margin-bottom:24px}.provider-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.provider-card{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:17px 19px;min-width:0}.provider-logo{display:grid;place-items:center;flex-shrink:0;width:40px;height:40px;background:#e9f3ee;border-radius:10px;font-family:Georgia,serif;font-size:20px;color:#2c6653}.provider-logo.claude{background:#faf0e9;color:#b7795a;font-size:26px}.provider-info{min-width:0;flex:1}.provider-info h3{margin:0;font-size:13px}.provider-model{font-size:10px;color:var(--muted);display:block;overflow-wrap:anywhere}.provider-badge{font-size:9px;white-space:nowrap;border-radius:20px;padding:3px 8px;background:#f3f3ed;color:#7d795d}.provider-badge.ready{background:var(--green-soft);color:var(--green)}.work-grid{display:grid;grid-template-columns:minmax(320px,1.06fr) minmax(300px,1fr);gap:23px;align-items:start}.compose-column{display:grid;gap:23px}.card{background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:0 3px 8px #152e3802;overflow:hidden}.card-heading{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf0ee}.card-heading>div{display:flex;align-items:center;gap:11px}.card-heading h2{margin:0;font-size:13px}.step-number{color:#91a19d;font-size:10px;font-variant-numeric:tabular-nums}.subtle-tag{font-size:10px;color:var(--muted)}#task-form{padding:21px 22px}.provider-fieldset{padding:0;margin:0 0 21px;border:0;min-width:0}.provider-fieldset legend,label{display:block;font-size:11px;font-weight:600;margin-bottom:9px}.provider-choices{display:flex;gap:10px}.provider-choice{position:relative;flex:1}.provider-choice input{position:absolute;opacity:0;width:1px;height:1px}.provider-choice label{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:8px;padding:10px 13px;margin:0;font-size:12px;font-weight:500;cursor:pointer;min-height:43px}.choice-dot{width:13px;height:13px;border:1.5px solid #c9d4d0;border-radius:50%;display:block;flex-shrink:0}.provider-choice input:checked+label{border-color:var(--green);background:#f1f8f4;color:var(--green)}.provider-choice input:checked+label .choice-dot{border:4px solid var(--green)}.provider-choice input:focus-visible+label{outline:3px solid #80bbae;outline-offset:3px}.provider-choice input:disabled+label{opacity:.5;cursor:not-allowed}textarea,input[type=password],input[type=email]{display:block;width:100%;border:1px solid #dce4e0;border-radius:8px;background:#fcfdfc;color:var(--ink);padding:13px 14px;transition:border-color .15s}textarea{resize:vertical;min-height:171px;font-size:12px;line-height:1.9}textarea::placeholder{color:#96a39d;font-size:11px}textarea:focus,input[type=password]:focus,input[type=email]:focus{border-color:var(--green)}.input-meta{display:flex;justify-content:space-between;gap:16px;color:#8b9a95;font-size:9px;margin-top:7px}.input-meta>span:first-child{max-width:75%}#prompt-count{white-space:nowrap;font-variant-numeric:tabular-nums}.submit-reason{font-size:10px;color:#867951;margin:15px 0 0;line-height:1.8;min-height:0}.submit-reason:empty{display:none}.composer-footer{display:flex;align-items:center;justify-content:space-between;gap:13px;margin-top:20px}.composer-footer>.muted{font-size:9px}.composer-footer .button{font-size:10px;padding:10px 12px}.count-badge{font-size:10px;background:#eef3f0;border:1px solid #e5ece8;min-width:23px;padding:0 6px;text-align:center;border-radius:5px;color:#6b8277}.task-list{max-height:420px;overflow:auto}.task-row{display:flex;align-items:flex-start;width:100%;text-align:left;gap:11px;padding:16px 22px;background:#fff;border:0;border-bottom:1px solid #eef1ef;color:var(--ink)}.task-row:last-child{border-bottom:0}.task-row:hover{background:#f7faf8}.task-row.selected{background:#f0f6f3;box-shadow:inset 3px 0 var(--green)}.task-symbol{font-size:14px;color:#90a69b;flex-shrink:0;line-height:24px}.task-row-body{flex:1;min-width:0}.task-row-title{display:block;font-size:11px;line-height:1.7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-row-meta{display:flex;align-items:center;gap:8px;margin-top:5px;font-size:9px;color:var(--muted)}.task-row time{font-size:9px;white-space:nowrap;flex-shrink:0;color:#8d9b96;padding-top:4px}.status-badge{font-size:9px;font-weight:500;padding:3px 8px;border-radius:5px;background:#edf1ef;color:#6b7a74;white-space:nowrap}.status-badge.completed{background:#e9f5ed;color:#287a4b}.status-badge.running{background:#eaf1fa;color:#426b9a}.status-badge.queued{background:#faf4e5;color:#96752b}.status-badge.failed,.status-badge.interrupted{background:#fbede9;color:#af5b47}.history-empty{text-align:center;padding:22px 15px 27px}.history-empty>span:first-child{display:block;color:#9baea3;font-size:25px;margin-bottom:5px}.history-empty p{font-size:11px;color:#6a7e73;margin:0 0 3px}.history-empty>span:last-child{font-size:9px;color:#97a59e}.result-card{min-height:571px;position:sticky;top:22px}.result-empty{display:flex;align-items:center;flex-direction:column;text-align:center;padding:66px 28px 60px}.result-symbol{display:grid;place-items:center;width:75px;height:75px;border:1px solid #e5ece8;border-radius:20px;transform:rotate(-8deg);background:#f8faf8;margin-bottom:27px;box-shadow:7px 7px 0 #f2f6f2}.result-symbol span{font-size:36px;color:#94aea0;transform:rotate(8deg)}.result-empty h3{font-size:13px;margin:0 0 10px}.result-empty p{font-size:11px;color:#8a9b91;max-width:265px;margin:0;line-height:1.9}.result-lines{display:grid;gap:9px;width:145px;margin-top:30px}.result-lines span{height:5px;border-radius:3px;background:#eef3ef}.result-lines span:nth-child(2){width:85%;margin:auto}.result-lines span:nth-child(3){width:65%;margin:auto}.result-content{padding:23px 24px}.result-meta{display:flex;justify-content:space-between;gap:12px;font-size:10px;color:var(--muted);margin-bottom:20px;flex-wrap:wrap}.result-prompt{background:#f5f8f6;border-radius:8px;padding:15px 16px;margin-bottom:25px}.result-prompt h3{font-size:10px;color:#8a9b92;margin:0 0 7px}.result-prompt p{font-size:11px;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;max-height:210px;overflow:auto}.answer-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.answer-heading h3{margin:0;font-size:11px}.answer-heading button{font-size:10px}.answer-text{font-size:12px;line-height:1.95;white-space:pre-wrap;overflow-wrap:anywhere;max-height:70vh;overflow:auto}.result-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:25px;font-size:9px}.result-footer span{line-height:1.8}.result-footer .button{font-size:10px;min-height:35px;padding:7px 12px}.result-progress{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--muted);padding:12px 0}.result-progress p{margin:0}.working-dot{width:8px;height:8px;border-radius:50%;background:#6d9a86;animation:pulse 1.5s ease-in-out infinite;flex-shrink:0}.inline-error{font-size:11px;line-height:1.8;color:var(--danger);background:#fff2ef;border:1px solid #f0d4cb;border-radius:7px;padding:10px 12px}.task-error{margin-top:16px}.workspace-footer{display:flex;justify-content:space-between;gap:20px;margin-top:24px;color:#93a39a;font-size:9px}.workspace-footer>span:last-child{white-space:nowrap}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#17372d;color:#fff;border-radius:10px;padding:11px 20px;font-size:12px;box-shadow:0 8px 32px #102e3626;max-width:90%;z-index:20}.boot{display:flex;align-items:center;justify-content:center;min-height:100vh;flex-direction:column;gap:12px}.boot p{font-size:13px;color:var(--muted)}.noscript{padding:30px}.login-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-intro{background:var(--nav);color:#fff;padding:45px 11%;display:flex;flex-direction:column;position:relative;overflow:hidden}.login-intro:after{content:"";position:absolute;width:360px;height:360px;border:1px solid #ffffff09;border-radius:80px;bottom:-160px;right:-150px;transform:rotate(25deg);box-shadow:0 0 0 55px #ffffff02,0 0 0 110px #ffffff02}.login-copy{margin:auto 0;padding:80px 0}.login-copy .eyebrow{color:#a9c5a2;font-size:10px}.login-copy h1{font-size:37px;line-height:1.65;max-width:470px;margin:20px 0}.login-copy p{color:#a9bdc1;max-width:370px;font-size:13px;line-height:2}.login-footnote{color:#809da4;font-size:11px;margin:0}.login-content{display:grid;place-items:center;padding:50px 35px;background:#fafcfb}.login-form{width:100%;max-width:370px}.login-form h2{font-size:23px;letter-spacing:-.4px;margin-bottom:12px}.login-form>.muted{font-size:12px;margin-bottom:32px}.login-form label{font-size:12px}.login-form input{height:49px;margin-bottom:19px}.login-form .button.primary{width:100%;justify-content:space-between;margin-top:5px}.login-help{font-size:10px;color:#91a197;line-height:1.9;margin-top:18px}.login-form .section-label{font-size:10px;margin-bottom:15px}@keyframes pulse{50%{opacity:.35}}@media(min-width:1500px){.workspace{padding-top:44px}.work-grid{gap:27px}.composer textarea{min-height:190px}}@media(max-width:1170px){.sidebar{width:183px;padding:26px 17px}.main-shell{margin-left:183px;width:calc(100% - 183px)}.topbar{padding:0 25px}.workspace{padding:29px 25px 22px}.work-grid{gap:17px;grid-template-columns:minmax(295px,1.05fr) minmax(280px,1fr)}.card-heading{padding:17px}#task-form,.result-content{padding:18px}.provider-card{padding:14px 13px;gap:10px}.provider-logo{width:33px;height:33px}.provider-badge{font-size:8px;padding:3px 6px}.provider-model{font-size:9px}.task-row{padding:14px 17px}.composer-footer{align-items:flex-end}.composer-footer>.muted{max-width:100px}}@media(max-width:980px){.work-grid{grid-template-columns:1fr}.result-card{position:static;min-height:390px}.result-empty{padding:42px 25px}.compose-column{gap:20px}.history .task-list{max-height:290px}.page-heading h1{font-size:25px}.private-chip{display:none}.sidebar{width:166px;padding:24px 15px}.main-shell{margin-left:166px;width:calc(100% - 166px)}.sidebar .brand{font-size:12px}.topbar-actions{gap:10px}.connection{font-size:9px}.breadcrumb{font-size:10px}.provider-card{flex-wrap:wrap}.provider-badge{margin-left:43px;margin-top:-5px}.composer-footer>.muted{max-width:none}.login-copy h1{font-size:29px}.login-intro{padding:38px 10%}}@media(max-width:680px){.sidebar{display:none}.main-shell{width:100%;margin-left:0}.topbar{height:62px;padding:0 18px}.breadcrumb{font-size:10px}.breadcrumb>span,.breadcrumb>strong{display:none}.topbar-actions{gap:5px}.topbar .button{font-size:10px;padding:5px 8px}.workspace{padding:26px 17px 18px}.page-heading{margin-bottom:20px}.page-heading h1{font-size:25px}.page-heading p{font-size:11px;max-width:290px;line-height:1.9}.eyebrow{font-size:9px}.provider-grid{gap:10px}.provider-card{padding:12px 10px;gap:8px}.provider-info h3{font-size:12px}.provider-logo{width:29px;height:29px;font-size:16px}.provider-logo.claude{font-size:20px}.provider-model{font-size:8px}.provider-badge{margin-left:37px;font-size:8px;white-space:normal}.providers-section{margin-bottom:19px}.notice{padding:12px;margin-bottom:17px}.notice strong{font-size:11px}.notice p,.notice-caption{font-size:10px}.card-heading{padding:16px}.card-heading h2{font-size:12px}#task-form,.result-content{padding:17px}.input-meta>span:first-child{max-width:65%}.composer-footer>.muted{max-width:95px}.composer-footer .button{font-size:10px;gap:8px;padding:9px 10px}.workspace-footer{font-size:8px;align-items:flex-start}.workspace-footer>span:first-child{max-width:240px}.task-row time{font-size:8px}.login-shell{grid-template-columns:1fr}.login-intro{padding:28px 26px 30px}.login-copy{padding:35px 0 0}.login-copy h1{font-size:25px;line-height:1.6;margin:12px 0}.login-copy p{font-size:11px;margin-bottom:0}.login-footnote{display:none}.login-content{padding:35px 26px 45px}.login-form{max-width:430px}.login-form h2{font-size:21px}.login-form>.muted{margin-bottom:23px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
.cancel-note{font-size:9px;line-height:1.8;margin:12px 0 0}
