*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:#0a0a0a;overflow:hidden;overscroll-behavior:none;-webkit-tap-highlight-color:transparent}.app{display:flex;flex-direction:column;height:100dvh;background:#0a0a0a;font-family:-apple-system,SF Pro Display,Segoe UI,sans-serif;color:#e8e8e8}.topbar{display:flex;align-items:center;justify-content:space-between;padding:0 14px;height:50px;background:#0f0f0f;border-bottom:1px solid #1a1a1a;flex-shrink:0}.tabs{display:flex;gap:2px}.tab{padding:6px 13px;background:none;border:none;border-bottom:2px solid transparent;color:#383838;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:color .15s,border-color .15s;margin-bottom:-1px;letter-spacing:.01em;display:flex;align-items:center;gap:5px}.tab:hover{color:#606060}.tab.active{color:#e8e8e8}.conn-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;transition:background .3s,box-shadow .3s}.msgs{flex:1;overflow-y:auto;overflow-x:hidden;padding:14px 0 4px;display:flex;flex-direction:column;gap:2px;-webkit-overflow-scrolling:touch}.msgs::-webkit-scrollbar{width:3px}.msgs::-webkit-scrollbar-track{background:transparent}.msgs::-webkit-scrollbar-thumb{background:#1e1e1e;border-radius:2px}.sys-msg{font-size:11px;color:#3a3a3a;text-align:center;padding:5px 16px;letter-spacing:.02em}.user-msg{display:flex;justify-content:flex-end;padding:4px 14px}.user-bubble{max-width:80%;background:#1c1c1c;border-radius:18px 18px 4px;padding:10px 15px;font-family:inherit;font-size:14px;white-space:pre-wrap;word-break:break-word;color:#e0e0e0;line-height:1.55}.agent-msg{padding:8px 14px 6px;display:flex;flex-direction:column;gap:6px}.agent-header{display:flex;align-items:center;gap:8px;margin-bottom:1px}.agent-name{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.agent-status{font-size:11px;color:#3a3a3a;letter-spacing:.02em}.agent-status.streaming{color:#555;display:flex;align-items:center;gap:2px}.dots:after{content:"";display:inline-block;animation:dotdot 1.4s steps(4,end) infinite;letter-spacing:1px}@keyframes dotdot{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.steps-list{display:flex;flex-direction:column;gap:3px;margin-bottom:2px}.step{background:#0f0f0f;border:1px solid #1a1a1a;border-radius:8px;overflow:hidden;cursor:pointer;transition:border-color .15s,background .15s}.step:hover{border-color:#262626;background:#111}.step.expanded{border-color:#222}.step-header{display:flex;align-items:center;gap:7px;padding:7px 11px;-webkit-user-select:none;user-select:none}.step-chevron{font-size:9px;color:#2e2e2e;flex-shrink:0;width:10px}.step-icon{font-size:12px;flex-shrink:0;width:18px;text-align:center}.step-title{font-size:12px;color:#4a4a4a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;font-family:inherit}.step-body{padding:8px 12px 10px;font-family:SF Mono,JetBrains Mono,Fira Code,monospace;font-size:11px;color:#5a5a5a;line-height:1.65;white-space:pre-wrap;word-break:break-all;border-top:1px solid #191919;max-height:280px;overflow-y:auto}.live-tail{font-family:SF Mono,JetBrains Mono,monospace;font-size:12px;color:#484848;line-height:1.65;white-space:pre-wrap;word-break:break-all;padding:7px 12px;background:#0d0d0d;border-radius:8px;border-left:2px solid #1c1c1c}.cursor{display:inline-block;animation:blink 1s step-end infinite;color:#303030;font-size:11px;margin-left:2px;vertical-align:middle}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.response-text{font-size:14px;color:#d0d0d0;line-height:1.7;word-break:break-word;padding:2px 0 4px}.response-text p{margin:0 0 11px}.response-text p:last-child{margin-bottom:0}.response-text h1,.response-text h2,.response-text h3,.response-text h4{color:#ebebeb;font-weight:700;margin:16px 0 7px;line-height:1.3}.response-text h1:first-child,.response-text h2:first-child,.response-text h3:first-child{margin-top:4px}.response-text h1{font-size:17px}.response-text h2{font-size:15px}.response-text h3{font-size:14px}.response-text h4{font-size:13px;color:#999}.response-text strong{color:#f0f0f0;font-weight:700}.response-text em{color:silver;font-style:italic}.response-text code{background:#181818;border:1px solid #282828;border-radius:4px;padding:2px 6px;font-family:SF Mono,JetBrains Mono,monospace;font-size:12px;color:#9cdcfe}.response-text pre{background:#0f0f0f;border:1px solid #1c1c1c;border-radius:8px;padding:12px 14px;overflow-x:auto;margin:10px 0}.response-text pre code{background:none;border:none;padding:0;font-size:12px;color:#ce9178;line-height:1.65}.response-text ul,.response-text ol{margin:6px 0 11px;padding-left:22px}.response-text li{margin:4px 0;color:#d0d0d0}.response-text li::marker{color:#555}.response-text blockquote{border-left:3px solid #2a2a2a;margin:10px 0;padding:5px 14px;color:gray;font-style:italic}.response-text table{border-collapse:collapse;width:100%;margin:10px 0;font-size:13px}.response-text th,.response-text td{border:1px solid #222;padding:7px 11px;text-align:left}.response-text th{background:#141414;color:#aaa;font-weight:600}.response-text tr:nth-child(2n) td{background:#0c0c0c}.response-text a{color:#4a9eff;text-decoration:none}.response-text a:hover{text-decoration:underline}.response-text hr{border:none;border-top:1px solid #1e1e1e;margin:14px 0}.attach-bar{display:flex;align-items:center;justify-content:space-between;padding:7px 16px;background:#0f0f0f;border-top:1px solid #1a1a1a;font-size:12px;color:#505050;flex-shrink:0}.attach-bar button{background:none;border:none;color:#333;cursor:pointer;font-size:14px;padding:2px 6px;line-height:1}.input-bar{display:flex;align-items:center;gap:7px;padding:10px 12px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));background:#0f0f0f;border-top:1px solid #1a1a1a;flex-shrink:0}.icon-btn{width:36px;height:36px;border-radius:50%;border:none;background:#181818;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.icon-btn:hover{background:#202020}.icon-btn.listening{background:#e052521f;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #e052524d}50%{box-shadow:0 0 0 6px #e0525200}}.text-input{flex:1;background:#181818;border:1px solid #202020;border-radius:22px;padding:9px 16px;color:#e8e8e8;font-family:inherit;font-size:14px;outline:none;transition:border-color .15s;min-width:0}.text-input:focus{border-color:#2e2e2e}.text-input::placeholder{color:#282828}.text-input:disabled{opacity:.35;cursor:not-allowed}.send-btn{width:36px;height:36px;border-radius:50%;border:none;background:#181818;color:#fff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .1s}.send-btn:active{transform:scale(.88)}.send-btn:disabled{opacity:.25;cursor:default;background:#181818!important}.send-btn.kill{background:#e052521f;color:#e05252}.send-btn.kill:hover{background:#e0525238}
