*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#e5e7eb;height:100dvh;display:flex;flex-direction:column;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.06) 1px,transparent 0);background-size:32px 32px}body:before{content:"";position:fixed;top:0;left:0;right:0;height:60vh;background:radial-gradient(ellipse 60% 40% at 50% 0,rgba(37,99,235,.12),transparent 70%);pointer-events:none;z-index:0}.chat-container{display:flex;flex-direction:column;height:100dvh;max-width:800px;margin:0 auto;width:100%;position:relative;z-index:1}.chat-header{padding:20px 32px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;background:transparent}.chat-header h1{font-size:18px;font-weight:600;color:#fff;letter-spacing:-.02em}.signout-btn{font-size:12px;color:#6b7280;background:none;border:none;cursor:pointer;padding:4px 10px;border-radius:6px;transition:color .15s,background .15s}.signout-btn:hover{color:#d1d5db;background:rgba(255,255,255,.06)}.messages{flex:1 1;overflow-y:auto;padding:24px 32px;display:flex;flex-direction:column;gap:20px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent;background:rgba(255,255,255,.02);border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.empty-state{color:#4b5563;text-align:center;margin-top:40px;font-size:14px}.message{display:flex;flex-direction:column;gap:6px;max-width:80%}.message.user{align-self:flex-end;align-items:flex-end}.message.assistant{align-self:flex-start;align-items:flex-start}.message-meta{display:flex;align-items:center;gap:6px}.message.user .message-meta{flex-direction:row-reverse}.role-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#4b5563}.avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.avatar-initials{background:rgba(255,255,255,.1);color:#e5e7eb;border:1px solid rgba(255,255,255,.1)}.avatar-assistant{background:rgba(37,99,235,.3);color:#93c5fd;border:1px solid rgba(37,99,235,.3)}.message-content{padding:10px 14px;border-radius:12px;font-size:15px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.message.user .message-content{background:rgba(255,255,255,.08);color:#f3f4f6;border:1px solid rgba(255,255,255,.1);border-bottom-right-radius:4px}.message.assistant .message-content{background:rgba(37,99,235,.08);color:#e5e7eb;border:1px solid rgba(37,99,235,.15);border-bottom-left-radius:4px}.typing{min-width:48px;min-height:20px;color:#4b5563}.typing:after{content:".";display:inline-block;width:1.2em;animation:typing-dots 1.2s step-end infinite}@keyframes typing-dots{0%{content:"."}33%{content:".."}66%{content:"..."}}.input-form{display:flex;align-items:flex-end;gap:8px;padding:16px 32px 24px;border-top:1px solid rgba(255,255,255,.06);background:transparent}.chat-input{flex:1 1;padding:10px 14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:15px;font-family:inherit;outline:none;background:rgba(255,255,255,.04);color:#f3f4f6;transition:border-color .15s;resize:none;max-height:160px;overflow-y:auto;line-height:1.5}.chat-input::placeholder{color:#4b5563}.chat-input:focus{border-color:rgba(37,99,235,.5);background:rgba(255,255,255,.06)}.chat-input:disabled{opacity:.5;cursor:not-allowed}.input-form button{flex-shrink:0;align-self:flex-end;padding:10px 20px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .15s}.input-form button:hover:not(:disabled){opacity:.85}.input-form button:disabled{opacity:.3;cursor:not-allowed}.bug-card{border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:14px 16px;background:rgba(255,255,255,.03);display:flex;flex-direction:column;gap:8px;min-width:280px;max-width:420px}.bug-card-header{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600}.bug-id{color:#4b5563}.bug-severity,.bug-status{text-transform:uppercase;letter-spacing:.04em;font-size:11px;color:#6b7280}.bug-title{font-size:15px;font-weight:600;color:#f3f4f6;line-height:1.4}.bug-description{font-size:13px;color:#9ca3af;line-height:1.5}.bug-meta{display:flex;gap:12px}.bug-expand-btn,.bug-meta{font-size:12px;color:#6b7280}.bug-expand-btn{background:none;border:none;padding:0;cursor:pointer;align-self:flex-start;margin-top:2px;transition:color .15s}.bug-expand-btn:hover{color:#d1d5db}.bug-details{gap:10px;border-top:1px solid rgba(255,255,255,.06);padding-top:10px;margin-top:4px}.bug-detail-section,.bug-details{display:flex;flex-direction:column}.bug-detail-section{gap:2px}.bug-detail-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.bug-detail-section p{font-size:13px;color:#d1d5db;line-height:1.5;white-space:pre-wrap}.info-card{border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:14px 16px;background:rgba(255,255,255,.03);display:flex;flex-direction:column;gap:6px;min-width:280px;max-width:480px}.info-card-header{display:flex;align-items:center;gap:8px;font-size:12px}.info-card-id{color:#6b7280;font-weight:600}.info-card-badge{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:4px;padding:1px 7px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af}.info-card-title{font-size:15px;font-weight:600;color:#f3f4f6;line-height:1.4}.info-card-count{font-size:13px;font-weight:400;color:#6b7280}.info-card-body{font-size:13px;color:#9ca3af;line-height:1.5}.info-card-meta{display:flex;flex-wrap:wrap;gap:10px}.info-card-meta,.info-card-meta-item{font-size:12px;color:#6b7280}.bug-list-card{max-width:560px}.bug-list-rows{gap:0;border:1px solid rgba(255,255,255,.08);border-radius:6px;overflow:hidden}.bug-list-row,.bug-list-rows{display:flex;flex-direction:column}.bug-list-row{border-bottom:1px solid rgba(255,255,255,.06)}.bug-list-row:last-child{border-bottom:none}.bug-list-row-summary{display:flex;align-items:center;gap:8px;padding:8px 10px;cursor:pointer;font-size:13px;flex-wrap:wrap;transition:background .15s}.bug-list-row-summary:hover{background:rgba(255,255,255,.04)}.bug-list-title{flex:1 1;font-weight:500;color:#e5e7eb;min-width:0}.bug-expand-inline{font-size:10px;color:#6b7280}.bug-list-row .bug-details{padding:10px 12px;background:rgba(255,255,255,.02);border-top:1px solid rgba(255,255,255,.06)}.card-skeleton{min-width:280px;max-width:480px;height:80px;border-radius:10px;background:linear-gradient(90deg,rgba(255,255,255,.04) 25%,rgba(255,255,255,.08) 50%,rgba(255,255,255,.04) 75%);background-size:200% 100%;animation:skeleton-pulse 1.4s ease-in-out infinite}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.tool-calling{font-size:13px;color:#6b7280;font-style:italic}.tool-result{font-size:12px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:10px 12px;overflow-x:auto;max-width:420px;color:#9ca3af}