.ai-chat-actions{z-index:10;box-sizing:border-box;background:#fff;border-top:1px solid #0f172a0f;width:min(1080px,100%);padding:12px 24px 24px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}@media (max-width:640px){.ai-chat-actions{padding:10px 16px max(16px,env(safe-area-inset-bottom))}}.ai-chat-actions--loading{pointer-events:none}.ai-chat-actions__composer{background:#fff;border:1px solid #0f172a1a;border-radius:16px;align-items:flex-end;width:100%;min-height:56px;transition:border-color .18s,box-shadow .18s,background-color .18s;display:flex;position:relative;box-shadow:0 1px 2px #0f172a0a,0 8px 24px #0f172a0a}.ai-chat-actions__composer:hover:not(:focus-within){border-color:#0f172a29;box-shadow:0 1px 2px #0f172a0d,0 10px 28px #0f172a0f}.ai-chat-actions__composer:focus-within{background:#fefefe;border-color:#6366f173;box-shadow:0 0 0 3px #6366f11f,0 12px 32px #6366f11a}.ai-chat-actions__area{color:#0d0d0d;width:100%;min-height:54px;max-height:220px;font-family:var(--font-geist-sans,"Roboto", sans-serif);letter-spacing:-.01em;resize:none;background:0 0;border:none;border-radius:16px;outline:none;flex:1;padding:14px 56px 14px 18px;font-size:16px;line-height:1.55}@media (max-width:640px){.ai-chat-actions__area{padding:12px 52px 12px 14px}}.ai-chat-actions__area::placeholder{color:#64748b;opacity:1}.ai-chat-actions__area:disabled{color:#64748b;cursor:not-allowed}.ai-chat-actions__area::-webkit-scrollbar{width:6px}.ai-chat-actions__area::-webkit-scrollbar-thumb{background:#0f172a24;border-radius:999px}.ai-chat-actions__area::-webkit-scrollbar-track{background:0 0}.ai-chat-actions__submit{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000;background:#6366f1;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background-color .18s,opacity .18s,transform .12s;display:inline-flex;position:absolute;bottom:8px;right:8px}@media (max-width:640px){.ai-chat-actions__submit{border-radius:14px;width:44px;height:44px;bottom:6px;right:6px}}.ai-chat-actions__submit:hover:not(:disabled){background:#4f46e5}.ai-chat-actions__submit:active:not(:disabled){transform:scale(.96)}.ai-chat-actions__submit:focus-visible{outline-offset:2px;outline:2px solid #6366f1}.ai-chat-actions__submit:disabled{color:#0f172a47;cursor:not-allowed;background:#0f172a14;transform:none}.ai-chat-actions__submit-icon{width:20px;height:20px}
.ai-chat-messages{flex-direction:column;gap:24px;padding:24px 24px 12px;display:flex}.ai-chat-messages__item{font-family:var(--font-geist-sans,"Roboto", sans-serif);letter-spacing:-.01em;word-break:break-word;white-space:pre-wrap;font-size:16px;line-height:1.75}.ai-chat-messages__item--assistant{color:#353740;width:100%;max-width:100%;box-shadow:none;background:0 0;border:none;border-radius:0;align-self:flex-start;padding:4px 0}.ai-chat-messages__item--user{color:#0d0d0d;max-width:min(640px,85%);box-shadow:none;background:#f4f4f4;border:none;border-radius:24px;align-self:flex-end;padding:10px 16px}.ai-chat-messages__item--loading{padding:8px 0 4px}.ai-chat-messages__typing{align-items:center;gap:5px;min-height:24px;display:inline-flex}.ai-chat-messages__typing span{opacity:.35;background:#353740;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite ai-chat-typing}.ai-chat-messages__typing span:nth-child(2){animation-delay:.15s}.ai-chat-messages__typing span:nth-child(3){animation-delay:.3s}@keyframes ai-chat-typing{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}
.prompt-templates{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:48px 24px 24px;display:flex}.prompt-templates__title{max-width:520px;font-family:var(--font-geist-sans,"Roboto", sans-serif);letter-spacing:-.02em;color:#0d0d0d;font-size:28px;line-height:1.25}.prompt-templates__subtitle{max-width:480px;font-family:var(--font-geist-sans,"Roboto", sans-serif);color:#64748b;font-size:15px;line-height:1.6}.prompt-templates__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(720px,100%);margin-top:8px;padding:0;list-style:none;display:grid}.prompt-templates__item{margin:0}.prompt-templates__button{color:#0d0d0d;width:100%;min-height:72px;font-family:var(--font-geist-sans,"Roboto", sans-serif);text-align:left;cursor:pointer;background:#fff;border:1px solid #0f172a1a;border-radius:16px;padding:14px 16px;font-size:14px;line-height:1.45;transition:border-color .18s,background-color .18s,box-shadow .18s}.prompt-templates__button:hover:not(:disabled){background:#f4f4f4;border-color:#0f172a29;box-shadow:0 4px 16px #0f172a0d}.prompt-templates__button:disabled{color:#64748b;cursor:not-allowed;opacity:.7}@media (max-width:640px){.prompt-templates__list{grid-template-columns:1fr}.prompt-templates__title{font-size:24px}}
.chat{box-sizing:border-box;background:#fff;flex-direction:column;width:min(1080px,100%);min-height:100dvh;margin:0 auto;padding-bottom:120px;display:flex}
