.aui-thread{flex:1;min-height:0;height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:12px}.aui-viewport{overflow:auto;padding:8px 4px;display:flex;flex-direction:column;gap:10px}.aui-empty-state{margin:auto;width:min(100%,720px);display:grid;gap:16px;padding:12px;text-align:center}.aui-empty-title{margin:0;font-size:20px;line-height:1.25;color:#071339;font-weight:600}.aui-empty-prompts{display:grid;gap:10px}.aui-empty-prompt{border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:12px;line-height:1.4;text-align:left;border-radius:12px;padding:12px 14px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.aui-empty-prompt:hover:not(:disabled){border-color:#3a72ff;background:#f9fbff}.aui-empty-prompt:disabled{opacity:.5;cursor:not-allowed}.aui-message{max-width:86%;width:fit-content;padding:16px 20px;border-radius:12px;font-size:12px;line-height:1.45}.aui-message-user{align-self:flex-end;color:#fff;background:#010f49;padding:8px 10px}.aui-message-assistant{align-self:flex-start;color:#111827;background:#fff;border:1px solid #dbe2ea;animation:aui-assistant-reveal .36s ease-out .18s both}.aui-markdown :is(h1,h2,h3,h4){margin:16px 0 8px;font-size:12px;font-weight:600;color:#071339}.aui-markdown>:is(h1,h2,h3,h4):first-child{margin-top:0}.aui-markdown p{margin:0 0 12px}.aui-markdown p:last-child{margin-bottom:0}.aui-markdown ul,.aui-markdown ol{margin:0 0 14px 20px;padding:0}.aui-markdown li{margin-bottom:4px}.aui-markdown li:last-child{margin-bottom:0}.aui-markdown code{background:#eef2f7;border-radius:4px;padding:1px 4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px}.aui-markdown pre{margin:8px 0;background:#eef2f7;border-radius:8px;padding:10px;overflow:auto}.aui-markdown table{width:100%;border-collapse:collapse;font-size:11px;margin:16px 0}.aui-markdown th,.aui-markdown td{border:1px solid #dbe2ea;padding:8px 12px;text-align:left}.aui-composer{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end;margin:0;padding:10px 10px 10px 12px;border:1px solid #dbe2ea;background:#fff;border-radius:12px}.aui-status{font-size:11px;color:#64748b;padding:2px 4px 0}.aui-progress-shell{display:grid;gap:6px;overflow:hidden;max-height:112px;opacity:1;transform:translateY(0);transition:max-height .3s ease,opacity .3s ease,transform .3s ease}.aui-progress-shell.is-exiting{max-height:0;opacity:0;transform:translateY(-8px)}.aui-progress-stack-frame{position:relative;height:86px;width:min(84%,520px);margin:0 auto}.aui-progress-stack{position:relative;height:100%;transition:opacity .38s ease,transform .38s ease}.aui-progress-stack-exit{opacity:0;transform:translateY(-40px)}.aui-progress-card{position:absolute;left:50%;bottom:0;width:fit-content;max-width:min(100%,28rem);border-radius:9999px;transition:transform .32s ease,opacity .32s ease,color .3s ease,background-color .3s ease}.aui-progress-card-row{display:flex;align-items:center;gap:12px;padding:6px 16px 6px 6px;animation:aui-pill-enter .3s ease-out}.aui-progress-card.theme-dark{background:#071339;border:1px solid transparent;box-shadow:0 4px 12px #07133926}.aui-progress-card.theme-soft{background:#dce8fd66;border:1px solid #dce8fd;box-shadow:0 1px 2px #07133914}.aui-progress-card.is-idle{filter:saturate(.7)}.aui-progress-spinner-group{position:relative;width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.aui-progress-spinner-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;color:#3a72ff;animation:aui-spin .9s linear infinite}.aui-progress-spinner-ring{opacity:.2}.aui-progress-spinner-head{opacity:1}.aui-progress-icon{width:12px;height:12px;transition:color .3s ease}.aui-progress-card.theme-dark .aui-progress-icon{color:#fff}.aui-progress-card.theme-soft .aui-progress-icon{color:#071339}.aui-progress-copy{display:flex;align-items:center;gap:6px;min-width:0;max-width:330px;overflow:hidden}.aui-progress-card-title{margin:0;font-size:13px;line-height:1;font-weight:600;letter-spacing:-.01em;white-space:nowrap;transition:color .3s ease}.aui-progress-card.theme-dark .aui-progress-card-title{color:#fff}.aui-progress-card.theme-soft .aui-progress-card-title{color:#071339}.aui-progress-card-subline{margin:0;font-size:13px;line-height:1;font-weight:500;letter-spacing:-.01em;white-space:nowrap;min-width:0;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.aui-progress-card.theme-dark .aui-progress-card-subline{color:#9ca3af}.aui-progress-card.theme-soft .aui-progress-card-subline{color:#07133999}.aui-progress-data-log-shift{animation:aui-progress-log-shift .26s ease-out}.aui-progress-warning{font-size:12px;color:#9f1d1d;background:#fff5f5;border:1px solid #f5c2c2;border-radius:8px;padding:6px 8px}@keyframes aui-spin{to{transform:rotate(360deg)}}@keyframes aui-pill-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes aui-progress-log-shift{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes aui-assistant-reveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.aui-composer-input{resize:none;min-height:24px;max-height:140px;border:0;outline:0;font:inherit;font-size:12px;color:inherit;line-height:1.45;padding:6px 0;overflow-y:auto}.aui-composer-button{height:36px;width:36px;min-width:36px;border:0;border-radius:10px;background:#071339;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .14s ease}.aui-composer-button:disabled{opacity:.5;cursor:not-allowed}.aui-send-icon{width:16px;height:16px}.aui-feedback{margin-top:8px;display:flex;flex-direction:column;gap:6px;font-size:13px}.aui-feedback-row{display:flex;align-items:center;gap:8px}.aui-feedback-label{color:#5a6172}.aui-feedback-btn{background:transparent;border:1px solid #d4d8e0;border-radius:6px;padding:2px 8px;cursor:pointer;font-size:14px;line-height:1.4}.aui-feedback-btn.is-active{border-color:#020f49;background:#eef1fb}.aui-feedback-btn:disabled{opacity:.5;cursor:default}.aui-feedback-comment{display:flex;flex-direction:column;gap:6px;max-width:420px}.aui-feedback-textarea{width:100%;border:1px solid #d4d8e0;border-radius:6px;padding:6px 8px;font:inherit;resize:vertical}.aui-feedback-send{align-self:flex-start;background:#020f49;color:#fff;border:none;border-radius:6px;padding:4px 12px;cursor:pointer}.aui-feedback-done{color:#1f7a44}.aui-feedback-error{color:#b3261e}.debug-panel{margin:16px auto 0;max-width:1100px;padding:12px;display:grid;gap:12px;border-top:2px dashed #cfd4dc;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1f2430}.debug-panel .debug-title{font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:#5a6172;margin:0}.debug-panel h2{font-size:14px;margin:0 0 8px;text-transform:uppercase;letter-spacing:.04em;color:#5a6172}.debug-panel .panel{background:#fff;border:1px solid #e2e5ea;border-radius:8px;padding:12px}.debug-panel .timeline{display:grid;gap:6px}.debug-panel .timeline-item{display:grid;grid-template-columns:110px 90px 1fr 160px;gap:8px;align-items:baseline;font-size:12px;padding:6px 8px;border-radius:6px;background:#f0f3fa}.debug-panel .timeline-item--failed{background:#fdecec}.debug-panel .timeline-item--completed{background:#eaf7ee}.debug-panel .badge{font-size:11px;font-weight:700;text-transform:uppercase}.debug-panel .muted{color:#8a909c;font-size:11px}.debug-panel .error-panel{border:1px solid #f0b4b4;background:#fdf0f0;border-radius:8px;padding:12px}.debug-panel .error-panel .status{font-weight:700;color:#b3261e}.debug-panel pre.raw{background:#0f1117;color:#d6deeb;padding:12px;border-radius:6px;overflow:auto;font-size:12px;max-height:360px}.debug-panel .notice{border-left:3px solid #2f6df6;padding:6px 10px;margin:6px 0;background:#f0f3fa;font-size:12px}.debug-panel .notice--warning{border-left-color:#e0a200;background:#fff8e6}.debug-panel details summary{cursor:pointer;font-size:12px;font-weight:600;color:#5a6172}.debug-panel .markdown{font-size:14px;line-height:1.5}.debug-panel .markdown pre{background:#0f1117;color:#d6deeb;padding:12px;border-radius:6px;overflow:auto}:root{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;height:100%;min-height:100%}body{background:#f2f4f7;color:#111827}.app-shell{height:100%;min-height:100%;display:flex;flex-direction:column}.app-header{padding:16px 20px;background:#fff;border-bottom:1px solid #d0d7de}.app-header-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.app-header h1{margin:0;font-size:18px;font-weight:600}.app-title{display:inline-flex;align-items:center;gap:10px;color:#010f49}.app-title-logo{width:25px;height:25px;display:block}.app-subtitle{margin:4px 0 0;color:#6b7280;font-size:10px;font-style:italic}.app-chat-title{margin:5px 0 0;color:#4b5563;font-size:13px;font-weight:500}.app-content{padding:14px 14px 4px;min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-stage{flex:1;min-height:0;display:flex}.chat-stage>*{flex:1;min-height:0}.new-chat-button{border:1px solid #cdd6e0;background:#fff;color:#111827;border-radius:8px;height:34px;padding:0 12px;cursor:pointer;font-size:13px;font-weight:600}.new-chat-button:disabled{opacity:.6;cursor:default}.chat-inline-error{border:1px solid #f0c4c4;background:#fff7f7;color:#9f1d1d;border-radius:10px;padding:10px 12px;margin-bottom:12px;font-size:13px}.chat-fallback{border:1px solid #e5c1c1;background:#fff7f7;color:#7a1111;border-radius:10px;padding:14px}.chat-fallback h2{margin:0 0 8px;font-size:16px}.chat-fallback p{margin:6px 0}
