[data-astro-cid-wfrjesbw],[data-astro-cid-wfrjesbw]:before,[data-astro-cid-wfrjesbw]:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #ff007b;--mid: #a419be;--end: #7b16da;--gradient: linear-gradient( 135deg, var(--primary), var(--mid), var(--end) );--bg: #090910;--surface: rgba(255, 255, 255, .05);--border: rgba(255, 255, 255, .09);--text: #e4e4f0;--muted: #888899;--radius: 18px}html,body{height:100%;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.chat-page[data-astro-cid-wfrjesbw]{display:grid;grid-template-columns:300px 1fr;grid-template-rows:60px 1fr;height:100vh;overflow:hidden}.chat-topbar[data-astro-cid-wfrjesbw]{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--border);background:#090910f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.chat-topbar-logo[data-astro-cid-wfrjesbw]{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text)}.chat-topbar-logo[data-astro-cid-wfrjesbw] img[data-astro-cid-wfrjesbw]{height:36px;width:auto}.chat-topbar-logo[data-astro-cid-wfrjesbw] span[data-astro-cid-wfrjesbw]{font-weight:700;font-size:18px;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.model-badge[data-astro-cid-wfrjesbw]{font-size:10px;font-weight:600;background:#ffffff1a;border:1px solid var(--border);padding:3px 8px;border-radius:12px;color:#d0d0e0;letter-spacing:.05em;margin-left:6px}.back-link[data-astro-cid-wfrjesbw]{font-size:13px;color:var(--muted);text-decoration:none;display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;border:1px solid var(--border);transition:all .15s}.back-link[data-astro-cid-wfrjesbw]:hover{color:var(--text);background:var(--surface)}.chat-sidebar[data-astro-cid-wfrjesbw]{border-right:1px solid var(--border);padding:24px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:24px;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.sidebar-section-title[data-astro-cid-wfrjesbw]{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:0 4px;margin-bottom:8px}.starter-list[data-astro-cid-wfrjesbw]{display:flex;flex-direction:column;gap:6px}.starter-btn[data-astro-cid-wfrjesbw]{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text);font-size:13px;padding:10px 12px;cursor:pointer;line-height:1.4;transition:background .15s,border-color .15s}.starter-btn[data-astro-cid-wfrjesbw]:hover{background:#ffffff14;border-color:var(--mid)}.capability-list[data-astro-cid-wfrjesbw]{list-style:none;display:flex;flex-direction:column;gap:8px}.capability-list[data-astro-cid-wfrjesbw] li[data-astro-cid-wfrjesbw]{font-size:13px;color:var(--muted);display:flex;align-items:flex-start;gap:8px}.capability-list[data-astro-cid-wfrjesbw] li[data-astro-cid-wfrjesbw]:before{content:"✦";color:var(--mid);flex-shrink:0;margin-top:1px}.new-chat-btn[data-astro-cid-wfrjesbw]{width:100%;padding:10px;background:var(--gradient);border:none;border-radius:10px;color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:opacity .2s}.new-chat-btn[data-astro-cid-wfrjesbw]:hover{opacity:.85}.chat-main[data-astro-cid-wfrjesbw]{display:flex;flex-direction:column;overflow:hidden;position:relative}.chat-main[data-astro-cid-wfrjesbw]:before{content:"";position:absolute;top:-120px;left:50%;transform:translate(-50%);width:600px;height:300px;background:radial-gradient(ellipse,rgba(164,25,190,.08) 0%,transparent 70%);pointer-events:none;z-index:0}#page-messages[data-astro-cid-wfrjesbw]{flex:1;overflow-y:auto;padding:32px 10%;display:flex;flex-direction:column;gap:16px;scrollbar-width:thin;scrollbar-color:var(--border) transparent;position:relative;z-index:1}#page-messages[data-astro-cid-wfrjesbw]::-webkit-scrollbar{width:4px}#page-messages[data-astro-cid-wfrjesbw]::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.page-bubble[data-astro-cid-wfrjesbw]{max-width:72%;padding:12px 18px;border-radius:18px;font-size:15px;line-height:1.6;word-break:break-word;animation:bubbleIn .2s ease}@keyframes bubbleIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-bubble--user[data-astro-cid-wfrjesbw]{align-self:flex-end;background:var(--gradient);color:#fff;border-bottom-right-radius:4px}.page-bubble--agent[data-astro-cid-wfrjesbw]{align-self:flex-start;background:var(--surface);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:4px}.page-typing[data-astro-cid-wfrjesbw]{align-self:flex-start;display:flex;gap:5px;padding:14px 18px;background:var(--surface);border:1px solid var(--border);border-radius:18px 18px 18px 4px}.page-typing[data-astro-cid-wfrjesbw] span[data-astro-cid-wfrjesbw]{width:8px;height:8px;border-radius:50%;background:var(--muted);animation:typingDot 1.3s infinite}.page-typing[data-astro-cid-wfrjesbw] span[data-astro-cid-wfrjesbw]:nth-child(2){animation-delay:.2s}.page-typing[data-astro-cid-wfrjesbw] span[data-astro-cid-wfrjesbw]:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-7px);opacity:1}}.page-welcome[data-astro-cid-wfrjesbw]{align-self:flex-start;max-width:72%;background:var(--surface);border:1px solid var(--border);border-radius:18px 18px 18px 4px;padding:18px 22px}.page-welcome[data-astro-cid-wfrjesbw] h2[data-astro-cid-wfrjesbw]{font-size:18px;font-weight:700;margin-bottom:6px}.page-welcome[data-astro-cid-wfrjesbw] p[data-astro-cid-wfrjesbw]{color:var(--muted);font-size:14px;line-height:1.5}#page-error[data-astro-cid-wfrjesbw]{margin:0 10%;padding:12px 18px;background:#ff32501f;border:1px solid rgba(255,50,80,.25);border-radius:10px;font-size:14px;color:#ff8090;display:none;align-items:center;justify-content:space-between;gap:10px;z-index:1}#page-error[data-astro-cid-wfrjesbw].visible{display:flex}#page-retry-btn[data-astro-cid-wfrjesbw]{background:none;border:1px solid rgba(255,50,80,.35);color:#ff8090;font-size:13px;padding:4px 12px;border-radius:7px;cursor:pointer;white-space:nowrap}#page-retry-btn[data-astro-cid-wfrjesbw]:hover{background:#ff32501f}.chat-input-area[data-astro-cid-wfrjesbw]{padding:16px 10%;border-top:1px solid var(--border);background:#090910cc;backdrop-filter:blur(12px);position:relative;z-index:1}.input-row[data-astro-cid-wfrjesbw]{display:flex;gap:10px;align-items:flex-end;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:10px 14px;transition:border-color .2s}.input-row[data-astro-cid-wfrjesbw]:focus-within{border-color:var(--mid)}#page-input[data-astro-cid-wfrjesbw]{flex:1;background:none;border:none;outline:none;color:var(--text);font-size:15px;font-family:inherit;resize:none;max-height:160px;line-height:1.5}#page-input[data-astro-cid-wfrjesbw]::placeholder{color:var(--muted)}#page-send-btn[data-astro-cid-wfrjesbw]{width:44px;height:44px;border-radius:10px;border:none;background:var(--gradient);color:#fff;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s,transform .15s}#page-send-btn[data-astro-cid-wfrjesbw]:disabled{opacity:.3;cursor:default}#page-send-btn[data-astro-cid-wfrjesbw]:not(:disabled):hover{transform:scale(1.06)}#page-send-btn[data-astro-cid-wfrjesbw] svg[data-astro-cid-wfrjesbw]{width:20px;height:20px}.input-meta[data-astro-cid-wfrjesbw]{display:flex;justify-content:space-between;padding:6px 4px 0;font-size:12px;color:var(--muted)}#page-char-count[data-astro-cid-wfrjesbw].near-limit{color:#f0a500}#page-char-count[data-astro-cid-wfrjesbw].at-limit{color:var(--primary)}@media (max-width: 768px){.chat-page[data-astro-cid-wfrjesbw]{grid-template-columns:1fr;grid-template-rows:60px 1fr}.chat-sidebar[data-astro-cid-wfrjesbw]{display:none}#page-messages[data-astro-cid-wfrjesbw],.chat-input-area[data-astro-cid-wfrjesbw],#page-error[data-astro-cid-wfrjesbw]{padding-left:5%;padding-right:5%}}
