*,*:before,*:after{box-sizing:border-box}:root{--app-viewport-height: 100dvh;--shell-header-height: 72px;--shell-main-gap: 32px;--mobile-rail-width: min(22rem, calc(100vw - 1rem) );--thread-composer-top-offset: 15rem}html,body{margin:0;min-height:100%;background:var(--app-canvas);color:var(--ink-strong);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:var(--app-viewport-height)}body{background-image:var(--app-body-background);background-attachment:fixed}.sidebar{min-height:0}.app-shell{position:relative;min-height:var(--app-viewport-height)}.app-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:var(--app-shell-overlay);pointer-events:none}.app-shell.mobile-nav-open:before{background:var(--app-shell-mobile-overlay)}.mobile-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;background:var(--mobile-nav-backdrop-surface);opacity:0;pointer-events:none;transition:opacity .16s ease}.mobile-nav-backdrop.is-open{opacity:1;pointer-events:auto}.app-panel{background:var(--panel-primary);border:1px solid var(--panel-border);box-shadow:var(--shadow-panel);-webkit-backdrop-filter:var(--backdrop-blur-strong);backdrop-filter:var(--backdrop-blur-strong)}.app-panel-secondary{background:var(--panel-secondary);border:1px solid var(--panel-border);box-shadow:var(--shadow-panel);-webkit-backdrop-filter:var(--backdrop-blur-strong);backdrop-filter:var(--backdrop-blur-strong)}.mantine-Input-input::placeholder,.mantine-Input-input[type=password]::placeholder,.mantine-Textarea-input::placeholder{color:var(--input-placeholder-text)}.mantine-Input-input:focus,.mantine-Textarea-input:focus,.mantine-Input-input:focus-within{border-color:var(--panel-border-strong);box-shadow:inset 0 1px 0 var(--glass-inset-highlight),0 0 0 1px var(--panel-border-strong),0 0 0 4px var(--focus-ring-halo)}.composer-textarea,.composer-textarea .mantine-Input-wrapper,.composer-textarea .mantine-Textarea-input,.composer-textarea .mantine-Textarea-input:focus,.composer-textarea .mantine-Textarea-input:focus-within{background:var(--surface-transparent);border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;outline:none}.mantine-Combobox-option:hover,.mantine-Combobox-option[data-combobox-selected],.mantine-Combobox-option[data-combobox-active]{background:linear-gradient(180deg,var(--surface-accent-strong),var(--surface-accent));color:var(--ink-strong)}.mantine-Modal-content,.mantine-Modal-header,.mantine-Popover-dropdown{color:var(--ink-strong)}.eyebrow{color:var(--ink-muted);letter-spacing:.12em}.chat-panel{position:relative;height:100%;min-height:0;isolation:isolate;overflow-y:auto;padding-top:calc(var(--shell-header-height) + 1rem);padding-right:1rem;padding-bottom:calc(var(--thread-composer-top-offset, 15rem) + var(--mantine-spacing-xl));padding-left:1rem;scroll-padding-top:calc(var(--shell-header-height) + 1rem);scroll-padding-bottom:calc(var(--thread-composer-top-offset, 15rem) + var(--mantine-spacing-xl));background:var(--chat-stage-surface)}.chat-panel:before,.chat-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.chat-panel:before{background:var(--chat-stage-glow);filter:blur(40px);opacity:.8}.chat-panel:after{background:var(--chat-stage-overlay),linear-gradient(180deg,transparent 0%,transparent 58%,color-mix(in srgb,var(--chat-stage-surface) 45%,transparent) 82%,var(--chat-stage-surface) 100%)}.event-list{position:relative;z-index:1;padding:0 0 .5rem}.event-body>:last-child{margin-bottom:0}.event-body p:last-child{margin-bottom:0}.composer{position:fixed;left:0;right:0;bottom:10px;z-index:230;padding-inline:1rem}.thread-rail{background:var(--thread-rail-glow),linear-gradient(180deg,var(--thread-rail-start),var(--thread-rail-end));border-right:1px solid var(--thread-rail-border);-webkit-backdrop-filter:var(--backdrop-blur-strong);backdrop-filter:var(--backdrop-blur-strong);padding:1rem;isolation:isolate;overflow:hidden;margin-top:var(--shell-header-height);height:calc(100% - var(--shell-header-height))}.thread-list,.thread-list>*{position:relative;z-index:1}.thread-list{height:100%}.thread-list-scroll{min-height:0}.thread-list-section{padding:.25rem 0 0}.thread-list-section-header{padding:0 .25rem}.thread-list-section-action{color:var(--ink-muted)}.thread-list-section-action:hover,.thread-list-section-action:focus-visible{background:linear-gradient(180deg,var(--surface-panel-strong),var(--surface-panel-soft));color:var(--ink-strong)}.thread-row-button,.mantine-NavLink-root{border-radius:1rem}.mantine-NavLink-root[data-active],.mantine-NavLink-root:hover{background:linear-gradient(180deg,var(--surface-panel-strong),var(--surface-panel-soft))}.mantine-NavLink-body,.mantine-NavLink-label,.mantine-NavLink-description{color:var(--ink-strong)}.mantine-NavLink-label{font-size:.95rem;font-weight:600;line-height:1.25}.mantine-NavLink-description{font-size:.76rem;line-height:1.35}.workspace-main-grid{box-sizing:border-box;height:var(--app-viewport-height);min-height:100vh;overflow:hidden}.workspace-main-content{box-sizing:border-box;display:flex;flex-direction:column;height:100vh}.workspace-main-content-with-offset{margin-bottom:calc(var(--thread-composer-top-offset, 15rem) + 10px)}.workspace-sidebar-content{box-sizing:border-box;height:100%}.knowledge-base-page{min-height:0;padding:calc(var(--shell-header-height) + 1rem) 1rem 1rem}.knowledge-base-row{cursor:pointer}.knowledge-base-row:focus-visible{outline:none}.knowledge-base-row:focus-visible td{box-shadow:inset 0 0 0 1px var(--panel-border-strong)}.knowledge-base-hero{flex-shrink:0}.markdown-editor-shell{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:.75rem;flex:1;min-height:0;width:100%}.markdown-editor-host{min-height:0}.markdown-editor-host .toastui-editor-defaultUI{border-radius:1rem;border:1px solid var(--panel-border);background:var(--panel-secondary);box-shadow:var(--shadow-panel);overflow:hidden}.markdown-editor-host .toastui-editor-defaultUI-toolbar,.markdown-editor-host .toastui-editor-defaultUI .toastui-editor-md-tab-container,.markdown-editor-host .toastui-editor-toolbar-group,.markdown-editor-host .toastui-editor-toolbar,.markdown-editor-host .toastui-editor-mode-switch{background:var(--surface-panel-soft)!important;background-color:var(--surface-panel-soft)!important;border-color:var(--panel-border)!important}.markdown-editor-host .toastui-editor-toolbar-divider{background-color:var(--panel-border)}.markdown-editor-host .toastui-editor-defaultUI-toolbar button,.markdown-editor-host .toastui-editor-toolbar button,.markdown-editor-host .toastui-editor-md-tab-container .tab-item,.markdown-editor-host .toastui-editor-mode-switch .tab-item{background-color:transparent!important;border-color:transparent!important;color:var(--ink-strong)!important}.markdown-editor-host .toastui-editor-defaultUI-toolbar button:not(:disabled):hover,.markdown-editor-host .toastui-editor-toolbar button:hover,.markdown-editor-host .toastui-editor-toolbar button:focus,.markdown-editor-host .toastui-editor-md-tab-container .tab-item:hover,.markdown-editor-host .toastui-editor-mode-switch .tab-item:hover{background-color:var(--surface-panel-strong)!important}.markdown-editor-host .toastui-editor-md-tab-container .tab-item,.markdown-editor-host .toastui-editor-mode-switch .tab-item{color:var(--ink-muted)!important}.markdown-editor-host .toastui-editor-contents,.markdown-editor-host .toastui-editor-md-container,.markdown-editor-host .toastui-editor-ww-container,.markdown-editor-host .toastui-editor-main,.markdown-editor-host .toastui-editor-main-container{background:var(--surface-transparent);color:var(--ink-strong)}.markdown-editor-host .toastui-editor-md-container,.markdown-editor-host .toastui-editor-ww-container,.markdown-editor-host .toastui-editor-md-preview{border-color:var(--panel-border)}.markdown-editor-host .toastui-editor-md-preview{background:var(--surface-panel-soft)}.markdown-editor-host .toastui-editor-contents{font-size:1rem}.markdown-editor-host .toastui-editor-contents p,.markdown-editor-host .toastui-editor-contents li,.markdown-editor-host .toastui-editor-md-preview p,.markdown-editor-host .toastui-editor-md-preview li,.markdown-editor-host .toastui-editor-toolbar-icons,.markdown-editor-host .toastui-editor-toolbar button{color:var(--ink-strong)}.markdown-editor-host .toastui-editor-defaultUI-toolbar button.toastui-editor-toolbar-icons,.markdown-editor-host .toastui-editor-toolbar button.toastui-editor-toolbar-icons,.markdown-editor-host .toastui-editor-toolbar-icons{display:inline-block!important;inline-size:1.5rem!important;block-size:1.5rem!important;background-repeat:no-repeat!important;filter:brightness(0) invert(1)!important;-webkit-filter:brightness(0) invert(1)!important;opacity:.92!important}.markdown-editor-host .toastui-editor-defaultUI-toolbar button.toastui-editor-toolbar-icons:disabled,.markdown-editor-host .toastui-editor-toolbar button.toastui-editor-toolbar-icons:disabled,.markdown-editor-host .toastui-editor-toolbar button:disabled .toastui-editor-toolbar-icons{filter:brightness(0) invert(1)!important;-webkit-filter:brightness(0) invert(1)!important;opacity:.35!important}.markdown-editor-host .toastui-editor-md-tab-container .tab-item.active,.markdown-editor-host .toastui-editor-defaultUI-toolbar button.active,.markdown-editor-host .toastui-editor-mode-switch .tab-item.active{background-color:var(--surface-panel-strong)!important;border-color:var(--panel-border)!important;color:var(--ink-strong)!important}.markdown-editor-host .ProseMirror,.markdown-editor-host .toastui-editor-md-preview-highlight:after{background:transparent}.status-pill{border-radius:999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600;line-height:1}.status-pill[data-state=running]{background:var(--warning-soft);color:var(--status-running-text)}.status-pill[data-state=idle]{background:var(--status-idle-surface);color:var(--status-idle-text)}.status-pill[data-state=failed]{background:var(--error-soft);color:var(--status-failed-text)}.thread-row{width:100%;border-radius:1rem;border:1px solid transparent;padding:.8rem .9rem;background:transparent;transition:background .16s ease,border-color .16s ease}.thread-row:hover{background:linear-gradient(180deg,var(--surface-panel-strong),var(--surface-panel-soft));border-color:var(--panel-border)}.thread-row[data-active=true]{background:linear-gradient(180deg,var(--surface-panel-strong),var(--surface-panel-soft));border-color:var(--panel-border-strong)}.thread-row-header{min-width:0}.thread-row-title{text-wrap:balance;font-size:.95rem;line-height:1.25;font-weight:600}.thread-row-button:focus-visible .thread-row{border-color:var(--panel-border-strong);box-shadow:0 0 0 4px var(--focus-ring-halo)}.thread-row:hover .thread-row-title,.thread-row[data-active=true] .thread-row-title{color:var(--ink-strong)}.event-card{border:1px solid var(--panel-border);box-shadow:var(--shadow-panel);-webkit-backdrop-filter:var(--backdrop-blur-medium);backdrop-filter:var(--backdrop-blur-medium);transition:box-shadow .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.event-card.assistant{background:var(--glass-card-surface);max-width:min(52rem,100%);box-shadow:0 0 0 1px var(--panel-border),var(--shadow-glass)}.event-card.user{margin-left:auto;max-width:min(44rem,100%);background:var(--event-user-surface);border-color:var(--panel-border-strong);box-shadow:0 0 0 1px var(--panel-border-strong),var(--shadow-glass-subtle)}.event-card.system{background:var(--event-system-surface)}.event-card.error{background:var(--surface-danger);border-color:var(--border-danger)}.event-card.status{background:var(--event-status-surface);border-style:dashed}.event-card .mantine-Image-root img{border:1px solid var(--panel-border);border-radius:10px}.chat-event-markdown{color:var(--ink-strong)}.chat-event-markdown p,.chat-event-markdown li{color:inherit}.chat-event-markdown p{margin:0 0 var(--mantine-spacing-sm)}.chat-event-markdown p:last-child{margin-bottom:0}.chat-event-markdown a{color:var(--accent)}.chat-event-markdown--assistant{font-size:1rem;line-height:1.7}.chat-event-markdown--assistant :is(h1,h2,h3,h4,h5,h6){color:var(--ink-strong)}.chat-event-markdown--error{color:var(--ink-danger);font-size:.875rem;line-height:1.55}.chat-event-markdown--status,.chat-event-markdown--tool,.chat-event-markdown--user{font-size:.875rem;line-height:1.55}.composer-dock{bottom:0;background:var(--composer-dock-surface);border:1px solid var(--panel-border-strong);box-shadow:var(--shadow-composer-dock);-webkit-backdrop-filter:var(--backdrop-blur-medium);backdrop-filter:var(--backdrop-blur-medium);border-radius:1.15rem}.composer-dock textarea{background:var(--surface-transparent);border:0;color:var(--ink-strong)}.composer-dock textarea::placeholder{color:var(--composer-placeholder-text)}.auth-shell{position:relative;overflow:hidden}.auth-shell:before,.auth-shell:after{content:"";position:absolute;border-radius:999px;filter:blur(10px)}.auth-shell:before{width:26rem;height:26rem;top:-8rem;left:-6rem;background:var(--surface-accent-strong)}.auth-shell:after{width:20rem;height:20rem;right:-4rem;bottom:-3rem;background:var(--auth-glow-secondary)}img{display:block;max-width:100%}@media (max-width: 48em){.app-shell.mobile-nav-open:before{background:var(--mobile-open-scrim)}.chat-panel{min-height:24rem}.workspace-navbar{width:var(--mobile-rail-width);max-width:calc(100vw - 1rem);z-index:250}.workspace-navbar .mantine-AppShell-navbar{width:var(--mobile-rail-width);z-index:250}.thread-rail{padding:.875rem}.workspace-main-grid{min-height:100vh}.composer-dock{border-radius:18px 18px 0 0;bottom:0;padding-bottom:max(env(safe-area-inset-bottom,0px),.5rem)}.composer{left:0;right:0;padding-inline:.5rem}}@media (min-width: 48em){.composer{left:calc(1rem + var(--mobile-rail-width));right:1rem;padding-inline:0}.event-card.assistant,.event-card.user{max-width:100%}}
