:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#16231e;--muted:#607168;--paper:#f4f0e7;--surface:#fffdf8;--surface-strong:#f8f5ed;--line:#d7ddd3;--forest:#174c3b;--forest-dark:#102f25;--forest-pale:#e4eee7;--amber:#c98a3d;--danger:#a43932;--focus:#0f6c4f;--shadow:0 14px 36px #172f251a;background:var(--paper);color:var(--ink);caret-color:var(--forest);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}::selection{color:#fffdf8;background:var(--forest)}*{scrollbar-color:var(--forest) var(--surface-strong);scrollbar-width:thin}body{min-width:320px;margin:0}button,textarea,input{font:inherit}button{color:inherit;cursor:pointer}button:focus-visible,textarea:focus-visible,input:focus-visible{outline:3px solid var(--focus);outline-offset:3px}svg{width:18px;height:18px;display:block}.cowork-shell{background:var(--paper);grid-template-columns:232px minmax(0,1fr) 282px;height:100dvh;min-height:560px;display:grid}.sidebar{color:#e9f0ea;background:var(--forest-dark);flex-direction:column;min-width:0;padding:18px 13px 14px;display:flex;overflow:hidden}.wordmark{letter-spacing:-.03em;align-items:baseline;gap:5px;padding:2px 8px 20px;font-family:Georgia,Iowan Old Style,serif;font-size:19px;display:flex}.wordmark-mark{border:1px solid #8da99a;place-items:center;width:24px;height:24px;font-family:Georgia,serif;font-size:15px;display:grid}.wordmark small{letter-spacing:.12em;text-transform:uppercase;color:#b4c7bc;margin-left:auto;font-family:ui-sans-serif,sans-serif;font-size:9px}.new-chat,.send-button,.icon-button,.text-button,.attachment-action{background:0 0;border:0;min-height:40px}.new-chat{color:#fffdf8;background:#214638;border:1px solid #5f796b;justify-content:center;align-items:center;gap:8px;width:100%;padding:0 10px;display:flex}.new-chat:hover{background:#2b5947}.section-kicker{color:var(--muted);letter-spacing:.11em;margin:21px 8px 7px;font-size:10px;font-weight:800}.sidebar .section-kicker{color:#a6bcae}.chat-list{gap:2px;display:grid}.chat-list-label{padding:0 8px 5px;font-size:14px;display:block}.chat-item{color:#dbe6de;text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:6px;width:100%;min-height:40px;padding:0 9px;font-size:13px;overflow:hidden}.chat-item-label{text-overflow:ellipsis;display:block;overflow:hidden}.chat-item-abbr{display:none}.chat-item:hover{background:#254c3d}.chat-item.is-active{color:#fff;background:#365c4b;font-weight:700}.identity{border-top:1px solid #365345;grid-template-columns:28px 1fr;align-items:center;gap:7px;margin-top:auto;padding:13px 7px 2px;font-size:13px;display:grid}.identity small{color:#adc3b5;grid-column:2;margin-top:-7px;font-size:11px}.avatar{color:#2c2212;background:#e4b663;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:grid}.conversation{background:var(--surface);flex-direction:column;min-width:0;display:flex}.conversation-header{border-bottom:1px solid var(--line);background:#fffdf8f0;justify-content:space-between;align-items:center;gap:18px;min-height:70px;padding:13px 28px;display:flex}h1,h2,h3,p{margin:0}h1{letter-spacing:-.025em;font-family:Georgia,Iowan Old Style,serif;font-size:22px}.project-context{color:var(--muted);margin-top:3px;font-size:11px;display:none}.live-status,.connection{color:var(--muted);margin-top:4px;font-size:12px}.live-status:before{content:"";background:#2d9b61;border-radius:50%;width:7px;height:7px;margin:0 6px 1px 0;display:inline-block}.header-right{align-items:center;gap:12px;display:flex}.connection{margin:0}.connection:before{content:"";background:var(--amber);border-radius:50%;width:7px;height:7px;margin:0 6px 1px 0;display:inline-block}.connection.connected:before{background:#2d9b61}.messages{flex:1;padding:32px clamp(20px,7vw,106px);overflow:auto}.message{gap:10px;max-width:760px;margin:0 auto 24px;display:flex}.message.mine{flex-direction:row-reverse}.message.mine .message-copy{background:var(--forest-pale)}.message-copy{min-width:0;padding:4px 0}.message-copy strong{font-size:13px}.message-copy p,.codex-response p{color:#33443a;white-space:pre-wrap;overflow-wrap:anywhere;margin-top:4px;line-height:1.55}.reply-button{color:var(--forest);cursor:pointer;font:inherit;background:0 0;border:0;padding:4px 0;font-size:12px}.codex-response{background:#f0f7f2;border:1px solid #c9ddd2;max-width:760px;margin:0 auto 24px;padding:16px 17px;box-shadow:0 3px 12px #163c2d0a}.codex-response strong{color:var(--forest)}.codex-response.is-streaming strong:after{background:var(--amber);content:"";border-radius:50%;width:7px;height:7px;margin-left:8px;animation:1.2s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{50%{opacity:.25;transform:scale(.65)}}.empty-copy{color:var(--muted);font-size:13px;line-height:1.5}.message-empty{text-align:center;max-width:500px;margin:70px auto}.composer-wrap{background:linear-gradient(to bottom, #fffdf800, var(--surface) 20%);padding:15px clamp(20px,7vw,106px) 21px}.composer{max-width:760px;box-shadow:var(--shadow);background:#fffefa;border:1px solid #c9d1c9;margin:auto;padding:10px}textarea{resize:vertical;width:100%;color:var(--ink);background:0 0;border:0;outline:0;line-height:1.5}.compact-editor{min-height:50px;padding:2px 4px}textarea::placeholder{color:#68766c}.composer-tools{justify-content:flex-end;align-items:center;gap:6px;display:flex}.icon-button{min-width:40px;color:var(--forest-dark);border-radius:6px;place-items:center;display:grid}.icon-button:hover{background:var(--forest-pale)}.expand-editor{font-size:21px;line-height:1}.send-button{color:#fff;background:var(--forest);border-radius:6px;place-items:center;min-width:40px;display:grid}.send-button:hover{background:#0e3d2f}.inspector{border-left:1px solid var(--line);background:var(--surface-strong);padding:22px 16px;overflow:auto}.inspector-header{justify-content:space-between;align-items:center;gap:8px;display:flex}h2{letter-spacing:-.02em;font-family:Georgia,Iowan Old Style,serif;font-size:21px}h3{letter-spacing:.09em;text-transform:uppercase;margin:22px 0 8px;font-size:11px}.inspector-intro{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.45}.inspector-dismiss{display:none}.decision-row{border-bottom:1px solid var(--line);gap:5px;padding:12px 0;display:grid}.decision-row strong{font-size:13px}.decision-meta{color:var(--muted);text-transform:capitalize;font-size:11px}.text-button{background:0 0;border:1px solid #aebeb4;justify-content:center;align-items:center;gap:4px;width:max-content;padding:0 9px;font-size:12px;display:flex}.text-button svg{width:15px}.text-button.primary{color:#fff;border-color:var(--forest);background:var(--forest);width:100%}.attachment-row{border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:9px 0;display:flex}.attachment-row>svg{color:var(--forest)}.attachment-row span{flex:1;min-width:0;display:grid}.attachment-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.attachment-row small{color:var(--muted);font-size:10px}.attachment-action{min-width:40px;color:var(--forest);place-items:center;display:grid}.host-controls{background:#fff7e7;border-top:2px solid #d69a4a;margin-top:24px;padding:11px}.host-controls .section-kicker{color:#795321;margin:0 0 5px}.host-controls p:last-child{color:#604a2b;font-size:12px;line-height:1.45}.inspector-toggle{display:none}.expanded-editor,.decision-dialog{background:0 0;border:0;width:min(760px,100vw - 32px);padding:0}.expanded-editor::backdrop,.decision-dialog::backdrop{background:#0c221a8c}.expanded-editor-card,.decision-dialog-card{background:var(--surface);border:1px solid #b9c9be;gap:12px;padding:18px;display:grid;box-shadow:0 24px 70px #00000047}.dialog-header{justify-content:space-between;align-items:center;display:flex}.expanded-editor textarea{min-height:260px;padding:4px}.decision-dialog-card input,.decision-dialog-card select,.decision-dialog-card textarea{width:100%;color:var(--ink);background:#fffefa;border:1px solid #aebeb4;padding:9px}.dialog-intro{color:var(--muted);font-size:13px;line-height:1.45}.dialog-error{min-height:1.5em;color:var(--danger);font-size:13px}.dialog-error:focus{outline:0}@media (width<=850px){.cowork-shell{grid-template-columns:68px minmax(0,1fr)}.sidebar{align-items:center;padding:16px 10px}.wordmark{padding:2px 0 20px}.wordmark>span:not(.wordmark-mark),.wordmark small,.new-chat span,.sidebar .section-kicker,.chat-list-label,.chat-item-label,.chat-list .empty-copy{display:none}.new-chat{width:42px;padding:0}.chat-list{width:42px}.chat-item{text-align:center;place-items:center;padding:0;display:grid}.chat-item-abbr{min-width:24px;color:inherit;letter-spacing:.06em;place-items:center;font-size:10px;display:grid}.identity{border:0;padding:12px 0 0;display:flex}.identity>span:not(.avatar),.identity small{display:none}.inspector{z-index:5;width:min(340px,92vw);transition:transform .2s;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-12px 0 36px #14281e21}#app.inspector-open .inspector{transform:translate(0)}.inspector-toggle,.inspector-dismiss{background:0 0;border:0;place-items:center;min-width:40px;display:grid}.conversation-header{padding:13px 18px}.project-context{display:block}.messages,.composer-wrap{padding-left:20px;padding-right:20px}}@media (width<=520px){.cowork-shell{grid-template-columns:58px minmax(0,1fr)}.sidebar{padding-left:8px;padding-right:8px}.conversation-header{min-height:64px;padding:10px 14px}h1{font-size:19px}.connection{display:none}.messages{padding-top:24px}}@media (pointer:coarse){.new-chat,.send-button,.icon-button,.text-button,.attachment-action,.inspector-toggle{min-width:44px;min-height:44px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
