.YouMeet-module__kTQs5a__container{color:#fff;background-color:#0f0f0f;max-width:100%;min-height:100vh;font-family:Roboto,Arial,sans-serif;display:flex}.YouMeet-module__kTQs5a__mobileNav{display:none}.YouMeet-module__kTQs5a__mobileNavItem{cursor:pointer;color:#aaa;background:0 0;border:none;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 4px;display:flex}.YouMeet-module__kTQs5a__mobileNavActive,.YouMeet-module__kTQs5a__mobileNavActive span:last-child{color:#3ea6ff}.YouMeet-module__kTQs5a__sidebar{width:240px;height:calc(100vh - var(--header-height,72px));top:var(--header-height,72px);scrollbar-width:thin;flex-shrink:0;padding:12px;position:sticky;overflow-y:auto}.YouMeet-module__kTQs5a__sidebar::-webkit-scrollbar{width:8px}.YouMeet-module__kTQs5a__sidebar::-webkit-scrollbar-thumb{background:0 0}.YouMeet-module__kTQs5a__sidebar:hover::-webkit-scrollbar-thumb{background:#717171;border-radius:4px}.YouMeet-module__kTQs5a__sidebarSection{border-bottom:1px solid #ffffff1a;margin-bottom:12px;padding-bottom:12px}.YouMeet-module__kTQs5a__sidebarItem{cursor:pointer;border-radius:10px;align-items:center;gap:24px;padding:10px 12px;transition:background .2s;display:flex;position:relative}.YouMeet-module__kTQs5a__albumActions{opacity:0;gap:4px;transition:opacity .2s;display:flex;position:absolute;right:8px}.YouMeet-module__kTQs5a__sidebarItem:hover .YouMeet-module__kTQs5a__albumActions{opacity:1}.YouMeet-module__kTQs5a__albumActionBtn{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;display:flex}.YouMeet-module__kTQs5a__albumActionBtn:hover{color:#fff;background:#ffffff1a}.YouMeet-module__kTQs5a__sidebarBottom{border-top:1px solid #333;margin-top:auto;padding-top:12px}.YouMeet-module__kTQs5a__timerBadge{color:#000;background:#3ea6ff;border-radius:4px;margin-left:auto;padding:2px 6px;font-size:11px;font-weight:700}.YouMeet-module__kTQs5a__sidebarItem:hover{background:#ffffff1a}.YouMeet-module__kTQs5a__sidebarItem.YouMeet-module__kTQs5a__active{background:#ffffff1a;font-weight:500}.YouMeet-module__kTQs5a__sidebarIcon{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.YouMeet-module__kTQs5a__sidebarText{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.YouMeet-module__kTQs5a__main{flex:1;min-width:0;padding:0 24px 40px}.YouMeet-module__kTQs5a__heroWrapper{flex-direction:column;align-items:center;padding:24px 0;transition:all .3s;display:flex}.YouMeet-module__kTQs5a__container:not(.YouMeet-module__kTQs5a__hasContent) .YouMeet-module__kTQs5a__heroWrapper{justify-content:center;height:60vh}.YouMeet-module__kTQs5a__sidebarHeader{color:#fff;justify-content:space-between;align-items:center;padding:12px 12px 6px;display:flex}.YouMeet-module__kTQs5a__addAlbumBtn{color:#aaa;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:20px;transition:color .2s;display:flex}.YouMeet-module__kTQs5a__addAlbumBtn:hover{color:#fff}.YouMeet-module__kTQs5a__modalOverlaySmall{z-index:11000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.YouMeet-module__kTQs5a__playerOverlay{z-index:10000;background:#0f0f0f;flex-direction:column;width:100%;height:100vh;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.YouMeet-module__kTQs5a__playerOverlay.YouMeet-module__kTQs5a__minimized{z-index:25000;background:#181818;border-radius:12px;width:360px;height:auto;inset:auto 32px 32px auto;overflow:hidden;box-shadow:0 20px 60px #000c,0 0 1px 1px #ffffff1a}.YouMeet-module__kTQs5a__playerOverlay.YouMeet-module__kTQs5a__minimized .YouMeet-module__kTQs5a__modalHeader,.YouMeet-module__kTQs5a__playerOverlay.YouMeet-module__kTQs5a__minimized .YouMeet-module__kTQs5a__playerSidebar,.YouMeet-module__kTQs5a__playerOverlay.YouMeet-module__kTQs5a__minimized .YouMeet-module__kTQs5a__videoDetails{display:none}.YouMeet-module__kTQs5a__modalBox{background:#212121;border-radius:12px;width:100%;max-width:400px;padding:24px}.YouMeet-module__kTQs5a__modalBox h3{margin-bottom:20px;font-size:18px}.YouMeet-module__kTQs5a__modalInput{color:#fff;background:#121212;border:1px solid #333;border-radius:8px;outline:none;width:100%;margin-bottom:20px;padding:12px}.YouMeet-module__kTQs5a__modalSelect{color:#fff;cursor:pointer;background:#121212;border:1px solid #333;border-radius:8px;outline:none;width:100%;margin-bottom:20px;padding:12px}.YouMeet-module__kTQs5a__modalInput:focus,.YouMeet-module__kTQs5a__modalSelect:focus{border-color:#3ea6ff}.YouMeet-module__kTQs5a__modalBtns{justify-content:flex-end;gap:12px;display:flex}.YouMeet-module__kTQs5a__cancelBtn{color:#fff;cursor:pointer;background:0 0;border:none;font-weight:500}.YouMeet-module__kTQs5a__confirmBtn{color:#000;cursor:pointer;background:#3ea6ff;border:none;border-radius:4px;padding:8px 16px;font-weight:500}.YouMeet-module__kTQs5a__searchBarWrapper{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:720px;margin-bottom:24px;display:flex}.YouMeet-module__kTQs5a__searchInputsRow{gap:8px;width:100%;display:flex}.YouMeet-module__kTQs5a__searchBox{background:#121212;border:1px solid #333;border-radius:40px;flex:1;padding-left:16px;display:flex;overflow:hidden}.YouMeet-module__kTQs5a__input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:10px;font-size:16px}.YouMeet-module__kTQs5a__searchBtn{color:#fff;cursor:pointer;background:#222;border:none;border-left:1px solid #333;justify-content:center;align-items:center;padding:0 20px;display:flex}.YouMeet-module__kTQs5a__addVideoButton{color:#000;cursor:pointer;white-space:nowrap;background:#3ea6ff;border:none;border-radius:40px;align-items:center;gap:10px;padding:0 24px;font-size:15px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #3ea6ff33}.YouMeet-module__kTQs5a__addVideoButton:hover{background:#65b8ff;transform:translateY(-1px);box-shadow:0 6px 16px #3ea6ff4d}.YouMeet-module__kTQs5a__addVideoButton:active{transform:translateY(0)}.YouMeet-module__kTQs5a__heroSubtext{color:#888;margin-top:8px;font-size:14px;font-weight:400}.YouMeet-module__kTQs5a__closeBtn{color:#fff;cursor:pointer;opacity:.6;background:0 0;border:none;font-size:18px;transition:opacity .2s}.YouMeet-module__kTQs5a__closeBtn:hover{opacity:1}.YouMeet-module__kTQs5a__chipsContainer{white-space:nowrap;scrollbar-width:none;gap:12px;padding:12px 0 24px;display:flex;overflow-x:auto}.YouMeet-module__kTQs5a__chipsContainer::-webkit-scrollbar{display:none}.YouMeet-module__kTQs5a__chip{cursor:pointer;background:#fcfcfc1a;border-radius:8px;padding:6px 12px;font-size:14px;font-weight:500;transition:background .2s}.YouMeet-module__kTQs5a__chip.YouMeet-module__kTQs5a__activeChip{color:#000;background:#fff}.YouMeet-module__kTQs5a__chip:hover:not(.YouMeet-module__kTQs5a__activeChip){background:#fff3}.YouMeet-module__kTQs5a__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px 16px;display:grid}.YouMeet-module__kTQs5a__card{cursor:pointer}.YouMeet-module__kTQs5a__thumbnailWrap{aspect-ratio:16/9;background:#222;border-radius:12px;width:100%;margin-bottom:12px;position:relative;overflow:hidden}.YouMeet-module__kTQs5a__thumbnail{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.YouMeet-module__kTQs5a__previewContainer{background:#000;width:100%;height:100%;overflow:hidden}.YouMeet-module__kTQs5a__timestamp{color:#fff;background:#000c;border-radius:4px;padding:2px 4px;font-size:12px;font-weight:500;position:absolute;bottom:8px;right:8px}.YouMeet-module__kTQs5a__cardContent{gap:12px;display:flex}.YouMeet-module__kTQs5a__channelAvatar{color:#aaa;background:#333;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.YouMeet-module__kTQs5a__cardInfo{flex:1;min-width:0}.YouMeet-module__kTQs5a__videoTitle{max-height:44px;margin-bottom:6px;font-size:16px;font-weight:500;line-height:20px;overflow:hidden}.YouMeet-module__kTQs5a__channelName{color:#aaa;align-items:center;gap:4px;font-size:14px;display:flex}.YouMeet-module__kTQs5a__videoMeta{color:#aaa;font-size:14px}.YouMeet-module__kTQs5a__dotsIcon{color:#fff;opacity:0;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:4px;transition:opacity .2s;display:flex}.YouMeet-module__kTQs5a__dotsIcon:hover{background:#ffffff1a}.YouMeet-module__kTQs5a__card:hover .YouMeet-module__kTQs5a__dotsIcon{opacity:1}.YouMeet-module__kTQs5a__modalHeader{justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex}.YouMeet-module__kTQs5a__playerMain{flex:1;gap:24px;padding:24px 40px;display:flex;overflow-y:auto}.YouMeet-module__kTQs5a__playerOverlay.YouMeet-module__kTQs5a__minimized .YouMeet-module__kTQs5a__playerMain{padding:0;display:block;overflow:hidden}.YouMeet-module__kTQs5a__videoContainer{flex:3}.YouMeet-module__kTQs5a__videoFrame{aspect-ratio:16/9;background:#000;border-radius:12px;width:100%;position:relative;overflow:hidden}.YouMeet-module__kTQs5a__playerOverlay.YouMeet-module__kTQs5a__minimized .YouMeet-module__kTQs5a__videoFrame{cursor:pointer;border-radius:0}.YouMeet-module__kTQs5a__playerSidebar{flex-direction:column;flex:1;gap:12px;min-width:300px;display:flex}.YouMeet-module__kTQs5a__sidebarCard{cursor:pointer;gap:8px;display:flex}.YouMeet-module__kTQs5a__sidebarThumb{border-radius:8px;flex-shrink:0;width:168px;height:94px;overflow:hidden}.YouMeet-module__kTQs5a__sidebarThumb img{object-fit:cover;width:100%;height:100%}.YouMeet-module__kTQs5a__sidebarInfo{flex:1;min-width:0}.YouMeet-module__kTQs5a__sidebarTitle{margin-bottom:4px;font-size:14px;font-weight:500}.YouMeet-module__kTQs5a__sidebarMeta{color:#aaa;font-size:12px}.YouMeet-module__kTQs5a__emptyState{text-align:center;color:#aaa;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;padding:120px 20px;animation:.8s ease-out YouMeet-module__kTQs5a__fadeIn;display:flex}.YouMeet-module__kTQs5a__emptyIconWrapper{background:radial-gradient(circle,#3ea6ff1a 0%,#0000 70%);border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;margin-bottom:40px;display:flex;position:relative}.YouMeet-module__kTQs5a__emptyIcon{filter:drop-shadow(0 10px 30px #3ea6ff66);font-size:80px;animation:4s ease-in-out infinite YouMeet-module__kTQs5a__float}@keyframes YouMeet-module__kTQs5a__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes YouMeet-module__kTQs5a__fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.YouMeet-module__kTQs5a__miniPlayerOverlay{opacity:0;pointer-events:none;color:#fff;z-index:10;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;transition:opacity .2s;display:flex;position:absolute;top:0;left:0}.YouMeet-module__kTQs5a__videoFrame:hover .YouMeet-module__kTQs5a__miniPlayerOverlay{opacity:1}.YouMeet-module__kTQs5a__miniControls{z-index:20;gap:8px;display:flex;position:absolute;top:8px;right:8px}.YouMeet-module__kTQs5a__miniControlBtn{color:#fff;cursor:pointer;background:#000c;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.YouMeet-module__kTQs5a__miniControlBtn:hover{color:#000;background:#3ea6ff}.YouMeet-module__kTQs5a__miniInfo{padding:12px 16px}.YouMeet-module__kTQs5a__miniTitle{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.YouMeet-module__kTQs5a__miniMeta{color:#aaa;font-size:11px}@media (max-width:1200px){.YouMeet-module__kTQs5a__playerMain{flex-direction:column}}@media (max-width:900px){.YouMeet-module__kTQs5a__sidebar{width:200px}.YouMeet-module__kTQs5a__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.YouMeet-module__kTQs5a__playerMain{padding:16px 20px}.YouMeet-module__kTQs5a__playerSidebar{min-width:unset}.YouMeet-module__kTQs5a__sidebarThumb{width:120px;height:68px}}@media (max-width:792px){.YouMeet-module__kTQs5a__container{flex-direction:column;padding-bottom:64px}.YouMeet-module__kTQs5a__sidebar{display:none}.YouMeet-module__kTQs5a__mobileNav{z-index:5000;background:#0f0f0f;border-top:1px solid #ffffff14;justify-content:space-around;align-items:center;width:100%;height:60px;padding:0 8px;display:flex;position:fixed;bottom:0;left:0}.YouMeet-module__kTQs5a__mobileNavItem{cursor:pointer;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 4px;transition:background .2s;display:flex}.YouMeet-module__kTQs5a__mobileNavItem.YouMeet-module__kTQs5a__active{color:#3ea6ff}.YouMeet-module__kTQs5a__mobileNavItem span:first-child{font-size:1.3rem;line-height:1}.YouMeet-module__kTQs5a__mobileNavItem span:last-child{color:#aaa;white-space:nowrap;font-size:.6rem;font-weight:600}.YouMeet-module__kTQs5a__mobileNavItem.YouMeet-module__kTQs5a__active span:last-child{color:#3ea6ff}.YouMeet-module__kTQs5a__main{padding:0 12px 24px}.YouMeet-module__kTQs5a__heroWrapper{padding:16px 0}.YouMeet-module__kTQs5a__container:not(.YouMeet-module__kTQs5a__hasContent) .YouMeet-module__kTQs5a__heroWrapper{justify-content:center;height:auto;min-height:50vh;padding-top:40px}.YouMeet-module__kTQs5a__searchBarWrapper{max-width:100%;margin-bottom:12px}.YouMeet-module__kTQs5a__searchInputsRow{flex-direction:column;gap:12px;width:100%}.YouMeet-module__kTQs5a__addVideoButton{justify-content:center;width:100%;height:48px;padding:12px}.YouMeet-module__kTQs5a__searchBox{border-radius:28px}.YouMeet-module__kTQs5a__input{padding:8px;font-size:14px}.YouMeet-module__kTQs5a__grid{grid-template-columns:1fr;gap:24px 0}.YouMeet-module__kTQs5a__card{align-items:flex-start;gap:12px;display:flex}.YouMeet-module__kTQs5a__thumbnailWrap{aspect-ratio:16/9;border-radius:8px;flex-shrink:0;width:160px;min-width:160px;margin-bottom:0}.YouMeet-module__kTQs5a__cardContent{flex-direction:column;flex:1;gap:6px;min-width:0}.YouMeet-module__kTQs5a__channelAvatar{display:none}.YouMeet-module__kTQs5a__cardInfo{width:100%}.YouMeet-module__kTQs5a__videoTitle{max-height:none;font-size:14px;line-height:1.4}.YouMeet-module__kTQs5a__channelName,.YouMeet-module__kTQs5a__videoMeta{font-size:12px}.YouMeet-module__kTQs5a__dotsIcon{opacity:1;width:32px;height:32px}.YouMeet-module__kTQs5a__card>div:last-child,.YouMeet-module__kTQs5a__cardContent>div:last-child{display:flex;flex-direction:row!important;gap:4px!important}.YouMeet-module__kTQs5a__chipsContainer{gap:8px;padding:8px 0 12px}.YouMeet-module__kTQs5a__chip{white-space:nowrap;flex-shrink:0;padding:5px 10px;font-size:13px}.YouMeet-module__kTQs5a__playerOverlay{-webkit-overflow-scrolling:touch;overflow-y:auto}.YouMeet-module__kTQs5a__modalHeader{z-index:10;background:#0f0f0f;height:48px;padding:0 12px;position:sticky;top:0}.YouMeet-module__kTQs5a__modalHeader .YouMeet-module__kTQs5a__title{font-size:16px!important}.YouMeet-module__kTQs5a__playerMain{flex-direction:column;gap:16px;padding:0 12px 24px}.YouMeet-module__kTQs5a__videoContainer{width:100%}.YouMeet-module__kTQs5a__videoFrame{aspect-ratio:16/9;border-radius:0;width:100%}.YouMeet-module__kTQs5a__videoDetails{margin-top:12px!important}.YouMeet-module__kTQs5a__videoDetails h1{font-size:16px!important}.YouMeet-module__kTQs5a__playerSidebar{min-width:unset;width:100%}.YouMeet-module__kTQs5a__sidebarThumb{width:100px;height:56px}.YouMeet-module__kTQs5a__playerOverlay.YouMeet-module__kTQs5a__minimized{width:calc(100vw - 24px);max-width:340px;bottom:72px;left:auto;right:12px}.YouMeet-module__kTQs5a__modalBox{max-width:calc(100vw - 32px);margin:16px}.YouMeet-module__kTQs5a__emptyState{padding:60px 16px}.YouMeet-module__kTQs5a__emptyIconWrapper{width:140px;height:140px;margin-bottom:24px}.YouMeet-module__kTQs5a__emptyIcon{font-size:56px}.YouMeet-module__kTQs5a__closeModal{padding:4px 10px!important;font-size:12px!important}}@media (max-width:480px){.YouMeet-module__kTQs5a__thumbnailWrap{width:130px;min-width:130px}.YouMeet-module__kTQs5a__chip{padding:4px 8px;font-size:12px}.YouMeet-module__kTQs5a__searchBarWrapper{padding:0}.YouMeet-module__kTQs5a__playerOverlay.YouMeet-module__kTQs5a__minimized{width:calc(100vw - 16px);max-width:320px;bottom:68px;right:8px}}.YouMeet-module__kTQs5a__toastContainer{z-index:99999;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.YouMeet-module__kTQs5a__toast{-webkit-backdrop-filter:blur(12px);color:#fff;pointer-events:auto;background:#212121f2;border-left:4px solid #3ea6ff;border-radius:12px;align-items:center;gap:12px;padding:12px 24px;font-size:14px;font-weight:500;animation:.4s cubic-bezier(.16,1,.3,1) forwards YouMeet-module__kTQs5a__toastSlideIn;display:flex;box-shadow:0 10px 30px #00000080,0 0 1px #ffffff1a}.YouMeet-module__kTQs5a__toastSuccess{border-left-color:#2ba640}.YouMeet-module__kTQs5a__toastError{border-left-color:#ff4e4e}.YouMeet-module__kTQs5a__toastInfo{border-left-color:#3ea6ff}@keyframes YouMeet-module__kTQs5a__toastSlideIn{0%{opacity:0;transform:translateY(20px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.YouMeet-module__kTQs5a__toastExit{animation:.3s cubic-bezier(.16,1,.3,1) forwards YouMeet-module__kTQs5a__toastSlideOut}@keyframes YouMeet-module__kTQs5a__toastSlideOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-10px)scale(.9)}}
