@import "https://fonts.googleapis.com/css2?family=Jura:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body{color:#173746;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#012d3a;min-width:320px;min-height:100vh;margin:0;font-family:Jura,sans-serif}button,input,textarea,select{font-family:Jura,sans-serif}.connect-stage{background:radial-gradient(circle at 75% 10%,#17696333,#0000 30%),linear-gradient(145deg,#002c39 0%,#003642 55%,#012b38 100%);width:100%;height:100vh;padding:12px;overflow:hidden}.connect-app{background:#edf3f2;border-radius:24px;grid-template-rows:72px minmax(0,1fr);width:100%;height:calc(100vh - 24px);min-height:0;display:grid;overflow:hidden;box-shadow:0 24px 70px #00121b33}.connect-topbar{color:#fff;background:linear-gradient(100deg,#073c47 0%,#085356 100%);border-bottom:1px solid #ffffff14;align-items:center;gap:18px;min-width:0;padding:0 18px;display:flex}.connect-brand{flex:none;align-items:center;gap:12px;display:flex}.brand-symbol{color:#fff;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;overflow:hidden}.brand-symbol strong{z-index:2;font-size:19px;font-weight:700;position:relative}.brand-leaf{opacity:.92;background:#79cb69;border-radius:100% 0;width:16px;height:9px;position:absolute}.leaf-1{top:7px;right:5px;transform:rotate(18deg)}.leaf-2{top:12px;right:1px;transform:rotate(56deg)scale(.8)}.brand-copy{flex-direction:column;gap:2px;display:flex}.brand-copy strong{letter-spacing:2px;font-size:14px;font-weight:700}.brand-copy span{color:#ffffff8a;letter-spacing:2.5px;font-size:9px;font-weight:600}.connect-nav{align-items:center;gap:4px;min-width:0;margin-left:6px;display:flex}.nav-item{color:#ffffffad;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:7px;height:38px;padding:0 12px;font-size:12px;font-weight:600;transition:background .16s,color .16s,border-color .16s;display:flex}.nav-item:hover:not(:disabled){color:#fff;background:#ffffff0f}.nav-item.active{color:#fff;background:#53ac5533;border-color:#6ccc6547}.nav-item:disabled{opacity:.46;cursor:default}.topbar-right{align-items:center;gap:12px;margin-left:auto;display:flex}.system-connected{color:#ffffffa3;letter-spacing:1.1px;flex:none;align-items:center;gap:8px;font-size:10px;font-weight:700;display:flex}.connected-dot{background:#6ad760;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #6ad76014,0 0 13px #6ad760b3}.current-user-chip{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:8px;padding:5px 9px 5px 6px;display:flex}.current-user-avatar{background:#ffffff21;border-radius:9px;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:700;display:flex}.current-user-chip>span:last-child{flex-direction:column;align-items:flex-start;gap:0;display:flex}.current-user-chip strong{font-size:10px;font-weight:700}.current-user-chip small{color:#ffffff7a;font-size:7px}.connect-content{background:radial-gradient(circle at 90% 6%,#a9e09c1f,#0000 22%),#edf3f2;min-height:0;padding:12px;overflow:hidden}.messenger-grid{grid-template-columns:minmax(290px,28%) minmax(0,1fr);gap:12px;height:100%;min-height:0;display:grid;overflow:hidden}.contacts-card,.chat-card{background:#fff;border:1px solid #d9e2e2;border-radius:18px;min-width:0;height:100%;min-height:0;overflow:hidden;box-shadow:0 4px 15px #12344306}.contacts-card{grid-template-rows:auto auto minmax(0,1fr) auto;gap:10px;padding:14px 14px 12px;display:grid;overflow:hidden}.contacts-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.mini-label{color:#81959f;letter-spacing:2.1px;font-size:10px;font-weight:700;display:block}.contacts-title h2{color:#153746;margin:4px 0 0;font-size:20px;font-weight:700}.users-counter{color:#466979;background:#edf3f5;border-radius:13px;justify-content:center;align-items:center;min-width:38px;height:38px;padding:0 10px;font-size:13px;font-weight:700;display:flex}.search-box{color:#8aa4b0;background:#f8fafb;border:1px solid #dce5e7;border-radius:13px;align-items:center;gap:10px;height:42px;padding:0 14px;display:flex}.search-box input{color:#234452;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:13px;font-weight:600}.search-box input::placeholder{color:#9baab1}.contacts-list{scrollbar-width:thin;scrollbar-color:#b9cacc transparent;flex-direction:column;gap:4px;min-height:0;padding-right:6px;display:flex;overflow:hidden auto}.contacts-list::-webkit-scrollbar{width:7px}.contacts-list::-webkit-scrollbar-track{background:0 0}.contacts-list::-webkit-scrollbar-thumb{background:#c5d4d6;border-radius:999px}.contacts-list::-webkit-scrollbar-thumb:hover{background:#9fb5b8}.contact-item{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:13px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:8px 9px;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s;display:grid}.contact-item:hover{background:#f4f8f8}.contact-item.selected{background:linear-gradient(90deg,#edf5f4,#f2f7f6);border-color:#d1e1df;box-shadow:inset 3px 0 #5ca969}.contact-item:active{transform:scale(.995)}.contacts-section{color:#6f8791;letter-spacing:1.35px;justify-content:space-between;align-items:center;gap:10px;margin:5px 6px 3px;padding:2px 3px 6px;font-size:9px;font-style:normal;font-weight:700;display:flex;position:relative}.contacts-section:after{content:"";background:#e8eeee;height:1px;position:absolute;bottom:0;left:3px;right:3px}.contacts-section-secondary{margin-top:13px}.contacts-section span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.contacts-section i{color:#718791;letter-spacing:0;background:#edf3f4;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:24px;height:20px;padding:0 6px;font-size:9px;font-style:normal;font-weight:700;display:flex}.theme-dark .contacts-section{color:#88a0a8}.theme-dark .contacts-section:after{background:#ffffff12}.theme-dark .contacts-section i{color:#93aab1;background:#ffffff0e}.avatar-wrap{width:40px;height:40px;position:relative}.avatar{color:#164c64;letter-spacing:.4px;background:linear-gradient(135deg,#dce9ed,#d2e1e6);border-radius:12px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:13px;font-weight:700;display:flex}.presence-dot{background:#acb9be;border-radius:50%;width:10px;height:10px;display:inline-block}.avatar-wrap>.presence-dot{border:2px solid #fff;position:absolute;bottom:1px;right:-1px}.contact-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.contact-copy strong{color:#193a48;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.contact-copy span{color:#8b9ca4;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.contact-status{color:#a0adb2;margin-left:5px;font-size:9px;font-weight:700}.contact-status.online{color:#4aae68}.new-group{color:#80959e;letter-spacing:1.2px;background:#fff;border:1px solid #dde6e6;border-radius:13px;justify-content:center;align-items:center;gap:5px;height:40px;font-size:10px;font-weight:700;display:flex}.new-group:disabled{opacity:.62}.chat-card{grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden}.empty-chat{text-align:center;flex-direction:column;grid-row:1/-1;justify-content:center;align-items:center;padding:32px;display:flex}.empty-chat-icon{color:#487483;background:#e5efef;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;display:flex}.empty-chat h2{color:#224653;margin:7px 0 8px;font-size:24px;font-weight:700}.empty-chat p{color:#7e929b;margin:0 0 6px;font-size:15px;font-weight:600}.chat-header{background:#fff;border-bottom:1px solid #e0e7e7;justify-content:space-between;align-items:center;gap:18px;min-height:78px;padding:12px 18px;display:flex}.chat-person{align-items:center;gap:12px;display:flex}.chat-avatar{border-radius:14px;width:46px;height:46px;font-size:14px}.chat-person>div:last-child{flex-direction:column;gap:4px;display:flex}.chat-person strong{color:#183a48;font-size:18px;font-weight:700}.chat-person span{color:#8b9da5;font-size:13px;font-weight:600}.chat-header-actions{align-items:center;gap:8px;display:flex}.chat-presence{color:#98a6ab;letter-spacing:.7px;align-items:center;gap:6px;margin-right:6px;font-size:10px;font-weight:700;display:flex}.chat-presence.online{color:#45a960}.media-action{color:#476b77;background:#f9fbfb;border:1px solid #dfe7e7;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.media-action:not(:disabled):hover{color:#2d7654;background:#edf6f2;border-color:#b7d2cc;transform:translateY(-1px)}.media-action:disabled{opacity:.52}.messages-area{scrollbar-width:thin;scrollbar-color:#c5d4d6 transparent;background:radial-gradient(circle at 50% 45%,#7ab8ab0e,#0000 35%),#f7f9f9;min-height:0;padding:18px;overflow:hidden auto}.messages-area::-webkit-scrollbar{width:7px}.messages-area::-webkit-scrollbar-track{background:0 0}.messages-area::-webkit-scrollbar-thumb{background:#c5d4d6;border-radius:999px}.messages-area::-webkit-scrollbar-thumb:hover{background:#9fb5b8}.conversation-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.hero-avatar{color:#194d63;background:linear-gradient(135deg,#dcebed,#d5e5e7);border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:15px;font-size:21px;font-weight:700;display:flex}.conversation-empty h2{color:#234653;margin:7px 0;font-size:24px;font-weight:700}.conversation-empty p{color:#7e9098;margin:0 0 5px;font-size:14px;font-weight:600}.conversation-empty>span:last-child{color:#a0adb2;font-size:11px}.message-list{flex-direction:column;justify-content:flex-end;gap:10px;width:100%;min-height:100%;display:flex}.message-row{justify-content:flex-start;display:flex}.message-row.mine{justify-content:flex-end}.message-bubble{color:#24434f;background:#fff;border:1px solid #dce6e6;border-radius:6px 16px 16px;max-width:72%;padding:11px 14px 8px;position:relative;box-shadow:0 2px 7px #193a4809}.message-row.mine .message-bubble{background:#e6f2ed;border-color:#bcd9ce;border-radius:16px 6px 16px 16px}.message-bubble strong{color:#42825c;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.message-bubble p{white-space:pre-wrap;word-break:break-word;margin:0;font-size:16px;font-weight:600;line-height:1.42}.message-time{color:#94a3a9;text-align:right;margin-top:5px;font-size:9px;font-weight:700;display:block}.message-row.system-call{justify-content:center;padding:2px 0}.call-history-card{color:#4a6865;background:#eef5f3;border:1px solid #d8e5e2;border-radius:14px;align-items:center;gap:10px;max-width:min(430px,90%);padding:9px 13px;display:flex}.call-history-icon{color:#39705e;background:#dcebe7;border-radius:10px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.call-history-card>div{flex-direction:column;gap:2px;min-width:0;display:flex}.call-history-card strong{color:#345a53;font-size:11px;font-weight:700}.call-history-card small{color:#829691;font-size:9px;font-weight:600}.call-chat-label{color:#4e806d;letter-spacing:.7px;background:#3d7e691a;border-radius:999px;align-items:center;margin-bottom:5px;padding:3px 6px;font-size:7px;font-weight:700;display:inline-flex}.theme-dark .call-history-card{color:#a7c0bc;background:#173034;border-color:#ffffff14}.theme-dark .call-history-icon{color:#79c49b;background:#77c19e1a}.theme-dark .call-history-card strong{color:#bdd1cd}.theme-dark .call-history-card small{color:#78918d}.theme-dark .call-chat-label{color:#7fc69f;background:#6cc4971a}.message-composer{background:#fff;border-top:1px solid #e0e7e7;grid-template-columns:40px minmax(0,1fr) 44px;align-items:center;gap:10px;min-height:72px;padding:12px 16px;display:grid}.attachment-button{color:#79919b;background:#f7fafa;border:1px solid #dde6e7;border-radius:13px;width:40px;height:40px;font-size:20px}.message-composer input{color:#264754;background:#f8fafa;border:1px solid #dde6e7;border-radius:14px;outline:0;height:46px;padding:0 16px;font-size:15px;font-weight:600}.message-composer input::placeholder{color:#a0adb2}.send-button{color:#fff;background:#174755;border:0;border-radius:13px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.attachment-button:disabled,.message-composer input:disabled,.send-button:disabled{opacity:.52}.embedded-call{background:#101619;grid-template-rows:56px minmax(0,1fr);height:100%;min-height:0;display:grid;overflow:hidden}.embedded-call-info{color:#fff;background:linear-gradient(100deg,#123f48 0%,#164c4c 100%);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:0 16px;display:flex}.embedded-call-info>div:first-child{align-items:center;gap:10px;min-width:0;display:flex}.embedded-call-info>div:first-child>div{flex-direction:column;gap:2px;min-width:0;display:flex}.embedded-call-info strong{letter-spacing:1.3px;font-size:10px;font-weight:700}.embedded-call-info small{color:#ffffff94;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.return-chat-button{color:#fff;letter-spacing:.8px;cursor:pointer;background:#ffffff14;border:1px solid #ffffff29;border-radius:10px;flex:none;height:32px;padding:0 12px;font-size:8px;font-weight:700}.return-chat-button:hover{background:#ffffff21}.embedded-livekit{background:#101619;min-width:0;min-height:0;overflow:hidden}.embedded-livekit>[data-lk-theme]{width:100%;height:100%}.embedded-livekit,.embedded-livekit button,.embedded-livekit input{font-family:Jura,sans-serif}.identity-screen{background:radial-gradient(circle at 75% 10%,#17696338,#0000 30%),linear-gradient(145deg,#002c39 0%,#003642 55%,#012b38 100%);justify-content:center;align-items:center;width:100%;height:100vh;padding:32px;display:flex;overflow:hidden}.identity-card{text-align:center;background:#fff;border-radius:23px;flex-direction:column;width:100%;max-width:560px;max-height:calc(100vh - 64px);padding:38px;display:flex;overflow:hidden;box-shadow:0 24px 70px #00121b3d}.identity-logo{color:#fff;background:#174755;border-radius:18px;flex:none;justify-content:center;align-items:center;width:62px;height:62px;margin:0 auto 18px;font-size:26px;font-weight:700;display:flex}.identity-card h1{color:#163947;flex:none;margin:9px 0 7px;font-size:27px;font-weight:600}.identity-card>p{color:#8a9ca4;flex:none;margin:0 0 25px;font-size:13px}.identity-users{scrollbar-width:thin;scrollbar-color:#c5d4d6 transparent;flex-direction:column;gap:8px;min-height:0;margin:0 0 20px;padding-right:8px;display:flex;overflow:hidden auto}.identity-users::-webkit-scrollbar{width:7px}.identity-users::-webkit-scrollbar-track{background:0 0}.identity-users::-webkit-scrollbar-thumb{background:#c5d4d6;border-radius:999px}.identity-user{text-align:left;cursor:pointer;background:#f9fbfb;border:1px solid #dce6e6;border-radius:15px;flex:none;align-items:center;gap:14px;width:100%;padding:12px;transition:background .15s,border-color .15s,transform .15s;display:flex}.identity-user:hover{background:#eff7f3;border-color:#bad6cc;transform:translateY(-1px)}.identity-user>div:last-child{flex-direction:column;gap:4px;display:flex}.identity-user strong{color:#1d404d;font-size:14px}.identity-user span{color:#8799a1;font-size:11px}.identity-note{color:#a0adb2;letter-spacing:.5px;flex:none;font-size:9px}.global-error{z-index:999;color:#a53c3c;background:#fff1f1;border:1px solid #e2bcbc;border-radius:13px;max-width:360px;padding:12px 15px;font-size:11px;font-weight:600;position:fixed;bottom:18px;right:18px;box-shadow:0 10px 30px #0000001a}.lab-login{background:#edf2f2;justify-content:center;align-items:center;width:100%;height:100vh;padding:30px;display:flex;overflow:hidden}.lab-card{text-align:center;background:#fff;border-radius:22px;width:100%;max-width:460px;padding:40px;box-shadow:0 20px 60px #0000001a}.lab-logo{color:#fff;background:#173f50;border-radius:17px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 17px;font-size:27px;font-weight:700;display:flex}.lab-card h1{color:#173f50;margin:6px 0}.lab-card>p{color:#84959d;font-size:13px}.lab-card form{text-align:left;flex-direction:column;gap:17px;margin-top:25px;display:flex}.lab-card label{color:#405b68;flex-direction:column;gap:7px;font-size:12px;font-weight:600;display:flex}.lab-card input{background:#f8fafb;border:1px solid #d8e2e5;border-radius:12px;outline:0;height:48px;padding:0 14px}.lab-card form>button{color:#fff;background:#174755;border:0;border-radius:12px;height:50px;font-weight:700}.lab-error{color:#aa3d3d;background:#fff0f0;border-radius:11px;padding:11px;font-size:12px}.call-screen{background:#101418;grid-template-rows:64px minmax(0,1fr);width:100%;height:100vh;display:grid;overflow:hidden}.call-header{color:#fff;background:#193c5a;justify-content:space-between;align-items:center;padding:0 24px;display:flex}.call-header>div:first-child{flex-direction:column;gap:2px;display:flex}.call-header span{color:#ffffffa6;font-size:11px}.online-indicator{align-items:center;gap:7px;font-size:9px;font-weight:700;display:flex}.online-dot{background:#56d690;border-radius:50%;width:8px;height:8px}.call-content{min-height:0;overflow:hidden}.call-content>[data-lk-theme]{width:100%;height:100%}@media (width<=1050px){.connect-nav{gap:2px}.nav-item{height:36px;padding:0 10px;font-size:11px}.messenger-grid{grid-template-columns:280px minmax(0,1fr)}.system-connected{display:none}.chat-person strong{font-size:16px}.message-bubble p{font-size:15px}}@media (width<=760px){.connect-stage{padding:0}.connect-app{border-radius:0;grid-template-rows:68px minmax(0,1fr);height:100vh}.connect-topbar{gap:12px;padding:0 12px}.brand-copy span,.connect-nav,.current-user-chip small{display:none}.current-user-chip strong{font-size:9px}.connect-content{padding:10px}.messenger-grid{grid-template-columns:260px minmax(0,1fr);gap:10px}.contacts-title h2{font-size:18px}.contact-copy strong{font-size:12px}.contact-copy span{font-size:10px}.chat-person strong{font-size:15px}.chat-person span{font-size:12px}.message-bubble p,.message-composer input{font-size:14px}}.contact-status.online,.chat-presence.online{color:#38a75b}.presence-dot.online{background:#58cf76;box-shadow:0 0 0 3px #58cf7614,0 0 9px #58cf767a}.media-action:not(:disabled){cursor:pointer;transition:background .16s,color .16s,border-color .16s,transform .16s,box-shadow .16s}.media-action:not(:disabled):hover{color:#2d7654;background:#edf6f2;border-color:#b7d2cc;transform:translateY(-1px);box-shadow:0 5px 14px #22594b14}.call-overlay{z-index:5000;-webkit-backdrop-filter:blur(8px);background:#00181fc2;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.call-window{background:#101619;border:1px solid #ffffff1a;border-radius:24px;width:min(1180px,100vw - 56px);min-width:0;height:min(820px,100vh - 56px);min-height:0;overflow:hidden;box-shadow:0 35px 100px #0000006b}.incoming-overlay{z-index:5200}.incoming-call-card{color:#fff;text-align:center;background:linear-gradient(145deg,#0d4249 0%,#0b333d 100%);border:1px solid #ffffff1c;border-radius:24px;flex-direction:column;align-items:center;width:min(460px,100vw - 40px);padding:30px 30px 28px;display:flex;overflow:hidden;box-shadow:0 35px 90px #00000061}.incoming-call-icon{color:#8ce09a;background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:14px;display:flex}.incoming-kicker{color:#fff9;letter-spacing:1.7px;font-size:10px;font-weight:700}.incoming-avatar,.ringing-avatar{color:#fff;letter-spacing:1px;background:linear-gradient(145deg,#ffffff26,#ffffff12);border:1px solid #ffffff1f;border-radius:28px;justify-content:center;align-items:center;width:94px;height:94px;margin:22px 0 16px;font-size:27px;font-weight:700;display:flex}.incoming-call-card h2{color:#fff;margin:0;font-size:25px;font-weight:700}.incoming-call-card p{color:#ffffff94;margin:6px 0 24px;font-size:14px;font-weight:500}.incoming-actions{grid-template-columns:1fr 1fr;gap:10px;width:100%;display:grid}.call-decline-button,.call-accept-button{letter-spacing:1px;cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;height:50px;font-size:11px;font-weight:700;transition:transform .15s,filter .15s;display:flex}.call-decline-button{color:#fff;background:#a94343}.call-accept-button{color:#fff;background:#4fba69}.call-decline-button:hover,.call-accept-button:hover{filter:brightness(1.06);transform:translateY(-1px)}.call-decline-button:disabled,.call-accept-button:disabled{opacity:.6;cursor:default}.ringing-window{background:radial-gradient(circle at 50% 36%,#439f852e,#0000 34%),linear-gradient(145deg,#102126 0%,#0c1519 100%);justify-content:center;align-items:center;display:flex}.ringing-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:38px;display:flex}.ringing-icon{color:#7ed690;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:17px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.ringing-kicker{color:#ffffff78;letter-spacing:1.7px;font-size:10px;font-weight:700}.ringing-content h2{color:#fff;margin:8px 0 10px;font-size:clamp(24px,3vw,36px);font-weight:600}.ringing-dots{align-items:center;gap:6px;margin:4px 0 30px;display:flex}.ringing-dots span{background:#ffffff8c;border-radius:50%;width:7px;height:7px;animation:1.1s ease-in-out infinite draxos-ring-dot}.ringing-dots span:nth-child(2){animation-delay:.15s}.ringing-dots span:nth-child(3){animation-delay:.3s}@keyframes draxos-ring-dot{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.cancel-call-button{color:#fff;letter-spacing:1px;cursor:pointer;background:#a94343;border:1px solid #ffffff1a;border-radius:14px;min-width:190px;height:48px;padding:0 20px;font-size:10px;font-weight:700}.active-call-window{grid-template-rows:58px minmax(0,1fr);display:grid}.call-window-header{color:#fff;background:linear-gradient(100deg,#123f48 0%,#164c4c 100%);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:0 16px;display:flex}.call-window-header>div:first-child{align-items:center;gap:10px;min-width:0;display:flex}.call-live-dot{background:#6ad760;border-radius:50%;flex:none;width:9px;height:9px;box-shadow:0 0 0 5px #6ad76014,0 0 12px #6ad7608c}.call-window-header>div:first-child>div{flex-direction:column;gap:2px;min-width:0;display:flex}.call-window-header strong{letter-spacing:1.3px;font-size:10px;font-weight:700}.call-window-header small{color:#fff9;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.close-call-button{color:#fff;letter-spacing:.9px;cursor:pointer;background:#b03737d9;border:1px solid #ffffff24;border-radius:10px;flex:none;height:34px;padding:0 13px;font-size:9px;font-weight:700}.call-livekit-stage{background:#0d1114;min-width:0;min-height:0;position:relative;overflow:hidden}.call-livekit-stage>[data-lk-theme]{width:100%;height:100%}.call-livekit-stage,.call-livekit-stage button,.call-livekit-stage input{font-family:Jura,sans-serif}.call-realtime-toolbar{z-index:40;-webkit-backdrop-filter:blur(10px);background:#0a1418c7;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:7px;padding:6px;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 10px 26px #00000038}.call-reactions{align-items:center;gap:3px;display:flex}.call-reaction-button{cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-size:17px;transition:background .14s,transform .14s;display:flex}.call-reaction-button:hover{background:#ffffff17;transform:translateY(-1px)scale(1.05)}.raise-hand-button{color:#ffffffc7;letter-spacing:.65px;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:9px;height:32px;padding:0 10px;font-size:8px;font-weight:700}.raise-hand-button.raised{color:#ffd36c;background:#ffc95529;border-color:#ffc95561}.raised-hands-panel{z-index:40;color:#fff;-webkit-backdrop-filter:blur(10px);background:#0a1418c7;border:1px solid #ffd36c29;border-radius:12px;flex-direction:column;gap:4px;min-width:150px;max-width:260px;padding:9px 11px;display:flex;position:absolute;top:12px;left:12px}.raised-hands-panel strong{color:#ffd36c;letter-spacing:.8px;font-size:8px;font-weight:700}.raised-hands-panel span{color:#fffc;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:600;overflow:hidden}.floating-reactions-layer{z-index:35;pointer-events:none;position:absolute;inset:0;overflow:hidden}.floating-reaction{flex-direction:column;align-items:center;gap:2px;animation:2.35s ease-out forwards draxosReactionFloat;display:flex;position:absolute;bottom:90px;left:50%;transform:translate(-50%)}.floating-reaction:nth-child(2n){left:43%}.floating-reaction:nth-child(3n){left:57%}.floating-reaction span{filter:drop-shadow(0 8px 18px #0000004d);font-size:42px}.floating-reaction small{color:#fff;text-overflow:ellipsis;white-space:nowrap;background:#0a1418b3;border-radius:999px;max-width:160px;padding:4px 7px;font-size:8px;font-weight:700;overflow:hidden}@keyframes draxosReactionFloat{0%{opacity:0;transform:translate(-50%,20px)scale(.72)}15%{opacity:1;transform:translate(-50%)scale(1.08)}75%{opacity:1}to{opacity:0;transform:translate(-50%,-150px)scale(1.18)}}@media (width<=760px){.call-realtime-toolbar{max-width:calc(100% - 16px);top:8px;right:8px;overflow-x:auto}.call-reaction-button{width:29px;height:29px;font-size:15px}.raise-hand-button{white-space:nowrap;height:29px}.raised-hands-panel{top:52px;left:8px}}.call-notice{z-index:5100;color:#376653;cursor:pointer;background:#f3faf6;border:1px solid #cbded8;border-radius:13px;max-width:360px;padding:12px 15px;font-size:11px;font-weight:700;position:fixed;bottom:18px;right:18px;box-shadow:0 10px 30px #0000001a}@media (width<=1100px){.call-overlay{padding:18px}.call-window{border-radius:20px;width:calc(100vw - 36px);height:calc(100vh - 36px)}}@media (width<=760px){.call-overlay{padding:10px}.call-window{border-radius:16px;width:calc(100vw - 20px);height:calc(100vh - 20px)}.incoming-call-card{padding:24px 20px 20px}.incoming-actions{grid-template-columns:1fr}}.nav-item.active-subtle{color:#ffffffe6}.new-group:not(:disabled){cursor:pointer;transition:background .16s,border-color .16s,color .16s,transform .16s}.new-group:not(:disabled):hover{color:#397758;background:#eff7f3;border-color:#bad6cc;transform:translateY(-1px)}.group-item{grid-template-columns:40px minmax(0,1fr) auto}.group-avatar{color:#27674d!important;background:linear-gradient(135deg,#dceee7,#cfe6dc)!important}.group-badge{color:#4c8c68;letter-spacing:.7px;background:#e9f4ee;border-radius:999px;margin-left:5px;padding:5px 7px;font-size:8px;font-weight:700}.group-presence{color:#548776}.groups-empty-list{color:#8a9ba2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:130px;padding:20px;display:flex}.groups-empty-list strong{color:#536f7a;font-size:12px;font-weight:700}.groups-empty-list span{max-width:220px;font-size:10px;font-weight:500;line-height:1.45}.group-modal-overlay{z-index:4000;-webkit-backdrop-filter:blur(7px);background:#00181fad;justify-content:center;align-items:center;padding:26px;display:flex;position:fixed;inset:0}.group-modal-card{background:#fff;border:1px solid #ffffff29;border-radius:22px;grid-template-rows:auto minmax(0,1fr);width:min(680px,100vw - 52px);max-height:calc(100vh - 52px);display:grid;overflow:hidden;box-shadow:0 28px 90px #00141b59}.group-modal-header{background:linear-gradient(#fbfdfd 0%,#f7faf9 100%);border-bottom:1px solid #e3e9e9;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px 18px;display:flex}.group-modal-header h2{color:#173b49;margin:5px 0 4px;font-size:24px;font-weight:700}.group-modal-header p{color:#84979f;margin:0;font-size:12px;font-weight:500}.group-modal-close{color:#708a94;cursor:pointer;background:#fff;border:1px solid #dde6e6;border-radius:11px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;line-height:1;display:flex}.group-form{grid-template-rows:auto auto minmax(0,1fr) auto;gap:14px;min-height:0;padding:18px 24px 20px;display:grid;overflow:hidden}.group-name-field{flex-direction:column;gap:7px;display:flex}.group-name-field>span{color:#68808a;letter-spacing:1.4px;font-size:9px;font-weight:700}.group-name-field input{color:#234451;background:#f8fafa;border:1px solid #d9e3e4;border-radius:13px;outline:none;width:100%;height:46px;padding:0 14px;font-size:14px;font-weight:600}.group-name-field input:focus{border-color:#a9ccbf;box-shadow:0 0 0 3px #53977014}.group-members-heading{justify-content:space-between;align-items:flex-end;gap:15px;display:flex}.group-members-heading>div{align-items:baseline;gap:8px;display:flex}.group-members-heading strong{color:#244652;font-size:13px;font-weight:700}.group-members-heading span,.group-members-heading small{color:#94a3a9;font-size:9px;font-weight:600}.group-members-list{scrollbar-width:thin;scrollbar-color:#c5d4d6 transparent;flex-direction:column;gap:5px;min-height:0;padding-right:6px;display:flex;overflow:hidden auto}.group-members-list::-webkit-scrollbar{width:7px}.group-members-list::-webkit-scrollbar-track{background:0 0}.group-members-list::-webkit-scrollbar-thumb{background:#c5d4d6;border-radius:999px}.group-member-option{color:#234451;text-align:left;cursor:pointer;background:#f9fbfb;border:1px solid #0000;border-radius:13px;flex:none;grid-template-columns:26px 40px minmax(0,1fr);align-items:center;gap:10px;width:100%;padding:8px 10px;transition:background .15s,border-color .15s;display:grid}.group-member-option:hover{background:#f2f7f5}.group-member-option.selected{background:#edf7f1;border-color:#bad9cc}.group-member-check{color:#3e8e5f;background:#fff;border:1px solid #cddbdd;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.group-member-option.selected .group-member-check{background:#dff1e6;border-color:#8fc3a6}.group-member-option>div:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.group-member-option strong{color:#254652;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.group-member-option>div:last-child span{color:#8b9ba2;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:500;overflow:hidden}.group-modal-footer{justify-content:flex-end;gap:9px;padding-top:2px;display:flex}.group-cancel-button,.group-create-button{letter-spacing:.9px;border-radius:12px;height:40px;padding:0 15px;font-size:9px;font-weight:700}.group-cancel-button{color:#718890;cursor:pointer;background:#fff;border:1px solid #dce5e6}.group-create-button{color:#fff;cursor:pointer;background:#28644d;border:1px solid #28644d}.group-create-button:disabled,.group-cancel-button:disabled,.group-modal-close:disabled{opacity:.5;cursor:default}@media (width<=760px){.group-modal-overlay{padding:14px}.group-modal-card{width:calc(100vw - 28px);max-height:calc(100vh - 28px)}.group-modal-header,.group-form{padding-left:16px;padding-right:16px}.group-members-heading small{display:none}}.avatar-image{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.current-user-display{cursor:default}.current-user-display .current-user-avatar{border-radius:9px;width:30px;height:30px;padding:0;overflow:hidden}.hero-avatar.avatar{border-radius:20px;width:70px;height:70px;font-size:21px;overflow:hidden}.chat-avatar.avatar{border-radius:14px;width:46px;height:46px;font-size:14px;overflow:hidden}.topbar-icon-button{color:#ffffffd1;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff21;border-radius:11px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:background .16s,border-color .16s,color .16s,transform .16s;display:flex;position:relative}.topbar-icon-button:hover{color:#fff;background:#ffffff1f;border-color:#ffffff38;transform:translateY(-1px)}.notifications-enabled{color:#83df7c}.notifications-pending:after{content:"";background:#f0c660;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:6px}.topbar-notification-badge{color:#fff;background:#dc5b5b;border:2px solid #0b4a50;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:8px;font-weight:700;line-height:1;display:flex;position:absolute;top:-5px;right:-5px}.logout-button:hover{color:#ffb4b4;background:#d4515129;border-color:#ff8b8b4d}.login-card{text-align:center;background:#fff;border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;width:100%;max-width:470px;max-height:calc(100vh - 48px);padding:36px 38px 30px;display:flex;overflow-y:auto;box-shadow:0 26px 80px #00121b47}.loading-card{justify-content:center;max-width:380px;min-height:280px}.login-card h1{color:#163947;margin:9px 0 7px;font-size:27px;font-weight:650}.login-card>p{color:#82969f;margin:0 0 26px;font-size:13px;line-height:1.5}.login-form{text-align:left;flex-direction:column;gap:14px;display:flex}.login-form label{flex-direction:column;gap:7px;display:flex}.login-form label>span{color:#54717c;letter-spacing:1.4px;font-size:9px;font-weight:700}.login-form input{color:#244653;background:#f7fafa;border:1px solid #d8e3e5;border-radius:13px;outline:0;width:100%;height:48px;padding:0 14px;font-size:13px;font-weight:600;transition:border-color .16s,box-shadow .16s,background .16s}.login-form input:focus{background:#fff;border-color:#74aa91;box-shadow:0 0 0 3px #529a701a}.login-submit{color:#fff;letter-spacing:1.4px;cursor:pointer;background:linear-gradient(100deg,#164858,#11605c);border:0;border-radius:13px;height:49px;margin-top:4px;font-size:11px;font-weight:700}.login-submit:hover:not(:disabled){filter:brightness(1.06)}.login-submit:disabled,.forgot-password:disabled{opacity:.55;cursor:default}.forgot-password{color:#66838d;letter-spacing:.8px;cursor:pointer;background:0 0;border:0;align-self:center;padding:6px 8px;font-size:9px;font-weight:700}.forgot-password:hover:not(:disabled){color:#2c7754}.login-feedback{border-radius:11px;padding:10px 12px;font-size:10px;font-weight:600;line-height:1.45}.login-feedback.error{color:#a74747;background:#fff0f0;border:1px solid #e8c5c5}.login-feedback.success{color:#3d8050;background:#eef8ef;border:1px solid #c6dec9}.login-card .identity-note{margin-top:22px;display:block}.login-theme-toggle{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff29;border-radius:13px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:fixed;top:22px;right:22px}.hidden-file-input{display:none!important}.attachment-button:not(:disabled){cursor:pointer;transition:background .16s,border-color .16s,color .16s,transform .16s}.attachment-button:not(:disabled):hover{color:#337655;background:#eef6f3;border-color:#b8d4cc;transform:translateY(-1px)}.attachment-card{color:#244653;text-align:left;cursor:pointer;background:#f4f9f8eb;border:1px solid #d5e2df;border-radius:12px;grid-template-columns:38px minmax(0,1fr) 28px;align-items:center;gap:10px;width:min(360px,100%);margin-top:2px;padding:9px 10px;display:grid}.message-row.mine .attachment-card{background:#e0f1eae6;border-color:#b8d4ca}.attachment-card:hover{border-color:#9fc5b6}.attachment-card-icon{color:#397063;background:#dcebea;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.attachment-card-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.attachment-card-copy strong{color:inherit;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:700;display:block;overflow:hidden}.attachment-card-copy small{color:#82969d;letter-spacing:.8px;font-size:8px;font-weight:700}.attachment-card-download{color:#527984;justify-content:center;align-items:center;display:flex}.upload-progress-row{grid-column:1/-1;grid-template-columns:minmax(80px,auto) minmax(80px,1fr) 34px;align-items:center;gap:9px;margin-top:-3px;padding:0 2px;display:grid}.upload-progress-row>span{color:#6f8992;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:600;overflow:hidden}.upload-progress-row>strong{color:#43845a;text-align:right;font-size:9px;font-weight:700}.upload-progress-track{background:#dfe9e8;border-radius:999px;height:5px;overflow:hidden}.upload-progress-track>span{border-radius:inherit;background:#58a970;height:100%;transition:width .12s linear;display:block}.message-composer:has(.upload-progress-row){min-height:91px;padding-bottom:9px}.theme-dark.connect-stage,.identity-screen.theme-dark{background:radial-gradient(circle at 80% 8%,#327e6f29,#0000 28%),linear-gradient(145deg,#06161d 0%,#09232b 55%,#06171d 100%)}.theme-dark .connect-app{background:#0d1d24}.theme-dark .connect-content{background:radial-gradient(circle at 88% 5%,#46876f14,#0000 24%),#0c1a21}.theme-dark .contacts-card,.theme-dark .chat-card,.theme-dark .chat-header,.theme-dark .message-composer,.theme-dark .group-modal-card{background:#11242c;border-color:#233a43}.theme-dark .contacts-title h2,.theme-dark .empty-chat h2,.theme-dark .conversation-empty h2,.theme-dark .chat-person strong,.theme-dark .contact-copy strong,.theme-dark .group-modal-header h2,.theme-dark .group-members-heading strong,.theme-dark .group-member-option strong{color:#e4f0f2}.theme-dark .mini-label{color:#65bd7b}.theme-dark .users-counter{color:#a8c2c9;background:#1a3039}.theme-dark .search-box,.theme-dark .message-composer input,.theme-dark .group-name-field input{color:#dfecef;background:#0e2027;border-color:#29414a}.theme-dark .search-box input{color:#dfecef}.theme-dark .search-box input::placeholder,.theme-dark .message-composer input::placeholder,.theme-dark .group-name-field input::placeholder{color:#68818a}.theme-dark .contact-item:hover,.theme-dark .group-member-option:hover{background:#162d35}.theme-dark .contact-item.selected,.theme-dark .group-member-option.selected{background:linear-gradient(90deg,#16332f,#142b31);border-color:#315146}.theme-dark .avatar{color:#b6dbe4;background:linear-gradient(135deg,#213c45,#1a313a)}.theme-dark .avatar-wrap>.presence-dot{border-color:#11242c}.theme-dark .contact-copy span,.theme-dark .chat-person span,.theme-dark .empty-chat p,.theme-dark .conversation-empty p,.theme-dark .conversation-empty>span:last-child,.theme-dark .group-modal-header p,.theme-dark .group-members-heading span,.theme-dark .group-members-heading small,.theme-dark .group-member-option>div:last-child span,.theme-dark .groups-empty-list span{color:#8198a1}.theme-dark .new-group,.theme-dark .media-action,.theme-dark .attachment-button{color:#9bb4bc;background:#142931;border-color:#2a424b}.theme-dark .new-group:not(:disabled):hover,.theme-dark .media-action:not(:disabled):hover,.theme-dark .attachment-button:not(:disabled):hover{color:#82c995;background:#19352f;border-color:#3d6857}.theme-dark .messages-area{background:radial-gradient(circle at 50% 45%,#4b87770f,#0000 34%),#0d1c23}.theme-dark .message-bubble{color:#dfebee;background:#172c34;border-color:#29424b}.theme-dark .message-row.mine .message-bubble{background:#193c35;border-color:#315849}.theme-dark .message-bubble strong{color:#79c08d}.theme-dark .message-time{color:#71878f}.theme-dark .attachment-card{color:#dbe9ec;background:#10262e;border-color:#32505a}.theme-dark .message-row.mine .attachment-card{background:#173a34;border-color:#386252}.theme-dark .attachment-card-icon{color:#8ec4b3;background:#1e3b42}.theme-dark .attachment-card-copy small{color:#789099}.theme-dark .upload-progress-track{background:#243b43}.theme-dark .group-modal-overlay{background:#020a0dbd}.theme-dark .group-member-option{background:#102129;border-color:#253e47}.theme-dark .group-member-check{background:#142a32;border-color:#35525b}.theme-dark .group-cancel-button{color:#9eb2b9;background:#13262e;border-color:#2d454e}.theme-dark .groups-empty-list strong{color:#cbdadd}.theme-dark .empty-chat-icon{color:#80a5ae;background:#173039}.theme-dark .global-error{color:#ffb4b4;background:#321d20;border-color:#613c3c}.theme-dark .call-notice{color:#9fdfad;background:#17332d;border-color:#32534a}.theme-dark .login-card{background:#10232b;border-color:#28424b;box-shadow:0 28px 85px #0000006b}.theme-dark .login-card h1{color:#e5f0f2}.theme-dark .login-card>p{color:#8198a1}.theme-dark .login-form label>span{color:#88a0a8}.theme-dark .login-form input{color:#e2eef0;background:#0c1c23;border-color:#29444d}.theme-dark .login-form input:focus{background:#0f2229;border-color:#4d8a6d}.theme-dark .forgot-password{color:#7fa19d}.theme-dark .login-feedback.error{color:#ffb8bc;background:#321f22;border-color:#653f43}.theme-dark .login-feedback.success{color:#9addaa;background:#173325;border-color:#315641}@media (width<=1180px){.system-connected{display:none}.current-user-chip{max-width:190px}.current-user-chip>span:last-child{min-width:0}.current-user-chip strong,.current-user-chip small{text-overflow:ellipsis;white-space:nowrap;max-width:125px;overflow:hidden}}@media (width<=880px){.connect-nav .nav-item:nth-child(2),.current-user-chip small{display:none}.current-user-chip strong{max-width:92px}}@media (width<=700px){.topbar-right{gap:5px}.topbar-icon-button{width:34px;height:34px}.current-user-display>span:last-child{display:none}.current-user-display{padding:3px}.login-card{max-width:94vw;padding:30px 24px 25px}}.notifications-denied{color:#df9a9a}.notifications-denied:after{content:"";background:#d96868;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:6px}.login-help{color:#7c9199;background:#f7fafa;border:1px solid #e1e9e9;border-radius:12px;margin-top:17px;padding:10px 12px;font-size:9px;font-weight:600;line-height:1.5}.password-rules{color:#80949c;background:#f7fafa;border:1px solid #e0e8e8;border-radius:10px;padding:9px 11px;font-size:9px;font-weight:600;line-height:1.45}.password-modal-card{max-width:500px}.password-modal-form{flex-direction:column;gap:13px;padding:20px 22px 0;display:flex}.password-modal-form label{flex-direction:column;gap:7px;display:flex}.password-modal-form label>span{color:#54717c;letter-spacing:1.25px;font-size:9px;font-weight:700}.password-modal-form input{color:#244653;background:#f7fafa;border:1px solid #d8e3e5;border-radius:12px;outline:0;width:100%;height:45px;padding:0 13px;font-size:12px;font-weight:600;transition:border-color .16s,box-shadow .16s,background .16s}.password-modal-form input:focus{background:#fff;border-color:#74aa91;box-shadow:0 0 0 3px #529a701a}.theme-dark .login-help,.theme-dark .password-rules{color:#819aa2;background:#0d1d24;border-color:#29434b}.theme-dark .password-modal-form label>span{color:#88a0a8}.theme-dark .password-modal-form input{color:#e2eef0;background:#0c1c23;border-color:#29444d}.theme-dark .password-modal-form input:focus{background:#0f2229;border-color:#4d8a6d}.presence-dot.presence-disponivel{background:#56c878;box-shadow:0 0 7px #56c87859}.presence-dot.presence-ocupado{background:#e46e6e;box-shadow:0 0 7px #e46e6e47}.presence-dot.presence-ausente{background:#e2bc57;box-shadow:0 0 7px #e2bc5747}.presence-dot.presence-invisivel,.presence-dot.presence-offline{box-shadow:none;background:#a7b5ba}.contact-status.presence-disponivel,.chat-presence.presence-disponivel{color:#4aae68}.contact-status.presence-ocupado,.chat-presence.presence-ocupado{color:#d85e5e}.contact-status.presence-ausente,.chat-presence.presence-ausente{color:#b8932f}.contact-status.presence-invisivel,.contact-status.presence-offline,.chat-presence.presence-invisivel,.chat-presence.presence-offline{color:#98a6ab}.contact-custom-status{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-weight:600;line-height:1.25;display:block;overflow:hidden;color:#55717c!important;font-size:9px!important}.chat-custom-status{text-overflow:ellipsis;white-space:nowrap;max-width:420px;margin-top:1px;font-weight:600;display:block;overflow:hidden;color:#5b7b84!important;font-size:10px!important}.current-user-display{cursor:pointer;appearance:none}.current-user-avatar-wrap{flex:none;width:30px;height:30px;position:relative}.current-user-avatar-wrap .current-user-avatar{width:30px;height:30px}.current-presence-dot{border:2px solid #15545a;border-radius:50%;width:9px;height:9px;position:absolute;bottom:-1px;right:-2px}.status-modal-card{max-width:590px}.status-form{flex-direction:column;min-height:0;display:flex;overflow:hidden}.status-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:18px 20px 8px;display:grid}.status-option{color:#264754;text-align:left;cursor:pointer;background:#f9fbfb;border:1px solid #dce6e6;border-radius:14px;grid-template-columns:14px minmax(0,1fr);align-items:start;gap:10px;min-width:0;min-height:74px;padding:13px;display:grid}.status-option:hover{background:#f2f7f6;border-color:#bfd3d1}.status-option.selected{border-color:#70a99d;box-shadow:inset 0 0 0 1px #4b8f7f24}.status-option>.presence-dot{margin-top:4px}.status-option>span:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.status-option strong{letter-spacing:.6px;font-size:11px;font-weight:700}.status-option small{color:#81949c;font-size:10px;font-weight:600;line-height:1.35}.custom-status-field{flex-direction:column;gap:7px;padding:12px 20px 18px;display:flex;position:relative}.custom-status-field>span{color:#627b85;letter-spacing:1.2px;font-size:9px;font-weight:700}.custom-status-field input{color:#244652;background:#f8fafa;border:1px solid #dce6e6;border-radius:13px;outline:0;width:100%;height:46px;padding:0 54px 0 14px;font-size:13px;font-weight:600}.custom-status-field input:focus{border-color:#85b4aa}.custom-status-field>small{color:#9aa9af;font-size:8px;font-weight:700;position:absolute;bottom:34px;right:31px}.call-history-modal-card{max-width:680px;max-height:min(720px,100vh - 64px)}.call-history-list{flex-direction:column;gap:7px;min-height:180px;padding:16px 20px 20px;display:flex;overflow-y:auto}.call-history-empty{color:#8a9da5;text-align:center;justify-content:center;align-items:center;min-height:170px;font-size:12px;font-weight:600;display:flex}.call-history-list-item{background:#f9fbfb;border:1px solid #e0e8e8;border-radius:14px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 12px;display:grid}.call-history-list-icon{color:#4a9872;background:#e8f2ef;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.call-history-list-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.call-history-list-copy strong{color:#244450;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.call-history-list-copy span,.call-history-list-copy small{color:#87999f;font-size:10px;font-weight:600}.call-history-list-meta{flex-direction:column;align-items:flex-end;gap:4px;min-width:100px;display:flex}.call-history-status{letter-spacing:.7px;font-size:8px;font-weight:700}.call-history-status.status-encerrada{color:#4c9b6e}.call-history-status.status-recusada,.call-history-status.status-perdida,.call-history-status.status-cancelada{color:#c86666}.call-history-status.status-aceita,.call-history-status.status-tocando{color:#ad8c31}.call-history-list-meta small{color:#84969d;font-size:10px;font-weight:700}.theme-dark .contact-custom-status,.theme-dark .chat-custom-status{color:#8fb1b5!important}.theme-dark .status-option,.theme-dark .call-history-list-item{color:#d7e5e7;background:#ffffff09;border-color:#ffffff13}.theme-dark .status-option:hover,.theme-dark .status-option.selected{background:#5ba29013;border-color:#70b9a461}.theme-dark .status-option small,.theme-dark .custom-status-field>span,.theme-dark .call-history-list-copy span,.theme-dark .call-history-list-copy small,.theme-dark .call-history-list-meta small,.theme-dark .call-history-empty{color:#8fa4aa}.theme-dark .custom-status-field input{color:#e0ebed;background:#132a30;border-color:#ffffff17}.theme-dark .call-history-list-icon{color:#6fc48f;background:#51b18217}@media (width<=680px){.status-options{grid-template-columns:1fr}.call-history-list-item{grid-template-columns:38px minmax(0,1fr)}.call-history-list-meta{grid-column:2;align-items:flex-start}}.status-modal-card .group-modal-footer{padding:4px 20px 20px}.status-modal-card .group-modal-header,.call-history-modal-card .group-modal-header{background:linear-gradient(#fbfdfd 0%,#f7faf9 100%)}.status-modal-card .group-modal-header h2,.call-history-modal-card .group-modal-header h2{color:#173b49}.status-modal-card .group-modal-header p,.call-history-modal-card .group-modal-header p{color:#718892}.theme-dark .status-modal-card .group-modal-header,.theme-dark .call-history-modal-card .group-modal-header{background:linear-gradient(#142930 0%,#11242c 100%);border-bottom-color:#233a43}.theme-dark .status-modal-card .group-modal-header h2,.theme-dark .call-history-modal-card .group-modal-header h2{color:#e4f0f2}.theme-dark .status-modal-card .group-modal-header p,.theme-dark .call-history-modal-card .group-modal-header p{color:#8fa4aa}.theme-dark .call-history-list-copy strong{color:#e3edef}.theme-dark .call-history-list-copy span,.theme-dark .call-history-list-copy small,.theme-dark .call-history-list-meta small{color:#91a6ad}.chat-card{position:relative}.chat-card.drag-active{border-color:#74aa9c;box-shadow:0 0 0 2px #4e978514,0 8px 24px #1234430f}.file-drop-overlay{z-index:80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);pointer-events:none;background:#ebf7f2f0;border:2px dashed #70a99b;border-radius:15px;justify-content:center;align-items:center;display:flex;position:absolute;inset:8px}.file-drop-card{color:#234b4d;text-align:center;background:#ffffffeb;border:1px solid #51918138;border-radius:18px;flex-direction:column;align-items:center;gap:7px;min-width:280px;max-width:440px;padding:26px 32px;display:flex;box-shadow:0 18px 45px #153f431f}.file-drop-icon{color:#3e8b6e;background:#dceee7;border-radius:17px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:5px;display:flex}.file-drop-card strong{letter-spacing:.7px;font-size:14px;font-weight:700}.file-drop-card>span:not(.file-drop-icon){color:#6e858d;font-size:11px;font-weight:600}.file-drop-card small{color:#4f9275;letter-spacing:1.3px;margin-top:4px;font-size:9px;font-weight:700}.theme-dark .chat-card.drag-active{border-color:#4f927e;box-shadow:0 0 0 2px #56b19317}.theme-dark .file-drop-overlay{background:#0a1f25eb;border-color:#579982}.theme-dark .file-drop-card{color:#deebed;background:#122d33f5;border-color:#64be9e2e;box-shadow:0 18px 45px #0000003d}.theme-dark .file-drop-icon{color:#73c49f;background:#4ca18321}.theme-dark .file-drop-card>span:not(.file-drop-icon){color:#93a8ad}.theme-dark .file-drop-card small{color:#72bd9a}@media (width<=680px){.file-drop-overlay{inset:5px}.file-drop-card{width:calc(100% - 32px);min-width:0;padding:22px 18px}}.external-invite-topbar-button{color:#8fd8af}.external-invite-topbar-button:hover{color:#fff}.external-invite-modal-card{max-width:620px}.external-invite-form{flex-direction:column;gap:18px;padding:20px;display:flex}.external-invite-form>label{flex-direction:column;gap:7px;display:flex}.external-invite-form>label>span,.external-invite-type>span{color:#627b85;letter-spacing:1.2px;align-items:center;gap:7px;font-size:9px;font-weight:700;display:flex}.external-invite-form>label>span small{color:#9aabb1;letter-spacing:.8px;font-size:7px}.external-invite-form input,.external-link-box input{color:#244652;background:#f8fafa;border:1px solid #dce6e6;border-radius:13px;outline:0;width:100%;height:46px;padding:0 14px;font-size:13px;font-weight:600}.external-invite-form input:focus,.external-link-box input:focus{border-color:#84b6aa}.external-invite-type{flex-direction:column;gap:8px;display:flex}.external-invite-type>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.external-type-button{color:#607983;cursor:pointer;background:#f9fbfb;border:1px solid #dce6e6;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:55px;padding:10px;font-size:10px;font-weight:700;display:flex}.external-type-button.selected{color:#31775e;background:#eaf5f0;border-color:#72ad9c}.external-invite-security{background:#f2f8f5;border:1px solid #d9e9e2;border-radius:13px;flex-direction:column;gap:5px;padding:13px 14px;display:flex}.external-invite-security strong{color:#4a8d6d;letter-spacing:.8px;font-size:9px}.external-invite-security span{color:#6f838b;font-size:10px;font-weight:600;line-height:1.5}.external-invite-form .group-modal-footer{padding:2px 0 0}.external-link-result{flex-direction:column;gap:14px;padding:20px;display:flex}.external-link-status{color:#5c737c;letter-spacing:.8px;background:#f4f8f7;border-radius:12px;align-items:center;gap:8px;padding:11px 13px;font-size:9px;font-weight:700;display:flex}.external-link-status-dot{background:#a5b4b9;border-radius:50%;width:9px;height:9px}.external-link-status-dot.status-aguardando{background:#dfb84f}.external-link-status-dot.status-em_uso{background:#55c77a;box-shadow:0 0 8px #55c77a61}.external-link-status-dot.status-encerrado,.external-link-status-dot.status-expirado{background:#d66d6d}.external-link-box{flex-direction:column;gap:7px;display:flex}.external-link-box>span{color:#617983;letter-spacing:1.1px;font-size:9px;font-weight:700}.external-link-feedback{color:#438263;background:#eaf5ef;border-radius:10px;padding:9px 12px;font-size:10px;font-weight:700}.external-link-actions,.external-host-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.external-secondary-button,.external-whatsapp-button,.external-end-link-button{letter-spacing:.6px;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:42px;font-size:9px;font-weight:700;display:flex}.external-secondary-button{color:#55737e;background:#f8fafa;border:1px solid #dce6e6}.external-whatsapp-button{color:#39815a;background:#eaf8ef;border:1px solid #b8dec9}.external-end-link-button{color:#b45252;background:#fff4f4;border:1px solid #e5c4c4}.external-end-link-button:disabled{opacity:.5;cursor:default}.external-link-expiry{color:#8a9ba2;text-align:center;font-size:9px;font-weight:600}.external-guest-screen{background:radial-gradient(circle at 78% 14%,#19706938,#0000 30%),linear-gradient(145deg,#002c39 0%,#003642 55%,#012b38 100%);justify-content:center;align-items:center;width:100%;height:100vh;padding:28px;display:flex;overflow:hidden}.external-guest-entry-card{text-align:center;background:#fff;border-radius:24px;flex-direction:column;align-items:center;width:min(520px,100%);padding:38px;display:flex;box-shadow:0 26px 75px #00121b42}.external-guest-entry-card h1{color:#173b49;margin:10px 0 8px;font-size:25px;font-weight:650;line-height:1.25}.external-guest-entry-card>p{color:#82959d;max-width:390px;margin:0;font-size:12px;font-weight:600;line-height:1.5}.external-invite-summary{color:#4b7568;background:#f2f7f5;border:1px solid #dce8e5;border-radius:13px;justify-content:space-between;align-items:center;gap:10px;width:100%;margin-top:22px;padding:12px 14px;display:flex}.external-invite-summary span{font-size:11px;font-weight:700}.external-invite-summary small{color:#7e949a;font-size:9px;font-weight:700}.external-guest-form{text-align:left;flex-direction:column;gap:14px;width:100%;margin-top:17px;display:flex}.external-guest-form label{flex-direction:column;gap:7px;display:flex}.external-guest-form label span{color:#627b85;letter-spacing:1.2px;font-size:9px;font-weight:700}.external-guest-form input{color:#244652;background:#f8fafa;border:1px solid #dce6e6;border-radius:13px;outline:0;width:100%;height:48px;padding:0 14px;font-size:14px;font-weight:600}.external-enter-button{color:#fff;letter-spacing:.9px;cursor:pointer;background:linear-gradient(100deg,#1c665f,#2b765d);border:0;border-radius:13px;height:49px;font-size:11px;font-weight:700}.external-enter-button:disabled{opacity:.55;cursor:default}.external-security-note{color:#9aa9af;max-width:410px;margin-top:17px;font-size:9px;font-weight:600;line-height:1.45}.external-ended-icon{color:#6e858d;background:#e7efef;border-radius:18px;justify-content:center;align-items:center;width:62px;height:62px;margin-bottom:17px;display:flex}.external-guest-call-screen{background:#06151a;width:100%;height:100vh;padding:14px;overflow:hidden}.external-guest-call-window{background:#0b1519;border:1px solid #ffffff14;border-radius:22px;grid-template-rows:58px minmax(0,1fr);width:100%;height:100%;display:grid;overflow:hidden}.external-guest-call-header{color:#fff;background:linear-gradient(100deg,#123f48,#164c4c);justify-content:space-between;align-items:center;gap:14px;padding:0 18px;display:flex}.external-guest-call-header>div{align-items:center;gap:10px;display:flex}.external-guest-call-header>div>div{flex-direction:column;gap:2px;display:flex}.external-guest-call-header strong{letter-spacing:1px;font-size:10px;font-weight:700}.external-guest-call-header small{color:#ffffff94;font-size:9px}.external-guest-badge{color:#ffffffbf;letter-spacing:.9px;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;padding:7px 10px;font-size:8px;font-weight:700}.external-guest-livekit{min-width:0;min-height:0;overflow:hidden}.external-guest-livekit>[data-lk-theme]{width:100%;height:100%}.external-call-window{border-color:#71c29c2e}.external-close-access-button{background:#aa3b3b2e!important;border-color:#ee79793d!important}.theme-dark .external-invite-modal-card .group-modal-header{background:linear-gradient(#142930,#11242c)}.theme-dark .external-invite-modal-card .group-modal-header h2{color:#e4f0f2}.theme-dark .external-invite-modal-card .group-modal-header p{color:#8fa4aa}.theme-dark .external-invite-form input,.theme-dark .external-link-box input{color:#e0ebed;background:#132a30;border-color:#ffffff14}.theme-dark .external-type-button{color:#9fb2b7;background:#ffffff09;border-color:#ffffff14}.theme-dark .external-type-button.selected{color:#79c6a1;background:#4b9f7f1a;border-color:#67c19e57}.theme-dark .external-invite-security,.theme-dark .external-link-status{background:#ffffff09;border-color:#ffffff0f}.theme-dark .external-invite-security span,.theme-dark .external-link-box>span,.theme-dark .external-link-expiry{color:#8fa4aa}.theme-dark .external-secondary-button{color:#a3b6bb;background:#ffffff09;border-color:#ffffff14}.theme-dark .external-whatsapp-button{color:#75c692;background:#48a46b14;border-color:#5bbe8033}.theme-dark .external-end-link-button{color:#dc8383;background:#b7454512;border-color:#da65652e}@media (width<=680px){.external-invite-type>div,.external-link-actions,.external-host-actions{grid-template-columns:1fr}.external-guest-screen{padding:15px}.external-guest-entry-card{padding:28px 20px}.external-guest-call-screen{padding:0}.external-guest-call-window{border-radius:0}}@media (width>=761px) and (width<=1600px){.contact-copy strong{font-size:14px}.contact-copy span{font-size:11.5px}.contact-status{font-size:9.5px}}.profile-photo-button{color:#ffffffc7;position:relative}.profile-photo-button:not(:disabled):hover{color:#fff}.profile-photo-button.uploading{cursor:wait;opacity:.82}.profile-photo-progress-dot{color:#fff;letter-spacing:-.3px;pointer-events:none;background:#68bd83;border:2px solid #174852;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 3px;font-size:6.5px;font-weight:800;line-height:1;display:flex;position:absolute;top:-5px;right:-5px;box-shadow:0 3px 10px #00000029}.theme-dark .profile-photo-progress-dot{border-color:#0c2931}.current-user-avatar .avatar-image,.contact-item .avatar-image,.chat-avatar .avatar-image,.hero-avatar .avatar-image{object-fit:cover}@media (width<=700px){.profile-photo-button{display:none}}.incoming-avatar.call-profile-avatar,.ringing-avatar.call-profile-avatar{overflow:hidden}.incoming-avatar.call-profile-avatar .avatar-image,.ringing-avatar.call-profile-avatar .avatar-image{object-fit:cover;object-position:center;width:100%;height:100%}.ringing-avatar.call-profile-avatar{border-radius:31px;width:112px;height:112px}.active-audio-profile{z-index:8;color:#fff;text-align:center;pointer-events:none;background:radial-gradient(circle at 50% 18%,#48977e2e,#0000 42%),#0b161af0;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;align-items:center;gap:9px;width:min(390px,100% - 64px);padding:30px 34px 28px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-54%);box-shadow:0 24px 70px #00000047}.active-audio-profile-avatar.avatar{color:#fff;background:linear-gradient(145deg,#31494c,#223639);border:2px solid #ffffff1f;border-radius:50%;width:190px;height:190px;margin-bottom:10px;font-size:48px;overflow:hidden;box-shadow:0 18px 48px #00000047,0 0 0 8px #52ab890b}.active-audio-profile-avatar .avatar-image{object-fit:cover;object-position:center;border-radius:50%;width:100%;height:100%}.active-audio-profile-kicker{color:#ffffff75;letter-spacing:2px;font-size:9px;font-weight:700}.active-audio-profile strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:25px;font-weight:650;overflow:hidden}.active-audio-profile small{color:#72c995;letter-spacing:1.5px;font-size:8px;font-weight:700}.audio-call-window .call-livekit-stage{background:radial-gradient(circle at 50% 42%,#13282a 0%,#0d1619 46%,#0a1114 100%)}@media (width<=760px){.ringing-avatar.call-profile-avatar{width:98px;height:98px}.active-audio-profile{width:calc(100% - 38px);padding:24px 20px;transform:translate(-50%,-58%)}.active-audio-profile-avatar.avatar{width:142px;height:142px;font-size:38px}.active-audio-profile strong{font-size:20px}}.draxos-logo{object-fit:cover;object-position:center;display:block}.connect-brand{gap:14px}.brand-symbol{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;flex:none;width:58px;height:58px;box-shadow:inset 0 1px #ffffff14,0 8px 18px #0000001a}.brand-copy strong{letter-spacing:3px;font-size:15px}.brand-copy span{letter-spacing:4px;font-size:10px}.identity-logo{background:0 0;border:1px solid #1747551f;border-radius:50%;width:92px;height:92px;margin:0 auto 18px;box-shadow:0 14px 32px #00121b1f}.theme-dark .identity-logo{border-color:#ffffff14;box-shadow:0 18px 34px #00000038}@media (width<=760px){.connect-brand{gap:10px}.brand-symbol{width:48px;height:48px}.brand-copy strong{letter-spacing:2px;font-size:13px}.brand-copy span{letter-spacing:2.7px;font-size:8.5px}.identity-logo{width:82px;height:82px}}.call-window-actions{flex:none;align-items:center;gap:8px;display:flex}.minimize-call-button{color:#ffffffd6;letter-spacing:.8px;cursor:pointer;background:#ffffff13;border:1px solid #ffffff24;border-radius:10px;justify-content:center;align-items:center;gap:6px;height:34px;padding:0 11px;font-family:Jura,sans-serif;font-size:8.5px;font-weight:700;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.minimize-call-button:hover{color:#fff;background:#ffffff1f;border-color:#ffffff38;transform:translateY(-1px)}.minimized-call-overlay{-webkit-backdrop-filter:none;pointer-events:none;background:0 0;justify-content:stretch;align-items:stretch;width:min(360px,100vw - 28px);height:238px;padding:0;inset:auto 18px 18px auto}.minimized-call-window{pointer-events:auto;border-radius:18px;grid-template-rows:46px minmax(0,1fr);box-shadow:0 18px 55px #0006;width:100%!important;height:100%!important}.minimized-call-window .call-window-header{gap:8px;padding:0 9px 0 11px}.minimized-call-window .call-window-header>div:first-child{gap:7px}.minimized-call-window .call-live-dot{width:7px;height:7px}.minimized-call-window .call-window-header strong{letter-spacing:.9px;font-size:8px}.minimized-call-window .call-window-header small{max-width:118px;font-size:8.5px}.minimized-call-window .call-window-actions{gap:5px}.minimized-call-window .minimize-call-button,.minimized-call-window .close-call-button{border-radius:9px;height:30px;padding:0 8px;font-size:7px}.minimized-call-window .minimize-call-button span{display:none}.minimized-call-window .minimize-call-button{width:32px;padding:0}.minimized-call-window .lk-control-bar,.minimized-call-window .call-realtime-toolbar,.minimized-call-window .raised-hands-panel{display:none!important}.minimized-call-window .call-livekit-stage{background:radial-gradient(circle at 50% 40%,#173034 0%,#0d181b 55%,#091115 100%);min-height:0}.minimized-call-window .active-audio-profile{width:100%;height:100%;box-shadow:none;background:radial-gradient(circle at 50% 22%,#4ba0812e,#0000 46%),#0a1417f0;border:0;border-radius:0;justify-content:center;gap:3px;padding:10px 14px;top:0;left:0;transform:none}.minimized-call-window .active-audio-profile-avatar.avatar{border-radius:50%;width:78px;height:78px;margin-bottom:4px;font-size:22px;box-shadow:0 8px 22px #0000003d}.minimized-call-window .active-audio-profile-kicker{display:none}.minimized-call-window .active-audio-profile strong{max-width:240px;font-size:13px}.minimized-call-window .active-audio-profile small{letter-spacing:1px;font-size:6.5px}.minimized-call-window.video-call-window .call-livekit-stage>[data-lk-theme],.minimized-call-window.external-call-window .call-livekit-stage>[data-lk-theme]{width:100%;height:100%}@media (width>=761px) and (width<=1600px){.minimized-call-overlay{width:334px;height:220px;bottom:14px;right:14px}}@media (width<=760px){.minimized-call-overlay{width:calc(100vw - 20px);height:205px;bottom:10px;right:10px}.minimized-call-window{border-radius:15px}.minimized-call-window .call-window-header small{max-width:95px}.minimized-call-window .close-call-button{text-overflow:ellipsis;white-space:nowrap;max-width:92px;overflow:hidden}}.audio-call-split-stage{z-index:7;pointer-events:none;grid-template-columns:1fr 1fr;gap:12px;display:grid;position:absolute;inset:10px 12px 84px}.audio-call-split-card{text-align:center;background:radial-gradient(circle at 50% 18%,#4ba0811f,#0000 42%),#0a1216f5;border:1px solid #ffffff0f;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-width:0;display:flex;box-shadow:inset 0 1px #ffffff08,0 12px 30px #0000002e}.audio-call-split-avatar.avatar{color:#fff;background:linear-gradient(145deg,#31494c,#223639);border:2px solid #ffffff1f;border-radius:50%;width:180px;height:180px;font-size:44px;overflow:hidden;box-shadow:0 18px 46px #0000003d,0 0 0 8px #52ab890a}.audio-call-split-avatar .avatar-image{object-fit:cover;object-position:center;border-radius:50%;width:100%;height:100%}.audio-call-split-kicker{color:#ffffff75;letter-spacing:2px;font-size:9px;font-weight:700}.audio-call-split-card strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:80%;font-size:25px;font-weight:650;overflow:hidden}.audio-call-window:not(.minimized-call-window) .call-livekit-stage .lk-focus-layout,.audio-call-window:not(.minimized-call-window) .call-livekit-stage .lk-grid-layout{opacity:.08}@media (width<=1100px){.audio-call-split-stage{gap:10px;inset:12px 12px 88px}.audio-call-split-avatar.avatar{width:148px;height:148px;font-size:36px}.audio-call-split-card strong{max-width:88%;font-size:21px}}@media (width<=760px){.audio-call-split-stage{grid-template-rows:1fr 1fr;grid-template-columns:1fr;gap:8px;inset:10px 10px 78px}.audio-call-split-card{border-radius:16px}.audio-call-split-avatar.avatar{width:102px;height:102px;font-size:28px}.audio-call-split-kicker{letter-spacing:1.6px;font-size:7px}.audio-call-split-card strong{font-size:16px}}.call-realtime-toolbar,.call-reactions,.call-reaction-button,.raise-hand-button,.raised-hands-panel,.raised-hands-panel strong,.raised-hands-panel span{font-family:Jura,sans-serif}.call-realtime-toolbar{border-radius:16px;gap:9px;padding:8px}.call-reactions{gap:5px}.call-reaction-button{border-radius:11px;width:38px;height:38px;font-size:21px}.raise-hand-button{letter-spacing:.95px;white-space:nowrap;border-radius:11px;height:38px;padding:0 14px;font-size:10px;font-weight:700}.raised-hands-panel{border-radius:16px;gap:6px;min-width:260px;max-width:380px;padding:14px 16px;box-shadow:0 12px 30px #0000003d}.raised-hands-panel strong{letter-spacing:1.1px;font-size:12px;font-weight:700}.raised-hands-panel span{font-size:17px;font-weight:600;line-height:1.15}@media (width<=760px){.call-realtime-toolbar{gap:6px;padding:7px}.call-reaction-button{width:33px;height:33px;font-size:17px}.raise-hand-button{height:33px;padding:0 11px;font-size:8.5px}.raised-hands-panel{border-radius:14px;min-width:200px;max-width:calc(100vw - 32px);padding:11px 13px;top:56px;left:8px}.raised-hands-panel strong{font-size:10px}.raised-hands-panel span{font-size:14px}}.call-realtime-toolbar{-webkit-backdrop-filter:blur(14px)saturate(1.08);background:linear-gradient(#162b31e8 0%,#09161be0 100%);border:1px solid #ffffff1f;box-shadow:inset 0 1px #ffffff0e,0 12px 34px #00000045}.call-reaction-button{background:linear-gradient(#ffffff0e 0%,#ffffff05 100%);border:1px solid #ffffff0b;transition:background .18s,border-color .18s,box-shadow .18s,transform .14s;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0e}.call-reaction-button:before{content:"";opacity:.42;pointer-events:none;background:linear-gradient(#ffffff1a,#fff0);border-radius:8px 8px 50% 50%;height:42%;position:absolute;top:2px;left:5px;right:5px}.call-reaction-button:hover{background:linear-gradient(#62be8b26 0%,#2a685413 100%);border-color:#7ecfa23d;transform:translateY(-2px)scale(1.06);box-shadow:inset 0 1px #ffffff1a,0 7px 18px #0003,0 0 16px #52b18212}.call-reaction-button:active{transition-duration:60ms;transform:translateY(0)scale(.94)}.call-reaction-button:focus-visible{outline-offset:2px;outline:2px solid #6fc48f8f}.raise-hand-button{background:linear-gradient(#ffffff16 0%,#ffffff09 100%);border-color:#ffffff21;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .14s;position:relative;overflow:hidden;box-shadow:inset 0 1px #fff1}.raise-hand-button:before{content:"";opacity:.42;pointer-events:none;background:linear-gradient(#ffffff1a,#fff0);border-radius:8px 8px 45% 45%;height:45%;position:absolute;top:1px;left:8px;right:8px}.raise-hand-button:hover{color:#fff;background:linear-gradient(#65be8c26 0%,#2b604e12 100%);border-color:#7ecfa247;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff1a,0 7px 18px #0000002e}.raise-hand-button:active{transform:translateY(0)scale(.97)}.raise-hand-button.raised{color:#ffdb7f;background:linear-gradient(#ffd36c38 0%,#a4701b1a 100%);border-color:#ffd36c75;box-shadow:inset 0 1px #fff1c424,0 0 0 1px #ffd36c09,0 7px 20px #7e581621}.raise-hand-button.raised:hover{color:#ffe49b;background:linear-gradient(#ffda7d47 0%,#a4701b21 100%);border-color:#ffdc829e}.raised-hands-panel{-webkit-backdrop-filter:blur(14px);background:linear-gradient(#122226f0 0%,#081418e8 100%);border-color:#ffd36c38;box-shadow:inset 0 1px #ffffff0b,0 14px 34px #00000047,0 0 22px #ffc95509}.raised-hands-panel strong{text-shadow:0 0 14px #ffd36c1f}@media (width>=761px) and (width<=1600px){.call-reaction-button:hover{transform:translateY(-1px)scale(1.045)}}@media (hover:none){.call-reaction-button:hover,.raise-hand-button:hover,.raise-hand-button.raised:hover{transform:none}}.audio-call-window:not(.minimized-call-window) .call-livekit-stage .lk-focus-layout,.audio-call-window:not(.minimized-call-window) .call-livekit-stage .lk-grid-layout{opacity:1;transition:opacity .18s}.audio-call-window .call-livekit-stage .lk-participant-tile[data-lk-source=screen_share]{background:#080d10}.audio-call-window .call-livekit-stage .lk-participant-tile[data-lk-source=screen_share] video{object-fit:contain;background:#080d10}:is(.audio-call-window:not(.minimized-call-window) .call-livekit-stage:has(.audio-call-split-stage) .lk-focus-layout,.audio-call-window:not(.minimized-call-window) .call-livekit-stage:has(.audio-call-split-stage) .lk-grid-layout){visibility:hidden;pointer-events:none;opacity:0!important}.audio-screen-share-participants{z-index:18;pointer-events:none;grid-template-rows:minmax(0,1fr) minmax(0,1fr);gap:12px;width:clamp(190px,17.5%,285px);display:grid;position:absolute;top:12px;bottom:12px;left:12px}.audio-screen-share-person{background:radial-gradient(circle at 50% 34%,#428b7421,#0000 42%),#1d1d1d;border:1px solid #ffffff13;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-width:0;min-height:0;padding:15px 12px 17px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff06}.audio-screen-share-avatar.avatar{color:#fff;background:linear-gradient(145deg,#31494c,#223639);border:2px solid #ffffff1c;border-radius:50%;width:clamp(88px,8.8vw,132px);height:clamp(88px,8.8vw,132px);font-size:30px;overflow:hidden;box-shadow:0 12px 30px #00000045,0 0 0 6px #52ab8909}.audio-screen-share-avatar .avatar-image{object-fit:cover;object-position:center;border-radius:50%;width:100%;height:100%}.audio-screen-share-person>span{color:#ffffffe6;letter-spacing:.25px;text-overflow:ellipsis;white-space:nowrap;max-width:92%;font-family:Jura,sans-serif;font-size:12px;font-weight:700;overflow:hidden}@media (width>=761px) and (width<=1600px){.audio-screen-share-participants{gap:10px;width:clamp(170px,17%,240px)}.audio-screen-share-avatar.avatar{width:clamp(74px,8vw,112px);height:clamp(74px,8vw,112px)}.audio-screen-share-person>span{font-size:11px}}@media (width<=760px){.audio-screen-share-participants{display:none}}.audio-call-window:not(.minimized-call-window) .audio-screen-share-participants{bottom:108px}@media (width>=761px) and (width<=1600px){.audio-call-window:not(.minimized-call-window) .audio-screen-share-participants{bottom:112px}.audio-call-window:not(.minimized-call-window) .audio-screen-share-person{padding:10px 10px 12px}.audio-call-window:not(.minimized-call-window) .audio-screen-share-avatar.avatar{width:clamp(68px,7vw,102px);height:clamp(68px,7vw,102px)}}.minimized-call-window .audio-screen-share-participants{bottom:12px}.group-call-banner{z-index:18;-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#439b7121,#fffffff0);border:1px solid #499c743b;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;margin:0 0 14px;padding:11px 12px;display:flex;position:sticky;top:0;box-shadow:0 8px 22px #1234430f}.group-call-banner-copy{align-items:center;gap:10px;min-width:0;display:flex}.group-call-banner-icon{color:#347c5a;background:#3f976c21;border-radius:11px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.group-call-banner-copy>div{flex-direction:column;gap:2px;min-width:0;display:flex}.group-call-banner-copy strong{color:#285b45;letter-spacing:1px;font-family:Jura,sans-serif;font-size:10px;font-weight:800}.group-call-banner-copy span{color:#71878f;text-overflow:ellipsis;white-space:nowrap;font-family:Jura,sans-serif;font-size:11px;font-weight:600;overflow:hidden}.group-call-join-button{color:#fff;letter-spacing:.9px;cursor:pointer;background:linear-gradient(#4fa978,#3c8f65);border:1px solid #3d8f674d;border-radius:11px;flex:none;min-height:36px;padding:0 13px;font-family:Jura,sans-serif;font-size:9px;font-weight:800;transition:transform .15s,filter .15s;box-shadow:0 7px 17px #2f805829}.group-call-join-button:not(:disabled):hover{filter:brightness(1.06);transform:translateY(-1px)}.group-call-join-button:disabled{opacity:.55;cursor:wait}.theme-dark .group-call-banner{background:linear-gradient(135deg,#3789622e,#0c1f23f5);border-color:#59be8933;box-shadow:0 9px 24px #0003}.theme-dark .group-call-banner-copy strong{color:#84d5a7}.theme-dark .group-call-banner-copy span{color:#94aeb5}.theme-dark .group-call-banner-icon{color:#79cf9c;background:#57b98521}.group-audio-grid{pointer-events:auto;scrollbar-width:thin;scrollbar-color:#7e9fa45c transparent;align-content:stretch;padding-right:3px;overflow:hidden auto}.group-audio-grid::-webkit-scrollbar{width:6px}.group-audio-grid::-webkit-scrollbar-track{background:0 0}.group-audio-grid::-webkit-scrollbar-thumb{background:#7e9fa457;border-radius:999px}.group-audio-grid.participants-1{grid-template-columns:minmax(0,1fr)}.group-audio-grid.participants-2,.group-audio-grid.participants-3,.group-audio-grid.participants-4{grid-template-columns:repeat(2,minmax(0,1fr))}.group-audio-grid.participants-3,.group-audio-grid.participants-4{grid-template-rows:repeat(2,minmax(0,1fr))}.group-audio-grid.participants-many{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-auto-rows:minmax(210px,1fr);align-content:start}.group-audio-grid.participants-many .audio-call-split-avatar.avatar{width:118px;height:118px;font-size:31px}.group-audio-grid.participants-many .audio-call-split-card strong{font-size:19px}.audio-screen-share-participants.many-participants{pointer-events:auto;scrollbar-width:thin;scrollbar-color:#89a3a866 transparent;flex-direction:column;padding-right:4px;display:flex;overflow:hidden auto}.audio-screen-share-participants.many-participants .audio-screen-share-person{flex:0 0 clamp(145px,34%,205px)}.audio-screen-share-participants.many-participants::-webkit-scrollbar{width:6px}.audio-screen-share-participants.many-participants::-webkit-scrollbar-track{background:0 0}.audio-screen-share-participants.many-participants::-webkit-scrollbar-thumb{background:#89a3a861;border-radius:999px}.audio-screen-share-participants.many-participants::-webkit-scrollbar-thumb:hover{background:#89b2a894}.group-audio-mini-profile{gap:5px}.group-audio-mini-avatars{justify-content:center;align-items:center;min-height:72px;padding-left:12px;display:flex}.group-audio-mini-avatar.avatar{border:3px solid #102328;border-radius:50%;width:64px;height:64px;margin-left:-12px;font-size:18px;box-shadow:0 8px 20px #0000003d}.group-audio-mini-avatar.avatar:first-child{margin-left:0}@media (width>=761px) and (width<=1600px){.group-audio-grid.participants-many{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-auto-rows:minmax(180px,1fr)}.group-audio-grid.participants-many .audio-call-split-avatar.avatar{width:96px;height:96px;font-size:26px}.audio-screen-share-participants.many-participants .audio-screen-share-person{flex-basis:clamp(125px,33%,175px)}}@media (width<=760px){.group-call-banner{flex-direction:column;align-items:stretch;gap:9px}.group-call-banner-copy span{white-space:normal}.group-call-join-button{width:100%}.group-audio-grid.participants-2,.group-audio-grid.participants-3,.group-audio-grid.participants-4,.group-audio-grid.participants-many{grid-template-columns:minmax(0,1fr);grid-auto-rows:minmax(175px,1fr)}}.theme-dark .group-modal-card:not(.external-invite-modal-card):not(.status-modal-card):not(.call-history-modal-card):not(.password-modal-card) .group-modal-header h2{color:#173b49}.external-audio-split-stage{z-index:16}.external-call-window:not(.minimized-call-window) .call-livekit-stage:has(.external-audio-split-stage) .lk-focus-layout{visibility:hidden;pointer-events:none;opacity:0!important}.external-call-window:not(.minimized-call-window) .call-livekit-stage:has(.external-audio-split-stage) .lk-grid-layout{visibility:hidden;pointer-events:none;opacity:0!important}.external-guest-livekit:has(.external-audio-split-stage) .lk-focus-layout{visibility:hidden;pointer-events:none;opacity:0!important}.external-guest-livekit:has(.external-audio-split-stage) .lk-grid-layout{visibility:hidden;pointer-events:none;opacity:0!important}.external-call-window:not(.minimized-call-window) .external-audio-screen-share-participants,.external-guest-call-window .external-audio-screen-share-participants{bottom:108px}.external-audio-mini-profile{z-index:18}.add-call-person-button{color:#9ad8b3;letter-spacing:.8px;cursor:pointer;background:linear-gradient(#59b18021,#2d6e560f);border:1px solid #74cd9b38;border-radius:10px;justify-content:center;align-items:center;gap:7px;height:34px;padding:0 12px;font-family:Jura,sans-serif;font-size:8.5px;font-weight:700;transition:background .16s,border-color .16s,color .16s,transform .16s,box-shadow .16s;display:inline-flex}.add-call-person-button:hover{color:#c0efd0;background:linear-gradient(#5fbe8936,#2e765a1a);border-color:#7cd7a466;transform:translateY(-1px);box-shadow:0 7px 18px #00000026,0 0 16px #58b8830f}.add-call-person-button:active{transform:translateY(0)scale(.97)}.call-add-person-modal-card{max-width:720px}.call-add-person-body{flex-direction:column;gap:15px;min-height:0;padding:22px 28px 0;display:flex}.call-add-person-search{flex:none}.call-add-person-list{scrollbar-width:thin;scrollbar-color:#4e8f887a transparent;min-height:180px;max-height:min(44vh,430px);padding-right:4px;overflow:hidden auto}.call-add-person-list::-webkit-scrollbar{width:7px}.call-add-person-list::-webkit-scrollbar-track{background:0 0}.call-add-person-list::-webkit-scrollbar-thumb{background:#4e8f8866;border-radius:999px}.call-add-person-option{position:relative}.call-add-person-plus{color:#3f8d69;background:#45977112;border:1px solid #3b84662e;border-radius:9px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.call-add-person-option:hover .call-add-person-plus{background:#45977121;border-color:#3b84664d}.call-add-person-empty{color:#738b94;text-align:center;border:1px dashed #d6e2e2;border-radius:14px;justify-content:center;align-items:center;min-height:130px;padding:24px;font-family:Jura,sans-serif;font-size:12px;font-weight:600;display:flex}.call-add-person-footer{margin-top:20px}.theme-dark .call-add-person-modal-card .group-modal-header h2{color:#173b49}.theme-dark .call-add-person-empty{color:#ffffff8c;border-color:#ffffff1a}@media (width>=761px) and (width<=1600px){.add-call-person-button{height:32px;padding:0 10px;font-size:8px}.call-add-person-modal-card{max-width:660px}}@media (width<=760px){.add-call-person-button span{display:none}.add-call-person-button{width:34px;padding:0}.call-add-person-body{padding:18px 16px 0}.call-add-person-list{max-height:46vh}}.call-add-person-overlay{z-index:7000}.call-add-person-overlay .call-add-person-modal-card{z-index:1;position:relative}.theme-dark .password-modal-card .group-modal-header h2{color:#173b49}.theme-dark .password-modal-card .group-modal-header p{color:#6f8791}.password-modal-card .group-modal-footer{padding:4px 0 22px}.password-modal-card .password-rules{margin-bottom:4px}.call-livekit-stage .lk-chat{z-index:80;isolation:isolate;position:relative}.audio-call-window:not(.minimized-call-window) .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .audio-call-split-stage{transition:right .18s,grid-template-columns .18s;right:clamp(330px,29vw,410px)}.audio-call-window:not(.minimized-call-window) .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .audio-call-split-card{min-width:0}.audio-call-window:not(.minimized-call-window) .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .audio-call-split-avatar.avatar{width:clamp(82px,9vw,132px);height:clamp(82px,9vw,132px)}.audio-screen-share-person{box-sizing:border-box;border:2px solid #0000;transition:border-color .12s,box-shadow .12s,transform .12s}.audio-screen-share-person.speaking{border-color:#3daafff2;transform:translateY(-1px);box-shadow:0 0 0 3px #3daaff2e,0 12px 26px #0823363d}.audio-call-window .call-livekit-stage:has(.audio-screen-share-participants) .lk-participant-tile:not([data-lk-source=screen_share]){box-shadow:none!important;outline:none!important}:is(.audio-call-window:not(.minimized-call-window) .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .call-realtime-toolbar,.video-call-window:not(.minimized-call-window) .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .call-realtime-toolbar){right:clamp(338px,30vw,420px)}.call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .call-file-share-box{z-index:95;pointer-events:none;flex-direction:column;align-items:stretch;gap:7px;width:min(290px,30vw - 28px);min-width:220px;display:flex;position:absolute;bottom:82px;right:12px}.call-file-share-button,.call-shared-file,.call-file-error,.call-file-upload-name{pointer-events:auto}.call-file-share-button{color:#f7fbf9;min-height:34px;font:inherit;letter-spacing:.05em;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#12242bed;border:1px solid #56b18957;border-radius:11px;justify-content:center;align-self:flex-end;align-items:center;gap:7px;padding:8px 11px;font-size:10px;font-weight:800;display:inline-flex;box-shadow:0 8px 22px #0000002e}.call-file-share-button:hover:not(:disabled){border-color:#56b189b3;transform:translateY(-1px)}.call-file-share-button:disabled{opacity:.58;cursor:wait}.call-file-upload-name{color:#fffc;text-overflow:ellipsis;white-space:nowrap;background:#12242be0;border-radius:8px;align-self:flex-end;max-width:100%;padding:4px 7px;font-size:9px;overflow:hidden}.call-shared-files-list{flex-direction:column;gap:5px;max-height:160px;display:flex;overflow:auto}.call-shared-file{color:#f7fbf9;text-align:left;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1d23ed;border:1px solid #ffffff21;border-radius:10px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:7px;width:100%;padding:7px 8px;display:grid}.call-shared-file>span{flex-direction:column;gap:1px;min-width:0;display:flex}.call-shared-file strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.call-shared-file small{color:#ffffff9e;font-size:8px}.call-file-error{color:#fff;background:#742020eb;border-radius:9px;padding:6px 8px;font-size:9px}.register-card{width:min(720px,100vw - 36px);max-height:calc(100vh - 38px);overflow:auto}.register-form{width:100%}.register-form-grid{grid-template-columns:minmax(0,1fr) 90px;gap:12px;display:grid}.register-form-grid label{min-width:0}.register-form-grid .register-field-wide{grid-column:1/-1}.login-secondary-action{width:100%;min-height:42px;color:inherit;font:inherit;letter-spacing:.06em;cursor:pointer;background:0 0;border:1px solid #489a7659;border-radius:12px;font-size:11px;font-weight:800}.login-secondary-action:hover:not(:disabled){background:#489a7617;border-color:#489a76a6}.login-feedback.success{color:inherit;background:#439b711f;border-color:#439b7157}.relaxed-password-rule{text-align:center}.profile-status-modal-card{width:min(760px,100vw - 36px);max-height:calc(100vh - 38px);overflow:auto}.profile-status-form{gap:18px}.profile-edit-section,.presence-edit-section{background:#7a8e960e;border:1px solid #68808a29;border-radius:16px;flex-direction:column;gap:12px;padding:14px;display:flex}.profile-edit-heading{flex-direction:column;gap:3px;display:flex}.profile-edit-heading strong{letter-spacing:.07em;font-size:11px}.profile-edit-heading span{opacity:.66;font-size:10px}.profile-edit-grid{grid-template-columns:minmax(0,1fr) 100px;gap:11px;display:grid}.profile-edit-grid label{flex-direction:column;gap:6px;min-width:0;display:flex}.profile-edit-grid label>span{letter-spacing:.06em;opacity:.72;font-size:9px;font-weight:800}.profile-edit-grid input{box-sizing:border-box;width:100%;min-height:41px;font:inherit;border-radius:11px;padding:9px 11px}.profile-edit-field-wide{grid-column:1/-1}.profile-readonly-input{opacity:.7;cursor:not-allowed}.registration-approval-button{position:relative}.registration-approval-modal-card{width:min(760px,100vw - 36px);max-height:calc(100vh - 38px);overflow:hidden}.registration-request-list{flex-direction:column;gap:10px;max-height:min(62vh,600px);padding:4px 2px;display:flex;overflow:auto}.registration-request-empty{text-align:center;opacity:.65;padding:26px 16px}.registration-request-card{background:#7b8f970e;border:1px solid #667f8a29;border-radius:15px;grid-template-columns:minmax(190px,1.2fr) minmax(230px,1.4fr) auto;align-items:center;gap:14px;padding:12px;display:grid}.registration-request-person{align-items:center;gap:10px;min-width:0;display:flex}.registration-request-avatar{background:#3f976f29;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.registration-request-person>div:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.registration-request-person strong,.registration-request-person span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.registration-request-person span{opacity:.67;font-size:9px}.registration-request-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.registration-request-details>span{flex-direction:column;gap:2px;min-width:0;display:flex}.registration-request-details small{letter-spacing:.06em;opacity:.58;font-size:8px}.registration-request-details strong{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.registration-request-actions{align-items:center;gap:7px;display:flex}.registration-request-actions button{min-height:34px;font:inherit;letter-spacing:.04em;cursor:pointer;border-radius:10px;padding:8px 10px;font-size:9px;font-weight:900}.registration-reject-button{color:inherit;background:#c5505017;border:1px solid #c550505c}.registration-approve-button{color:inherit;background:#439b7129;border:1px solid #439b716b}@media (width<=980px){.audio-call-window:not(.minimized-call-window) .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .audio-call-split-stage{right:min(45vw,360px)}.call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .call-file-share-box{width:min(300px,44vw - 18px);min-width:180px}.registration-request-card{grid-template-columns:1fr}.registration-request-details{grid-template-columns:repeat(3,minmax(0,1fr))}.registration-request-actions{justify-content:flex-end}}@media (width<=720px){.register-form-grid,.profile-edit-grid{grid-template-columns:1fr}.register-form-grid .register-field-wide,.profile-edit-field-wide{grid-column:auto}.audio-call-window:not(.minimized-call-window) .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .audio-call-split-stage{display:none}.call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .call-file-share-box{width:min(270px,100vw - 48px);min-width:0}.registration-request-details{grid-template-columns:1fr}}.call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .lk-chat-messages{padding-bottom:190px}.profile-status-modal-card{grid-template-rows:auto minmax(0,1fr);width:min(760px,100vw - 28px);max-height:calc(100dvh - 24px);overflow:hidden}.profile-status-modal-card .group-modal-header{flex:none;padding:18px 22px 14px}.profile-status-modal-card .group-modal-header h2{margin:4px 0 3px;font-size:23px;line-height:1.1}.profile-status-modal-card .group-modal-header p{font-size:11px;line-height:1.45}.profile-status-form{grid-template-rows:minmax(0,1fr) auto;gap:0;min-height:0;display:grid;overflow:hidden}.profile-status-scroll-area{overscroll-behavior:contain;scrollbar-gutter:stable;flex-direction:column;gap:12px;min-height:0;padding:14px 18px 12px;display:flex;overflow-y:auto}.profile-status-scroll-area::-webkit-scrollbar{width:8px}.profile-status-scroll-area::-webkit-scrollbar-thumb{background:#7a9aa473 padding-box padding-box;border:2px solid #0000;border-radius:999px}.profile-edit-section,.presence-edit-section{border-radius:15px;flex:none;gap:9px;padding:12px}.profile-edit-heading{gap:3px}.profile-edit-heading strong{color:#355864;letter-spacing:.09em;font-size:10px;font-weight:800}.profile-edit-heading span{color:#738a93;opacity:1;font-size:9px;font-weight:600;line-height:1.4}.profile-edit-grid{gap:9px}.profile-edit-grid label{gap:5px}.profile-edit-grid label>span{color:#607983;letter-spacing:.08em;opacity:1;font-size:8px;font-weight:800}.profile-edit-grid input{border-radius:10px;min-height:38px;padding:8px 11px;font-size:12px}.profile-status-modal-card .status-options{gap:8px;padding:2px 0 0}.profile-status-modal-card .status-option{border-radius:13px;gap:9px;min-height:62px;padding:10px 11px}.profile-status-modal-card .status-option strong{color:#35535f;font-size:10px}.profile-status-modal-card .status-option small{color:#738990;font-size:9px;line-height:1.3}.profile-status-modal-card .custom-status-field{gap:5px;padding:4px 0 0}.profile-status-modal-card .custom-status-field>span{color:#607983;opacity:1;font-size:8px}.profile-status-modal-card .custom-status-field input{border-radius:10px;height:39px;padding:0 48px 0 12px;font-size:11px}.profile-status-modal-card .custom-status-field>small{font-size:8px;bottom:13px;right:12px}.profile-status-modal-card .group-modal-footer{background:#fff;border-top:1px solid #e1e9e9;flex:none;gap:9px;padding:11px 18px 14px;box-shadow:0 -10px 24px #11303b09}.profile-status-modal-card .group-cancel-button,.profile-status-modal-card .group-create-button{min-width:132px;height:39px}.theme-dark .profile-status-modal-card .profile-edit-section,.theme-dark .profile-status-modal-card .presence-edit-section{background:#ffffff06;border-color:#8fb5bf29}.theme-dark .profile-status-modal-card .profile-edit-heading strong{color:#b9d6dc}.theme-dark .profile-status-modal-card .profile-edit-heading span{color:#91aab1}.theme-dark .profile-status-modal-card .profile-edit-grid label>span,.theme-dark .profile-status-modal-card .custom-status-field>span{color:#8fb1b9}.theme-dark .profile-status-modal-card .status-option strong{color:#dcebed}.theme-dark .profile-status-modal-card .status-option small{color:#9bb0b6}.theme-dark .profile-status-modal-card .profile-readonly-input{color:#172a31;opacity:1;background:#bfc7cb}.theme-dark .profile-status-modal-card .group-modal-footer{background:#10232b;border-top-color:#263f48;box-shadow:0 -10px 24px #00000029}.theme-dark .profile-status-modal-card .group-cancel-button{color:#b8ccd1;background:#162c34;border-color:#35515a}.theme-dark .profile-status-modal-card .group-create-button{color:#fff;background:#3f8f68;border-color:#4b9d73}@media (height<=760px) and (width>=681px){.profile-status-modal-card{max-height:calc(100dvh - 16px)}.profile-status-modal-card .group-modal-header{padding:13px 18px 11px}.profile-status-modal-card .group-modal-header h2{font-size:20px}.profile-status-modal-card .group-modal-header p{font-size:9px}.profile-status-scroll-area{gap:9px;padding:10px 14px 9px}.profile-edit-section,.presence-edit-section{gap:7px;padding:10px}.profile-edit-grid{gap:7px 9px}.profile-edit-grid input{min-height:34px;padding:6px 10px;font-size:11px}.profile-status-modal-card .status-option{min-height:54px;padding:8px 10px}.profile-status-modal-card .custom-status-field input{height:35px}.profile-status-modal-card .group-modal-footer{padding:9px 14px 11px}.profile-status-modal-card .group-cancel-button,.profile-status-modal-card .group-create-button{height:36px}}@media (width<=680px){.profile-status-modal-card{width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.profile-status-modal-card .group-modal-header{padding:15px 16px 12px}.profile-status-scroll-area{padding:12px 14px 10px}.profile-status-modal-card .group-modal-footer{padding:10px 14px 12px}.profile-status-modal-card .group-cancel-button,.profile-status-modal-card .group-create-button{flex:1 1 0;min-width:0}}:is(.audio-call-window:not(.minimized-call-window) .call-livekit-stage:has(.audio-call-split-stage.has-active-camera) .lk-focus-layout,.audio-call-window:not(.minimized-call-window) .call-livekit-stage:has(.audio-call-split-stage.has-active-camera) .lk-grid-layout){opacity:1!important;visibility:visible!important;pointer-events:auto!important}.audio-call-split-card.camera-live-slot{box-shadow:none!important;background:0 0!important;border-color:#0000!important}.audio-call-split-card:not(.camera-live-slot){transition:border-color .12s,box-shadow .12s}.audio-call-split-card.speaking:not(.camera-live-slot){border-color:#3daaffc7;box-shadow:inset 0 1px #ffffff08,0 0 0 3px #3daaff1c,0 12px 30px #0000002e}.audio-screen-share-person.camera-live-slot{box-shadow:none!important;background:0 0!important;border-color:#0000!important;transform:none!important}.audio-call-split-card.camera-live-slot,.audio-screen-share-person.camera-live-slot{pointer-events:none!important}.profile-status-overlay{justify-content:center!important;align-items:center!important;padding:8px!important;overflow:hidden!important}.profile-status-overlay .profile-status-modal-card{grid-template-rows:auto minmax(0,1fr)!important;width:min(780px,100vw - 16px)!important;height:min(820px,100dvh - 16px)!important;min-height:0!important;max-height:none!important;display:grid!important;overflow:hidden!important}.profile-status-overlay .profile-status-modal-card .group-modal-header{gap:14px!important;min-height:0!important;padding:15px 18px 12px!important}.profile-status-overlay .profile-status-modal-card .group-modal-header p{margin:0!important;font-size:10px!important;line-height:1.35!important}.profile-status-overlay .profile-status-form{grid-template-rows:minmax(0,1fr) auto!important;gap:0!important;height:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}.profile-status-overlay .profile-status-scroll-area{scrollbar-gutter:stable!important;flex-direction:column!important;gap:9px!important;height:auto!important;min-height:0!important;padding:10px 12px 9px!important;display:flex!important;overflow:hidden auto!important}.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{border-radius:14px!important;flex:none!important;gap:8px!important;padding:11px 12px!important}.profile-status-overlay .profile-edit-heading{gap:2px!important}.profile-status-overlay .profile-edit-heading strong{letter-spacing:.1em!important;opacity:1!important;font-size:9px!important;font-weight:800!important}.profile-status-overlay .profile-edit-heading span{opacity:1!important;font-size:8px!important;font-weight:600!important;line-height:1.25!important}.profile-status-overlay .profile-edit-grid label>span{letter-spacing:.08em!important;opacity:1!important;font-size:7.5px!important;font-weight:800!important}.profile-status-overlay .profile-edit-grid input{border-radius:9px!important;height:34px!important;min-height:34px!important;padding:6px 10px!important;font-size:11px!important;line-height:1.1!important}.profile-status-overlay .status-options{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;padding:1px 0 0!important}.profile-status-overlay .status-option>span:last-child{gap:2px!important}.profile-status-overlay .custom-status-field{gap:4px!important;padding:3px 0 0!important}.profile-status-overlay .custom-status-field>span{letter-spacing:.08em!important;opacity:1!important;font-size:7.5px!important;font-weight:800!important}.profile-status-overlay .custom-status-field input{border-radius:9px!important;height:34px!important;min-height:34px!important;padding:0 46px 0 10px!important;font-size:10px!important}.profile-status-overlay .group-modal-footer{z-index:5!important;flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;min-height:56px!important;margin:0!important;padding:9px 12px 11px!important;display:flex!important;position:relative!important}.theme-dark .profile-status-overlay .profile-edit-heading strong{color:#d7edf1!important}.theme-dark .profile-status-overlay .profile-edit-heading span{color:#9fb9c0!important}.theme-dark .profile-status-overlay .profile-edit-grid label>span,.theme-dark .profile-status-overlay .custom-status-field>span{color:#a9c5cc!important}.theme-dark .profile-status-overlay .status-option strong{color:#eef8fa!important}.theme-dark .profile-status-overlay .status-option small{color:#a7bcc2!important}.theme-dark .profile-status-overlay .profile-edit-section,.theme-dark .profile-status-overlay .presence-edit-section{background:#142a33!important;border-color:#8eb7c23d!important}.theme-dark .profile-status-overlay .profile-edit-grid input:not(.profile-readonly-input),.theme-dark .profile-status-overlay .custom-status-field input{color:#15282f!important;background:#f7f8f8!important;border-color:#b9d3da2e!important}.theme-dark .profile-status-overlay .profile-readonly-input{color:#15282f!important;opacity:1!important;background:#c7ced1!important;border-color:#b9d3da29!important}.theme-dark .profile-status-overlay .status-option{background:#1a313a!important;border-color:#9ebfc72e!important}.theme-dark .profile-status-overlay .status-option:hover,.theme-dark .profile-status-overlay .status-option.selected{background:#1c373e!important;border-color:#65cfa485!important}.theme-dark .profile-status-overlay .group-modal-footer{background:#0e2028!important;border-top:1px solid #29434d!important;box-shadow:0 -8px 20px #0003!important}.theme-dark .profile-status-overlay .group-cancel-button{color:#d1e2e6!important;background:#172e37!important;border-color:#3a5660!important}.theme-dark .profile-status-overlay .group-create-button{color:#fff!important;background:#46966f!important;border-color:#55a77b!important}@media (height<=800px) and (width>=681px){.profile-status-overlay .profile-status-modal-card{height:calc(100dvh - 12px)!important}.profile-status-overlay{padding:6px!important}.profile-status-overlay .profile-status-modal-card .group-modal-header{padding:11px 15px 9px!important}.profile-status-overlay .profile-status-modal-card .group-modal-header h2{font-size:19px!important}.profile-status-overlay .profile-status-scroll-area{gap:7px!important;padding:7px 10px!important}.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{gap:6px!important;padding:8px 10px!important}.profile-status-overlay .profile-edit-grid{gap:5px 8px!important}.profile-status-overlay .profile-edit-grid input{height:30px!important;min-height:30px!important;padding:4px 9px!important}.profile-status-overlay .status-option{min-height:45px!important;padding:6px 9px!important}.profile-status-overlay .custom-status-field input{height:30px!important;min-height:30px!important}.profile-status-overlay .group-modal-footer{min-height:49px!important;padding:7px 10px 8px!important}.profile-status-overlay .group-cancel-button,.profile-status-overlay .group-create-button{height:33px!important;min-height:33px!important}}@media (width<=680px){.profile-status-overlay{padding:6px!important}.profile-status-overlay .profile-status-modal-card{width:calc(100vw - 12px)!important;height:calc(100dvh - 12px)!important}.profile-status-overlay .profile-edit-grid,.profile-status-overlay .status-options{grid-template-columns:1fr!important}.profile-status-overlay .profile-edit-field-wide{grid-column:auto!important}.profile-status-overlay .group-cancel-button,.profile-status-overlay .group-create-button{flex:1 1 0!important;min-width:0!important}}.chat-person-profile-trigger{appearance:none;width:auto;max-width:min(540px,55vw);color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:14px;margin:-4px 0 -4px -4px;padding:4px 7px 4px 4px;transition:background .14s,border-color .14s,transform .14s}.chat-person-profile-trigger:hover{background:#56ae9012;border-color:#56ae9038}.chat-person-profile-trigger:active{transform:translateY(1px)}.chat-person-profile-trigger:focus-visible{outline-offset:2px;outline:2px solid #52be968c}.profile-status-overlay .my-profile-hero{background:linear-gradient(135deg,#4da68021,#0f2a332e)!important;border:1px solid #76aea447!important;border-radius:18px!important;grid-template-columns:118px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:15px 18px!important;display:grid!important;overflow:hidden!important}.profile-status-overlay .my-profile-hero-photo-wrap{flex-direction:column!important;align-items:center!important;gap:8px!important;display:flex!important}.profile-status-overlay .my-profile-hero-avatar.avatar{border:2px solid #64cc9e85!important;border-radius:25px!important;width:92px!important;min-width:92px!important;height:92px!important;font-size:26px!important;box-shadow:0 10px 28px #0003!important}.profile-status-overlay .my-profile-hero-avatar .avatar-image{object-fit:cover!important;border-radius:inherit!important;width:100%!important;height:100%!important}.profile-status-overlay .my-profile-photo-button{color:#d9f3e5!important;letter-spacing:.08em!important;cursor:pointer!important;background:#42997121!important;border:1px solid #65c99e61!important;border-radius:9px!important;justify-content:center!important;align-items:center!important;gap:5px!important;width:110px!important;min-height:27px!important;padding:0 8px!important;font-size:7.5px!important;font-weight:800!important;display:inline-flex!important}.profile-status-overlay .my-profile-photo-button:hover:not(:disabled){background:#4299713b!important}.profile-status-overlay .my-profile-photo-button:disabled{cursor:wait!important;opacity:.65!important}.profile-status-overlay .my-profile-hero-copy{flex-direction:column!important;align-items:flex-start!important;min-width:0!important;display:flex!important}.profile-status-overlay .my-profile-hero-kicker{color:#67d595!important;letter-spacing:.17em!important;margin-bottom:4px!important;font-size:8px!important;font-weight:800!important}.profile-status-overlay .my-profile-hero-name{color:#eef8fa!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:22px!important;line-height:1.08!important;overflow:hidden!important}.profile-status-overlay .my-profile-hero-role{color:#a9c5cc!important;margin-top:4px!important;font-size:11px!important}.profile-status-overlay .my-profile-hero-meta{color:#bfd2d7!important;flex-wrap:wrap!important;align-items:center!important;gap:7px!important;margin-top:9px!important;font-size:8.5px!important;display:flex!important}.profile-status-overlay .my-profile-presence-chip{color:#d7e6e9!important;letter-spacing:.07em!important;background:#ffffff09!important;border:1px solid #8fb4bb38!important;border-radius:999px!important;align-items:center!important;gap:5px!important;padding:4px 7px!important;font-size:7.5px!important;font-weight:800!important;display:inline-flex!important}.profile-status-overlay .my-profile-hero-email{color:#78949c!important;margin-top:7px!important;font-size:8px!important}.profile-status-overlay .profile-status-scroll-area{align-content:flex-start!important}.person-profile-overlay{z-index:1550!important;justify-content:center!important;align-items:center!important;padding:12px!important}.person-profile-modal-card{border-radius:24px!important;width:min(650px,100vw - 24px)!important;max-height:calc(100dvh - 24px)!important;overflow:hidden!important}.person-profile-header{padding:20px 22px 16px!important}.person-profile-content{grid-template-columns:190px minmax(0,1fr)!important;align-items:center!important;gap:28px!important;padding:28px 30px 30px!important;display:grid!important;overflow-y:auto!important}.person-profile-photo-column{flex-direction:column!important;align-items:center!important;gap:13px!important;display:flex!important}.person-profile-avatar.avatar{border:2px solid #5cbe9373!important;border-radius:34px!important;width:170px!important;min-width:170px!important;height:170px!important;font-size:48px!important;box-shadow:0 0 0 7px #5cbe930e,0 18px 44px #0000003d!important}.person-profile-avatar .avatar-image{object-fit:cover!important;border-radius:inherit!important;width:100%!important;height:100%!important}.person-profile-presence{color:#cfe1e5!important;letter-spacing:.09em!important;border:1px solid #82adb738!important;border-radius:999px!important;align-items:center!important;gap:7px!important;padding:7px 11px!important;font-size:9px!important;font-weight:800!important;display:inline-flex!important}.person-profile-main{flex-direction:column!important;min-width:0!important;display:flex!important}.person-profile-name{color:#f1f8fa!important;font-size:clamp(27px,3vw,38px)!important;line-height:1.04!important}.person-profile-role{color:#9ebbc3!important;margin-top:8px!important;font-size:15px!important;font-weight:500!important}.person-profile-custom-status{color:#b9ced3!important;background:#58b58b12!important;border-left:3px solid #5bc3929e!important;border-radius:0 10px 10px 0!important;margin:16px 0 0!important;padding:11px 13px!important;font-size:10px!important;line-height:1.5!important}.person-profile-info-grid{grid-template-columns:minmax(0,1fr) 100px!important;gap:10px!important;margin-top:18px!important;display:grid!important}.person-profile-info-grid article{background:#ffffff06!important;border:1px solid #8fb5be2e!important;border-radius:12px!important;min-width:0!important;padding:11px 12px!important}.person-profile-info-grid article>span{color:#6f959e!important;letter-spacing:.13em!important;margin-bottom:5px!important;font-size:7.5px!important;font-weight:800!important;display:block!important}.person-profile-info-grid article>strong{color:#d9e8eb!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important;font-weight:600!important;display:block!important;overflow:hidden!important}.person-profile-footer{justify-content:flex-end!important}.person-profile-footer .group-create-button{min-width:125px!important}.theme-light .person-profile-name{color:#15313b!important}.theme-light .person-profile-role,.theme-light .person-profile-custom-status,.theme-light .person-profile-info-grid article>strong{color:#4f6871!important}.theme-light .profile-status-overlay .my-profile-hero-name{color:#16323b!important}.theme-light .profile-status-overlay .my-profile-hero-role,.theme-light .profile-status-overlay .my-profile-hero-meta{color:#53717a!important}@media (height<=800px) and (width>=681px){.profile-status-overlay .my-profile-hero{grid-template-columns:92px minmax(0,1fr)!important;gap:13px!important;padding:10px 13px!important}.profile-status-overlay .my-profile-hero-avatar.avatar{border-radius:20px!important;width:70px!important;min-width:70px!important;height:70px!important}.profile-status-overlay .my-profile-photo-button{width:88px!important;min-height:23px!important;font-size:6.5px!important}.profile-status-overlay .my-profile-hero-name{font-size:17px!important}.profile-status-overlay .my-profile-hero-role{font-size:9px!important}}@media (width<=680px){.profile-status-overlay .my-profile-hero{text-align:center!important;grid-template-columns:1fr!important;justify-items:center!important}.profile-status-overlay .my-profile-hero-copy{align-items:center!important}.person-profile-content{text-align:center!important;grid-template-columns:1fr!important;gap:18px!important;padding:20px!important}.person-profile-avatar.avatar{width:130px!important;min-width:130px!important;height:130px!important}.person-profile-info-grid{text-align:left!important;grid-template-columns:1fr 90px!important}.person-profile-custom-status{text-align:left!important}}.person-profile-footer{box-sizing:border-box!important;justify-content:flex-end!important;padding:14px 20px 20px!important}.person-profile-footer .group-create-button{min-width:125px!important;margin:0!important}.profile-status-overlay .profile-status-modal-card{grid-template-rows:auto minmax(0,1fr)!important;width:min(1080px,100vw - 16px)!important;height:min(860px,100dvh - 16px)!important}.profile-status-overlay .profile-status-modal-card .group-modal-header{gap:18px!important;padding:20px 28px 16px!important}.profile-status-overlay .profile-status-modal-card .group-modal-close{border-radius:18px!important;width:58px!important;height:58px!important;font-size:30px!important}.profile-status-overlay .profile-status-scroll-area{grid-template-columns:minmax(320px,.92fr) minmax(420px,1.08fr)!important;align-content:start!important;align-items:start!important;gap:16px!important;padding:12px 20px 14px!important;display:grid!important}.profile-status-overlay .my-profile-hero{border-radius:24px!important;grid-area:1/1!important;grid-template-columns:160px minmax(0,1fr)!important;align-self:stretch!important;gap:20px!important;min-height:100%!important;padding:20px!important}.profile-status-overlay .my-profile-hero-photo-wrap{gap:12px!important}.profile-status-overlay .my-profile-photo-button{letter-spacing:.08em!important;border-radius:14px!important;width:150px!important;min-height:44px!important;padding:0 14px!important;font-size:12px!important}.profile-status-overlay .my-profile-hero-role{margin-top:6px!important;font-size:16px!important}.profile-status-overlay .my-profile-hero-meta{gap:10px!important;margin-top:16px!important;font-size:14px!important}.profile-status-overlay .my-profile-presence-chip{gap:7px!important;padding:8px 12px!important;font-size:12px!important}.profile-status-overlay .my-profile-presence-chip .presence-dot{width:10px!important;min-width:10px!important;height:10px!important}.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{border-radius:24px!important;gap:14px!important;padding:18px 20px!important}.profile-status-overlay .profile-edit-grid input,.profile-status-overlay .custom-status-field input{height:56px!important;min-height:56px!important;box-shadow:none!important;appearance:none!important;border-radius:18px!important;outline:none!important;padding:12px 18px!important;font-size:16px!important;line-height:1.15!important}.profile-status-overlay .status-options{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.profile-status-overlay .status-option{border-radius:18px!important;grid-template-columns:16px minmax(0,1fr)!important;gap:12px!important;min-height:88px!important;padding:14px 16px!important}.profile-status-overlay .status-option>.presence-dot{width:16px!important;height:16px!important;margin-top:2px!important}.profile-status-overlay .status-option small{font-size:12px!important;line-height:1.35!important}.profile-status-overlay .group-cancel-button,.profile-status-overlay .group-create-button{letter-spacing:.14em!important;border-radius:18px!important;min-width:236px!important;height:60px!important;min-height:60px!important;font-size:15px!important}.theme-light .profile-status-overlay .profile-status-modal-card .group-modal-header{background:#f4f7f8!important;border-bottom:1px solid #7d98a038!important}.theme-light .profile-status-overlay .profile-status-modal-card .group-modal-header .mini-label{color:#6f8a95!important}.theme-light .profile-status-overlay .profile-status-modal-card .group-modal-header h2{color:#13313b!important}.theme-light .profile-status-overlay .profile-status-modal-card .group-modal-header p{color:#67808a!important}.theme-light .profile-status-overlay .group-modal-close{color:#6f8791!important;background:#f7fafb!important;border:1px solid #859ca43d!important}.theme-light .profile-status-overlay .my-profile-hero,.theme-light .profile-status-overlay .profile-edit-section,.theme-light .profile-status-overlay .presence-edit-section{box-shadow:none!important;background:#edf3f4!important;border-color:#769d9647!important}.theme-light .profile-status-overlay .my-profile-photo-button{color:#fff!important;background:#4f9e79!important;border-color:#4d9f7a!important;box-shadow:0 8px 20px #4f9e792e!important}.theme-light .profile-status-overlay .my-profile-hero-kicker{color:#63b98d!important}.theme-light .profile-status-overlay .my-profile-hero-name,.theme-light .profile-status-overlay .profile-edit-heading strong{color:#18343e!important}.theme-light .profile-status-overlay .my-profile-hero-role,.theme-light .profile-status-overlay .my-profile-hero-meta,.theme-light .profile-status-overlay .profile-edit-heading span,.theme-light .profile-status-overlay .status-option small,.theme-light .profile-status-overlay .custom-status-field>small{color:#6b838c!important}.theme-light .profile-status-overlay .my-profile-hero-email,.theme-light .profile-status-overlay .profile-edit-grid label>span,.theme-light .profile-status-overlay .custom-status-field>span{color:#708892!important}.theme-light .profile-status-overlay .profile-edit-grid input:not(.profile-readonly-input),.theme-light .profile-status-overlay .custom-status-field input{color:#20353d!important;background:#fff!important;border:1px solid #7d98a057!important;box-shadow:inset 0 0 0 1px #ffffffad!important}.theme-light .profile-status-overlay .status-option strong{color:#29424b!important}.theme-light .profile-status-overlay .status-option:hover,.theme-light .profile-status-overlay .status-option.selected{background:#eef8f2!important;border-color:#4d9f7a70!important;box-shadow:0 8px 20px #4f9e7914!important}.theme-light .profile-status-overlay .group-cancel-button{color:#607985!important;background:#f7fafb!important;border:1px solid #7d98a047!important}.theme-light .profile-status-overlay .group-create-button{color:#fff!important;background:#2f7d5e!important;border:1px solid #2f7d5e!important}@media (width<=1120px){.profile-status-overlay .profile-status-modal-card{width:min(980px,100vw - 16px)!important}.profile-status-overlay .profile-status-scroll-area{grid-template-columns:1fr!important}.profile-status-overlay .my-profile-hero,.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{grid-area:auto!important}.profile-status-overlay .status-options{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=680px){.profile-status-overlay .profile-status-modal-card{width:calc(100vw - 12px)!important;height:calc(100dvh - 12px)!important}.profile-status-overlay .profile-status-modal-card .group-modal-header{padding:16px 16px 12px!important}.profile-status-overlay .profile-status-modal-card .group-modal-header h2{font-size:24px!important}.profile-status-overlay .profile-status-modal-card .group-modal-header p{font-size:12px!important}.profile-status-overlay .profile-status-scroll-area{gap:12px!important;padding:10px 10px 12px!important;display:flex!important}.profile-status-overlay .my-profile-hero{text-align:center!important;grid-template-columns:1fr!important;justify-items:center!important;padding:16px!important}.profile-status-overlay .my-profile-hero-copy{align-items:center!important}.profile-status-overlay .my-profile-hero-avatar.avatar{border-radius:28px!important;width:104px!important;min-width:104px!important;height:104px!important}.profile-status-overlay .my-profile-photo-button{width:132px!important;min-height:40px!important;font-size:11px!important}.profile-status-overlay .my-profile-hero-name{white-space:normal!important;text-align:center!important;font-size:24px!important}.profile-status-overlay .my-profile-hero-role{font-size:14px!important}.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{border-radius:18px!important;padding:14px!important}.profile-status-overlay .profile-edit-grid,.profile-status-overlay .status-options{grid-template-columns:1fr!important}.profile-status-overlay .profile-edit-grid input,.profile-status-overlay .custom-status-field input{height:50px!important;min-height:50px!important;font-size:15px!important}.profile-status-overlay .status-option{min-height:76px!important}.profile-status-overlay .group-modal-footer{min-height:74px!important;padding:12px!important}.profile-status-overlay .group-cancel-button,.profile-status-overlay .group-create-button{flex:1 1 0!important;min-width:0!important;height:52px!important;min-height:52px!important;font-size:13px!important}}.profile-status-overlay .profile-status-modal-card,.profile-status-overlay .profile-status-modal-card *,.profile-status-overlay .profile-status-modal-card :before,.profile-status-overlay .profile-status-modal-card :after{box-sizing:border-box!important}.profile-status-overlay .profile-status-modal-card{width:min(1120px,100vw - 24px)!important;min-width:0!important;max-width:none!important;height:min(860px,100dvh - 20px)!important}.profile-status-overlay .profile-status-modal-card .group-modal-header .mini-label{letter-spacing:.22em!important;font-size:12px!important}.profile-status-overlay .profile-status-modal-card .group-modal-header h2{margin:3px 0 5px!important;font-size:31px!important;line-height:1.04!important}.profile-status-overlay .profile-status-modal-card .group-modal-header p{max-width:720px!important;font-size:13px!important;line-height:1.4!important}.profile-status-overlay .profile-status-scroll-area{grid-template-rows:auto auto!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-content:start!important;align-items:stretch!important;gap:14px!important;min-width:0!important;padding:14px 18px 16px!important;display:grid!important;overflow:hidden auto!important}.profile-status-overlay .profile-status-scroll-area>*{min-width:0!important;max-width:100%!important}.profile-status-overlay .my-profile-hero{border-radius:22px!important;grid-area:1/1/auto/-1!important;grid-template-columns:142px minmax(0,1fr)!important;align-items:center!important;gap:22px!important;min-width:0!important;height:auto!important;min-height:0!important;padding:16px 20px!important;display:grid!important;overflow:hidden!important}.profile-status-overlay .my-profile-hero-photo-wrap{gap:8px!important;min-width:0!important}.profile-status-overlay .my-profile-hero-avatar.avatar{border-radius:27px!important;width:106px!important;min-width:106px!important;height:106px!important;font-size:30px!important}.profile-status-overlay .my-profile-photo-button{letter-spacing:.09em!important;border-radius:11px!important;width:132px!important;min-width:0!important;height:36px!important;min-height:36px!important;padding:0 10px!important;font-size:10px!important}.profile-status-overlay .my-profile-hero-copy{min-width:0!important;max-width:100%!important}.profile-status-overlay .my-profile-hero-kicker{letter-spacing:.2em!important;margin-bottom:5px!important;font-size:10px!important}.profile-status-overlay .my-profile-hero-name{white-space:normal!important;text-overflow:clip!important;overflow-wrap:anywhere!important;max-width:100%!important;font-size:25px!important;line-height:1.08!important;overflow:visible!important}.profile-status-overlay .my-profile-hero-role{margin-top:4px!important;font-size:14px!important;line-height:1.3!important}.profile-status-overlay .my-profile-hero-meta{gap:8px!important;min-width:0!important;margin-top:10px!important;font-size:12px!important;line-height:1.35!important}.profile-status-overlay .my-profile-presence-chip{flex:none!important;padding:6px 9px!important;font-size:10px!important}.profile-status-overlay .my-profile-hero-email{overflow-wrap:anywhere!important;max-width:100%!important;margin-top:7px!important;font-size:11px!important}.profile-status-overlay .profile-edit-section{grid-area:2/1!important}.profile-status-overlay .presence-edit-section{grid-area:2/2!important}.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{border-radius:20px!important;align-self:stretch!important;gap:10px!important;min-width:0!important;padding:15px 16px!important;overflow:hidden!important}.profile-status-overlay .profile-edit-heading{gap:3px!important;min-width:0!important}.profile-status-overlay .profile-edit-heading strong{letter-spacing:.14em!important;font-size:12px!important}.profile-status-overlay .profile-edit-heading span{font-size:11px!important;line-height:1.35!important}.profile-status-overlay .profile-edit-grid{grid-template-columns:minmax(0,1fr) 86px!important;gap:9px 10px!important;width:100%!important;min-width:0!important}.profile-status-overlay .profile-edit-grid label,.profile-status-overlay .profile-edit-grid .profile-edit-field-wide,.profile-status-overlay .custom-status-field{min-width:0!important;max-width:100%!important}.profile-status-overlay .profile-edit-grid label>span,.profile-status-overlay .custom-status-field>span{letter-spacing:.11em!important;font-size:9px!important}.profile-status-overlay .profile-edit-grid input,.profile-status-overlay .custom-status-field input{appearance:none!important;border-radius:13px!important;outline:none!important;width:100%!important;min-width:0!important;max-width:100%!important;height:44px!important;min-height:44px!important;padding:9px 13px!important;font-size:13px!important;line-height:1.2!important;display:block!important}.profile-status-overlay .status-options{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;min-width:0!important}.profile-status-overlay .status-option{border-radius:14px!important;grid-template-columns:13px minmax(0,1fr)!important;gap:9px!important;min-width:0!important;min-height:67px!important;padding:10px 11px!important;overflow:hidden!important}.profile-status-overlay .status-option>.presence-dot{width:12px!important;min-width:12px!important;height:12px!important;margin-top:2px!important}.profile-status-overlay .status-option>span:last-child{min-width:0!important}.profile-status-overlay .status-option strong{font-size:10px!important;line-height:1.15!important}.profile-status-overlay .status-option small{white-space:normal!important;font-size:9px!important;line-height:1.28!important}.profile-status-overlay .custom-status-field{gap:5px!important;padding-top:2px!important}.profile-status-overlay .group-cancel-button,.profile-status-overlay .group-create-button{letter-spacing:.12em!important;border-radius:14px!important;min-width:180px!important;height:46px!important;min-height:46px!important;padding:0 18px!important;font-size:11px!important}.theme-light .profile-status-overlay .profile-status-modal-card{background:#f5f8f9!important}.theme-light .profile-status-overlay .my-profile-hero{box-shadow:none!important;background:linear-gradient(135deg,#edf7f2 0%,#eef3f4 100%)!important;border-color:#53997e42!important}.theme-light .profile-status-overlay .profile-edit-section,.theme-light .profile-status-overlay .presence-edit-section{box-shadow:none!important;background:#fff!important;border-color:#75959f38!important}.theme-light .profile-status-overlay .profile-edit-grid input:not(.profile-readonly-input),.theme-light .profile-status-overlay .custom-status-field input{color:#20363e!important;box-shadow:none!important;background:#fff!important;border:1px solid #cad7db!important}.theme-light .profile-status-overlay .profile-edit-grid input:not(.profile-readonly-input):hover,.theme-light .profile-status-overlay .custom-status-field input:hover{border-color:#afc4ca!important}.theme-light .profile-status-overlay .profile-edit-grid input:not(.profile-readonly-input):focus,.theme-light .profile-status-overlay .custom-status-field input:focus{border-color:#58a982!important;box-shadow:0 0 0 3px #58a9821f!important}.theme-light .profile-status-overlay .profile-readonly-input{color:#60757d!important;box-shadow:none!important;opacity:1!important;background:#edf1f2!important;border:1px solid #d4dee1!important}.theme-light .profile-status-overlay .my-profile-photo-button{color:#fff!important;box-shadow:none!important;background:#438f6b!important;border:1px solid #3f8e69!important}.theme-light .profile-status-overlay .my-profile-photo-button:hover:not(:disabled){background:#377e5d!important}.theme-light .profile-status-overlay .my-profile-presence-chip{color:#31535e!important;background:#fff!important;border-color:#52848c33!important}.theme-light .profile-status-overlay .status-option{box-shadow:none!important;background:#f9fbfb!important;border-color:#d1dfe2!important}.theme-light .profile-status-overlay .status-option:hover,.theme-light .profile-status-overlay .status-option.selected{box-shadow:none!important;background:#f0f8f4!important;border-color:#69af8d!important}.theme-light .profile-status-overlay .group-modal-footer{background:#f5f8f9!important;border-top:1px solid #d7e1e4!important;box-shadow:0 -6px 18px #2139420d!important}.theme-dark .profile-status-overlay .my-profile-hero{background:linear-gradient(135deg,#37886521,#102a333d)!important}.theme-dark .profile-status-overlay .profile-edit-section,.theme-dark .profile-status-overlay .presence-edit-section{background:#142a33!important}@media (width<=980px){.profile-status-overlay .profile-status-modal-card{width:calc(100vw - 16px)!important}.profile-status-overlay .profile-status-scroll-area{grid-template-rows:auto auto auto!important;grid-template-columns:1fr!important}.profile-status-overlay .my-profile-hero,.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{grid-area:auto/1!important}.profile-status-overlay .my-profile-hero{grid-template-columns:126px minmax(0,1fr)!important}}@media (width<=680px){.profile-status-overlay .profile-status-modal-card .group-modal-header h2{font-size:24px!important}.profile-status-overlay .profile-status-modal-card .group-modal-header p{font-size:11px!important}.profile-status-overlay .profile-status-scroll-area{flex-direction:column!important;gap:10px!important;padding:10px!important;display:flex!important}.profile-status-overlay .my-profile-hero{text-align:center!important;grid-template-columns:1fr!important;justify-items:center!important}.profile-status-overlay .my-profile-hero-copy{align-items:center!important}.profile-status-overlay .my-profile-hero-name{text-align:center!important}.profile-status-overlay .profile-edit-grid,.profile-status-overlay .status-options{grid-template-columns:1fr!important}.profile-status-overlay .profile-edit-field-wide{grid-column:auto!important}.profile-status-overlay .group-modal-footer{padding:10px!important}.profile-status-overlay .group-cancel-button,.profile-status-overlay .group-create-button{flex:1 1 0!important;min-width:0!important;height:44px!important;min-height:44px!important;font-size:10px!important}}.profile-status-overlay .profile-status-modal-card{height:min(860px,100dvh - 12px)!important}.profile-status-overlay .profile-status-modal-card .group-modal-header{padding:16px 22px 13px!important}.profile-status-overlay .profile-status-modal-card .group-modal-header h2{margin:2px 0 4px!important;font-size:29px!important}.profile-status-overlay .profile-status-modal-card .group-modal-header p{font-size:12px!important;line-height:1.35!important}.profile-status-overlay .profile-status-modal-card .group-modal-close{border-radius:15px!important;width:48px!important;min-width:48px!important;height:48px!important;font-size:24px!important}.profile-status-overlay .profile-status-scroll-area{grid-template-rows:auto minmax(0,1fr)!important;align-items:start!important;gap:12px!important;padding:12px 16px 22px!important}.profile-status-overlay .my-profile-hero{border-radius:20px!important;grid-template-columns:126px minmax(0,1fr)!important;gap:18px!important;padding:14px 18px!important}.profile-status-overlay .my-profile-hero-avatar.avatar{border-radius:24px!important;width:96px!important;min-width:96px!important;height:96px!important}.profile-status-overlay .my-profile-photo-button{width:128px!important;height:34px!important;min-height:34px!important;font-size:9.5px!important}.profile-status-overlay .my-profile-hero-kicker{font-size:9px!important}.profile-status-overlay .my-profile-hero-name{font-size:23px!important}.profile-status-overlay .my-profile-hero-role{font-size:13px!important}.profile-status-overlay .my-profile-hero-meta{margin-top:8px!important;font-size:11px!important}.profile-status-overlay .my-profile-presence-chip{padding:5px 8px!important;font-size:9px!important}.profile-status-overlay .my-profile-hero-email{margin-top:6px!important;font-size:10px!important}.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{border-radius:18px!important;gap:8px!important;padding:13px 14px!important;overflow:visible!important}.profile-status-overlay .profile-edit-heading strong{font-size:11px!important}.profile-status-overlay .profile-edit-heading span{font-size:10px!important}.profile-status-overlay .profile-edit-grid{grid-template-columns:minmax(0,1fr) 78px!important;gap:7px 9px!important}.profile-status-overlay .profile-edit-grid label>span,.profile-status-overlay .custom-status-field>span{font-size:8.5px!important}.profile-status-overlay .profile-edit-grid input,.profile-status-overlay .custom-status-field input{border-radius:12px!important;height:40px!important;min-height:40px!important;padding:8px 12px!important;font-size:12.5px!important}.profile-status-overlay .status-option{gap:8px!important;min-height:62px!important;padding:9px 10px!important}.profile-status-overlay .status-option strong{font-size:9.5px!important}.profile-status-overlay .status-option small{font-size:8.5px!important}.profile-status-overlay .custom-status-field input{padding-right:52px!important}.profile-status-overlay .custom-status-field>small{font-size:7.5px!important;bottom:13px!important;right:11px!important}.profile-status-overlay .group-modal-footer{gap:10px!important;min-height:60px!important;padding:10px 16px 12px!important}.profile-status-overlay .group-cancel-button,.profile-status-overlay .group-create-button{min-width:170px!important;height:42px!important;min-height:42px!important;font-size:10px!important}@media (height<=860px) and (width>=981px){.profile-status-overlay .profile-status-modal-card{height:calc(100dvh - 10px)!important}.profile-status-overlay .profile-status-scroll-area{gap:10px!important;padding:10px 14px 20px!important}.profile-status-overlay .my-profile-hero{padding:12px 16px!important}.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{padding:12px!important}.profile-status-overlay .profile-edit-grid input,.profile-status-overlay .custom-status-field input{height:38px!important;min-height:38px!important;font-size:12px!important}.profile-status-overlay .status-option{min-height:58px!important}}.profile-status-overlay{padding:18px 18px 24px!important}.profile-status-overlay .profile-status-modal-card{width:min(1120px,100vw - 36px)!important;height:min(860px,100dvh - 52px)!important;margin:0 auto!important}.profile-status-overlay .profile-status-scroll-area{align-items:stretch!important;gap:14px!important;padding:14px 18px 20px!important}.profile-status-overlay .my-profile-hero{padding:15px 20px!important}.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{height:100%!important;min-height:0!important}.profile-status-overlay .profile-edit-grid{flex:auto!important;align-content:space-between!important;gap:10px!important;height:100%!important}.profile-status-overlay .profile-edit-grid label{gap:7px!important}.profile-status-overlay .profile-edit-grid input,.profile-status-overlay .custom-status-field input{height:42px!important;min-height:42px!important}.profile-status-overlay .status-options{gap:10px!important}.profile-status-overlay .status-option{min-height:72px!important;padding:10px 11px!important}.profile-status-overlay .custom-status-field{margin-top:auto!important;padding-top:6px!important}.profile-status-overlay .custom-status-field input{height:48px!important;min-height:48px!important}.profile-status-overlay .group-modal-footer{min-height:64px!important;padding:12px 18px 16px!important}@media (height<=860px) and (width>=981px){.profile-status-overlay{padding:16px 16px 22px!important}.profile-status-overlay .profile-status-modal-card{height:calc(100dvh - 46px)!important}.profile-status-overlay .profile-status-scroll-area{padding:12px 16px 18px!important}.profile-status-overlay .status-option{min-height:68px!important}}.profile-status-overlay .profile-status-scroll-area{grid-template-rows:auto auto!important;align-items:stretch!important}.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{align-self:stretch!important;height:auto!important;min-height:0!important;overflow:hidden!important}.profile-status-overlay .profile-edit-section{flex-direction:column!important;display:flex!important}.profile-status-overlay .profile-edit-grid{flex:none!important;grid-auto-rows:auto!important;align-content:start!important;height:auto!important;padding-bottom:2px!important}.profile-status-overlay .profile-edit-grid label{min-height:0!important}.profile-status-overlay .presence-edit-section{flex-direction:column!important;display:flex!important}.profile-status-overlay .custom-status-field{margin-top:auto!important}.profile-status-overlay .status-option{align-items:center!important}.profile-status-overlay .status-option>.presence-dot{align-self:center!important;margin-top:0!important}.profile-status-overlay .status-option>span:last-child{flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;min-height:100%!important;display:flex!important}.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{padding-bottom:16px!important}@media (height<=860px) and (width>=981px){.profile-status-overlay .profile-status-scroll-area{grid-template-rows:auto auto!important;overflow-y:auto!important}}.profile-status-overlay .profile-edit-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-auto-rows:auto!important;align-content:start!important;gap:10px 12px!important;height:auto!important;padding-bottom:0!important;display:grid!important}.profile-status-overlay .profile-edit-grid>label{grid-column:auto!important;min-width:0!important;margin:0!important}.profile-status-overlay .profile-edit-grid>label:first-child{grid-column:1/-1!important}.profile-status-overlay .profile-edit-grid>label:nth-child(2){grid-column:1!important}.profile-status-overlay .profile-edit-grid>label:nth-child(3){grid-column:2!important}.profile-status-overlay .profile-edit-grid>label:nth-child(4){grid-column:1!important}.profile-status-overlay .profile-edit-grid>label:nth-child(5){grid-column:2!important}.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{align-self:stretch!important;height:auto!important;min-height:0!important;padding-bottom:16px!important;overflow:visible!important}.profile-status-overlay .status-option{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;min-height:72px!important;padding-top:10px!important;padding-bottom:10px!important;display:flex!important}.profile-status-overlay .status-option>.presence-dot{flex:none!important;align-self:center!important;margin:0!important}.profile-status-overlay .status-option>span:last-child{flex-direction:column!important;justify-content:center!important;align-self:center!important;align-items:flex-start!important;height:auto!important;min-height:0!important;display:flex!important}.profile-status-overlay .status-option strong,.profile-status-overlay .status-option small{margin:0!important}.profile-status-overlay .profile-status-form{min-height:0!important;overflow:hidden!important}.profile-status-overlay .profile-status-scroll-area{min-height:0!important;padding-bottom:18px!important;overflow:hidden auto!important}@media (width<=760px){.profile-status-overlay .profile-edit-grid{grid-template-columns:1fr!important}.profile-status-overlay .profile-edit-grid>label:nth-child(n){grid-column:1!important}}.about-nexum-trigger{appearance:none;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:18px;margin:0;padding:5px 8px 5px 5px;transition:background .16s,transform .16s,box-shadow .16s}.about-nexum-trigger:hover{background:#ffffff13;box-shadow:inset 0 0 0 1px #ffffff12}.about-nexum-trigger:active{transform:translateY(1px)}.about-nexum-trigger:focus-visible{outline-offset:3px;outline:2px solid #68d6a3e6}.about-nexum-overlay{z-index:2500!important;padding:24px!important}.about-nexum-modal-card{grid-template-rows:auto minmax(0,1fr) auto!important;width:min(1120px,100vw - 48px)!important;max-width:1120px!important;max-height:min(820px,100dvh - 48px)!important;overflow:hidden!important}.about-nexum-header{padding:24px 28px 20px!important}.about-nexum-header h2{margin:4px 0 7px!important;font-size:clamp(30px,3vw,43px)!important;line-height:1.04!important}.about-nexum-header p{max-width:760px!important;font-size:14px!important;line-height:1.45!important}.about-nexum-content{grid-template-columns:minmax(280px,.75fr) minmax(0,1.75fr);gap:20px;min-height:0;padding:20px 24px 22px;display:grid;overflow:hidden auto}.about-nexum-brand-panel{text-align:center;background:radial-gradient(circle at 50% 25%,#53b18424,#0000 42%),#0f2b3394;border:1px solid #60b18d40;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:26px 22px;display:flex}.about-nexum-logo{object-fit:cover;object-position:center;background:#fff;border:1px solid #78bca161;border-radius:50%;width:230px;max-width:78%;height:230px;display:block;box-shadow:0 22px 45px #0003,0 0 0 8px #5bb48b0e}.about-nexum-brand-name{color:#f1fbff;letter-spacing:.3em;text-indent:.3em;margin-top:24px;font-size:30px;font-weight:600}.about-nexum-brand-subtitle{color:#cce0e7b3;letter-spacing:.3em;text-indent:.3em;margin-top:8px;font-size:11px;font-weight:600}.about-nexum-version{color:#73dba8;letter-spacing:.16em;background:#52a67f14;border:1px solid #6fd7a63d;border-radius:999px;margin-top:24px;padding:8px 12px;font-size:10px;font-weight:700}.about-nexum-main{flex-direction:column;gap:16px;min-width:0;display:flex}.about-nexum-intro,.about-nexum-info-grid article,.about-nexum-note{background:#14303a9e;border:1px solid #7ea7b32e}.about-nexum-intro{border-radius:24px;padding:21px 22px}.about-nexum-eyebrow,.about-nexum-info-grid article>span,.about-nexum-note>span{color:#6fdca4;letter-spacing:.18em;font-size:10px;font-weight:700;display:block}.about-nexum-intro p{color:#d6e5ea;margin:10px 0 0;font-size:15px;line-height:1.68}.about-nexum-intro strong{color:#fff;font-weight:650}.about-nexum-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.about-nexum-info-grid article{border-radius:22px;min-width:0;padding:18px 19px}.about-nexum-info-grid article strong{color:#eef8fb;margin-top:8px;font-size:15px;line-height:1.35;display:block}.about-nexum-info-grid article p,.about-nexum-note p{color:#cddee4bd;margin:8px 0 0;font-size:12px;line-height:1.55}.about-nexum-support-card{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:end;column-gap:20px;display:grid}.about-nexum-support-card>span,.about-nexum-support-card>strong,.about-nexum-support-card>p{grid-column:1}.about-nexum-support-card a{color:#8be3b7;white-space:nowrap;background:#5bb48b1a;border:1px solid #6fd7a657;border-radius:14px;grid-area:1/2/4;align-self:center;padding:12px 16px;font-size:12px;font-weight:700;text-decoration:none}.about-nexum-support-card a:hover{background:#5bb48b29}.about-nexum-note{border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;padding:15px 18px;display:grid}.about-nexum-note p{margin:0}.about-nexum-footer{justify-content:space-between!important;gap:20px!important;min-height:76px!important;padding:14px 24px 18px!important}.about-nexum-footer>span{color:#b4cbd394;letter-spacing:.16em;font-size:9px;font-weight:650}.about-nexum-footer .group-create-button{min-width:170px!important}.theme-light .about-nexum-brand-panel{background:radial-gradient(circle at 50% 25%,#53b18426,#0000 42%),#edf5f2;border-color:#4a91713d}.theme-light .about-nexum-brand-name{color:#17323c}.theme-light .about-nexum-brand-subtitle{color:#728b94}.theme-light .about-nexum-intro,.theme-light .about-nexum-info-grid article,.theme-light .about-nexum-note{background:#fff;border-color:#75959f38}.theme-light .about-nexum-intro p,.theme-light .about-nexum-info-grid article p,.theme-light .about-nexum-note p{color:#607983}.theme-light .about-nexum-intro strong,.theme-light .about-nexum-info-grid article strong{color:#1c3943}.theme-light .about-nexum-support-card a{color:#2f7d5e;background:#eef8f3;border-color:#3586604d}.theme-light .about-nexum-footer>span{color:#718891}@media (width<=900px){.about-nexum-content{grid-template-columns:1fr}.about-nexum-brand-panel{min-height:300px}.about-nexum-logo{width:170px;height:170px}}@media (width<=620px){.about-nexum-overlay{padding:10px!important}.about-nexum-modal-card{width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important}.about-nexum-header{padding:18px 16px 14px!important}.about-nexum-header h2{font-size:25px!important}.about-nexum-content{padding:14px}.about-nexum-info-grid{grid-template-columns:1fr}.about-nexum-support-card{grid-column:auto;display:block}.about-nexum-support-card a{margin-top:13px;display:inline-block}.about-nexum-note{grid-template-columns:1fr;gap:8px}.about-nexum-footer{justify-content:flex-end!important}.about-nexum-footer>span{display:none}}@media (width>=901px){.about-nexum-overlay{padding:16px 20px!important}.about-nexum-modal-card{grid-template-rows:auto minmax(0,1fr) auto!important;width:min(1160px,100vw - 40px)!important;max-width:1160px!important;height:min(900px,100dvh - 32px)!important;max-height:calc(100dvh - 32px)!important;overflow:hidden!important}.about-nexum-header{padding:15px 24px 13px!important}.about-nexum-header .mini-label{letter-spacing:.2em!important;font-size:10px!important}.about-nexum-header h2{margin:2px 0 4px!important;font-size:clamp(29px,2.45vw,37px)!important;line-height:1.02!important}.about-nexum-header p{max-width:820px!important;margin-top:4px!important;font-size:12px!important;line-height:1.35!important}.about-nexum-header .group-modal-close{border-radius:15px!important;width:48px!important;min-width:48px!important;height:48px!important;font-size:23px!important}.about-nexum-content{grid-template-columns:minmax(250px,.7fr) minmax(0,1.8fr)!important;gap:14px!important;height:100%!important;min-height:0!important;padding:12px 18px 14px!important;overflow:hidden!important}.about-nexum-brand-panel{border-radius:22px!important;height:100%!important;min-height:0!important;padding:16px 18px!important}.about-nexum-logo{width:clamp(155px,19vh,195px)!important;max-width:78%!important;height:clamp(155px,19vh,195px)!important}.about-nexum-brand-name{letter-spacing:.28em!important;text-indent:.28em!important;margin-top:15px!important;font-size:25px!important}.about-nexum-brand-subtitle{letter-spacing:.27em!important;text-indent:.27em!important;margin-top:5px!important;font-size:9px!important}.about-nexum-version{margin-top:15px!important;padding:6px 10px!important;font-size:8.5px!important}.about-nexum-main{justify-content:space-between!important;gap:10px!important;height:100%!important;min-height:0!important}.about-nexum-intro{border-radius:18px!important;padding:14px 16px!important}.about-nexum-eyebrow,.about-nexum-info-grid article>span,.about-nexum-note>span{letter-spacing:.17em!important;font-size:8.5px!important}.about-nexum-intro p{margin-top:6px!important;font-size:12px!important;line-height:1.45!important}.about-nexum-info-grid{gap:10px!important}.about-nexum-info-grid article{border-radius:18px!important;padding:13px 15px!important}.about-nexum-info-grid article strong{margin-top:5px!important;font-size:12.5px!important;line-height:1.28!important}.about-nexum-info-grid article p,.about-nexum-note p{margin-top:5px!important;font-size:10px!important;line-height:1.42!important}.about-nexum-support-card{align-items:center!important;column-gap:14px!important}.about-nexum-support-card a{border-radius:12px!important;padding:9px 12px!important;font-size:10px!important}.about-nexum-note{border-radius:15px!important;gap:12px!important;padding:10px 14px!important}.about-nexum-note p{margin:0!important}.about-nexum-footer{gap:14px!important;min-height:58px!important;padding:9px 18px 11px!important}.about-nexum-footer>span{font-size:8px!important}.about-nexum-footer .group-create-button{min-width:160px!important;height:40px!important;min-height:40px!important;font-size:10px!important}}@media (width>=901px) and (height<=820px){.about-nexum-modal-card{height:calc(100dvh - 24px)!important;max-height:calc(100dvh - 24px)!important}.about-nexum-overlay{padding:12px 16px!important}.about-nexum-header{padding:11px 20px 9px!important}.about-nexum-header h2{font-size:28px!important}.about-nexum-header p{font-size:10.5px!important}.about-nexum-content{gap:10px!important;padding:9px 14px 10px!important}.about-nexum-brand-panel{padding:12px 14px!important}.about-nexum-logo{width:145px!important;height:145px!important}.about-nexum-brand-name{margin-top:10px!important;font-size:22px!important}.about-nexum-brand-subtitle{font-size:8px!important}.about-nexum-version{margin-top:10px!important;padding:5px 9px!important}.about-nexum-main{gap:7px!important}.about-nexum-intro{padding:10px 13px!important}.about-nexum-intro p{font-size:10.5px!important;line-height:1.35!important}.about-nexum-info-grid{gap:7px!important}.about-nexum-info-grid article{padding:9px 12px!important}.about-nexum-info-grid article strong{font-size:11px!important}.about-nexum-info-grid article p,.about-nexum-note p{font-size:9px!important;line-height:1.32!important}.about-nexum-support-card a{padding:7px 10px!important;font-size:9px!important}.about-nexum-note{padding:8px 11px!important}.about-nexum-footer{min-height:50px!important;padding:7px 14px 8px!important}.about-nexum-footer .group-create-button{height:36px!important;min-height:36px!important}}@media (width<=900px){.about-nexum-content{overflow-y:auto!important}}@media (width>=901px){.about-nexum-overlay{padding:18px 20px!important}.about-nexum-modal-card{grid-template-rows:auto minmax(0,1fr) auto!important;width:min(1160px,100vw - 40px)!important;max-width:1160px!important;height:min(870px,100dvh - 36px)!important;max-height:calc(100dvh - 36px)!important;overflow:hidden!important}.about-nexum-header{padding:17px 26px 14px!important}.about-nexum-header .mini-label{letter-spacing:.2em!important;font-size:10px!important}.about-nexum-header h2{margin:3px 0 5px!important;font-size:clamp(31px,2.7vw,40px)!important;line-height:1.03!important}.about-nexum-header p{max-width:880px!important;margin-top:3px!important;font-size:13px!important;line-height:1.38!important}.about-nexum-content{grid-template-columns:minmax(270px,.72fr) minmax(0,1.78fr)!important;gap:16px!important;height:100%!important;min-height:0!important;padding:14px 20px 16px!important;overflow:hidden!important}.about-nexum-brand-panel{border-radius:24px!important;height:100%!important;min-height:0!important;padding:20px 18px!important}.about-nexum-logo{width:clamp(175px,21vh,215px)!important;max-width:82%!important;height:clamp(175px,21vh,215px)!important}.about-nexum-brand-name{letter-spacing:.29em!important;text-indent:.29em!important;margin-top:18px!important;font-size:27px!important}.about-nexum-brand-subtitle{letter-spacing:.28em!important;text-indent:.28em!important;margin-top:6px!important;font-size:9.5px!important}.about-nexum-version{margin-top:18px!important;padding:7px 11px!important;font-size:9px!important}.about-nexum-main{height:100%!important;min-height:0!important;display:block!important}.about-nexum-text-panel{background:#14303a9e!important;border:1px solid #7ea7b32e!important;border-radius:24px!important;flex-direction:column!important;justify-content:center!important;height:100%!important;min-height:0!important;padding:18px 24px!important;display:flex!important;overflow:hidden!important}.about-nexum-text-section{border-bottom:1px solid #7ea7b324!important;padding:14px 0!important}.about-nexum-text-section:first-child{padding-top:0!important}.about-nexum-text-section:last-child{border-bottom:0!important;padding-bottom:0!important}.about-nexum-text-section>span,.about-nexum-support-line>div>span{color:#6fdca4!important;letter-spacing:.18em!important;margin-bottom:6px!important;font-size:10px!important;font-weight:700!important;display:block!important}.about-nexum-text-section p{color:#d6e5ead6!important;margin:0!important;font-size:13.5px!important;line-height:1.55!important}.about-nexum-text-section-primary p{color:#dcebef!important;font-size:14px!important}.about-nexum-text-section strong{color:#fff!important;font-weight:650!important}.about-nexum-support-line{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:20px!important;display:grid!important}.about-nexum-support-line a{color:#8be3b7!important;white-space:nowrap!important;background:#5bb48b1a!important;border:1px solid #6fd7a657!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 16px!important;font-size:11px!important;font-weight:700!important;text-decoration:none!important;display:inline-flex!important}.about-nexum-support-line a:hover{background:#5bb48b29!important}.about-nexum-text-section-note p{color:#bed3dab8!important;font-size:12.5px!important}.about-nexum-footer{min-height:62px!important;padding:10px 20px 13px!important}.about-nexum-footer>span{font-size:8.5px!important}.about-nexum-footer .group-create-button{min-width:170px!important;height:42px!important;min-height:42px!important;font-size:10px!important}.theme-light .about-nexum-text-panel{background:#fff!important;border-color:#75959f38!important}.theme-light .about-nexum-text-section{border-bottom-color:#75959f29!important}.theme-light .about-nexum-text-section p{color:#607983!important}.theme-light .about-nexum-text-section-primary p{color:#4f6974!important}.theme-light .about-nexum-text-section strong{color:#1c3943!important}.theme-light .about-nexum-support-line a{color:#2f7d5e!important;background:#eef8f3!important;border-color:#3586604d!important}}@media (width>=901px) and (height<=820px){.about-nexum-modal-card{height:calc(100dvh - 28px)!important;max-height:calc(100dvh - 28px)!important}.about-nexum-overlay{padding:14px 16px!important}.about-nexum-header{padding:12px 22px 10px!important}.about-nexum-header h2{font-size:30px!important}.about-nexum-header p{font-size:11.5px!important}.about-nexum-content{gap:12px!important;padding:10px 16px 12px!important}.about-nexum-brand-panel{padding:14px 16px!important}.about-nexum-logo{width:155px!important;height:155px!important}.about-nexum-brand-name{margin-top:12px!important;font-size:23px!important}.about-nexum-version{margin-top:11px!important}.about-nexum-text-panel{padding:12px 18px!important}.about-nexum-text-section{padding:9px 0!important}.about-nexum-text-section>span,.about-nexum-support-line>div>span{margin-bottom:4px!important;font-size:8.5px!important}.about-nexum-text-section p{font-size:11.5px!important;line-height:1.42!important}.about-nexum-text-section-primary p{font-size:12px!important}.about-nexum-text-section-note p{font-size:10.5px!important}.about-nexum-support-line a{min-height:36px!important;padding:0 12px!important;font-size:9.5px!important}.about-nexum-footer{min-height:52px!important;padding:8px 16px 9px!important}}@media (width<=900px){.about-nexum-text-panel{background:#14303a9e!important;border:1px solid #7ea7b32e!important;border-radius:22px!important;padding:18px!important}.about-nexum-text-section{border-bottom:1px solid #7ea7b324!important;padding:14px 0!important}.about-nexum-text-section:last-child{border-bottom:0!important}.about-nexum-text-section>span,.about-nexum-support-line>div>span{color:#6fdca4!important;letter-spacing:.17em!important;margin-bottom:6px!important;font-size:9px!important;font-weight:700!important;display:block!important}.about-nexum-text-section p{color:#d6e5ead6!important;margin:0!important;font-size:12px!important;line-height:1.5!important}.about-nexum-support-line{flex-direction:column!important;gap:10px!important;display:flex!important}.about-nexum-support-line a{color:#8be3b7!important;border:1px solid #6fd7a657!important;border-radius:12px!important;align-self:flex-start!important;padding:10px 13px!important;text-decoration:none!important}}@media (width>=901px){.about-nexum-header p{font-size:15px!important;line-height:1.42!important}.about-nexum-text-panel{padding:20px 28px!important}.about-nexum-text-section{padding:13px 0!important}.about-nexum-text-section>span,.about-nexum-support-line>div>span{letter-spacing:.18em!important;margin-bottom:7px!important;font-size:11.5px!important}.about-nexum-text-section p{font-size:16.5px!important;line-height:1.52!important}.about-nexum-text-section-primary p{font-size:17.5px!important;line-height:1.54!important}.about-nexum-text-section-note p{font-size:15.5px!important;line-height:1.5!important}.about-nexum-text-section strong{font-weight:700!important}.about-nexum-support-line a{min-height:46px!important;padding:0 18px!important;font-size:13.5px!important}.about-nexum-footer>span{font-size:9.5px!important}.about-nexum-footer .group-create-button{font-size:11px!important}}@media (width>=901px) and (height<=820px){.about-nexum-header p{font-size:12.5px!important}.about-nexum-text-panel{padding:13px 20px!important}.about-nexum-text-section>span,.about-nexum-support-line>div>span{margin-bottom:4px!important;font-size:9.5px!important}.about-nexum-text-section p{font-size:13.5px!important;line-height:1.42!important}.about-nexum-text-section-primary p{font-size:14.25px!important}.about-nexum-text-section-note p{font-size:12.75px!important}.about-nexum-support-line a{min-height:38px!important;padding:0 13px!important;font-size:10.75px!important}.about-nexum-overlay{padding:18px 16px!important}.about-nexum-modal-card{height:calc(100dvh - 36px)!important;max-height:calc(100dvh - 36px)!important}.about-nexum-content{padding-top:13px!important;padding-bottom:14px!important}.about-nexum-text-panel{justify-content:center!important;padding:18px 20px!important}.about-nexum-text-section{padding:6px 0!important}.about-nexum-text-section:first-child{padding-top:0!important}.about-nexum-text-section:last-child{padding-bottom:0!important}.about-nexum-text-section>span,.about-nexum-support-line>div>span{margin-bottom:4px!important}}@media (width>=761px) and (height<=820px){.profile-status-overlay{padding-top:18px!important;padding-bottom:22px!important}.profile-status-overlay .profile-status-modal-card{height:calc(100dvh - 40px)!important;max-height:calc(100dvh - 40px)!important}.profile-status-overlay .profile-status-form{min-height:0!important;overflow:hidden!important}.profile-status-overlay .profile-status-scroll-area{grid-template-rows:auto auto auto!important;grid-template-columns:1fr!important;grid-auto-flow:row!important;align-content:start!important;align-items:start!important;gap:14px!important;padding:12px 16px 24px!important;display:grid!important;overflow:hidden auto!important}.profile-status-overlay .my-profile-hero,.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{box-sizing:border-box!important;grid-area:auto/1!important;align-self:auto!important;width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;overflow:visible!important}.profile-status-overlay .profile-edit-section,.profile-status-overlay .presence-edit-section{padding-bottom:16px!important}.profile-status-overlay .profile-edit-grid{align-content:start!important;height:auto!important;min-height:0!important}.profile-status-overlay .presence-edit-section{flex-direction:column!important;display:flex!important}.profile-status-overlay .custom-status-field{margin-top:12px!important}.profile-status-overlay .group-modal-footer{flex:none!important}}@media (width>=761px) and (width<=980px) and (height<=820px){.profile-status-overlay .profile-edit-grid{grid-template-columns:1fr!important}.profile-status-overlay .profile-edit-grid>label:nth-child(n){grid-column:1!important}.profile-status-overlay .status-options{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.video-call-window:not(.minimized-call-window) .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .audio-call-split-stage{transition:right .18s,grid-template-columns .18s;right:clamp(330px,29vw,410px)!important}.video-call-window:not(.minimized-call-window) .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .audio-call-split-card{min-width:0!important}.video-call-window:not(.minimized-call-window) .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .audio-call-split-avatar.avatar{width:clamp(82px,9vw,132px)!important;height:clamp(82px,9vw,132px)!important}@media (width>=761px) and (width<=1600px){.video-call-window:not(.minimized-call-window) .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .audio-call-split-stage{gap:10px!important;right:clamp(300px,30vw,390px)!important}.video-call-window:not(.minimized-call-window) .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .audio-call-split-avatar.avatar{width:clamp(72px,8vw,112px)!important;height:clamp(72px,8vw,112px)!important}.video-call-window:not(.minimized-call-window) .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .audio-call-split-card strong{max-width:90%!important;font-size:clamp(16px,1.7vw,21px)!important}}.video-call-window .lk-participant-tile[data-nexum-avatar-fallback=true]{isolation:isolate;background:radial-gradient(circle at 50% 38%,#428b7424,#0000 46%),#121719!important;position:relative!important;overflow:hidden!important}.video-call-window .lk-participant-tile[data-nexum-avatar-fallback=true]:before{content:"";z-index:2;aspect-ratio:1;background-image:var(--nexum-tile-avatar);pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:cover;border:2px solid #6dcda675;border-radius:50%;width:min(46%,220px);position:absolute;top:50%;left:50%;transform:translate(-50%,-54%);box-shadow:0 18px 42px #00000047,0 0 0 8px #52ab890b}.video-call-window .lk-participant-tile[data-nexum-avatar-fallback=true] .lk-participant-placeholder,.video-call-window .lk-participant-tile[data-nexum-avatar-fallback=true] .lk-participant-placeholder svg{opacity:0!important;visibility:hidden!important}.video-call-window .lk-participant-tile[data-nexum-avatar-fallback=true] .lk-participant-metadata,.video-call-window .lk-participant-tile[data-nexum-avatar-fallback=true] .lk-participant-metadata-item{z-index:4;position:relative}.video-call-window .lk-focus-layout-wrapper .lk-participant-tile[data-nexum-avatar-fallback=true]:before,.video-call-window .lk-focus-layout .lk-participant-tile[data-nexum-avatar-fallback=true]:before{width:min(58%,136px)}.video-call-window .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .lk-participant-tile[data-nexum-avatar-fallback=true]:before{width:min(48%,148px)}@media (width>=761px) and (width<=1600px){.video-call-window .lk-participant-tile[data-nexum-avatar-fallback=true]:before{width:min(50%,154px)}.video-call-window .lk-focus-layout-wrapper .lk-participant-tile[data-nexum-avatar-fallback=true]:before,.video-call-window .lk-focus-layout .lk-participant-tile[data-nexum-avatar-fallback=true]:before{width:min(60%,108px)}}.video-call-window .audio-screen-share-participants,.video-call-window .audio-call-split-stage{display:none!important}@media (width>=761px){.profile-status-overlay{justify-content:center!important;align-items:center!important;padding:16px!important;display:flex!important;overflow:hidden!important}.profile-status-overlay .profile-status-modal-card{grid-template-rows:auto minmax(0,1fr)!important;width:min(1220px,100vw - 32px)!important;max-width:none!important;height:min(830px,100dvh - 32px)!important;max-height:none!important;margin:0!important;display:grid!important;overflow:hidden!important}.profile-status-overlay .profile-status-modal-card .group-modal-header{min-height:104px!important;padding:18px 26px 16px!important}.profile-status-overlay .profile-status-modal-card .group-modal-header h2{margin:2px 0 5px!important;font-size:32px!important;line-height:1.04!important}.profile-status-overlay .profile-status-modal-card .group-modal-header p{font-size:13.5px!important;line-height:1.4!important}.profile-status-overlay .profile-status-form{grid-template-rows:minmax(0,1fr) 78px!important;height:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}.profile-status-overlay .profile-status-scroll-area{grid-template:"hero edit"minmax(0,1fr)"presence presence"/minmax(0,.92fr) minmax(0,1.08fr)!important;align-content:stretch!important;align-items:stretch!important;gap:14px!important;height:100%!important;min-height:0!important;padding:14px 18px 16px!important;display:grid!important;overflow:hidden!important}.profile-status-overlay .my-profile-hero{box-sizing:border-box!important;border-radius:24px!important;grid-area:auto!important;grid-template-columns:154px minmax(0,1fr)!important;align-self:stretch!important;align-items:center!important;gap:22px!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;padding:22px!important;display:grid!important;overflow:hidden!important}.profile-status-overlay .my-profile-hero-photo-wrap{place-self:center!important;gap:12px!important;width:154px!important;min-width:154px!important}.profile-status-overlay .my-profile-hero-avatar.avatar{border-radius:30px!important;width:132px!important;min-width:132px!important;height:132px!important}.profile-status-overlay .my-profile-photo-button{letter-spacing:.08em!important;width:154px!important;height:42px!important;min-height:42px!important;font-size:11px!important}.profile-status-overlay .my-profile-hero-copy{align-self:center!important;min-width:0!important}.profile-status-overlay .my-profile-hero-kicker{margin-bottom:8px!important;font-size:10px!important}.profile-status-overlay .my-profile-hero-name{white-space:normal!important;text-overflow:clip!important;max-width:100%!important;font-size:28px!important;line-height:1.08!important;overflow:visible!important}.profile-status-overlay .my-profile-hero-role{margin-top:7px!important;font-size:15px!important;line-height:1.32!important}.profile-status-overlay .my-profile-hero-meta{flex-wrap:wrap!important;gap:9px!important;margin-top:16px!important;font-size:13px!important}.profile-status-overlay .my-profile-presence-chip{padding:7px 10px!important;font-size:10px!important}.profile-status-overlay .my-profile-hero-email{margin-top:12px!important;font-size:12px!important}.profile-status-overlay .profile-edit-section{box-sizing:border-box!important;border-radius:24px!important;flex-direction:column!important;grid-area:auto!important;align-self:stretch!important;gap:12px!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;padding:20px!important;display:flex!important;overflow:hidden!important}.profile-status-overlay .profile-edit-heading{flex:none!important}.profile-status-overlay .profile-edit-heading strong{letter-spacing:.14em!important;font-size:13px!important}.profile-status-overlay .profile-edit-heading span{margin-top:4px!important;font-size:11.5px!important;line-height:1.4!important}.profile-status-overlay .profile-edit-grid{flex:auto!important;grid-template-rows:repeat(3,minmax(0,1fr))!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-content:stretch!important;gap:10px 12px!important;height:auto!important;min-height:0!important;display:grid!important}.profile-status-overlay .profile-edit-grid>label{box-sizing:border-box!important;flex-direction:column!important;justify-content:flex-end!important;gap:6px!important;width:100%!important;min-width:0!important;height:100%!important;display:flex!important}.profile-status-overlay .profile-edit-grid>label:first-child{grid-area:1/1/auto/-1!important}.profile-status-overlay .profile-edit-grid>label:nth-child(2){grid-area:2/1!important}.profile-status-overlay .profile-edit-grid>label:nth-child(3){grid-area:2/2!important}.profile-status-overlay .profile-edit-grid>label:nth-child(4){grid-area:3/1!important}.profile-status-overlay .profile-edit-grid>label:nth-child(5){grid-area:3/2!important}.profile-status-overlay .profile-edit-grid label>span,.profile-status-overlay .custom-status-field>span{letter-spacing:.12em!important;font-size:9.5px!important}.profile-status-overlay .profile-edit-grid input{box-sizing:border-box!important;border-radius:15px!important;width:100%!important;min-width:0!important;height:50px!important;min-height:50px!important;padding:10px 14px!important;font-size:14px!important}.profile-status-overlay .presence-edit-section{box-sizing:border-box!important;border-radius:24px!important;grid-area:auto!important;grid-template-rows:auto auto auto!important;grid-template-columns:1fr!important;align-self:end!important;gap:11px!important;width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;padding:16px 20px 18px!important;display:grid!important;overflow:hidden!important}.profile-status-overlay .presence-edit-section .profile-edit-heading{margin:0!important}.profile-status-overlay .status-options{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;width:100%!important;display:grid!important}.profile-status-overlay .status-option{box-sizing:border-box!important;border-radius:17px!important;grid-template-columns:15px minmax(0,1fr)!important;align-content:center!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;height:78px!important;min-height:78px!important;padding:11px 13px!important;display:grid!important}.profile-status-overlay .status-option>.presence-dot{align-self:center!important;width:15px!important;height:15px!important;margin:0!important}.profile-status-overlay .status-option>span:last-child{flex-direction:column!important;justify-content:center!important;align-self:center!important;gap:3px!important;min-width:0!important;height:auto!important;display:flex!important}.profile-status-overlay .status-option strong{font-size:11.5px!important;line-height:1.15!important}.profile-status-overlay .status-option small{font-size:9.5px!important;line-height:1.3!important}.profile-status-overlay .custom-status-field{gap:6px!important;width:100%!important;margin:0!important;padding:0!important}.profile-status-overlay .custom-status-field input{box-sizing:border-box!important;border-radius:15px!important;width:100%!important;min-width:0!important;height:48px!important;min-height:48px!important;padding:10px 66px 10px 14px!important;font-size:13px!important}.profile-status-overlay .custom-status-field>small{font-size:9px!important;bottom:15px!important;right:14px!important}.profile-status-overlay .group-modal-footer{flex:0 0 78px!important;gap:12px!important;height:78px!important;min-height:78px!important;padding:12px 18px 14px!important}.profile-status-overlay .group-cancel-button,.profile-status-overlay .group-create-button{border-radius:16px!important;min-width:210px!important;height:50px!important;min-height:50px!important;font-size:12px!important}}@media (width>=761px) and (height<=860px){.profile-status-overlay{padding:10px!important}.profile-status-overlay .profile-status-modal-card{zoom:.9;width:1200px!important;max-width:none!important;height:820px!important;max-height:none!important}}@media (width>=761px) and (height<=790px){.profile-status-overlay .profile-status-modal-card{zoom:.84}}@media (width>=761px) and (height<=730px){.profile-status-overlay .profile-status-modal-card{zoom:.78}}@media (width>=761px) and (height<=670px){.profile-status-overlay .profile-status-modal-card{zoom:.71}}@media (width>=761px) and (width<=1180px){.profile-status-overlay .profile-status-modal-card{zoom:.8;width:1160px!important;max-width:none!important}}@media (width>=761px) and (width<=1040px){.profile-status-overlay .profile-status-modal-card{zoom:.72;width:1160px!important}}@supports not (zoom:1){@media (width>=761px) and (height<=860px){.profile-status-overlay{align-items:flex-start!important;overflow-y:auto!important}.profile-status-overlay .profile-status-modal-card{width:min(1180px,100vw - 24px)!important;height:auto!important;min-height:780px!important;margin:12px auto!important}}}@media (width>=761px){.profile-status-overlay{padding:12px!important}.profile-status-overlay .profile-status-modal-card{width:min(1420px,100vw - 24px)!important;height:min(860px,100dvh - 24px)!important}.profile-status-overlay .profile-status-scroll-area{grid-template:"hero edit"minmax(0,1fr)"presence presence"238px/minmax(0,.88fr) minmax(0,1.12fr)!important;gap:16px!important;padding:16px 20px 18px!important}.profile-status-overlay .presence-edit-section{grid-area:unset!important;grid-area:2/1/auto/3!important;place-self:stretch stretch!important;width:100%!important;max-width:none!important;height:238px!important;min-height:238px!important;padding:18px 22px!important}.profile-status-overlay .presence-edit-section .profile-edit-heading strong{font-size:14px!important}.profile-status-overlay .presence-edit-section .profile-edit-heading span{font-size:12.5px!important}.profile-status-overlay .status-options{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.profile-status-overlay .status-option{grid-template-columns:17px minmax(0,1fr)!important;gap:12px!important;height:82px!important;min-height:82px!important;padding:12px 15px!important}.profile-status-overlay .status-option>.presence-dot{width:17px!important;height:17px!important}.profile-status-overlay .status-option strong{font-size:13px!important}.profile-status-overlay .status-option small{font-size:11px!important;line-height:1.32!important}.profile-status-overlay .custom-status-field>span{font-size:10.5px!important}.profile-status-overlay .custom-status-field input{height:52px!important;min-height:52px!important;font-size:14px!important}.profile-status-overlay .my-profile-hero-name{font-size:30px!important}.profile-status-overlay .my-profile-hero-role{font-size:16px!important}.profile-status-overlay .my-profile-hero-meta{font-size:14px!important}.profile-status-overlay .my-profile-hero-email{font-size:13px!important}.profile-status-overlay .profile-edit-heading strong{font-size:14px!important}.profile-status-overlay .profile-edit-heading span{font-size:12.5px!important}.profile-status-overlay .profile-edit-grid label>span{font-size:10.5px!important}.profile-status-overlay .profile-edit-grid input{height:54px!important;min-height:54px!important;font-size:15px!important}}@media (width>=761px) and (height<=860px){.profile-status-overlay .profile-status-modal-card{zoom:.94!important;width:1380px!important;height:820px!important}}@media (width>=761px) and (height<=790px){.profile-status-overlay .profile-status-modal-card{zoom:.9!important;width:1360px!important;height:800px!important}}@media (width>=761px) and (height<=730px){.profile-status-overlay .profile-status-modal-card{zoom:.86!important;width:1340px!important;height:790px!important}}@media (width>=761px) and (height<=670px){.profile-status-overlay .profile-status-modal-card{zoom:.8!important;width:1320px!important;height:780px!important}}@media (width>=761px) and (width<=1240px){.profile-status-overlay .profile-status-modal-card{zoom:.86!important;width:1360px!important}}@media (width>=761px) and (width<=1100px){.profile-status-overlay .profile-status-modal-card{zoom:.78!important;width:1340px!important}}@media (width>=761px){.profile-status-overlay .profile-edit-grid{row-gap:14px!important}.profile-status-overlay .profile-edit-grid>label{gap:7px!important}.profile-status-overlay .profile-edit-grid input{height:46px!important;min-height:46px!important;padding-top:8px!important;padding-bottom:8px!important}.profile-status-overlay .presence-edit-section{height:242px!important;min-height:242px!important;padding:18px 22px 24px!important}.profile-status-overlay .custom-status-field{margin-bottom:2px!important}.profile-status-overlay .custom-status-field input{height:46px!important;min-height:46px!important;padding-top:8px!important;padding-bottom:8px!important}.profile-status-overlay .custom-status-field>small{bottom:13px!important}}@media (width>=761px) and (height<=860px){.profile-status-overlay .profile-edit-grid{row-gap:16px!important}.profile-status-overlay .profile-edit-grid>label{gap:8px!important}}@media (width>=901px) and (height<=840px){.about-nexum-overlay{justify-content:center!important;align-items:center!important;padding:0!important;display:flex!important;overflow:hidden!important}.about-nexum-modal-card{transform-origin:50%!important;grid-template-rows:auto minmax(0,1fr) auto!important;width:1160px!important;min-width:1160px!important;max-width:1160px!important;height:870px!important;min-height:870px!important;max-height:870px!important;overflow:hidden!important;transform:scale(.86)!important}.about-nexum-header{padding:17px 26px 14px!important}.about-nexum-header .mini-label{letter-spacing:.2em!important;font-size:10px!important}.about-nexum-header h2{margin:3px 0 5px!important;font-size:36px!important;line-height:1.03!important}.about-nexum-header p{max-width:880px!important;margin-top:3px!important;font-size:15px!important;line-height:1.42!important}.about-nexum-content{grid-template-columns:300px minmax(0,1fr)!important;gap:16px!important;height:100%!important;min-height:0!important;padding:14px 20px 16px!important;overflow:hidden!important}.about-nexum-brand-panel{border-radius:24px!important;height:100%!important;min-height:0!important;padding:20px 18px!important}.about-nexum-logo{width:195px!important;max-width:none!important;height:195px!important}.about-nexum-brand-name{letter-spacing:.29em!important;text-indent:.29em!important;margin-top:18px!important;font-size:27px!important}.about-nexum-brand-subtitle{letter-spacing:.28em!important;text-indent:.28em!important;margin-top:6px!important;font-size:9.5px!important}.about-nexum-version{margin-top:18px!important;padding:7px 11px!important;font-size:9px!important}.about-nexum-main{height:100%!important;min-height:0!important;display:block!important}.about-nexum-text-panel{border-radius:24px!important;flex-direction:column!important;justify-content:center!important;height:100%!important;min-height:0!important;padding:20px 28px!important;display:flex!important;overflow:hidden!important}.about-nexum-text-section{padding:13px 0!important}.about-nexum-text-section:first-child{padding-top:0!important}.about-nexum-text-section:last-child{padding-bottom:0!important}.about-nexum-text-section>span,.about-nexum-support-line>div>span{letter-spacing:.18em!important;margin-bottom:7px!important;font-size:11.5px!important}.about-nexum-text-section p{font-size:16.5px!important;line-height:1.52!important}.about-nexum-text-section-primary p{font-size:17.5px!important;line-height:1.54!important}.about-nexum-text-section-note p{font-size:15.5px!important;line-height:1.5!important}.about-nexum-text-section strong{font-weight:700!important}.about-nexum-support-line{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:20px!important;display:grid!important}.about-nexum-support-line a{min-height:46px!important;padding:0 18px!important;font-size:13.5px!important}.about-nexum-footer{min-height:62px!important;padding:10px 20px 13px!important}.about-nexum-footer>span{font-size:9.5px!important}.about-nexum-footer .group-create-button{min-width:170px!important;height:42px!important;min-height:42px!important;font-size:11px!important}}@media (width>=901px) and (height<=790px){.about-nexum-modal-card{transform:scale(.82)!important}}@media (width>=901px) and (height<=735px){.about-nexum-modal-card{transform:scale(.76)!important}}@media (width>=901px) and (width<=1180px){.about-nexum-modal-card{transform:scale(.8)!important}}@media (width>=901px) and (width<=1050px){.about-nexum-modal-card{transform:scale(.72)!important}}@media (width>=901px) and (height<=790px){.about-nexum-overlay{padding-top:18px!important;padding-bottom:18px!important}.about-nexum-modal-card{transform:scale(.78)!important}}@media (width>=901px) and (height<=735px){.about-nexum-overlay{padding-top:20px!important;padding-bottom:20px!important}.about-nexum-modal-card{transform:scale(.72)!important}}@media (width>=901px) and (width<=1050px) and (height<=790px){.about-nexum-modal-card{transform:scale(.69)!important}}@media (width>=901px) and (height<=690px){.about-nexum-modal-card{transform:scale(.67)!important}}.video-call-window .lk-participant-tile[data-nexum-avatar-fallback=true] .lk-participant-metadata{z-index:6!important;width:auto!important;min-width:0!important;max-width:calc(100% - 16px)!important;position:absolute!important;inset:auto auto 8px 8px!important}.video-call-window .lk-participant-tile[data-nexum-avatar-fallback=true] .lk-participant-metadata-item{min-width:0!important;max-width:100%!important;position:relative!important}@media (width>=761px) and (height<=900px){.video-call-window .lk-participant-tile .lk-participant-metadata{width:auto!important;min-width:0!important;max-width:calc(100% - 12px)!important;bottom:6px!important;left:6px!important}.video-call-window .lk-participant-tile .lk-participant-metadata-item{white-space:nowrap!important;border-radius:7px!important;align-items:center!important;gap:4px!important;min-width:0!important;max-width:100%!important;padding:4px 6px!important;font-size:11px!important;line-height:1.05!important;display:flex!important}.video-call-window .lk-participant-tile .lk-participant-metadata-item .lk-participant-name,.video-call-window .lk-participant-tile .lk-participant-metadata-item span{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important;font-size:11px!important;line-height:1.05!important;overflow:hidden!important}.video-call-window .lk-participant-tile .lk-participant-metadata-item svg{flex:0 0 13px!important;width:13px!important;height:13px!important}.video-call-window .lk-focus-layout-wrapper .lk-participant-metadata-item,.video-call-window .lk-focus-layout .lk-participant-metadata-item{gap:3px!important;padding:3px 5px!important;font-size:10px!important}.video-call-window .lk-focus-layout-wrapper .lk-participant-metadata-item .lk-participant-name,.video-call-window .lk-focus-layout-wrapper .lk-participant-metadata-item span,.video-call-window .lk-focus-layout .lk-participant-metadata-item .lk-participant-name,.video-call-window .lk-focus-layout .lk-participant-metadata-item span{font-size:10px!important}.video-call-window .lk-focus-layout-wrapper .lk-participant-metadata-item svg,.video-call-window .lk-focus-layout .lk-participant-metadata-item svg{flex-basis:12px!important;width:12px!important;height:12px!important}}.screen-share-fullscreen-button{z-index:92;color:#e5f3f1;letter-spacing:.11em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#0b1f23e6;border:1px solid #6cc7a657;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 13px;font-size:11px;font-weight:700;transition:transform .14s,background .14s,border-color .14s;display:inline-flex;position:absolute;top:72px;right:14px;box-shadow:0 10px 24px #0000003d}.screen-share-fullscreen-button:hover{background:#113537f5;border-color:#6cc7a6a3;transform:translateY(-1px)}.screen-share-fullscreen-button:active{transform:translateY(0)}.screen-share-fullscreen-button svg{flex:none}.call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .screen-share-fullscreen-button{right:clamp(338px,30vw,420px)}.call-livekit-stage video:fullscreen{object-fit:contain!important;background:#000!important;width:100vw!important;max-width:none!important;height:100vh!important;max-height:none!important}.call-livekit-stage .lk-participant-tile:fullscreen{object-fit:contain!important;background:#000!important;width:100vw!important;max-width:none!important;height:100vh!important;max-height:none!important}@media (width>=761px) and (height<=900px){.screen-share-fullscreen-button{border-radius:9px;gap:5px;min-height:32px;padding:0 9px;font-size:9px;top:58px}.screen-share-fullscreen-button svg{width:14px;height:14px}}.audio-call-window .lk-participant-tile[data-nexum-avatar-fallback=true]{isolation:isolate;background:radial-gradient(circle at 50% 38%,#428b7424,#0000 46%),#121719!important;position:relative!important;overflow:hidden!important}.audio-call-window .lk-participant-tile[data-nexum-avatar-fallback=true]:before{content:"";z-index:2;aspect-ratio:1;background-image:var(--nexum-tile-avatar);pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:cover;border:2px solid #6dcda675;border-radius:50%;width:min(46%,220px);position:absolute;top:50%;left:50%;transform:translate(-50%,-54%);box-shadow:0 18px 42px #00000047,0 0 0 8px #52ab890b}.audio-call-window .lk-participant-tile[data-nexum-avatar-fallback=true] .lk-participant-placeholder,.audio-call-window .lk-participant-tile[data-nexum-avatar-fallback=true] .lk-participant-placeholder svg{opacity:0!important;visibility:hidden!important}.audio-call-window .lk-participant-tile[data-nexum-avatar-fallback=true] .lk-participant-metadata{z-index:6!important;width:auto!important;min-width:0!important;max-width:calc(100% - 16px)!important;position:absolute!important;inset:auto auto 8px 8px!important}.audio-call-window .lk-participant-tile[data-nexum-avatar-fallback=true] .lk-participant-metadata-item{z-index:7!important;min-width:0!important;max-width:100%!important;position:relative!important}.audio-call-window .lk-focus-layout-wrapper .lk-participant-tile[data-nexum-avatar-fallback=true]:before,.audio-call-window .lk-focus-layout .lk-participant-tile[data-nexum-avatar-fallback=true]:before{width:min(58%,136px)}.audio-call-window .call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .lk-participant-tile[data-nexum-avatar-fallback=true]:before{width:min(48%,148px)}.audio-call-window .audio-screen-share-participants,.audio-call-window .audio-call-split-stage,.audio-call-window .active-audio-profile{display:none!important}@media (width>=761px) and (width<=1600px){.audio-call-window .lk-participant-tile[data-nexum-avatar-fallback=true]:before{width:min(50%,154px)}.audio-call-window .lk-focus-layout-wrapper .lk-participant-tile[data-nexum-avatar-fallback=true]:before,.audio-call-window .lk-focus-layout .lk-participant-tile[data-nexum-avatar-fallback=true]:before{width:min(60%,108px)}}@media (width>=761px) and (height<=900px){.audio-call-window .lk-participant-tile .lk-participant-metadata{width:auto!important;min-width:0!important;max-width:calc(100% - 12px)!important;bottom:6px!important;left:6px!important}.audio-call-window .lk-participant-tile .lk-participant-metadata-item{white-space:nowrap!important;border-radius:7px!important;align-items:center!important;gap:4px!important;min-width:0!important;max-width:100%!important;padding:4px 6px!important;font-size:11px!important;line-height:1.05!important;display:flex!important}.audio-call-window .lk-participant-tile .lk-participant-metadata-item .lk-participant-name,.audio-call-window .lk-participant-tile .lk-participant-metadata-item span{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important;font-size:11px!important;line-height:1.05!important;overflow:hidden!important}.audio-call-window .lk-participant-tile .lk-participant-metadata-item svg{flex:0 0 13px!important;width:13px!important;height:13px!important}}.screen-share-fullscreen-button{top:118px!important}@media (width>=761px) and (height<=900px){.screen-share-fullscreen-button{top:96px!important}}.busy-call-window{background:radial-gradient(circle at 50% 36%,#ecb84a24,#0000 36%),linear-gradient(145deg,#102126 0%,#0c1519 100%)}.busy-call-content{gap:0}.busy-call-icon{color:#f0be50}.busy-call-kicker{color:#f0be50d1;margin-top:2px}.busy-call-description{color:#e5f1f09e;margin:-1px 0 28px;font-size:clamp(13px,1.4vw,16px);line-height:1.5}.busy-call-close-button{color:#fff;letter-spacing:1.2px;cursor:pointer;background:#266a54b8;border:1px solid #6cc7a65c;border-radius:14px;justify-content:center;align-items:center;min-width:190px;height:48px;padding:0 20px;font-size:10px;font-weight:700;transition:transform .14s,filter .14s;display:inline-flex}.busy-call-close-button:hover{filter:brightness(1.08);transform:translateY(-1px)}.message-composer{grid-template-columns:40px 40px minmax(0,1fr) 44px}.message-emoji-wrap{justify-content:center;align-items:center;display:flex;position:relative}.message-emoji-button{color:#566f78;cursor:pointer;background:#f7fafa;border:1px solid #dde6e7;border-radius:13px;justify-content:center;align-items:center;width:40px;height:40px;font-size:19px;display:inline-flex}.message-emoji-button:disabled{opacity:.5;cursor:default}.theme-dark .message-emoji-button{color:#dce9e6;background:#142931;border-color:#2a424b}.nexum-emoji-picker{z-index:220;background:#fff;border:1px solid #58818b40;border-radius:14px;grid-template-columns:repeat(6,34px);gap:4px;padding:9px;display:grid;position:absolute;box-shadow:0 18px 44px #1535402e}.main-emoji-picker{bottom:48px;left:0}.nexum-emoji-picker button{cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:inline-flex}.nexum-emoji-picker button:hover{background:#468f6f1a}.theme-dark .nexum-emoji-picker{background:#142930;border-color:#ffffff14;box-shadow:0 18px 44px #00000057}.theme-dark .nexum-emoji-picker button:hover{background:#68c5971f}.message-reply-reference,.message-forwarded-reference{background:#48846c12;border-left:3px solid #75af91;border-radius:0 9px 9px 0;flex-direction:column;gap:2px;margin-bottom:8px;padding:7px 9px;display:flex}.message-forwarded-reference{background:#4e779012;border-left-color:#668ea4}.message-reply-reference span,.message-forwarded-reference span{color:#6b858e;letter-spacing:.7px;font-size:7px;font-weight:800}.message-reply-reference strong,.message-forwarded-reference strong{margin:0!important;font-size:9px!important}.message-reply-reference small,.message-forwarded-reference small{color:#748991;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:600;line-height:1.25;overflow:hidden}.theme-dark .message-reply-reference{background:#5dab8417;border-left-color:#6fc28f}.theme-dark .message-forwarded-reference{background:#5091ad17;border-left-color:#68a4bd}.theme-dark .message-reply-reference span,.theme-dark .message-forwarded-reference span,.theme-dark .message-reply-reference small,.theme-dark .message-forwarded-reference small{color:#8ca2aa}.message-hover-actions{z-index:8;opacity:0;pointer-events:none;background:#fff;border:1px solid #dbe5e5;border-radius:10px;align-items:center;gap:2px;padding:3px;transition:opacity .12s,transform .12s;display:inline-flex;position:absolute;top:-15px;left:8px;right:auto;transform:translateY(3px);box-shadow:0 8px 20px #1436421f}.message-row:not(.system-call):hover .message-hover-actions,.message-hover-actions:focus-within{opacity:1;pointer-events:auto;transform:translateY(0)}.message-row.mine .message-hover-actions{left:auto;right:8px}.message-hover-actions button{color:#506b74;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;width:27px;height:27px;font-size:13px;font-weight:800;display:inline-flex}.message-hover-actions button:hover{background:#edf5f2}.message-hover-actions button:disabled{opacity:.45}.theme-dark .message-hover-actions{background:#142930;border-color:#2f4850;box-shadow:0 8px 20px #00000047}.theme-dark .message-hover-actions button{color:#b7cacd}.theme-dark .message-hover-actions button:hover{background:#1d3937}.nexum-message-reaction-pills{flex-wrap:wrap;gap:4px;margin-top:7px;display:flex}.message-reaction-pill{color:#5f767e;cursor:pointer;background:#f8fbfa;border:1px solid #d8e3e3;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-width:38px;height:25px;padding:0 7px;display:inline-flex}.message-reaction-pill span{font-size:13px}.message-reaction-pill small{font-size:8px;font-weight:800}.message-reaction-pill.mine{color:#397050;background:#e5f3eb;border-color:#89bda1}.theme-dark .message-reaction-pill{color:#a7bdc2;background:#14272e;border-color:#304951}.theme-dark .message-reaction-pill.mine{color:#87c99d;background:#1c3a31;border-color:#46775f}.message-reply-draft{background:#f7faf9;border-top:1px solid #e0e7e7;justify-content:space-between;align-items:center;gap:12px;padding:8px 16px;display:flex}.message-reply-draft>div{grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:7px;min-width:0;display:grid}.message-reply-draft span{color:#6b858e;letter-spacing:.7px;font-size:7px;font-weight:800}.message-reply-draft strong{color:#3f805e;font-size:9px}.message-reply-draft small{color:#758a92;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:600;overflow:hidden}.message-reply-draft>button{color:#71878e;cursor:pointer;background:#fff;border:1px solid #d7e2e2;border-radius:9px;width:28px;height:28px;font-size:17px}.theme-dark .message-reply-draft{background:#102229;border-color:#29414a}.theme-dark .message-reply-draft span,.theme-dark .message-reply-draft small{color:#7e969e}.theme-dark .message-reply-draft strong{color:#80c596}.theme-dark .message-reply-draft>button{color:#9ab0b6;background:#152b32;border-color:#2d4850}.message-forward-modal-card{width:min(560px,100vw - 28px);max-height:min(720px,100dvh - 28px);overflow:hidden}.main-forward-preview,.nexum-forward-preview{background:#f7faf9;border:1px solid #dce6e6;border-radius:12px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.nexum-forward-preview strong{color:#43805f;font-size:10px}.nexum-forward-preview span{color:#657c84;font-size:10px;font-weight:600;line-height:1.35}.message-forward-search{margin-top:10px}.nexum-forward-people-list{flex-direction:column;gap:5px;min-height:0;max-height:360px;margin-top:10px;display:flex;overflow-y:auto}.nexum-forward-person{color:#294752;text-align:left;cursor:pointer;background:#f8fbfa;border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;width:100%;padding:8px 10px;display:flex}.nexum-forward-person:hover:not(:disabled){background:#edf6f1;border-color:#cde1d7}.nexum-forward-person:disabled{opacity:.58}.nexum-forward-avatar.avatar{flex:0 0 36px;width:36px;height:36px;font-size:10px}.nexum-forward-person>span{flex-direction:column;gap:2px;min-width:0;display:flex}.nexum-forward-person strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.nexum-forward-person small{color:#87999f;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.theme-dark .nexum-forward-preview,.theme-dark .nexum-forward-person{background:#102229;border-color:#294049}.theme-dark .nexum-forward-preview strong,.theme-dark .nexum-forward-person strong{color:#d9e7e8}.theme-dark .nexum-forward-preview span,.theme-dark .nexum-forward-person small{color:#82989f}.theme-dark .nexum-forward-person:hover:not(:disabled){background:#17322e;border-color:#3b6253}.call-livekit-stage .lk-chat:not([style*="display: none"]){visibility:hidden!important;pointer-events:none!important}.nexum-call-chat-panel{display:none}.call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .nexum-call-chat-panel{z-index:96;color:#dce8ea;background:#102229;border-left:1px solid #ffffff14;grid-template-rows:auto minmax(0,1fr) auto auto auto;width:clamp(320px,29vw,410px);display:grid;position:absolute;top:0;bottom:0;right:0;box-shadow:-12px 0 30px #0000001f}.nexum-call-chat-header{background:#12272e;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:10px;min-height:58px;padding:10px 12px 9px 14px;display:flex}.nexum-call-chat-header>div{flex-direction:column;gap:2px;min-width:0;display:flex}.nexum-call-chat-header span{color:#6fc78c;letter-spacing:.9px;font-size:8px;font-weight:800}.nexum-call-chat-header strong{color:#e4eff0;font-size:11px}.nexum-call-chat-close{color:#9bb0b5;cursor:pointer;background:#ffffff09;border:1px solid #ffffff17;border-radius:9px;width:30px;height:30px;font-size:18px}.nexum-call-chat-messages{flex-direction:column;gap:9px;min-height:0;padding:12px 10px 18px;display:flex;overflow-y:auto}.nexum-call-chat-empty{color:#81979d;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:100%;display:flex}.nexum-call-chat-empty>span{font-size:24px}.nexum-call-chat-empty strong{color:#b8c9cc;font-size:10px}.nexum-call-chat-empty small{font-size:8px}.nexum-call-message{align-self:flex-start;width:min(88%,320px);position:relative}.nexum-call-message.mine{align-self:flex-end}.nexum-call-message-author{color:#79c491;margin:0 0 3px 4px;font-size:8px;display:block}.nexum-call-message-bubble{background:#172e35;border:1px solid #29434b;border-radius:5px 13px 13px;padding:9px 10px 7px;position:relative}.nexum-call-message.mine .nexum-call-message-bubble{background:#1b3b33;border-color:#35614f;border-radius:13px 5px 13px 13px}.nexum-call-message-bubble p{color:#e2ecee;white-space:pre-wrap;word-break:break-word;margin:0;font-size:11px;font-weight:600;line-height:1.4}.nexum-call-message-time{color:#71878d;text-align:right;margin-top:4px;font-size:7px;font-weight:700;display:block}.call-message-reference{margin-bottom:7px}.nexum-call-message-actions{z-index:4;opacity:0;pointer-events:none;background:#142a31;border:1px solid #304b53;border-radius:9px;gap:2px;padding:3px;transition:opacity .12s;display:inline-flex;position:absolute;top:-14px;right:5px;box-shadow:0 7px 18px #00000040}.nexum-call-message:hover .nexum-call-message-actions,.nexum-call-message-actions:focus-within{opacity:1;pointer-events:auto}.nexum-call-message-actions button{color:#b6c8cb;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;width:25px;height:25px;font-size:12px;font-weight:800;display:inline-flex}.nexum-call-message-actions button:hover{background:#1d3a39}.call-reaction-pills{margin-top:4px}.call-reaction-pills .message-reaction-pill{color:#a7bdc2;background:#14272e;border-color:#314951;height:23px}.call-reaction-pills .message-reaction-pill.mine{color:#88c99e;background:#1e3d34;border-color:#497962}.nexum-call-chat-files{border-top:1px solid #ffffff0e;gap:5px;padding:5px 10px;display:flex;overflow-x:auto}.nexum-call-chat-files button{color:#9eb6bb;cursor:pointer;background:#142a31;border:1px solid #2f4a52;border-radius:9px;flex:none;align-items:center;gap:5px;max-width:210px;padding:6px 8px;font-size:8px;font-weight:700;display:inline-flex}.nexum-call-chat-files span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nexum-call-reply-draft{background:#12262d;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:8px;padding:7px 10px;display:flex}.nexum-call-reply-draft>div{align-items:center;gap:5px;min-width:0;display:flex}.nexum-call-reply-draft span{color:#6c8a91;letter-spacing:.6px;flex:none;font-size:6px;font-weight:800}.nexum-call-reply-draft strong{color:#7bc595;flex:none;font-size:8px}.nexum-call-reply-draft small{color:#81989e;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.nexum-call-reply-draft>button{color:#9db1b5;cursor:pointer;background:#172c33;border:1px solid #2d4850;border-radius:7px;flex:none;width:24px;height:24px}.nexum-call-action-notice,.nexum-call-chat-error{color:#8fc8a4;text-align:center;background:#4e9e7714;border:1px solid #66bf912e;border-radius:8px;margin:5px 10px 0;padding:6px 8px;font-size:8px;font-weight:700}.nexum-call-chat-error{color:#e1a1a1;cursor:pointer;background:#a141411f;border-color:#dc68683d}.nexum-call-chat-composer{background:#12272e;border-top:1px solid #ffffff12;grid-template-columns:32px 32px minmax(0,1fr) 34px;align-items:center;gap:5px;padding:9px 9px 10px;display:grid;position:relative}.nexum-call-composer-button,.nexum-call-send-button{color:#a8bdc1;cursor:pointer;background:#172f36;border:1px solid #304b53;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.nexum-call-send-button{color:#fff;background:#24523f;border-color:#3d6f58;width:34px}.nexum-call-composer-button:disabled,.nexum-call-send-button:disabled{opacity:.45;cursor:default}.nexum-call-chat-composer>input{color:#dfeaec;background:#0e2026;border:1px solid #304951;border-radius:10px;outline:0;min-width:0;height:34px;padding:0 10px;font-size:10px;font-weight:600}.nexum-call-chat-composer>input::placeholder{color:#688087}.nexum-call-emoji-wrap{position:relative}.call-emoji-picker{background:#152b32;border-color:#304950;grid-template-columns:repeat(5,32px);bottom:40px;right:-80px}.call-emoji-picker button{width:32px;height:32px}.call-file-share-box{display:none!important}.nexum-call-forward-overlay{z-index:180;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#040f149e;justify-content:center;align-items:center;padding:18px;display:flex;position:absolute;inset:0}.nexum-call-forward-card{background:#11262d;border:1px solid #2f4a52;border-radius:16px;grid-template-rows:auto auto auto minmax(0,1fr);gap:10px;width:min(410px,100% - 24px);max-height:min(560px,100% - 24px);padding:14px;display:grid;box-shadow:0 24px 70px #0000006b}.nexum-call-forward-card>header{justify-content:space-between;align-items:center;gap:10px;display:flex}.nexum-call-forward-card>header>div{flex-direction:column;gap:2px;display:flex}.nexum-call-forward-card>header span{color:#6dc488;letter-spacing:.8px;font-size:7px;font-weight:800}.nexum-call-forward-card>header strong{color:#e1ecee;font-size:12px}.nexum-call-forward-card>header button{color:#9bb0b5;cursor:pointer;background:#172e35;border:1px solid #304a52;border-radius:9px;width:30px;height:30px;font-size:18px}.nexum-call-forward-card>input{color:#dde8ea;background:#0e2026;border:1px solid #304a52;border-radius:10px;outline:0;height:38px;padding:0 11px}.nexum-call-forward-card .nexum-forward-preview,.nexum-call-forward-card .nexum-forward-person{background:#142a31;border-color:#29444c}.nexum-call-forward-card .nexum-forward-person strong{color:#dce8e9}@media (width>=761px) and (height<=900px){.call-livekit-stage:has(.lk-chat:not([style*="display: none"])) .nexum-call-chat-panel{width:clamp(300px,28vw,370px)}.nexum-call-chat-header{min-height:50px;padding:7px 9px 7px 11px}.nexum-call-chat-messages{gap:7px;padding:9px 8px 12px}.nexum-call-message-bubble p{font-size:10px}.nexum-call-chat-composer{padding:7px 8px}}.message-send-status.sending{opacity:.58;letter-spacing:.08em;font-size:8px}.message-send-status.failed{letter-spacing:.06em;font-size:8px;font-weight:700;color:#b35f5f!important}.theme-dark .message-send-status.failed{color:#e38b8b!important}[data-lk-theme=default]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--lk-bg:#111;--lk-bg2:#1e1e1e;--lk-bg3:#2b2b2b;--lk-bg4:#373737;--lk-bg5:#444;--lk-fg:#fff;--lk-fg2:#f5f5f5;--lk-fg3:#ebebeb;--lk-fg4:#e0e0e0;--lk-fg5:#d6d6d6;--lk-border-color:#ffffff1a;--lk-accent-fg:#fff;--lk-accent-bg:#1f8cf9;--lk-accent2:#3396fa;--lk-accent3:#47a0fa;--lk-accent4:#5babfb;--lk-danger-fg:#fff;--lk-danger:#f91f31;--lk-danger2:#fa3343;--lk-danger3:#fa4756;--lk-danger4:#fb5b68;--lk-success-fg:#fff;--lk-success:#1ff968;--lk-success2:#33fa75;--lk-success3:#47fa83;--lk-success4:#5bfb90;--lk-control-fg:var(--lk-fg);--lk-control-bg:var(--lk-bg2);--lk-control-hover-bg:var(--lk-bg3);--lk-control-active-bg:var(--lk-bg4);--lk-control-active-hover-bg:var(--lk-bg5);--lk-connection-excellent:#06db4d;--lk-connection-good:#f9b11f;--lk-connection-poor:#f91f31;--lk-font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--lk-font-size:16px;--lk-line-height:1.5;--lk-border-radius:.5rem;--lk-box-shadow:0 .5rem 1.5rem #00000026;--lk-drop-shadow:#fff3 0px 0px 24px;--lk-grid-gap:.5rem;--lk-control-bar-height:69px;--lk-chat-header-height:69px}.lk-button,.lk-start-audio-button,.lk-chat-toggle,.lk-disconnect-button{color:var(--lk-control-fg);background-image:none;background-color:var(--lk-control-bg);border-radius:var(--lk-border-radius);cursor:pointer;white-space:nowrap;font-size:inherit;line-height:inherit;-webkit-user-select:none;user-select:none;border:0;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1rem;display:inline-flex;position:relative}.lk-button:not(:disabled):hover,.lk-start-audio-button:not(:disabled):hover,.lk-chat-toggle:not(:disabled):hover,.lk-disconnect-button:not(:disabled):hover{background-color:var(--lk-control-hover-bg)}.lk-button>svg,.lk-start-audio-button>svg,.lk-chat-toggle>svg,.lk-disconnect-button>svg{overflow:visible}.lk-button[aria-pressed=true],[aria-pressed=true].lk-start-audio-button,[aria-pressed=true].lk-chat-toggle,[aria-pressed=true].lk-disconnect-button{background-color:var(--lk-control-active-bg)}.lk-button[aria-pressed=true]:hover,[aria-pressed=true].lk-start-audio-button:hover,[aria-pressed=true].lk-chat-toggle:hover,[aria-pressed=true].lk-disconnect-button:hover{background-color:var(--lk-control-active-hover-bg)}.lk-button[data-lk-source=screen_share][data-lk-enabled=true],[data-lk-source=screen_share][data-lk-enabled=true].lk-start-audio-button,[data-lk-source=screen_share][data-lk-enabled=true].lk-chat-toggle,[data-lk-source=screen_share][data-lk-enabled=true].lk-disconnect-button{background-color:var(--lk-accent-bg)}.lk-button[data-lk-source=screen_share][data-lk-enabled=true]:hover,[data-lk-source=screen_share][data-lk-enabled=true].lk-start-audio-button:hover,[data-lk-source=screen_share][data-lk-enabled=true].lk-chat-toggle:hover,[data-lk-source=screen_share][data-lk-enabled=true].lk-disconnect-button:hover{background-color:var(--lk-accent2)}.lk-button:disabled,.lk-start-audio-button:disabled,.lk-chat-toggle:disabled,.lk-disconnect-button:disabled{opacity:.5}.lk-button-group{align-items:stretch;height:100%;display:inline-flex}.lk-button-group>.lk-button:first-child,.lk-button-group>.lk-start-audio-button:first-child,.lk-button-group>.lk-chat-toggle:first-child,.lk-button-group>.lk-disconnect-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.lk-button-group-menu{flex-shrink:0;position:relative}.lk-button-group-menu>.lk-button,.lk-button-group-menu>.lk-start-audio-button,.lk-button-group-menu>.lk-chat-toggle,.lk-button-group-menu>.lk-disconnect-button{border-top-left-radius:0;border-bottom-left-radius:0;height:100%}.lk-button-group-menu>.lk-button:after,.lk-button-group-menu>.lk-start-audio-button:after,.lk-button-group-menu>.lk-chat-toggle:after,.lk-button-group-menu>.lk-disconnect-button:after{margin-left:0}.lk-button-menu:after{content:"";transform-origin:50%;border-bottom:.125em solid;border-left:.125em solid;width:.5em;height:.5em;margin-top:-.25rem;margin-left:.5rem;display:inline-block;transform:rotate(-45deg)}.lk-disconnect-button{color:var(--lk-danger);border:1px solid var(--lk-danger);font-weight:600}.lk-disconnect-button:not(:disabled):hover{--lk-control-hover-bg:var(--lk-danger2);color:var(--lk-danger-fg)}.lk-disconnect-button:not(:disabled):active{--lk-control-hover-bg:var(--lk-danger3);color:var(--lk-danger-fg)}.lk-chat-toggle{position:relative}.lk-chat-toggle[data-lk-unread-msgs]:not([data-lk-unread-msgs="0"]):after{content:attr(data-lk-unread-msgs);background:var(--lk-accent-bg);border-radius:50%;margin-top:.25rem;margin-left:.25rem;padding:.25rem;font-size:.5rem;line-height:.75;position:absolute;top:0;left:0}.lk-media-device-select:not(:last-child){border-bottom:1px solid var(--lk-border-color);margin-bottom:.75rem;padding-bottom:.5rem}.lk-media-device-select li:not(:last-child){margin-bottom:.25rem}.lk-media-device-select li>.lk-button{justify-content:start;width:100%;padding-block:.5rem}.lk-media-device-select li:not([data-lk-active=true])>.lk-button:not(:disabled):hover{background-color:var(--lk-bg3)}.lk-media-device-select [data-lk-active=false]>.lk-button:hover{cursor:pointer;background-color:#0000000d}.lk-media-device-select [data-lk-active=true]>.lk-button{color:var(--lk-accent-fg);background-color:var(--lk-accent-bg)}.lk-device-menu{z-index:5;white-space:nowrap;background-color:var(--lk-bg2);border:1px solid var(--lk-border-color);width:max-content;min-width:10rem;box-shadow:var(--lk-box-shadow);border-radius:.75rem;margin-bottom:.25rem;padding:.5rem;position:absolute;top:0;left:0}.lk-device-menu-heading{opacity:.65;padding:.25rem .5rem;font-weight:700}.lk-start-audio-button{color:var(--lk-accent-fg);background-color:var(--lk-accent-bg)}@media screen and (width<=600px){.lk-start-audio-button{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}}.lk-pagination-control{background-color:var(--lk-control-bg);border-radius:var(--lk-border-radius);opacity:0;align-items:stretch;transition:opacity .15s ease-in-out;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.lk-pagination-control:hover{opacity:1}.lk-pagination-control>.lk-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.lk-pagination-control>.lk-button:first-child>svg{transform:rotate(180deg)}.lk-pagination-control>.lk-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.lk-pagination-count{border-inline:1px solid var(--lk-bg);padding:.5rem .875rem}[data-lk-user-interaction=true].lk-pagination-control{opacity:1}.lk-pagination-indicator{height:var(--lk-grid-gap);background-color:var(--lk-bg2);width:fit-content;bottom:calc(var(--lk-grid-gap)/2);opacity:1;border-radius:2rem;align-items:center;gap:.2rem;padding:.2rem .5rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.lk-pagination-indicator span{background-color:var(--lk-fg);opacity:.35;border-radius:9999999px;width:.4rem;height:.4rem;transition:opacity .2s linear;display:inline-block}.lk-pagination-indicator span[data-lk-active]{opacity:.9}.lk-grid-layout{--lk-col-count:1;--lk-row-count:1;grid-template-columns:repeat(var(--lk-col-count), minmax(0, 1fr));grid-gap:var(--lk-grid-gap);width:100%;max-width:100%;height:100%;max-height:100%;padding:var(--lk-grid-gap);grid-auto-rows:minmax(0,1fr);display:grid}.lk-grid-layout[data-lk-pagination=true]{padding-bottom:calc(var(--lk-grid-gap)*2)}.lk-focus-layout{gap:var(--lk-grid-gap);width:100%;max-height:100%;padding:var(--lk-grid-gap);grid-template-columns:1fr 5fr;display:grid}.lk-focused-participant{position:relative}.lk-focused-participant .lk-pip-track{width:20%;height:auto;position:absolute;top:10px;right:10px}@media (width<=600px){.lk-focus-layout{grid-template-rows:5fr 1fr;grid-template-columns:1fr}.lk-carousel{order:1}}.lk-carousel{gap:var(--lk-grid-gap);max-height:100%;display:flex}.lk-carousel>*{aspect-ratio:16/10;scroll-snap-align:start;flex-shrink:0}.lk-carousel[data-lk-orientation=vertical]{scroll-snap-type:y mandatory;flex-direction:column;overflow:hidden auto}.lk-carousel[data-lk-orientation=vertical]>*{--lk-height-minus-gaps:calc(100% - calc(var(--lk-grid-gap) * calc(var(--lk-max-visible-tiles) - 1)));height:calc(var(--lk-height-minus-gaps)/var(--lk-max-visible-tiles))}.lk-carousel[data-lk-orientation=horizontal]{scroll-snap-type:x mandatory;overflow:auto hidden}.lk-carousel[data-lk-orientation=horizontal]>*{--lk-width-minus-gaps:calc(100% - var(--lk-grid-gap) * (var(--lk-max-visible-tiles) - 1));width:calc(var(--lk-width-minus-gaps)/var(--lk-max-visible-tiles))}.lk-connection-quality{width:1.5rem;height:1.5rem}.lk-track-muted-indicator-camera,.lk-track-muted-indicator-microphone{width:var(--lk-indicator-size,1rem);height:var(--lk-indicator-size,1rem);margin-inline-end:.25rem;transition:opacity .25s ease-in-out;position:relative}.lk-track-muted-indicator-camera[data-lk-muted=true]{opacity:.5}.lk-track-muted-indicator-microphone{--lk-bg:var(--lk-icon-mic)}.lk-track-muted-indicator-microphone[data-lk-muted=true]{opacity:.5}.lk-participant-name{font-size:.875rem}.lk-participant-media-video{object-fit:cover;object-position:center;background-color:#000;width:100%;height:100%}.lk-participant-media-video[data-lk-orientation=landscape]{object-fit:cover}.lk-participant-media-video[data-lk-orientation=portrait],.lk-participant-media-video[data-lk-source=screen_share]{object-fit:contain;background-color:var(--lk-bg2)}.lk-participant-media-audio{width:auto}[data-lk-facing-mode=user] .lk-participant-media-video[data-lk-local-participant=true][data-lk-source=camera]{transform:rotateY(180deg)}.lk-audio-visualizer{background:var(--lk-bg-control);aspect-ratio:16/9;border-radius:.5rem;justify-content:space-around;align-items:center;width:100%;height:100%;min-height:160px;display:flex}.lk-audio-visualizer>rect{fill:var(--lk-accent-bg);transition:transform .1s cubic-bezier(.19,.02,.09,1)}.lk-audio-visualizer>path{stroke:var(--lk-accent-bg);transition:all .1s cubic-bezier(.19,.02,.09,1)}.lk-audio-bar-visualizer{background:var(--lk-bg);justify-content:center;align-items:center;gap:var(--lk-va-bar-gap,24px);width:100%;height:100%;display:flex}.lk-audio-bar-visualizer>.lk-audio-bar{transform-origin:"center";height:100%;width:var(--lk-va-bar-width,12px);border-radius:var(--lk-va-bar-border-radius,32px);background-color:var(--lk-va-bar-bg,#8883);transition:background-color .25s ease-out}.lk-audio-bar-visualizer[data-lk-va-state=speaking]>.lk-audio-bar,.lk-audio-bar-visualizer>.lk-audio-bar.lk-highlighted,.lk-audio-bar-visualizer>[data-lk-highlighted=true]{background-color:var(--lk-fg,#888);transition:none}.lk-audio-bar-visualizer[data-lk-va-state=thinking]{transition:background-color .15s ease-out}.lk-participant-tile{--lk-speaking-indicator-width:2.5px;border-radius:var(--lk-border-radius);flex-direction:column;gap:.375rem;display:flex;position:relative;overflow:hidden}.lk-participant-tile:after{content:"";border-radius:var(--lk-border-radius);border:0px solid var(--lk-accent-bg);transition-property:border opacity;pointer-events:none;transition-duration:.4s;transition-delay:.5s;position:absolute;inset:0}.lk-participant-tile[data-lk-speaking=true]:not([data-lk-source=screen_share]):after{border-width:var(--lk-speaking-indicator-width);transition-duration:.2s;transition-delay:0s}.lk-participant-tile .lk-focus-toggle-button{border-radius:calc(var(--lk-border-radius)/2);opacity:0;background-color:#00000080;padding:.25rem;transition:opacity .2s ease-in-out .2s;position:absolute;top:.25rem;right:.25rem}.lk-participant-tile:hover .lk-focus-toggle-button,.lk-participant-tile:focus .lk-focus-toggle-button{opacity:1;transition-delay:0}.lk-participant-tile .lk-connection-quality{opacity:0;transition:opacity .2s ease-in-out .2s}.lk-participant-tile .lk-connection-quality[data-lk-quality=poor],.lk-participant-tile:hover .lk-connection-quality,.lk-participant-tile:focus .lk-connection-quality{opacity:1;transition-delay:0}.lk-participant-tile .lk-participant-placeholder{background-color:var(--lk-bg2);opacity:0;pointer-events:none;border-radius:var(--lk-border-radius);justify-content:center;align-items:center;transition:opacity .2s ease-in-out;display:flex;position:absolute;inset:0}.lk-participant-tile .lk-participant-placeholder svg{width:auto;height:100%;padding:10%}.lk-participant-tile[data-lk-video-muted=true][data-lk-source=camera] .lk-participant-placeholder{opacity:1}.lk-participant-metadata{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;line-height:1;display:flex;position:absolute;bottom:.25rem;left:.25rem;right:.25rem}.lk-participant-metadata-item{border-radius:calc(var(--lk-border-radius)/2);background-color:#00000080;align-items:center;padding:.25rem;display:flex}.lk-toast{background-color:var(--lk-bg);border:1px solid var(--lk-border-color);border-radius:var(--lk-border-radius);box-shadow:var(--lk-box-shadow);align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex;position:fixed;top:.75rem;left:50%;transform:translate(-50%)}.lk-spinner{animation:2s linear infinite lk-rotate}@keyframes lk-rotate{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.lk-room-container{background-color:var(--lk-bg);line-height:var(--lk-line-height)}.lk-room-container{--lk-has-imported-styles:"true";width:100%;height:100%;position:relative}.lk-room-container [class^=lk-],.lk-room-container [class*=\ lk-]{box-sizing:border-box}.lk-audio-conference{width:100%;height:100%;position:relative}.lk-audio-conference-stage{grid-template-columns:repeat(3,1fr);gap:10px;width:100%;height:100%;display:grid}.lk-chat{grid-template-rows:var(--lk-chat-header-height) 1fr var(--lk-control-bar-height);background-color:var(--lk-bg2);border-left:1px solid var(--lk-border-color);align-items:end;width:max(200px,55ch);display:grid}.lk-chat-header{height:var(--lk-chat-header-height);justify-content:center;align-items:center;padding:.75rem;display:flex;position:relative}.lk-chat-header .lk-close-button{background-color:#0000;position:absolute;right:0;transform:translate(-50%)}.lk-chat-header .lk-close-button:hover{background-color:var(--lk-control-active-hover-bg)}.lk-chat-messages{flex-direction:column;gap:.25rem;width:100%;max-height:100%;display:flex;overflow:auto}.lk-chat-entry{flex-direction:column;gap:.25rem;margin:0 .25rem;display:flex}.lk-chat-entry .lk-meta-data{color:var(--lk-fg5);white-space:nowrap;padding:0 .3rem;font-size:.75rem;display:flex}.lk-chat-entry .lk-meta-data .lk-participant-name{margin-top:1rem}.lk-chat-entry .lk-meta-data .lk-timestamp{align-self:flex-end;margin-left:auto}.lk-chat-entry .lk-edit-button{float:right;background:0 0;border-radius:0;margin:0;padding:0 .25rem;font-size:12px}.lk-chat-entry .lk-message-body{word-break:break-word;border-radius:15px;width:fit-content;max-width:calc(100% - 32px);padding:.25rem .75rem;display:inline-block}.lk-chat-entry[data-lk-message-origin=local] .lk-message-body{background-color:var(--lk-bg5)}.lk-chat-entry[data-lk-message-origin=remote] .lk-message-body{background-color:var(--lk-accent4)}.lk-chat-entry a{color:inherit;text-decoration:underline}.lk-chat-entry *{margin-block:.25em}.lk-chat-entry:last-child{margin-bottom:.25rem}.lk-chat-form{border-top:1px solid var(--lk-border-color);max-height:var(--lk-control-bar-height);gap:.75rem;padding:.75rem;display:flex}.lk-chat-form-input{font-size:inherit;line-height:inherit;width:100%}@media (width<=600px){.lk-chat{max-width:100%;top:0;right:0;bottom:var(--lk-control-bar-height);position:fixed}}.lk-control-bar,.lk-agent-control-bar{border-top:1px solid var(--lk-border-color);max-height:var(--lk-control-bar-height);justify-content:center;align-items:center;gap:.5rem;padding:.75rem;display:flex}.lk-agent-control-bar{height:var(--lk-control-bar-height);--lk-bg:transparent;--lk-va-bar-width:2px;--lk-va-bar-gap:4px;--lk-va-bar-border-radius:1px}.lk-agent-control-bar .lk-audio-bar-visualizer .lk-audio-bar.lk-highlighted{filter:none}.lk-prejoin{background-color:var(--lk-bg);line-height:var(--lk-line-height)}[data-lk-theme]{font-size:var(--lk-font-size);font-family:var(--lk-font-family);color:var(--lk-fg)}[data-lk-theme] .lk-list{margin:0;padding:0;list-style:none}[data-lk-theme] .lk-form-control{font-family:var(--lk-font-family);background-color:var(--lk-control-bg);border:1px solid var(--lk-border-color);border-radius:var(--lk-border-radius);padding:.625rem 1rem}.lk-prejoin{box-sizing:border-box;background-color:var(--lk-bg);flex-direction:column;align-items:stretch;gap:1rem;width:min(100%,480px);margin-inline:auto;padding:1rem;display:flex}.lk-prejoin .lk-video-container{aspect-ratio:16/10;border-radius:var(--lk-border-radius);background-color:#000;width:100%;height:auto;position:relative;overflow:hidden}.lk-prejoin .lk-video-container video,.lk-prejoin .lk-video-container .lk-camera-off-note{object-fit:cover;width:100%;height:100%;display:block}.lk-prejoin .lk-video-container video[data-lk-facing-mode=user]{transform:rotateY(180deg)}.lk-prejoin .lk-video-container .lk-camera-off-note{aspect-ratio:16/10;background-color:#000;place-items:center;width:100%;display:grid;position:absolute;top:0;left:0}.lk-prejoin .lk-video-container .lk-camera-off-note>*{max-width:100%;height:70%}.lk-prejoin .lk-audio-container{display:none}.lk-prejoin .lk-audio-container audio{width:100%;height:auto}.lk-prejoin .lk-button-group-container{flex-wrap:nowrap;gap:1rem;display:flex}.lk-prejoin .lk-button-group-container>.lk-button-group{width:50%}.lk-prejoin .lk-button-group-container>.lk-button-group>.lk-button{justify-content:left}.lk-prejoin .lk-button-group-container>.lk-button-group>.lk-button:first-child{width:100%}@media (width<=400px){.lk-prejoin .lk-button-group-container{flex-wrap:wrap}.lk-prejoin .lk-button-group-container>.lk-button-group{width:100%}}.lk-prejoin .lk-username-container{flex-direction:column;gap:1rem;width:100%;max-width:100%;display:flex}.lk-prejoin .lk-join-button{--lk-control-fg:var(--lk-accent-fg);--lk-control-bg:var(--lk-accent-bg);--lk-control-hover-bg:var(--lk-accent2);--lk-control-active-bg:var(--lk-accent3);--lk-control-active-hover-bg:var(--lk-accent4);background-color:var(--lk-control-bg)}.lk-prejoin .lk-join-button:hover{background-color:var(--lk-control-hover-bg)}.lk-focus-layout-wrapper,.lk-grid-layout-wrapper{width:100%;height:calc(100% - var(--lk-control-bar-height));justify-content:center;display:flex;position:relative}.lk-grid-layout-wrapper{flex-direction:column;align-items:center}.lk-focus-layout-wrapper{align-items:stretch}.lk-video-conference{align-items:stretch;height:100%;display:flex;position:relative}.lk-video-conference-inner{flex-direction:column;align-items:stretch;width:100%;display:flex}.lk-settings-menu-modal{background:var(--lk-bg);border-radius:var(--lk-border-radius);padding:1rem;background-color:var(--lk-bg);border:1px solid var(--lk-border-color);border-radius:var(--lk-border-radius);box-shadow:var(--lk-box-shadow);flex-direction:column;align-items:center;gap:.5rem;min-width:50vw;max-width:100%;min-height:50vh;max-height:100%;padding:.75rem 1.25rem;display:flex;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}
