.FeedClient-module__Z75pNq__container{width:100%;max-width:var(--max-width-7xl);margin-left:auto;margin-right:auto;padding:4rem 1rem}.FeedClient-module__Z75pNq__header{text-align:center;margin-bottom:4rem}.FeedClient-module__Z75pNq__titleWrapper{flex-direction:column;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.FeedClient-module__Z75pNq__title{background-image:linear-gradient(to right, var(--accent-500), var(--accent-600));color:#0000;letter-spacing:-.025em;-webkit-background-clip:text;background-clip:text;margin:0;padding-bottom:.5rem;font-size:2.25rem;font-weight:800;line-height:2.5rem}@media (min-width:768px){.FeedClient-module__Z75pNq__title{font-size:3.75rem;line-height:1}}.FeedClient-module__Z75pNq__liveIndicator{flex-shrink:0;width:1rem;height:1rem;display:flex;position:relative;transform:translateY(-.25rem)}.FeedClient-module__Z75pNq__livePing{background-color:var(--accent-400);opacity:.75;border-radius:9999px;width:100%;height:100%;animation:1s cubic-bezier(0,0,.2,1) infinite FeedClient-module__Z75pNq__ping;display:inline-flex;position:absolute}@keyframes FeedClient-module__Z75pNq__ping{75%,to{opacity:0;transform:scale(2)}}.FeedClient-module__Z75pNq__liveDot{background-color:var(--accent-500);border-radius:9999px;width:1rem;height:1rem;display:inline-flex;position:relative}.FeedClient-module__Z75pNq__subtitle{color:var(--slate-600);max-width:48rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.75rem}.dark .FeedClient-module__Z75pNq__subtitle{color:var(--slate-400)}@media (min-width:768px){.FeedClient-module__Z75pNq__subtitle{font-size:1.25rem;line-height:1.75rem}}.FeedClient-module__Z75pNq__searchWrapper{flex-direction:column;justify-content:center;align-items:center;gap:1rem;max-width:42rem;margin-left:auto;margin-right:auto;display:flex}@media (min-width:768px){.FeedClient-module__Z75pNq__searchWrapper{flex-direction:row}}.FeedClient-module__Z75pNq__searchInputBox{width:100%;position:relative}.FeedClient-module__Z75pNq__searchIcon{width:1.25rem;height:1.25rem;color:var(--slate-400);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.FeedClient-module__Z75pNq__searchInput{border:2px solid var(--slate-200);width:100%;color:var(--slate-900);background-color:#fff;border-radius:.75rem;outline:none;padding:.75rem 1rem .75rem 3rem;font-weight:500;transition:all .2s;box-shadow:0 1px 2px #0000000d}.FeedClient-module__Z75pNq__searchInput:focus{border-color:var(--accent-500);box-shadow:0 0 0 4px #3dd68c33}.dark .FeedClient-module__Z75pNq__searchInput{background-color:var(--slate-900);border-color:var(--slate-800);color:#fff}.dark .FeedClient-module__Z75pNq__searchInput:focus{border-color:var(--accent-500)}.FeedClient-module__Z75pNq__grid{grid-template-columns:1fr;gap:2rem;display:grid}.FeedClient-module__Z75pNq__shortsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}@media (min-width:640px){.FeedClient-module__Z75pNq__shortsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.FeedClient-module__Z75pNq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.FeedClient-module__Z75pNq__shortsGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1024px){.FeedClient-module__Z75pNq__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.FeedClient-module__Z75pNq__shortsGrid{grid-template-columns:repeat(5,minmax(0,1fr))}}.FeedClient-module__Z75pNq__emptyState{text-align:center;color:var(--slate-500);background-color:var(--slate-50);border:1px dashed var(--slate-200);border-radius:1rem;grid-column:1/-1;padding:3rem 0;font-weight:500}.dark .FeedClient-module__Z75pNq__emptyState{background-color:var(--slate-900);border-color:var(--slate-800);color:var(--slate-400)}.FeedClient-module__Z75pNq__card{border:1px solid var(--slate-200);background-color:#fff;border-radius:1rem;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000d}.FeedClient-module__Z75pNq__card:hover{border-color:var(--accent-200);transform:translateY(-.25rem);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.dark .FeedClient-module__Z75pNq__card{background-color:var(--slate-900);border-color:var(--slate-800)}.dark .FeedClient-module__Z75pNq__card:hover{border-color:var(--slate-700)}.FeedClient-module__Z75pNq__thumbnailWrapper{aspect-ratio:16/9;background-color:var(--slate-100);width:100%;position:relative;overflow:hidden}.FeedClient-module__Z75pNq__shortThumbnailWrapper{aspect-ratio:9/16;background-color:var(--slate-100);width:100%;position:relative;overflow:hidden}.dark .FeedClient-module__Z75pNq__thumbnailWrapper{background-color:var(--slate-950)}.dark .FeedClient-module__Z75pNq__shortThumbnailWrapper{background-color:var(--slate-950)}.FeedClient-module__Z75pNq__thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .7s}.FeedClient-module__Z75pNq__card:hover .FeedClient-module__Z75pNq__thumbnail{transform:scale(1.05)}.FeedClient-module__Z75pNq__overlay{background-color:#0f172a1a;transition:background-color .3s;position:absolute;inset:0}.FeedClient-module__Z75pNq__card:hover .FeedClient-module__Z75pNq__overlay{background-color:#0000}.FeedClient-module__Z75pNq__cardBody{flex-direction:column;flex:1;padding:1.25rem;display:flex}.FeedClient-module__Z75pNq__cardInfo{align-items:flex-start;gap:1rem;margin-top:.25rem;display:flex}.FeedClient-module__Z75pNq__avatar{border:1px solid var(--slate-200);border-radius:9999px;width:2.5rem;height:2.5rem;margin-top:.35rem}.dark .FeedClient-module__Z75pNq__avatar{border-color:var(--slate-700)}.FeedClient-module__Z75pNq__videoTitle{color:var(--slate-900);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:700;line-height:1.375;transition:color .2s;display:-webkit-box;overflow:hidden}.FeedClient-module__Z75pNq__card:hover .FeedClient-module__Z75pNq__videoTitle{color:var(--accent-600)}.dark .FeedClient-module__Z75pNq__videoTitle{color:#fff}.dark .FeedClient-module__Z75pNq__card:hover .FeedClient-module__Z75pNq__videoTitle{color:var(--accent-400)}.FeedClient-module__Z75pNq__channelName{color:var(--slate-600);white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:.875rem;font-weight:500;overflow:hidden}.dark .FeedClient-module__Z75pNq__channelName{color:var(--slate-400)}.FeedClient-module__Z75pNq__meta{color:var(--slate-500);align-items:center;gap:.25rem;margin-top:.25rem;font-size:.75rem;display:flex}.dark .FeedClient-module__Z75pNq__meta{color:var(--slate-400)}.FeedClient-module__Z75pNq__loadMoreWrapper{text-align:center;margin-top:4rem}.FeedClient-module__Z75pNq__loadMoreBtn{border:2px solid var(--slate-200);color:var(--slate-700);cursor:pointer;background-color:#fff;border-radius:.75rem;outline:none;align-items:center;gap:.5rem;padding:.875rem 2.5rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 1px 2px #0000000d}.FeedClient-module__Z75pNq__loadMoreBtn:hover{border-color:var(--slate-300);background-color:var(--slate-50);transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.FeedClient-module__Z75pNq__loadMoreBtn:disabled{opacity:.5;cursor:not-allowed}.FeedClient-module__Z75pNq__loadMoreBtn:focus{box-shadow:0 0 0 4px var(--slate-100)}.dark .FeedClient-module__Z75pNq__loadMoreBtn{background-color:var(--slate-900);border-color:var(--slate-800);color:var(--slate-300)}.dark .FeedClient-module__Z75pNq__loadMoreBtn:hover{border-color:var(--slate-700)}.dark .FeedClient-module__Z75pNq__loadMoreBtn:focus{box-shadow:0 0 0 4px var(--slate-800)}.FeedClient-module__Z75pNq__pillActive{cursor:pointer;background-color:var(--slate-900);color:#fff;border:none;border-radius:.5rem;padding:.375rem .75rem;font-size:.875rem;font-weight:600;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a}.dark .FeedClient-module__Z75pNq__pillActive{background-color:var(--slate-100);color:var(--slate-900)}.FeedClient-module__Z75pNq__pillInactive{cursor:pointer;border:1px solid var(--slate-200);color:var(--slate-600);box-shadow:none;background-color:#fff;border-radius:.5rem;padding:.375rem .75rem;font-size:.875rem;font-weight:600;transition:all .2s}.FeedClient-module__Z75pNq__pillInactive:hover{background-color:var(--slate-100)}.dark .FeedClient-module__Z75pNq__pillInactive{border:1px solid var(--slate-700);color:var(--slate-400);background-color:#0f172a80}.dark .FeedClient-module__Z75pNq__pillInactive:hover{background-color:var(--slate-800)}.FeedClient-module__Z75pNq__sortLabel{color:var(--slate-500);margin-right:.5rem;font-size:.875rem;font-weight:500;display:none}@media (min-width:768px){.FeedClient-module__Z75pNq__sortLabel{display:inline}}@keyframes FeedClient-module__Z75pNq__pulseFast{0%,to{opacity:1}50%{opacity:.4}}.FeedClient-module__Z75pNq__skeletonThumbnail{background-color:var(--slate-200);width:100%;height:100%;animation:1.2s cubic-bezier(.4,0,.6,1) infinite FeedClient-module__Z75pNq__pulseFast}.FeedClient-module__Z75pNq__skeletonTitle{background-color:var(--slate-200);border-radius:.25rem;height:1rem;animation:1.2s cubic-bezier(.4,0,.6,1) infinite FeedClient-module__Z75pNq__pulseFast}.FeedClient-module__Z75pNq__skeletonAvatar{background-color:var(--slate-200);border-radius:9999px;flex-shrink:0;width:2.5rem;height:2.5rem;margin-top:.35rem;animation:1.2s cubic-bezier(.4,0,.6,1) infinite FeedClient-module__Z75pNq__pulseFast}.FeedClient-module__Z75pNq__skeletonText{background-color:var(--slate-200);border-radius:.25rem;height:.75rem;animation:1.2s cubic-bezier(.4,0,.6,1) infinite FeedClient-module__Z75pNq__pulseFast}:is(.dark .FeedClient-module__Z75pNq__skeletonThumbnail,.dark .FeedClient-module__Z75pNq__skeletonTitle,.dark .FeedClient-module__Z75pNq__skeletonAvatar,.dark .FeedClient-module__Z75pNq__skeletonText){background-color:var(--slate-800)}
