.chat-loading-container{position:fixed;inset:0;background:linear-gradient(135deg,#0a0e1afa,#0f172afa);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:1000}.chat-loading-content{text-align:center;max-width:400px;padding:2rem}.loading-dots{display:flex;gap:.5rem;justify-content:center}.loading-dot{width:8px;height:8px;border-radius:50%;background:#3b82f699}.modern-chat-container{width:100%;height:calc(100vh - 80px);max-height:calc(100vh - 80px);overflow:hidden;background:linear-gradient(180deg,#0a0e1a,#0f172a,#0a0e1a);display:flex;flex-direction:column}.chat-layout-wrapper{flex:1;display:flex;flex-direction:column;height:100%;max-height:100%;min-height:0;overflow:hidden}.chat-layout-wrapper>div{height:100%;max-height:100%;overflow:hidden}.mobile-chat-header{position:fixed;top:0;left:0;right:0;z-index:150;background:#0a0e1afa;backdrop-filter:blur(24px);border-bottom:2px solid rgba(59,130,246,.2);box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1a;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-chat-header:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#3b82f6cc,#8b5cf699,#4caf5066);animation:headerGlow 3s ease-in-out infinite alternate}@keyframes headerGlow{0%{opacity:.6;transform:translate(-10%)}to{opacity:1;transform:translate(10%)}}.connection-indicator{display:flex;gap:2px;align-items:flex-end;height:14px;width:18px}.signal-bar{background:#6b7280;width:4px;border-radius:1px;transition:background-color .3s ease}.connection-indicator .signal-bar:nth-child(1){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:nth-child(1),.connection-indicator.good .signal-bar:nth-child(2){background:#f59e0b}.connection-indicator.poor .signal-bar:nth-child(1){background:#ef4444}@media (max-width: 768px){.modern-chat-container{position:relative;width:100%;height:calc(100dvh - 128px);min-height:calc(100dvh - 128px);padding-bottom:env(safe-area-inset-bottom,0px);background:linear-gradient(180deg,#0a0e1a,#0f172a);overflow:hidden}.chat-layout-wrapper{flex:1;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:0}.chat-layout-wrapper>div{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.chat-layout-wrapper .flex-shrink-0.px-4.py-3{background:linear-gradient(180deg,#0f172afa,#0a0e1af2);border-bottom:1px solid rgba(59,130,246,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.chat-layout-wrapper .grid-cols-3{background:#0f172a99;border:1px solid rgba(71,85,105,.3);border-radius:16px;padding:4px}.chat-layout-wrapper .grid-cols-3 button{border-radius:12px;font-weight:600;min-height:44px}.chat-layout-wrapper .flex-1.flex.gap-2 button{border-radius:12px;min-height:44px;font-weight:600;transition:all .2s ease}.chat-layout-wrapper .flex-1.overflow-y-auto{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.chat-layout-wrapper .flex-1.overflow-y-auto>div{padding:8px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes buttonPulse{0%,to{box-shadow:0 0 #3b82f666}70%{box-shadow:0 0 0 10px #3b82f600}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes glowPulse{0%,to{filter:drop-shadow(0 0 8px rgba(59,130,246,.3))}50%{filter:drop-shadow(0 0 16px rgba(59,130,246,.6))}}.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-radius:6px;border:1px solid rgba(255,255,255,.1);-webkit-transition:all .3s ease;transition:all .3s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#3b82f699,#8b5cf680);box-shadow:0 2px 8px #3b82f64d;transform:scale(1.1)}@supports (scrollbar-width: thin){.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.4) rgba(15,23,42,.3)}}@media (hover: none) and (pointer: coarse){button{min-height:44px;min-width:44px;position:relative;overflow:hidden}button:active{transform:scale(.95);transition:transform .1s ease}button:active:after{content:"";position:absolute;top:50%;left:50%;width:100px;height:100px;background:#ffffff1a;border-radius:50%;transform:translate(-50%,-50%) scale(0);animation:ripple .4s ease-out}@keyframes ripple{to{transform:translate(-50%,-50%) scale(1);opacity:0}}button:hover{background-color:inherit!important;transform:none!important}}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(59,130,246,.6);outline-offset:3px;border-radius:8px;animation:glowPulse 2s infinite}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!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}}@media (prefers-color-scheme: dark){.modern-chat-container{background:#000}.mobile-chat-header{background:#000000f2;border-bottom-color:#ffffff1a}}.chat-layout-wrapper{will-change:transform;backface-visibility:hidden}.modern-chat-container{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.mobile-conversation-list{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:transparent}.mobile-conversation-list::-webkit-scrollbar{width:4px}.mobile-conversation-list::-webkit-scrollbar-track{background:transparent}.mobile-conversation-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.mobile-chat-search{position:relative;padding:.75rem 1rem;background:#0f172acc;border-bottom:1px solid rgba(255,255,255,.06)}.mobile-chat-search input{width:100%;padding:.75rem 1rem .75rem 2.75rem;background:#1e293bcc;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.9375rem;transition:all .2s ease}.mobile-chat-search input:focus{outline:none;border-color:#3b82f680;background:#1e293b;box-shadow:0 0 0 3px #3b82f61a}.mobile-chat-search input::-moz-placeholder{color:#94a3b899}.mobile-chat-search input::placeholder{color:#94a3b899}.mobile-chat-search-icon{position:absolute;left:1.75rem;top:50%;transform:translateY(-50%);width:1.125rem;height:1.125rem;color:#94a3b899;pointer-events:none}.mobile-chat-filters{display:flex;gap:.5rem;padding:.75rem 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#0f172a99;border-bottom:1px solid rgba(255,255,255,.06)}.mobile-chat-filters::-webkit-scrollbar{display:none}.mobile-filter-tab{flex-shrink:0;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;color:#94a3b8e6;background:#1e293b99;border:1px solid rgba(255,255,255,.08);border-radius:20px;white-space:nowrap;transition:all .2s ease}.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{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:transparent;border-bottom:1px solid rgba(255,255,255,.04);transition:all .2s ease;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-conversation-card:active{background:#3b82f614}.mobile-conversation-card.active{background:linear-gradient(90deg,rgba(59,130,246,.12),transparent);border-left:3px solid #3b82f6}.mobile-chat-avatar{position:relative;flex-shrink:0}.mobile-chat-avatar-img{width:3rem;height:3rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#1e293b,#0f172a)}.mobile-chat-avatar-placeholder{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:#fff;border:2px solid rgba(255,255,255,.08)}.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{position:absolute;bottom:2px;right:2px;width:.875rem;height:.875rem;border-radius:50%;border:2px solid #0f172a}.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{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.mobile-conversation-name{font-size:.9375rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70%}.mobile-conversation-time{font-size:.75rem;color:#94a3b8b3;flex-shrink:0}.mobile-conversation-preview{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.mobile-conversation-message{font-size:.8125rem;color:#94a3b8cc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.mobile-conversation-message.unread{color:#e2e8f0e6;font-weight:500}.mobile-unread-badge{flex-shrink:0;min-width:1.375rem;height:1.375rem;padding:0 .375rem;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:.6875rem}.mobile-type-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;border-radius:.25rem;margin-left:.5rem}.mobile-type-badge.mentor{color:#fbbf24;background:#fbbf2426}.mobile-type-badge.group{color:#c084fc;background:#c084fc26}.mobile-chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.mobile-chat-empty-icon{width:4rem;height:4rem;margin-bottom:1rem;color:#94a3b84d}.mobile-chat-empty-title{font-size:1.125rem;font-weight:600;color:#e2e8f0e6;margin-bottom:.5rem}.mobile-chat-empty-text{font-size:.875rem;color:#94a3b899;max-width:16rem;line-height:1.5}.mobile-channel-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem .75rem 2rem;margin-left:.75rem;border-left:2px solid rgba(139,92,246,.3);border-bottom:1px solid rgba(255,255,255,.03);transition:all .2s ease}.mobile-channel-item:active{background:#8b5cf61a}.mobile-channel-item.active{background:#3b82f61a;border-left-color:#3b82f6}.mobile-channel-icon{width:1.125rem;height:1.125rem;color:#8b5cf6b3}.mobile-channel-name{font-size:.875rem;font-weight:500;color:#e2e8f0e6}.mobile-conversation-item{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.04);transition:all .15s ease;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-conversation-item:active{background:#3b82f61a;transform:scale(.98)}.mobile-conversation-item.active{background:linear-gradient(90deg,rgba(59,130,246,.15),transparent);border-left:3px solid #3b82f6}.mobile-chat-fab{position:fixed;bottom:calc(100px + env(safe-area-inset-bottom,0px));right:1.25rem;width:3.5rem;height:3.5rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;box-shadow:0 4px 20px #3b82f666,0 0 0 4px #3b82f61a;display:flex;align-items:center;justify-content:center;color:#fff;z-index:100;transition:all .2s ease}.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{display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,#0f172a,#0a0e1a)}.mobile-tickerx-header{flex-shrink:0;padding:1rem;background:linear-gradient(180deg,#0f172afa,#0a0e1af2);border-bottom:1px solid rgba(52,211,153,.15);backdrop-filter:blur(12px)}.mobile-tickerx-title{display:flex;align-items:center;gap:.75rem}.mobile-tickerx-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:linear-gradient(135deg,#10b981,#14b8a6);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #10b9814d}.mobile-tickerx-icon svg{width:1.25rem;height:1.25rem;color:#fff}.mobile-tickerx-search{position:relative;margin-top:.75rem}.mobile-tickerx-search input{width:100%;padding:.875rem 1rem .875rem 3rem;background:#1e293bcc;border:1px solid rgba(52,211,153,.2);border-radius:1rem;color:#fff;font-size:.9375rem;transition:all .2s ease}.mobile-tickerx-search input:focus{outline:none;border-color:#34d39980;box-shadow:0 0 0 3px #34d3991a}.mobile-tickerx-search input::-moz-placeholder{color:#94a3b899}.mobile-tickerx-search input::placeholder{color:#94a3b899}.mobile-tickerx-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#34d39999}.mobile-category-pills{display:flex;gap:.5rem;padding:.75rem 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#0f172a99;border-bottom:1px solid rgba(255,255,255,.06)}.mobile-category-pills::-webkit-scrollbar{display:none}.mobile-category-pill{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.625rem .875rem;border-radius:.75rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;background:#1e293b99;border:1px solid rgba(255,255,255,.08);color:#94a3b8e6;transition:all .2s ease;min-width:4rem}.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{flex:1;overflow-y:auto;padding:1rem;-webkit-overflow-scrolling:touch}.mobile-ticker-card{display:flex;align-items:center;gap:.875rem;padding:1rem;margin-bottom:.5rem;background:#1e293b4d;border:1px solid rgba(255,255,255,.06);border-radius:1rem;transition:all .2s ease;cursor:pointer}.mobile-ticker-card:active{background:#34d3991a;transform:scale(.98)}.mobile-ticker-symbol{width:3rem;height:3rem;border-radius:.75rem;background:linear-gradient(135deg,#3b82f626,#8b5cf626);border:1px solid rgba(59,130,246,.2);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#60a5fa}.mobile-ticker-info{flex:1;min-width:0}.mobile-ticker-name{font-size:.9375rem;font-weight:600;color:#fff;margin-bottom:.125rem}.mobile-ticker-desc{font-size:.75rem;color:#94a3b8b3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-ticker-badge{padding:.25rem .5rem;font-size:.625rem;font-weight:600;color:#94a3b8cc;background:#33415580;border-radius:.375rem}.mobile-tickerx-chat{display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,#0f172a,#0a0e1a)}.mobile-tickerx-chat-header{flex-shrink:0;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#0f172af2;border-bottom:1px solid rgba(52,211,153,.15);backdrop-filter:blur(12px)}.mobile-tickerx-back-btn{padding:.625rem;border-radius:.75rem;background:#1e293b99;color:#94a3b8e6;transition:all .2s ease}.mobile-tickerx-back-btn:active{background:#34d39933;color:#34d399}.mobile-tickerx-chat-info{flex:1;min-width:0}.mobile-tickerx-chat-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;color:#fff}.mobile-tickerx-live-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.625rem;font-weight:600;color:#34d399;background:#34d39926;border-radius:9999px}.mobile-tickerx-live-dot{width:.375rem;height:.375rem;background:#34d399;border-radius:50%;animation:pulse 2s infinite}.mobile-tickerx-chat-meta{display:flex;align-items:center;gap:.75rem;font-size:.6875rem;color:#94a3b899;margin-top:.125rem}.mobile-tickerx-messages{flex:1;overflow-y:auto;padding:1rem;-webkit-overflow-scrolling:touch}.mobile-tickerx-message{display:flex;gap:.625rem;margin-bottom:.75rem}.mobile-tickerx-message.own{flex-direction:row-reverse}.mobile-tickerx-message-avatar{width:2rem;height:2rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.mobile-tickerx-message-content{max-width:75%}.mobile-tickerx-message-bubble{padding:.625rem .875rem;border-radius:1rem;font-size:.875rem;line-height:1.4}.mobile-tickerx-message-bubble.own{background:linear-gradient(135deg,#10b981,#14b8a6);color:#fff;border-bottom-right-radius:.25rem}.mobile-tickerx-message-bubble.other{background:#1e293bcc;color:#e2e8f0f2;border-bottom-left-radius:.25rem}.mobile-tickerx-input{flex-shrink:0;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;padding-bottom:calc(.875rem + env(safe-area-inset-bottom,0px));background:#0f172af2;border-top:1px solid rgba(52,211,153,.1);backdrop-filter:blur(12px)}.mobile-tickerx-input input{flex:1;padding:.75rem 1rem;background:#1e293bcc;border:1px solid rgba(255,255,255,.1);border-radius:.875rem;color:#fff;font-size:.9375rem}.mobile-tickerx-input input:focus{outline:none;border-color:#34d39966}.mobile-tickerx-send-btn{width:2.75rem;height:2.75rem;border-radius:.875rem;background:linear-gradient(135deg,#10b981,#14b8a6);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px #10b9814d;transition:all .2s ease}.mobile-tickerx-send-btn:active{transform:scale(.9)}.mobile-tickerx-send-btn:disabled{opacity:.5}.mobile-trading-rooms{display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,#0f172a,#0a0e1a)}.mobile-trading-rooms-header{flex-shrink:0;padding:1rem;background:linear-gradient(180deg,#0f172afa,#0a0e1af2);border-bottom:1px solid rgba(168,85,247,.15)}.mobile-trading-rooms-title{display:flex;align-items:center;gap:.75rem}.mobile-trading-rooms-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:linear-gradient(135deg,#a855f733,#ec489933);display:flex;align-items:center;justify-content:center}.mobile-trading-rooms-icon svg{width:1.25rem;height:1.25rem;color:#a855f7}.mobile-live-session-banner{margin-top:.75rem;padding:.75rem 1rem;background:linear-gradient(135deg,#22c55e26,#10b98126);border:1px solid rgba(34,197,94,.3);border-radius:.75rem;display:flex;align-items:center;gap:.5rem}.mobile-live-session-banner svg{width:1rem;height:1rem;color:#22c55e}.mobile-live-session-banner span{font-size:.8125rem;font-weight:600;color:#22c55e}.mobile-room-list{flex:1;overflow-y:auto;padding:1rem;-webkit-overflow-scrolling:touch}.mobile-room-card{display:flex;align-items:center;gap:1rem;padding:1rem;margin-bottom:.75rem;background:#1e293b4d;border:1px solid rgba(255,255,255,.06);border-radius:1rem;transition:all .2s ease;cursor:pointer}.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(1);opacity:.5}.mobile-room-info{flex:1;min-width:0}.mobile-room-name{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#fff;margin-bottom:.25rem}.mobile-room-card.inactive .mobile-room-name{color:#94a3b8b3}.mobile-room-live-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.5625rem;font-weight:700;color:#22c55e;background:#22c55e33;border-radius:9999px}.mobile-room-live-dot{width:.375rem;height:.375rem;background:#22c55e;border-radius:50%;animation:pulse 2s infinite}.mobile-room-desc{font-size:.75rem;color:#94a3b899;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.375rem}.mobile-room-meta{display:flex;align-items:center;gap:.75rem;font-size:.6875rem;color:#94a3b880}.mobile-room-participants{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#94a3b8cc}.mobile-room-participants svg{width:1rem;height:1rem}.mobile-room-arrow{width:1.25rem;height:1.25rem;color:#94a3b866;transition:color .2s ease}.mobile-room-card:active .mobile-room-arrow{color:#fff}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.mobile-chat-thread{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.mobile-chat-messages{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;padding:1rem 1rem .5rem}.mobile-chat-messages::-webkit-scrollbar{width:3px}.mobile-chat-messages::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:1.5px}.mobile-chat-header-bar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#0f172af2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:0;z-index:50}.mobile-chat-back-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:12px;background:#1e293b99;border:1px solid rgba(255,255,255,.08);color:#fff;transition:all .2s ease}.mobile-chat-back-btn:active{transform:scale(.95);background:#1e293be6}.mobile-chat-back-btn svg{width:1.25rem;height:1.25rem}.mobile-chat-user-info{flex:1;min-width:0}.mobile-chat-user-name{font-size:1rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-chat-user-status{font-size:.75rem;color:#94a3b8cc}.mobile-chat-user-status.online{color:#22c55e}.mobile-message-bubble{max-width:85%;padding:.75rem 1rem;border-radius:18px;word-wrap:break-word;word-break:break-word}.mobile-message-bubble.sent{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-bottom-right-radius:6px;margin-left:auto}.mobile-message-bubble.received{background:#1e293bcc;color:#fff;border-bottom-left-radius:6px;border:1px solid rgba(255,255,255,.06)}.mobile-message-text{font-size:.9375rem;line-height:1.5}.mobile-message-time{font-size:.6875rem;color:#fff9;margin-top:.25rem;text-align:right}.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));background:#0f172afa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:flex-end;gap:.75rem}.mobile-chat-input-container{flex:1;display:flex;align-items:flex-end;gap:.5rem;background:#1e293b99;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:.5rem .75rem;transition:all .2s ease}.mobile-chat-input-container:focus-within{border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a}.mobile-chat-input{flex:1;background:transparent;border:none;color:#fff;font-size:.9375rem;line-height:1.5;max-height:120px;resize:none;padding:.25rem 0}.mobile-chat-input::-moz-placeholder{color:#94a3b880}.mobile-chat-input::placeholder{color:#94a3b880}.mobile-chat-input:focus{outline:none}.mobile-chat-action-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:transparent;color:#94a3b8b3;transition:all .2s ease}.mobile-chat-action-btn:active{transform:scale(.9);color:#fff}.mobile-chat-send-btn{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;box-shadow:0 4px 12px #3b82f64d;transition:all .2s ease}.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{display:flex;align-items:center;justify-content:center;padding:1rem 0}.mobile-date-divider-text{font-size:.75rem;font-weight:500;color:#94a3b899;background:#0f172acc;padding:.375rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.06)}.mobile-new-message-indicator{position:fixed;bottom:calc(80px + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-size:.8125rem;font-weight:500;border-radius:20px;box-shadow:0 4px 20px #3b82f666;cursor:pointer;z-index:100;animation:slideUp .3s ease}.mobile-empty-chat{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center}.mobile-empty-chat-icon{width:5rem;height:5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#3b82f633,#8b5cf633);border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-empty-chat-icon svg{width:2.5rem;height:2.5rem;color:#3b82f6cc}.mobile-empty-chat-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem}.mobile-empty-chat-text{font-size:.875rem;color:#94a3b8b3;max-width:18rem;line-height:1.6}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,0px)}@media (max-width: 768px){.reaction-picker-sheet{position:fixed;bottom:0;left:0;right:0;background:#1e293bfa;backdrop-filter:blur(20px);border-top-left-radius:24px;border-top-right-radius:24px;max-height:70vh;overflow:hidden;z-index:9999;box-shadow:0 -10px 40px #00000080,0 -4px 20px #3b82f61a;animation:slideUpSheet .3s cubic-bezier(.4,0,.2,1);padding-bottom:env(safe-area-inset-bottom,0px)}@keyframes slideUpSheet{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.reaction-picker-sheet .sheet-handle{width:40px;height:4px;background:#94a3b866;border-radius:2px;margin:12px auto 8px}.reaction-picker-sheet .quick-reactions{display:flex;justify-content:space-around;padding:16px 12px;border-bottom:1px solid rgba(71,85,105,.3)}.reaction-picker-sheet .quick-reactions button{width:44px;height:44px;font-size:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.reaction-picker-sheet .quick-reactions button:active{transform:scale(.9);background:#3b82f633}.reaction-picker-sheet .category-tabs{display:flex;gap:8px;padding:8px 12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.reaction-picker-sheet .category-tabs::-webkit-scrollbar{display:none}.reaction-picker-sheet .emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;padding:12px;max-height:40vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.reaction-picker-sheet .emoji-grid button{aspect-ratio:1;font-size:24px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.reaction-picker-sheet .emoji-grid button:active{transform:scale(.85);background:#47556980}}@media (min-width: 769px){.reaction-picker-popover{position:absolute;background:#1e293bfa;backdrop-filter:blur(16px);border-radius:16px;border:1px solid rgba(71,85,105,.4);box-shadow:0 10px 40px #0006,0 4px 20px #3b82f61a;overflow:hidden;z-index:9999;animation:popIn .2s cubic-bezier(.4,0,.2,1);max-width:340px}@keyframes popIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity: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;-moz-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:chatBtnEnter .25s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes chatBtnEnter{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.chat-action-btn:active{transform:scale(.92)!important;transition:transform .1s cubic-bezier(.25,.46,.45,.94)!important}.chat-input-pill{background:linear-gradient(135deg,#1e293bb3,#33415580)!important;border:1px solid rgba(71,85,105,.4)!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:"";position:absolute;inset:-2px;background:linear-gradient(135deg,#3b82f666,#2563eb66);border-radius:inherit;z-index:-1;opacity:0;transition:opacity .2s ease;filter:blur(8px)}.chat-send-btn-glow:hover:before,.chat-send-btn-glow:focus:before{opacity:1}.voice-waveform-bar{animation:waveformPulse .5s ease-in-out infinite alternate}@keyframes waveformPulse{0%{transform:scaleY(.3)}to{transform:scaleY(1)}}.recording-pulse{animation:recordPulse 1.5s ease-in-out infinite}@keyframes recordPulse{0%,to{box-shadow:0 0 #ef444480}50%{box-shadow:0 0 0 8px #ef444400}}.chat-composer-keyboard-open{transform:translateY(0);transition:transform .25s cubic-bezier(.4,0,.2,1)}.chat-action-btn:nth-child(1){animation-delay:0ms}.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:pickerSlideUp .3s cubic-bezier(.32,.72,0,1) forwards}.picker-sheet-exit{animation:pickerSlideDown .25s cubic-bezier(.32,0,.67,0) forwards}@keyframes pickerSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pickerSlideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}}
