*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);min-height:100vh;font-family:Segoe UI,sans-serif;position:relative;overflow:hidden auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#8b5cf6;border-radius:20px}.layout{width:100%;min-height:100vh;display:flex}.chat-container{flex-direction:column;flex:1;width:100%;min-height:100vh;padding:25px;display:flex;overflow-y:auto}.menu-button{color:#fff;cursor:pointer;z-index:1100;background:0 0;border:none;font-size:32px;position:fixed;top:20px;left:20px}.main-banner{text-align:center;margin-bottom:30px}.main-logo{width:180px;animation:5s ease-in-out infinite float}.main-banner h1{color:#ffd6ea;text-shadow:0 0 20px #f472b6;font-size:40px}.main-banner h3{color:#d8b4fe;margin-top:12px}.user-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border-radius:25px;justify-content:space-between;align-items:center;margin-bottom:25px;padding:20px;display:flex;box-shadow:0 0 20px #ffffff14}.user-left{align-items:center;gap:15px;display:flex}.user-right{gap:10px;display:flex}.user-photo{border:3px solid #f472b6;border-radius:50%;width:70px;height:70px}.user-status{color:#86efac;margin-top:5px}.friend-item{cursor:pointer;border-radius:15px;align-items:center;gap:10px;width:90%;padding:10px;transition:all .3s;display:flex}.friend-item:hover{background:#ffffff1a}button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#f472b6);border:none;border-radius:20px;padding:12px 20px;transition:all .3s}button:hover{transform:translateY(-3px);box-shadow:0 0 20px #f472b6}.unread-badge{color:#fff;background:red;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;display:flex;position:absolute;top:-5px;right:-5px}.edit-profile{color:#fff;box-sizing:border-box;z-index:9999;background:#0f0f0ff7;border-left:1px solid #ffffff1f;width:320px;max-width:90vw;height:calc(100dvh - 58px);padding:12px;font-size:12px;position:fixed;top:58px;right:0;overflow-y:auto}.edit-profile-close{margin-left:auto;display:block;position:sticky;top:0;color:#fff!important;background:0 0!important;width:auto!important;font-size:22px!important}.edit-profile h2{text-align:center;color:#ffb6d9;margin:0 0 12px;font-size:15px}.edit-profile input,.edit-profile textarea,.edit-profile select{color:#fff;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;outline:none;width:100%;margin-bottom:8px;padding:8px;font-size:12px}.edit-profile input::placeholder,.edit-profile textarea::placeholder{color:#ffffff80}.edit-profile textarea{resize:none;height:60px}.edit-profile select option{color:#000}.edit-profile label{font-size:12px;font-weight:600}.edit-profile input[type=color]{cursor:pointer;background:0 0;border:none;width:40px;height:30px;padding:0}.edit-profile button{color:#000;cursor:pointer;background:gold;border:none;border-radius:10px;width:100%;padding:8px;font-size:12px;font-weight:700;transition:all .2s}.edit-profile button:hover{transform:translateY(-1px)}.edit-profile-save:disabled{opacity:.6;cursor:not-allowed}.edit-cover-preview{object-fit:cover;border-radius:12px;width:100%;height:80px;margin-bottom:8px}.edit-avatar-preview{object-fit:cover;border:2px solid #8b5cf6;border-radius:50%;width:64px;height:64px;margin:6px auto 10px;display:block}.edit-profile::-webkit-scrollbar{width:6px}.edit-profile::-webkit-scrollbar-thumb{background:#8b5cf6;border-radius:20px}@media (width<=1024px){.edit-profile{width:320px;max-width:90vw}}@media (width<=768px){.edit-profile{width:88vw;max-width:88vw;height:calc(100dvh - 54px);top:54px;right:0}}@media (width<=480px){.edit-profile{width:100vw;max-width:100vw}}.settings-overlay{z-index:9999;background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.settings-popup{background:#171726;border-radius:18px;width:min(450px,95vw);padding:20px;position:relative}.settings-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:22px;position:absolute;top:10px;right:12px}.dashboard{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:30px;display:grid}.card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border-radius:25px;padding:25px;transition:all .3s;box-shadow:0 0 25px #ffffff1a}.card:hover{transform:translateY(-5px);box-shadow:0 0 30px #8b5cf6}.card h2{color:#ffd6ea;margin-bottom:15px}.card p{color:#eee;margin-top:10px}.card-image{border-radius:20px;width:100%;margin-bottom:20px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}body:before{content:"";filter:blur(120px);pointer-events:none;z-index:-1;background:radial-gradient(circle,#c084fc59,#0000 70%);border-radius:50%;width:700px;height:700px;position:fixed;top:-250px;left:-200px}body:after{content:"";filter:blur(120px);pointer-events:none;z-index:-1;background:radial-gradient(circle,#f472b64d,#0000 70%);border-radius:50%;width:650px;height:650px;position:fixed;bottom:-250px;right:-200px}.login-page{color:#fff;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-box{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#15132bbf;border:1px solid #ffffff1f;border-radius:28px;flex-direction:column;gap:18px;width:360px;padding:35px;display:flex;box-shadow:0 20px 50px #00000073,0 0 30px #8b5cf626}.login-box h1{text-align:center;color:#fff;margin:0;font-size:32px;font-weight:700}.login-box p{text-align:center;color:#d8b4fe;margin:0 0 10px}.login-box input{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;outline:none;height:52px;padding:0 16px;font-size:15px}.login-box input:focus{border-color:#8b5cf6;box-shadow:0 0 15px #8b5cf659}.login-box input::placeholder{color:#b8b8c8}.login-box button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#ec4899);border:none;border-radius:16px;height:52px;font-size:16px;font-weight:700;transition:all .25s}.login-box button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #8b5cf666}.google-login-button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;height:54px;font-size:15px;font-weight:600;transition:all .25s;display:flex}.google-login-button:hover{background:#ffffff1f;transform:translateY(-2px)}.google-login-button img{width:22px;height:22px}.login-divider{text-align:center;color:#b8b8c8;margin:5px 0}.login-logo{background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 10px;font-size:40px;display:flex;box-shadow:0 0 30px #8b5cf673}.banner{object-fit:cover;width:100%;max-height:250px}.logo{width:120px;height:120px;margin-top:-60px}.main-lobby{background:linear-gradient(#030308,#080814,#0d1220);min-height:100vh;padding:30px 20px}.hero-section{text-align:center;margin-bottom:40px}.hero-banner{object-fit:cover;filter:brightness(.7)saturate(.7)contrast();border-radius:28px;width:100%;max-width:1300px;height:500px;box-shadow:0 15px 35px #00000073}.hero-section h1{color:#fff;margin-bottom:12px;font-size:46px}.hero-tagline{color:#d8b4fe;margin-bottom:16px;font-size:20px}.hero-description{color:#cbd5e1;max-width:700px;margin:auto;line-height:1.8}.auth-icon-row{justify-content:center;align-items:center;gap:20px;margin:40px 0;display:flex}.auth-icon-row button{color:#fff;cursor:pointer;background:#171726;border:2px solid #7c3aed;border-radius:20px;justify-content:center;align-items:center;width:110px;height:110px;font-size:50px;transition:all .2s;display:flex}.auth-icon-row button:hover{background:#6d28d9;transform:scale(1.05);box-shadow:0 0 20px #7c3aed80}.auth-block{background:#171726;border:1px solid #7c3aed;border-radius:20px;width:100%;max-width:450px;margin:20px auto;padding:25px;position:relative;box-shadow:0 0 20px #7c3aed4d}.auth-close{color:#fff;cursor:pointer;background:#171726;border:1px solid #7c3aed;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex;position:absolute;top:-15px;right:-15px}.auth-close:hover{background:#6d28d9}.auth-block input{box-sizing:border-box;color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;margin-bottom:12px;padding:12px 15px}.auth-block input:focus{border-color:#7c3aed}.auth-block input::placeholder{color:#b8b8c8}.auth-block button,.google-login-button{color:#e9d5ff;cursor:pointer;background:#7c3aed2e;border:1px solid #c4b5fd40;border-radius:14px;width:100%;padding:14px;transition:all .2s}.auth-block button:hover,.google-login-button:hover{color:#fff;background:#7c3aed52;border-color:#d8b4fe73}.lobby-footer-text{text-align:center;color:#d8b4fe;margin-top:40px;font-size:15px}@media (width<=768px){.hero-banner{height:350px}.auth-icon-row{flex-wrap:wrap;gap:12px}.auth-icon-row button{width:80px;height:80px;font-size:36px}.auth-block{max-width:95%}}.main-lobby{-webkit-overflow-scrolling:touch;box-sizing:border-box;width:100%;min-height:100dvh;overflow:hidden auto}.hero,.lobby-hero{box-sizing:border-box;width:100%;max-width:100vw;overflow:visible}.hero img,.lobby-banner,.banner-image{object-fit:contain;width:100%;max-width:100%;height:auto;display:block}@media (width<=768px){.main-lobby{height:100dvh;padding-bottom:40px}.hero,.lobby-hero{box-sizing:border-box;width:100%;padding:12px}.hero img,.lobby-banner,.banner-image{object-fit:contain;width:100%;height:auto}.auth-block{max-height:none;overflow:visible}}.header{box-sizing:border-box;background:linear-gradient(90deg,#15132b 0%,#24144f 50%,#15132b 100%);align-items:center;gap:8px;width:100%;max-width:100vw;height:58px;padding:8px 12px;display:flex;overflow:hidden}.menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;flex-shrink:0;font-size:24px}.header-brand{flex:1;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.header-logo{object-fit:contain;flex-shrink:0;width:27px;height:27px}.header-title{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:20px;font-weight:600;overflow:hidden}.header-right{flex-shrink:0;align-items:center;gap:7px;max-width:55vw;display:flex;overflow:hidden}.header-icon{color:#fff;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:2px;font-size:21px}.header-profile{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;width:38px;height:38px;padding:0;overflow:hidden}.header-profile-pic{object-fit:cover;border-radius:50%;width:36px;height:36px;display:block}.mobile-logout-btn{display:none}@media (width<=1024px){.header{height:56px}.header-title{font-size:18px}.header-right{max-width:62vw}}@media (width<=768px){.header{gap:4px;height:54px;padding:7px 6px}.menu-btn{font-size:21px}.header-brand{flex:1;gap:5px;max-width:36vw}.header-title{max-width:70px;font-size:14px}.header-right{gap:3px;max-width:58vw}.header-icon{padding:1px;font-size:16px}.mobile-logout-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:16px;display:flex}.header-profile{width:30px;height:30px}.header-profile-pic{width:28px;height:28px}}@media (width<=390px){.header-title{display:none}.header-brand{max-width:30px}.header-right{max-width:calc(100vw - 70px)}.mobile-logout-btn{width:24px;height:24px;font-size:14px}}.header-icon-wrapper{position:relative}.header-badge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:2px 5px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 0 8px #ef444480}.sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;background:#00000059;position:fixed;inset:0}.sidebar{color:#fff;z-index:1000;box-sizing:border-box;background:linear-gradient(#15132b,#1e1b4b,#111827);border-top-right-radius:18px;border-bottom-right-radius:18px;flex-direction:column;width:230px;height:calc(100dvh - 58px);padding:10px 10px 90px;transition:left .3s;display:flex;position:fixed;top:58px;left:-230px;overflow-y:auto;box-shadow:6px 0 20px #0000002e}.sidebar.open{left:0}.sidebar::-webkit-scrollbar{width:5px}.sidebar::-webkit-scrollbar-thumb{background:#d6d6d6;border-radius:20px}.sidebar-close{color:#fff;cursor:pointer;background:0 0;border:none;margin-bottom:14px;font-size:22px;transition:all .2s}.sidebar-close:hover{color:#a5b4fc}.room-card{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:14px;align-items:center;gap:8px;margin-bottom:12px;padding:10px;display:flex;box-shadow:0 10px 25px #4f46e540}.room-icon{color:#fff;background:#6366f1;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.room-label{opacity:.85;font-size:11px}.room-name{font-size:16px;font-weight:600}.menu{flex-direction:column;gap:2px;display:flex}.menu-row{cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;padding:10px;transition:all .25s;display:flex}.menu-row:hover{background:#ffffff14}.menu-row.active{background:#4f46e5}.menu-left{align-items:center;gap:10px;display:flex}.menu-icon{color:#a5b4fc;justify-content:center;align-items:center;width:28px;font-size:18px;display:flex}.menu-row span{color:#fff;font-size:14px;font-weight:500}.arrow{color:#a5b4fc;font-size:16px}.red-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;box-shadow:0 0 6px #ef4444}.divider{background:#ffffff1f;height:1px;margin:14px 0}.bottom-menu{margin-top:10px}.bottom-menu .menu-row{margin-bottom:2px}.sidebar-footer{border-top:1px solid #ffffff1f;margin-top:auto;padding:12px 0 4px}.logout-sidebar-btn{color:#fff;cursor:pointer;background:#171726;border:1px solid #7c3aed;border-radius:12px;width:100%;padding:11px;font-size:14px;font-weight:600}.logout-sidebar-btn:hover{background:#2a2340}@media (width<=1024px){.sidebar{width:230px;left:-240px}.sidebar.open{left:0}}@media (width<=768px){.sidebar{border-top-right-radius:16px;border-bottom-right-radius:16px;width:85vw;max-width:300px;height:calc(100dvh - 54px);padding:8px 8px 90px;top:54px;left:-85vw}.sidebar.open{left:0}.room-card{padding:8px}.room-icon{width:30px;height:30px;font-size:14px}.room-name{font-size:13px}.menu-row{padding:8px}.menu-row span{font-size:12px}.sidebar-close{margin-bottom:10px;font-size:20px}}@media (width<=420px){.sidebar{width:88vw;left:-88vw}.sidebar.open{left:0}}.sidebar-badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:2px 6px;font-size:11px;font-weight:800;display:flex}.chat-footer{box-sizing:border-box;z-index:999;background:#15132b;border-top:1px solid #ffffff14;align-items:center;gap:10px;min-height:72px;padding:10px 12px;display:flex;position:fixed;bottom:0;left:0;right:0}.message-form{flex:1;align-items:center;min-width:0;display:flex}.message-input-bubble{background:#211f3d;border-radius:24px;flex:1;align-items:center;gap:6px;min-width:0;min-height:44px;padding:0 8px 0 14px;display:flex}.message-input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:11px 4px;font-size:15px}.message-input::placeholder{color:#ffffffb3}.chat-footer button,.members-footer-btn,.input-inner-icon{box-shadow:none;color:#fff;cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;margin:0;padding:4px;font-size:22px;line-height:1;transition:all .2s;display:flex}.chat-footer button:hover,.members-footer-btn:hover,.input-inner-icon:hover{color:#d8b4fe;transform:scale(1.1)}.plus-container,.emoji-container{align-items:center;display:flex;position:relative}.plus-menu{z-index:5000;background:#211f3d;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:12px;padding:8px 12px;display:flex;position:absolute;bottom:50px;left:0;box-shadow:0 10px 25px #00000059}.plus-menu button{font-size:24px}.emoji-popup{z-index:9999;position:absolute;bottom:55px;left:0}.recording-status{color:#ff9df2;white-space:nowrap;margin-right:6px;font-size:12px;font-weight:700}.input-inner-icon.recording{color:#ff4d6d;animation:1s infinite pulseRecording}@keyframes pulseRecording{0%{transform:scale(1)}50%{transform:scale(1.18)}to{transform:scale(1)}}@media (width<=768px){.chat-footer{gap:6px;min-height:68px;padding:8px}.footer-icon,.members-footer-btn,.input-inner-icon{font-size:18px}.message-input-bubble{min-height:40px;padding:0 6px 0 10px}.message-input{font-size:14px}.plus-menu{gap:8px;padding:8px 10px;bottom:48px}.plus-menu button{font-size:22px}.emoji-popup{transform-origin:0 100%;bottom:52px;left:-65px;transform:scale(.85)}.recording-status{font-size:11px}}@media (width<=420px){.chat-footer{gap:4px}.footer-icon,.members-footer-btn,.input-inner-icon{font-size:17px}.message-input{font-size:13px}.emoji-popup{left:-95px;transform:scale(.78)}.recording-status{display:none}}.footer-reply-preview{color:#fff;background:#211f3d;border:1px solid #7c3aed;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:7px 10px;font-size:12px;display:flex;position:absolute;bottom:46px;left:12px;right:12px}.footer-reply-preview button{color:#fff;cursor:pointer;background:0 0;border:none}.input-inner-icon.recording{background:#ef4444}.youtube-search-overlay{z-index:99999;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.youtube-search-box{background:#09090f;border:1px solid #7c3aed;border-radius:18px;width:min(520px,92vw);max-height:80dvh;overflow:hidden}.youtube-search-header{color:#fff;background:#15132b;justify-content:space-between;align-items:center;padding:12px;display:flex}.youtube-search-header button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:18px}.youtube-search-input-row{gap:8px;padding:12px;display:flex}.youtube-search-input-row input{border:none;border-radius:10px;flex:1;padding:10px}.youtube-search-input-row button{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:10px;padding:10px 14px}.youtube-search-results{grid-template-columns:repeat(2,1fr);gap:10px;max-height:50vh;padding:10px;display:grid;overflow-y:auto}.youtube-search-result{color:#fff;cursor:pointer;text-align:left;background:#171726;border:none;border-radius:12px;flex-direction:column;width:100%;padding:8px;transition:transform .15s;display:flex}.youtube-search-result:hover{transform:scale(1.02)}.youtube-search-result img{aspect-ratio:16/9;object-fit:cover;border-radius:8px;width:100%;margin-bottom:6px}.youtube-search-result span{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.youtube-search-box{width:min(460px,92vw)}.youtube-search-header h3{margin:0;font-size:15px;font-weight:600}.youtube-search-header button{font-size:16px}.youtube-search-input-row input{padding:8px 10px;font-size:13px}.youtube-search-input-row button{padding:8px 12px;font-size:12px}@media (width<=768px){.youtube-search-results{grid-template-columns:1fr}}.message-row{align-items:flex-start;gap:12px;width:fit-content;max-width:92%;margin-bottom:18px;display:flex;position:relative}.message-avatar{aspect-ratio:1;object-fit:cover;cursor:pointer;border-radius:50%;flex-shrink:0;width:42px;height:42px}.message-main{width:fit-content;max-width:100%}.message-topline{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.message-role{font-size:18px;line-height:1}.message-user{letter-spacing:.2px;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-family:Poppins,sans-serif;font-size:17px;font-weight:600;line-height:1.2;transition:all .2s}.message-user:hover{opacity:.9}@media (width<=768px){.message-user{font-size:15px}}.message-user:hover{transform:scale(1.04)}.message-time{color:#b7a6df;font-size:11px;line-height:1}.message-action-btn{color:#c4b5fd;cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;line-height:1}.message-text{width:fit-content;min-width:60px;max-width:min(700px,85vw);padding:8px 22px;display:inline-block}.message-text .message-text{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;border:1px solid #ffffff1f;border-radius:18px;width:fit-content;min-width:60px;max-width:min(700px,85vw);padding:10px 14px;font-size:15px;font-weight:500;line-height:1.35;display:inline-block;box-shadow:0 0 10px #7c3aed1f}.message-text{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;border:1px solid #ffffff1f;border-radius:18px;font-size:15px;font-weight:500;line-height:1.35;box-shadow:0 0 10px #7c3aed1f}.message-text span,.message-text div{color:#fff}.own-message{align-self:flex-start}.own-message .message-main{align-items:flex-start}.own-message .message-topline{justify-content:flex-start}.own-message .message-text{background:inherit}.reply-inline{color:#ddd6fe;border-left:2px solid #d8b4fe;margin-bottom:6px;padding-left:7px;font-size:12px;line-height:1.2}.game-invite{color:#fff;font-size:inherit;font-weight:inherit;line-height:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0}.role-owner{color:gold;text-shadow:0 0 8px #ffd70080}.role-super-admin{color:#ff9f1c;text-shadow:0 0 8px #ff9f1c66}.role-admin{color:#4cc9f0;text-shadow:0 0 8px #4cc9f066}.role-super-vip{color:#c77dff;text-shadow:0 0 8px #c77dff80}.role-vip{color:#ff4d9d;text-shadow:0 0 8px #ff4d9d66}.role-guest{color:#22c55e;text-shadow:0 0 8px #22c55e66}.role-member{color:#e9d5ff}.sent-image{object-fit:cover;border-radius:10px;max-width:140px;max-height:90px}.voice-message{width:min(320px,80vw)}.youtube-preview{cursor:pointer;border-radius:14px;width:240px;max-width:70vw;position:relative;overflow:hidden}.youtube-thumbnail{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.play-button{color:#fff;text-shadow:0 0 14px #000;font-size:36px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=768px){.youtube-preview{width:210px;max-width:68vw}.play-button{font-size:30px}}.user-options-menu{z-index:99999;background:#09090f;border:1px solid #7c3aed;border-radius:14px;width:210px;max-width:calc(100vw - 70px);padding:9px;position:absolute;top:58px;left:50px}.user-options-menu button{color:#fff;cursor:pointer;text-align:left;background:#171726;border:none;border-radius:10px;width:100%;margin-bottom:6px;padding:8px}@media (width<=768px){.message-row{gap:8px;margin-bottom:14px}.message-avatar{width:36px;height:36px}.message-user{font-size:15px}.message-time{font-size:10px}.message-action-btn{font-size:14px}.message-topline{gap:5px;margin-bottom:4px}.message-text{border-radius:16px;min-width:50px;max-width:calc(100vw - 82px);padding:6px 16px;font-size:15px;line-height:1.25}.game-invite{font-size:15px}.youtube-preview{width:min(300px,78vw)}}@media (width<=360px){.message-text{max-width:calc(100vw - 70px);padding:5px 12px;font-size:14px}.message-user{font-size:14px}}.quick-reactions{gap:6px;margin:4px 0 6px 48px;display:flex}.quick-reactions button{cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:999px;padding:4px 7px;font-size:15px}.quick-reactions button:hover{background:#7c3aed59}.reaction-row{gap:6px;margin-top:6px;font-size:12px;display:flex}.reaction-row span{background:#ffffff1f;border-radius:999px;padding:3px 7px}.private-chat{color:#fff;z-index:9999;background:#15132b;border:1px solid #7c3aed8c;border-radius:18px 0 0 18px;flex-direction:column;width:360px;max-width:calc(100vw - 16px);height:calc(100dvh - 70px);display:flex;position:fixed;top:58px;right:0;overflow:hidden;box-shadow:0 0 22px #7c3aed73}.private-chat-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.private-chat-header h2{margin:0;font-size:15px}.private-chat-header-actions{align-items:center;gap:8px;display:flex}.private-chat-minimize,.back-button{color:#fff;cursor:pointer;background:0 0;border:none;padding:2px 6px;font-size:20px}.private-chat-minimize:hover,.back-button:hover{color:#d8b4fe}.private-chat-status{color:#c4b5fd;border-bottom:1px solid #ffffff0f;padding:5px 12px;font-size:12px}.private-chat-messages{flex:1;padding:10px;overflow-y:auto}.my-message-row{justify-content:flex-end;margin-bottom:6px;display:flex}.other-message-row{justify-content:flex-start;margin-bottom:6px;display:flex}.my-message,.other-message{word-break:break-word;border-radius:16px;width:fit-content;min-width:220px;max-width:82%;padding:6px 12px;line-height:1.25}.my-message{background:#8b5cf6}.other-message{background:#242424}.my-message h4,.other-message h4{margin:0 0 2px;font-size:11px;line-height:1.1}.my-message p,.other-message p{display:-webkit-box;display:box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.private-message-time{opacity:.65;margin-left:4px;font-size:10px;display:inline}.private-message-actions{gap:5px;margin-top:4px;display:flex}.private-message-actions button,.private-reactions-popup button,.private-footer-icon{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:999px;padding:3px 7px}.private-reactions-popup{gap:6px;margin-top:5px;display:flex}.private-reaction-row{gap:6px;margin-top:5px;font-size:12px;display:flex}.private-reaction-row span{background:#ffffff1f;border-radius:999px;padding:3px 7px}.private-reply-inline,.private-footer-reply{color:#ddd6fe;background:#ffffff14;border-left:3px solid #7b2ff7;border-radius:8px;margin-bottom:5px;padding:5px 8px;font-size:12px}.private-chat-input{border-top:1px solid #ffffff14;gap:7px;padding:10px;display:flex;position:relative}.private-chat-input input{border:none;border-radius:8px;outline:none;flex:1;min-width:0;padding:9px 10px}.private-chat-input button{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:8px;width:40px}.private-footer-reply{justify-content:space-between;display:flex;position:absolute;bottom:56px;left:10px;right:10px}.private-footer-reply button{color:#fff;cursor:pointer;background:0 0;border:none}.private-emoji-popup{z-index:9999;position:absolute;bottom:58px;left:10px}.private-mic{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:999px;padding:7px 9px}.private-mic.recording{background:#ef4444}.private-audio-message{width:220px;max-width:100%}.private-chat-mini{color:#fff;cursor:pointer;z-index:99999;background:#8b5cf6;border:none;border-radius:50%;width:48px;height:48px;font-size:22px;position:fixed;bottom:78px;right:8px;box-shadow:0 0 18px #8b5cf680}@media (width<=768px){.private-chat{border-radius:0;width:100vw;max-width:100vw;height:calc(100dvh - 54px);top:54px;right:0}.my-message,.other-message{min-width:200px;max-width:84%}.private-chat-mini{bottom:74px;right:10px}}.private-message-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.private-message-top h4{flex:1;min-width:0}.private-message-actions{align-items:center;gap:6px;margin:0;display:flex}.private-message-actions button{color:#ffffffbf;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:14px;transition:all .2s}.private-message-actions button:hover{color:#fff;transform:scale(1.15)}.private-typing{color:#c4b5fd;padding:6px 16px;font-size:13px;font-style:italic;animation:1s infinite privateTypingPulse}@keyframes privateTypingPulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.profile-overlay{z-index:9999;background:#000000b3;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.profile-container{color:#fff;-webkit-overflow-scrolling:touch;background:linear-gradient(135deg,#7b68ee 0%,#9370db 115px,#111 115px 100%);width:320px;max-width:88vw;height:100dvh;position:relative;overflow:hidden auto}.profile-container::-webkit-scrollbar{width:5px}.profile-container::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:20px}.profile-topbar{z-index:20;background:0 0;justify-content:flex-end;align-items:center;height:44px;padding:0 12px;display:flex;position:sticky;top:0}.profile-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:24px}.profile-close:hover{color:#d8b4fe}.profile-cover,.profile-cover-image{display:none}.profile-header{z-index:2;text-align:center;margin-top:10px;padding:0 14px 10px;position:relative}.profile-avatar{object-fit:cover;background:#211f3d;border:4px solid #fff;border-radius:50%;width:62px;height:62px}.profile-header h2{color:#fff;margin:6px 0 3px;font-size:16px}.profile-badge{margin-bottom:3px;font-size:18px}.profile-role{color:#cfc7ff;font-size:12px}.profile-status{color:#22c55e;margin-top:3px;font-size:12px}.profile-tabs{z-index:19;background:#6d28d9;justify-content:center;gap:5px;padding:7px;display:flex;position:sticky;top:44px}.profile-tab{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:10px;padding:6px 8px;font-size:11px}.profile-tab.active{background:#ffffff59}.profile-content{z-index:2;padding:10px 10px 100px;position:relative}.profile-item{color:#fff;text-align:left;cursor:pointer;appearance:none;width:100%;box-shadow:none;background:#ffffff14;border:none;border-radius:10px;outline:none;margin-bottom:8px;padding:10px;font-size:12px}.profile-item:hover,.profile-item:focus,.profile-item:active{color:#fff;box-shadow:none;background:#ffffff24;outline:none}.profile-text{color:#fff;background:#ffffff14;border-radius:10px;margin-bottom:10px;padding:10px;font-size:12px;line-height:1.5}.profile-tags{flex-wrap:wrap;gap:7px;padding-bottom:20px;display:flex}.profile-tags span{color:#fff;background:#ffffff1f;border-radius:999px;padding:5px 9px;font-size:11px}@media (width<=768px){.profile-container{width:88vw;max-width:88vw}}@media (width<=480px){.profile-container{width:100vw;max-width:100vw}.profile-tabs{gap:4px}.profile-tab{padding:6px;font-size:10px}}.profile-danger-zone{border-top:1px solid #ffffff1f;margin-top:30px;padding-top:20px}.delete-account-btn{width:100%;font-weight:700;color:#fecaca!important;background:#ef44442e!important;border:1px solid #ef444473!important}.delete-account-btn:hover{background:#ef44444d!important}.profile-input{color:#fff;background:#202033;border:1px solid #ffffff1f;border-radius:12px;width:100%;margin-bottom:12px;padding:10px 12px}textarea.profile-input{resize:vertical;min-height:90px}.profile-save-btn{color:#fff;cursor:pointer;background:#24243a;border:none;border-radius:14px;width:100%;margin-top:16px;padding:12px;font-weight:700}.side-panel{color:#fff;z-index:9999;background:#171726;border:1px solid #2b2b45;border-radius:18px;width:min(360px,92vw);max-height:80vh;padding:16px;position:fixed;top:80px;right:20px;overflow-y:auto;box-shadow:0 10px 40px #0006}.side-panel-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.side-panel-header h2{margin:0;font-size:20px}.side-panel-header button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:22px}.side-panel-header button:hover{opacity:.7}.card{background:#24243a;border-radius:14px;margin-bottom:12px;padding:12px}.card h2,.card h3{margin-top:0}.menu-item{color:#fff;text-align:left;cursor:pointer;background:#24243a;border:none;border-radius:10px;width:100%;margin-bottom:8px;padding:10px}.menu-item:hover{background:#343456}.leader-card{color:#fff;background:#24243a;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:12px;display:flex}.submenu{color:#fff;background:#171726;border-radius:16px;padding:16px}.red-dot{background:#ff3b30;border-radius:50%;width:8px;height:8px}.friends-panel{width:100%;height:100%;box-shadow:none;background:0 0;border:none;margin:0;padding:0}.friends-panel-header{align-items:center;gap:12px;margin-bottom:18px;display:flex}.friends-tab,.friends-close{color:#fff;cursor:pointer;background:#121222;border:1px solid #292941;border-radius:16px;width:64px;height:48px;font-size:22px}.friends-close{color:#fff;border:1px solid #7c3aed;border-radius:12px;width:48px;height:48px;margin-left:auto;font-size:24px;background:#171726!important}.friends-search-box{background:#05050c;border:1px solid #7c3aed;border-radius:16px;align-items:center;gap:10px;height:48px;margin-bottom:18px;padding:0 14px;display:flex}.friends-search-box span{opacity:.8;font-size:20px}.friends-search-box input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:15px}.friends-search-box input::placeholder{color:#8b8b9c}.friends-list-area{flex:1;min-height:0;padding-right:6px;overflow-y:auto}.friends-list-area::-webkit-scrollbar{width:6px}.friends-list-area::-webkit-scrollbar-thumb{background:#7c3aed;border-radius:20px}.friend-user-row{border-bottom:1px solid #1f1f32;align-items:center;gap:12px;padding:14px 4px;display:flex}.friend-avatar-wrap{flex-shrink:0;position:relative}.friend-avatar{object-fit:cover;border:2px solid #7c3aed;border-radius:50%;width:58px;height:58px}.friend-status{border:2px solid #080812;border-radius:50%;width:13px;height:13px;position:absolute;bottom:4px;right:0}.friend-status.online{background:#22c55e}.friend-status.offline{background:#71717a}.friend-user-info{flex:1;min-width:0}.friend-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:17px;font-weight:700;overflow:hidden}.friend-role{color:#c4b5fd;background:#7c3aed26;border:1px solid #5b21b6;border-radius:10px;align-items:center;gap:6px;margin-top:5px;padding:4px 8px;font-size:12px;display:inline-flex}.friend-add-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:10px;padding:8px 12px;font-weight:700}.friend-add-btn:hover{background:#7c3aed}.friends-empty{color:#a1a1aa;text-align:center;padding:30px 10px}.friends-section-title{margin:6px 0 18px;font-size:18px;font-weight:800}.request-actions{align-items:center;gap:10px;display:flex}.friend-action{color:#fffc;cursor:pointer;margin:0;padding:0;font-size:18px;line-height:1;transition:all .2s;background:0 0!important;border:none!important}.friend-action:hover{color:#fff;transform:scale(1.15)}@media (width<=768px){.friends-panel{width:100%;max-width:100%}.friends-panel-header{gap:8px;margin-bottom:12px}.friends-tab,.friends-close{border-radius:12px;width:42px;height:42px;font-size:18px}.friends-search-box{height:42px;margin-bottom:12px;padding:0 10px}.friends-search-box span{font-size:16px}.friends-search-box input{font-size:14px}.friend-user-row{gap:8px;padding:10px 2px}.friend-avatar{width:42px;height:42px}.friend-status{width:10px;height:10px}.friend-name{font-size:14px}.friend-role{padding:3px 6px;font-size:10px}.friend-add-btn{padding:6px 8px;font-size:11px}.friends-section-title{margin-bottom:12px;font-size:15px}.accept-btn,.reject-btn{width:30px;height:30px;font-size:14px}}@media (width<=420px){.friend-avatar{width:38px;height:38px}.friend-name{font-size:13px}.friend-role{font-size:9px}.friend-add-btn{padding:5px 7px;font-size:10px}}@media (width<=768px){.friend-user-row{gap:8px;padding:10px 2px}.friend-avatar{width:42px;height:42px}.friend-name{font-size:14px}.friend-role{padding:3px 6px;font-size:10px}.friend-add-btn{padding:6px 8px;font-size:11px}.accept-btn,.reject-btn{width:30px;height:30px;font-size:14px}}@media (width<=420px){.friend-avatar{width:38px;height:38px}.friend-name{font-size:13px}.friend-role{font-size:9px}.friend-add-btn{padding:5px 7px;font-size:10px}}.friends-popup-overlay{z-index:4500;pointer-events:none;background:0 0;justify-content:flex-end;align-items:stretch;width:300px;max-width:calc(100vw - 24px);display:flex;position:fixed;top:58px;bottom:82px;right:12px}.friends-sidebar{pointer-events:auto;background:#09090f;border:1px solid #7c3aed;border-radius:16px;flex-direction:column;width:300px;max-width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 0 18px #7c3aed59}.friends-top-row{border-bottom:1px solid #232338;align-items:center;gap:8px;padding:10px;display:flex}.friends-top-search{background:#05050c;border:1px solid #7c3aed;border-radius:10px;flex:1;align-items:center;gap:6px;height:38px;padding:0 8px;display:flex}.friends-top-search span{opacity:.8;font-size:14px}.friends-top-search input{color:#fff;background:0 0;border:none;outline:none;width:100%;min-width:0;font-size:12px}.friends-top-search input::placeholder{color:#8b8b9c}.friends-close{color:#fff;cursor:pointer;background:#171726;border:1px solid #7c3aed;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;display:flex}.friends-close:hover{background:#2a2340}.friends-tabs{border-bottom:1px solid #232338;justify-content:center;gap:10px;padding:10px;display:flex}.friends-tab{color:#fff;cursor:pointer;background:#171726;border:1px solid #2d2d40;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.friends-tab.active{background:#6d28d9;border-color:#a855f7}.friends-tab:hover{background:#2a2340}.friends-sidebar-body{flex:1;min-height:0;padding:10px;overflow-y:auto}@media (width<=768px){.friends-popup-overlay{width:92vw;max-width:92vw;top:54px;bottom:68px;right:0}.friends-sidebar{border-radius:16px 0 0 16px;width:92vw;max-width:92vw}.friends-top-row{padding:8px}.friends-top-search{height:34px}.friends-close{width:34px;height:34px;font-size:18px}.friends-tab{width:40px;height:40px;font-size:18px}}@media (width<=420px){.friends-popup-overlay{width:100vw;max-width:100vw;right:0}.friends-sidebar{border-radius:0;width:100vw;max-width:100vw}}.friends-tab{position:relative}.friends-badge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.members-overlay{z-index:3998;background:#00000059;position:fixed;inset:0}.members-sidebar{color:#fff;z-index:3999;background:linear-gradient(#15132b,#1e1b4b,#111827);border-top-left-radius:18px;border-bottom-left-radius:18px;flex-direction:column;width:320px;max-width:90vw;height:calc(100dvh - 58px);transition:right .25s;display:flex;position:fixed;top:58px;right:-340px;overflow:hidden;box-shadow:-8px 0 25px #00000059}.members-sidebar.open{right:0}.members-header{border-bottom:1px solid #ffffff1f;flex-shrink:0;justify-content:space-between;align-items:center;height:58px;padding:0 14px;display:flex}.members-header h3{color:#ffb3d9;margin:0;font-size:17px}.members-header button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:20px}.members-body{flex:1;padding:12px;overflow:hidden auto}.members-body::-webkit-scrollbar{width:5px}.members-body::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:20px}.members-main-title{color:#22c55e;border-bottom:1px solid #ffffff26;align-items:center;gap:8px;margin:18px 0 12px;padding-bottom:8px;font-size:14px;font-weight:900;display:flex}.offline-title{color:#9ca3af;margin-top:24px}.members-main-title:first-child{margin-top:4px}.members-section{margin-bottom:18px}.members-section-title{color:#cfc7ff;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;font-weight:800;display:flex}.member-row{background:#ffffff0f;border-radius:12px;align-items:center;gap:8px;margin-bottom:6px;padding:8px;transition:all .2s;display:flex}.member-row:hover{background:#ffffff1f}.member-avatar{object-fit:cover;background:#211f3d;border-radius:50%;flex-shrink:0;width:36px;height:36px}.member-info{flex-direction:column;flex:1;min-width:0;display:flex}.member-name-btn{color:#fff;cursor:pointer;text-align:left;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;max-width:125px;margin:0;padding:0;font-size:14px;font-weight:700;overflow:hidden}.member-name-btn:hover{color:#d8b4fe}.member-role{color:#cfc7ff;white-space:nowrap;font-size:11px}.member-presence{color:#9ca3af;white-space:nowrap;margin-top:2px;font-size:10px}.member-presence.online-text{color:#22c55e}.member-actions{flex-shrink:0;align-items:center;gap:4px;margin-left:auto;display:flex}.member-actions button{color:#fff;cursor:pointer;background:0 0;border:none;padding:3px;font-size:15px;line-height:1}.member-actions button:hover{color:#d8b4fe;transform:scale(1.12)}.member-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.member-dot.online{background:#22c55e;box-shadow:0 0 8px #22c55e}.member-dot.offline{background:#6b7280}@media (width<=1024px){.members-sidebar{width:310px;right:-330px}}@media (width<=768px){.members-sidebar{width:92vw;max-width:92vw;height:calc(100dvh - 54px);top:54px;right:-92vw}.members-sidebar.open{right:0}.member-row{gap:6px;padding:7px}.member-name-btn{max-width:110px}.member-actions button{font-size:14px}}@media (width<=420px){.members-sidebar{border-radius:0;width:100vw;max-width:100vw;right:-100vw}.member-name-btn{max-width:95px}.member-actions{gap:2px}}.users-search{border-bottom:1px solid #ffffff14;padding:10px}.users-search input{box-sizing:border-box;color:#fff;background:#ffffff14;border:1px solid #ffffff24;border-radius:10px;outline:none;width:100%;padding:10px 12px}.users-search input::placeholder{color:#ffffff80}.youtube-player{z-index:9000;background:#09090f;border:1px solid #7c3aed;border-radius:16px;width:min(380px,100vw - 24px);position:fixed;overflow:hidden;box-shadow:0 0 25px #7c3aed73}.youtube-header{cursor:grab;background:#15132b;justify-content:space-between;align-items:center;height:36px;padding:0 10px;display:flex}.youtube-title{color:#fff;font-size:13px;font-weight:700}.youtube-controls{align-items:center;gap:6px;display:flex}.youtube-controls button{box-shadow:none;color:#fff;cursor:pointer;background:0 0;border:none;width:auto;height:auto;padding:2px 4px;font-size:18px}.youtube-controls button:hover{color:#d8b4fe}.youtube-frame{aspect-ratio:16/9;border:none;width:100%;display:block}.youtube-player-hidden{opacity:0;pointer-events:none;width:1px;height:1px;position:fixed;top:-9999px;left:-9999px;overflow:hidden}.youtube-player-hidden iframe{width:1px;height:1px}.youtube-fab{color:#fff;cursor:pointer;z-index:99999;background:#7c3aed;border:none;border-radius:50%;width:44px;height:44px;font-size:20px;position:fixed;bottom:78px;right:14px;box-shadow:0 0 18px #7c3aed80}.youtube-fab:hover{background:#9333ea}@media (width<=768px){.youtube-player{width:min(320px,100vw - 18px);top:auto!important;bottom:78px!important;left:8px!important}.youtube-fab{width:42px;height:42px;font-size:18px;bottom:74px;right:10px}}.ttt-container{background:#171726;border-radius:16px;width:fit-content;margin-top:10px;padding:12px}.ttt-container h3{color:#fff;text-align:center;margin:0 0 10px;font-size:16px}.ttt-grid{grid-template-columns:repeat(3,60px);gap:6px;display:grid}.ttt-cell{color:#fff;cursor:pointer;background:#24243a;border:none;border-radius:10px;width:60px;height:60px;font-size:26px;font-weight:700;transition:all .2s}.ttt-cell:hover{background:#343456;transform:scale(1.05)}.ttt-player{color:#fff;text-align:center;margin-top:10px;font-size:14px}.ttt-reset{color:#fff;cursor:pointer;background:#7b2ff7;border:none;border-radius:10px;width:100%;margin-top:10px;padding:8px;transition:all .2s}.ttt-reset:hover{opacity:.9}@media (width<=600px){.ttt-grid{grid-template-columns:repeat(3,50px)}.ttt-cell{width:50px;height:50px;font-size:22px}}.game-panel{color:#fff;z-index:9999;background:#141425;border:1px solid #ffffff24;border-radius:18px;width:min(320px,92vw);padding:14px;position:fixed;top:95px;right:18px;box-shadow:0 20px 60px #00000080}.game-panel-header{justify-content:space-between;align-items:center;display:flex}.game-panel-header h3{margin:0;font-size:16px}.game-panel-header button{color:#fff;cursor:pointer;background:0 0;border:none;margin-left:8px;font-size:20px}.game-panel-info{color:#c9c7e8;margin:10px 0;font-size:13px}.game-panel-mini{color:#fff;z-index:9999;cursor:pointer;background:#24243a;border:1px solid #ffffff24;border-radius:999px;padding:10px 14px;position:fixed;bottom:150px;right:18px}.MainChatroom{color:#fff;background:radial-gradient(circle at 0 0,#a855f759,#0000 35%),radial-gradient(circle at 100% 100%,#ff2d7240,#0000 35%),linear-gradient(135deg,#15132b,#24144d,#111827);width:100%;height:100dvh;display:flex;overflow:hidden}.main-layout{width:100%;height:100dvh;display:flex;overflow:hidden}.chat-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;flex-direction:column;flex:1;min-width:0;height:100dvh;display:flex;overflow:hidden}.messages{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-sizing:border-box;background:#ffffff0f;border-radius:20px;flex-direction:column;flex:1;width:100%;max-width:1200px;min-height:0;margin:0 auto;padding:10px 10px 110px;display:flex;overflow:hidden auto}.room-card{color:#fff;background:linear-gradient(135deg,#6d28d9,#8b5cf6);border-radius:14px}.current-room{background:linear-gradient(135deg,#7c3aed,#a855f7)}.lobby-button-container{text-align:center;margin-top:15px}.lobby-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6ec7,#a855f7);border:none;border-radius:18px;padding:14px 22px;font-size:15px;font-weight:700;transition:all .3s;box-shadow:0 8px 25px #a855f766}.lobby-button:hover{transform:translateY(-3px)}.right-panel{flex-direction:column;flex-shrink:0;width:350px;display:flex}@media (width<=1024px){.messages{border-radius:16px;max-width:100%}}@media (width<=768px){html,body,#root{width:100%;height:100%;overflow-x:hidden}.MainChatroom,.main-layout,.chat-section{width:100vw;max-width:100vw;height:100dvh;overflow-x:hidden}.MainChatroom,.main-layout,.chat-section,.messages{color:#fff;background:#15132b}.messages{border-radius:0;max-width:100%;padding:10px 8px 115px}@media (width<=480px){.messages{padding:8px 6px 115px}.settings-overlay{z-index:9999;background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.settings-popup{border:1px solid #ffffff1f;border-radius:22px;width:min(430px,94vw);padding:24px;position:relative;box-shadow:0 25px 80px #0000008c;background:linear-gradient(#1e1e35,#141425)!important}.settings-close{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;width:32px;height:32px;font-size:18px;position:absolute;top:14px;right:16px}.side-panel{color:#fff;z-index:9999;background:#141425;border:1px solid #ffffff24;border-radius:18px;width:min(360px,92vw);padding:16px;position:fixed;top:90px;right:18px}.side-panel-header{justify-content:space-between;align-items:center;display:flex}.side-panel-header button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:20px}.typing-indicator{color:#c4b5fd;padding:8px 16px;font-size:13px;font-style:italic;animation:1s infinite pulse}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}}}.message-search{padding:8px 10px}.message-search input{color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;outline:none;width:100%;padding:10px 12px}.private-inbox-overlay{z-index:9998;background:#00000073;position:fixed;inset:0}.private-inbox-panel{color:#fff;z-index:9999;background:#15132b;border:1px solid #7c3aed73;border-radius:18px;width:360px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 90px);position:fixed;top:70px;right:16px;overflow-y:auto;box-shadow:0 0 24px #7c3aed66}.private-inbox-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:14px;display:flex}.private-inbox-header h3{margin:0;font-size:17px}.private-inbox-header button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:20px}.private-inbox-section{padding:14px}.private-inbox-section h4{color:#d8b4fe;margin:0 0 10px;font-size:14px}.private-inbox-card{background:#ffffff12;border-radius:12px;justify-content:space-between;gap:10px;margin-bottom:8px;padding:10px;display:flex}.private-inbox-card p{color:#ddd6fe;margin:3px 0 0;font-size:13px}.private-inbox-card button{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:10px;padding:6px 10px}.private-inbox-empty{color:#9ca3af;font-size:13px}.private-inbox-actions{align-items:center;gap:8px;display:flex}.private-inbox-actions button{color:#fff;cursor:pointer;background:0 0;border:none;padding:2px;font-size:16px;transition:all .2s}.private-inbox-actions button:hover{transform:scale(1.15)}.private-inbox-actions button:first-child{color:#22c55e}.private-inbox-actions button:nth-child(2){color:#ef4444}.private-inbox-actions button:nth-child(3){color:#f59e0b}@media (width<=768px){.profile-menu{z-index:99999;width:100%;height:calc(100vh - 58px);top:58px;right:0}.private-chat{z-index:99998;width:100%;height:calc(100vh - 58px);top:58px;right:0}.MainChatroom,.main-layout,.chat-section{color:#fff;background:#15132b;width:100%}.header,.profile-menu,.private-chat{color:#fff;background:#15132b}.header-title{font-size:16px}}
