*{box-sizing:border-box;margin:0;padding:0}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-primary:#0f1419;--bg-secondary:#1a2028;--bg-tertiary:#2a323d;--text-primary:#e6edf3;--text-secondary:#8b96a5;--accent:#4f9eff;--accent-hover:#6badff;--error:#ff5757;--success:#4ade80;--border:#2a323d;--radius:8px;--shadow:0 2px 8px #0000004d}html,body,#root{width:100%;height:100%}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;line-height:1.5}.app{width:100%;height:100%}.app--loading{color:var(--text-secondary);justify-content:center;align-items:center;font-size:18px;display:flex}.auth-page{background:var(--bg-primary);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-page__header{text-align:center;margin-bottom:32px}.auth-page__logo{filter:drop-shadow(0 4px 16px #4f9eff59);pointer-events:none;-webkit-user-select:none;user-select:none;width:clamp(112px,20vw,168px);height:auto;margin:0 auto 16px;display:block}.auth-page__header h1{margin-bottom:8px;font-size:32px;font-weight:700}.auth-page__subtitle{color:var(--text-secondary);font-size:14px}.auth-page__form{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:400px;box-shadow:var(--shadow);padding:32px}.auth-page__title{text-align:center;margin-bottom:24px;font-size:24px;font-weight:600}.auth-page__field{flex-direction:column;margin-bottom:16px;display:flex}.auth-page__field span{color:var(--text-secondary);margin-bottom:6px;font-size:13px}.auth-page__field input{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);padding:10px 12px;font-size:14px;transition:border-color .2s}.auth-page__field input:focus{border-color:var(--accent);outline:none}.auth-page__field input:disabled{opacity:.6;cursor:not-allowed}.auth-page__checkbox{cursor:pointer;color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:20px;font-size:14px;display:flex}.auth-page__checkbox input[type=checkbox]{cursor:pointer;width:16px;height:16px}.auth-page__error{border:1px solid var(--error);border-radius:var(--radius);color:var(--error);background:#ff57571a;margin-bottom:16px;padding:12px;font-size:13px}.auth-page__submit{background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;width:100%;margin-bottom:16px;padding:12px;font-size:15px;font-weight:600;transition:background .2s}.auth-page__submit:hover:not(:disabled){background:var(--accent-hover)}.auth-page__submit:disabled{opacity:.6;cursor:not-allowed}.auth-page__links{justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.auth-page__text{color:var(--text-secondary)}.auth-page__link{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;text-decoration:underline}.auth-page__link:hover:not(:disabled){color:var(--accent-hover)}.auth-page__link:disabled{opacity:.5;cursor:not-allowed}.auth-page__notice{color:var(--text-primary);background:#4f9eff1f;border:1px solid #4f9eff59;border-radius:8px;margin-bottom:.75rem;padding:.65rem .75rem;font-size:.85rem}.auth-page__password-wrap{align-items:center;display:flex;position:relative}.auth-page__password-wrap input{width:100%;padding-right:2.5rem}.auth-page__password-toggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.35rem;display:inline-flex;position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.auth-page__password-toggle:hover{color:var(--text-primary)}.auth-page__divider{color:var(--text-secondary)}.lobby{flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:100dvh;padding:2rem;display:flex}.lobby__header{text-align:center}.lobby__logo{filter:drop-shadow(0 4px 16px #4f9eff59);pointer-events:none;-webkit-user-select:none;user-select:none;width:clamp(160px,26vw,224px);height:auto;margin:0 auto .85rem;display:block}.lobby__header h1{background:linear-gradient(135deg, var(--accent) 0%, #6badff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.lobby__subtitle{color:var(--text-secondary);font-size:1rem}.lobby__form{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:400px;box-shadow:var(--shadow);flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.lobby__field{flex-direction:column;gap:.5rem;display:flex}.lobby__field span{color:var(--text-secondary);font-size:.85rem;font-weight:500}.lobby__field input{background:var(--bg-primary);border:1px solid var(--border);color:var(--text-primary);border-radius:var(--radius);padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .15s}.lobby__field input:focus{border-color:var(--accent);outline:none}.lobby__field input:disabled{opacity:.5;cursor:not-allowed}.lobby__error{color:var(--error);border-radius:var(--radius);white-space:pre-line;background:#ff57571a;border:1px solid #ff57574d;padding:.75rem 1rem;font-size:.9rem}.lobby__invite{color:var(--text-primary);border-radius:var(--radius);background:#4f9eff1a;border:1px solid #4f9eff59;padding:.75rem 1rem;font-size:.9rem;line-height:1.45}.lobby__invite strong{color:var(--accent);font-weight:600}.lobby__submit{background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.85rem 1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background .15s}.lobby__submit:hover:not(:disabled){background:var(--accent-hover)}.lobby__submit:disabled{opacity:.5;cursor:not-allowed}.lobby__hint{color:var(--text-secondary);text-align:center;margin-top:.5rem;font-size:.85rem}.room{background:var(--bg-primary);flex-direction:column;width:100%;height:100dvh;display:flex}.room__stage{flex:auto;min-height:0;position:relative;overflow:hidden}.room__control-bar{-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border);background:#0f1419d9;flex:none;justify-content:center;align-items:center;gap:.35rem;padding:.75rem 1rem;display:flex}.room__control-bar__spacer{flex:0 0 2rem}.room__btn{background:var(--bg-tertiary);min-height:40px;color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius);font:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;padding:.45rem .7rem;font-size:.95rem;font-weight:500;transition:background .15s,border-color .15s,transform 50ms;display:inline-flex;position:relative}.room__btn:hover{background:#34404f;border-color:#3a4654}.room__btn:active{transform:translateY(1px)}.room__btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.room__btn[data-tooltip]{position:relative}@media (hover:hover){.room__btn[data-tooltip]:hover:after,.room__btn[data-tooltip]:focus-visible:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;pointer-events:none;z-index:99999;background:#0f1419f2;border:1px solid #4f9eff66;border-radius:4px;padding:.35rem .55rem;font-size:.78rem;font-weight:500;animation:.15s ease-out room-tooltip-in;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.room__btn[data-tooltip]:hover:before,.room__btn[data-tooltip]:focus-visible:before{content:"";pointer-events:none;z-index:99999;border-top:5px solid #4f9eff66;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;position:absolute;bottom:calc(100% + 3px);left:50%;transform:translate(-50%)}}@keyframes room-tooltip-in{0%{opacity:0;transform:translate(-50%,4px)}to{opacity:1;transform:translate(-50%)}}.room__btn--toggle.is-off{background:var(--bg-tertiary);color:var(--text-secondary)}.room__btn--toggle.is-on svg line,.room__btn--toggle.is-on svg path,.room__btn--toggle.is-on svg circle,.room__btn--toggle.is-on svg polyline{stroke-width:2px}.room__btn--mic.is-on{box-shadow:0 0 12px #63c8821a;background:#63c88226!important;border-color:#63c8824d!important}.room__btn--mic.is-on:hover{background:#63c88238!important;border-color:#63c88266!important}.room__btn--mic.is-on svg line[stroke=\#63c882]{stroke:#63c882!important;stroke-width:3px!important;fill:none!important}.room__btn--camera.is-on{box-shadow:0 0 12px #63c8821a;background:#63c88226!important;border-color:#63c8824d!important}.room__btn--camera.is-on:hover{background:#63c88238!important;border-color:#63c88266!important}.room__btn--camera.is-on svg path[stroke=\#63c882],.room__btn--camera.is-on svg circle[stroke=\#63c882]{stroke:#63c882!important;fill:none!important}.room__btn--camera.is-on svg circle{fill:#63c88233!important}.room__btn--screen-share.is-on{box-shadow:0 0 12px #f5c8421a;background:#f5c8421f!important;border-color:#f5c84240!important}.room__btn--screen-share.is-on:hover{background:#f5c8422e!important}.room__btn--screen-share.is-on .room__screen-share-icon{filter:brightness(1.18)saturate(1.1)}.room__btn--hand.is-on{color:#e6edf3;box-shadow:0 0 12px #4fa0ff1a;background:#4fa0ff2e!important;border-color:#4fa0ff59!important}.room__btn--hand.is-on:hover{color:#e6edf3;background:#4fa0ff42!important;border-color:#4fa0ff73!important}.room__btn--hand .room__hand-icon{color:#4fa0ff}.room__btn--hand.is-on .room__hand-icon,.room__btn--hand.is-on svg path,.room__btn--hand .room__hand-icon path{color:#4fa0ff;stroke:#4fa0ff!important}.room__btn--participants.is-on{box-shadow:0 0 12px #4fa0ff1a;background:#4fa0ff2e!important;border-color:#4fa0ff59!important}.room__btn--participants.is-on:hover{background:#4fa0ff42!important}.room__people-icon circle,.room__people-icon path{fill:none!important;stroke:#4fa0ff!important}.room__btn--participants.is-on .room__people-icon circle,.room__btn--participants.is-on .room__people-icon path,.room__btn--unified.is-on .room__people-icon circle,.room__btn--unified.is-on .room__people-icon path{stroke:#4fa0ff!important;stroke-width:2px!important}.room__btn--record.is-on{color:#fca5a5;box-shadow:0 0 12px #ef44441a;background:#ef44442e!important;border-color:#ef444459!important}.room__btn--record.is-on svg circle[stroke=\#ef4444],.room__btn--record svg circle[stroke=\#ef4444]{stroke:#ef4444!important;fill:none!important}.room__btn--record.is-on svg circle[stroke=\#ef4444]{stroke-width:2px!important}.room__btn--record.is-on .room__record-icon circle[fill=\#ef4444]{r:2.5;fill:#ef4444!important}.room__btn--chat.is-on{box-shadow:0 0 12px #63c8821a;background:#63c88226!important;border-color:#63c8824d!important}.room__btn--chat.is-on:hover{background:#63c88238!important}.room__chat-icon circle{fill:#63c882!important}.room__btn--chat.is-on .room__chat-icon{transform-origin:50%;transform:scale(1.12)}.room__btn--unified.is-on{box-shadow:0 0 12px #4fa0ff1a;background:#4fa0ff2e!important;border-color:#4fa0ff59!important}.room__btn--toggle.is-on svg [stroke=\#63c882],.room__btn--mic svg [stroke=\#63c882],.room__btn--camera svg [stroke=\#63c882]{stroke:#63c882!important}.room__btn--toggle.is-on svg [fill=\#63c882]{fill:#63c882!important}.room__screen-share-icon path{fill:url(#duotone-screen)!important}.room__btn--leave{background:var(--error);border-color:var(--error);color:#fff}.room__btn--leave:hover{background:#ff6f6f;border-color:#ff6f6f}.room__camera-wrap{align-items:stretch;display:flex;position:relative}.room__camera-menu{z-index:99999;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;forced-color-adjust:none;border-radius:.5rem;flex-direction:column;gap:.2rem;min-width:180px;padding:.35rem;display:flex;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #000000d9;background:#1a2028!important;border:2px solid #4a5568!important}.room__camera-menu-item{cursor:pointer;text-align:left;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;appearance:none;text-shadow:0 1px 2px #000c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border-radius:.4rem;justify-content:space-between;align-items:center;gap:.75rem;min-height:48px;padding:.85rem 1.1rem;font-family:inherit;font-weight:500;display:flex;color:#fff!important;background:#1a2028!important;border:none!important;font-size:1.125rem!important}.room__camera-menu-item:hover,.room__camera-menu-item:focus-visible{outline:none;color:#fff!important;background:#2a323d!important}.room__camera-menu-item.is-active{font-weight:600;color:#4f9eff!important}.room__camera-menu-check{flex:none;font-size:1.1rem;line-height:1;color:#4f9eff!important}.room__bg-wrap{align-items:stretch;display:flex;position:relative}.room__bg-menu{min-width:200px}.room__bg-menu-label{align-items:center;gap:.5rem;display:inline-flex}.room__bg-menu-thumb{object-fit:cover;border:1px solid #ffffff40;border-radius:3px;flex:none;width:28px;height:16px}.room__bg-toast{white-space:nowrap;color:#ffd4d4;z-index:99999;pointer-events:none;background:#3a1f1f;border:1px solid #c45c5c;border-radius:.4rem;max-width:240px;padding:.4rem .65rem;font-size:.75rem;position:absolute;bottom:calc(100% + .4rem);left:50%;transform:translate(-50%)}.room__btn svg,.room__btn [data-lk-icon]{flex:none;width:20px;height:20px}.room__btn--hand>span[aria-hidden]{font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Twemoji Mozilla,EmojiOne Color,emoji,sans-serif;font-size:18px;line-height:1;display:inline-block}@media (max-width:600px){.room__control-bar{grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:.25rem;padding:.5rem .3rem;display:grid}.room__btn{min-height:36px;padding:.35rem .5rem;font-size:.78rem}.room__btn svg,.room__btn [data-lk-icon]{width:18px;height:20px}.room__control-bar__spacer{flex-basis:100%;height:0}}.room__btn-divider{color:var(--text-secondary);opacity:.7;margin:0 .1rem;font-size:.9rem;font-weight:400;line-height:1;display:inline-block}.room__btn--unified.is-on .room__btn-divider{color:#ffffffe6;opacity:1}.room__btn--record{gap:.4rem}.room__btn--record .room__record-icon{flex:none;width:20px;height:20px}.room__record-icon-circle{fill:#6b7280;transition:fill .15s}.room__btn--record.is-on{color:#fca5a5;animation:1.6s ease-in-out infinite room-record-pulse;box-shadow:0 0 12px #ef44441a;background:#ef44442e!important;border-color:#ef444459!important}.room__btn--record.is-on:hover{background:#ef444447!important}.room__btn--record.is-on .room__record-icon-circle{fill:#ef4444}.room__btn--record.is-off .room__record-icon-circle{fill:#8b96a5}.room__btn--record-label{font-variant-numeric:tabular-nums;white-space:nowrap}.room__btn-facing-badge{color:#fff;letter-spacing:.04em;pointer-events:none;text-shadow:0 1px 1px #0006;background:#4f9effd9;border-radius:8px;padding:1px 5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:9px;font-weight:700;line-height:1.3;position:absolute;bottom:3px;right:4px}.room__btn-facing-badge[data-facing=user]{background:#22c55ed9}.room__btn-facing-badge[data-facing=environment]{background:#4f9effd9}@keyframes room-record-pulse{0%,to{background:#ef44442e}50%{background:#ef444452}}.room__recording-badge{color:#fca5a5;white-space:nowrap;font-variant-numeric:tabular-nums;background:#ef44442e;border:1px solid #ef444480;border-radius:999px;align-items:center;gap:.4rem;margin-left:.5rem;margin-right:auto;padding:.2rem .55rem;font-size:.78rem;font-weight:600;display:inline-flex}.room__recording-badge.is-saving{color:#fde68a;background:#fbbf242e;border-color:#fbbf2480;animation:none}.room__recording-badge.is-starting{color:#fde68a;background:#fbbf242e;border-color:#fbbf248c}.room__recording-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite room-record-blink;display:inline-block}.room__recording-badge.is-saving .room__recording-dot,.room__recording-badge.is-starting .room__recording-dot{background:#fbbf24}.room__recording-badge.is-saving .room__recording-dot{animation:none}@keyframes room-record-blink{0%,to{opacity:1}50%{opacity:.35}}.room__recording-warning,.room__recording-error{border-radius:var(--radius);margin:0 .5rem .5rem;padding:.55rem .85rem;font-size:.85rem;line-height:1.4}.room__recording-warning{color:#fde68a;background:#fbbf241f;border:1px solid #fbbf2459}.room__recording-error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444459}@media (max-width:600px){.room__btn--record-mobile svg.room__record-icon{width:28px;height:28px}}@media (min-width:601px) and (max-width:768px){.room__control-bar{grid-template-columns:repeat(4,minmax(0,1fr));gap:.4rem;padding:.25rem .4rem;display:grid}}@media (min-width:769px) and (max-width:1024px){.room__stage-inner{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.room__main,.room--panels-chat-participants .room__main{grid-template-columns:1fr 280px}.room__control-bar{gap:.4rem;padding:.6rem .85rem}.room__btn{min-height:38px;padding:.4rem .65rem;font-size:.88rem}.room__btn svg,.room__btn [data-lk-icon]{width:19px;height:19px}.room__header{padding:.45rem .85rem}.room__brand{font-size:.92rem}.room__name{max-width:18ch;font-size:.88rem}}@media (max-width:768px){.room__control-bar__spacer{display:none}.room__control-bar button,.room__control-bar .room__btn,.room__control-bar .lk-button,.room__control-bar [role=button]{text-indent:-9999px;justify-content:center;align-items:center;gap:0;min-height:36px;line-height:0;position:relative;overflow:hidden;width:100%!important;min-width:0!important;height:36px!important;padding:0!important;font-size:0!important;display:flex!important}.room__control-bar button:not(.room__btn--leave):not(.lk-disconnect-button) :not(svg):not(path):not(circle):not(line):not(polyline):not(defs):not(linearGradient):not(stop):not([data-lk-icon]):not(.room__btn-divider):not(.room__btn-hand-emoji):not(.room__record-icon-circle):not(.room__chat-unread),.room__control-bar .lk-button:not(.lk-disconnect-button) :not(svg):not(path):not(circle):not(line):not(polyline):not(defs):not(linearGradient):not(stop):not([data-lk-icon]):not(.room__btn-divider):not(.room__btn-hand-emoji):not(.room__record-icon-circle):not(.room__chat-unread){display:none!important}.room__control-bar button>svg,.room__control-bar button>[data-lk-icon],.room__control-bar button [data-lk-icon]>svg,.room__control-bar .room__btn>svg,.room__control-bar .room__btn>[data-lk-icon],.room__control-bar .room__btn [data-lk-icon]>svg,.room__control-bar .lk-button>svg,.room__control-bar .lk-button>[data-lk-icon],.room__control-bar .lk-button [data-lk-icon]>svg{flex:none;visibility:visible!important;opacity:1!important;width:24px!important;min-width:0!important;max-width:none!important;height:24px!important;min-height:0!important;max-height:none!important;fill:var(--text-primary)!important;color:var(--text-primary)!important;text-indent:0!important;margin:0!important;padding:0!important;display:inline-block!important;position:static!important;inset:auto!important}.room__control-bar .room__people-icon circle,.room__control-bar .room__people-icon path{fill:none!important;stroke:#4fa0ff!important}.room__control-bar .room__hand-icon path,.room__control-bar .room__btn--hand.is-on svg path{stroke:#4fa0ff!important}.room__control-bar .room__btn--toggle.is-on svg [stroke=\#63c882],.room__control-bar svg line[stroke=\#63c882],.room__control-bar svg circle[stroke=\#63c882],.room__control-bar svg path[stroke=\#63c882]{stroke:#63c882!important;fill:none!important}.room__control-bar .room__chat-icon circle{fill:#63c882!important}.room__control-bar .room__screen-share-icon path{fill:url(#duotone-screen)!important}.room__control-bar .room__record-icon circle[fill=\#ef4444],.room__control-bar .room__record-icon circle[style*=ef4444]{fill:#ef4444!important}.room__control-bar .room__record-icon circle[stroke=\#ef4444]{stroke:#ef4444!important;fill:none!important}.room__control-bar .lk-button>svg:not([viewBox]),.room__control-bar .room__btn>svg:not([viewBox]),.room__control-bar button>svg:not([viewBox]){display:none!important}.room__control-bar button.room__btn--unified>svg,.room__control-bar button.room__btn--unified>[data-lk-icon],.room__control-bar .room__btn--unified>svg,.room__control-bar .room__btn--unified>[data-lk-icon]{margin:0;width:16px!important;height:16px!important;position:static!important}.room__control-bar .room__btn--unified,.room__control-bar button.room__btn--unified{gap:6px;line-height:0;text-indent:0!important;font-size:0!important}.room__control-bar .room__btn-divider,.room__control-bar button .room__btn-divider{color:var(--text-secondary);opacity:.7;border-left:1px solid #ffffff38;margin:0;padding:0 5px;text-indent:0!important;font-size:.95rem!important;line-height:1!important;position:static!important}.room__control-bar .room__btn--leave,.room__control-bar .lk-disconnect-button{gap:.4rem;min-height:32px;line-height:1.2;text-indent:0!important;flex:0 0 100%!important;grid-column:1/-1!important;justify-self:stretch!important;width:100%!important;height:32px!important;padding:0 .5rem!important;font-size:.85rem!important}.room__control-bar .room__btn--leave>svg,.room__control-bar .room__btn--leave>[data-lk-icon],.room__control-bar .lk-disconnect-button>svg,.room__control-bar .lk-disconnect-button>[data-lk-icon]{margin:0;fill:#fff!important;width:20px!important;height:20px!important;position:static!important}.room__control-bar .room__btn--leave>:not(svg):not([data-lk-icon]),.room__control-bar .lk-disconnect-button>:not(svg):not([data-lk-icon]){clip:auto;white-space:normal;width:auto;height:auto;margin:0;line-height:1.2;position:static;overflow:visible;text-indent:0!important;font-size:.85rem!important;display:inline!important}}.room__header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);background:#0f1419e6;flex:none;justify-content:space-between;align-items:center;gap:1rem;padding:.45rem 1rem;display:flex}.room__media-error{color:var(--text-primary);background:#ff57571f;border-bottom:1px solid #ff575759;flex:none;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.room__media-error-text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.room__media-error-text strong{color:var(--error);font-size:.9rem}.room__media-error-text span{color:var(--text-secondary);font-size:.85rem}.room__reconnect-banner{z-index:100000;text-align:center;-webkit-backdrop-filter:blur(8px);justify-content:center;align-items:center;gap:.6rem;padding:.55rem 1rem;font-size:.9rem;font-weight:600;animation:.18s ease-out room-reconnect-banner-in;display:flex;position:fixed;top:0;left:0;right:0}.room__reconnect-banner--reconnecting{color:#1a2028;background:#fb923ceb;border-bottom:1px solid #fb923c}.room__reconnect-banner--reconnected{color:#1a2028;background:#4ade80eb;border-bottom:1px solid #4ade80}.room__reconnect-spinner{border:2px solid #1a20284d;border-top-color:#1a2028;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite room-reconnect-spin;display:inline-block}.room__reconnect-check{color:#4ade80;background:#1a2028;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}@keyframes room-reconnect-banner-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes room-reconnect-spin{to{transform:rotate(360deg)}}.room__debug-overlay{z-index:100001;color:#e6edf3;-webkit-backdrop-filter:blur(8px);background:#0f1419eb;border:1px solid #4f9eff73;border-radius:6px;min-width:280px;max-width:360px;font-family:Cascadia Code,Fira Code,Source Code Pro,Menlo,Consolas,monospace;font-size:11px;line-height:1.45;position:fixed;bottom:1rem;left:1rem;box-shadow:0 8px 24px #00000080}.room__debug-overlay-header{color:#6badff;background:#4f9eff2e;border-bottom:1px solid #4f9eff59;justify-content:space-between;align-items:center;padding:.35rem .6rem;font-size:11px;display:flex}.room__debug-overlay-header strong{letter-spacing:.05em;text-transform:uppercase}.room__debug-overlay-close{color:#e6edf3;cursor:pointer;background:0 0;border:none;padding:0 .2rem;font-family:inherit;font-size:16px;line-height:1}.room__debug-overlay-close:hover{color:#6badff}.room__debug-overlay-body{white-space:pre;color:#e6edf3;margin:0;padding:.55rem .7rem;overflow-x:auto}.room__media-error-actions{flex:none;gap:.5rem;display:flex}.room__media-error-actions button{border-radius:var(--radius);background:var(--bg-tertiary);color:var(--text-primary);font:inherit;cursor:pointer;border:1px solid #ff575773;padding:.45rem .75rem;font-size:.82rem}.room__media-error-actions button:hover{background:#34404f}.room__media-error-actions .room__media-error-primary,.room__media-error-actions button.room__media-error-primary{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.room__media-error-actions button.room__media-error-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}@media (max-width:600px){.room__media-error{flex-direction:column;align-items:stretch;gap:.6rem}.room__media-error-actions{justify-content:flex-end}.room__header{gap:.5rem;padding:.4rem .75rem}.room__brand{font-size:.9rem}.room__name{max-width:16ch;font-size:.85rem}.room__status,.room__header-right .room__icon-btn{display:none}.room .participants__header{align-items:center;padding:.35rem .75rem}.room .participants__title{font-size:.9rem}.room .participants__counter{padding:.1rem .4rem;font-size:.7rem}.room .participants__list{padding:.25rem .4rem}.room .participants__row{border-bottom:1px solid #ffffff2e;padding:.5rem;box-shadow:inset 0 -1px #ffffff2e}.room .participants__list .participants__row:last-child{box-shadow:none;border-bottom:none}.room .participants__avatar{flex:0 0 24px;width:24px;height:24px;font-size:.75rem}.room .participants__name{font-size:.85rem}.room .participants__you{font-size:.7rem}.room .participants__state{margin-top:0;font-size:.65rem}.room .participants__row--raised{padding-left:calc(.4rem - 3px)}.room .participants__hand{font-size:1.1rem}.room .participants__invite{padding:.3rem .6rem}.room .participants__invite-title{margin:0 0 .2rem;font-size:.7rem}.room .participants__invite-input{padding:.3rem .5rem;font-size:.75rem}.room .participants__invite-btn{text-align:center;flex:100%;padding:.3rem .6rem;font-size:.75rem}}@media (min-width:601px){.room__header-right .room__icon-btn{display:inline-flex}}.room__header-left,.room__header-right{align-items:center;gap:.6rem;min-width:0;display:flex}.room__brand{background:linear-gradient(135deg, var(--accent) 0%, #6badff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.95rem;font-weight:700}.room__divider{color:var(--text-secondary);opacity:.5}.room__name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:24ch;font-size:.9rem;font-weight:600;overflow:hidden}.room__status{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:.4rem;font-size:.8rem;display:inline-flex}.room__status-dot{background:var(--success);border-radius:50%;width:8px;height:8px;transition:box-shadow .2s;display:inline-block;box-shadow:0 0 #4ade8066}.room__status-dot.is-active{box-shadow:0 0 0 4px #4ade8040}.room__icon-btn{width:32px;height:32px;color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.room__icon-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.room__icon-btn.is-active{background:var(--accent);border-color:var(--accent);color:#fff}.room__icon-btn svg{width:16px;height:16px}.room__icon-btn--chat,.room__btn--chat,.room__btn--unified{position:relative}.room__chat-unread{color:#fff;text-align:center;min-width:16px;height:16px;box-shadow:0 0 0 2px var(--bg-secondary,#0f1419);pointer-events:none;z-index:2;background:#ef4444;border-radius:999px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:-4px;right:-4px}.room__btn--chat .room__chat-unread,.room__btn--unified .room__chat-unread{top:2px;right:2px}.room__icon-btn.has-unread,.room__btn.has-unread{animation:1.4s ease-in-out infinite room-chat-unread-pulse}@keyframes room-chat-unread-pulse{0%,to{box-shadow:0 0 #ef44448c}50%{box-shadow:0 0 0 6px #ef444400}}@media (max-width:768px){.room__control-bar .room__btn--unified.has-unread,.room__control-bar .room__btn--chat.has-unread,.room__control-bar .room__btn--unified,.room__control-bar .room__btn--chat{overflow:visible!important}.room__control-bar .room__chat-unread{z-index:5;justify-content:center;align-items:center;text-indent:0!important;font-size:10px!important;line-height:16px!important;display:inline-flex!important;top:0!important;right:0!important}}.room>[data-lk-theme]{flex-direction:column;width:100%;height:100dvh;min-height:0;display:flex}.room{background:var(--bg-primary);flex-direction:column;width:100%;height:100dvh;min-height:0;display:flex}.room__main{flex:auto;grid-template:"stage"1fr/1fr;min-height:0;display:grid;position:relative;overflow:hidden}.room__main>.room__stage-wrap{grid-area:stage;justify-content:stretch;align-items:stretch;width:100%;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.room__main>aside.room__panel{border-left:1px solid var(--border);background:var(--bg-secondary);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}@media (min-width:769px){.room__main>aside.room__panel{z-index:100;width:340px;position:absolute;top:0;bottom:0;right:0}.room--panels-chat-participants .room__main{grid-template:"stage"1fr/1fr}.room--panels-chat-participants .room__main>aside.room__panel:first-of-type{border-top:none;height:auto;top:0;bottom:50%}.room--panels-chat-participants .room__main>aside.room__panel:nth-of-type(2){border-top:1px solid var(--border);height:auto;top:50%;bottom:0}}.room__stage{flex:auto;justify-content:center;align-items:center;min-width:0;min-height:0;padding:.75rem;display:flex;position:relative;overflow:hidden}.room__stage.room__stage--focus,.room__stage.room__stage--fullscreen{justify-content:stretch;align-items:stretch;padding:.35rem}.room__stage.room__stage--focus>.room__stage-inner,.room__stage.room__stage--fullscreen>.room__stage-inner{flex:auto;align-self:stretch;width:100%;height:100%;min-height:0}.room__stage-inner{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#ffffff2e transparent;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-content:start;justify-items:stretch;gap:2rem;width:100%;height:100%;padding:4px;display:grid;overflow:hidden auto}.room__stage-inner::-webkit-scrollbar{height:6px}.room__stage-inner::-webkit-scrollbar-track{background:0 0}.room__stage-inner::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:3px}.room__stage-inner.is-solo{place-content:center}.room__stage-inner--focus,.room__stage-inner--fullscreen{flex-direction:row;justify-content:stretch;align-items:stretch;gap:.6rem;width:100%;height:100%;display:flex}.room__stage-inner--focus .room__tile--focus{aspect-ratio:16/9;flex:0 0 50%;align-self:center;width:50%;min-width:0;max-width:720px;max-height:none!important}.room__stage-inner--focus .room__tile--screen-share{aspect-ratio:auto;max-width:none;height:auto;max-height:none}.room__stage-inner--focus .room__tile--screen-share-main{aspect-ratio:auto;flex:75%;align-self:center;width:75%;min-width:0;max-width:100%;height:100%;max-height:none}.room__stage-inner--focus .room__stage-side{flex:auto;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));align-content:start;gap:.5rem;min-width:0;padding:4px;display:grid;overflow:auto visible}.room__stage-inner--screen-share{gap:.5rem;flex-direction:column!important}.room__stage-inner--screen-share .room__tile--screen-share-main{min-height:0;flex:auto!important;align-self:stretch!important;width:100%!important;max-width:100%!important;height:auto!important}.room__stage-inner--screen-share .room__stage-side{flex-flow:row;grid-template-columns:none;align-content:stretch;gap:.5rem;max-width:100%;min-height:96px;max-height:140px;padding:6px 4px;overflow:auto visible;flex:none!important;width:100%!important;display:flex!important}.room__stage-inner--screen-share .room__tile--side{border-radius:8px;flex:0 0 160px;width:160px;max-width:180px;overflow:hidden}.room__stage-inner--fullscreen .room__tile--fullscreen{min-width:0;aspect-ratio:auto!important;flex:auto!important;width:100%!important;height:100%!important;max-height:none!important}.room__stage-empty{width:100%;color:var(--text-secondary);justify-content:center;align-items:center;font-size:.95rem;display:flex}@media (max-width:768px){.room__main>aside.room__panel{z-index:auto;width:auto;position:static;top:auto;bottom:auto;right:auto}.room__main{grid-template:"stage"1fr/1fr}.room__main>.room__stage-wrap{grid-area:stage;width:100%}.room--panels-chat .room__main,.room--panels-participants .room__main{grid-template-rows:53% 47%;grid-template-areas:"stage""panel1"}.room--panels-chat .room__main>aside.room__panel:first-of-type,.room--panels-participants .room__main>aside.room__panel:first-of-type{border-left:none;border-top:1px solid var(--border);grid-area:panel1}.room--panels-chat-participants .room__main{grid-template-rows:28% 25% 47%;grid-template-areas:"stage""panel2""panel1"}.room--panels-chat-participants .room__main>aside.room__panel:first-of-type{border-left:none;border-top:1px solid var(--border);grid-area:panel1}.room--panels-chat-participants .room__main>aside.room__panel:nth-of-type(2){border-left:none;border-top:1px solid var(--border);grid-area:panel2}.room--panels-chat-participants .room__main>aside.room__panel:first-of-type{padding-bottom:.5rem}.room--panels-chat-participants .room__main>aside.room__panel:nth-of-type(2){padding-top:.5rem}.room--panels-chat-participants .chat__list,.room--panels-chat-participants .participants__list{padding-bottom:.5rem}.room__stage,.room__stage-wrap,.room__stage-inner{overflow:hidden;width:100vw!important;max-width:100vw!important}.room__tile--fullscreen,.room__tile--focus,.room__stage-inner--fullscreen .room__tile--fullscreen,.room__stage-inner--focus .room__tile--focus{width:100vw!important;max-width:100vw!important;height:calc(100vh - 110px)!important;height:calc(100dvh - 110px)!important;max-height:none!important}.room__tile--fullscreen video,.room__tile--focus video,.room__stage-inner--fullscreen .room__tile--fullscreen video,.room__stage-inner--focus .room__tile--focus video{object-fit:cover!important;width:100%!important;height:100%!important}.room__stage--focus .room__tile--screen-share-main,.room__stage-inner--focus .room__tile--screen-share-main,.room__stage-inner--screen-share .room__tile--screen-share-main{flex:1!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important}.room__stage--focus .room__stage-side,.room__stage-inner--focus .room__stage-side,.room__stage-inner--screen-share .room__stage-side{gap:.4rem;overflow:auto hidden;flex-direction:row!important;flex:0 0 80px!important;width:100%!important;height:80px!important;min-height:80px!important;max-height:80px!important;display:flex!important}}@media (max-width:920px){.room__stage-inner{flex-flow:column!important;grid-template-columns:none!important;justify-content:flex-start!important;align-items:stretch!important;gap:12px!important;padding:10px!important;display:flex!important}.room__tile{isolation:isolate;aspect-ratio:16/9!important;flex:none!important;width:100%!important;max-width:100%!important;min-height:0!important;max-height:150px!important;margin:0!important;overflow:hidden!important;box-shadow:0 0 0 1px #ffffff59!important}.room__stage-inner--focus,.room__stage-inner--fullscreen{flex-direction:column!important;justify-content:stretch!important;gap:.5rem!important;height:100%!important;padding:0!important}.room__stage-inner--focus .room__tile--focus,.room__stage-inner--fullscreen .room__tile--fullscreen{aspect-ratio:auto!important;flex:100%!important;align-self:stretch!important;width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;max-height:none!important}.room__stage-inner--focus .room__tile--focus .room__tile-camera-zoom-wrapper,.room__stage-inner--focus .room__tile--focus .room__tile-camera-zoom,.room__stage-inner--focus .room__tile--focus .room__tile-inner,.room__stage-inner--fullscreen .room__tile--fullscreen .room__tile-camera-zoom-wrapper,.room__stage-inner--fullscreen .room__tile--fullscreen .room__tile-camera-zoom,.room__stage-inner--fullscreen .room__tile--fullscreen .room__tile-inner{min-height:0;width:100%!important;height:100%!important}.room__stage-inner--focus .room__tile--focus video,.room__stage-inner--fullscreen .room__tile--fullscreen video{background-color:#0d1117;object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important}.room__tile--hand-raised{box-shadow:0 0 0 1px #ffffff59,0 0 0 4px #facc15,0 0 4px #facc1599!important}.room__tile-inner-wrapper,.room__tile-inner,.room__tile-camera-zoom-wrapper,.room__tile-camera-zoom{max-height:100%!important;overflow:hidden!important}.room__tile-inner [data-lk-participant-name],.room__tile-inner .lk-participant-name,.room__tile-inner span[class*=name],.room__tile [data-lk-participant-name],.room__tile .lk-participant-name,.room__tile span[class*=name],.room__tile-name,[data-lk-participant-name]{max-height:1.25rem!important;line-height:1!important;position:absolute!important;top:auto!important;bottom:0!important;overflow:hidden!important}}.room__tile{aspect-ratio:16/9;border-radius:var(--radius);background:var(--bg-secondary);cursor:pointer;width:100%;min-width:0;min-height:120px;max-height:240px;transition:transform .15s,box-shadow .15s;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff40}.room__tile:hover{box-shadow:0 0 0 1px #fff6, var(--shadow);transform:translateY(-1px)}.room__tile--hand-raised{box-shadow:0 0 0 1px #ffffff40,0 0 0 4px #facc15,0 0 4px #facc1599}.room__tile--hand-raised:hover{box-shadow:0 0 0 1px #fff6, 0 0 0 4px #facc15, 0 0 4px #facc1599, var(--shadow)}.room__tile--solo{width:clamp(240px,30vw,360px)}.room__tile--side{aspect-ratio:16/9;cursor:pointer;border-radius:8px;width:100%;overflow:hidden}.room__tile-inner-wrapper{width:100%;min-width:0;height:100%;min-height:0;position:relative;overflow:hidden}.room__tile-zoomable{touch-action:none;width:100%;min-width:0;height:100%;min-height:0;overflow:hidden}.room__tile-zoomable-inner{will-change:transform;width:100%;height:100%}.room__tile-camera-zoom-wrapper{width:100%;min-width:0;height:100%;min-height:0;position:relative;overflow:hidden}.room__tile-camera-zoom{touch-action:none;width:100%;min-width:0;height:100%;min-height:0;position:relative;overflow:hidden}.room__tile-camera-zoom-wrapper video,.room__tile-camera-zoom-wrapper [data-lk-video] video,.room__tile-camera-zoom-wrapper .participant-media-video{transform:var(--media-transform,none)!important;transform-origin:50%!important}.room__tile-camera-zoom-wrapper [data-lk-participant-name],.room__tile-camera-zoom-wrapper .lk-participant-name,.room__tile-camera-zoom-wrapper .lk-participant-metadata,.room__tile-camera-zoom-wrapper .room__tile-zoom-badge{transform:none!important}.room__tile-zoom-badge{color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.02em;z-index:3;pointer-events:none;-webkit-user-select:none;user-select:none;text-shadow:0 1px 2px #0009;background:#0f1419b3;border:1px solid #ffffff2e;border-radius:999px;padding:.3rem .7rem;font-size:.95rem;font-weight:600;line-height:1;animation:.15s ease-out room-tile-zoom-badge-in;position:absolute;top:.6rem;right:.6rem}.room__tile-zoom-badge.is-unsupported{letter-spacing:0;color:#fecaca;white-space:nowrap;text-overflow:ellipsis;background:#ff57572e;border-color:#ff575773;max-width:70%;font-size:.78rem;font-weight:500;overflow:hidden}@keyframes room-tile-zoom-badge-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.room__tile-camera-zoom-debug{color:#b3f0ff;z-index:4;pointer-events:none;-webkit-user-select:none;user-select:none;text-shadow:0 1px 1px #0009;word-break:break-all;background:#000000c7;border:1px solid #4f9eff99;border-radius:6px;max-width:calc(100% - 1rem);padding:.4rem .6rem;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;font-weight:500;line-height:1.35;position:absolute;bottom:.5rem;left:.5rem}.room__tile-camera-zoom-debug>div:first-child{color:#ffe28a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem;font-size:.65rem;font-weight:700}.room__tile-inner{width:100%!important;min-width:0!important;height:100%!important;min-height:0!important}.room__tile-inner:not([data-lk-source=screen_share]) video,.room__tile-inner:not([data-lk-source=screen_share]) [data-lk-video] video,.room__tile:not(.room__tile--screen-share) video{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important}@media (min-width:769px){.room__tile:not(.room__tile--screen-share) video,.room__tile:not(.room__tile--screen-share) .lk-participant-media-video,.room__tile:not(.room__tile--screen-share) [data-lk-video] video,.room__tile-inner:not([data-lk-source=screen_share]) video,.room__tile-inner:not([data-lk-source=screen_share]) .lk-participant-media-video,.room__force-contain video,.room__force-contain .lk-participant-media-video{background-color:#0d1117;object-fit:contain!important;object-position:center!important}}.room__tile-inner [data-lk-source=screen_share] video,.room__tile-inner--screen video,.room__tile--screen-share video,.room__tile--screen-share [data-lk-source=screen_share] video{object-fit:contain!important;background-color:#000!important;width:100%!important;height:100%!important}.room__tile--screen-share{background:#000!important}.room__tile-inner-wrapper{position:relative}.room__tile-inner .lk-participant-name,.room__tile-inner [data-lk-participant-name]:not(.room__tile-name),.room__tile .lk-participant-name,.lk-participant-metadata .lk-participant-name{visibility:hidden!important;width:0!important;height:0!important;margin:0!important;padding:0!important;font-size:0!important;display:none!important;overflow:hidden!important}.room__tile-name{pointer-events:none;max-width:80%!important;color:var(--text-primary)!important;z-index:5!important;white-space:nowrap!important;text-overflow:ellipsis!important;background:#0f1419bf!important;border-radius:10px!important;padding:.2rem .55rem!important;font-size:.85rem!important;font-weight:500!important;line-height:1.15!important;display:inline-block!important;position:absolute!important;inset:auto auto 0 50%!important;overflow:hidden!important;transform:translate(-50%)!important}.room__tile-hand{color:#1a2028;z-index:4;-webkit-user-select:none;user-select:none;background:#facc15;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;line-height:1;animation:1.2s ease-in-out infinite hand-pulse;display:inline-flex;position:absolute;top:.6rem;right:.6rem;box-shadow:0 2px 8px #00000073}.room__tile-hand svg{width:20px;height:20px}@keyframes hand-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.room__scroll-arrow{z-index:3;width:36px;height:36px;color:var(--text-primary);cursor:pointer;background:#0f1419d9;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;transition:background .15s,border-color .15s;display:flex;position:absolute;top:50%;right:.6rem;transform:translateY(-50%)}.room__scroll-arrow:hover{border-color:var(--accent);background:#4b9eff66}.room__stage-close{z-index:4;width:36px;height:36px;color:var(--text-primary);cursor:pointer;background:#0f1419d9;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;line-height:1;transition:background .15s,border-color .15s;display:flex;position:absolute;top:.6rem;left:.6rem}.room__stage-close:hover{border-color:var(--error);background:#ff575773}.chat__header-actions,.participants__header-actions{align-items:center;gap:.5rem;margin-left:auto;display:inline-flex}.chat__close,.participants__close{background:var(--bg-tertiary);width:20px;height:20px;color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius);font:inherit;cursor:pointer;justify-content:center;align-items:center;padding:0;font-size:.85rem;line-height:1;transition:background .15s,color .15s;display:inline-flex}.chat__close:hover,.participants__close:hover{background:var(--error);border-color:var(--error);color:#fff}.participants__hand{filter:drop-shadow(0 0 4px #facc1599);margin-left:.3rem;font-size:1.3rem}.participants__mute-all{color:#fca5a5;border-radius:var(--radius);cursor:pointer;background:#ef44441f;border:1px solid #ef444459;align-items:center;gap:.3rem;margin-left:.4rem;padding:.25rem .55rem;font-size:.7rem;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.participants__mute-all:hover{color:#fff;background:#ef444447;border-color:#ef4444a6}.participants__mute-all:active{background:#ef444473}.participants__mute-all-label{font-size:.7rem;line-height:1}.participants__mute-feedback{color:#86efac;border-radius:var(--radius);background:#22c55e26;border:1px solid #22c55e66;align-items:center;margin-left:.3rem;padding:.2rem .5rem;font-size:.7rem;line-height:1;animation:.18s ease-out participants-mute-fadein;display:inline-flex}@keyframes participants-mute-fadein{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.participants__mute-individual{width:26px;height:26px;color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:.4rem;padding:0;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.participants__mute-individual:hover{color:#fca5a5;background:#ef444433;border-color:#ef444499}.participants__mute-individual:active{color:#fff;background:#ef444466}.participants__row--mute-flash{animation:1s ease-out participants-row-flash}@keyframes participants-row-flash{0%{background:#ef444459}to{background:0 0}}.chat{flex-direction:column;height:100%;display:flex}.chat__header{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;padding:.1rem .5rem;display:flex}.chat__title{margin:0;font-size:.8rem;font-weight:600;line-height:1.2}.chat__counter{color:var(--text-secondary);font-size:.65rem}.chat__list{flex-direction:column;flex:auto;gap:.15rem;padding:.3rem;display:flex;overflow-y:auto}.chat__empty{text-align:center;color:var(--text-secondary);margin:auto;padding:2rem 1rem;font-size:.9rem}.chat__msg{align-items:flex-end;gap:.5rem;max-width:85%;margin-bottom:.15rem;display:flex}.chat__msg:last-child{margin-bottom:0}.chat__msg--own{flex-direction:row-reverse;align-self:flex-end}.chat__avatar{background:var(--bg-tertiary);width:22px;height:22px;color:var(--text-primary);border-radius:50%;flex:0 0 22px;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:flex}.chat__msg-body{background:var(--bg-tertiary);border-radius:12px;min-width:0;padding:.05rem .4rem}.chat__msg--own .chat__msg-body{background:var(--accent);color:#fff}.chat__msg-meta{align-items:baseline;gap:.3rem;margin-bottom:.02rem;display:flex}.chat__msg-author{color:var(--text-secondary);font-size:.65rem;font-weight:600}.chat__msg--own .chat__msg-author{color:#ffffffd9}.chat__msg-time{color:var(--text-secondary);opacity:.7;font-size:.7rem}.chat__msg--own .chat__msg-time{color:#ffffffb3}.chat__msg-text{word-wrap:break-word;white-space:pre-wrap;font-size:.75rem;line-height:1.15}.chat__form{border-top:1px solid var(--border);background:var(--bg-secondary);flex:none;gap:.4rem;padding:.4rem .5rem;display:flex}.chat__input{background:var(--bg-primary);border:1px solid var(--border);min-width:0;color:var(--text-primary);border-radius:var(--radius);font:inherit;flex:auto;padding:.35rem .6rem;font-size:.85rem}.chat__input:focus{border-color:var(--accent);outline:none}.chat__send{background:var(--accent);color:#fff;border-radius:var(--radius);font:inherit;cursor:pointer;border:none;flex:none;padding:.35rem .85rem;font-size:.85rem;font-weight:600;transition:background .15s}.chat__send:hover:not(:disabled){background:var(--accent-hover)}.chat__send:disabled{opacity:.5;cursor:not-allowed}.participants{flex-direction:column;height:100%;display:flex}.participants__header{border-bottom:1px solid var(--border);flex:none;justify-content:flex-start;align-items:center;gap:.4rem;padding:.45rem .85rem;display:flex}.participants__title{margin:0;font-size:.9rem;font-weight:600}.participants__counter{background:var(--bg-tertiary);color:var(--text-secondary);text-align:center;border-radius:999px;min-width:24px;padding:.1rem .4rem;font-size:.7rem}.participants__list{flex:auto;padding:.5rem;overflow-y:auto}.participants__row{border-radius:var(--radius);border-bottom:1px solid #ffffff2e;align-items:center;gap:.6rem;padding:.4rem .5rem;display:flex;position:relative;box-shadow:inset 0 -1px #ffffff2e}.participants__row:hover{background:var(--bg-tertiary)}.participants__row--raised{background:#facc151f;border-left:3px solid #facc15;padding-left:calc(.5rem - 3px)}.participants__row--raised:hover{background:#facc1533}.participants__avatar{background:var(--accent);color:#fff;border-radius:50%;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;font-weight:600;display:flex}.participants__info{flex:auto;min-width:0}.participants__name{white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:500;overflow:hidden}.participants__you{color:var(--text-secondary);font-size:.8rem;font-weight:400}.participants__state{color:var(--text-secondary);margin-top:.1rem;font-size:.75rem}.participants__speaking{background:var(--success);width:8px;height:8px;box-shadow:0 0 8px var(--success);border-radius:50%;flex:0 0 8px;animation:1s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.participants__invite{border-top:1px solid var(--border);flex:none;padding:.45rem .85rem}.participants__invite-title{color:var(--text-secondary);margin:0 0 .3rem;font-size:.75rem;font-weight:600}.participants__invite-row{flex-wrap:wrap;gap:.4rem;display:flex}.participants__invite-input{background:var(--bg-primary);border:1px solid var(--border);min-width:0;color:var(--text-secondary);border-radius:var(--radius);font:inherit;flex:100%;padding:.35rem .55rem;font-size:.75rem}.participants__invite-input:focus{border-color:var(--accent);outline:none}.participants__invite-btn{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius);font:inherit;cursor:pointer;white-space:nowrap;flex:1 0 auto;padding:.35rem .7rem;font-size:.75rem;font-weight:500;transition:background .15s}.participants__invite-btn:hover{background:var(--accent);border-color:var(--accent);color:#fff}.admin-panel{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.admin-panel__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.admin-panel__title{font-size:24px;font-weight:700}.admin-panel__close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:28px;transition:color .2s;display:flex}.admin-panel__close:hover{color:var(--text-primary)}.admin-panel__error{border:1px solid var(--error);border-radius:var(--radius);color:var(--error);background:#ff57571a;margin-bottom:16px;padding:12px;font-size:14px}.admin-panel__loading{text-align:center;color:var(--text-secondary);padding:40px;font-size:16px}.admin-panel__content{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:900px;max-height:80vh;padding:24px;overflow-y:auto}.admin-panel__table{border-collapse:collapse;width:100%;font-size:14px}.admin-panel__table th,.admin-panel__table td{text-align:left;border-bottom:1px solid var(--border);padding:12px}.admin-panel__table th{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.admin-panel__table tbody tr:hover{background:var(--bg-tertiary)}.admin-panel__row--current{background:#4f9eff1a}.admin-panel__role-badge{border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;display:inline-block}.admin-panel__role-badge--creator{background:var(--accent);color:#fff}.admin-panel__role-select{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;padding:4px 8px;font-size:13px}.admin-panel__role-select:disabled{opacity:.5;cursor:not-allowed}.admin-panel__status{border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;display:inline-block}.admin-panel__status.is-active{color:var(--success);background:#4ade8033}.admin-panel__status.is-blocked{color:var(--error);background:#ff575733}.admin-panel__action-btn{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;padding:6px 12px;font-size:13px;transition:all .2s}.admin-panel__action-btn:hover{border-color:var(--accent);color:var(--accent)}.admin-panel__action-disabled{color:var(--text-secondary);opacity:.5}@media (max-width:768px){.admin-panel__content{padding:16px}.admin-panel__table{font-size:12px}.admin-panel__table th,.admin-panel__table td{padding:8px}}.hand-toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;top:80px;right:24px}.hand-toast{pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f5c842;cursor:pointer;background:#1e2128eb;border:1px solid #ffc83266;border-radius:12px;align-items:center;gap:10px;max-width:320px;padding:12px 20px;font-size:15px;font-weight:500;animation:.3s ease-out hand-toast-in;display:flex;box-shadow:0 4px 16px #0006}.room__btn--screen-share.is-blocked{opacity:.5;cursor:not-allowed}.room__ss-blocked-toast{z-index:10001;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fca5a5;text-align:center;pointer-events:none;background:#1e2128f0;border:1px solid #ef444473;border-radius:12px;max-width:min(420px,92vw);padding:12px 20px;font-size:14px;font-weight:500;animation:.25s ease-out hand-toast-in;position:fixed;top:72px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0006}.hand-toast__icon{flex-shrink:0;font-size:22px}.hand-toast__text{color:#e6edf3;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@keyframes hand-toast-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width:768px){.hand-toast-container{align-items:center;inset:auto 12px 100px}.hand-toast{max-width:100%;padding:10px 16px;font-size:14px}}@media (max-width:768px) and (orientation:portrait){.room__tile--fullscreen,.room__tile--focus,.room__stage-inner--fullscreen .room__tile--fullscreen,.room__stage-inner--focus .room__tile--focus{width:100vw!important;height:calc(100vh - 110px)!important;aspect-ratio:auto!important;max-width:100vw!important;height:calc(100dvh - 110px)!important;max-height:none!important}.room__tile video,.room__tile--fullscreen video,.room__tile--focus video,.room__tile--screen-share video,.room__stage-inner--fullscreen .room__tile--fullscreen video,.room__stage-inner--focus .room__tile--focus video,.room__tile .lk-participant-media-video,.room__tile [data-lk-source=screen_share] video{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important}.room__tile--fullscreen video{touch-action:pinch-zoom!important}}@media (max-width:960px) and (orientation:landscape){.room__header{display:none!important}.room__stage-wrap{height:calc(100vh - 46px)!important;width:100vw!important;max-width:100vw!important;height:calc(100dvh - 46px)!important}.room__stage,.room__stage-inner{width:100%!important;height:100%!important}.room__tile{aspect-ratio:auto!important;width:100%!important;height:100%!important;max-height:none!important}.room__tile video,.room__tile--screen-share video,.room__tile .lk-participant-media-video,.room__tile [data-lk-source=screen_share] video,.lk-participant-media-video{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important}.room__stage-side{display:none!important}.room__control-bar{flex-wrap:nowrap!important;grid-template-columns:none!important;height:46px!important;min-height:46px!important;max-height:46px!important;padding:2px 6px!important;display:flex!important;overflow:auto hidden!important}.room__control-bar .room__btn{gap:0!important;min-width:auto!important;height:38px!important;min-height:38px!important;padding:2px 6px!important}.room__control-bar .room__btn span{display:none!important}.room__control-bar .room__btn svg{width:18px!important;height:18px!important}.room__btn--leave{flex:none!important;width:auto!important;padding:2px 10px!important}.room__control-bar .room__btn--leave span{font-size:11px!important;display:inline!important}.room__tile--fullscreen video{touch-action:pinch-zoom!important}}.room--true-fullscreen .room__header,.room--true-fullscreen .room__control-bar{display:none!important}.room--true-fullscreen .room__main{height:100vh!important;height:100dvh!important}.room--true-fullscreen .room__stage-wrap{height:100vh!important;width:100vw!important;height:100dvh!important}.room--true-fullscreen .room__tile--fullscreen{width:100vw!important;height:100vh!important;height:100dvh!important;max-height:none!important}.room--true-fullscreen .room__stage-close{opacity:0;pointer-events:none;transition:opacity .3s;z-index:99999!important}.room--true-fullscreen .room__stage-close.is-visible{opacity:1;pointer-events:auto}.room__pinch-zoom{width:100%;height:100%;min-height:0}@media (max-width:768px) and (orientation:portrait){.room__stage--focus .room__stage-inner--focus,.room__stage-inner--screen-share{flex-direction:column!important;height:100%!important}.room__stage--focus .room__tile--screen-share-main,.room__stage-inner--screen-share .room__tile--screen-share-main{flex:auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important}.room__stage--focus .room__stage-side,.room__stage-inner--screen-share .room__stage-side{flex-direction:row!important;flex:0 0 60px!important;height:60px!important;min-height:60px!important;max-height:60px!important;overflow-x:auto!important}.room__stage--focus .room__stage-side .room__tile--side,.room__stage-inner--screen-share .room__tile--side{flex-shrink:0!important;width:100px!important;min-width:100px!important;height:100%!important}}@media (max-width:768px){.room__stage-inner--focus{flex-flow:column!important;gap:4px!important;width:100%!important;height:100%!important;display:flex!important}.room__stage-inner--focus>.room__tile--focus,.room__stage-inner--focus>.room__tile--screen-share-main,.room__tile--screen-share-main{aspect-ratio:auto!important;flex:auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important}.room__stage-inner--focus>.room__stage-side,.room__stage-side{flex-flow:row!important;flex:0 0 60px!important;gap:4px!important;width:100%!important;height:60px!important;min-height:60px!important;max-height:60px!important;display:flex!important;overflow:auto hidden!important}.room__stage-side>.room__tile--side,.room__stage-side>.room__tile{aspect-ratio:auto!important;flex:0 0 90px!important;width:90px!important;min-width:90px!important;height:100%!important;max-height:60px!important}}
