.Profile-module__uH3VqG__profileContainer{align-items:flex-start;gap:1.5rem;margin:2rem 0 3rem;display:flex}.Profile-module__uH3VqG__imageWrapper{border-radius:50%;flex-shrink:0;width:120px;height:120px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.Profile-module__uH3VqG__image{object-fit:cover;filter:grayscale()}.Profile-module__uH3VqG__info{flex-direction:column;gap:.5rem;padding-top:.5rem;display:flex}.Profile-module__uH3VqG__title{margin:0;font-size:1.25rem;font-weight:600}.Profile-module__uH3VqG__bio{color:var(--text-muted);max-width:600px;margin:0;font-size:1rem;line-height:1.5}
.ChatInterface-module__WGbyoa__chatContainer{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;margin-top:2rem;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.ChatInterface-module__WGbyoa__messageArea{flex-direction:column;gap:1.5rem;min-height:200px;max-height:400px;padding:1.5rem;display:flex;overflow-y:auto}.ChatInterface-module__WGbyoa__messageWrapper{align-items:flex-start;gap:1rem;display:flex}.ChatInterface-module__WGbyoa__messageWrapper.ChatInterface-module__WGbyoa__user{flex-direction:row-reverse}.ChatInterface-module__WGbyoa__avatar{background-color:var(--primary);width:24px;height:24px;color:var(--primary-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.ChatInterface-module__WGbyoa__messageContent{color:var(--foreground);font-size:.95rem;line-height:1.5}.ChatInterface-module__WGbyoa__user .ChatInterface-module__WGbyoa__messageContent{background-color:var(--background);border-radius:12px 12px 2px;padding:.5rem 1rem}.ChatInterface-module__WGbyoa__suggestions{flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-left:2.5rem;display:flex}.ChatInterface-module__WGbyoa__chip{border:1px solid var(--border-color);color:var(--text-muted);background-color:#0000;border-radius:16px;padding:.4rem .8rem;font-size:.85rem;transition:all .2s}.ChatInterface-module__WGbyoa__chip:hover{background-color:var(--background);color:var(--foreground);border-color:var(--text-muted)}.ChatInterface-module__WGbyoa__inputArea{border-top:1px solid var(--border-color);background-color:var(--card-bg);align-items:center;padding:.25rem .5rem;display:flex}.ChatInterface-module__WGbyoa__input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;padding:1rem;font-size:.95rem}.ChatInterface-module__WGbyoa__input::placeholder{color:var(--text-muted);opacity:.7}.ChatInterface-module__WGbyoa__sendButton{color:var(--text-muted);justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex}.ChatInterface-module__WGbyoa__sendButton:hover{color:var(--foreground)}
