.tab-bar{display:flex;gap:.25rem;border-bottom:1px solid var(--border);padding:0 1rem;background:var(--surface)}.tab{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;padding:.75rem 1rem;border:none;border-bottom:2px solid transparent;background:none;color:var(--text-muted);cursor:pointer;text-align:left;font:inherit}.tab:hover{color:var(--text)}.tab--active{color:var(--text);border-bottom-color:var(--accent)}.tab__heading{font-weight:600}.tab__subtitle{font-size:.8125rem;color:var(--text-muted)}.code-block{border:1px solid var(--border);border-radius:6px;overflow:hidden;margin:.75rem 0}.code-block__header{display:flex;align-items:center;justify-content:space-between;padding:.375rem .75rem;background:var(--surface-alt);border-bottom:1px solid var(--border);font-size:.75rem}.code-block__language{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.code-block__copy{border:1px solid var(--border);border-radius:4px;background:var(--surface);color:var(--text);padding:.125rem .5rem;cursor:pointer;font:inherit;font-size:.75rem}.code-block__copy:hover{background:var(--surface-alt)}.code-block pre{overflow-x:auto}.message{padding:.75rem 1rem;border-radius:8px;max-width:52rem}.message--user{align-self:flex-end;background:var(--accent-soft)}.message--assistant{align-self:flex-start;background:var(--surface);border:1px solid var(--border)}.message--error{border-color:var(--danger);color:var(--danger)}.message__body>:first-child{margin-top:0}.message__body>:last-child{margin-bottom:0}.message__citations{margin:.75rem 0 0;padding-left:1.25rem;font-size:.8125rem;color:var(--text-muted)}.message__steps{margin:0;list-style:none;padding-left:0;font-size:.875rem;color:var(--text-muted)}.message__steps li+li{margin-top:.25rem}.message__step--current{color:var(--text)}.message__step--current:after{content:"";display:inline-block;width:.5rem;height:.5rem;margin-left:.5rem;border-radius:50%;background:var(--accent);animation:message-pulse 1.2s ease-in-out infinite}@keyframes message-pulse{0%,to{opacity:.3}50%{opacity:1}}.chat-panel{display:flex;flex-direction:column;flex:1;min-height:0}.chat-panel[hidden]{display:none}.chat-panel__messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding:1rem}.chat-panel__empty,.chat-panel__pending{color:var(--text-muted);text-align:center;margin:2rem 0}.chat-panel__input{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border);background:var(--surface)}.chat-panel__input textarea{flex:1;resize:none;padding:.5rem .75rem;border:1px solid var(--border);border-radius:6px;font:inherit;background:var(--background);color:var(--text)}.chat-panel__input button{padding:0 1.25rem;border:none;border-radius:6px;background:var(--accent);color:#fff;font:inherit;font-weight:600;cursor:pointer}.chat-panel__input button:disabled{opacity:.5;cursor:default}.login{display:flex;align-items:center;justify-content:center;height:100%}.login__card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:2rem 2.5rem;max-width:24rem;text-align:center}.login__card h1{font-size:1.25rem;margin:0 0 .5rem}.login__card p{color:var(--text-muted);margin:0 0 1.5rem}.login__button{width:100%;padding:.625rem 1rem;border:none;border-radius:6px;background:var(--accent);color:#fff;font:inherit;font-weight:600;cursor:pointer}.login__button:hover{filter:brightness(1.05)}:root{--background: #f6f7f9;--surface: #ffffff;--surface-alt: #eef0f3;--border: #d8dce2;--text: #1f2430;--text-muted: #667085;--accent: #3b5bdb;--accent-soft: #e7ecff;--danger: #b42318}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:15px;color:var(--text);background:var(--background)}.app{display:flex;flex-direction:column;height:100%}.app__header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem .5rem;background:var(--surface)}.app__user{display:flex;align-items:center;gap:.75rem}.app__username{color:var(--text-muted);font-size:.875rem}.app__signout{border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);padding:.25rem .75rem;font:inherit;font-size:.875rem;cursor:pointer}.app__signout:hover{background:var(--surface-alt)}.app__header h1{margin:0;font-size:1.125rem}.app__main{display:flex;flex-direction:column;flex:1;min-height:0}.app-status{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.5rem;color:var(--text-muted)}.app-status--error{color:var(--danger)}.app-status h1{color:var(--text);font-size:1.25rem;margin:0}
