:root,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--atc-ink:#17202a;--atc-muted:#66727e;--atc-border:#dfe5e9;--atc-surface:#fff;--atc-surface-subtle:#f5f7f8;--atc-surface-raised:#fff;--atc-accent:#1e5b53;--atc-accent-hover:#174b44;--atc-accent-foreground:#fff;--atc-user:#e6f0ee;--atc-error:#a43e3e;--atc-error-surface:#fff2f2;--atc-warn:#8c6a2c;--atc-status:#b9852e;--atc-code-surface:#1e252b;--atc-code-ink:#eef3f4;--atc-placeholder:#8c979e;--atc-hover:#eef3f2;--atc-active:#e1ebe8;--atc-sidebar:#f7f9f9;--atc-backdrop:#0f172a8c;--atc-modal-shadow:0 24px 80px #00000040;--atc-compact-shadow:0 18px 55px #0f172a33;--atc-scroll-thumb:#c9d1d5;--atc-scroll-track:#eef2f3}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--atc-ink:#f0f3f6;--atc-muted:#9aa4b2;--atc-border:#2b3440;--atc-surface:#11161d;--atc-surface-subtle:#0b0f14;--atc-surface-raised:#161b22;--atc-accent:#4aa89a;--atc-accent-hover:#66c2b2;--atc-accent-foreground:#08110f;--atc-user:#204345;--atc-error:#ffadad;--atc-error-surface:#3a2026;--atc-warn:#d8b36a;--atc-status:#d8ab4a;--atc-code-surface:#0a0e12;--atc-code-ink:#e9eff1;--atc-placeholder:#7d8794;--atc-hover:#1c2730;--atc-active:#203735;--atc-sidebar:#0e141b;--atc-backdrop:#000000ad;--atc-modal-shadow:0 24px 80px #00000094;--atc-compact-shadow:0 18px 55px #0000007a;--atc-scroll-thumb:#3b4652;--atc-scroll-track:#151c24}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--atc-ink:#f0f3f6;--atc-muted:#9aa4b2;--atc-border:#2b3440;--atc-surface:#11161d;--atc-surface-subtle:#0b0f14;--atc-surface-raised:#161b22;--atc-accent:#4aa89a;--atc-accent-hover:#66c2b2;--atc-accent-foreground:#08110f;--atc-user:#204345;--atc-error:#ffadad;--atc-error-surface:#3a2026;--atc-warn:#d8b36a;--atc-status:#d8ab4a;--atc-code-surface:#0a0e12;--atc-code-ink:#e9eff1;--atc-placeholder:#7d8794;--atc-hover:#1c2730;--atc-active:#203735;--atc-sidebar:#0e141b;--atc-backdrop:#000000ad;--atc-modal-shadow:0 24px 80px #00000094;--atc-compact-shadow:0 18px 55px #0000007a;--atc-scroll-thumb:#3b4652;--atc-scroll-track:#151c24}}*{box-sizing:border-box}html,body{height:100%;min-height:100%}body{background:var(--atc-surface-subtle);min-width:280px;color:var(--atc-ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}button,textarea{font:inherit}button{cursor:pointer}button:focus-visible,textarea:focus-visible,input:focus-visible{outline:2px solid var(--atc-accent);outline-offset:2px}.atc-app{background:var(--atc-surface);flex-direction:column;height:100dvh;min-height:240px;display:flex;overflow:hidden}.atc-header{border-bottom:1px solid var(--atc-border);background:var(--atc-surface);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:13px clamp(14px,3vw,24px);display:flex}.atc-brand{align-items:center;gap:10px;min-width:0;display:flex}.atc-mark{background:var(--atc-accent);width:34px;height:34px;color:var(--atc-accent-foreground);letter-spacing:.04em;border-radius:10px;flex:none;place-items:center;font-size:10px;font-weight:800;display:grid}.atc-title,.atc-subtitle{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.atc-title{font-size:14px;font-weight:700}.atc-subtitle{color:var(--atc-muted);margin-top:2px;font-size:11px}.atc-demo-status{color:var(--atc-muted);white-space:nowrap;flex:none;align-items:center;gap:6px;font-size:11px;display:inline-flex}.atc-status-dot{background:var(--atc-status);border-radius:50%;width:7px;height:7px}.atc-status-dot.is-preparing{animation:1.15s ease-in-out infinite atc-progress-pulse}.atc-status-dot.is-ready{background:#3d9a74}.atc-status-dot.is-failed{background:var(--atc-error)}.atc-chat{flex:auto;min-height:0}.aui-thread{background:var(--atc-surface);flex-direction:column;height:100%;min-height:0;display:flex}.aui-viewport{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-color:var(--atc-scroll-thumb) var(--atc-scroll-track);flex:auto;min-height:0;overflow-y:auto}.aui-viewport-content{flex-direction:column;gap:16px;width:min(100%,760px);min-height:100%;margin:0 auto;padding:clamp(18px,4vw,34px) clamp(20px,4vw,28px) 20px;display:flex}.aui-viewport-content.is-empty{justify-content:center}.aui-welcome{text-align:center;flex:auto;place-content:center;gap:8px;min-height:170px;padding:22px;display:grid}.aui-welcome h1,.aui-welcome p{margin:0}.aui-welcome h1{letter-spacing:-.02em;font-size:clamp(20px,4vw,28px)}.aui-welcome p{color:var(--atc-muted);font-size:13px;line-height:1.5}.aui-welcome .aui-demo-note{color:var(--atc-warn);margin-top:8px;font-size:11px}.aui-message-group{flex-direction:column;gap:16px;margin-bottom:12px;display:flex}.aui-message-group:empty{display:none}.aui-user-turn{flex-direction:column;gap:8px;min-width:0;display:flex}.aui-message{flex-direction:column;width:100%;display:flex}.aui-message-user{align-items:flex-end}.aui-user-bubble{background:var(--atc-user);max-width:min(75%,600px);color:var(--atc-ink);overflow-wrap:anywhere;border-radius:18px 18px 4px;padding:10px 14px;font-size:14px;line-height:1.5}.aui-message-assistant{align-items:flex-start;gap:5px}.aui-assistant-identity{min-height:22px;color:var(--atc-ink);align-items:center;gap:7px;font-size:13px;font-weight:650;line-height:1.2;display:flex}.aui-assistant-avatar{border:1px solid color-mix(in srgb, var(--atc-accent) 30%, var(--atc-border));background:var(--atc-surface-subtle);width:22px;height:22px;color:var(--atc-accent);border-radius:999px;flex:none;place-items:center;font-size:11px;font-weight:700;display:grid}.aui-assistant-body{min-width:0;max-width:100%;color:var(--atc-ink);overflow-wrap:anywhere;font-size:14px;line-height:1.5}.aui-assistant-preamble{border-left:2px solid color-mix(in srgb, var(--atc-accent) 55%, var(--atc-border));background:color-mix(in srgb, var(--atc-accent) 5%, var(--atc-surface-subtle));max-width:min(100%,42rem);color:var(--atc-muted);border-radius:0 7px 7px 0;margin:0 0 12px;padding:6px 10px;font-size:12px;font-weight:400;line-height:1.4;display:block}.aui-assistant-preamble .aui-markdown-text>:first-child{margin-top:0}.aui-assistant-preamble .aui-markdown-text>:last-child{margin-bottom:0}.aui-assistant-answer{color:var(--atc-ink);font-size:inherit;margin-top:0;font-weight:400;line-height:1.5;display:block}.aui-assistant-body p:first-child,.aui-user-bubble p:first-child{margin-top:0}.aui-assistant-body p:last-child,.aui-user-bubble p:last-child{margin-bottom:0}.aui-assistant-body a{color:var(--atc-accent);text-underline-offset:2px;text-decoration-thickness:1px}.aui-assistant-body pre{background:var(--atc-code-surface);max-width:100%;color:var(--atc-code-ink);border-radius:8px;padding:12px;overflow-x:auto}.aui-assistant-body code{overflow-wrap:anywhere}.aui-markdown-text{min-width:0}.aui-markdown-text :is(h1,h2,h3,h4){letter-spacing:-.01em;margin:1.1em 0 .45em;line-height:1.25}.aui-markdown-text :is(h1,h2,h3,h4):first-child{margin-top:0}.aui-markdown-text :is(ul,ol){margin:.55em 0;padding-left:1.35em}.aui-markdown-text li+li{margin-top:.25em}.aui-markdown-text blockquote{border-left:3px solid var(--atc-border);color:var(--atc-muted);margin:.8em 0;padding-left:12px}.aui-markdown-text hr{border:0;border-top:1px solid var(--atc-border);margin:1em 0}.aui-markdown-text :not(pre)>code{border:1px solid var(--atc-border);background:var(--atc-surface-subtle);border-radius:5px;padding:.12em .35em;font-size:.9em}.aui-markdown-text table{border:1px solid var(--atc-border);border-spacing:0;border-radius:9px;width:max-content;min-width:100%;max-width:100%;margin:.9em 0;font-size:12px;line-height:1.4;display:block;overflow-x:auto}.aui-markdown-text :is(th,td){border-right:1px solid var(--atc-border);border-bottom:1px solid var(--atc-border);text-align:left;vertical-align:top;white-space:nowrap;min-width:84px;padding:7px 9px}.aui-markdown-text :is(th,td):last-child{border-right:0}.aui-markdown-text tbody tr:last-child td{border-bottom:0}.aui-markdown-text th{z-index:1;background:var(--atc-sidebar);color:var(--atc-ink);font-weight:700;position:sticky;top:0}.aui-markdown-text tbody tr:nth-child(2n){background:color-mix(in srgb, var(--atc-surface-subtle) 55%, transparent)}.aui-markdown-text pre code{background:0 0;border:0;padding:0}.fundops-result-stack{gap:10px;min-width:0;margin:10px 0 12px;display:grid}.fundops-metric-card{border:1px solid color-mix(in srgb, var(--atc-accent) 18%, var(--atc-border));background:color-mix(in srgb, var(--atc-accent) 4%, var(--atc-surface-raised));width:fit-content;min-width:min(360px,100%);max-width:100%;box-shadow:0 3px 12px color-mix(in srgb, var(--atc-ink) 8%, transparent);border-radius:10px;gap:3px;margin:10px 0 12px;padding:14px 16px;display:grid}.fundops-metric-label,.fundops-metric-detail{color:var(--atc-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.fundops-metric-value{font-variant-numeric:tabular-nums;font-size:19px;font-weight:650;line-height:1.2}.fundops-table-scroll{border:1px solid var(--atc-border);scrollbar-color:var(--atc-scroll-thumb) var(--atc-scroll-track);border-radius:9px;max-width:100%;overflow-x:auto}.fundops-table{border-collapse:separate;border-spacing:0;width:100%;min-width:360px;font-size:12px;line-height:1.4}.fundops-table th,.fundops-table td{border-right:1px solid var(--atc-border);border-bottom:1px solid var(--atc-border);text-align:left;white-space:nowrap;padding:7px 9px}.fundops-table th:last-child,.fundops-table td:last-child{border-right:0}.fundops-table tbody tr:last-child td{border-bottom:0}.fundops-table th{z-index:1;background:var(--atc-sidebar);font-weight:700;position:sticky;top:0}.fundops-table tbody tr:nth-child(2n){background:color-mix(in srgb, var(--atc-surface-subtle) 55%, transparent)}.fundops-table td.is-numeric,.fundops-table th.is-numeric{text-align:right;font-variant-numeric:tabular-nums}.fundops-bar-chart{border:1px solid var(--atc-border);background:var(--atc-surface-subtle);border-radius:9px;gap:7px;padding:10px;display:grid}.fundops-bar-row{grid-template-columns:minmax(72px,.7fr) minmax(80px,2fr) auto;align-items:center;gap:8px;min-width:0;font-size:11px;display:grid}.fundops-bar-label,.fundops-bar-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fundops-bar-value{color:var(--atc-muted);font-variant-numeric:tabular-nums;text-align:right}.fundops-bar-track{background:var(--atc-border);border-radius:999px;height:8px;overflow:hidden}.fundops-bar-fill{border-radius:inherit;background:var(--atc-accent);height:100%;display:block}.fundops-empty-result{border:1px dashed var(--atc-border);color:var(--atc-muted);border-radius:9px;margin:8px 0;padding:10px 12px;font-size:12px}.aui-assistant-progress{color:var(--atc-muted);align-items:center;gap:8px;margin:2px 0 8px;font-size:12px;line-height:1.4;display:inline-flex}.aui-immediate-acknowledgement{border-left:2px solid color-mix(in srgb, var(--atc-accent) 45%, var(--atc-border));background:color-mix(in srgb, var(--atc-accent) 5%, var(--atc-surface-subtle));max-width:min(100%,42rem);color:var(--atc-muted);border-radius:0 7px 7px 0;align-self:flex-start;align-items:center;gap:8px;margin:0 0 2px;padding:5px 9px;font-size:12px;font-weight:400;line-height:1.4;display:flex}.aui-pending-assistant-response{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.aui-assistant-progress-dot{background:var(--atc-accent);border-radius:999px;flex:none;width:6px;height:6px;animation:1.15s ease-in-out infinite atc-progress-pulse}@keyframes atc-progress-pulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.aui-assistant-progress-dot{animation:none}}.aui-assistant-error{background:var(--atc-error-surface);color:var(--atc-error);border-radius:10px;align-items:flex-start;gap:8px;margin-top:8px;padding:9px 11px;font-size:12px;line-height:1.4;display:flex}.aui-viewport-footer{z-index:1;background:linear-gradient(180deg, color-mix(in srgb, var(--atc-surface) 0%, transparent), var(--atc-surface) 25%);flex:none;padding:0 0 clamp(18px,3vw,24px);position:sticky;bottom:0}.aui-scroll-button{border:1px solid var(--atc-border);background:var(--atc-surface-raised);color:var(--atc-muted);box-shadow:0 2px 8px color-mix(in srgb, var(--atc-ink) 10%, transparent);border-radius:999px;margin:0 auto 8px;padding:5px 10px;font-size:11px;display:block}.aui-scroll-button:hover{color:var(--atc-ink)}.aui-composer{border:1px solid var(--atc-border);background:var(--atc-surface-raised);width:min(100%,760px);min-width:0;box-shadow:0 4px 18px color-mix(in srgb, var(--atc-ink) 10%, transparent);border-radius:15px;flex-direction:column;gap:8px;margin:0 auto;padding:9px;display:flex}.aui-composer-input{resize:none;width:100%;min-width:0;min-height:40px;max-height:150px;color:var(--atc-ink);background:0 0;border:0;outline:0;padding:8px 9px;font-size:14px;line-height:1.45;display:block}.aui-composer-input:focus-visible{outline-offset:-2px;border-radius:8px}.aui-composer-input::placeholder{color:var(--atc-placeholder)}.aui-composer-toolbar{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.aui-composer-hint{min-width:0;color:var(--atc-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.aui-composer-status{color:var(--atc-accent)}.aui-composer-actions{flex:none;align-items:center;gap:6px;display:flex}.aui-composer-send,.aui-composer-cancel{background:var(--atc-accent);min-width:64px;color:var(--atc-accent-foreground);border:0;border-radius:9px;padding:7px 12px;font-size:12px;font-weight:700}.aui-composer-send:hover,.aui-composer-cancel:hover{background:var(--atc-accent-hover)}.aui-composer-send:disabled,.aui-composer-cancel:disabled{cursor:not-allowed;opacity:.45}@media (max-width:420px){.atc-header{padding-inline:12px}.atc-demo-status{font-size:0}.atc-demo-status .atc-status-dot{width:8px;height:8px}.aui-viewport-content{gap:14px;padding-inline:20px}.aui-user-bubble{max-width:85%}.aui-viewport-footer{padding-inline:0}.aui-composer-hint{display:none}}.atc-workspace{background:var(--atc-surface);width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.atc-workspace-thread{flex:auto;min-width:0;min-height:0}.atc-conversation-sidebar{border-right:1px solid var(--atc-border);background:var(--atc-sidebar);flex-direction:column;width:250px;min-width:250px;height:100%;display:flex;overflow:hidden}.atc-sidebar-header{padding:16px 14px 10px}.atc-new-chat-button{border:1px solid var(--atc-border);background:var(--atc-surface);width:100%;color:var(--atc-ink);text-align:left;border-radius:10px;align-items:center;gap:8px;padding:9px 11px;font-size:13px;font-weight:650;display:flex}.atc-new-chat-button:hover{background:var(--atc-hover)}.atc-new-chat-button:disabled,.atc-conversation-item:disabled,.atc-conversation-menu-button:disabled{cursor:not-allowed;opacity:.65}.atc-sidebar-search{padding:0 14px 14px}.atc-sidebar-search input{border:1px solid var(--atc-border);background:var(--atc-surface);width:100%;color:var(--atc-ink);font:inherit;border-radius:9px;outline:none;padding:8px 10px;font-size:12px}.atc-sidebar-search input:focus{border-color:var(--atc-accent)}.atc-sidebar-section{scrollbar-color:var(--atc-scroll-thumb) var(--atc-scroll-track);flex:auto;min-height:0;padding:0 8px 14px;overflow-y:auto}.atc-sidebar-section-label{color:var(--atc-muted);letter-spacing:.06em;text-transform:uppercase;padding:7px 8px 6px;font-size:10px;font-weight:700}.atc-conversation-list{flex-direction:column;gap:2px;display:flex}.atc-conversation-empty,.atc-conversation-status{color:var(--atc-muted);margin:10px 8px;font-size:12px;line-height:1.5}.atc-conversation-status.is-error{color:var(--atc-error)}.atc-conversation-item{min-width:0;color:var(--atc-ink);text-align:left;background:0 0;border:0;border-radius:8px;flex:auto;padding:9px 10px;overflow:hidden}.atc-conversation-item-row{border-radius:8px;align-items:center;gap:2px;min-width:0;display:flex;position:relative}.atc-conversation-item-row:hover{background:var(--atc-hover)}.atc-conversation-item-row .atc-conversation-item:hover{background:0 0}.atc-conversation-menu{flex:none;position:relative}.atc-conversation-menu-button{width:28px;height:28px;color:var(--atc-muted);background:0 0;border:0;border-radius:7px;place-items:center;font-size:18px;line-height:1;display:grid}.atc-conversation-menu-button:hover,.atc-conversation-menu-button[aria-expanded=true]{background:var(--atc-active);color:var(--atc-ink)}.atc-conversation-menu-popover{z-index:4;border:1px solid var(--atc-border);background:var(--atc-surface-raised);min-width:92px;box-shadow:0 8px 24px color-mix(in srgb, var(--atc-ink) 18%, transparent);border-radius:8px;padding:4px;position:absolute;top:31px;right:0}.atc-conversation-delete-button{width:100%;color:var(--atc-error);text-align:left;background:0 0;border:0;border-radius:6px;padding:7px 8px;font-size:12px}.atc-conversation-delete-button:hover{background:var(--atc-error-surface)}.atc-conversation-item:hover{background:var(--atc-hover)}.atc-conversation-item.is-active{background:var(--atc-active)}.atc-conversation-title{text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.4;display:block;overflow:hidden}.atc-workspace.is-compact .atc-workspace-thread{width:100%}.atc-workspace-status{border-bottom:1px solid var(--atc-border);background:var(--atc-surface);color:var(--atc-muted);flex:none;padding:8px 12px;font-size:12px;line-height:1.4}.atc-workspace-status.is-error{background:var(--atc-error-surface);color:var(--atc-error)}.atc-runtime-status{color:var(--atc-muted);margin:6px 0 0;font-size:11px;line-height:1.35;display:block}
