*{box-sizing:border-box}body,html{overflow:hidden;width:100%;height:100%;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{display:flex;flex-direction:column;background:var(--app-bg,#0f1115);color:var(--app-text,#f4f4f5)}a{color:inherit}:root{--color-primary:#6863c7;--color-primary-50:#f0f0ff;--color-primary-100:#e1e0ff;--color-primary-400:#8b86d9;--color-primary-500:#6863c7;--color-primary-600:#5a55b3;--color-primary-700:#4c479f;--color-primary-800:#3e398b;--color-primary-900:#302b77;--color-notation-25:#fbfbfb;--color-notation-50:#f7f7f7;--color-notation-100:#e8e8e8;--color-notation-200:#d1d1d1;--color-notation-400:#8f8f8f;--color-notation-600:#525252;--color-notation-700:#373535;--color-notation-900:#1d1d1d;--color-error-500:#ef4444;--color-error-600:#dc2626;--color-success-500:#10b981;--color-warning-500:#f59e0b;--app-bg:#0f1115;--app-surface:#1a1d24;--app-text:#f4f4f5;--app-text-muted:#a1a1aa;--home-bg:#f7f7fb;--home-surface:#ffffff;--home-text:#1d1d1d;--home-text-muted:#525252}[data-lk-theme=default],[data-lk-theme=probel]{color-scheme:dark;--lk-bg:#0f1115;--lk-bg2:#1a1d24;--lk-bg3:#242830;--lk-bg4:#2e333d;--lk-bg5:#3a4050;--lk-fg:#f4f4f5;--lk-fg2:#e4e4e7;--lk-fg3:#a1a1aa;--lk-fg4:#71717a;--lk-fg5:#8b86d9;--lk-accent-fg:#ffffff;--lk-accent-bg:var(--color-primary-500);--lk-accent2:var(--color-primary-600);--lk-accent3:var(--color-primary-700);--lk-accent4:var(--color-primary-400);--lk-danger-fg:#ffffff;--lk-danger:var(--color-error-500);--lk-danger2:var(--color-error-600);--lk-danger3:#b91c1c;--lk-success-fg:#ffffff;--lk-success:var(--color-success-500);--lk-border-color:rgba(255,255,255,0.1);--lk-control-bg:rgba(255,255,255,0.08);--lk-control-hover-bg:rgba(255,255,255,0.14);--lk-control-active-bg:rgba(255,255,255,0.18);--lk-control-active-hover-bg:rgba(255,255,255,0.22);--lk-control-fg:#f4f4f5;--lk-border-radius:0.875rem;--lk-box-shadow:0 12px 40px rgba(0,0,0,0.45);--lk-control-bar-height:88px;--lk-grid-gap:0.625rem}html{color-scheme:dark;background-color:var(--app-bg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;border:1px solid transparent;padding:.7rem 1.25rem;font-size:.9375rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.btn:active:not(:disabled){transform:scale(.98)}.btn-primary{background:var(--color-primary-500);color:#fff;box-shadow:0 8px 24px rgba(104,99,199,.35)}.btn-primary:hover{background:var(--color-primary-600)}.btn-primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.btn-outline{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);color:var(--app-text)}.btn-outline:hover{border-color:var(--color-primary-400);color:#fff;background:rgba(255,255,255,.1)}.btn-danger{background:var(--color-error-500);color:#fff}.btn-danger:hover{background:var(--color-error-600)}.probel-home{min-height:100%;justify-content:center;padding:2.5rem 1.5rem;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(104,99,199,.18),transparent 55%),linear-gradient(165deg,#f5f4ff 0,var(--home-bg) 42%,#eef0f5 100%);color:var(--home-text);text-align:center;color-scheme:light}.probel-home,.probel-home__card{display:flex;flex-direction:column;align-items:center;gap:.75rem}.probel-home__card{max-width:26rem;width:100%;padding:2.25rem 2rem;background:var(--home-surface);border:1px solid rgba(104,99,199,.12);border-radius:1.5rem;box-shadow:0 1px 2px rgba(29,29,29,.04),0 24px 48px rgba(48,43,119,.08)}.probel-home__mark{display:grid;place-items:center;width:3rem;height:3rem;margin-bottom:.25rem;border-radius:.9rem;background:linear-gradient(145deg,var(--color-primary-500),var(--color-primary-700));color:#fff;font-size:1.15rem;font-weight:700;letter-spacing:-.02em}.probel-home h1{margin:0;font-size:clamp(1.75rem,4vw,2.15rem);font-weight:700;letter-spacing:-.03em;color:var(--color-primary-800);line-height:1.15}.probel-home p{margin:0;max-width:22rem;color:var(--home-text-muted);line-height:1.5;font-size:.975rem}.probel-home__hint{margin-top:.5rem!important;font-size:.875rem!important}.probel-home .btn-primary{margin-top:.75rem}.probel-prejoin{display:grid;place-items:center;min-height:100%;padding:1.5rem;background:radial-gradient(ellipse 70% 50% at 50% 0,rgba(104,99,199,.22),transparent 55%),var(--lk-bg)}.probel-prejoin__hint{margin:0 0 1.25rem;text-align:center;color:var(--lk-fg3);font-size:.95rem}.probel-prejoin__device-hint{margin:-.75rem 0 1.25rem;text-align:center;color:var(--lk-fg2);font-size:.9rem;line-height:1.45}.probel-prejoin__lang{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.probel-prejoin__lang .lk-button{border-radius:999px;min-height:2.25rem;padding:.4rem .9rem}.probel-prejoin__lang .lk-button[aria-pressed=true]{border-color:var(--lk-accent-bg);background:color-mix(in srgb,var(--lk-accent-bg) 18%,transparent)}.probel-prejoin .lk-prejoin{width:min(100%,520px);padding:1.25rem;gap:1.125rem;background:var(--lk-bg2);border:1px solid var(--lk-border-color);border-radius:1.25rem;box-shadow:var(--lk-box-shadow)}.probel-prejoin .lk-video-container{border-radius:1rem;background:#000}.probel-prejoin .lk-form-control{border-radius:.75rem;border:1px solid var(--lk-border-color);background:var(--lk-bg3);color:var(--lk-fg);padding:.75rem 1rem}.probel-prejoin .lk-form-control::placeholder{color:var(--lk-fg4)}.probel-prejoin .lk-join-button{border-radius:999px;padding:.85rem 1.25rem;font-weight:600;font-size:1rem}.probel-prejoin .lk-button-group .lk-button{border-radius:.75rem}.probel-prejoin .lk-button-group>.lk-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.probel-prejoin .lk-button-group-menu>.lk-button{border-top-left-radius:0;border-bottom-left-radius:0}.lk-room-container{background:var(--lk-bg)}.lk-video-conference-inner{position:relative}.lk-focus-layout-wrapper,.lk-grid-layout-wrapper{height:calc(100% - var(--lk-control-bar-height));padding:.75rem .75rem 0}.lk-participant-tile{border-radius:1rem;background:var(--lk-bg2);box-shadow:0 4px 24px rgba(0,0,0,.25)}.lk-participant-tile:after{border-radius:1rem}.lk-participant-metadata-item{border-radius:999px;padding:.3rem .55rem;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lk-control-bar{position:absolute;left:50%;bottom:1.1rem;transform:translateX(-50%);z-index:15;width:max-content;max-width:calc(100% - 1.5rem);max-height:none;gap:.4rem;padding:.55rem .65rem;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(26,29,36,.82);-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);box-shadow:0 12px 40px rgba(0,0,0,.4)}.lk-control-bar .lk-button{min-height:2.75rem;min-width:2.75rem;border-radius:999px;padding:.55rem .85rem}.lk-control-bar .lk-button-group>.lk-button:first-child{border-radius:999px 0 0 999px}.lk-control-bar .lk-button-group-menu>.lk-button{border-radius:0 999px 999px 0;min-width:2rem;padding-inline:.45rem}.lk-control-bar .lk-disconnect-button{background:var(--lk-danger);color:var(--lk-danger-fg);border-radius:999px;padding-inline:1rem}.lk-control-bar .lk-disconnect-button:hover{background:var(--lk-danger2)}.lk-chat{border-left:1px solid var(--lk-border-color);background:var(--lk-bg2)}.lk-chat-header{font-weight:600}.lk-chat-form-button,.lk-chat-form-input{border-radius:.75rem}.lk-settings-menu-modal{z-index:40;top:50%;left:50%;display:flex;width:min(34rem,calc(100vw - 2rem));min-width:0!important;min-height:0!important;max-width:calc(100vw - 2rem);max-height:min(36rem,calc(100vh - 2rem));height:auto;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;overflow:hidden;border-radius:1rem;border:1px solid var(--lk-border-color);background:var(--lk-bg2);box-shadow:var(--lk-box-shadow);padding:1rem 1.1rem 1.1rem}.lk-settings-menu-modal h3{margin:0;font-size:.8125rem;font-weight:600;color:var(--lk-fg3);letter-spacing:.01em;text-transform:uppercase}.lk-settings-menu-modal .lk-button{border-radius:.65rem}.lk-settings-menu-modal .lk-button-group{width:-moz-fit-content;width:fit-content;max-width:100%}.recording-bar{position:absolute;top:.85rem;right:.85rem;z-index:20;display:flex;gap:.5rem;align-items:center}.probel-hover-chip{pointer-events:auto;transition:padding .2s ease,gap .2s ease,box-shadow .2s ease}.probel-hover-chip__label{display:inline-block;max-width:0;opacity:0;overflow:hidden;white-space:nowrap;transition:max-width .2s ease,opacity .2s ease,margin .2s ease}.probel-hover-chip:focus-within .probel-hover-chip__label,.probel-hover-chip:hover .probel-hover-chip__label{max-width:14rem;opacity:1}.probel-connection-quality-stack{position:absolute;top:.85rem;left:.85rem;z-index:20;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;max-width:min(22rem,calc(100vw - 1.7rem));pointer-events:none}.probel-connection-quality-stack .probel-connection-quality{pointer-events:auto}.probel-connection-quality{display:inline-flex;align-items:center;gap:0;padding:.45rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(26,29,36,.82);-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);box-shadow:0 8px 24px rgba(0,0,0,.28);font-size:.75rem;font-weight:600;color:var(--lk-fg)}.probel-connection-quality:focus-within,.probel-connection-quality:hover{gap:.45rem;padding:.4rem .7rem}.probel-connection-quality--alert{gap:.45rem;padding:.4rem .7rem;border-color:rgba(251,191,36,.45);box-shadow:0 8px 24px rgba(0,0,0,.28),0 0 0 1px rgba(251,191,36,.15)}.probel-connection-quality--alert .probel-hover-chip__label,.probel-connection-quality-stack .probel-hover-chip:focus-within .probel-hover-chip__label,.probel-connection-quality-stack .probel-hover-chip:hover .probel-hover-chip__label{max-width:18rem;opacity:1}.probel-connection-quality__bars{display:inline-flex;align-items:flex-end;gap:2px;width:1rem;height:.85rem}.probel-connection-quality__bar{flex:1 1;border-radius:1px;background:rgba(255,255,255,.2)}.probel-connection-quality__bar--active{background:currentColor}.probel-connection-quality--excellent{color:#4ade80}.probel-connection-quality--good{color:#86efac}.probel-connection-quality--poor{color:#fbbf24}.probel-connection-quality--lost,.probel-connection-quality--unknown{color:#f87171}.probel-connection-quality__label{white-space:nowrap}.probel-recording-chip{gap:0;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(26,29,36,.82);-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);box-shadow:0 8px 24px rgba(0,0,0,.28)}.probel-recording-chip:focus-within,.probel-recording-chip:hover{gap:.45rem;padding:.35rem .55rem .35rem .35rem}.probel-recording-chip--active{border-color:rgba(239,68,68,.35)}.probel-recording-chip__button{display:inline-flex;align-items:center;justify-content:center;gap:0;min-width:2.1rem;min-height:2.1rem;padding:0;border:none;border-radius:999px;background:transparent;color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s ease}.probel-recording-chip__button:hover:not(:disabled){background:rgba(255,255,255,.08)}.probel-recording-chip__button--danger{color:#fecaca}.probel-recording-chip__button:disabled{opacity:.65;cursor:not-allowed}.probel-recording-chip:focus-within .probel-recording-chip__button,.probel-recording-chip:hover .probel-recording-chip__button{gap:.4rem;padding:.35rem .7rem;min-width:0}.probel-recording-chip:focus-within .probel-recording-chip__button:not(.probel-recording-chip__button--danger),.probel-recording-chip:hover .probel-recording-chip__button:not(.probel-recording-chip__button--danger){background:var(--lk-accent-bg)}.probel-recording-chip:focus-within .probel-recording-chip__button--danger,.probel-recording-chip:hover .probel-recording-chip__button--danger{background:var(--lk-danger)}.probel-recording-chip__icon{display:inline-flex;align-items:center;justify-content:center;color:#fff}.probel-recording-chip__icon--active{color:#fecaca}.probel-recording-chip__icon--active svg circle:last-child{animation:probel-recording-pulse 1.4s ease-in-out infinite}.probel-recording-chip__status{color:#fecaca;font-size:.75rem;font-weight:600}@keyframes probel-recording-pulse{0%,to{opacity:1}50%{opacity:.45}}.probel-screenshare-focus-layout{grid-template-columns:auto minmax(0,1fr)!important}.probel-screenshare-rail{position:relative;display:flex;width:var(--probel-rail-width,4.25rem);min-width:var(--probel-rail-width,4.25rem);max-height:100%;flex-shrink:0;transition:width .2s ease,min-width .2s ease}.probel-screenshare-rail--dragging{transition:none}.probel-screenshare-rail__resize-handle{position:absolute;top:0;right:-.45rem;z-index:3;width:.9rem;height:100%;padding:0;border:none;background:transparent;cursor:col-resize;touch-action:none}.probel-screenshare-rail__resize-grip{position:absolute;top:50%;left:50%;width:.35rem;height:2.5rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(26,29,36,.92);box-shadow:0 6px 18px rgba(0,0,0,.28);transform:translate(-50%,-50%);transition:background .15s ease}.probel-screenshare-rail__resize-handle:focus-visible .probel-screenshare-rail__resize-grip,.probel-screenshare-rail__resize-handle:hover .probel-screenshare-rail__resize-grip{background:rgba(42,46,56,.95)}.probel-screenshare-rail .lk-carousel{width:100%}.probel-screenshare-rail .lk-carousel>*{aspect-ratio:auto;height:auto}.probel-sidebar-participant{position:relative;display:flex;flex-direction:column;gap:.35rem;width:100%;border-radius:.85rem;overflow:hidden}.probel-sidebar-participant--speaking .probel-sidebar-participant__media{box-shadow:0 0 0 2px var(--lk-accent-bg)}.probel-sidebar-participant__media{position:relative;width:100%;aspect-ratio:1;border-radius:.85rem;overflow:hidden;background:var(--lk-bg2)}.probel-screenshare-rail--show-names .probel-sidebar-participant__media{aspect-ratio:16/10}.probel-sidebar-participant__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--lk-bg2)}.probel-sidebar-participant__placeholder svg{width:55%;height:auto;opacity:.75}.probel-sidebar-participant__name{padding:0 .15rem .1rem;font-size:.75rem;font-weight:600;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.probel-lesson-timer{position:absolute;top:.85rem;left:50%;transform:translateX(-50%);z-index:20;display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(26,29,36,.82);-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);box-shadow:0 8px 24px rgba(0,0,0,.28);font-size:.8125rem;font-weight:600;color:var(--lk-fg);pointer-events:none;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.probel-lesson-timer--ended{color:#fbbf24}.probel-lesson-timer__label{white-space:nowrap}.probel-reaction-control{position:relative}.probel-reaction-picker{position:absolute;left:50%;bottom:calc(100% + .55rem);transform:translateX(-50%);z-index:30;display:flex;gap:.2rem;padding:.35rem .45rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(26,29,36,.95);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 12px 32px rgba(0,0,0,.35)}.probel-reaction-picker__button{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:999px;background:transparent;font-size:1.2rem;line-height:1;cursor:pointer;transition:background .15s ease,transform .15s ease}.probel-reaction-picker__button:hover{background:rgba(255,255,255,.08);transform:scale(1.08)}.probel-reactions-overlay{position:absolute;inset:0;z-index:12;pointer-events:none;overflow:hidden}.probel-reaction-burst{position:absolute;bottom:6rem;display:flex;flex-direction:column;align-items:center;gap:.2rem;transform:translateX(-50%);animation:probel-reaction-float 3.2s ease-out forwards}.probel-reaction-burst__emoji{font-size:clamp(2.5rem,6vw,3.5rem);filter:drop-shadow(0 8px 16px rgba(0,0,0,.35))}.probel-reaction-burst__name{max-width:8rem;padding:.15rem .5rem;border-radius:999px;background:rgba(0,0,0,.55);color:#fff;font-size:.7rem;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes probel-reaction-float{0%{opacity:0;transform:translateX(-50%) translateY(1.5rem) scale(.7)}12%{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}75%{opacity:1;transform:translateX(-50%) translateY(-5rem) scale(1.05)}to{opacity:0;transform:translateX(-50%) translateY(-8rem) scale(1.1)}}.recording-bar .btn{padding:.5rem .95rem;font-size:.8125rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.recording-bar .btn-outline{border-color:rgba(239,68,68,.45);color:#fecaca;background:rgba(239,68,68,.15)}@media (max-width:640px){.lk-control-bar{bottom:.65rem;padding:.45rem .5rem;gap:.25rem}.lk-control-bar .lk-button{min-height:2.5rem;min-width:2.5rem;padding:.45rem .65rem}.probel-home__card{padding:1.75rem 1.25rem}}