.ChatInterface_container__eNCyI{width:100vw;height:100vh;background:linear-gradient(135deg,#0a1a2a,#1a2a3a,#2a3a4a);background-image:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.15) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.1) 0,transparent 50%);display:flex;align-items:center;justify-content:center;padding:40px;box-sizing:border-box}@media (max-width:768px){.ChatInterface_container__eNCyI{padding:0;align-items:stretch}}.ChatInterface_window__3SvIY{width:100%;max-width:1400px;height:85vh;background:rgba(42,42,42,.95);border-radius:16px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.5),0 0 0 1px hsla(0,0%,100%,.1);backdrop-filter:blur(10px)}@media (max-width:768px){.ChatInterface_window__3SvIY{height:100vh;border-radius:0;max-width:none}}.ChatInterface_titleBar__qal_s{background:rgba(26,26,26,.9);height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid rgba(64,64,64,.5);backdrop-filter:blur(10px)}.ChatInterface_titleBarLeft___mcw8{display:flex;align-items:center;gap:10px}.ChatInterface_logo__12vv3{font-size:20px;color:gold}.ChatInterface_title__92OPl{color:#fff;font-weight:700;font-size:16px}.ChatInterface_titleBarRight__tESsI{display:flex;align-items:center}.ChatInterface_closeButton__dfYS9{background:#ff5f56;border:none;border-radius:50%;width:20px;height:20px;color:#fff;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.ChatInterface_closeButton__dfYS9:hover{background:#ff3b30}.ChatInterface_content__xo6D1{display:flex;height:calc(100% - 60px)}.Sidebar_sidebar__v6daX{width:380px;background:rgba(30,30,30,.95);border-right:1px solid rgba(64,64,64,.3);display:flex;flex-direction:column;height:100%;backdrop-filter:blur(10px)}@media (max-width:768px){.Sidebar_sidebar__v6daX{display:none}}.Sidebar_tabs__c76o3{display:flex;padding:20px 16px;gap:8px;border-bottom:1px solid rgba(64,64,64,.3)}.Sidebar_tab__R1PWX{background:rgba(51,51,51,.8);border:none;border-radius:25px;padding:10px 18px;color:hsla(0,0%,100%,.8);cursor:pointer;font-size:18px;transition:all .3s ease;min-width:50px;display:flex;align-items:center;justify-content:center}.Sidebar_tab__R1PWX:hover{background:rgba(68,68,68,.9);transform:translateY(-1px)}.Sidebar_activeTab__a65jW{background:linear-gradient(135deg,gold,#ffed4e)!important;color:#1a1a1a!important;box-shadow:0 4px 12px rgba(255,215,0,.3);transform:translateY(-1px)}.Sidebar_conversationList__D98nH{flex:1;overflow-y:auto;padding:8px 12px}.Sidebar_conversationItem__Su32S{display:flex;align-items:center;padding:14px 16px;border-radius:16px;margin-bottom:6px;cursor:pointer;transition:all .3s ease;gap:14px;position:relative}.Sidebar_conversationItem__Su32S:hover{background:rgba(51,51,51,.6);transform:translateX(4px)}.Sidebar_conversationItem__Su32S.Sidebar_active__jjcnH{background:linear-gradient(135deg,gold,#ffed4e);color:#1a1a1a;box-shadow:0 4px 16px rgba(255,215,0,.25);transform:translateX(4px)}.Sidebar_avatar__eAVA_{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;background:rgba(68,68,68,.8);flex-shrink:0;border:2px solid hsla(0,0%,100%,.1);transition:all .3s ease}.Sidebar_conversationInfo__Lk6d5{flex:1;min-width:0}.Sidebar_name__pOXrk{font-weight:600;color:hsla(0,0%,100%,.95);margin-bottom:4px;font-size:15px;letter-spacing:.3px}.Sidebar_active__jjcnH .Sidebar_name__pOXrk{color:#1a1a1a;font-weight:700}.Sidebar_status__aezUP{display:flex;align-items:center;gap:6px;font-size:12px}.Sidebar_statusBadge__2saqz{padding:2px 6px;border-radius:4px;font-size:11px;font-weight:700}.Sidebar_statusBadge__2saqz.Sidebar_pending__H_NzU{background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;box-shadow:0 2px 8px rgba(255,107,53,.3)}.Sidebar_statusBadge__2saqz.Sidebar_completed__EZPIH{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;box-shadow:0 2px 8px rgba(76,175,80,.3)}.Sidebar_statusDetail__BlsBP{color:#888}.Sidebar_active__jjcnH .Sidebar_statusDetail__BlsBP{color:#555}.Sidebar_menu__icENN{color:#888;font-size:16px;cursor:pointer}.Sidebar_active__jjcnH .Sidebar_menu__icENN{color:#555}.Sidebar_bottomSection__Lvrwk{border-top:1px solid #404040;padding:15px}.Sidebar_dailyInfo__z43ui{background:#333;border-radius:20px;padding:10px 15px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .2s}.Sidebar_dailyInfo__z43ui:hover{background:#444}.Sidebar_dailyInfoText__JpoM1{color:#fff;font-size:14px;font-weight:500}.Sidebar_dailyInfoIcon___Jtud{color:#888;font-size:12px}.ChatArea_chatArea__nKxPG{flex:1;background:rgba(42,42,42,.8);display:flex;flex-direction:column;height:100%;backdrop-filter:blur(10px)}@media (max-width:768px){.ChatArea_chatArea__nKxPG{width:100%}}.ChatArea_header__bdrrz{padding:18px 24px;border-bottom:1px solid rgba(64,64,64,.3);background:rgba(30,30,30,.9);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center}@media (max-width:768px){.ChatArea_header__bdrrz{padding:12px 16px}}.ChatArea_userInfo__KtrDu{display:flex;align-items:center;gap:10px}.ChatArea_statusIndicator__SHia_{font-size:16px}.ChatArea_userName__kG8Fy{color:hsla(0,0%,100%,.95);font-weight:600;font-size:17px;letter-spacing:.3px}.ChatArea_mainContent__ssXu7{display:flex;flex-direction:column;flex:1;height:calc(100% - 80px);min-height:0}.ChatArea_messagesContainer__haNBS{flex:1;padding:24px 28px;overflow-y:auto;display:flex;flex-direction:column;gap:18px;scroll-behavior:smooth;min-height:0}@media (max-width:768px){.ChatArea_messagesContainer__haNBS{padding:16px 12px;gap:12px}}.ChatArea_messagesContainer__haNBS::-webkit-scrollbar{width:8px}.ChatArea_messagesContainer__haNBS::-webkit-scrollbar-track{background:rgba(42,42,42,.3);border-radius:4px}.ChatArea_messagesContainer__haNBS::-webkit-scrollbar-thumb{background:rgba(85,85,85,.8);border-radius:4px}.ChatArea_messagesContainer__haNBS::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,47%,.9)}.ChatArea_messageWrapper__S6hZQ{display:flex;align-items:flex-start;gap:14px;max-width:75%;animation:ChatArea_fadeInUp__BiB2m .3s ease-out}@media (max-width:768px){.ChatArea_messageWrapper__S6hZQ{max-width:90%;gap:8px}}.ChatArea_messageWrapper__S6hZQ.ChatArea_userMessage__gtpKu{align-self:flex-end;flex-direction:row-reverse}.ChatArea_messageWrapper__S6hZQ.ChatArea_otherMessage__s0ThA{align-self:flex-start}@keyframes ChatArea_fadeInUp__BiB2m{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatArea_avatar__w6IAg{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;background:rgba(68,68,68,.8);flex-shrink:0;border:2px solid hsla(0,0%,100%,.1)}@media (max-width:768px){.ChatArea_avatar__w6IAg{width:36px;height:36px;font-size:18px}}.ChatArea_messageBubble__yXVlF{background:hsla(0,0%,100%,.95);color:#1a1a1a;padding:14px 18px;border-radius:20px;font-size:15px;line-height:1.5;word-wrap:break-word;box-shadow:0 4px 12px rgba(0,0,0,.15);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}@media (max-width:768px){.ChatArea_messageBubble__yXVlF{padding:10px 14px;font-size:14px;border-radius:16px}}.ChatArea_userMessage__gtpKu .ChatArea_messageBubble__yXVlF{background:linear-gradient(135deg,#007aff,#0056d6);color:#fff;box-shadow:0 4px 12px rgba(0,122,255,.3)}.ChatArea_messageLine____PIx{margin-bottom:4px}.ChatArea_messageLine____PIx:last-child{margin-bottom:0}.ChatArea_bulletPoint__OyH_Z{margin-left:8px;margin-bottom:4px;color:inherit}.ChatArea_messageBubble__yXVlF strong{font-weight:700;color:inherit}.ChatArea_userMessage__gtpKu .ChatArea_messageBubble__yXVlF strong{color:hsla(0,0%,100%,.95)}.ChatArea_cursor__M7gq4{animation:ChatArea_blink__224yd 1s infinite;color:#007aff;font-weight:700}.ChatArea_clickHint__Mg_Wt{color:rgba(0,122,255,.7);font-size:12px;font-style:italic;animation:ChatArea_pulse__S2jYH 2s infinite}@keyframes ChatArea_blink__224yd{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes ChatArea_pulse__S2jYH{0%,to{opacity:.7}50%{opacity:1}}.ChatArea_messageForm__HQYx_{padding:20px 24px;border-top:1px solid rgba(64,64,64,.3);background:rgba(30,30,30,.9);backdrop-filter:blur(10px)}@media (max-width:768px){.ChatArea_messageForm__HQYx_{padding:12px 16px}}.ChatArea_inputContainer__0PISV{display:flex;flex-direction:row;gap:12px;max-width:800px;margin:0 auto;align-items:flex-end}@media (max-width:768px){.ChatArea_inputContainer__0PISV{gap:8px;max-width:none;margin:0}}.ChatArea_messageInput__wh9w5{background:rgba(51,51,51,.8);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:14px 16px;color:hsla(0,0%,100%,.95);font-size:14px;line-height:1.5;resize:none;min-height:44px;max-height:200px;backdrop-filter:blur(10px);transition:all .3s ease;font-family:inherit;overflow-y:auto;flex:1}@media (max-width:768px){.ChatArea_messageInput__wh9w5{font-size:16px;padding:12px 14px}}.ChatArea_messageInput__wh9w5:focus{outline:none;border-color:rgba(0,122,255,.6);box-shadow:0 0 0 2px rgba(0,122,255,.2);background:rgba(51,51,51,.9)}.ChatArea_messageInput__wh9w5::placeholder{color:hsla(0,0%,100%,.5)}.ChatArea_sendButton__p9Xhb{background:linear-gradient(135deg,#007aff,#0056d6);border:none;border-radius:12px;padding:12px 24px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,122,255,.3);backdrop-filter:blur(10px);flex-shrink:0;height:44px}.ChatArea_sendButton__p9Xhb:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,122,255,.4)}.ChatArea_sendButton__p9Xhb:active:not(:disabled){transform:translateY(0)}.ChatArea_sendButton__p9Xhb:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 4px 12px rgba(0,122,255,.2)}.ChatArea_characterCounter__jzxC0{color:hsla(0,0%,100%,.6);font-size:12px;font-weight:500;padding:0 8px;display:flex;align-items:center;white-space:nowrap;transition:color .3s ease;user-select:none}.ChatArea_characterCounter__jzxC0.ChatArea_nearLimit__2Dd3M{color:gold}.ChatArea_characterCounter__jzxC0.ChatArea_overLimit__gqabK{color:#ff5f56;font-weight:600}