:root{--ink:#18251f;--muted:#6e7b74;--line:#dfe5e1;--paper:#fbfcfa;--panel:#f3f6f3;--white:#fff;--green:#1f7251;--green-dark:#15543b;--green-soft:#e5f3eb;--red:#a43e3e;--shadow:0 18px 60px #18251f1f;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--paper);min-width:320px;margin:0}button,input,select,textarea{font:inherit}button{color:inherit}.app-shell{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:5;background:#fffffff0;flex:0 0 72px;justify-content:space-between;height:72px;padding:0 22px}.brand-group,.composer-footer,.header-actions,.modal-actions,.modal-header,.picker-row,.plugin-footer,.plugin-top,.section-heading,.topbar{align-items:center;display:flex}.brand-group{gap:11px}.avatar{color:#fff;background:var(--green);place-items:center;font:700 16px Manrope;display:grid}.brand-mark{-o-object-fit:contain;object-fit:contain;flex:0 0 35px;width:35px;height:35px;display:block}.brand{letter-spacing:-.02em;font:700 16px/1.1 Manrope}.brand-subtitle{color:var(--muted);letter-spacing:.02em;margin-top:3px;font-size:11px}.header-actions{gap:9px}.button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px;padding:9px 13px;font-size:13px;font-weight:600;transition:all .18s}.button:hover:not(:disabled){border-color:#bdc8c1;transform:translateY(-1px)}.button.primary{background:var(--green);border-color:var(--green);color:#fff}.button.primary:hover:not(:disabled){background:var(--green-dark)}.button.ghost{background:0 0}.button.compact{padding:7px 10px;font-size:12px}.button:disabled{opacity:.42;cursor:not-allowed}.admin-action{color:var(--green-dark);background:var(--green-soft);border-color:#bad7c8;align-items:center;gap:7px;text-decoration:none;display:flex}.admin-action:hover{background:#d5ebdf;border-color:#86b69e}.admin-action-icon{background:var(--green);color:#fff;border-radius:6px;place-items:center;width:19px;height:19px;font-size:11px;font-weight:900;display:grid}.status-pill{color:var(--muted);border:1px solid var(--line);border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:11px;display:flex}.status-action{font:inherit;cursor:pointer;background:0 0}.status-action:hover{background:#fff8e9;border-color:#d59a28}.key-alert{color:#6f4500;background:#fff3d6;border-color:#e0a728;padding:8px 13px;font-weight:800;box-shadow:0 0 0 3px #e0a72824,0 5px 16px #6f45001a}.key-alert:hover{background:#ffe9b2;border-color:#c88b0e}.status-bobble{color:#fff;background:#e19a0d;border-radius:50%;place-items:center;width:21px;height:21px;font-size:13px;font-weight:900;animation:1.5s ease-in-out infinite key-bobble;display:grid}.status-dot{background:#d59a28;border-radius:50%;width:6px;height:6px}.status-pill.ready .status-dot{background:#2a9b69;box-shadow:0 0 0 3px #e2f3ea}.error-banner{color:#8c332f;background:#fff0ee;border-bottom:1px solid #f3cbc7;justify-content:center;gap:16px;padding:9px 18px;font-size:13px;display:flex}.error-banner button{cursor:pointer;background:0 0;border:0;font-size:18px}.workspace{flex:1;grid-template-columns:390px minmax(0,1fr);min-height:0;transition:grid-template-columns .24s;display:grid}.workspace.sidebar-closed{grid-template-columns:0 minmax(0,1fr)}.sidebar{border-right:1px solid var(--line);background:#f7f9f7;flex-direction:column;min-width:0;display:flex;overflow:hidden}.agent-picker{padding:18px 18px 13px}.agent-picker>label,.field>label{text-transform:uppercase;letter-spacing:.07em;color:#5a685f;justify-content:space-between;margin-bottom:7px;font-size:11px;font-weight:700;display:flex}.field>label span{text-transform:none;letter-spacing:0;color:#8a958f;font-weight:500}.picker-row{gap:7px}.picker-row select{flex:1}.icon-button,.square-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px}.square-button{width:38px;height:38px;font-size:17px}.square-button:disabled{opacity:.35}.danger-text{color:var(--red)}input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #d9e0dc;border-radius:9px;outline:none;padding:9px 10px;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:#72a68c;box-shadow:0 0 0 3px #3281581a}.unsaved{color:#967021;align-items:center;gap:5px;margin-top:8px;font-size:11px;display:flex}.unsaved span{background:#c48d23;border-radius:50%;width:5px;height:5px}.tabs{border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);padding:0 18px;display:grid}.tabs button{text-transform:capitalize;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:11px 2px;font-size:11px;font-weight:600}.tabs button.active{color:var(--green);border-bottom-color:var(--green)}.sidebar-content{scrollbar-width:thin;padding:18px;overflow:auto}.form-stack{flex-direction:column;gap:16px;display:flex}.field textarea{resize:vertical;line-height:1.5}.prompt-input{min-height:220px}.two-column{grid-template-columns:1fr 1fr;gap:10px;display:grid}.switch-row{border:1px solid var(--line);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;padding:12px;display:flex}.switch-row span{flex-direction:column;display:flex}.switch-row strong{font-size:13px}.switch-row small{color:var(--muted);margin-top:2px}.switch-row input,.toggle input{display:none}.switch-row i,.toggle i{background:#cbd3ce;border-radius:20px;width:36px;height:21px;transition:all .2s;position:relative}.switch-row i:after,.toggle i:after{content:"";background:#fff;border-radius:50%;width:15px;height:15px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #667}.switch-row input:checked+i,.toggle input:checked+i{background:var(--green)}.switch-row input:checked+i:after,.toggle input:checked+i:after{transform:translate(15px)}.save-agent-sidebar{width:100%;margin-top:10px}.section-heading{justify-content:space-between;margin-bottom:14px}.section-heading h2{margin:0;font:700 15px Manrope}.section-heading p{color:var(--muted);margin:3px 0 0;font-size:11px}.plugin-card{border:1px solid var(--line);background:#fff;border-radius:12px;margin-bottom:11px;overflow:hidden}.plugin-card.invalid{border-color:#efc6c3}.plugin-top{justify-content:space-between;align-items:flex-start;padding:13px}.plugin-top h3{margin:0;font:700 13px Manrope}.plugin-top p{color:var(--muted);margin:4px 12px 0 0;font-size:11px;line-height:1.4}.toggle{padding-top:1px}.toggle i{display:block}.component-list{border-top:1px solid #edf0ee}.component-list label{cursor:pointer;border-bottom:1px solid #edf0ee;gap:9px;padding:9px 13px;display:flex}.component-list label:last-child{border-bottom:0}.component-list label.disabled{opacity:.5}.component-list input{width:auto;accent-color:var(--green);align-self:flex-start;margin:3px 0 0}.component-list span{font-size:12px}.component-list b{text-transform:uppercase;letter-spacing:.08em;color:var(--green);background:var(--green-soft);border-radius:3px;margin-right:6px;padding:2px 4px;font-size:8px}.component-list small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:275px;margin-top:3px;display:block;overflow:hidden}.plugin-card details{color:#8d6723;background:#fff9ed;padding:7px 13px;font-size:10px}.plugin-card details p{margin:5px 0}.plugin-footer{color:var(--muted);background:#fafbfa;border-top:1px solid #edf0ee;justify-content:space-between;padding:7px 13px;font-size:10px}.plugin-footer button{color:var(--red);cursor:pointer;background:0 0;border:0;font-size:10px}.empty-compact{text-align:center;color:var(--muted);padding:28px 12px}.empty-compact strong{color:var(--ink);font-size:13px;display:block}.empty-compact p{font-size:11px;line-height:1.5}.empty-icon{color:var(--green);margin-bottom:8px;font-size:28px}.runtime-note{background:var(--green-soft);border-radius:10px;padding:13px;font-size:12px}.runtime-note p{color:#496257;margin:4px 0 0;line-height:1.5}.section-actions{gap:5px;display:flex}.section-actions .button{padding-left:8px;padding-right:8px}.plugin-footer button{margin-left:8px}.plugin-footer button:first-child:not(:last-child){color:var(--green)}.memory-section{flex-direction:column;gap:12px;display:flex}.memory-controls{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 12px}.memory-controls summary{cursor:pointer;color:#526158;font-size:12px;font-weight:700}.memory-controls .two-column{margin-top:13px}.memory-add{grid-template-columns:82px 1fr auto;align-items:end;gap:7px;display:grid}.memory-add textarea{resize:vertical;min-height:64px}.memory-filters{grid-template-columns:1fr 92px;gap:7px;display:grid}.memory-card{border:1px solid var(--line);background:#fff;border-radius:11px;padding:11px}.memory-card.archived{opacity:.68}.memory-card>textarea{resize:vertical;font-size:12px;line-height:1.45}.memory-fields{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:7px;display:grid}.memory-fields input,.memory-fields select{padding:6px;font-size:10px}.memory-fields label{color:var(--muted);font-size:9px}.memory-data{color:var(--muted);margin-top:8px;font-size:10px}.memory-data textarea{margin-top:6px;font:10px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace}.memory-actions,.memory-meta{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.memory-meta{color:var(--muted);font-size:9px}.memory-actions{justify-content:flex-end;gap:6px}.chat-pane{background:var(--paper);flex-direction:column;min-width:0;display:flex}.chat-header{border-bottom:1px solid var(--line);background:#fbfcfaeb;flex:0 0 68px;justify-content:space-between;align-items:center;height:68px;padding:0 22px;display:flex}.chat-header h1{margin:0;font:700 15px Manrope}.chat-header p{color:var(--muted);margin:4px 0 0;font-size:11px}.icon-button{width:34px;height:34px;font-size:20px}.transcript{flex:1;min-height:0;overflow-y:auto}.empty-chat{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:660px;min-height:100%;margin:auto;padding:45px 24px;display:flex}.orb{background:var(--green-soft);border-radius:22px;place-items:center;width:62px;height:62px;margin-bottom:20px;display:grid;transform:rotate(8deg)}.orb span{border:7px double var(--green);border-radius:50%;width:25px;height:25px}.empty-chat h2{letter-spacing:-.035em;margin:0;font:700 27px Manrope}.empty-chat>p{max-width:520px;color:var(--muted);font-size:14px;line-height:1.55}.starter-grid{grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-top:15px;display:grid}.starter-grid button{text-align:left;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:11px;justify-content:space-between;padding:13px 14px;font-size:12px;display:flex}.starter-grid button:hover{border-color:#9eb7a9}.starter-grid span{color:var(--green)}.message-list{max-width:820px;margin:0 auto;padding:30px 25px 70px}.message{gap:13px;margin-bottom:27px;display:flex}.avatar{border-radius:9px;flex:0 0 30px;width:30px;height:30px;font-size:11px}.message.user .avatar{color:#526159;background:#dfe5e1}.message-body{flex:1;min-width:0}.message-meta{align-items:center;gap:6px;margin:2px 0 7px;font-size:12px;font-weight:700;display:flex}.message-meta span{color:#98a19c;font-weight:400}.message-meta .message-author{color:inherit;font-weight:700}.message-actions{gap:2px;margin-left:auto;display:flex}.message-action{color:#76827b;cursor:pointer;opacity:0;background:0 0;border:0;border-radius:5px;padding:3px 6px;font:600 10px Manrope;transition:opacity .15s,background .15s}.message-action.copied,.message-action:focus-visible,.message:hover .message-action{opacity:1}.message-action:hover{color:var(--green);background:#e9efeb}.message-content{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.65}.cursor{background:var(--green);vertical-align:-3px;width:7px;height:16px;margin-left:2px;animation:1s infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.activity-panel{border:1px solid var(--line);background:#fff;border-radius:10px;margin:8px 0 0 43px;font-size:11px;overflow:hidden}.activity-panel summary{cursor:pointer;color:var(--muted);padding:0;list-style:none}.activity-panel summary::-webkit-details-marker{display:none}.activity-summary-label{border-bottom:1px solid #edf0ee;padding:8px 12px;font-size:10px;display:block}.activity-current{background:var(--green-soft);color:var(--ink);grid-template-columns:50px 1fr;gap:8px;padding:10px 12px;display:grid}.activity-current strong{text-transform:uppercase;color:var(--green);font-size:8px}.activity-current.error{background:#fff1ef}.activity-current.error strong{color:var(--red)}.activity-current pre{color:#5f6d65;white-space:pre-wrap;grid-column:2;max-height:160px;margin:2px 0;overflow:auto}.activity-panel[open] .activity-current{display:none}.activity-history .activity-item:first-child{border-top:0}.activity-item{border-top:1px solid #edf0ee;grid-template-columns:50px 1fr;gap:8px;padding:8px 12px;display:grid}.activity-item strong{text-transform:uppercase;color:var(--green);font-size:8px}.activity-item.error strong{color:var(--red)}.activity-item pre{color:#5f6d65;white-space:pre-wrap;grid-column:2;max-height:160px;margin:2px 0;overflow:auto}.message-tools{border:1px solid var(--line);background:#fff;border-radius:9px;margin-top:12px;font-size:11px}.message-tools summary{color:var(--muted);cursor:pointer;padding:8px 10px}.chat-pane{position:relative}.chat-pane-blocked>.chat-header,.chat-pane-blocked>.composer-wrap,.chat-pane-blocked>.transcript{filter:grayscale();opacity:.28;pointer-events:none;-webkit-user-select:none;user-select:none}.key-blocker{z-index:4;text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#f2f4f2ad;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex;position:absolute;inset:68px 0 0}.key-blocker-bobble{color:#fff;background:#e19a0d;border-radius:50%;place-items:center;width:58px;height:58px;margin-bottom:18px;font:900 32px Manrope;animation:1.5s ease-in-out infinite key-bobble;display:grid;box-shadow:0 0 0 10px #e19a0d21}.key-blocker h2{letter-spacing:-.03em;margin:8px 0;font:700 25px Manrope}.key-blocker p{color:#59645e;max-width:510px;margin:0 0 22px;font-size:14px;line-height:1.55}.key-blocker-action{padding:12px 18px;font-size:14px;box-shadow:0 8px 24px #1f725133}@keyframes key-bobble{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (prefers-reduced-motion:reduce){.key-blocker-bobble,.status-bobble{animation:none}}@media (hover:none){.message-action{opacity:1}}.chat-markdown{white-space:normal}.chat-markdown>div>:first-child{margin-top:0}.chat-markdown>div>:last-child{margin-bottom:0}.chat-markdown h1,.chat-markdown h2,.chat-markdown h3,.chat-markdown h4{letter-spacing:-.015em;margin:1.2em 0 .45em;line-height:1.3}.chat-markdown h1{font-size:24px}.chat-markdown h2{font-size:20px}.chat-markdown h3{font-size:17px}.chat-markdown h4{font-size:15px}.chat-markdown p{margin:.7em 0}.chat-markdown ol,.chat-markdown ul{margin:.7em 0;padding-left:1.55em}.chat-markdown li{margin:.25em 0}.chat-markdown a{color:var(--green);text-underline-offset:2px;text-decoration:underline}.chat-markdown strong{font-weight:700}.chat-markdown blockquote{color:#596960;border-left:3px solid #8fb7a3;margin:1em 0;padding:.15em 0 .15em 1em}.chat-markdown code{background:#e9efeb;border-radius:4px;padding:2px 5px;font:12px ui-monospace,SFMono-Regular,Menlo,monospace}.chat-markdown pre{color:#eef5f1;white-space:pre;background:#1d2c25;border-radius:9px;max-width:100%;margin:1em 0;padding:13px 15px;line-height:1.55;overflow:auto}.chat-markdown pre code{color:inherit;background:0 0;padding:0}.chat-markdown table{border-collapse:collapse;white-space:normal;max-width:100%;margin:1em 0;display:block;overflow-x:auto}.chat-markdown td,.chat-markdown th{text-align:left;border:1px solid #cfd8d2;min-width:100px;padding:7px 10px}.chat-markdown th{background:#eaf0ec;font-weight:700}.chat-markdown img{-o-object-fit:contain;object-fit:contain;border-radius:9px;max-width:100%;max-height:520px;margin:1em 0;display:block}.chat-markdown hr{border:0;border-top:1px solid var(--line);margin:1.4em 0}.composer-wrap{background:linear-gradient(transparent,var(--paper) 16%);padding:12px 24px 15px}.composer-box{background:#fff;border:1px solid #d2dad5;border-radius:14px;max-width:820px;margin:auto;padding:10px 11px 8px;box-shadow:0 5px 24px #1d342812}.composer-box textarea{box-shadow:none;resize:none;border:0;min-height:36px;max-height:160px;padding:4px}.composer-footer{justify-content:space-between;padding-left:4px}.composer-footer>span{color:#9aa39e;font-size:10px}.send-button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:9px;width:31px;height:31px;font-size:17px}.send-button:disabled{opacity:.35}.send-button.stop{background:#813d36;font-size:11px}.composer-wrap>p{text-align:center;color:#9aa39e;margin:7px 0 0;font-size:9px}.chat-pane{min-height:0;overflow:hidden}.transcript{overscroll-behavior:contain;scrollbar-gutter:stable;flex:auto;overflow-y:scroll}.composer-wrap{z-index:2;background:var(--paper);border-top:1px solid #dfe5e1bf;flex:none;position:relative}.jump-latest{color:var(--green);cursor:pointer;background:#fff;border:1px solid #cfd8d2;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:700;position:absolute;top:-38px;left:50%;transform:translate(-50%);box-shadow:0 5px 18px #18251f1f}.modal-backdrop{z-index:20;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#101b157a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{width:min(520px,100%);box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:22px}.modal-header{justify-content:space-between}.modal-header h2{margin:3px 0;font:700 21px Manrope}.modal-header button{cursor:pointer;background:0 0;border:0;font-size:25px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--green);font-size:9px;font-weight:700}.modal>p{color:var(--muted);margin-bottom:20px;font-size:13px;line-height:1.5}.modal .field{margin-bottom:14px}.trust-box{background:#fff8e9;border:1px solid #ebd8ac;border-radius:10px;gap:10px;margin-top:6px;padding:13px;display:flex}.trust-box input{width:auto;accent-color:var(--green);align-self:flex-start;margin-top:3px}.trust-box span{flex-direction:column;font-size:12px;display:flex}.trust-box small{color:#756b53;margin-top:4px;line-height:1.45}.modal-actions{justify-content:flex-end;gap:8px;margin-top:20px}.inline-error{color:var(--red);margin-top:10px;font-size:12px}.mobile-only{display:none}.conversations-modal{flex-direction:column;max-height:min(720px,90dvh);display:flex}.conversation-list{border:1px solid var(--line);border-radius:11px;overflow-y:auto}.conversation-list article{border-bottom:1px solid var(--line);align-items:stretch;display:flex}.conversation-list article:last-child{border-bottom:0}.conversation-list article.active{background:var(--green-soft)}.conversation-load{text-align:left;cursor:pointer;background:0 0;border:0;flex:1;min-width:0;padding:12px}.conversation-load span,.conversation-load strong{display:block}.conversation-load strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.conversation-load span{color:var(--muted);margin-top:4px;font-size:10px}.conversation-delete{width:42px;color:var(--red);cursor:pointer;background:0 0;border:0;font-size:18px}.conversation-delete:hover,.conversation-load:hover{background:#1f72510f}.plugin-builder{flex-direction:column;width:min(980px,100%);max-height:min(920px,94dvh);display:flex}.builder-scroll{padding:2px 5px 2px 1px;overflow-y:auto}.builder-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field small{color:var(--muted);margin:5px 2px 0;font-size:10px;line-height:1.45;display:block}.builder-heading{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin:19px 0 10px;padding-top:16px;display:flex}.builder-heading h3{margin:0;font-size:14px}.builder-heading p{color:var(--muted);margin:3px 0 0;font-size:11px}.builder-empty{text-align:center;color:var(--muted);border:1px dashed #cad4ce;border-radius:10px;padding:16px;font-size:11px}.skill-editor{border:1px solid var(--line);background:#f7f9f7;border-radius:11px;margin-bottom:10px;padding:13px}.skill-editor-head{justify-content:space-between;align-items:center;margin-bottom:11px;font-size:12px;display:flex}.skill-editor-head button{color:var(--red);cursor:pointer;background:0 0;border:0;font-size:10px}.markdown-toolbar{background:#e9eeeb;border:1px solid #d6ded9;border-bottom:0;border-radius:9px 9px 0 0;gap:3px;padding:5px;display:flex}.markdown-toolbar button{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;min-width:29px;height:27px;font-size:11px}.markdown-toolbar button:hover{background:#fff;border-color:#cbd5cf}.markdown-workspace{background:#fff;border:1px solid #d6ded9;border-radius:0 0 9px 9px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.markdown-pane{min-width:0;position:relative}.markdown-pane:first-child{border-right:1px solid #dfe5e1}.pane-label{color:#7a867f;text-transform:uppercase;letter-spacing:.08em;background:#f5f7f5;border-bottom:1px solid #e4e8e5;padding:6px 9px;font-size:8px;font-weight:700;display:block}.markdown-pane textarea{box-shadow:none;resize:vertical;border:0;border-radius:0;min-height:250px;font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace}.preview-pane{min-height:286px}.markdown-preview,.preview-placeholder{overflow-wrap:anywhere;padding:10px 13px;font-size:12px;line-height:1.6}.preview-placeholder{color:#9ba49f;font-style:italic}.markdown-preview>:first-child{margin-top:0}.markdown-preview>:last-child{margin-bottom:0}.markdown-preview h1{font-size:22px}.markdown-preview h2{font-size:18px}.markdown-preview h3{font-size:15px}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3{margin:1em 0 .45em;line-height:1.25}.markdown-preview p{margin:.6em 0}.markdown-preview a{color:var(--green);text-decoration:underline}.markdown-preview img{-o-object-fit:contain;object-fit:contain;border-radius:6px;max-width:100%;max-height:240px;margin:9px 0;display:block}.markdown-preview table{border-collapse:collapse;width:100%;margin:10px 0}.markdown-preview td,.markdown-preview th{text-align:left;border:1px solid #cfd8d2;padding:5px 7px}.markdown-preview th{background:#edf2ef}.markdown-preview code{background:#edf2ef;border-radius:4px;padding:1px 4px;font-size:11px}.markdown-preview pre{color:#e8f0eb;background:#203028;border-radius:6px;padding:9px;overflow:auto}.markdown-preview pre code{background:0 0;padding:0}.markdown-preview blockquote{color:#637168;border-left:3px solid #92b7a4;margin:8px 0;padding-left:10px}.mcp-editor{background:#f7faf8}.pair-heading{justify-content:space-between;align-items:center;margin:4px 0 7px;display:flex}.pair-heading label{text-transform:uppercase;letter-spacing:.07em;color:#5a685f;font-size:10px;font-weight:700}.pair-heading button{color:var(--green);cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:700}.pair-row{grid-template-columns:minmax(120px,.75fr) 1.25fr 28px;gap:7px;margin-bottom:7px;display:grid}.pair-row button{border:1px solid var(--line);color:var(--red);cursor:pointer;background:#fff;border-radius:7px}.builder-warning{color:#756b53;background:#fff8e9;border-radius:8px;padding:9px 11px;font-size:10px;line-height:1.45}.skill-editor{padding:0;overflow:hidden}.skill-editor-head{cursor:pointer;margin-bottom:0;padding:13px;list-style:none}.skill-editor-head::-webkit-details-marker{display:none}.skill-editor-head strong:before{content:"›";color:var(--green);margin-right:8px;font-size:17px;line-height:0;transition:transform .15s;display:inline-block}.skill-editor[open]>.skill-editor-head strong:before{transform:rotate(90deg)}.skill-editor-body{border-top:1px solid var(--line);padding:13px}.skill-editor-body>.field:last-child{margin-bottom:0}@media (width<=850px){.workspace{grid-template-columns:min(88vw,390px) minmax(0,1fr)}.workspace.sidebar-closed{grid-template-columns:0 minmax(0,1fr)}.sidebar{z-index:3;position:relative;box-shadow:6px 0 22px #14231b14}.chat-pane{min-width:100vw}.mobile-only{display:block}.brand-subtitle,.desktop-only,.header-actions .ghost,.header-actions .status-pill{display:none}.topbar{padding:0 12px}.header-actions{gap:5px}.workspace:not(.sidebar-closed) .chat-pane{opacity:.55;pointer-events:none}.starter-grid{grid-template-columns:1fr}.composer-wrap{padding-left:12px;padding-right:12px}.markdown-workspace{grid-template-columns:1fr}.markdown-pane:first-child{border-right:0;border-bottom:1px solid var(--line)}}.tool-images{gap:12px;margin:12px 0;display:grid}.tool-images img{-o-object-fit:contain;object-fit:contain;border:1px solid var(--line);background:#fff;border-radius:9px;max-width:100%;max-height:620px;display:block}.tool-images.compact{grid-column:1/-1;margin:6px 0 2px}.tool-images.compact img{max-height:420px}.activity-current .tool-images{grid-column:1/-1}@media (width<=480px){.brand-group .icon-button{display:block}.header-actions .button{padding:8px 9px;font-size:11px}.empty-chat h2{font-size:23px}.message-list{padding-left:14px;padding-right:14px}.topbar{flex-basis:62px;height:62px}.builder-grid{grid-template-columns:1fr}.plugin-builder{padding:16px}.section-heading{align-items:flex-start;gap:8px}.section-actions{flex-direction:column}}.auth-shell{background:radial-gradient(circle at top,#e5f3eb,transparent 48%),var(--paper);place-items:center;min-height:100dvh;padding:24px;display:grid}.auth-card{border:1px solid var(--line);width:min(430px,100%);box-shadow:var(--shadow);background:#fff;border-radius:18px;padding:30px}.auth-brand{align-items:center;gap:11px;margin-bottom:30px;display:flex}.auth-card h1{letter-spacing:-.03em;margin:0 0 8px;font:700 25px Manrope}.auth-card form>p,.auth-card>p{color:var(--muted);margin:0 0 22px;font-size:13px;line-height:1.55}.auth-card .field{margin-bottom:15px}.auth-submit{width:100%;margin-top:5px}.auth-switch{text-align:center!important;margin:18px 0 0!important}.auth-link,.auth-switch a{color:var(--green);font-weight:700}.auth-link{cursor:pointer;background:0 0;border:0;margin:15px auto 0;font-size:12px;display:block}.mfa-qr{width:210px;height:210px;margin:14px auto;display:block}.manual-key{background:var(--panel);text-align:center;border-radius:9px;margin:0 0 16px;padding:10px 12px}.manual-key span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;font-size:9px;display:block}.manual-key code{overflow-wrap:anywhere;font-size:12px}.recovery-list{color:#eef5f1;text-align:center;background:#1d2c25;border-radius:10px;padding:16px;line-height:1.8}.consent-resource{background:var(--panel);border-radius:10px;margin:18px 0;padding:12px}.consent-resource span{text-transform:uppercase;color:var(--muted);margin-bottom:5px;font-size:9px;display:block}.consent-resource code{overflow-wrap:anywhere;font-size:11px}.consent-heading{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:12px}.consent-scopes{padding-left:20px;font-size:13px;line-height:1.7}.tabs{grid-template-columns:repeat(3,1fr)}.integration-section{flex-direction:column;gap:12px;display:flex}.integration-section .memory-controls .field:first-of-type{margin-top:14px}@media (width<=1350px){.header-actions{gap:6px}.header-actions .button{white-space:nowrap}.header-actions .key-alert,.header-secondary{display:none}.topbar{padding-left:16px;padding-right:16px}.brand-subtitle{display:none}.admin-action{padding-left:10px;padding-right:10px}}@media (width>=851px) and (width<=1050px){.workspace{grid-template-columns:350px minmax(0,1fr)}}@media (width<=1050px){.header-actions .button{padding:8px 10px;font-size:12px}.user-action-name{display:none}.key-blocker{padding:24px}.key-blocker h2{font-size:22px}.key-blocker p{max-width:440px}}
