@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";:root{--color-surface-0: #101014;--color-surface-1: #18181e;--color-surface-2: #222229;--color-surface-3: #2c2c35;--color-surface-4: #38383f;--color-text-primary: #ededf0;--color-text-secondary: #8e8e9a;--color-text-tertiary: #5c5c6a;--color-accent: #d4a04a;--color-accent-dim: #b8882e;--color-accent-wash: rgba(212, 160, 74, .08);--color-accent-glow: rgba(212, 160, 74, .15);--color-danger: #d45050;--color-danger-hover: #e06060;--color-success: #4a9e6a;--color-success-hover: #5ab87a;--color-border-subtle: rgba(255, 255, 255, .06);--color-border-strong: rgba(255, 255, 255, .14);--color-shadow-elevated: 0 24px 80px rgba(0, 0, 0, .45);--color-backdrop: rgba(0, 0, 0, .55)}[data-theme=light]{--color-surface-0: #f6f6f4;--color-surface-1: #ffffff;--color-surface-2: #f0eeea;--color-surface-3: #e4e1da;--color-surface-4: #d4d0c6;--color-text-primary: #17171c;--color-text-secondary: #55555f;--color-text-tertiary: #8a8a94;--color-accent: #a87724;--color-accent-dim: #8a5f17;--color-accent-wash: rgba(168, 119, 36, .1);--color-accent-glow: rgba(168, 119, 36, .18);--color-danger: #c03333;--color-danger-hover: #a92828;--color-success: #2f7f4c;--color-success-hover: #266a3f;--color-border-subtle: rgba(23, 23, 28, .08);--color-border-strong: rgba(23, 23, 28, .18);--color-shadow-elevated: 0 24px 80px rgba(23, 23, 28, .18);--color-backdrop: rgba(23, 23, 28, .38)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--color-surface-0);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow:hidden}::selection{background:var(--color-accent);color:var(--color-surface-0)}.home{height:100%;display:grid;place-items:center;padding:2rem;background:radial-gradient(ellipse 60% 50% at 50% 100%,var(--color-accent-wash),transparent),var(--color-surface-0)}.home__container{max-width:420px;width:100%}.home__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:var(--color-text-primary);letter-spacing:-.03em;line-height:1;margin-bottom:.5rem}.home__subtitle{font-size:1rem;font-weight:400;color:var(--color-text-secondary);margin-bottom:3rem}.home__form{display:flex;gap:0;background:var(--color-surface-2);border-radius:10px;border:1px solid var(--color-surface-3);overflow:hidden;transition:border-color .2s ease-out}.home__form:focus-within{border-color:var(--color-accent-dim)}.home__input{flex:1;padding:.9rem 1rem;border:none;background:transparent;color:var(--color-text-primary);font-family:inherit;font-size:.95rem;outline:none}.home__input::placeholder{color:var(--color-text-tertiary)}.home__button{padding:.9rem 1.6rem;border:none;background:var(--color-accent);color:var(--color-surface-0);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .12s ease-out;letter-spacing:.01em}.home__button:hover:not(:disabled){background:var(--color-accent-dim)}.home__button:disabled{opacity:.35;cursor:default}.conference{height:100dvh;max-height:100dvh;min-height:0;display:flex;flex-direction:column;background:var(--color-surface-0);overflow:hidden}.conference__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1.25rem;color:var(--color-text-secondary);font-size:.88rem;letter-spacing:.01em}.conference__loading:before{content:"";width:28px;height:28px;border:2px solid rgba(255,255,255,.06);border-top-color:var(--color-accent);border-radius:50%;animation:spin .75s linear infinite}.conference__header{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:.6rem 1.25rem;background:var(--color-surface-1);border-bottom:1px solid rgba(255,255,255,.03);flex-shrink:0}.conference__subject{font-size:.82rem;font-weight:600;color:var(--color-text-primary);letter-spacing:-.01em}.conference__room-name{font-size:.75rem;color:var(--color-text-tertiary);font-weight:400}.conference__participants-toggle{margin-left:auto;display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem .35rem .55rem;background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:100px;color:var(--color-text-secondary);font:inherit;font-size:.72rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background .12s ease-out,border-color .12s ease-out,color .12s ease-out}.conference__participants-toggle:hover{background:var(--color-surface-3);border-color:var(--color-border-strong);color:var(--color-text-primary)}.conference__participants-toggle:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.conference__participants-toggle--active{background:var(--color-accent-wash);border-color:var(--color-accent);color:var(--color-accent)}.conference__participants-toggle--active:hover{background:var(--color-accent-glow)}.conference__participants-toggle-icon{width:18px;height:18px;flex-shrink:0}.conference__participants-toggle-count{font-variant-numeric:tabular-nums;min-width:1ch;text-align:center}.conference__body{flex:1;display:flex;overflow:hidden;min-height:0;min-width:0;--drawer-width: 0px;padding-right:var(--drawer-width);transition:padding-right .26s cubic-bezier(.2,.7,.2,1)}.conference__main{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;min-height:0;min-width:0}.conference__stage{flex:1;display:flex;align-items:stretch;justify-content:center;padding:.5rem;min-height:0;min-width:0;overflow:hidden;background:radial-gradient(ellipse 70% 60% at 50% 60%,rgba(212,160,74,.03),transparent)}.conference__stage>*{flex:1 1 0;width:100%;max-width:2400px;max-height:100%;min-width:0;min-height:0}.conference__large-video{width:100%;max-width:880px;aspect-ratio:16/9;background:var(--color-surface-1);border-radius:16px;overflow:hidden;position:relative}.conference__large-video video{width:100%;height:100%;object-fit:cover}.conference__avatar-display{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem}.conference__avatar-circle{width:100px;height:100px;border-radius:50%;background:var(--color-surface-3);color:var(--color-accent);font-size:2.5rem;font-weight:600;display:grid;place-items:center;border:2px solid var(--color-surface-4)}.conference__avatar-name{font-size:.95rem;color:var(--color-text-secondary);font-weight:400}.conference__thumbnail{position:relative;width:144px;height:84px;background:var(--color-surface-1);border-radius:10px;overflow:hidden;flex-shrink:0;border:1.5px solid transparent;transition:border-color .12s ease-out;cursor:default}.conference__thumbnail video{width:100%;height:100%;object-fit:cover}.conference__thumbnail--local{border-color:var(--color-accent-dim)}.conference__thumbnail--speaking{border-color:var(--color-success);outline:2px solid color-mix(in srgb,var(--color-success),transparent 75%);animation:speakingPulse 1.5s ease-in-out infinite}.conference__thumbnail--speaking:after{content:"Speaking";position:absolute;top:4px;left:4px;padding:1px 5px;font-size:.55rem;font-weight:600;color:var(--color-surface-0);background:var(--color-success);border-radius:100px;letter-spacing:.03em;z-index:2}.conference__thumbnail:hover{border-color:var(--color-surface-4)}.conference__thumbnail-avatar{width:100%;height:100%;display:grid;place-items:center;background:var(--color-surface-2)}.conference__thumbnail-avatar span{width:36px;height:36px;border-radius:50%;background:var(--color-surface-3);color:var(--color-accent);font-size:.95rem;font-weight:600;display:grid;place-items:center}.conference__participant-name{position:absolute;bottom:0;left:0;right:0;padding:3px 6px;font-size:.65rem;color:var(--color-text-primary);background:linear-gradient(transparent,#0009);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conference__participant-indicators{position:absolute;top:4px;right:4px;display:flex;gap:2px}.conference__indicator{width:16px;height:16px;border-radius:50%;font-size:.5rem;font-weight:700;display:grid;place-items:center}.conference__indicator--muted{background:var(--color-danger);color:var(--color-text-primary)}.conference__indicator--hand{background:var(--color-accent);color:var(--color-surface-0)}.conference__error{text-align:center;color:var(--color-danger);font-size:.9rem}.conference__error button{margin-top:1rem;padding:.5rem 1.25rem;border:1px solid var(--color-danger);border-radius:6px;background:transparent;color:var(--color-danger);font-family:inherit;font-size:.85rem;cursor:pointer;transition:background .12s ease-out}.conference__error button:hover{background:color-mix(in srgb,var(--color-danger),transparent 90%)}.conference__speaker-name{position:absolute;bottom:10px;left:12px;font-size:.8rem;color:var(--color-text-primary);text-shadow:0 1px 4px rgba(0,0,0,.6)}@keyframes spin{to{transform:rotate(360deg)}}.toolbox{display:flex;align-items:center;flex-wrap:nowrap;gap:2px;padding:6px 8px;margin:0 auto 1rem;background:#18181ecc;backdrop-filter:blur(24px) saturate(1.2);-webkit-backdrop-filter:blur(24px) saturate(1.2);border:1px solid rgba(255,255,255,.05);border-radius:14px;width:fit-content;max-width:calc(100vw - 1rem);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;box-shadow:0 4px 24px #00000026,inset 0 .5px #ffffff0a}.toolbox::-webkit-scrollbar{display:none}.toolbox__group{display:flex;align-items:center;gap:2px;flex-shrink:0}.toolbox__sep{width:1px;height:28px;background:linear-gradient(to bottom,transparent 10%,var(--color-surface-3) 50%,transparent 90%);margin:0 6px;flex-shrink:0}.toolbox__btn{position:relative;display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 10px;border:none;border-radius:10px;background:transparent;color:var(--color-text-tertiary);font-family:inherit;cursor:pointer;transition:color .15s ease,background .15s ease;min-width:50px;flex-shrink:0}.toolbox__btn:hover{background:#ffffff0d;color:var(--color-text-primary)}.toolbox__btn:active{transform:scale(.96)}.toolbox__btn--on{color:var(--color-text-primary)}.toolbox__btn--off{color:var(--color-danger)}.toolbox__btn--off:hover{background:color-mix(in srgb,var(--color-danger),transparent 92%);color:var(--color-danger-hover)}.toolbox__btn--raised{color:var(--color-accent);background:var(--color-accent-wash)}.toolbox__btn--raised:hover{background:color-mix(in srgb,var(--color-accent),transparent 88%)}.toolbox__btn--recording{color:var(--color-danger);animation:pulse 2s ease-in-out infinite}.toolbox__btn--leave{margin-left:4px;background:color-mix(in srgb,var(--color-danger),transparent 90%);color:#f07070}.toolbox__btn--leave:hover{background:var(--color-danger);color:#fff}.toolbox__icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px}.toolbox__icon svg{width:100%;height:100%;display:block;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.toolbox__label{font-size:.575rem;font-weight:500;letter-spacing:.03em;line-height:1}.toolbox__badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--color-accent);color:var(--color-surface-0);font-size:.55rem;font-weight:700;display:grid;place-items:center;line-height:1}.toolbox__more-menu{display:flex;flex-direction:column;background:var(--color-surface-1);border:1px solid rgba(255,255,255,.06);border-radius:12px;min-width:180px;padding:6px 0;box-shadow:0 12px 40px #00000059}.toolbox__menu-group{padding:2px 0}.toolbox__menu-group+.toolbox__menu-group{border-top:1px solid rgba(255,255,255,.04)}.toolbox__menu-heading{display:block;padding:6px 14px 3px;font-size:.6rem;font-weight:600;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.08em}.toolbox__more-item{display:block;width:100%;padding:7px 14px;border:none;background:transparent;color:var(--color-text-secondary);font-family:inherit;font-size:.8rem;text-align:left;cursor:pointer;transition:color .12s ease,background .12s ease}.toolbox__more-item:hover{background:#ffffff0d;color:var(--color-text-primary)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes speakingPulse{0%,to{outline:2px solid rgba(74,158,106,.25);outline-offset:0}50%{outline:2px solid rgba(74,158,106,.4);outline-offset:2px}}.conference__lock-badge{font-size:.7rem;color:var(--color-accent);background:var(--color-accent-wash);padding:.15rem .5rem;border-radius:100px}.conference__indicator--screen{background:#3a7bd5;color:var(--color-text-primary)}.prejoin{height:100%;display:grid;place-items:center;padding:2rem;overflow-y:auto;background:radial-gradient(ellipse 50% 40% at 50% 50%,var(--color-accent-wash),transparent),var(--color-surface-0)}.prejoin__container{max-width:440px;width:100%}.prejoin__title{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:2rem;text-align:center;letter-spacing:-.01em}.prejoin__preview{margin-bottom:1.75rem}.prejoin__video-container{width:100%;aspect-ratio:16/9;background:var(--color-surface-1);border-radius:16px;overflow:hidden;margin-bottom:.75rem;box-shadow:inset 0 0 0 1px #ffffff0a}.prejoin__video{width:100%;height:100%;object-fit:cover}.prejoin__video-off{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,var(--color-surface-1) 0%,var(--color-surface-2) 100%)}.prejoin__avatar{width:72px;height:72px;border-radius:50%;background:var(--color-surface-3);color:var(--color-accent);font-size:1.75rem;font-weight:600;display:grid;place-items:center;border:2px solid var(--color-surface-4)}.prejoin__controls{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem}.prejoin__control-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .95rem;border:1px solid var(--color-surface-3);border-radius:100px;background:var(--color-surface-2);color:var(--color-text-secondary);font-family:inherit;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .12s ease-out}.prejoin__control-btn:hover{border-color:var(--color-surface-4);color:var(--color-text-primary)}.prejoin__control-btn--off{border-color:color-mix(in srgb,var(--color-danger),transparent 70%);color:var(--color-danger)}.prejoin__control-btn--off:hover{border-color:var(--color-danger);background:color-mix(in srgb,var(--color-danger),transparent 92%)}.prejoin__control-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.prejoin__control-icon svg{width:100%;height:100%;display:block;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.prejoin__control-label{line-height:1}.prejoin__error{color:var(--color-danger);font-size:.8rem;margin-bottom:1rem;text-align:center}.prejoin__form{display:flex;flex-direction:column;gap:.6rem}.prejoin__input,.prejoin__select{padding:.7rem .9rem;border:1px solid var(--color-surface-3);border-radius:6px;background:var(--color-surface-2);color:var(--color-text-primary);font-family:inherit;font-size:.9rem;outline:none;transition:border-color .2s ease-out}.prejoin__input:focus,.prejoin__select:focus{border-color:var(--color-accent-dim)}.prejoin__input::placeholder,.prejoin__select::placeholder{color:var(--color-text-tertiary)}.prejoin__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235c5c6a' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.prejoin__join-btn{padding:.75rem;border:none;border-radius:6px;background:var(--color-accent);color:var(--color-surface-0);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .12s ease-out;margin-top:.25rem}.prejoin__join-btn:hover:not(:disabled){background:var(--color-accent-dim)}.prejoin__join-btn:disabled{opacity:.35;cursor:default}.chat{width:300px;display:flex;flex-direction:column;background:var(--color-surface-1);border-left:1px solid rgba(255,255,255,.04);flex-shrink:0;min-width:0;min-height:0}.chat__header{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;border-bottom:1px solid rgba(255,255,255,.04)}.chat__title{font-size:.75rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.06em}.chat__close{background:none;border:none;color:var(--color-text-tertiary);font-size:1.1rem;cursor:pointer;padding:0;line-height:1;transition:color .12s ease-out}.chat__close:hover{color:var(--color-text-primary)}.chat__messages{flex:1;overflow-y:auto;padding:.75rem;scrollbar-width:thin;scrollbar-color:var(--color-surface-3) transparent;scrollbar-gutter:stable}.chat__empty{display:grid;place-items:center;height:100%;color:var(--color-text-tertiary);font-size:.82rem;padding:2rem 1rem;text-align:center}.chat__message{margin-bottom:.6rem;padding:.5rem .65rem;border-radius:6px;background:#ffffff08}.chat__message--own{background:color-mix(in srgb,var(--color-accent),transparent 94%);border:1px solid color-mix(in srgb,var(--color-accent),transparent 92%)}.chat__message--private{border-left:2px solid var(--color-accent)}.chat__message-header{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.2rem}.chat__sender{font-size:.72rem;font-weight:600;color:var(--color-accent)}.chat__time{font-size:.65rem;color:var(--color-text-tertiary)}.chat__text{font-size:.82rem;color:var(--color-text-primary);word-break:break-word;line-height:1.45}.chat__input-area{display:flex;gap:0;margin:.5rem;background:var(--color-surface-2);border-radius:6px;border:1px solid var(--color-surface-3);overflow:hidden;transition:border-color .2s ease-out}.chat__input-area:focus-within{border-color:var(--color-accent-dim)}.chat__input{flex:1;padding:.55rem .7rem;border:none;background:transparent;color:var(--color-text-primary);font-family:inherit;font-size:.8rem;outline:none}.chat__input::placeholder{color:var(--color-text-tertiary)}.chat__send{padding:.55rem .85rem;border:none;background:var(--color-accent);color:var(--color-surface-0);font-family:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .12s ease-out}.chat__send:hover:not(:disabled){background:var(--color-accent-dim)}.chat__send:disabled{opacity:.25;cursor:default}.video-track{position:relative;width:100%;height:100%;overflow:hidden}.video-track__muted-overlay{position:absolute;inset:0;display:grid;place-items:center;background:var(--color-surface-1)}.video-track__avatar{width:56px;height:56px;border-radius:50%;background:var(--color-surface-3);color:var(--color-accent);font-size:1.4rem;font-weight:600;display:grid;place-items:center}.video-track__name{position:absolute;bottom:6px;left:8px;font-size:.7rem;color:var(--color-text-primary);text-shadow:0 1px 3px rgba(0,0,0,.5)}.thumbnail{position:relative;width:180px;height:104px;background:var(--color-surface-1);border-radius:10px;overflow:hidden;flex-shrink:0;border:1.5px solid rgba(255,255,255,.05);transition:border-color .12s ease-out}.thumbnail:hover{border-color:#ffffff1a}.thumbnail--speaking{border-color:var(--color-success);outline:2px solid color-mix(in srgb,var(--color-success),transparent 75%);animation:speakingPulse 1.5s ease-in-out infinite}.thumbnail--speaking:after{content:"Speaking";position:absolute;top:4px;left:4px;padding:1px 5px;font-size:.55rem;font-weight:600;color:var(--color-surface-0);background:var(--color-success);border-radius:100px;z-index:2}.thumbnail__video{width:100%;height:100%}.thumbnail__video--hidden{opacity:0;pointer-events:none}.thumbnail__camera-inset{position:absolute;right:.45rem;bottom:1.8rem;width:30%;min-width:52px;aspect-ratio:16/9;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.16);background:#05060aeb;box-shadow:0 10px 24px #00000047;z-index:1}.thumbnail__camera-track{width:100%;height:100%}.thumbnail__avatar-container{width:100%;height:100%;display:grid;place-items:center;background:var(--color-surface-2)}.thumbnail__avatar-container--overlay{position:absolute;inset:0;z-index:1}.thumbnail__avatar{width:40px;height:40px;border-radius:50%;background:var(--color-surface-3);color:var(--color-accent);font-size:1rem;font-weight:600;display:grid;place-items:center}.thumbnail__footer{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:4px 6px;background:linear-gradient(transparent,#0009)}.thumbnail__name{font-size:.65rem;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:110px}.thumbnail__indicators{display:flex;gap:2px}.thumbnail__indicator{width:16px;height:16px;border-radius:50%;font-size:.5rem;font-weight:700;display:grid;place-items:center}.thumbnail__indicator--muted{background:var(--color-danger);color:var(--color-text-primary)}.thumbnail__indicator--hand{background:var(--color-accent);color:var(--color-surface-0)}.thumbnail__indicator--screen{background:#3a7bd5;color:var(--color-text-primary)}.thumbnail__mod{color:var(--color-accent);font-size:.6rem;margin-right:2px}.notifications{position:fixed;top:1rem;right:1rem;z-index:1000;display:flex;flex-direction:column;gap:.5rem;max-width:340px}.notifications__item{padding:.7rem 1rem;border-radius:10px;color:var(--color-text-primary);cursor:pointer;animation:notifSlide .3s cubic-bezier(.16,1,.3,1);border:1px solid rgba(255,255,255,.06);background:var(--color-surface-1);box-shadow:0 4px 20px #0003}.notifications__item--info{border-left:3px solid #3a7bd5}.notifications__item--success{border-left:3px solid var(--color-success)}.notifications__item--warning{border-left:3px solid var(--color-accent)}.notifications__item--error{border-left:3px solid var(--color-danger)}.notifications__title{display:block;font-size:.8rem;font-weight:600}.notifications__message{font-size:.75rem;color:var(--color-text-secondary);margin-top:.2rem}@keyframes notifSlide{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.reactions__picker{display:flex;gap:.2rem;padding:.4rem;background:var(--color-surface-1);border:1px solid rgba(255,255,255,.06);border-radius:100px;box-shadow:0 8px 32px #0000004d}.reactions__emoji-btn{width:36px;height:36px;border:none;border-radius:50%;background:transparent;font-size:1.2rem;cursor:pointer;transition:background .12s ease,transform .1s ease}.reactions__emoji-btn:hover{background:#ffffff14}.reactions__emoji-btn:active{transform:scale(.9)}.reactions__overlay{position:fixed;inset:0;pointer-events:none;z-index:500;overflow:hidden}.reactions__floating{position:absolute;bottom:80px;font-size:2rem;animation:floatUp 3s cubic-bezier(.16,1,.3,1) forwards}@keyframes floatUp{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-40vh) scale(1.3);opacity:0}}.dialog-overlay{position:fixed;inset:0;background:#0000008c;display:grid;place-items:center;z-index:1000;animation:dialogFadeIn .15s ease-out;padding:2rem}.dialog-panel{background:var(--color-surface-1);border:1px solid rgba(255,255,255,.06);border-radius:16px;max-height:80vh;width:min(440px,100vw - 2rem);display:flex;flex-direction:column;animation:dialogSlideUp .2s cubic-bezier(.16,1,.3,1);box-shadow:0 24px 80px #0006}.dialog-panel__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.04)}.dialog-panel__header h2{font-size:.95rem;font-weight:600;color:var(--color-text-primary);letter-spacing:-.01em}.dialog-panel__close{background:none;border:none;color:var(--color-text-tertiary);font-size:1.3rem;cursor:pointer;padding:.2rem;line-height:1;transition:color .12s ease-out;border-radius:6px}.dialog-panel__close:hover{color:var(--color-text-primary);background:var(--color-surface-2)}.dialog-panel__body{padding:1.25rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--color-surface-3) transparent}.dialog-panel__footer{padding:.75rem 1.25rem;border-top:1px solid rgba(255,255,255,.04);display:flex;justify-content:flex-end;gap:.5rem}@keyframes dialogFadeIn{0%{opacity:0}to{opacity:1}}@keyframes dialogSlideUp{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.settings-content{display:flex;flex-direction:column;gap:0}.settings-section{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--color-surface-2)}.settings-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.settings-section__title{font-size:.7rem;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:.75rem}.settings-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.7rem}.settings-field>span{font-size:.8rem;color:var(--color-text-secondary);font-weight:500}.settings-field input,.settings-field select,.settings-field textarea{padding:.55rem .75rem;border:1px solid var(--color-surface-3);border-radius:6px;background:var(--color-surface-2);color:var(--color-text-primary);font-family:inherit;font-size:.82rem;outline:none;transition:border-color .2s ease-out}.settings-field input:focus,.settings-field select:focus,.settings-field textarea:focus{border-color:var(--color-accent-dim)}.settings-field input::placeholder,.settings-field select::placeholder,.settings-field textarea::placeholder{color:var(--color-text-tertiary)}.settings-field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235c5c6a' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;padding-right:1.8rem}.settings-field textarea{resize:vertical;min-height:60px}.settings-toggle{display:flex;align-items:center;gap:.55rem;font-size:.82rem;color:var(--color-text-secondary);margin-bottom:.45rem;cursor:pointer;padding:.35rem 0}.settings-toggle input[type=checkbox]{width:16px;height:16px;accent-color:var(--color-accent);cursor:pointer}.settings-toggle:hover{color:var(--color-text-primary)}.settings-hint{font-size:.75rem;color:var(--color-text-tertiary);margin-top:.25rem;line-height:1.45}.settings-hint--success{color:var(--color-success)}.btn,.polls__actions button{padding:.5rem 1rem;border:none;border-radius:6px;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .12s ease-out}.btn:disabled,.polls__actions button:disabled{opacity:.35;cursor:default}.btn--primary,.polls__actions button:last-child{background:var(--color-accent);color:var(--color-surface-0)}.btn--primary:hover:not(:disabled),.polls__actions button:hover:not(:disabled):last-child{background:var(--color-accent-dim)}.btn--secondary,.polls__actions button:first-child{background:var(--color-surface-3);color:var(--color-text-primary)}.btn--secondary:hover:not(:disabled),.polls__actions button:hover:not(:disabled):first-child{background:var(--color-surface-4)}.btn--danger{background:var(--color-danger);color:var(--color-text-primary)}.btn--danger:hover:not(:disabled){background:var(--color-danger-hover)}.feedback-content{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:.5rem 0}.feedback-stars{display:flex;gap:.25rem}.feedback-star{width:40px;height:40px;border:none;background:none;font-size:1.6rem;color:var(--color-surface-4);cursor:pointer;transition:color .12s ease-out,transform .12s ease-out}.feedback-star:hover{color:var(--color-accent);transform:scale(1.15)}.feedback-star--active{color:var(--color-accent)}.feedback-comment{width:100%;padding:.6rem .75rem;border:1px solid var(--color-surface-3);border-radius:6px;background:var(--color-surface-2);color:var(--color-text-primary);font-family:inherit;font-size:.82rem;outline:none;resize:vertical}.feedback-comment:focus{border-color:var(--color-accent-dim)}.feedback-comment::placeholder{color:var(--color-text-tertiary)}.speaker-stats__table{width:100%;border-collapse:collapse;font-size:.8rem}.speaker-stats__table th,.speaker-stats__table td{padding:.45rem .65rem;text-align:left;border-bottom:1px solid var(--color-surface-2)}.speaker-stats__table th{color:var(--color-text-tertiary);font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em}.speaker-stats__table td{color:var(--color-text-primary)}.video-layout{flex:1;overflow:hidden;min-width:0;min-height:0}.video-layout--tile{display:grid;gap:4px;padding:.5rem;height:100%;align-content:start;overflow:auto;min-height:0}.video-layout--list{display:flex;flex-direction:column;height:100%;min-height:0}.video-layout__main{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;min-width:0}.video-layout__main>*{flex:0 1 auto;min-width:0;min-height:0}.video-layout__tile{aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:var(--color-surface-1)}.video-layout__tile .thumbnail{width:100%;height:100%}.large-video{height:100%;width:auto;max-width:100%;aspect-ratio:16/9;min-width:0;min-height:0;background:var(--color-surface-1);border-radius:16px;overflow:hidden;position:relative}.large-video--screen{background:#05060a}.large-video--expanded{position:fixed;inset:1rem;width:auto;height:auto;max-width:none;max-height:none;aspect-ratio:auto;z-index:120;box-shadow:0 24px 80px #00000073}.large-video--fullscreen{inset:0;width:100%;height:100%;max-width:none;max-height:none;aspect-ratio:auto;border-radius:0}.large-video__track{width:100%;height:100%}.large-video__track--hidden{opacity:0;pointer-events:none}.large-video__camera-inset{position:absolute;right:1rem;bottom:3rem;width:clamp(180px,22%,280px);aspect-ratio:16/9;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.18);background:#05060aeb;box-shadow:0 18px 42px #00000057;z-index:2}.large-video__camera-track{width:100%;height:100%}.large-video__actions{position:absolute;top:12px;right:12px;z-index:2;display:flex;gap:.5rem}.large-video__action{padding:.45rem .75rem;border:1px solid rgba(255,255,255,.12);border-radius:100px;background:#070a12b8;color:var(--color-text-primary);font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;backdrop-filter:blur(10px);transition:background .12s ease-out,border-color .12s ease-out}.large-video__action:hover{background:#0c121ee0;border-color:#fff3}.large-video__avatar-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(.75rem,2vmin,1.5rem)}.large-video__avatar-container--overlay{position:absolute;inset:0;z-index:1;background:var(--color-surface-1)}.large-video__avatar{width:clamp(120px,20vmin,280px);height:clamp(120px,20vmin,280px);border-radius:50%;background:var(--color-surface-3);color:var(--color-accent);font-size:clamp(2.5rem,8vmin,6rem);font-weight:600;display:grid;place-items:center}.large-video__name{font-size:clamp(.95rem,1.8vmin,1.35rem);color:var(--color-text-secondary)}.large-video__speaker-label{position:absolute;bottom:12px;left:14px;font-size:.8rem;color:var(--color-text-primary);text-shadow:0 1px 4px rgba(0,0,0,.5)}.lobby-panel{padding:.75rem 1.25rem;background:var(--color-accent-wash);border-bottom:1px solid color-mix(in srgb,var(--color-accent),transparent 85%)}.lobby-panel__title{font-size:.8rem;font-weight:600;color:var(--color-accent);margin-bottom:.5rem}.lobby-panel__item{display:flex;align-items:center;justify-content:space-between;padding:.4rem 0}.lobby-panel__info{display:flex;align-items:center;gap:.5rem}.lobby-panel__avatar{width:28px;height:28px;border-radius:50%;background:var(--color-surface-3);color:var(--color-accent);font-size:.7rem;font-weight:600;display:grid;place-items:center}.lobby-panel__name{font-size:.82rem;color:var(--color-text-primary)}.lobby-panel__actions{display:flex;gap:.35rem}.lobby-panel__admit{padding:.4rem .75rem;border:none;border-radius:6px;background:var(--color-success);color:var(--color-text-primary);font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;min-height:32px}.lobby-panel__reject{padding:.4rem .75rem;border:1px solid var(--color-surface-4);border-radius:6px;background:transparent;color:var(--color-text-secondary);font-family:inherit;font-size:.75rem;cursor:pointer;min-height:32px}.lobby-waiting{height:100%;display:grid;place-items:center}.lobby-waiting__container{text-align:center;color:var(--color-text-secondary)}.lobby-waiting__container h2{font-size:1.2rem;color:var(--color-text-primary);margin-bottom:.5rem}.lobby-waiting__container p{font-size:.9rem;margin-bottom:1.5rem}.lobby-waiting__spinner{width:32px;height:32px;margin:0 auto;border:2px solid var(--color-surface-3);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite}.participants-pane__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--color-border-subtle);flex-shrink:0}.participants-pane__title{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin:0}.participants-pane__close{background:transparent;border:none;color:var(--color-text-secondary);font-size:1.5rem;line-height:1;padding:.25rem .5rem;cursor:pointer;border-radius:6px;transition:background .12s ease-out,color .12s ease-out}.participants-pane__close:hover{background:var(--color-surface-3);color:var(--color-text-primary)}.participants-pane__close:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.participants-pane__search-wrapper{padding:.75rem 1.25rem;flex-shrink:0}.participants-pane__search{width:100%;padding:.55rem .75rem;background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:10px;color:var(--color-text-primary);font-family:inherit;font-size:.9rem}.participants-pane__search::placeholder{color:var(--color-text-tertiary)}.participants-pane__search:focus{outline:none;border-color:var(--color-accent-dim)}.participants-pane__list{list-style:none;margin:0;padding:0 .75rem 1rem;overflow-y:auto;flex:1;min-height:0;display:flex;flex-direction:column;gap:.35rem}.participants-pane__row{display:flex;align-items:center;gap:.25rem;padding:.25rem;border-radius:10px;background:var(--color-surface-2);transition:background .12s ease-out,outline-color .12s ease-out;outline:2px solid transparent}.participants-pane__row:hover{background:var(--color-surface-3)}.participants-pane__row--pinned{background:var(--color-surface-3);outline-color:var(--color-accent)}.participants-pane__row-body{flex:1;min-width:0;display:flex;align-items:center;gap:.7rem;padding:.5rem;background:transparent;border:none;color:inherit;text-align:left;cursor:pointer;font:inherit;border-radius:10px;min-height:48px}.participants-pane__row-body:focus-visible{outline:2px solid var(--color-accent);outline-offset:0}.participants-pane__thumb{width:80px;aspect-ratio:16/9;flex-shrink:0;border-radius:6px;overflow:hidden;background:var(--color-surface-4);position:relative}.participants-pane__thumb-video{width:100%;height:100%;object-fit:cover}.participants-pane__thumb-fallback{width:100%;height:100%;display:grid;place-items:center;color:var(--color-text-secondary);font-weight:700;font-size:1.1rem}.participants-pane__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.participants-pane__name{font-size:.9rem;font-weight:600;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.participants-pane__you{color:var(--color-text-tertiary);font-weight:400}.participants-pane__pinned-tag{color:var(--color-accent);font-weight:500}.participants-pane__meta{font-size:.75rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:.4rem}.participants-pane__meta>span{line-height:1}.participants-pane__hand{color:var(--color-accent)}.participants-pane__role{text-transform:capitalize;color:var(--color-text-tertiary)}.participants-pane__kebab{background:transparent;border:none;color:var(--color-text-secondary);font-size:1.1rem;line-height:1;cursor:pointer;padding:.5rem .6rem;border-radius:6px;flex-shrink:0}.participants-pane__kebab:hover{background:var(--color-surface-4);color:var(--color-text-primary)}.participants-pane__kebab:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.participants-pane__menu{background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:10px;box-shadow:var(--color-shadow-elevated);padding:.25rem;display:flex;flex-direction:column;min-width:180px}.participants-pane__menu-item{background:transparent;border:none;color:var(--color-text-primary);text-align:left;padding:.55rem .75rem;border-radius:6px;cursor:pointer;font:inherit;font-size:.85rem}.participants-pane__menu-item:hover{background:var(--color-surface-3)}.participants-pane__menu-item--danger{color:var(--color-danger)}.whiteboard__body{height:70vh;position:relative}.whiteboard__frame{width:100%;height:100%}.whiteboard__loading{position:absolute;inset:0;display:grid;place-items:center;color:var(--color-text-secondary);font-size:.9rem}.vb-dialog__options{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.vb-dialog__option{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem;border:1.5px solid var(--color-surface-3);border-radius:10px;background:transparent;color:var(--color-text-secondary);font-family:inherit;font-size:.72rem;cursor:pointer;transition:all .12s ease-out}.vb-dialog__option:hover{border-color:var(--color-surface-4);color:var(--color-text-primary)}.vb-dialog__option--active{border-color:var(--color-accent);color:var(--color-accent)}.vb-dialog__preview{width:100%;aspect-ratio:16/9;border-radius:6px;object-fit:cover}.video-quality-dialog{display:flex;flex-direction:column;gap:.35rem}.video-quality-dialog__option{display:flex;align-items:center;gap:.55rem;padding:.5rem .65rem;border-radius:6px;cursor:pointer;font-size:.82rem;color:var(--color-text-secondary);transition:background .12s ease-out}.video-quality-dialog__option:hover{background:var(--color-surface-2)}.video-quality-dialog__option--active{color:var(--color-accent);background:var(--color-accent-wash)}.video-quality-dialog__option input[type=radio]{accent-color:var(--color-accent)}.shortcuts-help{display:flex;flex-direction:column;gap:.4rem}.shortcuts-help__item{display:flex;align-items:center;gap:.75rem;padding:.3rem 0}.shortcuts-help__key{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 .4rem;border:1px solid var(--color-surface-4);border-radius:6px;background:var(--color-surface-2);color:var(--color-text-primary);font-family:inherit;font-size:.75rem;font-weight:600}.shortcuts-help__desc{font-size:.82rem;color:var(--color-text-secondary)}.polls__create{display:flex;flex-direction:column;gap:.5rem}.polls__add-btn{align-self:flex-start;padding:.3rem .7rem;border:1px dashed var(--color-surface-4);border-radius:6px;background:transparent;color:var(--color-text-tertiary);font-family:inherit;font-size:.78rem;cursor:pointer}.polls__add-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.polls__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.polls__poll{padding:.75rem 0;border-bottom:1px solid var(--color-surface-2)}.polls__poll h4{font-size:.85rem;color:var(--color-text-primary);margin-bottom:.5rem}.polls__option{display:block;width:100%;padding:.4rem .65rem;margin-bottom:.3rem;border:1px solid var(--color-surface-3);border-radius:6px;background:transparent;color:var(--color-text-secondary);font-family:inherit;font-size:.8rem;text-align:left;cursor:pointer;transition:all .12s ease-out}.polls__option:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-text-primary)}.polls__option:disabled{opacity:.6;cursor:default}.subtitles{position:absolute;bottom:4.5rem;left:50%;transform:translate(-50%);max-width:80%;z-index:400}.subtitles__line{padding:.35rem .75rem;margin-bottom:.2rem;background:color-mix(in srgb,var(--color-surface-0),transparent 15%);border-radius:6px;text-align:center}.subtitles__line--interim{opacity:.6}.subtitles__speaker{font-size:.72rem;font-weight:600;color:var(--color-accent)}.subtitles__text{font-size:.82rem;color:var(--color-text-primary)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.talk-while-muted,.no-audio-signal,.noise-detection{position:fixed;bottom:5rem;left:50%;transform:translate(-50%);padding:.6rem 1.2rem;background:var(--color-surface-1);border:1px solid var(--color-accent-dim);border-radius:100px;color:var(--color-accent);font-size:.8rem;font-weight:500;z-index:800;animation:notifSlide .3s cubic-bezier(.16,1,.3,1)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:768px){.conference__header{padding:.5rem .75rem;gap:.45rem}.conference__participants-toggle{margin-left:auto;order:3}.conference__body{min-height:0;padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0px))}.conference__stage{padding:.75rem .75rem .5rem}.chat{position:fixed;left:0;right:0;bottom:0;height:min(55vh,420px);max-height:60vh;width:100%;z-index:200;border-left:none;border-top:1px solid rgba(255,255,255,.06);border-radius:16px 16px 0 0;box-shadow:0 -18px 40px #00000059}.dialog-panel{width:calc(100vw - 2rem);max-height:90vh}.vb-dialog__options{grid-template-columns:repeat(2,1fr)}.toolbox{position:fixed;left:.5rem;right:.5rem;bottom:calc(env(safe-area-inset-bottom,0px) + .5rem);margin:0;width:auto;max-width:none;gap:1px;padding:6px;border-radius:14px;z-index:220}.toolbox__sep{margin:0 4px}.toolbox__btn{min-width:44px;min-height:44px;padding:7px 8px}.toolbox__label{display:none}.thumbnail{width:140px;height:80px}.large-video{border-radius:10px}.large-video__camera-inset{right:.5rem;bottom:2.75rem;width:min(34vw,150px)}.large-video__actions{top:8px;right:8px}.video-layout--tile{gap:2px;padding:.35rem;align-content:start}.video-layout__main{padding:.5rem}.prejoin{padding:1rem}.notifications{left:.5rem;right:.5rem;max-width:none}}@media(max-width:480px){.vb-dialog__options{grid-template-columns:1fr}.prejoin__container{max-width:100%}.prejoin__controls{justify-content:stretch}.prejoin__control-btn{flex:1 1 0;justify-content:center}.home__container{max-width:100%}.large-video__camera-inset{width:min(38vw,120px)}}.settings-theme-choices{display:flex;gap:.5rem}.settings-theme-choice{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem .8rem;background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:10px;cursor:pointer;color:var(--color-text-secondary);transition:color .12s ease-out,border-color .12s ease-out,background .12s ease-out}.settings-theme-choice:hover{color:var(--color-text-primary);border-color:var(--color-border-strong)}.settings-theme-choice input[type=radio]{accent-color:var(--color-accent)}.settings-theme-choice:has(input:checked){border-color:var(--color-accent);color:var(--color-text-primary);background:var(--color-accent-wash)}.settings-hint{margin-top:.5rem;font-size:.8rem;color:var(--color-text-tertiary)}.drawer-overlay{position:fixed;inset:0;z-index:110;background:var(--color-backdrop);display:flex}.drawer-overlay[data-side=right]{justify-content:flex-end}.drawer-overlay[data-side=left]{justify-content:flex-start}.drawer-overlay[data-side=bottom]{align-items:flex-end}@media(min-width:960px){.drawer-overlay[data-side=right]{background:transparent;pointer-events:none}}.drawer-panel{position:relative;background:var(--color-surface-1);color:var(--color-text-primary);box-shadow:var(--color-shadow-elevated);display:flex;flex-direction:column;min-height:0;pointer-events:auto;width:var(--drawer-width, clamp(320px, 28vw, 420px));max-width:100vw;height:100dvh;animation:drawer-slide-in-right .26s cubic-bezier(.2,.7,.2,1)}.drawer-panel[data-side=left]{animation-name:drawer-slide-in-left}.drawer-panel[data-side=bottom]{width:100vw;height:min(80dvh,640px);animation-name:drawer-slide-in-bottom}@media(max-width:639px){.drawer-panel[data-mobile-mode=fullscreen]{width:100vw;height:100dvh;max-width:100vw}}@media(prefers-reduced-motion:reduce){.drawer-panel{animation:drawer-fade-in .12s ease-out}}@keyframes drawer-slide-in-right{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes drawer-slide-in-left{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes drawer-slide-in-bottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes drawer-fade-in{0%{opacity:0}to{opacity:1}}@media(min-width:960px){html[data-drawer-push=true] .conference__body{--drawer-width: clamp(320px, 28vw, 420px)}}
