.artifact-card{display:inline-flex;align-items:center;gap:10px;max-width:100%;margin:4px 0;padding:8px 10px;border:1px solid var(--ops-line, #e2e8f0);border-radius:12px;background:#7f7f7f0a;vertical-align:middle;font-size:13px;line-height:1.3}.artifact-card--inert{opacity:.7}.artifact-card-icon{display:inline-flex;align-items:center;justify-content:center;flex:none;width:30px;height:30px;border-radius:8px;background:#6366f11f;color:#4f46e5}.artifact-card-meta{display:flex;flex-direction:column;min-width:0;gap:1px}.artifact-card-name{font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.artifact-card-sub{font-size:11.5px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.artifact-card-actions{display:inline-flex;align-items:center;gap:6px;margin-left:4px}.artifact-card-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border:1px solid var(--ops-line, #e2e8f0);border-radius:8px;background:#fff;color:#334155;font-size:12px;font-weight:500;text-decoration:none;cursor:pointer;white-space:nowrap}.artifact-card-btn:hover{background:#f8fafc;color:#0f172a}html[data-theme=dark] .artifact-card{border-color:#1e293b;background:#94a3b80f}html[data-theme=dark] .artifact-card-icon{background:#818cf829;color:#a5b4fc}html[data-theme=dark] .artifact-card-name{color:#e2e8f0}html[data-theme=dark] .artifact-card-sub{color:#94a3b8}html[data-theme=dark] .artifact-card-btn{border-color:#334155;background:#0f172a;color:#cbd5e1}html[data-theme=dark] .artifact-card-btn:hover{background:#1e293b;color:#f1f5f9}.artifact-pane{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;background:#fff;overflow:hidden}html[data-theme=dark] .artifact-pane{background:#0b1220}.artifact-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.artifact-modal{display:flex;flex-direction:column;width:min(960px,100%);height:min(90vh,100%);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 20px 60px #02061766}.artifact-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--ops-line, #e2e8f0)}.artifact-modal-title{font-weight:600;font-size:14px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.artifact-modal-controls{display:inline-flex;align-items:center;gap:4px;flex:none}.artifact-modal-controls button,.artifact-modal-controls a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:#475569;cursor:pointer;text-decoration:none}.artifact-modal-controls button:hover,.artifact-modal-controls a:hover{background:#7f7f7f1f;color:#0f172a}.artifact-modal-body{flex:1;min-height:0;overflow:auto;background:#f1f5f9}.artifact-frame{width:100%;height:100%;border:0;background:#fff}.artifact-image-wrap{display:flex;align-items:center;justify-content:center;min-height:100%;padding:16px}.artifact-image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:6px}.artifact-md{padding:22px 26px;background:#fff;min-height:100%}.artifact-text{margin:0;padding:18px 20px;background:#fff;min-height:100%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;line-height:1.6;white-space:pre-wrap;word-break:break-word;color:#1e293b}.artifact-modal-msg{padding:40px;text-align:center;color:#64748b;font-size:13px}html[data-theme=dark] .artifact-modal{background:#0b1220}html[data-theme=dark] .artifact-modal-head{border-color:#1e293b}html[data-theme=dark] .artifact-modal-title{color:#e2e8f0}html[data-theme=dark] .artifact-modal-controls button,html[data-theme=dark] .artifact-modal-controls a{color:#94a3b8}html[data-theme=dark] .artifact-modal-controls button:hover,html[data-theme=dark] .artifact-modal-controls a:hover{color:#f1f5f9}html[data-theme=dark] .artifact-modal-body{background:#020617}html[data-theme=dark] .artifact-md,html[data-theme=dark] .artifact-text,html[data-theme=dark] .artifact-frame{background:#0b1220;color:#e2e8f0}@media(max-width:640px){.artifact-modal-backdrop{padding:0}.artifact-modal{width:100%;height:100%;border-radius:0}.artifact-card{flex-wrap:wrap}}.tech-details{margin:8px 0 2px;border:1px solid var(--ops-line, #e2e8f0);border-radius:10px;background:#7f7f7f0a;overflow:hidden}.tech-details-toggle{display:flex;align-items:center;gap:7px;width:100%;padding:7px 11px;border:0;background:transparent;color:#64748b;font-size:12.5px;font-weight:500;text-align:left;cursor:pointer}.tech-details-toggle:hover{color:#0f172a;background:#7f7f7f0f}.tech-details.is-open .tech-details-toggle{border-bottom:1px solid var(--ops-line, #e2e8f0)}.tech-details-body{padding:10px 12px;font-size:13px}.tech-details-pre{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.55;white-space:pre-wrap;word-break:break-word;color:#334155;max-height:320px;overflow:auto}.tech-details-body>.embedded-markdown-block,.tech-details-body>.embedded-markdown{margin:0}html[data-theme=dark] .tech-details{border-color:#1e293b;background:#94a3b80f}html[data-theme=dark] .tech-details-toggle{color:#94a3b8}html[data-theme=dark] .tech-details-toggle:hover{color:#e2e8f0;background:#94a3b81a}html[data-theme=dark] .tech-details.is-open .tech-details-toggle{border-bottom-color:#1e293b}html[data-theme=dark] .tech-details-pre{color:#cbd5e1}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.app-shell{display:flex;height:100vh;flex-direction:column;overflow:hidden;--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .app-shell{background-color:#151515;color:#f4f4f5}html[data-theme-preference=mid] .app-shell{background-color:#242424}.app-workspace{display:flex;min-height:0px;flex:1 1 0%;overflow:hidden}.window-chrome{position:relative;z-index:120;display:flex;height:1.75rem;flex-shrink:0;align-items:center;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1))}html[data-theme=dark] .window-chrome{background-color:#151515;border-color:#3f3f46}html[data-theme-preference=mid] .window-chrome{background-color:#242424}html[data-theme-preference=mid] .window-chrome{border-color:#52525b}.window-chrome{-webkit-user-select:none;-moz-user-select:none;user-select:none}.window-chrome-traffic-spacer{height:100%;flex-shrink:0;width:82px}.window-chrome-grip{height:100%;min-width:0px;flex:1 1 0%;cursor:default}.window-chrome-brand-cluster{pointer-events:none;position:absolute;top:50%;display:flex;min-width:0px;align-items:center;gap:.5rem;left:50%;max-width:calc(100% - 180px);transform:translate(-50%,-50%)}.window-chrome-avatar{height:1.25rem;width:1.25rem;flex-shrink:0;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.window-chrome-brand{display:block;min-width:0px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:.75rem;line-height:1rem;font-weight:400;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .window-chrome-brand{color:#a1a1aa}.window-chrome-brand{font-family:var(--ops-font-family);letter-spacing:.3em;text-transform:uppercase;line-height:1}.sidebar{position:relative;display:flex;height:100%;width:286px;flex-shrink:0;flex-direction:column;border-right-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1));transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}html[data-theme=dark] .sidebar{background-color:#151515;border-color:#3f3f46}html[data-theme-preference=mid] .sidebar{background-color:#242424}html[data-theme-preference=mid] .sidebar{border-color:#52525b}.sidebar{width:var(--sidebar-width, 286px)}.sidebar-collapsed{width:72px}.sidebar-topbar{display:flex;height:3rem;flex-shrink:0;align-items:center;gap:.25rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));padding-left:.75rem;padding-right:.75rem}html[data-theme=dark] .sidebar-topbar{border-color:#3f3f46}html[data-theme-preference=mid] .sidebar-topbar{border-color:#52525b}.sidebar-topbar-collapsed{height:auto;flex-direction:column;align-items:center;justify-content:flex-start;gap:.5rem;padding-left:0;padding-right:0;padding-bottom:.5rem;padding-top:.75rem}.sidebar-topbar-collapsed.sidebar-topbar-admin{height:auto}.sidebar-topbar-collapsed .sidebar-titlebar-button{height:2rem;width:3rem}.sidebar-resizer{position:relative;z-index:30;width:.5rem;flex-shrink:0;cursor:col-resize;--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .sidebar-resizer{background-color:#151515}html[data-theme-preference=mid] .sidebar-resizer{background-color:#242424}.sidebar-resizer:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.sidebar-resizer:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1))}.sidebar-resizer{touch-action:none}.sidebar-resizer:after{content:"";position:absolute;inset:0 auto 0 50%;width:2px;transform:translate(-50%);border-radius:999px;background:#3b82f6;opacity:0;transition:opacity .12s ease}.sidebar-resizer:hover:after,.sidebar-resizer:focus-visible:after,html.sidebar-resizing .sidebar-resizer:after{opacity:1}.sidebar-icon-button,.icon-button{display:inline-flex;height:2rem;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.375rem;border-width:1px;border-color:transparent;background-color:transparent;padding-left:.625rem;padding-right:.625rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 51 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .sidebar-icon-button,html[data-theme=dark] .icon-button{color:#f4f4f5}.sidebar-icon-button:hover,.icon-button:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.sidebar-icon-button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.5}.sidebar-titlebar-button{height:1.75rem;width:1.75rem;flex-shrink:0;padding:0;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .sidebar-titlebar-button{color:#a1a1aa}.sidebar-titlebar-button svg{display:block}.sidebar-terminal-button{--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .sidebar-terminal-button{color:#a1a1aa}.terminal-toggle-collapsed,.terminal-toggle-collapsed-active,.theme-toggle-collapsed,.settings-toggle-collapsed{display:flex;height:2.25rem;width:100%;align-items:center;justify-content:center;border-radius:.375rem;border-width:1px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.terminal-toggle-collapsed,.theme-toggle-collapsed,.settings-toggle-collapsed{border-color:transparent;background-color:transparent;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .terminal-toggle-collapsed,html[data-theme=dark] .theme-toggle-collapsed,html[data-theme=dark] .settings-toggle-collapsed{color:#a1a1aa}.terminal-toggle-collapsed:hover,.theme-toggle-collapsed:hover,.settings-toggle-collapsed:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.search-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;display:flex;align-items:flex-start;justify-content:center;background-color:#0206171a;padding-left:1rem;padding-right:1rem;padding-top:18vh;--tw-backdrop-blur: blur(1px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.search-modal{width:100%;max-width:680px;overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html[data-theme=dark] .search-modal{background-color:#202020;border-color:#3f3f46}html[data-theme-preference=mid] .search-modal{background-color:#303030;border-color:#52525b}.search-modal-input-row{display:flex;height:4rem;align-items:center;gap:.75rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));padding-left:1rem;padding-right:1rem;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .search-modal-input-row{border-color:#3f3f46;color:#a1a1aa}html[data-theme-preference=mid] .search-modal-input-row{border-color:#52525b}.search-modal-input{min-width:0px;flex:1 1 0%;background-color:transparent;font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}html[data-theme=dark] .search-modal-input{color:#f4f4f5}.search-modal-input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.search-modal-input::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.search-modal-close{display:inline-flex;height:2rem;width:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.375rem;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .search-modal-close{color:#a1a1aa}.search-modal-close:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.search-modal-list{max-height:min(58vh,480px);overflow-y:auto;padding:.5rem}.search-modal-scopes{display:flex;gap:.25rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));padding-left:.75rem;padding-right:.75rem;padding-bottom:.5rem}html[data-theme=dark] .search-modal-scopes{border-color:#3f3f46}html[data-theme-preference=mid] .search-modal-scopes{border-color:#52525b}.search-scope{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .search-scope{color:#a1a1aa}.search-scope:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.search-scope-active{--tw-bg-opacity: 1;background-color:rgb(16 20 24 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.search-scope-active:hover{--tw-bg-opacity: 1;background-color:rgb(16 20 24 / var(--tw-bg-opacity, 1))}.search-result{display:flex;width:100%;align-items:center;gap:.25rem;border-radius:.5rem;padding-right:.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media(max-width:900px){.sidebar:not(:has(.mobile-drawer)) .search-result{display:none}}.search-result:hover,.search-result-active{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.search-result-main{display:flex;min-width:0px;flex:1 1 0%;align-items:center;gap:.75rem;border-radius:.5rem;padding:.625rem .75rem;text-align:left}@media(max-width:900px){.sidebar:not(:has(.mobile-drawer)) .search-result-main{display:none}}.search-result-icon{display:inline-flex;height:1.75rem;width:1.75rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.375rem;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .search-result-icon{color:#a1a1aa}.search-result-copy{display:flex;min-width:0px;flex:1 1 0%;flex-direction:column}.search-result-copy strong,.search-result-title{display:flex;align-items:center;gap:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .search-result-copy strong,html[data-theme=dark] .search-result-title{color:#f4f4f5}.search-result-copy small,.search-result-subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .search-result-copy small,html[data-theme=dark] .search-result-subtitle{color:#a1a1aa}.search-result-badge{flex-shrink:0;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1));padding:.125rem .375rem;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.search-result-unarchive{display:inline-flex;height:2rem;width:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.375rem;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .search-result-unarchive{color:#a1a1aa}.search-result-unarchive:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.search-empty{display:flex;flex-direction:column;gap:.25rem;border-radius:.5rem;padding:2rem 1rem;text-align:center}@media(max-width:900px){.sidebar:not(:has(.mobile-drawer)) .search-empty{display:none}}.search-empty strong{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .search-empty strong{color:#f4f4f5}.search-empty span{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .search-empty span{color:#a1a1aa}.thread-section{margin-bottom:1rem}.thread-section-title{margin-bottom:.5rem;padding-left:.25rem;padding-right:.25rem;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .thread-section-title{color:#a1a1aa}.thread-empty{padding:.25rem .5rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .thread-empty{color:#a1a1aa}.thread-row-shell,.thread-row-shell-active{position:relative;display:flex;width:100%;flex-direction:column;border-radius:.375rem;border-width:1px;border-color:transparent;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.thread-row-shell:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html[data-theme=dark] .thread-row-shell:hover{background-color:#202020}html[data-theme-preference=mid] .thread-row-shell:hover{background-color:#303030}.thread-row-shell-active{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.thread-row-main{display:flex;width:100%;min-width:0px;cursor:pointer;align-items:flex-start;gap:.5rem;border-radius:.375rem;padding:.5rem;text-align:left}.thread-row-main:focus-visible{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1))}.thread-row-actions{position:absolute;right:.25rem;top:50%;z-index:10;display:flex;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.1s;pointer-events:none}.thread-row-shell:hover .thread-row-actions,.thread-row-shell-active .thread-row-actions,.thread-row-shell:focus-within .thread-row-actions{opacity:1;pointer-events:auto}.thread-row-action-button{display:flex;height:1.75rem;width:1.75rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.375rem;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .thread-row-action-button{color:#a1a1aa}.thread-row-action-button:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.default-control-active{background-color:#e2e8f0!important;border-color:transparent!important;color:#101418!important}.default-control-active:hover{background-color:#cbd5e1!important}.sidebar-footer{position:relative;flex-shrink:0;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1));padding:.75rem}html[data-theme=dark] .sidebar-footer{background-color:#151515;border-color:#3f3f46}html[data-theme-preference=mid] .sidebar-footer{background-color:#242424}html[data-theme-preference=mid] .sidebar-footer{border-color:#52525b}.sidebar-footer-collapsed{padding-left:.75rem;padding-right:.75rem}.sidebar-footer-row{display:flex;align-items:center;gap:.5rem}.sidebar-footer-stack{display:flex;flex-direction:column;gap:.5rem}.account-menu-button{display:flex;height:2.25rem;min-width:0px;flex:1 1 0%;align-items:center;gap:.5rem;border-radius:.375rem;border-width:1px;border-color:transparent;padding-left:.5rem;padding-right:.5rem;text-align:left;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(31 41 51 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .account-menu-button{color:#f4f4f5}.account-menu-button:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.account-menu-button-collapsed{display:flex;height:2.25rem;width:100%;align-items:center;justify-content:center;border-radius:.375rem;border-width:1px;border-color:transparent;background-color:transparent;--tw-text-opacity: 1;color:rgb(31 41 51 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .account-menu-button-collapsed{color:#f4f4f5}.account-menu-button-collapsed:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.account-avatar{display:inline-flex;height:1.5rem;width:1.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1));font-size:11px;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 51 / var(--tw-text-opacity, 1))}html[data-theme=dark] .account-avatar{color:#f4f4f5}.account-label{display:flex;min-width:0px;flex:1 1 0%;align-items:baseline;gap:.375rem}.account-label strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .account-label strong{color:#f4f4f5}.account-label small{flex-shrink:0;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .account-label small{color:#a1a1aa}.account-settings-button{display:inline-flex;height:2.25rem;flex-shrink:0;align-items:center;justify-content:center;gap:.375rem;border-radius:.375rem;border-width:1px;border-color:transparent;background-color:transparent;padding-left:.625rem;padding-right:.625rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 51 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .account-settings-button{color:#f4f4f5}.account-settings-button:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.chat-pane-focused{position:relative;display:flex;min-width:0px;flex:1 1 0%;flex-direction:column}.chat-pane-split{position:relative;display:flex;min-width:280px;flex-shrink:0;flex-direction:column;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}html[data-theme=dark] .chat-pane-split{background-color:#202020}html[data-theme-preference=mid] .chat-pane-split{background-color:#303030}.chat-close-button{position:absolute;right:.75rem;top:.75rem;z-index:20;display:inline-flex;height:1.75rem;width:1.75rem;align-items:center;justify-content:center;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .chat-close-button{background-color:#202020;color:#a1a1aa}html[data-theme-preference=mid] .chat-close-button{background-color:#303030}@media(max-width:900px){.sidebar:not(:has(.mobile-drawer)) .chat-close-button{display:none}}.chat-close-button:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.chat-scroll-focused{min-height:0px;flex:1 1 0%;overflow:auto;padding-left:.5rem;padding-right:.5rem;padding-top:6rem;padding-bottom:var(--composer-offset, 216px);scroll-padding-bottom:var(--composer-offset, 216px);scrollbar-gutter:stable both-edges;overflow-anchor:auto}.chat-scroll-focused.chat-scroll-empty{display:flex;flex-direction:column;justify-content:center;padding-top:3rem;padding-bottom:0;scroll-padding-bottom:0}.chat-hero,.chat-content-focused{width:100%;max-width:880px;margin-left:auto;margin-right:auto}.chat-hero{margin-bottom:2rem;text-align:center}.chat-scroll-empty .chat-hero{margin-bottom:0;position:relative}.chat-scroll-empty .chat-hero-prompt{position:relative;z-index:1}.chat-scroll-focused.chat-scroll-empty{overflow:hidden}.chat-scroll-empty .chat-hero:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:820px;height:560px;max-width:94vw;max-height:80vh;z-index:0;pointer-events:none;background:radial-gradient(ellipse at center,#87b2ff8c,#aac8ff38 40%,#fff0 72%)}html[data-theme=dark] .chat-scroll-empty .chat-hero:before{background:radial-gradient(ellipse at center,#2f63eb73,#2546a533 40%,#080a1200 72%)}.chat-content-focused>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.chat-pane-split .thread-title-bar{--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));background-color:#fffffff2}html[data-theme=dark] .chat-pane-split .thread-title-bar{border-color:#3f3f46}html[data-theme-preference=mid] .chat-pane-split .thread-title-bar{border-color:#52525b}.composer-wrap-focused{position:absolute;bottom:0;left:0;right:0;background-image:linear-gradient(to top,var(--tw-gradient-stops));--tw-gradient-from: #f7f9fc var(--tw-gradient-from-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(247 249 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f7f9fc var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: transparent var(--tw-gradient-to-position);padding:3rem 2rem 2rem}.composer-wrap-split{position:absolute;bottom:0;left:0;right:0;background-image:linear-gradient(to top,var(--tw-gradient-stops));--tw-gradient-from: #f7f9fc var(--tw-gradient-from-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(247 249 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f7f9fc var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: transparent var(--tw-gradient-to-position);padding:2.5rem 1rem 1rem}.composer{position:relative;margin-left:auto;margin-right:auto;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px rgba(15, 23, 42, .06), 0 18px 42px rgba(15, 23, 42, .08);--tw-shadow-colored: 0 1px 2px var(--tw-shadow-color), 0 18px 42px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html[data-theme=dark] .composer{background-color:#202020;border-color:#3f3f46}html[data-theme-preference=mid] .composer{background-color:#303030;border-color:#52525b}@media(max-width:900px){.sidebar:not(:has(.mobile-drawer)) .composer{display:none}}.composer{overflow:visible;width:min(100%,880px);max-width:calc(100% - 2rem)}.chat-pane-split .composer{width:100%;max-width:none}.chat-drop-overlay{pointer-events:none;position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;z-index:50;display:flex;align-items:center;justify-content:center;border-radius:.75rem;border-width:1px;border-style:dashed;--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1));background-color:#eff6ffd9;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}html[data-theme=dark] .chat-drop-overlay{color:#93c5fd}.chat-drop-card{display:flex;flex-direction:column;align-items:center;gap:.25rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.25rem 1.5rem;text-align:center;--tw-shadow: 0 1px 2px rgba(15, 23, 42, .06), 0 18px 42px rgba(15, 23, 42, .08);--tw-shadow-colored: 0 1px 2px var(--tw-shadow-color), 0 18px 42px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html[data-theme=dark] .chat-drop-card{background-color:#202020}html[data-theme-preference=mid] .chat-drop-card{background-color:#303030}@media(max-width:900px){.sidebar:not(:has(.mobile-drawer)) .chat-drop-card{display:none}}.chat-drop-card span{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .chat-drop-card span{color:#f4f4f5}.chat-drop-card small{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .chat-drop-card small{color:#a1a1aa}.composer-input-row{position:relative}.composer-placeholder{pointer-events:none;position:absolute;left:1rem;right:2.75rem;top:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.composer-textarea{display:block;min-height:3rem;width:100%;resize:none;background-color:transparent;padding:.75rem 2.75rem .75rem 1rem;font-size:.875rem;line-height:1.5rem;outline:2px solid transparent;outline-offset:2px;max-height:312px;color:transparent;caret-color:#0f172a;position:relative;z-index:1}.composer-textarea::selection{color:#0f172a;background:#2563eb38}.composer-textarea::-moz-selection{color:#0f172a;background:#2563eb38}.composer-highlight{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;padding:.75rem 2.75rem .75rem 1rem;font-size:.875rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .composer-highlight{color:#f4f4f5}.composer-highlight{white-space:pre-wrap;word-wrap:break-word;overflow:hidden;z-index:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.composer-mention-chip{background:#2563eb1f;color:#1d4ed8;border-radius:3px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.composer-mention-chip-panda{background:#7c3aed1f;color:#6d28d9}.composer-submit-hint{position:absolute;right:1rem;top:1rem;display:inline-flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:.375rem;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .composer-submit-hint{color:#a1a1aa}.composer-submit-hint:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.composer-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.25rem .75rem .75rem;overflow:visible}.composer-footer-left,.composer-footer-right{display:flex;min-width:0px;align-items:center;gap:.5rem;overflow:visible}.composer-footer-left{flex:1 1 0%}.composer-icon-button,.composer-voice-button,.composer-voice-button-active,.composer-run-button,.composer-run-button-stop{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.375rem;border-width:1px;font-size:.75rem;line-height:1rem;font-weight:600;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.composer-icon-button:disabled,.composer-voice-button:disabled,.composer-voice-button-active:disabled,.composer-run-button:disabled,.composer-run-button-stop:disabled{cursor:not-allowed;opacity:.45}.composer-icon-button,.composer-voice-button{height:2rem;width:2rem;border-color:transparent;background-color:transparent;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .composer-icon-button,html[data-theme=dark] .composer-voice-button{color:#a1a1aa}.composer-icon-button:hover,.composer-voice-button:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.composer-voice-button-active{height:2rem;width:2rem;--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}html[data-theme=dark] .composer-voice-button-active{color:#5eead4}.composer-run-button,.composer-run-button-stop{height:2rem;width:2rem;border-radius:9999px;border-color:transparent;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.composer-run-button{--tw-bg-opacity: 1;background-color:rgb(16 20 24 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.composer-run-button:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 51 / var(--tw-bg-opacity, 1))}.composer-run-button:disabled{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.composer-run-button-stop{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .composer-run-button-stop{background-color:#202020;color:#f4f4f5}html[data-theme-preference=mid] .composer-run-button-stop{background-color:#303030}.composer-run-button-stop:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.composer-kb-status,.composer-read-status{display:inline-flex;min-width:0px;align-items:center;gap:.375rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .composer-kb-status,html[data-theme=dark] .composer-read-status{color:#a1a1aa}.composer-kb-status span{max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer-kb-status-interactive{cursor:pointer;border-radius:.375rem;border-width:1px;border-color:transparent;padding:.125rem .25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.composer-kb-status-interactive:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.composer-kb-status-interactive:disabled{cursor:wait}.composer-kb-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.composer-kb-dot{position:absolute;top:-2px;right:-3px;width:8px;height:8px;border-radius:9999px;border:1.5px solid var(--ops-canvas, #ffffff);box-shadow:0 0 0 .5px #0f172a2e}.composer-kb-dot-ok{background-color:#16a34a}.composer-kb-dot-bad{background-color:#dc2626}.composer-kb-status-syncing{color:#0f766e;background:#0f766e14;border-radius:.375rem;animation:composer-kb-pulse 1.6s ease-in-out infinite}.composer-kb-spinner{color:#0f766e}@keyframes composer-kb-pulse{0%,to{opacity:1}50%{opacity:.65}}.composer-hints{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;border-top-width:1px;border-color:transparent;padding-left:.75rem;padding-right:.75rem;padding-bottom:.75rem;font-size:11px;font-weight:500;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .composer-hints{color:#a1a1aa}.composer-hints span{display:inline-flex;align-items:center;gap:.375rem}.composer-router-notice{margin:.25rem .75rem .5rem;display:flex;align-items:flex-start;gap:.5rem;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;font-size:12px;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.composer-router-notice-dismiss{margin-left:auto;display:inline-flex;height:1.25rem;width:1.25rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.375rem;font-size:1rem;line-height:1.5rem;line-height:1;--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.composer-router-notice-dismiss:hover{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.chat-scroll-to-bottom{position:absolute;z-index:20;display:inline-flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(31 41 51 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .chat-scroll-to-bottom{background-color:#202020;border-color:#3f3f46}html[data-theme=dark] .chat-scroll-to-bottom{color:#f4f4f5}html[data-theme-preference=mid] .chat-scroll-to-bottom{background-color:#303030;border-color:#52525b}.chat-scroll-to-bottom:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.chat-scroll-to-bottom{bottom:calc(var(--composer-offset, 216px) + 8px);left:50%;transform:translate(-50%)}.chat-pane-split .queued-prompts{width:100%;max-width:none}.queued-prompt{position:relative;display:flex;align-items:flex-start;gap:.5rem;border-radius:.375rem;background-color:#ffffffbf;padding:.375rem .5rem;font-size:.75rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(31 41 51 / var(--tw-text-opacity, 1))}html[data-theme=dark] .queued-prompt{color:#f4f4f5}.queued-prompt>span{margin-top:.125rem;display:flex;height:1rem;width:1rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.25rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));font-size:10px;font-weight:600;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}html[data-theme=dark] .queued-prompt>span{color:#93c5fd}.queued-prompt p{margin:0;min-width:0px;flex:1 1 0%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-row-user,.message-row-agent{display:flex;align-items:flex-end;gap:6px}.message-row-user{justify-content:flex-end}.message-bubble-stack{display:flex;min-width:0px;flex-direction:column;align-items:flex-end;gap:.25rem;max-width:92%}.message-bubble-user,.message-bubble-agent{position:relative;border-radius:1rem;border-width:1px;font-size:.875rem;line-height:1.5rem;padding:8px 13px 18px;min-width:76px}.message-bubble-user{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .message-bubble-user{color:#f4f4f5}.message-bubble-agent{--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(31 41 51 / var(--tw-text-opacity, 1))}html[data-theme=dark] .message-bubble-agent{background-color:#202020;border-color:#3f3f46}html[data-theme=dark] .message-bubble-agent{color:#f4f4f5}html[data-theme-preference=mid] .message-bubble-agent{background-color:#303030;border-color:#52525b}.message-bubble-agent{max-width:100%}.thinking-avatar-inline{height:1.5rem;width:1.5rem;flex-shrink:0;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.message-timestamp{position:absolute;white-space:nowrap;font-size:10px;font-weight:500;right:9px;bottom:3px;opacity:.5;pointer-events:none}.chat-date-divider{margin-top:.75rem;margin-bottom:.75rem;display:flex;justify-content:center}.chat-date-divider-chip{border-radius:9999px;background-color:#e2e8f0cc;padding:.125rem .75rem;font-size:11px;font-weight:500;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .chat-date-divider-chip{color:#a1a1aa}.segmented,.segmented-active{display:inline-flex;height:1.75rem;align-items:center;gap:.375rem;white-space:nowrap;border-radius:.25rem;padding-left:.625rem;padding-right:.625rem;font-size:.75rem;line-height:1rem;font-weight:600;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.segmented{--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .segmented{color:#a1a1aa}.segmented:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.thinking-status{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding-left:.25rem;padding-right:.25rem}.message-thinking-log{margin-top:.75rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));padding-top:.5rem}html[data-theme=dark] .message-thinking-log{border-color:#3f3f46}html[data-theme-preference=mid] .message-thinking-log{border-color:#52525b}.message-thinking-button{display:inline-flex;height:2rem;align-items:center;gap:.5rem;border-radius:.375rem;padding-left:.5rem;padding-right:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .message-thinking-button{color:#5eead4}.message-thinking-button:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.message-thinking-button:disabled{cursor:default}.message-thinking-button:hover:disabled{background-color:transparent}.thinking-status-button{display:inline-flex;height:2rem;align-items:center;gap:.5rem;border-radius:.375rem;padding-left:.5rem;padding-right:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .thinking-status-button{color:#5eead4}.thinking-status-button:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.thinking-status-button:disabled{cursor:default}.thinking-status-button:hover:disabled{background-color:transparent}.thinking-status-summary{max-width:28rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .thinking-status-summary{color:#a1a1aa}.thinking-work-label{font-weight:500;--tw-text-opacity: 1;color:rgb(31 41 51 / var(--tw-text-opacity, 1))}html[data-theme=dark] .thinking-work-label{color:#f4f4f5}.thinking-status-details{margin-left:2rem;max-width:86%;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;font-size:.75rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html[data-theme=dark] .thinking-status-details{background-color:#202020;border-color:#3f3f46;color:#a1a1aa}html[data-theme-preference=mid] .thinking-status-details{background-color:#303030;border-color:#52525b}.progress-card{max-width:48rem;padding-top:.25rem;padding-bottom:.25rem}.progress-details{margin-left:0;max-width:none;border-width:0px;background-color:transparent;padding:.25rem;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.progress-detail-row{display:flex;align-items:flex-start;gap:.5rem;border-radius:.375rem;padding:.25rem .5rem;font-size:.75rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(31 41 51 / var(--tw-text-opacity, 1))}html[data-theme=dark] .progress-detail-row{color:#f4f4f5}.progress-detail-row span{margin-top:.125rem;display:flex;height:1rem;width:1rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1));font-size:10px;font-weight:700;--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}html[data-theme=dark] .progress-detail-row span{color:#5eead4}.progress-detail-row p{margin:0;min-width:0px;flex:1 1 0%}.working-text-glow{display:inline-block;background-image:linear-gradient(100deg,#334155,#334155 32%,#0f766e 46%,#2563eb 54%,#334155 68%,#334155);background-size:220% 100%;background-position:120% 0;background-clip:text;-webkit-background-clip:text;color:transparent!important;-webkit-text-fill-color:transparent;animation:ops-working-text-glow 1.7s ease-in-out infinite}@keyframes ops-working-text-glow{0%{background-position:120% 0}55%,to{background-position:-120% 0}}@media(prefers-reduced-motion:reduce){.working-text-glow{animation:none;background-position:50% 0}}.artifact-canvas{display:flex;min-width:460px;flex:1 1 0%;flex-direction:column;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}html[data-theme=dark] .artifact-canvas{background-color:#202020}html[data-theme-preference=mid] .artifact-canvas{background-color:#303030}.artifact-tab,.artifact-tab-active{display:inline-flex;height:2rem;max-width:320px;align-items:center;gap:.5rem;border-radius:.375rem;border-width:1px;padding-left:.625rem;padding-right:.625rem;font-size:.75rem;line-height:1rem;font-weight:600;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.artifact-tab{border-color:transparent;background-color:transparent;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .artifact-tab{color:#a1a1aa}.artifact-tab:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.artifact-tab-active{border-color:transparent;--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .artifact-tab-active{color:#f4f4f5}.mermaid-viewer{display:flex;height:100%;min-height:560px;width:100%;flex-direction:column;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}html[data-theme=dark] .mermaid-viewer{background-color:#202020}html[data-theme-preference=mid] .mermaid-viewer{background-color:#303030}.mermaid-inline{margin-top:.75rem;margin-bottom:.75rem;overflow-x:auto;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem}html[data-theme=dark] .mermaid-inline{background-color:#202020;border-color:#3f3f46}html[data-theme-preference=mid] .mermaid-inline{background-color:#303030;border-color:#52525b}@media(max-width:900px){.sidebar:not(:has(.mobile-drawer)) .mermaid-inline{display:none}}.mermaid-inline-svg{display:flex;width:100%;justify-content:center}.mermaid-inline-svg svg{max-width:100%;height:auto}.mermaid-inline-shell .mermaid-inline{margin:0;border:none;padding:0;background:transparent}.expandable-artifact{position:relative;margin:.75rem 0;border-radius:.5rem;border:1px solid var(--ops-line, #e2e8f0);background:#fff;padding:.75rem;cursor:zoom-in;transition:border-color .12s ease}.expandable-artifact:hover{border-color:#6366f166}.expandable-artifact:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.expandable-artifact-expand{position:absolute;top:6px;right:6px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:1px solid var(--ops-line, #e2e8f0);background:#ffffffeb;color:#475569;cursor:pointer;opacity:0;transition:opacity .12s ease,background .12s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:2}.expandable-artifact:hover .expandable-artifact-expand,.expandable-artifact:focus-within .expandable-artifact-expand{opacity:1}@media(hover:none){.expandable-artifact-expand{opacity:.7}}.expandable-artifact-expand:hover{background:#fff;color:#0f172a}.mermaid-inline-download{position:absolute;top:6px;left:6px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:1px solid var(--ops-line, #e2e8f0);background:#ffffffeb;color:#475569;cursor:pointer;opacity:0;transition:opacity .12s ease,background .12s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:2}.expandable-artifact:hover .mermaid-inline-download,.expandable-artifact:focus-within .mermaid-inline-download{opacity:1}@media(hover:none){.mermaid-inline-download{opacity:.7}}.mermaid-inline-download:hover{background:#fff;color:#0f172a}html[data-theme=dark] .mermaid-inline-download{border-color:#1f2937;background:#0f172aeb;color:#94a3b8}html[data-theme=dark] .mermaid-inline-download:hover{background:#0f172a;color:#e2e8f0}.expandable-artifact-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));background:#0f172ab8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:zoom-out;animation:expandable-artifact-fade-in .16s cubic-bezier(.16,1,.3,1)}@keyframes expandable-artifact-fade-in{0%{opacity:0}to{opacity:1}}.expandable-artifact-modal{display:flex;flex-direction:column;width:min(96vw,1600px);height:92vh;background:#fff;border-radius:12px;box-shadow:0 24px 60px #0f172a66;cursor:auto;overflow:hidden;animation:expandable-artifact-rise-in .22s cubic-bezier(.16,1,.3,1)}@keyframes expandable-artifact-rise-in{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.expandable-artifact-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--ops-line, #e2e8f0)}.expandable-artifact-title{font-size:14px;font-weight:600;color:#0f172a}.expandable-artifact-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#475569;cursor:pointer}.expandable-artifact-close:hover{background:#f1f5f9;color:#0f172a}.expandable-artifact-body{flex:1 1 auto;min-height:0;overflow:auto;padding:20px;display:flex}.expandable-artifact-body>*{margin:auto}.expandable-artifact-body .mermaid-inline{margin:auto;border:none;background:transparent;padding:0;width:100%;overflow:visible}.expandable-artifact-body .mermaid-inline-svg svg{max-width:100%;width:100%;height:auto}html[data-theme=dark] .expandable-artifact{background:#0f172a;border-color:#1e293b}html[data-theme=dark] .expandable-artifact-expand{background:#0f172aeb;border-color:#334155;color:#cbd5e1}html[data-theme=dark] .expandable-artifact-expand:hover{background:#1e293b;color:#f8fafc}html[data-theme=dark] .expandable-artifact-modal{background:#0f172a;box-shadow:0 24px 60px #000000b3}html[data-theme=dark] .expandable-artifact-header{border-bottom-color:#1e293b}html[data-theme=dark] .expandable-artifact-title{color:#f8fafc}html[data-theme=dark] .expandable-artifact-close{color:#cbd5e1}html[data-theme=dark] .expandable-artifact-close:hover{background:#94a3b829;color:#f8fafc}.mermaid-toolbar{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .75rem}html[data-theme=dark] .mermaid-toolbar{background-color:#202020;border-color:#3f3f46}html[data-theme-preference=mid] .mermaid-toolbar{background-color:#303030;border-color:#52525b}.mermaid-toolbar-group{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem}.artifact-tool-button{display:inline-flex;height:2rem;align-items:center;justify-content:center;gap:.375rem;white-space:nowrap;border-radius:.375rem;border-width:1px;border-color:transparent;background-color:transparent;padding-left:.625rem;padding-right:.625rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 51 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .artifact-tool-button{color:#f4f4f5}.artifact-tool-button:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.artifact-tool-button:disabled{cursor:not-allowed;opacity:.5}.mermaid-zoom-readout{display:inline-flex;height:2rem;min-width:3.5rem;align-items:center;justify-content:center;border-radius:.375rem;border-width:1px;border-color:transparent;--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 51 / var(--tw-text-opacity, 1))}html[data-theme=dark] .mermaid-zoom-readout{color:#f4f4f5}.artifact-export-error{padding-left:.5rem;padding-right:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}html[data-theme=dark] .artifact-export-error{color:#fca5a5}.terminal-panel{display:flex;flex-shrink:0;flex-direction:column;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(16 20 24 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1));--tw-shadow: 0 -12px 32px rgba(15,23,42,.16);--tw-shadow-colored: 0 -12px 32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html[data-theme=dark] .terminal-panel{border-color:#3f3f46}html[data-theme-preference=mid] .terminal-panel{border-color:#52525b}.terminal-panel-expanded{height:min(72vh,760px)}.terminal-resizer{position:relative;height:.5rem;flex-shrink:0;cursor:row-resize;border-bottom-width:1px;border-color:#ffffff1a;--tw-bg-opacity: 1;background-color:rgb(16 20 24 / var(--tw-bg-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.terminal-resizer:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.terminal-resizer{touch-action:none}.terminal-resizer:after{content:"";position:absolute;left:50%;top:50%;height:2px;width:52px;transform:translate(-50%,-50%);border-radius:999px;background:#cbd5e185}.terminal-header{display:flex;height:2.75rem;flex-shrink:0;align-items:center;justify-content:space-between;gap:.75rem;overflow-x:auto;border-bottom-width:1px;border-color:#ffffff1a;padding-left:1rem;padding-right:1rem;font-size:.75rem;line-height:1rem}.terminal-tool-button,.terminal-tool-button-active{display:inline-flex;height:1.75rem;align-items:center;gap:.375rem;border-radius:.375rem;border-width:1px;border-color:#ffffff1a;padding-left:.5rem;padding-right:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.terminal-tool-button:hover,.terminal-tool-button-active:hover{border-color:#fff3;background-color:#ffffff1a;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.terminal-native{min-height:0px;flex:1 1 0%;overflow:hidden;padding:.5rem .75rem}.terminal-empty{border-radius:.375rem;border-width:1px;border-style:dashed;border-color:#ffffff26;background-color:#ffffff0d;padding:.5rem .75rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.top-5{top:1.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-9{height:2.25rem}.min-h-0{min-height:0px}.min-h-screen{min-height:100vh}.w-3\.5{width:.875rem}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.shrink{flex-shrink:1}.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-3{gap:.75rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-ops-line{--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1))}.bg-ops-blue{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-ops-canvas{--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-3{padding:.75rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.text-ink-600{--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}.text-ink-950{--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-panel{--tw-shadow: 0 1px 2px rgba(15, 23, 42, .06), 0 18px 42px rgba(15, 23, 42, .08);--tw-shadow-colored: 0 1px 2px var(--tw-shadow-color), 0 18px 42px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@font-face{font-family:Inter;font-style:normal;font-weight:300 700;font-display:swap;src:url(/assets/inter-latin-8kRkwJBP.woff2) format("woff2")}:root{--ops-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", ui-sans-serif, system-ui, sans-serif;color:#101418;background:#f7f9fc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f7f9fc;font-family:var(--ops-font-family)}html.sidebar-resizing,html.sidebar-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}html.sidebar-resizing .sidebar{transition:none!important}@keyframes quick-tooltip-in{0%{opacity:0;transform:translate(2px,-50%) scale(.985)}to{opacity:1;transform:translateY(-50%) scale(1)}}button,textarea,input{font:inherit}.rich-markdown,.markdown-artifact{color:#1f2933;line-height:1.72}.rich-markdown>*:first-child{margin-top:0}.rich-markdown>*:last-child{margin-bottom:0}.rich-markdown h1,.markdown-artifact h1{margin:0 0 1.25rem;color:#101418;font-size:1.85rem;font-weight:680;line-height:1.18}.message-markdown h1{font-size:1.05rem;line-height:1.35}.rich-markdown h2,.markdown-artifact h2{margin:1.75rem 0 .65rem;color:#101418;font-size:1.05rem;font-weight:680}.rich-markdown h3{margin:1.15rem 0 .45rem;color:#101418;font-size:.95rem;font-weight:680}.rich-markdown p,.rich-markdown ul,.rich-markdown ol,.markdown-artifact p,.markdown-artifact ul{margin:.75rem 0}.rich-markdown ul,.rich-markdown ol,.markdown-artifact ul{padding-left:1.25rem}.rich-inline-code{border-radius:4px;background:#eef2f7;padding:.1rem .28rem;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.88em}.rich-markdown a{color:#2563eb;font-weight:600;text-decoration:none}.rich-markdown a:hover{text-decoration:underline}.embedded-markdown-block{margin:1rem 0}.embedded-markdown{border-left:3px solid #cbd5e1;padding-left:1rem}.embedded-markdown h1{font-size:1.1rem;line-height:1.35}.embedded-markdown h2{font-size:1rem}.markdown-table-wrap{max-width:100%;overflow:auto;margin:1rem 0;border:1px solid #d8dee7;border-radius:8px;background:#fff;box-shadow:0 8px 22px #0f172a0d}.markdown-table-wrap table{width:100%;min-width:560px;border-collapse:separate;border-spacing:0;font-size:.86rem;line-height:1.45}.markdown-table-wrap th{border-bottom:1px solid #cbd5e1;background:#eef2f7;color:#1f2933;font-weight:700;text-align:left}.markdown-table-wrap th,.markdown-table-wrap td{border-right:1px solid #e5eaf1;border-bottom:1px solid #e5eaf1;padding:.55rem .65rem;vertical-align:top}.markdown-table-wrap th:last-child,.markdown-table-wrap td:last-child{border-right:0}.markdown-table-wrap tr:last-child td{border-bottom:0}.markdown-table-wrap tbody tr:nth-child(2n){background:#fbfcfe}.rich-code-card{overflow:hidden;margin:1rem 0;border:1px solid #243244;border-radius:8px;background:#111827;box-shadow:0 10px 28px #0f172a1f}.rich-block-pending{display:flex;align-items:center;gap:8px;margin:1rem 0;padding:13px 15px;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;color:#64748b;font-size:13px}.rich-block-pending-dot{width:8px;height:8px;flex-shrink:0;border-radius:999px;background:#94a3b8;animation:rich-block-pulse 1.1s ease-in-out infinite}.rich-block-pending-label{font-weight:500}@keyframes rich-block-pulse{0%,to{opacity:.35;transform:scale(.82)}50%{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.rich-block-pending-dot{animation:none}}.rich-code-card figcaption{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(255,255,255,.1);background:#1f2937;padding:.45rem .65rem;color:#cbd5e1;font-size:.72rem;font-weight:700;text-transform:uppercase}.rich-code-card figcaption button{display:inline-flex;height:1.55rem;align-items:center;gap:.25rem;border:1px solid rgba(255,255,255,.12);border-radius:5px;background:#ffffff12;padding:0 .45rem;color:#f8fafc;font-size:.7rem;font-weight:700}.rich-code-card pre{overflow:auto;margin:0;padding:1rem;color:#e5e7eb;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.82rem;line-height:1.65}.rich-code-card pre code{display:block;border-radius:0;background:transparent;padding:0;color:inherit;font:inherit}.rich-code-card-ascii pre{background:radial-gradient(circle at 0 0,rgba(20,184,166,.1),transparent 32%),#171717;color:#f3f4f6;letter-spacing:0}.ascii-artifact{overflow:auto;border-radius:8px;border:1px solid #d8dee7;background:#fbfcfe;padding:1.25rem;color:#101418;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:13px;line-height:1.55}.mermaid-frame{position:relative;min-height:0;flex:1;cursor:grab;touch-action:none;overflow:hidden;background:#fff}.mermaid-frame:active{cursor:grabbing}.mermaid-frame:focus-visible{outline:2px solid #4d8dff;outline-offset:-2px}.mermaid-stage{display:flex;min-height:100%;width:100%;min-width:-moz-max-content;min-width:max-content;align-items:center;justify-content:center;transform-origin:center center;transition:transform 80ms ease-out}.mermaid-stage svg{flex:0 0 auto;width:var(--mermaid-render-width, auto);height:var(--mermaid-render-height, auto);max-width:none;background:transparent}.image-artifact-frame{display:flex;min-height:420px;flex-direction:column;align-items:center;justify-content:center;gap:1rem;overflow:auto;border-radius:8px;border:1px solid #d8dee7;background:linear-gradient(45deg,#f8fafc 25%,transparent 25%),linear-gradient(-45deg,#f8fafc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f8fafc 75%),linear-gradient(-45deg,transparent 75%,#f8fafc 75%);background-color:#fff;background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;padding:1.5rem}.image-artifact-preview{max-width:100%;max-height:min(72vh,760px);-o-object-fit:contain;object-fit:contain;border-radius:6px;box-shadow:0 12px 32px #0f172a1f}.image-artifact-caption{max-width:72ch;color:#52606d;font-size:.82rem;line-height:1.5;text-align:center}.image-artifact-empty{display:flex;min-height:320px;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;border:1px dashed #b8c3d2;background:#fbfcfe;padding:2rem;text-align:center}.image-artifact-empty h2{margin:0;color:#101418;font-size:1rem;font-weight:680}.image-artifact-empty p{margin:.5rem 0 0;max-width:30rem;color:#52606d;font-size:.88rem;line-height:1.6}.ui-artifact{color:#1f2933}.ui-artifact-header{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:1.25rem;border-bottom:1px solid #e5eaf1;padding-bottom:1rem}.ui-artifact-header-icon{display:flex;height:2.25rem;width:2.25rem;flex-shrink:0;align-items:center;justify-content:center;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#2563eb}.ui-artifact-header h1{margin:0;color:#101418;font-size:1.45rem;font-weight:720;line-height:1.22}.ui-artifact-header p{margin:.3rem 0 0;color:#52606d;line-height:1.55}.ui-artifact-blocks{display:grid;gap:1rem}.ui-panel,.ui-hero-block,.ui-callout,.ui-artifact-error{border:1px solid #d8dee7;border-radius:8px;background:#fff;padding:1rem}.ui-panel h2,.ui-callout h2{margin:0 0 .75rem;color:#101418;font-size:.98rem;font-weight:720}.ui-hero-block{background:linear-gradient(180deg,#fbfcfe,#eef6ff)}.ui-hero-block h2{margin:0;color:#101418;font-size:1.3rem;font-weight:740}.ui-hero-block p,.ui-callout p,.ui-info-card p,.ui-timeline p{margin:.4rem 0 0;color:#52606d;line-height:1.55}.ui-badge-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.85rem}.ui-badge{border:1px solid #cbd5e1;border-radius:999px;background:#fff;padding:.2rem .55rem;color:#1f2933;font-size:.75rem;font-weight:700}.ui-metric-grid,.ui-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.75rem}.ui-metric-card,.ui-info-card{border:1px solid #e5eaf1;border-radius:8px;background:#fbfcfe;padding:.85rem}.ui-metric-card span,.ui-info-card small{display:block;color:#52606d;font-size:.75rem;font-weight:700}.ui-metric-card strong{display:block;margin-top:.35rem;color:#101418;font-size:1.3rem;line-height:1.15}.ui-metric-card small{display:block;margin-top:.3rem;color:#52606d;font-weight:700}.ui-info-card h3{margin:.25rem 0 0;color:#101418;font-size:.95rem;font-weight:720}.ui-kv-list{display:grid;gap:0;overflow:hidden;border:1px solid #e5eaf1;border-radius:8px}.ui-kv-list div{display:grid;grid-template-columns:minmax(120px,.28fr) 1fr;border-bottom:1px solid #e5eaf1}.ui-kv-list div:last-child{border-bottom:0}.ui-kv-list dt,.ui-kv-list dd{margin:0;padding:.55rem .65rem;line-height:1.45}.ui-kv-list dt{background:#eef2f7;color:#1f2933;font-weight:720}.ui-kv-list dd{color:#334155}.ui-callout{border-color:#bfdbfe;background:#eff6ff}.tone-success{border-color:#99f6e4;background:#f0fdfa}.tone-warning{border-color:#fde68a;background:#fffbeb}.tone-danger{border-color:#fecaca;background:#fff1f2}.tone-info{border-color:#bfdbfe;background:#eff6ff}.ui-timeline{display:grid;gap:.85rem;margin:0;padding:0;list-style:none}.ui-timeline li{display:grid;grid-template-columns:2rem 1fr;gap:.75rem}.ui-timeline li>span{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:.75rem;font-weight:800}.ui-timeline h3{margin:0;color:#101418;font-size:.92rem;font-weight:720}.ui-timeline small{display:inline-block;margin-top:.35rem;color:#64748b;font-weight:700}.ui-flow{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.ui-flow-column{flex-direction:column;align-items:stretch}.ui-flow-item{display:inline-flex;align-items:center;gap:.5rem;color:#64748b}.ui-flow-item span{border:1px solid #d8dee7;border-radius:8px;background:#fbfcfe;padding:.55rem .7rem;color:#1f2933;font-size:.82rem;font-weight:720}.ui-tab-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem}.ui-tab,.ui-tab-active{height:2rem;border:1px solid #d8dee7;border-radius:7px;padding:0 .7rem;font-size:.78rem;font-weight:720}.ui-tab{background:#fff;color:#52606d}.ui-tab-active{border-color:#bfdbfe;background:#eff6ff;color:#2563eb}.ui-tab-panel{display:grid;gap:.85rem}.ui-artifact-error{display:flex;gap:.75rem;border-color:#fecaca;background:#fff1f2;color:#991b1b}.ui-artifact-error h2{margin:0;color:#991b1b;font-size:1rem}.ui-artifact-error p{margin:.3rem 0 .75rem}.ui-artifact-error pre{overflow:auto;margin:0;max-height:360px;border-radius:6px;background:#fff;padding:.75rem;color:#1f2933;font-size:.78rem}.admin-console{display:flex;min-height:0px;flex:1 1 0%;flex-direction:column;overflow:hidden;--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-console{background-color:#151515;color:#f4f4f5}html[data-theme-preference=mid] .admin-console{background-color:#242424}.admin-console-denied{align-items:center;justify-content:center;padding:2rem}.admin-denied-panel{display:flex;max-width:36rem;flex-direction:column;gap:1.25rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html[data-theme=dark] .admin-denied-panel{background-color:#202020;border-color:#3f3f46}html[data-theme-preference=mid] .admin-denied-panel{background-color:#303030;border-color:#52525b}@media(max-width:900px){.sidebar:not(:has(.mobile-drawer)) .admin-denied-panel{display:none}}.admin-denied-panel svg{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.admin-denied-panel p,.admin-header-title p,.admin-collection-header p,.admin-panel-toolbar p,.admin-nav-group p{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.16em;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-denied-panel p,html[data-theme=dark] .admin-header-title p,html[data-theme=dark] .admin-collection-header p,html[data-theme=dark] .admin-panel-toolbar p,html[data-theme=dark] .admin-nav-group p{color:#a1a1aa}.admin-denied-panel h1,.admin-header-title h1,.admin-collection-header h2{margin:0;font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-denied-panel h1,html[data-theme=dark] .admin-header-title h1,html[data-theme=dark] .admin-collection-header h2{color:#f4f4f5}.admin-denied-panel span,.admin-collection-header span,.admin-panel-toolbar span,.admin-object-summary span,.admin-editor-status span{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-denied-panel span,html[data-theme=dark] .admin-collection-header span,html[data-theme=dark] .admin-panel-toolbar span,html[data-theme=dark] .admin-object-summary span,html[data-theme=dark] .admin-editor-status span{color:#a1a1aa}.admin-header{display:flex;height:4rem;flex-shrink:0;align-items:center;justify-content:space-between;gap:1rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:1.25rem;padding-right:1.25rem}html[data-theme=dark] .admin-header{background-color:#202020;border-color:#3f3f46}html[data-theme-preference=mid] .admin-header{background-color:#303030;border-color:#52525b}.admin-header-title{display:flex;min-width:0px;align-items:center;gap:.75rem}.admin-header-title svg{flex-shrink:0;--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.admin-user-chip,.admin-state-pill,.admin-state-pill-editable{display:inline-flex;min-width:0px;align-items:center;gap:.5rem;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1));padding:.375rem .75rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-user-chip,html[data-theme=dark] .admin-state-pill,html[data-theme=dark] .admin-state-pill-editable{background-color:#151515;border-color:#3f3f46;color:#a1a1aa}html[data-theme-preference=mid] .admin-user-chip,html[data-theme-preference=mid] .admin-state-pill,html[data-theme-preference=mid] .admin-state-pill-editable{background-color:#242424}html[data-theme-preference=mid] .admin-user-chip,html[data-theme-preference=mid] .admin-state-pill,html[data-theme-preference=mid] .admin-state-pill-editable{border-color:#52525b}.admin-user-chip strong{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.125rem .375rem;font-size:11px;text-transform:uppercase;letter-spacing:.12em;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-user-chip strong{background-color:#202020;color:#f4f4f5}html[data-theme-preference=mid] .admin-user-chip strong{background-color:#303030}.admin-state-pill svg{--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-state-pill svg{color:#a1a1aa}.admin-state-pill-editable{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.admin-state-pill-editable svg{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.admin-body{display:grid;min-height:0px;flex:1 1 0%;grid-template-columns:280px minmax(0,1fr)}.admin-nav{display:flex;min-height:0px;flex-direction:column;gap:.75rem;border-right-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1));padding:.75rem}html[data-theme=dark] .admin-nav{border-color:#3f3f46}html[data-theme-preference=mid] .admin-nav{border-color:#52525b}.admin-search{display:flex;height:2.25rem;flex-shrink:0;align-items:center;gap:.5rem;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:.75rem;padding-right:.75rem;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-search{background-color:#202020;border-color:#3f3f46;color:#a1a1aa}html[data-theme-preference=mid] .admin-search{background-color:#303030;border-color:#52525b}.admin-search input{height:100%;min-width:0px;flex:1 1 0%;background-color:transparent;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}html[data-theme=dark] .admin-search input{color:#f4f4f5}.admin-search input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}.admin-search input::placeholder{--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}.admin-nav-scroll{min-height:0px;flex:1 1 0%}.admin-nav-scroll>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.admin-nav-scroll{overflow:auto;padding-right:.25rem}.admin-nav-group>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.admin-nav-group p{padding:.25rem .5rem}.admin-nav-item{display:flex;min-height:2.25rem;width:100%;align-items:center;justify-content:space-between;gap:.5rem;border-radius:.375rem;padding:.5rem .625rem;text-align:left;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .admin-nav-item{color:#a1a1aa}.admin-nav-item:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.admin-nav-item small{flex-shrink:0;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.125rem .375rem;font-size:11px;font-weight:600;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-nav-item small{background-color:#202020;color:#a1a1aa}html[data-theme-preference=mid] .admin-nav-item small{background-color:#303030}.admin-nav-item-active{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html[data-theme=dark] .admin-nav-item-active{background-color:#202020;color:#f4f4f5}html[data-theme-preference=mid] .admin-nav-item-active{background-color:#303030}.admin-nav-item-active small{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.admin-main{min-height:0px;overflow:auto;padding:1.25rem}.admin-metrics{display:grid;gap:.75rem;grid-template-columns:repeat(6,minmax(0,1fr))}.admin-metric{display:flex;min-width:0px;flex-direction:column;gap:.25rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-metric{background-color:#202020;border-color:#3f3f46;color:#a1a1aa}html[data-theme-preference=mid] .admin-metric{background-color:#303030;border-color:#52525b}@media(max-width:900px){.sidebar:not(:has(.mobile-drawer)) .admin-metric{display:none}}.admin-metric svg{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.admin-metric strong{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-metric strong{color:#f4f4f5}.admin-metric span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-collection-header{margin-top:1.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));padding-bottom:1rem}html[data-theme=dark] .admin-collection-header{border-color:#3f3f46}html[data-theme-preference=mid] .admin-collection-header{border-color:#52525b}.admin-collection-header div:first-child{min-width:0px}.admin-collection-header h2{margin-top:.25rem;font-size:1.5rem;line-height:2rem}.admin-collection-header span{margin-top:.25rem;display:block;max-width:48rem}.admin-editor-grid{display:grid;min-height:0px;gap:1rem;padding-top:1rem;grid-template-columns:minmax(300px,.9fr) minmax(420px,1.35fr)}.admin-record-panel,.admin-json-panel{display:flex;min-height:0px;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}html[data-theme=dark] .admin-record-panel,html[data-theme=dark] .admin-json-panel{background-color:#202020;border-color:#3f3f46}html[data-theme-preference=mid] .admin-record-panel,html[data-theme-preference=mid] .admin-json-panel{background-color:#303030;border-color:#52525b}@media(max-width:900px){.sidebar:not(:has(.mobile-drawer)) .admin-record-panel,.sidebar:not(:has(.mobile-drawer)) .admin-json-panel{display:none}}.admin-record-panel,.admin-json-panel{height:calc(100vh - 14rem);min-height:480px}.admin-panel-toolbar{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:.75rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));padding:.75rem}html[data-theme=dark] .admin-panel-toolbar{border-color:#3f3f46}html[data-theme-preference=mid] .admin-panel-toolbar{border-color:#52525b}.admin-panel-toolbar>div:first-child{min-width:0px}.admin-panel-toolbar p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-panel-toolbar p{color:#f4f4f5}.admin-panel-toolbar span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:1rem}.admin-record-search{margin:.75rem}.admin-record-list{min-height:0px;flex:1 1 0%;overflow:auto;padding-left:.75rem;padding-right:.75rem;padding-bottom:.75rem}.admin-record-row{margin-bottom:.25rem;display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem;border-radius:.375rem;border-width:1px;border-color:transparent;padding:.5rem .625rem;text-align:left;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-record-row:hover{--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1))}.admin-record-row span{min-width:0px}.admin-record-row strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-record-row strong{color:#f4f4f5}.admin-record-row small{margin-top:.125rem;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-record-row small{color:#a1a1aa}.admin-record-row em{flex-shrink:0;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));padding:.125rem .375rem;font-size:11px;font-style:normal;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-record-row em{color:#a1a1aa}.admin-record-row-active{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.admin-object-summary{margin:.75rem;display:flex;min-height:8rem;flex-direction:column;justify-content:center;border-radius:.375rem;border-width:1px;border-style:dashed;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1));padding:1rem}html[data-theme=dark] .admin-object-summary{background-color:#151515;border-color:#3f3f46}html[data-theme-preference=mid] .admin-object-summary{background-color:#242424}html[data-theme-preference=mid] .admin-object-summary{border-color:#52525b}.admin-object-summary svg{margin-bottom:.75rem;--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.admin-object-summary strong{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-object-summary strong{color:#f4f4f5}.admin-json-editor{margin:.75rem;min-height:0px;flex:1 1 0%;resize:none;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(251 252 254 / var(--tw-bg-opacity, 1));padding:.75rem;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.75rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html[data-theme=dark] .admin-json-editor{border-color:#3f3f46;color:#f4f4f5}html[data-theme-preference=mid] .admin-json-editor{border-color:#52525b}.admin-json-editor:focus{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1))}.admin-json-editor{-moz-tab-size:2;-o-tab-size:2;tab-size:2}.admin-json-editor[readonly]{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-json-editor[readonly]{color:#a1a1aa}.admin-editor-actions{display:flex;flex-shrink:0;align-items:center;gap:.5rem}.admin-primary-button,.admin-secondary-button,.admin-danger-button,.admin-back-button{display:inline-flex;height:2.25rem;align-items:center;justify-content:center;gap:.5rem;border-radius:.375rem;padding-left:.75rem;padding-right:.75rem;font-size:.75rem;line-height:1rem;font-weight:600;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-primary-button:disabled,.admin-secondary-button:disabled,.admin-danger-button:disabled,.admin-back-button:disabled{cursor:not-allowed;opacity:.5}.admin-primary-button{--tw-bg-opacity: 1;background-color:rgb(16 20 24 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.admin-primary-button:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 51 / var(--tw-bg-opacity, 1))}.admin-secondary-button,.admin-back-button{border-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(31 41 51 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-secondary-button,html[data-theme=dark] .admin-back-button{background-color:#202020;border-color:#3f3f46}html[data-theme=dark] .admin-secondary-button,html[data-theme=dark] .admin-back-button{color:#f4f4f5}html[data-theme-preference=mid] .admin-secondary-button,html[data-theme-preference=mid] .admin-back-button{background-color:#303030;border-color:#52525b}.admin-secondary-button:hover,.admin-back-button:hover{--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.admin-danger-button{border-width:1px;--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-danger-button{background-color:#202020}html[data-theme-preference=mid] .admin-danger-button{background-color:#303030}.admin-danger-button:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.admin-danger-button-confirm{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.admin-danger-button-confirm:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.admin-editor-status{margin-left:.75rem;margin-right:.75rem;margin-bottom:.75rem;display:flex;flex-shrink:0;align-items:flex-start;gap:.5rem;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1));padding:.5rem;font-size:.75rem;line-height:1rem}html[data-theme=dark] .admin-editor-status{background-color:#151515;border-color:#3f3f46}html[data-theme-preference=mid] .admin-editor-status{background-color:#242424}html[data-theme-preference=mid] .admin-editor-status{border-color:#52525b}.admin-editor-status svg{margin-top:.125rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.admin-editor-status-error{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.admin-editor-status-error svg,.admin-editor-status-error span{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.admin-empty-state{border-radius:.375rem;border-width:1px;border-style:dashed;--tw-border-opacity: 1;border-color:rgb(216 222 231 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(247 249 252 / var(--tw-bg-opacity, 1));padding:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(82 96 109 / var(--tw-text-opacity, 1))}html[data-theme=dark] .admin-empty-state{background-color:#151515;border-color:#3f3f46;color:#a1a1aa}html[data-theme-preference=mid] .admin-empty-state{background-color:#242424}html[data-theme-preference=mid] .admin-empty-state{border-color:#52525b}html[data-theme=dark]{color:#f8fafc;background:#151515}html[data-theme=dark] body{background:#151515}html[data-theme=dark] .bg-ops-canvas,html[data-theme=dark] .chat-pane-focused,html[data-theme=dark] .composer-wrap-focused,html[data-theme=dark] .composer-wrap-split,html[data-theme=dark] .thread-title-bar,html[data-theme=dark] .sidebar-footer{background-color:#151515!important}html[data-theme=dark] .chat-close-button{background:#1e293b;border-color:#334155;color:#94a3b8}html[data-theme=dark] .chat-close-button:hover{background:#334155;color:#f1f5f9}html[data-theme=dark] .bg-white,html[data-theme=dark] .sidebar,html[data-theme=dark] .chat-pane-split,html[data-theme=dark] .composer,html[data-theme=dark] .message-bubble-agent,html[data-theme=dark] .artifact-canvas,html[data-theme=dark] .artifact-tabs,html[data-theme=dark] .settings-panel,html[data-theme=dark] .settings-modal,html[data-theme=dark] .settings-modal-main,html[data-theme=dark] .generated-artifact-card,html[data-theme=dark] .artifact-switcher-menu,html[data-theme=dark] .artifact-export-menu,html[data-theme=dark] .ui-panel,html[data-theme=dark] .image-artifact-viewer,html[data-theme=dark] .mermaid-viewer,html[data-theme=dark] .markdown-table-wrap,html[data-theme=dark] .rich-markdown table,html[data-theme=dark] .thread-title-input,html[data-theme=dark] .composer-action-menu,html[data-theme=dark] .appearance-menu,html[data-theme=dark] .search-modal{background-color:#202020!important}html[data-theme=dark] .settings-modal-nav{background-color:#18181b!important}html[data-theme=dark] .message-bubble-user,html[data-theme=dark] .thread-row-active,html[data-theme=dark] .thread-row-shell-active,html[data-theme=dark] .artifact-tab-active,html[data-theme=dark] .generated-artifact-card-active,html[data-theme=dark] .artifact-switcher-item-active,html[data-theme=dark] .ui-hero-block,html[data-theme=dark] .ui-callout,html[data-theme=dark] .tone-info{background-color:#132238!important}html[data-theme=dark] .account-avatar,html[data-theme=dark] .appearance-menu-item-active{background-color:#27272a!important}html[data-theme=dark] .thread-quick-tooltip{background:#202020!important;border-color:#3f3f46!important;box-shadow:0 16px 40px #00000073}html[data-theme=dark] .thread-quick-tooltip:before{border-color:#3f3f46!important}html[data-theme=dark] .thread-quick-tooltip strong{color:#f4f4f5!important}html[data-theme=dark] .thread-quick-tooltip span{color:#d4d4d8!important}html[data-theme=dark] .border-ops-line,html[data-theme=dark] .composer,html[data-theme=dark] .message-bubble-agent,html[data-theme=dark] .message-bubble-user,html[data-theme=dark] .artifact-canvas,html[data-theme=dark] .artifact-tabs,html[data-theme=dark] .artifact-tab,html[data-theme=dark] .settings-panel,html[data-theme=dark] .settings-modal,html[data-theme=dark] .settings-modal-nav,html[data-theme=dark] .settings-section,html[data-theme=dark] .enterprise-kpi,html[data-theme=dark] .enterprise-subsection,html[data-theme=dark] .enterprise-workspace,html[data-theme=dark] .enterprise-mode-panel,html[data-theme=dark] .knowledge-submission-card,html[data-theme=dark] .knowledge-submission-card details,html[data-theme=dark] .knowledge-user-row,html[data-theme=dark] .knowledge-user-current select,html[data-theme=dark] .knowledge-user-row select,html[data-theme=dark] .knowledge-user-add select,html[data-theme=dark] .knowledge-user-add input,html[data-theme=dark] .settings-select,html[data-theme=dark] .markdown-table-wrap,html[data-theme=dark] .ui-panel,html[data-theme=dark] .ui-hero-block,html[data-theme=dark] .ui-callout,html[data-theme=dark] .artifact-switcher-menu,html[data-theme=dark] .artifact-export-menu,html[data-theme=dark] .composer-action-menu,html[data-theme=dark] .composer-kb-menu,html[data-theme=dark] .composer-menu-footnote,html[data-theme=dark] .sidebar-footer,html[data-theme=dark] .appearance-menu,html[data-theme=dark] .search-modal,html[data-theme=dark] .search-modal-input-row{border-color:#3f3f46!important}html[data-theme=dark] .enterprise-kpi,html[data-theme=dark] .enterprise-subsection,html[data-theme=dark] .enterprise-list-item,html[data-theme=dark] .enterprise-compact-list span,html[data-theme=dark] .enterprise-event-row,html[data-theme=dark] .enterprise-workspace-stat,html[data-theme=dark] .enterprise-agent-row,html[data-theme=dark] .enterprise-timeline-filters,html[data-theme=dark] .enterprise-record-list li,html[data-theme=dark] .enterprise-timeline-row,html[data-theme=dark] .enterprise-provenance>div:first-child{background:#27272a!important}html[data-theme=dark] .text-ink-950,html[data-theme=dark] .text-ink-800,html[data-theme=dark] .rich-markdown,html[data-theme=dark] .markdown-artifact,html[data-theme=dark] .ui-artifact,html[data-theme=dark] .ui-panel h2,html[data-theme=dark] .ui-hero-block h2,html[data-theme=dark] .ui-info-card h3,html[data-theme=dark] .ui-timeline h3,html[data-theme=dark] .generated-artifact-main strong,html[data-theme=dark] .settings-panel-header p,html[data-theme=dark] .settings-group-header h3,html[data-theme=dark] .settings-section-title,html[data-theme=dark] .settings-status-line,html[data-theme=dark] .enterprise-kpi strong,html[data-theme=dark] .enterprise-subsection-header,html[data-theme=dark] .enterprise-list-item strong,html[data-theme=dark] .enterprise-finding strong,html[data-theme=dark] .enterprise-workspace-header h2,html[data-theme=dark] .enterprise-workspace-stat strong,html[data-theme=dark] .enterprise-mode-panel-header h3,html[data-theme=dark] .enterprise-agent-row strong,html[data-theme=dark] .enterprise-timeline-filters>span,html[data-theme=dark] .enterprise-timeline-row strong,html[data-theme=dark] .enterprise-provenance strong,html[data-theme=dark] .knowledge-submission-header strong,html[data-theme=dark] .knowledge-user-row strong,html[data-theme=dark] .account-label strong,html[data-theme=dark] .appearance-menu-item,html[data-theme=dark] .search-result-copy strong,html[data-theme=dark] .search-empty strong{color:#f4f4f5!important}html[data-theme=dark] .composer-menu-item,html[data-theme=dark] .composer-kb-menu-item,html[data-theme=dark] .composer-kb-menu-item strong,html[data-theme=dark] .composer-kb-menu-item-active strong,html[data-theme=dark] .provider-inline-select,html[data-theme=dark] .settings-select,html[data-theme=dark] .enterprise-input,html[data-theme=dark] .enterprise-textarea,html[data-theme=dark] .search-modal-input{color:#f4f4f5!important}html[data-theme=dark] .text-ink-600,html[data-theme=dark] .generated-artifact-main small,html[data-theme=dark] .ui-artifact-header p,html[data-theme=dark] .ui-hero-block p,html[data-theme=dark] .ui-callout p,html[data-theme=dark] .ui-info-card p,html[data-theme=dark] .ui-timeline p,html[data-theme=dark] .image-artifact-caption{color:#a1a1aa!important}html[data-theme=dark] .knowledge-submission-card,html[data-theme=dark] .knowledge-submission-card p,html[data-theme=dark] .knowledge-submission-card summary,html[data-theme=dark] .knowledge-user-current{color:#e4e4e7!important}html[data-theme=dark] .knowledge-submission-header small,html[data-theme=dark] .knowledge-review-controls small,html[data-theme=dark] .knowledge-submission-card ul,html[data-theme=dark] .knowledge-user-row small,html[data-theme=dark] .composer-kb-status,html[data-theme=dark] .composer-read-status,html[data-theme=dark] .composer-hints,html[data-theme=dark] .composer-menu-footnote,html[data-theme=dark] .composer-kb-menu-item small,html[data-theme=dark] .composer-kb-menu-item-active small,html[data-theme=dark] .search-result-icon,html[data-theme=dark] .search-result-copy small,html[data-theme=dark] .search-result-meta,html[data-theme=dark] .search-empty span,html[data-theme=dark] .settings-help,html[data-theme=dark] .settings-panel-header span,html[data-theme=dark] .settings-group-header p,html[data-theme=dark] .settings-field-label,html[data-theme=dark] .enterprise-kpi,html[data-theme=dark] .enterprise-subsection-header small,html[data-theme=dark] .enterprise-list-item,html[data-theme=dark] .enterprise-list-item small,html[data-theme=dark] .enterprise-list-item span,html[data-theme=dark] .enterprise-compact-list span,html[data-theme=dark] .enterprise-event-row,html[data-theme=dark] .enterprise-event-row small,html[data-theme=dark] .enterprise-finding small,html[data-theme=dark] .enterprise-finding p,html[data-theme=dark] .enterprise-workspace-header p,html[data-theme=dark] .enterprise-workspace-status,html[data-theme=dark] .enterprise-workspace-stat,html[data-theme=dark] .enterprise-mode-panel-header p,html[data-theme=dark] .enterprise-agent-row small,html[data-theme=dark] .enterprise-timeline-filters,html[data-theme=dark] .enterprise-record-list span,html[data-theme=dark] .enterprise-timeline-row span,html[data-theme=dark] .enterprise-timeline-row code,html[data-theme=dark] .enterprise-provenance span,html[data-theme=dark] .enterprise-empty,html[data-theme=dark] .thread-empty,html[data-theme=dark] .account-label small,html[data-theme=dark] .appearance-menu-label,html[data-theme=dark] .appearance-menu-note{color:#a1a1aa!important}html[data-theme=dark] .settings-modal-nav-item{color:#d4d4d8!important}html[data-theme=dark] .settings-modal-nav-item:hover,html[data-theme=dark] .settings-modal-nav-item-active{background-color:#27272a!important;color:#f4f4f5!important}html[data-theme=dark] .settings-modal-content::-webkit-scrollbar-thumb{background-color:#52525b!important}html[data-theme=dark] .search-input,html[data-theme=dark] .provider-key-input,html[data-theme=dark] textarea,html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] .thread-title-input{background-color:#18181b!important;color:#f4f4f5!important}html[data-theme=dark] .composer .composer-textarea,html[data-theme=dark] .composer .provider-inline-select{background-color:transparent!important}html[data-theme=dark] .composer-highlight{color:#e2e8f0}html[data-theme=dark] .composer-textarea{caret-color:#e2e8f0}html[data-theme=dark] .composer-textarea::selection{color:#f1f5f9;background:#60a5fa52}html[data-theme=dark] .composer-textarea::-moz-selection{color:#f1f5f9;background:#60a5fa52}html[data-theme=dark] .composer-mention-chip{background:#60a5fa33;color:#93c5fd}html[data-theme=dark] .composer-mention-chip-panda{background:#a78bfa38;color:#c4b5fd}html[data-theme=dark] .composer-wrap-focused,html[data-theme=dark] .composer-wrap-split{background-image:linear-gradient(to top,#151515,#151515f5,#15151500)!important}html[data-theme-preference=mid] .composer-wrap-focused,html[data-theme-preference=mid] .composer-wrap-split{background-image:linear-gradient(to top,#242424,#242424f5,#24242400)!important}html[data-theme=dark] .composer-icon-button:hover,html[data-theme=dark] .composer-voice-button:hover,html[data-theme=dark] .provider-inline-select:hover,html[data-theme=dark] .composer-menu-item:hover,html[data-theme=dark] .composer-kb-menu-item:hover,html[data-theme=dark] .account-menu-button:hover,html[data-theme=dark] .appearance-menu-item:hover,html[data-theme=dark] .search-result:hover,html[data-theme=dark] .search-result-active,html[data-theme=dark] .search-modal-close:hover,html[data-theme=dark] .composer-run-button-stop,html[data-theme=dark] .composer-switch{background:#27272a!important}html[data-theme=dark] .composer-run-button{background:#f4f4f5!important;color:#18181b!important}html[data-theme=dark] .composer-run-button-stop{color:#f4f4f5!important;border-color:#3f3f46!important}html[data-theme=dark] .composer-voice-waveform{background:transparent!important;color:#f4f4f5!important}html[data-theme=dark] .composer-voice-waveform-bars:before{border-top-color:#e5e7eb47!important}html[data-theme=dark] .composer-voice-waveform-bars span{background:#e5e7eb!important}html[data-theme=dark] .composer-voice-waveform-status{color:#e5e7eb!important}html[data-theme=dark] .composer-kb-menu-item-active{background:#132238!important;color:#f4f4f5!important}html[data-theme=dark] .artifact-tab,html[data-theme=dark] .generated-artifacts,html[data-theme=dark] .settings-section,html[data-theme=dark] .mermaid-toolbar,html[data-theme=dark] .ascii-artifact,html[data-theme=dark] .image-artifact-frame,html[data-theme=dark] .ui-metric-card,html[data-theme=dark] .ui-info-card,html[data-theme=dark] .rich-inline-code{background-color:#18181b!important}html[data-theme=dark] .markdown-table-wrap th,html[data-theme=dark] .ui-kv-list dt{background:#27272a!important;color:#f4f4f5!important}html[data-theme=dark] .markdown-table-wrap td,html[data-theme=dark] .markdown-table-wrap th,html[data-theme=dark] .ui-kv-list,html[data-theme=dark] .ui-kv-list div{border-color:#3f3f46!important}html[data-theme=dark] .markdown-table-wrap tbody tr:nth-child(2n){background:#18181b!important}html[data-theme=dark] .mermaid-frame{background-color:#151515;background-image:none}html[data-theme=dark] .mermaid-stage svg,html[data-theme=dark] .image-artifact-preview{box-shadow:0 12px 30px #0000005c}html[data-theme=dark] .artifact-scroll-full,html[data-theme=dark] .artifact-surface-full,html[data-theme=dark] .mermaid-viewer{background-color:#151515!important}html[data-theme=dark] .mermaid-stage svg{background:transparent!important;box-shadow:none!important}html[data-theme=dark] .chat-drop-overlay{background:#132238b8!important;border-color:#2563eb!important}html[data-theme=dark] .chat-drop-card{background:#202020!important;border-color:#3f3f46!important}html[data-theme=dark] .sidebar-resizer{background:#151515!important}html[data-theme=dark] .sidebar-resizer:hover,html[data-theme=dark] .sidebar-resizer:focus-visible{background:#202020!important}html[data-theme=dark] .icon-button,html[data-theme=dark] .artifact-tool-button,html[data-theme=dark] .composer-tool-button,html[data-theme=dark] .terminal-toggle,html[data-theme=dark] .theme-toggle,html[data-theme=dark] .settings-toggle,html[data-theme=dark] .settings-toggle-collapsed,html[data-theme=dark] .settings-action,html[data-theme=dark] .account-menu-button-collapsed,html[data-theme=dark] .account-settings-button,html[data-theme=dark] .thread-row-shell:hover,html[data-theme=dark] .thread-row-action-button:hover,html[data-theme=dark] .sidebar-icon-button{background:#202020!important;color:#f4f4f5!important;border-color:#3f3f46!important}html[data-theme=dark] .thread-row-delete-button:hover{color:#fca5a5!important}html[data-theme=dark] .thread-row-delete-confirm{background:#431414!important}html[data-theme=dark] .thread-row-confirm-delete{color:#fecaca!important}html[data-theme=dark] .thread-row-confirm-delete:hover{background:#5f1d1d!important;color:#fff!important}html[data-theme=dark] .thread-row-confirm-cancel{color:#e4e4e7!important}html[data-theme=dark] .thread-row-confirm-cancel:hover{background:#27272a!important;color:#fff!important}html[data-theme=dark] .icon-button:not(.copied-button),html[data-theme=dark] .artifact-tool-button,html[data-theme=dark] .composer-tool-button,html[data-theme=dark] .composer-submit-hint,html[data-theme=dark] .voice-button,html[data-theme=dark] .new-thread,html[data-theme=dark] .new-thread-collapsed,html[data-theme=dark] .terminal-toggle,html[data-theme=dark] .theme-toggle,html[data-theme=dark] .settings-toggle,html[data-theme=dark] .settings-toggle-collapsed,html[data-theme=dark] .settings-action,html[data-theme=dark] .account-menu-button,html[data-theme=dark] .account-menu-button-collapsed,html[data-theme=dark] .account-settings-button,html[data-theme=dark] .sidebar-icon-button{background:transparent!important;border-color:transparent!important;color:#f4f4f5!important}html[data-theme=dark] .icon-button:not(.copied-button):hover,html[data-theme=dark] .artifact-tool-button:hover,html[data-theme=dark] .composer-tool-button:hover,html[data-theme=dark] .composer-submit-hint:hover,html[data-theme=dark] .voice-button:hover,html[data-theme=dark] .new-thread:hover,html[data-theme=dark] .new-thread:focus-visible,html[data-theme=dark] .new-thread:active,html[data-theme=dark] .new-thread-collapsed:hover,html[data-theme=dark] .new-thread-collapsed:focus-visible,html[data-theme=dark] .new-thread-collapsed:active,html[data-theme=dark] .terminal-toggle:hover,html[data-theme=dark] .theme-toggle:hover,html[data-theme=dark] .settings-toggle:hover,html[data-theme=dark] .settings-toggle-collapsed:hover,html[data-theme=dark] .settings-action:hover,html[data-theme=dark] .account-menu-button:hover,html[data-theme=dark] .account-menu-button-collapsed:hover,html[data-theme=dark] .account-settings-button:hover,html[data-theme=dark] .sidebar-icon-button:hover{background:#344155!important;color:#fff!important}html[data-theme=dark] .copied-button{background:#052e2b!important;border-color:#2dd4bf!important;color:#5eead4!important}html[data-theme=dark] .mermaid-zoom-readout{background:#27272a!important;border-color:transparent!important;color:#f4f4f5!important}html[data-theme=dark] .default-control-active{background:#344155!important;color:#fff!important}html[data-theme=dark] .artifact-tab,html[data-theme=dark] .artifact-export-menu button,html[data-theme=dark] .message-thinking-button,html[data-theme=dark] .segmented,html[data-theme=dark] .thinking-status-button,html[data-theme=dark] .thread-row-action-button{background:transparent!important;border-color:transparent!important;color:#f4f4f5!important}.thread-row-menu{position:fixed;z-index:60;min-width:184px;display:flex;flex-direction:column;gap:1px;padding:5px;border-radius:10px;background:#fff;color:#1e293b;border:1px solid #e2e8f0;box-shadow:0 12px 32px #0f172a2e}.thread-row-menu-item{display:flex;align-items:center;gap:9px;width:100%;padding:7px 9px;border:0;background:transparent;border-radius:7px;font-size:13px;color:inherit;text-align:left;cursor:pointer}.thread-row-menu-item:hover{background:#f1f5f9}.thread-row-menu-item.danger{color:#dc2626}.thread-row-menu-item.danger:hover{background:#fef2f2}.thread-row-menu-sep{height:1px;margin:4px 2px;background:#e2e8f0}.thread-row-menu-confirm{display:flex;flex-direction:column;gap:8px;padding:8px 9px 6px}.thread-row-menu-confirm>span{font-size:12.5px;color:#475569;line-height:1.4}.thread-row-menu-confirm-actions{display:flex;gap:6px}.thread-row-menu-confirm-yes{flex:1;padding:6px;border:0;border-radius:7px;background:#dc2626;color:#fff;font-size:12.5px;font-weight:600;cursor:pointer}.thread-row-menu-confirm-no{flex:1;padding:6px;border:1px solid #e2e8f0;border-radius:7px;background:#fff;color:#475569;font-size:12.5px;cursor:pointer}html[data-theme=dark] .thread-row-menu{background:#0f172a;color:#e2e8f0;border-color:#1e293b;box-shadow:0 14px 36px #00000080}html[data-theme=dark] .thread-row-menu-item:hover{background:#94a3b829}html[data-theme=dark] .thread-row-menu-item.danger:hover{background:#dc262629}html[data-theme=dark] .thread-row-menu-sep{background:#1e293b}html[data-theme=dark] .thread-row-menu-confirm>span{color:#94a3b8}html[data-theme=dark] .thread-row-menu-confirm-no{background:#0f172a;border-color:#334155;color:#cbd5e1}html[data-theme=dark] .artifact-export-menu button:hover,html[data-theme=dark] .artifact-tab:hover,html[data-theme=dark] .message-thinking-button:hover,html[data-theme=dark] .segmented:hover,html[data-theme=dark] .thinking-status-button:hover,html[data-theme=dark] .thread-row-action-button:hover{background:#344155!important;color:#fff!important}html[data-theme=dark] .artifact-tab-active,html[data-theme=dark] .segmented-active{background:#344155!important;border-color:transparent!important;color:#fff!important}html[data-theme=dark] .artifact-version-badge{background:#344155!important;color:#fff!important}html[data-theme=dark] .text-ops-blue,html[data-theme=dark] .queued-prompts-header,html[data-theme=dark] .queued-prompt>span,html[data-theme=dark] .generated-artifact-index,html[data-theme=dark] .artifact-switcher-item-active,html[data-theme=dark] .artifact-tab-active,html[data-theme=dark] .thread-row-collapsed-active,html[data-theme=dark] .composer-kb-menu-item-active,html[data-theme=dark] .ui-timeline li>span,html[data-theme=dark] .ui-artifact-header-icon,html[data-theme=dark] .appearance-menu-item-active,html[data-theme=dark] .appearance-menu-check{color:#93c5fd!important}html[data-theme=dark] .queued-prompts,html[data-theme=dark] .queued-prompt,html[data-theme=dark] .queued-prompt-menu,html[data-theme=dark] .queued-prompt-editor{background:#202020!important;border-color:#3f3f46!important;color:#f4f4f5!important}html[data-theme=dark] .queued-prompt-actions button,html[data-theme=dark] .queued-prompt-menu button{color:#d4d4d8!important}html[data-theme=dark] .queued-prompt-actions button:hover,html[data-theme=dark] .queued-prompt-menu button:hover{background:#344155!important;color:#fff!important}html[data-theme=dark] .text-ops-teal,html[data-theme=dark] .message-thinking-button,html[data-theme=dark] .thinking-status-button,html[data-theme=dark] .thinking-status-summary,html[data-theme=dark] .progress-detail-row span,html[data-theme=dark] .terminal-prompt,html[data-theme=dark] .voice-button-active,html[data-theme=dark] .composer-voice-button-active,html[data-theme=dark] .terminal-toggle-active,html[data-theme=dark] .terminal-toggle-collapsed-active,html[data-theme=dark] .copied-button{color:#5eead4!important}html[data-theme=dark] .text-orange-600{color:#fdba74!important}html[data-theme=dark] .text-red-600,html[data-theme=dark] .artifact-export-error,html[data-theme=dark] .composer-voice-error{color:#fca5a5!important}html[data-theme=dark] .rich-markdown h1,html[data-theme=dark] .rich-markdown h2,html[data-theme=dark] .rich-markdown h3,html[data-theme=dark] .rich-markdown h4,html[data-theme=dark] .rich-markdown h5,html[data-theme=dark] .rich-markdown h6,html[data-theme=dark] .markdown-artifact h1,html[data-theme=dark] .markdown-artifact h2,html[data-theme=dark] .markdown-artifact h3,html[data-theme=dark] .markdown-artifact h4,html[data-theme=dark] .markdown-artifact h5,html[data-theme=dark] .markdown-artifact h6,html[data-theme=dark] .rich-markdown strong,html[data-theme=dark] .markdown-artifact strong,html[data-theme=dark] .markdown-table-wrap td,html[data-theme=dark] .ascii-artifact,html[data-theme=dark] .ui-artifact-header h1,html[data-theme=dark] .ui-metric-card strong,html[data-theme=dark] .ui-kv-list dd,html[data-theme=dark] .ui-flow-item span,html[data-theme=dark] .ui-badge,html[data-theme=dark] .ui-tab,html[data-theme=dark] .ui-tab-active{color:#f4f4f5!important}html[data-theme=dark] .rich-markdown p,html[data-theme=dark] .rich-markdown li,html[data-theme=dark] .markdown-artifact p,html[data-theme=dark] .markdown-artifact li,html[data-theme=dark] .ui-metric-card span,html[data-theme=dark] .ui-metric-card small,html[data-theme=dark] .ui-info-card small,html[data-theme=dark] .ui-timeline small,html[data-theme=dark] .ui-flow-item,html[data-theme=dark] .image-artifact-empty p{color:#d4d4d8!important}html[data-theme=dark] .rich-inline-code{background:#27272a!important;color:#f8fafc!important}html[data-theme=dark] .rich-code-card pre code{background:transparent!important;color:inherit!important}html[data-theme=dark] .rich-block-pending{background:#0f172a;border-color:#334155;color:#94a3b8}html[data-theme=dark] .rich-block-pending-dot{background:#64748b}html[data-theme=dark] .embedded-markdown,html[data-theme-preference=mid] .embedded-markdown{border-left-color:#52525b}html[data-theme=dark] .markdown-table-wrap,html[data-theme=dark] .markdown-table-wrap tbody tr,html[data-theme=dark] .ascii-artifact,html[data-theme=dark] .ui-metric-card,html[data-theme=dark] .ui-info-card,html[data-theme=dark] .ui-kv-list,html[data-theme=dark] .ui-flow-item span,html[data-theme=dark] .ui-tab,html[data-theme=dark] .ui-artifact-error pre,html[data-theme=dark] .image-artifact-empty{background:#18181b!important}html[data-theme=dark] .ui-badge,html[data-theme=dark] .ui-tab-active,html[data-theme=dark] .segmented-active{background:#27272a!important}html[data-theme=dark] .tone-success{border-color:#2dd4bf!important;background:#052e2b!important}html[data-theme=dark] .tone-warning{border-color:#facc15!important;background:#3a2d07!important}html[data-theme=dark] .tone-danger{border-color:#fb7185!important;background:#3f121c!important}html[data-theme=dark] .ui-artifact-error{border-color:#fb7185!important;background:#3f121c!important;color:#fecdd3!important}html[data-theme=dark] .ui-artifact-error h2,html[data-theme=dark] .ui-artifact-error p,html[data-theme=dark] .ui-artifact-error pre,html[data-theme=dark] .image-artifact-empty h2{color:#f4f4f5!important}html[data-theme=dark] .image-artifact-frame{background-color:#151515!important;background-image:none!important}html[data-theme=dark] .mermaid-stage svg text,html[data-theme=dark] .mermaid-stage svg tspan,html[data-theme=dark] .mermaid-stage svg .label,html[data-theme=dark] .mermaid-stage svg .nodeLabel,html[data-theme=dark] .mermaid-stage svg .edgeLabel,html[data-theme=dark] .mermaid-stage svg .messageText,html[data-theme=dark] .mermaid-stage svg .loopText,html[data-theme=dark] .mermaid-stage svg .actor>text{fill:#f8fafc!important;color:#f8fafc!important}html[data-theme=dark] .mermaid-stage svg path,html[data-theme=dark] .mermaid-stage svg line,html[data-theme=dark] .mermaid-stage svg polyline,html[data-theme=dark] .mermaid-stage svg .flowchart-link,html[data-theme=dark] .mermaid-stage svg .messageLine0,html[data-theme=dark] .mermaid-stage svg .messageLine1{stroke:#d4d4d8!important}html[data-theme=dark] .mermaid-stage svg .edgeLabel,html[data-theme=dark] .mermaid-stage svg .edgeLabel p,html[data-theme=dark] .mermaid-stage svg .labelBkg,html[data-theme=dark] .mermaid-stage svg .edgeLabel rect{background-color:#151515!important;fill:#151515!important}html[data-theme=dark] .admin-header,html[data-theme=dark] .admin-denied-panel,html[data-theme=dark] .admin-metric,html[data-theme=dark] .admin-record-panel,html[data-theme=dark] .admin-json-panel{background:#202020!important}html[data-theme=dark] .admin-nav,html[data-theme=dark] .admin-search,html[data-theme=dark] .admin-json-editor{background:#18181b!important}html[data-theme=dark] .admin-nav-item:hover,html[data-theme=dark] .admin-nav-item-active,html[data-theme=dark] .admin-record-row:hover,html[data-theme=dark] .admin-record-row-active,html[data-theme=dark] .admin-object-summary,html[data-theme=dark] .admin-empty-state,html[data-theme=dark] .admin-user-chip,html[data-theme=dark] .admin-state-pill,html[data-theme=dark] .admin-editor-status,html[data-theme=dark] .admin-json-editor[readonly]{background:#27272a!important}html[data-theme=dark] .admin-header,html[data-theme=dark] .admin-nav,html[data-theme=dark] .admin-denied-panel,html[data-theme=dark] .admin-metric,html[data-theme=dark] .admin-collection-header,html[data-theme=dark] .admin-record-panel,html[data-theme=dark] .admin-json-panel,html[data-theme=dark] .admin-panel-toolbar,html[data-theme=dark] .admin-search,html[data-theme=dark] .admin-json-editor,html[data-theme=dark] .admin-editor-status,html[data-theme=dark] .admin-secondary-button,html[data-theme=dark] .admin-back-button{border-color:#3f3f46!important}html[data-theme=dark] .admin-denied-panel h1,html[data-theme=dark] .admin-header-title h1,html[data-theme=dark] .admin-collection-header h2,html[data-theme=dark] .admin-metric strong,html[data-theme=dark] .admin-record-row strong,html[data-theme=dark] .admin-object-summary strong,html[data-theme=dark] .admin-panel-toolbar p,html[data-theme=dark] .admin-search input,html[data-theme=dark] .admin-json-editor{color:#f4f4f5!important}html[data-theme=dark] .admin-denied-panel p,html[data-theme=dark] .admin-denied-panel span,html[data-theme=dark] .admin-header-title p,html[data-theme=dark] .admin-collection-header p,html[data-theme=dark] .admin-collection-header span,html[data-theme=dark] .admin-panel-toolbar span,html[data-theme=dark] .admin-nav-group p,html[data-theme=dark] .admin-record-row small,html[data-theme=dark] .admin-object-summary span,html[data-theme=dark] .admin-editor-status span,html[data-theme=dark] .admin-metric span{color:#d4d4d8!important}html[data-theme=dark] .mermaid-stage svg .node rect,html[data-theme=dark] .mermaid-stage svg .node circle,html[data-theme=dark] .mermaid-stage svg .node ellipse,html[data-theme=dark] .mermaid-stage svg .node polygon,html[data-theme=dark] .mermaid-stage svg .node path,html[data-theme=dark] .mermaid-stage svg .actor{fill:#1f2937!important;stroke:#93c5fd!important}html[data-theme-preference=mid]{color:#f4f4f5;background:#242424}html[data-theme-preference=mid] body,html[data-theme-preference=mid] .bg-ops-canvas,html[data-theme-preference=mid] .chat-pane-focused,html[data-theme-preference=mid] .composer-wrap-focused,html[data-theme-preference=mid] .composer-wrap-split,html[data-theme-preference=mid] .thread-title-bar,html[data-theme-preference=mid] .sidebar-footer{background-color:#242424!important}html[data-theme-preference=mid] .bg-white,html[data-theme-preference=mid] .sidebar,html[data-theme-preference=mid] .chat-pane-split,html[data-theme-preference=mid] .composer,html[data-theme-preference=mid] .message-bubble-agent,html[data-theme-preference=mid] .artifact-canvas,html[data-theme-preference=mid] .artifact-tabs,html[data-theme-preference=mid] .settings-panel,html[data-theme-preference=mid] .settings-modal,html[data-theme-preference=mid] .settings-modal-main,html[data-theme-preference=mid] .appearance-menu,html[data-theme-preference=mid] .generated-artifact-card{background-color:#303030!important}html[data-theme-preference=mid] .settings-modal-nav{background-color:#242424!important}html[data-theme-preference=mid] .settings-modal-content::-webkit-scrollbar-thumb{background-color:#71717a!important}html[data-theme-preference=mid] .message-bubble-user,html[data-theme-preference=mid] .thread-row-shell-active,html[data-theme-preference=mid] .artifact-tab-active,html[data-theme-preference=mid] .generated-artifact-card-active,html[data-theme-preference=mid] .artifact-switcher-item-active{background-color:#1d314d!important}html[data-theme-preference=mid] .search-input,html[data-theme-preference=mid] .provider-key-input,html[data-theme-preference=mid] textarea,html[data-theme-preference=mid] input,html[data-theme-preference=mid] .thread-title-input,html[data-theme-preference=mid] .settings-section,html[data-theme-preference=mid] .settings-select,html[data-theme-preference=mid] .appearance-menu-item-active,html[data-theme-preference=mid] .settings-modal-nav-item-active,html[data-theme-preference=mid] .account-avatar{background-color:#393939!important}html[data-theme-preference=mid] .composer .composer-textarea,html[data-theme-preference=mid] .composer .provider-inline-select{background-color:transparent!important}html[data-theme-preference=mid] .border-ops-line,html[data-theme-preference=mid] .settings-modal,html[data-theme-preference=mid] .settings-modal-nav,html[data-theme-preference=mid] .settings-section,html[data-theme-preference=mid] .appearance-menu,html[data-theme-preference=mid] .sidebar-footer{border-color:#52525b!important}html[data-theme=dark] .working-text-glow,html[data-theme-preference=mid] .working-text-glow{background-image:linear-gradient(100deg,#d4d4d8,#d4d4d8 32%,#5eead4 46%,#93c5fd 54%,#d4d4d8 68%,#d4d4d8);color:transparent!important;-webkit-text-fill-color:transparent}@media(max-width:900px){.admin-header{height:auto;flex-wrap:wrap;align-items:flex-start;padding:.75rem}.admin-body{grid-template-columns:1fr}.admin-nav{max-height:220px;border-right:0;border-bottom:1px solid #d8dee7}.admin-main{padding:.75rem}.admin-metrics,.admin-editor-grid{grid-template-columns:1fr}.admin-record-panel,.admin-json-panel{height:auto;min-height:360px}.settings-modal-backdrop{padding:.75rem}.settings-modal{width:calc(100vw - 1.5rem);height:calc(100vh - 1.5rem);grid-template-columns:1fr}.settings-modal-nav{display:none}.settings-modal-header,.settings-modal-content{padding-left:1rem;padding-right:1rem}.sidebar{width:72px}.sidebar-resizer{display:none}.sidebar:not(:has(.mobile-drawer)) p,.sidebar:not(:has(.mobile-drawer)) span,.sidebar:not(:has(.mobile-drawer)) input,.sidebar:not(:has(.mobile-drawer)) select,.sidebar:not(:has(.mobile-drawer))>div:first-child>div,.sidebar:not(:has(.mobile-drawer)) .rounded-lg{display:none}.thread-row,.thread-row-collapsed,.new-thread{justify-content:center;width:48px;padding-left:0;padding-right:0}.chat-pane-split{min-width:0;width:100%!important;max-width:none;flex:1 1 auto!important;min-height:0}.chat-hero,.chat-content-focused,.composer,.queued-prompts{width:100%;max-width:none}.artifact-canvas,.split-resizer{display:none}.sidebar .appearance-menu,.sidebar .appearance-menu p,.sidebar .appearance-menu span,.sidebar .appearance-menu .appearance-menu-check{display:block}.sidebar .appearance-menu-item{display:flex}}.dropdown{display:inline-flex;max-width:100%}.dropdown-trigger{display:inline-flex;align-items:center;gap:6px;height:36px;max-width:100%;padding:0 10px;border:1px solid #e2e8f0;border-radius:9px;background:#fff;color:#0f172a;font-size:13px;font-weight:500;cursor:pointer;outline:none;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease}.dropdown-trigger:hover:not(:disabled){background:#f8fafc}.dropdown-trigger:focus-visible{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.dropdown-trigger:disabled{opacity:.55;cursor:not-allowed}.dropdown-value{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.dropdown-placeholder{color:#94a3b8;font-weight:500}.dropdown-caret{flex:none;color:#94a3b8}.dropdown-trigger-pill{height:auto;padding:3px 6px;border-color:transparent;background:transparent;border-radius:6px;font-size:12px;font-weight:600;color:#52606d;gap:4px}.dropdown-trigger-pill:hover:not(:disabled){background:#f1f5f9;color:#0f172a}.dropdown-trigger-pill .dropdown-caret{width:12px;height:12px}.dropdown-menu{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 28px #0f172a29;padding:4px;overflow-y:auto;z-index:1000;font-size:13px;color:#0f172a;transition:opacity 90ms ease-out}.dropdown-option{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 9px;border-radius:7px;cursor:pointer}.dropdown-option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-option-active{background:#eef2ff}.dropdown-option-selected{font-weight:600}.dropdown-option-disabled{opacity:.45;cursor:not-allowed}.dropdown-option-tag{flex:none;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:1px 6px;border-radius:999px;background:#e0e7ff;color:#3730a3}html[data-theme=dark] .dropdown-trigger{background:#1e293b;border-color:#334155;color:#e2e8f0}html[data-theme=dark] .dropdown-trigger:hover:not(:disabled){background:#273449}html[data-theme=dark] .dropdown-trigger-pill{background:transparent;border-color:transparent;color:#94a3b8}html[data-theme=dark] .dropdown-trigger-pill:hover:not(:disabled){background:#273449;color:#e2e8f0}html[data-theme=dark] .dropdown-placeholder,html[data-theme=dark] .dropdown-caret{color:#64748b}html[data-theme=dark] .dropdown-menu{background:#0f172a;border-color:#334155;color:#e2e8f0;box-shadow:0 8px 28px #00000080}html[data-theme=dark] .dropdown-option-active{background:#273449}html[data-theme=dark] .dropdown-option-tag{background:#312e81;color:#c7d2fe}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:text-ink-950:hover{--tw-text-opacity: 1;color:rgb(16 20 24 / var(--tw-text-opacity, 1))}.hover\:opacity-90:hover{opacity:.9}.app-main{display:flex;flex:1 1 auto;min-width:0}.app-main.app-main-builder,.app-main.app-main-split{flex-direction:row!important}.app-main.app-main-split .chat-pane-split{width:var(--chat-width, 38%)!important;max-width:none;flex-shrink:0}.builder-split-resizer{flex:0 0 6px;align-self:stretch;position:relative;cursor:col-resize;background:transparent;display:flex;align-items:stretch;justify-content:center;z-index:4;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}.builder-split-resizer-grip{width:1px;background:#e2e8f0;transition:background .12s ease}.builder-split-resizer:hover .builder-split-resizer-grip,.builder-split-resizer:focus-visible .builder-split-resizer-grip{background:#6366f1;width:2px}.app-main:not(.app-main-split) .builder-split-resizer{display:none}.thread-section-header{display:flex;align-items:center;justify-content:space-between;padding-right:4px}.thread-section-action{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:transparent;border:1px solid transparent;border-radius:6px;color:#475569;cursor:pointer}.thread-section-action:hover{background:#eef2ff;color:#1e293b}.thread-section-actions{display:inline-flex;align-items:center;gap:2px}.thread-row-bullet{display:inline-flex;flex-shrink:0;width:14px;height:14px;align-items:center;justify-content:center}.thread-row-bullet:before{content:"";width:7px;height:7px;border-radius:50%;border:1.5px solid #94a3b8}.thread-row-shell-active .thread-row-bullet:before{border-color:var(--accent, #6366f1)}.chat-sort-wrap{position:relative;display:inline-flex}.chat-sort-menu{position:absolute;top:calc(100% + 4px);right:0;z-index:40;min-width:148px;padding:4px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 28px #0f172a29}.chat-sort-menu-label{margin:2px 8px 4px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.chat-sort-item{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:6px 8px;border:none;background:transparent;border-radius:6px;font-size:13px;color:#1e293b;cursor:pointer;text-align:left}.chat-sort-item:hover{background:#f1f5f9}.chat-sort-item-active{color:#4338ca;font-weight:600}html[data-theme=dark] .thread-row-bullet:before{border-color:#64748b}html[data-theme=dark] .thread-row-shell-active .thread-row-bullet:before{border-color:var(--accent, #818cf8)}html[data-theme=dark] .chat-sort-menu{background:#0f172a;border-color:#1e293b;box-shadow:0 12px 32px #00000080}html[data-theme=dark] .chat-sort-menu-label{color:#64748b}html[data-theme=dark] .chat-sort-item{color:#e2e8f0}html[data-theme=dark] .chat-sort-item:hover{background:#94a3b824}html[data-theme=dark] .chat-sort-item-active{color:#c7d2fe}.project-group{margin-bottom:4px}.project-row{display:flex;width:100%;align-items:center;gap:6px;padding:5px 8px;border-radius:8px;background:transparent;border:none;font-size:13px;font-weight:600;color:#0f172a;cursor:pointer}.project-row:hover{background:#f1f5f9}.project-row-name{flex:1 1 auto;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-row-count{font-size:11px;color:#64748b;font-weight:500;background:#f1f5f9;padding:1px 7px;border-radius:999px}.project-sessions{margin:4px 0 6px 14px;padding-left:6px;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;gap:2px}.project-new-session{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;padding:6px 8px;font-size:11.5px;color:#475569;cursor:pointer;border-radius:8px}.project-new-session:hover{background:#f1f5f9;color:#0f172a}.account-menu-wrap{position:relative;flex:1 1 auto}.account-menu{position:absolute;bottom:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 12px 30px #0f172a1f;padding:4px;z-index:20}.account-menu-item{display:flex;width:100%;align-items:center;gap:8px;padding:7px 10px;border:none;background:transparent;font-size:12px;font-weight:600;color:#0f172a;border-radius:7px;cursor:pointer}.account-menu-item:hover{background:#f1f5f9}.sidebar-copyright{margin:10px 0 0;font-size:11px;color:#1d4ed8;font-weight:700;text-align:center;letter-spacing:.05em}.new-project-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:240;display:flex;align-items:flex-start;justify-content:center;padding:6vh 24px}.new-project-modal{width:min(720px,100%);max-height:88vh;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 28px 60px #0f172a38;display:flex;flex-direction:column;overflow:hidden}.new-project-header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #e2e8f0;gap:12px}.new-project-header h2{margin:0;font-size:17px;font-weight:600;color:#0f172a;display:inline-flex;align-items:center;gap:8px}.new-project-header p{margin:4px 0 0;font-size:12px;color:#64748b}.new-project-close{border:none;background:transparent;color:#475569;padding:6px;border-radius:8px;cursor:pointer}.new-project-close:hover{background:#f1f5f9}.new-project-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.new-project-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.new-project-field{display:flex;flex-direction:column;gap:4px}.new-project-field span{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#475569}.new-project-field input{padding:9px 11px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;font-size:13px;color:#0f172a;outline:none}.new-project-field input:focus{border-color:#2563eb;background:#fff}.new-project-template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}.new-project-template-card{display:flex;align-items:flex-start;gap:10px;padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;text-align:left;cursor:pointer;position:relative}.new-project-template-card:hover{border-color:#cbd5f5;background:#f8fafc}.new-project-template-card-active{border-color:#2563eb;background:#eff6ff}.new-project-template-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#0f172a;color:#fff}.new-project-template-card-active .new-project-template-icon{background:#2563eb}.new-project-template-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.new-project-template-copy strong{font-size:13px;color:#0f172a}.new-project-template-copy span{font-size:11.5px;color:#475569;line-height:1.4}.new-project-template-pill{position:absolute;right:10px;bottom:8px;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;font-weight:600}.new-project-loading{font-size:12px;color:#64748b;padding:12px}.new-project-layout{background:#0f172a;color:#e2e8f0;border-radius:10px;padding:12px 14px;font-size:11.5px;display:flex;flex-direction:column;gap:6px}.new-project-layout-label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.new-project-layout pre{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;white-space:pre;overflow-x:auto}.new-project-error{margin:0;font-size:12px;color:#b91c1c;background:#fee2e2;border-radius:8px;padding:8px 12px}.new-project-actions{display:flex;justify-content:flex-end;gap:8px}.new-project-primary,.new-project-secondary{font-size:12.5px;font-weight:600;padding:8px 14px;border-radius:10px;cursor:pointer}.new-project-primary{background:#0f172a;color:#fff;border:1px solid #0f172a}.new-project-primary:hover{background:#1e293b}.new-project-primary:disabled{opacity:.5;cursor:not-allowed}.new-project-secondary{background:#fff;color:#0f172a;border:1px solid #e2e8f0}.new-project-secondary:hover{background:#f1f5f9}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.08),transparent 60%),radial-gradient(circle at 80% 30%,rgba(14,165,233,.08),transparent 65%),#f7f9fc;padding:24px}.login-checking{color:#475569;font-size:13px}.login-card{width:100%;max-width:360px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:28px 26px 22px;box-shadow:0 24px 50px #0f172a1a;display:flex;flex-direction:column;gap:12px;align-items:stretch;text-align:center}.login-card-logo{align-self:center;width:56px;height:56px;border-radius:16px;background:#0f172a;color:#fff;font-size:24px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px}.login-card-title{margin:0;font-size:22px;font-weight:600;color:#0f172a}.login-card-tagline{margin:-2px 0 2px;max-width:30ch;font-size:13.5px;line-height:1.45;color:#334155;font-weight:500;text-align:center}.login-card-subtitle{margin:0 0 4px;font-size:12.5px;color:#64748b;line-height:1.5}.login-card-field{display:flex;flex-direction:column;gap:4px;text-align:left}.login-card-field span{font-size:11px;font-weight:600;color:#475569;letter-spacing:.04em;text-transform:uppercase}.login-card-field input{font-size:14px;padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;outline:none;transition:border-color .15s ease,background .15s ease}.login-card-field input:focus{border-color:#2563eb;background:#fff}.login-card-remember{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#475569;cursor:pointer}.login-card-error{margin:0;font-size:12px;color:#b91c1c;background:#fee2e2;border-radius:8px;padding:8px 10px}.login-card-submit{background:#0f172a;color:#fff;font-weight:600;font-size:13px;padding:10px 12px;border-radius:10px;border:none;cursor:pointer;margin-top:4px}.login-card-submit:hover{background:#1e293b}.login-card-submit:disabled{opacity:.6;cursor:not-allowed}.login-card-footer{margin:12px 0 0;font-size:12px;color:#1d4ed8;font-weight:700;letter-spacing:.04em}.login-card-terms{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#475569;cursor:pointer}.login-card-terms-link{background:none;border:none;padding:0;font:inherit;color:#1d4ed8;text-decoration:underline;cursor:pointer}.login-card-terms-link:hover,.login-card-terms-link:focus-visible{color:#1e40af;outline:none}.login-card-terms-link:disabled{color:#94a3b8;cursor:not-allowed;text-decoration:none}.terms-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.terms-modal{background:#fff;border-radius:14px;box-shadow:0 24px 60px #0f172a66;width:100%;max-width:720px;max-height:90vh;display:flex;flex-direction:column;outline:none}.terms-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.terms-modal-header h2{margin:0;font-size:16px;font-weight:700;color:#0f172a}.terms-modal-close{background:transparent;border:none;font-size:24px;line-height:1;color:#64748b;cursor:pointer;padding:4px 8px;border-radius:6px}.terms-modal-close:hover{background:#f1f5f9;color:#0f172a}.terms-modal-body{padding:16px 20px;overflow-y:auto;font-size:13px;line-height:1.55;color:#1e293b}.terms-modal-body p{margin:0 0 12px}.terms-modal-body ul{margin:0 0 12px;padding-left:20px;list-style:disc}.terms-modal-body li{margin-bottom:4px;line-height:1.5}.terms-modal-body strong{color:#0f172a;font-weight:600}.terms-modal-body h3{font-size:13px;font-weight:700;color:#0f172a;margin:18px 0 6px}.terms-modal-body h3:first-of-type{margin-top:8px}.terms-modal-meta{font-size:11px;color:#64748b;margin-bottom:16px!important}.terms-modal-footer{padding:12px 20px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end}.terms-modal-dismiss{background:#0f172a;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.terms-modal-dismiss:hover{background:#1e293b}.chat-turn-group{display:flex;flex-direction:column;gap:14px;content-visibility:auto;contain-intrinsic-size:auto 280px}.chat-content-focused>*+*{margin-top:24px}.thinking-token-label{margin-left:6px;color:#64748b;font-weight:500;font-size:11px}.chat-restoring{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:60vh;width:100%;color:#64748b}.chat-restoring-spinner{width:32px;height:32px;border-radius:999px;border:3px solid rgba(15,23,42,.08);border-top-color:#2563eb;animation:chat-restoring-spin .85s linear infinite}.chat-restoring-label{font-size:14px;font-weight:500;letter-spacing:.01em}@keyframes chat-restoring-spin{to{transform:rotate(360deg)}}html[data-theme=dark] .chat-restoring{color:#94a3b8}html[data-theme=dark] .chat-restoring-spinner{border-color:#f8fafc14;border-top-color:#60a5fa}.chat-load-older-button{display:flex;align-items:center;justify-content:center;gap:6px;margin:8px auto 12px;padding:6px 14px;background:#6366f114;border:1px solid rgba(99,102,241,.22);border-radius:999px;color:#4338ca;font-size:12px;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.chat-load-older-button:hover:not(:disabled){background:#6366f124;border-color:#6366f166;color:#3730a3}.chat-load-older-button:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.chat-load-older-button:disabled{cursor:wait;opacity:.85}.chat-load-older-spinner{width:14px;height:14px;border-width:2px}html[data-theme=dark] .chat-load-older-button{background:#818cf81f;border-color:#818cf84d;color:#c7d2fe}html[data-theme=dark] .chat-load-older-button:hover:not(:disabled){background:#818cf833;border-color:#818cf880;color:#e0e7ff}.chat-hero-prompt{margin:0;font-size:clamp(28px,4vw,36px);font-weight:600;color:#0f172a;letter-spacing:-.01em;text-align:center}.chat-hero-sub{margin:8px 0 0;font-size:14px;color:#64748b;text-align:center}.job-launcher{margin-top:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;max-width:560px}.job-chip{display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:12px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;text-align:left;transition:border-color .12s ease,background .12s ease,transform .08s ease}.job-chip:hover{border-color:#a5b4fc;background:#f5f6ff}.job-chip:active{transform:scale(.985)}.job-chip-icon{color:#4f46e5;display:inline-flex}.job-chip-label{font-size:13px;font-weight:600;color:#0f172a}.job-chip-hint{font-size:11px;color:#94a3b8;line-height:1.3}.composer-mode-toggle{display:inline-flex;align-items:center;height:22px;border:1px solid #c7d2fe;border-radius:999px;overflow:hidden}.composer-mode-seg{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 9px;font-size:11px;font-weight:600;line-height:1;border:none;background:transparent;color:#6366f1;cursor:pointer;white-space:nowrap}.composer-mode-seg-active{background:#4f46e5;color:#fff}@media(max-width:560px){.job-launcher{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%}}.sidebar-status-card{display:flex;flex-direction:column;gap:4px;padding:10px 12px;margin-bottom:8px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;font-size:11px;line-height:1.45}.sidebar-status-line{font-weight:600;color:#0f172a;font-size:11px;letter-spacing:.02em}.sidebar-status-detail{color:#475569;display:block;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-status-detail strong{color:#0f172a}.composer-provider-pill{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:600;background:#f1f5f9;color:#0f172a;border:1px solid #e2e8f0;white-space:nowrap}.composer-provider-pill-dev{background:#fef3c7;color:#92400e;border-color:#fde68a}.composer-attachments{display:flex;flex-wrap:wrap;gap:6px;width:min(100%,880px);max-width:calc(100% - 2rem);margin:0 auto 8px}.composer-attachment-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 6px 3px 10px;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:#0f172a;font-size:11.5px;font-weight:600;max-width:280px;box-shadow:0 1px 2px #0f172a0a}.composer-attachment-chip-error{background:#fee2e2;border-color:#fecaca;color:#991b1b}.composer-attachment-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.composer-attachment-size{color:#64748b;font-weight:500;font-size:11px}.composer-attachment-remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:transparent;color:inherit;border-radius:999px;cursor:pointer}.composer-attachment-remove:hover{background:#0f172a14}.composer-reading{font-size:11px;font-weight:600;color:#2563eb}.composer-hints{margin:8px auto 0;width:min(100%,880px);max-width:calc(100% - 2rem);display:flex;justify-content:space-between;gap:12px;font-size:11px;color:#94a3b8;position:relative;z-index:1}.mobile-copyright,.composer-mobile-backdrop{display:none}.chat-pane-split .composer-hints,.chat-pane-split .composer-attachments{width:100%;max-width:none}.composer-status-detail{display:inline-flex;align-items:center;gap:6px;text-align:right;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}.composer-status-text{overflow:hidden;text-overflow:ellipsis}.connection-indicator{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px}.connection-indicator-dot{display:inline-block;width:8px;height:8px;border-radius:999px;box-shadow:0 0 0 2px #0f172a0a}.connection-indicator-online .connection-indicator-dot{background:#16a34a;box-shadow:0 0 0 3px #16a34a2e;animation:opsdeck-online-pulse 2.4s ease-in-out infinite}.connection-indicator-offline .connection-indicator-dot{background:#dc2626;box-shadow:0 0 0 3px #dc262633}@keyframes opsdeck-online-pulse{0%,to{box-shadow:0 0 0 3px #16a34a2e}50%{box-shadow:0 0 0 6px #16a34a14}}.chat-drop-card{display:flex;flex-direction:column;align-items:center;gap:4px}.chat-drop-card span{font-size:13px;font-weight:600;color:#0f172a}.chat-drop-card small{color:#475569;font-size:11px}.app-main-stack{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;min-height:0}.app-main-stack .app-main{flex:1 1 auto;min-height:0}.terminal-panel{position:relative;display:flex;flex-direction:column;flex-shrink:0;background:#101418;color:#dbe4ee;border-top:1px solid #1e293b;box-shadow:0 -12px 32px #0f172a29;min-height:0;overflow:hidden;transition:height .15s ease}.terminal-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:10px;background:#101418eb;color:#94a3b8;font-size:12.5px;font-weight:500;letter-spacing:.01em;z-index:4;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.terminal-loading-spinner{width:12px;height:12px;border-radius:50%;border:1.5px solid rgba(148,163,184,.25);border-top-color:#94a3b8;animation:terminal-spin .8s linear infinite}@keyframes terminal-spin{to{transform:rotate(360deg)}}.terminal-panel-hidden{display:none}.terminal-resizer{position:relative;height:7px;flex-shrink:0;cursor:row-resize;border-bottom:1px solid rgba(255,255,255,.1);background:#101418;touch-action:none}.terminal-resizer:after{content:"";position:absolute;left:50%;top:50%;height:2px;width:52px;transform:translate(-50%,-50%);border-radius:999px;background:#cbd5e180}.terminal-resizer:hover{background:#1e293b}.terminal-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border-bottom:1px solid rgba(255,255,255,.08);font-size:11px;color:#94a3b8}.terminal-header-title{display:inline-flex;align-items:center;gap:6px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:10.5px;color:#cbd5f5}.terminal-header-actions{display:inline-flex;align-items:center;gap:4px}.terminal-tool-button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;border:1px solid rgba(255,255,255,.08);background:transparent;color:#cbd5f5;cursor:pointer;padding:0}.terminal-tool-button:hover{background:#ffffff0f;color:#fff}.terminal-native{flex:1 1 auto;min-height:0;padding:6px 8px 0 10px}.terminal-native .xterm{height:100%}.terminal-native .xterm-viewport{background:transparent!important}.settings-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:230;display:flex;justify-content:flex-end}.settings-sheet{width:min(440px,100%);background:#fff;border-left:1px solid #e2e8f0;box-shadow:-16px 0 40px #0f172a2e;display:flex;flex-direction:column;min-height:0}.settings-sheet-header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #e2e8f0;gap:12px}.settings-sheet-header h2{margin:0;font-size:18px;font-weight:600;color:#0f172a}.settings-sheet-header p{margin:4px 0 0;font-size:12px;color:#64748b}.settings-sheet-close{border:none;background:transparent;color:#475569;cursor:pointer;padding:6px;border-radius:8px}.settings-sheet-close:hover{background:#f1f5f9}.settings-sheet-body{padding:16px;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.settings-card{border:1px solid #e2e8f0;border-radius:14px;background:#fff}.settings-card-header{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid #e2e8f0;font-size:13px;font-weight:600;color:#0f172a}.settings-card-body{padding:12px 14px;display:flex;flex-direction:column;gap:8px}.settings-card-hint{font-size:12px;color:#64748b;margin:0;line-height:1.5}.settings-profile{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.settings-profile-meta{display:flex;flex-direction:column;min-width:0}.settings-profile-meta strong{font-size:14px;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-profile-meta small{font-size:12px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-profile-actions{display:flex;flex-direction:column;gap:6px;align-items:stretch}.settings-profile-upload,.settings-profile-remove{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:30px;padding:0 10px;border-radius:7px;border:1px solid #e2e8f0;background:#fff;color:#1e293b;font-size:12px;font-weight:600;cursor:pointer;transition:background .12s ease}.settings-profile-upload:hover,.settings-profile-remove:hover{background:#f1f5f9}.settings-profile-upload:disabled,.settings-profile-remove:disabled{opacity:.6;cursor:not-allowed}.settings-profile-remove{color:#b91c1c;border-color:#b91c1c40}.settings-profile-remove:hover{background:#fee2e273}.settings-profile-error{margin:0;font-size:12px;color:#b91c1c;line-height:1.4}.settings-profile-spin{animation:settings-profile-spin .9s linear infinite}@keyframes settings-profile-spin{to{transform:rotate(360deg)}}html[data-theme=dark] .settings-profile-meta strong{color:#f1f5f9}html[data-theme=dark] .settings-profile-meta small{color:#94a3b8}html[data-theme=dark] .settings-profile-upload,html[data-theme=dark] .settings-profile-remove{background:#111827;border-color:#94a3b82e;color:#e2e8f0}html[data-theme=dark] .settings-profile-upload:hover,html[data-theme=dark] .settings-profile-remove:hover{background:#94a3b824}html[data-theme=dark] .settings-profile-remove{color:#fca5a5;border-color:#fca5a54d}.user-avatar-photo{overflow:hidden;color:transparent}.settings-choice-row{display:flex;flex-wrap:wrap;gap:6px}.settings-choice-button{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9px;background:#f8fafc;border:1px solid #e2e8f0;font-size:12px;font-weight:600;color:#1f2937;cursor:pointer}.settings-choice-button:hover{background:#eef2ff}.settings-choice-button-active{background:#0f172a;border-color:#0f172a;color:#fff}.settings-toggle-button{align-self:flex-start;background:#0f172a;color:#fff;border:none;font-size:12px;font-weight:600;padding:7px 12px;border-radius:9px;cursor:pointer}.settings-toggle-button:hover{background:#1e293b}.settings-kv{display:grid;grid-template-columns:110px 1fr;gap:10px;font-size:12px}.settings-kv dt{color:#64748b;font-weight:600}.settings-kv dd{margin:0;color:#0f172a;overflow:hidden;text-overflow:ellipsis}.settings-engine-status{display:flex;flex-direction:column;gap:4px}.admin-shell{min-height:100vh;background:#f7f9fc;padding:24px clamp(20px,4vw,56px);color:#0f172a}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-header-left{display:flex;flex-direction:column;gap:6px}.admin-header-title{display:inline-flex;align-items:center;gap:10px;margin:0;font-size:22px;font-weight:600}.admin-header-back{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#2563eb;text-decoration:none}.admin-error{background:#fee2e2;color:#b91c1c;border-radius:12px;padding:12px 16px;margin-bottom:16px;font-size:13px}.admin-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}.admin-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column}.admin-card-header{padding:14px 18px;border-bottom:1px solid #e2e8f0;font-weight:600;font-size:14px}.admin-card-content{padding:14px 18px}.admin-card-body{display:flex;flex-direction:column;gap:8px}.admin-kv{display:grid;grid-template-columns:140px 1fr;gap:12px;font-size:13px}.admin-kv dt{color:#475569;font-weight:600}.admin-kv dd{margin:0}.admin-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;font-size:13px}.admin-list-meta{color:#64748b;font-size:11px}.admin-list-summary{margin:4px 0 0;color:#1f2937}.admin-list-detail{margin:4px 0 0;color:#475569;font-size:12px}.admin-loading{color:#64748b;font-style:italic;font-size:13px}.admin-header-meta{font-size:12px;color:#475569}.admin-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.admin-tab{background:transparent;border:1px solid transparent;font-size:12.5px;font-weight:600;color:#475569;padding:7px 12px;border-radius:9px;cursor:pointer}.admin-tab:hover{background:#f1f5f9;color:#0f172a}.admin-tab-active{background:#0f172a;color:#fff;border-color:#0f172a}.admin-content{display:flex;flex-direction:column;gap:16px}.admin-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:14px}.admin-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.admin-section-header h2{margin:0;font-size:16px;font-weight:600;color:#0f172a}.admin-section-header p{margin:4px 0 0;font-size:12.5px;color:#64748b;max-width:70ch}.admin-section-actions{display:flex;gap:8px;align-items:center}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th,.admin-table td{text-align:left;padding:9px 10px;border-bottom:1px solid #f1f5f9;vertical-align:top}.admin-table th{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;background:#f8fafc}.admin-row-id{display:block;font-size:11px;color:#64748b;font-weight:500}.admin-row-actions{display:flex;gap:6px;align-items:center;justify-content:flex-end}.admin-switch{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#1f2937;cursor:pointer}.admin-switch input{cursor:pointer}.admin-badge{margin-left:6px;font-size:10px;font-weight:700;background:#fef3c7;color:#92400e;padding:1px 6px;border-radius:999px;letter-spacing:.04em;text-transform:uppercase}.admin-button-primary,.admin-button-ghost,.admin-icon-button{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;padding:7px 11px;border-radius:9px;cursor:pointer}.admin-button-primary{background:#0f172a;color:#fff;border:1px solid #0f172a}.admin-button-primary:hover{background:#1e293b}.admin-button-ghost{background:#fff;color:#0f172a;border:1px solid #e2e8f0}.admin-button-ghost:hover{background:#f1f5f9}.admin-icon-button{padding:6px;background:transparent;border:1px solid transparent;color:#b91c1c}.admin-icon-button:hover{background:#fee2e2}.admin-empty{text-align:center;color:#94a3b8;font-size:13px;padding:18px}.admin-project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px}.admin-project-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:10px}.admin-project-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.admin-project-card-header h3{margin:0;font-size:14px;font-weight:600;color:#0f172a}.admin-project-card-header p{margin:4px 0 0;font-size:12px;color:#475569;line-height:1.45}.admin-project-meta{display:flex;gap:6px;flex-wrap:wrap;font-size:10.5px;color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.admin-project-meta span{background:#fff;border:1px solid #e2e8f0;padding:2px 8px;border-radius:999px}.admin-project-members{display:flex;flex-direction:column;gap:6px;border-top:1px solid #e2e8f0;padding-top:10px}.admin-project-members-title{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#475569}.admin-project-memory{display:flex;flex-direction:column;gap:4px;border-top:1px solid #e2e8f0;padding-top:10px}.admin-project-memory span{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#475569}.admin-project-memory input{border:1px solid #e2e8f0;background:#fff;border-radius:9px;padding:7px 9px;font-size:12.5px;color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;outline:none}.admin-project-memory input:focus{border-color:#2563eb}.admin-project-kv{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin:10px 0 6px;padding-top:10px;border-top:1px solid #e2e8f0}.admin-project-kv>div{display:flex;flex-direction:column;gap:2px;min-width:0}.admin-project-kv dt{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin:0}.admin-project-kv dd{margin:0;font-size:12px;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.admin-project-kv em{color:#94a3b8;font-style:italic;font-family:inherit}.admin-project-members ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:4px 10px}.admin-project-members li label{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#0f172a;cursor:pointer}.admin-pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#0f172a;color:#e2e8f0;border-radius:10px;padding:10px 12px;font-size:11.5px;white-space:pre;overflow-x:auto;margin-top:8px}.admin-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.admin-form label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#475569;font-weight:600}.admin-form input,.admin-form select{border:1px solid #e2e8f0;background:#fff;border-radius:9px;padding:8px 10px;font-size:13px;color:#0f172a;outline:none}.admin-form input:focus,.admin-form select:focus{border-color:#2563eb}.admin-form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end}.admin-saved-pill{font-size:11px;font-weight:600;background:#dcfce7;color:#166534;padding:2px 10px;border-radius:999px}.admin-kv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:10px}.admin-usage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px;margin-top:14px}.admin-footer{margin-top:24px;font-size:12px;color:#1d4ed8;font-weight:700;letter-spacing:.04em;text-align:center}.admin-modal-narrow{width:min(640px,100%)}.admin-permission-matrix{display:flex;flex-direction:column;gap:14px;margin-top:4px}.admin-permission-group{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.admin-permission-group header{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#475569}.admin-permission-group ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.admin-permission-group label{display:flex;gap:8px;align-items:flex-start;font-size:12.5px;color:#0f172a;cursor:pointer}.admin-permission-group label small{display:block;font-size:11.5px;color:#64748b;font-weight:400}.admin-permission-group input[type=checkbox]{margin-top:3px}.new-project-field-full{grid-column:1 / -1}.new-project-field textarea{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font-size:13px;font-family:inherit;color:#0f172a;background:#f8fafc;outline:none;resize:vertical}.new-project-field textarea:focus{border-color:#2563eb;background:#fff}html[data-theme=dark] .chat-hero-prompt{color:#e2e8f0}html[data-theme=dark] .chat-hero-sub{color:#94a3b8}html[data-theme=dark] .job-chip{background:#1e293b;border-color:#334155}html[data-theme=dark] .job-chip:hover{background:#263248;border-color:#6366f1}html[data-theme=dark] .job-chip-label{color:#e2e8f0}html[data-theme=dark] .job-chip-hint{color:#64748b}html[data-theme=dark] .job-chip-icon{color:#a5b4fc}html[data-theme=dark] .composer-mode-toggle{border-color:#3730a3}html[data-theme=dark] .composer-mode-seg{color:#a5b4fc}html[data-theme=dark] .composer-mode-seg-active{background:#4f46e5;color:#fff}html[data-theme=dark] .thread-section-title{color:#94a3b8}html[data-theme=dark] .thread-empty{color:#64748b}html[data-theme=dark] .project-row{color:#e2e8f0}html[data-theme=dark] .project-row:hover{background:#94a3b814}html[data-theme=dark] .project-row-name{color:#e2e8f0}html[data-theme=dark] .project-row-count{background:#94a3b82e;color:#cbd5f5}html[data-theme=dark] .project-new-session{color:#94a3b8}html[data-theme=dark] .project-new-session:hover{color:#e2e8f0;background:#94a3b814}html[data-theme=dark] .thread-section-action{color:#94a3b8}html[data-theme=dark] .thread-section-action:hover{color:#e2e8f0;background:#94a3b81a}html[data-theme=dark] .admin-footer,html[data-theme=dark] .sidebar-footer-copyright{color:#94a3b8}html[data-theme=dark] .admin-section h2{color:#e2e8f0}html[data-theme=dark] .admin-section-header p,html[data-theme=dark] .admin-empty{color:#94a3b8}html[data-theme=dark] .admin-table thead th{background:#94a3b814;color:#94a3b8}html[data-theme=dark] .admin-table td{color:#e2e8f0;border-color:#94a3b81f}html[data-theme=dark] .admin-row-id{color:#64748b}html[data-theme=dark] .admin-project-card{background:#111827;border-color:#94a3b824}html[data-theme=dark] .admin-project-card h3{color:#e2e8f0}html[data-theme=dark] .admin-project-card p,html[data-theme=dark] .admin-project-meta,html[data-theme=dark] .admin-project-kv dt{color:#94a3b8}html[data-theme=dark] .admin-project-kv dd{color:#e2e8f0}html[data-theme=dark] .admin-permission-group{background:#111827;border-color:#94a3b824}html[data-theme=dark] .admin-permission-group header{color:#94a3b8}html[data-theme=dark] .admin-permission-group label{color:#e2e8f0}html[data-theme=dark] .admin-permission-group label small{color:#94a3b8}html[data-theme=dark] .new-project-modal,html[data-theme=dark] .settings-sheet{background:#0f172a;color:#e2e8f0;border:1px solid rgba(148,163,184,.14)}html[data-theme=dark] .new-project-field input,html[data-theme=dark] .new-project-field textarea{background:#0b1220;color:#e2e8f0;border-color:#94a3b82e}.admin-env-grid{display:flex;flex-direction:column;gap:6px}.admin-env-row{display:grid;grid-template-columns:120px 1fr;gap:8px}.admin-env-row input{border:1px solid #e2e8f0;border-radius:8px;padding:6px 9px;font-size:12.5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#fff;color:#0f172a;outline:none}.admin-env-row input:focus{border-color:#2563eb}html[data-theme=dark] .admin-env-row input{background:#0b1220;color:#e2e8f0;border-color:#94a3b82e}.admin-project-envs{margin-top:10px;padding-top:10px;border-top:1px solid #e2e8f0}.admin-project-envs-title{display:block;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:6px}.admin-project-envs ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.admin-project-envs li{display:grid;grid-template-columns:90px 1fr;gap:8px;font-size:12px;color:#0f172a;align-items:baseline}.admin-project-envs li strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#2563eb}.admin-project-envs li a{color:#1e293b;text-decoration:underline;text-decoration-color:#2563eb59;text-underline-offset:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-project-envs li a:hover{text-decoration-color:#2563eb}html[data-theme=dark] .admin-project-envs{border-top-color:#94a3b824}html[data-theme=dark] .admin-project-envs li{color:#e2e8f0}html[data-theme=dark] .admin-project-envs li a{color:#cbd5f5;text-decoration-color:#7dd3fc66}.terminal-tabs{display:flex;align-items:center;gap:4px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.terminal-tabs::-webkit-scrollbar{display:none}.terminal-tab{display:inline-flex;align-items:center;gap:6px;padding:4px 6px 4px 9px;border-radius:6px;font-size:11.5px;color:#94a3b8;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;transition:background .12s ease,color .12s ease}.terminal-tab:hover{background:#94a3b81a;color:#cbd5f5}.terminal-tab-active{background:#94a3b82e;color:#f8fafc}.terminal-tab-label{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.terminal-tab-close{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:transparent;border:0;color:inherit;border-radius:4px;cursor:pointer;opacity:.6}.terminal-tab-close:hover{opacity:1;color:#f87171;background:#f8717124}.terminal-tab-add{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:transparent;border:0;color:#94a3b8;border-radius:6px;cursor:pointer;margin-left:2px}.terminal-tab-add:hover{background:#94a3b81f;color:#f8fafc}.terminal-stack{flex:1 1 auto;min-height:0;background:#101418;display:flex;flex-direction:column;position:relative;margin:0;padding:0}.terminal-view{display:none;flex:1 1 auto;min-height:0;position:relative;margin:0;padding:0;background:#101418}.terminal-view-active{display:flex;flex-direction:column}.terminal-view .terminal-native{flex:1 1 auto;min-height:0;padding:6px 8px 0 10px;background:#101418}.terminal-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:100%;color:#64748b;font-size:12.5px}.terminal-empty-add{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#2563eb;color:#f8fafc;border:0;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.terminal-empty-add:hover{background:#1d4ed8}.files-panel{display:flex;flex-direction:column;flex:1 1 0;min-width:0;background:#fff;border-left:1px solid #e2e8f0}.files-panel-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.files-panel-title{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:#0f172a}.files-panel-actions{display:inline-flex;gap:4px}.files-panel-tool{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:0;background:transparent;color:#475569;border-radius:6px;cursor:pointer}.files-panel-tool:hover{background:#e2e8f0;color:#0f172a}.files-panel-body{display:flex;flex:1;min-height:0}.files-tree-pane{width:220px;flex-shrink:0;border-right:1px solid #e2e8f0;overflow-y:auto;background:#fff;padding:6px 0}.files-tree-error{margin:8px 12px;font-size:11.5px;color:#b91c1c}.files-tree-empty{margin:12px;font-size:11.5px;color:#64748b}.files-tree{list-style:none;margin:0;padding:0}.files-tree-row{width:100%;display:flex;align-items:center;gap:6px;padding:3px 8px;border:0;background:transparent;font-size:12px;color:#0f172a;cursor:pointer;text-align:left}.files-tree-row:hover{background:#eef2ff}.files-tree-row-active{background:#dbeafe!important;color:#1d4ed8}.files-tree-row-spacer{display:inline-block;width:11px}.files-editor-pane{display:flex;flex-direction:column;flex:1;min-width:0}.files-tab-strip{display:flex;align-items:center;gap:2px;padding:4px 8px;border-bottom:1px solid #e2e8f0;background:#f8fafc;overflow-x:auto;scrollbar-width:none}.files-tab-strip::-webkit-scrollbar{display:none}.files-tab{display:inline-flex;align-items:center;gap:6px;padding:4px 6px 4px 9px;border-radius:6px;font-size:11.5px;color:#475569;cursor:pointer;white-space:nowrap}.files-tab:hover{background:#e2e8f0;color:#0f172a}.files-tab-active{background:#fff;color:#0f172a;box-shadow:inset 0 -2px #2563eb}.files-tab-label{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.files-tab-dirty{color:#2563eb;font-size:10px}.files-tab-close{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:0;background:transparent;color:inherit;border-radius:4px;cursor:pointer;opacity:.5}.files-tab-close:hover{opacity:1;background:#0f172a14}.files-tab-hint{font-size:11.5px;color:#94a3b8;padding:4px 8px}.files-editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 12px;border-bottom:1px solid #e2e8f0;background:#fff;font-size:11.5px}.files-editor-path{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.files-editor-toolbar-actions{display:inline-flex;align-items:center;gap:8px}.files-editor-error{font-size:11px;color:#b91c1c;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.files-editor-save{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:#2563eb;color:#f8fafc;border:0;border-radius:7px;font-size:11px;font-weight:600;cursor:pointer}.files-editor-save:disabled{background:#cbd5f5;color:#fff;cursor:default}.files-editor-readonly{font-size:10.5px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.files-editor-host{flex:1;min-height:0;background:#1e1e2e;position:relative}.files-editor-codewrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.files-editor-fallback{margin:0;height:100%;overflow:auto;padding:14px;background:#1e1e2e;color:#e6e6ef;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.55;white-space:pre}.files-editor-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#64748b;font-size:12px}.files-editor-textarea{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#0f172a;color:#e2e8f0;border:0;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;line-height:1.55;resize:none;outline:none;-moz-tab-size:2;-o-tab-size:2;tab-size:2;white-space:pre;overflow:auto}.files-spinning{animation:files-spin 1s linear infinite}@keyframes files-spin{to{transform:rotate(360deg)}}html[data-theme=dark] .files-panel,html[data-theme=dark] .files-tree-pane,html[data-theme=dark] .files-tab-strip,html[data-theme=dark] .files-editor-toolbar{background:#0b1220;border-color:#94a3b824}html[data-theme=dark] .files-panel-header{background:#94a3b814;border-color:#94a3b824}html[data-theme=dark] .files-panel-title,html[data-theme=dark] .files-tree-row,html[data-theme=dark] .files-tab,html[data-theme=dark] .files-tab-active{color:#e2e8f0}html[data-theme=dark] .files-tree-row:hover,html[data-theme=dark] .files-tab:hover{background:#94a3b81a}html[data-theme=dark] .files-tree-row-active{background:#7dd3fc29!important;color:#93c5fd}html[data-theme=dark] .files-editor-path,html[data-theme=dark] .files-tab-hint,html[data-theme=dark] .files-tree-empty{color:#94a3b8}.mobile-topbar{display:none;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid #e2e8f0;background:#fff;height:52px;flex-shrink:0;padding-top:max(8px,env(safe-area-inset-top))}.mobile-topbar-button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:0;background:transparent;color:#0f172a;border-radius:999px;cursor:pointer}.mobile-topbar-button:active{background:#f1f5f9}.mobile-topbar-button-primary{background:#0f172a;color:#f8fafc}.mobile-topbar-button-primary:active{background:#1e293b}.mobile-topbar-title{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:1px}.mobile-topbar-title-line{font-size:14px;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60vw}.mobile-topbar-subtitle{font-size:11px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60vw}.mobile-sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:80;animation:mobile-backdrop-fade .18s ease-out}@keyframes mobile-backdrop-fade{0%{opacity:0}to{opacity:1}}html[data-theme=dark] .mobile-topbar{background:#0b1220;border-bottom-color:#94a3b824}html[data-theme=dark] .mobile-topbar-title-line{color:#e2e8f0}html[data-theme=dark] .mobile-topbar-subtitle{color:#94a3b8}html[data-theme=dark] .mobile-topbar-button{color:#e2e8f0}html[data-theme=dark] .mobile-topbar-button-primary{background:#f8fafc;color:#0f172a}@media(max-width:768px){.app-shell{height:100vh;height:100dvh}html,body{height:100%;overflow:hidden;overscroll-behavior:none;-webkit-overflow-scrolling:auto}body{position:fixed;top:0;right:0;bottom:0;left:0;width:100%}.chat-scroll-focused,.chat-scroll-split{overscroll-behavior:contain}.chat-scroll-to-bottom{bottom:calc(110px + env(safe-area-inset-bottom));left:50%;right:auto;transform:translate(-50%)}.composer-preview-chip{display:none!important}.window-chrome{display:none}.mobile-topbar{display:flex}button,[role=button],.mobile-topbar,.mobile-topbar-button,.mobile-drawer-row,.mobile-drawer-action-tile,.mobile-drawer-cta,.mobile-drawer-close,.mobile-drawer-footer-action,.mobile-drawer-search-clear,.composer-icon-button,.composer-voice-button,.composer-voice-button-active,.composer-run-button,.composer-run-button-stop,.composer-submit-hint{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.mobile-drawer-logo,.user-avatar-img,.mobile-drawer-account-avatar,.message-avatar,.message-avatar img{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.app-workspace{position:relative;flex-direction:column}.sidebar{position:fixed;top:0;bottom:0;left:0;width:80vw!important;max-width:320px;z-index:90;transform:translate(-100%);transition:transform .22s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0f172a2e}.app-workspace-drawer-open .sidebar{transform:translate(0)}.app-workspace-drawer-open .mobile-sidebar-backdrop{display:block}.sidebar-collapsed{width:80vw!important;max-width:320px}.sidebar-resizer,html.sidebar-resizing .sidebar{display:none}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),textarea,select{font-size:16px}.app-main-stack{width:100%;min-width:0}.app-main-stack .app-main{flex-direction:column;min-width:0}.chat-pane-focused,.chat-pane-split{width:100%!important;min-width:0;flex:1 1 auto;min-height:0;padding-bottom:env(safe-area-inset-bottom)}.chat-scroll-focused,.chat-scroll-split{padding-bottom:calc(168px + env(safe-area-inset-bottom))!important;scroll-padding-bottom:calc(168px + env(safe-area-inset-bottom))!important}.composer-hints{display:none!important}.mobile-copyright{display:block;margin:6px 0 0;padding:0;text-align:center;font-size:10px;font-weight:600;color:#1d4ed873;letter-spacing:.04em;pointer-events:none}.mobile-drawer{display:flex;flex-direction:column;height:100%;background:#fff;color:#0f172a;position:relative}.mobile-drawer-header{display:flex;align-items:center;gap:10px;padding:14px 14px 10px;border-bottom:1px solid #e2e8f0}.mobile-drawer-logo{width:32px;height:32px;border-radius:999px;-o-object-fit:cover;object-fit:cover}.mobile-drawer-title{flex:1;font-size:16px;font-weight:700;letter-spacing:.04em}.mobile-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:none;background:transparent;color:#475569;cursor:pointer}.mobile-drawer-close:active{background:#f1f5f9}.mobile-drawer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px 14px}.mobile-drawer-action-tile{display:inline-flex;align-items:center;gap:10px;height:48px;padding:0 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:14px;font-weight:600;cursor:pointer;text-align:left}.mobile-drawer-action-tile:active{background:#f1f5f9}.mobile-drawer-action-tile-active{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.mobile-drawer-action-tile-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}.mobile-drawer-action-tile-label{flex:1}.mobile-drawer-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:0 14px 12px;height:48px;border-radius:10px;border:none;background:#0f172a;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.mobile-drawer-cta:active{background:#1e293b}.mobile-drawer-search{display:flex;align-items:center;gap:8px;margin:0 14px 10px;padding:0 10px;height:40px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.mobile-drawer-search-icon{flex-shrink:0;color:#64748b}.mobile-drawer-search-input{flex:1;min-width:0;border:none;background:transparent;outline:none;color:#0f172a;font-size:14px}.mobile-drawer-search-input::-moz-placeholder{color:#94a3b8}.mobile-drawer-search-input::placeholder{color:#94a3b8}.mobile-drawer-search-clear{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:999px;background:#e2e8f0;color:#475569;cursor:pointer}.mobile-drawer-search-clear:active{background:#cbd5e1}.mobile-drawer-empty{margin:20px 14px;padding:16px;border-radius:10px;border:1px dashed #cbd5e1;background:#f8fafc;text-align:center;color:#475569}.mobile-drawer-empty p{margin:0 0 10px;font-size:13px}.mobile-drawer-empty-action{display:inline-flex;align-items:center;height:32px;padding:0 12px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#1e293b;font-size:12px;font-weight:600;cursor:pointer}.mobile-drawer-empty-action:active{background:#f1f5f9}.mobile-drawer-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 6px 12px}.mobile-drawer-section{padding:12px 8px 4px}.mobile-drawer-section-title{margin:0 8px 6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.mobile-drawer-project{margin-bottom:6px}.mobile-drawer-project-header{display:flex;align-items:center;gap:8px;margin:10px 8px 2px;min-height:32px}.mobile-drawer-project-icon{color:#6366f1;flex-shrink:0}.mobile-drawer-project-name{flex:1 1 auto;min-width:0;font-size:12px;font-weight:700;letter-spacing:.03em;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-drawer-project-new{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border:none;border-radius:8px;background:transparent;color:#6366f1;cursor:pointer}.mobile-drawer-project-new:active{background:#eef2ff}.mobile-drawer-project-chats{margin-left:15px;padding-left:5px;border-left:2px solid #e2e8f0}.mobile-drawer-project-empty{margin:2px 8px 6px 22px;font-size:12px;font-style:italic;color:#94a3b8}.mobile-drawer-row{display:inline-flex;align-items:center;gap:10px;width:100%;min-height:44px;padding:8px 10px;border-radius:8px;border:none;background:transparent;color:#0f172a;font-size:14px;text-align:left;cursor:pointer}.mobile-drawer-row:active{background:#f1f5f9}.mobile-drawer-row-active{background:#eef2ff;color:#1e3a8a;font-weight:600}.mobile-drawer-row-split{padding:0;overflow:hidden}.mobile-drawer-row-split:active{background:transparent}.mobile-drawer-row-main{flex:1 1 auto;display:inline-flex;align-items:center;gap:10px;min-width:0;min-height:44px;padding:8px 10px;border:none;background:transparent;color:inherit;font-size:14px;font-weight:inherit;text-align:left;cursor:pointer;border-radius:8px 0 0 8px}.mobile-drawer-row-main:active{background:#f1f5f9}.mobile-drawer-row-kebab{flex:0 0 36px;display:inline-flex;align-items:center;justify-content:center;align-self:stretch;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:0 8px 8px 0}.mobile-drawer-row-kebab:active{background:#f1f5f9;color:#0f172a}.mobile-drawer-row-icon{flex-shrink:0;color:#64748b}.mobile-drawer-row-active .mobile-drawer-row-icon,.mobile-drawer-row-icon-pinned{color:#4338ca}.mobile-drawer-row-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-drawer-row-meta{flex-shrink:0;font-size:11px;font-weight:500;color:#64748b}.mobile-drawer-row-unread{flex-shrink:0;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#2563eb;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.mobile-drawer-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:5;cursor:pointer}.mobile-drawer-sheet{position:absolute;left:0;right:0;bottom:0;z-index:6;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -10px 28px #0f172a2e;padding:8px 14px max(20px,env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:4px;animation:mobile-drawer-sheet-in .22s cubic-bezier(.16,1,.3,1)}@keyframes mobile-drawer-sheet-in{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.mobile-drawer-sheet-handle{width:40px;height:4px;border-radius:999px;background:#cbd5e1;margin:0 auto 8px}.mobile-drawer-sheet-title{margin:0 0 8px;padding:0 4px;font-size:13px;font-weight:600;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-drawer-sheet-actions{display:flex;flex-direction:column;gap:2px}.mobile-drawer-sheet-action{display:inline-flex;align-items:center;gap:12px;height:48px;padding:0 12px;border-radius:10px;border:none;background:transparent;color:#0f172a;font-size:15px;font-weight:500;cursor:pointer;text-align:left}.mobile-drawer-sheet-action:active{background:#f1f5f9}.mobile-drawer-sheet-action-destructive{color:#b91c1c}.mobile-drawer-sheet-action-destructive:active{background:#dc262614}.mobile-drawer-sheet-rename{display:flex;flex-direction:column;gap:12px;padding:4px 0 0}.mobile-drawer-sheet-rename-input{height:44px;padding:0 12px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font-size:16px;outline:none}.mobile-drawer-sheet-rename-input:focus{border-color:#2563eb}.mobile-drawer-sheet-rename-actions{display:flex;gap:8px;justify-content:flex-end}.mobile-drawer-sheet-secondary,.mobile-drawer-sheet-primary{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 16px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer}.mobile-drawer-sheet-secondary{border:1px solid #cbd5e1;background:#fff;color:#1e293b}.mobile-drawer-sheet-secondary:active{background:#f1f5f9}.mobile-drawer-sheet-primary{border:none;background:#0f172a;color:#fff}.mobile-drawer-sheet-primary:disabled{background:#94a3b8;cursor:not-allowed}.mobile-drawer-sheet-primary-destructive{background:#b91c1c}.mobile-drawer-sheet-confirm{display:flex;flex-direction:column;gap:14px;padding:4px 4px 0}.mobile-drawer-sheet-confirm-text{margin:0;font-size:14px;line-height:1.4;color:#334155}.mobile-drawer-footer{border-top:1px solid #e2e8f0;padding:10px 14px max(12px,env(safe-area-inset-bottom));background:#f8fafc}.mobile-drawer-account{display:flex;align-items:center;gap:10px;padding:4px 0 8px}.mobile-drawer-account-avatar{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:#6366f1;color:#fff;font-size:14px;font-weight:700}.mobile-drawer-account-meta{display:flex;flex-direction:column;min-width:0}.mobile-drawer-account-meta strong{font-size:13px;font-weight:600}.mobile-drawer-account-meta small{font-size:11px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-drawer-footer-actions{display:flex;gap:8px;margin-top:6px}.mobile-drawer-footer-action{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#1e293b;font-size:13px;font-weight:500;cursor:pointer}.mobile-drawer-footer-action:active{background:#f1f5f9}.mobile-drawer-copyright{margin:10px 0 0;text-align:center;font-size:11px;font-weight:700;color:#1d4ed8;letter-spacing:.05em}.composer-wrap-focused,.composer-wrap-split{padding:4px 8px max(6px,env(safe-area-inset-bottom));transition:transform .24s cubic-bezier(.16,1,.3,1);will-change:transform}.composer{padding:0;border-radius:16px;transition:padding .24s cubic-bezier(.16,1,.3,1)}.composer-textarea{min-height:48px;padding:12px 40px 8px 12px;font-size:16px;line-height:1.4;transition:min-height .24s cubic-bezier(.16,1,.3,1),padding .24s cubic-bezier(.16,1,.3,1)}.composer-highlight{padding:12px 40px 8px 12px;font-size:16px;line-height:1.4;transition:padding .18s ease}.composer-placeholder{top:12px;left:12px;right:40px;font-size:16px;line-height:1.4}.composer-footer{flex-wrap:wrap;gap:6px;padding:2px 8px 6px}.composer-footer-left,.composer-footer-right{gap:6px}.composer-mobile-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#f8fafc8c;backdrop-filter:blur(14px) saturate(1.05);-webkit-backdrop-filter:blur(14px) saturate(1.05);animation:composer-modal-fade-in .16s ease-out;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}@keyframes composer-modal-fade-in{0%{opacity:0}to{opacity:1}}.composer-wrap-mobile-modal{z-index:50;transform:translateY(-14vh)}.composer-wrap-mobile-modal .composer{box-shadow:0 16px 48px -10px #0f172a38,0 6px 16px -6px #0f172a1f;border-color:#2563eb40;padding:4px}.composer-wrap-mobile-modal .composer-textarea{min-height:96px;padding:14px 40px 10px 14px;font-size:17px;line-height:1.45}.composer-wrap-mobile-modal .composer-highlight{padding:14px 40px 10px 14px;font-size:17px;line-height:1.45}.composer-wrap-mobile-modal .composer-placeholder{top:14px;left:14px;right:40px;font-size:17px;line-height:1.45}.composer-wrap-mobile-modal .mobile-copyright{display:none}.composer-wrap-mobile-modal~.chat-scroll-to-bottom,.chat-pane-focused:has(.composer-wrap-mobile-modal) .chat-scroll-to-bottom,.chat-pane-split:has(.composer-wrap-mobile-modal) .chat-scroll-to-bottom{display:none}.composer-send-hint,.composer-status-text,.composer-shortcut-hint{display:none!important}.chat-hero-prompt{font-size:22px;padding:0 16px}.chat-scroll-focused,.chat-scroll-split{padding-left:8px!important;padding-right:8px!important}.chat-content-focused{padding-left:0;padding-right:0}.message-bubble-stack,.message-bubble-user,.message-bubble-agent{max-width:100%}.terminal-panel,.files-panel,.artifact-canvas{display:none!important}.settings-sheet,.new-project-modal{width:100vw!important;max-width:100vw!important;height:100vh;max-height:100vh;border-radius:0;border:0}.new-project-backdrop{padding:0;align-items:stretch}.admin-shell{padding:12px}.admin-tabs{flex-wrap:wrap;gap:4px}.admin-table{font-size:12px}.sidebar-topbar{padding:10px 14px}.sidebar-footer{padding:12px 14px max(14px,env(safe-area-inset-bottom))}}.sidebar-footer-meta{display:flex;flex-direction:column;align-items:center;gap:4px;margin:10px 0 0}.sidebar-build-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:500;color:#64748b;background:#94a3b81a;border:0;border-radius:999px;cursor:pointer;letter-spacing:.02em}.sidebar-build-chip:hover{background:#94a3b82e;color:#0f172a}html[data-theme=dark] .sidebar-build-chip{color:#94a3b8;background:#94a3b81a}html[data-theme=dark] .sidebar-build-chip:hover{color:#e2e8f0;background:#94a3b82e}.share-section-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-500, #64748b);margin:0 0 8px}.share-candidates{list-style:none;padding:4px;margin:4px 0 0;display:flex;flex-direction:column;gap:2px;border-radius:8px;background:#94a3b814}.share-candidate-row{display:flex;align-items:center;gap:10px;width:100%;padding:6px 8px;border-radius:6px;border:0;background:transparent;text-align:left;cursor:pointer;font:inherit}.share-candidate-row:hover:not(:disabled){background:#6366f11a}.share-candidate-name{flex:1;min-width:0;display:flex;flex-direction:column;line-height:1.2}.share-candidate-name strong{font-size:13px;color:var(--ink-950, #0f172a)}.share-candidate-email{font-size:11px;color:var(--ink-600, #475569)}.share-candidate-add{font-size:11px;display:inline-flex;align-items:center;gap:4px;color:var(--accent, #6366f1);padding:2px 8px;border-radius:999px;background:#6366f11f}.share-member-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.share-member-row{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:6px}.share-member-row:hover{background:#94a3b814}.share-member-name{flex:1;min-width:0;display:flex;flex-direction:column;line-height:1.2}.share-member-name strong{font-size:13px;color:var(--ink-950, #0f172a)}.share-member-email{font-size:11px;color:var(--ink-600, #475569)}.share-member-you{font-weight:400;font-size:11px;color:var(--ink-500, #64748b)}.share-role-pill{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:2px 7px;border-radius:999px;background:#94a3b82e;color:var(--ink-700, #334155)}.share-role-pill-owner{background:#6366f129;color:var(--accent, #6366f1)}.share-member-remove{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;border:0;background:transparent;color:var(--ink-500, #94a3b8);cursor:pointer}.share-member-remove:hover:not(:disabled){background:#ef44441f;color:#dc2626}.share-empty{font-size:12px;color:var(--ink-500, #64748b);margin:4px 0}.share-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-weight:600;letter-spacing:.02em;flex-shrink:0}html[data-theme=dark] .share-candidate-name strong,html[data-theme=dark] .share-member-name strong{color:#e2e8f0}html[data-theme=dark] .share-candidate-email,html[data-theme=dark] .share-member-email{color:#94a3b8}html[data-theme=dark] .share-role-pill{background:#94a3b829;color:#cbd5e1}.user-avatar,.share-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-weight:600;letter-spacing:.02em;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.user-avatar-ring{box-shadow:0 0 0 2px var(--accent, #6366f1),0 0 0 4px #fff}html[data-theme=dark] .user-avatar-ring{box-shadow:0 0 0 2px var(--accent, #818cf8),0 0 0 4px #0f172a}.message-author-label{display:flex;align-items:center;gap:6px;margin:4px 8px 2px;font-size:11px;color:var(--ink-600, #475569)}.message-bubble-user-other{background:#94a3b826;color:var(--ink-950, #0f172a)}html[data-theme=dark] .message-bubble-user-other{background:#94a3b82e;color:#e2e8f0}html[data-theme=dark] .message-author-label{color:#94a3b8}.mention-popover{position:absolute;left:8px;bottom:calc(100% + 4px);z-index:40;min-width:240px;max-width:320px;padding:4px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;box-shadow:0 8px 24px #0f172a1a;display:flex;flex-direction:column;gap:2px}html[data-theme=dark] .mention-popover{background:#0f172a;border-color:#94a3b82e;box-shadow:0 8px 24px #0006}.mention-popover-hint{margin:4px 4px 2px;padding:8px 10px;border-top:1px solid rgba(15,23,42,.08);font-size:11px;font-style:italic;color:#64748b;line-height:1.45}html[data-theme=dark] .mention-popover-hint{border-top-color:#94a3b82e;color:#94a3b8}.mention-row{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;border-radius:6px;border:0;background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit}.mention-row-active,.mention-row:hover{background:#6366f11f}.mention-row-text{display:flex;flex-direction:column;line-height:1.2;min-width:0}.mention-row-text strong{font-size:13px;color:var(--accent, #6366f1)}.mention-row-name{font-size:11px;color:var(--ink-600, #475569)}html[data-theme=dark] .mention-row-name{color:#94a3b8}.mention-chip{display:inline-block;padding:0 5px;border-radius:4px;background:#6366f126;color:var(--accent, #6366f1);font-weight:600}.mention-chip-self{background:#6366f14d;outline:1px solid rgba(99,102,241,.4)}.mention-chip-panda{background:#14b8a626;color:#0f766e}html[data-theme=dark] .mention-chip{background:#818cf833;color:#c7d2fe}html[data-theme=dark] .mention-chip-self{background:#818cf85c;outline-color:#a5b4fc80}html[data-theme=dark] .mention-chip-panda{background:#2dd4bf2e;color:#5eead4}.thread-row-team-button{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;padding:2px;border:none;background:transparent;color:var(--accent, #6366f1);cursor:pointer;border-radius:6px;pointer-events:auto}.thread-row-team-button:hover{background:#6366f114}.thread-row-team-button:focus-visible{outline:2px solid var(--accent, #6366f1);outline-offset:1px}.team-popover{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 28px #0f172a24;padding:8px;min-width:240px;animation:team-popover-in .16s cubic-bezier(.16,1,.3,1)}@keyframes team-popover-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.team-popover-title{margin:4px 6px 6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.team-popover-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.team-popover-row-wrap{list-style:none}.team-popover-row{display:flex;align-items:flex-start;gap:10px;width:100%;padding:6px 8px;border-radius:8px;background:transparent;color:inherit;text-align:left}.team-popover-mention-btn{display:inline-flex;align-items:center;padding:0;border:none;background:transparent;color:inherit;cursor:pointer;text-align:left;border-radius:4px}.team-popover-mention-btn:hover:not(:disabled){text-decoration:underline}.team-popover-mention-btn:disabled{cursor:default}.team-popover-row-meta{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;gap:1px}.team-popover-row-name-line{display:inline-flex;align-items:center;min-width:0}.team-popover-row-name{font-size:13px;font-weight:600;color:#0f172a;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-popover-row-title-line{display:inline-flex;align-items:center;gap:4px;min-width:0}.team-popover-row-title{font-size:11px;font-weight:600;color:#4338ca;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-popover-row-title-empty{font-size:11px;color:#94a3b8;font-style:italic;line-height:1.25}.team-popover-title-edit-btn{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:4px;opacity:.55;transition:opacity .12s ease,color .12s ease,background .12s ease}.team-popover-row:hover .team-popover-title-edit-btn,.team-popover-title-edit-btn:focus-visible{opacity:1}.team-popover-title-edit-btn:hover{color:#4338ca;background:#6366f11a}.team-popover-row-title-edit{display:inline-flex;align-items:center;gap:4px;margin-top:2px;min-width:0;flex-wrap:wrap}.team-popover-title-input{flex:1 1 auto;min-width:120px;height:24px;padding:0 6px;font-size:11px;font-weight:600;color:#0f172a;background:#fff;border:1px solid #c7d2fe;border-radius:6px;outline:none}.team-popover-title-input:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f12e}.team-popover-title-save,.team-popover-title-cancel{height:24px;padding:0 8px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:6px;border:1px solid transparent;cursor:pointer}.team-popover-title-save{background:#4338ca;color:#fff}.team-popover-title-save:hover:not(:disabled){background:#3730a3}.team-popover-title-save:disabled{opacity:.55;cursor:wait}.team-popover-title-cancel{background:transparent;border-color:#cbd5e1;color:#475569}.team-popover-title-cancel:hover:not(:disabled){background:#f1f5f9}.team-popover-edit-error{margin:4px 8px 0;font-size:11px;color:#b91c1c}.team-popover-row-email{font-size:11px;color:#64748b;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-popover-role{flex-shrink:0;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:999px;background:#e2e8f0;color:#475569}.team-popover-role-owner{background:#6366f11f;color:#4338ca}.team-popover-foot{margin:8px 6px 2px;font-size:11px;color:#94a3b8;text-align:center}html[data-theme=dark] .team-popover{background:#0f172a;border-color:#1e293b;box-shadow:0 12px 32px #00000080}html[data-theme=dark] .team-popover-title{color:#94a3b8}html[data-theme=dark] .team-popover-row-name{color:#f8fafc}html[data-theme=dark] .team-popover-row-email{color:#94a3b8}html[data-theme=dark] .team-popover-row-title{color:#c7d2fe}html[data-theme=dark] .team-popover-row-title-empty{color:#64748b}html[data-theme=dark] .team-popover-title-edit-btn{color:#94a3b8}html[data-theme=dark] .team-popover-title-edit-btn:hover{color:#e0e7ff;background:#6366f133}html[data-theme=dark] .team-popover-title-input{background:#1e293b;border-color:#334155;color:#e2e8f0}html[data-theme=dark] .team-popover-title-input:focus{border-color:#818cf8;box-shadow:0 0 0 2px #818cf840}html[data-theme=dark] .team-popover-title-cancel{border-color:#334155;color:#cbd5e1}html[data-theme=dark] .team-popover-title-cancel:hover:not(:disabled){background:#94a3b829}html[data-theme=dark] .team-popover-role{background:#94a3b82e;color:#cbd5e1}html[data-theme=dark] .team-popover-role-owner{background:#6366f138;color:#c7d2fe}html[data-theme=dark] .thread-row-team-button:hover{background:#94a3b829}.thread-unread-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;min-width:18px;height:16px;padding:0 5px;border-radius:999px;background:var(--accent, #6366f1);color:#fff;font-size:10px;font-weight:600;letter-spacing:.02em;vertical-align:middle}.thread-unread-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:50%;background:var(--accent, #6366f1);box-shadow:0 0 0 2px #fff}html[data-theme=dark] .thread-unread-dot{box-shadow:0 0 0 2px #0f172a}.login-card-logo-image{padding:0;background:transparent;border:none;font-size:0;-o-object-fit:cover;object-fit:cover;border-radius:50%}html[data-theme=dark] .chat-date-divider-chip{background:#94a3b833;color:#cbd5e1}html[data-theme=dark] .message-timestamp{opacity:.55}.user-avatar-presence{position:absolute;right:0;bottom:0;border-radius:50%;background:#22c55e;outline:2px solid white;pointer-events:none}html[data-theme=dark] .user-avatar-presence{outline-color:#0f172a}html[data-theme=dark] .composer-mobile-backdrop{background:#0206178c}html[data-theme=dark] .composer-wrap-mobile-modal .composer{box-shadow:0 12px 40px -8px #0000008c,0 4px 12px -4px #00000059;border-color:#60a5fa4d}html[data-theme=dark] .mobile-drawer{background:#0b1220;color:#e2e8f0}html[data-theme=dark] .mobile-drawer-header{border-bottom-color:#94a3b824}html[data-theme=dark] .mobile-drawer-title{color:#f1f5f9}html[data-theme=dark] .mobile-drawer-close{color:#cbd5e1}html[data-theme=dark] .mobile-drawer-close:active{background:#94a3b824}html[data-theme=dark] .mobile-drawer-action-tile{background:#111827;border-color:#94a3b82e;color:#e2e8f0}html[data-theme=dark] .mobile-drawer-action-tile:active{background:#94a3b824}html[data-theme=dark] .mobile-drawer-action-tile-active{background:#3b82f62e;border-color:#60a5fa73;color:#bfdbfe}html[data-theme=dark] .mobile-drawer-cta{background:#1d4ed8;color:#f8fafc}html[data-theme=dark] .mobile-drawer-cta:active{background:#2563eb}html[data-theme=dark] .mobile-drawer-search{background:#111827;border-color:#94a3b82e}html[data-theme=dark] .mobile-drawer-search-icon{color:#94a3b8}html[data-theme=dark] .mobile-drawer-search-input{color:#f1f5f9}html[data-theme=dark] .mobile-drawer-search-input::-moz-placeholder{color:#64748b}html[data-theme=dark] .mobile-drawer-search-input::placeholder{color:#64748b}html[data-theme=dark] .mobile-drawer-search-clear{background:#94a3b82e;color:#cbd5e1}html[data-theme=dark] .mobile-drawer-search-clear:active{background:#94a3b847}html[data-theme=dark] .mobile-drawer-section-title{color:#94a3b8}html[data-theme=dark] .mobile-drawer-project-name{color:#cbd5e1}html[data-theme=dark] .mobile-drawer-project-icon,html[data-theme=dark] .mobile-drawer-project-new{color:#818cf8}html[data-theme=dark] .mobile-drawer-project-new:active{background:#1e293b}html[data-theme=dark] .mobile-drawer-project-chats{border-left-color:#334155}html[data-theme=dark] .mobile-drawer-project-empty{color:#64748b}html[data-theme=dark] .mobile-drawer-row{color:#e2e8f0}html[data-theme=dark] .mobile-drawer-row:active{background:#94a3b824}html[data-theme=dark] .mobile-drawer-row-active{background:#3b82f62e;color:#bfdbfe}html[data-theme=dark] .mobile-drawer-row-icon{color:#94a3b8}html[data-theme=dark] .mobile-drawer-row-active .mobile-drawer-row-icon{color:#93c5fd}html[data-theme=dark] .mobile-drawer-row-meta{color:#94a3b8}html[data-theme=dark] .mobile-drawer-row-unread{background:#3b82f6}html[data-theme=dark] .mobile-drawer-empty{background:#111827;border-color:#94a3b840;color:#cbd5e1}html[data-theme=dark] .mobile-drawer-empty-action{background:#1e293b;border-color:#94a3b840;color:#e2e8f0}html[data-theme=dark] .mobile-drawer-empty-action:active{background:#94a3b82e}html[data-theme=dark] .mobile-drawer-footer{background:#060b18;border-top-color:#94a3b824}html[data-theme=dark] .mobile-drawer-account-meta strong{color:#f1f5f9}html[data-theme=dark] .mobile-drawer-account-meta small{color:#94a3b8}html[data-theme=dark] .mobile-drawer-footer-action{background:#111827;border-color:#94a3b82e;color:#e2e8f0}html[data-theme=dark] .mobile-drawer-footer-action:active{background:#94a3b82e}html[data-theme=dark] .mobile-drawer-copyright{color:#60a5fa}.install-prompt{position:fixed;z-index:60;background:#fff;color:#0f172a;border-radius:16px;box-shadow:0 20px 50px -12px #0f172a38,0 6px 16px -6px #0f172a1a;border:1px solid rgba(15,23,42,.06);padding:18px 18px 16px;max-width:min(420px,calc(100vw - 24px))}.install-prompt-ios,.install-prompt-android{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));max-width:none;border-radius:18px}.install-prompt-desktop{top:16px;right:16px;width:360px}.install-prompt-close{position:absolute;top:10px;right:10px;width:28px;height:28px;border:0;border-radius:999px;background:#0f172a0a;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s ease}.install-prompt-close:hover{background:#0f172a14}.install-prompt-close:active{background:#0f172a1f}.install-prompt-title{margin:0 28px 6px 0;font-size:16px;font-weight:700;color:#0f172a}.install-prompt-body{margin:0 0 12px;font-size:13px;line-height:1.5;color:#475569}.install-prompt-steps{list-style:decimal inside;margin:0;padding:0;font-size:13px;line-height:1.7;color:#1e293b}.install-prompt-steps li{padding-left:4px}.install-prompt-icon-inline{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:5px;background:#2563eb1a;color:#1d4ed8;vertical-align:-5px;margin:0 2px}.install-prompt-action{display:inline-flex;align-items:center;gap:4px;padding:1px 6px;border-radius:4px;background:#0f172a0f;font-weight:600}.install-prompt-hgroup{margin-bottom:12px}.install-prompt-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;padding:0 16px;border:0;border-radius:10px;background:#0f172a;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .12s ease}.install-prompt-primary:hover{background:#1e293b}.install-prompt-primary:active{background:#0b1220}html[data-theme=dark] .install-prompt{background:#0b1220;color:#e2e8f0;border-color:#94a3b82e;box-shadow:0 20px 50px -12px #0000008c,0 6px 16px -6px #0006}html[data-theme=dark] .install-prompt-close{background:#94a3b824;color:#cbd5e1}html[data-theme=dark] .install-prompt-close:hover{background:#94a3b83d}html[data-theme=dark] .install-prompt-title{color:#f1f5f9}html[data-theme=dark] .install-prompt-body{color:#94a3b8}html[data-theme=dark] .install-prompt-steps{color:#e2e8f0}html[data-theme=dark] .install-prompt-icon-inline{background:#60a5fa2e;color:#93c5fd}html[data-theme=dark] .install-prompt-action{background:#94a3b82e;color:#e2e8f0}html[data-theme=dark] .install-prompt-primary{background:#1d4ed8}html[data-theme=dark] .install-prompt-primary:hover{background:#2563eb}
