.chat-module__r3ZgIG__loading{color:#555;height:100vh;font-family:var(--font-geist-sans);background:#0a0e1a;justify-content:center;align-items:center;gap:.75rem;display:flex}.chat-module__r3ZgIG__container{color:#fff;height:100vh;font-family:var(--font-geist-sans);background:#0a0e1a;display:flex}.chat-module__r3ZgIG__sidebar{background:#0d1225;border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;width:0;transition:width .3s;display:flex;overflow:hidden}.chat-module__r3ZgIG__sidebarOpen{width:280px}.chat-module__r3ZgIG__sidebarHeader{border-bottom:1px solid #ffffff0f;padding:1rem}.chat-module__r3ZgIG__newChatBtn{color:#fff;cursor:pointer;width:100%;font-size:.85rem;font-weight:500;font-family:var(--font-geist-sans);background:0 0;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem;transition:all .15s;display:flex}.chat-module__r3ZgIG__newChatBtn:hover{background:#00f0ff0d;border-color:#00f0ff33}.chat-module__r3ZgIG__sidebarList{flex:1;padding:.5rem;overflow:auto}.chat-module__r3ZgIG__sidebarItem{cursor:pointer;color:var(--text-dim);border-radius:8px;align-items:center;gap:.5rem;margin-bottom:.25rem;padding:.6rem .75rem;font-size:.8rem;transition:all .15s;display:flex}.chat-module__r3ZgIG__sidebarItem:hover{background:#ffffff08}.chat-module__r3ZgIG__sidebarItemActive{color:#00f0ff;background:#00f0ff14}.chat-module__r3ZgIG__sidebarItemTitle{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.chat-module__r3ZgIG__deleteBtn{color:#555;cursor:pointer;background:0 0;border:none;padding:2px;transition:color .15s}.chat-module__r3ZgIG__deleteBtn:hover{color:#f43f5e}.chat-module__r3ZgIG__sidebarFooter{border-top:1px solid #ffffff0f;padding:.75rem 1rem}.chat-module__r3ZgIG__backLink{color:#00f0ff;align-items:center;gap:.4rem;font-size:.75rem;text-decoration:none;transition:opacity .15s;display:flex}.chat-module__r3ZgIG__backLink:hover{opacity:.8}.chat-module__r3ZgIG__chatMain{flex-direction:column;flex:1;min-width:0;display:flex}.chat-module__r3ZgIG__chatHeader{border-bottom:1px solid #ffffff0f;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.chat-module__r3ZgIG__toggleBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:background .15s}.chat-module__r3ZgIG__toggleBtn:hover{background:#ffffff0d}.chat-module__r3ZgIG__chatTitle{font-size:.9rem;font-weight:600}.chat-module__r3ZgIG__messagesArea{flex:1;padding:1rem;overflow:auto}.chat-module__r3ZgIG__emptyState{color:#555;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.chat-module__r3ZgIG__messageRow{gap:.75rem;margin-bottom:1.5rem;display:flex}.chat-module__r3ZgIG__userRow{flex-direction:row-reverse}.chat-module__r3ZgIG__assistantRow{flex-direction:row}.chat-module__r3ZgIG__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:600;display:flex}.chat-module__r3ZgIG__userAvatar{color:#000;background:linear-gradient(135deg,#00f0ff,#08f)}.chat-module__r3ZgIG__assistantAvatar{color:#fff;background:#ffffff14}.chat-module__r3ZgIG__messageBubble{border-radius:12px;max-width:75%;padding:.75rem 1rem;font-size:.9rem;line-height:1.6}.chat-module__r3ZgIG__userBubble{background:#00f0ff1a;border:1px solid #00f0ff26}.chat-module__r3ZgIG__assistantBubble{background:#ffffff0a;border:1px solid #ffffff0f}.chat-module__r3ZgIG__cursor{color:#00f0ff;animation:.8s step-end infinite chat-module__r3ZgIG__blink}.chat-module__r3ZgIG__dots:after{content:"";animation:1.5s steps(4,end) infinite chat-module__r3ZgIG__dots}@keyframes chat-module__r3ZgIG__blink{50%{opacity:0}}@keyframes chat-module__r3ZgIG__dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.chat-module__r3ZgIG__inputArea{border-top:1px solid #ffffff0f;padding:1rem}.chat-module__r3ZgIG__inputForm{gap:.5rem;max-width:800px;margin:0 auto;display:flex}.chat-module__r3ZgIG__inputField{color:#fff;font-size:.9rem;font-family:var(--font-geist-sans);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;outline:none;flex:1;padding:.75rem 1rem;transition:border-color .15s}.chat-module__r3ZgIG__inputField:focus{border-color:#00f0ff4d}.chat-module__r3ZgIG__sendBtn{color:#555;font-weight:600;font-family:var(--font-geist-sans);cursor:default;background:#ffffff1a;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;transition:all .15s;display:flex}.chat-module__r3ZgIG__sendBtnActive{color:#000;cursor:pointer;background:#00f0ff}.chat-module__r3ZgIG__sendBtnActive:hover{opacity:.9}@media (max-width:768px){.chat-module__r3ZgIG__sidebarOpen{z-index:100;width:280px;position:fixed;top:0;bottom:0;left:0}.chat-module__r3ZgIG__avatar{width:26px;height:26px;font-size:.65rem}.chat-module__r3ZgIG__messageBubble{max-width:88%;padding:.6rem .75rem;font-size:.85rem}.chat-module__r3ZgIG__messageRow{gap:.5rem;margin-bottom:1rem}.chat-module__r3ZgIG__messagesArea{padding:.75rem}.chat-module__r3ZgIG__chatHeader{padding:.5rem .75rem}.chat-module__r3ZgIG__chatTitle{font-size:.85rem}.chat-module__r3ZgIG__inputArea{padding:.6rem .75rem}.chat-module__r3ZgIG__inputField{padding:.6rem .75rem;font-size:.85rem}.chat-module__r3ZgIG__sendBtn{padding:.6rem .8rem;font-size:.8rem}.chat-module__r3ZgIG__sendBtn span{display:none}.chat-module__r3ZgIG__emptyState p:first-child{font-size:.95rem}.chat-module__r3ZgIG__emptyState p:last-child{padding:0 1rem;font-size:.75rem}}@media (max-width:480px){.chat-module__r3ZgIG__sidebarOpen{width:100%}.chat-module__r3ZgIG__messageBubble{max-width:92%;padding:.5rem .65rem;font-size:.8rem}.chat-module__r3ZgIG__avatar{width:22px;height:22px;font-size:.55rem}.chat-module__r3ZgIG__messageRow{gap:.4rem}.chat-module__r3ZgIG__inputField{padding:.5rem .65rem;font-size:.8rem}.chat-module__r3ZgIG__sendBtn{padding:.5rem .65rem}.chat-module__r3ZgIG__sendBtn svg{width:14px;height:14px}}@media (max-height:600px){.chat-module__r3ZgIG__chatHeader{padding:.35rem .75rem}.chat-module__r3ZgIG__messagesArea{padding:.5rem .75rem}.chat-module__r3ZgIG__inputArea{padding:.4rem .75rem}.chat-module__r3ZgIG__avatar{width:22px;height:22px;font-size:.55rem}.chat-module__r3ZgIG__messageBubble{padding:.4rem .6rem;font-size:.8rem}.chat-module__r3ZgIG__messageRow{gap:.4rem;margin-bottom:.6rem}}
