#chat-backdrop{position:fixed;inset:0;background:#00000073;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:40}#chat-panel{position:fixed;top:0;right:0;height:100vh;width:min(420px,100vw);background:var(--bg-2);border-left:1px solid var(--border);display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease;z-index:50;overflow:hidden}body.chat-open #chat-panel{transform:translate(0)}body.chat-open #chat-backdrop{opacity:1;pointer-events:auto}#chat-header{display:flex;align-items:center;justify-content:space-between;padding:0 1rem;height:52px;border-bottom:1px solid var(--border);flex-shrink:0}.chat-title{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;color:var(--accent);letter-spacing:.01em}#chat-close{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.35rem;border-radius:4px;display:flex;align-items:center;transition:color .15s,background .15s}#chat-close:hover{color:var(--text);background:var(--bg)}#chat-messages{flex:1;overflow-y:auto;padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.75rem;scroll-behavior:smooth}.bubble{max-width:85%;padding:.65rem .9rem;border-radius:12px;font-size:.875rem;line-height:1.6;white-space:pre-wrap;word-break:break-word}.bubble.user{align-self:flex-end;background:var(--accent-dim);border:1px solid var(--accent);border-bottom-right-radius:3px;color:var(--text)}.bubble.assistant{align-self:flex-start;background:var(--bg);border:1px solid var(--border);border-bottom-left-radius:3px;color:var(--text)}.bubble.assistant.streaming:after{content:"▋";animation:blink 1s step-end infinite;color:var(--accent);margin-left:1px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}#chat-form{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border);flex-shrink:0}#chat-input{flex:1;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:var(--font);font-size:.875rem;line-height:1.5;padding:.55rem .75rem;resize:none;max-height:120px;overflow-y:auto;transition:border-color .15s}#chat-input::placeholder{color:var(--text-muted)}#chat-input:focus{outline:none;border-color:var(--accent)}#chat-send{background:var(--accent);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;transition:opacity .15s}#chat-send:hover{opacity:.85}#chat-send:disabled{opacity:.4;cursor:not-allowed}[data-astro-cid-5hce7sga],[data-astro-cid-5hce7sga]:before,[data-astro-cid-5hce7sga]:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #17191e;--bg-2: #1e2128;--border: #2e3039;--text: #e8e8ea;--text-muted: #8b8fa8;--accent: #a78bfa;--accent-dim: #7c3aed22;--font: ui-sans-serif, system-ui, -apple-system, sans-serif;--mono: ui-monospace, "Cascadia Code", monospace}:root[data-theme=light]{--bg: #ffffff;--bg-2: #f6f6f7;--border: #e2e2e5;--text: #1b1b1f;--text-muted: #5c5f77;--accent: #7c3aed;--accent-dim: #7c3aed14}html{background:var(--bg);color:var(--text);font-family:var(--font)}body{display:flex;flex-direction:column;min-height:100vh}header[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:.25rem;padding:0 1.5rem;height:56px;border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:10}.logo[data-astro-cid-5hce7sga]{font-weight:600;font-size:.95rem;letter-spacing:.02em;color:var(--accent);text-decoration:none;margin-right:1rem}header[data-astro-cid-5hce7sga] nav[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:.25rem;margin-left:auto}header[data-astro-cid-5hce7sga] nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--text-muted);text-decoration:none;font-size:.875rem;padding:.35rem .75rem;border-radius:6px;transition:color .15s,background .15s}header[data-astro-cid-5hce7sga] nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--text);background:var(--bg-2)}.nav-ax[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;gap:.35rem;color:var(--accent);background:var(--accent-dim);border:1px solid var(--accent);padding:.3rem .7rem;border-radius:6px;font-size:.8rem;font-weight:500;opacity:.85;transition:opacity .15s,background .15s;margin-left:.25rem}.nav-ax[data-astro-cid-5hce7sga]:hover{opacity:1;background:var(--accent-dim);color:var(--accent)!important}button[data-astro-cid-5hce7sga].nav-ax{cursor:pointer;font:inherit}#nav-toggle[data-astro-cid-5hce7sga]{display:none}.nav-burger[data-astro-cid-5hce7sga]{display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:.4rem;margin-left:auto;border-radius:6px;transition:background .15s}.nav-burger[data-astro-cid-5hce7sga]:hover{background:var(--bg-2)}.nav-burger[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]{display:block;width:18px;height:1.5px;background:var(--text-muted);border-radius:2px;transition:background .15s}.nav-burger[data-astro-cid-5hce7sga]:hover span[data-astro-cid-5hce7sga]{background:var(--text)}@media(max-width:640px){.nav-burger[data-astro-cid-5hce7sga]{display:flex}header[data-astro-cid-5hce7sga] nav[data-astro-cid-5hce7sga]{display:none;position:absolute;top:56px;left:0;right:0;flex-direction:column;background:var(--bg);border-bottom:1px solid var(--border);padding:.5rem 1rem;margin-left:0}header[data-astro-cid-5hce7sga] nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{padding:.6rem .75rem}#nav-toggle[data-astro-cid-5hce7sga]:checked~.nav-burger[data-astro-cid-5hce7sga]+nav[data-astro-cid-5hce7sga]{display:flex}#theme-toggle[data-astro-cid-5hce7sga]{margin-left:.75rem;align-self:center}}#theme-toggle[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;background:none;border:1px solid var(--border);border-radius:6px;color:var(--text-muted);cursor:pointer;padding:.3rem .7rem;transition:color .15s,background .15s;margin-left:.5rem}#theme-toggle[data-astro-cid-5hce7sga]:hover{background:#fff;color:#1b1b1f;border-color:#e2e2e5}[data-astro-cid-5hce7sga][data-theme=light] #theme-toggle[data-astro-cid-5hce7sga]:hover{background:#17191e;color:#e8e8ea;border-color:#2e3039}main[data-astro-cid-5hce7sga]{flex:1;max-width:860px;width:100%;margin:0 auto;padding:4rem 2rem}h1[data-astro-cid-5hce7sga]{font-size:2.5rem;font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:1rem}h2[data-astro-cid-5hce7sga]{font-size:1.35rem;font-weight:600;letter-spacing:-.01em;margin:2.5rem 0 1rem}p[data-astro-cid-5hce7sga]{color:var(--text-muted);line-height:1.75;margin-bottom:1rem;font-size:.975rem}.lead[data-astro-cid-5hce7sga]{font-size:1.125rem;color:var(--text-muted);line-height:1.7;max-width:56ch;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}footer[data-astro-cid-5hce7sga]{display:flex;gap:1.5rem;padding:1rem 1.5rem;border-top:1px solid var(--border);font-size:.8rem}footer[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--text-muted);text-decoration:none}footer[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--accent)}
