.chat-module__Ix5oLa__container{flex-direction:column;max-width:900px;height:100vh;margin:0 auto;padding:3rem 1.5rem 1rem;display:flex;position:relative}.chat-module__Ix5oLa__header{text-align:left;border-bottom:1px solid #0000000f;margin-bottom:2rem;padding-bottom:1.25rem}.chat-module__Ix5oLa__suggestionContainer{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:800px;margin-top:2rem;margin-left:auto;margin-right:auto;display:flex}.chat-module__Ix5oLa__suggestionBtn{border:1px solid var(--border);color:hsl(var(--foreground));cursor:pointer;background:#fff;border-color:#0000001a;border-radius:9999px;padding:.6rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s cubic-bezier(.2,0,0,1);box-shadow:0 1px 2px #00000005}.chat-module__Ix5oLa__suggestionBtn:hover{background:hsl(var(--secondary));border-color:hsl(var(--foreground));color:hsl(var(--foreground));transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000000d}.chat-module__Ix5oLa__message{align-items:flex-start;gap:1.25rem;animation:.3s ease-out chat-module__Ix5oLa__fadeIn;display:flex}.chat-module__Ix5oLa__messageUser{flex-direction:row-reverse}.chat-module__Ix5oLa__avatar{border:1px solid #00000014;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:600;display:flex}.chat-module__Ix5oLa__avatarUser{color:hsl(var(--foreground));background:#fff}.chat-module__Ix5oLa__avatarAi{background:hsl(var(--primary));color:#fff;border:1px solid #0000}.chat-module__Ix5oLa__bubble{border-radius:12px;max-width:85%;padding:.875rem 1.25rem;font-size:.95rem;line-height:1.6;position:relative;box-shadow:0 1px 2px #00000005}.chat-module__Ix5oLa__bubbleUser{background:hsl(var(--secondary));color:hsl(var(--foreground));border-top-right-radius:4px}.chat-module__Ix5oLa__bubbleAi{box-shadow:none;color:hsl(var(--foreground));background:0 0;max-width:90%;padding:.1rem 0 0}.chat-module__Ix5oLa__inputArea{-webkit-backdrop-filter:blur(12px);background:#fffc;border-top:1px solid #0000000d;align-items:flex-end;gap:.75rem;margin-top:auto;padding:1.25rem 0;animation:.4s ease-out forwards chat-module__Ix5oLa__fadeIn;display:flex;position:sticky;bottom:0}.chat-module__Ix5oLa__inputForm{background:#fff;border:1px solid #e4e4e7;border-radius:16px;align-items:center;width:100%;padding:.25rem;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 4px #00000005}.chat-module__Ix5oLa__inputForm:focus-within{border-color:#a1a1aa;box-shadow:0 4px 12px #0000000d}.chat-module__Ix5oLa__inputBox{color:hsl(var(--foreground));background:0 0;border:none;outline:none;flex:1;width:100%;min-height:48px;padding:.75rem 1rem;font-size:.95rem}.chat-module__Ix5oLa__inputBox::placeholder{color:#a1a1aa}.chat-module__Ix5oLa__sendBtn{background:hsl(var(--primary));color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-right:.25rem;transition:all .2s;display:flex}.chat-module__Ix5oLa__sendBtn:hover:not(:disabled){background:#27272a;transform:translateY(-1px)}.chat-module__Ix5oLa__sendBtn:disabled{opacity:.6;cursor:not-allowed;color:#a1a1aa;background:#e4e4e7}.chat-module__Ix5oLa__prose{color:hsl(var(--foreground))}.chat-module__Ix5oLa__prose p{margin-bottom:1em}.chat-module__Ix5oLa__prose p:last-child{margin-bottom:0}.chat-module__Ix5oLa__prose ul,.chat-module__Ix5oLa__prose ol{margin-bottom:1em;margin-left:1.2em;padding-left:.5em}.chat-module__Ix5oLa__prose li{color:hsl(var(--foreground));margin-bottom:.35em}.chat-module__Ix5oLa__prose strong{color:hsl(var(--foreground));font-weight:600}.chat-module__Ix5oLa__prose a{color:#000;text-underline-offset:3px;font-weight:500;-webkit-text-decoration:underline #0000004d;text-decoration:underline #0000004d;transition:text-decoration-color .2s}.chat-module__Ix5oLa__prose a:hover{text-decoration-color:#000}.chat-module__Ix5oLa__prose pre{color:#27272a;background:#f4f4f5;border:1px solid #0000000a;border-radius:8px;margin:1.25rem 0;padding:1rem;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85rem;overflow-x:auto}.chat-module__Ix5oLa__prose code{color:#e11d48;background:#f4f4f5;border-radius:4px;padding:.2em .4em;font-family:inherit;font-size:.85em;font-weight:500}.chat-module__Ix5oLa__typingIndicator{gap:4px;padding:.5rem .25rem;display:inline-flex}.chat-module__Ix5oLa__typingIndicator span{background-color:#a1a1aa;border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite both chat-module__Ix5oLa__typing;display:inline-block}.chat-module__Ix5oLa__typingIndicator span:first-child{animation-delay:-.32s}.chat-module__Ix5oLa__typingIndicator span:nth-child(2){animation-delay:-.16s}@keyframes chat-module__Ix5oLa__typing{0%,80%,to{opacity:.4;transform:scale(0)}40%{opacity:1;transform:scale(1)}}@keyframes chat-module__Ix5oLa__fadeInOut{0%{opacity:0;transform:translateY(5px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}.chat-module__Ix5oLa__animatedText{animation:4s ease-in-out forwards chat-module__Ix5oLa__textCycle}@keyframes chat-module__Ix5oLa__textCycle{0%{opacity:0;transform:translateY(5px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}@keyframes chat-module__Ix5oLa__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
