.dashboard-module__XABe8G__dashboard{background:var(--bg);min-height:100vh;margin:0;padding:0}.dashboard-module__XABe8G__loadingContainer{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.dashboard-module__XABe8G__loader{border:5px solid #00bf631a;border-top:5px solid var(--success);border-radius:50%;width:60px;height:60px;animation:.8s linear infinite dashboard-module__XABe8G__spin;box-shadow:0 4px 12px #00bf6333}@keyframes dashboard-module__XABe8G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-module__XABe8G__authRequired{color:#333;text-align:center;background:#f9f9f9;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.dashboard-module__XABe8G__authIcon{color:var(--success);margin-bottom:20px;font-size:5rem;animation:3s ease-in-out infinite dashboard-module__XABe8G__float}@keyframes dashboard-module__XABe8G__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.dashboard-module__XABe8G__header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#fffffff2;border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;padding:15px 20px;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.dashboard-module__XABe8G__searchBar{width:100%;max-width:500px;position:relative}.dashboard-module__XABe8G__searchIcon{color:#999;font-size:1.1rem;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.dashboard-module__XABe8G__searchBar input{background:#f0f2f5;border:none;border-radius:25px;width:100%;padding:12px 15px 12px 45px;font-size:.95rem;transition:all .3s}.dashboard-module__XABe8G__searchBar input:focus{background:#fff;outline:none;box-shadow:0 0 0 2px #00bf6333}.dashboard-module__XABe8G__headerActions{gap:10px;display:flex}.dashboard-module__XABe8G__iconButton{background:var(--bgSoft);cursor:pointer;width:48px;height:48px;color:var(--text);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex;position:relative;box-shadow:0 2px 8px #0000000f}.dashboard-module__XABe8G__iconButton:hover{color:var(--success);background:#00bf631a;transform:scale(1.1);box-shadow:0 4px 12px #00bf6326}.dashboard-module__XABe8G__badge{color:#fff;background:#ff4757;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.dashboard-module__XABe8G__mainLayout{grid-template-columns:280px minmax(0,1fr) 320px;align-items:start;gap:28px;max-width:1340px;margin:0 auto;padding:28px 24px;display:grid}.dashboard-module__XABe8G__leftSidebar{align-self:start;position:sticky;top:20px}.dashboard-module__XABe8G__profileCard{background:var(--bgCard);box-shadow:none;border:1px solid var(--border);border-radius:14px;margin-bottom:12px;overflow:hidden}.dashboard-module__XABe8G__profileCover{background:linear-gradient(135deg,#00a857 0%,#00bf63 100%);height:64px}.dashboard-module__XABe8G__profileInfo{text-align:center;padding:0 16px 16px}.dashboard-module__XABe8G__profileAvatar{border:3px solid var(--bgCard);object-fit:cover;border-radius:50%;width:72px;height:72px;margin-top:-36px;box-shadow:0 2px 8px #0000001f}.dashboard-module__XABe8G__profileInfo h3{color:var(--text);margin-top:10px;font-size:1.05rem;font-weight:700}.dashboard-module__XABe8G__userBio{color:var(--textSoft);margin-top:6px;font-size:.9rem;line-height:1.4}.dashboard-module__XABe8G__profileActions{align-items:center;gap:10px;width:100%;margin-top:15px;padding:0;display:flex;position:relative}.dashboard-module__XABe8G__profileActions .dashboard-module__XABe8G__searchBar{flex:1;position:relative}.dashboard-module__XABe8G__profileActions .dashboard-module__XABe8G__searchBar input{background:#f0f2f5;border:none;border-radius:20px;width:100%;padding:10px 12px 10px 38px;font-size:.85rem;transition:all .3s}.dashboard-module__XABe8G__profileActions .dashboard-module__XABe8G__searchBar input:focus{background:#fff;outline:none;box-shadow:0 0 0 2px #00bf6333}.dashboard-module__XABe8G__profileActions .dashboard-module__XABe8G__searchIcon{color:#999;font-size:.95rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.dashboard-module__XABe8G__profileActions .dashboard-module__XABe8G__iconButton{cursor:pointer;color:#333;background:#f0f2f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;transition:all .3s;display:flex;position:relative}.dashboard-module__XABe8G__profileActions .dashboard-module__XABe8G__iconButton:hover{background:#e4e6eb;transform:scale(1.05)}.dashboard-module__XABe8G__profileStats{border-top:1px solid var(--border);justify-content:space-around;margin-top:16px;padding-top:16px;display:flex}.dashboard-module__XABe8G__stat{cursor:pointer;border-radius:12px;flex-direction:column;align-items:center;padding:8px;transition:all .3s;display:flex}.dashboard-module__XABe8G__stat:hover{background:#00bf630f}.dashboard-module__XABe8G__stat strong{color:var(--success);font-size:1.2rem;font-weight:800}.dashboard-module__XABe8G__stat span{color:var(--textSoft);margin-top:6px;font-size:.8rem;font-weight:500}.dashboard-module__XABe8G__quickLinks{background:var(--bgCard);border:1px solid var(--border);border-radius:12px;margin-bottom:12px;padding:16px}.dashboard-module__XABe8G__quickLinks h4{color:var(--textMuted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:.7rem;font-weight:700}.dashboard-module__XABe8G__quickLink{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:10px;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.dashboard-module__XABe8G__quickLink:hover{background:var(--bg)}.dashboard-module__XABe8G__quickLink svg{color:var(--textMuted);font-size:1rem}.dashboard-module__XABe8G__centerFeed{flex-direction:column;align-self:start;gap:12px;width:100%;max-width:640px;margin:0 auto;display:flex}.dashboard-module__XABe8G__storiesContainer{background:var(--bgCard);border:1px solid var(--border);border-radius:20px;margin-bottom:16px;padding:18px;transition:all .3s;box-shadow:0 4px 20px #0000000f}.dashboard-module__XABe8G__storiesContainer:hover{box-shadow:0 6px 30px #00bf631f}.dashboard-module__XABe8G__storiesScroll{scrollbar-width:none;-ms-overflow-style:none;gap:15px;display:flex;overflow-x:auto}.dashboard-module__XABe8G__storiesScroll::-webkit-scrollbar{display:none}.dashboard-module__XABe8G__storyItem{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;display:flex}.dashboard-module__XABe8G__storyRing{background:#e4e6eb;border-radius:50%;padding:3px;position:relative}.dashboard-module__XABe8G__hasStory{background:var(--gradient-success)}.dashboard-module__XABe8G__storyImage{object-fit:cover;border:3px solid #fff;border-radius:50%;width:60px;height:60px}.dashboard-module__XABe8G__addStory{background:var(--success);color:#fff;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:1.2rem;font-weight:700;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 8px #00bf634d}.dashboard-module__XABe8G__storyItem span{color:#666;text-overflow:ellipsis;white-space:nowrap;max-width:70px;font-size:.75rem;overflow:hidden}.dashboard-module__XABe8G__createPostCard{background:var(--bgCard);border:1px solid var(--border);border-radius:12px;padding:18px 20px 14px;box-shadow:0 1px 4px #0000000a}.dashboard-module__XABe8G__createPostTop{align-items:center;gap:12px;margin-bottom:12px;display:flex}.dashboard-module__XABe8G__postAvatar{object-fit:cover;border-radius:50%;flex-shrink:0}.dashboard-module__XABe8G__postInputWrapper{flex:1}.dashboard-module__XABe8G__postInput{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:999px;padding:10px 16px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.dashboard-module__XABe8G__postInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #00bf631a}.dashboard-module__XABe8G__createPostActions{border-top:1px solid var(--border);align-items:center;gap:2px;padding-top:10px;display:flex}.dashboard-module__XABe8G__mediaButton{color:var(--textMuted);cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:7px;padding:7px 12px;font-size:.8rem;font-weight:600;transition:background .15s,color .15s;display:flex}.dashboard-module__XABe8G__mediaButton:hover{color:var(--primary);background:#00bf6314}.dashboard-module__XABe8G__mediaButton svg{color:var(--primary);font-size:1.1rem}.dashboard-module__XABe8G__postButton{background:var(--primary);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:999px;margin-left:auto;padding:8px 22px;font-size:.9rem;font-weight:700;transition:background .15s,opacity .15s}.dashboard-module__XABe8G__postButton:hover{background:var(--primaryDark)}.dashboard-module__XABe8G__postButton:disabled{opacity:.45;cursor:not-allowed}.dashboard-module__XABe8G__feedTabs{border-bottom:1px solid var(--border);background:0 0;gap:2px;padding:0;display:flex}.dashboard-module__XABe8G__tab{color:var(--textMuted);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:7px;padding:10px 14px 12px;font-size:.86rem;font-weight:600;transition:color .15s;display:flex;position:relative}.dashboard-module__XABe8G__tab:hover{color:var(--text)}.dashboard-module__XABe8G__activeTab{color:var(--text);font-weight:700}.dashboard-module__XABe8G__activeTab:after{content:"";background:var(--primary);border-radius:999px;height:3px;position:absolute;bottom:-1px;left:14px;right:14px}.dashboard-module__XABe8G__postsContainer{flex-direction:column;gap:14px;display:flex}@keyframes dashboard-module__XABe8G__postIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__XABe8G__postCard{background:var(--bgCard);border:1px solid var(--border);border-radius:12px;padding:16px 20px 6px;transition:box-shadow .18s;animation:.3s both dashboard-module__XABe8G__postIn;position:relative;box-shadow:0 1px 3px #0000000d}.dashboard-module__XABe8G__postCard:hover{box-shadow:0 2px 10px #00000014}.dashboard-module__XABe8G__postHeader{align-items:center;gap:10px;margin-bottom:8px;display:flex}.dashboard-module__XABe8G__postAvatarWrapper{flex-shrink:0;position:relative}.dashboard-module__XABe8G__postAvatarRing{background:var(--gradient-primary);border-radius:50%;padding:2px;display:inline-flex}.dashboard-module__XABe8G__postAvatarRing img{border:2px solid var(--bgCard);border-radius:50%}.dashboard-module__XABe8G__followingTag{color:var(--primary);letter-spacing:.01em;background:#00bf631a;border:1px solid #00bf6340;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:.7rem;font-weight:600;line-height:1.4;display:inline-flex}.dashboard-module__XABe8G__postInfo{flex:1}.dashboard-module__XABe8G__authorLink{color:inherit;text-decoration:none;transition:color .2s}.dashboard-module__XABe8G__authorLink:hover h4{color:#00bf63}.dashboard-module__XABe8G__postInfo h4{color:var(--text);cursor:pointer;font-size:.92rem;font-weight:700;line-height:1.35}.dashboard-module__XABe8G__postMeta{color:var(--textMuted);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.78rem;font-weight:400;overflow:hidden}.dashboard-module__XABe8G__followBtn{background:var(--text);color:var(--bgCard);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;flex-shrink:0;padding:4px 13px;font-size:.74rem;font-weight:700;transition:opacity .15s}.dashboard-module__XABe8G__followBtn:hover{opacity:.85}.dashboard-module__XABe8G__postMenuWrap{flex-shrink:0;position:relative}.dashboard-module__XABe8G__postMenuBtn{width:32px;height:32px;color:var(--textMuted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.dashboard-module__XABe8G__postMenuBtn:hover{background:var(--bg);color:var(--text)}.dashboard-module__XABe8G__postMenu{background:var(--bgCard);border:1px solid var(--border);z-index:30;border-radius:10px;min-width:160px;padding:6px;position:absolute;top:36px;right:0;box-shadow:0 8px 24px #00000024}.dashboard-module__XABe8G__postMenu button{color:#d93025;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:9px;width:100%;padding:9px 11px;font-size:.84rem;font-weight:600;transition:background .15s;display:flex}.dashboard-module__XABe8G__postMenu button:hover{background:#d9302514}.dashboard-module__XABe8G__postAvatar{cursor:pointer;transition:opacity .2s}.dashboard-module__XABe8G__postAvatar:hover{opacity:.8}.dashboard-module__XABe8G__moreButton{color:#666;cursor:pointer;background:0 0;border:none;border-radius:50%;width:35px;height:35px;font-size:1.5rem;transition:all .3s}.dashboard-module__XABe8G__moreButton:hover{background:#f0f2f5}.dashboard-module__XABe8G__postContent{margin-bottom:6px}.dashboard-module__XABe8G__postContent p{color:var(--text);font-size:.92rem;line-height:1.55}.dashboard-module__XABe8G__postMediaFull{background:var(--bg);margin:6px -20px 2px}.dashboard-module__XABe8G__postMediaFull img,.dashboard-module__XABe8G__postMediaFull video{object-fit:cover;width:100%;max-height:540px;display:block}.dashboard-module__XABe8G__postMediaFull video{background:#000}.dashboard-module__XABe8G__actionCount{opacity:.75;font-size:.76rem;font-weight:800}.dashboard-module__XABe8G__actionButton.dashboard-module__XABe8G__savedActive,.dashboard-module__XABe8G__actionButton.dashboard-module__XABe8G__savedActive svg{color:var(--primary)}.dashboard-module__XABe8G__postImage{border-radius:12px;margin-top:15px;overflow:hidden}.dashboard-module__XABe8G__imagePlaceholder{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);justify-content:center;align-items:center;height:250px;font-size:1.5rem;font-weight:700;display:flex}.dashboard-module__XABe8G__postActions{justify-content:space-between;align-items:center;margin-top:2px;padding:2px 0 4px;display:flex}.dashboard-module__XABe8G__actionButton{color:var(--textMuted);cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:6px;padding:8px 11px;font-size:.78rem;font-weight:600;transition:background .15s,color .15s;display:flex}.dashboard-module__XABe8G__actionButton:hover{color:var(--primary);background:#00bf6314}.dashboard-module__XABe8G__actionButton svg{font-size:.95rem}.dashboard-module__XABe8G__rightSidebar{align-self:start;position:sticky;top:20px}.dashboard-module__XABe8G__trendingCard{background:var(--bgCard);border:1px solid var(--border);border-radius:14px;margin-bottom:12px;padding:16px}.dashboard-module__XABe8G__trendingCard h4{color:var(--textMuted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:.7rem;font-weight:700}.dashboard-module__XABe8G__trendItem{cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:4px;padding:14px 12px;transition:all .3s;display:flex}.dashboard-module__XABe8G__trendItem:hover{background:#00bf630f;padding-left:16px;transform:translate(4px)}.dashboard-module__XABe8G__trendTopic{color:var(--success);font-size:.95rem;font-weight:700;transition:color .3s}.dashboard-module__XABe8G__trendItem:hover .dashboard-module__XABe8G__trendTopic{color:var(--successHover)}.dashboard-module__XABe8G__trendCount{color:#999;font-size:.85rem}.dashboard-module__XABe8G__suggestionsCard{background:var(--bgCard);border:1px solid var(--border);border-radius:14px;padding:16px}.dashboard-module__XABe8G__suggestionsCard h4{color:var(--textMuted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:.7rem;font-weight:700}.dashboard-module__XABe8G__suggestionItem{align-items:center;gap:12px;padding:12px 0;display:flex}.dashboard-module__XABe8G__suggestionItem>a{flex-shrink:0}.dashboard-module__XABe8G__suggestionAvatar{cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;flex-shrink:0;width:45px;height:45px;transition:opacity .2s}.dashboard-module__XABe8G__suggestionAvatar:hover{opacity:.8}.dashboard-module__XABe8G__suggestionInfo{flex:1;min-width:0;overflow:hidden}.dashboard-module__XABe8G__suggestionNameLink{color:inherit;text-decoration:none;transition:color .2s}.dashboard-module__XABe8G__suggestionNameLink:hover h5{color:#00bf63}.dashboard-module__XABe8G__suggestionInfo h5{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:.88rem;font-weight:700;overflow:hidden}.dashboard-module__XABe8G__suggestionInfo p{color:var(--textSoft);text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:.78rem;overflow:hidden}.dashboard-module__XABe8G__suggestionInfo span{color:var(--textMuted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.dashboard-module__XABe8G__followButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;padding:6px 16px;font-size:.8rem;font-weight:700;transition:background .15s}.dashboard-module__XABe8G__followButton:hover{background:var(--primaryDark)}.dashboard-module__XABe8G__followingButton{background:var(--bgSoft);color:var(--textSoft);border:1px solid var(--border);box-shadow:none}.dashboard-module__XABe8G__followingButton:hover{background:var(--border);color:var(--text);box-shadow:0 2px 8px #00000014}.dashboard-module__XABe8G__recentlyViewedCard{background:var(--bgCard);border:1px solid var(--border);border-radius:20px;margin-bottom:16px;padding:18px;transition:all .3s;box-shadow:0 4px 20px #0000000f}.dashboard-module__XABe8G__recentlyViewedCard:hover{box-shadow:0 6px 30px #00bf631f}.dashboard-module__XABe8G__cardHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dashboard-module__XABe8G__cardHeader h3{color:var(--text);align-items:center;gap:12px;font-size:1.25rem;font-weight:700;display:flex}.dashboard-module__XABe8G__cardHeader h3 svg{color:var(--success)}.dashboard-module__XABe8G__viewAll{color:var(--success);align-items:center;gap:6px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.dashboard-module__XABe8G__viewAll:hover{color:var(--successHover);gap:10px;transform:translate(2px)}.dashboard-module__XABe8G__recentlyViewedGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px;display:grid}.dashboard-module__XABe8G__viewedItem{background:var(--bgSoft);border:1px solid var(--border);border-radius:16px;padding:16px;text-decoration:none;transition:all .3s}.dashboard-module__XABe8G__viewedItem:hover{border-color:var(--success);transform:translateY(-6px);box-shadow:0 10px 24px #00bf6326}.dashboard-module__XABe8G__viewedImage{aspect-ratio:16/9;background:linear-gradient(135deg,#00bf63 0%,#00d46e 100%);border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:12px;display:flex}.dashboard-module__XABe8G__storePlaceholder{color:#fff;font-size:2.5rem}.dashboard-module__XABe8G__viewedInfo h4{color:#1a1a1a;margin-bottom:5px;font-size:1rem;font-weight:700}.dashboard-module__XABe8G__viewedCategory{color:#666;margin-bottom:10px;font-size:.85rem}.dashboard-module__XABe8G__viewedMeta{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.dashboard-module__XABe8G__viewedPrice{color:var(--success);font-size:.9rem;font-weight:700}.dashboard-module__XABe8G__viewedViews{color:#999;align-items:center;gap:5px;display:flex}.dashboard-module__XABe8G__emptyState{text-align:center;color:var(--textMuted);background:var(--bgCard);border:1px solid var(--border);border-radius:12px;padding:56px 20px}.dashboard-module__XABe8G__emptyState svg{opacity:.35}.dashboard-module__XABe8G__emptyState p{max-width:320px;margin-top:14px;margin-left:auto;margin-right:auto;font-size:.9rem;line-height:1.5}.dashboard-module__XABe8G__emptyText{text-align:center;color:#999;padding:20px 10px;font-size:.9rem}.dashboard-module__XABe8G__actionButton.dashboard-module__XABe8G__liked{color:#00bf63}.dashboard-module__XABe8G__suggestionAvatar{object-fit:cover;border-radius:50%}@media (max-width:1200px){.dashboard-module__XABe8G__mainLayout{grid-template-columns:minmax(0,1fr) 300px;gap:24px}.dashboard-module__XABe8G__leftSidebar{display:none}.dashboard-module__XABe8G__centerFeed{max-width:100%}}@media (max-width:980px){.dashboard-module__XABe8G__mainLayout{grid-template-columns:1fr}.dashboard-module__XABe8G__rightSidebar{display:none}}@media (max-width:768px){.dashboard-module__XABe8G__header{padding:10px 15px}.dashboard-module__XABe8G__searchBar{max-width:none}.dashboard-module__XABe8G__mainLayout{padding:10px}.dashboard-module__XABe8G__createPostCard,.dashboard-module__XABe8G__postCard,.dashboard-module__XABe8G__storiesContainer,.dashboard-module__XABe8G__feedTabs{border-radius:12px}}.dashboard-module__XABe8G__analyticsCard{background:var(--bgCard);border:1px solid var(--border);border-radius:14px;margin-top:12px;padding:16px}.dashboard-module__XABe8G__analyticsCard h4{color:var(--textMuted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:.7rem;font-weight:700}.dashboard-module__XABe8G__analyticItem{border-bottom:1px solid #f0f0f0;align-items:center;gap:15px;padding:12px 0;display:flex}.dashboard-module__XABe8G__analyticItem:last-child{border-bottom:none}.dashboard-module__XABe8G__analyticIcon{color:var(--success);font-size:1.6rem}.dashboard-module__XABe8G__analyticItem div{flex-direction:column;gap:3px;display:flex}.dashboard-module__XABe8G__analyticItem strong{color:#1a1a1a;font-size:1.1rem}.dashboard-module__XABe8G__analyticItem span{color:#666;font-size:.85rem}.dashboard-module__XABe8G__deleteButton{color:#f44;cursor:pointer;background:0 0;border:none;border-radius:8px;margin-left:auto;padding:8px;transition:all .3s}.dashboard-module__XABe8G__deleteButton:hover{background:#ff44441a;transform:scale(1.1)}.dashboard-module__XABe8G__quickStatsCard{background:var(--gradient-success);color:#fff;border:1px solid #ffffff1a;border-radius:20px;margin-top:16px;padding:20px;transition:all .3s;box-shadow:0 6px 24px #00bf6359}.dashboard-module__XABe8G__quickStatsCard:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00bf6373}.dashboard-module__XABe8G__quickStatsCard h4{color:#fff;text-shadow:0 2px 4px #0000001a;margin-bottom:16px;font-size:1.2rem;font-weight:700}.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.dashboard-module__XABe8G__statsItem{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff26;border-radius:16px;padding:20px 12px;transition:all .3s}.dashboard-module__XABe8G__statsItem:hover{background:#ffffff40;transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.dashboard-module__XABe8G__statsValue{color:#fff;text-shadow:0 2px 4px #0000001a;margin-bottom:6px;font-size:2rem;font-weight:800}.dashboard-module__XABe8G__statsLabel{color:#fffffff2;font-size:.85rem;font-weight:500}.dashboard-module__XABe8G__commentsSection{border-top:1px solid #eee;margin-top:15px;padding-top:15px}.dashboard-module__XABe8G__commentInputContainer{align-items:center;gap:10px;margin-bottom:15px;display:flex;position:relative}.dashboard-module__XABe8G__commentAvatar{object-fit:cover;border-radius:50%;flex-shrink:0}.dashboard-module__XABe8G__commentInput{background:var(--bgSoft);color:var(--text);border:none;border-radius:24px;flex:1;padding:12px 18px;font-size:.9rem;transition:all .3s}.dashboard-module__XABe8G__commentInput:focus{background:var(--bg);outline:none;box-shadow:0 0 0 3px #00bf631f}.dashboard-module__XABe8G__sendCommentButton{background:var(--gradient-success);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.95rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #00bf634d}.dashboard-module__XABe8G__sendCommentButton:hover:not(:disabled){transform:scale(1.15);box-shadow:0 4px 12px #00bf6366}.dashboard-module__XABe8G__sendCommentButton:active:not(:disabled){transform:scale(1.05)}.dashboard-module__XABe8G__sendCommentButton:disabled{background:var(--bgSoft);color:var(--textMuted);cursor:not-allowed;opacity:.5;box-shadow:none}.dashboard-module__XABe8G__commentsList{flex-direction:column;gap:12px;display:flex}.dashboard-module__XABe8G__commentItem{align-items:flex-start;gap:10px;display:flex}.dashboard-module__XABe8G__commentContent{flex:1;align-items:flex-start;gap:8px;display:flex}.dashboard-module__XABe8G__commentBubble{background:#f0f2f5;border-radius:18px;flex:1;padding:10px 15px}.dashboard-module__XABe8G__commentBubble strong{color:#1a1a1a;margin-bottom:4px;font-size:.85rem;display:block}.dashboard-module__XABe8G__commentBubble p{color:#333;margin:0;font-size:.9rem;line-height:1.4}.dashboard-module__XABe8G__deleteCommentButton{color:#f44;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;padding:6px;font-size:.8rem;transition:all .3s}.dashboard-module__XABe8G__deleteCommentButton:hover{opacity:1;background:#ff44441a}.dashboard-module__XABe8G__loadingText{text-align:center;color:#999;padding:15px 0;font-size:.9rem}.dashboard-module__XABe8G__emptyCommentsText{text-align:center;color:#999;padding:15px 10px;font-size:.9rem}.dashboard-module__XABe8G__caughtUp{text-align:center;background:var(--bgCard);border:1px solid var(--border);border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:32px 20px;display:flex}.dashboard-module__XABe8G__caughtUpIcon{width:40px;height:40px;color:var(--primary);background:#00bf631f;border:1.5px solid #00bf634d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;font-size:1.1rem;display:flex}.dashboard-module__XABe8G__caughtUpText{color:var(--text);margin:0;font-size:.95rem;font-weight:700}.dashboard-module__XABe8G__caughtUpSub{color:var(--textMuted);margin:0;font-size:.82rem}.dashboard-module__XABe8G__caughtUpRefresh{color:var(--textSoft);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;margin-top:8px;padding:8px 22px;font-size:.82rem;font-weight:600;transition:color .15s,border-color .15s}.dashboard-module__XABe8G__caughtUpRefresh:hover{color:var(--primary);border-color:#00bf6373}.dashboard-module__XABe8G__loadMoreContainer{text-align:center;margin-top:16px;padding:16px}.dashboard-module__XABe8G__loadMoreButton{background:var(--bgCard);width:100%;color:var(--textSoft);border:1px solid var(--border);cursor:pointer;border-radius:12px;padding:11px 36px;font-size:.86rem;font-weight:600;transition:color .15s,border-color .15s}.dashboard-module__XABe8G__loadMoreButton:hover{color:var(--primary);border-color:#00bf6373}.dashboard-module__XABe8G__loadMoreButton:disabled{background:var(--bgSoft);color:var(--textMuted);cursor:not-allowed;box-shadow:none;opacity:.6;transform:none}.dashboard-module__XABe8G__notificationsPanel{background:var(--bgCard);z-index:1000;border:1px solid var(--border);border-radius:20px;width:380px;max-height:550px;margin-top:12px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 8px 32px #00000026}.dashboard-module__XABe8G__notificationsPanel h4{border-bottom:1px solid var(--border);color:#fff;background:var(--gradient-success);text-shadow:0 2px 4px #0000001a;margin:0;padding:20px 24px;font-size:1.1rem;font-weight:700}.dashboard-module__XABe8G__notificationsList{max-height:450px;overflow-y:auto}.dashboard-module__XABe8G__notificationItem{border-bottom:1px solid var(--border);cursor:pointer;align-items:flex-start;gap:14px;padding:16px 24px;transition:all .3s;display:flex}.dashboard-module__XABe8G__notificationItem:hover{background:#00bf630d;transform:translate(4px)}.dashboard-module__XABe8G__notificationItem.dashboard-module__XABe8G__unread{border-left:4px solid var(--success);background:#00bf6314}.dashboard-module__XABe8G__notificationAvatar{object-fit:cover;border-radius:50%;flex-shrink:0}.dashboard-module__XABe8G__notificationContent{flex:1}.dashboard-module__XABe8G__notificationContent p{color:#333;margin:0;font-size:.9rem;line-height:1.4}.dashboard-module__XABe8G__notificationTime{color:#999;margin-top:4px;font-size:.75rem;display:block}.dashboard-module__XABe8G__emptyNotifications{text-align:center;color:#999;padding:40px 20px;font-size:.9rem}.dashboard-module__XABe8G__authorRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dashboard-module__XABe8G__authorRow .dashboard-module__XABe8G__authorLink{margin-right:0}[data-theme=dark] .dashboard-module__XABe8G__dashboard,[data-theme=dark] .dashboard-module__XABe8G__loadingContainer{background:var(--bg)}[data-theme=dark] .dashboard-module__XABe8G__authRequired{background:var(--bg);color:var(--text)}[data-theme=dark] .dashboard-module__XABe8G__header{border-bottom:1px solid var(--border);background:#2d3748f2;box-shadow:0 2px 10px #0000004d}[data-theme=dark] .dashboard-module__XABe8G__searchBar input{background:var(--bgSoft);color:var(--text)}[data-theme=dark] .dashboard-module__XABe8G__searchBar input:focus{background:var(--bgCard);box-shadow:0 0 0 2px #00d46a4d}[data-theme=dark] .dashboard-module__XABe8G__searchIcon{color:var(--textMuted)}[data-theme=dark] .dashboard-module__XABe8G__iconButton{background:var(--bgSoft);color:var(--text)}[data-theme=dark] .dashboard-module__XABe8G__iconButton:hover{background:var(--border)}[data-theme=dark] .dashboard-module__XABe8G__profileCard,[data-theme=dark] .dashboard-module__XABe8G__quickLinks,[data-theme=dark] .dashboard-module__XABe8G__storiesContainer,[data-theme=dark] .dashboard-module__XABe8G__createPostCard,[data-theme=dark] .dashboard-module__XABe8G__postCard,[data-theme=dark] .dashboard-module__XABe8G__trendingCard,[data-theme=dark] .dashboard-module__XABe8G__suggestionsCard,[data-theme=dark] .dashboard-module__XABe8G__recentlyViewedCard,[data-theme=dark] .dashboard-module__XABe8G__analyticsCard{background:var(--bgCard);box-shadow:none}[data-theme=dark] .dashboard-module__XABe8G__feedTabs{background:0 0}[data-theme=dark] .dashboard-module__XABe8G__tab{background:var(--bgCard);border-color:var(--border);color:var(--textSoft)}[data-theme=dark] .dashboard-module__XABe8G__activeTab{background:var(--primary);color:#fff;border-color:#0000}[data-theme=dark] .dashboard-module__XABe8G__postCard{box-shadow:none;border-color:var(--border)}[data-theme=dark] .dashboard-module__XABe8G__postCard:hover{border-color:#00bf634d;box-shadow:0 4px 20px #00000040}[data-theme=dark] .dashboard-module__XABe8G__profileInfo h3,[data-theme=dark] .dashboard-module__XABe8G__postInfo h4,[data-theme=dark] .dashboard-module__XABe8G__quickLinks h4,[data-theme=dark] .dashboard-module__XABe8G__trendingCard h4,[data-theme=dark] .dashboard-module__XABe8G__suggestionsCard h4,[data-theme=dark] .dashboard-module__XABe8G__cardHeader h3,[data-theme=dark] .dashboard-module__XABe8G__analyticsCard h4,[data-theme=dark] .dashboard-module__XABe8G__viewedInfo h4{color:var(--text)}[data-theme=dark] .dashboard-module__XABe8G__userBio,[data-theme=dark] .dashboard-module__XABe8G__postInfo p,[data-theme=dark] .dashboard-module__XABe8G__stat span,[data-theme=dark] .dashboard-module__XABe8G__suggestionInfo p,[data-theme=dark] .dashboard-module__XABe8G__viewedCategory{color:var(--textSoft)}[data-theme=dark] .dashboard-module__XABe8G__stat strong,[data-theme=dark] .dashboard-module__XABe8G__analyticItem strong{color:var(--text)}[data-theme=dark] .dashboard-module__XABe8G__profileStats{border-top:1px solid var(--border)}[data-theme=dark] .dashboard-module__XABe8G__quickLink{color:var(--text)}[data-theme=dark] .dashboard-module__XABe8G__quickLink:hover{background:var(--bgSoft)}[data-theme=dark] .dashboard-module__XABe8G__postInput,[data-theme=dark] .dashboard-module__XABe8G__commentInput{background:var(--bgSoft);color:var(--text)}[data-theme=dark] .dashboard-module__XABe8G__postInput:focus,[data-theme=dark] .dashboard-module__XABe8G__commentInput:focus{background:var(--border)}[data-theme=dark] .dashboard-module__XABe8G__createPostActions,[data-theme=dark] .dashboard-module__XABe8G__postActions{border-top:1px solid var(--border)}[data-theme=dark] .dashboard-module__XABe8G__mediaButton{color:var(--textSoft)}[data-theme=dark] .dashboard-module__XABe8G__mediaButton:hover{background:var(--bgSoft)}[data-theme=dark] .dashboard-module__XABe8G__tab{color:var(--textSoft)}[data-theme=dark] .dashboard-module__XABe8G__tab:hover{background:var(--bgSoft)}[data-theme=dark] .dashboard-module__XABe8G__postContent p{color:var(--text)}[data-theme=dark] .dashboard-module__XABe8G__actionButton{color:var(--textSoft)}[data-theme=dark] .dashboard-module__XABe8G__actionButton:hover{background:var(--bgSoft);color:var(--success)}[data-theme=dark] .dashboard-module__XABe8G__moreButton{color:var(--textSoft)}[data-theme=dark] .dashboard-module__XABe8G__moreButton:hover,[data-theme=dark] .dashboard-module__XABe8G__trendItem:hover{background:var(--bgSoft)}[data-theme=dark] .dashboard-module__XABe8G__trendCount,[data-theme=dark] .dashboard-module__XABe8G__suggestionInfo span,[data-theme=dark] .dashboard-module__XABe8G__viewedViews{color:var(--textMuted)}[data-theme=dark] .dashboard-module__XABe8G__followingButton{background:var(--bgSoft);color:var(--textSoft)}[data-theme=dark] .dashboard-module__XABe8G__followingButton:hover{background:var(--border);color:var(--text)}[data-theme=dark] .dashboard-module__XABe8G__viewedItem{background:var(--bgSoft);border:1px solid var(--border)}[data-theme=dark] .dashboard-module__XABe8G__viewedItem:hover{border-color:var(--success);box-shadow:0 8px 20px #00000080}[data-theme=dark] .dashboard-module__XABe8G__emptyState,[data-theme=dark] .dashboard-module__XABe8G__emptyText,[data-theme=dark] .dashboard-module__XABe8G__emptyCommentsText,[data-theme=dark] .dashboard-module__XABe8G__loadingText{color:var(--textMuted)}[data-theme=dark] .dashboard-module__XABe8G__commentBubble{background:var(--bgSoft)}[data-theme=dark] .dashboard-module__XABe8G__commentBubble strong{color:var(--text)}[data-theme=dark] .dashboard-module__XABe8G__commentBubble p{color:var(--textSoft)}[data-theme=dark] .dashboard-module__XABe8G__commentsSection{border-top:1px solid var(--border)}[data-theme=dark] .dashboard-module__XABe8G__notificationsPanel{background:var(--bgCard);box-shadow:0 4px 20px #0009}[data-theme=dark] .dashboard-module__XABe8G__notificationsPanel h4{border-bottom:1px solid var(--border);color:var(--text)}[data-theme=dark] .dashboard-module__XABe8G__notificationItem{border-bottom:1px solid var(--borderSoft)}[data-theme=dark] .dashboard-module__XABe8G__notificationItem:hover{background:var(--bgSoft)}[data-theme=dark] .dashboard-module__XABe8G__notificationItem.dashboard-module__XABe8G__unread{background:#00d46a1a}[data-theme=dark] .dashboard-module__XABe8G__notificationContent p{color:var(--textSoft)}[data-theme=dark] .dashboard-module__XABe8G__notificationTime,[data-theme=dark] .dashboard-module__XABe8G__emptyNotifications{color:var(--textMuted)}[data-theme=dark] .dashboard-module__XABe8G__analyticItem{border-bottom:1px solid var(--borderSoft)}[data-theme=dark] .dashboard-module__XABe8G__analyticItem span{color:var(--textSoft)}.dashboard-module__XABe8G__postInputWrapper{flex-direction:column;flex:1;gap:8px;display:flex}.dashboard-module__XABe8G__selectedFeeling{color:var(--success);background:#00bf631f;border:1px solid #00bf6359;border-radius:24px;align-self:flex-start;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #00bf6326}.dashboard-module__XABe8G__removeButton{color:#00bf63;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:1.2rem;transition:all .2s;display:flex}.dashboard-module__XABe8G__removeButton:hover{color:#00a055;transform:scale(1.1)}.dashboard-module__XABe8G__mediaPreview{background:var(--bgSoft);border:1px solid var(--border);border-radius:16px;margin:16px 0;padding:20px}.dashboard-module__XABe8G__previewContainer{flex-direction:column;gap:10px;display:flex;position:relative}.dashboard-module__XABe8G__previewImage{object-fit:cover;border-radius:12px;width:100%;height:auto;max-height:400px}.dashboard-module__XABe8G__previewVideo{border-radius:12px;width:100%;max-height:400px}.dashboard-module__XABe8G__removeMediaButton{color:#fff;cursor:pointer;background:#ff6b6b;border:none;border-radius:12px;align-self:flex-start;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 2px 8px #ff6b6b4d}.dashboard-module__XABe8G__removeMediaButton:hover{background:#ee5a52;transform:translateY(-3px);box-shadow:0 4px 12px #ff6b6b66}.dashboard-module__XABe8G__removeMediaButton:active{transform:translateY(-1px)}.dashboard-module__XABe8G__feelingPicker{background:var(--bgCard);border:2px solid #00bf6333;border-radius:16px;margin-top:16px;padding:24px;box-shadow:0 6px 20px #00bf631f}.dashboard-module__XABe8G__feelingPicker h4{color:var(--text);margin-bottom:20px;font-size:1.15rem;font-weight:700}.dashboard-module__XABe8G__feelingGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;display:grid}.dashboard-module__XABe8G__feelingOption{background:var(--bgSoft);cursor:pointer;border:2px solid #0000;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;transition:all .3s;display:flex}.dashboard-module__XABe8G__feelingOption:hover{border-color:var(--success);background:#00bf6314;transform:translateY(-4px);box-shadow:0 4px 12px #00bf6326}.dashboard-module__XABe8G__selectedFeelingOption{border-color:var(--success);background:#00bf631f;box-shadow:0 4px 12px #00bf6333}.dashboard-module__XABe8G__feelingEmoji{font-size:2rem}.dashboard-module__XABe8G__feelingLabel{color:var(--text);text-transform:capitalize;font-size:.875rem;font-weight:700}.dashboard-module__XABe8G__postMedia{border:1px solid var(--border);border-radius:12px;margin-top:12px;overflow:hidden}.dashboard-module__XABe8G__postMediaImage{object-fit:cover;width:100%;height:auto;max-height:480px;display:block}.dashboard-module__XABe8G__postMediaVideo{width:100%;max-height:480px;display:block}.dashboard-module__XABe8G__postFeeling{color:var(--textMuted);margin-bottom:4px;font-size:.78rem;font-weight:500;display:block}[data-theme=dark] .dashboard-module__XABe8G__mediaPreview{background:var(--bgSoft)}[data-theme=dark] .dashboard-module__XABe8G__selectedFeeling{color:#00d46a;background:#00d46a26;border-color:#00d46a4d}[data-theme=dark] .dashboard-module__XABe8G__removeButton{color:#00d46a}[data-theme=dark] .dashboard-module__XABe8G__removeButton:hover{color:#00f280}[data-theme=dark] .dashboard-module__XABe8G__removeMediaButton{background:#f56565}[data-theme=dark] .dashboard-module__XABe8G__removeMediaButton:hover{background:#fc8181}[data-theme=dark] .dashboard-module__XABe8G__feelingPicker{background:var(--bg);border-color:var(--borderSoft)}[data-theme=dark] .dashboard-module__XABe8G__feelingPicker h4{color:var(--text)}[data-theme=dark] .dashboard-module__XABe8G__feelingOption{background:var(--bgSoft)}[data-theme=dark] .dashboard-module__XABe8G__feelingOption:hover{background:#00d46a1a;border-color:#00d46a}[data-theme=dark] .dashboard-module__XABe8G__selectedFeelingOption{background:#00d46a26;border-color:#00d46a}[data-theme=dark] .dashboard-module__XABe8G__feelingLabel{color:var(--text)}[data-theme=dark] .dashboard-module__XABe8G__postFeeling{color:var(--textMuted)}.dashboard-module__XABe8G__highlightsStrip{background:var(--bgCard);border:1px solid var(--border);border-radius:16px;padding:14px 18px;box-shadow:0 1px 4px #0000000a}.dashboard-module__XABe8G__highlightsLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--textMuted);margin-bottom:12px;font-size:.68rem;font-weight:700}.dashboard-module__XABe8G__highlightsScroll{scrollbar-width:none;gap:18px;padding-bottom:2px;display:flex;overflow-x:auto}.dashboard-module__XABe8G__highlightsScroll::-webkit-scrollbar{display:none}.dashboard-module__XABe8G__highlightItem{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;text-decoration:none;display:flex}.dashboard-module__XABe8G__highlightRing{background:var(--border);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding:2.5px;transition:transform .18s;display:flex}.dashboard-module__XABe8G__highlightRingActive{background:var(--gradient-primary)}.dashboard-module__XABe8G__highlightItem:hover .dashboard-module__XABe8G__highlightRing{transform:scale(1.06)}.dashboard-module__XABe8G__highlightAvatar{border:2.5px solid var(--bgCard);object-fit:cover;border-radius:50%;width:51px;height:51px;display:block}.dashboard-module__XABe8G__highlightName{color:var(--textSoft);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:58px;font-size:.68rem;font-weight:600;overflow:hidden}.dashboard-module__XABe8G__inlineCard{background:var(--bgCard);border:1px solid var(--border);border-radius:16px;padding:18px 20px;box-shadow:0 1px 4px #0000000a}.dashboard-module__XABe8G__inlineCardHeader{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.dashboard-module__XABe8G__inlineCardTitle{color:var(--textMuted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:7px;font-size:.68rem;font-weight:700;display:flex}.dashboard-module__XABe8G__inlineCardTitle svg{color:var(--primary);font-size:.75rem}[data-theme=dark] .dashboard-module__XABe8G__highlightsStrip,[data-theme=dark] .dashboard-module__XABe8G__inlineCard{background:var(--bgCard);box-shadow:none}.dashboard-module__XABe8G__dailyChallenge{background:var(--bgCard);border:1px solid var(--border);border-left:3px solid var(--primary);border-radius:12px;flex-wrap:wrap;align-items:center;gap:14px;padding:14px 18px;display:flex}.dashboard-module__XABe8G__dailyChallengeLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);white-space:nowrap;font-size:.64rem;font-weight:800}.dashboard-module__XABe8G__dailyChallengePrompt{color:var(--text);flex:1;min-width:180px;font-size:.86rem;font-weight:500;line-height:1.45}.dashboard-module__XABe8G__dailyChallengeBtn{border:1px solid var(--border);color:var(--textSoft);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;padding:6px 15px;font-size:.78rem;font-weight:700;transition:color .15s,border-color .15s}.dashboard-module__XABe8G__dailyChallengeBtn:hover{color:var(--primary);border-color:#00bf6373}.dashboard-module__XABe8G__marketPulse{background:var(--bgCard);border:1px solid var(--border);border-radius:12px;padding:18px 20px}.dashboard-module__XABe8G__marketPulseHeading{color:var(--textMuted);align-items:center;gap:7px;display:flex}.dashboard-module__XABe8G__marketPulseCurated{letter-spacing:.06em;text-transform:uppercase;color:var(--primary);background:#00bf631a;border:1px solid #00bf6333;border-radius:999px;margin-left:auto;padding:2px 8px;font-size:.6rem;font-weight:700}.dashboard-module__XABe8G__marketPulseTable{flex-direction:column;display:flex}.dashboard-module__XABe8G__marketPulseRow{border-bottom:1px solid var(--borderSoft);grid-template-columns:90px 1fr;align-items:start;gap:14px;padding:11px 0;display:grid}.dashboard-module__XABe8G__marketPulseRow:last-child{border-bottom:none;padding-bottom:0}.dashboard-module__XABe8G__marketPulseRow:first-child{padding-top:0}.dashboard-module__XABe8G__marketPulseTag{letter-spacing:.06em;text-transform:uppercase;color:var(--primary);white-space:nowrap;text-align:center;background:#00bf631a;border:1px solid #00bf6333;border-radius:6px;justify-content:center;align-items:center;height:fit-content;margin-top:1px;padding:3px 8px;font-size:.6rem;font-weight:800;display:flex}.dashboard-module__XABe8G__marketPulseText{color:var(--textSoft);font-size:.84rem;line-height:1.5}[data-theme=dark] .dashboard-module__XABe8G__marketPulse{border-color:var(--border)}[data-theme=dark] .dashboard-module__XABe8G__marketPulseRow{border-bottom-color:#ffffff0f}[data-theme=dark] .dashboard-module__XABe8G__marketPulseTag{color:var(--primary);background:#00d46a1f;border-color:#00d46a40}[data-theme=dark] .dashboard-module__XABe8G__marketPulseCurated{background:#00d46a1f;border-color:#00d46a40}.dashboard-module__XABe8G__postText{color:var(--text);white-space:pre-wrap;word-break:break-word;font-size:.92rem;line-height:1.55}.dashboard-module__XABe8G__postLink{color:var(--primary);word-break:break-all;font-weight:600;text-decoration:none}.dashboard-module__XABe8G__postLink:hover{text-decoration:underline}.dashboard-module__XABe8G__mentionLink{color:#667eea;font-weight:600;text-decoration:none}.dashboard-module__XABe8G__mentionLink:hover{text-decoration:underline}.dashboard-module__XABe8G__hashtag{color:var(--primary);font-weight:600}.dashboard-module__XABe8G__seeMoreBtn{color:var(--textMuted);cursor:pointer;background:0 0;border:none;padding:2px 0 0;font-size:.84rem;font-weight:700;transition:color .15s}.dashboard-module__XABe8G__seeMoreBtn:hover{color:var(--primary)}@keyframes dashboard-module__XABe8G__likePop{0%{transform:scale(1)}40%{transform:scale(1.35)}70%{transform:scale(.92)}to{transform:scale(1)}}.dashboard-module__XABe8G__actionButton.dashboard-module__XABe8G__liked svg{animation:.35s dashboard-module__XABe8G__likePop}[data-theme=dark] .dashboard-module__XABe8G__mentionLink{color:#7c93ee}.dashboard-module__XABe8G__launchesCard{background:var(--bgCard);border:1px solid var(--border);border-radius:12px;padding:20px;box-shadow:0 1px 4px #0000000a}.dashboard-module__XABe8G__launchesHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:6px;display:flex}.dashboard-module__XABe8G__launchesHeading h3{color:var(--text);letter-spacing:-.01em;margin-bottom:2px;font-size:1.15rem;font-weight:800}.dashboard-module__XABe8G__launchesHeading p{color:var(--textSoft);font-size:.78rem}.dashboard-module__XABe8G__launchesToggle{flex-shrink:0;gap:6px;display:flex}.dashboard-module__XABe8G__launchesToggle button{border:1px solid var(--border);background:var(--bgCard);color:var(--textSoft);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border-radius:999px;padding:6px 14px;font-size:.7rem;font-weight:800;transition:background .15s,color .15s,border-color .15s}.dashboard-module__XABe8G__launchesToggle button:hover{color:var(--text);border-color:var(--textMuted)}.dashboard-module__XABe8G__launchesToggle .dashboard-module__XABe8G__launchesToggleActive,.dashboard-module__XABe8G__launchesToggle .dashboard-module__XABe8G__launchesToggleActive:hover{background:var(--primary);color:#fff;border-color:#0000;box-shadow:0 2px 8px #00bf634d}.dashboard-module__XABe8G__launchesList{flex-direction:column;gap:8px;display:flex}.dashboard-module__XABe8G__launchGroupLabel{align-items:center;gap:12px;margin:8px 0 2px;display:flex}.dashboard-module__XABe8G__launchGroupLabel span{color:var(--text);white-space:nowrap;font-size:.72rem;font-weight:800}.dashboard-module__XABe8G__launchGroupLabel:after{content:"";background:var(--border);flex:1;height:1px}.dashboard-module__XABe8G__launchRow{border:1px solid var(--border);background:var(--bgCard);border-radius:14px;align-items:center;gap:14px;padding:13px 14px;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.dashboard-module__XABe8G__launchRow:hover{border-color:#00bf6373;transform:translateY(-1px);box-shadow:0 4px 14px #00bf631a}.dashboard-module__XABe8G__launchRank{color:var(--textMuted);text-align:center;flex-shrink:0;min-width:18px;font-size:.95rem;font-weight:800}.dashboard-module__XABe8G__launchLogo{object-fit:cover;border:1px solid var(--border);background:var(--bg);border-radius:12px;flex-shrink:0;width:52px;height:52px}.dashboard-module__XABe8G__launchLogoFallback{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.25rem;font-weight:800;display:flex}.dashboard-module__XABe8G__launchInfo{flex:1;min-width:0}.dashboard-module__XABe8G__launchTop{align-items:center;gap:8px;margin-bottom:2px;display:flex}.dashboard-module__XABe8G__launchTop h5{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;font-weight:800;overflow:hidden}.dashboard-module__XABe8G__launchNew{letter-spacing:.05em;text-transform:uppercase;color:#fff;background:var(--gradient-primary);border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:.6rem;font-weight:800}.dashboard-module__XABe8G__launchOneLiner{color:var(--textSoft);text-overflow:ellipsis;white-space:nowrap;margin-bottom:7px;font-size:.83rem;line-height:1.45;overflow:hidden}.dashboard-module__XABe8G__launchMeta{flex-wrap:wrap;gap:6px;display:flex}.dashboard-module__XABe8G__launchChip{letter-spacing:.04em;text-transform:uppercase;color:var(--textMuted);background:var(--bg);border:1px solid var(--border);white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:.62rem;font-weight:800}.dashboard-module__XABe8G__launchSide{border-left:1px solid var(--border);flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;gap:6px;padding-left:14px;display:flex}.dashboard-module__XABe8G__launchVote{border:1px solid var(--border);color:var(--textSoft);border-radius:12px;flex-direction:column;align-items:center;gap:1px;padding:7px 13px;font-size:.82rem;font-weight:800;transition:color .15s,border-color .15s;display:flex}.dashboard-module__XABe8G__launchVote svg{font-size:.7rem}.dashboard-module__XABe8G__launchRow:hover .dashboard-module__XABe8G__launchVote{color:var(--primary);border-color:#00bf6366}.dashboard-module__XABe8G__launchConviction{color:var(--primary);white-space:nowrap;align-items:center;gap:3px;font-size:.64rem;font-weight:800;display:inline-flex}.dashboard-module__XABe8G__launchesFooter{text-align:center;border-top:1px solid var(--borderSoft);color:var(--primary);margin-top:14px;padding-top:13px;font-size:.82rem;font-weight:700;text-decoration:none;transition:opacity .15s;display:block}.dashboard-module__XABe8G__launchesFooter:hover{opacity:.8}[data-theme=dark] .dashboard-module__XABe8G__launchesCard{box-shadow:none}[data-theme=dark] .dashboard-module__XABe8G__launchRow{background:var(--bgSoft)}[data-theme=dark] .dashboard-module__XABe8G__launchRow:hover{border-color:#00d46a66;box-shadow:0 4px 14px #0000004d}[data-theme=dark] .dashboard-module__XABe8G__launchChip,[data-theme=dark] .dashboard-module__XABe8G__launchLogo{background:var(--bg)}.dashboard-module__XABe8G__tabCount{color:inherit;background:#0000001f;border-radius:999px;padding:1px 7px;font-size:.68rem;font-weight:800;line-height:1.5}.dashboard-module__XABe8G__activeTab .dashboard-module__XABe8G__tabCount{background:#ffffff40}[data-theme=dark] .dashboard-module__XABe8G__tabCount{background:#ffffff1f}[data-theme=dark] .dashboard-module__XABe8G__activeTab .dashboard-module__XABe8G__tabCount{background:#ffffff40}.dashboard-module__XABe8G__menuOverlay{z-index:25;position:fixed;inset:0}.dashboard-module__XABe8G__profileNameLink{color:inherit;text-decoration:none;display:block}.dashboard-module__XABe8G__profileNameLink:hover h3{color:var(--primary)}.dashboard-module__XABe8G__suggestionsHeader{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.dashboard-module__XABe8G__suggestionsHeader h4{margin-bottom:8px}.dashboard-module__XABe8G__viewAllLink{color:var(--primary);white-space:nowrap;font-size:.74rem;font-weight:700;text-decoration:none}.dashboard-module__XABe8G__viewAllLink:hover{text-decoration:underline}.dashboard-module__XABe8G__sidebarFooter{color:var(--textMuted);flex-wrap:wrap;gap:6px 14px;padding:14px 6px 0;font-size:.72rem;display:flex}.dashboard-module__XABe8G__sidebarFooter a{color:var(--textMuted);text-decoration:none}.dashboard-module__XABe8G__sidebarFooter a:hover{color:var(--textSoft);text-decoration:underline}
