.Toggle_toggle_group__NmbUZ{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.6rem;padding:1.6rem;background-color:#1a1a1a;border-radius:.8rem;border:1px solid #333}.Toggle_toggle_label_container__uYTp1{flex:1 1}.Toggle_toggle_label__38q2l{font-size:1.5rem;font-weight:500;color:#fff;margin-bottom:.4rem}.Toggle_toggle_description__Yft2v{font-size:1.3rem;color:#999;margin:0}.Toggle_toggle_switch__JsTGx{position:relative;display:inline-block;width:4.8rem;height:2.4rem}.Toggle_toggle_input__9mzKb{opacity:0;width:0;height:0}.Toggle_toggle_input__9mzKb:checked+.Toggle_toggle_slider__nJ1U0{background-color:#fff}.Toggle_toggle_input__9mzKb:checked+.Toggle_toggle_slider__nJ1U0:before{transform:translateX(2.4rem);background-color:#000}.Toggle_toggle_input__9mzKb:focus+.Toggle_toggle_slider__nJ1U0{box-shadow:0 0 1px #fff}.Toggle_toggle_slider__nJ1U0{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#333;transition:.4s;border-radius:2.4rem}.Toggle_toggle_slider__nJ1U0:before{position:absolute;content:"";height:1.8rem;width:1.8rem;left:.3rem;bottom:.3rem;background-color:#fff;transition:.4s;border-radius:50%}.ProfileEditForm_edit_form_container__zeJXq{width:100%;max-width:1000px;padding:2rem 0;margin:0 auto 4rem}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_header__SJE8j{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_header__SJE8j .ProfileEditForm_title__Bd2mV{font-size:2.4rem;font-weight:600;color:var(--text-primary);margin:0}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_header__SJE8j .ProfileEditForm_back_button__cwZ0W{display:flex;align-items:center;gap:1rem;padding:.8rem 1.5rem;font-size:1.4rem;background-color:rgba(0,0,0,0);border:1px solid #1a1a1a;color:var(--text-primary);border-radius:8px;cursor:pointer;transition:all .2s ease}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_header__SJE8j .ProfileEditForm_back_button__cwZ0W:hover{background-color:hsla(0,0%,100%,.05)}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_image_editors__YjnAE{position:relative;width:100%;margin-bottom:8rem}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_image_editors__YjnAE .ProfileEditForm_profile_avatar__Xv3jH{position:absolute;bottom:-60px;left:2rem;z-index:100}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_image_editors__YjnAE .ProfileEditForm_profile_avatar__Xv3jH .image_edit{justify-content:flex-start}@media(max-width:768px){.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_image_editors__YjnAE .ProfileEditForm_profile_avatar__Xv3jH{left:50%;transform:translateX(-50%)}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_image_editors__YjnAE .ProfileEditForm_profile_avatar__Xv3jH .image_edit{justify-content:center}}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_form__PO_5t{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_form__PO_5t .ProfileEditForm_form_section__GM0r8{background-color:#151515;border-radius:16px;padding:2rem}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_form__PO_5t .ProfileEditForm_form_section__GM0r8 .ProfileEditForm_section_title__tDP9G{font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:var(--text-primary)}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_form__PO_5t .ProfileEditForm_form_section__GM0r8 .ProfileEditForm_form_grid__z03DB{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_form__PO_5t .ProfileEditForm_form_section__GM0r8 .ProfileEditForm_form_grid__z03DB{grid-template-columns:1fr}}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_form__PO_5t .ProfileEditForm_form_actions__6n4YG{display:flex;justify-content:flex-end;gap:1rem}.ProfileEditForm_edit_form_container__zeJXq .ProfileEditForm_form__PO_5t .ProfileEditForm_form_actions__6n4YG button{width:auto}.Dialog_dialog_overlay__YH7o1{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}@media(max-width:768px){.Dialog_dialog_overlay__YH7o1{align-items:flex-start}}.Dialog_dialog_overlay__YH7o1.Dialog_prevent_fullscreen__vqtgn{align-items:center}.Dialog_blur_overlay__Be89l{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.Dialog_dialog_content__iOvzW{position:relative;background-color:#111;border-radius:12px;padding:30px;width:450px;max-width:90vw;max-height:95svh;box-shadow:0 10px 25px rgba(0,0,0,.5);overflow:hidden;overflow-y:auto}@media(max-width:768px){.Dialog_dialog_content__iOvzW{max-width:100vw;width:100%;height:100%;max-height:100vh;border-radius:0;padding:24px 20px;display:flex;flex-direction:column}.Dialog_dialog_content__iOvzW.Dialog_prevent_fullscreen__vqtgn{max-width:90vw;width:450px;height:auto;max-height:80vh;border-radius:12px}}.Dialog_dialog_close__yJDbx{position:absolute;top:12px;right:12px;background:rgba(0,0,0,0);border:none;color:#999;cursor:pointer;font-size:20px;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s;z-index:10}@media(max-width:768px){.Dialog_dialog_close__yJDbx{top:16px;right:16px;font-size:24px}}.Dialog_dialog_close__yJDbx:hover{color:#fff}.Dialog_dialog_header___7W8g{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.Dialog_dialog_title__67Nd1{font-size:24px;font-weight:600;color:#fff;margin-top:8px;margin-bottom:8px;text-align:center}.Dialog_dialog_description__6qWSC{font-size:14px;color:#999;text-align:center;margin-bottom:8px}.Dialog_dialog_footer__4raN0{margin-top:24px;display:flex;flex-direction:column;gap:16px}@media(max-width:768px){.Dialog_dialog_footer__4raN0{margin-top:auto;padding-bottom:16px}}.Dialog_dialog_divider__p7ahi{display:flex;align-items:center;margin:16px 0;color:#666;font-size:14px}.Dialog_dialog_divider__p7ahi:after,.Dialog_dialog_divider__p7ahi:before{content:"";flex:1 1;height:1px;background-color:#333}.Dialog_dialog_divider__p7ahi:before{margin-right:8px}.Dialog_dialog_divider__p7ahi:after{margin-left:8px}.Dialog_dialog_logo__koeCx{display:flex;align-items:center;justify-content:center;margin-bottom:8px;padding:4px}.Dialog_dialog_logo__koeCx.Dialog_rounded__hlizP{width:60px;height:60px;border-radius:50%;background-color:#222}.Dialog_dialog_logo__koeCx.Dialog_rounded__hlizP img,.Dialog_dialog_logo__koeCx.Dialog_rounded__hlizP svg{width:40px;height:40px}.ImageInput_image_input_container__SGqf_{display:flex;flex-direction:column;width:100%;gap:1rem}.ImageInput_image_input_container__SGqf_ .ImageInput_hidden_input__ITggN{display:none}.ImageInput_image_input_container__SGqf_ .ImageInput_select_button__DS2BP{display:flex;align-items:center;justify-content:center;gap:.8rem;background-color:#1a1a1a;color:#fff;border:1px solid #333;border-radius:8px;padding:1.2rem 2rem;font-size:1.4rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.ImageInput_image_input_container__SGqf_ .ImageInput_select_button__DS2BP:hover{background-color:#252525;border-color:#444}.ImageInput_image_input_container__SGqf_ .ImageInput_select_button__DS2BP:active{transform:translateY(1px)}.ImageInput_image_input_container__SGqf_ .ImageInput_select_button__DS2BP .ImageInput_icon__R2h5E{font-size:1.6rem}.ImageInput_image_input_container__SGqf_ .ImageInput_file_info__kS3Bf{display:flex;align-items:center;gap:.8rem;background-color:#0f0f0f;border:1px solid #333;border-radius:8px;padding:1rem 1.5rem;margin-top:.5rem}.ImageInput_image_input_container__SGqf_ .ImageInput_file_info__kS3Bf .ImageInput_file_icon__ZGXpX{color:#666;font-size:1.6rem;flex-shrink:0}.ImageInput_image_input_container__SGqf_ .ImageInput_file_info__kS3Bf .ImageInput_file_name__By0MZ{font-size:1.3rem;color:#bbb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ImageInput_image_input_container__SGqf_ .ImageInput_error_message__iHOly{color:#ff4d4f;font-size:1.2rem;margin-top:.4rem}.Button_button__VpNvT{padding:.8rem 3rem;font-size:1.4rem;border-radius:10rem;font-weight:500;display:flex;align-items:center;gap:1rem}.Button_button__VpNvT svg{font-size:2rem}.Button_button__VpNvT.Button_play__F1H1_{padding:1.4rem 2.8rem;line-height:1}.Button_button__VpNvT.Button_normal__LHBLC{justify-content:center}.Button_button__VpNvT.Button_small__5ZivU{padding:.8rem 2rem;font-size:1.3rem}.Button_button__VpNvT.Button_medium__0V_SY{padding:1rem 2rem;font-size:1.4rem}@media(max-width:768px){.Button_button__VpNvT.Button_medium__0V_SY{padding:.8rem 2rem;font-size:1.3rem}}.Button_button__VpNvT.Button_primary__EerfD{border:1.5px solid rgba(0,0,0,0);background:var(--background-gradient);background-size:200% 100%;background-position:100%;background:#fff;color:#000}.Button_button__VpNvT.Button_secondary__Ck60V{background:rgba(0,0,0,0);border:1.5px solid var(--text-secondary);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(16px) saturate(180%);background-color:rgba(0,0,0,.25)}.Button_button__VpNvT.Button_disabled__h7mA6{opacity:.5;cursor:not-allowed;pointer-events:none}.GradientText_animated_gradient_text___0KuM{position:relative;display:flex;max-width:-moz-fit-content;max-width:fit-content;flex-direction:row;align-items:center;justify-content:center;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:box-shadow .5s ease-out;overflow:hidden;cursor:pointer}.GradientText_gradient_overlay__EpN23{position:absolute;top:1px;left:0;right:0;bottom:0;background-size:300% 100%;animation:GradientText_gradient__Gnylz linear infinite;border-radius:inherit;z-index:0;pointer-events:none}.GradientText_gradient_overlay__EpN23:before{content:"";position:absolute;left:0;top:0;border-radius:inherit;width:calc(100% - 3px);height:calc(100% - 3px);left:50%;top:50%;transform:translate(-50%,-50%);background-color:#060606;z-index:-1}@keyframes GradientText_gradient__Gnylz{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.GradientText_text_content__Khj2B{display:inline-block;position:relative;z-index:2;background-size:300% 100%;background-clip:text;-webkit-background-clip:text;color:rgba(0,0,0,0);animation:GradientText_gradient__Gnylz linear infinite}.CreativeSpotlight_creative_spotlight__VLL1j{position:relative;width:100%;overflow:hidden;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);background-color:#111;padding:4rem;border-radius:3rem}@media(max-width:768px){.CreativeSpotlight_creative_spotlight__VLL1j{padding:2.5rem}}@media(max-width:435px){.CreativeSpotlight_creative_spotlight__VLL1j{padding:2rem;border-radius:2rem}}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_container__y4I_c{display:grid;grid-template-columns:1fr 1fr;min-height:35rem;position:relative}@media(max-width:768px){.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_container__y4I_c{grid-template-columns:1fr;min-height:auto}}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_content__Zta55{padding-right:2rem;display:flex;flex-direction:column;justify-content:center;z-index:2}@media(max-width:768px){.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_content__Zta55{padding:2.5rem 0 0;order:2}}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_content__Zta55 .CreativeSpotlight_content_header__e0tbw{display:flex;align-items:center;gap:3rem}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_content__Zta55 .CreativeSpotlight_content_header__e0tbw .CreativeSpotlight_title__Wf7pZ{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1.2rem;cursor:auto}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_categories__FKvpP{display:flex;gap:1rem;margin-bottom:1.5rem}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_content_info__UYC2x:hover .CreativeSpotlight_title__Wf7pZ span{background-size:100% .4rem}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_content_info__UYC2x .CreativeSpotlight_title__Wf7pZ{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_content_info__UYC2x .CreativeSpotlight_title__Wf7pZ span{display:inline;background-image:var(--background-gradient);background-size:0 4px;background-position:0 90%;background-repeat:no-repeat;transition-property:background-size;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}@media(max-width:768px){.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_content_info__UYC2x .CreativeSpotlight_title__Wf7pZ{font-size:2rem}}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_content_info__UYC2x .CreativeSpotlight_description__7ZoNb{font-size:1.6rem;line-height:1.6;color:hsla(0,0%,100%,.8);margin-bottom:1.5rem;max-width:90%;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_content_info__UYC2x .CreativeSpotlight_description__7ZoNb{max-width:100%}}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_image_container__yRW_V{position:relative;height:41rem;border-radius:1.6rem;overflow:hidden}@media(max-width:768px){.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_image_container__yRW_V{height:30rem;order:1}}@media(max-width:425px){.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_image_container__yRW_V{height:25rem}}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_image_container__yRW_V img{object-fit:cover}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_navigation__hDnjr{display:flex;align-items:center;gap:1.5rem;margin-top:auto}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_nav_button__kYtyI{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background-color:#191919;color:#fff;font-size:2rem;cursor:pointer;transition:all .3s ease}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_nav_button__kYtyI:hover{background-color:#292929}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_preview_section__F6cYi{margin-top:2rem}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_progress_container__xollq{display:flex;align-items:center;gap:1.5rem;margin-top:1.5rem}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_progress_bar__ralPg{flex:1 1;height:4px;background-color:hsla(0,0%,100%,.2);border-radius:2px;overflow:hidden;position:relative}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_progress_fill__fX_QI{position:absolute;top:0;left:0;height:100%;background:var(--background-gradient);border-radius:2px}.CreativeSpotlight_creative_spotlight__VLL1j .CreativeSpotlight_progress_text__tn04E{font-size:1.4rem;color:hsla(0,0%,100%,.6)}.PreviewCard_preview_card__PA6qH{display:flex;background-color:#171717;border-radius:1rem;overflow:hidden;max-width:40rem}@media(max-width:768px){.PreviewCard_preview_card__PA6qH{max-width:100%}}.PreviewCard_preview_card__PA6qH .PreviewCard_image_container__hqbpn{position:relative;width:10rem;height:10rem;flex-shrink:0}.PreviewCard_preview_card__PA6qH .PreviewCard_image__iH7Ww{object-fit:cover}.PreviewCard_preview_card__PA6qH .PreviewCard_content__ftYF3{padding:1.5rem;display:flex;flex-direction:column;justify-content:center;flex:1 1}.PreviewCard_preview_card__PA6qH .PreviewCard_title__eYVvs{font-size:1.6rem;font-weight:600;margin-bottom:1rem;color:#fff;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.PreviewCard_preview_card__PA6qH .PreviewCard_progress_container__dSK6P{display:flex;align-items:center;gap:1rem}.PreviewCard_preview_card__PA6qH .PreviewCard_progress_bar__D155T{flex:1 1;height:4px;background-color:hsla(0,0%,100%,.2);border-radius:2px;overflow:hidden;position:relative}.PreviewCard_preview_card__PA6qH .PreviewCard_progress_fill__8Jzyh{position:absolute;top:0;left:0;height:100%;background:var(--background-gradient);border-radius:2px}.Featured_featured_list___KQw0{display:grid;grid-template-columns:1fr auto;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;grid-gap:4rem;gap:4rem;align-items:center;padding:2rem 0;border-top:1px solid #1b1b1b;border-bottom:1px solid #1b1b1b;margin-top:2rem}@media(max-width:1024px){.Featured_featured_list___KQw0{grid-template-columns:1fr;gap:3rem;padding-bottom:0}}.Featured_featured_list___KQw0 .Featured_overlay__FgDKg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.Featured_featured_list___KQw0 .Featured_main__oQRWH{display:flex;flex-direction:column;gap:1rem;position:relative}.Featured_featured_list___KQw0 .Featured_main__oQRWH:hover .Featured_title__umEbj span{background-size:100% .4rem}.Featured_featured_list___KQw0 .Featured_main__oQRWH .Featured_poster__qDSTq{position:relative;height:40rem;aspect-ratio:16/10;border-radius:2rem;overflow:hidden}@media(max-width:1024px){.Featured_featured_list___KQw0 .Featured_main__oQRWH .Featured_poster__qDSTq{height:40rem;width:100%;aspect-ratio:auto}}@media(max-width:425px){.Featured_featured_list___KQw0 .Featured_main__oQRWH .Featured_poster__qDSTq{height:30rem}}.Featured_featured_list___KQw0 .Featured_main__oQRWH .Featured_poster__qDSTq img{object-fit:cover}.Featured_featured_list___KQw0 .Featured_main__oQRWH .Featured_info__ZY9gU{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.Featured_featured_list___KQw0 .Featured_main__oQRWH .Featured_info__ZY9gU .Featured_category__6DhUa{font-size:1.2rem;font-size:1.3rem;text-transform:capitalize;font-weight:500;margin-top:1rem;color:var(--color-secondary);background-color:#1e1e1e;padding:.7rem 1.5rem;border-radius:2rem;z-index:100;box-shadow:0 3px 8px rgba(0,0,0,.34)}.Featured_featured_list___KQw0 .Featured_main__oQRWH .Featured_info__ZY9gU .Featured_date__r6y2v{font-size:1.3rem;color:#ccc}.Featured_featured_list___KQw0 .Featured_main__oQRWH .Featured_title__umEbj{font-size:3rem;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.Featured_featured_list___KQw0 .Featured_main__oQRWH .Featured_title__umEbj span{background-image:var(--background-gradient);background-size:0 4px;background-position:0 90%;background-repeat:no-repeat;transition:background-size .5s cubic-bezier(.4,0,.2,1)}.Featured_featured_list___KQw0 .Featured_main__oQRWH .Featured_summary__xky7i{font-size:1.4rem;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.Featured_featured_list___KQw0 .Featured_content____XNp{display:flex;flex-direction:column;gap:2rem}.Featured_featured_list___KQw0 .Featured_content_item__W0RwZ{display:flex;display:grid;grid-template-columns:30% 1fr;grid-template-columns:auto 1fr;grid-gap:3rem;gap:3rem;padding-bottom:2rem;position:relative}@media(max-width:1024px){.Featured_featured_list___KQw0 .Featured_content_item__W0RwZ:first-child{border-top:1px solid #1b1b1b;padding-top:2rem}}.Featured_featured_list___KQw0 .Featured_content_item__W0RwZ:not(:last-child){border-bottom:1px solid #1b1b1b}.Featured_featured_list___KQw0 .Featured_content_item__W0RwZ:hover .Featured_title__umEbj span{background-size:100% .4rem}.Featured_featured_list___KQw0 .Featured_content____XNp .Featured_poster__qDSTq{position:relative;height:12rem;aspect-ratio:1/1;border-radius:2rem;overflow:hidden}.Featured_featured_list___KQw0 .Featured_content____XNp .Featured_poster__qDSTq img{object-fit:cover}.Featured_featured_list___KQw0 .Featured_content____XNp .Featured_content_info__NIvB1{display:flex;flex-direction:column;gap:1rem}.Featured_featured_list___KQw0 .Featured_content____XNp .Featured_content_info__NIvB1 .Featured_info__ZY9gU{display:flex;align-items:center;justify-content:space-between}@media(max-width:768px){.Featured_featured_list___KQw0 .Featured_content____XNp .Featured_content_info__NIvB1 .Featured_info__ZY9gU{flex-direction:column;align-items:flex-start;gap:1rem}}.Featured_featured_list___KQw0 .Featured_content____XNp .Featured_content_info__NIvB1 .Featured_info__ZY9gU .Featured_date__r6y2v{font-size:1.3rem;color:#ccc}.Featured_featured_list___KQw0 .Featured_content____XNp .Featured_title__umEbj{font-size:1.8rem;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.Featured_featured_list___KQw0 .Featured_content____XNp .Featured_title__umEbj span{background-image:var(--background-gradient);background-size:0 4px;background-position:0 90%;background-repeat:no-repeat;transition:background-size .5s cubic-bezier(.4,0,.2,1)}.Featured_featured_list___KQw0 .Featured_content____XNp .Featured_summary__xky7i{font-size:1.2rem}.Loader_loader__TA4d2{animation:Loader_spin__8NuMh 1.5s linear infinite;font-size:1.6rem}@keyframes Loader_spin__8NuMh{to{transform:rotate(1turn)}}.Footer_footer__wyh1G{margin-top:auto;display:flex;flex-direction:column;gap:5rem;padding:6rem;transition:all .3s ease;max-width:100%;position:relative;background:linear-gradient(135deg,#0a0a0a,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%,#0a0a0a);box-shadow:0 -10px 30px rgba(0,0,0,.2)}@media(max-width:1024px){.Footer_footer__wyh1G{padding:4rem 3rem}}@media(max-width:425px){.Footer_footer__wyh1G{padding:4rem 2rem}}.Footer_footer__wyh1G .Footer_social__Z2Acl .Footer_social_link__auSmG{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease}.Footer_footer__wyh1G .Footer_social__Z2Acl .Footer_social_link__auSmG:focus,.Footer_footer__wyh1G .Footer_social__Z2Acl .Footer_social_link__auSmG:hover{background:hsla(0,0%,100%,.2);transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.Footer_footer_logo__QFEeH{position:relative;height:10rem;width:20rem}@media(max-width:1024px){.Footer_footer_logo__QFEeH{height:8rem;width:16rem}}.Footer_footer_top__SIX2p{display:flex}@media(max-width:425px){.Footer_footer_top__SIX2p{flex-direction:column;align-items:center;gap:2rem}}.Footer_footer_top__SIX2p .Footer_footer_btns__Mqd_j{margin-left:auto;display:flex;flex-direction:column;gap:1rem;transition:all .3s ease}@media(max-width:425px){.Footer_footer_top__SIX2p .Footer_footer_btns__Mqd_j{margin-left:0}}.Footer_footer_top__SIX2p .Footer_footer_btns__Mqd_j button{min-width:120px;transition:transform .3s ease,box-shadow .3s ease}.Footer_footer_top__SIX2p .Footer_footer_btns__Mqd_j button:focus,.Footer_footer_top__SIX2p .Footer_footer_btns__Mqd_j button:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2);outline:none}.Footer_footer_bottom__UsiV0{display:flex;justify-content:space-between}@media(max-width:768px){.Footer_footer_bottom__UsiV0{flex-direction:column-reverse;gap:2rem;align-items:center}}.Footer_footer_bottom__UsiV0 .Footer_copyright__VzT7_{font-size:1.4rem;color:#b4b4b4;transition:color .3s ease}.Footer_footer_bottom__UsiV0 .Footer_copyright__VzT7_:hover{color:#fff}.Footer_footer_bottom__UsiV0 .Footer_social__Z2Acl{display:flex;align-items:center;font-size:1.4rem;gap:1.5rem;transition:color .3s ease}.Footer_footer_bottom__UsiV0 .Footer_social_links__CwYGe{display:flex;gap:1.5rem}.Footer_footer_bottom__UsiV0 .Footer_social_link__auSmG{display:flex;font-size:2rem;padding:.8rem;background-color:#1a1a1a;color:#e6e6e6;border-radius:10rem;transition:transform .3s ease,background-color .3s ease}.Footer_footer_bottom__UsiV0 .Footer_social_link__auSmG:focus,.Footer_footer_bottom__UsiV0 .Footer_social_link__auSmG:hover{transform:translateY(-3px);background-color:#2a2a2a;outline:none}.Comments_dialog_overlay__1oRgY{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:flex-end;z-index:1000}.Comments_dialog_panel__i5_6J{position:relative;background-color:#080808;height:100%;width:100%;max-width:450px;box-shadow:-5px 0 25px rgba(0,0,0,.3);display:flex;flex-direction:column}@media(max-width:768px){.Comments_dialog_panel__i5_6J{max-width:100%}}.Comments_dialog_header__qWMw3{padding:1.5rem 2rem;border-bottom:1px solid #222;display:flex;justify-content:space-between;align-items:center}.Comments_dialog_header__qWMw3 h2{font-size:1.8rem;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%}.Comments_dialog_header__qWMw3 .Comments_header_buttons__YPaSD{display:flex;align-items:center;gap:1rem}.Comments_dialog_header__qWMw3 .Comments_action_button__C1zsD{background:rgba(0,0,0,0);border:none;color:var(--text-secondary);font-size:2.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.Comments_dialog_header__qWMw3 .Comments_action_button__C1zsD:hover{color:var(--text-primary)}.Comments_dialog_header__qWMw3 .Comments_action_button__C1zsD:disabled{opacity:.5;cursor:not-allowed}.Comments_dialog_header__qWMw3 .Comments_refresh_button__ebHs0.Comments_refreshing__DHu_W{animation:Comments_spin__bw6_s 1s linear infinite}.Comments_dialog_content__4wV4Z{flex:1 1;overflow-y:auto;padding:0;display:flex;flex-direction:column}.Comments_comment_input_container__CFbHX{position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0;padding:1.5rem;background-color:#080808;border-top:1px solid #222;z-index:10;box-shadow:0 -5px 10px rgba(0,0,0,.2)}.Comments_comment_skeleton__MVLig{background-color:#181818;border-radius:.8rem;padding:1.5rem}.Comments_comment_form__sv1Tf{width:100%}.Comments_comment_form__sv1Tf .Comments_comment_textarea__oiwzO{width:100%;background-color:#181818;border:none;border-radius:.8rem;padding:1.5rem;color:var(--text-primary);font-size:1.6rem;min-height:8rem;margin-bottom:1.5rem;resize:vertical}.Comments_comment_form__sv1Tf .Comments_comment_textarea__oiwzO:focus{outline:none;box-shadow:0 0 0 2px hsla(0,0%,100%,.1)}.Comments_comment_form__sv1Tf .Comments_comment_textarea__oiwzO.Comments_disabled__oKLUd{opacity:.6;cursor:not-allowed;background-color:#1a1a1a;color:var(--text-secondary)}.Comments_comment_form__sv1Tf .Comments_form_actions__K6y_L{display:flex;justify-content:flex-end;gap:1rem}.Comments_comments_container__cVoJ_{flex:1 1;padding:1.5rem;overflow-y:auto}.Comments_comments_list__hH_cJ{display:flex;flex-direction:column;gap:2rem}.Comments_comments_skeleton__x2Q2e{display:flex;flex-direction:column;gap:1.5rem}.Comments_load_more_container__EgfUn{display:flex;justify-content:center;margin-bottom:1rem}.Comments_load_more_button__eL3jN{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.1);color:var(--text-secondary);padding:1rem 2rem;border-radius:3rem;font-size:1.4rem;cursor:pointer;transition:all .2s ease;min-width:19.5rem;min-height:4.5rem;position:relative;overflow:hidden}.Comments_load_more_button__eL3jN:hover{background-color:hsla(0,0%,100%,.05);color:var(--text-primary)}.Comments_load_more_button__eL3jN:disabled{opacity:.7;cursor:not-allowed}.Comments_load_more_button__eL3jN.Comments_loading__X40MM{background-color:hsla(0,0%,100%,.03)}.Comments_comment_item__pKUIk{display:flex;gap:2.2rem}.Comments_comment_item__pKUIk.Comments_reply__XEWuS{margin-top:1.5rem;margin-left:1rem;padding-left:1rem;border-left:2px solid #333}.Comments_comment_avatar__K4a59{flex-shrink:0;width:4rem;height:4rem}.Comments_reply__XEWuS .Comments_comment_avatar__K4a59{width:4.2rem;height:4.2rem}.Comments_comment_content__MzuMa{flex:1 1;display:flex;flex-direction:column;gap:.8rem}.Comments_comment_header__4UQpW{display:flex;align-items:center;gap:1rem}.Comments_comment_header__4UQpW .Comments_comment_author__VnIVD{font-weight:600;font-size:1.5rem;color:var(--text-primary)}.Comments_comment_header__4UQpW .Comments_comment_time__4ax9K{font-size:1.2rem;color:var(--text-secondary)}.Comments_comment_text__wc2DD{font-size:1.4rem;line-height:1.5;color:var(--text-secondary);word-break:break-word}.Comments_comment_actions__H1KKW{display:flex;gap:1rem;margin-top:.5rem}.Comments_comment_actions__H1KKW .Comments_action_button__C1zsD{background:rgba(0,0,0,0);border:none;color:var(--text-secondary);font-size:1.4rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.5rem 0;transition:color .2s}.Comments_comment_actions__H1KKW .Comments_action_button__C1zsD:hover{color:var(--text-primary)}.Comments_comment_actions__H1KKW .Comments_action_button__C1zsD.Comments_liked__tgSLu{color:#3a86ff}.Comments_comment_actions__H1KKW .Comments_action_button__C1zsD.Comments_delete_button__KoOfY{color:#ff5252}.Comments_comment_actions__H1KKW .Comments_action_button__C1zsD.Comments_delete_button__KoOfY:hover{color:#ff1919}.Comments_comment_actions__H1KKW .Comments_action_button__C1zsD.Comments_delete_button__KoOfY svg{font-size:2rem}.Comments_comment_actions__H1KKW .Comments_action_button__C1zsD.Comments_disabled__oKLUd{opacity:.5;cursor:not-allowed}.Comments_comment_actions__H1KKW .Comments_action_button__C1zsD.Comments_disabled__oKLUd:hover{color:var(--text-secondary)}.Comments_comment_actions__H1KKW .Comments_action_button__C1zsD.Comments_view_replies_button__Jqoda{font-size:1.3rem;color:var(--text-secondary);background-color:hsla(0,0%,100%,.03);padding:.5rem 1rem;border-radius:1.5rem;transition:all .2s ease}.Comments_comment_actions__H1KKW .Comments_action_button__C1zsD.Comments_view_replies_button__Jqoda:hover{background-color:hsla(0,0%,100%,.08)}.Comments_comment_actions__H1KKW .Comments_action_button__C1zsD.Comments_view_replies_button__Jqoda .Comments_replies_count__GjlCQ{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .5rem;margin-left:.5rem;background-color:hsla(0,0%,100%,.1);border-radius:1rem;font-size:1.2rem;font-weight:500}.Comments_comment_actions__H1KKW .Comments_action_button__C1zsD svg{font-size:1.8rem}.Comments_replies__JltHY{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.Comments_replies_container__81YCS{display:flex;flex-direction:column;gap:1.5rem;margin-top:.5rem;padding-top:.5rem}.Comments_reply_input__64rqW{margin-top:1rem}.Comments_empty_container__rCDos,.Comments_error_container__ILQqn,.Comments_loading_container__Wbi5m{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:var(--text-secondary);font-size:1.5rem}.Comments_empty_container__rCDos p,.Comments_error_container__ILQqn p,.Comments_loading_container__Wbi5m p{margin-bottom:1.5rem}.Comments_spinner__NbY1T{font-size:3rem;margin-bottom:1.5rem;animation:Comments_spin__bw6_s 1s linear infinite}@keyframes Comments_spin__bw6_s{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Comments_retry_button__u6WXm{background-color:#222;border:none;color:var(--text-primary);padding:.8rem 1.5rem;border-radius:.5rem;font-size:1.4rem;cursor:pointer;transition:background-color .2s}.Comments_retry_button__u6WXm:hover{background-color:#333}.Comments_comment_button__b9mj2{justify-self:center;display:flex;justify-content:center;align-items:center;gap:.8rem;border-radius:30px;padding:1.2rem 3rem;background-color:#1a1a1a;border:1px solid #2a2a2a;color:var(--text-primary);font-size:1.5rem;font-weight:500;width:auto;transition:all .25s ease;position:relative;cursor:pointer;overflow:hidden}.Comments_comment_button__b9mj2:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);animation:Comments_shimmer___chxO 2s infinite;opacity:0;transition:opacity .3s ease}.Comments_comment_button__b9mj2:hover:before{opacity:1}.Comments_comment_button__b9mj2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.Comments_comment_button__b9mj2:hover{background-color:#222;transform:translateY(-2px)}.Comments_comment_button__b9mj2:hover:after{opacity:1}.Comments_comment_button__b9mj2:hover svg{transform:translateY(2px)}.Comments_comment_button__b9mj2:active{transform:translateY(0)}.Comments_comment_button__b9mj2 span{font-weight:500}.Comments_comment_button__b9mj2 svg{font-size:1.8rem;transition:transform .3s ease;animation:Comments_pulse__uLG6R 2s infinite}@keyframes Comments_pulse__uLG6R{0%,to{transform:translateY(0)}50%{transform:translateY(2px)}}@keyframes Comments_shimmer___chxO{0%{left:-100%}to{left:100%}}.PasswordChangeDialog_form__lVA4R{display:flex;flex-direction:column;gap:1.6rem;margin-top:1.6rem}.PasswordChangeDialog_form__lVA4R .PasswordChangeDialog_actions__LFZ7a{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.SettingsDropdown_dropdown_menu__rOzXf{position:absolute;top:calc(100% + 10px);right:0;width:200px;background-color:#111;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.3);overflow:hidden;z-index:1000}.SettingsDropdown_dropdown_menu_item__6g6ZN{padding:12px 16px;font-size:1.4rem;color:var(--text-secondary);display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .2s ease}.SettingsDropdown_dropdown_menu_item__6g6ZN:hover{background-color:hsla(0,0%,100%,.05);color:var(--text-primary)}.SettingsDropdown_dropdown_menu_item__6g6ZN svg{font-size:1.8rem}.Skeleton_skeleton__G93Om{background-color:#333;border-radius:4px;position:relative;overflow:hidden}.Skeleton_skeleton__G93Om:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:Skeleton_shimmer__8ntD0 2s ease-in-out infinite}@keyframes Skeleton_shimmer__8ntD0{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.Skeleton_text__IyzfJ{height:1.6rem;width:100%;margin-bottom:.8rem}.Skeleton_circle__R7KzM{border-radius:50%;height:4rem;width:4rem}.Skeleton_rect__xIVcr{width:10rem;height:10rem}.Skeleton_skeleton_comment__3mHHQ{padding:1.6rem;border-radius:8px;width:100%}.Skeleton_comment_header__ztBXZ{display:flex;align-items:center;margin-bottom:.8rem;gap:1.2rem}.Skeleton_comment_meta__g3Uro{display:flex;flex-direction:column;gap:.4rem}.Skeleton_comment_body__dPZ_G{margin-left:5.2rem;margin-bottom:.5rem;display:flex;flex-direction:column;gap:.6rem}.Skeleton_comment_actions__hzo44{margin-left:5.2rem;display:flex;gap:1.2rem}.AlertDialog_alert_dialog__M9mt7{padding:1.5rem}.AlertDialog_alert_dialog_title__XpzZT{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary)}.AlertDialog_alert_dialog_description__iUyTA{font-size:1.5rem;line-height:1.5;margin-bottom:2rem;color:var(--text-secondary)}.AlertDialog_alert_dialog_actions__cxJ1y{display:flex;justify-content:flex-end;gap:1.5rem}.AlertDialog_alert_dialog_button__C22h0{padding:1rem 2rem;border-radius:.8rem;font-size:1.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.AlertDialog_alert_dialog_button__C22h0.AlertDialog_cancel_button__8ulLT{background-color:#333;color:var(--text-primary)}.AlertDialog_alert_dialog_button__C22h0.AlertDialog_cancel_button__8ulLT:hover{background-color:#444}.AlertDialog_alert_dialog_button__C22h0.AlertDialog_confirm_button__Fvlnq{background-color:#3a86ff;color:#fff}.AlertDialog_alert_dialog_button__C22h0.AlertDialog_confirm_button__Fvlnq:hover{background-color:#2a76ef}.AlertDialog_alert_dialog_button__C22h0.AlertDialog_confirm_button__Fvlnq:disabled{opacity:.6;cursor:not-allowed}.AlertDialog_alert_dialog_button__C22h0.AlertDialog_danger_button___Vaju{background-color:#ff1e1e;color:#fff}.AlertDialog_alert_dialog_button__C22h0.AlertDialog_danger_button___Vaju:hover{background-color:#ff5252}.AlertDialog_alert_dialog_button__C22h0.AlertDialog_danger_button___Vaju:disabled{opacity:.6;cursor:not-allowed;background-color:#ff5252}.AlertDialog_alert_dialog_button__C22h0.AlertDialog_danger_button___Vaju svg{display:flex}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_title__Qvs9t{font-size:2rem;font-weight:600;margin-bottom:2rem}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_list__8yocs{display:flex;flex-direction:column;gap:1.5rem}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_list__8yocs .ProfileInteractions_interaction__S1SVN{display:flex;gap:1.5rem;background-color:#151515;border-radius:12px;padding:1.5rem}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_list__8yocs .ProfileInteractions_interaction__S1SVN .ProfileInteractions_icon__smCzt{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background-color:#222;color:var(--text-primary);font-size:1.8rem}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_list__8yocs .ProfileInteractions_interaction__S1SVN .ProfileInteractions_content__Zp05D{flex:1 1}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_list__8yocs .ProfileInteractions_interaction__S1SVN .ProfileInteractions_content__Zp05D .ProfileInteractions_header__91PyM{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem;flex-wrap:wrap}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_list__8yocs .ProfileInteractions_interaction__S1SVN .ProfileInteractions_content__Zp05D .ProfileInteractions_header__91PyM .ProfileInteractions_type__GrOW6{font-size:1.4rem;color:var(--text-secondary)}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_list__8yocs .ProfileInteractions_interaction__S1SVN .ProfileInteractions_content__Zp05D .ProfileInteractions_header__91PyM .ProfileInteractions_post_title__FkBGt{font-size:1.4rem;font-weight:500;color:var(--text-primary)}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_list__8yocs .ProfileInteractions_interaction__S1SVN .ProfileInteractions_content__Zp05D .ProfileInteractions_header__91PyM .ProfileInteractions_post_title__FkBGt:hover{text-decoration:underline}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_list__8yocs .ProfileInteractions_interaction__S1SVN .ProfileInteractions_content__Zp05D .ProfileInteractions_comment_text__wnCwp{font-size:1.4rem;line-height:1.5;margin-bottom:1rem;color:var(--text-primary)}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_list__8yocs .ProfileInteractions_interaction__S1SVN .ProfileInteractions_content__Zp05D .ProfileInteractions_date__wqpn9{font-size:1.2rem;color:var(--text-secondary)}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_loading_state__RMW7n{display:flex;flex-direction:column;gap:1.5rem}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_loading_state__RMW7n .ProfileInteractions_skeleton_interaction__3n0j4{display:flex;gap:1.5rem;background-color:#151515;border-radius:12px;padding:1.5rem}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_loading_state__RMW7n .ProfileInteractions_skeleton_interaction__3n0j4 .ProfileInteractions_skeleton_icon__2Wb9L{width:4rem;height:4rem;border-radius:50%}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_loading_state__RMW7n .ProfileInteractions_skeleton_interaction__3n0j4 .ProfileInteractions_skeleton_content__hbQCq{flex:1 1;display:flex;flex-direction:column;gap:.8rem}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_see_more__gZ_m2{display:flex;align-items:center;justify-content:center;width:100%;padding:1.5rem;margin-top:2rem;background:rgba(0,0,0,0);border:2px solid hsla(0,0%,100%,.1);border-radius:12px;color:var(--text-primary);font-size:1.4rem;font-weight:500;cursor:pointer;transition:all .3s ease}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_see_more__gZ_m2:hover:not(:disabled){border-color:hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.05)}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_see_more__gZ_m2:disabled{opacity:.6;cursor:not-allowed}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_see_more__gZ_m2 .ProfileInteractions_see_more_content__tlQ_S{display:flex;align-items:center;gap:.8rem}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_see_more__gZ_m2 .ProfileInteractions_see_more_icon__yF6Yz{font-size:1.6rem;transition:transform .3s ease}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_see_more__gZ_m2:hover:not(:disabled) .ProfileInteractions_see_more_icon__yF6Yz{transform:translateY(2px)}.ProfileInteractions_interactions__2YLOS .ProfileInteractions_empty__n8I_D{display:flex;justify-content:center;align-items:center;height:200px;background-color:#151515;border-radius:12px;font-size:1.6rem;color:var(--text-secondary)}.ProfileMedia_media__h3xs6 .ProfileMedia_title__DEEXi{font-size:2rem;font-weight:600;margin-bottom:2rem}.ProfileMedia_media__h3xs6 .ProfileMedia_grid__UhXAO{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@media(max-width:1024px){.ProfileMedia_media__h3xs6 .ProfileMedia_grid__UhXAO{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ProfileMedia_media__h3xs6 .ProfileMedia_grid__UhXAO{grid-template-columns:1fr}}.ProfileMedia_media__h3xs6 .ProfileMedia_grid__UhXAO .ProfileMedia_media_item__3w1Ur{background-color:#151515;border-radius:12px;overflow:hidden;transition:transform .2s ease}.ProfileMedia_media__h3xs6 .ProfileMedia_grid__UhXAO .ProfileMedia_media_item__3w1Ur:hover{transform:translateY(-5px)}.ProfileMedia_media__h3xs6 .ProfileMedia_grid__UhXAO .ProfileMedia_media_item__3w1Ur:hover .ProfileMedia_image__wHobn{transform:scale(1.05)}.ProfileMedia_media__h3xs6 .ProfileMedia_grid__UhXAO .ProfileMedia_media_item__3w1Ur .ProfileMedia_image_container__xiWR9{position:relative;width:100%;height:200px;overflow:hidden}.ProfileMedia_media__h3xs6 .ProfileMedia_grid__UhXAO .ProfileMedia_media_item__3w1Ur .ProfileMedia_image_container__xiWR9 .ProfileMedia_image__wHobn{object-fit:cover;transition:transform .3s ease}.ProfileMedia_media__h3xs6 .ProfileMedia_grid__UhXAO .ProfileMedia_media_item__3w1Ur .ProfileMedia_info__twzZL{padding:1.5rem}.ProfileMedia_media__h3xs6 .ProfileMedia_grid__UhXAO .ProfileMedia_media_item__3w1Ur .ProfileMedia_info__twzZL .ProfileMedia_media_title__tzivo{font-size:1.6rem;font-weight:500;margin-bottom:.5rem}.ProfileMedia_media__h3xs6 .ProfileMedia_grid__UhXAO .ProfileMedia_media_item__3w1Ur .ProfileMedia_info__twzZL .ProfileMedia_date__Ojddp{font-size:1.2rem;color:var(--text-secondary)}.ProfileMedia_media__h3xs6 .ProfileMedia_empty__onF8X{background-color:#151515;border-radius:12px}.ProfileMedia_media__h3xs6 .ProfileMedia_empty__onF8X,.ProfileMedia_media__h3xs6 .ProfileMedia_loading__mqrPF{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.6rem;color:var(--text-secondary)}.ProfileMedia_media__h3xs6 .ProfileMedia_loading__mqrPF{gap:1rem}.ProfileMedia_media__h3xs6 .ProfileMedia_loading__mqrPF .ProfileMedia_spinner__ZSd7p{animation:ProfileMedia_spin__91U9u 1s linear infinite}@keyframes ProfileMedia_spin__91U9u{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProfileOverview_overview__J80V7{display:flex;flex-direction:column;gap:2rem}.ProfileOverview_overview__J80V7 .ProfileOverview_section__LISB6{background:#121212;border-radius:16px;padding:2rem}.ProfileOverview_overview__J80V7 .ProfileOverview_section__LISB6 .ProfileOverview_section_title__YqBYe{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary)}.ProfileOverview_overview__J80V7 .ProfileOverview_section__LISB6 .ProfileOverview_bio__hki9K{font-size:1.45rem;line-height:1.6;color:var(--text-secondary)}.ProfileOverview_overview__J80V7 .ProfileOverview_section__LISB6 .ProfileOverview_empty_state__E72u7{font-size:1.45rem;line-height:1.6;color:#666;font-style:italic}.ProfileOverview_overview__J80V7 .ProfileOverview_section__LISB6 .ProfileOverview_personal_info__Vrleb{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.ProfileOverview_overview__J80V7 .ProfileOverview_section__LISB6 .ProfileOverview_personal_info__Vrleb{grid-template-columns:1fr}}.ProfileOverview_overview__J80V7 .ProfileOverview_section__LISB6 .ProfileOverview_personal_info__Vrleb .ProfileOverview_info_item__Mb1Ar{display:flex;flex-direction:column;gap:.5rem}.ProfileOverview_overview__J80V7 .ProfileOverview_section__LISB6 .ProfileOverview_personal_info__Vrleb .ProfileOverview_info_item__Mb1Ar .ProfileOverview_label__il5hc{font-size:1.3rem;color:#a7a7a7}.ProfileOverview_overview__J80V7 .ProfileOverview_section__LISB6 .ProfileOverview_personal_info__Vrleb .ProfileOverview_info_item__Mb1Ar .ProfileOverview_value__oo8xE{font-size:1.5rem;color:var(--text-primary)}.ProfileOverview_overview__J80V7 .ProfileOverview_section__LISB6 .ProfileOverview_social_links__zF9bL{display:flex;gap:1.5rem;flex-wrap:wrap}.ProfileOverview_overview__J80V7 .ProfileOverview_section__LISB6 .ProfileOverview_social_links__zF9bL .ProfileOverview_social_icon__bALRE{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background-color:#222;color:var(--text-primary);font-size:1.8rem;transition:all .2s ease}.ProfileOverview_overview__J80V7 .ProfileOverview_section__LISB6 .ProfileOverview_social_links__zF9bL .ProfileOverview_social_icon__bALRE:hover{transform:translateY(-3px);background-color:#333}.VerificationBanner_banner__dm7XE{width:100%;background-color:rgba(255,193,7,.15);border:1px solid rgba(255,193,7,.3);border-radius:.8rem;padding:1.6rem;margin-bottom:2rem;margin-top:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.2rem}@media(max-width:768px){.VerificationBanner_banner__dm7XE{margin-top:1rem}}.VerificationBanner_banner__dm7XE .VerificationBanner_content__ncicf{display:flex;align-items:center;gap:1.2rem;flex:1 1}.VerificationBanner_banner__dm7XE .VerificationBanner_content__ncicf .VerificationBanner_icon__aZBFU{display:flex;align-items:center;justify-content:center;font-size:2.4rem;color:#ffc107}.VerificationBanner_banner__dm7XE .VerificationBanner_content__ncicf .VerificationBanner_message__QPYz6 p{margin:0;font-size:1.4rem;color:var(--text-primary)}.VerificationBanner_banner__dm7XE .VerificationBanner_actions__DwOP7{display:flex;align-items:center;gap:1.2rem}.VerificationBanner_banner__dm7XE .VerificationBanner_actions__DwOP7 .VerificationBanner_resend_btn__RWRRw{background-color:rgba(0,0,0,0);border:1px solid #ffc107;color:#ffc107;padding:.8rem 1.6rem;border-radius:8px;font-size:1.4rem;cursor:pointer;transition:all .2s ease}.VerificationBanner_banner__dm7XE .VerificationBanner_actions__DwOP7 .VerificationBanner_resend_btn__RWRRw:hover{background-color:rgba(255,193,7,.1)}.VerificationBanner_banner__dm7XE .VerificationBanner_actions__DwOP7 .VerificationBanner_resend_btn__RWRRw:disabled{opacity:.6;cursor:not-allowed}.VerificationBanner_banner__dm7XE .VerificationBanner_actions__DwOP7 .VerificationBanner_close_btn__VGTas{background:rgba(0,0,0,0);border:none;color:var(--text-secondary);opacity:.7;cursor:pointer;padding:.4rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s;font-size:1.8rem}.VerificationBanner_banner__dm7XE .VerificationBanner_actions__DwOP7 .VerificationBanner_close_btn__VGTas:hover{opacity:1}@media(max-width:768px){.VerificationBanner_banner__dm7XE{flex-direction:column;align-items:flex-start}.VerificationBanner_banner__dm7XE .VerificationBanner_actions__DwOP7{width:100%;justify-content:space-between}}.ResetPassword_container__s_6vW{display:flex;justify-content:center;align-items:center;padding:3rem;min-height:calc(80svh - 6rem)}.ResetPassword_card__cw7M3{background-color:#080808;border-radius:12px;padding:3rem;width:100%;max-width:450px;box-shadow:0 10px 25px rgba(0,0,0,.2)}.ResetPassword_card__cw7M3 h2{font-size:2.1rem;margin-bottom:1rem;color:#fff;text-align:center}.ResetPassword_subtitle__3u7pn{color:#999;margin-bottom:1.5rem;font-size:1.4rem;text-align:center}.ResetPassword_form__pU7uY{margin-top:1.5rem}.ResetPassword_formError__Ln4nH{background-color:rgba(255,0,0,.1);border-left:3px solid #f33;padding:.75rem 1rem;margin-bottom:1.5rem;text-align:left;border-radius:4px}.ResetPassword_formError__Ln4nH p{color:#f66;margin:0;font-size:1.4rem}.ResetPassword_error__rriPu,.ResetPassword_loading__VjduW,.ResetPassword_success__LErrv{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}.ResetPassword_error__rriPu h2,.ResetPassword_loading__VjduW h2,.ResetPassword_success__LErrv h2{margin-top:1rem;margin-bottom:.5rem}.ResetPassword_error__rriPu p,.ResetPassword_loading__VjduW p,.ResetPassword_success__LErrv p{color:#999;text-align:center;max-width:300px;margin:0 auto 1.5rem;font-size:1.4rem}.ResetPassword_loadingIcon__3ssLL{font-size:3rem;color:#666;animation:ResetPassword_spin__PrKtP 1.5s linear infinite}.ResetPassword_errorIcon__IDaij{font-size:5rem;color:#f33}.ResetPassword_successIcon__q7dwg{font-size:5rem;color:#4caf50;background-color:rgba(76,175,80,.1);border-radius:50%;padding:1rem}@keyframes ResetPassword_spin__PrKtP{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.UserProfile_user_profile__YQLzB{width:100%;margin:0 auto;overflow:hidden;position:relative}.UserProfile_header__hXRGd{position:relative;width:100%}.UserProfile_header__hXRGd .UserProfile_cover__a_bDY{position:relative;width:100%;height:240px;border-radius:1.6rem;overflow:hidden}.UserProfile_header__hXRGd .UserProfile_cover__a_bDY .UserProfile_cover_image__4YNbw{object-fit:cover}.UserProfile_header__hXRGd .UserProfile_cover__a_bDY .UserProfile_cover_gradient__QbQ4S{width:100%;height:100%;background:linear-gradient(135deg,#6366f1,#8b5cf6,#d946ef)}.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM{display:flex;margin-top:-60px;position:relative;z-index:10;align-items:flex-end;padding:0 2rem 2rem}@media(max-width:768px){.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM{flex-direction:column;align-items:center;text-align:center}}.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_avatar_container__ssN6M{margin-right:2rem}.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_avatar_container__ssN6M .avatar{border:4px solid #0a0a0a;box-shadow:0 4px 10px rgba(0,0,0,.3)}@media(max-width:768px){.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_avatar_container__ssN6M{margin-right:0;margin-bottom:1.5rem}}.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_user_details__jfG38{flex:1 1;padding-bottom:.5rem;transform:translateY(-10px)}.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_user_details__jfG38 .UserProfile_name_container___2e_N{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}@media(max-width:768px){.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_user_details__jfG38 .UserProfile_name_container___2e_N{justify-content:center}}.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_user_details__jfG38 .UserProfile_name_container___2e_N .UserProfile_name__cTKMV{font-size:2.6rem;font-weight:700;margin-bottom:0;line-height:1.4}.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_user_details__jfG38 .UserProfile_name_container___2e_N .UserProfile_private_badge__MdTah{display:flex;align-items:center;gap:.5rem;background-color:rgba(0,0,0,.5);background-color:#181818;color:#fff;padding:.4rem .8rem;border-radius:4px;font-size:1.2rem;font-weight:500}.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_user_details__jfG38 .UserProfile_meta_info__Zh_f8{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.5rem}@media(max-width:768px){.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_user_details__jfG38 .UserProfile_meta_info__Zh_f8{justify-content:center}}.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_user_details__jfG38 .UserProfile_meta_info__Zh_f8 .UserProfile_meta_item__hU7C8{display:flex;align-items:center;color:#ccc;font-size:1.4rem}.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_user_details__jfG38 .UserProfile_meta_info__Zh_f8 .UserProfile_meta_item__hU7C8 svg{margin-right:.5rem;color:#999}.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_user_details__jfG38 .UserProfile_meta_info__Zh_f8 .UserProfile_meta_item__hU7C8 a{color:#ccc;text-decoration:none;transition:color .2s}.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_user_details__jfG38 .UserProfile_meta_info__Zh_f8 .UserProfile_meta_item__hU7C8 a:hover{color:#fff;text-decoration:underline}.UserProfile_header__hXRGd .UserProfile_profile_info__gUvVM .UserProfile_user_details__jfG38 .UserProfile_meta_info__Zh_f8 .UserProfile_meta_item__hU7C8.UserProfile_masked__igiaj .UserProfile_masked_content__4ys6P{width:100px;height:1.4rem;background-color:#151515;border-radius:4px}.UserProfile_content_selector__4uIu2{display:flex;gap:1rem;padding:0 2rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.UserProfile_content_selector__4uIu2 .UserProfile_selector_button__VtEPZ{background:none;border:none;color:#999;font-size:1.6rem;font-weight:500;padding:1.5rem 2rem;cursor:pointer;position:relative;transition:color .2s}.UserProfile_content_selector__4uIu2 .UserProfile_selector_button__VtEPZ.UserProfile_active__uOPsJ,.UserProfile_content_selector__4uIu2 .UserProfile_selector_button__VtEPZ:hover{color:#fff}.UserProfile_content_selector__4uIu2 .UserProfile_selector_button__VtEPZ.UserProfile_active__uOPsJ:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#fff;border-radius:3px 3px 0 0}.UserProfile_content__ejLnX{padding:2rem 0}.UserProfile_content__ejLnX .UserProfile_overview_section__SLzlV .UserProfile_bio_section__HKtja{margin-bottom:3rem}.UserProfile_content__ejLnX .UserProfile_overview_section__SLzlV .UserProfile_bio_section__HKtja .UserProfile_section_title___sC10{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:#fff}.UserProfile_content__ejLnX .UserProfile_overview_section__SLzlV .UserProfile_bio_section__HKtja .UserProfile_bio__hiSlp{font-size:1.5rem;line-height:1.6;color:#ccc;white-space:pre-line}.UserProfile_content__ejLnX .UserProfile_media_section__KtZOd .UserProfile_no_media__v80Lx{display:flex;justify-content:center;align-items:center;height:200px;background-color:hsla(0,0%,100%,.05);border-radius:8px}.UserProfile_content__ejLnX .UserProfile_media_section__KtZOd .UserProfile_no_media__v80Lx p{color:#999;font-size:1.6rem}.UserProfile_content__ejLnX .UserProfile_media_section__KtZOd .media_grid{gap:2rem}.UserProfile_content__ejLnX .UserProfile_media_section__KtZOd .media_grid .media_item{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease}.UserProfile_content__ejLnX .UserProfile_media_section__KtZOd .media_grid .media_item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.3)}.UserProfile_content__ejLnX .UserProfile_media_section__KtZOd .media_grid .media_item .media_title{padding:1.2rem;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.8))}.UserProfile_content__ejLnX .UserProfile_private_content__Z4eeo{display:flex;justify-content:center;align-items:center;min-height:300px;background-color:#121212;border-radius:16px}.UserProfile_content__ejLnX .UserProfile_private_content__Z4eeo .UserProfile_private_message__6P_9_{text-align:center;padding:2rem;max-width:400px}.UserProfile_content__ejLnX .UserProfile_private_content__Z4eeo .UserProfile_private_message__6P_9_ .UserProfile_lock_icon__iZSe4{font-size:3rem;color:#fff;margin-bottom:1.5rem}.UserProfile_content__ejLnX .UserProfile_private_content__Z4eeo .UserProfile_private_message__6P_9_ p{font-size:1.6rem;color:#fff;line-height:1.5}