:root{font-family:DM Sans,system-ui,sans-serif;color-scheme:light;--page: #d9e3df;--surface: #fff;--surface-2: #f6f8f7;--surface-3: #f0f4f2;--hover: #f3f8f6;--hover-2: #eef5f2;--active: #e8f5f0;--wallpaper: #eeeae3;--wallpaper-dot: #86978e18;--wallpaper-sheen: #ffffff88;--auth-card: #f9fbfa;--bubble-in: #fff;--bubble-out: #d9fdd3;--avatar-bg: #dcebe5;--note-bg: #fff4c4;--note-ink: #7b6a32;--tick-read: #00a7c4;--ink: #182621;--ink-soft: #3e5750;--muted: #6e817b;--muted-2: #81928c;--line: #dfe6e3;--line-soft: #edf0ef;--green: #16a66b;--green-dark: #0d8050;--green-bright: #20bd76;--dot: #21c87a;--accent-ink: #18785a;--accent-soft: #e7f2ed;--accent-soft-hover: #d7ebe2;--segmented-track: #f0f4f2;--segmented-on: #fff;--danger: #b33a3a;--danger-soft: #fdeeee;--shadow-frame: 0 18px 70px #1c39332b;--shadow-menu: 0 12px 35px #17372e26;--shadow-bubble: 0 1px 2px #173b2e24;--shadow-pill: 0 1px 2px #28463a20;--shadow-modal: 0 30px 80px #102a2366;--backdrop: #112a2473;color:var(--ink);background:var(--page)}:root[data-theme=dark]{color-scheme:dark;--page: #0b141a;--surface: #111b21;--surface-2: #202c33;--surface-3: #2a3942;--hover: #1b262d;--hover-2: #2a3942;--active: #2a3942;--wallpaper: #0b141a;--wallpaper-dot: #ffffff0a;--wallpaper-sheen: #ffffff05;--auth-card: #111b21;--bubble-in: #202c33;--bubble-out: #005c4b;--avatar-bg: #2a3942;--note-bg: #182a2f;--note-ink: #ffd88a;--tick-read: #53bdeb;--ink: #e9edef;--ink-soft: #cfd9de;--muted: #8696a0;--muted-2: #8696a0;--line: #222d34;--line-soft: #1b262d;--green: #1da868;--green-dark: #16855a;--green-bright: #21c07d;--dot: #21c87a;--accent-ink: #53bdac;--accent-soft: #14352b;--accent-soft-hover: #1b4436;--segmented-track: #0d161c;--segmented-on: #2a3942;--danger: #f15c6d;--danger-soft: #3a2125;--shadow-frame: none;--shadow-menu: 0 12px 35px #0006;--shadow-bubble: 0 1px 2px #0004;--shadow-pill: 0 1px 2px #0004;--shadow-modal: 0 30px 80px #0008;--backdrop: #0b141acc}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-frame{height:100dvh;display:flex;max-width:1500px;margin:auto;background:var(--surface);box-shadow:var(--shadow-frame);overflow:hidden}.loading-screen{height:100dvh;display:grid;place-items:center;font:600 15px Manrope,sans-serif;color:var(--muted);background:var(--page)}.chat-sidebar{width:390px;min-width:330px;border-right:1px solid var(--line);display:flex;flex-direction:column;position:relative;background:var(--surface)}.side-head,.chat-head{height:72px;background:var(--head-bg);display:flex;align-items:center;padding:0 18px;border-bottom:1px solid var(--line);flex:none}.side-head{justify-content:space-between}.me,.chat-head{gap:11px}.me{display:flex;align-items:center;min-width:0}.me img,.avatar img{width:44px;height:44px;border-radius:50%;background:var(--avatar-bg);object-fit:cover;flex:none}.me>div,.contact{display:flex;flex-direction:column;min-width:0}.me b,.contact b{font:600 14px Manrope,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.me small,.contact small{font-size:12px;color:var(--muted)}.me small:before{content:"";display:inline-block;width:6px;height:6px;background:#20c77a;border-radius:50%;margin-right:5px}.icon-row{display:flex;gap:5px;margin-left:auto}.icon-row button,.modal-head button,.back,.composer>button{border:0;background:transparent;color:var(--muted);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;transition:.2s;flex:none}.icon-row button:hover:not(:disabled),.composer>button:hover:not(:disabled),.modal-head button:hover{background:var(--hover-2);color:var(--accent-ink)}.icon-row svg,.back svg,.composer svg{width:20px}.profile-menu{position:absolute;z-index:5;right:15px;top:62px;width:190px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:6px;box-shadow:var(--shadow-menu)}.profile-menu button{width:100%;border:0;background:none;padding:10px;display:flex;align-items:center;gap:10px;border-radius:8px;color:var(--ink-soft);font-size:14px;text-align:left}.profile-menu button:hover{background:var(--hover-2)}.profile-menu button svg{width:17px;height:17px;flex:none}.profile-menu button.danger{color:var(--danger)}.profile-menu button.danger:hover{background:var(--danger-soft)}.search-wrap{padding:12px 14px 8px}.search{height:42px;border-radius:9px;background:var(--surface-3);display:flex;align-items:center;gap:10px;padding:0 14px;color:var(--muted)}.search input{border:0;outline:0;background:transparent;width:100%;font-size:13px;color:var(--ink)}.list-title{display:flex;justify-content:space-between;padding:11px 19px 8px;font:600 10px Manrope,sans-serif;letter-spacing:1.2px;color:var(--muted-2)}.list-title span:last-child{color:var(--accent-ink);letter-spacing:0}.chat-list{overflow:auto;flex:1}.chat-row{width:100%;min-height:76px;padding:8px 14px;border:0;background:var(--surface);display:flex;gap:11px;text-align:left;transition:.2s;align-items:center}.chat-row:hover{background:var(--hover)}.chat-row.active{background:var(--active)}.avatar{position:relative;flex:none}.avatar i{position:absolute;right:0;bottom:2px;width:11px;height:11px;background:var(--dot);border:2px solid var(--surface);border-radius:50%}.chat-summary{flex:1;min-width:0;border-bottom:1px solid var(--line-soft);padding:4px 0 11px}.chat-summary>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-summary b{font:600 14px Manrope,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-summary time,.chat-summary span{font-size:12px;color:var(--muted-2)}.chat-summary time{flex:none}.chat-summary span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:7px}.chat-summary em{font-style:normal;font-size:10px;background:var(--green-bright);color:#fff;min-width:19px;height:19px;border-radius:10px;display:grid;place-items:center;flex:none;padding:0 5px;margin-top:7px}.list-empty{text-align:center;padding:48px 28px;color:var(--muted)}.list-empty p{margin:0;font:600 14px Manrope,sans-serif}.list-empty p+p{margin-top:8px;font:400 13px DM Sans,sans-serif;color:var(--muted-2)}.side-foot{height:38px;background:var(--surface-2);display:grid;place-items:center;font-size:10px;color:var(--muted-2);flex:none;border-top:1px solid var(--line-soft)}.side-foot i{display:inline-block;width:6px;height:6px;background:#18b970;border-radius:50%}.chat-panel{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--wallpaper);position:relative}.chat-head{background:var(--surface-2)}.chat-head .avatar img{width:40px;height:40px}.back{display:none}.message-area{flex:1;overflow:auto;padding:28px clamp(24px,7vw,95px);display:flex;flex-direction:column;gap:7px;background-color:var(--wallpaper);background-image:radial-gradient(var(--wallpaper-dot) 1px,transparent 1px),linear-gradient(135deg,var(--wallpaper-sheen) 25%,transparent 25%);background-size:21px 21px,80px 80px}.day-pill,.encryption-note{align-self:center;border-radius:7px;font-size:10px;box-shadow:var(--shadow-pill);flex:none}.day-pill{background:var(--surface);padding:6px 10px;color:var(--muted);letter-spacing:.4px}.encryption-note{max-width:390px;text-align:center;background:var(--note-bg);color:var(--note-ink);padding:8px 13px;margin-bottom:15px;line-height:1.5}.bubble{max-width:72%;padding:9px 11px 6px;border-radius:9px;box-shadow:var(--shadow-bubble);font-size:14px;flex:none}.bubble p{margin:0;line-height:1.4;white-space:pre-wrap;word-break:break-word}.bubble>span{display:flex;align-items:center;justify-content:flex-end;gap:4px;font-size:9px;color:var(--muted-2);margin-top:4px}.bubble em{font-style:italic;color:var(--muted-2)}.received{align-self:flex-start;background:var(--bubble-in);border-top-left-radius:2px}.sent{align-self:flex-end;background:var(--bubble-out);border-top-right-radius:2px}.sent span svg{color:var(--muted-2)}.sent span svg.read{color:var(--tick-read)}.system-row{align-self:center;background:var(--surface);border-radius:7px;padding:7px 12px;font-size:11px;color:var(--muted);box-shadow:var(--shadow-pill);display:flex;align-items:center;gap:7px;flex:none}.system-row svg{width:13px;height:13px}.composer{min-height:65px;display:flex;align-items:center;padding:9px 16px;background:var(--surface-2);gap:3px;flex:none}.composer input{height:44px;border:0;border-radius:10px;background:var(--surface);padding:0 15px;outline:none;flex:1;min-width:0;color:var(--ink)}.composer input:focus{box-shadow:0 0 0 2px #25b87955}.composer .send{background:var(--green);color:#fff;margin-left:7px}.composer .send:hover:not(:disabled){background:var(--green-dark);color:#fff}.no-chat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:40px;color:var(--muted);background-color:var(--wallpaper);background-image:radial-gradient(var(--wallpaper-dot) 1px,transparent 1px),linear-gradient(135deg,var(--wallpaper-sheen) 25%,transparent 25%);background-size:21px 21px,80px 80px}.no-chat h2{font:700 26px Manrope,sans-serif;color:var(--ink-soft);margin:8px 0 0}.no-chat p{margin:0;font-size:14px;max-width:340px;line-height:1.5}.no-chat .badge{width:64px;height:64px;border-radius:20px;background:var(--accent-soft);color:var(--green);display:grid;place-items:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:var(--backdrop);display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{width:min(420px,100%);max-height:calc(100dvh - 40px);overflow:auto;background:var(--surface);border-radius:20px;padding:24px;box-shadow:var(--shadow-modal)}.modal.wide{width:min(520px,100%)}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;gap:12px}.modal-head h2{margin:3px 0 0;font:700 24px Manrope,sans-serif}.eyebrow{font:700 10px Manrope,sans-serif;letter-spacing:1.8px;color:var(--accent-ink)}.section-label{font-size:11px;color:var(--muted-2);margin:22px 0 8px}.section-label:first-child{margin-top:0}.section-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:0;margin:22px 0 8px;font-size:11px;color:var(--muted-2);cursor:pointer;font-family:inherit;letter-spacing:.02em}.section-toggle:hover{color:var(--text)}.person{display:flex;width:100%;align-items:center;gap:12px;border:0;background:none;padding:9px;border-radius:10px;text-align:left;color:inherit}button.person:hover{background:var(--hover-2)}.person img{width:42px;height:42px;border-radius:50%;background:var(--avatar-bg);object-fit:cover;flex:none}.person>span{display:flex;flex-direction:column;min-width:0;flex:1}.person b{font:600 14px Manrope,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.person small{color:var(--muted-2);margin-top:3px;font-size:12px}.person .row-actions{display:flex;gap:6px;flex:none}.pill{border:0;border-radius:8px;padding:7px 13px;font:600 12px Manrope,sans-serif;background:var(--accent-soft);color:var(--accent-ink);transition:.2s}.pill:hover:not(:disabled){background:var(--accent-soft-hover)}.pill.solid{background:var(--green);color:#fff}.pill.solid:hover:not(:disabled){background:var(--green-dark)}.pill.ghost{background:transparent;color:var(--muted-2);border:1px solid var(--line)}.pill.ghost:hover:not(:disabled){background:var(--hover-2)}.pill.danger{background:transparent;color:var(--danger);border:1px solid var(--danger-soft)}.pill.danger:hover:not(:disabled){background:var(--danger-soft)}.pill.muted{background:var(--surface-3);color:var(--muted-2)}.icon-pill{width:32px;height:32px;border:0;border-radius:9px;background:var(--surface-3);color:var(--muted-2);display:grid;place-items:center;transition:.2s;flex:none}.icon-pill:hover:not(:disabled){background:var(--hover-2);color:var(--ink-soft)}.icon-pill.danger:hover:not(:disabled){background:var(--danger-soft);color:var(--danger)}.icon-pill svg{width:15px;height:15px}.modal-search{display:flex;gap:8px}.modal-search .search{flex:1}.field{display:block;font-size:12px;font-weight:600;color:var(--ink-soft);margin-bottom:15px}.field input,.field select,.field textarea{display:block;width:100%;border:1px solid var(--line);background:var(--surface);border-radius:9px;padding:0 13px;margin-top:7px;outline:0;color:var(--ink);font-weight:400}.field input,.field select{height:46px}.field textarea{padding:12px 13px;resize:vertical;min-height:92px;font-family:inherit}.field input:focus,.field select:focus,.field textarea:focus{border-color:#17a76b;box-shadow:0 0 0 3px #17a76b1c}.field input:disabled{background:var(--surface-3);color:var(--muted-2)}.field .hint{display:block;margin-top:6px;font-weight:400;font-size:11px;color:var(--muted-2)}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.form-error,.form-ok{font-size:12px;margin:0 0 12px}.form-error{color:var(--danger)}.form-ok{color:var(--accent-ink)}.avatar-edit{display:flex;align-items:center;gap:16px;margin-bottom:22px}.avatar-edit img{width:68px;height:68px;border-radius:50%;object-fit:cover;background:var(--avatar-bg)}.avatar-edit label{cursor:pointer}.call-modal{text-align:center}.call-avatar{width:92px;height:92px;border-radius:50%;margin:0 auto 18px;display:grid;place-items:center;background:#e2f3ea;color:var(--green);animation:pulse 1.6s ease-in-out infinite}.call-avatar svg{width:38px;height:38px}@keyframes pulse{0%,to{box-shadow:0 0 #16a66b40}50%{box-shadow:0 0 0 16px #16a66b00}}.call-modal h2{font:700 22px Manrope,sans-serif;margin:0 0 6px}.call-modal p{margin:0 0 24px;color:#6e817b;font-size:14px}.call-actions{display:flex;gap:12px;justify-content:center}.call-btn{height:52px;min-width:132px;border:0;border-radius:14px;font:600 14px Manrope,sans-serif;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;transition:.2s}.call-btn svg{width:18px;height:18px}.call-btn.accept{background:var(--green)}.call-btn.accept:hover{background:var(--green-dark)}.call-btn.decline{background:#d94b4b}.call-btn.decline:hover{background:#bd3c3c}.auth-shell{min-height:100dvh;display:grid;place-items:center;padding:24px;background:#0d3028;background-image:radial-gradient(circle at 20% 20%,#1a72544f,transparent 33%),radial-gradient(circle at 80% 80%,#1fae6d3b,transparent 30%)}.auth-card{width:min(450px,100%);background:var(--auth-card);border-radius:24px;padding:38px 42px;box-shadow:0 35px 90px #001a13aa}.auth-brand{display:flex;align-items:center;gap:10px;font:700 23px Manrope,sans-serif;margin-bottom:40px}.auth-brand span{width:43px;height:43px;border-radius:14px;background:#19aa6d;color:#fff;display:grid;place-items:center}.auth-brand span svg{width:22px;height:22px}.auth-card h1{font:700 38px Manrope,sans-serif;letter-spacing:-1.4px;margin:8px 0}.auth-copy{color:var(--muted);margin:0 0 28px}.auth-card form{display:grid;gap:15px}.auth-card label{font-size:12px;font-weight:600;color:var(--ink-soft)}.auth-card label input{display:block;width:100%;height:46px;border:1px solid var(--line);background:var(--surface);border-radius:9px;padding:0 13px;margin-top:7px;outline:0;font-weight:400;color:var(--ink)}.auth-card label input:focus{border-color:#17a76b;box-shadow:0 0 0 3px #17a76b1c}.primary-auth,.google-auth{height:48px;border-radius:10px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}.primary-auth{border:0;background:#159b63;color:#fff;margin-top:6px}.primary-auth:hover:not(:disabled){background:var(--green-dark)}.google-auth{width:100%;margin-top:12px;background:var(--surface);border:1px solid var(--line);color:var(--ink-soft)}.google-slot{margin-top:12px;display:flex;justify-content:center;min-height:48px}.auth-switch{text-align:center;color:var(--muted);font-size:13px;margin:25px 0 0}.auth-switch a,.auth-switch button{border:0;background:none;color:var(--accent-ink);font-weight:700;text-decoration:none}@media (max-width: 700px){.chat-sidebar{width:100%;min-width:0;border:0}.chat-sidebar.mobile-hidden,.chat-panel{display:none}.chat-panel.mobile-show{display:flex;width:100%}.back{display:grid}.message-area{padding:20px 14px}.bubble{max-width:85%}.chat-head{padding:0 9px}.auth-card{padding:30px 24px}.auth-card h1{font-size:32px}}@media (max-width: 480px){.side-head,.chat-head{padding:0 12px}.message-area{padding:16px 12px}.bubble{max-width:90%}.composer{padding:10px 12px}.modal{padding:20px}.auth-card{padding:24px 20px}.auth-card h1{font-size:28px}}.call-bar{position:fixed;left:50%;bottom:22px;transform:translate(-50%);z-index:15;display:flex;align-items:center;gap:12px;padding:10px 12px 10px 18px;border-radius:999px;background:#123c31;color:#eaf5f0;box-shadow:0 16px 40px #0d2c2466;max-width:calc(100vw - 32px)}.call-bar .live{display:inline-block;width:8px;height:8px;border-radius:50%;background:#34d98a;animation:pulse-dot 1.4s ease-in-out infinite;flex:none}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.35}}.call-bar b{font:600 13px Manrope,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.call-bar .bar-actions{display:flex;gap:6px;flex:none}.call-bar button{border:0;border-radius:999px;padding:8px 14px;font:600 12px Manrope,sans-serif;background:#2b5a4c;color:#eaf5f0;transition:.2s}.call-bar button:hover:not(:disabled){background:#367160}.call-bar button.leave{background:#d94b4b}.call-bar button.leave:hover:not(:disabled){background:#bd3c3c}@media (max-width: 480px){.call-bar{bottom:80px;padding:9px 10px 9px 14px;gap:8px}.call-bar button{padding:8px 11px}}.call-screen{position:absolute;top:0;right:0;bottom:0;left:0;z-index:12;display:flex;flex-direction:column;background:#0e1f1a;color:#eaf5f0}.call-top{height:60px;flex:none;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#0b1a16;border-bottom:1px solid #1b332c}.call-who{display:flex;flex-direction:column;min-width:0}.call-who b{font:600 15px Manrope,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.call-timer{font-size:12px;color:#7fa89b;font-variant-numeric:tabular-nums}.call-icon{border:0;background:transparent;color:#9fc0b5;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;transition:.2s}.call-icon:hover{background:#1b332c;color:#eaf5f0}.call-banner{margin:0;padding:9px 16px;background:#4a2020;color:#ffd9d9;font-size:13px;flex:none}.linkish{border:0;background:none;color:inherit;text-decoration:underline;padding:0}.call-stage{flex:1;min-height:0;display:flex;flex-direction:column;gap:10px;padding:14px}.tile-grid{flex:1;min-height:0;display:grid;gap:10px}.call-waiting{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.call-waiting img{width:116px;height:116px;border-radius:50%;object-fit:cover;background:#24493f;animation:pulse-ring 1.8s ease-in-out infinite}@keyframes pulse-ring{0%,to{box-shadow:0 0 #16a66b55}50%{box-shadow:0 0 0 18px #16a66b00}}.call-waiting b{font:600 20px Manrope,sans-serif}.call-waiting span{font-size:13px;color:#7fa89b}.tile-solo{position:relative;flex:1;min-height:0;display:flex}.tile-solo>.video-tile{flex:1}.self-float{position:absolute;right:14px;bottom:14px;width:154px;height:108px;border-radius:12px;overflow:hidden;box-shadow:0 10px 26px #06130f80}.self-float .video-tile{width:100%;height:100%;border-radius:12px}.call-stage.quad .tile-grid{grid-template-columns:repeat(2,1fr)}.call-stage.many .tile-grid{grid-template-columns:repeat(3,1fr)}.stage-main{flex:1;min-height:0;display:flex}.stage-main .video-tile{flex:1}.stage-strip{flex:none;height:108px;display:flex;gap:10px;overflow-x:auto}.stage-strip .video-tile{width:160px;flex:none}.video-tile{position:relative;background:#16302a;border-radius:14px;overflow:hidden;min-height:0;display:flex}.video-tile.presenting{background:#0b1a16}.video-tile video{width:100%;height:100%;object-fit:cover;background:#0b1a16}.video-tile video.contain,.video-tile.presenting video{object-fit:contain}.video-tile video.mirror,.call-pip video.mirror{transform:scaleX(-1)}.tile-avatar{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#16302a}.tile-avatar img{width:96px;height:96px;border-radius:50%;object-fit:cover;background:#24493f}.tile-avatar span{width:72px;height:72px;border-radius:50%;background:#24493f;color:#cfe8dd;display:grid;place-items:center;font:600 27px Manrope,sans-serif}.video-tile.compact .tile-avatar img{width:96px;height:96px;border-radius:50%;object-fit:cover;background:#24493f}.video-tile.compact .tile-avatar img{width:48px;height:48px}.tile-avatar span{width:44px;height:44px;font-size:17px}.tile-bar{position:absolute;left:8px;bottom:8px;right:8px;display:flex;align-items:center;gap:6px;font-size:11px;color:#eaf5f0;text-shadow:0 1px 3px #000a}.tile-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tile-state{position:absolute;top:8px;left:8px;font-size:10px;background:#0006;padding:4px 8px;border-radius:6px}.call-hint{margin:0;padding:0 16px 6px;text-align:center;font-size:13px;color:#7fa89b;flex:none}.call-controls{flex:none;display:flex;justify-content:center;gap:12px;padding:16px;background:#0b1a16;border-top:1px solid #1b332c}.call-ctl{width:50px;height:50px;border:0;border-radius:50%;background:#24493f;color:#eaf5f0;display:grid;place-items:center;transition:.2s}.call-ctl:hover:not(:disabled){background:#2e5c4f}.call-ctl.off{background:#e9f1ee;color:#16302a}.call-ctl.active{background:var(--green)}.call-ctl.hangup{background:#d94b4b}.call-ctl.hangup:hover{background:#bd3c3c}.call-pip{position:fixed;z-index:18;width:190px;border-radius:14px;overflow:hidden;background:#0b1a16;box-shadow:0 18px 44px #0a201a66;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.call-pip:active{cursor:grabbing}.call-pip video{width:100%;height:128px;object-fit:cover;display:block;background:#0b1a16}.pip-audio{position:absolute;top:0;right:0;bottom:44px;left:0;display:grid;place-content:center;text-align:center;gap:3px;color:#eaf5f0;background:#0b1a16}.pip-audio b{font:600 13px Manrope,sans-serif}.pip-audio span{font-size:11px;color:#7fa89b}.pip-bar{display:flex;justify-content:center;gap:6px;padding:7px;background:#0e1f1a}.pip-bar button{width:30px;height:30px;border:0;border-radius:50%;background:#24493f;color:#eaf5f0;display:grid;place-items:center;transition:.2s}.pip-bar button:hover{background:#2e5c4f}.pip-bar button.hangup{background:#d94b4b}@media (max-width: 700px){.self-float{width:108px;height:76px;right:10px;bottom:10px}.call-stage.quad .tile-grid,.call-stage.many .tile-grid{grid-template-columns:repeat(2,1fr)}.call-controls{gap:9px;padding:13px}.call-ctl{width:46px;height:46px}}.segmented{display:flex;gap:4px;margin-top:7px;padding:4px;background:var(--segmented-track);border-radius:10px}.segmented button{flex:1;border:0;background:transparent;color:var(--muted);padding:8px 10px;border-radius:7px;font:600 13px Manrope,sans-serif;transition:.15s}.segmented button:hover:not(.on){color:var(--ink-soft)}.segmented button.on{background:var(--segmented-on);color:var(--accent-ink);box-shadow:var(--shadow-pill)}
