.app{max-width:52rem;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;padding:1.25rem 1rem 2rem}.nav{display:flex;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #30363d}.nav-link{color:#8b949e;text-decoration:none;font-size:.9rem;font-weight:500;padding:.35rem .65rem;border-radius:6px}.nav-link:hover{color:#e8eaed;background:#21262d}.nav-link.active{color:#fff;background:#1f6feb}.upload-form{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin-bottom:1rem}.upload-label{display:flex;flex-direction:column;gap:.35rem;width:100%;max-width:28rem}.upload-label-text{font-size:.85rem;color:#8b949e}.upload-form input[type=file]{font-size:.85rem;color:#c9d1d9}.upload-submit{padding:.65rem 1.1rem;border-radius:8px;border:none;background:#238636;color:#fff;font-weight:600;cursor:pointer}.upload-submit:disabled{opacity:.5;cursor:not-allowed}.upload-result .upload-next{margin-top:.75rem}.upload-result .upload-next a{color:#58a6ff;font-weight:600;text-decoration:none}.upload-result .upload-next a:hover{text-decoration:underline}.app h1{font-size:1.35rem;font-weight:600;margin:0 0 .25rem;letter-spacing:-.02em}.sub{font-size:.85rem;color:#8b949e;margin-bottom:1.25rem}.status{font-size:.8rem;padding:.5rem .75rem;border-radius:6px;margin-bottom:1rem}.status.ok{background:#1a2f1a;color:#7ee787;border:1px solid #238636}.status.err{background:#2d1a1a;color:#ffa198;border:1px solid #da3633}.messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;padding-right:.25rem}.bubble{border-radius:12px;padding:.85rem 1rem;max-width:100%;white-space:pre-wrap;word-break:break-word}.bubble.user{align-self:flex-end;background:#1f6feb;color:#fff}.bubble.assistant{align-self:stretch;background:#161b22;border:1px solid #30363d}.bubble.assistant .body{font-size:.95rem}.typing-indicator{display:flex;gap:.4rem;align-items:center;align-self:flex-start;width:fit-content;min-height:2.75rem}.typing-dot{width:.45rem;height:.45rem;border-radius:50%;background:#8b949e;animation:typing-bounce 1.05s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,70%,to{transform:translateY(0);opacity:.35}35%{transform:translateY(-.45rem);opacity:1}}.sources{margin-top:1rem;padding-top:1rem;border-top:1px solid #30363d}.sources h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#8b949e;margin:0 0 .5rem}.source-card{background:#0d1117;border:1px solid #21262d;border-radius:8px;padding:0;margin-bottom:.5rem;font-size:.8rem}.source-card>.source-meta{color:#58a6ff;font-weight:500;cursor:pointer;list-style:none;padding:.65rem .75rem;-webkit-user-select:none;user-select:none}.source-card>.source-meta::-webkit-details-marker{display:none}.source-card>.source-meta:before{content:"▸";display:inline-block;margin-right:.4rem;color:#8b949e;transition:transform .15s ease;transform:rotate(0);font-size:.65rem}.source-card[open]>.source-meta:before{transform:rotate(90deg)}.source-card>.source-text{color:#c9d1d9;font-family:ui-monospace,monospace;font-size:.72rem;line-height:1.45;max-height:10rem;overflow-y:auto;padding:0 .75rem .65rem;margin-top:-.15rem;border-top:1px solid #21262d}.source-card:not([open])>.source-text{display:none}.composer{display:flex;gap:.5rem;align-items:flex-end;border-top:1px solid #30363d;padding-top:1rem}.composer textarea{flex:1;min-height:3rem;max-height:10rem;resize:vertical;padding:.65rem .85rem;border-radius:8px;border:1px solid #30363d;background:#0d1117;color:#e8eaed;font:inherit}.composer textarea:focus{outline:none;border-color:#1f6feb}.composer button{padding:.65rem 1.1rem;border-radius:8px;border:none;background:#238636;color:#fff;font-weight:600;cursor:pointer;height:fit-content}.composer button:disabled{opacity:.5;cursor:not-allowed}:root{font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#e8eaed;background-color:#0f1419}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}
