.lk-video-conference{height:100vh;display:flex;flex-direction:column;background:#0a0a0a;position:relative;overflow:hidden}.lk-focus-layout,.lk-grid-layout{transition:all .3s ease}[data-lk-theme] .lk-layout{height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.lk-layout>div:first-child{flex:1;overflow:hidden;min-height:0}.lk-participant-tile{border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.3);transition:transform .2s ease,box-shadow .2s ease;animation:participantEnter .3s ease-out}.lk-participant-tile:hover{transform:scale(1.02);box-shadow:0 4px 12px rgba(0,0,0,.5)}.lk-participant-metadata{background:linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent);padding:16px 12px 8px}.lk-participant-name{font-size:14px;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.8)}.lk-focus-toggle-button{display:none!important}.lk-focus-layout{min-height:300px}.lk-focus-layout.lk-focus-layout--collapsed{flex:1!important;min-height:300px!important}.lk-focus-layout.lk-focus-layout--collapsed .lk-participant-tiles{flex:0 0 320px!important;min-width:280px!important}.lk-focus-layout-container{min-height:280px;display:flex!important;flex-direction:column!important}.lk-grid-layout{padding:1rem;gap:.5rem;flex:1;overflow:auto;max-height:calc(100vh - var(--lk-control-bar-height, 70px))}.lk-grid-layout:has(.lk-participant-tile:only-child){display:flex;align-items:center;justify-content:center}.lk-grid-layout:has(.lk-participant-tile:only-child) .lk-participant-tile{width:min(90vw,1200px);height:min(calc(100vh - var(--lk-control-bar-height) - 6rem),800px);max-width:100%;max-height:100%}.lk-grid-layout:has(.lk-participant-tile:nth-child(2):last-child){display:grid;grid-template-columns:1fr 1fr;align-content:center;gap:1rem}.lk-grid-layout:has(.lk-participant-tile:nth-child(3):last-child){display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;align-content:center;gap:1rem}.lk-grid-layout:has(.lk-participant-tile:nth-child(3):last-child) .lk-participant-tile:first-child{grid-row:1/3}.lk-grid-layout:has(.lk-participant-tile:nth-child(4):last-child){display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;max-width:1400px;margin:0 auto;gap:1rem}.lk-grid-layout:has(.lk-participant-tile:nth-child(5)){display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-content:center;gap:.75rem}.lk-participant-tile{min-height:150px;background:#1a1a1a}.lk-focus-layout-wrapper{display:flex!important;flex-direction:column!important}.lk-focus-layout,.lk-focus-layout-wrapper{height:100%!important;width:100%!important;overflow:hidden!important}.lk-focus-layout{display:grid!important;grid-template-columns:320px 1fr!important;grid-template-rows:1fr!important;gap:0!important;padding:0!important;flex:1;max-height:calc(100vh - var(--lk-control-bar-height, 70px))}.lk-focus-layout>:first-child{grid-column:1!important;grid-row:1!important;width:320px!important;height:100%!important;background:rgba(0,0,0,.9)!important;border-right:1px solid hsla(0,0%,100%,.1)!important;padding:12px!important;overflow-y:auto!important;overflow-x:hidden!important}.lk-focus-layout>:last-child{grid-column:2!important;grid-row:1!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#000!important;padding:16px!important;min-width:0!important;height:100%!important}.lk-carousel-layout{display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important;height:100%!important}.lk-carousel-layout .lk-participant-tile{width:100%!important;height:180px!important;min-height:140px!important;flex-shrink:0!important}.lk-focus-layout>:last-child video{max-width:100%!important;max-height:100%!important;-o-object-fit:contain!important;object-fit:contain!important}.lk-control-bar{background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.8));position:sticky;bottom:0;z-index:50;flex-shrink:0;width:100%;margin-top:auto}[data-lk-theme] .lk-control-bar{position:sticky!important;bottom:0!important;z-index:100!important}.lk-video-conference:has(.lk-chat[style*=grid]){display:grid!important;grid-template-columns:1fr 350px!important;gap:0!important;height:100vh!important;overflow:hidden!important}.lk-video-conference:has(.lk-chat[style*=grid]) .lk-video-conference-inner{grid-column:1!important;min-width:0!important}.lk-video-conference-inner{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.lk-chat[style*=grid]{grid-column:2!important;width:350px!important;height:100%!important;background:var(--lk-bg2,rgba(25,25,25,.9))!important;border-left:1px solid hsla(0,0%,100%,.1)!important;flex-direction:column!important;overflow:hidden!important}.lk-chat[style*=none]{display:none!important;visibility:hidden!important;width:0!important;height:0!important;overflow:hidden!important}.lk-chat-header{padding:1rem!important;border-bottom:1px solid hsla(0,0%,100%,.1)!important;display:flex!important;justify-content:space-between!important;align-items:center!important;flex-shrink:0!important}.lk-chat-messages{flex:1 1 auto!important;overflow-y:auto!important;padding:1rem!important;min-height:0!important}.lk-chat-form{padding:1rem!important;border-top:1px solid hsla(0,0%,100%,.1)!important;flex-shrink:0!important}.lk-video-conference:has(.lk-chat[style*=grid]) .lk-focus-layout{grid-template-columns:280px 1fr!important}.lk-video-conference:has(.lk-chat[style*=grid]) .lk-focus-layout>:first-child{width:280px!important}.lk-chat[style*=grid],.lk-video-conference,.lk-video-conference-inner{transition:all .3s ease!important}.lk-chat{display:none!important}.lk-chat[style*=grid]{display:flex!important}.lk-control-bar .lk-chat-toggle[data-lk-unread-msgs]:after{content:attr(data-lk-unread-msgs);position:absolute;top:-8px;right:-8px;background:#f44;color:#fff;border-radius:10px;padding:2px 6px;font-size:11px;font-weight:700;min-width:18px;text-align:center}.lk-control-bar button{transition:background-color .2s ease,transform .2s ease}.lk-control-bar button:hover{background-color:hsla(0,0%,100%,.1)}.lk-control-bar .lk-button .lk-icon{width:1.25rem;height:1.25rem}.lk-control-bar button[data-lk-muted=true]{background-color:rgba(239,68,68,.2)}.lk-participant-tile[data-lk-speaking=true]{box-shadow:0 0 0 3px rgba(59,130,246,.5)}.lk-connection-quality{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.6);padding:4px 8px;border-radius:4px;font-size:12px}@keyframes participantEnter{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lk-device-menu{z-index:9999!important}[data-lk-theme] .lk-device-menu>ul,[data-lk-theme] .lk-dropdown{z-index:10000!important;pointer-events:auto!important}[data-lk-theme] .lk-dropdown button,[data-lk-theme] .lk-dropdown li,[data-lk-theme] .lk-list li{pointer-events:auto!important;cursor:pointer!important}.lk-media-device-menu{position:relative}.lk-media-device-menu ul{position:absolute!important;z-index:10001!important;pointer-events:auto!important}@media (max-width:768px){.lk-focus-layout,.lk-focus-layout.lk-focus-layout--collapsed{min-height:200px!important}.lk-grid-layout{padding:.5rem;gap:.25rem}.lk-grid-layout:has(.lk-participant-tile:nth-child(2):last-child){grid-template-columns:1fr;grid-template-rows:1fr 1fr}.lk-grid-layout:has(.lk-participant-tile:nth-child(3):last-child){grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.lk-grid-layout:has(.lk-participant-tile:nth-child(3):last-child) .lk-participant-tile:first-child{grid-row:auto}.lk-grid-layout:has(.lk-participant-tile:nth-child(3):last-child) .lk-participant-tile:nth-child(3){grid-column:1/3}.lk-participant-metadata{padding:12px 8px 6px}.lk-participant-name{font-size:12px}.lk-focus-layout{grid-template-columns:1fr!important;grid-template-rows:1fr auto!important}.lk-focus-layout>:first-child{grid-column:1!important;grid-row:2!important;width:100%!important;height:120px!important;border-left:none!important;border-top:1px solid hsla(0,0%,100%,.1)!important;padding:8px!important}.lk-focus-layout>:last-child{grid-column:1!important;grid-row:1!important;min-height:300px!important}.lk-carousel-layout{flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;height:100%!important}.lk-carousel-layout .lk-participant-tile{width:120px!important;min-width:120px!important;height:100%!important;margin-bottom:0!important;margin-right:8px!important;flex-shrink:0!important}.device-menu-popup{position:absolute;bottom:100%;left:0;right:0;margin-bottom:.5rem;background:rgba(0,0,0,.95);border:1px solid hsla(0,0%,100%,.1);border-radius:.5rem;overflow:hidden;z-index:50000!important;min-width:200px;max-height:300px;overflow-y:auto;pointer-events:auto!important;isolation:isolate}.device-menu-popup ul{margin:0;padding:0;list-style:none}.device-menu-popup li{padding:.75rem 1rem;cursor:pointer!important;transition:background-color .2s ease;border-bottom:1px solid hsla(0,0%,100%,.05);color:#fff;font-size:.875rem;pointer-events:auto!important;position:relative;z-index:50001!important}.device-menu-popup li:last-child{border-bottom:none}.device-menu-popup li:hover{background-color:hsla(0,0%,100%,.1)}.device-menu-popup li[data-active=true]{background-color:rgba(124,58,237,.5)}.chevron{transition:transform .2s ease}.chevron.chevron-down{transform:rotate(180deg)}.lk-button-group{position:relative}.device-selector-button{margin-left:-1px!important;border-left:1px solid hsla(0,0%,100%,.1)!important}.lk-video-conference:has(.lk-chat[style*=grid]){grid-template-columns:1fr!important}.lk-chat[style*=grid]{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;z-index:100!important;border-left:none!important}.lk-chat-header .lk-close-button{display:block!important}}
/*# sourceMappingURL=9116093593f164e3.css.map*/