.Feed-module__R_ErYG__pageContainer{grid-gap:40px;grid-template-columns:minmax(0,1fr) 320px;gap:40px;max-width:1040px;margin:0 auto;padding:40px 20px;animation:.6s ease-out Feed-module__R_ErYG__fadeIn;display:grid}@keyframes Feed-module__R_ErYG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Feed-module__R_ErYG__modalOverlay{background:var(--glass-white-2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Feed-module__R_ErYG__mainFeed{min-width:0}.Feed-module__R_ErYG__mobileAuthPrompt{background:linear-gradient(135deg, var(--card-bg-top) 0%, var(--card-bg-bottom) 100%);border:1px solid var(--glass-border);text-align:center;border-radius:16px;margin-bottom:24px;padding:16px;display:none}.Feed-module__R_ErYG__mobileAuthPrompt p{color:var(--text-secondary);margin:0 0 12px;font-size:14px}.Feed-module__R_ErYG__feedHeader{border-bottom:1px solid var(--divider-color);justify-content:center;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.Feed-module__R_ErYG__feedTabs{gap:24px;display:flex}.Feed-module__R_ErYG__tabBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:8px 0;font-size:15px;font-weight:600;transition:color .2s;position:relative}.Feed-module__R_ErYG__tabBtn:hover,.Feed-module__R_ErYG__tabActive{color:var(--text-primary)}.Feed-module__R_ErYG__tabActive:after{content:"";background:var(--theme-accent);border-radius:2px 2px 0 0;width:100%;height:2px;position:absolute;bottom:-17px;left:0}.Feed-module__R_ErYG__feedList{flex-direction:column;gap:24px;min-width:0;display:flex}.Feed-module__R_ErYG__postCard{background:linear-gradient(135deg, var(--card-bg-top) 0%, var(--card-bg-bottom) 100%);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);box-sizing:border-box;border-radius:24px;gap:16px;min-width:0;padding:24px;transition:transform .3s,background .3s,box-shadow .3s;display:flex}.Feed-module__R_ErYG__postCard:hover{background:linear-gradient(135deg, var(--card-hover-top) 0%, var(--card-hover-bottom) 100%);box-shadow:var(--glass-shadow-hover);transform:translateY(-2px)}.Feed-module__R_ErYG__postLeft{flex-direction:column;flex-shrink:0;align-items:center;gap:12px;display:flex}.Feed-module__R_ErYG__authorAvatar{object-fit:cover;cursor:pointer;border:2px solid #fff;border-radius:50%;width:44px;height:44px}.Feed-module__R_ErYG__threadLine{background:var(--divider-color);border-radius:2px;flex-grow:1;width:2px}.Feed-module__R_ErYG__postRight{flex-grow:1;flex-shrink:1;min-width:0}.Feed-module__R_ErYG__postHeader{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px;display:flex}.Feed-module__R_ErYG__authorInfo{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.Feed-module__R_ErYG__authorName{color:var(--text-primary);cursor:pointer;font-size:15px;font-weight:600}.Feed-module__R_ErYG__authorName:hover{text-decoration:underline}.Feed-module__R_ErYG__authorRole{color:var(--theme-accent);font-size:13px;font-weight:500}.Feed-module__R_ErYG__dotSeparator{color:var(--text-secondary);font-size:12px}.Feed-module__R_ErYG__postTime{color:var(--text-secondary);font-size:13px;font-weight:500}.Feed-module__R_ErYG__moreBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.Feed-module__R_ErYG__moreBtn:hover{background:var(--glass-white-5);color:var(--text-primary)}.Feed-module__R_ErYG__postText{color:var(--text-primary);white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word;margin:0 0 16px;font-size:15px;font-weight:400;line-height:1.6}.Feed-module__R_ErYG__postImage{object-fit:cover;border:1px solid var(--glass-border);border-radius:16px;width:100%;max-height:400px;margin-bottom:16px}.Feed-module__R_ErYG__recommendationsSection{min-width:0;margin:16px 0;padding:24px 0;animation:.4s ease-out Feed-module__R_ErYG__fadeIn}.Feed-module__R_ErYG__recommendationsTitle{color:var(--text-primary);margin:0 0 20px;padding:0 20px;font-size:16px;font-weight:600}.Feed-module__R_ErYG__recommendationsScroll{scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding:0 20px 24px;display:flex;overflow-x:auto}.Feed-module__R_ErYG__recommendationsScroll::-webkit-scrollbar{display:none}.Feed-module__R_ErYG__userCard{scroll-snap-align:center;background:0 0;border:none;flex-direction:row;flex-shrink:0;align-items:center;gap:12px;width:auto;min-width:260px;padding:8px 0;transition:opacity .3s;display:flex}.Feed-module__R_ErYG__userCard:hover{opacity:.8}.Feed-module__R_ErYG__userCardMiniAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:44px;height:44px}.Feed-module__R_ErYG__userCardInfo{flex-direction:column;flex:1;min-width:0;display:flex}.Feed-module__R_ErYG__userCardName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:15px;font-weight:700;overflow:hidden}.Feed-module__R_ErYG__userCardHandle{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.Feed-module__R_ErYG__subscribeBtn{background:var(--text-primary);color:var(--bg-base);cursor:pointer;border:none;border-radius:20px;flex-shrink:0;align-items:center;gap:4px;padding:8px 14px;font-size:13px;font-weight:600;transition:transform .2s,opacity .2s;display:flex}.Feed-module__R_ErYG__subscribeBtn:hover{opacity:.9;transform:translateY(-2px)}.Feed-module__R_ErYG__postActions{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.Feed-module__R_ErYG__actionGroup{align-items:center;gap:16px;display:flex}.Feed-module__R_ErYG__actionBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;gap:6px;padding:6px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.Feed-module__R_ErYG__actionBtn:hover{color:var(--text-primary)}.Feed-module__R_ErYG__actionBtn svg{transition:transform .2s}.Feed-module__R_ErYG__actionBtn:active svg{transform:scale(.9)}.Feed-module__R_ErYG__fireBtn:hover,.Feed-module__R_ErYG__fireBtn:hover svg,.Feed-module__R_ErYG__fired{color:var(--theme-accent)}.Feed-module__R_ErYG__fired svg{fill:var(--theme-accent);color:var(--theme-accent)}.Feed-module__R_ErYG__sidebar{flex-direction:column;gap:24px;display:flex}.Feed-module__R_ErYG__authPromptCard{background:linear-gradient(135deg, var(--card-bg-top) 0%, var(--card-bg-bottom) 100%);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);text-align:center;border-radius:24px;padding:24px}.Feed-module__R_ErYG__authPromptCard h3{color:var(--text-primary);margin:0 0 12px;font-size:18px;font-weight:600}.Feed-module__R_ErYG__authPromptCard p{color:var(--text-secondary);margin:0 0 20px;font-size:14px;font-weight:500;line-height:1.5}.Feed-module__R_ErYG__primaryAuthBtn{background:var(--btn-gradient);color:#fff;cursor:pointer;width:100%;box-shadow:var(--btn-shadow);border:none;border-radius:24px;padding:12px;font-size:14px;font-weight:600;transition:all .3s}.Feed-module__R_ErYG__primaryAuthBtn:hover{background:var(--btn-gradient-hover);box-shadow:var(--btn-shadow-hover);transform:translateY(-2px)}.Feed-module__R_ErYG__sidebarFooter{color:var(--text-secondary);padding:0 16px;font-size:12px;font-weight:500;line-height:1.6}@media (min-width:901px){.Feed-module__R_ErYG__pageContainer{max-width:1292px}.Feed-module__R_ErYG__recommendationsSection{margin:16px -20px}}@media (max-width:900px){.Feed-module__R_ErYG__pageContainer{grid-template-columns:1fr;gap:20px;padding:20px 16px}.Feed-module__R_ErYG__sidebar{display:none}.Feed-module__R_ErYG__mobileAuthPrompt{display:block}}@media (max-width:768px){.Feed-module__R_ErYG__feedTabs{gap:16px}.Feed-module__R_ErYG__tabBtn{font-size:14px}.Feed-module__R_ErYG__feedHeader{margin-bottom:16px;padding-bottom:12px}.Feed-module__R_ErYG__postCard{border-radius:16px;gap:12px;padding:18px 16px}.Feed-module__R_ErYG__authorAvatar{width:38px;height:38px}.Feed-module__R_ErYG__postText{font-size:14px}}@media (max-width:600px){.Feed-module__R_ErYG__pageContainer{padding:12px 10px}.Feed-module__R_ErYG__feedTabs{gap:12px}.Feed-module__R_ErYG__tabBtn{white-space:nowrap;padding:6px 0;font-size:13px}.Feed-module__R_ErYG__tabActive:after{bottom:-13px}.Feed-module__R_ErYG__feedHeader{scrollbar-width:none;-webkit-overflow-scrolling:touch;margin-bottom:12px;padding-bottom:12px;overflow-x:auto}.Feed-module__R_ErYG__feedHeader::-webkit-scrollbar{display:none}.Feed-module__R_ErYG__postCard{border-radius:14px;gap:10px;padding:14px 12px}.Feed-module__R_ErYG__authorAvatar{width:34px;height:34px}.Feed-module__R_ErYG__authorName{font-size:14px}.Feed-module__R_ErYG__authorRole,.Feed-module__R_ErYG__postTime{font-size:12px}.Feed-module__R_ErYG__postText{margin-bottom:12px;font-size:13.5px;line-height:1.5}.Feed-module__R_ErYG__postImage{border-radius:12px;max-height:300px;margin-bottom:12px}.Feed-module__R_ErYG__postActions{margin-top:8px}.Feed-module__R_ErYG__actionGroup{gap:10px}.Feed-module__R_ErYG__actionBtn{padding:4px;font-size:12px}.Feed-module__R_ErYG__actionBtn svg{width:18px;height:18px}.Feed-module__R_ErYG__recommendationsSection{margin:12px 0;padding:16px 0}.Feed-module__R_ErYG__recommendationsTitle{margin-bottom:12px;padding:0 10px;font-size:14px}.Feed-module__R_ErYG__recommendationsScroll{gap:10px;padding:0 10px 16px}.Feed-module__R_ErYG__userCard{min-width:220px}.Feed-module__R_ErYG__userCardMiniAvatar{width:36px;height:36px}.Feed-module__R_ErYG__userCardName{font-size:13.5px}.Feed-module__R_ErYG__userCardHandle{font-size:11.5px}.Feed-module__R_ErYG__subscribeBtn{padding:6px 12px;font-size:12px}}
.AuthModal-module__eGxINa__modalCard{background:linear-gradient(135deg, var(--card-bg-top) 0%, var(--card-bg-bottom) 100%);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);border-radius:24px;width:100%;max-width:440px;padding:32px;animation:.3s cubic-bezier(.16,1,.3,1) AuthModal-module__eGxINa__scaleUp;position:relative}@keyframes AuthModal-module__eGxINa__scaleUp{0%{opacity:0;transform:scale(.96)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.AuthModal-module__eGxINa__closeBtn{background:var(--glass-white-6);width:32px;height:32px;color:var(--text-secondary);border:1px solid var(--glass-border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.AuthModal-module__eGxINa__closeBtn:hover{background:var(--glass-white-10);color:var(--text-primary);transform:scale(1.05)}.AuthModal-module__eGxINa__header{text-align:center;margin-bottom:24px}.AuthModal-module__eGxINa__iconCircle{background:var(--btn-gradient);width:56px;height:56px;box-shadow:var(--btn-shadow);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.AuthModal-module__eGxINa__headerIcon{color:#fff}.AuthModal-module__eGxINa__title{color:var(--text-primary);margin-bottom:6px;font-size:22px;font-weight:700}.AuthModal-module__eGxINa__subtitle{color:var(--text-secondary);font-size:13px;line-height:1.4}.AuthModal-module__eGxINa__errorMessage{color:#ef4444;text-align:center;background:#ef44441f;border:1px solid #ef44444d;border-radius:10px;margin-bottom:18px;padding:10px 14px;font-size:13px}.AuthModal-module__eGxINa__successMessage{color:#10b981;background:#10b9811f;border:1px solid #10b9814d;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-bottom:18px;padding:10px 14px;font-size:13px;display:flex}.AuthModal-module__eGxINa__form{flex-direction:column;gap:18px;display:flex}.AuthModal-module__eGxINa__inputGroup{flex-direction:column;gap:6px;display:flex}.AuthModal-module__eGxINa__labelRow{justify-content:space-between;align-items:center;display:flex}.AuthModal-module__eGxINa__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.AuthModal-module__eGxINa__backLink{color:var(--theme-accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:12px;font-weight:500;display:flex}.AuthModal-module__eGxINa__backLink:hover{text-decoration:underline}.AuthModal-module__eGxINa__input{background:var(--glass-white-6);border:1px solid var(--glass-border);color:var(--text-primary);box-sizing:border-box;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:all .3s}.AuthModal-module__eGxINa__input:focus{border-color:var(--theme-accent);background:var(--glass-white-10);box-shadow:0 0 0 3px var(--input-border-focus);outline:none}.AuthModal-module__eGxINa__input:disabled{opacity:.6;cursor:not-allowed}.AuthModal-module__eGxINa__otpInput{letter-spacing:8px;text-align:center;padding:12px;font-size:24px;font-weight:700}.AuthModal-module__eGxINa__usernameWrapper{align-items:center;display:flex;position:relative}.AuthModal-module__eGxINa__usernamePrefix{color:var(--text-secondary);pointer-events:none;font-size:15px;font-weight:600;position:absolute;left:14px}.AuthModal-module__eGxINa__usernameInput{padding-left:32px}.AuthModal-module__eGxINa__textarea{resize:vertical;min-height:80px}.AuthModal-module__eGxINa__hint{color:var(--text-secondary);opacity:.8;font-size:11px}.AuthModal-module__eGxINa__resendBlock{text-align:center;min-height:22px}.AuthModal-module__eGxINa__timerText{color:var(--text-secondary);font-size:12px}.AuthModal-module__eGxINa__resendBtn{color:var(--theme-accent);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:2px 8px;font-size:13px;font-weight:600;transition:background .2s}.AuthModal-module__eGxINa__resendBtn:hover{text-decoration:underline}.AuthModal-module__eGxINa__submitBtn{background:var(--btn-gradient);color:#fff;cursor:pointer;box-shadow:var(--btn-shadow);border:none;border-radius:12px;justify-content:center;align-items:center;margin-top:8px;padding:14px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.AuthModal-module__eGxINa__submitBtn:hover:not(:disabled){background:var(--btn-gradient-hover);box-shadow:var(--btn-shadow-hover);transform:translateY(-2px)}.AuthModal-module__eGxINa__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.AuthModal-module__eGxINa__btnContent{align-items:center;gap:8px;display:flex}.AuthModal-module__eGxINa__spinner{animation:1s linear infinite AuthModal-module__eGxINa__spin}@keyframes AuthModal-module__eGxINa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Profile-module__lJERFq__pageWrapper{background:var(--bg-base);flex-direction:column;width:100%;max-width:1040px;min-height:calc(100vh - 64px);margin:0 auto;animation:.4s ease-out Profile-module__lJERFq__fadeIn;display:flex}@keyframes Profile-module__lJERFq__fadeIn{0%{opacity:0}to{opacity:1}}.Profile-module__lJERFq__coverSection{background-position:50%;background-size:cover;border-radius:0 0 32px 32px;width:100%;height:240px;transition:background-position .1s ease-out;position:relative;overflow:hidden}.Profile-module__lJERFq__isRepositioning{cursor:-webkit-grab;cursor:grab}.Profile-module__lJERFq__isRepositioning:active{cursor:-webkit-grabbing;cursor:grabbing}.Profile-module__lJERFq__coverOverlay{pointer-events:none;background:linear-gradient(#0000004d 0%,#0000 50%,#0000001a 100%);position:absolute;inset:0}.Profile-module__lJERFq__topActions{z-index:2;justify-content:space-between;align-items:center;display:flex;position:absolute;top:24px;left:24px;right:24px}.Profile-module__lJERFq__coverControls,.Profile-module__lJERFq__rightActions{gap:12px;display:flex}.Profile-module__lJERFq__iconBtn{color:#fff;-webkit-backdrop-filter:blur(8px);cursor:pointer;background:#0006;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.Profile-module__lJERFq__iconBtn:hover{background:#0009;transform:scale(1.05)}.Profile-module__lJERFq__primaryBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600}.Profile-module__lJERFq__repositionHint{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;background:#0009;border-radius:30px;padding:12px 24px;font-size:14px;font-weight:500;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Profile-module__lJERFq__profileInfo{z-index:2;flex-direction:column;align-items:flex-start;margin-top:-48px;padding:0 32px;display:flex;position:relative}.Profile-module__lJERFq__avatarWrapper{cursor:pointer;border-radius:50%;width:96px;height:96px;margin-bottom:16px;position:relative}.Profile-module__lJERFq__avatar{object-fit:cover;border:4px solid var(--bg-base);background:var(--bg-base);border-radius:50%;width:100%;height:100%}.Profile-module__lJERFq__avatarFallback{border:4px solid var(--bg-base);background:var(--btn-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:32px;font-weight:700;display:flex}.Profile-module__lJERFq__avatarBadge{background:var(--text-primary);border:2px solid var(--bg-base);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .15s,opacity .15s;display:flex;position:absolute;bottom:4px;right:4px}.Profile-module__lJERFq__avatarWrapper:hover .Profile-module__lJERFq__avatarBadge{transform:scale(1.1)}.Profile-module__lJERFq__avatarBadge:after{content:"+";color:var(--bg-base);font-size:16px;font-weight:600;line-height:1}.Profile-module__lJERFq__avatarBadge:has(.Profile-module__lJERFq__spinner):after{content:""}.Profile-module__lJERFq__headerText{max-width:600px}.Profile-module__lJERFq__nameRow{flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.Profile-module__lJERFq__name{color:var(--text-primary);letter-spacing:-.5px;margin:0;font-size:28px;font-weight:700}.Profile-module__lJERFq__handle{color:var(--text-secondary);font-size:16px;font-weight:500}.Profile-module__lJERFq__statusBadge{text-transform:uppercase;color:#10b981;background:#10b98126;border-radius:12px;padding:3px 8px;font-size:11px;font-weight:700}.Profile-module__lJERFq__bio{color:var(--text-secondary);margin:0;font-size:15px;font-weight:400;line-height:1.5}.Profile-module__lJERFq__actionRow{flex-wrap:wrap;align-items:center;gap:16px;margin-top:20px;display:flex}.Profile-module__lJERFq__editBtn{background:var(--glass-white-5);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;border-radius:24px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.Profile-module__lJERFq__editBtn:hover{background:var(--glass-white-8)}.Profile-module__lJERFq__logoutBtn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:24px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.Profile-module__lJERFq__logoutBtn:hover{background:#ef444433}.Profile-module__lJERFq__stats{gap:16px;display:flex}.Profile-module__lJERFq__statItem{color:var(--text-secondary);font-size:14px}.Profile-module__lJERFq__statItem b{color:var(--text-primary);font-weight:600}.Profile-module__lJERFq__tabsWrapper{border-bottom:1px solid var(--divider-color);margin-top:40px;padding:0 32px}.Profile-module__lJERFq__tabs{gap:32px;display:flex}.Profile-module__lJERFq__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:12px 0;font-size:14px;font-weight:500;transition:color .2s;display:flex;position:relative}.Profile-module__lJERFq__tab:hover,.Profile-module__lJERFq__activeTab{color:var(--text-primary)}.Profile-module__lJERFq__activeTab:after{content:"";background:var(--text-primary);border-radius:2px 2px 0 0;width:100%;height:2px;position:absolute;bottom:-1px;left:0}.Profile-module__lJERFq__gridContent{grid-gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:32px;display:grid}.Profile-module__lJERFq__richCard{aspect-ratio:3/4;cursor:pointer;border-radius:24px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.Profile-module__lJERFq__richCard:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.Profile-module__lJERFq__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Profile-module__lJERFq__richCard:hover .Profile-module__lJERFq__cardImage{transform:scale(1.05)}.Profile-module__lJERFq__cardOverlay{background:linear-gradient(#0000,#000c);flex-direction:column;gap:8px;padding:40px 20px 20px;display:flex;position:absolute;bottom:0;left:0;right:0}.Profile-module__lJERFq__cardAuthor{align-items:center;gap:8px;display:flex}.Profile-module__lJERFq__cardAuthorAvatar{border:1px solid #ffffff80;border-radius:50%;width:20px;height:20px}.Profile-module__lJERFq__cardAuthorName{color:#fffc;font-size:12px;font-weight:500}.Profile-module__lJERFq__cardTitle{color:#fff;margin:0;font-size:18px;font-weight:600;line-height:1.3}.Profile-module__lJERFq__emptyState{text-align:center;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;width:100%;padding:80px 20px;font-size:15px;font-weight:500;animation:.4s ease-out Profile-module__lJERFq__fadeIn;display:flex}.Profile-module__lJERFq__addPostBtn{background:var(--btn-gradient);color:#fff;cursor:pointer;box-shadow:var(--btn-shadow);border:none;border-radius:24px;align-items:center;gap:8px;margin-top:20px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.Profile-module__lJERFq__addPostBtn:hover{box-shadow:var(--btn-shadow-hover);transform:translateY(-2px)}.Profile-module__lJERFq__modalOverlay{-webkit-backdrop-filter:blur(12px);z-index:100;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Profile-module__lJERFq__editModal{background:linear-gradient(135deg, var(--card-bg-top) 0%, var(--card-bg-bottom) 100%);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);border-radius:24px;width:100%;max-width:480px;padding:32px;animation:.3s Profile-module__lJERFq__fadeIn;position:relative}.Profile-module__lJERFq__editModalHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.Profile-module__lJERFq__editModalTitle{color:var(--text-primary);margin:0;font-size:20px;font-weight:700}.Profile-module__lJERFq__closeModalBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.Profile-module__lJERFq__closeModalBtn:hover{color:var(--text-primary)}.Profile-module__lJERFq__form{flex-direction:column;gap:16px;display:flex}.Profile-module__lJERFq__inputGroup{flex-direction:column;gap:6px;display:flex}.Profile-module__lJERFq__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.Profile-module__lJERFq__input{background:var(--glass-white-6);border:1px solid var(--glass-border);color:var(--text-primary);box-sizing:border-box;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:all .3s}.Profile-module__lJERFq__input:focus{border-color:var(--theme-accent);background:var(--glass-white-10);box-shadow:0 0 0 3px var(--input-border-focus);outline:none}.Profile-module__lJERFq__textarea{resize:vertical;min-height:80px}.Profile-module__lJERFq__errorMessage{color:#ef4444;background:#ef44441f;border:1px solid #ef44444d;border-radius:10px;margin-bottom:12px;padding:10px 14px;font-size:13px}.Profile-module__lJERFq__modalActions{justify-content:flex-end;gap:12px;margin-top:12px;display:flex}.Profile-module__lJERFq__cancelBtn{background:var(--glass-white-6);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;border-radius:12px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s}.Profile-module__lJERFq__saveBtn{background:var(--btn-gradient);color:#fff;cursor:pointer;box-shadow:var(--btn-shadow);border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.Profile-module__lJERFq__saveBtn:hover{transform:translateY(-1px)}.Profile-module__lJERFq__saveBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.Profile-module__lJERFq__spinner{animation:1s linear infinite Profile-module__lJERFq__spin}@keyframes Profile-module__lJERFq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Profile-module__lJERFq__unauthOverlay{z-index:10;justify-content:center;align-items:center;width:100%;display:flex}.Profile-module__lJERFq__container{justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:20px;display:flex}.Profile-module__lJERFq__loadingWrapper{min-height:calc(100vh - 64px);color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}@media (max-width:600px){.Profile-module__lJERFq__coverSection{border-radius:0}.Profile-module__lJERFq__profileInfo,.Profile-module__lJERFq__tabsWrapper{padding:0 20px}.Profile-module__lJERFq__gridContent{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;padding:20px}.Profile-module__lJERFq__richCard{border-radius:16px}.Profile-module__lJERFq__cardTitle{font-size:15px}}.Profile-module__lJERFq__avatarModalContent{flex-direction:column;justify-content:center;align-items:center;max-width:90vw;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) Profile-module__lJERFq__modalPop;display:flex;position:relative}.Profile-module__lJERFq__enlargedAvatar{aspect-ratio:1;object-fit:cover;border:4px solid var(--border-color);background:var(--bg-base);border-radius:50%;width:auto;max-width:min(85vw,420px);height:auto;max-height:min(85vh,420px);box-shadow:0 20px 40px #0009}.Profile-module__lJERFq__closeAvatarModalBtn{background:var(--bg-elevated,#1f1f23);border:1px solid var(--border-color,#ffffff26);width:38px;height:38px;color:var(--text-primary,#fff);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:-16px;right:-16px;box-shadow:0 4px 12px #0006}.Profile-module__lJERFq__closeAvatarModalBtn:hover{background:var(--btn-gradient,#3b82f6);transform:scale(1.08)}
.Navigation-module__eB08ka__navbar{background:linear-gradient(135deg, var(--card-bg-top) 0%, var(--card-bg-bottom) 100%);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--glass-border);width:100%;height:64px;box-shadow:var(--glass-shadow);z-index:1000;justify-content:center;display:flex;position:fixed;top:0;left:0}.Navigation-module__eB08ka__navContainer{justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:0 24px;display:flex}.Navigation-module__eB08ka__navLinks{align-items:center;gap:8px;display:flex}.Navigation-module__eB08ka__navRight{align-items:center;gap:12px;display:flex}.Navigation-module__eB08ka__themeToggle{width:38px;height:38px;color:var(--text-secondary);background:var(--glass-white-2);border:1px solid var(--glass-border);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.Navigation-module__eB08ka__themeToggle:hover{background:var(--glass-white-5);color:var(--text-primary);transform:rotate(15deg)}.Navigation-module__eB08ka__navLink{color:var(--text-secondary);border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Navigation-module__eB08ka__navLink:hover{background:var(--glass-white-5);color:var(--text-primary)}.Navigation-module__eB08ka__active{background:var(--glass-white-7);color:var(--theme-accent);border:1px solid var(--glass-border);box-shadow:0 2px 10px #1f26870d}.Navigation-module__eB08ka__active:hover{background:var(--glass-white-9);color:var(--theme-accent)}.Navigation-module__eB08ka__userPill{background:var(--glass-white-4);border:1px solid var(--glass-border);color:var(--text-primary);border-radius:20px;align-items:center;gap:8px;max-width:180px;padding:4px 12px 4px 4px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Navigation-module__eB08ka__userPill:hover{background:var(--glass-white-8);border-color:var(--theme-accent)}.Navigation-module__eB08ka__userPillAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.Navigation-module__eB08ka__userPillFallback{background:var(--btn-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:flex}.Navigation-module__eB08ka__userPillName{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.Navigation-module__eB08ka__loginBtn{background:var(--btn-gradient);color:#fff;cursor:pointer;box-shadow:var(--btn-shadow);border:none;border-radius:12px;flex-shrink:0;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .3s;display:flex}.Navigation-module__eB08ka__loginBtn:hover{background:var(--btn-gradient-hover);box-shadow:var(--btn-shadow-hover);transform:translateY(-1px)}.Navigation-module__eB08ka__burgerBtn{width:38px;height:38px;color:var(--text-secondary);background:var(--glass-white-2);border:1px solid var(--glass-border);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:none}.Navigation-module__eB08ka__burgerBtn:hover{background:var(--glass-white-5);color:var(--text-primary)}.Navigation-module__eB08ka__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}@media (max-width:768px){.Navigation-module__eB08ka__navContainer{padding:0 16px}.Navigation-module__eB08ka__navLinks{background:linear-gradient(135deg, var(--card-bg-top) 0%, var(--card-bg-bottom) 100%);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--glass-border);border-radius:20px;flex-direction:column;align-items:stretch;gap:6px;padding:12px;animation:.2s ease-out Navigation-module__eB08ka__menuFadeIn;display:none;position:absolute;top:calc(100% + 8px);left:16px;right:16px;box-shadow:0 20px 40px #0000002e}.Navigation-module__eB08ka__menuOpen.Navigation-module__eB08ka__navLinks{display:flex}.Navigation-module__eB08ka__navLink{border-radius:14px;justify-content:flex-start;padding:12px 14px;font-size:15px}.Navigation-module__eB08ka__burgerBtn{display:flex}}@keyframes Navigation-module__eB08ka__menuFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
.Messages-module__wZcA2G__messagesPage{border-left:1px solid var(--border);border-right:1px solid var(--border);background:var(--bg);max-width:1200px;height:calc(100vh - 64px);margin:0 auto;display:flex;overflow:hidden}.Messages-module__wZcA2G__unauthContainer{justify-content:center;align-items:center;height:calc(100vh - 64px);display:flex}.Messages-module__wZcA2G__sidebar{border-right:1px solid var(--border);background:var(--bg-secondary);flex-direction:column;flex-shrink:0;width:340px;display:flex}.Messages-module__wZcA2G__sidebarHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px;display:flex}.Messages-module__wZcA2G__sidebarTitle{color:var(--fg);margin:0;font-size:1.15rem;font-weight:700}.Messages-module__wZcA2G__newChatBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:600;transition:opacity .15s;display:flex}.Messages-module__wZcA2G__newChatBtn:hover{opacity:.9}.Messages-module__wZcA2G__chatList{flex:1;padding:8px;overflow-y:auto}.Messages-module__wZcA2G__chatItem{cursor:pointer;color:var(--fg);border-radius:10px;align-items:center;gap:12px;margin-bottom:4px;padding:10px 12px;text-decoration:none;transition:background .15s;display:flex}.Messages-module__wZcA2G__chatItem:hover{background:var(--bg-hover)}.Messages-module__wZcA2G__chatItemActive{background:var(--accent-light,#3b82f61a);border:1px solid var(--accent)}.Messages-module__wZcA2G__chatAvatar{background:var(--border);width:40px;height:40px;color:var(--fg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex;overflow:hidden}.Messages-module__wZcA2G__chatAvatar img{object-fit:cover;width:100%;height:100%}.Messages-module__wZcA2G__chatInfo{flex:1;min-width:0}.Messages-module__wZcA2G__chatTitleRow{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.Messages-module__wZcA2G__chatTitle{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.Messages-module__wZcA2G__unreadBadge{background:var(--accent,#2563eb);color:#fff;text-align:center;border-radius:10px;flex-shrink:0;min-width:20px;height:20px;margin-left:8px;padding:0 6px;font-size:.72rem;font-weight:700;line-height:20px}.Messages-module__wZcA2G__unreadBadgeActive{opacity:.55}.Messages-module__wZcA2G__chatTime{color:var(--fg-muted);font-size:.75rem}.Messages-module__wZcA2G__chatSubtitle{color:var(--fg-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.Messages-module__wZcA2G__emptyList{text-align:center;color:var(--fg-muted);padding:32px 16px;font-size:.9rem}.Messages-module__wZcA2G__chatArea{background:var(--bg);flex-direction:column;flex:1;min-width:0;display:flex}.Messages-module__wZcA2G__noChatSelected{color:var(--fg-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.Messages-module__wZcA2G__chatHeader{border-bottom:1px solid var(--border);background:var(--bg);align-items:center;gap:12px;padding:12px 20px;display:flex}.Messages-module__wZcA2G__chatHeaderInfo{flex:1;min-width:0}.Messages-module__wZcA2G__chatHeaderInfo h3{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.05rem;font-weight:600;overflow:hidden}.Messages-module__wZcA2G__typingStatus{color:var(--accent);margin-top:2px;font-size:.8rem}.Messages-module__wZcA2G__messagesList{flex-direction:column;flex:1;padding:20px;display:flex;overflow-y:auto}.Messages-module__wZcA2G__loadingMoreIndicator{color:var(--accent);justify-content:center;padding:10px 0;display:flex}.Messages-module__wZcA2G__dateGroup{flex-direction:column;display:flex}.Messages-module__wZcA2G__dateHeaderContainer{z-index:10;pointer-events:none;justify-content:center;margin:16px 0 8px;display:flex;position:sticky;top:0}.Messages-module__wZcA2G__dateHeader{background:var(--bg-secondary);color:var(--fg-muted);border:1px solid var(--border);text-transform:lowercase;border-radius:12px;padding:4px 12px;font-size:.75rem;font-weight:500;box-shadow:0 2px 4px #0000000d}.Messages-module__wZcA2G__dateHeader:first-letter{text-transform:uppercase}.Messages-module__wZcA2G__messageWrapper{align-items:flex-end;gap:8px;max-width:75%;display:flex}.Messages-module__wZcA2G__messageWrapper.Messages-module__wZcA2G__firstInGroup{margin-top:16px}.Messages-module__wZcA2G__messageWrapper.Messages-module__wZcA2G__notFirstInGroup{margin-top:4px}.Messages-module__wZcA2G__myMessageWrapper{flex-direction:row-reverse;align-self:flex-end}.Messages-module__wZcA2G__otherMessageWrapper{flex-direction:row;align-self:flex-start}.Messages-module__wZcA2G__messageAvatar{background:var(--border);width:28px;height:28px;color:var(--fg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:20px;font-size:.75rem;font-weight:600;display:flex;overflow:hidden}.Messages-module__wZcA2G__messageAvatar img{object-fit:cover;width:100%;height:100%}.Messages-module__wZcA2G__messageRow{flex-direction:column;min-width:0;display:flex}.Messages-module__wZcA2G__myMessage{align-items:flex-end}.Messages-module__wZcA2G__otherMessage{align-items:flex-start}.Messages-module__wZcA2G__messageBubble{word-break:break-word;border-radius:16px;padding:10px 14px;font-size:.95rem;line-height:1.4}.Messages-module__wZcA2G__myBubble{background:var(--accent);color:var(--text-primary);border-bottom-right-radius:4px}.Messages-module__wZcA2G__otherBubble{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);border-bottom-left-radius:4px}.Messages-module__wZcA2G__messageMeta{color:var(--fg-muted);align-items:center;gap:6px;margin-top:3px;padding:0 4px;font-size:.72rem;display:flex}.Messages-module__wZcA2G__myMessage .Messages-module__wZcA2G__messageMeta{justify-content:flex-end}.Messages-module__wZcA2G__inputArea{border-top:1px solid var(--border);background:var(--bg);align-items:center;gap:10px;padding:14px 20px;display:flex}.Messages-module__wZcA2G__textInput{border:1px solid var(--border);background:var(--bg-secondary);color:var(--fg);border-radius:20px;outline:none;flex:1;padding:10px 14px;font-size:.95rem}.Messages-module__wZcA2G__textInput:focus{border-color:var(--accent)}.Messages-module__wZcA2G__sendBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .1s,opacity .15s;display:flex}.Messages-module__wZcA2G__sendBtn:disabled{opacity:.5;cursor:not-allowed}.Messages-module__wZcA2G__sendBtn:hover:not(:disabled){transform:scale(1.05)}.Messages-module__wZcA2G__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Messages-module__wZcA2G__dialogCard{background:var(--bg);border:1px solid var(--border);border-radius:14px;width:400px;max-width:90vw;padding:24px;box-shadow:0 10px 25px #00000026}.Messages-module__wZcA2G__dialogTitle{margin:0 0 16px;font-size:1.15rem;font-weight:600}.Messages-module__wZcA2G__dialogInput{border:1px solid var(--border);background:var(--bg-secondary);width:100%;color:var(--fg);box-sizing:border-box;border-radius:8px;margin-bottom:16px;padding:10px 12px}.Messages-module__wZcA2G__dialogActions{justify-content:flex-end;gap:8px;display:flex}.Messages-module__wZcA2G__btnSecondary{border:1px solid var(--border);color:var(--fg);cursor:pointer;background:0 0;border-radius:8px;padding:8px 14px}.Messages-module__wZcA2G__btnPrimary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 14px;font-weight:600}.Messages-module__wZcA2G__backBtn{width:36px;height:36px;color:var(--fg);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:none}.Messages-module__wZcA2G__backBtn:hover{background:var(--bg-hover)}@media (max-width:768px){.Messages-module__wZcA2G__messagesPage{border-left:none;border-right:none;max-width:none;height:calc(100vh - 64px)}.Messages-module__wZcA2G__sidebar{border-right:none;width:100%;display:flex}.Messages-module__wZcA2G__chatArea,.Messages-module__wZcA2G__hasActiveChat .Messages-module__wZcA2G__sidebar{display:none}.Messages-module__wZcA2G__hasActiveChat .Messages-module__wZcA2G__chatArea,.Messages-module__wZcA2G__backBtn{display:flex}.Messages-module__wZcA2G__chatHeader{padding:10px 14px}.Messages-module__wZcA2G__chatHeaderInfo h3{font-size:1rem}.Messages-module__wZcA2G__messagesList{padding:14px 12px}.Messages-module__wZcA2G__messageWrapper{max-width:88%}.Messages-module__wZcA2G__inputArea{padding:10px 14px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))}.Messages-module__wZcA2G__dialogCard{width:100%}}
