:root{--bg: #0a0a0f;--surface: #111118;--surface2: #16161f;--surface3: #1c1c28;--border: rgba(255,255,255,.06);--border2: rgba(255,255,255,.1);--text: #e8e8f0;--text2: #8888aa;--text3: #444466;--accent: #6366f1;--accent2: #818cf8;--accent-glow: rgba(99,102,241,.15);--green: #10b981;--red: #ef4444;--radius: 14px;--sidebar-w: 280px}[data-astro-cid-vo5oohh5]{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;background:var(--bg);color:var(--text);height:100dvh;display:flex;overflow:hidden;-webkit-font-smoothing:antialiased}[data-astro-cid-vo5oohh5]::-webkit-scrollbar{width:4px}[data-astro-cid-vo5oohh5]::-webkit-scrollbar-track{background:transparent}[data-astro-cid-vo5oohh5]::-webkit-scrollbar-thumb{background:var(--surface3);border-radius:4px}#login-screen[data-astro-cid-vo5oohh5]{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--bg);z-index:100;padding:20px}#login-screen[data-astro-cid-vo5oohh5]:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}#login-box[data-astro-cid-vo5oohh5]{background:var(--surface);border:1px solid var(--border2);border-radius:24px;padding:48px 40px;width:100%;max-width:400px;display:flex;flex-direction:column;gap:16px;position:relative;box-shadow:0 0 0 1px #ffffff08,0 40px 80px #00000080}.login-logo[data-astro-cid-vo5oohh5]{text-align:center;margin-bottom:8px}.login-logo[data-astro-cid-vo5oohh5] .icon[data-astro-cid-vo5oohh5]{width:56px;height:56px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:16px;box-shadow:0 8px 32px #6366f14d}.login-logo[data-astro-cid-vo5oohh5] h1[data-astro-cid-vo5oohh5]{font-size:1.4rem;font-weight:700;background:linear-gradient(135deg,#e8e8f0,#a8a8c8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-logo[data-astro-cid-vo5oohh5] p[data-astro-cid-vo5oohh5]{font-size:.83rem;color:var(--text3);margin-top:6px}.input-group[data-astro-cid-vo5oohh5]{position:relative}.input-icon[data-astro-cid-vo5oohh5]{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text3);font-size:.9rem;pointer-events:none}.login-input[data-astro-cid-vo5oohh5]{width:100%;padding:13px 14px 13px 40px;border-radius:12px;border:1px solid var(--border2);background:var(--surface2);color:var(--text);font-size:.93rem;outline:none;transition:all .2s}.login-input[data-astro-cid-vo5oohh5]:focus{border-color:var(--accent);background:var(--surface3);box-shadow:0 0 0 3px var(--accent-glow)}.login-input[data-astro-cid-vo5oohh5]::placeholder{color:var(--text3)}#login-btn[data-astro-cid-vo5oohh5]{width:100%;padding:13px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s;box-shadow:0 4px 20px #6366f14d;margin-top:4px}#login-btn[data-astro-cid-vo5oohh5]:hover{transform:translateY(-1px);box-shadow:0 6px 28px #6366f166}#login-btn[data-astro-cid-vo5oohh5]:active{transform:translateY(0)}#login-btn[data-astro-cid-vo5oohh5]:disabled{opacity:.5;cursor:not-allowed;transform:none}#login-error[data-astro-cid-vo5oohh5]{font-size:.8rem;color:var(--red);text-align:center;min-height:16px}#app[data-astro-cid-vo5oohh5]{display:none;width:100%;height:100dvh;position:relative}#app[data-astro-cid-vo5oohh5].visible{display:flex}#sidebar-overlay[data-astro-cid-vo5oohh5]{display:none;position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);z-index:40}#sidebar-overlay[data-astro-cid-vo5oohh5].show{display:block}#sidebar[data-astro-cid-vo5oohh5]{width:var(--sidebar-w);min-width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;height:100dvh;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:50}.sidebar-top[data-astro-cid-vo5oohh5]{padding:16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.sidebar-brand[data-astro-cid-vo5oohh5]{flex:1;display:flex;align-items:center;gap:10px}.brand-icon[data-astro-cid-vo5oohh5]{width:32px;height:32px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.brand-name[data-astro-cid-vo5oohh5]{font-size:.88rem;font-weight:600;color:var(--text)}.brand-sub[data-astro-cid-vo5oohh5]{font-size:.7rem;color:var(--text3)}#close-sidebar-btn[data-astro-cid-vo5oohh5]{display:none;background:none;border:none;color:var(--text3);cursor:pointer;padding:6px;border-radius:8px;font-size:1.1rem;transition:all .2s}#close-sidebar-btn[data-astro-cid-vo5oohh5]:hover{color:var(--text);background:var(--surface3)}#new-chat-btn[data-astro-cid-vo5oohh5]{margin:12px;padding:10px 14px;background:var(--accent-glow);border:1px solid rgba(99,102,241,.3);border-radius:10px;color:var(--accent2);cursor:pointer;font-size:.85rem;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .2s}#new-chat-btn[data-astro-cid-vo5oohh5]:hover{background:#6366f133;border-color:#6366f180}.sessions-label[data-astro-cid-vo5oohh5]{padding:8px 16px 4px;font-size:.68rem;font-weight:600;color:var(--text3);text-transform:uppercase;letter-spacing:.08em}#sessions-list[data-astro-cid-vo5oohh5]{flex:1;overflow-y:auto;padding:4px 8px;display:flex;flex-direction:column;gap:2px}.session-item[data-astro-cid-vo5oohh5]{padding:9px 10px;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .15s;position:relative}.session-item[data-astro-cid-vo5oohh5]:hover{background:var(--surface2)}.session-item[data-astro-cid-vo5oohh5].active{background:var(--surface3)}.session-item[data-astro-cid-vo5oohh5].active:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:3px;background:var(--accent);border-radius:0 3px 3px 0}.session-icon[data-astro-cid-vo5oohh5]{width:28px;height:28px;background:var(--surface3);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0;color:var(--text3)}.session-item[data-astro-cid-vo5oohh5].active .session-icon[data-astro-cid-vo5oohh5]{background:var(--accent-glow);color:var(--accent2)}.session-info[data-astro-cid-vo5oohh5]{flex:1;overflow:hidden}.session-title[data-astro-cid-vo5oohh5]{font-size:.82rem;color:var(--text2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.session-item[data-astro-cid-vo5oohh5].active .session-title[data-astro-cid-vo5oohh5]{color:var(--text)}.session-date[data-astro-cid-vo5oohh5]{font-size:.68rem;color:var(--text3);margin-top:1px}.session-del[data-astro-cid-vo5oohh5]{background:none;border:none;color:transparent;cursor:pointer;padding:4px;border-radius:6px;transition:all .15s;flex-shrink:0;display:flex;align-items:center}.session-item[data-astro-cid-vo5oohh5]:hover .session-del[data-astro-cid-vo5oohh5]{color:var(--text3)}.session-del[data-astro-cid-vo5oohh5]:hover{color:var(--red)!important;background:#ef44441a}.no-sessions[data-astro-cid-vo5oohh5]{padding:24px 16px;text-align:center;color:var(--text3);font-size:.8rem}#sidebar-footer[data-astro-cid-vo5oohh5]{border-top:1px solid var(--border);padding:12px;display:flex;flex-direction:column;gap:6px}.models-label[data-astro-cid-vo5oohh5]{font-size:.68rem;font-weight:600;color:var(--text3);text-transform:uppercase;letter-spacing:.08em;padding:0 4px;margin-bottom:2px}.model-btns[data-astro-cid-vo5oohh5]{display:flex;gap:6px}.model-btn[data-astro-cid-vo5oohh5]{flex:1;padding:8px 6px;border-radius:10px;border:1px solid var(--border2);background:var(--surface2);color:var(--text3);cursor:pointer;font-size:.75rem;font-weight:500;text-align:center;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:4px}.model-btn[data-astro-cid-vo5oohh5] .model-icon[data-astro-cid-vo5oohh5]{font-size:1rem}.model-btn[data-astro-cid-vo5oohh5]:hover{background:var(--surface3);color:var(--text2)}.model-btn[data-astro-cid-vo5oohh5].active{background:var(--accent-glow);color:var(--accent2);border-color:#6366f166}#logout-btn[data-astro-cid-vo5oohh5]{width:100%;padding:9px 12px;border-radius:10px;border:1px solid var(--border);background:none;color:var(--text3);cursor:pointer;font-size:.8rem;display:flex;align-items:center;gap:8px;transition:all .2s;margin-top:2px}#logout-btn[data-astro-cid-vo5oohh5]:hover{color:var(--red);border-color:#ef44444d;background:#ef44440d}#main[data-astro-cid-vo5oohh5]{flex:1;display:flex;flex-direction:column;overflow:hidden;height:100dvh;min-width:0}#topbar[data-astro-cid-vo5oohh5]{padding:12px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;background:var(--surface);min-height:60px}#menu-btn[data-astro-cid-vo5oohh5]{display:none;background:none;border:none;color:var(--text2);cursor:pointer;padding:6px;border-radius:8px;transition:all .2s}#menu-btn[data-astro-cid-vo5oohh5]:hover{color:var(--text);background:var(--surface3)}#topbar-info[data-astro-cid-vo5oohh5]{flex:1;min-width:0}#chat-title[data-astro-cid-vo5oohh5]{font-size:.9rem;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#chat-subtitle[data-astro-cid-vo5oohh5]{font-size:.72rem;color:var(--text3);margin-top:1px;display:flex;align-items:center;gap:6px}.status-dot[data-astro-cid-vo5oohh5]{width:6px;height:6px;border-radius:50%;background:var(--green);display:inline-block;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}#model-badge[data-astro-cid-vo5oohh5]{padding:5px 12px;background:var(--surface2);border:1px solid var(--border2);border-radius:20px;font-size:.72rem;color:var(--text2);font-weight:500;white-space:nowrap}#status-bar[data-astro-cid-vo5oohh5]{height:28px;padding:0 20px;font-size:.72rem;display:flex;align-items:center;gap:6px;color:var(--text3);transition:all .3s}#status-bar[data-astro-cid-vo5oohh5].saved{color:var(--green)}#status-bar[data-astro-cid-vo5oohh5].error{color:var(--red)}#chat-box[data-astro-cid-vo5oohh5]{flex:1;overflow-y:auto;padding:24px 20px;display:flex;flex-direction:column;gap:20px;scroll-behavior:smooth}#empty-state[data-astro-cid-vo5oohh5]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:40px 20px;text-align:center}.empty-glow[data-astro-cid-vo5oohh5]{width:80px;height:80px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:24px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:24px;box-shadow:0 0 60px #6366f14d}.empty-title[data-astro-cid-vo5oohh5]{font-size:1.3rem;font-weight:700;color:var(--text);margin-bottom:10px}.empty-sub[data-astro-cid-vo5oohh5]{font-size:.85rem;color:var(--text3);line-height:1.6;max-width:320px}.suggestion-chips[data-astro-cid-vo5oohh5]{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:28px}.chip[data-astro-cid-vo5oohh5]{padding:8px 16px;background:var(--surface2);border:1px solid var(--border2);border-radius:20px;font-size:.78rem;color:var(--text2);cursor:pointer;transition:all .2s}.chip[data-astro-cid-vo5oohh5]:hover{background:var(--surface3);border-color:#6366f166;color:var(--accent2)}.msg-group[data-astro-cid-vo5oohh5]{display:flex;flex-direction:column;gap:6px;max-width:800px;width:100%;margin:0 auto;animation:fadeUp .25s ease}.msg-group[data-astro-cid-vo5oohh5].user{align-items:flex-end}.msg-group[data-astro-cid-vo5oohh5].ai{align-items:flex-start}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.msg-meta[data-astro-cid-vo5oohh5]{display:flex;align-items:center;gap:8px;padding:0 4px}.msg-avatar[data-astro-cid-vo5oohh5]{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0}.msg-avatar[data-astro-cid-vo5oohh5].user-av{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.msg-avatar[data-astro-cid-vo5oohh5].ai-av{background:var(--surface3)}.msg-author[data-astro-cid-vo5oohh5]{font-size:.72rem;color:var(--text3);font-weight:500}.msg-time[data-astro-cid-vo5oohh5]{font-size:.66rem;color:var(--text3)}.msg-bubble[data-astro-cid-vo5oohh5]{padding:14px 18px;border-radius:16px;line-height:1.7;font-size:.91rem;word-wrap:break-word;white-space:pre-wrap;max-width:100%}.msg-group[data-astro-cid-vo5oohh5].user .msg-bubble[data-astro-cid-vo5oohh5]{background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;border-radius:16px 16px 4px;box-shadow:0 4px 20px #6366f140}.msg-group[data-astro-cid-vo5oohh5].ai .msg-bubble[data-astro-cid-vo5oohh5]{background:var(--surface2);color:var(--text);border:1px solid var(--border2);border-radius:16px 16px 16px 4px}.msg-actions-row[data-astro-cid-vo5oohh5]{display:flex;gap:4px;opacity:0;transition:opacity .2s;padding:0 4px}.msg-group[data-astro-cid-vo5oohh5]:hover .msg-actions-row[data-astro-cid-vo5oohh5]{opacity:1}.msg-act-btn[data-astro-cid-vo5oohh5]{background:var(--surface2);border:1px solid var(--border);color:var(--text3);cursor:pointer;font-size:.7rem;padding:3px 10px;border-radius:6px;transition:all .15s;display:flex;align-items:center;gap:4px}.msg-act-btn[data-astro-cid-vo5oohh5]:hover{background:#ef44441a;color:var(--red);border-color:#ef44444d}.typing-bubble[data-astro-cid-vo5oohh5]{padding:14px 18px;background:var(--surface2);border:1px solid var(--border2);border-radius:16px 16px 16px 4px;display:flex;align-items:center;gap:5px}.typing-dot[data-astro-cid-vo5oohh5]{width:7px;height:7px;background:var(--text3);border-radius:50%;animation:bounce 1.2s infinite}.typing-dot[data-astro-cid-vo5oohh5]:nth-child(2){animation-delay:.2s}.typing-dot[data-astro-cid-vo5oohh5]:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-6px);opacity:1}}#input-area[data-astro-cid-vo5oohh5]{padding:16px 20px 20px;background:var(--surface);border-top:1px solid var(--border)}#input-wrapper[data-astro-cid-vo5oohh5]{background:var(--surface2);border:1px solid var(--border2);border-radius:16px;display:flex;align-items:flex-end;transition:all .2s;overflow:hidden;max-width:800px;margin:0 auto}#input-wrapper[data-astro-cid-vo5oohh5]:focus-within{border-color:#6366f180;box-shadow:0 0 0 3px var(--accent-glow)}#user-input[data-astro-cid-vo5oohh5]{flex:1;padding:14px 16px;background:none;border:none;color:var(--text);font-size:.92rem;outline:none;resize:none;min-height:50px;max-height:160px;font-family:inherit;line-height:1.5}#user-input[data-astro-cid-vo5oohh5]::placeholder{color:var(--text3)}#send-btn[data-astro-cid-vo5oohh5]{margin:8px;padding:0;width:36px;height:36px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}#send-btn[data-astro-cid-vo5oohh5]:hover{transform:scale(1.05);box-shadow:0 4px 16px #6366f166}#send-btn[data-astro-cid-vo5oohh5]:disabled{opacity:.3;cursor:not-allowed;transform:none;box-shadow:none}#send-btn[data-astro-cid-vo5oohh5] svg[data-astro-cid-vo5oohh5]{width:16px;height:16px}#input-hint[data-astro-cid-vo5oohh5]{text-align:center;font-size:.68rem;color:var(--text3);margin-top:10px;max-width:800px;margin-left:auto;margin-right:auto}@media(max-width:768px){#sidebar[data-astro-cid-vo5oohh5]{position:fixed;left:0;top:0;bottom:0;transform:translate(-100%);z-index:50;box-shadow:4px 0 40px #00000080}#sidebar[data-astro-cid-vo5oohh5].open{transform:translate(0)}#menu-btn[data-astro-cid-vo5oohh5],#close-sidebar-btn[data-astro-cid-vo5oohh5]{display:flex}#topbar[data-astro-cid-vo5oohh5]{padding:10px 14px}#model-badge[data-astro-cid-vo5oohh5]{display:none}#chat-box[data-astro-cid-vo5oohh5]{padding:16px 12px}#input-area[data-astro-cid-vo5oohh5]{padding:10px 12px 16px}.msg-group[data-astro-cid-vo5oohh5]{max-width:100%}}
