:root{--bg: #fafafa;--text: #1a1a1a;--text-muted: #666;--accent: #0406A8;--border: #e5e5e5;--card-bg: #fff;--user-bubble: #0406A8}@media(prefers-color-scheme:dark){:root{--bg: #111;--text: #e0e0e0;--text-muted: #aaa;--accent: #6b8aff;--border: #2a2a2a;--card-bg: #1a1a1a;--user-bubble: #6b8aff}}[data-astro-cid-u5narkpq]{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg);color:var(--text);height:100dvh;display:flex;flex-direction:column;overflow:hidden;-webkit-font-smoothing:antialiased}.topbar[data-astro-cid-u5narkpq]{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--card-bg);border-bottom:1px solid var(--border);flex-shrink:0}.topbar-avatar[data-astro-cid-u5narkpq]{width:36px;height:36px;min-width:36px;min-height:36px;border-radius:50%;overflow:hidden;border:1.5px solid var(--border);flex-shrink:0}.topbar-avatar[data-astro-cid-u5narkpq] img[data-astro-cid-u5narkpq]{width:36px!important;height:36px!important;max-width:36px!important;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 45%;object-position:50% 45%;display:block}.topbar-info[data-astro-cid-u5narkpq]{flex:1}.topbar-name[data-astro-cid-u5narkpq]{font-weight:600;font-size:1rem;color:var(--text);text-decoration:none}.topbar-name[data-astro-cid-u5narkpq]:hover{text-decoration:underline}.topbar-status[data-astro-cid-u5narkpq]{font-size:.75rem;color:var(--accent)}.topbar-close[data-astro-cid-u5narkpq]{color:var(--text-muted);text-decoration:none;font-size:1.2rem;padding:.25rem}.messages[data-astro-cid-u5narkpq]{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.msg-row[data-astro-cid-u5narkpq]{display:flex;align-items:flex-end;gap:.5rem}.msg-row[data-astro-cid-u5narkpq].user{justify-content:flex-end}.msg-avatar{width:28px;height:28px;min-width:28px;min-height:28px;border-radius:50%;overflow:hidden;flex-shrink:0;border:1.5px solid var(--border)}.msg-avatar img{width:28px!important;height:28px!important;max-width:28px!important;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 45%;object-position:50% 45%;display:block}.msg-row{display:flex;align-items:flex-end;gap:.5rem}.msg-row.user{justify-content:flex-end}.bubble{max-width:75%;padding:.6rem .9rem;border-radius:1.2rem;font-size:.9rem;line-height:1.5;word-wrap:break-word}.bubble.bot{background:var(--card-bg);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:.3rem}.bubble.user{background:var(--user-bubble);color:#fff;border-bottom-right-radius:.3rem}.bubble a{color:inherit;text-decoration:underline}.bubble p{margin:.3em 0}.bubble p:first-child{margin-top:0}.bubble p:last-child{margin-bottom:0}.bubble strong{font-weight:600}.bubble em{font-style:italic}.bubble code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em;background:#80808026;padding:.15em .35em;border-radius:4px}.bubble pre{background:#0003;padding:.6em .8em;border-radius:8px;overflow-x:auto;margin:.4em 0;font-size:.82em}.bubble pre code{background:none;padding:0}.bubble ul,.bubble ol{margin:.3em 0;padding-left:1.4em}.bubble li{margin:.15em 0}.bubble ul{list-style:disc}.bubble ol{list-style:decimal}.bubble blockquote{border-left:3px solid var(--accent);padding-left:.6em;margin:.3em 0;color:var(--text-muted)}.bubble h1,.bubble h2,.bubble h3{font-weight:600;margin:.4em 0 .2em}.bubble h1{font-size:1.1em}.bubble h2{font-size:1.05em}.bubble h3{font-size:1em}.timestamp{text-align:center;font-size:.7rem;color:var(--text-muted);padding:.5rem 0}.typing-dots{display:flex;gap:4px;padding:4px 0}.typing-dots .dot{width:7px;height:7px;border-radius:50%;background:var(--text-muted);animation:bounce 1.4s infinite ease-in-out both}.typing-dots .dot:nth-child(1){animation-delay:-.32s}.typing-dots .dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.inputbar[data-astro-cid-u5narkpq]{flex-shrink:0;padding:.6rem .75rem;background:var(--card-bg);border-top:1px solid var(--border)}.inputbar[data-astro-cid-u5narkpq] form[data-astro-cid-u5narkpq]{display:flex;gap:.5rem;max-width:700px;margin:0 auto}.inputbar[data-astro-cid-u5narkpq] input[data-astro-cid-u5narkpq]{flex:1;padding:.6rem 1rem;border-radius:1.5rem;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.95rem;outline:none;font-family:inherit}.inputbar[data-astro-cid-u5narkpq] input[data-astro-cid-u5narkpq]:focus{border-color:var(--accent)}.inputbar[data-astro-cid-u5narkpq] button[data-astro-cid-u5narkpq]{width:38px;height:38px;border-radius:50%;border:none;background:var(--accent);color:#fff;font-size:1.1rem;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center}.inputbar[data-astro-cid-u5narkpq] button[data-astro-cid-u5narkpq]:hover{opacity:.85}.inputbar[data-astro-cid-u5narkpq] button[data-astro-cid-u5narkpq]:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.bubble[data-astro-cid-u5narkpq]{max-width:85%}}
