.ProfileCard-module__mh3Hpq__profileCard{background:#fff;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 20px #0000001a}.ProfileCard-module__mh3Hpq__profileCard:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.ProfileCard-module__mh3Hpq__coverPhoto{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);height:120px;position:relative}.ProfileCard-module__mh3Hpq__profileInfo{text-align:center;padding:0 24px 24px;position:relative}.ProfileCard-module__mh3Hpq__avatarContainer{background:#fff;border:4px solid #fff;border-radius:50%;width:120px;height:120px;margin:-60px auto 16px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000026}.ProfileCard-module__mh3Hpq__avatarContainer:hover{transform:scale(1.05)}.ProfileCard-module__mh3Hpq__avatar{object-fit:cover;width:100%;height:100%;transition:all .3s}.ProfileCard-module__mh3Hpq__avatarPlaceholder{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProfileCard-module__mh3Hpq__avatarIcon{color:#fffc;width:60px;height:60px}.ProfileCard-module__mh3Hpq__uploadLabel{color:#fff;cursor:pointer;opacity:0;background:linear-gradient(#0000,#000c);justify-content:center;align-items:center;gap:8px;padding:30px 10px 10px;font-size:14px;transition:opacity .3s;display:flex;position:absolute;bottom:0;left:0;right:0}.ProfileCard-module__mh3Hpq__avatarContainer:hover .ProfileCard-module__mh3Hpq__uploadLabel{opacity:1}.ProfileCard-module__mh3Hpq__uploadLabel.ProfileCard-module__mh3Hpq__uploading{opacity:1;cursor:not-allowed;background:#000000b3}.ProfileCard-module__mh3Hpq__uploadLabel svg{font-size:18px}.ProfileCard-module__mh3Hpq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite ProfileCard-module__mh3Hpq__spin}@keyframes ProfileCard-module__mh3Hpq__spin{to{transform:rotate(360deg)}}.ProfileCard-module__mh3Hpq__userName{color:#1a1a1a;margin:8px 0 4px;font-size:28px;font-weight:700;line-height:1.3}.ProfileCard-module__mh3Hpq__userEmail{color:#666;word-break:break-word;margin-bottom:20px;font-size:16px}.ProfileCard-module__mh3Hpq__followButton{cursor:pointer;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:30px;justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:20px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.ProfileCard-module__mh3Hpq__followButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.ProfileCard-module__mh3Hpq__followButton:hover:before{left:100%}.ProfileCard-module__mh3Hpq__followButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.ProfileCard-module__mh3Hpq__followButton.ProfileCard-module__mh3Hpq__following{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.ProfileCard-module__mh3Hpq__followButton:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.ProfileCard-module__mh3Hpq__followButton svg{font-size:18px}.ProfileCard-module__mh3Hpq__buttonSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite ProfileCard-module__mh3Hpq__spin}.ProfileCard-module__mh3Hpq__userStats{border-top:2px solid #f0f0f0;border-bottom:2px solid #f0f0f0;justify-content:space-around;gap:10px;margin-bottom:20px;padding:20px 0;display:flex}.ProfileCard-module__mh3Hpq__statItem{text-align:center;border-radius:8px;flex:1;padding:5px;transition:background-color .3s}.ProfileCard-module__mh3Hpq__statItem:hover{background:#f8f9fa}.ProfileCard-module__mh3Hpq__statValue{color:#1a1a1a;margin-bottom:4px;font-size:24px;font-weight:700;line-height:1.2;display:block}.ProfileCard-module__mh3Hpq__statLabel{color:#666;font-size:14px;font-weight:500;display:block}.ProfileCard-module__mh3Hpq__userDetails{text-align:right;background:#f8f9fa;border-radius:12px;padding:16px}.ProfileCard-module__mh3Hpq__userInfo{color:#333;margin:8px 0;font-size:15px;line-height:1.6}.ProfileCard-module__mh3Hpq__userInfo strong{color:#1a1a1a;min-width:120px;font-weight:600;display:inline-block}.ProfileCard-module__mh3Hpq__fileName{color:#666;word-break:break-word;background:#f8f9fa;border-radius:20px;margin-top:8px;padding:6px 12px;font-size:13px;display:inline-block}@media (max-width:768px){.ProfileCard-module__mh3Hpq__coverPhoto{height:100px}.ProfileCard-module__mh3Hpq__avatarContainer{width:100px;height:100px;margin-top:-50px}.ProfileCard-module__mh3Hpq__userName{font-size:24px}.ProfileCard-module__mh3Hpq__userEmail{font-size:14px}.ProfileCard-module__mh3Hpq__statValue{font-size:20px}.ProfileCard-module__mh3Hpq__statLabel{font-size:12px}.ProfileCard-module__mh3Hpq__userInfo{font-size:14px}.ProfileCard-module__mh3Hpq__userInfo strong{min-width:100px}}@media (prefers-color-scheme:dark){.ProfileCard-module__mh3Hpq__profileCard{background:#1a1a1a;box-shadow:0 4px 20px #0000004d}.ProfileCard-module__mh3Hpq__userName{color:#fff}.ProfileCard-module__mh3Hpq__userEmail{color:#aaa}.ProfileCard-module__mh3Hpq__userStats{border-top-color:#333;border-bottom-color:#333}.ProfileCard-module__mh3Hpq__statItem:hover{background:#2a2a2a}.ProfileCard-module__mh3Hpq__statValue{color:#fff}.ProfileCard-module__mh3Hpq__statLabel{color:#aaa}.ProfileCard-module__mh3Hpq__userDetails{background:#2a2a2a}.ProfileCard-module__mh3Hpq__userInfo{color:#ddd}.ProfileCard-module__mh3Hpq__userInfo strong{color:#fff}.ProfileCard-module__mh3Hpq__fileName{color:#aaa;background:#2a2a2a}}@keyframes ProfileCard-module__mh3Hpq__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ProfileCard-module__mh3Hpq__coverPhoto{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);height:120px;position:relative;overflow:hidden}.ProfileCard-module__mh3Hpq__coverPhoto:after{content:"";background:linear-gradient(#0000,#0003);height:30px;position:absolute;bottom:0;left:0;right:0}.ProfileCard-module__mh3Hpq__coverFollowButton{cursor:pointer;color:#1a1a1a;z-index:10;background:#ffffffe6;border:none;border-radius:30px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .3s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #0000001a}.ProfileCard-module__mh3Hpq__coverFollowButton:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.ProfileCard-module__mh3Hpq__coverFollowButton.ProfileCard-module__mh3Hpq__following{color:#fff;background:#10b981e6}.ProfileCard-module__mh3Hpq__coverFollowButton.ProfileCard-module__mh3Hpq__following:hover{background:#10b981}.ProfileCard-module__mh3Hpq__coverFollowButton svg{font-size:16px}.ProfileCard-module__mh3Hpq__coverFollowButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.ProfileCard-module__mh3Hpq__mobileFollowButton{cursor:pointer;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:30px;justify-content:center;align-items:center;gap:10px;width:100%;margin:15px 0;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s;display:none}.ProfileCard-module__mh3Hpq__mobileFollowButton.ProfileCard-module__mh3Hpq__following{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.ProfileCard-module__mh3Hpq__mobileFollowButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.ProfileCard-module__mh3Hpq__mobileFollowButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.ProfileCard-module__mh3Hpq__mobileFollowButton svg{font-size:18px}@media (max-width:768px){.ProfileCard-module__mh3Hpq__coverFollowButton{display:none}.ProfileCard-module__mh3Hpq__mobileFollowButton{display:flex}.ProfileCard-module__mh3Hpq__coverPhoto{height:100px}.ProfileCard-module__mh3Hpq__avatarContainer{width:100px;height:100px;margin-top:-50px}.ProfileCard-module__mh3Hpq__userName{font-size:24px}.ProfileCard-module__mh3Hpq__userEmail{font-size:14px}.ProfileCard-module__mh3Hpq__statValue{font-size:20px}.ProfileCard-module__mh3Hpq__statLabel{font-size:12px}.ProfileCard-module__mh3Hpq__userInfo{font-size:14px}.ProfileCard-module__mh3Hpq__userInfo strong{min-width:100px}}@media (prefers-color-scheme:dark){.ProfileCard-module__mh3Hpq__profileCard{background:#1a1a1a;box-shadow:0 4px 20px #0000004d}.ProfileCard-module__mh3Hpq__userName{color:#fff}.ProfileCard-module__mh3Hpq__userEmail{color:#aaa}.ProfileCard-module__mh3Hpq__userStats{border-top-color:#333;border-bottom-color:#333}.ProfileCard-module__mh3Hpq__statItem:hover{background:#2a2a2a}.ProfileCard-module__mh3Hpq__statValue{color:#fff}.ProfileCard-module__mh3Hpq__statLabel{color:#aaa}.ProfileCard-module__mh3Hpq__userDetails{background:#2a2a2a}.ProfileCard-module__mh3Hpq__userInfo{color:#ddd}.ProfileCard-module__mh3Hpq__userInfo strong{color:#fff}.ProfileCard-module__mh3Hpq__fileName{color:#aaa;background:#2a2a2a}.ProfileCard-module__mh3Hpq__coverFollowButton{color:#fff;background:#1e1e1ee6}.ProfileCard-module__mh3Hpq__coverFollowButton:hover{background:#2a2a2a}.ProfileCard-module__mh3Hpq__coverFollowButton.ProfileCard-module__mh3Hpq__following{color:#fff;background:#10b981e6}}.ProfileCard-module__mh3Hpq__profileCard{animation:.5s ease-out ProfileCard-module__mh3Hpq__fadeIn}
.PostForm-module__b3yQKG__postForm{background:#fff;border-radius:16px;width:100%;max-width:600px;margin-bottom:24px;margin-left:auto;margin-right:auto;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #0000001a}.PostForm-module__b3yQKG__postForm:hover{box-shadow:0 6px 16px #00000026}.PostForm-module__b3yQKG__formTitle{color:#1a1a1a;text-align:right;border-bottom:2px solid #e4e6eb;margin:0 0 20px;padding-bottom:12px;font-size:1.3rem;font-weight:600;position:relative}.PostForm-module__b3yQKG__formTitle:after{content:"";background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;width:60px;height:2px;position:absolute;bottom:-2px;right:0}.PostForm-module__b3yQKG__postInput{resize:vertical;background:#f8f9fa;border:2px solid #e4e6eb;border-radius:12px;width:100%;min-height:100px;margin-bottom:20px;padding:14px 16px;font-family:inherit;font-size:15px;line-height:1.6;transition:all .3s}.PostForm-module__b3yQKG__postInput:focus{background:#fff;border-color:#667eea;outline:none;box-shadow:0 0 0 4px #667eea1a}.PostForm-module__b3yQKG__postInput::placeholder{color:#9ca3af;font-size:14px}.PostForm-module__b3yQKG__postInput:disabled{cursor:not-allowed;opacity:.7;background:#f3f4f6}.PostForm-module__b3yQKG__formActions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.PostForm-module__b3yQKG__mediaLabel{cursor:pointer;flex:1;min-width:180px}.PostForm-module__b3yQKG__mediaInput{display:none}.PostForm-module__b3yQKG__mediaButton{color:#1a1a1a;text-align:center;background:#f0f2f5;border:2px solid #0000;border-radius:30px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.PostForm-module__b3yQKG__mediaButton:hover{background:#e4e6eb;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.PostForm-module__b3yQKG__mediaButton:active{transform:translateY(0)}.PostForm-module__b3yQKG__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:30px;min-width:120px;padding:12px 32px;font-size:15px;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.PostForm-module__b3yQKG__submitButton:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PostForm-module__b3yQKG__submitButton:hover:before{width:300px;height:300px}.PostForm-module__b3yQKG__submitButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.PostForm-module__b3yQKG__submitButton:active{transform:translateY(0)}.PostForm-module__b3yQKG__submitButton:disabled{cursor:not-allowed;box-shadow:none;background:linear-gradient(135deg,#cbd5e0 0%,#a0aec0 100%);transform:none}.PostForm-module__b3yQKG__submitButton:disabled:before{display:none}.PostForm-module__b3yQKG__mediaPreview{background:#f8fafc;border:2px dashed #cbd5e0;border-radius:12px;justify-content:space-between;align-items:center;margin-top:20px;padding:16px;animation:.3s PostForm-module__b3yQKG__slideDown;display:flex}@keyframes PostForm-module__b3yQKG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.PostForm-module__b3yQKG__mediaPreview span{color:#1a1a1a;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.PostForm-module__b3yQKG__mediaPreview span:before{content:"📎";font-size:16px}.PostForm-module__b3yQKG__removeMedia{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px 12px;font-size:20px;transition:all .2s;display:flex}.PostForm-module__b3yQKG__removeMedia:hover{background:#fee2e2;transform:scale(1.1)}.PostForm-module__b3yQKG__removeMedia:active{transform:scale(.95)}.PostForm-module__b3yQKG__submitButton.PostForm-module__b3yQKG__loading{color:#0000;position:relative}.PostForm-module__b3yQKG__submitButton.PostForm-module__b3yQKG__loading:after{content:"";border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite PostForm-module__b3yQKG__spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes PostForm-module__b3yQKG__spin{to{transform:translate(-50%,-50%)rotate(360deg)}}@media (max-width:768px){.PostForm-module__b3yQKG__postForm{border-radius:12px;padding:16px}.PostForm-module__b3yQKG__formActions{flex-direction:column;gap:10px}.PostForm-module__b3yQKG__mediaLabel,.PostForm-module__b3yQKG__submitButton{width:100%}.PostForm-module__b3yQKG__formTitle{font-size:1.2rem}}@media (max-width:480px){.PostForm-module__b3yQKG__postForm{padding:12px}.PostForm-module__b3yQKG__postInput{padding:12px;font-size:14px}.PostForm-module__b3yQKG__mediaButton{padding:10px 16px;font-size:13px}.PostForm-module__b3yQKG__submitButton{padding:10px 20px;font-size:14px}}[dir=rtl] .PostForm-module__b3yQKG__formTitle:after{left:auto;right:0}[dir=rtl] .PostForm-module__b3yQKG__mediaPreview span:before{margin-left:8px;margin-right:0}@media (prefers-color-scheme:dark){.PostForm-module__b3yQKG__postForm{background:#1f2937;box-shadow:0 4px 12px #0000004d}.PostForm-module__b3yQKG__formTitle{color:#f3f4f6;border-bottom-color:#374151}.PostForm-module__b3yQKG__postInput{color:#f3f4f6;background:#374151;border-color:#4b5563}.PostForm-module__b3yQKG__postInput:focus{background:#1f2937;border-color:#667eea}.PostForm-module__b3yQKG__postInput::placeholder{color:#9ca3af}.PostForm-module__b3yQKG__mediaButton{color:#f3f4f6;background:#374151}.PostForm-module__b3yQKG__mediaButton:hover{background:#4b5563}.PostForm-module__b3yQKG__mediaPreview{background:#374151;border-color:#4b5563}.PostForm-module__b3yQKG__mediaPreview span{color:#f3f4f6}.PostForm-module__b3yQKG__removeMedia{color:#f87171}.PostForm-module__b3yQKG__removeMedia:hover{background:#7f1d1d}}
.ShareModal-module__pTPwoa__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;animation:.2s ease-out ShareModal-module__pTPwoa__fadeIn;display:flex;position:fixed;inset:0}@keyframes ShareModal-module__pTPwoa__fadeIn{0%{opacity:0}to{opacity:1}}.ShareModal-module__pTPwoa__modal{direction:rtl;background:#fff;border-radius:24px;width:90%;max-width:520px;max-height:90vh;padding:2rem;animation:.3s ease-out ShareModal-module__pTPwoa__slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}@keyframes ShareModal-module__pTPwoa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ShareModal-module__pTPwoa__closeBtn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;left:1rem}.ShareModal-module__pTPwoa__closeBtn:hover{color:#374151;background:#f3f4f6}.ShareModal-module__pTPwoa__title{color:#111827;margin-bottom:1.5rem;padding-left:2rem;font-size:1.5rem;font-weight:600}.ShareModal-module__pTPwoa__section{margin-bottom:1.5rem}.ShareModal-module__pTPwoa__label{color:#4b5563;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.ShareModal-module__pTPwoa__divider{text-align:center;color:#9ca3af;margin:1rem 0 1.5rem;font-size:.875rem;position:relative}.ShareModal-module__pTPwoa__divider:before,.ShareModal-module__pTPwoa__divider:after{content:"";background:#e5e7eb;width:calc(50% - 3rem);height:1px;position:absolute;top:50%}.ShareModal-module__pTPwoa__divider:before{left:0}.ShareModal-module__pTPwoa__divider:after{right:0}.ShareModal-module__pTPwoa__searchContainer{margin-bottom:1rem}.ShareModal-module__pTPwoa__searchInputWrapper{align-items:center;display:flex;position:relative}.ShareModal-module__pTPwoa__searchIcon{color:#9ca3af;pointer-events:none;position:absolute;right:1rem}.ShareModal-module__pTPwoa__searchInput{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:.875rem;transition:all .2s}.ShareModal-module__pTPwoa__searchInput:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.ShareModal-module__pTPwoa__searchSpinner{border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:1.25rem;height:1.25rem;animation:.6s linear infinite ShareModal-module__pTPwoa__spin;position:absolute;left:1rem}@keyframes ShareModal-module__pTPwoa__spin{to{transform:rotate(360deg)}}.ShareModal-module__pTPwoa__searchResults{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-height:240px;margin-top:.5rem;overflow-y:auto}.ShareModal-module__pTPwoa__userItem{cursor:pointer;text-align:right;background:#fff;border:none;border-bottom:1px solid #f3f4f6;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;transition:background .2s;display:flex}.ShareModal-module__pTPwoa__userItem:hover{background:#f9fafb}.ShareModal-module__pTPwoa__userItem:last-child{border-bottom:none}.ShareModal-module__pTPwoa__userAvatar{object-fit:cover;border-radius:50%;width:36px;height:36px}.ShareModal-module__pTPwoa__userAvatarIcon{color:#9ca3af;width:36px;height:36px}.ShareModal-module__pTPwoa__selectedUser{background:#f3f4f6;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.ShareModal-module__pTPwoa__selectedUserInfo{align-items:center;gap:.75rem;display:flex}.ShareModal-module__pTPwoa__selectedAvatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.ShareModal-module__pTPwoa__selectedAvatarIcon{color:#6b7280;width:32px;height:32px}.ShareModal-module__pTPwoa__changeUserBtn{color:#3b82f6;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-size:.875rem;transition:background .2s}.ShareModal-module__pTPwoa__changeUserBtn:hover{background:#3b82f61a}.ShareModal-module__pTPwoa__messageInput{resize:vertical;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;width:100%;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}.ShareModal-module__pTPwoa__messageInput:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.ShareModal-module__pTPwoa__sendBtn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.ShareModal-module__pTPwoa__sendBtn:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.ShareModal-module__pTPwoa__sendBtn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.ShareModal-module__pTPwoa__modal{padding:1.5rem}.ShareModal-module__pTPwoa__copyRow{flex-direction:column}.ShareModal-module__pTPwoa__copyBtn{justify-content:center;width:100%}}.ShareModal-module__pTPwoa__linkRow{margin-bottom:.75rem}.ShareModal-module__pTPwoa__postLink{color:#06c;word-break:break-all;box-sizing:border-box;background:#f0f7ff;border:1px solid #cce4ff;border-radius:12px;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:inline-flex}.ShareModal-module__pTPwoa__postLink:hover{color:#004999;background:#e1f0ff;text-decoration:underline}.ShareModal-module__pTPwoa__linkIcon{flex-shrink:0;font-size:.9rem}.ShareModal-module__pTPwoa__linkText{text-overflow:ellipsis;white-space:nowrap;text-align:left;direction:ltr;flex:1;overflow:hidden}.ShareModal-module__pTPwoa__copyRow{gap:.75rem;display:flex}.ShareModal-module__pTPwoa__urlInput{color:#1f2937;text-align:left;direction:ltr;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex:1;padding:.75rem 1rem;font-family:monospace;font-size:.875rem;transition:border-color .2s}.ShareModal-module__pTPwoa__urlInput:focus{ring:2px solid #3b82f6;border-color:#3b82f6;outline:none}.ShareModal-module__pTPwoa__copyBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#3b82f6;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:background .2s;display:flex}.ShareModal-module__pTPwoa__copyBtn:hover{background:#2563eb}
:root{--card-bg:#fff;--card-bg-hover:#fafbfc;--text-primary:#050505;--text-secondary:#65676b;--border-color:#e4e6eb;--primary-color:#1877f2;--primary-hover:#165dc4;--danger-color:#e41e3f;--danger-hover:#c91e3a;--shadow-sm:0 2px 6px #0000001a;--shadow-md:0 4px 12px #00000026;--shadow-lg:0 8px 24px #0003;--transition:.2s ease-in-out;--border-radius:12px;--avatar-size:42px}.PostCard-module__ItvC6a__postCard{background:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);width:100%;max-width:600px;transition:all var(--transition);border:1px solid var(--border-color);margin:20px auto;padding:15px;font-family:Segoe UI,Arial,sans-serif;position:relative;overflow:visible}.PostCard-module__ItvC6a__postCard:hover{box-shadow:var(--shadow-md);background:var(--card-bg-hover);transform:translateY(-2px)}.PostCard-module__ItvC6a__postHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.PostCard-module__ItvC6a__postAuthor{align-items:center;gap:12px;display:flex}.PostCard-module__ItvC6a__authorAvatar{width:var(--avatar-size);height:var(--avatar-size);object-fit:cover;transition:border-color var(--transition);border:2px solid #0000;border-radius:50%}.PostCard-module__ItvC6a__postCard:hover .PostCard-module__ItvC6a__authorAvatar{border-color:var(--primary-color)}.PostCard-module__ItvC6a__avatarPlaceholder{width:var(--avatar-size);height:var(--avatar-size);color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:600;display:flex}.PostCard-module__ItvC6a__authorInfo{flex-direction:column;display:flex}.PostCard-module__ItvC6a__authorName{color:var(--text-primary);font-size:15px;font-weight:600;line-height:1.4}.PostCard-module__ItvC6a__postDate{color:var(--text-secondary);font-size:12px}.PostCard-module__ItvC6a__deleteBtn{cursor:pointer;color:var(--text-secondary);width:36px;height:36px;transition:all var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.PostCard-module__ItvC6a__deleteBtn:hover{color:var(--danger-color);background:#f0f2f5;transform:rotate(90deg)}.PostCard-module__ItvC6a__postContent{min-height:60px;max-height:120px;margin:12px 0;padding-right:4px;overflow-y:auto}.PostCard-module__ItvC6a__postContent::-webkit-scrollbar{width:4px}.PostCard-module__ItvC6a__postContent::-webkit-scrollbar-track{background:#f0f2f5;border-radius:4px}.PostCard-module__ItvC6a__postContent::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:4px}.PostCard-module__ItvC6a__postContent p{color:var(--text-primary);word-wrap:break-word;margin:0;font-size:15px;line-height:1.6}.PostCard-module__ItvC6a__postMedia{aspect-ratio:16/9;background:#f0f2f5;border-radius:10px;max-height:400px;margin:15px 0;position:relative;overflow:hidden}.PostCard-module__ItvC6a__postImage,.PostCard-module__ItvC6a__postVideo{object-fit:cover;border-radius:8px;width:100%;height:100%;transition:transform .3s}.PostCard-module__ItvC6a__postCard:hover .PostCard-module__ItvC6a__postImage,.PostCard-module__ItvC6a__postCard:hover .PostCard-module__ItvC6a__postVideo{transform:scale(1.02)}.PostCard-module__ItvC6a__postVideo{background:#000}.PostCard-module__ItvC6a__mediaCount{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#0009;border-radius:20px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;display:flex;position:absolute;bottom:10px;right:10px}.PostCard-module__ItvC6a__postStats{border-bottom:1px solid var(--border-color);color:var(--text-secondary);gap:24px;padding:12px 0;font-size:14px;display:flex}.PostCard-module__ItvC6a__statItem{transition:color var(--transition);align-items:center;gap:6px;display:flex}.PostCard-module__ItvC6a__statItem:hover{color:var(--primary-color)}.PostCard-module__ItvC6a__statItem svg{font-size:16px}.PostCard-module__ItvC6a__postActions{border-bottom:1px solid var(--border-color);justify-content:space-around;gap:8px;padding:8px 0;display:flex}.PostCard-module__ItvC6a__actionBtn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:80px;padding:8px 12px;font-size:14px;font-weight:500;display:flex}.PostCard-module__ItvC6a__actionBtn:hover{color:var(--primary-color);background:#f0f2f5}.PostCard-module__ItvC6a__actionBtn.PostCard-module__ItvC6a__activeReaction{color:var(--primary-color);background:#1877f21a}.PostCard-module__ItvC6a__reactionContainer{flex:1;position:relative}.PostCard-module__ItvC6a__reactionPicker{box-shadow:var(--shadow-lg);z-index:9999;border:1px solid var(--border-color);background:#fff;border-radius:40px;gap:12px;padding:8px 16px;animation:.2s PostCard-module__ItvC6a__slideUp;display:flex;position:absolute;bottom:55px;left:50%;transform:translate(-50%)}@keyframes PostCard-module__ItvC6a__slideUp{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.PostCard-module__ItvC6a__reactionPicker button{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:4px;font-size:24px;transition:all .2s;display:flex}.PostCard-module__ItvC6a__reactionPicker button:hover{background:#f0f2f5;transform:scale(1.3)}.PostCard-module__ItvC6a__commentsSection{border-top:1px solid var(--border-color);margin-top:15px;padding-top:15px}.PostCard-module__ItvC6a__addComment{gap:10px;margin-bottom:15px;display:flex}.PostCard-module__ItvC6a__addComment input{border:1px solid var(--border-color);transition:all var(--transition);background:#f8f9fa;border-radius:24px;outline:none;flex:1;padding:10px 16px;font-size:14px}.PostCard-module__ItvC6a__addComment input:focus{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px #1877f21a}.PostCard-module__ItvC6a__addComment input:disabled{cursor:not-allowed;background:#f0f2f5}.PostCard-module__ItvC6a__addComment button{background:var(--primary-color);color:#fff;cursor:pointer;transition:all var(--transition);border:none;border-radius:24px;min-width:80px;padding:10px 24px;font-size:14px;font-weight:600}.PostCard-module__ItvC6a__addComment button:hover:not(:disabled){background:var(--primary-hover);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.PostCard-module__ItvC6a__addComment button:disabled{background:var(--border-color);cursor:not-allowed;opacity:.7}.PostCard-module__ItvC6a__commentsList{max-height:300px;padding:4px;overflow-y:auto}.PostCard-module__ItvC6a__commentsList::-webkit-scrollbar{width:4px}.PostCard-module__ItvC6a__commentsList::-webkit-scrollbar-track{background:#f0f2f5;border-radius:4px}.PostCard-module__ItvC6a__commentsList::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:4px}.PostCard-module__ItvC6a__comment{background:#f0f2f5;border-radius:18px;margin-bottom:8px;padding:10px 16px;font-size:14px;animation:.3s PostCard-module__ItvC6a__fadeIn}@keyframes PostCard-module__ItvC6a__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.PostCard-module__ItvC6a__comment strong{color:var(--text-primary);margin-left:8px;font-weight:600}.PostCard-module__ItvC6a__noComments{text-align:center;color:var(--text-secondary);background:#f8f9fa;border-radius:12px;padding:20px;font-size:14px}@media (max-width:768px){.PostCard-module__ItvC6a__postCard{max-width:100%;margin:12px auto;padding:12px}.PostCard-module__ItvC6a__postMedia{aspect-ratio:16/10}.PostCard-module__ItvC6a__actionBtn{gap:4px;min-width:60px;font-size:13px}.PostCard-module__ItvC6a__reactionPicker{gap:8px;padding:6px 12px}.PostCard-module__ItvC6a__reactionPicker button{width:32px;height:32px;font-size:20px}}@media (max-width:480px){.PostCard-module__ItvC6a__postCard{margin:8px auto;padding:10px}.PostCard-module__ItvC6a__postStats{gap:16px;font-size:13px}.PostCard-module__ItvC6a__postActions{flex-wrap:wrap}.PostCard-module__ItvC6a__actionBtn{flex:calc(50% - 4px);font-size:12px}.PostCard-module__ItvC6a__addComment{flex-direction:column}.PostCard-module__ItvC6a__addComment button{width:100%}.PostCard-module__ItvC6a__postMedia{aspect-ratio:16/12}}@media (prefers-color-scheme:dark){:root{--card-bg:#242526;--card-bg-hover:#2f3031;--text-primary:#e4e6eb;--text-secondary:#b0b3b8;--border-color:#3e4042}.PostCard-module__ItvC6a__postCard{background:var(--card-bg)}.PostCard-module__ItvC6a__postCard:hover{background:var(--card-bg-hover)}.PostCard-module__ItvC6a__addComment input{color:var(--text-primary);background:#3a3b3c;border-color:#4e4f50}.PostCard-module__ItvC6a__addComment input:focus{background:#4e4f50}.PostCard-module__ItvC6a__comment{background:#3a3b3c}.PostCard-module__ItvC6a__noComments{color:var(--text-secondary);background:#3a3b3c}.PostCard-module__ItvC6a__reactionPicker{background:#242526;border-color:#3e4042}.PostCard-module__ItvC6a__reactionPicker button:hover,.PostCard-module__ItvC6a__deleteBtn:hover,.PostCard-module__ItvC6a__actionBtn:hover{background:#3a3b3c}}.PostCard-module__ItvC6a__skeleton{background:linear-gradient(90deg,#f0f2f5 25%,#e4e6eb 50%,#f0f2f5 75%) 0 0/200% 100%;animation:1.5s infinite PostCard-module__ItvC6a__loading}@keyframes PostCard-module__ItvC6a__loading{0%{background-position:200% 0}to{background-position:-200% 0}}.PostCard-module__ItvC6a__actionBtn:focus-visible,.PostCard-module__ItvC6a__deleteBtn:focus-visible,.PostCard-module__ItvC6a__addComment button:focus-visible,.PostCard-module__ItvC6a__commentsList button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media (prefers-reduced-motion:reduce){.PostCard-module__ItvC6a__postCard,.PostCard-module__ItvC6a__actionBtn,.PostCard-module__ItvC6a__deleteBtn,.PostCard-module__ItvC6a__postImage,.PostCard-module__ItvC6a__postVideo,.PostCard-module__ItvC6a__reactionPicker,.PostCard-module__ItvC6a__comment{transition:none;animation:none}}.PostCard-module__ItvC6a__tooltipWrapper{cursor:help;position:relative}.PostCard-module__ItvC6a__tooltipWrapper:hover:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:10000;pointer-events:none;box-shadow:var(--shadow-md);background:#000c;border-radius:6px;padding:6px 10px;font-size:12px;position:absolute;bottom:110%;left:50%;transform:translate(-50%)}.PostCard-module__ItvC6a__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PostCard-module__ItvC6a__modal{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.PostCard-module__ItvC6a__closeBtn{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:1.5rem;position:absolute;top:1rem;left:1rem}.PostCard-module__ItvC6a__closeBtn:hover{color:#374151}.PostCard-module__ItvC6a__copySection{margin:1.5rem 0}.PostCard-module__ItvC6a__label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.PostCard-module__ItvC6a__copyRow{gap:.5rem;display:flex}.PostCard-module__ItvC6a__urlInput{color:#374151;text-align:left;direction:ltr;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex:1;padding:.75rem;font-size:.875rem}.PostCard-module__ItvC6a__copyBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;transition:background .2s;display:flex}.PostCard-module__ItvC6a__copyBtn:hover{background:#2563eb}.PostCard-module__ItvC6a__divider{text-align:center;color:#9ca3af;margin:1rem 0;position:relative}.PostCard-module__ItvC6a__divider:before,.PostCard-module__ItvC6a__divider:after{content:"";background:#e5e7eb;width:45%;height:1px;position:absolute;top:50%}.PostCard-module__ItvC6a__divider:before{left:0}.PostCard-module__ItvC6a__divider:after{right:0}.PostCard-module__ItvC6a__messageSection{margin-top:1rem}.PostCard-module__ItvC6a__searchContainer{margin-bottom:1rem}.PostCard-module__ItvC6a__searchInputWrapper{align-items:center;display:flex;position:relative}.PostCard-module__ItvC6a__searchIcon{color:#9ca3af;position:absolute;right:1rem}.PostCard-module__ItvC6a__searchInput{border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:.875rem;transition:border-color .2s}.PostCard-module__ItvC6a__searchInput:focus{ring:2px solid #3b82f6;border-color:#3b82f6;outline:none}.PostCard-module__ItvC6a__searchSpinner{border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:1rem;height:1rem;animation:.6s linear infinite PostCard-module__ItvC6a__spin;position:absolute;left:1rem}@keyframes PostCard-module__ItvC6a__spin{to{transform:rotate(360deg)}}.PostCard-module__ItvC6a__searchResults{border:1px solid #e5e7eb;border-radius:8px;max-height:200px;margin-top:.5rem;overflow-y:auto}.PostCard-module__ItvC6a__userItem{cursor:pointer;text-align:right;background:#fff;border:none;border-bottom:1px solid #f3f4f6;align-items:center;gap:.75rem;width:100%;padding:.75rem;transition:background .2s;display:flex}.PostCard-module__ItvC6a__userItem:hover{background:#f9fafb}.PostCard-module__ItvC6a__userItem:last-child{border-bottom:none}.PostCard-module__ItvC6a__userAvatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.PostCard-module__ItvC6a__userAvatarIcon{color:#9ca3af;width:32px;height:32px}.PostCard-module__ItvC6a__selectedUser{background:#f3f4f6;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem;font-size:.875rem;display:flex}.PostCard-module__ItvC6a__changeUser{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-size:.875rem}.PostCard-module__ItvC6a__messageInput{resize:vertical;border:1px solid #e5e7eb;border-radius:8px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.PostCard-module__ItvC6a__messageInput:focus{border-color:#3b82f6;outline:none}.PostCard-module__ItvC6a__sendBtn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:1rem;transition:background .2s;display:flex}.PostCard-module__ItvC6a__sendBtn:hover:not(:disabled){background:#059669}.PostCard-module__ItvC6a__sendBtn:disabled{opacity:.6;cursor:not-allowed}
:root{--primary-color:#1e3a8a;--secondary-color:#2563eb;--accent-color:#f59e0b;--danger-color:#dc2626;--success-color:#16a34a;--background-color:#f9fafb;--text-color:#111827;--muted-color:#6b7280;--border-color:#e5e7eb}.PostsList-module__KqpvBa__postsList{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.PostsList-module__KqpvBa__noPosts{text-align:center;border:1px solid var(--border-color);color:var(--muted-color);background:#fff;border-radius:10px;padding:2rem;font-size:1.1rem;box-shadow:0 4px 12px #0000000d}.PostsList-module__KqpvBa__postCard{border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:1.5rem;transition:box-shadow .2s,transform .1s}.PostsList-module__KqpvBa__postCard:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.PostsList-module__KqpvBa__postTitle{color:var(--primary-color);margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.PostsList-module__KqpvBa__postContent{color:var(--text-color);margin-bottom:1rem;font-size:1rem;line-height:1.6}.PostsList-module__KqpvBa__postActions{gap:1rem;margin-top:1rem;display:flex}.PostsList-module__KqpvBa__postActions button{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;transition:background .2s,transform .1s;display:flex}.PostsList-module__KqpvBa__postActions button:hover{transform:translateY(-2px)}.PostsList-module__KqpvBa__reactBtn{background:var(--secondary-color);color:#fff}.PostsList-module__KqpvBa__reactBtn:hover{background:#1d4ed8}.PostsList-module__KqpvBa__commentBtn{background:var(--accent-color);color:#fff}.PostsList-module__KqpvBa__commentBtn:hover{background:#d97706}.PostsList-module__KqpvBa__shareBtn{background:var(--success-color);color:#fff}.PostsList-module__KqpvBa__shareBtn:hover{background:#15803d}.PostsList-module__KqpvBa__deleteBtn{background:var(--danger-color);color:#fff}.PostsList-module__KqpvBa__deleteBtn:hover{background:#b91c1c}@keyframes PostsList-module__KqpvBa__highlight-pulse{0%{background-color:#3b82f64d;transform:scale(1);box-shadow:0 0 0 4px #3b82f680}30%{background-color:#3b82f633;transform:scale(1.02);box-shadow:0 0 0 8px #3b82f64d}70%{background-color:#3b82f61a;transform:scale(1);box-shadow:0 0 0 4px #3b82f633}to{box-shadow:none;background-color:#0000;transform:scale(1)}}.PostsList-module__KqpvBa__postsList{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;padding:1rem;display:flex}.PostsList-module__KqpvBa__noPosts{text-align:center;color:#6b7280;background:#f9fafb;border-radius:12px;max-width:400px;margin:2rem auto;padding:3rem;font-size:1.1rem}.PostsList-module__KqpvBa__highlighted{border-radius:12px;animation:2s ease-out PostsList-module__KqpvBa__highlight-pulse}
:root{--primary-color:#1e3a8a;--secondary-color:#2563eb;--accent-color:#f59e0b;--danger-color:#dc2626;--success-color:#16a34a;--background-color:#f9fafb;--text-color:#111827;--muted-color:#6b7280;--border-color:#e5e7eb}.posts-module__aYA_lG__postsPage{background:var(--background-color);max-width:900px;color:var(--text-color);border-radius:12px;margin:2rem auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 4px 12px #00000014}.posts-module__aYA_lG__postsPage h2{color:var(--primary-color);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.8rem;font-weight:700;display:flex}.posts-module__aYA_lG__loading{color:var(--secondary-color);justify-content:center;align-items:center;gap:.75rem;padding:2rem;font-size:1.2rem;display:flex}.posts-module__aYA_lG__error{color:var(--danger-color);border:1px solid var(--danger-color);background:#fee2e2;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;padding:2rem;font-size:1.2rem;display:flex}.posts-module__aYA_lG__postsList{flex-direction:column;gap:1.5rem;display:flex}.posts-module__aYA_lG__postCard{border:1px solid var(--border-color);background:#fff;border-radius:10px;padding:1.5rem;transition:box-shadow .2s}.posts-module__aYA_lG__postCard:hover{box-shadow:0 6px 16px #0000001a}.posts-module__aYA_lG__postTitle{color:var(--text-color);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.posts-module__aYA_lG__postContent{color:var(--muted-color);margin-bottom:1rem;font-size:1rem;line-height:1.6}.posts-module__aYA_lG__postActions{gap:1rem;margin-top:1rem;display:flex}.posts-module__aYA_lG__postActions button{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;transition:background .2s,transform .1s;display:flex}.posts-module__aYA_lG__postActions button:hover{transform:translateY(-2px)}.posts-module__aYA_lG__reactBtn{background:var(--secondary-color);color:#fff}.posts-module__aYA_lG__reactBtn:hover{background:#1d4ed8}.posts-module__aYA_lG__commentBtn{background:var(--accent-color);color:#fff}.posts-module__aYA_lG__commentBtn:hover{background:#d97706}.posts-module__aYA_lG__shareBtn{background:var(--success-color);color:#fff}.posts-module__aYA_lG__shareBtn:hover{background:#15803d}.posts-module__aYA_lG__deleteBtn{background:var(--danger-color);color:#fff}.posts-module__aYA_lG__deleteBtn:hover{background:#b91c1c}.posts-module__aYA_lG__loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.posts-module__aYA_lG__authRequired{text-align:center;background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);border-radius:24px;max-width:500px;margin:4rem auto;padding:2.5rem 2rem;box-shadow:0 10px 25px #0000000d}.posts-module__aYA_lG__authIcon{color:#3b82f6;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.posts-module__aYA_lG__authRequired h2{color:#1f2937;margin-bottom:1rem;font-size:1.8rem;font-weight:600}.posts-module__aYA_lG__authMessage{color:#4b5563;margin-bottom:2rem;line-height:1.6}.posts-module__aYA_lG__authButtons{justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.posts-module__aYA_lG__loginBtn,.posts-module__aYA_lG__registerBtn{cursor:pointer;border:none;border-radius:40px;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:all .2s}.posts-module__aYA_lG__loginBtn{color:#fff;background:#3b82f6;box-shadow:0 4px 6px #3b82f633}.posts-module__aYA_lG__loginBtn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 10px #3b82f64d}.posts-module__aYA_lG__registerBtn{color:#1f2937;background:#e5e7eb}.posts-module__aYA_lG__registerBtn:hover{background:#d1d5db;transform:translateY(-2px)}.posts-module__aYA_lG__authNote{color:#9ca3af;font-size:.875rem}.posts-module__aYA_lG__error{text-align:center;background:#fef2f2;border:1px solid #fee2e2;border-radius:16px;max-width:400px;margin:2rem auto;padding:3rem 1rem}.posts-module__aYA_lG__errorIcon{color:#ef4444;margin-bottom:1rem;font-size:2.5rem}.posts-module__aYA_lG__error h3{color:#b91c1c;margin-bottom:.5rem;font-size:1.25rem}.posts-module__aYA_lG__error p{color:#7f1d1d;margin-bottom:1.5rem}.posts-module__aYA_lG__errorActions{justify-content:center;gap:.75rem;display:flex}.posts-module__aYA_lG__retryBtn,.posts-module__aYA_lG__homeBtn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.875rem;display:inline-flex}.posts-module__aYA_lG__retryBtn{color:#fff;background:#ef4444}.posts-module__aYA_lG__retryBtn:hover{background:#dc2626}.posts-module__aYA_lG__homeBtn{color:#1f2937;background:#e5e7eb}.posts-module__aYA_lG__homeBtn:hover{background:#d1d5db}.posts-module__aYA_lG__postsPage{max-width:800px;margin:0 auto;padding:2rem 1rem}.posts-module__aYA_lG__postsPage h2{color:#1f2937;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1.5rem;display:flex}.posts-module__aYA_lG__infoBanner{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1rem 1.5rem;font-size:.95rem;display:flex}.posts-module__aYA_lG__infoBanner svg{flex-shrink:0;font-size:1.25rem}.posts-module__aYA_lG__loginLink,.posts-module__aYA_lG__registerLink{color:#0284c7;cursor:pointer;background:0 0;border:none;padding:0;font-size:.95rem;font-weight:600;text-decoration:underline}.posts-module__aYA_lG__loginLink:hover,.posts-module__aYA_lG__registerLink:hover{color:#0369a1}
