.post-card{background:hsl(var(--card));border-radius:0;border-bottom:1px solid hsl(var(--border));padding:8px 16px;transition:background-color .2s ease}@media (max-width:768px){.post-card{padding:8px 14px}}.post-card:hover{background:hsl(var(--muted)/.5)}.post-card--detail:hover{background:hsl(var(--card))!important}.post-card:last-child{border-bottom:none}.post-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.post-card__user{display:flex;align-items:center;gap:8px;cursor:pointer;flex:1}.post-card__avatar{width:36px!important;height:36px!important}.post-card__user-info{display:flex;flex-direction:column;gap:2px}.post-card__username{font-size:14px!important;font-weight:700!important;color:hsl(var(--foreground))!important;display:flex;align-items:center;gap:4px;line-height:1.2}.post-card__verified{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:50%;font-size:12px;font-weight:700}.post-card__time{font-size:13px!important;line-height:1.2}.post-card__more-btn,.post-card__time{color:hsl(var(--muted-foreground))!important}.post-card__tags{display:flex;gap:4px;margin-bottom:6px}.post-card__type-chip{background:hsl(var(--muted))!important;color:hsl(var(--muted-foreground))!important}.post-card__locked-chip,.post-card__type-chip{font-size:13px!important;font-weight:500!important;border-radius:6px!important;height:24px!important}.post-card__locked-chip{background:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important;flex:1;max-width:-webkit-max-content;max-width:max-content}.post-card__title{font-size:15px!important;font-weight:600!important;color:hsl(var(--foreground))!important;margin-bottom:4px!important;line-height:1.4!important;cursor:pointer}.post-card__title:hover{color:hsl(var(--primary))!important}.post-card--detail .post-card__title:hover{color:hsl(var(--foreground))!important}.post-card__content{font-size:15px!important;line-height:1.5!important;margin-bottom:8px!important;max-height:72px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.post-card--detail .post-card__content,.post-card__content{color:hsl(var(--foreground))!important;white-space:pre-wrap;word-break:break-word}.post-card--detail .post-card__content{max-height:none;overflow:visible;display:block;-webkit-line-clamp:unset;font-size:18px!important;line-height:1.8!important;margin-top:12px!important;margin-bottom:16px!important;padding:0 6px!important;letter-spacing:.01em;font-family:Georgia,"Source Serif Pro","Noto Serif SC",Songti SC,"Source Han Serif SC",serif}.post-card--detail .post-card__content div,.post-card--detail .post-card__content p{margin-bottom:1em}.post-card--detail .post-card__content p:empty{min-height:.6em}.post-card--detail .post-card__title{font-size:28px!important;line-height:1.3!important;font-weight:700!important;margin-top:8px!important;margin-bottom:12px!important;padding:0 6px!important;letter-spacing:-.01em}@media (max-width:768px){.post-card--detail .post-card__content{font-size:17px!important;line-height:1.75!important;padding:0 12px!important}.post-card--detail .post-card__title{font-size:22px!important;padding:0 12px!important}}.post-card__media{margin-bottom:10px;cursor:pointer}.post-card__actions{display:flex;align-items:center;gap:2px;padding-top:6px}.post-card__stat{display:flex;align-items:center;gap:4px;padding:6px 10px;color:hsl(var(--muted-foreground))}.post-card__stat-icon{font-size:20px!important;color:hsl(var(--muted-foreground))}.post-card__stat-text{font-size:14px!important;color:hsl(var(--muted-foreground))!important;font-weight:500}.post-card__action-btn{display:flex!important;align-items:center!important;gap:4px!important;padding:6px 10px!important;border-radius:6px!important;transition:background-color .2s ease!important}.post-card__action-btn:hover{background:hsl(var(--muted))!important}.post-card--detail .post-card__action-btn:hover{background:#0000!important}.post-card__action-btn--right{margin-left:auto!important}.post-card__icon{font-size:20px!important;color:hsl(var(--muted-foreground))!important;transition:color .2s ease}.post-card__icon--liked{color:#e0245e!important}.post-card__icon--bookmarked{color:hsl(var(--primary))!important}.post-card__action-btn:hover .post-card__icon{color:hsl(var(--foreground))!important}.post-card--detail .post-card__action-btn:hover .post-card__icon{color:hsl(var(--muted-foreground))!important}@media (max-width:768px){.post-card{padding:16px 12px;border-radius:0}.post-card__avatar{width:40px!important;height:40px!important}.post-card__username{font-size:15px!important}.post-card__title{font-size:16px!important}.post-card__content{font-size:14px!important}.post-card__actions{gap:0}.post-card__action-btn{padding:6px 8px!important}.post-card__stat{padding:6px 8px}}