.chat-loading-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:linear-gradient(135deg,#0a0e1afa 0%,#0f172afa 100%);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.chat-loading-content{text-align:center;max-width:400px;padding:2rem}.loading-dots{justify-content:center;gap:.5rem;display:flex}.loading-dot{background:#3b82f699;border-radius:50%;width:8px;height:8px}.modern-chat-container{width:100%;height:calc(100dvh - var(--header-height,56px));max-height:calc(100dvh - var(--header-height,56px));background:var(--bg-primary,#0a0e1a);flex-direction:column;display:flex;overflow:hidden}.chat-layout-wrapper{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.chat-layout-wrapper>div{flex:1;height:100%;min-height:0;max-height:100%;overflow:hidden}.chat-layout-wrapper>div>div{min-height:0}.mobile-chat-header{z-index:150;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#0a0e1afa;border-bottom:2px solid #3b82f633;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1a}.mobile-chat-header:before{content:"";background:linear-gradient(90deg,#3b82f6cc,#8b5cf699,#4caf5066);height:2px;animation:3s ease-in-out infinite alternate headerGlow;position:absolute;top:0;left:0;right:0}@keyframes headerGlow{0%{opacity:.6;transform:translate(-10%)}to{opacity:1;transform:translate(10%)}}.connection-indicator{align-items:flex-end;gap:2px;width:18px;height:14px;display:flex}.signal-bar{background:#6b7280;border-radius:1px;width:4px;transition:background-color .3s}.connection-indicator .signal-bar:first-child{height:6px}.connection-indicator .signal-bar:nth-child(2){height:9px}.connection-indicator .signal-bar:nth-child(3){height:12px}.connection-indicator.excellent .signal-bar{background:#10b981}.connection-indicator.good .signal-bar:first-child,.connection-indicator.good .signal-bar:nth-child(2){background:#f59e0b}.connection-indicator.poor .signal-bar:first-child{background:#ef4444}@media (max-width:768px){.modern-chat-container{width:100%;height:calc(100dvh - var(--mobile-header-height,56px) - var(--mobile-bottom-nav-height,64px));max-height:calc(100dvh - var(--mobile-header-height,56px) - var(--mobile-bottom-nav-height,64px));background:var(--bg-primary,#0a0e1a);position:relative;overflow:hidden}.chat-layout-wrapper{flex-direction:column;flex:1;min-height:0;padding:0;display:flex;overflow:hidden}.chat-layout-wrapper>div{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.chat-layout-wrapper>div>div{min-height:0}.chat-layout-wrapper .flex-shrink-0.px-4.py-3{-webkit-backdrop-filter:blur(12px);background:linear-gradient(#0f172afa 0%,#0a0e1af2 100%);border-bottom:1px solid #3b82f626}.chat-layout-wrapper .grid-cols-3{background:#0f172a99;border:1px solid #4755694d;border-radius:16px;padding:4px}.chat-layout-wrapper .grid-cols-3 button{border-radius:12px;min-height:44px;font-weight:600}.chat-layout-wrapper .flex-1.flex.gap-2 button{border-radius:12px;min-height:44px;font-weight:600;transition:all .2s}.chat-layout-wrapper .chat-messages-scroll,.chat-layout-wrapper .tickerx-discovery-scroll,.chat-layout-wrapper .tickerx-chat-scroll,.chat-layout-wrapper .rooms-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;flex:1;min-height:0;overflow-y:auto!important}.chat-layout-wrapper .chat-messages-scroll>div{padding:8px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes buttonPulse{0%,to{box-shadow:0 0 #3b82f666}70%{box-shadow:0 0 0 10px #3b82f600}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes glowPulse{0%,to{filter:drop-shadow(0 0 8px #3b82f64d)}50%{filter:drop-shadow(0 0 16px #3b82f699)}}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#0f172a4d;border-radius:6px;margin:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3b82f666,#8b5cf64d);border:1px solid #ffffff1a;border-radius:6px;transition:all .3s}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#3b82f699,#8b5cf680);transform:scale(1.1);box-shadow:0 2px 8px #3b82f64d}@supports (scrollbar-width:thin){.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#3b82f666 #0f172a4d}}@media (hover:none) and (pointer:coarse){button{position:relative;overflow:hidden}button:active{transition:transform .1s;transform:scale(.95)}button:active:after{content:"";background:#ffffff1a;border-radius:50%;width:100px;height:100px;animation:.4s ease-out ripple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}@keyframes ripple{to{opacity:0;transform:translate(-50%,-50%)scale(1)}}button:hover{background-color:inherit!important;transform:none!important}}button:focus-visible{outline-offset:3px;border-radius:8px;outline:3px solid #3b82f699;animation:2s infinite glowPulse}input:focus-visible{outline-offset:3px;border-radius:8px;outline:3px solid #3b82f699;animation:2s infinite glowPulse}textarea:focus-visible{outline-offset:3px;border-radius:8px;outline:3px solid #3b82f699;animation:2s infinite glowPulse}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-contrast:high){.connection-indicator.excellent .signal-bar{background:#0f0}.connection-indicator.good .signal-bar{background:#ff0}.connection-indicator.poor .signal-bar{background:red}}.dark .modern-chat-container,[data-theme=dark] .modern-chat-container{background:#000}.dark .mobile-chat-header,[data-theme=dark] .mobile-chat-header{background:#000000f2;border-bottom-color:#ffffff1a}.chat-layout-wrapper{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.modern-chat-container{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.mobile-conversation-list{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:0 0;flex:1;overflow-y:auto}.mobile-conversation-list::-webkit-scrollbar{width:4px}.mobile-conversation-list::-webkit-scrollbar-track{background:0 0}.mobile-conversation-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.mobile-chat-search{background:#0f172acc;border-bottom:1px solid #ffffff0f;padding:.75rem 1rem;position:relative}.mobile-chat-search input{color:#fff;background:#1e293bcc;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:.75rem 1rem .75rem 2.75rem;font-size:.9375rem;transition:all .2s}.mobile-chat-search input:focus{background:#1e293b;border-color:#3b82f680;outline:none;box-shadow:0 0 0 3px #3b82f61a}.mobile-chat-search input::placeholder{color:#94a3b899}.mobile-chat-search-icon{color:#94a3b899;pointer-events:none;width:1.125rem;height:1.125rem;position:absolute;top:50%;left:1.75rem;transform:translateY(-50%)}.mobile-chat-filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#0f172a99;border-bottom:1px solid #ffffff0f;gap:.5rem;padding:.75rem 1rem;display:flex;overflow-x:auto}.mobile-chat-filters::-webkit-scrollbar{display:none}.mobile-filter-tab{color:#94a3b8e6;white-space:nowrap;background:#1e293b99;border:1px solid #ffffff14;border-radius:20px;flex-shrink:0;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .2s}.mobile-filter-tab:active{transform:scale(.95)}.mobile-filter-tab.active{color:#fff;background:linear-gradient(135deg,#3b82f64d,#8b5cf64d);border-color:#3b82f666}.mobile-conversation-card{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border-bottom:1px solid #ffffff0a;align-items:center;gap:.875rem;padding:1rem 1.25rem;transition:all .2s;display:flex}.mobile-conversation-card:active{background:#3b82f614}.mobile-conversation-card.active{background:linear-gradient(90deg,#3b82f61f,#0000);border-left:3px solid #3b82f6}.mobile-chat-avatar{flex-shrink:0;position:relative}.mobile-chat-avatar-img{-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,#1e293b,#0f172a);border:2px solid #ffffff14;border-radius:50%;width:3rem;height:3rem}.mobile-chat-avatar-placeholder{color:#fff;border:2px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1rem;font-weight:600;display:flex}.mobile-chat-avatar-placeholder.direct{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.mobile-chat-avatar-placeholder.group{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.mobile-chat-avatar-placeholder.mentor{background:linear-gradient(135deg,#f59e0b,#f97316)}.mobile-online-indicator{border:2px solid #0f172a;border-radius:50%;width:.875rem;height:.875rem;position:absolute;bottom:2px;right:2px}.mobile-online-indicator.online{background:linear-gradient(135deg,#22c55e,#10b981)}.mobile-online-indicator.away{background:linear-gradient(135deg,#f59e0b,#eab308)}.mobile-online-indicator.offline{background:#94a3b866}.mobile-conversation-content{flex:1;min-width:0;overflow:hidden}.mobile-conversation-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.mobile-conversation-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:70%;font-size:.9375rem;font-weight:600;overflow:hidden}.mobile-conversation-time{color:#94a3b8b3;flex-shrink:0;font-size:.75rem}.mobile-conversation-preview{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.mobile-conversation-message{color:#94a3b8cc;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8125rem;overflow:hidden}.mobile-conversation-message.unread{color:#e2e8f0e6;font-weight:500}.mobile-unread-badge{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:.6875rem;flex-shrink:0;justify-content:center;align-items:center;min-width:1.375rem;height:1.375rem;padding:0 .375rem;font-size:.6875rem;font-weight:700;display:flex}.mobile-type-badge{text-transform:uppercase;letter-spacing:.025em;border-radius:.25rem;align-items:center;gap:.25rem;margin-left:.5rem;padding:.125rem .5rem;font-size:.625rem;font-weight:600;display:inline-flex}.mobile-type-badge.mentor{color:#fbbf24;background:#fbbf2426}.mobile-type-badge.group{color:#c084fc;background:#c084fc26}.mobile-chat-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.mobile-chat-empty-icon{color:#94a3b84d;width:4rem;height:4rem;margin-bottom:1rem}.mobile-chat-empty-title{color:#e2e8f0e6;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.mobile-chat-empty-text{color:#94a3b899;max-width:16rem;font-size:.875rem;line-height:1.5}.mobile-channel-item{border-bottom:1px solid #ffffff08;border-left:2px solid #8b5cf64d;align-items:center;gap:.75rem;margin-left:.75rem;padding:.75rem 1rem .75rem 2rem;transition:all .2s;display:flex}.mobile-channel-item:active{background:#8b5cf61a}.mobile-channel-item.active{background:#3b82f61a;border-left-color:#3b82f6}.mobile-channel-icon{color:#8b5cf6b3;width:1.125rem;height:1.125rem}.mobile-channel-name{color:#e2e8f0e6;font-size:.875rem;font-weight:500}.mobile-conversation-item{cursor:pointer;-webkit-tap-highlight-color:transparent;border-bottom:1px solid #ffffff0a;align-items:center;gap:.875rem;padding:1rem 1.25rem;transition:all .15s;display:flex}.mobile-conversation-item:active{background:#3b82f61a;transform:scale(.98)}.mobile-conversation-item.active{background:linear-gradient(90deg,#3b82f626,#0000);border-left:3px solid #3b82f6}.mobile-chat-fab{bottom:calc(100px + env(safe-area-inset-bottom,0px));color:#fff;z-index:100;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .2s;display:flex;position:fixed;right:1.25rem;box-shadow:0 4px 20px #3b82f666,0 0 0 4px #3b82f61a}.mobile-chat-fab:active{transform:scale(.9);box-shadow:0 2px 10px #3b82f64d,0 0 0 4px #3b82f633}.mobile-chat-fab svg{width:1.5rem;height:1.5rem}.mobile-tickerx-container{background:linear-gradient(#0f172a 0%,#0a0e1a 100%);flex-direction:column;height:100%;display:flex}.mobile-tickerx-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#0f172afa 0%,#0a0e1af2 100%);border-bottom:1px solid #34d39926;flex-shrink:0;padding:1rem}.mobile-tickerx-title{align-items:center;gap:.75rem;display:flex}.mobile-tickerx-icon{background:linear-gradient(135deg,#10b981,#14b8a6);border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;box-shadow:0 4px 15px #10b9814d}.mobile-tickerx-icon svg{color:#fff;width:1.25rem;height:1.25rem}.mobile-tickerx-search{margin-top:.75rem;position:relative}.mobile-tickerx-search input{color:#fff;background:#1e293bcc;border:1px solid #34d39933;border-radius:1rem;width:100%;padding:.875rem 1rem .875rem 3rem;font-size:.9375rem;transition:all .2s}.mobile-tickerx-search input:focus{border-color:#34d39980;outline:none;box-shadow:0 0 0 3px #34d3991a}.mobile-tickerx-search input::placeholder{color:#94a3b899}.mobile-tickerx-search-icon{color:#34d39999;width:1.25rem;height:1.25rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.mobile-category-pills{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#0f172a99;border-bottom:1px solid #ffffff0f;gap:.5rem;padding:.75rem 1rem;display:flex;overflow-x:auto}.mobile-category-pills::-webkit-scrollbar{display:none}.mobile-category-pill{text-transform:uppercase;letter-spacing:.025em;color:#94a3b8e6;background:#1e293b99;border:1px solid #ffffff14;border-radius:.75rem;flex-direction:column;flex-shrink:0;align-items:center;gap:.375rem;min-width:4rem;padding:.625rem .875rem;font-size:.6875rem;font-weight:600;transition:all .2s;display:flex}.mobile-category-pill:active{transform:scale(.95)}.mobile-category-pill.active{color:#fff;background:linear-gradient(135deg,#10b9814d,#14b8a64d);border-color:#34d39966;box-shadow:0 2px 10px #10b98133}.mobile-category-pill-icon{font-size:1.125rem}.mobile-ticker-list{-webkit-overflow-scrolling:touch;flex:1;padding:1rem;overflow-y:auto}.mobile-ticker-card{cursor:pointer;background:#1e293b4d;border:1px solid #ffffff0f;border-radius:1rem;align-items:center;gap:.875rem;margin-bottom:.5rem;padding:1rem;transition:all .2s;display:flex}.mobile-ticker-card:active{background:#34d3991a;transform:scale(.98)}.mobile-ticker-symbol{color:#60a5fa;background:linear-gradient(135deg,#3b82f626,#8b5cf626);border:1px solid #3b82f633;border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:.75rem;font-weight:700;display:flex}.mobile-ticker-info{flex:1;min-width:0}.mobile-ticker-name{color:#fff;margin-bottom:.125rem;font-size:.9375rem;font-weight:600}.mobile-ticker-desc{color:#94a3b8b3;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.mobile-ticker-badge{color:#94a3b8cc;background:#33415580;border-radius:.375rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600}.mobile-tickerx-chat{background:linear-gradient(#0f172a 0%,#0a0e1a 100%);flex-direction:column;height:100%;display:flex}.mobile-tickerx-chat-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172af2;border-bottom:1px solid #34d39926;flex-shrink:0;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.mobile-tickerx-back-btn{color:#94a3b8e6;background:#1e293b99;border-radius:.75rem;padding:.625rem;transition:all .2s}.mobile-tickerx-back-btn:active{color:#34d399;background:#34d39933}.mobile-tickerx-chat-info{flex:1;min-width:0}.mobile-tickerx-chat-title{color:#fff;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.mobile-tickerx-live-badge{color:#34d399;background:#34d39926;border-radius:9999px;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.625rem;font-weight:600;display:inline-flex}.mobile-tickerx-live-dot{background:#34d399;border-radius:50%;width:.375rem;height:.375rem;animation:2s infinite pulse}.mobile-tickerx-chat-meta{color:#94a3b899;align-items:center;gap:.75rem;margin-top:.125rem;font-size:.6875rem;display:flex}.mobile-tickerx-messages{-webkit-overflow-scrolling:touch;flex:1;padding:1rem;overflow-y:auto}.mobile-tickerx-message{gap:.625rem;margin-bottom:.75rem;display:flex}.mobile-tickerx-message.own{flex-direction:row-reverse}.mobile-tickerx-message-avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0;width:2rem;height:2rem}.mobile-tickerx-message-content{max-width:75%}.mobile-tickerx-message-bubble{border-radius:1rem;padding:.625rem .875rem;font-size:.875rem;line-height:1.4}.mobile-tickerx-message-bubble.own{color:#fff;background:linear-gradient(135deg,#10b981,#14b8a6);border-bottom-right-radius:.25rem}.mobile-tickerx-message-bubble.other{color:#e2e8f0f2;background:#1e293bcc;border-bottom-left-radius:.25rem}.mobile-tickerx-input{padding:.875rem 1rem;padding-bottom:calc(.875rem + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172af2;border-top:1px solid #34d3991a;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.mobile-tickerx-input input{color:#fff;background:#1e293bcc;border:1px solid #ffffff1a;border-radius:.875rem;flex:1;padding:.75rem 1rem;font-size:.9375rem}.mobile-tickerx-input input:focus{border-color:#34d39966;outline:none}.mobile-tickerx-send-btn{color:#fff;background:linear-gradient(135deg,#10b981,#14b8a6);border-radius:.875rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:all .2s;display:flex;box-shadow:0 4px 15px #10b9814d}.mobile-tickerx-send-btn:active{transform:scale(.9)}.mobile-tickerx-send-btn:disabled{opacity:.5}.mobile-trading-rooms{background:linear-gradient(#0f172a 0%,#0a0e1a 100%);flex-direction:column;height:100%;display:flex}.mobile-trading-rooms-header{background:linear-gradient(#0f172afa 0%,#0a0e1af2 100%);border-bottom:1px solid #a855f726;flex-shrink:0;padding:1rem}.mobile-trading-rooms-title{align-items:center;gap:.75rem;display:flex}.mobile-trading-rooms-icon{background:linear-gradient(135deg,#a855f733,#ec489933);border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.mobile-trading-rooms-icon svg{color:#a855f7;width:1.25rem;height:1.25rem}.mobile-live-session-banner{background:linear-gradient(135deg,#22c55e26,#10b98126);border:1px solid #22c55e4d;border-radius:.75rem;align-items:center;gap:.5rem;margin-top:.75rem;padding:.75rem 1rem;display:flex}.mobile-live-session-banner svg{color:#22c55e;width:1rem;height:1rem}.mobile-live-session-banner span{color:#22c55e;font-size:.8125rem;font-weight:600}.mobile-room-list{-webkit-overflow-scrolling:touch;flex:1;padding:1rem;overflow-y:auto}.mobile-room-card{cursor:pointer;background:#1e293b4d;border:1px solid #ffffff0f;border-radius:1rem;align-items:center;gap:1rem;margin-bottom:.75rem;padding:1rem;transition:all .2s;display:flex}.mobile-room-card:active{background:#a855f71a;transform:scale(.98)}.mobile-room-card.active{background:#22c55e1a;border-color:#22c55e4d}.mobile-room-card.inactive{opacity:.6}.mobile-room-icon{font-size:2rem;line-height:1}.mobile-room-card.inactive .mobile-room-icon{filter:grayscale();opacity:.5}.mobile-room-info{flex:1;min-width:0}.mobile-room-name{color:#fff;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.9375rem;font-weight:600;display:flex}.mobile-room-card.inactive .mobile-room-name{color:#94a3b8b3}.mobile-room-live-badge{color:#22c55e;background:#22c55e33;border-radius:9999px;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.5625rem;font-weight:700;display:inline-flex}.mobile-room-live-dot{background:#22c55e;border-radius:50%;width:.375rem;height:.375rem;animation:2s infinite pulse}.mobile-room-desc{color:#94a3b899;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.375rem;font-size:.75rem;overflow:hidden}.mobile-room-meta{color:#94a3b880;align-items:center;gap:.75rem;font-size:.6875rem;display:flex}.mobile-room-participants{color:#94a3b8cc;align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.mobile-room-participants svg{width:1rem;height:1rem}.mobile-room-arrow{color:#94a3b866;width:1.25rem;height:1.25rem;transition:color .2s}.mobile-room-card:active .mobile-room-arrow{color:#fff}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.mobile-chat-thread{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.mobile-chat-messages{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;flex:1;padding:1rem 1rem .5rem;overflow-y:auto}.mobile-chat-messages::-webkit-scrollbar{width:3px}.mobile-chat-messages::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:1.5px}.mobile-chat-header-bar{-webkit-backdrop-filter:blur(16px);z-index:50;background:#0f172af2;border-bottom:1px solid #ffffff0f;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}.mobile-chat-back-btn{color:#fff;background:#1e293b99;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .2s;display:flex}.mobile-chat-back-btn:active{background:#1e293be6;transform:scale(.95)}.mobile-chat-back-btn svg{width:1.25rem;height:1.25rem}.mobile-chat-user-info{flex:1;min-width:0}.mobile-chat-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:600;overflow:hidden}.mobile-chat-user-status{color:#94a3b8cc;font-size:.75rem}.mobile-chat-user-status.online{color:#22c55e}.mobile-message-bubble{word-wrap:break-word;word-break:break-word;border-radius:18px;max-width:85%;padding:.75rem 1rem}.mobile-message-bubble.sent{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-bottom-right-radius:6px;margin-left:auto}.mobile-message-bubble.received{color:#fff;background:#1e293bcc;border:1px solid #ffffff0f;border-bottom-left-radius:6px}.mobile-message-text{font-size:.9375rem;line-height:1.5}.mobile-message-time{color:#fff9;text-align:right;margin-top:.25rem;font-size:.6875rem}.mobile-message-bubble.received .mobile-message-time{color:#94a3b8b3}.mobile-chat-input-area{padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(16px);background:#0f172afa;border-top:1px solid #ffffff0f;align-items:flex-end;gap:.75rem;display:flex}.mobile-chat-input-container{background:#1e293b99;border:1px solid #ffffff1a;border-radius:24px;flex:1;align-items:flex-end;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex}.mobile-chat-input-container:focus-within{border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a}.mobile-chat-input{color:#fff;resize:none;background:0 0;border:none;flex:1;max-height:120px;padding:.25rem 0;font-size:.9375rem;line-height:1.5}.mobile-chat-input::placeholder{color:#94a3b880}.mobile-chat-input:focus{outline:none}.mobile-chat-action-btn{color:#94a3b8b3;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .2s;display:flex}.mobile-chat-action-btn:active{color:#fff;transform:scale(.9)}.mobile-chat-send-btn{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:all .2s;display:flex;box-shadow:0 4px 12px #3b82f64d}.mobile-chat-send-btn:active{transform:scale(.9);box-shadow:0 2px 6px #3b82f633}.mobile-chat-send-btn:disabled{opacity:.5;transform:none}.mobile-chat-send-btn svg{width:1.25rem;height:1.25rem}.mobile-date-divider{justify-content:center;align-items:center;padding:1rem 0;display:flex}.mobile-date-divider-text{color:#94a3b899;background:#0f172acc;border:1px solid #ffffff0f;border-radius:12px;padding:.375rem 1rem;font-size:.75rem;font-weight:500}.mobile-new-message-indicator{bottom:calc(80px + env(safe-area-inset-bottom,0px));color:#fff;cursor:pointer;z-index:100;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;animation:.3s slideUp;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #3b82f666}.mobile-empty-chat{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.mobile-empty-chat-icon{background:linear-gradient(135deg,#3b82f633,#8b5cf633);border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin-bottom:1.5rem;display:flex}.mobile-empty-chat-icon svg{color:#3b82f6cc;width:2.5rem;height:2.5rem}.mobile-empty-chat-title{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.mobile-empty-chat-text{color:#94a3b8b3;max-width:18rem;font-size:.875rem;line-height:1.6}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,0px)}@media (max-width:768px){.reaction-picker-sheet{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:9999;max-height:70vh;padding-bottom:env(safe-area-inset-bottom,0px);background:#1e293bfa;border-top-left-radius:24px;border-top-right-radius:24px;animation:.3s cubic-bezier(.4,0,.2,1) slideUpSheet;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -10px 40px #00000080,0 -4px 20px #3b82f61a}@keyframes slideUpSheet{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.reaction-picker-sheet .sheet-handle{background:#94a3b866;border-radius:2px;width:40px;height:4px;margin:12px auto 8px}.reaction-picker-sheet .quick-reactions{border-bottom:1px solid #4755694d;justify-content:space-around;padding:16px 12px;display:flex}.reaction-picker-sheet .quick-reactions button{-webkit-tap-highlight-color:transparent;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;transition:all .2s;display:flex}.reaction-picker-sheet .quick-reactions button:active{background:#3b82f633;transform:scale(.9)}.reaction-picker-sheet .category-tabs{-webkit-overflow-scrolling:touch;gap:8px;padding:8px 12px;display:flex;overflow-x:auto}.reaction-picker-sheet .category-tabs::-webkit-scrollbar{display:none}.reaction-picker-sheet .emoji-grid{-webkit-overflow-scrolling:touch;grid-template-columns:repeat(8,1fr);gap:4px;max-height:40vh;padding:12px;display:grid;overflow-y:auto}.reaction-picker-sheet .emoji-grid button{aspect-ratio:1;-webkit-tap-highlight-color:transparent;border-radius:8px;justify-content:center;align-items:center;font-size:24px;transition:all .15s;display:flex}.reaction-picker-sheet .emoji-grid button:active{background:#47556980;transform:scale(.85)}}@media (min-width:769px){.reaction-picker-popover{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:9999;background:#1e293bfa;border:1px solid #47556966;border-radius:16px;max-width:340px;animation:.2s cubic-bezier(.4,0,.2,1) popIn;position:absolute;overflow:hidden;box-shadow:0 10px 40px #0006,0 4px 20px #3b82f61a}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.reaction-picker-popover .emoji-grid button:hover{background:#47556980;transform:scale(1.15)}}.reaction-emoji-btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none}@supports (padding-bottom:env(safe-area-inset-bottom)){.modern-chat-container{padding-bottom:env(safe-area-inset-bottom)}}@media (max-width:768px){.chat-action-btn-enter{animation:.25s cubic-bezier(.34,1.56,.64,1) forwards chatBtnEnter}@keyframes chatBtnEnter{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.chat-action-btn:active{transition:transform .1s cubic-bezier(.25,.46,.45,.94)!important;transform:scale(.92)!important}.chat-input-pill{background:linear-gradient(135deg,#1e293bb3 0%,#33415580 100%)!important;border:1px solid #47556966!important;box-shadow:inset 0 1px 2px #0003,0 1px #ffffff0d!important}.chat-input-pill:focus-within{border-color:#3b82f680!important;box-shadow:inset 0 1px 2px #0003,0 0 0 2px #3b82f626,0 1px #ffffff0d!important}.chat-send-btn-glow{position:relative}.chat-send-btn-glow:before{content:"";border-radius:inherit;z-index:-1;opacity:0;filter:blur(8px);background:linear-gradient(135deg,#3b82f666,#2563eb66);transition:opacity .2s;position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px}.chat-send-btn-glow:hover:before,.chat-send-btn-glow:focus:before{opacity:1}.voice-waveform-bar{animation:.5s ease-in-out infinite alternate waveformPulse}@keyframes waveformPulse{0%{transform:scaleY(.3)}to{transform:scaleY(1)}}.recording-pulse{animation:1.5s ease-in-out infinite recordPulse}@keyframes recordPulse{0%,to{box-shadow:0 0 #ef444480}50%{box-shadow:0 0 0 8px #ef444400}}.chat-composer-keyboard-open{transition:transform .25s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.chat-action-btn:first-child{animation-delay:0s}.chat-action-btn:nth-child(2){animation-delay:50ms}.chat-action-btn:nth-child(3){animation-delay:.1s}.chat-action-btn:nth-child(4){animation-delay:.15s}.chat-composer-mobile *{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;touch-action:manipulation}.picker-sheet-enter{animation:.3s cubic-bezier(.32,.72,0,1) forwards pickerSlideUp}.picker-sheet-exit{animation:.25s cubic-bezier(.32,0,.67,0) forwards pickerSlideDown}@keyframes pickerSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes pickerSlideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}}html:not(.dark) .chat-loading-container{background:linear-gradient(135deg,#fffffffa 0%,#f8fafcfa 100%)}html:not(.dark) .modern-chat-container{background:#fff}html:not(.dark) .mobile-chat-header{background:#fffffffa;box-shadow:0 2px 12px #0000000f,inset 0 -1px #0000000f}html:not(.dark) .custom-scrollbar::-webkit-scrollbar-track{background:#0000000a}html:not(.dark) .custom-scrollbar::-webkit-scrollbar-thumb{border-color:#0000000d}html:not(.dark) .mobile-conversation-list::-webkit-scrollbar-thumb{background:#0000001a}html:not(.dark) .mobile-chat-search{background:#f8fafcf2;border-bottom-color:#0000000f}html:not(.dark) .mobile-chat-search input{color:#0f172a;background:#f1f5f9e6;border-color:#0000001a}html:not(.dark) .mobile-chat-search input:focus{background:#fff}html:not(.dark) .mobile-chat-filters{background:#f8fafccc;border-bottom-color:#0000000f}html:not(.dark) .mobile-filter-tab{color:#475569;background:#f1f5f9cc;border-color:#0000000f}html:not(.dark) .mobile-filter-tab.active{color:#fff}html:not(.dark) .mobile-conversation-card{border-bottom-color:#0000000a}html:not(.dark) .mobile-conversation-card:active{background:#3b82f60f}html:not(.dark) .mobile-chat-avatar-img{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#00000014}html:not(.dark) .mobile-chat-avatar-placeholder{border-color:#00000014}html:not(.dark) .mobile-online-indicator{border-color:#fff}html:not(.dark) .mobile-conversation-name{color:#0f172a}html:not(.dark) .mobile-conversation-time{color:#475569b3}html:not(.dark) .mobile-conversation-message{color:#475569cc}html:not(.dark) .mobile-conversation-message.unread{color:#1e293b}html:not(.dark) .mobile-chat-empty-title{color:#0f172a}html:not(.dark) .mobile-chat-empty-text{color:#64748b}html:not(.dark) .mobile-chat-empty-icon{color:#47556966}html:not(.dark) .mobile-channel-item{border-bottom-color:#00000008;border-left-color:#8b5cf633}html:not(.dark) .mobile-channel-name{color:#1e293b}html:not(.dark) .mobile-conversation-item{border-bottom-color:#0000000a}html:not(.dark) .mobile-tickerx-container{background:linear-gradient(#fff 0%,#f8fafc 100%)}html:not(.dark) .mobile-tickerx-header{background:linear-gradient(#fffffffa 0%,#f8fafcf2 100%);border-bottom-color:#34d39933}html:not(.dark) .mobile-tickerx-search input{color:#0f172a;background:#f1f5f9e6;border-color:#34d39926}html:not(.dark) .mobile-tickerx-search input:focus{border-color:#34d39966}html:not(.dark) .mobile-category-pills{background:#f8fafccc;border-bottom-color:#0000000f}html:not(.dark) .mobile-category-pill{color:#475569;background:#f1f5f9cc;border-color:#0000000f}html:not(.dark) .mobile-category-pill.active{color:#fff}html:not(.dark) .mobile-ticker-card{background:#f8fafc99;border-color:#0000000f}html:not(.dark) .mobile-ticker-card:active{background:#34d39914}html:not(.dark) .mobile-ticker-name{color:#0f172a}html:not(.dark) .mobile-ticker-desc{color:#64748b}html:not(.dark) .mobile-ticker-badge{color:#475569;background:#f1f5f9cc}html:not(.dark) .mobile-tickerx-chat{background:linear-gradient(#fff 0%,#f8fafc 100%)}html:not(.dark) .mobile-tickerx-chat-header{background:#fffffff2;border-bottom-color:#34d39926}html:not(.dark) .mobile-tickerx-back-btn{color:#475569;background:#f1f5f9cc}html:not(.dark) .mobile-tickerx-back-btn:active{color:#059669}html:not(.dark) .mobile-tickerx-chat-title{color:#0f172a}html:not(.dark) .mobile-tickerx-chat-meta{color:#64748b}html:not(.dark) .mobile-tickerx-message-bubble.other{color:#1e293b;background:#f1f5f9e6}html:not(.dark) .mobile-tickerx-input{background:#fffffff2;border-top-color:#34d3991a}html:not(.dark) .mobile-tickerx-input input{color:#0f172a;background:#f1f5f9e6;border-color:#0000001a}html:not(.dark) .mobile-trading-rooms{background:linear-gradient(#fff 0%,#f8fafc 100%)}html:not(.dark) .mobile-trading-rooms-header{background:linear-gradient(#fffffffa 0%,#f8fafcf2 100%);border-bottom-color:#a855f71f}html:not(.dark) .mobile-room-card{background:#f8fafc99;border-color:#0000000f}html:not(.dark) .mobile-room-card:active{background:#a855f70f}html:not(.dark) .mobile-room-card.active{background:#22c55e0f;border-color:#22c55e33}html:not(.dark) .mobile-room-name{color:#0f172a}html:not(.dark) .mobile-room-card.inactive .mobile-room-name{color:#94a3b8}html:not(.dark) .mobile-room-desc{color:#64748b}html:not(.dark) .mobile-room-meta{color:#94a3b8}html:not(.dark) .mobile-room-participants{color:#475569}html:not(.dark) .mobile-room-arrow{color:#94a3b8}html:not(.dark) .mobile-room-card:active .mobile-room-arrow{color:#0f172a}html:not(.dark) .mobile-chat-header-bar{background:#fffffff2;border-bottom-color:#0000000f}html:not(.dark) .mobile-chat-back-btn{color:#334155;background:#f1f5f9cc;border-color:#0000000f}html:not(.dark) .mobile-chat-back-btn:active{background:#e2e8f0}html:not(.dark) .mobile-chat-user-name{color:#0f172a}html:not(.dark) .mobile-chat-user-status{color:#64748b}html:not(.dark) .mobile-message-bubble.received{color:#1e293b;background:#f1f5f9;border-color:#0000000a}html:not(.dark) .mobile-message-bubble.received .mobile-message-time{color:#475569b3}html:not(.dark) .mobile-message-time{color:#ffffffb3}html:not(.dark) .mobile-chat-input-area{background:#fffffffa;border-top-color:#0000000f}html:not(.dark) .mobile-chat-input-container{background:#f1f5f9cc;border-color:#0000001a}html:not(.dark) .mobile-chat-input-container:focus-within{border-color:#3b82f666}html:not(.dark) .mobile-chat-input{color:#0f172a}html:not(.dark) .mobile-chat-input::-moz-placeholder{color:#64748b99}html:not(.dark) .mobile-chat-input::placeholder{color:#64748b99}html:not(.dark) .mobile-chat-action-btn{color:#64748b}html:not(.dark) .mobile-chat-action-btn:active{color:#0f172a}html:not(.dark) .mobile-date-divider-text{color:#64748b;background:#fffffff2;border-color:#0000000f}html:not(.dark) .mobile-empty-chat-title{color:#0f172a}html:not(.dark) .mobile-empty-chat-text{color:#64748b}@media (max-width:768px){html:not(.dark) .reaction-picker-sheet{background:#fffffffa;box-shadow:0 -10px 40px #0000001f,0 -2px 10px #0000000f}html:not(.dark) .reaction-picker-sheet .quick-reactions{border-bottom-color:#00000014}html:not(.dark) .reaction-picker-sheet .quick-reactions button:active{background:#3b82f61a}html:not(.dark) .reaction-picker-sheet .emoji-grid button:active{background:#e2e8f0b3}}@media (min-width:769px){html:not(.dark) .reaction-picker-popover{background:#fffffffa;border-color:#0000001a;box-shadow:0 10px 40px #0000001f,0 4px 20px #0000000f}html:not(.dark) .reaction-picker-popover .emoji-grid button:hover{background:#e2e8f0b3}}@media (max-width:768px){html:not(.dark) .chat-input-pill{background:linear-gradient(135deg,#f1f5f9e6 0%,#f8fafcb3 100%)!important;border-color:#0000001a!important;box-shadow:inset 0 1px 2px #0000000a,0 1px #fffc!important}html:not(.dark) .chat-input-pill:focus-within{border-color:#3b82f666!important;box-shadow:inset 0 1px 2px #0000000a,0 0 0 2px #3b82f61f,0 1px #fffc!important}html:not(.dark) .modern-chat-container{background:#fff}html:not(.dark) .chat-layout-wrapper .flex-shrink-0.px-4.py-3{background:linear-gradient(#fffffffa 0%,#f8fafcf2 100%);border-bottom-color:#3b82f61a}html:not(.dark) .chat-layout-wrapper .grid-cols-3{background:#f1f5f9cc;border-color:#00000014}}html:not(.dark) .skeleton-loading{background:linear-gradient(90deg,#0000000a 25%,#00000014 50%,#0000000a 75%) 0 0/200% 100%}
