.PhotoViewer_overlay__Xa_B1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.95);display:flex;justify-content:center;align-items:center;z-index:2147483649;padding:0}.PhotoViewer_viewer__DFvNv{width:100%;height:100%;display:flex;flex-direction:column;background:#1a1a1a}.PhotoViewer_header__MZiIz{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:rgba(0,0,0,.8);border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.PhotoViewer_photoInfo__Yk0Gn{flex:1 1;min-width:0}.PhotoViewer_filename__JcNyY{margin:0 0 4px;color:white;font-size:18px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PhotoViewer_photoMeta__XZh5m{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.PhotoViewer_counter__QcJci{color:rgba(255,255,255,.7);font-size:14px}.PhotoViewer_authorLink__HdkMs{background:rgba(102,126,234,.2);color:#a78bfa;border:1px solid rgba(102,126,234,.4);padding:4px 12px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.PhotoViewer_authorLink__HdkMs:hover{background:rgba(102,126,234,.35);border-color:rgba(102,126,234,.6);transform:translateY(-1px)}.PhotoViewer_actions__2ETFt{display:flex;gap:12px;margin-left:20px}.PhotoViewer_closeButton__pKRHM,.PhotoViewer_deleteButton__CDuhb{background:rgba(255,255,255,.1);border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;color:white;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .2s}.PhotoViewer_deleteButton__CDuhb:hover{background:rgba(220,38,38,.8);transform:scale(1.1)}.PhotoViewer_closeButton__pKRHM:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.PhotoViewer_mainImageContainer__6stJm{flex:1 1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:5px;min-height:0}.PhotoViewer_mainImage___phbE{max-width:95vw;max-height:calc(100vh - 200px);width:auto;height:auto;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.PhotoViewer_navButton__O9Pey{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);border:none;width:60px;height:60px;border-radius:50%;cursor:pointer;color:white;font-size:40px;display:flex;align-items:center;justify-content:center;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.PhotoViewer_navButton__O9Pey:hover{background:rgba(255,255,255,.2);transform:translateY(-50%) scale(1.1)}.PhotoViewer_prevButton__7ZHAv{left:20px}.PhotoViewer_nextButton__Cc2vM{right:20px}.PhotoViewer_details__CxCX8{display:flex;gap:24px;padding:10px 20px;background:rgba(0,0,0,.6);border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.PhotoViewer_detailItem__wGeVS{display:flex;gap:8px;align-items:center}.PhotoViewer_detailLabel__p0c9N{color:rgba(255,255,255,.6);font-size:14px}.PhotoViewer_detailValue__c1Td5{color:white;font-size:14px;font-weight:500}.PhotoViewer_commentsButton__7BAS2{background:linear-gradient(135deg,#4facfe,#00f2fe);border:none;padding:8px 16px;border-radius:8px;color:white;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.PhotoViewer_commentsButton__7BAS2:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(79,172,254,.4)}.PhotoViewer_thumbnailStrip__UCmAj{background:rgba(0,0,0,.8);padding:12px 20px;overflow-x:auto;overflow-y:hidden;flex-shrink:0}.PhotoViewer_thumbnailContainer__5EDvh{display:flex;gap:12px;min-width:min-content}.PhotoViewer_thumbnail__orah3{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .2s;background:rgba(255,255,255,.05)}.PhotoViewer_thumbnail__orah3:hover{border-color:rgba(255,255,255,.3);transform:scale(1.05)}.PhotoViewer_activeThumbnail__467oI{border-color:#667eea!important;transform:scale(1.05)}.PhotoViewer_thumbnailImage__FGLYD{width:100%;height:100%;object-fit:cover}.PhotoViewer_thumbnailStrip__UCmAj::-webkit-scrollbar{height:8px}.PhotoViewer_thumbnailStrip__UCmAj::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:4px}.PhotoViewer_thumbnailStrip__UCmAj::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}.PhotoViewer_thumbnailStrip__UCmAj::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}@media (max-width:768px){.PhotoViewer_header__MZiIz{padding:16px}.PhotoViewer_filename__JcNyY{font-size:16px}.PhotoViewer_counter__QcJci{font-size:12px}.PhotoViewer_closeButton__pKRHM,.PhotoViewer_deleteButton__CDuhb{width:36px;height:36px;font-size:18px}.PhotoViewer_navButton__O9Pey{width:48px;height:48px;font-size:32px}.PhotoViewer_prevButton__7ZHAv{left:10px}.PhotoViewer_nextButton__Cc2vM{right:10px}.PhotoViewer_details__CxCX8{flex-direction:column;gap:8px;padding:12px 16px}.PhotoViewer_thumbnailStrip__UCmAj{padding:12px 16px}.PhotoViewer_thumbnail__orah3{width:60px;height:60px}}.UserProfileDialog_overlay__wMogG{position:fixed;inset:0;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2147483650;display:flex;align-items:center;justify-content:center;padding:20px;animation:UserProfileDialog_fadeIn__z_Suc .2s ease-out;overflow-y:auto}@keyframes UserProfileDialog_fadeIn__z_Suc{0%{opacity:0}to{opacity:1}}.UserProfileDialog_dialog__RMDVe{background:#0a0a0f;border-radius:24px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:UserProfileDialog_slideUp__BTKBc .3s ease-out;box-shadow:0 20px 60px rgba(0,0,0,.5);border:1px solid rgba(102,126,234,.3)}@keyframes UserProfileDialog_slideUp__BTKBc{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.UserProfileDialog_closeButton__nO2sy{position:absolute;top:20px;right:20px;width:40px;height:40px;background:rgba(20,20,30,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:white;border:1px solid rgba(102,126,234,.3);border-radius:50%;font-size:20px;cursor:pointer;z-index:100;display:flex;align-items:center;justify-content:center;transition:all .2s}.UserProfileDialog_closeButton__nO2sy:hover{background:rgba(220,38,38,.9);border-color:#dc2626;transform:rotate(90deg)}.UserProfileDialog_loadingContainer__Ghi1s{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;gap:20px;padding:40px}.UserProfileDialog_spinner__HR_oG{width:60px;height:60px;border:6px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:UserProfileDialog_spin__Xl8C_ 1s linear infinite}@keyframes UserProfileDialog_spin__Xl8C_{to{transform:rotate(1turn)}}.UserProfileDialog_notFoundContainer__rz87C{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;text-align:center;padding:40px}.UserProfileDialog_notFoundIcon__WGoIL{font-size:80px;margin-bottom:20px}.UserProfileDialog_coverSection__I58_W{width:100%;height:250px;position:relative;overflow:hidden;border-radius:24px 24px 0 0}.UserProfileDialog_coverSection__I58_W:before{content:"";position:absolute;top:0;left:0;right:0;height:80px;background:linear-gradient(180deg,#0a0a0f,transparent);pointer-events:none;z-index:1}.UserProfileDialog_coverSection__I58_W:after{content:"";position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(0deg,#0a0a0f,transparent);pointer-events:none;z-index:1}.UserProfileDialog_coverImage__i0Kg9{width:100%;height:100%;object-fit:cover}.UserProfileDialog_coverPlaceholder__6LbOf{width:100%;height:100%;background:linear-gradient(135deg,rgba(102,126,234,.3),rgba(118,75,162,.3))}.UserProfileDialog_profileCard__k0zKt{padding:60px 32px 32px;position:relative;z-index:10}.UserProfileDialog_profileHeader__Cxhg_{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;margin-bottom:32px}.UserProfileDialog_profilePhotoContainer__aTCZB{margin-top:-100px;position:relative;z-index:20}.UserProfileDialog_profilePhotoContainer__aTCZB:before{content:"";position:absolute;inset:-6px;background:conic-gradient(from 0deg,#667eea,#764ba2,#10b981,#667eea);border-radius:50%;animation:UserProfileDialog_rotate__sottp 4s linear infinite;z-index:-1}@keyframes UserProfileDialog_rotate__sottp{to{transform:rotate(1turn)}}.UserProfileDialog_profilePhoto__F4zLj{object-fit:cover}.UserProfileDialog_profilePhotoPlaceholder__853Uj,.UserProfileDialog_profilePhoto__F4zLj{width:120px;height:120px;border-radius:50%;border:6px solid #0a0a0f;box-shadow:0 8px 32px rgba(0,0,0,.5)}.UserProfileDialog_profilePhotoPlaceholder__853Uj{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:white}.UserProfileDialog_profileInfo__i7Mnv{z-index:1}.UserProfileDialog_profileName__91Ejo{margin:0 0 8px;font-size:28px;font-weight:700;background:linear-gradient(135deg,#667eea,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.UserProfileDialog_profileId__QktTV{margin:0 0 8px;font-size:16px;color:#a5b4fc;font-weight:600}.UserProfileDialog_profilePhone__U9GYh{margin:0;font-size:14px;color:#94a3b8}.UserProfileDialog_tabsContainer__ULdJn{display:flex;gap:12px;border-bottom:2px solid rgba(102,126,234,.2);margin-bottom:24px}.UserProfileDialog_tab__DVltP{padding:10px 20px;background:transparent;font-size:14px;font-weight:600;color:#94a3b8;cursor:pointer;border:none;border-bottom:3px solid transparent;transition:all .3s;position:relative;bottom:-2px}.UserProfileDialog_tab__DVltP:hover{color:#667eea;background:rgba(102,126,234,.1);border-radius:8px 8px 0 0}.UserProfileDialog_tabActive__t8_LX{color:#667eea;border-bottom-color:#667eea;background:rgba(102,126,234,.1);border-radius:8px 8px 0 0}.UserProfileDialog_tabContent__B8Fob{animation:UserProfileDialog_fadeIn__z_Suc .3s ease-out}.UserProfileDialog_aboutSection__RSZuh{display:flex;flex-direction:column;gap:12px;padding:20px;background:rgba(30,30,45,.5);border-radius:12px;border:1px solid rgba(102,126,234,.2)}.UserProfileDialog_sectionTitle__Q_kBU{margin:0 0 8px;font-size:20px;font-weight:700;color:#e2e8f0}.UserProfileDialog_aboutText__TIIDu{margin:0;font-size:14px;line-height:1.6;color:#cbd5e1;white-space:pre-wrap}.UserProfileDialog_emptyState__PwFP3{text-align:center;padding:40px 20px;color:#64748b;font-size:14px;background:rgba(30,30,45,.3);border-radius:12px;border:2px dashed rgba(100,116,139,.3)}.UserProfileDialog_emptyIcon__S44Mw{font-size:40px;margin-bottom:12px;opacity:.5}.UserProfileDialog_photosSection__5_b5Z{min-height:200px}.UserProfileDialog_albumsGrid__DxJIb{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.UserProfileDialog_albumCard__Nu8X7{background:rgba(30,30,45,.6);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s;box-shadow:0 4px 20px rgba(0,0,0,.3);border:1px solid rgba(102,126,234,.2)}.UserProfileDialog_albumCard__Nu8X7:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(102,126,234,.4)}.UserProfileDialog_albumCover__Sjinu{width:100%;height:150px;position:relative;overflow:hidden}.UserProfileDialog_albumCoverImage__vYo34{width:100%;height:100%;object-fit:cover}.UserProfileDialog_albumCoverPlaceholder__2SaCs{width:100%;height:100%;background:linear-gradient(135deg,rgba(102,126,234,.4),rgba(118,75,162,.4));display:flex;align-items:center;justify-content:center;font-size:3rem}.UserProfileDialog_albumInfo___ZYj7{padding:.75rem}.UserProfileDialog_albumName__3nks8{margin:0 0 .25rem;color:#e2e8f0;font-size:.95rem;font-weight:600}.UserProfileDialog_albumDescription__B6Oz4{margin:0 0 .25rem;color:#94a3b8;font-size:.75rem;line-height:1.4}.UserProfileDialog_albumStats__VIUd3{font-size:.75rem;color:#64748b}.UserProfileDialog_backButton__jvySe{padding:.5rem 1rem;background:rgba(30,30,45,.8);color:#e2e8f0;border:1px solid rgba(102,126,234,.3);border-radius:8px;cursor:pointer;font-weight:600;margin-bottom:1rem;transition:all .3s;font-size:13px}.UserProfileDialog_backButton__jvySe:hover{background:rgba(102,126,234,.3);border-color:#667eea}.UserProfileDialog_albumTitle__YC98s{margin:0 0 1rem;font-size:1.25rem;font-weight:700;color:#e2e8f0}.UserProfileDialog_photoGrid___rql_{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:.75rem;gap:.75rem}.UserProfileDialog_photoItem__Edqgp{border-radius:12px;overflow:hidden;background:rgba(30,30,45,.6);box-shadow:0 4px 16px rgba(0,0,0,.3);transition:all .3s;cursor:pointer;border:1px solid rgba(102,126,234,.2)}.UserProfileDialog_photoItem__Edqgp:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(102,126,234,.4)}.UserProfileDialog_photoImage__kneu6{width:100%;height:150px;object-fit:cover;display:block}.UserProfileDialog_photoCaption__IEwtx{padding:8px;background:rgba(10,10,15,.9);font-size:12px;color:#cbd5e1;line-height:1.4}@media (max-width:768px){.UserProfileDialog_dialog__RMDVe{max-width:100%;max-height:100vh;border-radius:0}.UserProfileDialog_coverSection__I58_W{height:180px}.UserProfileDialog_profileCard__k0zKt{padding:40px 20px 20px}.UserProfileDialog_profilePhotoContainer__aTCZB{margin-top:-70px}.UserProfileDialog_profilePhotoPlaceholder__853Uj,.UserProfileDialog_profilePhoto__F4zLj{width:100px;height:100px;border:5px solid #0a0a0f}.UserProfileDialog_profilePhotoPlaceholder__853Uj{font-size:40px}.UserProfileDialog_profileName__91Ejo{font-size:24px}.UserProfileDialog_albumsGrid__DxJIb{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.UserProfileDialog_photoGrid___rql_{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.UserProfileDialog_photoImage__kneu6{height:120px}}