:root{--bg: #212d3b;--bg-card: #1e2c3a;--bg-bar: #1c2733;--bg-row: rgba(255,255,255,.04);--text: #ffffff;--hint: #6c7883;--accent: #5288c1;--green: #4ddb68;--blue-lis: #5ac8fa;--hand: #ffd60a;--red: #e05252;--purple: #7b68ee;--app-h: 100dvh;--st: env(safe-area-inset-top, 0px);--sb: env(safe-area-inset-bottom, 0px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}.app{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:var(--app-h);display:flex;flex-direction:column;overflow:hidden;background:var(--bg)}.app--loading,.app--error{justify-content:center;align-items:center;gap:14px;padding:32px 24px}.vc-header{flex:0 0 auto;display:flex;align-items:center;padding:0 6px;padding-top:max(10px,var(--st));padding-bottom:8px;background:var(--bg)}.vc-header.is-hidden,.participant-list.is-hidden{display:none}.vc-header-btn{width:38px;height:38px;border:none;border-radius:50%;background:transparent;color:var(--hint);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.vc-header-btn:active{background:#ffffff0f}.vc-header-center{flex:1;text-align:center}.vc-header-title{font-size:16px;font-weight:600}.vc-header-sub{font-size:13px;color:var(--hint);margin-top:1px}.participant-list{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:8px 8px 12px}.invite-row{display:flex;align-items:center;gap:14px;width:100%;padding:10px 16px;border:none;background:transparent;color:var(--accent);font-size:15px;cursor:pointer;text-align:left}.invite-row:active{background:var(--bg-row)}.invite-icon{width:50px;height:50px;border-radius:50%;background:#5288c12e;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.participant-row{display:flex;align-items:center;gap:14px;width:100%;padding:8px 12px;min-height:64px;border:none;background:#ffffff0e;border-radius:7px;color:var(--text);cursor:pointer;text-align:left;transition:background .1s,box-shadow .15s}.participant-row+.participant-row{margin-top:2px}.participant-row:active{background:#ffffff14}.participant-row.is-speaking{background:#fff1}.participant-row.is-unmuted:not(.is-speaking){background:#ffffff0d}.avatar-wrap{position:relative;flex-shrink:0;width:50px;height:50px}.avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(145deg,#5e5ce6,#32ade6);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;overflow:hidden;color:#fff;position:relative;z-index:1}.avatar img{width:100%;height:100%;object-fit:cover}.speaking-ring{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;background:#4ddb6800;box-shadow:0 0 #4ddb6800;z-index:0;animation:none}.speaking-ring:before,.speaking-ring:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid rgba(77,219,104,var(--voice-alpha,.2));transform:scale(var(--voice-scale,1));opacity:0}.speaking-ring:after{top:-5px;right:-5px;bottom:-5px;left:-5px;transform:scale(calc(var(--voice-scale,1) + .08))}.speaking-ring.active:before{opacity:.8;animation:tg-ring-voice .72s ease-in-out infinite alternate}.speaking-ring.active:after{opacity:.35;animation:tg-ring-voice-outer .9s ease-in-out infinite alternate}@keyframes tg-ring-voice{0%{transform:scale(1.02);opacity:.55}to{transform:scale(var(--voice-scale,1.18));opacity:.95}}@keyframes tg-ring-voice-outer{0%{transform:scale(1.08);opacity:.18}to{transform:scale(calc(var(--voice-scale,1.18) + .15));opacity:.42}}.avatar-wrap--speaking .avatar{outline:2.5px solid var(--green);outline-offset:2px}.participant-info{flex:1;min-width:0}.participant-name{font-size:15px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.participant-status{font-size:13px;margin-top:2px;display:flex;align-items:center;gap:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.participant-status.st-speaking,.participant-status.st-listening{color:var(--green)}.participant-status.st-muted{color:var(--hint)}.participant-status.st-hand{color:var(--hand)}.participant-status.st-bio{color:var(--hint)}.participant-status.st-wants{color:var(--blue-lis)}.wave-bars{display:inline-flex;align-items:flex-end;gap:2px;height:13px;flex-shrink:0}.wave-bar{width:3px;border-radius:1.5px;background:var(--green);transform-origin:bottom}.wave-bar:nth-child(1){height:5px;animation:wb .75s ease-in-out 0s infinite}.wave-bar:nth-child(2){height:9px;animation:wb .75s ease-in-out .15s infinite}.wave-bar:nth-child(3){height:6px;animation:wb .75s ease-in-out .3s infinite}.wave-bar:nth-child(4){height:11px;animation:wb .75s ease-in-out .08s infinite}@keyframes wb{0%,to{transform:scaleY(.28)}50%{transform:scaleY(1)}}.avatar--speaking{outline:2px solid rgba(77,219,104,.95);outline-offset:2px}.participant-mic{width:26px;height:26px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--hint)}.participant-mic.mic-on{color:#76ff93}.participant-row.is-speaking .participant-mic.mic-on{animation:mic-blink .8s ease-in-out infinite}.participant-mic.mic-off{color:var(--hint);opacity:.38}.participant-mic.mic-admin{color:var(--red);opacity:.85}.participant-mic.mic-wants{color:#54c8ff}.vc-bottom{flex:0 0 auto;background:var(--bg-bar);padding:10px 0 calc(10px + var(--sb));border-top:1px solid rgba(255,255,255,.05)}.vc-controls{display:flex;align-items:flex-end;justify-content:space-around;max-width:500px;margin:0 auto;padding:0 4px}.vc-btn{display:flex;flex-direction:column;align-items:center;gap:6px;border:none;background:none;color:var(--text);cursor:pointer;padding:0;min-width:56px;flex:1;max-width:90px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none;-webkit-user-select:none}.vc-btn:disabled{opacity:.72;cursor:default}.vc-btn:active .vc-btn-circle{filter:brightness(.8)}.vc-btn-circle{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:filter .1s,transform .1s;will-change:transform}.vc-btn-circle:active{transform:scale(.93)}.vc-btn-video .vc-btn-circle{background:#2b5278}.vc-btn-video .vc-btn-circle.is-video-on{background:#1499c8;box-shadow:0 0 0 5px #1499c829}.vc-btn-settings .vc-btn-circle,.vc-btn-message .vc-btn-circle{background:#2b5278}.shared-media-stage{flex:0 0 auto;width:min(100%,480px);margin:0 auto;padding:0 8px 8px;background:var(--bg);user-select:none;-webkit-user-select:none;position:relative}.shared-media-stage.is-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2600;width:100%;max-width:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;background:#0d141dfa}.shared-media-stage__back{position:absolute;top:max(14px,var(--st));left:14px;width:38px;height:38px;border:none;border-radius:50%;background:#ffffff14;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:4}.shared-media-stage.is-fullscreen .shared-media-stage__frame{flex:1 1 auto;width:100%;height:100%;margin:0;max-height:none;aspect-ratio:auto;border-radius:0}.shared-media-stage__frame{aspect-ratio:16 / 9;width:100%;overflow:hidden;border-radius:10px;background:#0a1017;box-shadow:0 8px 20px #0000002e}.shared-media-stage__frame video{width:100%;height:100%;object-fit:cover;display:block;background:#000}.shared-media-stage__frame iframe{width:100%;height:100%;border:0;display:block;background:#000;pointer-events:none}.shared-media-stage.is-admin{cursor:pointer}.shared-media-stage__volume{position:absolute;right:18px;top:16px;display:flex;align-items:center;gap:8px;z-index:3;pointer-events:none}.shared-media-stage__volume-toggle{width:28px;height:28px;border:none;border-radius:50%;background:#0000006b;color:#fff;display:flex;align-items:center;justify-content:center;pointer-events:auto;cursor:pointer}.shared-media-stage__volume-popover{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:999px;background:#121922f0;box-shadow:0 8px 24px #00000059;pointer-events:auto}.shared-media-stage__volume-label{font-size:12px;color:#fff;white-space:nowrap}.shared-media-stage__volume-slider{width:124px;accent-color:#5ac8fa}.video-grid{flex:0 0 auto;display:grid;gap:4px;width:min(100%,480px);margin:0 auto;padding:4px 8px 8px;background:var(--bg);overflow:hidden}.video-grid--1{grid-template-columns:1fr}.video-grid--2,.video-grid--3,.video-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.video-tile{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0;width:100%;min-height:112px;aspect-ratio:16 / 9;max-height:245px;overflow:hidden;background:#0a1017;border-radius:8px;cursor:pointer}.video-grid--1 .video-tile{min-height:110px;max-height:154px;aspect-ratio:16 / 9}.video-grid--2 .video-tile,.video-grid--3 .video-tile,.video-grid--4 .video-tile{min-height:108px;max-height:160px;aspect-ratio:1 / 1}.video-tile.is-active{box-shadow:0 0 0 2px #5ac8fad9}.video-tile video{width:100%;height:100%;object-fit:cover;display:block}.video-tile-name{position:absolute;left:8px;bottom:7px;max-width:calc(100% - 16px);padding:3px 8px;border-radius:12px;background:#0000006b;color:#fff;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-stage-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2600;display:flex;flex-direction:column;gap:10px;padding:max(10px,var(--st)) 12px calc(12px + var(--sb));background:#0d141dfa}.video-stage-fullscreen__back{position:absolute;top:max(10px,var(--st));left:12px;width:38px;height:38px;border:none;border-radius:50%;background:#ffffff14;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.video-stage-fullscreen__main{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;padding-top:34px}.video-stage-fullscreen__main .video-tile{max-width:min(100%,920px);max-height:min(72vh,720px);aspect-ratio:16 / 9;border-radius:12px}.video-stage-fullscreen__thumbs{flex:0 0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:8px;max-width:min(100%,920px);margin:0 auto}.video-stage-fullscreen__thumbs .video-tile{min-height:86px;max-height:118px;aspect-ratio:1 / 1;border-radius:8px}.vc-btn-mute{flex:1.15}.vc-btn-mute .vc-btn-circle{width:62px;height:62px;background:linear-gradient(135deg,#45d865,#18bde7);box-shadow:0 0 #5288c100;transition:background .2s,box-shadow .2s,transform .1s;position:relative}.vc-btn-mute .vc-btn-circle>svg{position:relative;z-index:2}.vc-btn-mute .vc-btn-circle:before,.vc-btn-mute .vc-btn-circle:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#4ddb6800;opacity:0;z-index:1;pointer-events:none}.vc-btn-mute .vc-btn-circle.is-live{background:linear-gradient(135deg,#22d65b,#13bdde);box-shadow:0 0 #4ddb6800;animation:mic-blink .82s ease-in-out infinite}.vc-btn-mute .vc-btn-circle.is-live:before{opacity:var(--mic-pulse-alpha,.24);background:#26d64e6b;animation:mic-pulse-inner .82s ease-in-out infinite alternate}.vc-btn-mute .vc-btn-circle.is-live:after{opacity:calc(var(--mic-pulse-alpha,.24) * .7);background:#26d64e42;animation:mic-pulse-outer .95s ease-in-out infinite alternate}@keyframes mic-pulse-inner{0%{transform:scale(1.1)}to{transform:scale(var(--mic-pulse-scale,1.22))}}@keyframes mic-pulse-outer{0%{transform:scale(1.3)}to{transform:scale(calc(var(--mic-pulse-scale,1.22) + .28))}}@keyframes mic-blink{0%,to{filter:brightness(1)}50%{filter:brightness(1.25)}}.vc-btn-mute .vc-btn-circle.is-muted{background:#16a9f5;box-shadow:0 0 0 4px #1caef514,0 8px 20px #0000003d}.vc-btn-mute .vc-btn-circle.is-admin-muted,.vc-btn-mute .vc-btn-circle.is-raise{background:radial-gradient(circle at 32% 72%,#6b7cff,#6b7cff 25%,#d14395 58%,#ff6a46);box-shadow:0 0 0 4px #6c7bff24,0 0 20px #d1439540}.vc-btn-leave .vc-btn-circle{width:54px;height:54px;background:#9b4448;color:#fff;box-shadow:none}.vc-btn-leave .vc-btn-circle svg{width:27px;height:27px}.vc-btn-label{font-size:11px;color:var(--hint);text-align:center;white-space:nowrap;line-height:1.2}.vc-message-layer{position:absolute;left:50%;bottom:calc(118px + var(--sb));transform:translate(-50%);z-index:20;width:min(340px,calc(100% - 48px));display:flex;flex-direction:column;align-items:center;gap:10px;pointer-events:none}.app--composer .vc-message-layer{bottom:calc(178px + var(--sb))}.app--emoji .vc-message-layer{bottom:calc(290px + var(--sb))}.vc-room-message{display:inline-flex;align-items:center;justify-content:center;gap:8px;max-width:100%;margin:0 auto;min-height:43px;padding:7px 14px 7px 8px;border-radius:22px;background:#522d6c94;color:#f3f4f7;font-size:15px;line-height:1.15;text-shadow:none;box-shadow:0 6px 14px #0000001f;animation:vc-msg-in .2s cubic-bezier(.2,.8,.25,1)}.vc-room-message.is-reaction{font-size:15px;gap:8px}.vc-room-message img,.vc-room-message-avatar{width:29px;height:29px;border-radius:50%;flex-shrink:0}.vc-room-message-body{min-width:0;display:flex;flex-direction:column;gap:1px}.vc-room-message-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f6f4ff;font-size:13px;font-weight:700;line-height:1.05;text-shadow:0 1px 1px rgba(0,0,0,.28)}.vc-room-message-text{max-width:178px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f1f1f4;font-size:15px;line-height:1.1}.vc-room-message-avatar{display:inline-flex;align-items:center;justify-content:center;background:#5288c1;color:#fff;font-size:12px;font-weight:600}@keyframes vc-msg-in{0%{opacity:0;transform:translateY(8px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.vc-rate-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:flex;align-items:center;justify-content:center;background:#0000000a}.vc-rate-card{position:relative;width:min(456px,calc(100% - 48px));min-height:139px;border-radius:6px;background:#172433;box-shadow:0 12px 36px #0000006b;padding:43px 30px 22px;color:#fff}.vc-rate-card p{font-size:16px;line-height:1.35}.vc-rate-x{position:absolute;right:22px;top:22px;border:none;background:transparent;color:#7f8d9c;font-size:32px;line-height:1;cursor:pointer}.vc-rate-close{position:absolute;right:30px;bottom:24px;border:none;background:transparent;color:#58bcff;font-size:16px;cursor:pointer}.vc-composer-stack{flex:0 0 auto;display:flex;flex-direction:column;gap:8px;padding:0 24px calc(12px + var(--sb));background:var(--bg-bar)}.vc-reaction-strip{position:relative;z-index:25;align-self:center;display:flex;align-items:center;gap:8px;max-width:calc(100% - 120px);margin:0 auto;padding:8px 12px;border-radius:22px;background:#34404ef5;box-shadow:0 8px 24px #00000047}.vc-reaction-strip button{border:none;background:transparent;color:#fff;font-size:23px;line-height:1;cursor:pointer;padding:0}.vc-reaction-strip .vc-reaction-more{width:28px;height:28px;border-radius:50%;background:#ffffff1f;color:#aeb8c4;font-size:20px;display:inline-flex;align-items:center;justify-content:center}.vc-message-composer{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:0;background:transparent}.vc-emoji-panel{width:100%;max-height:220px;overflow:auto;border-radius:18px;background:#1d2835fa;box-shadow:0 10px 28px #00000052;padding:10px 12px 12px}.vc-emoji-panel__header{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--text);font-size:13px;font-weight:600;margin-bottom:10px}.vc-emoji-panel__close{width:28px;height:28px;border:none;border-radius:50%;background:#ffffff14;color:var(--text);font-size:20px;cursor:pointer;line-height:1}.vc-emoji-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.vc-emoji-chip{aspect-ratio:1 / 1;border:none;border-radius:14px;background:#ffffff0f;color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.vc-emoji-chip:active{background:#ffffff1a}.vc-message-composer input{min-width:0;flex:1;height:51px;border:none;outline:none;border-radius:24px;background:#313b49;color:var(--text);padding:0 48px 0 18px;font-size:16px}.vc-message-composer input::placeholder{color:#9ba7b4}.vc-composer-emoji{margin-left:-52px;width:36px;height:36px;border:none;background:transparent;color:#9ba7b4;font-size:26px;cursor:pointer}.vc-composer-send{width:44px;height:44px;border:none;border-radius:50%;background:#5288c1;color:#fff;font-size:24px;line-height:1;cursor:pointer}.header-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.header-menu-panel{position:fixed;top:calc(54px + var(--st));left:8px;z-index:201;min-width:210px;background:#2b3a4e;border-radius:12px;padding:4px 0;box-shadow:0 8px 32px #0000008c;overflow:hidden}.header-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:transparent;color:var(--text);font-size:15px;text-align:left;cursor:pointer}.header-menu-item:active{background:#ffffff0f}.header-menu-item.danger{color:#ff7070}.header-menu-icon{width:22px;text-align:center;font-size:15px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#0009;display:flex;align-items:flex-end;justify-content:center}.modal-sheet{width:100%;max-width:480px;max-height:85vh;background:#1e2c3a;border-radius:14px 14px 0 0;padding:0 20px calc(20px + var(--sb));overflow-y:auto;animation:slide-up .22s cubic-bezier(.32,.72,0,1)}.modal-sheet--profile{max-height:90vh}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-handle{width:32px;height:3px;background:#fff3;border-radius:2px;margin:10px auto 16px}.profile-popover-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:radial-gradient(circle at 50% 100%,rgba(24,103,145,.22),transparent 30%),#000000b8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.profile-popover{position:fixed;left:var(--profile-left);top:var(--profile-top);width:var(--profile-width);max-width:calc(100% - 28px);max-height:min(var(--profile-max-h, 560px),calc(100dvh - 24px));display:flex;flex-direction:column;animation:profile-pop .14s ease}@keyframes profile-pop{0%{opacity:0;transform:translateY(7px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-popover-card{display:flex;align-items:center;gap:14px;width:100%;min-height:86px;padding:10px 18px 10px 10px;border-radius:12px;background:#191919f5;box-shadow:0 10px 26px #00000057}.profile-popover-avatar-wrap{position:relative;width:66px;height:66px;flex:0 0 66px}.profile-popover-volume-ring{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border:3px solid transparent;border-radius:50%}.profile-popover-volume-ring.speaking{border-color:rgba(42,198,83,var(--profile-voice-alpha,.8));transform:scale(var(--profile-voice-scale,1.05))}.profile-popover-avatar{position:relative;z-index:1;width:66px;height:66px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#5e5ce6,#32ade6);color:#fff;font-size:21px;font-weight:700}.profile-popover-avatar img{width:100%;height:100%;object-fit:cover}.profile-popover-info{min-width:0;flex:1}.profile-popover-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:24px;font-weight:700;line-height:1.1}.profile-popover-status{margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#969696;font-size:21px;line-height:1.12}.profile-popover-status.sp,.profile-popover-status.lis{color:#31d365}.profile-popover-mic{display:flex;align-items:center;justify-content:center;width:34px;height:34px;color:#31d365;flex-shrink:0}.profile-popover-mic.muted{color:#858585}.profile-popover-mic svg{width:31px;height:31px}.profile-popover-menu{flex:1 1 auto;min-height:0;width:min(330px,calc(100% - 20px));margin-top:12px;max-height:calc(100dvh - 180px);overflow-y:auto;overscroll-behavior:contain;border:1px solid rgba(255,255,255,.1);border-radius:0 28px 28px;background:#101010f5;box-shadow:0 12px 30px #00000070}.profile-popover-volume{position:relative;display:flex;align-items:center;height:66px;color:#fff}.profile-popover-volume:before{content:"";position:absolute;inset:0 auto 0 0;width:clamp(76px,var(--vol-fill, 50%),calc(100% - 76px));max-width:calc(100% - 76px);background:#fff;pointer-events:none}.profile-popover-percent{position:relative;z-index:1;width:166px;flex-shrink:0;height:66px;display:flex;align-items:center;padding-left:36px;color:#111;font-size:25px}.profile-popover-speaker{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex:1;min-width:76px;height:66px;color:#fff}.profile-popover-slider{position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;width:100%;height:100%;opacity:0;cursor:pointer;touch-action:none}.profile-popover-action{display:flex;align-items:center;gap:22px;width:100%;min-height:61px;padding:0 28px 0 37px;border:none;background:transparent;color:#f7f7f7;font-size:26px;line-height:1.1;text-align:left;cursor:pointer;white-space:nowrap}.profile-popover-action:active{background:#ffffff14}.profile-popover-action.danger{color:#ff4d57}.profile-popover-action-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-popover-action-icon svg{width:29px;height:29px}.profile-remove-icon{width:30px;height:30px;border:2px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:24px;line-height:1}@media(max-width:520px){.profile-popover-card{min-height:76px;padding-right:14px}.profile-popover-avatar-wrap,.profile-popover-avatar{width:56px;height:56px;flex-basis:56px}.profile-popover-name{font-size:20px}.profile-popover-status{font-size:18px}.profile-popover-menu{width:min(330px,calc(100% - 30px));max-height:calc(100dvh - 190px)}.profile-popover-action{font-size:24px}}.audio-sheet{width:100%;max-width:480px;background:#1e2c3a;border-radius:14px 14px 0 0;padding:0 0 calc(12px + var(--sb));animation:slide-up .22s cubic-bezier(.32,.72,0,1)}.audio-sheet-tabs{display:flex;border-bottom:1px solid rgba(255,255,255,.07);padding:10px 20px 0}.audio-sheet-tabs button{flex:1;padding:10px 4px;border:none;background:none;color:var(--hint);font-size:13px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.audio-sheet-tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}.audio-device-list{list-style:none;padding:4px 0}.audio-device-item{display:flex;align-items:center;gap:14px;width:100%;padding:14px 20px;border:none;background:none;color:var(--text);font-size:15px;text-align:left;cursor:pointer}.audio-device-item:active{background:var(--bg-row)}.audio-device-icon{color:var(--hint);display:flex}.audio-device-label{flex:1}.audio-device-check{color:var(--accent);font-size:17px;font-weight:700}.audio-sheet-hide{display:block;width:calc(100% - 32px);margin:8px auto 0;padding:13px;border:none;border-radius:10px;background:#ffffff14;color:var(--text);font-size:15px;cursor:pointer;text-align:center}.settings-sheet{padding:18px 30px calc(20px + var(--sb));border-radius:8px 8px 0 0}.settings-title{font-size:20px;font-weight:600;padding:0 0 22px}.settings-line{display:flex;width:100%;min-height:46px;align-items:center;justify-content:space-between;gap:18px;border:none;background:transparent;color:var(--text);font-size:16px;text-align:left;cursor:pointer}.settings-line:active{background:#ffffff0a}.settings-line.danger{color:#ff4d57;justify-content:flex-start;margin-top:2px}.settings-value{color:#45b8f7;max-width:54%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-meter{display:flex;gap:5px;height:20px;align-items:center;margin:3px 0 18px}.settings-meter span{width:4px;height:20px;border-radius:3px;background:#3b4d60}.tg-switch{position:relative;width:38px;height:22px;border-radius:999px;background:#7c8792;flex-shrink:0;transition:background .15s}.tg-switch span{position:absolute;width:16px;height:16px;left:3px;top:3px;border-radius:50%;background:#202b37;transition:transform .15s,background .15s}.tg-switch.is-on{background:#4aa9e9}.tg-switch.is-on span{transform:translate(16px);background:#eaf6ff}.settings-done{display:block;width:100%;margin-top:8px;padding:13px;border:none;border-radius:8px;background:#ffffff14;color:#43b8f7;font-size:15px;text-align:right;cursor:pointer}.sheet-menu-item{display:flex;width:100%;align-items:center;justify-content:space-between;padding:14px 0;border:none;background:none;color:var(--text);font-size:16px;border-bottom:1px solid rgba(255,255,255,.06);cursor:pointer;text-align:left}.sheet-menu-item:last-child{border-bottom:none}.settings-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.06)}.settings-row-left{display:flex;align-items:center;gap:12px}.settings-row-icon{font-size:18px;width:26px;text-align:center}.settings-row-text{font-size:16px}.btn{width:100%;padding:13px;border-radius:10px;border:none;font-size:15px;font-weight:500;cursor:pointer;margin-bottom:8px;color:#fff;background:var(--accent)}.btn:active{opacity:.75}.btn.secondary{background:#ffffff14;color:var(--text)}.btn.danger{background:var(--red)}.toast{position:fixed;bottom:96px;left:50%;transform:translate(-50%);z-index:9999;background:#1e2c3af7;color:#fff;padding:10px 18px;border-radius:18px;font-size:14px;pointer-events:none;max-width:88%;text-align:center;box-shadow:0 4px 20px #00000080;animation:toast-in .18s ease}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.audio-tap-hint{flex-shrink:0;margin:6px 16px 0;padding:8px 14px;font-size:13px;color:var(--hint);text-align:center;background:#ffffff0a;border-radius:8px}.status{text-align:center;color:var(--hint);font-size:15px;line-height:1.5}.status--error{color:var(--red)}.modal-overlay--sheet{align-items:flex-end}
