@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color:#0b0c10;--bg-gradient-1:#1a0b2e;--bg-gradient-2:#0b1a2e;--panel-bg:#0f0f1966;--panel-border:#ffffff14;--border-color:#ffffff1f;--text-primary:#f8f9fa;--text-secondary:#a0aab2;--accent:#00f2fe;--accent-gradient:linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--accent-hover:linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);--danger:#ff4b4b;--danger-bg:#ff4b4b1a;--success:#00e676;--room-header-bg:#0a0a0fcc;--room-sidebar-bg:#111;--room-main-bg:#0a0a0a;--room-card-bg:#ffffff08;--room-border:#ffffff12}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}html,body{-webkit-overflow-scrolling:touch;overflow-x:hidden}html{height:100%;overflow-y:auto}body{background-color:var(--bg-color);color:var(--text-primary);background:radial-gradient(circle at 15% 50%, var(--bg-gradient-1), transparent 50%), radial-gradient(circle at 85% 30%, var(--bg-gradient-2), transparent 50%);background-color:var(--bg-color);background-size:200% 200%;min-height:100vh;line-height:1.6;animation:15s infinite alternate gradientPan}@keyframes gradientPan{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(24px);border:1px solid var(--panel-border);border-radius:24px;box-shadow:0 20px 40px #0006,inset 0 1px #ffffff1a}h1{letter-spacing:-.5px;background:linear-gradient(90deg,#fff,#a0aab2);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.btn{color:#fff;letter-spacing:.5px;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:99px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #6366f140}.btn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 16px #6366f159}.btn:active{box-shadow:none;transform:translateY(1px)scale(.97)}.btn:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;filter:grayscale(.5);transform:none}.btn-secondary{border:1px solid var(--border-color);color:var(--text-primary);background:#ffffff08;box-shadow:0 2px 8px #0000001a}.btn-secondary:hover{background:#ffffff1a;border-color:#fff6;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-secondary:active{box-shadow:none;background:#ffffff0d;transform:translateY(1px)scale(.97)}.input-field{color:var(--text-primary);background:#00000040;border:1px solid #ffffff4d;border-radius:14px;outline:none;width:100%;padding:14px 18px;font-size:15px;font-weight:400;transition:all .3s}.input-field::placeholder{color:#ffffff4d}.input-field:focus{border-color:var(--accent);background:#0006;box-shadow:0 0 0 3px #00f2fe26}.input-field.error{border-color:var(--danger)}.input-field.error:focus{box-shadow:0 0 0 3px var(--danger-bg)}.input-group{text-align:left;flex-direction:column;gap:8px;display:flex}.input-label{color:var(--text-secondary);letter-spacing:.3px;margin-left:4px;font-size:13px;font-weight:500}.error-text{color:var(--danger);margin-top:2px;margin-left:4px;font-size:13px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff3}.no-scrollbar::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.no-scrollbar::-webkit-scrollbar-track{display:none!important}.no-scrollbar::-webkit-scrollbar-thumb{display:none!important}.no-scrollbar{-ms-overflow-style:none!important;scrollbar-width:none!important;overflow:-moz-scrollbars-none!important}.animated-fade-in{animation:.5s cubic-bezier(.16,1,.3,1) forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.share-icon:hover{transform:scale(1.15)}.nav-link-btn{cursor:pointer;justify-content:center;align-items:center;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex;color:#aaa!important;background:0 0!important;border:none!important}.nav-link-btn:hover{border-radius:10px;color:#fff!important;background:#ffffff0f!important}.nav-link-btn.active{border-radius:10px;color:#a5b4fc!important;background:#6366f126!important}.nav-icon-btn{cursor:pointer;color:#888;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;padding:10px;transition:all .2s;display:flex}.nav-icon-btn:hover{color:#fff;background:#ffffff1f}.nav-icon-btn.active{color:#6366f1;background:#6366f11a;border-radius:12px;box-shadow:0 0 0 1px #ffffff1f}html[data-theme=light] .nav-icon-btn{color:#888;background:#00000008}html[data-theme=light] .nav-icon-btn:hover{color:#000;background:#0000000f}html[data-theme=light] .nav-icon-btn.active{color:#6366f1;background:#6366f11a}.profile-pill{cursor:pointer;align-items:center;gap:8px;padding:6px 14px;transition:all .2s;display:flex;color:#ddd!important;background:#ffffff0f!important;border:1px solid #ffffff1a!important;border-radius:12px!important}.profile-pill:hover{background:#ffffff1a!important;border-color:#fff3!important}.profile-divider{background:#ffffff14;height:1px;margin:6px 0}html[data-theme=light] .profile-divider{background:#0000001f!important}html[data-theme=light]{--bg-color:#f7fafc;--bg-gradient-1:#ebf4ff;--bg-gradient-2:#e2e8f0;--panel-bg:#ffffffd9;--panel-border:#00000014;--border-color:#00000026;--text-primary:#1a202c;--text-secondary:#4a5568;--accent:#2b6cb0;--accent-gradient:linear-gradient(135deg, #3182ce 0%, #4299e1 100%);--room-header-bg:#fff;--room-sidebar-bg:#fff;--room-main-bg:#f8fafc;--room-card-bg:#fff;--room-border:#e2e8f0}html[data-theme=light] body{color:#1a202c!important;background:#f7fafc!important}html[data-theme=light] .input-field{color:#111!important;background:#fff!important;border-color:#0003!important}html[data-theme=light] h1:not(.login-left-text):not(.stay-white):not(.gcw-force-dark h1):not(.gcw-force-dark *),html[data-theme=light] h2:not(.login-left-text):not(.stay-white):not(.gcw-force-dark h2):not(.gcw-force-dark *),html[data-theme=light] h3:not(.login-left-text):not(.stay-white):not(.gcw-force-dark h3):not(.gcw-force-dark *){-webkit-text-fill-color:#1a202c!important;color:#1a202c!important;background:0 0!important}html[data-theme=light] .login-left-text{-webkit-text-fill-color:#fff!important;color:#fff!important;background:0 0!important}html[data-theme=light] .login-left p.login-left-text{color:#ffffffd9!important;-webkit-text-fill-color:#ffffffd9!important}html[data-theme=light] .guest-outline-btn{color:#fff!important;background:#64748b!important;border-color:#64748b!important}html[data-theme=light] .guest-outline-btn:hover{background:#475569!important}html[data-theme=light] .guest-submit-btn{color:#fff!important;background:#64748b!important}html[data-theme=light] .guest-submit-btn:hover{background:#475569!important}html[data-theme=light] .guest-input{color:#fff!important}html[data-theme=light] .glass-panel{background:#ffffffd9!important;box-shadow:0 10px 30px #0000000d,inset 0 1px #ffffffb3!important}html[data-theme=light] .btn{color:#fff!important;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)!important;box-shadow:0 4px 14px #6366f140!important}html[data-theme=light] .btn:hover{filter:brightness(1.05)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #6366f166!important}html[data-theme=light] .btn-secondary{color:#475569!important;background:#fff!important;border:1px solid #6366f126!important;box-shadow:0 4px 12px #00000008!important}html[data-theme=light] .btn-secondary:hover{color:#6366f1!important;background:#fff!important;border-color:#6366f159!important;transform:translateY(-2px)!important;box-shadow:0 6px 16px #6366f11a!important}.menu-btn{transition:all .2s}.menu-btn:hover{border-radius:4px;background:#ffffff1a!important}.chat-menu-item:hover{background:#ffffff1a!important}.settings-menu-btn,.settings-menu-btn-danger{transition:all .2s}.settings-menu-btn:hover{background:#ffffff14!important}.settings-menu-btn-danger:hover{background:#ef444426!important}@keyframes lobbyWave{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.lobby-dot{background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite lobbyWave;display:inline-block;box-shadow:0 0 10px #a855f799}.lobby-dot:first-child{animation-delay:0s}.lobby-dot:nth-child(2){animation-delay:.2s}.lobby-dot:nth-child(3){animation-delay:.4s}.cam-name-overlay{pointer-events:none;color:#fff!important}.cam-ui-overlay{opacity:0!important;visibility:hidden!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.cam-container:hover .cam-ui-overlay{opacity:1!important;visibility:visible!important}@media (hover:none){.cam-ui-overlay{opacity:1!important;visibility:visible!important}}@media (width<=1024px){.cam-ui-overlay{opacity:1!important;visibility:visible!important}}@keyframes blobFloat{0%{border-radius:40% 60% 70% 30%/40% 50% 60%;transform:scale(1)translate(0)}to{border-radius:60% 40% 30% 70%/50% 60% 40%;transform:scale(1.1)translate(2px,-2px)}}.home-footer{background:#09090b;border-top:1px solid #ffffff0d;padding:64px 16px 120px}@media (width>=640px){.home-footer{padding:80px 24px 120px}}@media (width>=1025px){.home-footer{padding:80px 40px 40px}}.footer-link-btn{text-align:left;cursor:pointer;color:#6b7280;background:0 0;border:none;padding:0;font-size:14px;transition:all .2s}.footer-link-btn:hover{color:#818cf8}.footer-social-btn{color:#888;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.footer-social-btn:hover{color:#818cf8;background:#6366f11a;border-color:#6366f133;transform:translateY(-2px)}html[data-theme=light] .home-footer{background:#fff!important;border-top:1px solid #00000014!important}html[data-theme=light] .home-footer h3,html[data-theme=light] .home-footer h4{color:#111!important}html[data-theme=light] .footer-link-btn{color:#6b7280!important}html[data-theme=light] .footer-link-btn:hover{color:#6366f1!important}html[data-theme=light] .footer-social-btn{color:#555;background:#0000000a;border-color:#00000014}html[data-theme=light] .footer-social-btn:hover{transform:translateY(-2px)}html[data-theme=light] .home-footer-bottom{color:#6b7280!important;border-top-color:#00000014!important}.encryption-section{background:radial-gradient(circle,#1e1136,#09090b);border-top:1px solid #ffffff0d;padding:100px 0}html[data-theme=light] .encryption-section{background:radial-gradient(circle,#f0f4ff,#eef2ff);border-top:1px solid #00000014}.stay-white{color:#fff!important;-webkit-text-fill-color:#fff!important}.stay-red{color:#ef4444!important;-webkit-text-fill-color:#ef4444!important}@keyframes wave-bar{0%{height:20%}to{height:80%}}.trash-delete-btn{cursor:pointer!important;color:#a0aab2!important;background:0 0!important;border:none!important;justify-content:center!important;align-items:center!important;padding:4px!important;transition:color .2s!important;display:flex!important}.trash-delete-btn:hover{color:#ef4444!important}html[data-theme=light] .trash-delete-btn{color:#4a5568!important}html[data-theme=light] .trash-delete-btn:hover{color:#ef4444!important}.feat-toggle-track{cursor:pointer;border-radius:99px;flex-shrink:0;width:42px;height:24px;position:relative}.feat-toggle-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:left .2s;position:absolute;top:3px}.feat-toggle-track[data-active=false]{background:#4b5563!important}.feat-toggle-thumb{box-shadow:0 1px 4px #00000080}html[data-theme=light] .feat-toggle-track[data-active=false]{background:#0000002e!important}html[data-theme=light] .feat-toggle-thumb{box-shadow:0 1px 4px #00000040;background:#fff!important}.live-badge{color:#fff!important;-webkit-text-fill-color:#fff!important}.guest-marquee-container{background:#f59e0b14;border-bottom:1px solid #f59e0b26;width:100%;padding:8px 0;overflow:hidden}.guest-marquee-text{white-space:nowrap;color:#fbbf24;letter-spacing:.3px;padding-left:100%;font-size:13px;font-weight:600;animation:25s linear infinite marquee;display:inline-block}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.section-padding{padding-top:80px!important;padding-bottom:80px!important}@media (width<=768px){.section-padding{padding-top:60px!important;padding-bottom:60px!important}}.hiw-section{width:100%;padding-top:90px;padding-bottom:90px}.hiw-container{max-width:1200px;margin:0 auto;padding:0 24px}@media (width>=768px){.hiw-container{padding:0 48px}}@media (width>=1024px){.hiw-container{padding:0 80px}}@media (width<=640px){.hiw-section{padding-top:60px!important;padding-bottom:60px!important}}.nav-links-desktop{display:none!important}@media (width>=1025px){.nav-links-desktop{display:flex!important}.nav-hamburger-btn{display:none!important}}.nav-hamburger-btn{cursor:pointer;background:#ffffff0d;border:none;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;transition:background .2s;display:flex}.nav-hamburger-btn:hover{background:#ffffff1a}html[data-theme=light] .nav-hamburger-btn{background:#0000000a}html[data-theme=light] .nav-hamburger-btn:hover{background:#00000014}.ham-line{background:#888;border-radius:1px;width:20px;height:2px;transition:all .25s}html[data-theme=light] .ham-line{background:#555}.mobile-nav-panel{border-top:1px solid #ffffff0f;flex-direction:column;gap:2px;padding:8px 16px 20px;display:flex}html[data-theme=light] .mobile-nav-panel{border-top-color:#00000014}.mobile-nav-link{cursor:pointer;text-align:left;color:#94a3b8;background:0 0;border:none;border-radius:10px;align-items:center;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;font-weight:600;transition:all .2s;display:flex}.mobile-nav-link:hover{color:#fff;background:#ffffff0f}.mobile-nav-link.active{color:#a5b4fc;background:#6366f11f}html[data-theme=light] .mobile-nav-link{color:#555}html[data-theme=light] .mobile-nav-link:hover{color:#111;background:#0000000a}html[data-theme=light] .mobile-nav-link.active{color:#4f46e5;background:#6366f114}.mobile-nav-divider{background:#ffffff0f;height:1px;margin:8px 0}html[data-theme=light] .mobile-nav-divider{background:#0000000f}.nav-bar-row{justify-content:space-between;align-items:center;padding:12px 16px;display:flex}@media (width>=768px){.nav-bar-row{padding:16px 40px}}.footer-grid{grid-template-columns:1fr;gap:40px;margin-bottom:44px;display:grid}@media (width>=480px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media (width>=900px){.footer-grid{grid-template-columns:repeat(4,1fr);gap:48px}}.footer-bottom-bar{color:#9ca3af;text-align:center;border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:40px;font-size:12px;display:flex}@media (width<=640px){.footer-bottom-bar{flex-direction:column;align-items:center}.home-hero-section{padding:72px 16px 64px!important}.home-section-sm{padding:64px 16px!important}.home-section-md{padding:80px 16px!important}.hero-join-form{border-radius:12px!important;flex-direction:column!important}.hero-join-input{width:100%!important;padding:14px 16px!important}.hero-join-btn{justify-content:center!important;width:100%!important;padding:14px 16px!important}.feat-grid{grid-template-columns:1fr!important}.chat-demo-inner{flex-direction:column!important;gap:32px!important}.pinned-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.pinned-rooms-section .img-layer{height:100px!important}.pinned-rooms-section .footer-layer{padding:8px 10px!important}.pinned-rooms-section .footer-layer h3{max-width:80px!important;font-size:12px!important}.pinned-rooms-section .join-btn{padding:4px 8px!important;font-size:11px!important}.pinned-rooms-section{padding:48px 16px!important}.stats-row{flex-wrap:wrap!important;justify-content:center!important}.stat-sep{display:none!important}.back-to-top-btn{padding:9px 18px!important;font-size:13px!important}}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-wrapper{animation:.2s pageFadeIn}.room-right-column{flex-direction:column;flex-shrink:0;gap:12px;width:340px;height:100%;display:flex;overflow:hidden}@media (width>=640px) and (width<=1023px){.room-right-column{width:260px!important}.room-header{padding:0 16px!important}}@media (width<=639px){.room-header{height:56px!important;padding:0 10px!important}.room-brand-text,.room-header-divider,.room-header-divider-wrap,.room-id-text{display:none!important}.room-header-right{gap:6px!important}.room-main-layout{flex-direction:column!important;gap:0!important;padding:0!important}.room-quick-controls,.room-main-layout:not(.mob-media-active) .room-player-col{display:none!important}.room-main-layout:not(.mob-media-active) .room-right-column{flex:1!important;width:100%!important;height:100%!important;display:flex!important;position:static!important}#room-chat-panel{flex-shrink:1!important;min-height:0!important}.room-theme-btn{display:none!important}.player-controls-row{gap:3px!important}.player-ctrl-btn{min-width:30px!important;min-height:30px!important;padding:6px!important}.player-vol-slider,.player-ctrl-time,.player-native-btn-text,.player-ducked-badge,.player-native-btn,.player-globe-wrap{display:none!important}.player-subtitle-menu{min-width:160px!important;max-width:calc(100vw - 24px)!important;max-height:50vh!important;left:auto!important;right:0!important;overflow-y:auto!important}.media-selector-close-btn{top:12px!important;right:12px!important}}@media (width<=767px){.room-fullscreen-btn{display:none!important}}.player-mob-fs{transform-origin:0 0!important;z-index:999999!important;width:100vh!important;height:100vw!important;box-shadow:none!important;background:#000!important;border:none!important;border-radius:0!important;position:fixed!important;top:0!important;left:100vw!important;overflow:hidden!important;transform:rotate(90deg)!important}.room-mob-center,.room-mob-icon-btn{display:none}@media (width<=639px){.room-desktop-only,.back-btn-text{display:none!important}.room-header{justify-content:flex-start!important}.room-header-right{margin-left:auto!important}.room-mob-center{cursor:pointer;flex:none;justify-content:flex-start;align-items:center;gap:10px;min-width:0;margin-left:8px;padding:0;display:flex!important}.room-mob-avatar{object-fit:cover;border-radius:10px;flex-shrink:0;width:34px;height:34px}.room-mob-avatar-placeholder{background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.room-mob-name-stack{flex-direction:column;gap:3px;min-width:0;display:flex}.room-mob-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:130px;font-size:14px;font-weight:800;overflow:hidden}.room-mob-members-pill{color:#10b981;white-space:nowrap;background:#10b98126;border:1px solid #10b9814d;border-radius:20px;align-items:center;gap:4px;width:fit-content;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.room-mob-icon-btn{background:var(--room-card-bg);border:1px solid var(--room-border);width:36px;height:36px;color:var(--text-primary);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex!important}.room-mob-icon-btn.active-cam{color:#818cf8;background:#6366f126;border-color:#6366f166}.room-mob-icon-btn.active-mic{color:#10b981;background:#10b98126;border-color:#10b98166}.room-participants-panel{box-sizing:border-box!important;z-index:50001!important;border-radius:0 0 24px 24px!important;width:100%!important;min-width:0!important;max-height:70vh!important;position:fixed!important;top:64px!important;left:0!important;right:0!important;overflow-y:auto!important}.mob-sheet-backdrop{-webkit-backdrop-filter:blur(4px);z-index:9100;background:#00000080;position:fixed;inset:0}.mob-bottom-sheet{background:var(--room-sidebar-bg,#111);border-top:1px solid var(--room-border);z-index:9200;border-radius:20px 20px 0 0;padding:12px 0 24px;animation:.25s cubic-bezier(.32,.72,0,1) slideUpSheet;position:fixed;bottom:0;left:0;right:0}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mob-sheet-handle{background:#fff3;border-radius:2px;width:36px;height:4px;margin:0 auto 16px}.mob-sheet-item{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:16px;padding:16px 24px;font-family:inherit;font-size:16px;font-weight:600;transition:background .15s;display:flex}.mob-sheet-item:hover,.mob-sheet-item:active{background:#ffffff0f}.share-social-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px!important;display:grid!important}.no-media-title{display:none!important}.mob-media-active{flex-direction:column!important}.mob-media-active .room-player-col{flex:none!important;height:230px!important;min-height:230px!important;max-height:230px!important}.mob-media-active .room-right-column{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;flex:1!important;width:100%!important;height:auto!important;min-height:0!important;padding:0!important;display:flex!important;position:static!important;overflow:hidden!important}.mob-media-active .player-wrap{box-shadow:none!important;border:none!important;border-radius:0!important}.mob-media-active #room-chat-panel{border-top:none!important;border-radius:0!important}.media-selector-modal-inner{border-radius:20px 20px 0 0!important;max-width:100%!important;max-height:94vh!important;margin-top:auto!important}.media-selector-overlay{align-items:flex-end!important;padding:0!important}.media-selector-filter-tabs,.media-selector-title-desktop{display:none!important}.media-selector-title-mobile{display:block!important}.media-selector-grid{grid-template-columns:repeat(2,1fr)!important}.media-selector-grid-quick{grid-template-columns:repeat(1,1fr)!important}.media-selector-close-btn,.room-settings-close-btn{top:12px!important;right:12px!important}.rsm-container{border-radius:20px 20px 0 0!important;max-width:100%!important;max-height:94vh!important;margin-top:auto!important}.rsm-sidebar{display:none!important}.rsm-content{padding:16px!important}.rsm-overlay{align-items:flex-end!important;padding:0!important}.rsm-mob-list-item{border:1px solid var(--room-border,#ffffff12);color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border-radius:14px;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px;padding:18px 16px;font-family:inherit;font-size:15px;font-weight:600;transition:background .15s;display:flex}.rsm-mob-list-item:hover,.rsm-mob-list-item:active{background:#ffffff0d}.rsm-mob-back{color:var(--text-primary);cursor:pointer;opacity:.8;background:0 0;border:none;align-items:center;gap:8px;padding:8px 0 20px;font-family:inherit;font-size:15px;font-weight:700;display:flex}}html[data-theme=light] .mob-bottom-sheet{background:#fff;border-top:1px solid #e2e8f0}html[data-theme=light] .mob-sheet-handle{background:#00000026}html[data-theme=light] .mob-sheet-item{color:#0f172a}html[data-theme=light] .mob-sheet-item:hover{background:#0000000a}html[data-theme=light] .rsm-mob-list-item{color:#0f172a;border-color:#e2e8f0}html[data-theme=light] .rsm-mob-list-item:hover{background:#00000008}html[data-theme=light] .player-subtitle-menu{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 -8px 20px #00000014!important}html[data-theme=light] .player-subtitle-menu .subtitle-menu-info{background:#6366f10f!important;border-color:#6366f126!important}html[data-theme=light] .player-subtitle-menu button{color:#111827!important}html[data-theme=light] .player-subtitle-menu button:hover{background:#0000000d!important}
