:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#d7d7d7;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#181818;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.45}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;overflow:hidden}button,input,textarea,select{font:inherit}button{color:inherit}.shell{background:linear-gradient(#ffffff06,#0000 180px),#1f1f1f;grid-template-columns:292px minmax(0,1fr);width:100vw;height:100vh;display:grid}.sidebar{background:#191919;border-right:1px solid #303030;flex-direction:column;gap:12px;min-width:0;padding:14px;display:flex}.brand{align-items:center;gap:10px;min-height:42px;display:flex}.brand-mark{color:#8ec5ff;background:#20242a;border:1px solid #3a3f45;border-radius:7px;place-items:center;width:34px;height:34px;display:grid}.brand strong,.chat-row strong,.message-meta strong{color:#f0f0f0;font-weight:600;display:block}.brand span,.chat-row small,.title-block p,.message-meta span,.composer-status,.composer-tools span{color:#9a9a9a;font-size:12px}.new-chat,.toolbar button,.sidebar-footer button,.icon-button,.composer-tools button,.send,.chat-row{cursor:pointer;border:1px solid #0000;transition:background .12s,border-color .12s,color .12s}.new-chat{color:#f2f2f2;background:#2b2f34;border-radius:7px;justify-content:center;align-items:center;gap:8px;width:100%;height:38px;display:flex}.new-chat:hover,.toolbar button:hover,.icon-button:hover,.composer-tools button:hover,.sidebar-footer button:hover{background:#343a40;border-color:#4a5561}.search,.toolbar label,.pill{color:#a7a7a7;background:#202020;border:1px solid #323232;border-radius:7px;align-items:center;gap:8px;display:flex}.search{height:36px;padding:0 10px}.search input,.toolbar input,.pill input{color:#e3e3e3;background:0 0;border:0;outline:0;width:100%;min-width:0}.chat-list{flex-direction:column;flex:1;gap:4px;min-height:0;padding-right:2px;display:flex;overflow:auto}.chat-row{text-align:left;background:0 0;border-radius:7px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:9px;width:100%;min-height:54px;padding:8px 9px;display:grid}.chat-row span{min-width:0}.chat-row strong,.chat-row small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-row:hover,.chat-row.active{background:#24272b;border-color:#333b44}.chat-row.active svg{color:#8ec5ff}.sidebar-footer{border-top:1px solid #2d2d2d;justify-content:space-between;padding-top:8px;display:flex}.sidebar-footer button,.icon-button,.composer-tools button{background:0 0;border-radius:7px;place-items:center;width:34px;height:34px;display:grid}.workspace{background:#1f1f1f;grid-template-rows:auto auto minmax(0,1fr) auto;min-width:0;height:100vh;display:grid}.topbar{border-bottom:1px solid #303030;justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 18px;display:flex}.title-block{align-items:center;gap:11px;min-width:0;display:flex}.title-block h1{color:#f4f4f4;letter-spacing:0;margin:0;font-size:15px;font-weight:600}.title-block p{white-space:nowrap;text-overflow:ellipsis;max-width:min(58vw,780px);margin:1px 0 0;overflow:hidden}.top-actions,.toolbar,.composer-bottom,.composer-tools,.message-actions,.composer-status{align-items:center;display:flex}.top-actions{gap:8px}.pill{min-width:118px;height:34px;padding:0 9px}.pill input{width:74px}.pill select,.toolbar select{appearance:none;color:#e3e3e3;background:0 0;border:0;outline:0}.select-pill{min-width:92px}.toolbar{border-bottom:1px solid #2d2d2d;gap:8px;padding:9px 18px;overflow-x:auto}.toolbar label{flex:none;height:34px;padding:0 10px}.toolbar label:first-child{width:min(460px,42vw)}.toolbar button{background:#242424;border-radius:7px;align-items:center;gap:7px;height:34px;padding:0 11px;display:inline-flex}.transcript{min-height:0;padding:24px 22px 28px;overflow:auto}.message{grid-template-columns:32px minmax(0,1fr);gap:12px;width:min(930px,100%);margin:0 auto 18px;display:grid}.avatar{color:#b7b7b7;background:#262626;border:1px solid #353535;border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.message.user .avatar{color:#f8d36b;background:#2d281b;border-color:#4b3f1d}.message.assistant .avatar{color:#8ec5ff;background:#202833;border-color:#30455c}.message.event .avatar{color:#9ee6a9;background:#1f2b23;border-color:#315439}.bubble{background:#242424;border:1px solid #303030;border-radius:8px;min-width:0;padding:12px 13px}.message.user .bubble{background:#303030}.message.event .bubble{background:#202720;border-color:#2f4532;padding:9px 11px}.message-meta{justify-content:space-between;align-items:center;gap:12px;margin-bottom:7px;display:flex}.bubble p{color:#dfdfdf;white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.typing{color:#8ec5ff!important}.message-actions{gap:5px;margin-top:10px}.message-actions button{color:#a5a5a5;background:#2c2c2c;border:0;border-radius:6px;place-items:center;width:26px;height:26px;display:grid}.composer{background:#2b2b2b;border:1px solid #3a3a3a;border-radius:10px;width:min(930px,100% - 32px);margin:0 auto 16px;padding:10px;box-shadow:0 14px 32px #00000047}.composer-status{justify-content:space-between;gap:8px;margin-bottom:8px;padding:0 2px}.composer-status span,.state-dot{align-items:center;gap:6px;display:inline-flex}.state-dot.running svg{color:#8ec5ff;animation:1s linear infinite spin}.state-dot.error svg{color:#ff8585}.state-dot.done svg,.state-dot.idle svg{color:#9ee6a9}.composer textarea{resize:vertical;color:#f1f1f1;background:0 0;border:0;outline:0;width:100%;min-height:76px;max-height:210px}.composer textarea::placeholder{color:#8e8e8e}.composer-bottom{justify-content:space-between;gap:10px;padding-top:8px}.composer-tools{gap:4px}.send{color:#151515;background:#d7d7d7;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.send svg+svg{display:none}.send:hover{background:#fff}.send:disabled{cursor:not-allowed;opacity:.45}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=860px){body{overflow:auto}.shell{grid-template-columns:1fr;height:auto;min-height:100vh}.sidebar{display:none}.workspace{height:100vh}.topbar,.toolbar{padding-left:12px;padding-right:12px}.top-actions{display:none}.toolbar label:first-child{width:72vw}.transcript{padding:18px 12px 24px}.message{grid-template-columns:28px minmax(0,1fr);gap:8px}.avatar{width:28px;height:28px}.composer{width:calc(100% - 20px);margin-bottom:10px}}
