@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";*,*: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:#101014;color:#ededf0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:#d4a04a;color:#101014}.home{height:100%;display:grid;place-items:center;padding:2rem;background:radial-gradient(ellipse 60% 50% at 50% 100%,rgba(212,160,74,.08),transparent),#101014}.home__container{max-width:420px;width:100%}.home__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#ededf0;letter-spacing:-.03em;line-height:1;margin-bottom:.5rem}.home__subtitle{font-size:1rem;font-weight:400;color:#8e8e9a;margin-bottom:3rem}.home__form{display:flex;gap:0;background:#222229;border-radius:10px;border:1px solid #2c2c35;overflow:hidden;transition:border-color .2s ease-out}.home__form:focus-within{border-color:#b8882e}.home__input{flex:1;padding:.9rem 1rem;border:none;background:transparent;color:#ededf0;font-family:inherit;font-size:.95rem;outline:none}.home__input::placeholder{color:#5c5c6a}.home__button{padding:.9rem 1.6rem;border:none;background:#d4a04a;color:#101014;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:#b8882e}.home__button:disabled{opacity:.35;cursor:default}.conference{height:100%;display:flex;flex-direction:column;background:#101014}.conference__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1.25rem;color:#8e8e9a;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:#d4a04a;border-radius:50%;animation:spin .75s linear infinite}.conference__header{display:flex;align-items:center;gap:.75rem;padding:.6rem 1.25rem;background:#18181e;border-bottom:1px solid rgba(255,255,255,.03);flex-shrink:0}.conference__subject{font-size:.82rem;font-weight:600;color:#ededf0;letter-spacing:-.01em}.conference__room-name{font-size:.75rem;color:#5c5c6a;font-weight:400}.conference__participant-count{margin-left:auto;font-size:.7rem;color:#8e8e9a;background:#ffffff0a;padding:.2rem .55rem;border-radius:100px;letter-spacing:.01em}.conference__body{flex:1;display:flex;overflow:hidden}.conference__main{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.conference__stage{flex:1;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(ellipse 70% 60% at 50% 60%,rgba(212,160,74,.03),transparent)}.conference__large-video{width:100%;max-width:880px;aspect-ratio:16/9;background:#18181e;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:#2c2c35;color:#d4a04a;font-size:2.5rem;font-weight:600;display:grid;place-items:center;border:2px solid #38383f}.conference__avatar-name{font-size:.95rem;color:#8e8e9a;font-weight:400}.conference__filmstrip{display:flex;gap:.5rem;padding:.5rem 1.25rem .75rem;overflow-x:auto;flex-shrink:0;scrollbar-width:none;position:relative}.conference__filmstrip::-webkit-scrollbar{display:none}.conference__filmstrip{mask-image:linear-gradient(to right,transparent 0,black 1.25rem,black calc(100% - 1.25rem),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,black 1.25rem,black calc(100% - 1.25rem),transparent 100%)}.conference__thumbnail{position:relative;width:144px;height:84px;background:#18181e;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:#b8882e}.conference__thumbnail--speaking{border-color:#4a9e6a;outline:2px solid rgba(74,158,106,.25);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:#101014;background:#4a9e6a;border-radius:100px;letter-spacing:.03em;z-index:2}.conference__thumbnail:hover{border-color:#38383f}.conference__thumbnail-avatar{width:100%;height:100%;display:grid;place-items:center;background:#222229}.conference__thumbnail-avatar span{width:36px;height:36px;border-radius:50%;background:#2c2c35;color:#d4a04a;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:#ededf0;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:#d45050;color:#ededf0}.conference__indicator--hand{background:#d4a04a;color:#101014}.conference__error{text-align:center;color:#d45050;font-size:.9rem}.conference__error button{margin-top:1rem;padding:.5rem 1.25rem;border:1px solid #d45050;border-radius:6px;background:transparent;color:#d45050;font-family:inherit;font-size:.85rem;cursor:pointer;transition:background .12s ease-out}.conference__error button:hover{background:#d450501a}.conference__speaker-name{position:absolute;bottom:10px;left:12px;font-size:.8rem;color:#ededf0;text-shadow:0 1px 4px rgba(0,0,0,.6)}@keyframes spin{to{transform:rotate(360deg)}}.toolbox{display:flex;align-items:center;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;box-shadow:0 4px 24px #00000026,inset 0 .5px #ffffff0a}.toolbox__group{display:flex;align-items:center;gap:2px}.toolbox__sep{width:1px;height:28px;background:linear-gradient(to bottom,transparent 10%,#2c2c35 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:#5c5c6a;font-family:inherit;cursor:pointer;transition:color .15s ease,background .15s ease;min-width:50px}.toolbox__btn:hover{background:#ffffff0d;color:#ededf0}.toolbox__btn:active{transform:scale(.96)}.toolbox__btn--on{color:#ededf0}.toolbox__btn--off{color:#d45050}.toolbox__btn--off:hover{background:#d4505014;color:#e06060}.toolbox__btn--raised{color:#d4a04a;background:#d4a04a14}.toolbox__btn--raised:hover{background:#d4a04a1f}.toolbox__btn--recording{color:#d45050;animation:pulse 2s ease-in-out infinite}.toolbox__btn--leave{margin-left:4px;background:#d450501a;color:#f07070}.toolbox__btn--leave:hover{background:#d45050;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:#d4a04a;color:#101014;font-size:.55rem;font-weight:700;display:grid;place-items:center;line-height:1}.toolbox__more-menu{display:flex;flex-direction:column;background:#18181e;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:#5c5c6a;text-transform:uppercase;letter-spacing:.08em}.toolbox__more-item{display:block;width:100%;padding:7px 14px;border:none;background:transparent;color:#8e8e9a;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:#ededf0}@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:#d4a04a;background:#d4a04a14;padding:.15rem .5rem;border-radius:100px}.conference__indicator--screen{background:#3a7bd5;color:#ededf0}.prejoin{height:100%;display:grid;place-items:center;padding:2rem;background:radial-gradient(ellipse 50% 40% at 50% 50%,rgba(212,160,74,.08),transparent),#101014}.prejoin__container{max-width:440px;width:100%}.prejoin__title{font-size:1.25rem;font-weight:600;color:#ededf0;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:#18181e;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,#18181e,#222229)}.prejoin__avatar{width:72px;height:72px;border-radius:50%;background:#2c2c35;color:#d4a04a;font-size:1.75rem;font-weight:600;display:grid;place-items:center;border:2px solid #38383f}.prejoin__controls{display:flex;justify-content:center;gap:.5rem}.prejoin__control-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .95rem;border:1px solid #2c2c35;border-radius:100px;background:#222229;color:#8e8e9a;font-family:inherit;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .12s ease-out}.prejoin__control-btn:hover{border-color:#38383f;color:#ededf0}.prejoin__control-btn--off{border-color:#d450504d;color:#d45050}.prejoin__control-btn--off:hover{border-color:#d45050;background:#d4505014}.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:#d45050;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 #2c2c35;border-radius:6px;background:#222229;color:#ededf0;font-family:inherit;font-size:.9rem;outline:none;transition:border-color .2s ease-out}.prejoin__input:focus,.prejoin__select:focus{border-color:#b8882e}.prejoin__input::placeholder,.prejoin__select::placeholder{color:#5c5c6a}.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:#d4a04a;color:#101014;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:#b8882e}.prejoin__join-btn:disabled{opacity:.35;cursor:default}.chat{width:300px;display:flex;flex-direction:column;background:#18181e;border-left:1px solid rgba(255,255,255,.04);flex-shrink: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:#8e8e9a;text-transform:uppercase;letter-spacing:.06em}.chat__close{background:none;border:none;color:#5c5c6a;font-size:1.1rem;cursor:pointer;padding:0;line-height:1;transition:color .12s ease-out}.chat__close:hover{color:#ededf0}.chat__messages{flex:1;overflow-y:auto;padding:.75rem;scrollbar-width:thin;scrollbar-color:#2c2c35 transparent;scrollbar-gutter:stable}.chat__empty{display:grid;place-items:center;height:100%;color:#5c5c6a;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:#d4a04a0f;border:1px solid rgba(212,160,74,.08)}.chat__message--private{border-left:2px solid #d4a04a}.chat__message-header{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.2rem}.chat__sender{font-size:.72rem;font-weight:600;color:#d4a04a}.chat__time{font-size:.65rem;color:#5c5c6a}.chat__text{font-size:.82rem;color:#ededf0;word-break:break-word;line-height:1.45}.chat__input-area{display:flex;gap:0;margin:.5rem;background:#222229;border-radius:6px;border:1px solid #2c2c35;overflow:hidden;transition:border-color .2s ease-out}.chat__input-area:focus-within{border-color:#b8882e}.chat__input{flex:1;padding:.55rem .7rem;border:none;background:transparent;color:#ededf0;font-family:inherit;font-size:.8rem;outline:none}.chat__input::placeholder{color:#5c5c6a}.chat__send{padding:.55rem .85rem;border:none;background:#d4a04a;color:#101014;font-family:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .12s ease-out}.chat__send:hover:not(:disabled){background:#b8882e}.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:#18181e}.video-track__avatar{width:56px;height:56px;border-radius:50%;background:#2c2c35;color:#d4a04a;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:#ededf0;text-shadow:0 1px 3px rgba(0,0,0,.5)}.thumbnail{position:relative;width:180px;height:104px;background:#18181e;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:#4a9e6a;outline:2px solid rgba(74,158,106,.25);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:#101014;background:#4a9e6a;border-radius:100px;z-index:2}.thumbnail--video-muted .thumbnail__video{display:none}.thumbnail__video{width:100%;height:100%}.thumbnail__avatar-container{width:100%;height:100%;display:grid;place-items:center;background:#222229}.thumbnail__avatar{width:40px;height:40px;border-radius:50%;background:#2c2c35;color:#d4a04a;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:#ededf0;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:#d45050;color:#ededf0}.thumbnail__indicator--hand{background:#d4a04a;color:#101014}.thumbnail__indicator--screen{background:#3a7bd5;color:#ededf0}.thumbnail__mod{color:#d4a04a;font-size:.6rem;margin-right:2px}.filmstrip{display:flex;gap:.5rem;padding:.5rem 1rem;overflow-x:auto;flex-shrink:0;scrollbar-width:none}.filmstrip::-webkit-scrollbar{display:none}.filmstrip{mask-image:linear-gradient(to right,transparent 0,black 1rem,black calc(100% - 1rem),transparent 100%)}.filmstrip--vertical{flex-direction:column;overflow-y:auto;overflow-x:hidden;mask-image:linear-gradient(to bottom,transparent 0,black 1rem,black calc(100% - 1rem),transparent 100%)}.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:#ededf0;cursor:pointer;animation:notifSlide .3s cubic-bezier(.16,1,.3,1);border:1px solid rgba(255,255,255,.06);background:#18181e;box-shadow:0 4px 20px #0003}.notifications__item--info{border-left:3px solid #3a7bd5}.notifications__item--success{border-left:3px solid #4a9e6a}.notifications__item--warning{border-left:3px solid #d4a04a}.notifications__item--error{border-left:3px solid #d45050}.notifications__title{display:block;font-size:.8rem;font-weight:600}.notifications__message{font-size:.75rem;color:#8e8e9a;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:#18181e;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:#18181e;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:#ededf0;letter-spacing:-.01em}.dialog-panel__close{background:none;border:none;color:#5c5c6a;font-size:1.3rem;cursor:pointer;padding:.2rem;line-height:1;transition:color .12s ease-out;border-radius:6px}.dialog-panel__close:hover{color:#ededf0;background:#222229}.dialog-panel__body{padding:1.25rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#2c2c35 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 #222229}.settings-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.settings-section__title{font-size:.7rem;color:#5c5c6a;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:#8e8e9a;font-weight:500}.settings-field input,.settings-field select,.settings-field textarea{padding:.55rem .75rem;border:1px solid #2c2c35;border-radius:6px;background:#222229;color:#ededf0;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:#b8882e}.settings-field input::placeholder,.settings-field select::placeholder,.settings-field textarea::placeholder{color:#5c5c6a}.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:#8e8e9a;margin-bottom:.45rem;cursor:pointer;padding:.35rem 0}.settings-toggle input[type=checkbox]{width:16px;height:16px;accent-color:#d4a04a;cursor:pointer}.settings-toggle:hover{color:#ededf0}.settings-hint{font-size:.75rem;color:#5c5c6a;margin-top:.25rem;line-height:1.45}.settings-hint--success{color:#4a9e6a}.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:#d4a04a;color:#101014}.btn--primary:hover:not(:disabled),.polls__actions button:hover:not(:disabled):last-child{background:#b8882e}.btn--secondary,.polls__actions button:first-child{background:#2c2c35;color:#ededf0}.btn--secondary:hover:not(:disabled),.polls__actions button:hover:not(:disabled):first-child{background:#38383f}.btn--danger{background:#d45050;color:#ededf0}.btn--danger:hover:not(:disabled){background:#e06060}.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:#38383f;cursor:pointer;transition:color .12s ease-out,transform .12s ease-out}.feedback-star:hover{color:#d4a04a;transform:scale(1.15)}.feedback-star--active{color:#d4a04a}.feedback-comment{width:100%;padding:.6rem .75rem;border:1px solid #2c2c35;border-radius:6px;background:#222229;color:#ededf0;font-family:inherit;font-size:.82rem;outline:none;resize:vertical}.feedback-comment:focus{border-color:#b8882e}.feedback-comment::placeholder{color:#5c5c6a}.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 #222229}.speaker-stats__table th{color:#5c5c6a;font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em}.speaker-stats__table td{color:#ededf0}.video-layout{flex:1;overflow:hidden}.video-layout--tile{display:grid;gap:4px;padding:.5rem;height:100%;align-content:center}.video-layout--stage{display:flex;flex-direction:column;height:100%}.video-layout__main{flex:1;display:grid;place-items:center;padding:1rem;min-height:0}.video-layout__tile{aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:#18181e}.video-layout--filmstrip-only{display:flex;flex-wrap:wrap;gap:4px;padding:1rem;align-content:start}.large-video{width:100%;max-width:880px;aspect-ratio:16/9;background:#18181e;border-radius:16px;overflow:hidden;position:relative}.large-video--screen{background:#05060a}.large-video--expanded{position:fixed;inset:1rem;width:auto;max-width: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;aspect-ratio:auto;border-radius:0}.large-video__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:#ededf0;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:1rem}.large-video__avatar{width:100px;height:100px;border-radius:50%;background:#2c2c35;color:#d4a04a;font-size:2.5rem;font-weight:600;display:grid;place-items:center}.large-video__name{font-size:.95rem;color:#8e8e9a}.large-video__speaker-label{position:absolute;bottom:12px;left:14px;font-size:.8rem;color:#ededf0;text-shadow:0 1px 4px rgba(0,0,0,.5)}.lobby-panel{padding:.75rem 1.25rem;background:#d4a04a14;border-bottom:1px solid rgba(212,160,74,.15)}.lobby-panel__title{font-size:.8rem;font-weight:600;color:#d4a04a;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:#2c2c35;color:#d4a04a;font-size:.7rem;font-weight:600;display:grid;place-items:center}.lobby-panel__name{font-size:.82rem;color:#ededf0}.lobby-panel__actions{display:flex;gap:.35rem}.lobby-panel__admit{padding:.4rem .75rem;border:none;border-radius:6px;background:#4a9e6a;color:#ededf0;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;min-height:32px}.lobby-panel__reject{padding:.4rem .75rem;border:1px solid #38383f;border-radius:6px;background:transparent;color:#8e8e9a;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:#8e8e9a}.lobby-waiting__container h2{font-size:1.2rem;color:#ededf0;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 #2c2c35;border-top-color:#d4a04a;border-radius:50%;animation:spin .8s linear infinite}.participants-pane__search{width:100%;padding:.5rem .7rem;border:1px solid #2c2c35;border-radius:6px;background:#222229;color:#ededf0;font-family:inherit;font-size:.82rem;outline:none;margin-bottom:.75rem}.participants-pane__search:focus{border-color:#b8882e}.participants-pane__search::placeholder{color:#5c5c6a}.participants-pane__list{max-height:400px;overflow-y:auto;scrollbar-gutter:stable}.participants-pane__item{display:flex;align-items:center;gap:.6rem;padding:.45rem 0;border-bottom:1px solid #222229}.participants-pane__item:last-child{border-bottom:none}.participants-pane__avatar{width:32px;height:32px;border-radius:50%;background:#2c2c35;color:#d4a04a;font-size:.8rem;font-weight:600;display:grid;place-items:center;flex-shrink:0}.participants-pane__info{flex:1;min-width:0}.participants-pane__name{font-size:.82rem;color:#ededf0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.participants-pane__role{font-size:.68rem;color:#5c5c6a;text-transform:capitalize}.participants-pane__indicators{display:flex;gap:.35rem;font-size:.68rem;color:#5c5c6a}.participants-pane__actions{display:flex;gap:.25rem}.participants-pane__actions button{width:28px;height:28px;border:1px solid #2c2c35;border-radius:6px;background:transparent;color:#5c5c6a;font-size:.65rem;font-weight:700;cursor:pointer;transition:all .12s ease-out}.participants-pane__actions button:hover{border-color:#38383f;color:#ededf0;background:#222229}.whiteboard__body{height:70vh;position:relative}.whiteboard__frame{width:100%;height:100%}.whiteboard__loading{position:absolute;inset:0;display:grid;place-items:center;color:#8e8e9a;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 #2c2c35;border-radius:10px;background:transparent;color:#8e8e9a;font-family:inherit;font-size:.72rem;cursor:pointer;transition:all .12s ease-out}.vb-dialog__option:hover{border-color:#38383f;color:#ededf0}.vb-dialog__option--active{border-color:#d4a04a;color:#d4a04a}.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:#8e8e9a;transition:background .12s ease-out}.video-quality-dialog__option:hover{background:#222229}.video-quality-dialog__option--active{color:#d4a04a;background:#d4a04a14}.video-quality-dialog__option input[type=radio]{accent-color:#d4a04a}.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 #38383f;border-radius:6px;background:#222229;color:#ededf0;font-family:inherit;font-size:.75rem;font-weight:600}.shortcuts-help__desc{font-size:.82rem;color:#8e8e9a}.polls__create{display:flex;flex-direction:column;gap:.5rem}.polls__add-btn{align-self:flex-start;padding:.3rem .7rem;border:1px dashed #38383f;border-radius:6px;background:transparent;color:#5c5c6a;font-family:inherit;font-size:.78rem;cursor:pointer}.polls__add-btn:hover{border-color:#d4a04a;color:#d4a04a}.polls__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.polls__poll{padding:.75rem 0;border-bottom:1px solid #222229}.polls__poll h4{font-size:.85rem;color:#ededf0;margin-bottom:.5rem}.polls__option{display:block;width:100%;padding:.4rem .65rem;margin-bottom:.3rem;border:1px solid #2c2c35;border-radius:6px;background:transparent;color:#8e8e9a;font-family:inherit;font-size:.8rem;text-align:left;cursor:pointer;transition:all .12s ease-out}.polls__option:hover:not(:disabled){border-color:#d4a04a;color:#ededf0}.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:#101014d9;border-radius:6px;text-align:center}.subtitles__line--interim{opacity:.6}.subtitles__speaker{font-size:.72rem;font-weight:600;color:#d4a04a}.subtitles__text{font-size:.82rem;color:#ededf0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid #d4a04a;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:#18181e;border:1px solid #b8882e;border-radius:100px;color:#d4a04a;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){.chat{position:fixed;inset:0;width:100%;z-index:200}.dialog-panel{width:calc(100vw - 2rem);max-height:90vh}.vb-dialog__options{grid-template-columns:repeat(2,1fr)}.conference__header{padding:.5rem .75rem;gap:.5rem}.toolbox{gap:1px;padding:5px 6px;border-radius:12px}.toolbox__sep{margin:0 4px}.toolbox__btn{min-width:42px;padding:6px 8px}.toolbox__label{display:none}.thumbnail{width:140px;height:80px}.large-video{border-radius:10px}.video-layout--tile{gap:2px;padding:.25rem}.video-layout__main{padding:.5rem}.notifications{left:.5rem;right:.5rem;max-width:none}}@media(max-width:480px){.toolbox__group:nth-child(5){display:none}.toolbox__sep:last-of-type{display:none}.vb-dialog__options{grid-template-columns:1fr}.prejoin__container,.home__container{max-width:100%}}
