@import url(https://fonts.cdnfonts.com/css/eksotika);@import url(https://fonts.cdnfonts.com/css/neue-power);@font-face{font-family:Radiant Rose;font-style:normal;font-weight:400;src:local("Radiant Rose"),url(https://fonts.cdnfonts.com/s/116098/RadiantRose-PV36x.woff) format("woff")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Rubik,-apple-system,BlinkMacSystemFont,sans-serif;margin:0}div[class*=MuiBox-root],p,span{font-family:Rubik,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.scrollbar-dark{scrollbar-color:#229ed9 #101624;scrollbar-width:thin}.scrollbar-dark::-webkit-scrollbar{background:#101624;border-radius:8px;width:8px}.scrollbar-dark::-webkit-scrollbar-thumb{background:linear-gradient(120deg,#174a6c,#229ed9);border-radius:8px;min-height:24px}.scrollbar-dark::-webkit-scrollbar-thumb:hover{background:#229ed9}.scrollbar-light{scrollbar-color:#229ed9 #f3f6fd;scrollbar-width:thin}.scrollbar-light::-webkit-scrollbar{background:#f3f6fd;border-radius:8px;width:8px}.scrollbar-light::-webkit-scrollbar-thumb{background:linear-gradient(120deg,#e3eaf2,#29b6f6);border-radius:8px;min-height:24px}.scrollbar-light::-webkit-scrollbar-thumb:hover{background:#29b6f6}.scrollbar-room-vibe-gallery{scrollbar-color:#50505021 #0000;scrollbar-width:thin}.scrollbar-room-vibe-gallery::-webkit-scrollbar{background:#0000;border-radius:4px;width:3px}.scrollbar-room-vibe-gallery::-webkit-scrollbar-thumb{background:#50505021;border-radius:4px;min-height:24px}.scrollbar-room-vibe-gallery::-webkit-scrollbar-thumb:hover{background:#50505038}.scrollbar-luxury-dark{scrollbar-color:#3c3c4666 #0a0a0f80;scrollbar-width:thin}.scrollbar-luxury-dark::-webkit-scrollbar{background:#0a0a0f80;border-radius:8px;width:6px}.scrollbar-luxury-dark::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#3c3c4680,#28283266);border:1px solid #50505a26;border-radius:8px;box-shadow:0 2px 6px #0000004d;min-height:32px}.scrollbar-luxury-dark::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#50505a99,#3c3c4680);box-shadow:0 4px 10px #0006}.header{background:#0000}.header,.header .header__content{align-items:center;display:flex;justify-content:space-between}.header .header__content{margin-top:20px;width:100%}.header .header__logo img{height:40px;width:auto}.header .header__title{color:#fff;font-size:18px;font-weight:700}.header .header__actions{align-items:center;display:flex;gap:10px}.room-card{border-radius:16px;display:flex;flex-direction:column;max-width:340px;min-height:340px;overflow:hidden;position:relative}.room-card,.room-card__top{background:#253749;width:100%}.room-card__top{background-position:50%;background-repeat:no-repeat;background-size:cover;border-top-left-radius:16px;border-top-right-radius:16px;height:48%;min-height:140px;transition:background-image .3s}.room-card__bottom{background:#253749;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-between;padding:12px;position:relative}.room-card__title{color:#eaf6ff;display:block;font-size:1rem;font-weight:600;margin-bottom:2px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-card__avatars{align-items:center;display:flex;gap:8px;height:52px;margin-top:8px;position:relative;z-index:1}.room-card__avatar-img{background:#232c3b;border:2px solid #fff;border-radius:50%;cursor:pointer;display:flex;height:52px;object-fit:cover;width:52px}.room-card__avatar-img:first-child{margin-left:0}.room-card__join-btn{align-self:flex-end;background:linear-gradient(90deg,#4a6fa5,#5b7fc7 50%,#6a8fd9);border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;height:30px;padding:0 18px;transition:background .2s,transform .3s cubic-bezier(.4,1.2,.3,1),box-shadow .2s}.room-card__join-btn:hover{background:linear-gradient(90deg,#5b7fc7,#6a8fd9 50%,#7ba3eb)}.room-card__join-btn:active{transform:scale(.9)}.room-card__level-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;box-shadow:0 2px 8px #0003;color:#fff;font-size:12px;font-weight:600;padding:4px 12px;position:absolute;right:12px;top:12px}.room-card__action-row{align-items:center;display:flex;justify-content:space-between;margin-top:20px;width:100%}.room-card__action-row .room-card__chip-list{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.room-card__action-row .room-card__chip-list .room-card__chip{align-items:center;background:#232c3b;border-radius:16px;color:#eaf6ff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI;font-size:14px;font-weight:500;line-height:1.7;min-height:28px;padding:2px 10px;text-transform:capitalize}.room-card__tooltip-name{color:#bae6fd;font-size:13px;font-weight:600;line-height:1.3;margin:0 0 6px}.room-card__tooltip-note{color:#eaeaf6;font-size:12px;line-height:1.15;margin:0 0 16px}.room-card__tooltip-action{color:#3a8ff2;font-family:Comic Relief,sans-serif;font-size:11px;font-weight:500;line-height:1;margin:0}.room-card__join-icon{margin-left:4px;vertical-align:middle}.fade-in{animation:fadeIn .3s ease-out forwards;opacity:0}@keyframes fadeIn{to{opacity:1}}.room-layout{display:flex;flex-direction:column;height:100dvh;overflow:hidden}.room-layout .room-main{background:rgba(26,26,26,.502);display:flex;flex:1 1;flex-direction:row;min-height:0;overflow:hidden}.room-layout .left-section{border-right:1px solid #222;display:flex;flex:1 1;flex-direction:column;height:100%;min-width:0}.room-layout .left-section--full{border-right:none;flex:1 1 100%;width:100%}.room-layout .participants-section{align-items:center;display:flex;height:201px;justify-content:center}.room-layout .center-section{align-items:center;background:#0000;display:flex;flex:1 1 auto;justify-content:center;min-height:0;min-width:0;overflow:hidden;position:relative}.room-layout .right-section{background-color:#1e1e1e;border-left:1px solid #222;border-radius:0 0 0 16px;box-shadow:-2px 0 16px #00000026;display:flex;flex-direction:column;height:100%;overflow:hidden;width:340px}.room-layout .open-chat-btn{align-items:center;background:linear-gradient(135deg,#00283ce6,#001423f2);border:none;border-radius:24px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:.95rem;font-weight:500;gap:.5rem;padding:.5rem 1.2rem;transition:transform .1s ease}.room-layout .open-chat-btn svg{color:#bae6fd}.room-layout .open-chat-btn:active{transform:scale(.95)}.room-layout .chat-badge{align-items:center;background:#ef4444;border-radius:8px;box-shadow:0 2px 4px #0000004d;color:#fff;display:flex;font-size:10px;font-weight:600;height:16px;justify-content:center;min-width:16px;padding:0 4px;position:absolute;right:-6px;top:-6px}@media(max-width:768px){.room-layout .right-section{display:none!important}.room-layout .open-chat-btn{display:block}}.room-layout .controls-section{flex-shrink:0;height:72px;justify-content:space-between;margin-top:auto;padding:.5rem 1rem}.room-layout .controls-section,.room-layout .controls-wrapper{align-items:center;display:flex;gap:1rem}.room-layout .controls-spacer{flex-shrink:0;width:120px}@media(max-width:480px){.room-layout .controls-section{justify-content:flex-start}.room-layout .controls-spacer{width:0}}.meeting-ended-layout-root{align-items:center;background-color:#1a1a1a;display:flex;justify-content:center;min-height:100vh}.meeting-ended-layout-root .meeting-ended-content{align-items:center;display:flex;justify-content:center;width:100%}.meeting-ended-layout-root .meeting-ended-card{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:40px;text-align:center}.meeting-ended-layout-root .icon-container{margin-bottom:20px}.meeting-ended-layout-root .meeting-icon{color:#f5222d;font-size:50px;position:relative}.meeting-ended-layout-root .meeting-title{margin-bottom:16px}.meeting-ended-layout-root .meeting-message{font-size:16px;margin-bottom:24px}.meeting-ended-layout-root .meeting-id{font-size:14px;margin-bottom:24px}.meeting-ended-layout-root .rejoin-button{font-size:16px;padding:8px 24px}.center-section-focused{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.center-section-focused.pip-mode{height:1px;overflow:hidden;pointer-events:none;position:absolute;visibility:hidden;width:1px}.center-section-focused:before{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000d9;border-radius:20px;content:"";inset:0;position:absolute;z-index:-1}.center-section-focused .focused-content{align-items:center;border-radius:16px;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}@media(max-width:768px){.center-section-focused .focused-content{border-radius:8px}}.center-section-focused .video-wrapper{align-items:center;background:#00000094;border-radius:12px;display:flex;height:100%;justify-content:center;max-width:100%;position:relative;width:100%}@media(max-width:767px){.center-section-focused .video-wrapper{border-radius:8px}}@media(min-width:768px){.center-section-focused .video-wrapper{border-radius:14px;max-width:90%}}@media(min-width:1024px){.center-section-focused .video-wrapper{max-height:90%;max-width:85%}}@media(min-width:1280px){.center-section-focused .video-wrapper{border-radius:16px;max-height:85%;max-width:80%}}@media(min-width:1440px){.center-section-focused .video-wrapper{max-height:80%;max-width:75%}}@media(min-width:1920px){.center-section-focused .video-wrapper{max-height:75%;max-width:70%}}.center-section-focused .focused-video-container{align-items:center;display:flex;height:100%;justify-content:center;max-height:600px;max-width:800px;width:100%}.center-section-focused .focused-video-container .focused-video{border-radius:12px;height:100%;object-fit:contain;width:100%}@media(max-width:768px){.center-section-focused .focused-video-container .focused-video{border-radius:8px}.center-section-focused .focused-video-container{max-height:300px;max-width:100%}}@media(min-width:769px)and (max-width:1024px){.center-section-focused .focused-video-container{max-height:450px;max-width:600px}}.center-section-focused .focused-avatar-container{align-items:center;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:center;padding:24px;width:100%}.center-section-focused .focused-avatar-container .MuiAvatar-root{border:3px solid #fff3!important;box-shadow:0 8px 32px #0000004d;height:100px!important;transition:all .3s ease;width:100px!important}@media(min-width:375px){.center-section-focused .focused-avatar-container .MuiAvatar-root{height:120px!important;width:120px!important}}@media(min-width:480px){.center-section-focused .focused-avatar-container .MuiAvatar-root{height:140px!important;width:140px!important}}@media(min-width:768px){.center-section-focused .focused-avatar-container .MuiAvatar-root{border-width:4px!important;height:160px!important;width:160px!important}}@media(min-width:1024px){.center-section-focused .focused-avatar-container .MuiAvatar-root{height:180px!important;width:180px!important}}@media(min-width:1440px){.center-section-focused .focused-avatar-container .MuiAvatar-root{height:200px!important;width:200px!important}}.center-section-focused .focused-avatar-container .avatar-name{color:#fff;font-size:14px;font-weight:500;letter-spacing:.3px;max-width:90%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}@media(min-width:375px){.center-section-focused .focused-avatar-container .avatar-name{font-size:16px}}@media(min-width:768px){.center-section-focused .focused-avatar-container .avatar-name{font-size:18px;max-width:80%}}@media(min-width:1024px){.center-section-focused .focused-avatar-container .avatar-name{font-size:20px}}@media(min-width:1440px){.center-section-focused .focused-avatar-container .avatar-name{font-size:22px}}@media(min-width:768px){.center-section-focused .focused-avatar-container{gap:24px;padding:32px}}@media(min-width:1024px){.center-section-focused .focused-avatar-container{gap:28px}}.center-section-focused .name-badge{align-items:center;bottom:4px;display:inline-flex;gap:8px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);white-space:nowrap}.center-section-focused .name-badge .status-dot{background:#7ed957;border-radius:50%;height:8px;width:8px}.center-section-focused .name-badge .name-text{color:#fff;font-size:14px;font-weight:500;letter-spacing:.3px}.center-section-focused .floating-controls{inset:0;pointer-events:none;position:absolute}.center-section-focused .floating-controls .control-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;border:1px solid #ffffff1a;color:#fff;pointer-events:auto;transition:all .2s ease}.center-section-focused .floating-controls .control-btn:hover{background:#bae6fd33;border-color:#bae6fd;color:#bae6fd;transform:scale(1.1)}.center-section-focused .floating-controls .control-btn:active{transform:scale(.95)}.center-section-focused .floating-controls .close-btn{position:absolute;right:12px;top:12px}.center-section-focused .floating-controls .bottom-controls{bottom:12px;display:flex;gap:8px;position:absolute;right:12px}.center-section-focused.fullscreen{border-radius:0;padding:0}.center-section-focused.fullscreen:before{border-radius:0}.center-section-focused.fullscreen .focused-video-container{background:#000;max-height:100%;max-width:100%}.center-section-focused.fullscreen .focused-content,.center-section-focused.fullscreen .focused-video-container .focused-video{border-radius:0}@media(max-width:768px){.center-section-focused .name-badge{bottom:4px;padding:6px 12px}.center-section-focused .name-badge .name-text{font-size:12px}.center-section-focused .floating-controls .close-btn{right:8px;top:8px}.center-section-focused .floating-controls .bottom-controls{bottom:8px;right:8px}.center-section-focused .floating-controls .control-btn{height:32px;width:32px}}.video-root{display:flex;height:100%;position:relative;width:100%}.video-root .video-track-container{background:#000;border-radius:8px;height:100%;overflow:hidden;position:relative;width:100%}.video-root .video-element{border-radius:8px;height:100%;object-fit:cover;width:100%}.video-root .audio-only{align-items:center;display:flex;justify-content:center}.video-root .label-only-audio-container{background:#0009;border-radius:4px;padding:4px 8px;position:absolute;right:8px;top:8px}.video-root .label-only-audio-text{color:#fff;font-size:12px;margin:0}.video-root .local-preview{border:2px solid #4caf50}.control-button{align-items:center;background:rgba(0,0,0,.431);border-radius:50%;color:#ffffffb3;display:flex;flex-direction:column}.control-button svg{fill:currentColor;color:#ffffffb3;height:32px;width:32px}.control-button path{fill:currentColor}.control-button .MuiIconButton-root.sharing-active{animation:pulse-share 2s infinite;background:#ff525214;border-radius:16px;color:#ff5252;transition:color .2s,background .2s}.control-button .MuiIconButton-root.sharing-active svg{color:#ff5252}@keyframes pulse-share{0%{box-shadow:0 0 0 0 #ff525280;transform:scale(1)}50%{box-shadow:0 0 0 8px #ff525226;transform:scale(1.05)}to{box-shadow:0 0 0 0 #ff525280;transform:scale(1)}}.leave-button{margin-left:auto}.participant-card{align-items:center;background:#001529;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;font-size:13px;height:200px;justify-content:space-between;padding:12px 8px;position:relative;scroll-snap-align:start;scroll-snap-stop:always;transition:transform .2s ease,box-shadow .2s ease,border .2s ease;width:160px}.participant-card.focused{border:2px solid #2196f3;box-shadow:0 0 16px #2196f380}.participant-card .card-overlay{background:#0000;border-radius:12px;height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:background .2s ease;width:100%;z-index:5}.participant-card .settings-btn{align-items:center;background:#0009;border-radius:50%;color:#e1d8d8;cursor:pointer;display:flex;height:28px;justify-content:center;opacity:0;position:absolute;right:8px;top:8px;transition:opacity .2s ease,transform .2s ease,background .2s ease;width:28px;z-index:10}.participant-card .settings-btn:hover{transform:rotate(45deg)}.participant-card .settings-btn:active{transform:rotate(45deg) scale(.8)}.participant-card.focused .card-overlay,.participant-card:hover .card-overlay{background:#00000040}.participant-card.focused .settings-btn,.participant-card:hover .settings-btn{opacity:1}@media(max-width:768px){.participant-card{font-size:11px;height:180px;padding:8px 6px;width:140px}}@media(min-width:769px)and (max-width:1024px){.participant-card{font-size:12px;height:180px;padding:10px 7px;width:140px}}.participant-card .avatar-section{align-items:center;display:flex;flex-direction:column;flex-shrink:0;min-height:100px;padding-top:24px}.participant-card .soundbar-section{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-bottom:4px;margin-top:auto;min-height:40px}.participant-card .avatar.placeholder{align-items:center;background-color:#374151;display:flex;font-size:18px;font-weight:700;justify-content:center}.participant-card.has-video{padding:0}.participant-card.has-video .video-stream{background-color:#111;border-radius:12px;height:100%;left:0;margin-bottom:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.participant-card.has-video .video-stream .local-preview-video,.participant-card.has-video .video-stream video{height:100%;object-fit:cover;width:100%}.participant-card.has-video .video-overlay-content{display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:8px;pointer-events:none;position:relative;width:100%;z-index:1}.participant-card.has-video .video-overlay-content:before{background:linear-gradient(0deg,#000000b3 0,#0000);border-radius:0 0 12px 12px;bottom:0;content:"";height:60%;left:0;pointer-events:none;position:absolute;right:0}.participant-card.has-video .video-overlay-content .name,.participant-card.has-video .video-overlay-content .soundbar-section{pointer-events:auto;position:relative;z-index:2}.participant-card.has-video .soundbar-section{border-radius:6px;margin-bottom:4px;padding:4px 8px}.participant-card.has-video .name{justify-content:center}.participant-card.has-video .name .name-text{box-shadow:0 1px 4px #0000004d}.participant-card .video-stream{aspect-ratio:4/3;background-color:#111;border-radius:8px;height:100px;margin-bottom:12px;overflow:hidden;position:relative;width:100%}.participant-card .name{align-items:center;display:flex;flex-shrink:0;gap:8px}.participant-card .name .name-text{background:#0000001a;border-radius:4px;color:#bae6fd;font-size:14px;font-weight:600;line-height:1.2;overflow:hidden;padding:2px 8px;text-overflow:ellipsis;white-space:nowrap}.participant-card .name .mic-icon{align-items:center;border-radius:50%;display:inline-flex;height:20px;justify-content:center;padding:2px;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease;width:20px}.participant-card .name .mic-icon.off{background-color:#0000001a;box-shadow:0 0 1px #cdcccc99;color:#ffffffb3}.sound-meter-layout-root{align-items:center;display:flex;justify-content:center;min-height:40px;padding:8px 0;width:100%}.sound-meter-layout-root .sound-meter-container{align-items:flex-end;display:flex;gap:4px;height:30px;justify-content:center;pointer-events:none;position:relative}.sound-meter-layout-root .sound-meter-bar{border-radius:2px;max-height:30px;transform-origin:bottom;transition:height .1s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,background-color .3s ease,transform .3s ease;width:4px}.sound-meter-layout-root .sound-meter-bar.normal{background-color:#f0f0e9;box-shadow:none}.sound-meter-layout-root .sound-meter-bar.member{background-color:#00ffd1;box-shadow:0 0 4px #00ffd180}.sound-meter-layout-root .sound-meter-bar.premium{background:linear-gradient(0deg,#6f86d6,#48c6ef);box-shadow:0 0 6px #6f86d699,0 0 12px #488eef66}.sound-meter-layout-root .sound-meter-bar.vip-member{background-color:gold;box-shadow:0 0 6px #ffd700b3,0 0 12px #ffd70080;transform:scaleY(1.3)}.sound-meter-layout-root .sound-meter-bar.ultimate{animation:rainbow-glow 3s linear infinite,pulse-ultimate 1.5s ease-in-out infinite;background:conic-gradient(from 0deg,#ff006e,#fbff00,#00ff6a,#006eff,#ff006e);box-shadow:0 0 8px #ff006ee6,0 0 16px #fbff00b3,0 0 24px #00ff6a99;transform-origin:bottom}.sound-meter-layout-root .sound-meter-bar.ultimate-2{animation:glow-ultimate2 4s ease-in-out infinite,pulse-ultimate2 1.2s ease-in-out infinite;background:conic-gradient(from 180deg,#00f5a0,#00c6ff 20%,#0072ff 40%,#8e2de2 60%,#ff00e0 80%,#ff007f);box-shadow:0 0 8px #00f5a0cc,0 0 16px #00c6ff99,0 0 24px #8e2de280,0 0 32px #ff00e066;transform-origin:bottom}@keyframes rainbow-glow{to{filter:hue-rotate(1turn)}}@keyframes pulse-ultimate{0%,to{box-shadow:0 0 8px #ff006ee6,0 0 16px #fbff00b3,0 0 24px #00ff6a99;transform:scaleY(1)}50%{box-shadow:0 0 12px #ff006e,0 0 20px #fbff00e6,0 0 32px #00ff6acc;transform:scaleY(1.4)}}@keyframes glow-ultimate2{0%{filter:hue-rotate(0deg)}50%{filter:hue-rotate(180deg)}to{filter:hue-rotate(1turn)}}@keyframes pulse-ultimate2{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.3)}}.participants-container{align-items:center;display:flex;justify-content:center;min-height:201px;padding:12px 20px;position:relative;width:100%}@media(max-width:768px){.participants-container{padding:12px 8px}}.participants-list{-ms-overflow-style:none;-webkit-overflow-scrolling:touch;display:flex;gap:12px;overflow-x:scroll;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.participants-list::-webkit-scrollbar{display:none}@media(min-width:769px){.participants-list{justify-content:flex-start}.participants-list:has(>:nth-child(-n+4):last-child){justify-content:center}}@media(max-width:768px){.participants-list{gap:8px;justify-content:flex-start}.participants-list:has(>:nth-child(-n+2):last-child){justify-content:center}}.scroll-btn{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:1px solid #ffffff1a;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:36px;z-index:10}.scroll-btn:hover{background:#000c;border-color:#fff3;transform:translateY(-50%) scale(1.1)}.scroll-btn:active{transform:translateY(-50%) scale(.95)}.scroll-btn-left{left:8px}.scroll-btn-right{right:8px}
/*# sourceMappingURL=main.cfdf9d70.css.map*/