.ChatPage_chatContainer__fsmUz{min-height:100vh;height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,rgba(30,41,59,.95),rgba(15,23,42,.95));position:relative;overflow:hidden}.ChatPage_chatContainer__fsmUz:before{content:"";position:absolute;inset:0;background:url(/assets/patterns/grid.svg) repeat;opacity:.03;z-index:0}.ChatPage_chatContainer__fsmUz.ChatPage_light__Th9R1{background:linear-gradient(135deg,rgba(248,250,252,.95),rgba(241,245,249,.95))}.ChatPage_header__dAywK{position:sticky;top:0;z-index:10;border-bottom:1px solid hsla(0,0%,100%,.1);padding:1rem;transition:all .3s ease;backdrop-filter:blur(12px)}.ChatPage_header__dAywK.ChatPage_light__Th9R1{background-color:hsla(0,0%,100%,.9);border-color:#e2e8f0}.ChatPage_header__dAywK.ChatPage_dark__ND_Fe{background-color:rgba(30,41,59,.9);border-color:#334155}.ChatPage_header__dAywK .ChatPage_headerContent__ZZaDJ{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1rem}.ChatPage_header__dAywK .ChatPage_headerTitle__u3gLN{display:flex;align-items:center;gap:.75rem;margin:auto}.ChatPage_header__dAywK .ChatPage_headerTitle__u3gLN .ChatPage_robotIcon__hNqPB{color:#3b82f6}.ChatPage_header__dAywK .ChatPage_headerTitle__u3gLN .ChatPage_title___CMgX{font-size:1.5rem;font-weight:600;background:linear-gradient(90deg,#3b82f6,#12b981);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.ChatPage_headerContent__ZZaDJ{display:flex;justify-content:space-between;align-items:center;padding:1rem}.ChatPage_headerLeft___7CFI{display:flex;align-items:center;gap:1rem}.ChatPage_menuButton__bJCtr{padding:.5rem;border-radius:.5rem;transition:all .2s ease;border:none;background:none;position:absolute;right:2rem;top:1.5rem;cursor:pointer;color:var(--color-primary-600);transform:scale(1.5);margin-bottom:-1rem}.ChatPage_menuButton__bJCtr.ChatPage_light__Th9R1:hover{background-color:#f1f5f9}.ChatPage_menuButton__bJCtr.ChatPage_dark__ND_Fe:hover{background-color:#334155}.ChatPage_menuButton__bJCtr svg{width:1.25rem;height:1.25rem}.ChatPage_title___CMgX{font-size:1.25rem;font-weight:600;margin:0}.ChatPage_headerRight__BADom{display:flex;align-items:center;gap:.5rem}.ChatPage_homeButton__iskfy{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.05);color:#94a3b8;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(8px);margin-left:auto;position:absolute;left:2rem;top:1.5rem}.ChatPage_homeButton__iskfy:hover{background:hsla(0,0%,100%,.1);color:#fff;border-color:hsla(0,0%,100%,.2)}.ChatPage_homeButton__iskfy.ChatPage_dark__ND_Fe{background:rgba(15,23,42,.3);border-color:hsla(0,0%,100%,.1)}.ChatPage_homeButton__iskfy.ChatPage_dark__ND_Fe:hover{background:rgba(15,23,42,.5)}.ChatPage_mainLayout__ebUVz{flex:1;display:flex;height:calc(100vh - 73px);overflow:hidden}.ChatPage_chatArea__IMnQf{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.ChatPage_messagesContainer__KIRmH{flex:1;overflow-y:auto;padding:1rem;position:relative;scroll-behavior:smooth;overscroll-behavior:contain;height:100%}.ChatPage_messagesContainer__KIRmH::-webkit-scrollbar{width:8px;height:8px}.ChatPage_messagesContainer__KIRmH::-webkit-scrollbar-track{background:rgba(30,41,59,.3);border-radius:4px;margin:4px}.ChatPage_messagesContainer__KIRmH::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:4px;border:2px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-transition:all .3s ease;transition:all .3s ease}.ChatPage_messagesContainer__KIRmH::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#60a5fa,#3b82f6)}.ChatPage_messagesContainer__KIRmH{scrollbar-width:thin;scrollbar-color:#3b82f6 rgba(30,41,59,.3)}.ChatPage_messagesContainer__KIRmH.ChatPage_light__Th9R1{scrollbar-color:#3b82f6 rgba(241,245,249,.5)}.ChatPage_messagesContainer__KIRmH.ChatPage_light__Th9R1::-webkit-scrollbar-track{background:rgba(241,245,249,.5)}.ChatPage_messagesContainer__KIRmH .ChatPage_emptyState__iulgp{flex:1;display:flex;align-items:center;justify-content:center}.ChatPage_messagesContainer__KIRmH .ChatPage_emptyState__iulgp .ChatPage_emptyContent__CQVhY{text-align:center;max-width:28rem}.ChatPage_messagesContainer__KIRmH .ChatPage_emptyState__iulgp .ChatPage_emptyContent__CQVhY .ChatPage_emoji__yBl1F{font-size:3.75rem;margin-bottom:1rem}.ChatPage_messagesContainer__KIRmH .ChatPage_emptyState__iulgp .ChatPage_emptyContent__CQVhY .ChatPage_emptyTitle__Jupm0{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.ChatPage_messagesContainer__KIRmH .ChatPage_emptyState__iulgp .ChatPage_emptyContent__CQVhY .ChatPage_emptyDescription__pyLYO.ChatPage_light__Th9R1{color:#64748b}.ChatPage_messagesContainer__KIRmH .ChatPage_emptyState__iulgp .ChatPage_emptyContent__CQVhY .ChatPage_emptyDescription__pyLYO.ChatPage_dark__ND_Fe{color:#94a3b8}.ChatPage_messagesContainer__KIRmH .ChatPage_messagesList__j9i5I{display:flex;flex-direction:column;gap:1rem;padding-bottom:1rem}.ChatPage_typingIndicator__XPDfQ{display:flex;gap:.75rem}.ChatPage_typingIndicator__XPDfQ.ChatPage_rtl__5Ojot{flex-direction:row-reverse}.ChatPage_typingIndicator__XPDfQ .ChatPage_avatar__x_AOQ{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;flex-shrink:0}.ChatPage_typingIndicator__XPDfQ .ChatPage_avatar__x_AOQ.ChatPage_dark__ND_Fe,.ChatPage_typingIndicator__XPDfQ .ChatPage_avatar__x_AOQ.ChatPage_light__Th9R1{background-color:#334155;color:#e2e8f0}.ChatPage_typingIndicator__XPDfQ .ChatPage_bubble__NIz7t{max-width:18rem;padding:.75rem 1rem;border-radius:1rem}.ChatPage_typingIndicator__XPDfQ .ChatPage_bubble__NIz7t.ChatPage_light__Th9R1{background-color:#f1f5f9;color:#0f172a}.ChatPage_typingIndicator__XPDfQ .ChatPage_bubble__NIz7t.ChatPage_dark__ND_Fe{background-color:#334155;color:#f1f5f9}.ChatPage_typingIndicator__XPDfQ .ChatPage_bubble__NIz7t.ChatPage_rtl__5Ojot{border-bottom-right-radius:.125rem}.ChatPage_typingIndicator__XPDfQ .ChatPage_bubble__NIz7t.ChatPage_ltr__Lk_rI{border-bottom-left-radius:.125rem}.ChatPage_typingIndicator__XPDfQ .ChatPage_dotsContainer__HZ4Qe{display:flex;align-items:center;gap:.5rem}.ChatPage_typingIndicator__XPDfQ .ChatPage_dotsContainer__HZ4Qe .ChatPage_dots__tUMeX{display:flex;gap:.25rem}.ChatPage_typingIndicator__XPDfQ .ChatPage_dotsContainer__HZ4Qe .ChatPage_dots__tUMeX .ChatPage_dot__Uw1cV{width:.5rem;height:.5rem;background-color:#3b82f6;border-radius:50%;animation:ChatPage_typing-pulse__zDwJJ 1.5s infinite}.ChatPage_typingIndicator__XPDfQ .ChatPage_dotsContainer__HZ4Qe .ChatPage_dots__tUMeX .ChatPage_dot__Uw1cV:nth-child(2){animation-delay:.2s}.ChatPage_typingIndicator__XPDfQ .ChatPage_dotsContainer__HZ4Qe .ChatPage_dots__tUMeX .ChatPage_dot__Uw1cV:nth-child(3){animation-delay:.4s}.ChatPage_typingIndicator__XPDfQ .ChatPage_dotsContainer__HZ4Qe .ChatPage_typingText__5uFNX{font-size:.875rem;color:#3b82f6}.ChatPage_inputArea__PrgsA{position:sticky;bottom:0;left:0;right:0;background:rgba(30,41,59,.95);backdrop-filter:blur(12px);z-index:10;box-shadow:none;background:rgba(0,0,0,0);border:none}.ChatPage_blockedInputContainer__xtCZX{padding:2rem;margin:1rem;border-radius:16px;background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(220,38,38,.05));border:2px solid rgba(239,68,68,.2);backdrop-filter:blur(8px)}.ChatPage_blockedInputContainer__xtCZX.ChatPage_light__Th9R1{background:linear-gradient(135deg,rgba(239,68,68,.05),rgba(220,38,38,.02));border-color:rgba(239,68,68,.15)}.ChatPage_blockedContent__ZG_Wh{text-align:center;max-width:500px;margin:0 auto}.ChatPage_blockedContent__ZG_Wh .ChatPage_blockedIcon__J9NbX{font-size:3rem;margin-bottom:1rem;opacity:.7}.ChatPage_blockedContent__ZG_Wh .ChatPage_blockedText__0irc6{margin-bottom:2rem}.ChatPage_blockedContent__ZG_Wh .ChatPage_blockedText__0irc6 h3{font-size:1.5rem;font-weight:700;color:#ef4444;margin-bottom:.5rem}.ChatPage_blockedContent__ZG_Wh .ChatPage_blockedText__0irc6 p{font-size:1.1rem;color:#94a3b8;line-height:1.6}.ChatPage_signInButton__NEqZu{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;margin:0 auto 2rem;box-shadow:0 4px 15px rgba(59,130,246,.3)}.ChatPage_signInButton__NEqZu:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,.4)}.ChatPage_signInButton__NEqZu.ChatPage_light__Th9R1{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.ChatPage_signInButton__NEqZu .ChatPage_signInIcon__Olskj{font-size:1.2rem;transition:transform .3s ease}.ChatPage_signInButton__NEqZu:hover .ChatPage_signInIcon__Olskj{transform:translateX(4px)}.ChatPage_benefitsText__JVluN{display:flex;flex-direction:column;gap:.5rem;font-size:.95rem;color:#64748b}.ChatPage_benefitsText__JVluN span{display:flex;align-items:center;gap:.5rem;color:#aaa;justify-content:center}.ChatPage_benefitsText__JVluN span:before{content:"✓";color:#10b981;font-weight:700}@keyframes ChatPage_typing-pulse__zDwJJ{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media(max-width:768px){.ChatPage_headerContent__ZZaDJ,.ChatPage_inputArea__PrgsA,.ChatPage_messagesContainer__KIRmH{padding:.75rem}}.ChatPage_emptyState__iulgp{display:flex;align-items:center;justify-content:center;padding:2rem}.ChatPage_emptyState__iulgp .ChatPage_emptyContent__CQVhY{max-width:600px;text-align:center}.ChatPage_emptyState__iulgp .ChatPage_emptyContent__CQVhY .ChatPage_emptyIcon__reri2{color:var(--color-primary-600);margin-bottom:2rem;display:flex;justify-content:center}.ChatPage_emptyState__iulgp .ChatPage_emptyContent__CQVhY .ChatPage_emptyTitle__Jupm0{font-size:2rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#3b82f6,#12b981);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.ChatPage_emptyState__iulgp .ChatPage_emptyContent__CQVhY .ChatPage_emptyDescription__pyLYO{color:#94a3b8;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.ChatPage_featuresGrid__pfN_r{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:2rem}.ChatPage_featureCard__VqEc_{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:all .3s ease}.ChatPage_featureCard__VqEc_:hover{transform:translateY(-5px);background:hsla(0,0%,100%,.05)}.ChatPage_featureCard__VqEc_ svg{color:var(--color-primary-800)}.ChatPage_featureCard__VqEc_ span{color:#e2e8f0;font-size:.95rem;font-weight:500}