.chat-module__r3ZgIG__chatContainer{height:var(--chat-viewport-height,100svh);background:var(--clr-bg);color:var(--clr-text-primary);flex-direction:column;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__chatContainer:before{content:"";border:2px solid var(--clr-text-primary);background:var(--clr-pink);border-radius:52% 48% 35% 65%;width:8rem;height:8rem;position:absolute;top:5.5rem;right:max(1rem,50% - 560px);transform:rotate(12deg)}.chat-module__r3ZgIG__chatHeader{z-index:2;padding:1rem var(--container-pad) .75rem;justify-content:center;align-items:center;display:flex;position:relative}.chat-module__r3ZgIG__headerLeft{border:2px solid var(--clr-text-primary);width:min(720px,100%);min-height:4.2rem;box-shadow:6px 6px 0 var(--clr-text-primary);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbfaf1f0;border-radius:999px;align-items:center;gap:.9rem;padding:.5rem 1rem .5rem .55rem;display:flex}.chat-module__r3ZgIG__backButton{border:2px solid var(--clr-text-primary);background:var(--clr-bg);width:2.75rem;height:2.75rem;color:var(--clr-text-primary);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .16s,background .16s;display:flex}.chat-module__r3ZgIG__backButton:hover{background:var(--clr-lime);transform:translate(-2px)}.chat-module__r3ZgIG__avatarWrap,.chat-module__r3ZgIG__msgAvatarWrapper{border:2px solid var(--clr-text-primary);background:var(--clr-lime);color:var(--clr-text-primary);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.chat-module__r3ZgIG__avatarWrap{width:2.85rem;height:2.85rem;box-shadow:3px 3px 0 var(--clr-text-primary)}.chat-module__r3ZgIG__avatarInitial,.chat-module__r3ZgIG__msgAvatar{font-family:var(--font-mono);font-weight:700}.chat-module__r3ZgIG__avatarOnlineIndicator{border:2px solid var(--clr-text-primary);background:var(--clr-pink);border-radius:999px;width:.75rem;height:.75rem;position:absolute;bottom:-.1rem;right:-.1rem}.chat-module__r3ZgIG__chatTitle{color:var(--clr-text-primary);font-family:var(--font-serif);letter-spacing:0;margin:0;font-size:clamp(1.6rem,3vw,2rem);font-style:italic;font-weight:500;line-height:.9}.chat-module__r3ZgIG__chatSubtitle{color:var(--clr-text-secondary);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;margin:.2rem 0 0;font-size:.68rem}.chat-module__r3ZgIG__messagesArea{z-index:1;min-height:0;padding:1.5rem var(--container-pad);scroll-behavior:smooth;flex-direction:column;flex:1;display:flex;position:relative;overflow-y:auto}.chat-module__r3ZgIG__messagesArea::-webkit-scrollbar{width:6px}.chat-module__r3ZgIG__messagesArea::-webkit-scrollbar-thumb{background:var(--clr-text-primary);border-radius:999px}.chat-module__r3ZgIG__emptyState{border:2px solid var(--clr-text-primary);background:var(--clr-bg);width:min(620px,100%);box-shadow:8px 8px 0 var(--clr-text-primary);text-align:center;border-radius:1.8rem;flex-direction:column;align-items:center;margin:auto;padding:clamp(2rem,5vw,3rem);animation:.5s both chat-module__r3ZgIG__fadeUp;display:flex}.chat-module__r3ZgIG__emptyStateIcon{border:2px solid var(--clr-text-primary);background:var(--clr-lime);width:5rem;height:5rem;box-shadow:5px 5px 0 var(--clr-text-primary);border-radius:999px;justify-content:center;align-items:center;margin-bottom:1.2rem;display:flex}.chat-module__r3ZgIG__emptyState h2{color:var(--clr-text-primary);font-family:var(--font-serif);letter-spacing:0;margin:0;font-size:clamp(2.8rem,7vw,4.4rem);font-style:italic;font-weight:500;line-height:.9}.chat-module__r3ZgIG__emptyState p{max-width:500px;color:var(--clr-text-secondary);margin:1rem 0 1.6rem;font-size:.96rem;line-height:1.65}.chat-module__r3ZgIG__suggestionChips{flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%;display:flex}.chat-module__r3ZgIG__suggestionChips button{border:2px solid var(--clr-text-primary);background:var(--clr-bg);box-shadow:3px 3px 0 var(--clr-text-primary);color:var(--clr-text-primary);cursor:pointer;font-family:var(--font-mono);text-align:left;border-radius:999px;padding:.7rem .95rem;font-size:.72rem;font-weight:700;transition:transform .16s,box-shadow .16s,background .16s}.chat-module__r3ZgIG__suggestionChips button:hover{background:var(--clr-lime);box-shadow:5px 5px 0 var(--clr-text-primary);transform:translate(-2px,-2px)}.chat-module__r3ZgIG__messagesList{flex-direction:column;gap:1.1rem;width:min(820px,100%);margin:0 auto;padding:.5rem 0 1rem;display:flex}.chat-module__r3ZgIG__messageWrapper{align-items:flex-end;gap:.75rem;animation:.25s both chat-module__r3ZgIG__slideIn;display:flex}.chat-module__r3ZgIG__messageUserWrapper{justify-content:flex-end}.chat-module__r3ZgIG__messageAiWrapper{justify-content:flex-start}.chat-module__r3ZgIG__msgAvatarWrapper{width:2rem;height:2rem;margin-bottom:.25rem}.chat-module__r3ZgIG__msgAvatar{font-size:.75rem}.chat-module__r3ZgIG__messageBubble{border:2px solid var(--clr-text-primary);max-width:min(78%,620px);box-shadow:4px 4px 0 var(--clr-text-primary);border-radius:1.2rem;padding:.9rem 1rem;font-size:.95rem;line-height:1.6}.chat-module__r3ZgIG__messageText{white-space:pre-wrap;margin:0}.chat-module__r3ZgIG__messageAi{background:var(--clr-bg);color:var(--clr-text-primary);border-bottom-left-radius:.25rem}.chat-module__r3ZgIG__messageUser{background:var(--clr-lime);color:var(--clr-text-primary);border-bottom-right-radius:.25rem}.chat-module__r3ZgIG__messageError{color:#991b1b;background:#fee2e2;border:2px solid #991b1b;border-radius:1rem;max-width:min(78%,620px);padding:.85rem 1rem}.chat-module__r3ZgIG__typingIndicator{align-items:center;gap:.35rem;width:max-content;display:flex}.chat-module__r3ZgIG__typingIndicator span{border:1px solid var(--clr-text-primary);background:var(--clr-pink);border-radius:999px;width:.45rem;height:.45rem;animation:1.2s ease-in-out infinite chat-module__r3ZgIG__bounce}.chat-module__r3ZgIG__typingIndicator span:first-child{animation-delay:-.24s}.chat-module__r3ZgIG__typingIndicator span:nth-child(2){animation-delay:-.12s}.chat-module__r3ZgIG__inputArea{z-index:2;border-top:2px solid var(--clr-text-primary);padding:1rem var(--container-pad) calc(1.2rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbfaf1f0;flex-shrink:0;position:relative}.chat-module__r3ZgIG__inputForm{width:min(820px,100%);margin:0 auto;display:flex;position:relative}.chat-module__r3ZgIG__inputField{border:2px solid var(--clr-text-primary);background:var(--clr-bg);width:100%;box-shadow:5px 5px 0 var(--clr-text-primary);color:var(--clr-text-primary);font:inherit;border-radius:999px;outline:none;padding:1rem 3.8rem 1rem 1.25rem;font-size:.95rem;transition:box-shadow .16s,background .16s}.chat-module__r3ZgIG__inputField:focus{background:var(--clr-bg-2);box-shadow:5px 5px 0 var(--clr-lime)}.chat-module__r3ZgIG__inputField::placeholder{color:var(--clr-text-muted)}.chat-module__r3ZgIG__sendButton{border:2px solid var(--clr-text-primary);background:var(--clr-lime);width:2.65rem;color:var(--clr-text-primary);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;transition:transform .16s,background .16s;display:flex;position:absolute;top:.45rem;bottom:.45rem;right:.45rem}.chat-module__r3ZgIG__sendButton:hover:not(:disabled){background:var(--clr-pink);transform:rotate(-10deg)}.chat-module__r3ZgIG__sendButton:disabled{cursor:not-allowed;opacity:.45}.chat-module__r3ZgIG__spinner{animation:1s linear infinite chat-module__r3ZgIG__spin}.chat-module__r3ZgIG__disclaimer{width:min(820px,100%);color:var(--clr-text-secondary);font-family:var(--font-mono);text-align:center;margin:.75rem auto 0;font-size:.65rem}@keyframes chat-module__r3ZgIG__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-module__r3ZgIG__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-module__r3ZgIG__bounce{0%,80%,to{transform:scale(.65)}40%{transform:scale(1)}}@keyframes chat-module__r3ZgIG__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.chat-module__r3ZgIG__chatContainer:before{opacity:.7;width:5rem;height:5rem}.chat-module__r3ZgIG__headerLeft{gap:.65rem;min-height:3.7rem;padding-right:.8rem}.chat-module__r3ZgIG__avatarWrap{width:2.4rem;height:2.4rem}.chat-module__r3ZgIG__chatTitle{font-size:1.35rem}.chat-module__r3ZgIG__chatSubtitle{font-size:.58rem}.chat-module__r3ZgIG__messagesArea{padding-top:1rem}.chat-module__r3ZgIG__emptyState{box-shadow:6px 6px 0 var(--clr-text-primary);border-radius:1.3rem;padding:1.5rem}.chat-module__r3ZgIG__suggestionChips{flex-direction:column}.chat-module__r3ZgIG__messageBubble{max-width:84%;font-size:.9rem}.chat-module__r3ZgIG__inputArea{padding-bottom:1rem}}
