#call_popup{display:flex;position:fixed;background:var(--bg-dark);border-radius:12px;z-index:9999;box-shadow:0 14px 20px rgba(0,0,0,0.2);overflow:hidden;flex-direction:column}#call_popup.call_popup_mini{width:320px;height:240px;min-width:240px;min-height:180px;max-width:50vw;max-height:50vh;right:20px;bottom:20px;resize:both}#call_popup.call_popup_full{inset:0;width:100%;height:100dvh;max-width:100%;max-height:100dvh;margin:0;border-radius:0;resize:none;inset:unset!important;width:100%!important;height:100%!important}#call_popup .call_header{padding:8px 12px;background:var(--bg-darker);display:flex;align-items:center;justify-content:space-between;cursor:grab;user-select:none}#call_popup .call_header:active{cursor:grabbing}#call_popup .call_proj_name{color:var(--bg-white);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#call_popup .call_header_btns{display:flex;gap:4px;flex-shrink:0}#call_popup .call_header_btns .call_btn{width:28px;height:28px;font-size:16px}#call_popup .call_body{overflow:auto;display:grid;grid-template-columns:1fr;gap:8px;padding:12px;flex:1;background:var(--bg-darker)}#call_popup .call_body:has(.call_video_tile:only-child:not(.is_screen)){grid-template-columns:1fr}#call_popup .call_body:has(.call_video_tile:nth-child(2):last-child):not(:has(.is_screen)){grid-template-columns:1fr 1fr}#call_popup .call_body:has(.call_video_tile:nth-child(3):last-child):not(:has(.is_screen)){grid-template-columns:1fr 1fr 1fr}#call_popup .call_body:has(.call_video_tile:nth-child(4)),#call_popup .call_body:has(.is_screen){grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));align-items:stretch}#call_popup .call_body:has(.call_video_tile:nth-child(4)) .call_video_tile.is_stage,#call_popup .call_body:has(.is_screen) .call_video_tile.is_screen,#call_popup .call_body:has(.is_screen) .call_video_tile.is_stage{grid-column:1 / span 3;grid-row:1 / span 3}#call_popup .call_body:has(.call_video_tile:nth-child(4)) .call_video_tile:not(.is_stage),#call_popup .call_body:has(.is_screen) .call_video_tile:not(.is_screen):not(.is_stage){grid-column:4}#call_popup .call_video_tile{position:relative;background:var(--bg-dark);border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:2px solid transparent}#call_popup .call_video_tile video{width:100%;height:100%;object-fit:contain;display:block;aspect-ratio:16 / 9}#call_popup video::-webkit-media-controls{display:none!important}#call_popup video::-webkit-media-controls-enclosure{display:none!important}#call_popup video::-webkit-media-controls-panel{display:none!important}#call_popup .call_video_tile.is_self.is_cam video{transform:scaleX(-1)}#call_popup .call_video_tile.no_video video{display:none}#call_popup .call_video_avatar{width:64px;height:64px;border-radius:50%;background:var(--primary-color);color:var(--bg-white);font-size:24px;font-weight:600;display:flex;align-items:center;justify-content:center;text-transform:uppercase;position:relative;overflow:hidden;--mic-level:0%}#call_popup .call_video_avatar::after{content:'';position:absolute;bottom:0;left:0;right:0;height:var(--mic-level);background:var(--success-color);opacity:0.5;transition:height 0.1s ease-out}#call_popup .call_video_tile:not(.no_video) .call_video_avatar{display:none}#call_popup .call_video_label{position:absolute;bottom:6px;left:6px;color:var(--bg-white);font-size:11px;font-weight:500;background:rgba(0,0,0,0.55);padding:2px 8px;border-radius:4px;display:flex;align-items:center;gap:4px}#call_popup .call_muted_icon{font-size:12px}#call_popup .call_video_tile.is_screen .call_video_label::before{content:'screen: '}#call_popup .call_empty_state{color:#636366;font-size:14px;text-align:center;padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:8px}#call_popup .call_empty_state .material-symbols-outlined{font-size:48px;color:#3a3a3c}#call_popup .call_controls{padding:14px 20px;background:var(--bg-dark);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}#call_popup .call_ctrl_group{display:flex;align-items:center;gap:8px}#call_popup .call_ctrl_group.left{justify-content:flex-start}#call_popup .call_ctrl_group.center{flex:1;justify-content:center}#call_popup .call_ctrl_group.right{justify-content:flex-end}#call_popup .call_btn{width:48px;height:48px;font-size:24px;border-radius:50%}.call_mini_bar{display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:8px 12px;background:var(--bg-dark);opacity:0.94;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--bg-white-10);position:sticky;top:36px;z-index:9;width:100%;box-sizing:border-box}.call_bar_buttons{display:flex;flex-direction:row;align-items:center;gap:8px}.call_btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:99px;background:var(--bg-white-10);color:white;cursor:pointer;font-size:20px;user-select:none;border:none;outline:none}@media (hover:hover){.call_btn:hover{filter:brightness(1.2);opacity:0.8}}.call_btn_exit{background:rgba(235,77,61,0.2);color:var(--error-color)}.call_btn_mic{position:relative;overflow:hidden;background-image:linear-gradient(rgba(76,175,80,0.5),rgba(76,175,80,0.5));background-repeat:no-repeat;background-position:0 100%;background-size:100% 0%;transition:background-size 0.1s ease-out}.call_btn_mic.call_btn_small,.call_btn_popup.call_btn_small{background-color:rgba(0,0,0,0.40)}.call_btn_mic.mic_active{background-size:100% 40%}.call_btn_mic.mic_hot{background-size:100% 100%}.call_btn_transcribe.ob_call_btn_asr.active{color:#58a6ff;background:rgba(88,166,255,0.22)}.call_btn_join{width:auto;padding:0 16px;height:36px;border-radius:18px;background:var(--primary-color);font-size:14px;font-weight:600;letter-spacing:0.3px;color:var(--bg-white)}.call_btn_small{width:36px;height:17px;font-size:12px;font-weight:500}.focus_item .call_btn_small{scale:2;margin-top:-11px;margin-right:20px}.focus_item .call_btn_exit,.focus_item .call_btn_mic,.focus_item .call_btn_popup{scale:2;width:17px;margin-top:-11px;margin-right:20px;font-size:10px}.call_bar_video_preview{display:flex;gap:6px;flex-shrink:0;overflow-x:auto;scrollbar-width:none}.call_bar_video_preview::-webkit-scrollbar{display:none}.call_bar_video_preview .call_bar_video{width:80px;height:60px;border-radius:6px;overflow:hidden;background:var(--bg-darker);border:1px solid var(--bg-white-10);object-fit:cover;display:block;flex-shrink:0}.call_bar_video_preview .call_bar_video.is_self{transform:scaleX(-1)}#call_popup.call_popup_mini .call_body{padding:4px;gap:4px}#call_popup.call_popup_mini .call_controls{padding:8px}#call_popup.call_popup_mini .call_btn{width:32px;height:32px;font-size:18px}#call_popup.call_popup_mini .call_video_avatar{width:40px;height:40px;font-size:16px}#call_popup.call_popup_mini .call_video_label{font-size:10px;padding:1px 4px}@media (max-width:720px){#call_popup,#call_popup.call_popup_mini{width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0;inset:0!important;right:auto!important;bottom:auto!important;resize:none!important}#call_popup .call_btn_fullscreen{display:none}#call_popup .call_body{flex:1;gap:6px;padding:8px;align-content:center}#call_popup .call_body:has(.call_video_tile:only-child:not(.is_screen)){grid-template-columns:1fr;grid-template-rows:1fr}#call_popup .call_body:has(.call_video_tile:nth-child(2):last-child):not(:has(.is_screen)){grid-template-columns:1fr;grid-template-rows:1fr 1fr}#call_popup .call_body:has(.call_video_tile:nth-child(3):last-child):not(:has(.is_screen)){grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr}#call_popup .call_body:has(.call_video_tile:nth-child(4)),#call_popup .call_body:has(.is_screen){grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr))}#call_popup .call_body:has(.call_video_tile:nth-child(4)) .call_video_tile.is_stage,#call_popup .call_body:has(.is_screen) .call_video_tile.is_screen,#call_popup .call_body:has(.is_screen) .call_video_tile.is_stage{grid-column:1 / span 3;grid-row:1 / span 3}#call_popup .call_body:has(.call_video_tile:nth-child(4)) .call_video_tile:not(.is_stage),#call_popup .call_body:has(.is_screen) .call_video_tile:not(.is_screen):not(.is_stage){grid-column:auto;grid-row:4;max-width:unset;min-width:unset}#call_popup .call_video_tile video{max-height:35vh}}#call_popup .call_video_icon{font-size:12px;color:#30d158}.call_bar_avatars{display:flex;align-items:center;gap:4px;overflow-x:auto}.call_tech_toggle{left:2px;bottom:2px;font-size:14px;opacity:.2;cursor:pointer;z-index:5;color:var(--bg-white);position:absolute}.call_bar_tech{font-size:11px;line-height:1.2;color:var(--bg-white-50);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.call_bar_avatar{width:28px;height:28px;border-radius:50%;background:var(--primary-color);color:white;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;border:2px solid transparent;box-sizing:border-box;flex-shrink:0;position:relative}.call_bar_avatar .avatar_mic_off,.call_bar_avatar .avatar_video_on{position:absolute;font-size:9px;background:rgba(0,0,0,0.7);border-radius:50%;padding:1px}.call_bar_avatar .avatar_mic_off{right:-2px;bottom:-2px}.call_bar_avatar .avatar_video_on{left:-2px;bottom:-2px;color:#30d158}.call_bar_avatar.is_speaking,.call_video_tile.is_speaking{border-color:#30d158!important}.is_screen .call_muted_icon{display:none}body.is_ios .call_btn_screen{display:none!important}.md_viewer_body[contenteditable="true"]{outline:none;border:none}.md_viewer_body[contenteditable="true"]:focus{outline:none}.md_viewer_cursor_layer{z-index:5}dialog.migrate_modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;border:none;padding:22px 24px;background:var(--bg-white);color:var(--text-color);border-radius:18px;width:90%;max-width:460px;max-height:86vh;overflow-y:auto;box-shadow:var(--shadow-sm);outline:none}dialog.migrate_modal::backdrop{background:rgba(0,0,0,0.5);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.migrate_head{font-size:1.15rem;font-weight:600}.migrate_sub{margin-top:6px;color:var(--text-light);font-size:0.86rem;line-height:1.45}.migrate_list{margin:16px 0;display:flex;flex-direction:column;gap:2px;max-height:46vh;overflow-y:auto}.migrate_row{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:10px;cursor:pointer}.migrate_row:hover{background:var(--bg-hover)}.migrate_keep{width:16px;height:16px;accent-color:var(--primary-color);cursor:pointer}.migrate_name{flex:1;font-size:0.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.migrate_badge{font-size:0.7rem;padding:2px 7px;border-radius:999px;background:var(--bg-black-5);color:var(--text-light)}.migrate_badge.migrate_lock{background:var(--bg-blue-10);color:var(--primary-color)}.migrate_actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.migrate_toggle{font-size:0.82rem;color:var(--text-light);cursor:pointer}.migrate_toggle:hover{color:var(--text-color)}.migrate_btn{border:none;border-radius:10px;padding:9px 16px;font-size:0.9rem;font-weight:600;cursor:pointer;background:var(--primary-color);color:var(--bg-white)}.migrate_btn:disabled{opacity:0.6;cursor:default}.md_viewer_remote_caret{border-radius:1px}