:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f0f0f;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--page-bg: #0f0f0f;--chat-bg: #1a1a2e;--ai-bg: #1e1e2e;--input-bg: #252540;--accent: #6c63ff;--accent-hover: #5a52e0;--border: #2e2e4a;--text-primary: #ffffff;--text-secondary: #a0a0b8;--success: #4ade80;--danger: #ef4444}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{overflow:hidden;background:var(--page-bg)}button,textarea{font:inherit}button{border:0}.app-shell{width:100%;min-height:100dvh;display:flex;justify-content:center;background:var(--page-bg)}.chat-frame{position:relative;width:min(100%,780px);height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:var(--chat-bg);border-inline:1px solid rgba(46,46,74,.8)}.chat-header{height:64px;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;border-bottom:1px solid var(--border);background:#1a1a2ef0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand-lockup{display:flex;align-items:center;gap:12px;min-width:0}.brand-logo,.assistant-avatar,.empty-icon{display:grid;place-items:center;color:var(--text-primary);background:var(--accent);font-weight:600}.brand-logo{width:36px;height:36px;border-radius:999px;font-size:12px}.brand-lockup h1{margin:0;color:var(--text-primary);font-size:16px;font-weight:600;line-height:1.2}.brand-lockup p{margin:3px 0 0;color:var(--text-secondary);font-size:12px;line-height:1.2}.status-pill{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 12px;border:1px solid rgba(74,222,128,.22);border-radius:999px;color:var(--text-secondary);background:#4ade8014;font-size:13px;white-space:nowrap}.status-pill span{width:8px;height:8px;border-radius:999px;background:var(--success);box-shadow:0 0 0 4px #4ade801f}.error-toast{position:absolute;z-index:4;top:76px;left:50%;width:min(calc(100% - 32px),520px);min-height:44px;display:flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid rgba(239,68,68,.35);border-radius:8px;color:#fff1f2;background:#7f1d1df0;box-shadow:0 14px 40px #0000004d;transform:translate(-50%);animation:fadeSlideIn .18s ease-out}.messages-panel{flex:1;min-height:0;overflow-y:auto;padding:22px 20px;scrollbar-width:thin;scrollbar-color:#3b3b62 transparent}.message-list{min-height:100%;display:flex;flex-direction:column;gap:16px}.message-row{display:flex;align-items:flex-end;gap:10px;animation:fadeSlideIn .18s ease-out both}.message-row-user{justify-content:flex-end}.message-row-assistant{justify-content:flex-start}.message-stack{max-width:70%;display:flex;flex-direction:column;gap:5px}.assistant-avatar{width:32px;height:32px;min-width:32px;border-radius:999px;background:#2a2a46;border:1px solid var(--border);color:var(--text-secondary);font-size:11px}.assistant-avatar svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.message-bubble{width:fit-content;max-width:100%;padding:12px 14px;border:1px solid transparent;overflow-wrap:anywhere}.message-bubble p{margin:0;font-size:15px;line-height:1.6}.message-bubble p+p,.message-bubble ul,.message-bubble ol{margin-top:10px}.message-bubble ul,.message-bubble ol{padding-left:18px}.user-bubble{align-self:flex-end;border-radius:18px 18px 4px;color:var(--text-primary);background:var(--accent)}.assistant-bubble{align-self:flex-start;border-color:#2e2e4ad9;border-radius:18px 18px 18px 4px;color:var(--text-primary);background:var(--ai-bg)}.message-time{color:var(--text-secondary);font-size:11px;line-height:1.2}.message-row-user .message-time{align-self:flex-end}.typing-row{min-height:42px}.typing-bubble{width:74px;height:40px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(46,46,74,.85);border-radius:18px 18px 18px 4px;background:var(--ai-bg)}.typing-bubble span{width:7px;height:7px;border-radius:999px;background:var(--text-secondary);animation:dotBounce 1.1s infinite ease-in-out}.typing-bubble span:nth-child(2){animation-delay:.2s}.typing-bubble span:nth-child(3){animation-delay:.4s}.input-bar{min-height:72px;padding:12px 20px 16px;border-top:1px solid var(--border);background:#1a1a2ef5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.input-shell{min-height:48px;display:flex;align-items:flex-end;gap:10px;padding:8px 8px 8px 14px;border:1px solid var(--border);border-radius:8px;background:var(--input-bg);transition:border-color .16s ease,box-shadow .16s ease}.input-shell:focus-within{border-color:#6c63ffe6;box-shadow:0 0 0 3px #6c63ff2e}.input-shell textarea{width:100%;max-height:92px;min-height:30px;resize:none;border:0;outline:0;color:var(--text-primary);background:transparent;font-size:15px;line-height:1.5}.input-shell textarea::placeholder{color:var(--text-secondary)}.input-shell textarea:disabled{cursor:not-allowed;opacity:.64}.char-counter{align-self:center;color:var(--text-secondary);font-size:11px;white-space:nowrap}.send-button{width:38px;height:38px;min-width:38px;display:grid;place-items:center;border-radius:999px;color:var(--text-primary);background:var(--accent);cursor:pointer;transition:transform .16s ease,background .16s ease}.send-button:hover:not(:disabled){background:var(--accent-hover);transform:scale(1.04)}.send-button:disabled{cursor:not-allowed;opacity:.72}.send-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.button-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.28);border-top-color:var(--text-primary);border-radius:999px;animation:spin .7s linear infinite}.empty-state{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px 0;text-align:center}.empty-icon{width:70px;height:70px;border-radius:22px;border:1px solid rgba(108,99,255,.45);box-shadow:0 18px 40px #00000042}.empty-state h2{margin:10px 0 0;font-size:24px;font-weight:600;line-height:1.25}.empty-state p{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.5}.suggestion-row{width:min(100%,580px);display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:10px}.suggestion-row button{min-height:38px;padding:0 12px;border:1px solid var(--border);border-radius:999px;color:var(--text-primary);background:#252540cc;cursor:pointer;transition:border-color .16s ease,background .16s ease}.suggestion-row button:hover{border-color:#6c63ffcc;background:#6c63ff2e}.input-shake{animation:shake .32s ease-in-out}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes dotBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media(max-width:768px){body{overflow:hidden}.app-shell{display:block}.chat-frame{width:100%;border:0}.chat-header{padding-inline:14px}.messages-panel{padding:18px 14px}.message-stack{max-width:85%}.message-bubble p,.input-shell textarea{font-size:14px}.input-bar{padding:10px 14px 12px}.empty-state h2{font-size:21px}.suggestion-row{flex-direction:column}.suggestion-row button{width:100%}}
