/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}:root{--bg: #f5f7fb;--panel: #ffffff;--panel-2: #f7f8fa;--border: #e1e5eb;--text: #242424;--muted: #616b7a;--accent: #0f6cbd;--accent-hover: #115ea3;--accent-light: #e8f3fc;--accent-2: #107c10;--danger: #d13438;--code-bg: #f8f9fb;--shadow: 0 2px 8px rgba(30, 41, 59, .06);--shadow-lg: 0 24px 70px rgba(30, 64, 110, .15);font-family:Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-size:14px;-webkit-font-smoothing:antialiased}.app{display:flex;height:100vh}.sidebar{background:var(--panel);border-right:1px solid var(--border);display:flex;flex-direction:column;min-width:0;height:100%;position:relative}.sidebar-top{padding:12px}.session-list{list-style:none;padding:0;margin:0;overflow-y:auto}.session{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px;padding:10px 12px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s}.session:hover{background:var(--panel-2)}.session.active{background:var(--accent-light);border-left:3px solid var(--accent);padding-left:9px}.session-title{font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.session-meta{grid-column:2 / 3;color:var(--muted);font-size:11px}.session-actions{grid-column:1 / 3;display:flex;gap:6px;opacity:0}.session:hover .session-actions{opacity:1}.session-actions button{background:transparent;color:var(--muted);border:1px solid var(--border);border-radius:4px;padding:2px 6px;cursor:pointer;font-size:12px}.session-actions button:hover{color:var(--text);background:var(--panel)}.session input{grid-column:1 / -1;background:var(--code-bg);color:var(--text);border:1px solid var(--accent);border-radius:6px;padding:4px 6px;font:inherit}.session.status-running .session-meta{color:var(--accent)}.session.status-error .session-meta{color:var(--danger)}.sidebar-menu{margin-top:auto;padding:10px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:2px}.sidebar-menu button{width:100%;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-weight:600;text-align:left}.sidebar-menu button:hover{background:var(--panel-2);color:var(--text)}.sidebar-menu button.active{background:var(--accent-light);border-color:#c7e0f4;color:var(--accent)}.main{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0}.main-grid{display:flex;min-height:0;flex:1}.header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid var(--border);background:var(--panel);gap:12px}.brand{display:flex;align-items:center;gap:8px;white-space:nowrap}.logo{color:var(--accent)}.muted{color:var(--muted)}.health{display:flex;gap:6px;flex-wrap:wrap}.pill{font-size:11px;padding:3px 8px;border-radius:999px;border:1px solid var(--border);background:var(--panel-2);color:var(--muted);white-space:nowrap}.pill.ok{color:var(--accent-2);border-color:#22c55e4d}.pill.bad{color:var(--danger);border-color:#ef44444d}.pill.model{color:var(--text)}.header-center{display:flex;align-items:center}.header-right{display:flex;align-items:center;gap:10px;margin-left:auto}.header-pills{display:flex;gap:4px}.header-dropdown-row{display:flex;gap:0;border-bottom:1px solid var(--border);background:var(--panel);max-height:380px}.header-dropdown-col{flex:1;min-width:0;padding:12px;overflow-y:auto;border-right:1px solid var(--border)}.header-dropdown-col:last-child{border-right:none}.user-menu{position:relative}.user-avatar{width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;border:none;cursor:pointer;display:grid;place-items:center;font-size:13px;font-weight:700;transition:transform .15s}.user-avatar:hover{transform:scale(1.08)}.user-dropdown{position:absolute;top:42px;right:0;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px;min-width:220px;z-index:200;box-shadow:0 8px 32px #00000080}.user-dropdown-header{display:flex;align-items:center;gap:10px;padding-bottom:10px;margin-bottom:8px;border-bottom:1px solid var(--border)}.user-avatar-lg{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:16px;font-weight:700;flex-shrink:0}.user-name{font-weight:600;font-size:13px}.user-email{font-size:11px;color:var(--muted)}.user-dropdown-info{padding:8px;margin-bottom:8px;border-bottom:1px solid var(--border)}.chat{padding:16px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;border-right:1px solid var(--border);background:var(--bg)}.empty{margin:auto;text-align:center;color:var(--muted)}.empty h2{color:var(--text)}.bubble{max-width:100%;width:fit-content;padding:10px 14px;border-radius:8px;background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow)}.bubble.user{background:var(--accent-light);border-color:#c7e0f4;align-self:flex-end;white-space:pre-wrap}.bubble.assistant{align-self:flex-start;background:var(--panel)}.bubble.streaming{border-style:dashed;border-color:#0078d466}.bubble.compact{padding:8px 14px}.bubble.error{border-color:#ef444466;background:#ef444414}.bubble .role{font-size:11px;color:var(--muted);margin-bottom:4px;letter-spacing:.04em;text-transform:none}.prose{white-space:pre-wrap;font-size:14px;line-height:1.55;font-weight:400;color:var(--text)}.prose strong{color:var(--text);font-weight:600}.bubble.user .prose,.bubble.assistant .prose{color:var(--text)}.drag-handle{width:8px;cursor:col-resize;background:var(--border);transition:background .15s;flex-shrink:0;position:relative;z-index:10;display:flex;align-items:center;justify-content:center}.drag-handle:after{content:"";position:absolute;top:0;bottom:0;left:-6px;right:-6px}.drag-handle:hover{background:var(--accent)}.handle-btn{position:absolute;width:24px;height:24px;border-radius:50%;background:var(--panel-2);border:1px solid var(--accent);color:var(--accent);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:30;opacity:0;transition:opacity .15s,background .15s;pointer-events:all;padding:0}.drag-handle:hover .handle-btn{opacity:1}.handle-btn:hover{background:var(--accent);color:#fff}.collapsed-strip{width:28px;flex-shrink:0;background:var(--panel);border-left:1px solid var(--border);border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background .15s;writing-mode:vertical-rl;text-orientation:mixed}.collapsed-strip.right{border-left:1px solid var(--border);border-right:none}.collapsed-strip:hover{background:var(--panel-2)}.collapsed-strip-icon{color:var(--accent);display:flex;align-items:center;justify-content:center;animation:pulse-arrow 1.5s ease-in-out infinite}@keyframes pulse-arrow{0%,to{transform:translate(0)}50%{transform:translate(-3px)}}.collapsed-strip.right .collapsed-strip-icon{animation-name:pulse-arrow-right}@keyframes pulse-arrow-right{0%,to{transform:translate(0)}50%{transform:translate(3px)}}.collapsed-strip-label{font-size:10px;color:var(--muted);font-weight:600;letter-spacing:.08em}.chat-wrapper{position:relative;flex:1;min-width:0;display:flex;flex-direction:column}.lock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;background:#0f1115b3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s;border-radius:8px}.lock-overlay.visible{opacity:1;pointer-events:all}.lock-progress-wrap{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.lock-progress-text{color:var(--accent);font-size:14px;font-weight:600}.processing{color:var(--muted);font-style:italic}.processing .dots span{animation:dotPulse 1.4s infinite;opacity:0}.processing .dots span:nth-child(1){animation-delay:0s}.processing .dots span:nth-child(2){animation-delay:.2s}.processing .dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,to{opacity:0}50%{opacity:1}}.tool-summary{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tool-summary-list{display:flex;gap:4px}.tool-chip{background:var(--panel-2);border:1px solid var(--border);border-radius:4px;padding:1px 6px;font-size:10px;color:var(--accent);font-family:monospace}.code-block{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;padding:10px 12px;overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;margin:8px 0 0;white-space:pre}.code-block .lang{font-size:10px;color:var(--muted);margin-bottom:6px}.tools{margin-bottom:8px;display:flex;flex-direction:column;gap:6px}.tool{background:var(--code-bg);border:1px dashed var(--border);border-radius:6px;padding:6px 8px;font-size:12px;display:flex;gap:8px;align-items:flex-start}.tool-tag{background:var(--accent);color:#fff;font-size:10px;padding:2px 6px;border-radius:999px;text-transform:uppercase}.tool code{white-space:pre-wrap;word-break:break-all}.cursor{display:inline-block;animation:blink 1s steps(2) infinite}@keyframes blink{50%{opacity:0}}.error{color:#fca5a5;margin-top:6px;font-size:12px}.streaming-text{max-height:80px;overflow:hidden}.preview-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--border)}.preview-header h3{margin:0;font-size:13px}.preview-tabs{display:flex;gap:2px;padding:6px 8px;overflow-x:auto;border-bottom:1px solid var(--border);background:var(--panel)}.preview-tab{background:transparent;border:1px solid transparent;color:var(--muted);padding:4px 12px;border-radius:6px;font-size:12px;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:4px;font-family:inherit}.preview-tab:hover{background:var(--panel-2);color:var(--text)}.preview-tab.active{background:var(--panel-2);border-color:var(--border);color:var(--text)}.preview-tab.approved{border-color:#22c55e;box-shadow:inset 0 0 0 1px #22c55e}.preview-tab.rejected{border-color:#ef4444;box-shadow:inset 0 0 0 1px #ef4444}.preview-review{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border-bottom:1px solid var(--border);background:var(--panel-2)}.preview-review.approved{border-left:3px solid #22c55e}.preview-review.rejected{border-left:3px solid #ef4444}.preview-review-actions{display:flex;gap:6px}.preview-review-status{font-size:12px;font-weight:600}.preview-review-status.approved{color:#22c55e}.preview-review-status.rejected{color:#ef4444}.btn.ok{background:#22c55e;border-color:#22c55e;color:#fff}.btn.ok:disabled,.btn.danger:disabled{opacity:.5;cursor:not-allowed}.preview-content{flex:1;min-height:0;overflow:auto;background:var(--panel)}.preview-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:var(--muted);gap:8px}.preview-empty-icon{font-size:40px;opacity:.5}.preview-file{height:100%;display:flex;flex-direction:column}.preview-file-header{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--panel-2);border-bottom:1px solid var(--border);font-size:12px}.preview-file-header code{color:var(--muted);font-size:11px}.preview-pdf-btn{margin-left:auto;flex-shrink:0;white-space:nowrap}.preview-iframe{flex:1;border:none;width:100%;min-height:400px;background:#fff}.preview-image-wrap{padding:16px;display:flex;align-items:center;justify-content:center;background:repeating-conic-gradient(var(--border) 0% 25%,transparent 0% 50%) 50% / 20px 20px}.preview-image{max-width:100%;max-height:60vh;object-fit:contain}.preview-markdown{padding:16px;overflow:auto}.preview-markdown pre{white-space:pre-wrap;font-size:12px}.preview-code{margin:0;border-radius:0;border:none;flex:1;overflow:auto;font-size:12px;padding:12px}.preview-loading{display:flex;align-items:center;justify-content:center;padding:40px;color:var(--muted)}.preview-changes{min-height:100%;background:var(--panel)}.preview-changes .diff{padding:0;border-bottom:1px solid var(--border)}.preview-changes .diff-title{position:sticky;top:0;z-index:1;padding:8px 12px;background:var(--panel-2);border-bottom:1px solid var(--border);color:var(--text);font:600 11px ui-monospace,monospace}.card{background:var(--panel-2);border:1px solid var(--border);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px}.card h3{margin:0;font-size:13px;color:var(--text);letter-spacing:.02em}.card input,.card select,.card textarea{background:var(--code-bg);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:8px 10px;font:inherit;outline:none;width:100%}.card textarea{resize:vertical;min-height:60px}.card input:focus,.card select:focus,.card textarea:focus{border-color:var(--accent)}.activity-log{font-size:12px;max-height:220px;overflow-y:auto;background:var(--code-bg);border:1px solid var(--border);border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:4px}.activity-line{color:var(--muted)}.activity-line.live{color:var(--accent);display:flex;align-items:center;gap:6px}.activity-line .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--accent);animation:blink 1.2s infinite}.activity-stream{font-size:11px;color:var(--muted);background:var(--code-bg);border:1px dashed var(--border);border-radius:8px;padding:6px 8px;font-family:ui-monospace,monospace;white-space:pre-wrap;word-break:break-word}.row{display:flex;gap:6px;flex-wrap:wrap}.pill-tab{background:var(--panel);color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:4px 10px;cursor:pointer;font:inherit;display:flex;align-items:center;gap:6px}.pill-tab.active{border-color:var(--accent);color:var(--text)}.pill-tab:disabled{opacity:.5;cursor:not-allowed}.pill-tab .dot{width:8px;height:8px;border-radius:50%;background:var(--muted)}.pill-tab .dot.on{background:var(--accent-2)}.pill-tab .dot.off{background:var(--muted)}.info{background:var(--code-bg);border:1px solid var(--border);border-radius:6px;padding:6px 8px}.info code{color:var(--accent);word-break:break-all}.prs{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.pr{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;padding:8px 10px;display:flex;gap:8px;align-items:center;justify-content:space-between;font-size:12px}.pr.merged{opacity:.6}.pr strong{display:block}.badge.open{background:#dff6dd;color:var(--accent-2)}.badge.merge{background:var(--accent-light);color:var(--accent)}.badge{font-size:10px;padding:2px 8px;border-radius:999px;text-transform:uppercase;margin-left:4px}.git-trigger{position:fixed;bottom:16px;right:16px;background:var(--accent);color:#fff;border:0;border-radius:999px;padding:10px 16px;display:flex;gap:6px;align-items:center;cursor:pointer;box-shadow:0 8px 24px #0006;font:inherit;z-index:50}.git-trigger:hover{filter:brightness(1.1)}.git-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:grid;place-items:center;z-index:100}.git-modal{background:var(--panel);border:1px solid var(--border);border-radius:14px;width:min(720px,92vw);max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:16px}.git-modal header{display:flex;align-items:center;justify-content:space-between}.provider-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.provider-card{background:var(--panel-2);border:1px solid var(--border);border-radius:10px;padding:12px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.provider-card.connected{border-color:#22c55e59}.provider-logo{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;font-weight:700;color:#fff;font-size:18px}.provider-logo.lg{width:44px;height:44px;font-size:22px}.provider-info{display:flex;flex-direction:column}.provider-actions{align-self:stretch;margin-top:4px}.provider-connect{display:flex;flex-direction:column;gap:10px;border-top:4px solid;padding-top:12px}.provider-header{display:flex;gap:10px;align-items:center;padding:10px;border-radius:10px;color:#fff}.radio{display:flex;gap:8px;align-items:flex-start;padding:6px 0}.radio input{margin-top:4px}.radio span{display:flex;flex-direction:column;gap:2px}.provider-actions{display:flex;justify-content:flex-end;gap:8px}.connections-page,.blank-workspace-page{flex:1;min-height:0;background:var(--bg)}.connections-page{overflow-y:auto;padding:32px}.connections-page-inner{width:min(980px,100%);margin:0 auto;display:flex;flex-direction:column;gap:18px}.composer{border-top:1px solid var(--border);background:var(--panel);padding:12px 16px 28px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:end}.composer textarea{resize:none;background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:10px 12px;font:inherit;outline:none;min-height:56px;max-height:200px}.composer textarea:focus{border-color:var(--accent)}.composer-add{position:relative;align-self:end;padding-bottom:2px}.composer-add-btn{cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;font-weight:400;border:1px solid var(--border);border-radius:10px;background:var(--panel-2);color:var(--text);transition:all .1s}.composer-add-btn:hover{background:var(--panel);border-color:var(--muted)}.composer-add-btn:disabled{opacity:.5;cursor:not-allowed}.composer-add-menu{position:absolute;bottom:calc(100% + 8px);left:0;min-width:180px;background:var(--panel-2);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #00000059;padding:6px;display:flex;flex-direction:column;gap:2px;z-index:20}.composer-add-menu button{cursor:pointer;text-align:left;padding:8px 10px;border-radius:8px;border:none;background:transparent;color:var(--text);font:inherit;font-size:13px}.composer-add-menu button:hover{background:var(--panel)}.composer-repos{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:8px 16px 0;cursor:pointer}.composer-repos-label{font-size:12px;color:var(--muted);margin-right:2px}.repo-tag{display:inline-flex;align-items:center;gap:4px;background:var(--panel-2);border:1px solid var(--border);border-radius:999px;padding:3px 10px;font-size:12px}.repo-tag code{background:transparent;padding:0;color:var(--text)}.repo-tag-branch{color:var(--accent)}.repo-tag-remove{cursor:pointer;border:none;background:transparent;color:var(--muted);font-size:15px;line-height:1;padding:0 0 0 2px}.repo-tag-remove:hover{color:var(--danger)}.repo-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:60}.repo-picker{width:min(640px,92vw);max-height:82vh;background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 16px 48px #0006}.repo-picker-header,.repo-picker-footer{display:flex;align-items:center;justify-content:space-between}.repo-picker-header h2{margin:0;font-size:16px}.repo-picker-empty{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:12px 0}.repo-tags{display:flex;flex-wrap:wrap;gap:6px}.repo-list{overflow-y:auto;border:1px solid var(--border);border-radius:10px;padding:4px;display:flex;flex-direction:column;gap:2px;min-height:120px}.repo-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:8px}.repo-row:hover,.repo-row.checked{background:var(--panel-2)}.repo-row-main{display:flex;align-items:center;gap:8px;cursor:pointer;flex:1;min-width:0}.repo-row-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.repo-row-branch{background:var(--code-bg);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:4px 8px;font:inherit;font-size:12px;max-width:180px}.btn{cursor:pointer;padding:8px 16px;border-radius:6px;border:1px solid var(--border);background:var(--panel);color:var(--text);font:inherit;font-size:13px;font-weight:500;transition:all .1s}.btn:hover{background:var(--panel-2);border-color:var(--muted)}.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn.primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);filter:none}.btn.primary:disabled{opacity:.5;cursor:not-allowed}.btn.danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn.ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn.ghost:hover{background:var(--panel-2);border-color:var(--muted)}.btn.small{padding:4px 10px;font-size:12px}.btn.block{width:100%}.small{font-size:12px}@media (max-width: 1100px){.main-grid{flex-direction:column}.preview-panel{max-height:50vh;border-top:1px solid var(--border)}.drag-handle{display:none}}@media (max-width: 720px){.header-pills,.header-center{display:none}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:999}.modal{background:var(--panel);padding:24px;border-radius:14px;border:1px solid var(--border);width:90%;max-width:760px;box-shadow:0 10px 40px #0006}.modal h2{margin-top:0}.modal.confirm-delete{max-width:460px}.modal.confirm-delete p{margin:8px 0;line-height:1.5}.modal.confirm-delete input{width:100%;margin-top:8px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);font-size:14px;box-sizing:border-box}.confirm-delete-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.plans{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:18px 0}.plan-card{border:1px solid var(--border);border-radius:12px;padding:16px;background:var(--bg)}.plan-card h3{margin:0 0 6px}.plan-card .price{color:var(--accent);margin-bottom:10px;font-weight:600}.plan-card ul{margin:8px 0 14px;padding-left:16px;font-size:13px}.error{padding:8px 12px;background:#d0484826;color:#ffb4b4;border:1px solid #d0484833;border-radius:8px;margin:8px 0;font-size:13px}.usage-page{flex:1;min-height:0;overflow-y:auto;background:var(--bg);padding:32px}.usage-page-inner{width:min(980px,100%);margin:0 auto;display:flex;flex-direction:column;gap:18px}.usage-heading,.quota-title-row,.credits-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.usage-heading h1{margin:4px 0 6px;font-size:28px}.usage-heading p,.quota-title-row p,.credits-heading p{margin:0;color:var(--muted)}.usage-eyebrow{color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.usage-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:22px;box-shadow:var(--shadow)}.usage-card h2{margin:0 0 5px;font-size:18px}.quota-percent{color:var(--accent);font-size:26px}.quota-progress{height:14px;margin:20px 0;overflow:hidden;border-radius:999px;background:var(--panel-2);border:1px solid var(--border)}.quota-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),#00a4ef);transition:width .3s ease}.quota-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.quota-stats div{display:flex;flex-direction:column;gap:5px;padding:14px;border-radius:10px;background:var(--panel-2)}.quota-stats span{color:var(--muted);font-size:12px}.quota-stats strong{font-size:18px}.quota-note{margin:18px 0 0;padding-top:16px;border-top:1px solid var(--border);color:var(--muted);line-height:1.5}.credit-balance{white-space:nowrap;padding:7px 11px;border-radius:999px;background:var(--accent-light);color:var(--accent);font-weight:700}.pay-method{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:16px}.pay-method-label{color:var(--muted);font-size:13px;font-weight:600}.pay-method-options{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--border);border-radius:999px;background:var(--bg)}.pay-method-option{border:none;background:transparent;color:var(--muted);padding:6px 14px;border-radius:999px;font-weight:600;font-size:13px;cursor:pointer}.pay-method-option:hover{color:var(--text)}.pay-method-option.active{background:var(--accent);color:#fff}.credit-packages{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.credit-package{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--bg)}.credit-package-tokens{color:var(--accent);font-weight:700;font-size:17px}.credit-package strong{font-size:20px}@media (max-width: 720px){.usage-page{padding:18px}.usage-heading,.quota-title-row,.credits-heading{flex-direction:column;gap:10px}.quota-stats,.credit-packages{grid-template-columns:1fr}}.gate{flex:1;display:flex;align-items:center;justify-content:center;padding:32px}.gate-card{background:var(--panel);padding:32px;border-radius:16px;border:1px solid var(--border);max-width:480px;text-align:center}.gate-card h2{margin-top:0}@media (max-width: 720px){.app{grid-template-columns:180px 1fr}.header-pills,.header-center{display:none}}.tree{font-size:13px;max-height:360px;overflow:auto;padding:8px;background:var(--bg);border-radius:8px}.tree-dir{cursor:pointer;-webkit-user-select:none;user-select:none;padding:2px 4px}.tree-files{list-style:none;margin:0 0 4px 12px;padding:0}.tree-files li{display:flex;align-items:center;gap:6px;padding:1px 0}.tree-files li a{color:var(--accent);cursor:pointer}.tree-files li small{font-size:10px;color:var(--muted)}.fileview{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:10px;margin-top:10px}.fileview pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;max-height:360px;overflow:auto;margin:8px 0;white-space:pre-wrap}.review{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:10px;margin-top:10px}.review h4{margin:0 0 6px}.review ul{padding-left:16px}.badge.low{background:#3aaa8a}.badge.med{background:#c79a3a}.badge.high{background:#d04848}.badge{color:#fff;padding:1px 6px;border-radius:4px;font-size:11px;margin-right:6px}.timeline{list-style:none;margin:0;padding:0;max-height:220px;overflow:auto}.timeline-item{display:flex;gap:8px;align-items:center;padding:4px 6px;border-left:2px solid var(--border);font-size:12px}.timeline-item.role-user{border-left-color:#4b8bff}.timeline-item.role-assistant{border-left-color:#3aaa8a}.timeline-item.kind-error{border-left-color:#d04848}.timeline-item code{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}.timeline-item .ts{font-size:10px;color:var(--muted);min-width:64px}.ide-panel{border:1px solid var(--border);border-radius:10px;background:var(--panel);margin-top:12px;display:flex;flex-direction:column;min-height:60vh}.ide-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--border)}.ide-grid{display:grid;grid-template-columns:220px 1fr 360px;gap:0;flex:1;min-height:0}.ide-sidebar{border-right:1px solid var(--border);overflow:auto;padding:10px;font-size:13px;max-height:60vh}.ide-dir-group{margin-bottom:8px}.ide-dir{color:var(--muted);font-weight:600;padding:2px 4px;font-size:12px}.ide-files{list-style:none;margin:0 0 0 8px;padding:0}.ide-file{display:flex;align-items:center;justify-content:space-between;padding:1px 0}.ide-file a{color:var(--accent);cursor:pointer}.ide-file .link{background:transparent;border:none;color:var(--muted);cursor:pointer;padding:0 4px}.ide-file .link:hover{color:var(--accent)}.ide-main{display:flex;flex-direction:column;min-width:0;min-height:0}.ide-tabs{display:flex;align-items:center;gap:4px;padding:4px 8px;border-bottom:1px solid var(--border);background:var(--bg);font-size:12px;overflow-x:auto}.ide-tab{background:transparent;border:1px solid transparent;padding:2px 10px;border-radius:4px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap}.ide-tab.active{background:var(--panel);border-color:var(--border)}.ide-tab .x{color:var(--muted);cursor:pointer}.ide-tab-actions{margin-left:auto;display:inline-flex;gap:6px}.ide-content{flex:1;min-height:0;overflow:auto;background:#0d1117}.ide-empty{padding:40px;text-align:center}.ide-terminal{border-left:1px solid var(--border);display:flex;flex-direction:column;min-height:0;max-height:60vh}.ide-terminal h4{margin:0;padding:6px 10px;border-bottom:1px solid var(--border);font-size:12px;font-weight:600}.xterm-container{flex:1;padding:4px;min-height:200px;max-height:calc(60vh - 32px);overflow:hidden}.diff{padding:12px}@media (max-width: 1080px){.ide-grid{grid-template-columns:180px 1fr}.ide-terminal{display:none}}.landing{min-height:100vh;background:radial-gradient(900px 500px at 15% -10%,rgba(0,120,212,.1),transparent 60%),radial-gradient(800px 500px at 100% 0%,rgba(0,164,239,.08),transparent 55%),var(--bg);color:var(--text);display:flex;flex-direction:column;scroll-behavior:smooth}.landing-nav{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:24px;padding:14px 32px;border-bottom:1px solid var(--border);background:#fffc;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px)}.landing-brand{display:flex;align-items:center;gap:10px;font-size:18px;color:var(--text);text-decoration:none}.landing-brand strong{letter-spacing:-.01em}.landing-nav-links{display:flex;align-items:center;gap:24px;margin-left:20px}.landing-nav-links a{color:var(--muted);text-decoration:none;font-size:14px;font-weight:500;transition:color .15s}.landing-nav-links a:hover{color:var(--text)}.landing-nav-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.brand-logo{display:inline-flex;align-items:center;gap:10px}.brand-wordmark{font-family:Space Grotesk,Segoe UI,system-ui,sans-serif;font-size:1.16em;font-weight:600;letter-spacing:-.01em;line-height:1;color:#0078d4}.landing-hero{text-align:center;padding:88px 24px 40px;max-width:860px;margin:0 auto;width:100%}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;border:1px solid var(--border);background:var(--panel);color:var(--muted);font-size:13px;font-weight:600;box-shadow:var(--shadow);margin-bottom:24px}.landing-title{font-size:56px;font-weight:700;line-height:1.1;margin:0 0 22px;letter-spacing:-.03em}.landing-title .accent{color:var(--accent)}.landing-subtitle{font-size:19px;color:var(--muted);line-height:1.6;max-width:640px;margin:0 auto 34px}.landing-subtitle strong{color:var(--text);font-weight:600}.landing-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.landing-btn{font-size:16px;padding:13px 30px;border-radius:8px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center}.landing-btn.primary{background:var(--accent);border:1px solid var(--accent);color:#fff;box-shadow:0 6px 18px #0078d447;transition:transform .15s,box-shadow .15s,background .15s}.landing-btn.primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px);box-shadow:0 10px 26px #0078d45c}.hero-window{margin:56px auto 0;max-width:760px;border:1px solid var(--border);border-radius:14px;background:var(--panel);box-shadow:var(--shadow-lg);overflow:hidden;text-align:left}.hero-window-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--panel-2);border-bottom:1px solid var(--border)}.hero-window-bar .dot{width:11px;height:11px;border-radius:50%}.hero-window-bar .dot.red{background:#ff5f57}.hero-window-bar .dot.yellow{background:#febc2e}.hero-window-bar .dot.green{background:#28c840}.hero-window-title{margin-left:10px;font-size:12px;color:var(--muted);font-weight:600}.hero-window-body{display:grid;grid-template-columns:1.1fr 1fr;gap:0}.hero-chat{padding:20px;display:flex;flex-direction:column;gap:12px;border-right:1px solid var(--border)}.hero-msg{padding:10px 14px;border-radius:10px;font-size:13.5px;line-height:1.45;max-width:92%}.hero-msg.user{align-self:flex-end;background:var(--accent-light);border:1px solid #c7e0f4}.hero-msg.ai{align-self:flex-start;background:var(--panel-2);border:1px solid var(--border);color:var(--muted)}.hero-typing{display:inline-flex;gap:3px;margin-right:6px;vertical-align:middle}.hero-typing i{width:6px;height:6px;border-radius:50%;background:var(--accent);display:inline-block;animation:dotPulse 1.4s infinite}.hero-typing i:nth-child(2){animation-delay:.2s}.hero-typing i:nth-child(3){animation-delay:.4s}.hero-preview{padding:16px;background:var(--code-bg);display:flex;flex-direction:column}.hp-topbar{display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:1px solid var(--border);margin-bottom:14px}.hp-dot-logo{width:18px;height:18px;border-radius:5px;background:linear-gradient(135deg,#00a4ef,#7fba00 45%,#ffb900 70%,#f25022)}.hp-title{font-size:13px;font-weight:700;color:var(--text)}.hp-body{display:flex;flex-direction:column;gap:10px}.hp-field{display:flex;flex-direction:column;gap:5px}.hp-label{font-size:11px;font-weight:600;color:var(--muted)}.hp-input{height:30px;border-radius:7px;border:1px solid var(--border);background:var(--panel)}.hp-input.short{width:65%}.hp-slots{display:flex;gap:6px;flex-wrap:wrap}.hp-slot{font-size:11px;font-weight:600;padding:5px 10px;border-radius:999px;border:1px solid var(--border);background:var(--panel);color:var(--muted)}.hp-slot.active{background:var(--accent-light);border-color:#c7e0f4;color:var(--accent)}.hp-slot.skeleton{width:52px;color:transparent;border-color:transparent;background:linear-gradient(90deg,var(--panel-2) 25%,var(--border) 37%,var(--panel-2) 63%);background-size:400% 100%;animation:hp-shimmer 1.4s ease infinite}.hp-btn{margin-top:4px;text-align:center;padding:9px;border-radius:8px;background:var(--accent);color:#fff;font-size:12.5px;font-weight:600;box-shadow:0 4px 12px #0078d440}.hp-building{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:11.5px;color:var(--muted)}@keyframes hp-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.section-title{text-align:center;font-size:34px;font-weight:700;letter-spacing:-.02em;margin:0 0 10px}.section-lead{text-align:center;color:var(--muted);font-size:17px;margin:0 auto 40px;max-width:620px}.landing-platforms,.landing-how,.landing-services{padding:72px 24px;max-width:1080px;margin:0 auto;width:100%}.platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.platform-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:26px;transition:transform .15s,border-color .15s,box-shadow .15s}.platform-card:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:var(--shadow-lg)}.platform-icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:var(--accent-light);color:var(--accent);margin-bottom:16px}.platform-card h3{margin:0 0 8px;font-size:17px}.platform-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px}.step{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:24px;text-align:left}.step-num{width:40px;height:40px;border-radius:10px;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:700;font-size:17px;margin:0 0 14px}.step h4{margin:0 0 6px;font-size:16px}.step p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.service-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:30px;border-top:3px solid var(--accent);transition:transform .15s,box-shadow .15s}.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.service-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:var(--accent-light);color:var(--accent);margin-bottom:18px}.service-card h3{margin:0 0 10px;font-size:18px}.service-card p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.6}.landing-final{padding:40px 24px 88px;max-width:1080px;margin:0 auto;width:100%}.final-card{text-align:center;padding:60px 32px;border-radius:20px;color:#fff;background:linear-gradient(120deg,#0078d4,#00a4ef);box-shadow:0 20px 50px #0078d44d}.final-card h2{margin:0 0 12px;font-size:32px;font-weight:700;letter-spacing:-.02em}.final-card p{margin:0 auto 28px;max-width:520px;font-size:17px;opacity:.92}.final-card .landing-btn.primary{background:#fff;border-color:#fff;color:var(--accent);box-shadow:0 8px 20px #0000002e}.final-card .landing-btn.primary:hover{background:#f3f2f1;border-color:#f3f2f1}.landing-footer{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:36px 24px;border-top:1px solid var(--border);color:var(--muted);font-size:13px;background:var(--panel)}.footer-brand{display:flex;align-items:center;gap:8px;color:var(--text)}@media (max-width: 900px){.hero-window-body{grid-template-columns:1fr}.hero-chat{border-right:none;border-bottom:1px solid var(--border)}}@media (max-width: 768px){.landing-nav{padding:12px 16px;gap:12px}.landing-nav-links{display:none}.landing-title{font-size:36px}.landing-hero{padding:56px 16px 24px}.section-title{font-size:27px}.landing-platforms,.landing-how,.landing-services{padding:52px 16px}}.loading-screen{height:100vh;display:grid;place-items:center;color:var(--muted);font-size:16px;background:var(--bg)}.auth-modal{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:32px;width:92%;max-width:420px;position:relative;box-shadow:0 20px 60px #00000080}.auth-close{position:absolute;top:12px;right:16px;background:none;border:none;color:var(--muted);font-size:24px;cursor:pointer}.auth-close:hover{color:var(--text)}.auth-header{text-align:center;margin-bottom:24px}.auth-header .landing-logo{font-size:40px}.auth-header h2{margin:8px 0 4px;font-size:22px}.auth-header p{margin:0;font-size:14px}.auth-tabs{display:flex;gap:0;margin-bottom:24px;border:1px solid var(--border);border-radius:10px;overflow:hidden}.auth-tab{flex:1;padding:10px;background:transparent;border:none;color:var(--muted);font:inherit;font-size:14px;cursor:pointer;transition:all .2s}.auth-tab.active{background:var(--accent);color:#fff;font-weight:600}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:13px;color:var(--muted)}.auth-field input{background:var(--panel-2);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:12px;font:inherit;font-size:15px;outline:none}.auth-field input:focus{border-color:var(--accent)}.auth-error{background:#ef44441f;color:#fca5a5;padding:10px 12px;border-radius:8px;font-size:13px}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--muted);font-size:13px}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-top:1px solid var(--border)}.microsoft-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--panel-2);border:1px solid var(--border);color:var(--text);padding:12px;border-radius:10px;font-size:15px;cursor:pointer}.microsoft-btn:hover{border-color:var(--accent);background:var(--panel)}.auth-header svg{display:block;margin:0 auto}.auth-providers{display:flex;flex-direction:column;gap:12px}.auth-providers .btn.block{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-radius:10px;font-size:15px;cursor:pointer}.provider-btn{background:var(--panel-2);border:1px solid var(--border);color:var(--text)}.provider-btn:hover{border-color:var(--accent);background:var(--panel)}.auth-fineprint{margin:18px 0 0;text-align:center;font-size:12px;line-height:1.5}.quota-block{padding:10px 16px 0}.quota-block-card{border:1px solid var(--border);border-left:4px solid var(--danger);background:var(--code-bg);border-radius:10px;padding:14px 16px}.quota-block-card h3{margin:0 0 6px;font-size:15px;color:var(--text)}.quota-block-card p{margin:0 0 12px;color:var(--muted);line-height:1.5}.quota-block-actions{display:flex;gap:8px;flex-wrap:wrap}.auth-sessions{overflow-x:auto}.auth-sessions-table{width:100%;border-collapse:collapse;font-size:13px}.auth-sessions-table th,.auth-sessions-table td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--border);white-space:nowrap}.auth-sessions-table th{color:var(--muted);font-weight:600}.auth-sessions-table tr.current{background:var(--accent-light)}.auth-sessions-table code{background:var(--panel-2);padding:1px 6px;border-radius:4px}.auth-badge{display:inline-block;font-size:11px;padding:2px 8px;border-radius:999px;border:1px solid var(--border);background:var(--panel-2);color:var(--muted)}.auth-badge.on{color:var(--accent-2);border-color:#107c104d}.auth-badge.off{color:var(--muted)}.auth-badge.current-tag{margin-left:6px;color:var(--accent);border-color:var(--accent)}body{background:radial-gradient(circle at 15% 0%,rgba(15,108,189,.05),transparent 28rem),var(--bg)}.app{background:var(--bg)}.sidebar{background:#fffffff0;border-right-color:#e7eaf0;box-shadow:8px 0 30px #1f304b09}.sidebar-top{padding:18px 14px 14px}.sidebar-top .btn{min-height:44px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:10px;box-shadow:0 5px 14px #0f6cbd33}.new-session-icon{width:20px;height:20px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:6px;font-size:17px;line-height:1}.sidebar-section-label{padding:5px 18px 9px;color:#8992a1;font-size:10px;font-weight:700;letter-spacing:.11em}.project-card{margin:4px 12px 10px;padding:12px 13px 10px;border:1px solid #dbe7f4;border-radius:12px;background:linear-gradient(180deg,#f2f8fe,#fff);box-shadow:0 4px 14px #1f304b0d}.project-card-label{color:#8992a1;font-size:10px;font-weight:700;letter-spacing:.11em;margin-bottom:6px}.project-card-name{display:flex;align-items:center;gap:7px;margin-bottom:10px}.project-star{color:var(--accent);font-size:13px;line-height:1}.project-card-title{font-weight:700;font-size:13.5px;color:var(--text);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card .session-etapas{margin-top:0;padding-top:10px;border-top:1px solid #e4eef8}.session-list{padding:0 9px}.session{margin-bottom:4px;padding:10px;border:1px solid transparent;border-radius:9px;transition:background .15s,border-color .15s,transform .15s}.session:hover{background:#f7f9fc;border-color:#edf0f4;transform:translate(1px)}.session.active{padding-left:10px;background:linear-gradient(90deg,#e7f3fc,#f5faff);border:1px solid #cfe6f7;box-shadow:inset 3px 0 0 var(--accent)}.session-title{font-size:13px;font-weight:600}.session-meta{display:inline-flex;align-items:center;gap:4px;color:#7d8795;text-transform:capitalize}.session-meta i{width:5px;height:5px;border-radius:50%;background:#8f99a8}.session.status-running .session-meta i{background:#0f6cbd;box-shadow:0 0 0 3px #0f6cbd1c}.session.status-error .session-meta i{background:var(--danger)}.session-actions{margin-top:3px}.session-actions button{border-radius:6px;border-color:#e6e9ee}.session-etapas{grid-column:1 / -1;margin-top:8px;padding-top:8px;border-top:1px solid #eceff3}.etapas-label{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8992a1;margin-bottom:6px}.etapas-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.etapa{display:flex;align-items:center;gap:8px;min-height:22px;font-size:12px;color:#7d8795}.etapa.current{margin:0 -8px;padding:3px 8px;background:var(--accent-light);border-radius:8px}.etapa-marker{width:16px;height:16px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid #d5dbe3;border-radius:50%;font-size:10px;line-height:1;color:transparent}.etapa-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.etapa.current>.etapa-name{color:var(--accent);font-weight:600}.etapa.current>.etapa-marker{border-color:var(--accent)}.etapa.done>.etapa-name{color:#4b5563}.etapa.done>.etapa-marker{border-color:#bfe3bf;background:#e6f4e6;color:var(--accent-2);font-weight:700}.etapa.awaiting>.etapa-marker{border-color:#d9822b;box-shadow:0 0 0 3px #d9822b26}.etapa.awaiting>.etapa-name{color:#d9822b}.etapa-spinner{width:16px;height:16px;flex-shrink:0;border:2px solid var(--accent-light);border-top-color:var(--accent);border-radius:50%;animation:etapa-spin .7s linear infinite}@keyframes etapa-spin{to{transform:rotate(360deg)}}.stage-approval{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:10px 0;padding:10px 14px;border:1px solid #f0d9bf;background:#fff8ef;border-radius:10px}.stage-approval-text{font-size:13px;color:#7a4d16}.stage-approval-actions{display:flex;gap:8px}.ring-progress{flex-shrink:0;margin-left:auto}.ring-progress circle{transition:stroke-dashoffset .5s ease}.ring-progress-text{font-size:10px;font-weight:700;fill:var(--accent)}.sidebar-menu{margin:auto 9px 10px;padding:10px 0 0;border-top-color:#eceff3;gap:3px}.sidebar-menu button{border-radius:9px;padding:9px 10px;font-size:13px;font-weight:500}.sidebar-menu button:hover{background:#f3f6fa}.sidebar-menu button.active{background:#e8f3fc;border-color:#d1e8f8;box-shadow:inset 3px 0 0 var(--accent)}.header{min-height:58px;padding:9px 18px;border-bottom-color:#e5e9ef;background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px #fffc;z-index:30}.header .brand-logo{gap:8px}.header-workspace{position:absolute;left:50%;display:flex;align-items:center;gap:8px;transform:translate(-50%);font-size:12px}.header-workspace-label,.header-workspace-divider{color:#929baa}.header-workspace strong{font-weight:600;color:#3c4655}.header-status{display:inline-flex;align-items:center;gap:5px;margin-left:6px;padding:4px 8px;border:1px solid #cce8d0;border-radius:999px;background:#f0faf2;color:#157f2d;font-size:10px;font-weight:700}.header-status i{width:6px;height:6px;border-radius:50%;background:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.user-avatar{width:36px;height:36px;border:2px solid white;background:linear-gradient(135deg,#0f6cbd,#3a96dd);box-shadow:0 0 0 1px #d9e0e8,0 4px 12px #0f6cbd33}.user-dropdown{border-color:#dfe4eb;box-shadow:0 18px 48px #20314d2e}.main-grid{background:#f6f8fb}.chat-wrapper{background:linear-gradient(#ffffffdb,#f7f9fce6),radial-gradient(circle at 50% 0%,rgba(15,108,189,.08),transparent 32rem)}.chat{gap:18px;padding:0 32px 36px;border-right-color:#e3e7ed;background:transparent;scroll-padding-top:76px}.conversation-header{position:sticky;top:0;z-index:6;display:flex;align-items:center;justify-content:space-between;margin:0 -32px 6px;padding:14px 28px;border-bottom:1px solid rgba(220,226,234,.9);background:#fffc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.conversation-agent{display:flex;align-items:center;gap:10px}.conversation-agent-mark{display:grid;place-items:center;filter:drop-shadow(0 5px 10px rgba(15,108,189,.14))}.conversation-agent>div{display:flex;flex-direction:column;gap:2px}.conversation-agent strong{color:#2d3644;font-size:13px}.conversation-agent span:not(.conversation-agent-mark){display:flex;align-items:center;gap:5px;color:#788291;font-size:10px}.conversation-agent span i{width:6px;height:6px;border-radius:50%;background:#20a144}.conversation-context{padding:5px 9px;border:1px solid #e0e5ec;border-radius:999px;background:#fff;color:#7c8795;font-size:10px;font-weight:600}.welcome-panel{width:min(720px,100%);margin:auto;padding:48px 28px 12px;text-align:center}.welcome-orbit{position:relative;width:78px;height:78px;display:grid;place-items:center;margin:0 auto 22px}.welcome-orbit-ring{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(15,108,189,.2);border-radius:50%;background:radial-gradient(circle,rgba(15,108,189,.09),transparent 68%);animation:welcome-pulse 3s ease-in-out infinite}.welcome-orbit:before,.welcome-orbit:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#0f6cbd;box-shadow:0 0 12px #0f6cbda6}.welcome-orbit:before{top:8px;right:8px}.welcome-orbit:after{bottom:9px;left:6px;background:#7fba00}@keyframes welcome-pulse{50%{transform:scale(1.08);opacity:.62}}.welcome-eyebrow{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.13em}.welcome-panel h2{margin:10px 0;color:#252f3d;font-size:clamp(24px,3vw,34px);line-height:1.15;letter-spacing:-.035em}.welcome-panel>p{max-width:580px;margin:0 auto;color:#687384;font-size:15px;line-height:1.65}.welcome-suggestions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px;text-align:left}.welcome-suggestions>div{min-width:0;padding:14px;border:1px solid #e1e6ed;border-radius:12px;background:#ffffffc7;box-shadow:0 7px 20px #2d3f5b0d}.suggestion-icon{width:29px;height:29px;display:grid;place-items:center;margin-bottom:14px;border-radius:8px;font-size:14px}.suggestion-icon.blue{color:#0f6cbd;background:#e8f3fc}.suggestion-icon.green{color:#27852e;background:#e9f7e9}.suggestion-icon.orange{color:#bf5b08;background:#fff2e8}.welcome-suggestions strong{display:block;margin-bottom:4px;color:#303947;font-size:12px}.welcome-suggestions small{display:block;color:#7d8796;font-size:10px;line-height:1.45}.conversation-row{width:100%;display:flex;align-items:flex-start;gap:10px}.conversation-row.user{justify-content:flex-end}.message-avatar{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:10px}.message-avatar.assistant{background:#fff;border:1px solid #e0e5ec;box-shadow:0 4px 12px #1f325014}.message-avatar.user{border-radius:50%;background:linear-gradient(135deg,#153b66,#0f6cbd);color:#fff;font-size:12px;font-weight:700;box-shadow:0 4px 12px #0f6cbd2e}.conversation-row .bubble{max-width:min(720px,78%);padding:13px 15px;border-radius:5px 16px 16px;box-shadow:0 7px 22px #2a39520e}.conversation-row.user .bubble{border:1px solid #b9d9f1;border-radius:16px 5px 16px 16px;background:linear-gradient(135deg,#e5f2fc,#eff8ff)}.conversation-row.assistant .bubble{border-color:#e0e5ec;background:#fffffff0}.message-meta{display:flex;align-items:center;gap:8px;margin-bottom:7px;color:#8a94a3;font-size:10px}.message-meta strong{color:#485364;font-size:11px;font-weight:700}.conversation-row .prose{color:#354052;font-size:14px;line-height:1.62}.conversation-row .bubble.streaming{min-width:min(540px,76%);border-style:solid;border-color:#d6e6f4}.working-status{display:inline-flex;align-items:center;gap:5px;color:var(--accent)}.working-status i{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:working-pulse 1.4s infinite}@keyframes working-pulse{50%{box-shadow:0 0 0 5px #0f6cbd1f}}.tool-summary{margin:3px 0 10px;padding:9px;border:1px solid #e4e9ef;border-radius:9px;background:#f7f9fb;gap:5px}.tool-summary-label{width:100%;margin-bottom:2px;color:#7b8593;font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.tool-chip{padding:3px 7px;border-color:#dbe6ef;border-radius:999px;background:#fff;color:#315d82;font-family:Segoe UI,system-ui,sans-serif;font-size:9px}.thinking-state{display:flex;align-items:center;gap:10px;color:#657183;font-size:12px}.thinking-bars{display:flex;align-items:center;gap:2px;height:16px}.thinking-bars i{width:3px;height:7px;border-radius:99px;background:var(--accent);animation:thinking-bars 1s ease-in-out infinite}.thinking-bars i:nth-child(2){animation-delay:.14s}.thinking-bars i:nth-child(3){animation-delay:.28s}@keyframes thinking-bars{50%{height:15px}}.code-block{border-color:#dce2ea;border-radius:10px;background:#f6f8fa}.preview-panel{height:100%;display:flex;flex-direction:column;background:#fbfcfd;border-left:0}.preview-header{min-height:48px;padding:10px 14px;background:#ffffffd1}.preview-header h3{color:#394454;font-size:12px}.preview-tabs{padding:7px 8px;background:#f7f9fb}.preview-tab{border-radius:7px;font-size:11px}.preview-tab.active{background:#fff;border-color:#dce2e9;box-shadow:0 2px 8px #2536500f}.preview-content{background:linear-gradient(45deg,#f8f9fb 25%,transparent 25%),linear-gradient(-45deg,#f8f9fb 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f8f9fb 75%),linear-gradient(-45deg,transparent 75%,#f8f9fb 75%),#fff;background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px}.drag-handle{width:5px;background:#e7eaf0}.handle-btn{border-color:#d6dce5;background:#fff;box-shadow:0 4px 12px #1f304b1f}.composer-shell{position:relative;padding:10px 18px 14px;border-top:1px solid #e3e7ed;background:#ffffffed}.composer-shell.drag-over{background:var(--accent-light)}.composer-drop-overlay{position:absolute;top:6px;right:12px;bottom:6px;left:12px;z-index:5;display:flex;align-items:center;justify-content:center;border:2px dashed var(--accent);border-radius:14px;background:#e8f3fcd9;color:var(--accent);font-weight:600;font-size:13px;pointer-events:none}.composer-attachments{display:flex;flex-wrap:wrap;gap:6px;padding:2px 2px 8px}.attachment-chip{display:inline-flex;align-items:center;gap:6px;max-width:260px;padding:4px 6px 4px 8px;border:1px solid #d8dee7;border-radius:8px;background:var(--panel-2);font-size:12px;color:var(--text)}.attachment-chip svg{flex-shrink:0;color:var(--accent)}.attachment-chip.unsupported{border-color:#f0c9ca;background:#fdf1f1}.attachment-chip.unsupported svg{color:var(--danger)}.attachment-chip.image{padding-left:4px}.attachment-thumb{flex-shrink:0;width:26px;height:26px;border-radius:5px;object-fit:cover;border:1px solid #d8dee7}.attachment-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.attachment-size{color:var(--muted);font-size:11px;flex-shrink:0}.attachment-remove{border:none;background:transparent;color:var(--muted);cursor:pointer;padding:0 2px;font-size:12px;line-height:1}.attachment-remove:hover{color:var(--danger)}.composer{grid-template-columns:auto 1fr auto;padding:7px;border:1px solid #d8dee7;border-radius:14px;background:#fff;box-shadow:0 8px 26px #21324d14,0 0 0 3px #ffffffbf}.composer:focus-within{border-color:#78b5e3;box-shadow:0 8px 28px #0f6cbd1a,0 0 0 3px #0f6cbd14}.composer textarea{min-height:44px;padding:10px 7px;border:none;background:transparent;line-height:1.5}.composer textarea:focus{border:none}.composer-add{align-self:center;padding:0}.composer-add-btn{width:36px;height:36px;border-color:transparent;border-radius:9px;background:#f4f6f9;color:#596576;font-size:20px}.composer-add-btn:hover{border-color:#dce2ea;background:#edf2f7}.composer-send{width:36px;height:36px;display:grid;place-items:center;padding:0;border-radius:9px}.composer-actions{align-self:center}.composer-hint{display:flex;align-items:center;justify-content:space-between;padding:8px 5px 0;color:#8a94a2;font-size:9px}.composer-hint kbd{padding:1px 5px;border:1px solid #dfe4eb;border-bottom-width:2px;border-radius:4px;background:#f8f9fb;color:#667181;font-family:inherit;font-size:9px}.composer-repos{padding:8px 20px 0;background:#ffffffed}.lock-overlay{border-radius:0;background:#f6f9fcc7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.lock-progress-wrap{padding:20px 28px;border:1px solid #dbe4ed;border-radius:14px;background:#fff;box-shadow:0 18px 50px #20345224}.lock-progress-text{color:#3d4d60}.landing{overflow-x:hidden;background:radial-gradient(900px 540px at 84% 8%,rgba(0,120,212,.12),transparent 66%),radial-gradient(700px 450px at 6% 16%,rgba(127,186,0,.07),transparent 65%),linear-gradient(180deg,#f9fbfd,#fff 34%,#f7f9fc)}.landing-nav{min-height:68px;padding:12px max(28px,calc((100vw - 1240px)/2));border-bottom-color:#dee4ecd1;background:#fafcfed6;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.landing-nav-links{gap:28px;margin-left:34px}.landing-nav-links a{color:#5f6978;font-size:13px}.landing-nav-actions .btn{min-height:38px;padding:8px 17px;border-radius:8px}.brand-wordmark{color:#0078d4}.landing-hero{width:min(1240px,calc(100% - 48px));max-width:none;padding:92px 0 74px;text-align:left}.hero-copy{position:relative;z-index:2;max-width:850px;margin:0 auto;text-align:center}.hero-badge{gap:9px;margin-bottom:25px;padding:7px 13px 7px 9px;border-color:#dce6ef;background:#ffffffc7;color:#526174;font-size:12px;box-shadow:0 8px 24px #2b416012;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-badge-pulse{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#e8f3fc}.hero-badge-pulse:after{content:"";width:6px;height:6px;border-radius:50%;background:#0f6cbd;box-shadow:0 0 0 4px #0f6cbd1a}.landing-title{margin-bottom:22px;color:#1d2734;font-size:clamp(48px,6vw,76px);font-weight:650;line-height:1.01;letter-spacing:-.055em}.landing-title .accent{background:linear-gradient(100deg,#0f6cbd 4%,#288bd2,#005a9e 96%);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-subtitle{max-width:690px;margin-bottom:30px;color:#5d6979;font-size:18px;line-height:1.65}.landing-cta{gap:10px}.landing-btn{min-height:50px;justify-content:center;gap:12px;padding:12px 24px;border-radius:10px;font-size:14px}.landing-btn.primary{background:linear-gradient(135deg,#0f6cbd,#0b5fa8);border-color:#0f6cbd;box-shadow:0 10px 25px #0f6cbd3d}.landing-btn.ghost{border-color:#d8dee7;background:#ffffffb8}.hero-trust{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:24px;color:#6f7a89;font-size:11px}.hero-trust span{display:inline-flex;align-items:center;gap:5px}.hero-trust svg{color:#288c36}.hero-stage{position:relative;margin-top:66px;padding:0 18px}.hero-stage-glow{position:absolute;top:8%;right:12%;bottom:-8%;left:12%;border-radius:50%;background:#0f6cbd30;filter:blur(70px);opacity:.65}.hero-window{position:relative;z-index:2;max-width:none;margin:0;overflow:hidden;border:1px solid rgba(203,213,225,.9);border-radius:18px;background:#fff;box-shadow:0 44px 100px #233c5d33,0 10px 30px #233c5d17,inset 0 1px #fff}.hero-window:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;border:1px solid rgba(255,255,255,.9);border-radius:inherit;pointer-events:none}.hero-window-bar{min-height:52px;justify-content:space-between;padding:10px 15px;border-bottom-color:#e6eaf0;background:linear-gradient(180deg,#fbfcfd,#f6f8fa)}.hero-window-brand{min-width:170px;display:flex;align-items:center;gap:7px;color:#344052;font-size:11px;font-weight:700}.hero-window-project{padding:5px 10px;border:1px solid #e0e5ec;border-radius:6px;background:#fff;color:#647083;font-size:10px}.hero-live{min-width:170px;display:flex;align-items:center;justify-content:flex-end;gap:6px;color:#44704a;font-size:10px;font-weight:600}.hero-live i{width:7px;height:7px;border-radius:50%;background:#32a852;box-shadow:0 0 0 4px #32a8521a}.hero-window-body{min-height:480px;display:grid;grid-template-columns:170px minmax(350px,1fr) minmax(340px,.9fr);background:#f7f9fb}.hero-demo-sidebar{padding:18px 10px;border-right:1px solid #e4e8ee;background:#fbfcfd}.hero-demo-label{display:block;padding:0 8px;margin:0 0 7px;color:#9aa3b0;font-size:8px;font-weight:800;letter-spacing:.12em}.hero-demo-label:not(:first-child){margin-top:23px}.hero-demo-session,.hero-demo-step{display:flex;align-items:center;gap:7px;min-height:31px;padding:7px 8px;border-radius:7px;color:#778190;font-size:9px}.hero-demo-session.active{border:1px solid #d3e8f8;background:#eaf5fd;color:#235d8c;font-weight:700}.hero-demo-icon{color:#0f6cbd;font-size:12px}.hero-demo-step>span:first-child:not(.hero-mini-spinner){width:13px;height:13px;border:1px solid #d7dde5;border-radius:50%}.hero-demo-step.done{color:#4e7354}.hero-demo-step.done svg{width:13px;height:13px;padding:2px;border-radius:50%;background:#e4f5e7}.hero-demo-step.active{color:#1a6da9;background:#f1f8fd;font-weight:600}.hero-mini-spinner{width:13px;height:13px;border:2px solid #cce3f4;border-top-color:#0f6cbd;border-radius:50%;animation:hero-spin 1.1s linear infinite}@keyframes hero-spin{to{transform:rotate(360deg)}}.hero-chat{min-width:0;padding:0;gap:0;border-right:1px solid #e4e8ee;background:radial-gradient(circle at 70% -10%,rgba(15,108,189,.08),transparent 17rem),#fff}.hero-chat-heading{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:11px 15px;border-bottom:1px solid #e7ebf0}.hero-chat-heading>div{display:flex;flex-direction:column;gap:3px}.hero-chat-heading strong{color:#354052;font-size:11px}.hero-chat-heading div span{display:flex;align-items:center;gap:5px;color:#7c8795;font-size:8px}.hero-chat-heading div span i{width:5px;height:5px;border-radius:50%;background:#30a64e}.hero-context-chip{padding:4px 7px;border:1px solid #e1e6ec;border-radius:999px;color:#7a8492;font-size:8px}.hero-conversation{flex:1;display:flex;flex-direction:column;gap:18px;padding:23px 17px}.hero-message-row{display:flex;align-items:flex-start;gap:7px}.hero-message-row.user{justify-content:flex-end}.hero-user-avatar{width:24px;height:24px;flex:0 0 24px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#183e68,#0f6cbd);color:#fff;font-size:8px;font-weight:700}.hero-msg{max-width:82%;padding:10px 11px;border-radius:4px 11px 11px;font-size:10px;line-height:1.5;box-shadow:0 4px 14px #2336520d}.hero-msg.user{border-color:#c6dff1;border-radius:11px 4px 11px 11px;background:#eaf5fd;color:#365267}.hero-msg.ai{display:flex;flex-direction:column;gap:5px;border-color:#e0e5eb;background:#fff;color:#596575}.hero-msg.ai strong{color:#354052}.hero-plan{display:flex;flex-direction:column;gap:6px;margin-top:7px;padding:9px;border:1px solid #e8ebef;border-radius:7px;background:#f8fafb}.hero-plan>span{display:flex;align-items:center;gap:6px;color:#87909d;font-size:8px}.hero-plan>span>span:not(.hero-mini-spinner){width:11px;height:11px;border:1px solid #d7dde5;border-radius:50%}.hero-plan .done{color:#4e7655}.hero-plan .done svg{padding:1px;border-radius:50%;background:#e4f5e7}.hero-plan .active{color:#206b9e;font-weight:600}.hero-plan .hero-mini-spinner{width:11px;height:11px}.hero-composer{min-height:44px;display:flex;align-items:center;gap:8px;margin:0 14px 14px;padding:5px 5px 5px 11px;border:1px solid #dce2e9;border-radius:10px;background:#fff;color:#a0a7b2;font-size:8px;box-shadow:0 6px 18px #25375112}.hero-composer span{flex:1}.hero-composer button{width:28px;height:28px;border:0;border-radius:7px;background:#0f6cbd;color:#fff}.hero-preview{min-width:0;padding:0;background:#f4f6f9}.hero-preview-tabs{min-height:43px;display:flex;align-items:flex-end;gap:4px;padding:7px 8px 0;border-bottom:1px solid #e2e6ec;background:#fafbfc}.hero-preview-tabs span{padding:7px 9px;border:1px solid transparent;border-bottom:0;border-radius:6px 6px 0 0;color:#808a98;font-size:8px}.hero-preview-tabs span.active{border-color:#e1e6ec;background:#fff;color:#35536b;font-weight:700}.hero-preview-tabs b{display:inline-grid;place-items:center;min-width:14px;height:14px;margin-left:3px;border-radius:99px;background:#e8f3fc;color:#0f6cbd;font-size:7px}.hero-browser{margin:13px;overflow:hidden;border:1px solid #dce2e9;border-radius:10px;background:#fff;box-shadow:0 10px 25px #2536501a}.hero-browser-bar{min-height:29px;display:flex;align-items:center;gap:7px;padding:5px 8px;border-bottom:1px solid #e6e9ee;background:#f7f8fa}.hero-browser-controls{color:#9aa2ad;font-size:9px;letter-spacing:3px}.hero-browser-url{flex:1;padding:4px 8px;border:1px solid #e2e6eb;border-radius:5px;background:#fff;color:#8c95a1;font-size:7px}.hp-topbar{margin:0;padding:11px 13px;border-bottom:1px solid #edf0f3}.hp-nav{margin-left:auto;color:#7d8692;font-size:7px}.hp-body{min-height:325px;padding:24px 23px;gap:9px;background:radial-gradient(circle at 90% 5%,rgba(15,108,189,.1),transparent 11rem),#fff}.hp-kicker{color:#0f6cbd;font-size:7px;font-weight:800;letter-spacing:.12em}.hp-heading{max-width:220px;margin-bottom:6px;color:#263342;font-size:19px;font-weight:700;line-height:1.08;letter-spacing:-.04em}.hp-input{height:33px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;color:#4e5b6b;font-size:9px}.hp-input b{color:#8c96a3}.hp-slot{border-radius:6px}.hp-slot.active{border-color:#0f6cbd;background:#0f6cbd;color:#fff}.hp-btn{margin-top:5px;padding:10px;border-radius:7px;background:linear-gradient(135deg,#0f6cbd,#0b5a9d)}.hp-proof{display:flex;align-items:center;justify-content:center;gap:4px;color:#6e7886;font-size:7px}.hp-proof svg{color:#27933b}.hero-preview{display:flex;flex-direction:column}.hero-phone{position:relative;width:214px;margin:20px auto 22px;padding:4px;border-radius:44px;background:linear-gradient(150deg,#5a5e78,#2b2d3a 26%,#17181f 60%,#0c0d12);box-shadow:0 34px 64px #0605188c,0 0 0 1px #ffffff0f,0 10px 46px #00a4ef6b}.hero-phone:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:41px;z-index:0;background:#05060b;box-shadow:inset 0 0 0 1px #ffffff0d}.ph-island{position:absolute;top:15px;left:50%;transform:translate(-50%);width:62px;height:17px;border-radius:99px;background:#000;z-index:6;box-shadow:inset 0 0 0 1px #ffffff0d}.ph-screen{position:relative;z-index:1;display:flex;flex-direction:column;height:500px;border-radius:40px;overflow:hidden;background:radial-gradient(160px 160px at 86% -4%,rgba(0,164,239,.34),transparent 72%),radial-gradient(150px 150px at 4% 5%,rgba(15,108,189,.3),transparent 72%),radial-gradient(220px 200px at 106% 106%,rgba(34,211,238,.16),transparent 72%),#070a10}.ph-status{display:flex;align-items:center;justify-content:space-between;padding:9px 18px 2px;color:#eef0f8;font-size:9px;font-weight:700}.ph-status-ic{display:flex;align-items:center;gap:4px;color:#eef0f8}.app-scroll{flex:1;min-height:0;overflow:hidden;display:block;padding-bottom:6px}.app-top{display:flex;align-items:center;justify-content:space-between;padding:9px 16px 0}.app-loc{display:flex;flex-direction:column;gap:1px}.app-loc-label{font-size:6px;font-weight:700;letter-spacing:.18em;color:#7a8699}.app-loc-value{display:flex;align-items:center;gap:3px;font-size:10px;font-weight:600;color:#f5f3ff;font-family:Space Grotesk,system-ui,sans-serif}.app-loc-value svg{width:10px;height:10px;color:#4cc2ff}.app-bell{position:relative;width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:#ffffff0f;color:#d6d9ea;border:1px solid rgba(255,255,255,.08)}.app-bell svg{width:13px;height:13px}.app-bell i{position:absolute;top:6px;right:6px;width:5px;height:5px;border-radius:50%;background:#22d3ee;border:1.5px solid #070a10;box-shadow:0 0 6px #22d3eee6}.app-greeting{padding:13px 16px 0}.app-hi{font-size:18px;font-weight:700;letter-spacing:-.02em;color:#f5f3ff;font-family:Space Grotesk,system-ui,sans-serif}.app-sub{margin-top:2px;font-size:8px;color:#93a1b5}.app-search{margin:12px 16px 0;display:flex;align-items:center;gap:7px;height:34px;padding:0 5px 0 11px;border-radius:13px;background:#ffffff0f;border:1px solid rgba(255,255,255,.09);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#8b90a8;font-size:8px}.app-search>svg{width:12px;height:12px;color:#4cc2ff}.app-search>span{flex:1}.app-search-btn{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#0f6cbd,#00a4ef);box-shadow:0 4px 12px #00a4ef80}.app-search-btn svg{width:12px;height:12px}.app-cats{display:flex;gap:8px;padding:16px 16px 0}.app-cat{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;font-size:7px;font-weight:600;color:#b9bdd2}.app-cat-ic{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;color:#4cc2ff;background:#ffffff0f;border:1px solid rgba(255,255,255,.09);box-shadow:inset 0 1px #ffffff0f}.app-cat-ic svg{width:18px;height:18px}.app-section{display:flex;align-items:baseline;justify-content:space-between;padding:17px 16px 0}.app-section>span:first-child{font-size:11px;font-weight:700;color:#f5f3ff;letter-spacing:-.01em;font-family:Space Grotesk,system-ui,sans-serif}.app-see{font-size:7px;font-weight:700;color:#4cc2ff}.app-feature{position:relative;overflow:hidden;margin:11px 16px 0;padding:14px;border-radius:20px;color:#eaf6ff;background:linear-gradient(150deg,#0f1c28,#0b1520 58%,#070d16);border:1px solid rgba(0,164,239,.3);box-shadow:0 16px 34px #00000080,0 0 42px #00a4ef33}.app-feature:after{content:"";position:absolute;right:-34px;top:-34px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(0,164,239,.45),transparent 68%)}.app-feature:before{content:"";position:absolute;left:-30px;bottom:-46px;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,rgba(34,211,238,.28),transparent 70%)}.app-feature-top{position:relative;z-index:1;display:flex;align-items:center;gap:9px}.app-feature-avatar{flex:none;width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#0f6cbd,#00a4ef);color:#fff;font-size:12px;font-weight:700;font-family:Space Grotesk,system-ui,sans-serif;box-shadow:0 6px 14px #00a4ef6b}.app-feature-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.app-feature-name{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:700;white-space:nowrap;font-family:Space Grotesk,system-ui,sans-serif}.app-verified{display:inline-grid;place-items:center;width:12px;height:12px;border-radius:50%;background:#00a4ef;color:#fff}.app-verified svg{width:9px;height:9px}.app-verified svg path{stroke:#fff}.app-feature-role{font-size:7px;color:#93a1b5}.app-feature-foot{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-top:12px}.app-rating-pill{display:flex;align-items:center;gap:3px;padding:4px 9px;border-radius:99px;background:#ffffff14;border:1px solid rgba(255,255,255,.08);font-size:8px;font-weight:800;white-space:nowrap}.app-rating-pill svg{width:9px;height:9px;color:#fde047}.app-rating-pill b{font-weight:500;opacity:.85}.app-price-tag{font-size:12px;font-weight:700;font-family:Space Grotesk,system-ui,sans-serif}.app-price-tag i{font-size:7px;font-weight:500;opacity:.8;font-style:normal}.app-feature-cta{position:relative;z-index:1;margin-top:12px;padding:9px;border-radius:12px;text-align:center;font-size:9px;font-weight:700;font-family:Space Grotesk,system-ui,sans-serif;color:#fff;background:linear-gradient(135deg,#0f6cbd,#00a4ef 55%,#22d3ee);box-shadow:0 8px 18px #00a4ef73}.app-prov{display:flex;align-items:center;gap:9px;margin:10px 16px 0;padding:10px;border-radius:15px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.app-prov-avatar{flex:none;width:32px;height:32px;border-radius:11px;display:grid;place-items:center;color:#fff;font-size:10px;font-weight:800}.app-prov-avatar.a2{background:linear-gradient(135deg,#0f6cbd,#00a4ef);color:#fff}.app-prov-avatar.a3{background:linear-gradient(135deg,#00a4ef,#22d3ee);color:#fff}.app-prov-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.app-prov-name{font-size:9px;font-weight:700;color:#f5f3ff}.app-prov-role{font-size:7px;color:#93a1b5}.app-prov-meta{flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:3px}.app-prov-rate{display:flex;align-items:center;gap:3px;font-size:8px;font-weight:700;color:#c7cadb}.app-prov-rate svg{width:8px;height:8px;color:#fde047}.app-prov-price{font-size:10px;font-weight:700;color:#f5f3ff;font-family:Space Grotesk,system-ui,sans-serif}.app-provider-banner{display:flex;align-items:center;justify-content:center;gap:5px;margin:13px 16px 4px;padding:10px;border-radius:13px;font-size:7px;font-weight:700;color:#bfe9ff;background:linear-gradient(135deg,#0f6cbd3d,#22d3ee24);border:1px dashed rgba(0,164,239,.5)}.app-provider-banner svg{width:12px;height:12px;color:#4cc2ff}.ph-tabbar{display:flex;justify-content:space-around;align-items:center;padding:8px 8px 14px;background:#070a10d1;border-top:1px solid rgba(255,255,255,.07);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.ph-tab{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:6px;font-weight:600;color:#656a86}.ph-tab svg{width:15px;height:15px}.ph-tab.active{color:#4cc2ff}.ph-home{position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:80px;height:4px;border-radius:99px;background:#eef0f8;opacity:.55;z-index:6}.hero-float-card{position:absolute;z-index:4;display:flex;align-items:center;gap:7px;padding:10px 12px;border:1px solid rgba(216,225,234,.9);border-radius:10px;background:#ffffffe6;color:#465568;font-size:10px;font-weight:700;box-shadow:0 12px 30px #21355121;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-float-card svg{width:17px;height:17px;color:#0f6cbd}.hero-float-git{left:-16px;bottom:58px}.hero-float-review{right:-18px;top:76px}.hero-float-review svg{padding:2px;border-radius:50%;background:#e6f6e9;color:#238a37}.landing-proof{display:flex;align-items:center;justify-content:center;gap:20px;padding:20px 24px;border-top:1px solid #e7ebf0;border-bottom:1px solid #e7ebf0;background:#ffffffc7;color:#667282;font-size:11px;font-weight:600}.landing-proof i{width:3px;height:3px;border-radius:50%;background:#aeb6c1}.landing-product,.landing-platforms,.landing-how,.landing-services{width:min(1160px,calc(100% - 48px));max-width:none;padding:96px 0}.landing-product{margin:0 auto}.section-heading.split{display:grid;grid-template-columns:1fr .8fr;align-items:end;gap:70px;margin-bottom:42px}.section-heading.split .section-title,.section-heading.split .section-lead{margin:0;text-align:left}.section-eyebrow{display:block;margin-bottom:12px;color:#0f6cbd;font-size:10px;font-weight:800;letter-spacing:.14em}.section-eyebrow.centered{text-align:center}.section-title{color:#253140;font-size:clamp(31px,4vw,45px);line-height:1.12;letter-spacing:-.04em}.section-lead{color:#657182;font-size:15px;line-height:1.65}.capability-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.capability-card{position:relative;min-height:260px;overflow:hidden;padding:28px;border:1px solid #e0e5eb;border-radius:16px;background:#fff;box-shadow:0 10px 28px #23344f0e;transition:transform .2s,box-shadow .2s,border-color .2s}.capability-card:after{content:"";position:absolute;width:220px;height:220px;right:-110px;bottom:-130px;border-radius:50%;background:currentColor;opacity:.045}.capability-card:hover{transform:translateY(-4px);border-color:#cbd8e4;box-shadow:0 20px 48px #23344f1a}.capability-card.blue{color:#0f6cbd}.capability-card.green{color:#39833f}.capability-card.purple{color:#7356a8}.capability-card.orange{color:#bf5b08}.capability-top{display:flex;align-items:center;gap:11px;margin-bottom:25px}.capability-top>span{font-size:9px;font-weight:800;letter-spacing:.11em}.capability-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:color-mix(in srgb,currentColor 10%,white)}.capability-card h3{margin:0 0 10px;color:#293544;font-size:22px;letter-spacing:-.025em}.capability-card p{max-width:450px;margin:0;color:#667283;font-size:13px;line-height:1.65}.capability-detail{position:absolute;left:28px;bottom:25px;display:flex;align-items:center;gap:6px;color:#6f7a89;font-size:10px;font-weight:600}.capability-detail svg{color:currentColor}.platform-grid{gap:12px}.platform-card{min-height:220px;padding:25px;border-color:#e0e5eb;border-radius:15px;box-shadow:0 8px 24px #23344f0b}.platform-card:hover{border-color:#b8d7ee;box-shadow:0 18px 42px #23344f17}.platform-icon{border-radius:11px;background:#e8f3fc}.platform-card h3{color:#2d3948}.landing-how{position:relative;width:100%;max-width:none;padding-right:max(24px,calc((100vw - 1160px)/2));padding-left:max(24px,calc((100vw - 1160px)/2));background:linear-gradient(135deg,#102b46,#123c62 55%,#0b568d)}.landing-how .section-eyebrow{color:#73c5f4}.landing-how .section-title{color:#fff}.landing-how .section-lead{color:#bfd0df}.steps{position:relative;gap:0}.step{min-height:225px;padding:26px 23px;border:1px solid rgba(255,255,255,.12);border-radius:0;background:#ffffff0f}.step:first-child{border-radius:14px 0 0 14px}.step:last-child{border-radius:0 14px 14px 0}.step-num{width:34px;height:34px;border:1px solid rgba(255,255,255,.25);border-radius:9px;background:#ffffff1a;color:#8dd1f6;font-size:13px}.step h4{color:#fff;font-size:15px}.step p{color:#b7cad9;font-size:12px;line-height:1.65}.service-grid{gap:14px}.service-card{padding:28px;border:1px solid #e0e5eb;border-radius:15px;box-shadow:0 8px 24px #23344f0b}.service-icon{background:#edf5fb}.landing-final{width:min(1160px,calc(100% - 48px));max-width:none;padding:20px 0 100px}.final-card{position:relative;overflow:hidden;padding:76px 32px;border-radius:22px;background:radial-gradient(circle at 80% 0%,rgba(92,197,245,.35),transparent 24rem),linear-gradient(120deg,#0d4774,#0f6cbd 55%,#1787d1);box-shadow:0 30px 70px #0f558b40}.final-card:before,.final-card:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.final-card:before{width:320px;height:320px;right:-90px;top:-180px}.final-card:after{width:180px;height:180px;left:-80px;bottom:-100px}.landing-footer{background:#f9fafc}@media (max-width: 1100px){.hero-window-body{grid-template-columns:145px minmax(330px,1fr) minmax(310px,.85fr)}.hero-float-git{left:0}.hero-float-review{right:0}}@media (max-width: 900px){.header-workspace{display:none}.welcome-suggestions{grid-template-columns:1fr}.conversation-context{display:none}.hero-window-body{grid-template-columns:minmax(320px,1fr) minmax(300px,.9fr)}.hero-demo-sidebar{display:none}.hero-chat{border-bottom:0}.hero-window-brand,.hero-live{min-width:auto}.hero-float-card{display:none}.section-heading.split{grid-template-columns:1fr;gap:18px}.capability-grid{grid-template-columns:1fr}.step:first-child,.step:last-child{border-radius:0}.steps{grid-template-columns:repeat(2,1fr);gap:1px}.step:nth-child(1){border-radius:14px 0 0}.step:nth-child(2){border-radius:0 14px 0 0}.step:nth-child(3){border-radius:0 0 0 14px}.step:nth-child(4){border-radius:0 0 14px}}@media (max-width: 720px){.chat{padding:0 16px 24px}.conversation-header{margin:0 -16px 6px;padding:12px 16px}.conversation-row .bubble{max-width:calc(100% - 42px)}.message-avatar{width:28px;height:28px;flex-basis:28px}.composer-shell{padding:8px 10px 10px}.composer-hint span:last-child{display:none}.landing-nav{min-height:62px}.landing-nav-actions .ghost{display:none}.landing-nav-actions .btn{padding:7px 12px}.landing-hero{width:min(100% - 28px,1240px);padding:68px 0 55px}.landing-title{font-size:clamp(39px,12vw,54px)}.landing-subtitle{font-size:16px}.hero-trust{align-items:flex-start;flex-direction:column;width:fit-content;margin-right:auto;margin-left:auto;gap:8px}.hero-stage{margin-top:45px;padding:0}.hero-window-bar{padding:9px 11px}.hero-window-project{display:none}.hero-window-body{grid-template-columns:1fr}.hero-chat{min-height:390px;border-right:0;border-bottom:1px solid #e4e8ee}.hero-preview{min-height:430px}.landing-proof{flex-wrap:wrap;gap:10px 14px}.landing-proof i{display:none}.landing-product,.landing-platforms,.landing-services{width:min(100% - 28px,1160px);padding:72px 0}.capability-card{min-height:285px}.steps{grid-template-columns:1fr;gap:1px}.step,.step:nth-child(1),.step:nth-child(2),.step:nth-child(3),.step:nth-child(4){min-height:190px;border-radius:0}.step:first-child{border-radius:14px 14px 0 0}.step:last-child{border-radius:0 0 14px 14px}.landing-final{width:min(100% - 28px,1160px);padding-bottom:72px}.final-card{padding:56px 22px}}.destino-card{margin:10px 16px 0;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:var(--panel);display:flex;flex-direction:column;gap:10px}.destino-head{display:flex;flex-direction:column;gap:2px}.destino-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.destino-option{display:flex;flex-direction:column;gap:3px;text-align:left;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--panel-2);cursor:pointer;transition:border-color .15s,background .15s}.destino-option:hover{border-color:var(--accent);background:var(--accent-light)}.destino-option:disabled{opacity:.5;cursor:not-allowed}.destino-option-title{font-weight:600;color:var(--text);font-size:13px}.destino-option-desc{color:var(--muted);font-size:11px}.destino-create{display:flex;flex-direction:column;gap:8px}.destino-create-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.destino-create-row input[type=text]{flex:1;min-width:160px;border:1px solid var(--border);border-radius:6px;padding:6px 8px;font:inherit;background:var(--panel)}.destino-create-row select{border:1px solid var(--border);border-radius:6px;padding:6px 8px;font:inherit;background:var(--panel)}.destino-private{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--muted)}.destino-create-actions{display:flex;gap:8px}.destino-bar{margin:10px 16px 0;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:var(--panel-2);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--muted)}.destino-bar-info{display:inline-flex;align-items:center;gap:6px}.destino-bar-actions{display:inline-flex;gap:6px}.destino-dot{width:8px;height:8px;border-radius:999px;background:var(--accent-2);display:inline-block}.destino-err{color:var(--danger);font-size:12px}.support-page{max-width:980px;margin:0 auto;padding:24px;width:100%;overflow-y:auto}.support-header h1{margin:0 0 4px}.support-alert{margin:12px 0;padding:10px 12px;border-radius:9px;font-size:14px}.support-alert.ok{background:var(--accent-light);color:var(--accent)}.support-empty{text-align:center;padding:48px 16px;border:1px dashed var(--border);border-radius:12px;margin-top:16px}.support-empty-icon{font-size:40px;margin-bottom:8px}.support-empty .btn{margin-top:12px}.support-grid{display:grid;grid-template-columns:minmax(0,380px) 1fr;gap:20px;align-items:start;margin-top:16px}.support-new.card,.support-ticket.card{background:var(--panel-2);border:1px solid var(--border);border-radius:12px;padding:16px}.support-new h2,.support-list h2{font-size:15px;margin:0 0 12px}.support-field{display:flex;flex-direction:column;gap:4px;margin-bottom:12px;font-size:13px}.support-field input,.support-field textarea,.support-field select{padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--panel);color:var(--text);font:inherit}.support-field textarea{resize:vertical}.support-tickets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.support-ticket-top{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:6px}.support-badge{font-size:11px;padding:2px 8px;border-radius:999px;background:var(--panel);border:1px solid var(--border)}.support-badge.cat-support{background:var(--accent-light);color:var(--accent);border-color:transparent}.support-badge.cat-infra{background:#eef6ff;color:#1d6fd6;border-color:transparent}.support-badge.cat-architecture{background:#fdf1e6;color:#b3641a;border-color:transparent}.support-ticket-subject{display:block;margin-bottom:4px}.support-ticket-desc{margin:0 0 6px;font-size:13px;color:var(--muted);white-space:pre-wrap}.support-badge.status-open{background:var(--accent-light);color:var(--accent);border-color:transparent}.support-plans{margin-top:16px}.support-plans h2{font-size:15px;margin:0 0 12px}.support-plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.support-plan.card{background:var(--panel-2);border:1px solid var(--border);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px}.support-plan.card.contracted{border-color:var(--accent)}.support-plan-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.support-plan .btn{margin-top:auto;align-self:flex-start}@media (max-width: 760px){.support-grid{grid-template-columns:1fr}}.apps-page{max-width:980px;margin:0 auto;padding:24px;width:100%;overflow-y:auto}.apps-header h1{margin:0 0 4px}.apps-list{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}.apps-item.card{background:var(--panel-2);border:1px solid var(--border);border-radius:12px;padding:16px}.apps-item-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.apps-item-title{font-size:15px}.apps-item-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:4px}.apps-tickets{margin-top:12px;border-top:1px solid var(--border);padding-top:12px}.apps-tickets h3{font-size:13px;margin:0 0 8px}.apps-ticket-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.apps-ticket{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.apps-ticket-subject{flex:1;min-width:120px;font-size:13px}
