.profile-module__tc2mmq__container{background:var(--bg-gray-light);min-height:calc(100vh - 200px);padding:0}.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__container{background:var(--bg-gray)}.profile-module__tc2mmq__content{margin:0 auto;padding-bottom:2rem}.profile-module__tc2mmq__loading{text-align:center;color:var(--text-secondary);padding:4rem;font-size:1.2rem}.profile-module__tc2mmq__error{text-align:center;color:var(--text-secondary);padding:4rem 2rem}.profile-module__tc2mmq__error h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem}.profile-module__tc2mmq__homeButton{background:var(--primary-green);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.profile-module__tc2mmq__homeButton:hover{background:var(--accent-green);transform:translateY(-2px)}.profile-module__tc2mmq__profileHeader{text-align:center;max-width:600px;margin:0 auto;padding:3rem 1.5rem 2rem}.profile-module__tc2mmq__avatarContainer{pointer-events:auto;width:140px;height:140px;margin:0 auto 1rem;position:relative}.profile-module__tc2mmq__avatarLarge{background:linear-gradient(135deg,var(--primary-green)0%,var(--accent-green)100%);color:#fff;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;pointer-events:none;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;font-size:3rem;font-weight:700;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__avatarLarge{border:4px solid var(--bg-white);box-shadow:0 4px 12px #0000004d}.profile-module__tc2mmq__avatarImage{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:auto;width:100%;height:100%}.profile-module__tc2mmq__uploadButton{color:#333;cursor:pointer;pointer-events:auto;background:#fff;border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;transition:all .2s;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 8px #00000026}.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__uploadButton{background:var(--bg-white);color:var(--text-primary);border:2px solid var(--border-light)}.profile-module__tc2mmq__uploadButton:hover{background:#f3f4f6;border-color:#9ca3af;transform:scale(1.05)}.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__uploadButton:hover{background:var(--bg-gray-dark);border-color:var(--border-medium)}.profile-module__tc2mmq__fileInput{display:none}.profile-module__tc2mmq__userTitle{margin-bottom:1rem}.profile-module__tc2mmq__nameRow{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.profile-module__tc2mmq__userName{color:var(--text-primary);margin:0;font-size:1.75rem;font-weight:600}.profile-module__tc2mmq__pronouns{color:var(--text-secondary);margin:0;font-size:1rem;font-weight:400}.profile-module__tc2mmq__verifiedWrapper{align-items:center;display:inline-flex;position:relative}.profile-module__tc2mmq__verifiedBadge{cursor:pointer;vertical-align:middle;filter:drop-shadow(0 1px 3px #1d9bf073);flex-shrink:0;width:28px;height:28px;transition:filter .2s,transform .2s}.profile-module__tc2mmq__verifiedWrapper:hover .profile-module__tc2mmq__verifiedBadge{filter:drop-shadow(0 2px 8px #1d9bf0bf);transform:scale(1.12)}.profile-module__tc2mmq__verifiedTooltip{z-index:500;pointer-events:none;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;gap:4px;width:280px;padding:14px 16px 12px;display:none;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000024,0 2px 8px #1d9bf01a}.profile-module__tc2mmq__verifiedTooltip:after{content:"";filter:drop-shadow(0 2px 2px #0000000f);border:7px solid #0000;border-top-color:#fff;position:absolute;top:100%;left:50%;transform:translate(-50%)}.profile-module__tc2mmq__verifiedWrapper:hover .profile-module__tc2mmq__verifiedTooltip{display:flex}.profile-module__tc2mmq__verifiedTooltipTitle{color:#0f1419;text-align:center;justify-content:center;align-items:center;gap:7px;width:100%;margin-bottom:2px;font-size:.92rem;font-weight:700;display:flex}.profile-module__tc2mmq__verifiedTooltipRole{color:#1d9bf0;text-align:center;width:100%;margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.profile-module__tc2mmq__verifiedTooltipDate{color:#536471;text-align:center;width:100%;font-size:.78rem;line-height:1.5;display:block}.profile-module__tc2mmq__verifiedShine{display:none}.profile-module__tc2mmq__userEmail{color:var(--text-secondary);margin:0 0 .75rem;font-size:1rem}.profile-module__tc2mmq__levelBadge{background:var(--primary-green);color:#fff;border-radius:50px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem 1rem;display:inline-flex}.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__levelBadge{background:var(--primary-green)}.profile-module__tc2mmq__levelText{font-size:.875rem;font-weight:600}.profile-module__tc2mmq__userBio{color:var(--text-primary);max-width:400px;margin:1.5rem auto;font-size:.95rem;line-height:1.5}.profile-module__tc2mmq__websiteLink{color:var(--primary-green);word-break:break-all;max-width:400px;margin:.5rem auto 1rem;font-size:.9rem;text-decoration:none;transition:opacity .2s;display:block}.profile-module__tc2mmq__websiteLink:hover{opacity:.7;text-decoration:underline}.profile-module__tc2mmq__statsRow{justify-content:center;align-items:center;gap:3rem;margin:1.5rem 0;display:flex}.profile-module__tc2mmq__statItem{cursor:pointer;text-align:center;background:0 0;border:none;transition:transform .2s}.profile-module__tc2mmq__statItem:hover{transform:scale(1.05)}.profile-module__tc2mmq__statNumber{color:var(--text-primary);font-size:1.5rem;font-weight:700}.profile-module__tc2mmq__statLabel{color:var(--text-secondary);margin-top:.25rem;font-size:.875rem}.profile-module__tc2mmq__editButton{border:2px solid var(--border-medium);width:100%;max-width:300px;color:var(--text-primary);cursor:pointer;background:#fff;border-radius:10px;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__editButton{background:var(--bg-white);border:2px solid var(--border-light)}.profile-module__tc2mmq__editButton:hover{border-color:var(--primary-green);color:var(--primary-green);transform:translateY(-1px)}.profile-module__tc2mmq__followButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:10px;width:100%;max-width:300px;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.profile-module__tc2mmq__followButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.profile-module__tc2mmq__followButton:disabled{opacity:.6;cursor:not-allowed}.profile-module__tc2mmq__profileActions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.profile-module__tc2mmq__profileActions .profile-module__tc2mmq__followButton{flex:1;min-width:120px;margin-top:0}.profile-module__tc2mmq__messageButton{border:2px solid var(--border-medium,#d1d5db);min-width:120px;color:var(--text-primary);cursor:pointer;background:#fff;border-radius:10px;flex:1;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.profile-module__tc2mmq__messageButton:hover{border-color:var(--primary-green);color:var(--primary-green);transform:translateY(-1px)}.profile-module__tc2mmq__followButton.profile-module__tc2mmq__following{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none}.profile-module__tc2mmq__followButton.profile-module__tc2mmq__following:hover:not(:disabled){background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);box-shadow:0 4px 12px #dc262666}.profile-module__tc2mmq__settingsSection{padding:0 1.5rem}.profile-module__tc2mmq__sectionTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.profile-module__tc2mmq__settingCard{cursor:pointer;text-align:left;background:#fff;border:none;border-radius:12px;justify-content:space-between;align-items:center;width:100%;margin-bottom:.75rem;padding:1rem 1.25rem;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000d}.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__settingCard{background:var(--bg-white);box-shadow:0 1px 3px #0003}.profile-module__tc2mmq__settingCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__settingCard:hover{box-shadow:0 4px 12px #0000004d}.profile-module__tc2mmq__settingLeft{align-items:center;gap:1rem;display:flex}.profile-module__tc2mmq__settingIcon{background:var(--bg-gray-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__settingIcon{background:var(--bg-gray-dark)}.profile-module__tc2mmq__iconAccent,.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__iconAccent{background:var(--primary-green)}.profile-module__tc2mmq__iconDanger{background:#dc26261a}.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__iconDanger{background:var(--error-bg)}.profile-module__tc2mmq__settingInfo{flex:1}.profile-module__tc2mmq__settingTitle{color:var(--text-primary);margin:0 0 .25rem;font-size:1rem;font-weight:600}.profile-module__tc2mmq__settingDesc{color:var(--text-secondary);margin:0;font-size:.875rem}.profile-module__tc2mmq__chevron{color:var(--text-tertiary);font-size:1.5rem;line-height:1}.profile-module__tc2mmq__logoutCard{margin-top:1.5rem}.profile-module__tc2mmq__settingTitleDanger{color:#dc2626;margin:0;font-size:1rem;font-weight:600}.profile-module__tc2mmq__postsSection{max-width:900px;margin:2rem auto 0;padding:0 1.5rem}.profile-module__tc2mmq__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.profile-module__tc2mmq__sectionTitle{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:600}.profile-module__tc2mmq__createPostButton{background:var(--primary-green);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.profile-module__tc2mmq__createPostButton:hover{background:var(--primary-green-hover);transform:translateY(-2px)}.profile-module__tc2mmq__loadingPosts{text-align:center;color:var(--text-secondary);padding:3rem;font-size:1rem}.profile-module__tc2mmq__postsGrid{grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.profile-module__tc2mmq__postsGrid>:first-child{border-radius:10px 0 0;overflow:hidden}.profile-module__tc2mmq__postsGrid>:nth-child(3){border-radius:0 10px 0 0;overflow:hidden}.profile-module__tc2mmq__emptyState{text-align:center;background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex;box-shadow:0 1px 3px #0000000d}.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__emptyState{background:var(--bg-white);box-shadow:0 1px 3px #0003}.profile-module__tc2mmq__emptyIcon{opacity:.6;margin-bottom:1rem;font-size:3rem}.profile-module__tc2mmq__emptyTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.profile-module__tc2mmq__emptyDesc{color:var(--text-secondary);max-width:300px;margin:0 0 1.5rem;font-size:.95rem}.profile-module__tc2mmq__emptyCreateButton{background:var(--primary-green);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.profile-module__tc2mmq__emptyCreateButton:hover{background:var(--primary-green-hover);transform:translateY(-2px)}.profile-module__tc2mmq__postCard{cursor:pointer;background:#fff;border-radius:16px;padding:1.25rem;transition:all .2s;box-shadow:0 1px 3px #0000000d}.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__postCard{background:var(--bg-white);box-shadow:0 1px 3px #0003}.profile-module__tc2mmq__postCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.profile-module__tc2mmq__dark-mode .profile-module__tc2mmq__postCard:hover{box-shadow:0 4px 12px #0000004d}.profile-module__tc2mmq__postHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.profile-module__tc2mmq__postAvatar{background:linear-gradient(135deg,var(--primary-green)0%,var(--accent-green)100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:600;display:flex}.profile-module__tc2mmq__postUserInfo{flex:1}.profile-module__tc2mmq__postUsername{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:600}.profile-module__tc2mmq__postDate{color:var(--text-secondary);font-size:.8rem}.profile-module__tc2mmq__postContent{color:var(--text-primary);margin:0;line-height:1.6}@media (max-width:600px){.profile-module__tc2mmq__profileHeader{padding:2rem 1rem 1.5rem}.profile-module__tc2mmq__avatarContainer{width:110px;height:110px}.profile-module__tc2mmq__avatarLarge{width:110px;height:110px;font-size:2.25rem}.profile-module__tc2mmq__uploadButton{width:36px;height:36px;font-size:.95rem}.profile-module__tc2mmq__userName{font-size:1.5rem}.profile-module__tc2mmq__pronouns{font-size:.875rem}.profile-module__tc2mmq__statsRow{gap:2rem}.profile-module__tc2mmq__settingsSection,.profile-module__tc2mmq__postsSection{padding:0 1rem}.profile-module__tc2mmq__postsGrid{gap:1px}.profile-module__tc2mmq__emptyState{padding:2rem 1rem}}.profile-module__tc2mmq__postsSentinel{width:100%;height:1px}.profile-module__tc2mmq__loadingMorePosts{text-align:center;color:var(--text-secondary);padding:1rem;font-size:.9rem}
.FixedHeader-module__HT6B5W__stickyHeader{z-index:var(--z-fixed);background-color:#fff;justify-content:space-between;align-items:center;gap:2rem;padding:.5rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 4px #0000001a}.FixedHeader-module__HT6B5W__dark-mode .FixedHeader-module__HT6B5W__stickyHeader{background-color:var(--bg-white);box-shadow:0 2px 4px #0000004d}.FixedHeader-module__HT6B5W__logo{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;height:40px}.FixedHeader-module__HT6B5W__navSections{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;align-items:center;gap:2rem;display:flex}.FixedHeader-module__HT6B5W__navLink{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;color:var(--text-primary);cursor:pointer;font-size:1rem;font-weight:600;text-decoration:none}.FixedHeader-module__HT6B5W__navLink:hover{color:var(--primary-green)}.FixedHeader-module__HT6B5W__messagesLink{color:var(--text-primary);border-radius:8px;align-items:center;padding:4px;text-decoration:none;transition:color .15s;display:flex;position:relative}.FixedHeader-module__HT6B5W__messagesLink:hover{color:var(--primary-green)}.FixedHeader-module__HT6B5W__searchButton{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex}.FixedHeader-module__HT6B5W__searchButton:hover{color:var(--primary-green)}.FixedHeader-module__HT6B5W__unreadDot{background:var(--primary-green,#6dbd5c);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:-6px}.FixedHeader-module__HT6B5W__authButton{background:linear-gradient(135deg,var(--primary-green)0%,var(--accent-green)100%);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 20px;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s}.FixedHeader-module__HT6B5W__authButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6dbd5c4d}.FixedHeader-module__HT6B5W__profileMenu{-webkit-user-select:none;user-select:none;position:relative}.FixedHeader-module__HT6B5W__profilePicture{background:linear-gradient(135deg,var(--primary-green)0%,var(--accent-green)100%);color:#fff;border:2px solid var(--primary-green);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.FixedHeader-module__HT6B5W__profileImage{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;width:100%;height:100%}.FixedHeader-module__HT6B5W__profilePicture:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6dbd5c4d}.FixedHeader-module__HT6B5W__profilePicture:active{transform:translateY(0)}.FixedHeader-module__HT6B5W__dropdown{z-index:1000;background:#fff;border-radius:8px;min-width:180px;padding:.5rem 0;animation:.2s ease-out FixedHeader-module__HT6B5W__dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 4px 20px #00000026}.FixedHeader-module__HT6B5W__dark-mode .FixedHeader-module__HT6B5W__dropdown{background:var(--bg-white);border:1px solid var(--border-light);box-shadow:0 4px 20px #00000080}@keyframes FixedHeader-module__HT6B5W__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.FixedHeader-module__HT6B5W__dropdownItem{text-align:left;cursor:pointer;width:100%;color:var(--text-primary);background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;font-weight:500;transition:background-color .15s;display:flex}.FixedHeader-module__HT6B5W__dropdownItem:hover{background-color:#f5f5f5}.FixedHeader-module__HT6B5W__dark-mode .FixedHeader-module__HT6B5W__dropdownItem:hover{background-color:var(--bg-gray-dark)}.FixedHeader-module__HT6B5W__dropdownIcon{justify-content:center;align-items:center;width:20px;font-size:1.1rem;display:flex}.FixedHeader-module__HT6B5W__dropdownDivider{background-color:#e5e5e5;height:1px;margin:.5rem 0}.FixedHeader-module__HT6B5W__dark-mode .FixedHeader-module__HT6B5W__dropdownDivider{background-color:var(--border-light)}
.AuthModal-module__JHjHwG__modalOverlay{z-index:var(--z-modal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AuthModal-module__JHjHwG__modalContent{border-radius:var(--radius-xl);background:#fff;width:90%;max-width:480px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.AuthModal-module__JHjHwG__closeButton{color:var(--gray-400);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:32px;line-height:0;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.AuthModal-module__JHjHwG__closeButton:hover{background:var(--bg-gray);color:var(--text-primary)}.AuthModal-module__JHjHwG__authContainer{padding:48px 32px 32px}.AuthModal-module__JHjHwG__title{color:var(--text-primary);text-align:center;margin-bottom:32px;font-size:28px;font-weight:700}.AuthModal-module__JHjHwG__form{flex-direction:column;gap:20px;display:flex}.AuthModal-module__JHjHwG__formGroup{flex-direction:column;gap:8px;display:flex}.AuthModal-module__JHjHwG__formGroup label{color:var(--text-gray);font-size:14px;font-weight:600}.AuthModal-module__JHjHwG__formGroup input{border:2px solid var(--border-medium);border-radius:var(--radius-md);padding:12px 16px;font-size:16px;transition:border-color .2s}.AuthModal-module__JHjHwG__formGroup input:focus{border-color:var(--primary-green);outline:none}.AuthModal-module__JHjHwG__submitButton{background:linear-gradient(135deg,var(--primary-green)0%,var(--accent-green)100%);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;margin-top:8px;padding:14px;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s}.AuthModal-module__JHjHwG__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #6dbd5c4d}.AuthModal-module__JHjHwG__submitButton:disabled{opacity:.6;cursor:not-allowed}.AuthModal-module__JHjHwG__error{background:var(--bg-error-light);color:var(--error-red);border-radius:var(--radius-md);margin-bottom:16px;padding:12px 16px;font-size:14px}.AuthModal-module__JHjHwG__success{background:var(--bg-success-light);color:var(--success-green);border-radius:var(--radius-md);margin-bottom:16px;padding:12px 16px;font-size:14px}.AuthModal-module__JHjHwG__links{justify-content:center;margin-top:-8px;display:flex}.AuthModal-module__JHjHwG__textButton{color:var(--primary-green);cursor:pointer;background:0 0;border:none;padding:4px;font-size:14px;text-decoration:underline}.AuthModal-module__JHjHwG__textButton:hover{color:var(--accent-green)}.AuthModal-module__JHjHwG__switchMode{text-align:center;border-top:1px solid var(--gray-200);color:var(--gray-500);margin-top:24px;padding-top:24px;font-size:14px}.AuthModal-module__JHjHwG__switchButton{color:var(--primary-green);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.AuthModal-module__JHjHwG__switchButton:hover{color:var(--accent-green)}.AuthModal-module__JHjHwG__guestOption{text-align:center;margin-top:16px}.AuthModal-module__JHjHwG__guestButton{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:8px;font-size:12px;text-decoration:underline;transition:color .2s}.AuthModal-module__JHjHwG__guestButton:hover{color:var(--gray-500)}.AuthModal-module__JHjHwG__strengthMeter{flex-direction:column;gap:4px;font-size:12px;display:flex}.AuthModal-module__JHjHwG__strengthBar{background:var(--gray-200);border-radius:2px;width:100%;height:4px;overflow:hidden}.AuthModal-module__JHjHwG__strengthFill{border-radius:2px;height:100%;transition:width .3s,background-color .3s}.AuthModal-module__JHjHwG__resendSection{background:var(--gray-50);border-radius:8px;flex-direction:column;gap:12px;margin-top:16px;padding:16px;display:flex}.AuthModal-module__JHjHwG__infoText{color:var(--gray-500);margin:0;font-size:14px}.AuthModal-module__JHjHwG__input{border:2px solid var(--gray-200);border-radius:6px;padding:10px 14px;font-size:14px}.AuthModal-module__JHjHwG__input:focus{border-color:var(--primary-green);outline:none}.AuthModal-module__JHjHwG__secondaryButton{background:var(--primary-green);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:600;transition:background .2s}.AuthModal-module__JHjHwG__secondaryButton:hover:not(:disabled){background:var(--accent-green)}.AuthModal-module__JHjHwG__secondaryButton:disabled{opacity:.6;cursor:not-allowed}.AuthModal-module__JHjHwG__message{margin:0;font-size:13px}@media (max-width:640px){.AuthModal-module__JHjHwG__authContainer{padding:40px 24px 24px}.AuthModal-module__JHjHwG__title{font-size:24px}}
.ForgotPasswordModal-module__ILxqzG__modalOverlay{z-index:var(--z-modal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ForgotPasswordModal-module__ILxqzG__modalContent{border-radius:var(--radius-xl);background:#fff;width:90%;max-width:480px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.ForgotPasswordModal-module__ILxqzG__closeButton{color:var(--gray-400);cursor:pointer;border-radius:var(--radius-md);width:40px;height:40px;transition:all var(--transition-base);z-index:1;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:32px;line-height:0;display:flex;position:absolute;top:16px;right:16px}.ForgotPasswordModal-module__ILxqzG__closeButton:hover{background:var(--gray-100);color:var(--gray-900)}.ForgotPasswordModal-module__ILxqzG__container{padding:48px 32px 32px}.ForgotPasswordModal-module__ILxqzG__header{margin-bottom:32px}.ForgotPasswordModal-module__ILxqzG__title{color:var(--gray-900);text-align:center;margin-bottom:12px;font-size:28px;font-weight:700}.ForgotPasswordModal-module__ILxqzG__subtitle{color:var(--gray-500);text-align:center;margin:0;font-size:15px;line-height:1.5}.ForgotPasswordModal-module__ILxqzG__form{flex-direction:column;gap:20px;display:flex}.ForgotPasswordModal-module__ILxqzG__formGroup{flex-direction:column;gap:8px;display:flex}.ForgotPasswordModal-module__ILxqzG__formGroup label{color:var(--gray-700);font-size:14px;font-weight:600}.ForgotPasswordModal-module__ILxqzG__formGroup input{border:2px solid var(--gray-200);border-radius:8px;padding:12px 16px;font-size:16px;transition:border-color .2s}.ForgotPasswordModal-module__ILxqzG__formGroup input:focus{border-color:var(--primary-green);outline:none}.ForgotPasswordModal-module__ILxqzG__formGroup input:disabled{background:var(--gray-50);cursor:not-allowed;opacity:.7}.ForgotPasswordModal-module__ILxqzG__submitButton{background:linear-gradient(135deg,var(--primary-green)0%,var(--accent-green)100%);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:8px;padding:14px;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s}.ForgotPasswordModal-module__ILxqzG__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #6dbd5c4d}.ForgotPasswordModal-module__ILxqzG__submitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.ForgotPasswordModal-module__ILxqzG__error{background:var(--bg-error-light);color:var(--error-red);border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px}.ForgotPasswordModal-module__ILxqzG__success{background:var(--bg-success-light);color:var(--success-green);border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px}.ForgotPasswordModal-module__ILxqzG__footer{border-top:1px solid var(--gray-200);justify-content:center;margin-top:24px;padding-top:24px;display:flex}.ForgotPasswordModal-module__ILxqzG__backButton{color:var(--primary-green);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:8px 16px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.ForgotPasswordModal-module__ILxqzG__backButton:hover{background:var(--gray-100)}.ForgotPasswordModal-module__ILxqzG__guestOption{text-align:center;margin-top:16px}.ForgotPasswordModal-module__ILxqzG__guestButton{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:8px;font-size:12px;text-decoration:underline;transition:color .2s}.ForgotPasswordModal-module__ILxqzG__guestButton:hover{color:var(--gray-500)}@media (max-width:640px){.ForgotPasswordModal-module__ILxqzG__container{padding:40px 24px 24px}.ForgotPasswordModal-module__ILxqzG__title{font-size:24px}.ForgotPasswordModal-module__ILxqzG__subtitle{font-size:14px}}
.SearchModal-module__e3t2Vq__backdrop{z-index:999;background:#00000073;position:fixed;inset:0}.SearchModal-module__e3t2Vq__panel{background:var(--bg,#fff);z-index:1000;border-radius:16px;width:360px;max-width:calc(100vw - 32px);animation:.22s cubic-bezier(.34,1.56,.64,1) both SearchModal-module__e3t2Vq__slideDown;position:fixed;top:72px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 40px #0000002e}@keyframes SearchModal-module__e3t2Vq__slideDown{0%{opacity:0;transform:translate(-50%)translateY(-12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.SearchModal-module__e3t2Vq__header{justify-content:space-between;align-items:center;padding:16px 16px 10px;display:flex}.SearchModal-module__e3t2Vq__title{color:var(--text-primary,#0f0f0f);margin:0;font-size:17px;font-weight:700}.SearchModal-module__e3t2Vq__closeBtn{cursor:pointer;color:var(--text-secondary,#666);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:flex}.SearchModal-module__e3t2Vq__closeBtn:hover{color:var(--text-primary,#0f0f0f);background:var(--hover-bg,#f0f0f0)}.SearchModal-module__e3t2Vq__inputWrap{margin:0 12px 8px;position:relative}.SearchModal-module__e3t2Vq__inputIcon{color:var(--text-secondary,#888);pointer-events:none;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.SearchModal-module__e3t2Vq__input{box-sizing:border-box;background:var(--input-bg,#f2f2f2);width:100%;color:var(--text-primary,#0f0f0f);border:none;border-radius:50px;outline:none;padding:10px 36px;font-size:15px;transition:background .15s}.SearchModal-module__e3t2Vq__input:focus{background:var(--input-focus-bg,#ebebeb)}.SearchModal-module__e3t2Vq__clearBtn{cursor:pointer;color:var(--text-secondary,#888);background:0 0;border:none;align-items:center;padding:2px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.SearchModal-module__e3t2Vq__body{max-height:420px;padding:4px 0 8px;overflow-y:auto}.SearchModal-module__e3t2Vq__sectionHeader{justify-content:space-between;align-items:center;padding:4px 16px 6px;display:flex}.SearchModal-module__e3t2Vq__sectionLabel{color:var(--text-primary,#0f0f0f);font-size:14px;font-weight:600}.SearchModal-module__e3t2Vq__clearAllBtn{cursor:pointer;color:var(--primary-green,#00c853);background:0 0;border:none;padding:0;font-size:13px;font-weight:500;transition:opacity .15s}.SearchModal-module__e3t2Vq__clearAllBtn:hover{opacity:.75}.SearchModal-module__e3t2Vq__row{cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none;background:0 0;border:none;outline:none;align-items:center;gap:12px;width:100%;padding:9px 16px;transition:background .12s;display:flex}.SearchModal-module__e3t2Vq__row:hover{background:var(--hover-bg,#f6f6f6)}.SearchModal-module__e3t2Vq__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.SearchModal-module__e3t2Vq__avatarFallback{background:var(--primary-green,#00c853);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.SearchModal-module__e3t2Vq__hashIconCircle{background:var(--input-bg,#f0f0f0);width:40px;height:40px;color:var(--text-secondary,#555);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;transition:background .15s,color .15s;display:flex}.SearchModal-module__e3t2Vq__row:hover .SearchModal-module__e3t2Vq__hashIconCircle{background:var(--primary-green,#00c853);color:#fff}.SearchModal-module__e3t2Vq__rowInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.SearchModal-module__e3t2Vq__rowMain{color:var(--text-primary,#0f0f0f);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.SearchModal-module__e3t2Vq__rowSub{color:var(--text-secondary,#666);white-space:nowrap;text-overflow:ellipsis;flex-wrap:wrap;align-items:center;gap:2px;font-size:13px;display:flex;overflow:hidden}.SearchModal-module__e3t2Vq__followingBadge{color:var(--primary-green,#00c853);font-weight:500}.SearchModal-module__e3t2Vq__removeBtn{cursor:pointer;color:var(--text-secondary,#999);background:0 0;border:none;border-radius:50%;flex-shrink:0;align-items:center;padding:4px;transition:color .15s,background .15s;display:flex}.SearchModal-module__e3t2Vq__removeBtn:hover{color:var(--text-primary,#333);background:var(--hover-bg,#ececec)}.SearchModal-module__e3t2Vq__keywordRow{cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--border,#ececec);outline:none;align-items:center;gap:12px;width:100%;margin-bottom:2px;padding:10px 16px;transition:background .12s;display:flex}.SearchModal-module__e3t2Vq__keywordRow:hover{background:var(--hover-bg,#f6f6f6)}.SearchModal-module__e3t2Vq__keywordIcon{background:var(--input-bg,#f0f0f0);width:40px;height:40px;color:var(--text-secondary,#555);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.SearchModal-module__e3t2Vq__keywordRow:hover .SearchModal-module__e3t2Vq__keywordIcon{background:var(--primary-green,#00c853);color:#fff}.SearchModal-module__e3t2Vq__keywordText{color:var(--text-primary,#0f0f0f);font-size:15px}.SearchModal-module__e3t2Vq__divider{background:var(--border,#ececec);height:1px;margin:4px 16px}.SearchModal-module__e3t2Vq__skeleton{background:linear-gradient(90deg,var(--input-bg,#f0f0f0)25%,var(--hover-bg,#e8e8e8)50%,var(--input-bg,#f0f0f0)75%);background-size:200% 100%;border-radius:10px;height:52px;margin:4px 16px;animation:1.2s infinite SearchModal-module__e3t2Vq__shimmer}@keyframes SearchModal-module__e3t2Vq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.SearchModal-module__e3t2Vq__emptyHint{color:var(--text-secondary,#888);text-align:center;margin:0;padding:20px 16px;font-size:14px}
.Footer-module__vNg-Hq__footer{width:100%;z-index:var(--z-fixed);background-color:#fff;justify-content:space-between;align-items:center;gap:2rem;padding:1.5rem 2rem;display:flex;position:static;bottom:0;box-shadow:0 -2px 4px #0000001a}.Footer-module__vNg-Hq__socialLinks{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;gap:.5rem;display:flex}.Footer-module__vNg-Hq__logoLinks{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;display:inline-block}.Footer-module__vNg-Hq__socialIcon{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;object-fit:contain;width:24px;height:24px;transition:transform .2s}.Footer-module__vNg-Hq__socialIcon:hover{transform:scale(1.1)}.Footer-module__vNg-Hq__rightContent{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;font-size:var(--font-sm);color:var(--text-secondary);align-items:center;gap:.4rem;font-weight:600;display:flex}.Footer-module__vNg-Hq__logo{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;height:40px}.Footer-module__vNg-Hq__footerLinks{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;flex-wrap:wrap;justify-content:center;gap:1.2rem;display:flex}.Footer-module__vNg-Hq__footerLink{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;color:var(--text-secondary);font-weight:500;font-size:var(--font-sm);text-decoration:none;transition:color .2s}.Footer-module__vNg-Hq__footerLink:hover{color:var(--primary-green)}
.Post-module__2cStlW__overlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Post-module__2cStlW__standaloneWrapper{flex-direction:column;gap:.75rem;width:100%;max-width:960px;display:flex}.Post-module__2cStlW__standaloneBackBar{align-items:center;display:flex}.Post-module__2cStlW__standaloneBackBtn{cursor:pointer;color:#555;background:0 0;border:none;padding:.25rem 0;font-size:.9rem;font-weight:500}.Post-module__2cStlW__standaloneBackBtn:hover{color:#111;text-decoration:underline}.Post-module__2cStlW__modal{background:#fff;border-radius:4px;flex-direction:row;width:100%;max-width:960px;height:88vh;max-height:88vh;display:flex;overflow:hidden;box-shadow:0 12px 48px #00000080}.Post-module__2cStlW__imageGallery{background:#000;flex:0 0 58%;justify-content:center;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.Post-module__2cStlW__imageContainer{align-items:stretch;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.Post-module__2cStlW__imageStrip{will-change:transform;width:100%;height:100%;transition:transform .35s cubic-bezier(.25,.46,.45,.94);display:flex}.Post-module__2cStlW__postImage{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;flex:0 0 100%;width:100%;height:100%;display:block}.Post-module__2cStlW__slideFromRight{animation:.28s cubic-bezier(.25,.46,.45,.94) both Post-module__2cStlW__slideFromRight}.Post-module__2cStlW__slideFromLeft{animation:.28s cubic-bezier(.25,.46,.45,.94) both Post-module__2cStlW__slideFromLeft}@keyframes Post-module__2cStlW__slideFromRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes Post-module__2cStlW__slideFromLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}.Post-module__2cStlW__navButton{color:#111;cursor:pointer;z-index:2;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 1px 6px #00000040}.Post-module__2cStlW__navButton:hover{background:#fff}.Post-module__2cStlW__navButtonPrev{left:.75rem}.Post-module__2cStlW__navButtonNext{right:.75rem}.Post-module__2cStlW__imageCounter{color:#fff;z-index:2;background:#0000008c;border-radius:20px;padding:.25rem .65rem;font-size:.8rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.Post-module__2cStlW__dots{z-index:2;gap:.4rem;display:flex;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)}.Post-module__2cStlW__dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .2s}.Post-module__2cStlW__dotActive{background:#fff;width:8px;height:8px}.Post-module__2cStlW__infoPanel{border-left:1px solid #efefef;flex-direction:column;flex:1;min-width:0;display:flex;position:relative;overflow:hidden}.Post-module__2cStlW__postHeader{border-bottom:1px solid #efefef;flex-shrink:0;justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex}.Post-module__2cStlW__authorInfo{cursor:pointer;align-items:center;gap:.75rem;min-width:0;display:flex}.Post-module__2cStlW__avatar{background:#6ab04c;border-radius:50%;flex-shrink:0;width:38px;height:38px;overflow:hidden}.Post-module__2cStlW__avatar img{object-fit:cover;width:100%;height:100%}.Post-module__2cStlW__avatarPlaceholder{color:#fff;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:100%;font-size:.85rem;font-weight:600;display:flex}.Post-module__2cStlW__authorName{color:#111;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.Post-module__2cStlW__postDate{color:#8e8e8e;font-size:.75rem}.Post-module__2cStlW__headerActions{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.Post-module__2cStlW__closeButton{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:2rem;line-height:1;transition:background .2s;display:flex;position:fixed;top:1rem;right:1rem}.Post-module__2cStlW__closeButton:hover{background:#ffffff4d}.Post-module__2cStlW__menuWrapper{position:relative}.Post-module__2cStlW__menuButton{color:#555;cursor:pointer;letter-spacing:.05em;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.5rem;line-height:1;transition:background .2s;display:flex}.Post-module__2cStlW__menuButton:hover{color:#111;background:#f0f0f0}.Post-module__2cStlW__menuDropdown{z-index:50;background:#fff;border:1px solid #efefef;border-radius:10px;min-width:140px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 4px 20px #00000026}.Post-module__2cStlW__menuItemDanger{text-align:left;color:#dc3545;cursor:pointer;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:background .15s;display:block}.Post-module__2cStlW__menuItemDanger:hover:not(:disabled){background:#fff5f5}.Post-module__2cStlW__menuItemDanger:disabled{opacity:.5;cursor:not-allowed}.Post-module__2cStlW__menuItem{text-align:left;color:#111;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f0f0f0;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:background .15s;display:block}.Post-module__2cStlW__menuItem:hover{background:#f7f7f7}.Post-module__2cStlW__editCaptionArea{flex-direction:column;gap:.5rem;display:flex}.Post-module__2cStlW__captionTextarea{resize:vertical;color:#111;box-sizing:border-box;border:1px solid #dbdbdb;border-radius:8px;outline:none;width:100%;min-height:90px;padding:.65rem .75rem;font-family:inherit;font-size:.9rem;line-height:1.5;transition:border-color .15s}.Post-module__2cStlW__captionTextarea:focus{border-color:#999}.Post-module__2cStlW__captionCharCount{color:#8e8e8e;text-align:right;font-size:.75rem}.Post-module__2cStlW__editCaptionActions{justify-content:flex-end;gap:.5rem;display:flex}.Post-module__2cStlW__cancelCaptionButton{color:#555;cursor:pointer;background:0 0;border:1px solid #dbdbdb;border-radius:8px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;transition:background .15s}.Post-module__2cStlW__cancelCaptionButton:hover{background:#f5f5f5}.Post-module__2cStlW__saveCaptionButton{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;transition:background .15s}.Post-module__2cStlW__saveCaptionButton:hover:not(:disabled){background:#333}.Post-module__2cStlW__saveCaptionButton:disabled{opacity:.5;cursor:not-allowed}.Post-module__2cStlW__scrollContent{flex:1;padding:1rem;overflow-y:auto}.Post-module__2cStlW__captionRow{align-items:flex-start;gap:.6rem;display:flex}.Post-module__2cStlW__caption{color:#222;flex:1;min-width:0;font-size:.9rem;line-height:1.55}.Post-module__2cStlW__authorUsername{color:#111;font-weight:700}.Post-module__2cStlW__showMoreButton{color:#8e8e8e;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:600}.Post-module__2cStlW__showMoreButton:hover{color:#333}.Post-module__2cStlW__actionsBar{border-top:1px solid #efefef;flex-shrink:0;align-items:center;gap:.25rem;padding:.5rem .75rem .25rem;display:flex}.Post-module__2cStlW__heartButton{cursor:pointer;color:#111;background:0 0;border:none;border-radius:50%;align-items:center;padding:.3rem;transition:transform .15s;display:flex}.Post-module__2cStlW__heartButton:hover{transform:scale(1.15)}.Post-module__2cStlW__heartButtonLiked{color:#ed4956}.Post-module__2cStlW__commentIconButton{cursor:pointer;color:#111;background:0 0;border:none;border-radius:50%;align-items:center;padding:.3rem;transition:transform .15s;display:flex}.Post-module__2cStlW__commentIconButton:hover{transform:scale(1.15)}.Post-module__2cStlW__likesCountText{color:#111;cursor:pointer;text-align:left;background:0 0;border:none;flex-shrink:0;padding:0 1rem .6rem;font-size:.875rem;font-weight:700;transition:opacity .15s;display:block}.Post-module__2cStlW__likesCountText:hover{opacity:.7}.Post-module__2cStlW__likersOverlay{z-index:2000;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Post-module__2cStlW__likersModal{background:#fff;border-radius:16px;flex-direction:column;width:360px;max-width:calc(100vw - 2rem);max-height:460px;animation:.18s Post-module__2cStlW__likersPop;display:flex;overflow:hidden;box-shadow:0 8px 40px #00000040}@keyframes Post-module__2cStlW__likersPop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Post-module__2cStlW__likersHeader{color:#111;border-bottom:1px solid #efefef;flex-shrink:0;justify-content:space-between;align-items:center;padding:.9rem 1rem;font-size:.95rem;font-weight:700;display:flex}.Post-module__2cStlW__likersClose{cursor:pointer;color:#555;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:1.5rem;line-height:1;transition:background .15s;display:flex}.Post-module__2cStlW__likersClose:hover{background:#f0f0f0}.Post-module__2cStlW__likersList{flex:1;padding:.25rem 0;overflow-y:auto}.Post-module__2cStlW__likerItem{cursor:pointer;align-items:center;gap:.75rem;padding:.6rem 1rem;transition:background .15s;display:flex}.Post-module__2cStlW__likerItem:hover{background:#fafafa}.Post-module__2cStlW__likerAvatar{background:#6ab04c;border-radius:50%;flex-shrink:0;width:38px;height:38px;overflow:hidden}.Post-module__2cStlW__likerAvatar img{object-fit:cover;width:100%;height:100%}.Post-module__2cStlW__likerAvatarPlaceholder{color:#fff;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:100%;font-size:.8rem;font-weight:700;display:flex}.Post-module__2cStlW__likerInfo{flex-direction:column;min-width:0;display:flex}.Post-module__2cStlW__likerUsername{color:#111;font-size:.875rem;font-weight:700}.Post-module__2cStlW__likerName{color:#8e8e8e;font-size:.8rem}.Post-module__2cStlW__likersLoading{text-align:center;color:#8e8e8e;padding:1.5rem;font-size:.9rem}.Post-module__2cStlW__commentsList{border-top:1px solid #f0f0f0;flex-direction:column;gap:.65rem;margin-top:.5rem;padding:.5rem 1rem;display:flex}.Post-module__2cStlW__commentItem{align-items:flex-start;gap:.6rem;display:flex}.Post-module__2cStlW__commentAvatar{flex-shrink:0;width:28px;height:28px}.Post-module__2cStlW__commentAvatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.Post-module__2cStlW__commentAvatarPlaceholder{color:#fff;-webkit-user-select:none;user-select:none;background:#6ab04c;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.65rem;font-weight:700;display:flex;overflow:hidden}.Post-module__2cStlW__commentBody{color:#222;flex:1;min-width:0;font-size:.875rem;line-height:1.45}.Post-module__2cStlW__commentUsername{color:#111;font-size:.875rem;font-weight:700}.Post-module__2cStlW__mentionLink{color:#0095f6;font-weight:600;font-size:inherit;cursor:pointer;line-height:inherit;background:0 0;border:none;padding:0}.Post-module__2cStlW__mentionLink:hover{text-decoration:underline}.Post-module__2cStlW__hashtagLink{color:#0095f6;font-weight:600;font-size:inherit;cursor:pointer;line-height:inherit;background:0 0;border:none;padding:0}.Post-module__2cStlW__hashtagLink:hover{text-decoration:underline}.Post-module__2cStlW__commentText{color:#333}.Post-module__2cStlW__commentMeta{align-items:center;gap:.75rem;margin-top:.2rem;display:flex}.Post-module__2cStlW__commentTime{color:#8e8e8e;font-size:.725rem}.Post-module__2cStlW__commentDelete{color:#8e8e8e;cursor:pointer;background:0 0;border:none;padding:0;font-size:.725rem;font-weight:600;transition:color .15s}.Post-module__2cStlW__commentDelete:hover{color:#dc3545}.Post-module__2cStlW__commentLikeArea{flex-shrink:0;align-self:center;align-items:center;padding-left:4px;display:flex}.Post-module__2cStlW__commentLikeBtn{cursor:pointer;color:#999;background:0 0;border:none;align-items:center;padding:0;line-height:1;transition:color .15s,transform .1s;display:flex}.Post-module__2cStlW__commentLikeBtn:hover{color:#ed4956;transform:scale(1.2)}.Post-module__2cStlW__commentLikeBtnLiked{color:#ed4956}.Post-module__2cStlW__commentLikeCount{cursor:pointer;color:#8e8e8e;background:0 0;border:none;padding:0;font-size:.65rem;font-weight:600;line-height:1;transition:color .15s}.Post-module__2cStlW__commentLikeCount:hover{color:#333}.Post-module__2cStlW__commentLikeCountMeta{cursor:pointer;color:#8e8e8e;background:0 0;border:none;padding:0;font-size:.725rem;font-weight:600;line-height:1;transition:color .15s}.Post-module__2cStlW__commentLikeCountMeta:hover{color:#333}.Post-module__2cStlW__commentReplyBtn{cursor:pointer;color:#8e8e8e;background:0 0;border:none;padding:0;font-size:.72rem;font-weight:600;line-height:1}.Post-module__2cStlW__commentReplyBtn:hover{color:#333}.Post-module__2cStlW__commentItemWrapper{flex-direction:column;gap:.15rem;display:flex}.Post-module__2cStlW__repliesSection{flex-direction:column;gap:.4rem;padding-left:44px;display:flex}.Post-module__2cStlW__viewRepliesBtn{cursor:pointer;color:#8e8e8e;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:.72rem;font-weight:600;line-height:1;display:flex}.Post-module__2cStlW__viewRepliesBtn:hover{color:#333}.Post-module__2cStlW__viewRepliesLine{background:#8e8e8e;flex-shrink:0;width:22px;height:1px;display:inline-block}.Post-module__2cStlW__replyItem{align-items:flex-start;gap:.6rem;display:flex}.Post-module__2cStlW__replyInputRow{align-items:center;gap:.4rem;padding-top:.15rem;display:flex}.Post-module__2cStlW__replyInput{background:0 0;border:none;border-bottom:1px solid #dbdbdb;outline:none;flex:1;min-width:0;padding:.2rem 0;font-size:.8rem}.Post-module__2cStlW__replyInput::placeholder{color:#aaa}.Post-module__2cStlW__replyPostBtn{cursor:pointer;color:#0095f6;white-space:nowrap;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:700}.Post-module__2cStlW__replyPostBtn:disabled{opacity:.4;cursor:default}.Post-module__2cStlW__replyCancelBtn{cursor:pointer;color:#8e8e8e;background:0 0;border:none;padding:0;font-size:.72rem;line-height:1}.Post-module__2cStlW__replyCancelBtn:hover{color:#333}.Post-module__2cStlW__replyingToBanner{color:#8e8e8e;border-bottom:1px solid #efefef;justify-content:space-between;align-items:center;margin-bottom:.2rem;padding:.3rem .1rem .2rem;font-size:.75rem;display:flex}.Post-module__2cStlW__replyingToBanner strong{color:#262626;font-weight:600}.Post-module__2cStlW__replyingToCancelBtn{cursor:pointer;color:#8e8e8e;background:0 0;border:none;flex-shrink:0;padding:0 .1rem;font-size:.72rem;line-height:1}.Post-module__2cStlW__replyingToCancelBtn:hover{color:#333}.Post-module__2cStlW__commentInputSection{border-top:1px solid #efefef;flex-shrink:0;padding:.6rem .75rem;position:relative}.Post-module__2cStlW__mentionDropdown{z-index:200;background:#fff;border:1px solid #dbdbdb;border-radius:8px;margin-bottom:2px;position:absolute;bottom:100%;left:0;right:0;overflow:hidden;box-shadow:0 4px 14px #0000001f}.Post-module__2cStlW__mentionItem{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:background .1s;display:flex}.Post-module__2cStlW__mentionItem:hover,.Post-module__2cStlW__mentionItemActive{background:#f5f5f5}.Post-module__2cStlW__mentionAvatar{background:#6ab04c;border-radius:50%;flex-shrink:0;width:26px;height:26px;overflow:hidden}.Post-module__2cStlW__mentionAvatar img{object-fit:cover;width:100%;height:100%;display:block}.Post-module__2cStlW__mentionAvatarPlaceholder{color:#fff;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:100%;font-size:.6rem;font-weight:700;display:flex}.Post-module__2cStlW__mentionUsername{color:#111;font-weight:600}.Post-module__2cStlW__commentInputRow{align-items:center;gap:.5rem;display:flex}.Post-module__2cStlW__emojiButtonWrapper{flex-shrink:0;position:relative}.Post-module__2cStlW__commentEmojiButton{cursor:pointer;opacity:.75;background:0 0;border:none;align-items:center;padding:.15rem;font-size:1.3rem;line-height:1;transition:opacity .15s,transform .15s;display:flex}.Post-module__2cStlW__commentEmojiButton:hover{opacity:1;transform:scale(1.15)}.Post-module__2cStlW__commentEmojiPicker{z-index:100;background:#fff;border:1px solid #efefef;border-radius:12px;grid-template-columns:repeat(5,1fr);gap:2px;width:170px;padding:.5rem;display:grid;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 4px 24px #00000026}.Post-module__2cStlW__commentEmojiItem{cursor:pointer;text-align:center;background:0 0;border:none;border-radius:6px;padding:.3rem;font-size:1.2rem;line-height:1;transition:background .1s}.Post-module__2cStlW__commentEmojiItem:hover{background:#f5f5f5}.Post-module__2cStlW__commentInput{color:#222;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:.9rem}.Post-module__2cStlW__commentInput::placeholder{color:#aaa}.Post-module__2cStlW__commentInput:disabled{opacity:.5;cursor:not-allowed}.Post-module__2cStlW__commentPostButton{color:#0095f6;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.25rem 0;font-size:.875rem;font-weight:700;transition:opacity .15s}.Post-module__2cStlW__commentPostButton:disabled{opacity:.35;cursor:not-allowed}.Post-module__2cStlW__commentPostButton:not(:disabled):hover{color:#007acc}@media (max-width:700px){.Post-module__2cStlW__modal{border-radius:12px;flex-direction:column;max-height:96dvh}.Post-module__2cStlW__imageGallery{flex:none;max-height:55vw}.Post-module__2cStlW__postImage{max-height:55vw}.Post-module__2cStlW__infoPanel{border-top:1px solid #efefef;border-left:none}}
.CommentAuthor-module__EnmG3W__authorWrapper{display:inline;position:relative}.CommentAuthor-module__EnmG3W__authorName{color:#262626;cursor:pointer;font-size:.82rem;font-weight:600;line-height:1.4}.CommentAuthor-module__EnmG3W__authorName:hover{text-decoration:underline}.CommentAuthor-module__EnmG3W__authorAvatarWrapper{justify-content:center;align-items:center;display:inline-flex;position:relative}.CommentAuthor-module__EnmG3W__hoverCard{z-index:9999;pointer-events:all;background:#fff;border-radius:12px;flex-direction:column;gap:.6rem;width:260px;padding:1rem;display:flex;box-shadow:0 4px 24px #0000002e,0 1.5px 6px #00000014}.CommentAuthor-module__EnmG3W__cardLoading{color:#8e8e8e;text-align:center;padding:.5rem 0;font-size:.8rem}.CommentAuthor-module__EnmG3W__cardHeader{align-items:center;gap:.75rem;display:flex}.CommentAuthor-module__EnmG3W__cardAvatar{cursor:pointer;border-radius:50%;flex-shrink:0;width:48px;height:48px;overflow:hidden}.CommentAuthor-module__EnmG3W__cardAvatar img{object-fit:cover;width:100%;height:100%}.CommentAuthor-module__EnmG3W__cardAvatarPlaceholder{color:#fff;-webkit-user-select:none;user-select:none;background:#6ab04c;justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem;font-weight:700;display:flex}.CommentAuthor-module__EnmG3W__cardInfo{flex-direction:column;gap:.1rem;min-width:0;display:flex}.CommentAuthor-module__EnmG3W__cardUsername{color:#262626;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.CommentAuthor-module__EnmG3W__cardUsername:hover{text-decoration:underline}.CommentAuthor-module__EnmG3W__cardName{color:#8e8e8e;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.CommentAuthor-module__EnmG3W__cardBio{color:#262626;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.78rem;line-height:1.4;display:-webkit-box;overflow:hidden}.CommentAuthor-module__EnmG3W__cardStats{border-top:1px solid #efefef;border-bottom:1px solid #efefef;justify-content:space-around;gap:0;padding:.5rem 0;display:flex}.CommentAuthor-module__EnmG3W__cardStat{flex-direction:column;align-items:center;gap:.05rem;display:flex}.CommentAuthor-module__EnmG3W__cardStatNum{color:#262626;font-size:.88rem;font-weight:700}.CommentAuthor-module__EnmG3W__cardStatLabel{color:#8e8e8e;font-size:.7rem}.CommentAuthor-module__EnmG3W__cardPosts{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.CommentAuthor-module__EnmG3W__cardPostThumb{aspect-ratio:1;cursor:pointer;background:#f0f0f0;border-radius:4px;position:relative;overflow:hidden}.CommentAuthor-module__EnmG3W__cardPostThumb img{object-fit:cover;width:100%;height:100%;transition:opacity .15s;display:block}.CommentAuthor-module__EnmG3W__cardPostThumb:hover img{opacity:.88}.CommentAuthor-module__EnmG3W__cardPostThumbEmpty{background:#e8e8e8;width:100%;height:100%}.CommentAuthor-module__EnmG3W__cardPostMultiIcon{filter:drop-shadow(0 1px 2px #00000080);pointer-events:none;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;top:4px;right:4px}.CommentAuthor-module__EnmG3W__cardFollowBtn{color:#fff;cursor:pointer;background:#0095f6;border:none;border-radius:8px;width:100%;padding:.45rem 0;font-size:.85rem;font-weight:600;transition:background .15s}.CommentAuthor-module__EnmG3W__cardFollowBtn:hover{background:#0086e0}.CommentAuthor-module__EnmG3W__cardFollowBtn:disabled{opacity:.6;cursor:default}.CommentAuthor-module__EnmG3W__cardFollowBtnFollowing{color:#262626;background:#efefef}.CommentAuthor-module__EnmG3W__cardFollowBtnFollowing:hover{background:#e0e0e0}
.ReportModal-module__vx24ya__overlay{background:var(--overlay-dark);z-index:var(--z-modal);pointer-events:auto;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ReportModal-module__vx24ya__modal{background:var(--color-white);border-radius:var(--radius-lg);pointer-events:auto;flex-direction:column;width:min(960px,96vw);max-height:90vh;padding:16px 16px 12px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000040}@media (max-height:800px){.ReportModal-module__vx24ya__modal{max-height:95vh;padding:12px 12px 10px}}@media (max-height:600px){.ReportModal-module__vx24ya__modal{max-height:98vh;padding:10px}}@media (max-width:480px){.ReportModal-module__vx24ya__modal{width:98vw;padding:12px 8px 10px}}.ReportModal-module__vx24ya__closeBtn{cursor:pointer;color:var(--color-red);background:0 0;border:none;font-size:28px;line-height:1;position:absolute;top:8px;right:10px}.ReportModal-module__vx24ya__title{flex-shrink:0;margin:0 32px 12px 8px;font-size:20px;font-weight:700}@media (max-height:700px){.ReportModal-module__vx24ya__title{margin:0 32px 8px 8px;font-size:18px}}@media (max-width:480px){.ReportModal-module__vx24ya__title{margin:0 28px 8px 4px;font-size:16px}}.ReportModal-module__vx24ya__partnerSelector{background:var(--bg-gray);border:1px solid var(--border-medium);border-radius:10px;flex-shrink:0;margin:0 8px 16px;padding:12px}@media (max-width:480px){.ReportModal-module__vx24ya__partnerSelector{margin:0 4px 12px;padding:8px}}.ReportModal-module__vx24ya__selectorLabel{color:var(--text-secondary);margin-bottom:10px;font-size:14px;font-weight:600;display:block}.ReportModal-module__vx24ya__partnerThumbnails{scrollbar-width:none;-ms-overflow-style:none;gap:10px;padding:4px 0;display:flex;overflow-x:auto}.ReportModal-module__vx24ya__partnerThumbnails::-webkit-scrollbar{display:none}.ReportModal-module__vx24ya__thumbnail{border:3px solid var(--color-gray-400);background:var(--color-white);cursor:pointer;border-radius:8px;flex-direction:column;flex-shrink:0;width:100px;height:90px;padding:0;transition:all .2s;display:flex;overflow:hidden}.ReportModal-module__vx24ya__thumbnail:hover{border-color:var(--primary-green);transform:translateY(-2px)}.ReportModal-module__vx24ya__thumbnail img{object-fit:cover;width:100%;height:70px}.ReportModal-module__vx24ya__thumbnailPlaceholder{background:var(--border-medium);width:100%;height:70px;color:var(--color-gray-600);text-align:center;justify-content:center;align-items:center;font-size:11px;display:flex}.ReportModal-module__vx24ya__thumbnailLabel{text-align:center;background:var(--color-gray-200);color:var(--color-gray-700);padding:4px;font-size:11px;font-weight:600;display:block}.ReportModal-module__vx24ya__thumbnailActive{border-color:var(--primary-green);box-shadow:0 0 0 2px #6dbd5c4d}.ReportModal-module__vx24ya__thumbnailActive .ReportModal-module__vx24ya__thumbnailLabel{background:var(--primary-green);color:#fff}.ReportModal-module__vx24ya__content{scrollbar-width:none;-ms-overflow-style:none;flex:1;grid-template-columns:1fr 1.2fr;gap:12px;min-height:0;margin:0 -8px;padding:0 8px;display:grid;overflow:hidden auto}.ReportModal-module__vx24ya__content::-webkit-scrollbar{display:none}@media (max-width:768px){.ReportModal-module__vx24ya__content{grid-template-columns:1fr}}@media (max-height:700px){.ReportModal-module__vx24ya__content{grid-template-columns:1fr}}@media (max-width:480px){.ReportModal-module__vx24ya__content{gap:10px;margin:0 -4px;padding:0 4px}}.ReportModal-module__vx24ya__snapshotCol{border:1px solid var(--border-light);border-radius:10px;justify-content:center;align-items:center;padding:8px;display:flex}.ReportModal-module__vx24ya__snapshot{border-radius:8px;max-width:100%;height:auto;display:block}.ReportModal-module__vx24ya__snapshotFallback{color:var(--color-gray-600);font-style:italic}.ReportModal-module__vx24ya__formCol{pointer-events:auto;grid-auto-rows:min-content;gap:10px;display:grid}.ReportModal-module__vx24ya__label{gap:6px;font-size:14px;font-weight:600;display:grid}.ReportModal-module__vx24ya__select{border:1px solid var(--color-gray-400);background:var(--bg-gray);color:#000;border-radius:8px;padding:8px}.ReportModal-module__vx24ya__textarea{border:1px solid var(--color-gray-400);resize:vertical;background:var(--color-white);color:#000;cursor:text;z-index:1;border-radius:8px;width:100%;padding:8px;font-family:inherit;font-size:14px;line-height:1.5;position:relative;pointer-events:auto!important;-webkit-user-select:text!important;user-select:text!important}.ReportModal-module__vx24ya__textarea:focus{outline:2px solid var(--primary-green);border-color:var(--primary-green);pointer-events:auto!important}.ReportModal-module__vx24ya__chatLogWrap{gap:6px;min-height:180px;display:grid}@media (max-height:700px){.ReportModal-module__vx24ya__chatLogWrap{min-height:120px}}.ReportModal-module__vx24ya__chatLogHeader{font-size:14px;font-weight:600}.ReportModal-module__vx24ya__chatLog{border:1px solid var(--border-light);background:var(--bg-gray);scrollbar-width:none;-ms-overflow-style:none;border-radius:8px;height:220px;padding:8px;overflow:auto}.ReportModal-module__vx24ya__chatLog::-webkit-scrollbar{display:none}@media (max-height:700px){.ReportModal-module__vx24ya__chatLog{height:150px}}@media (max-height:600px){.ReportModal-module__vx24ya__chatLog{height:120px}}@media (max-width:480px){.ReportModal-module__vx24ya__chatLog{height:140px}}.ReportModal-module__vx24ya__emptyChat{color:var(--text-tertiary);font-style:italic}.ReportModal-module__vx24ya__chatLine{padding:4px 2px;font-size:14px;line-height:1.35}.ReportModal-module__vx24ya__footer{border-top:1px solid var(--border-light);flex-shrink:0;justify-content:space-between;gap:8px;margin-top:12px;padding-top:12px;display:flex}@media (max-width:480px){.ReportModal-module__vx24ya__footer{margin-top:10px;padding-top:10px}}.ReportModal-module__vx24ya__cancelBtn,.ReportModal-module__vx24ya__submitBtn{cursor:pointer;border:none;border-radius:10px;padding:10px 14px;font-weight:700}.ReportModal-module__vx24ya__cancelBtn{background:var(--color-red)}.ReportModal-module__vx24ya__submitBtn{background:var(--primary-green);color:var(--color-white)}
.SuccessModal-module__VX22ka__modalOverlay{z-index:var(--z-modal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SuccessModal-module__VX22ka__modalContent{border-radius:var(--radius-xl);background:#fff;width:90%;max-width:480px;max-height:90vh;animation:.3s ease-out SuccessModal-module__VX22ka__slideIn;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes SuccessModal-module__VX22ka__slideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.SuccessModal-module__VX22ka__closeButton{color:var(--gray-400);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:32px;line-height:0;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.SuccessModal-module__VX22ka__closeButton:hover{background:var(--bg-gray);color:var(--text-primary)}.SuccessModal-module__VX22ka__container{text-align:center;flex-direction:column;align-items:center;padding:48px 32px 32px;display:flex}.SuccessModal-module__VX22ka__iconWrapper{background:linear-gradient(135deg,var(--primary-green)0%,var(--accent-green)100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;animation:.5s ease-out SuccessModal-module__VX22ka__scaleIn;display:flex}@keyframes SuccessModal-module__VX22ka__scaleIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.SuccessModal-module__VX22ka__checkIcon{color:#fff;width:48px;height:48px}.SuccessModal-module__VX22ka__title{color:var(--text-primary);margin-bottom:16px;font-size:28px;font-weight:700}.SuccessModal-module__VX22ka__message{color:var(--text-gray);margin-bottom:24px;font-size:16px;line-height:1.5}.SuccessModal-module__VX22ka__reportIdBox{background:var(--bg-gray);border:2px solid var(--border-medium);border-radius:var(--radius-md);flex-direction:column;gap:8px;width:100%;margin-bottom:24px;padding:16px;display:flex}.SuccessModal-module__VX22ka__reportIdLabel{color:var(--text-gray);text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:600}.SuccessModal-module__VX22ka__reportId{color:var(--primary-green);word-break:break-all;font-family:monospace;font-size:18px;font-weight:700}.SuccessModal-module__VX22ka__okButton{background:linear-gradient(135deg,var(--primary-green)0%,var(--accent-green)100%);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;min-width:120px;padding:14px 48px;font-size:16px;font-weight:600;transition:all .2s}.SuccessModal-module__VX22ka__okButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #48bb7866}.SuccessModal-module__VX22ka__okButton:active{transform:translateY(0)}@media (max-width:480px){.SuccessModal-module__VX22ka__container{padding:40px 24px 24px}.SuccessModal-module__VX22ka__iconWrapper{width:64px;height:64px;margin-bottom:20px}.SuccessModal-module__VX22ka__checkIcon{width:36px;height:36px}.SuccessModal-module__VX22ka__title{margin-bottom:12px;font-size:24px}.SuccessModal-module__VX22ka__message{margin-bottom:20px;font-size:14px}.SuccessModal-module__VX22ka__reportIdBox{margin-bottom:20px;padding:12px}.SuccessModal-module__VX22ka__reportId{font-size:16px}.SuccessModal-module__VX22ka__okButton{padding:12px 36px;font-size:15px}}
.ErrorModal-module__1yOHBG__modalOverlay{z-index:var(--z-modal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ErrorModal-module__1yOHBG__modalContent{border-radius:var(--radius-xl);background:#fff;width:90%;max-width:480px;max-height:90vh;animation:.3s ease-out ErrorModal-module__1yOHBG__slideIn;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes ErrorModal-module__1yOHBG__slideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ErrorModal-module__1yOHBG__closeButton{color:var(--gray-400);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:32px;line-height:0;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.ErrorModal-module__1yOHBG__closeButton:hover{background:var(--bg-gray);color:var(--text-primary)}.ErrorModal-module__1yOHBG__container{text-align:center;flex-direction:column;align-items:center;padding:48px 32px 32px;display:flex}.ErrorModal-module__1yOHBG__iconWrapper{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;animation:.5s ease-out ErrorModal-module__1yOHBG__scaleIn;display:flex}@keyframes ErrorModal-module__1yOHBG__scaleIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.ErrorModal-module__1yOHBG__errorIcon{color:#fff;width:48px;height:48px}.ErrorModal-module__1yOHBG__title{color:var(--text-primary);margin-bottom:16px;font-size:28px;font-weight:700}.ErrorModal-module__1yOHBG__message{color:var(--text-gray);margin-bottom:24px;font-size:16px;line-height:1.5}.ErrorModal-module__1yOHBG__okButton{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;min-width:120px;padding:14px 48px;font-size:16px;font-weight:600;transition:all .2s}.ErrorModal-module__1yOHBG__okButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ef444466}.ErrorModal-module__1yOHBG__okButton:active{transform:translateY(0)}@media (max-width:480px){.ErrorModal-module__1yOHBG__container{padding:40px 24px 24px}.ErrorModal-module__1yOHBG__iconWrapper{width:64px;height:64px;margin-bottom:20px}.ErrorModal-module__1yOHBG__errorIcon{width:36px;height:36px}.ErrorModal-module__1yOHBG__title{margin-bottom:12px;font-size:24px}.ErrorModal-module__1yOHBG__message{margin-bottom:20px;font-size:14px}.ErrorModal-module__1yOHBG__okButton{padding:12px 36px;font-size:15px}}
.CookieConsent-module__oCm_oq__cookieConsent{z-index:10000;width:100%;animation:.4s ease-out CookieConsent-module__oCm_oq__slideUp;position:fixed;bottom:0;left:0;right:0}@keyframes CookieConsent-module__oCm_oq__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.CookieConsent-module__oCm_oq__content{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:0;flex-wrap:wrap;align-items:center;gap:16px;padding:12px 24px;transition:padding .3s;display:flex;box-shadow:0 -4px 24px #0000004d}.CookieConsent-module__oCm_oq__content[data-expanded=true]{flex-direction:column;align-items:flex-start;padding:24px}.CookieConsent-module__oCm_oq__frogEmoji{flex-shrink:0;font-size:28px;animation:1s ease-in-out infinite CookieConsent-module__oCm_oq__hop}@keyframes CookieConsent-module__oCm_oq__hop{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.CookieConsent-module__oCm_oq__title{color:#fff;flex-shrink:0;margin:0;font-size:18px;font-weight:700}.CookieConsent-module__oCm_oq__message{color:#fffffff2;flex:1;min-width:300px;margin:0;font-size:14px;line-height:1.5}.CookieConsent-module__oCm_oq__details{background:#00000026;border:1px solid #ffffff1a;border-radius:12px;width:100%;margin:8px 0 0;padding:16px;animation:.3s ease-out CookieConsent-module__oCm_oq__expandDetails;overflow:hidden}@keyframes CookieConsent-module__oCm_oq__expandDetails{0%{opacity:0;max-height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:500px;margin-top:8px;margin-bottom:0;padding-top:16px;padding-bottom:16px}}.CookieConsent-module__oCm_oq__detailsTitle{color:#fff;margin:0 0 12px;font-size:16px;font-weight:600}.CookieConsent-module__oCm_oq__cookieList{margin:0 0 12px;padding-left:20px;list-style:none}.CookieConsent-module__oCm_oq__cookieList li{margin-bottom:12px;padding-left:4px;font-size:14px;line-height:1.6;position:relative}.CookieConsent-module__oCm_oq__cookieList li:before{content:"🍪";font-size:14px;position:absolute;left:-20px}.CookieConsent-module__oCm_oq__cookieList li strong{color:#fef3c7;font-family:Courier New,monospace;font-size:13px;font-weight:600}.CookieConsent-module__oCm_oq__cookieInfo{color:#ffffffb3;margin-top:4px;font-size:13px;font-style:italic;display:block}.CookieConsent-module__oCm_oq__detailsNote{color:#ffffffd9;background:#0000001a;border-left:3px solid #fbbf24;border-radius:8px;margin:0;padding:12px;font-size:13px;line-height:1.6}.CookieConsent-module__oCm_oq__actions{align-items:center;gap:12px;margin-left:auto;display:flex}.CookieConsent-module__oCm_oq__content[data-expanded=true] .CookieConsent-module__oCm_oq__actions{justify-content:flex-end;width:100%}.CookieConsent-module__oCm_oq__detailsButton{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff26;border:1px solid #ffffff4d;border-radius:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.CookieConsent-module__oCm_oq__detailsButton:hover{background:#ffffff40;transform:translateY(-1px)}.CookieConsent-module__oCm_oq__detailsButton:active{transform:translateY(0)}.CookieConsent-module__oCm_oq__acceptButton{color:#1f2937;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border:none;border-radius:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #fbbf244d}.CookieConsent-module__oCm_oq__acceptButton:hover{background:linear-gradient(135deg,#fcd34d 0%,#fbbf24 100%);transform:translateY(-2px);box-shadow:0 6px 16px #fbbf2466}.CookieConsent-module__oCm_oq__acceptButton:active{transform:translateY(0)}@media (max-width:640px){.CookieConsent-module__oCm_oq__content{flex-direction:column;align-items:flex-start;gap:10px;padding:10px 16px}.CookieConsent-module__oCm_oq__content[data-expanded=true]{padding:20px 16px}.CookieConsent-module__oCm_oq__message{width:100%;min-width:0}.CookieConsent-module__oCm_oq__actions{flex-direction:column;width:100%;margin-left:0}.CookieConsent-module__oCm_oq__detailsButton,.CookieConsent-module__oCm_oq__acceptButton{width:100%}}@media (max-width:768px) and (min-width:641px){.CookieConsent-module__oCm_oq__content{padding:16px 32px}.CookieConsent-module__oCm_oq__content[data-expanded=true]{padding:24px 32px}}@media (prefers-reduced-motion:reduce){.CookieConsent-module__oCm_oq__cookieConsent,.CookieConsent-module__oCm_oq__frogEmoji{animation:none}.CookieConsent-module__oCm_oq__detailsButton:hover,.CookieConsent-module__oCm_oq__acceptButton:hover{transform:none}}@media (prefers-contrast:high){.CookieConsent-module__oCm_oq__content{border:2px solid #fff}.CookieConsent-module__oCm_oq__detailsButton{border-width:2px}}
.FollowListModal-module__kHk1UG__overlay{z-index:10000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.FollowListModal-module__kHk1UG__modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:400px;max-height:80vh;animation:.2s ease-out FollowListModal-module__kHk1UG__modalSlideIn;display:flex;box-shadow:0 20px 60px #0000004d}@keyframes FollowListModal-module__kHk1UG__modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.FollowListModal-module__kHk1UG__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.FollowListModal-module__kHk1UG__header h2{color:#111827;margin:0;font-size:1.25rem;font-weight:600}.FollowListModal-module__kHk1UG__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;transition:all .2s;display:flex}.FollowListModal-module__kHk1UG__closeButton:hover{color:#111827;background:#f3f4f6}.FollowListModal-module__kHk1UG__searchContainer{border-bottom:1px solid #e5e7eb;padding:.75rem 1.5rem}.FollowListModal-module__kHk1UG__searchInput{color:#111827;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:.625rem 1rem;font-size:.875rem;transition:all .2s}.FollowListModal-module__kHk1UG__searchInput:focus{background:#fff;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.FollowListModal-module__kHk1UG__searchInput::placeholder{color:#9ca3af}.FollowListModal-module__kHk1UG__content{flex:1;padding:.5rem 0;overflow-y:auto}.FollowListModal-module__kHk1UG__loading,.FollowListModal-module__kHk1UG__empty{text-align:center;color:#6b7280;padding:3rem 1.5rem;font-size:.875rem}.FollowListModal-module__kHk1UG__userList{flex-direction:column;display:flex}.FollowListModal-module__kHk1UG__userItem{cursor:pointer;align-items:center;gap:.75rem;padding:.75rem 1.5rem;transition:background .15s;display:flex}.FollowListModal-module__kHk1UG__userItem:hover{background:#f9fafb}.FollowListModal-module__kHk1UG__avatar{background:#f3f4f6;border-radius:50%;flex-shrink:0;width:48px;height:48px;overflow:hidden}.FollowListModal-module__kHk1UG__avatar img{object-fit:cover;width:100%;height:100%}.FollowListModal-module__kHk1UG__avatarPlaceholder{color:#fff;-webkit-user-select:none;user-select:none;background:#6ab04c;justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem;font-weight:600;display:flex}.FollowListModal-module__kHk1UG__userInfo{flex:1;min-width:0}.FollowListModal-module__kHk1UG__name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.FollowListModal-module__kHk1UG__username{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;overflow:hidden}.FollowListModal-module__kHk1UG__content::-webkit-scrollbar{width:8px}.FollowListModal-module__kHk1UG__content::-webkit-scrollbar-track{background:#f9fafb}.FollowListModal-module__kHk1UG__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.FollowListModal-module__kHk1UG__content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__modal{background:#1f2937}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__header{border-bottom-color:#374151}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__header h2{color:#f9fafb}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__searchContainer{border-bottom-color:#374151}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__searchInput{color:#f9fafb;background:#374151;border-color:#4b5563}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__searchInput:focus{background:#1f2937;border-color:#10b981}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__searchInput::placeholder{color:#6b7280}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__closeButton{color:#9ca3af}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__closeButton:hover{color:#f9fafb;background:#374151}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__userItem:hover{background:#374151}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__name{color:#f9fafb}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__username{color:#9ca3af}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__content::-webkit-scrollbar-track{background:#1f2937}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__content::-webkit-scrollbar-thumb{background:#4b5563}.FollowListModal-module__kHk1UG__dark-mode .FollowListModal-module__kHk1UG__content::-webkit-scrollbar-thumb:hover{background:#6b7280}
.HashtagView-module__UTwn9q__header{align-items:center;gap:1.25rem;max-width:900px;margin:0 auto;padding:2rem 1.5rem 1.5rem;display:flex}.HashtagView-module__UTwn9q__tagIcon{background:linear-gradient(135deg,var(--primary-green)0%,var(--accent-green)100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:2rem;font-weight:800;display:flex;box-shadow:0 4px 14px #10b98159}.HashtagView-module__UTwn9q__tagInfo{flex-direction:column;gap:.25rem;display:flex}.HashtagView-module__UTwn9q__tagName{color:var(--text-primary);margin:0;font-size:2rem;font-weight:700;line-height:1.2}.HashtagView-module__UTwn9q__tagCount{color:var(--text-secondary);margin:0;font-size:.95rem}.HashtagView-module__UTwn9q__content{max-width:900px;margin:0 auto;padding:0 1.5rem 3rem}.HashtagView-module__UTwn9q__postsGrid{grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.HashtagView-module__UTwn9q__postsGrid>:first-child{border-radius:10px 0 0;overflow:hidden}.HashtagView-module__UTwn9q__postsGrid>:nth-child(3){border-radius:0 10px 0 0;overflow:hidden}.HashtagView-module__UTwn9q__loadingMore{text-align:center;color:var(--text-secondary);padding:1rem;font-size:.9rem}.HashtagView-module__UTwn9q__loading{text-align:center;color:var(--text-secondary);padding:4rem;font-size:1rem}.HashtagView-module__UTwn9q__empty{text-align:center;background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex;box-shadow:0 1px 3px #0000000d}.HashtagView-module__UTwn9q__dark-mode .HashtagView-module__UTwn9q__empty{background:var(--bg-white);box-shadow:0 1px 3px #0003}.HashtagView-module__UTwn9q__emptyIcon{opacity:.6;margin-bottom:1rem;font-size:3rem}.HashtagView-module__UTwn9q__emptyTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.HashtagView-module__UTwn9q__emptyDesc{color:var(--text-secondary);max-width:300px;margin:0;font-size:.95rem}@media (max-width:600px){.HashtagView-module__UTwn9q__header{gap:1rem;padding:1.5rem 1rem 1rem}.HashtagView-module__UTwn9q__tagIcon{width:56px;height:56px;font-size:1.5rem}.HashtagView-module__UTwn9q__tagName{font-size:1.5rem}.HashtagView-module__UTwn9q__content{padding:0 0 2rem}.HashtagView-module__UTwn9q__postsGrid{gap:1px}}
.CreatePostModal-module__6tI0fG__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.CreatePostModal-module__6tI0fG__modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.CreatePostModal-module__6tI0fG__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CreatePostModal-module__6tI0fG__title{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:600}.CreatePostModal-module__6tI0fG__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:all .2s;display:flex}.CreatePostModal-module__6tI0fG__closeButton:hover{background:var(--hover-bg);color:var(--text-primary)}.CreatePostModal-module__6tI0fG__form{padding:1.5rem}.CreatePostModal-module__6tI0fG__uploadSection{margin-bottom:1.5rem}.CreatePostModal-module__6tI0fG__uploadLabel{cursor:pointer;display:block}.CreatePostModal-module__6tI0fG__hiddenInput{display:none}.CreatePostModal-module__6tI0fG__uploadButton{background:var(--primary-green);color:#fff;text-align:center;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.CreatePostModal-module__6tI0fG__uploadButton:hover{background:var(--primary-green-hover);transform:translateY(-2px)}.CreatePostModal-module__6tI0fG__uploadLabel:has(input:disabled) .CreatePostModal-module__6tI0fG__uploadButton{background:var(--text-muted);cursor:not-allowed;transform:none}.CreatePostModal-module__6tI0fG__imagePreviewGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;margin-top:1rem;display:grid}.CreatePostModal-module__6tI0fG__imagePreview{aspect-ratio:1;background:var(--hover-bg);border-radius:12px;position:relative;overflow:hidden}.CreatePostModal-module__6tI0fG__imagePreview img{object-fit:cover;width:100%;height:100%}.CreatePostModal-module__6tI0fG__removeButton{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.5rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.CreatePostModal-module__6tI0fG__removeButton:hover{background:#dc3545e6;transform:scale(1.1)}.CreatePostModal-module__6tI0fG__imageNumber{color:#fff;background:#000000b3;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;position:absolute;bottom:.5rem;left:.5rem}.CreatePostModal-module__6tI0fG__captionSection{margin-bottom:1.5rem}.CreatePostModal-module__6tI0fG__captionHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.CreatePostModal-module__6tI0fG__label{color:var(--text-primary);font-size:.95rem;font-weight:600;display:block}.CreatePostModal-module__6tI0fG__emojiButton{border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:8px;padding:.35rem .75rem;font-size:1.25rem;line-height:1;transition:all .2s}.CreatePostModal-module__6tI0fG__emojiButton:hover:not(:disabled){background:var(--hover-bg);transform:scale(1.05)}.CreatePostModal-module__6tI0fG__emojiButton:disabled{opacity:.5;cursor:not-allowed}.CreatePostModal-module__6tI0fG__emojiPicker{border:1px solid var(--border-color);scrollbar-width:thin;background:#f9fafb;border-radius:12px;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:.25rem;max-height:200px;margin-bottom:.75rem;padding:.75rem;display:grid;overflow-y:auto}.CreatePostModal-module__6tI0fG__emojiPicker::-webkit-scrollbar{width:8px}.CreatePostModal-module__6tI0fG__emojiPicker::-webkit-scrollbar-track{background:0 0}.CreatePostModal-module__6tI0fG__emojiPicker::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.CreatePostModal-module__6tI0fG__emojiPicker::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.CreatePostModal-module__6tI0fG__emojiItem{border:1px solid var(--border-color);cursor:pointer;aspect-ratio:1;background:#fff;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;transition:all .15s;display:flex}.CreatePostModal-module__6tI0fG__emojiItem:hover:not(:disabled){background:var(--primary-green);transform:scale(1.1)}.CreatePostModal-module__6tI0fG__emojiItem:disabled{opacity:.5;cursor:not-allowed}.CreatePostModal-module__6tI0fG__textarea{border:1px solid var(--border-color);background:var(--input-bg);width:100%;color:var(--text-primary);resize:vertical;border-radius:12px;min-height:100px;padding:.75rem;font-family:inherit;font-size:1rem;transition:all .2s}.CreatePostModal-module__6tI0fG__textarea:focus{border-color:var(--primary-green);outline:none;box-shadow:0 0 0 3px #6ab04c1a}.CreatePostModal-module__6tI0fG__textarea:disabled{background:var(--hover-bg);cursor:not-allowed;opacity:.6}.CreatePostModal-module__6tI0fG__charCount{text-align:right;color:var(--text-secondary);margin-top:.25rem;font-size:.85rem;display:block}.CreatePostModal-module__6tI0fG__textareaWrapper{width:100%;position:relative}.CreatePostModal-module__6tI0fG__mentionDropdown{border:1px solid var(--border-color);z-index:1000;background:#fff;border-radius:10px;min-width:200px;max-height:200px;position:absolute;overflow-y:auto;box-shadow:0 6px 24px #00000024}.CreatePostModal-module__6tI0fG__mentionItem{cursor:pointer;align-items:center;gap:10px;padding:8px 12px;transition:background .15s;display:flex}.CreatePostModal-module__6tI0fG__mentionItem:hover,.CreatePostModal-module__6tI0fG__mentionItemActive{background:var(--hover-bg,#f5f5f5)}.CreatePostModal-module__6tI0fG__mentionAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:30px;height:30px}.CreatePostModal-module__6tI0fG__mentionAvatarPlaceholder{color:#fff;-webkit-user-select:none;user-select:none;background:#6ab04c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;font-weight:700;display:flex}.CreatePostModal-module__6tI0fG__mentionUsername{color:var(--text-primary);font-size:.9rem;font-weight:500}.CreatePostModal-module__6tI0fG__hashtagIcon{color:#0095f6;background:#e8f4fd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;font-weight:700;display:flex}.CreatePostModal-module__6tI0fG__hashtagInfo{flex-direction:column;gap:1px;display:flex}.CreatePostModal-module__6tI0fG__hashtagCount{color:var(--text-secondary,#888);font-size:.75rem}.CreatePostModal-module__6tI0fG__error{color:#dc3545;background:#dc35451a;border:1px solid #dc35454d;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.CreatePostModal-module__6tI0fG__actions{justify-content:flex-end;gap:1rem;display:flex}.CreatePostModal-module__6tI0fG__cancelButton,.CreatePostModal-module__6tI0fG__submitButton{cursor:pointer;border:none;border-radius:12px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.CreatePostModal-module__6tI0fG__cancelButton{background:var(--hover-bg);color:var(--text-primary)}.CreatePostModal-module__6tI0fG__cancelButton:hover:not(:disabled){background:var(--border-color)}.CreatePostModal-module__6tI0fG__submitButton{background:var(--primary-green);color:#fff}.CreatePostModal-module__6tI0fG__submitButton:hover:not(:disabled){background:var(--primary-green-hover);transform:translateY(-2px)}.CreatePostModal-module__6tI0fG__cancelButton:disabled,.CreatePostModal-module__6tI0fG__submitButton:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:600px){.CreatePostModal-module__6tI0fG__modal{border-radius:0;max-height:100vh}.CreatePostModal-module__6tI0fG__imagePreviewGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}
.FeedPost-module__UG5GAa__card{background:#fff;border-top:1px solid #dbdbdb;width:100%;max-width:470px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.FeedPost-module__UG5GAa__card:last-of-type{border-bottom:1px solid #dbdbdb}.FeedPost-module__UG5GAa__header{justify-content:space-between;align-items:center;padding:12px 4px 12px 12px;display:flex}.FeedPost-module__UG5GAa__headerLeft{cursor:pointer;align-items:center;gap:10px;text-decoration:none;display:flex}.FeedPost-module__UG5GAa__avatarRing{background:#dbdbdb;border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.FeedPost-module__UG5GAa__avatar{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.FeedPost-module__UG5GAa__avatarFallback{color:#555;background:#dbdbdb;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:700;display:flex}.FeedPost-module__UG5GAa__authorInfo{flex-direction:column;gap:1px;display:flex}.FeedPost-module__UG5GAa__username{color:#262626;font-size:14px;font-weight:600;line-height:1.2}.FeedPost-module__UG5GAa__name{color:#8e8e8e;font-size:12px;line-height:1.2}.FeedPost-module__UG5GAa__headerTime{color:#8e8e8e;flex-shrink:0;padding-right:4px;font-size:13px}.FeedPost-module__UG5GAa__mediaWrap{aspect-ratio:1;cursor:pointer;-webkit-user-select:none;user-select:none;background:#000;width:100%;position:relative;overflow:hidden}.FeedPost-module__UG5GAa__media{object-fit:contain;-webkit-user-drag:none;pointer-events:none;flex:0 0 100%;width:100%;height:100%;display:block}.FeedPost-module__UG5GAa__mediaStrip{will-change:transform;width:100%;height:100%;transition:transform .35s cubic-bezier(.25,.46,.45,.94);display:flex}.FeedPost-module__UG5GAa__mediaPlaceholder{background:#efefef;width:100%;height:100%}.FeedPost-module__UG5GAa__arrow{cursor:pointer;z-index:2;color:#262626;pointer-events:all;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:22px;line-height:1;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 1px 4px #00000040}.FeedPost-module__UG5GAa__arrow:hover{background:#fff}.FeedPost-module__UG5GAa__arrowLeft{left:8px}.FeedPost-module__UG5GAa__arrowRight{right:8px}.FeedPost-module__UG5GAa__heartOverlay{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.FeedPost-module__UG5GAa__heartAnim{filter:drop-shadow(0 2px 8px #0006);animation:.85s forwards FeedPost-module__UG5GAa__heartPop}@keyframes FeedPost-module__UG5GAa__heartPop{0%{opacity:0;transform:scale(.5)}15%{opacity:1;transform:scale(1.3)}30%{transform:scale(1)}65%{opacity:1}to{opacity:0;transform:scale(1)}}.FeedPost-module__UG5GAa__dots{justify-content:center;gap:4px;padding:8px 0 2px;display:flex}.FeedPost-module__UG5GAa__dot{background:#c7c7c7;border-radius:50%;width:6px;height:6px;transition:background .2s}.FeedPost-module__UG5GAa__dotActive{background:#3897f0}.FeedPost-module__UG5GAa__actions{justify-content:space-between;align-items:center;padding:4px 4px 0;display:flex}.FeedPost-module__UG5GAa__actionsLeft{align-items:center;gap:2px;display:flex}.FeedPost-module__UG5GAa__actionBtn{cursor:pointer;color:#262626;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:transform .12s,opacity .12s;display:flex}.FeedPost-module__UG5GAa__actionBtn:hover{opacity:.6}.FeedPost-module__UG5GAa__likedBtn{animation:.25s FeedPost-module__UG5GAa__likePop}@keyframes FeedPost-module__UG5GAa__likePop{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1)}}.FeedPost-module__UG5GAa__likes{color:#262626;padding:4px 12px 0;font-size:14px;font-weight:600;line-height:1.4}.FeedPost-module__UG5GAa__caption{color:#262626;word-break:break-word;padding:4px 12px 0;font-size:14px;line-height:1.5}.FeedPost-module__UG5GAa__captionUsername{cursor:pointer;color:#262626;font-weight:600}.FeedPost-module__UG5GAa__captionUsername:hover{text-decoration:underline}.FeedPost-module__UG5GAa__captionText{font-weight:400}.FeedPost-module__UG5GAa__hashtagLink,.FeedPost-module__UG5GAa__mentionLink{color:#0095f6;font-weight:600;font-size:inherit;cursor:pointer;line-height:inherit;-webkit-user-select:text;user-select:text}.FeedPost-module__UG5GAa__hashtagLink:hover,.FeedPost-module__UG5GAa__mentionLink:hover{text-decoration:underline}.FeedPost-module__UG5GAa__moreBtn{color:#8e8e8e;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px}.FeedPost-module__UG5GAa__moreBtn:hover{color:#262626}.FeedPost-module__UG5GAa__viewComments{color:#8e8e8e;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:4px 12px 0;font-size:14px;display:block}.FeedPost-module__UG5GAa__viewComments:hover{color:#262626}.FeedPost-module__UG5GAa__time{color:#c7c7c7;text-transform:uppercase;letter-spacing:.04em;padding:4px 12px 14px;font-size:10px;display:block}
.hashtag-module__KzN9Oq__page{background:var(--bg-gray-light);min-height:calc(100vh - 120px);padding-top:70px}.hashtag-module__KzN9Oq__dark-mode .hashtag-module__KzN9Oq__page{background:var(--bg-gray)}.hashtag-module__KzN9Oq__header{align-items:center;gap:1.25rem;max-width:900px;margin:0 auto;padding:2.5rem 1.5rem 1.5rem;display:flex}.hashtag-module__KzN9Oq__tagIcon{background:linear-gradient(135deg,var(--primary-green)0%,var(--accent-green)100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:2rem;font-weight:800;display:flex;box-shadow:0 4px 14px #10b98159}.hashtag-module__KzN9Oq__tagInfo{flex-direction:column;gap:.25rem;display:flex}.hashtag-module__KzN9Oq__tagName{color:var(--text-primary);margin:0;font-size:2rem;font-weight:700;line-height:1.2}.hashtag-module__KzN9Oq__tagCount{color:var(--text-secondary);margin:0;font-size:.95rem}.hashtag-module__KzN9Oq__content{max-width:900px;margin:0 auto;padding:0 1.5rem 3rem}.hashtag-module__KzN9Oq__postsGrid{grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.hashtag-module__KzN9Oq__postsGrid>:first-child{border-radius:10px 0 0;overflow:hidden}.hashtag-module__KzN9Oq__postsGrid>:nth-child(3){border-radius:0 10px 0 0;overflow:hidden}.hashtag-module__KzN9Oq__loadMoreWrapper{justify-content:center;margin-top:2rem;display:flex}.hashtag-module__KzN9Oq__loadMoreButton{border:2px solid var(--border-medium);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:50px;padding:.75rem 2.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.hashtag-module__KzN9Oq__loadMoreButton:hover:not(:disabled){border-color:var(--primary-green);color:var(--primary-green);transform:translateY(-1px)}.hashtag-module__KzN9Oq__loadMoreButton:disabled{opacity:.5;cursor:not-allowed}.hashtag-module__KzN9Oq__loading{text-align:center;color:var(--text-secondary);padding:4rem;font-size:1rem}.hashtag-module__KzN9Oq__empty{text-align:center;background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex;box-shadow:0 1px 3px #0000000d}.hashtag-module__KzN9Oq__dark-mode .hashtag-module__KzN9Oq__empty{background:var(--bg-white);box-shadow:0 1px 3px #0003}.hashtag-module__KzN9Oq__emptyIcon{opacity:.6;margin-bottom:1rem;font-size:3rem}.hashtag-module__KzN9Oq__emptyTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.hashtag-module__KzN9Oq__emptyDesc{color:var(--text-secondary);max-width:300px;margin:0;font-size:.95rem}@media (max-width:600px){.hashtag-module__KzN9Oq__header{gap:1rem;padding:1.5rem 1rem 1rem}.hashtag-module__KzN9Oq__tagIcon{width:56px;height:56px;font-size:1.5rem}.hashtag-module__KzN9Oq__tagName{font-size:1.5rem}.hashtag-module__KzN9Oq__content{padding:0 0 2rem}.hashtag-module__KzN9Oq__postsGrid{gap:1px}.hashtag-module__KzN9Oq__loadMoreWrapper{padding:0 1rem}}
.search-module__Fhqj_a__page{background:var(--bg-gray-light);min-height:calc(100vh - 120px);padding-top:70px}.search-module__Fhqj_a__dark-mode .search-module__Fhqj_a__page{background:var(--bg-gray)}
.page-module__itSy1a__page{background:#fff;height:calc(100vh - 56px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden}.page-module__itSy1a__sidebar{background:#fff;border-right:1px solid #e8e8e8;flex-direction:column;flex-shrink:0;width:340px;display:flex;overflow:hidden}.page-module__itSy1a__sidebarHeader{border-bottom:1px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px 14px;display:flex}.page-module__itSy1a__sidebarTitle{color:#111;font-size:18px;font-weight:700}.page-module__itSy1a__composeBtn{cursor:pointer;color:#555;background:0 0;border:none;border-radius:8px;align-items:center;padding:6px;transition:background .15s,color .15s;display:flex}.page-module__itSy1a__composeBtn:hover{color:var(--primary-green,#6dbd5c);background:#f0f0f0}.page-module__itSy1a__convoList{flex:1;padding:4px 0;overflow-y:auto}.page-module__itSy1a__convoItem{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:10px 16px;transition:background .12s;display:flex}.page-module__itSy1a__convoItem:hover{background:#f8f8f8}.page-module__itSy1a__convoItemActive{background:#f0faf0}.page-module__itSy1a__convoInfo{flex:1;min-width:0}.page-module__itSy1a__convoTop{justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px;display:flex}.page-module__itSy1a__convoName{color:#111;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.page-module__itSy1a__convoTime{color:#aaa;flex-shrink:0;font-size:11px}.page-module__itSy1a__convoBottom{justify-content:space-between;align-items:center;gap:6px;display:flex}.page-module__itSy1a__convoPreview{color:#999;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.page-module__itSy1a__convoPreviewUnread{color:#222;font-weight:500}.page-module__itSy1a__unreadBadge{background:var(--primary-green,#6dbd5c);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;display:flex}.page-module__itSy1a__emptyInbox{color:#aaa;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;font-size:14px;display:flex}.page-module__itSy1a__emptyNote{text-align:center;color:#aaa;padding:24px;font-size:14px}.page-module__itSy1a__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;display:block}.page-module__itSy1a__avatarFallback{background:var(--primary-green,#6dbd5c);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.page-module__itSy1a__chatPanel{background:#fff;flex-direction:column;flex:1;display:flex;overflow:hidden}.page-module__itSy1a__emptyChat{color:#aaa;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;display:flex}.page-module__itSy1a__emptyChatTitle{color:#111;margin:0;font-size:20px;font-weight:700}.page-module__itSy1a__emptyChatSub{color:#888;margin:0;font-size:14px}.page-module__itSy1a__chatHeader{border-bottom:1px solid #f0f0f0;flex-shrink:0;align-items:center;gap:10px;padding:12px 18px;display:flex}.page-module__itSy1a__backBtn{cursor:pointer;color:#555;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;display:none}.page-module__itSy1a__chatHeaderUser{color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.page-module__itSy1a__chatHeaderUser:hover .page-module__itSy1a__chatHeaderName{text-decoration:underline}.page-module__itSy1a__chatHeaderName{color:#111;font-size:15px;font-weight:700}.page-module__itSy1a__chatHeaderUsername{color:#888;font-size:13px}.page-module__itSy1a__messagesFeed{flex-direction:column;flex:1;gap:6px;padding:16px 20px;display:flex;overflow-y:auto}.page-module__itSy1a__loadOlderBtn{color:#666;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:999px;align-self:center;margin-bottom:8px;padding:6px 18px;font-size:13px;transition:background .15s}.page-module__itSy1a__loadOlderBtn:hover:not(:disabled){background:#f5f5f5}.page-module__itSy1a__loadingNote{text-align:center;color:#aaa;padding:12px;font-size:14px}.page-module__itSy1a__messageBubbleWrap{align-items:flex-end;gap:6px;display:flex}.page-module__itSy1a__mine{flex-direction:row-reverse}.page-module__itSy1a__theirs{flex-direction:row}.page-module__itSy1a__bubbleAvatar{flex-shrink:0;margin-bottom:2px}.page-module__itSy1a__bubble{word-break:break-word;border-radius:18px;flex-direction:column;gap:3px;max-width:68%;padding:9px 13px;display:flex}.page-module__itSy1a__bubbleMine{background:var(--primary-green,#6dbd5c);color:#fff;border-bottom-right-radius:4px}.page-module__itSy1a__bubbleTheirs{color:#111;background:#f0f0f0;border-bottom-left-radius:4px}.page-module__itSy1a__bubbleText{white-space:pre-wrap;font-size:14px;line-height:1.45}.page-module__itSy1a__bubbleTime{opacity:.65;align-self:flex-end;font-size:10px}.page-module__itSy1a__typingBubble{flex-direction:row;align-items:center;gap:4px;padding:12px 16px}.page-module__itSy1a__typingDot{background:#aaa;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite page-module__itSy1a__typingBounce;display:inline-block}.page-module__itSy1a__typingDot:nth-child(2){animation-delay:.2s}.page-module__itSy1a__typingDot:nth-child(3){animation-delay:.4s}@keyframes page-module__itSy1a__typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.page-module__itSy1a__inputBar{border-top:1px solid #f0f0f0;flex-shrink:0;align-items:flex-end;gap:10px;padding:12px 18px 16px;display:flex}.page-module__itSy1a__messageInput{resize:none;border:1px solid #e0e0e0;border-radius:22px;outline:none;flex:1;max-height:120px;padding:10px 16px;font-family:inherit;font-size:14px;line-height:1.45;transition:border-color .15s;overflow-y:auto}.page-module__itSy1a__messageInput:focus{border-color:var(--primary-green,#6dbd5c)}.page-module__itSy1a__sendBtn{background:var(--primary-green,#6dbd5c);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,transform .1s;display:flex}.page-module__itSy1a__sendBtn:hover:not(:disabled){background:var(--primary-green-hover,#5da84c);transform:scale(1.05)}.page-module__itSy1a__sendBtn:disabled{cursor:default;background:#ccc}.page-module__itSy1a__startBtn{background:var(--primary-green,#6dbd5c);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:10px 24px;font-size:14px;font-weight:600;transition:background .15s}.page-module__itSy1a__startBtn:hover{background:var(--primary-green-hover,#5da84c)}.page-module__itSy1a__modalBackdrop{z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.page-module__itSy1a__modal{background:#fff;border-radius:16px;flex-direction:column;width:400px;max-width:92vw;max-height:560px;display:flex;overflow:hidden;box-shadow:0 12px 48px #00000038}.page-module__itSy1a__modalHeader{border-bottom:1px solid #efefef;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px 16px;display:grid}.page-module__itSy1a__modalTitle{color:#111;text-align:center;justify-self:center;margin:0;font-size:15px;font-weight:700}.page-module__itSy1a__modalClose{cursor:pointer;color:#555;background:0 0;border:none;justify-self:end;padding:2px 4px;font-size:18px;line-height:1}.page-module__itSy1a__modalClose:hover{color:#111}.page-module__itSy1a__composeToRow{border-bottom:1px solid #efefef;align-items:center;gap:8px;padding:10px 16px;display:flex}.page-module__itSy1a__composeToLabel{color:#111;flex-shrink:0;font-size:14px;font-weight:600}.page-module__itSy1a__composeSearchInput{color:#333;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.page-module__itSy1a__composeSearchInput::placeholder{color:#aaa}.page-module__itSy1a__composeSuggestedList{flex:1;min-height:80px;padding:6px 0;overflow-y:auto}.page-module__itSy1a__composeSuggestedLabel{color:#555;margin:0;padding:4px 16px 8px;font-size:13px;font-weight:600}.page-module__itSy1a__composeNote{color:#aaa;text-align:center;margin:0;padding:24px 16px;font-size:13px}.page-module__itSy1a__composeUserRow{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:9px 16px;transition:background .1s;display:flex}.page-module__itSy1a__composeUserRow:hover{background:#f8f8f8}.page-module__itSy1a__composeUserRowSelected{background:#f0faf0}.page-module__itSy1a__composeUserRowSelected:hover{background:#e8f6e8}.page-module__itSy1a__composeUserAvatar{border-radius:50%;flex-shrink:0;width:44px;height:44px;overflow:hidden}.page-module__itSy1a__composeAvatarImg{object-fit:cover;width:100%;height:100%}.page-module__itSy1a__composeAvatarFallback{background:var(--primary-green,#6dbd5c);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:18px;font-weight:700;display:flex}.page-module__itSy1a__composeUserInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.page-module__itSy1a__composeUserName{color:#111;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.page-module__itSy1a__composeUserTag{color:#888;font-size:13px}.page-module__itSy1a__composeRadio{border:2px solid #ccc;border-radius:50%;flex-shrink:0;width:22px;height:22px;transition:border-color .15s,background .15s,box-shadow .15s}.page-module__itSy1a__composeRadioSelected{border-color:var(--primary-green,#6dbd5c);background:var(--primary-green,#6dbd5c);box-shadow:inset 0 0 0 3px #fff}.page-module__itSy1a__composeFooter{border-top:1px solid #efefef;flex-direction:column;gap:8px;padding:12px 16px;display:flex}.page-module__itSy1a__composeErrorMsg{color:#e53935;text-align:center;margin:0;font-size:13px}.page-module__itSy1a__composeChatBtn{background:var(--primary-green,#6dbd5c);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;padding:12px;font-size:15px;font-weight:600;transition:background .15s,opacity .15s}.page-module__itSy1a__composeChatBtn:hover:not(:disabled){background:var(--primary-green-hover,#5da84c)}.page-module__itSy1a__composeChatBtn:disabled{opacity:.4;cursor:default}@media (max-width:680px){.page-module__itSy1a__sidebar{z-index:2;width:100%;transition:transform .25s;position:absolute;inset:0}.page-module__itSy1a__sidebar.page-module__itSy1a__hidden{transform:translate(-100%)}.page-module__itSy1a__chatPanel{z-index:3;transition:transform .25s;position:absolute;inset:0;transform:translate(100%)}.page-module__itSy1a__chatPanel.page-module__itSy1a__visible{transform:translate(0)}.page-module__itSy1a__backBtn{display:flex}}
.page-module__NkDRda__pageWrap{background:linear-gradient(#f5fbf4 0%,#fff 45%,#f8faf8 100%);min-height:calc(100vh - 140px);padding:2rem 1rem 3rem}.page-module__NkDRda__panel{background:#fff;border:1px solid #e7ede6;border-radius:16px;max-width:760px;margin:0 auto;overflow:hidden;box-shadow:0 14px 38px #0d180e0f}.page-module__NkDRda__header{border-bottom:1px solid #edf1ec;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.25rem 1rem;display:flex}.page-module__NkDRda__title{color:#132118;margin:0;font-size:1.35rem;font-weight:800}.page-module__NkDRda__subtitle{color:#6a7469;margin:.25rem 0 0;font-size:.92rem}.page-module__NkDRda__markAllBtn{color:#254228;cursor:pointer;background:#f7fbf5;border:1px solid #dbe5d9;border-radius:10px;padding:.55rem .85rem;font-size:.86rem;font-weight:700}.page-module__NkDRda__markAllBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__NkDRda__status{color:#4b5b4d;padding:1.5rem}.page-module__NkDRda__errorState{text-align:center;color:#4a2e2e;padding:2rem 1.25rem}.page-module__NkDRda__errorState h2{margin:0;font-size:1.05rem}.page-module__NkDRda__errorActions{justify-content:center;gap:.6rem;margin-top:.9rem;display:flex}.page-module__NkDRda__retryBtn{color:#2a422e;cursor:pointer;background:#fff;border:1px solid #d9e4d8;border-radius:10px;padding:.5rem .9rem;font-size:.9rem;font-weight:700;text-decoration:none}.page-module__NkDRda__list{margin:0;padding:0;list-style:none}.page-module__NkDRda__listItem{border-bottom:1px solid #eff4ee}.page-module__NkDRda__itemLink{color:inherit;align-items:center;gap:.9rem;padding:.95rem 1.2rem;text-decoration:none;transition:background .15s;display:flex;position:relative}.page-module__NkDRda__itemLink:hover{background:#f8fcf8}.page-module__NkDRda__unread{background:#f3fbf1}.page-module__NkDRda__avatar,.page-module__NkDRda__avatarFallback{border-radius:50%;flex-shrink:0;width:42px;height:42px}.page-module__NkDRda__avatar{object-fit:cover}.page-module__NkDRda__avatarFallback{color:#fff;background:linear-gradient(135deg,#6dbd5c 0%,#4ca845 100%);justify-content:center;align-items:center;font-weight:700;display:flex}.page-module__NkDRda__itemBody{min-width:0}.page-module__NkDRda__message{color:#1d2d20;margin:0;font-size:.96rem}.page-module__NkDRda__time{color:#71807a;margin:.25rem 0 0;font-size:.82rem}.page-module__NkDRda__unreadDot{background:#5eae4f;border-radius:50%;width:9px;height:9px;margin-left:auto}.page-module__NkDRda__loadMoreWrap{justify-content:center;padding:1rem;display:flex}.page-module__NkDRda__loadMoreBtn{color:#2a422e;cursor:pointer;background:#fff;border:1px solid #d9e4d8;border-radius:10px;padding:.5rem .9rem;font-size:.9rem;font-weight:700}.page-module__NkDRda__empty{text-align:center;color:#4f5f52;padding:2.5rem 1.25rem}.page-module__NkDRda__empty h2{color:#203224;margin:.8rem 0 .4rem;font-size:1.2rem}.page-module__NkDRda__empty p{margin:0}.page-module__NkDRda__emptyIcon{font-size:2rem}@media (max-width:640px){.page-module__NkDRda__pageWrap{padding:1rem .5rem 2rem}.page-module__NkDRda__panel{border-radius:12px}.page-module__NkDRda__header{padding:1rem}.page-module__NkDRda__itemLink{padding:.8rem .9rem}}
.post-page-module__bfBBWG__pageWrapper{background:#fafafa;flex-direction:column;align-items:center;min-height:calc(100vh - 120px);padding:2rem 1rem;display:flex}.post-page-module__bfBBWG__status{color:#555;flex-direction:column;align-items:center;gap:1rem;margin-top:4rem;font-size:1rem;display:flex}.post-page-module__bfBBWG__homeBtn{color:#fff;cursor:pointer;background:#0095f6;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600}.post-page-module__bfBBWG__homeBtn:hover{background:#0086e0}
