.profile_profileContainer__ScShv{background:linear-gradient(180deg,#000000,#0a0a0a);color:#ffffff;min-height:100vh;width:100%;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative}.profile_statusBar__BWeCJ{display:flex;justify-content:space-between;align-items:center;padding:8px 20px;font-size:14px;font-weight:600;color:#ffffff;background:rgba(0,0,0,.9)}.profile_time__OsWLy{font-weight:600}.profile_statusIcons__RqIAa{display:flex;gap:4px;font-size:12px}.profile_profileHeader__V8_Uz{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;position:relative;background:rgba(0,0,0,.8);backdrop-filter:blur(10px)}.profile_backBtn__2FGiq,.profile_settingsBtn__8ObSM{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.profile_backBtn__2FGiq:hover,.profile_settingsBtn__8ObSM:hover{background:rgba(255,68,68,.1)}.profile_headerTitle__WvKSQ{font-size:13px;font-weight:700;letter-spacing:1.2px;color:#ffffff;position:absolute;left:50%;transform:translateX(-50%);text-transform:uppercase}.profile_profileSection__GHeKa{padding:30px 20px;text-align:center}.profile_avatarContainer__o60pz{margin-bottom:24px;display:flex;justify-content:center}.profile_avatar__PEW0j{width:90px;height:90px;border-radius:50%;border:3px solid #ff4444;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);position:relative;box-shadow:0 8px 24px rgba(255,68,68,.2)}.profile_avatarInner___5HAF,.profile_avatar__PEW0j{display:flex;align-items:center;justify-content:center}.profile_avatarInner___5HAF{width:100%;height:100%}.profile_avatarInner___5HAF img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile_profileInfo__Fgwwa{margin-bottom:32px}.profile_usernameContainer__yCk_C{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}.profile_username__96FyN{font-size:22px;font-weight:600;color:#ffffff;margin:0}.profile_liveIndicator__3m6hq{font-size:12px;animation:profile_pulse__gkTvR 2s infinite}@keyframes profile_pulse__gkTvR{0%,to{opacity:1}50%{opacity:.6}}.profile_userId__Tbrm4{color:#888888;font-size:15px;font-weight:400;margin:0}.profile_statsContainer__tCKlR{display:flex;background:linear-gradient(135deg,#1a1a1a,#252525);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.3);border:1px solid #333333}.profile_statItem__O0IAm{flex:1;padding:20px 12px;text-align:center;display:flex;flex-direction:column;gap:6px;transition:all .3s ease;position:relative}.profile_statItem__O0IAm:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:#333333}.profile_statItem__O0IAm.profile_active__b_gS0{background:linear-gradient(135deg,#2a2a2a,#333333);transform:scale(1.02)}.profile_statNumber__U_Ln8{font-size:20px;font-weight:700;color:#ffffff;line-height:1}.profile_statLabel__UznYq{font-size:12px;color:#999999;font-weight:500;text-transform:capitalize}.profile_chartSection__wIsTm{padding:0 20px 20px}.profile_sectionTitle__3t1Yk{font-size:18px;font-weight:600;color:#ffffff;margin-bottom:16px}.profile_chartContainer__zOfEq{background:linear-gradient(135deg,#1a1a1a,#252525);border-radius:16px;padding:35px;position:relative;border:1px solid #333333;box-shadow:0 4px 20px rgba(0,0,0,.3)}.profile_chartSvg___Ar27{width:100%;overflow:visible;bottom:52px}.profile_yAxisLabels__ZllsD{height:87%;top:22px;left:10px;flex-direction:column}.profile_xAxisLabels__1wKNY,.profile_yAxisLabels__ZllsD{position:absolute;display:flex;justify-content:space-between;font-size:11px;color:#666666;font-weight:500}.profile_xAxisLabels__1wKNY{bottom:10px;left:36px;right:20px}.profile_videosSection__eiwCH{padding:20px}.profile_videosHeader__e3mgH{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.profile_seeAllBtn__JRfyp{background:none;border:none;color:#ff4444;font-size:14px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background-color .2s ease}.profile_seeAllBtn__JRfyp:hover{background:rgba(255,68,68,.1)}.profile_videosGrid__K7IHG{display:flex;gap:12px;overflow-x:auto;padding-bottom:12px;scrollbar-width:none;-ms-overflow-style:none}.profile_videosGrid__K7IHG::-webkit-scrollbar{display:none}.profile_videoItem__Red_4{flex-shrink:0}.profile_videoThumbnail__aOkVT{height:150px;width:220px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-radius:12px;border:1px solid #333333;position:relative;transition:transform .2s ease;background-position:50%;background-repeat:no-repeat;background-size:cover}.profile_videoThumbnail__aOkVT:hover{transform:scale(1.02)}.profile_videoThumbnail__aOkVT:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:rgba(255,255,255,.1);border-radius:50%;border:2px solid rgba(255,255,255,.2)}.profile_bottomIndicator__bpHSM{position:fixed;bottom:8px;left:50%;transform:translateX(-50%);width:134px;height:5px;background:#ffffff;border-radius:3px;opacity:.3}@media (max-width:380px){.profile_profileContainer__ScShv{max-width:100%}.profile_profileHeader__V8_Uz{padding:12px 16px}.profile_profileSection__GHeKa{padding:24px 16px}.profile_chartSection__wIsTm,.profile_videosSection__eiwCH{padding-left:16px;padding-right:16px}.profile_statItem__O0IAm{padding:16px 8px}.profile_statNumber__U_Ln8{font-size:18px}.profile_avatar__PEW0j{width:80px;height:80px}.profile_username__96FyN{font-size:20px}}@media (prefers-color-scheme:dark){.profile_profileContainer__ScShv{background:linear-gradient(180deg,#000000,#0a0a0a)}.profile_chartContainer__zOfEq,.profile_statsContainer__tCKlR{background:linear-gradient(135deg,#1a1a1a,#252525);border-color:#333333}}.profile_shimmer__4lMba{padding:5px;width:100%;height:100%;margin:10px auto;display:flex;align-items:center;justify-content:center}.profile_imageCardVideo__gyyrl{width:300px;aspect-ratio:16/9;border-radius:12px}.profile_imageCardReel__Hwzz3{height:250px;aspect-ratio:9/16;border-radius:12px}.profile_animate__zkoLG{animation:profile_shimmer__4lMba 2s linear infinite;background:linear-gradient(90deg,#d0d0d0 8%,#b5b5b5 18%,#d0d0d0 33%);background-size:1000px 100%}@keyframes profile_shimmer__4lMba{0%{background-position:-1000px 0}to{background-position:1000px 0}}.StoryUploadForm_storyPreview__h9Ux_{width:100%;height:60vh;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-top:1rem;border-radius:8px}@media (max-width:768px){.StoryUploadForm_storyPreview__h9Ux_{height:100svh;margin-top:0;border-radius:0}}.StoryUploadForm_storyActions__GEFP6{position:absolute;bottom:16px;width:100%;display:flex;justify-content:space-between;padding:0 16px;pointer-events:auto}.StoryUploadForm_cancelButton__y5cvt,.StoryUploadForm_shareButton__Ah5iv{padding:8px 16px;border-radius:40px;font-weight:700;cursor:pointer}.StoryUploadForm_cancelButton__y5cvt{background-color:rgba(0,0,0,.5);color:white}.StoryUploadForm_shareButton__Ah5iv{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:999px;border:none;background-image:radial-gradient(circle at 30% 20%,#ff7f7f 0,rgba(255,255,255,0) 55%),linear-gradient(180deg,#ff3b3b,#f70b35 45%,#b0001f);color:#ffffff;font-weight:700;font-size:16px;cursor:pointer;outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent;transition:transform .12s ease,filter .12s ease}.StoryUploadForm_shareButton__Ah5iv:before{content:"";position:absolute;inset:3px 6px auto 6px;height:45%;border-radius:inherit;background:radial-gradient(circle at 20% 0,rgba(255,255,255,.65),rgba(255,255,255,.05) 55%,transparent 70%);opacity:.9;pointer-events:none}.StoryUploadForm_shareButton__Ah5iv:after{content:"";position:absolute;inset:auto 6px 3px 6px;height:40%;border-radius:inherit;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.35));opacity:.9;pointer-events:none}.StoryUploadForm_shareButton__Ah5iv:active{transform:translateY(1px) scale(.98);filter:brightness(.95)}.StoryUploadForm_uploadWrapper__PxmB7{display:flex;flex-direction:column;gap:12px;flex:1;min-height:75vh;max-height:85vh;margin-top:0}@media (min-width:640px){.StoryUploadForm_uploadWrapper__PxmB7{min-height:55vh;max-height:70vh}}.StoryUploadForm_uploadLabel__R4P1W{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;flex:1;padding:2rem 0;background-color:rgba(42,42,42,.9);border:none;border-radius:.7rem;color:#fff;cursor:pointer;text-align:center;transition:background-color .2s,transform .2s;font-size:14px;user-select:none}.StoryUploadForm_uploadLabel__R4P1W:hover{background-color:rgba(255,255,255,.2);transform:translateY(-2px)}.StoryUploadForm_uploadLabel__R4P1W img{width:10rem;height:10rem;object-fit:contain;pointer-events:none}@media (min-width:640px){.StoryUploadForm_uploadLabel__R4P1W img{width:8rem;height:8rem}}.StoryUploadForm_uploadLabel__R4P1W:hover{background-color:#333}.StoryUploadForm_hiddenInput__2UPOP{display:none}.StoryUploadForm_fileInfo__fLkqD{display:flex;justify-content:space-between;align-items:center;background:#1e1e1e;padding:10px 14px;border-radius:6px;color:#ccc;font-size:14px}.StoryUploadForm_removeButton__oji5G{background:transparent;border:none;color:#f87171;font-size:14px;cursor:pointer;margin-left:12px;padding:0;user-select:none}.StoryUploadForm_popupActions__X_USH{display:flex;justify-content:space-between;margin-top:24px}.StoryUploadForm_popupActions__X_USH button{padding:10px 18px;border-radius:8px;background:#444;color:white;border:none;cursor:pointer;font-weight:600;transition:background .2s ease}.StoryUploadForm_popupActions__X_USH button:hover{background:#555}.OptionsMenu_optionsMenu__uAG_h,.OptionsMenu_optionsRow__aZakg{display:flex;flex-direction:column;gap:10px}.OptionsMenu_optionsRowDesc__LXR9o{display:flex;gap:10px;align-items:center}.Banner_carouselContainer__E6Tlg{position:relative;z-index:1;width:100%;height:400px;display:flex;justify-content:center;align-items:center;overflow:hidden;perspective:1000px;margin-top:8vh}@media (max-width:768px){.Banner_carouselContainer__E6Tlg{margin-top:7vh}}.Banner_imageWrapper__GEE71{position:absolute;width:clamp(250px,60%,600px);height:clamp(150px,80%,350px);background-size:cover;background-position:50%;border-radius:20px;transition:all .6s ease-in-out;box-shadow:0 10px 20px rgba(0,0,0,.3);opacity:0;transform:scale(.8);z-index:1}.Banner_left__qgJJM{opacity:.7;transform:scale(.8) translateX(-70%);z-index:2}.Banner_right__qI_4o{opacity:.7;transform:scale(.8) translateX(70%);z-index:2}.Banner_center__ueJCu{opacity:1;transform:scale(1) translateX(0);z-index:3}.Banner_leftT__OruR9{opacity:.7;transform:scale(.8) translateX(120%);z-index:2}.Banner_rightT__JL_xX{opacity:.7;transform:scale(.8) translateX(-120%);z-index:2}.Banner_hidden__zwKUn{opacity:0;transform:scale(.5) translateX(0);z-index:0;pointer-events:none}@media (max-width:768px){.Banner_imageWrapper__GEE71{width:80%;height:60%;border-radius:12px}.Banner_right__qI_4o{transform:scale(.8) translateX(50vw)}.Banner_carouselContainer__E6Tlg{height:250px}}.ReelShimmer_reelShimmer__kGRlw{width:100%;aspect-ratio:9/16;background-color:#333;overflow:hidden;position:relative;margin-bottom:1rem}.ReelShimmer_shimmer__h6UP4{width:100%;height:100%;background:linear-gradient(90deg,rgba(51,51,51,.8) 25%,rgba(102,102,102,.2) 50%,rgba(51,51,51,.8) 75%);background-size:200% 100%;animation:ReelShimmer_shimmer__h6UP4 1.5s infinite}@keyframes ReelShimmer_shimmer__h6UP4{0%{background-position:-200% 0}to{background-position:200% 0}}