.authorFeedCard{width:100%;display:flex;flex-direction:column;gap:10px;padding:12px 12px 6px;background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:20px}.authorFeedCard>.authorFeedCard_head{display:flex;align-items:center;justify-content:space-between;gap:10px}.authorFeedCard>.authorFeedCard_head>.authorFeedCard_author{display:flex;align-items:center;gap:10px;min-width:0;text-decoration:none;color:#fff}.authorFeedCard>.authorFeedCard_head>.authorFeedCard_author .userIcon_image,.authorFeedCard>.authorFeedCard_head>.authorFeedCard_author .userIcon_defaultAvatar{border-radius:50%;object-fit:cover;flex-shrink:0}.authorFeedCard>.authorFeedCard_head>.authorFeedCard_author>.authorFeedCard_authorText{display:flex;flex-direction:column;min-width:0}.authorFeedCard>.authorFeedCard_head>.authorFeedCard_author>.authorFeedCard_authorText>.authorFeedCard_name{font-weight:600;font-size:15px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.authorFeedCard>.authorFeedCard_head>.authorFeedCard_author>.authorFeedCard_authorText>.authorFeedCard_meta{font-weight:400;font-size:13px;line-height:18px;color:#939393;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.authorFeedCard>.authorFeedCard_head>.authorFeedCard_author>.authorFeedCard_authorText>.authorFeedCard_meta .authorFeedCard_meta_accent{color:var(--db-volt);font-weight:600}.authorFeedCard>.authorFeedCard_head>.authorFeedCard_dots{position:relative;flex-shrink:0}.authorFeedCard>.authorFeedCard_head>.authorFeedCard_dots>button{display:flex;background:transparent;border:none;outline:none;padding:6px;cursor:pointer}.authorFeedCard>.authorFeedCard_head>.authorFeedCard_dots>button>img{width:20px;height:20px;opacity:.7}.authorFeedCard>.authorFeedCard_head>.authorFeedCard_dots>.authorFeedCard_options{position:absolute;right:8px;top:32px;padding:6px 0;background:var(--green-dark);border:1px solid rgba(255,255,255,.08);border-radius:10px;z-index:1001}.authorFeedCard>.authorFeedCard_head>.authorFeedCard_dots>.authorFeedCard_options>button{width:120px;height:32px;border:none;outline:none;background:transparent;color:#fff;font-family:Manrope;font-weight:600;cursor:pointer}.authorFeedCard>.authorFeedCard_head>.authorFeedCard_dots>.authorFeedCard_options>button:hover{background:var(--hl-surface)}.authorFeedCard>.authorFeedCard_head>.authorFeedCard_dots>.authorFeedCard_options_backdrop{position:fixed;inset:0;width:100%;height:100%;z-index:1000}.authorFeedCard>.authorFeedCard_desc{margin:0 2px;font-size:14px;line-height:20px;color:#ffffffe6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.authorFeedCard>.authorFeedCard_hero{position:relative;display:block;width:100%;aspect-ratio:4/5;overflow:hidden;padding:0;border:none;border-radius:16px;background:#000;cursor:pointer}.authorFeedCard>.authorFeedCard_hero .videoPreview,.authorFeedCard>.authorFeedCard_hero .textWork,.authorFeedCard>.authorFeedCard_hero>img{width:100%;height:100%}.authorFeedCard>.authorFeedCard_hero .videoPreview_previewImg,.authorFeedCard>.authorFeedCard_hero>img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.authorFeedCard>.authorFeedCard_hero>.authorFeedCard_scrim{position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));pointer-events:none;z-index:1}.authorFeedCard>.authorFeedCard_hero>.authorFeedCard_hero_context{position:absolute;left:10px;bottom:10px;z-index:2;display:flex;align-items:center;flex-wrap:wrap;gap:6px;max-width:calc(100% - 92px)}.authorFeedCard>.authorFeedCard_hero>.authorFeedCard_hero_context>.workPreviewContest,.authorFeedCard>.authorFeedCard_hero>.authorFeedCard_hero_context>.workPlatform{background:#04120e8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:5px 12px;max-width:100%}.authorFeedCard>.authorFeedCard_hero>.authorFeedCard_hero_stat{position:absolute;right:10px;bottom:10px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:#04120e8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#ffffffeb;font-weight:600;font-size:13px;line-height:18px}.authorFeedCard>.authorFeedCard_hero>.authorFeedCard_hero_stat>img{width:15px;height:15px;filter:brightness(0) invert(1);opacity:.9}.authorFeedCard>.authorFeedCard_strip{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 4px;scrollbar-width:none}.authorFeedCard>.authorFeedCard_strip::-webkit-scrollbar{display:none}@media(hover:hover)and (pointer:fine){.authorFeedCard>.authorFeedCard_strip{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}.authorFeedCard>.authorFeedCard_strip::-webkit-scrollbar{display:block;height:6px}.authorFeedCard>.authorFeedCard_strip::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:3px}.authorFeedCard>.authorFeedCard_strip::-webkit-scrollbar-track{background:transparent}}.authorFeedCard>.authorFeedCard_strip>.authorFeedCard_thumb{position:relative;flex:0 0 auto;width:84px;aspect-ratio:4/5;overflow:hidden;padding:0;border:none;border-radius:12px;background:#000;cursor:pointer}.authorFeedCard>.authorFeedCard_strip>.authorFeedCard_thumb>img,.authorFeedCard>.authorFeedCard_strip>.authorFeedCard_thumb .textWork{width:100%;height:100%;object-fit:cover}.authorFeedCard>.authorFeedCard_strip>.authorFeedCard_thumb>.authorFeedCard_thumb_play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.authorFeedCard>.authorFeedCard_strip>.authorFeedCard_thumb>.authorFeedCard_thumb_play>img{width:26px;height:26px;opacity:.9;filter:drop-shadow(0 1px 4px rgba(0,0,0,.6))}.authorFeedCard>.authorFeedCard_strip>.authorFeedCard_thumb:hover>img{transform:scale(1.05);transition:transform .3s ease}.authorFeedCard>.authorFeedCard_feedback{margin-top:2px}@media(hover:hover)and (pointer:fine){.authorFeedCard>.authorFeedCard_hero:hover .videoPreview_previewImg,.authorFeedCard>.authorFeedCard_hero:hover>img{transform:scale(1.04)}}.authorFeedCardSkeleton{width:100%;padding:12px 12px 6px;background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:20px;display:flex;flex-direction:column;gap:12px}.authorFeedCardSkeleton .sk{background:linear-gradient(90deg,#ffffff0a,#ffffff17,#ffffff0a);background-size:200% 100%;animation:authorFeedCardShimmer 1.4s ease-in-out infinite}.authorFeedCardSkeleton>.authorFeedCardSkeleton_head{display:flex;align-items:center;gap:10px}.authorFeedCardSkeleton>.authorFeedCardSkeleton_head>.authorFeedCardSkeleton_avatar{flex:0 0 auto;width:40px;height:40px;border-radius:50%}.authorFeedCardSkeleton>.authorFeedCardSkeleton_head>.authorFeedCardSkeleton_headText{display:flex;flex-direction:column;gap:6px}.authorFeedCardSkeleton>.authorFeedCardSkeleton_head>.authorFeedCardSkeleton_headText>.authorFeedCardSkeleton_line{height:12px;border-radius:6px}.authorFeedCardSkeleton>.authorFeedCardSkeleton_head>.authorFeedCardSkeleton_headText>.authorFeedCardSkeleton_line--name{width:120px}.authorFeedCardSkeleton>.authorFeedCardSkeleton_head>.authorFeedCardSkeleton_headText>.authorFeedCardSkeleton_line--meta{width:80px;height:10px}.authorFeedCardSkeleton>.authorFeedCardSkeleton_hero{width:100%;aspect-ratio:4/5;border-radius:16px}.authorFeedCardSkeleton>.authorFeedCardSkeleton_feedback{display:flex;gap:10px}.authorFeedCardSkeleton>.authorFeedCardSkeleton_feedback>.authorFeedCardSkeleton_pill{width:64px;height:24px;border-radius:999px}@keyframes authorFeedCardShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.worksSection{display:flex;justify-content:center}.worksSection>.worksSection_container{max-width:544px;width:100%;padding:16px 16px 0;position:relative}.worksSection>.worksSection_container>button{margin:10px 0}.worksSection>.worksSection_container .worksSection_list{display:flex;flex-direction:column;gap:16px;width:100%}.worksSection>.worksSection_container .worksSection_list>li{width:100%}.worksSection>.worksSection_container .worksSection_loader{height:500px;position:absolute;bottom:0;pointer-events:none}.worksSection>.worksSection_container .worksSection_empty,.worksSection>.worksSection_container .worksSection_end{text-align:center;padding:20px;color:#666}.feed_wrapper{position:fixed;top:0;left:0;width:100dvw;height:100dvh;z-index:100}.feed{position:relative;width:100dvw;height:100dvh;overflow:hidden;background:#000}.post{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px}
