.PostCard-module__AeRRwW__card{background:var(--color-bg-surface);border-radius:var(--radius-md);padding:var(--space-4);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-fast)}.PostCard-module__AeRRwW__card:hover{box-shadow:var(--shadow-md)}.PostCard-module__AeRRwW__header{margin-bottom:var(--space-3);justify-content:space-between;align-items:flex-start;display:flex}.PostCard-module__AeRRwW__authorLink{align-items:center;gap:var(--space-3);color:inherit;flex:1;min-width:0;text-decoration:none;display:flex}.PostCard-module__AeRRwW__avatar{background:var(--color-grey-100);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.PostCard-module__AeRRwW__avatar img{object-fit:cover;width:100%;height:100%}.PostCard-module__AeRRwW__avatarInitial{color:var(--color-text-secondary);font-size:1.1rem;font-weight:600}.PostCard-module__AeRRwW__authorInfo{flex:1;min-width:0}.PostCard-module__AeRRwW__authorNameRow{align-items:center;gap:4px;display:flex}.PostCard-module__AeRRwW__authorName{font-weight:600;font-size:var(--font-size-body);color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.PostCard-module__AeRRwW__followingBadge{color:var(--color-primary);flex-shrink:0}.PostCard-module__AeRRwW__authorHeadline{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;display:block;overflow:hidden}.PostCard-module__AeRRwW__headerRight{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.PostCard-module__AeRRwW__typeBadge{border-radius:var(--radius-full);white-space:nowrap;align-items:center;gap:4px;padding:3px 8px;font-size:.75rem;font-weight:500;display:inline-flex}.PostCard-module__AeRRwW__typeIcon{font-size:.85rem}.PostCard-module__AeRRwW__type_portfolio{color:#7c3aed;background:#8b5cf61f}.PostCard-module__AeRRwW__type_win_project{color:#b45309;background:#f59e0b1f}.PostCard-module__AeRRwW__type_review_received{color:#c2410c;background:#f973161f}.PostCard-module__AeRRwW__type_milestone{color:#9333ea;background:#a855f71f}.PostCard-module__AeRRwW__type_streak{color:#dc2626;background:#ef44441f}.PostCard-module__AeRRwW__type_skill_share{color:#0d9488;background:#14b8a61f}.PostCard-module__AeRRwW__type_question{color:#2563eb;background:#3b82f61f}.PostCard-module__AeRRwW__type_available{color:#059669;background:#10b9811f}.PostCard-module__AeRRwW__type_schedule{color:#4f46e5;background:#6366f11f}.PostCard-module__AeRRwW__menuWrapper{position:relative}.PostCard-module__AeRRwW__menuBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;display:flex}.PostCard-module__AeRRwW__menuBtn:hover{background:var(--color-grey-100);color:var(--color-text)}.PostCard-module__AeRRwW__menuDropdown{background:var(--color-bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);z-index:50;border-radius:10px;min-width:120px;position:absolute;top:100%;right:0;overflow:hidden}.PostCard-module__AeRRwW__menuItem{text-align:left;width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:none;padding:10px 14px;font-size:.875rem;display:block}.PostCard-module__AeRRwW__menuItem:hover{background:var(--color-grey-50)}.PostCard-module__AeRRwW__content{margin-bottom:var(--space-3)}.PostCard-module__AeRRwW__text{color:var(--color-text);margin-bottom:var(--space-2);white-space:pre-wrap;word-break:break-word;font-size:.9375rem;line-height:1.6}.PostCard-module__AeRRwW__metadataBlock{margin-top:var(--space-2)}.PostCard-module__AeRRwW__imageGrid{border-radius:var(--radius-sm);grid-template-columns:repeat(2,1fr);gap:6px;display:grid;overflow:hidden}.PostCard-module__AeRRwW__imageWrapper{aspect-ratio:1;background:var(--color-grey-100);position:relative;overflow:hidden}.PostCard-module__AeRRwW__portfolioImage{object-fit:cover;width:100%;height:100%}.PostCard-module__AeRRwW__moreImages{color:#fff;background:#0000008c;justify-content:center;align-items:center;font-size:1.2rem;font-weight:600;display:flex;position:absolute;inset:0}.PostCard-module__AeRRwW__projectMeta{align-items:center;gap:var(--space-2);color:var(--color-text-secondary);font-size:.875rem;display:flex}.PostCard-module__AeRRwW__budgetTag{background:var(--color-success-bg);color:var(--color-success);border-radius:var(--radius-full);padding:2px 8px;font-size:.8rem;font-weight:600}.PostCard-module__AeRRwW__winProject{border-radius:var(--radius-sm);padding:var(--space-3);background:linear-gradient(135deg,#f59e0b14,#ea580c14);border:1px solid #f59e0b33}.PostCard-module__AeRRwW__winBadge{color:#b45309;align-items:center;gap:6px;margin-bottom:6px;font-weight:600;display:flex}.PostCard-module__AeRRwW__winIcon{font-size:1.1rem}.PostCard-module__AeRRwW__projectTitle{color:var(--color-text);margin:4px 0;font-size:.9375rem;font-weight:500}.PostCard-module__AeRRwW__reviewBlock{border-radius:var(--radius-sm);padding:var(--space-3);background:#f973160d;border:1px solid #f9731626}.PostCard-module__AeRRwW__stars{gap:2px;margin-bottom:6px;display:flex}.PostCard-module__AeRRwW__star{font-size:.9rem}.PostCard-module__AeRRwW__reviewText{color:var(--color-text-secondary);font-size:.9rem;font-style:italic}.PostCard-module__AeRRwW__milestoneBlock{border-radius:var(--radius-sm);padding:var(--space-3);background:linear-gradient(135deg,#a855f714,#8b5cf614);border:1px solid #a855f733}.PostCard-module__AeRRwW__milestoneBadge{color:#9333ea;font-size:.9375rem;font-weight:600}.PostCard-module__AeRRwW__streakBlock{align-items:center;gap:var(--space-2);display:flex}.PostCard-module__AeRRwW__streakFire{font-size:1.4rem}.PostCard-module__AeRRwW__streakCount{color:#dc2626;font-size:1.1rem;font-weight:700}.PostCard-module__AeRRwW__streakLabel{color:var(--color-text-secondary);font-size:.875rem}.PostCard-module__AeRRwW__skillShareBlock{border-radius:var(--radius-sm);padding:var(--space-3);background:#14b8a60d;border:1px solid #14b8a626}.PostCard-module__AeRRwW__skillTags{flex-wrap:wrap;gap:6px;display:flex}.PostCard-module__AeRRwW__skillTag{color:#0d9488;border-radius:var(--radius-full);background:#14b8a61a;padding:2px 10px;font-size:.8rem;font-weight:500}.PostCard-module__AeRRwW__questionBlock{border-radius:var(--radius-sm);padding:var(--space-3);background:#3b82f60d;border:1px solid #3b82f626}.PostCard-module__AeRRwW__questionText{color:var(--color-text);margin-bottom:6px;font-size:.9375rem}.PostCard-module__AeRRwW__answerCount{color:var(--color-info);font-size:.8rem;font-weight:500}.PostCard-module__AeRRwW__availableBlock{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.PostCard-module__AeRRwW__availableIcon{font-size:1.2rem}.PostCard-module__AeRRwW__availableLabel{color:#059669;font-weight:600}.PostCard-module__AeRRwW__scheduleBlock{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.PostCard-module__AeRRwW__scheduleIcon{font-size:1.2rem}.PostCard-module__AeRRwW__scheduleLabel{color:#4f46e5;font-weight:600}.PostCard-module__AeRRwW__scheduleSlots{flex-wrap:wrap;gap:6px;width:100%;margin-top:6px;display:flex}.PostCard-module__AeRRwW__scheduleSlot{color:#4f46e5;border-radius:var(--radius-full);background:#6366f114;padding:3px 10px;font-size:.8rem}.PostCard-module__AeRRwW__footer{align-items:center;gap:var(--space-1);padding-top:var(--space-3);border-top:1px solid var(--color-border);display:flex}.PostCard-module__AeRRwW__actionBtn{color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:5px;min-width:44px;padding:6px 12px;font-size:.875rem;display:flex}.PostCard-module__AeRRwW__actionBtn:hover{background:var(--color-grey-100);color:var(--color-text)}.PostCard-module__AeRRwW__actionBtn.PostCard-module__AeRRwW__liked{color:#ef4444}.PostCard-module__AeRRwW__actionBtn.PostCard-module__AeRRwW__liked:hover{background:#ef444414}.PostCard-module__AeRRwW__actionBtn.PostCard-module__AeRRwW__saved{color:var(--color-primary)}.PostCard-module__AeRRwW__actionBtn.PostCard-module__AeRRwW__saved:hover{background:var(--color-primary-muted)}.PostCard-module__AeRRwW__actionBtn span{min-width:16px}.PostCard-module__AeRRwW__timestamp{color:var(--color-text-muted);margin-top:var(--space-2);text-align:right;font-size:.75rem}
.ComposeBox-module__GohWeG__box{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4);box-shadow:var(--shadow-sm)}.ComposeBox-module__GohWeG__box.ComposeBox-module__GohWeG__compact{padding:var(--space-3)}.ComposeBox-module__GohWeG__authPrompt{padding:var(--space-3)var(--space-4);background:var(--color-grey-50);border-radius:var(--radius-sm);color:var(--color-text-secondary);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.ComposeBox-module__GohWeG__loginLink{color:var(--color-primary);font-weight:600;text-decoration:none}.ComposeBox-module__GohWeG__loginLink:hover{text-decoration:underline}.ComposeBox-module__GohWeG__composer{gap:var(--space-3);align-items:flex-start;display:flex}.ComposeBox-module__GohWeG__avatar{background:var(--color-grey-100);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:4px;display:flex;overflow:hidden}.ComposeBox-module__GohWeG__avatar img{object-fit:cover;width:100%;height:100%}.ComposeBox-module__GohWeG__avatar span{color:var(--color-text-secondary);font-size:1rem;font-weight:600}.ComposeBox-module__GohWeG__inputArea{flex:1;min-width:0}.ComposeBox-module__GohWeG__typeSelectorWrapper{margin-bottom:var(--space-2);position:relative}.ComposeBox-module__GohWeG__typeSelector{background:var(--color-primary-muted);border-radius:var(--radius-full);color:var(--color-text);cursor:pointer;transition:all var(--transition-fast);border:1px solid #ccff004d;align-items:center;gap:6px;padding:4px 10px;font-size:.8rem;font-weight:500;display:inline-flex}.ComposeBox-module__GohWeG__typeSelector:hover{background:#ccff002e}.ComposeBox-module__GohWeG__typeIcon{font-size:.9rem}.ComposeBox-module__GohWeG__typeLabel{color:var(--color-text)}.ComposeBox-module__GohWeG__typeMenu{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);z-index:50;min-width:160px;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden}.ComposeBox-module__GohWeG__typeMenuItem{text-align:left;width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:10px 14px;font-size:.875rem;display:flex}.ComposeBox-module__GohWeG__typeMenuItem:hover{background:var(--color-grey-50)}.ComposeBox-module__GohWeG__typeMenuItem.ComposeBox-module__GohWeG__active{background:var(--color-primary-muted);color:var(--color-text);font-weight:500}.ComposeBox-module__GohWeG__menuIcon{font-size:1rem}.ComposeBox-module__GohWeG__textarea{resize:none;border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;min-height:60px;max-height:300px;padding:var(--space-3);color:var(--color-text);background:var(--color-bg-page);transition:border-color var(--transition-fast);box-sizing:border-box;font-family:inherit;font-size:.9375rem;line-height:1.6}.ComposeBox-module__GohWeG__textarea:focus{border-color:var(--color-primary);background:var(--color-bg-surface);outline:none}.ComposeBox-module__GohWeG__textarea::placeholder{color:var(--color-text-muted)}.ComposeBox-module__GohWeG__imagePreviewGrid{margin-top:var(--space-2);grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.ComposeBox-module__GohWeG__imagePreview{aspect-ratio:1;border-radius:var(--radius-sm);background:var(--color-grey-100);position:relative;overflow:hidden}.ComposeBox-module__GohWeG__imagePreview img{object-fit:cover;width:100%;height:100%}.ComposeBox-module__GohWeG__removeImageBtn{color:#fff;cursor:pointer;width:20px;height:20px;transition:background var(--transition-fast);background:#000000a6;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:4px;right:4px}.ComposeBox-module__GohWeG__removeImageBtn:hover{background:#000000d9}.ComposeBox-module__GohWeG__error{margin-top:var(--space-2);color:var(--color-error);font-size:.8rem}.ComposeBox-module__GohWeG__actionBar{margin-top:var(--space-2);justify-content:space-between;align-items:center;display:flex}.ComposeBox-module__GohWeG__leftActions{align-items:center;gap:var(--space-2);display:flex}.ComposeBox-module__GohWeG__imageUploadBtn{color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);border-radius:6px;justify-content:center;align-items:center;padding:6px 8px;display:flex}.ComposeBox-module__GohWeG__imageUploadBtn:hover{background:var(--color-grey-100);color:var(--color-text)}.ComposeBox-module__GohWeG__charCount{color:var(--color-text-muted);font-size:.75rem}.ComposeBox-module__GohWeG__postBtn{background:var(--color-primary);color:var(--color-black);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);border:none;align-items:center;gap:6px;padding:8px 18px;font-size:.875rem;font-weight:600;display:flex}.ComposeBox-module__GohWeG__postBtn:hover:not(:disabled){background:var(--color-primary-hover)}.ComposeBox-module__GohWeG__postBtn:disabled{opacity:.45;cursor:not-allowed}.ComposeBox-module__GohWeG__spinner{border:2px solid #0003;border-top-color:var(--color-black);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite ComposeBox-module__GohWeG__spin;display:inline-block}@keyframes ComposeBox-module__GohWeG__spin{to{transform:rotate(360deg)}}
.CommunityFeed-module__iZYOoG__feed{max-width:640px;padding:var(--space-4);gap:var(--space-3);flex-direction:column;margin:0 auto;display:flex}.CommunityFeed-module__iZYOoG__header{justify-content:space-between;align-items:center;display:flex}.CommunityFeed-module__iZYOoG__title{font-size:var(--font-size-h2);color:var(--color-text);font-weight:700}.CommunityFeed-module__iZYOoG__refreshBtn{cursor:pointer;color:var(--color-text-muted);transition:all var(--transition-fast);background:0 0;border:none;border-radius:8px;align-items:center;padding:8px;display:flex}.CommunityFeed-module__iZYOoG__refreshBtn:hover{background:var(--color-grey-100);color:var(--color-text)}.CommunityFeed-module__iZYOoG__spinning{animation:.8s linear infinite CommunityFeed-module__iZYOoG__spin}@keyframes CommunityFeed-module__iZYOoG__spin{to{transform:rotate(360deg)}}.CommunityFeed-module__iZYOoG__tabs{background:var(--color-grey-50);border-radius:var(--radius-md);scrollbar-width:none;gap:4px;padding:4px;display:flex;overflow-x:auto}.CommunityFeed-module__iZYOoG__tabs::-webkit-scrollbar{display:none}.CommunityFeed-module__iZYOoG__tab{color:var(--color-text-muted);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast);background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:.875rem;font-weight:500;display:flex}.CommunityFeed-module__iZYOoG__tab:hover{color:var(--color-text);background:var(--color-grey-100)}.CommunityFeed-module__iZYOoG__activeTab{background:var(--color-bg-surface);color:var(--color-text);box-shadow:var(--shadow-sm)}.CommunityFeed-module__iZYOoG__errorBanner{padding:var(--space-3)var(--space-4);background:var(--color-error-bg);border:1px solid var(--color-error-border);border-radius:var(--radius-sm);color:var(--color-error);justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.CommunityFeed-module__iZYOoG__errorBanner button{color:var(--color-error);cursor:pointer;background:0 0;border:none;font-weight:600;text-decoration:underline}.CommunityFeed-module__iZYOoG__loading{align-items:center;gap:var(--space-2);padding:var(--space-7)0;color:var(--color-text-muted);flex-direction:column;display:flex}.CommunityFeed-module__iZYOoG__emptyState{align-items:center;gap:var(--space-2);padding:var(--space-7)0;text-align:center;flex-direction:column;display:flex}.CommunityFeed-module__iZYOoG__emptyIcon{margin-bottom:var(--space-2);font-size:2.5rem}.CommunityFeed-module__iZYOoG__emptyState p{color:var(--color-text);font-weight:600}.CommunityFeed-module__iZYOoG__emptyHint{color:var(--color-text-muted);font-size:.875rem}.CommunityFeed-module__iZYOoG__postList{gap:var(--space-3);flex-direction:column;display:flex}.CommunityFeed-module__iZYOoG__loadMoreTrigger{padding:var(--space-4)0}.CommunityFeed-module__iZYOoG__loadingMore{justify-content:center;align-items:center;gap:var(--space-2);color:var(--color-text-muted);font-size:.875rem;display:flex}.CommunityFeed-module__iZYOoG__endOfFeed{text-align:center;padding:var(--space-5)0;color:var(--color-text-muted);font-size:.875rem}
.community-module__Z8SrWG__page{background:var(--color-bg-page);min-height:100vh;padding-top:var(--header-height)}
