.VideoPlayer-module__Xrkbtq__container{background:#000;border-radius:16px;width:100%;height:100%;position:relative;overflow:hidden}.VideoPlayer-module__Xrkbtq__video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.VideoPlayer-module__Xrkbtq__loading{color:#fff;background:#000c;flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:14px;display:flex;position:absolute;inset:0}.VideoPlayer-module__Xrkbtq__spinner{border:3px solid #fff3;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite VideoPlayer-module__Xrkbtq__spin}@keyframes VideoPlayer-module__Xrkbtq__spin{to{transform:rotate(360deg)}}
.Logo-module__hosOda__logo{color:inherit;align-items:center;text-decoration:none;display:flex}.Logo-module__hosOda__desktop{display:block}.Logo-module__hosOda__mobile{display:none}@media (max-width:768px){.Logo-module__hosOda__desktop{display:none}.Logo-module__hosOda__mobile{display:block}}
.Button-module__LCT47W__button{cursor:pointer;border:2px solid #0000;border-radius:40px;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__LCT47W__sm{padding:6px 24px;font-size:16px}.Button-module__LCT47W__md{padding:10px 24px;font-size:16px}.Button-module__LCT47W__lg{padding:12px 24px;font-size:20px}@media (max-width:768px){.Button-module__LCT47W__sm,.Button-module__LCT47W__md{padding:8px 20px;font-size:14px}.Button-module__LCT47W__lg{padding:10px 20px;font-size:14px}}.Button-module__LCT47W__primary{color:#fff;background-color:#1a1a1a;border-color:#1a1a1a}.Button-module__LCT47W__primary:hover:not(:disabled){background-color:#333;border-color:#333}.Button-module__LCT47W__secondary{color:#1a1a1a;background-color:#6677991a}.Button-module__LCT47W__secondary:hover:not(:disabled){background-color:#6793}.Button-module__LCT47W__accent{color:#fff;background-color:#ff4c6a;border-color:#ff4c6a}.Button-module__LCT47W__accent:hover:not(:disabled){background-color:#e8445f;border-color:#e8445f}.Button-module__LCT47W__outline{color:#1a1a1a;background-color:#0000;border-color:#1a1a1a}.Button-module__LCT47W__outline:hover:not(:disabled){color:#fff;background-color:#1a1a1a}.Button-module__LCT47W__outlineAccent{color:#ff4c6a;background-color:#0000;border-color:#ff4c6a}.Button-module__LCT47W__outlineAccent:hover:not(:disabled){color:#fff;background-color:#ff4c6a}.Button-module__LCT47W__outlineSecondary{color:#666;background-color:#0000;border-color:#d4d4d4}.Button-module__LCT47W__outlineSecondary:hover:not(:disabled){color:#1a1a1a;background-color:#e5e5e5}.Button-module__LCT47W__ghost{color:var(--foreground);background-color:#0000;border-color:#0000}.Button-module__LCT47W__ghost:hover:not(:disabled){background-color:var(--secondary)}.Button-module__LCT47W__danger{background-color:var(--danger);color:var(--danger-foreground);border-color:var(--danger)}.Button-module__LCT47W__danger:hover:not(:disabled){background-color:#dc2626;border-color:#dc2626}.Button-module__LCT47W__warning{background-color:var(--warning);color:var(--warning-foreground);border-color:var(--warning)}.Button-module__LCT47W__warning:hover:not(:disabled){background-color:#d97706;border-color:#d97706}.Button-module__LCT47W__success{background-color:var(--success);color:var(--success-foreground);border-color:var(--success)}.Button-module__LCT47W__success:hover:not(:disabled){background-color:#16a34a;border-color:#16a34a}.Button-module__LCT47W__info{background-color:var(--info);color:var(--info-foreground);border-color:var(--info)}.Button-module__LCT47W__info:hover:not(:disabled){background-color:#2563eb;border-color:#2563eb}.Button-module__LCT47W__disabled,.Button-module__LCT47W__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}
.ChooseLanguageModal-module__cQB4Kq__languageList{flex-direction:column;gap:4px;max-height:200px;margin-bottom:8px;display:flex;overflow-y:auto}.ChooseLanguageModal-module__cQB4Kq__loadingText{color:var(--muted-foreground);padding:16px 0;font-size:14px}.ChooseLanguageModal-module__cQB4Kq__languageItem{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:2px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-family:inherit;font-size:16px;transition:background-color .15s,border-color .15s;display:flex}.ChooseLanguageModal-module__cQB4Kq__languageItem:hover:not(:disabled){background-color:var(--muted)}.ChooseLanguageModal-module__cQB4Kq__languageItem:disabled{cursor:not-allowed;opacity:.7}.ChooseLanguageModal-module__cQB4Kq__languageItem.ChooseLanguageModal-module__cQB4Kq__selected{border-color:var(--ring);color:var(--ring);background-color:#ff4c6a1a}.ChooseLanguageModal-module__cQB4Kq__radioIndicator{border:2px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:border-color .15s,background-color .15s;display:flex}.ChooseLanguageModal-module__cQB4Kq__languageItem:hover:not(:disabled):not(.ChooseLanguageModal-module__cQB4Kq__selected) .ChooseLanguageModal-module__cQB4Kq__radioIndicator{border-color:var(--muted-foreground)}.ChooseLanguageModal-module__cQB4Kq__languageItem.ChooseLanguageModal-module__cQB4Kq__selected .ChooseLanguageModal-module__cQB4Kq__radioIndicator{border-color:var(--ring);background-color:var(--ring)}.ChooseLanguageModal-module__cQB4Kq__radioDot{background-color:#fff;border-radius:50%;width:8px;height:8px}.ChooseLanguageModal-module__cQB4Kq__acceptButton{width:100%;margin-top:8px}
.Header-module__tPtrlq__header{z-index:100;background-color:var(--background);padding:16px 24px;position:sticky;top:0;box-shadow:0 4px 30px #0000001a}.Header-module__tPtrlq__container{justify-content:space-between;align-items:center;gap:12px;max-width:1280px;margin:0 auto;display:flex}.Header-module__tPtrlq__logoLink{color:inherit;text-decoration:none}.Header-module__tPtrlq__avatarLink{color:inherit;cursor:pointer;align-items:center;text-decoration:none;display:flex}.Header-module__tPtrlq__nav{align-items:center;gap:8px;display:flex}.Header-module__tPtrlq__loading{width:70px;height:40px}@media (max-width:768px){.Header-module__tPtrlq__header{padding:12px 16px}}@media (max-width:480px){.Header-module__tPtrlq__header{padding:10px 12px}.Header-module__tPtrlq__nav{gap:6px}}
.Footer-module__MPE0dq__footer{background-color:var(--background);border-top:1px solid var(--border);padding:24px}.Footer-module__MPE0dq__container{justify-content:center;max-width:1280px;margin:0 auto;display:flex}.Footer-module__MPE0dq__nav{align-items:center;gap:32px;display:flex}.Footer-module__MPE0dq__link{color:var(--muted-foreground);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.Footer-module__MPE0dq__link:hover{color:var(--foreground)}@media (max-width:768px){.Footer-module__MPE0dq__footer{padding:20px 16px}.Footer-module__MPE0dq__nav{flex-wrap:wrap;justify-content:center;gap:20px}.Footer-module__MPE0dq__link{font-size:13px}}
.PageLayout-module__0OSy8G__layout{flex-direction:column;min-height:100vh;display:flex}.PageLayout-module__0OSy8G__main{flex:1}
.Card-module__YZZNYW__card{background-color:#eaecf1;border-radius:24px;padding:32px}.Card-module__YZZNYW__header{margin-bottom:24px}.Card-module__YZZNYW__title{color:var(--foreground);margin-bottom:8px;font-size:24px;font-weight:700}.Card-module__YZZNYW__description{color:var(--muted-foreground);font-size:15px;line-height:1.5}.Card-module__YZZNYW__content{flex-direction:column;gap:16px;display:flex}@media (max-width:768px){.Card-module__YZZNYW__card{border-radius:16px;padding:20px}}
.Input-module__Nmke_G__wrapper{flex-direction:column;gap:8px;width:100%;display:flex}.Input-module__Nmke_G__label{color:var(--muted-foreground);font-size:14px;font-weight:500}.Input-module__Nmke_G__inputContainer{background-color:#e0e4eb;border:2px solid #0000;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;transition:border-color .2s,box-shadow .2s;display:flex}.Input-module__Nmke_G__inputContainer:focus-within{border-color:var(--ring);box-shadow:0 0 0 3px #ff4c6a1a}.Input-module__Nmke_G__hasError{border-color:var(--primary);background-color:#fff5f7}.Input-module__Nmke_G__hasError:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #ff4c6a26}.Input-module__Nmke_G__leftIcon,.Input-module__Nmke_G__rightIcon{color:var(--muted-foreground);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Input-module__Nmke_G__leftIcon svg,.Input-module__Nmke_G__rightIcon svg{width:20px;height:20px}.Input-module__Nmke_G__rightIcon{cursor:pointer;transition:color .2s}.Input-module__Nmke_G__rightIcon:hover{color:var(--foreground)}.Input-module__Nmke_G__input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:16px}.Input-module__Nmke_G__input::placeholder{color:var(--muted-foreground)}.Input-module__Nmke_G__error{color:var(--primary);margin-top:4px;font-size:13px}
.Select-module__-H1VPW__trigger{width:100%;color:var(--muted-foreground);cursor:pointer;background-color:#fff;border:2px solid #0000;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;font-family:inherit;font-size:16px;transition:border-color .2s;display:flex}.Select-module__-H1VPW__trigger:hover{border-color:var(--border)}.Select-module__-H1VPW__trigger:focus{border-color:var(--ring);outline:none}.Select-module__-H1VPW__trigger[data-placeholder]{color:var(--muted-foreground)}.Select-module__-H1VPW__icon{color:var(--muted-foreground);justify-content:center;align-items:center;display:flex}.Select-module__-H1VPW__icon svg{width:20px;height:20px}.Select-module__-H1VPW__chevron{color:var(--muted-foreground);align-items:center;margin-left:auto;display:flex}.Select-module__-H1VPW__chevron svg{width:20px;height:20px}.Select-module__-H1VPW__content{z-index:1100;min-width:var(--radix-select-trigger-width);background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 38px -10px #16171859,0 10px 20px -15px #16171833}.Select-module__-H1VPW__viewport{padding:8px}.Select-module__-H1VPW__item{color:var(--foreground);cursor:pointer;border-radius:8px;outline:none;padding:12px 16px;font-size:16px;transition:background-color .15s}.Select-module__-H1VPW__item:hover,.Select-module__-H1VPW__item[data-highlighted]{background-color:#f3f4f6}.Select-module__-H1VPW__item[data-state=checked]{color:#ff4c6a;background-color:#ffe4e8}
.PersonalInfoSection-module__VucQ8G__form{flex-direction:column;gap:1rem;display:flex}.PersonalInfoSection-module__VucQ8G__formField{max-width:50%}@media (max-width:768px){.PersonalInfoSection-module__VucQ8G__formField{max-width:100%}}.PersonalInfoSection-module__VucQ8G__selectWrapper{flex-direction:column;gap:.5rem;display:flex}.PersonalInfoSection-module__VucQ8G__label{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.PersonalInfoSection-module__VucQ8G__actions{gap:.5rem;display:flex}.PersonalInfoSection-module__VucQ8G__view{flex-direction:column;gap:1rem;display:flex}.PersonalInfoSection-module__VucQ8G__editButton{align-self:flex-start}.PersonalInfoSection-module__VucQ8G__field{flex-direction:column;gap:.4rem;display:flex}.PersonalInfoSection-module__VucQ8G__loading{color:var(--muted-foreground)}
.AvatarSection-module__4zAUiG__main{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.AvatarSection-module__4zAUiG__preview{flex-shrink:0}.AvatarSection-module__4zAUiG__actions{flex-direction:column;gap:.5rem;display:flex}.AvatarSection-module__4zAUiG__hiddenInput{display:none}.AvatarSection-module__4zAUiG__loading{color:var(--muted-foreground)}.AvatarSection-module__4zAUiG__list{border-top:1px solid var(--secondary);margin-top:1.5rem;padding-top:1.5rem}.AvatarSection-module__4zAUiG__listTitle{margin-bottom:.75rem;font-size:.875rem;font-weight:500}.AvatarSection-module__4zAUiG__avatarGrid{flex-wrap:wrap;gap:1rem;display:flex}.AvatarSection-module__4zAUiG__avatarItem{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;transition:border-color .15s,box-shadow .15s;display:flex}.AvatarSection-module__4zAUiG__avatarItemCurrent{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.AvatarSection-module__4zAUiG__avatarThumb{-o-object-fit:cover;object-fit:cover;background:var(--muted);border-radius:50%;width:64px;height:64px}.AvatarSection-module__4zAUiG__avatarItemActions{gap:.25rem;display:flex}
.JoinStreamCard-module__G6TZRW__card{width:100%;max-width:680px}.JoinStreamCard-module__G6TZRW__form{flex-direction:row;align-items:flex-start;gap:16px;display:flex}.JoinStreamCard-module__G6TZRW__submitButton{flex-shrink:0;margin-top:22px}@media (max-width:640px){.JoinStreamCard-module__G6TZRW__form{flex-direction:column;align-items:stretch}.JoinStreamCard-module__G6TZRW__submitButton{width:100%;margin-top:0}}
.SignUpModal-module__l-i49W__form{flex-direction:column;gap:16px;display:flex}.SignUpModal-module__l-i49W__submitButton{width:100%;margin-top:8px}.SignUpModal-module__l-i49W__loginText{color:var(--foreground);text-align:left;font-size:15px}.SignUpModal-module__l-i49W__loginLink{color:#ff4c6a;font-weight:500;text-decoration:none}.SignUpModal-module__l-i49W__loginLink:hover{text-decoration:underline}.SignUpModal-module__l-i49W__error{color:#ff4c6a;margin-top:-8px;font-size:13px}.SignUpModal-module__l-i49W__twofaDescription{color:var(--foreground-muted,#888);text-align:center;margin:0;font-size:14px}
.ContactsSection-module__sMN9tG__contactsWrapper{flex-direction:column;gap:1.5rem;display:flex}.ContactsSection-module__sMN9tG__list{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.ContactsSection-module__sMN9tG__contactItem{background:var(--muted);border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem;display:flex}.ContactsSection-module__sMN9tG__contactInfo{flex-direction:column;gap:.25rem;display:flex}.ContactsSection-module__sMN9tG__contactValue{font-weight:500}.ContactsSection-module__sMN9tG__contactMeta{color:var(--muted-foreground);font-size:.75rem}.ContactsSection-module__sMN9tG__contactActions{flex-shrink:0;gap:.5rem;display:flex}.ContactsSection-module__sMN9tG__addBtn{align-self:flex-start;margin-top:.5rem}.ContactsSection-module__sMN9tG__loading{color:var(--muted-foreground)}.ContactsSection-module__sMN9tG__modalForm{flex-direction:column;gap:1rem;display:flex}.ContactsSection-module__sMN9tG__modalActions{gap:.5rem;display:flex}@media (max-width:640px){.ContactsSection-module__sMN9tG__contactItem{flex-wrap:wrap}.ContactsSection-module__sMN9tG__contactInfo,.ContactsSection-module__sMN9tG__contactActions{flex:100%}}
.VideoControls-module__fTqBCa__controls{z-index:10;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:absolute;bottom:24px;left:0;right:0}.VideoControls-module__fTqBCa__leftControls,.VideoControls-module__fTqBCa__rightControls{gap:12px;display:flex}.VideoControls-module__fTqBCa__centerControls{align-items:center;gap:16px;display:flex}.VideoControls-module__fTqBCa__controlButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex}.VideoControls-module__fTqBCa__controlButton:hover{background:#ffffff40;transform:scale(1.05)}.VideoControls-module__fTqBCa__controlButton:active{transform:scale(.95)}.VideoControls-module__fTqBCa__mediaButton{width:64px;height:64px}.VideoControls-module__fTqBCa__mediaButton.VideoControls-module__fTqBCa__active{background:var(--success)}.VideoControls-module__fTqBCa__mediaButton.VideoControls-module__fTqBCa__disabled{background:#64646499}.VideoControls-module__fTqBCa__endCall{background:var(--primary);width:64px;height:64px}.VideoControls-module__fTqBCa__endCall:hover{background:#f35}.VideoControls-module__fTqBCa__chatButton{background:var(--primary)}.VideoControls-module__fTqBCa__chatButton.VideoControls-module__fTqBCa__active{background:var(--primary);box-shadow:0 0 0 3px #ff4c6a4d}@media (max-width:640px){.VideoControls-module__fTqBCa__controls{padding:0 16px;bottom:16px}.VideoControls-module__fTqBCa__controlButton{width:48px;height:48px}.VideoControls-module__fTqBCa__mediaButton,.VideoControls-module__fTqBCa__endCall{width:56px;height:56px}.VideoControls-module__fTqBCa__centerControls{gap:12px}}
.StreamSetupCard-module__l4-Euq__card{width:100%;max-width:680px}.StreamSetupCard-module__l4-Euq__error{color:var(--danger);background:#ef44441a;border-radius:8px;margin-bottom:16px;padding:8px 12px;font-size:14px}.StreamSetupCard-module__l4-Euq__field{flex-direction:row;align-items:flex-end;gap:12px;display:flex}.StreamSetupCard-module__l4-Euq__inputWrapper{flex:1;min-width:0}.StreamSetupCard-module__l4-Euq__actions{flex-shrink:0;gap:8px;display:flex}@media (max-width:640px){.StreamSetupCard-module__l4-Euq__field{flex-direction:column;align-items:stretch}.StreamSetupCard-module__l4-Euq__actions{justify-content:flex-end}}
.SecuritySection-module__IKUnsW__section{margin-bottom:1.5rem}.SecuritySection-module__IKUnsW__subtitle{margin-bottom:.5rem;font-size:.875rem;font-weight:600}.SecuritySection-module__IKUnsW__twofaOptions{flex-wrap:wrap;gap:.5rem;display:flex}.SecuritySection-module__IKUnsW__twofaStatus{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.SecuritySection-module__IKUnsW__twofaEnabled{color:var(--muted-foreground);font-size:.875rem}.SecuritySection-module__IKUnsW__dangerZone{border-top:1px solid var(--secondary);margin-top:1.5rem;padding-top:1.5rem}.SecuritySection-module__IKUnsW__dangerTitle{color:var(--danger);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.SecuritySection-module__IKUnsW__dangerDesc{color:var(--muted-foreground);margin-bottom:.75rem;font-size:.875rem}.SecuritySection-module__IKUnsW__loading{color:var(--muted-foreground)}.SecuritySection-module__IKUnsW__modalForm{flex-direction:column;gap:1rem;display:flex}.SecuritySection-module__IKUnsW__modalActions{gap:.5rem;display:flex}.SecuritySection-module__IKUnsW__qrContainer{justify-content:center;padding:1rem;display:flex}.SecuritySection-module__IKUnsW__qr{width:200px;height:200px}@media (max-width:640px){.SecuritySection-module__IKUnsW__modalActions{flex-wrap:wrap}}
.StreamInfo-module__2iNuAW__topOverlay{z-index:5;background:linear-gradient(#00000080,#0000);justify-content:space-between;padding:16px 20px;display:flex;position:absolute;top:0;left:0;right:0}.StreamInfo-module__2iNuAW__speakerName{color:#fff;font-size:14px;font-weight:500}.StreamInfo-module__2iNuAW__callTime{color:#fffc;font-size:14px}.StreamInfo-module__2iNuAW__bottomInfo{z-index:5;justify-content:space-between;align-items:center;padding:0 20px;display:flex;position:absolute;bottom:100px;left:0;right:0}.StreamInfo-module__2iNuAW__lockInfo{color:#ffffffb3;align-items:center;gap:6px;font-size:13px;display:flex}.StreamInfo-module__2iNuAW__streamCode{color:#ffffffb3;font-family:monospace;font-size:13px}@media (max-width:640px){.StreamInfo-module__2iNuAW__topOverlay{padding:12px 16px}.StreamInfo-module__2iNuAW__speakerName,.StreamInfo-module__2iNuAW__callTime{font-size:12px}.StreamInfo-module__2iNuAW__bottomInfo{padding:0 16px;bottom:80px}.StreamInfo-module__2iNuAW__lockInfo,.StreamInfo-module__2iNuAW__streamCode{font-size:11px}}
.HomePage-module__O5jYha__hero{background-color:var(--background);text-align:center;padding:20px 24px 100px;overflow:hidden}.HomePage-module__O5jYha__heroContent{max-width:1280px;margin:0 auto}.HomePage-module__O5jYha__heroTitle{color:var(--foreground);letter-spacing:-2px;margin:0 0 16px;font-size:96px;font-weight:500;line-height:1.1}.HomePage-module__O5jYha__heroSubtitle{color:var(--foreground);font-size:40px;font-weight:500}.HomePage-module__O5jYha__heroTagline{color:var(--foreground);margin:0 0 24px;font-size:40px;font-weight:500}.HomePage-module__O5jYha__heroButtons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.HomePage-module__O5jYha__heroVisual{margin-top:80px;position:relative}.HomePage-module__O5jYha__decorativeCards{justify-content:center;align-items:center;gap:24px;max-width:1280px;margin:0 auto;display:flex}.HomePage-module__O5jYha__cardGroup{align-items:center;gap:12px;display:flex}.HomePage-module__O5jYha__cardGroupLeft{transform:translate(-20px)}.HomePage-module__O5jYha__cardGroupRight{transform:translate(20px)}.HomePage-module__O5jYha__decorativeCard{background-color:#ff4c6a;border-radius:20px;flex-shrink:0;position:relative}.HomePage-module__O5jYha__cardSmall{width:40px;height:160px}.HomePage-module__O5jYha__cardSmall__left{border-radius:0 40px 40px 0}.HomePage-module__O5jYha__cardSmall__right{border-radius:40px 0 0 40px}.HomePage-module__O5jYha__cardMedium{border-radius:40px;width:200px;height:160px}.HomePage-module__O5jYha__cardLarge{border-radius:40px;justify-content:center;align-items:center;width:160px;height:213px;display:flex}.HomePage-module__O5jYha__handDrawn{position:absolute;bottom:-30px;left:-40px}.HomePage-module__O5jYha__handDrawnHeart{position:absolute;top:60px;left:30px;transform:translate(-50%)}.HomePage-module__O5jYha__handDrawnWave{position:absolute;bottom:-60px}.HomePage-module__O5jYha__videoPlaceholder{background-color:#18191b;border-radius:40px;flex-shrink:0;justify-content:center;align-items:center;width:340px;height:340px;display:flex}.HomePage-module__O5jYha__videoText{color:#525f7a;font-size:14px}.HomePage-module__O5jYha__heroFooter{margin-top:80px}.HomePage-module__O5jYha__aiPolicyText{color:var(--muted-foreground);font-size:14px}.HomePage-module__O5jYha__aiPolicyLink{text-underline-offset:2px;text-decoration:underline}.HomePage-module__O5jYha__aiPolicyLink:hover{color:var(--primary)}.HomePage-module__O5jYha__aiTranslation{background-color:#18191b;padding:100px 24px}.HomePage-module__O5jYha__aiTranslationContent{flex-direction:column;align-items:center;max-width:1280px;margin:0 auto;display:flex}.HomePage-module__O5jYha__aiVideoPlaceholder{aspect-ratio:16/10;background-color:#f8f8f8;border-radius:40px;justify-content:center;align-items:center;width:100%;max-width:700px;margin-bottom:32px;display:flex}.HomePage-module__O5jYha__aiTranslationTitle{color:#fff;text-align:center;margin:0;font-size:40px;font-weight:500}.HomePage-module__O5jYha__technologies{background-color:var(--background);padding:100px 24px}.HomePage-module__O5jYha__technologiesContent{text-align:center;max-width:1280px;margin:0 auto}.HomePage-module__O5jYha__technologiesTitle{color:var(--foreground);margin:0 0 24px;font-size:40px;font-weight:600;line-height:1.2}.HomePage-module__O5jYha__technologiesDescription{color:var(--foreground);margin:0;font-size:16px;font-weight:500}@media (max-width:1024px){.HomePage-module__O5jYha__heroTitle{font-size:56px}.HomePage-module__O5jYha__heroSubtitle,.HomePage-module__O5jYha__heroTagline{font-size:22px}.HomePage-module__O5jYha__decorativeCards{gap:16px}.HomePage-module__O5jYha__cardSmall{width:60px;height:80px}.HomePage-module__O5jYha__cardSmall__left{border-radius:0 20px 20px 0}.HomePage-module__O5jYha__cardSmall__right{border-radius:20px 0 0 20px}.HomePage-module__O5jYha__cardMedium{border-radius:20px;width:90px;height:110px}.HomePage-module__O5jYha__cardLarge{border-radius:20px;width:110px;height:140px}.HomePage-module__O5jYha__videoPlaceholder{width:180px;height:180px}.HomePage-module__O5jYha__aiTranslationTitle,.HomePage-module__O5jYha__technologiesTitle{font-size:32px}}@media (max-width:768px){.HomePage-module__O5jYha__hero{padding:32px 16px 48px}.HomePage-module__O5jYha__heroTitle{letter-spacing:-1px;font-size:42px}.HomePage-module__O5jYha__heroSubtitle,.HomePage-module__O5jYha__heroTagline{font-size:18px}.HomePage-module__O5jYha__heroButtons{flex-direction:column;align-items:center}.HomePage-module__O5jYha__cardGroup{display:none}.HomePage-module__O5jYha__decorativeCards{justify-content:center}.HomePage-module__O5jYha__videoPlaceholder{width:100%;max-width:340px;height:200px}.HomePage-module__O5jYha__aiTranslation{padding:60px 16px}.HomePage-module__O5jYha__aiTranslationTitle{font-size:28px}.HomePage-module__O5jYha__technologies{padding:60px 16px}.HomePage-module__O5jYha__technologiesTitle{font-size:28px}.HomePage-module__O5jYha__technologiesDescription{font-size:14px}}@media (max-width:480px){.HomePage-module__O5jYha__heroTitle{font-size:36px}.HomePage-module__O5jYha__heroSubtitle,.HomePage-module__O5jYha__heroTagline{font-size:16px}.HomePage-module__O5jYha__aiTranslationTitle,.HomePage-module__O5jYha__technologiesTitle{font-size:24px}}
.LivePage-module__WhNXLW__page{background:var(--background);flex-direction:column;min-height:100vh;display:flex}.LivePage-module__WhNXLW__header{background:var(--background);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.LivePage-module__WhNXLW__headerActions{align-items:center;gap:12px;display:flex}.LivePage-module__WhNXLW__main{flex:1;gap:24px;padding:0 24px 24px;display:flex}.LivePage-module__WhNXLW__setupPanel{flex:1;justify-content:center;align-items:center;min-height:500px;display:flex}.LivePage-module__WhNXLW__setupContent{text-align:center;background:#fff;border-radius:24px;max-width:500px;padding:48px;box-shadow:0 4px 20px #00000014}.LivePage-module__WhNXLW__setupTitle{color:var(--foreground);margin-bottom:12px;font-size:32px;font-weight:700}.LivePage-module__WhNXLW__setupDescription{color:var(--muted-foreground);margin-bottom:32px;font-size:16px;line-height:1.5}.LivePage-module__WhNXLW__setupButtons{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.LivePage-module__WhNXLW__setupButton{width:100%}.LivePage-module__WhNXLW__setupLoading{color:var(--muted-foreground);flex-direction:column;align-items:center;gap:12px;margin-top:24px;display:flex}.LivePage-module__WhNXLW__streamInfo{background:var(--muted);text-align:left;word-break:break-all;border-radius:12px;margin-top:24px;padding:16px;font-size:14px}.LivePage-module__WhNXLW__streamInfo p{color:var(--muted-foreground);margin:8px 0}.LivePage-module__WhNXLW__streamInfo strong{color:var(--foreground)}.LivePage-module__WhNXLW__inputUrlLabel{border-top:1px solid var(--border);padding-top:12px;margin-top:16px!important}.LivePage-module__WhNXLW__hint{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:12px;font-size:13px;line-height:1.4;margin-top:16px!important}.LivePage-module__WhNXLW__errorMessage{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:24px;padding:16px;font-size:14px}.LivePage-module__WhNXLW__videoContainer{background:#000;border-radius:16px;flex:1;min-height:500px;position:relative;overflow:hidden}.LivePage-module__WhNXLW__loadingOverlay,.LivePage-module__WhNXLW__errorOverlay{color:#fff;z-index:20;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;inset:0}.LivePage-module__WhNXLW__spinner{border:3px solid #fff3;border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite LivePage-module__WhNXLW__spin}@keyframes LivePage-module__WhNXLW__spin{to{transform:rotate(360deg)}}.LivePage-module__WhNXLW__errorOverlay p{text-align:center;max-width:400px;font-size:16px}.LivePage-module__WhNXLW__retryButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:background .2s}.LivePage-module__WhNXLW__retryButton:hover{background:#f35}.LivePage-module__WhNXLW__controlsOverlay{background:linear-gradient(#0000,#000000b3);flex-direction:column;align-items:center;gap:16px;padding:24px;display:flex;position:absolute;bottom:0;left:0;right:0}.LivePage-module__WhNXLW__controlsContainer{align-items:center;gap:16px;display:flex}.LivePage-module__WhNXLW__controlButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex}.LivePage-module__WhNXLW__controlButton:hover{background:#ffffff4d;transform:scale(1.05)}.LivePage-module__WhNXLW__controlButton.LivePage-module__WhNXLW__muted{background:#fff6}.LivePage-module__WhNXLW__endCallButton{background:#ef4444;width:64px;height:64px}.LivePage-module__WhNXLW__endCallButton:hover{background:#dc2626}.LivePage-module__WhNXLW__languageIndicator{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500}@media (max-width:1024px){.LivePage-module__WhNXLW__main{flex-direction:column;padding:0 16px 16px}.LivePage-module__WhNXLW__setupContent{padding:32px}.LivePage-module__WhNXLW__setupTitle{font-size:28px}}@media (max-width:640px){.LivePage-module__WhNXLW__header{padding:12px 16px}.LivePage-module__WhNXLW__headerActions{gap:8px}.LivePage-module__WhNXLW__videoContainer{min-height:300px}.LivePage-module__WhNXLW__setupContent{padding:24px}.LivePage-module__WhNXLW__setupTitle{font-size:24px}.LivePage-module__WhNXLW__controlButton{width:48px;height:48px}.LivePage-module__WhNXLW__endCallButton{width:56px;height:56px}}
.NotFoundPage-module__u1-qBa__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:24px;display:flex}.NotFoundPage-module__u1-qBa__title{color:var(--foreground);letter-spacing:-1px;margin:0 0 16px;font-size:48px;font-weight:500}.NotFoundPage-module__u1-qBa__description{color:var(--foreground-muted,#6b7280);max-width:400px;margin:0 0 32px;font-size:18px}.NotFoundPage-module__u1-qBa__button{text-decoration:none}
.ProfilePage-module__NakEHG__page{max-width:1280px;margin:0 auto;padding:2rem 24px}.ProfilePage-module__NakEHG__title{margin-bottom:1.5rem;font-size:1.75rem;font-weight:600}@media (max-width:768px){.ProfilePage-module__NakEHG__page{padding:1.5rem 16px}.ProfilePage-module__NakEHG__title{font-size:1.5rem}}
.StreamerPage-module__-3XrtG__hero{text-align:center;padding:60px 24px 40px}.StreamerPage-module__-3XrtG__heroContent{max-width:800px;margin:0 auto}.StreamerPage-module__-3XrtG__heroTitle{color:var(--foreground);margin-bottom:8px;font-size:56px;font-weight:700;line-height:1.1}.StreamerPage-module__-3XrtG__heroSubtitle{color:var(--foreground);margin-bottom:32px;font-size:40px;font-weight:700}.StreamerPage-module__-3XrtG__heroButton{justify-content:center;display:flex}.StreamerPage-module__-3XrtG__cards{justify-content:center;gap:24px;max-width:1100px;margin:0 auto;padding:0 24px 60px;display:flex}@media (max-width:1024px){.StreamerPage-module__-3XrtG__cards{flex-direction:column;align-items:center}}@media (max-width:768px){.StreamerPage-module__-3XrtG__heroTitle{font-size:36px}.StreamerPage-module__-3XrtG__heroSubtitle{font-size:28px}.StreamerPage-module__-3XrtG__hero{padding:40px 16px 24px}.StreamerPage-module__-3XrtG__cards{padding:0 16px 40px}}
.UserPage-module__429Zna__hero{text-align:center;padding:60px 24px 40px}.UserPage-module__429Zna__heroContent{max-width:800px;margin:0 auto}.UserPage-module__429Zna__heroTitle{color:var(--foreground);margin-bottom:8px;font-size:56px;font-weight:700;line-height:1.1}.UserPage-module__429Zna__heroSubtitle{color:var(--foreground);margin-bottom:32px;font-size:40px;font-weight:700}.UserPage-module__429Zna__heroButton{justify-content:center;display:flex}.UserPage-module__429Zna__joinSection{justify-content:center;padding:40px 24px 60px;display:flex}@media (max-width:768px){.UserPage-module__429Zna__heroTitle{font-size:36px}.UserPage-module__429Zna__heroSubtitle{font-size:28px}.UserPage-module__429Zna__hero{padding:40px 16px 24px}.UserPage-module__429Zna__joinSection{padding:24px 16px 40px}}
.WatchPage-module__gjBCta__page{background:var(--background);flex-direction:column;min-height:100vh;display:flex}.WatchPage-module__gjBCta__header{background:var(--background);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.WatchPage-module__gjBCta__headerActions{align-items:center;gap:12px;display:flex}.WatchPage-module__gjBCta__main{flex:1;gap:24px;padding:0 24px 24px;display:flex}.WatchPage-module__gjBCta__videoContainer{background:#000;border-radius:16px;flex:1;min-height:500px;position:relative;overflow:hidden}.WatchPage-module__gjBCta__videoContainer.WatchPage-module__gjBCta__withChat{flex:0 0 calc(100% - 360px)}.WatchPage-module__gjBCta__loadingOverlay,.WatchPage-module__gjBCta__errorOverlay{color:#fff;z-index:20;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;inset:0}.WatchPage-module__gjBCta__spinner{border:3px solid #fff3;border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite WatchPage-module__gjBCta__spin}@keyframes WatchPage-module__gjBCta__spin{to{transform:rotate(360deg)}}.WatchPage-module__gjBCta__errorOverlay p{text-align:center;max-width:400px;font-size:16px}.WatchPage-module__gjBCta__retryButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:background .2s}.WatchPage-module__gjBCta__retryButton:hover{background:#f35}.WatchPage-module__gjBCta__chatPanel{background:#fff;border-radius:16px;flex-direction:column;width:336px;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.WatchPage-module__gjBCta__chatHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.WatchPage-module__gjBCta__chatHeader h3{color:var(--foreground);font-size:16px;font-weight:600}.WatchPage-module__gjBCta__closeChat{color:var(--muted-foreground);border-radius:8px;padding:8px;transition:all .2s}.WatchPage-module__gjBCta__closeChat:hover{background:var(--muted);color:var(--foreground)}.WatchPage-module__gjBCta__chatMessages{flex:1;padding:20px;overflow-y:auto}.WatchPage-module__gjBCta__chatEmpty{color:var(--muted-foreground);text-align:center;font-size:14px}.WatchPage-module__gjBCta__chatInput{border-top:1px solid var(--border);padding:16px}.WatchPage-module__gjBCta__chatInput input{border:1px solid var(--border);border-radius:24px;outline:none;width:100%;padding:12px 16px;font-size:14px;transition:border-color .2s}.WatchPage-module__gjBCta__chatInput input:focus{border-color:var(--primary)}.WatchPage-module__gjBCta__chatInput input:disabled{background:var(--muted);cursor:not-allowed}@media (max-width:1024px){.WatchPage-module__gjBCta__main{flex-direction:column;padding:0 16px 16px}.WatchPage-module__gjBCta__videoContainer.WatchPage-module__gjBCta__withChat{flex:none;min-height:400px}.WatchPage-module__gjBCta__chatPanel{width:100%;max-height:300px}}@media (max-width:640px){.WatchPage-module__gjBCta__header{padding:12px 16px}.WatchPage-module__gjBCta__headerActions{gap:8px}.WatchPage-module__gjBCta__videoContainer{min-height:300px}}
.DummyVideoPlayerPage-module__ubMZQq__page{background:var(--background);flex-direction:column;min-height:100vh;display:flex}.DummyVideoPlayerPage-module__ubMZQq__header{background:var(--background);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.DummyVideoPlayerPage-module__ubMZQq__main{flex-direction:column;flex:1;gap:16px;padding:0 24px 24px;display:flex}.DummyVideoPlayerPage-module__ubMZQq__urlInputContainer{gap:12px;width:100%;max-width:800px;margin:0 auto;display:flex}.DummyVideoPlayerPage-module__ubMZQq__urlInput{border:1px solid var(--border);background:#fff;border-radius:12px;outline:none;flex:1;padding:14px 20px;font-size:14px;transition:border-color .2s,box-shadow .2s}.DummyVideoPlayerPage-module__ubMZQq__urlInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ff4c6a1a}.DummyVideoPlayerPage-module__ubMZQq__urlInput::placeholder{color:var(--muted-foreground)}.DummyVideoPlayerPage-module__ubMZQq__loadButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:14px 28px;font-size:14px;font-weight:600;transition:background .2s,transform .1s}.DummyVideoPlayerPage-module__ubMZQq__loadButton:hover{background:#f35}.DummyVideoPlayerPage-module__ubMZQq__loadButton:active{transform:scale(.98)}.DummyVideoPlayerPage-module__ubMZQq__videoContainer{background:#000;border-radius:16px;flex:1;width:100%;max-width:1200px;min-height:500px;margin:0 auto;position:relative;overflow:hidden}.DummyVideoPlayerPage-module__ubMZQq__video{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.DummyVideoPlayerPage-module__ubMZQq__youtubePlayer{width:100%;height:100%;position:absolute;inset:0}.DummyVideoPlayerPage-module__ubMZQq__youtubePlayer iframe{border:none;width:100%;height:100%}.DummyVideoPlayerPage-module__ubMZQq__placeholder{color:#ffffff80;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;inset:0}.DummyVideoPlayerPage-module__ubMZQq__placeholder svg{opacity:.5}.DummyVideoPlayerPage-module__ubMZQq__placeholder p{text-align:center;font-size:16px}.DummyVideoPlayerPage-module__ubMZQq__errorOverlay{color:#fff;z-index:20;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;inset:0}.DummyVideoPlayerPage-module__ubMZQq__errorOverlay p{text-align:center;max-width:400px;font-size:16px}.DummyVideoPlayerPage-module__ubMZQq__retryButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:background .2s}.DummyVideoPlayerPage-module__ubMZQq__retryButton:hover{background:#f35}.DummyVideoPlayerPage-module__ubMZQq__controls{z-index:10;background:linear-gradient(#0000,#000c);justify-content:space-between;align-items:center;padding:16px 24px;display:flex;position:absolute;bottom:0;left:0;right:0}.DummyVideoPlayerPage-module__ubMZQq__controlsLeft,.DummyVideoPlayerPage-module__ubMZQq__controlsRight{align-items:center;gap:12px;display:flex}.DummyVideoPlayerPage-module__ubMZQq__controlButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.DummyVideoPlayerPage-module__ubMZQq__controlButton:hover{background:#ffffff40;transform:scale(1.05)}.DummyVideoPlayerPage-module__ubMZQq__controlButton:active{transform:scale(.95)}.DummyVideoPlayerPage-module__ubMZQq__controlButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.DummyVideoPlayerPage-module__ubMZQq__controlButton:disabled:hover{background:#ffffff26;transform:none}.DummyVideoPlayerPage-module__ubMZQq__volumeSlider{appearance:none;cursor:pointer;background:#ffffff4d;border-radius:2px;outline:none;width:100px;height:4px}.DummyVideoPlayerPage-module__ubMZQq__volumeSlider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .1s}.DummyVideoPlayerPage-module__ubMZQq__volumeSlider::-webkit-slider-thumb:hover{transform:scale(1.2)}.DummyVideoPlayerPage-module__ubMZQq__volumeSlider::-moz-range-thumb{cursor:pointer;background:#fff;border:none;border-radius:50%;width:14px;height:14px}.DummyVideoPlayerPage-module__ubMZQq__volumeSlider:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.DummyVideoPlayerPage-module__ubMZQq__main{padding:0 16px 16px}.DummyVideoPlayerPage-module__ubMZQq__urlInputContainer{flex-direction:column}.DummyVideoPlayerPage-module__ubMZQq__loadButton{width:100%}.DummyVideoPlayerPage-module__ubMZQq__videoContainer{min-height:300px}.DummyVideoPlayerPage-module__ubMZQq__controls{padding:12px 16px}.DummyVideoPlayerPage-module__ubMZQq__controlButton{width:44px;height:44px}.DummyVideoPlayerPage-module__ubMZQq__volumeSlider{width:80px}}@media (max-width:480px){.DummyVideoPlayerPage-module__ubMZQq__header{padding:12px 16px}.DummyVideoPlayerPage-module__ubMZQq__videoContainer{min-height:250px}.DummyVideoPlayerPage-module__ubMZQq__controlButton{width:40px;height:40px}.DummyVideoPlayerPage-module__ubMZQq__volumeSlider{width:60px}}
