.profile-module__7mhQmG__page{background-color:var(--bg-base);min-height:100vh}.profile-module__7mhQmG__stateWrap{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.profile-module__7mhQmG__spinner{border:2px solid var(--border-light);border-top-color:var(--text-muted);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite profile-module__7mhQmG__spin}@keyframes profile-module__7mhQmG__spin{to{transform:rotate(360deg)}}.profile-module__7mhQmG__stateLabel{color:var(--text-muted);font-size:14px;font-family:var(--font-mono)}.profile-module__7mhQmG__errorIcon{color:var(--text-muted)}.profile-module__7mhQmG__errorTitle{color:var(--text-primary);letter-spacing:-.3px;font-size:22px;font-weight:400}.profile-module__7mhQmG__errorMsg{color:var(--text-secondary);font-size:14px}.profile-module__7mhQmG__backLink{color:var(--text-muted);font-size:13px;font-family:var(--font-mono);border-bottom:1px solid var(--border);margin-top:8px;padding-bottom:2px;text-decoration:none}.profile-module__7mhQmG__backLink:hover{color:var(--text-secondary)}.profile-module__7mhQmG__cover{background-color:var(--bg-surface);border-bottom:1px solid var(--border);width:100%;height:200px;position:relative;overflow:hidden}.profile-module__7mhQmG__coverPattern{background-image:repeating-linear-gradient(0deg, transparent, transparent 39px, var(--border) 39px, var(--border) 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, var(--border) 39px, var(--border) 40px);opacity:.5;position:absolute;inset:0}.profile-module__7mhQmG__profileHeader{border-bottom:1px solid var(--border);padding-bottom:0}.profile-module__7mhQmG__profileHeaderInner{padding-top:0;position:relative}.profile-module__7mhQmG__avatarRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-top:-52px;padding-top:0;padding-bottom:20px;display:flex}.profile-module__7mhQmG__avatarWrap{flex-shrink:0;position:relative}.profile-module__7mhQmG__avatar{border:3px solid var(--bg-base);object-fit:cover;background-color:var(--bg-card);border-radius:50%;width:104px;height:104px;display:block}.profile-module__7mhQmG__avatarFallback{border:3px solid var(--bg-base);background-color:var(--bg-card);width:104px;height:104px;color:var(--text-muted);letter-spacing:-1px;border-radius:50%;justify-content:center;align-items:center;font-size:36px;font-weight:300;display:flex}.profile-module__7mhQmG__subscriptionBadge{background-color:var(--bg-base);border:1px solid var(--border-light);font-size:10px;font-weight:600;font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;border-radius:99px;padding:3px 8px;position:absolute;bottom:4px;right:4px}.profile-module__7mhQmG__subscriptionBadge.profile-module__7mhQmG__demon{color:#c084fc;background-color:#c084fc14;border-color:#c084fc4d}.profile-module__7mhQmG__headerActions{align-items:center;gap:10px;display:flex}.profile-module__7mhQmG__btnFollow{font-family:var(--font-sans);color:var(--bg-base);background-color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;letter-spacing:-.1px;border:none;padding:9px 22px;font-size:14px;font-weight:500}.profile-module__7mhQmG__btnFollow:hover{background-color:var(--accent-dim)}.profile-module__7mhQmG__btnMessage{font-family:var(--font-sans);color:var(--text-secondary);border:1px solid var(--border-light);border-radius:var(--radius-sm);cursor:pointer;background-color:#0000;padding:9px 18px;font-size:14px;font-weight:400}.profile-module__7mhQmG__btnMessage:hover{color:var(--text-primary);border-color:var(--text-muted)}.profile-module__7mhQmG__btnShare{border:1px solid var(--border-light);border-radius:var(--radius-sm);width:38px;height:38px;color:var(--text-muted);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:flex}.profile-module__7mhQmG__btnShare:hover{color:var(--text-secondary);border-color:var(--text-muted)}.profile-module__7mhQmG__identity{padding:4px 0 24px}.profile-module__7mhQmG__nameRow{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:4px;display:flex}.profile-module__7mhQmG__displayName{color:var(--text-primary);letter-spacing:-.5px;font-size:26px;font-weight:600;line-height:1.2}.profile-module__7mhQmG__verifiedBadge{color:var(--text-muted);align-items:center;display:flex}.profile-module__7mhQmG__handle{color:var(--text-muted);font-size:14px;font-family:var(--font-mono);margin-bottom:12px}.profile-module__7mhQmG__occupationRow{align-items:center;gap:8px;margin-bottom:14px;display:flex}.profile-module__7mhQmG__occupationText{color:var(--text-secondary);font-size:14px}.profile-module__7mhQmG__occupationCompany{color:var(--text-muted);font-size:14px}.profile-module__7mhQmG__dot{background-color:var(--text-muted);border-radius:50%;flex-shrink:0;width:3px;height:3px}.profile-module__7mhQmG__bio{color:var(--text-secondary);white-space:pre-line;max-width:560px;margin-bottom:16px;font-size:15px;line-height:1.7}.profile-module__7mhQmG__metaRow{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.profile-module__7mhQmG__metaItem{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;display:flex}.profile-module__7mhQmG__metaItem a{color:var(--text-secondary);text-decoration:none}.profile-module__7mhQmG__metaItem a:hover{color:var(--text-primary)}.profile-module__7mhQmG__metaIcon{color:var(--text-muted);flex-shrink:0}.profile-module__7mhQmG__statsBar{border-top:1px solid var(--border);gap:28px;margin-top:0;padding:18px 0 0;display:flex}.profile-module__7mhQmG__stat{cursor:pointer;align-items:baseline;gap:5px;padding-bottom:16px;display:flex}.profile-module__7mhQmG__stat:hover .profile-module__7mhQmG__statNum{color:var(--text-primary)}.profile-module__7mhQmG__statNum{color:var(--text-secondary);letter-spacing:-.3px;font-size:16px;font-weight:600}.profile-module__7mhQmG__statLabel{color:var(--text-muted);font-size:13px}.profile-module__7mhQmG__layout{grid-template-columns:1fr 300px;align-items:start;gap:0;display:grid}.profile-module__7mhQmG__feed{border-right:1px solid var(--border);min-height:400px}.profile-module__7mhQmG__feedHeader{border-bottom:1px solid var(--border);align-items:center;gap:0;padding:0;display:flex}.profile-module__7mhQmG__feedTab{color:var(--text-muted);cursor:pointer;font-size:14px;font-weight:500;font-family:var(--font-sans);background:0 0;border:none;border-bottom:2px solid #0000;padding:16px 20px}.profile-module__7mhQmG__feedTab.profile-module__7mhQmG__active{color:var(--text-primary);border-bottom-color:var(--text-primary)}.profile-module__7mhQmG__feedTab:hover:not(.profile-module__7mhQmG__active){color:var(--text-secondary)}.profile-module__7mhQmG__emptyFeed{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:80px 24px;display:flex}.profile-module__7mhQmG__emptyFeed svg{color:var(--text-muted);opacity:.5}.profile-module__7mhQmG__emptyFeed p{color:var(--text-muted);font-size:14px}.profile-module__7mhQmG__postCard{border-bottom:1px solid var(--border);padding:24px}.profile-module__7mhQmG__postCard:hover{background-color:var(--bg-surface)}.profile-module__7mhQmG__postMeta{align-items:center;gap:10px;margin-bottom:12px;display:flex}.profile-module__7mhQmG__postAvatar{object-fit:cover;background-color:var(--bg-card);border-radius:50%;width:34px;height:34px}.profile-module__7mhQmG__postAuthor{color:var(--text-primary);font-size:14px;font-weight:500}.profile-module__7mhQmG__postTime{color:var(--text-muted);font-size:12px;font-family:var(--font-mono)}.profile-module__7mhQmG__postBody{color:var(--text-secondary);white-space:pre-line;font-size:15px;line-height:1.7}.profile-module__7mhQmG__postActions{gap:20px;margin-top:14px;display:flex}.profile-module__7mhQmG__postAction{color:var(--text-muted);cursor:pointer;font-size:13px;font-family:var(--font-sans);background:0 0;border:none;align-items:center;gap:5px;padding:0;display:flex}.profile-module__7mhQmG__postAction:hover{color:var(--text-secondary)}.profile-module__7mhQmG__sidebar{top:calc(var(--nav-height) + 24px);padding:24px 0 24px 28px;position:sticky}.profile-module__7mhQmG__sideCard{background-color:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:16px;padding:20px}.profile-module__7mhQmG__sideCard h3{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:600;font-family:var(--font-mono);margin-bottom:16px}.profile-module__7mhQmG__sideRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 0;display:flex}.profile-module__7mhQmG__sideRow:last-child{border-bottom:none}.profile-module__7mhQmG__sideRowLabel{color:var(--text-muted);font-size:13px}.profile-module__7mhQmG__sideRowValue{color:var(--text-secondary);font-size:13px;font-family:var(--font-mono)}.profile-module__7mhQmG__websiteLink{color:var(--text-secondary);font-size:13px;font-family:var(--font-mono);align-items:center;gap:6px;text-decoration:none;display:flex}.profile-module__7mhQmG__websiteLink:hover{color:var(--text-primary)}@media (max-width:860px){.profile-module__7mhQmG__layout{grid-template-columns:1fr}.profile-module__7mhQmG__sidebar{display:none}.profile-module__7mhQmG__feed{border-right:none}.profile-module__7mhQmG__statsBar{gap:20px}}@media (max-width:560px){.profile-module__7mhQmG__cover{height:140px}.profile-module__7mhQmG__avatarRow{margin-top:-40px}.profile-module__7mhQmG__avatar,.profile-module__7mhQmG__avatarFallback{width:80px;height:80px}.profile-module__7mhQmG__displayName{font-size:22px}.profile-module__7mhQmG__headerActions{gap:8px}.profile-module__7mhQmG__btnFollow{padding:8px 16px;font-size:13px}.profile-module__7mhQmG__btnMessage{display:none}}
