.chat-module__r3ZgIG__container{background:0 0;flex-direction:column;width:100%;max-width:900px;height:calc(100dvh - 80px);margin:0 auto;padding:3rem 1.5rem 0;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__header{text-align:center;border-bottom:2px solid var(--border);width:100%;margin-bottom:2.5rem;padding-bottom:1.5rem;position:relative}.chat-module__r3ZgIG__title{color:var(--primary);letter-spacing:-.025em;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.chat-module__r3ZgIG__subtitle{color:var(--text-muted);font-size:1rem;font-weight:400;line-height:1.6}.chat-module__r3ZgIG__chatContainer{scrollbar-gutter:stable;flex-direction:column;flex:1;width:100%;padding:1rem 0;display:flex;overflow-y:auto}.chat-module__r3ZgIG__welcomeMessage{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;margin-top:5vh;padding:2rem 1rem;display:flex}.chat-module__r3ZgIG__greeting{color:var(--primary);opacity:1;justify-content:center;align-items:center;max-width:800px;min-height:120px;margin-bottom:3rem;font-size:2.5rem;font-weight:700;line-height:1.2;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(0)}.chat-module__r3ZgIG__greetingHidden{opacity:0;transform:translateY(10px)scale(.98)}.chat-module__r3ZgIG__suggestionContainer{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:700px;margin-top:1rem;margin-left:auto;margin-right:auto;display:flex}.chat-module__r3ZgIG__suggestionBtn{background:var(--white);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:9999px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s cubic-bezier(.2,0,0,1);box-shadow:0 1px 2px #00000005}.chat-module__r3ZgIG__suggestionBtn:hover{background:var(--accent);border-color:var(--accent);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px #007bff33}.chat-module__r3ZgIG__message{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;animation:.3s ease-out chat-module__r3ZgIG__fadeIn;display:flex}.chat-module__r3ZgIG__messageUser{flex-direction:row-reverse}.chat-module__r3ZgIG__avatar{border:1px solid #0000000d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 2px 4px #00000005}.chat-module__r3ZgIG__avatarUser{background:var(--white);color:var(--primary)}.chat-module__r3ZgIG__avatarAi{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);color:var(--white);border:none}.chat-module__r3ZgIG__bubble{border-radius:12px;max-width:85%;padding:1rem 1.5rem;font-size:1rem;line-height:1.6;position:relative;box-shadow:0 1px 2px #00000005}.chat-module__r3ZgIG__bubbleUser{background:var(--accent);color:var(--white);border-radius:12px 12px 0}.chat-module__r3ZgIG__bubbleAi{background:var(--white);border:1px solid var(--border);color:var(--text-main);border-radius:12px 12px 12px 0;padding-left:2rem;box-shadow:0 2px 8px #00000005}.chat-module__r3ZgIG__bubbleAi>div{margin-left:-1rem}.chat-module__r3ZgIG__inputArea{-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);background:#fffc;justify-content:center;align-items:center;margin-top:auto;padding:1.5rem 0;display:flex;position:sticky;bottom:0}.chat-module__r3ZgIG__inputForm{background:var(--white);border:1px solid var(--border);border-radius:9999px;align-items:center;width:100%;max-width:800px;padding:.35rem;transition:all .2s;display:flex;position:relative;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000005}.chat-module__r3ZgIG__inputForm:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px #007bff1a,0 8px 24px #0000000d}.chat-module__r3ZgIG__inputBox{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;width:100%;min-height:52px;padding:.75rem 1.25rem;font-size:1rem}.chat-module__r3ZgIG__inputBox::placeholder{color:var(--text-muted);opacity:.7}.chat-module__r3ZgIG__sendBtn{background:var(--accent);color:var(--white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-right:.25rem;transition:all .2s;display:flex}.chat-module__r3ZgIG__sendBtn:hover:not(:disabled){background:var(--primary);transform:scale(1.05);box-shadow:0 4px 12px #007bff4d}.chat-module__r3ZgIG__sendBtn:disabled{opacity:.5;cursor:not-allowed;background:var(--border);color:var(--text-muted);box-shadow:none}.chat-module__r3ZgIG__prose{color:var(--text-main);font-size:1rem}.chat-module__r3ZgIG__prose p{margin-bottom:1.25em;line-height:1.7}.chat-module__r3ZgIG__prose p:last-child{margin-bottom:0}.chat-module__r3ZgIG__prose ul,.chat-module__r3ZgIG__prose ol{margin-bottom:1.25em;margin-left:1.25em;padding-left:.25em}.chat-module__r3ZgIG__prose li{color:var(--text-main);margin-bottom:.5em}.chat-module__r3ZgIG__prose strong{color:var(--primary);font-weight:600}.chat-module__r3ZgIG__prose a{color:var(--accent);font-weight:500;text-decoration:none;transition:color .15s}.chat-module__r3ZgIG__prose a:hover{color:var(--primary);text-decoration:underline}.chat-module__r3ZgIG__prose pre{background:var(--primary);color:#f8fafc;border:1px solid #ffffff1a;border-radius:8px;margin:1.5rem 0;padding:1rem;font-family:monospace;font-size:.9rem;overflow-x:auto}.chat-module__r3ZgIG__prose code{color:var(--accent);background:#007bff1a;border-radius:4px;padding:.2em .4em;font-family:inherit;font-size:.9em;font-weight:500}.chat-module__r3ZgIG__prose pre code{color:inherit;background:0 0;padding:0}.chat-module__r3ZgIG__typingIndicator{gap:4px;padding:.5rem .25rem;display:inline-flex}.chat-module__r3ZgIG__typingIndicator span{background-color:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both chat-module__r3ZgIG__typing;display:inline-block}.chat-module__r3ZgIG__typingIndicator span:first-child{animation-delay:-.32s}.chat-module__r3ZgIG__typingIndicator span:nth-child(2){animation-delay:-.16s}@keyframes chat-module__r3ZgIG__typing{0%,80%,to{opacity:.4;transform:scale(0)}40%{opacity:1;transform:scale(1)}}@keyframes chat-module__r3ZgIG__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
