.post-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.post-author-img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--border-color);flex-shrink:0}.post-author-info{display:flex;flex-direction:column;align-items:flex-start;min-width:0;flex-grow:1;margin-top:2px}.post-author-info .author-name{font-weight:600;color:var(--text-color);text-decoration:none;margin-bottom:.25rem;overflow-wrap:break-word;word-break:break-word}.post-author-info .post-topic{font-size:.85rem;font-weight:600;color:var(--secondary-text-color);background-color:var(--bg-color);padding:.25rem .6rem;border-radius:20px;border:1px solid var(--border-color);display:inline-block;margin-top:4px;overflow-wrap:break-word;word-break:break-word;word-wrap:break-word;text-decoration:none!important}.post-topic:hover{opacity:.85;color:var(--secondary-text-color)}.post-content{color:var(--secondary-text-color);line-height:1.6;margin-bottom:1rem;margin-left:0;white-space:pre-wrap;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.main-img{max-width:100%;max-height:500px;display:block;margin:.5rem auto 0;object-fit:cover;cursor:pointer;border-radius:calc(var(--border-radius) - 1px);overflow:hidden}.card-footer{background-color:var(--footer-bg);border-top:1px solid var(--border-color);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.card-footer .btn:not(.vote-btn):not(.post-vote-btn):not(.comment-vote-btn){border:1px solid var(--border-color);background:0 0;border-radius:50px;font-weight:500;padding:.4rem 1rem;color:var(--secondary-text-color);transition:all .2s;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;gap:.25rem}@media (max-width:359.98px){.card-footer .btn:not(.vote-btn):not(.post-vote-btn):not(.comment-vote-btn){padding:.35rem .6rem;font-size:.85rem}}.card-footer .btn:not(.vote-btn):not(.post-vote-btn):not(.comment-vote-btn):hover{background-color:var(--bg-hover);color:var(--primary-color);border-color:var(--primary-color)}.community-link{font-weight:500;color:var(--primary-color);text-decoration:none;transition:opacity .2s}.community-link:hover{opacity:.8}.video-placeholder{position:relative;background-color:#000;background-size:cover;background-position:center;min-height:350px;width:100%;margin-top:.5rem;margin-bottom:0;border-radius:calc(var(--border-radius) - 1px);overflow:hidden;cursor:pointer}.play-icon-overlay::before{content:'\f04b';font-family:'Font Awesome 5 Free','Font Awesome 6 Free',sans-serif;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:5rem;color:rgba(255,255,255,.85);text-shadow:0 0 15px rgba(0,0,0,.6);transition:transform .2s ease-out,color .2s ease-out;pointer-events:none}.video-placeholder:hover .play-icon-overlay::before{transform:translate(-50%,-50%) scale(1.1);color:#fff}@keyframes videoFadeIn{from{opacity:0}to{opacity:1}}.video-reveal{animation:videoFadeIn .5s ease-out forwards;display:block}.post-content.truncated{max-height:250px;overflow:hidden;position:relative;-webkit-mask-image:-webkit-linear-gradient(to bottom,black 70%,transparent 100%);mask-image:linear-gradient(to bottom,black 70%,transparent 100%)}.read-more-link{display:block;margin-top:-.5rem;margin-bottom:1rem;font-weight:600;color:var(--primary-color);text-decoration:none;cursor:pointer}.read-more-link:hover{text-decoration:underline}.comment-content.truncated{max-height:110px;overflow:hidden;position:relative;-webkit-mask-image:-webkit-linear-gradient(to bottom,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}.collapse-post-btn{position:absolute;top:30%;left:.01rem;transform:translateY(-50%);z-index:10;width:20px;height:20px;border-radius:.4rem;padding:0;display:flex;align-items:center;justify-content:center;background-color:var(--card-bg-color);border:1px solid var(--border-color);box-shadow:0 1px 4px rgba(0,0,0,.12);color:var(--secondary-text-color);cursor:pointer;transition:all .2s ease-in-out}.collapse-post-btn:hover{background-color:var(--bg-color);box-shadow:0 2px 8px rgba(0,0,0,.18);transform:translateY(-50%) scale(1.1)}.collapse-post-btn>i{font-size:.8rem;line-height:1}.comment-vote-btn,.post-vote-btn,.vote-btn{transition:transform .2s ease-in-out,color .2s ease-in-out;color:var(--secondary-text-color);line-height:1;border:none!important;background:0 0!important;padding:0!important;margin:0!important;width:auto;height:auto}.comment-vote-btn.upvote:hover,.post-vote-btn.upvote:hover,.vote-btn.upvote:hover{color:#20c997;transform:scale(1.2)}.comment-vote-btn.downvote:hover,.post-vote-btn.downvote:hover,.vote-btn.downvote:hover{color:#fd7e14;transform:scale(1.2)}.comment-vote-btn.upvote.voted,.post-vote-btn.upvote.voted,.vote-btn.upvote.voted{color:#198754!important;transform:scale(1.3)}.comment-vote-btn.downvote.voted,.post-vote-btn.downvote.voted,.vote-btn.downvote.voted{color:#dc3545!important;transform:scale(1.3)}.post-options-menu{background-color:var(--card-bg-color)!important;border:1px solid var(--border-color)!important;border-radius:12px!important;box-shadow:0 10px 25px rgba(0,0,0,.15)!important;padding:6px!important;min-width:240px;animation:menuFadeIn .2s cubic-bezier(.165,.84,.44,1);transform-origin:top right}[data-bs-theme=dark] .post-options-menu{box-shadow:0 10px 30px rgba(0,0,0,.5)!important;border-color:rgba(255,255,255,.1)!important}.post-options-menu .dropdown-item{padding:10px 12px;font-size:.9rem;font-weight:500;color:var(--text-color);border-radius:8px;transition:all .2s ease;border:none;background:0 0;cursor:pointer;width:100%;text-align:left;display:flex;align-items:center;gap:10px}.post-options-menu .dropdown-item i{width:20px;text-align:center;color:var(--secondary-text-color);transition:color .2s}.post-options-menu .dropdown-item:hover{background-color:var(--bg-hover)!important;color:var(--primary-color);transform:translateX(3px)}.post-options-menu .dropdown-item:hover i{color:var(--primary-color)}.post-options-menu hr{margin:6px 0;border-color:var(--border-color);opacity:.5}.post-options-menu .dropdown-item.text-danger:hover{background-color:rgba(220,53,69,.1)!important;color:#dc3545!important}.post-options-menu .dropdown-item.text-danger:hover i{color:#dc3545!important}.post-options-menu .dropdown-item.text-warning:hover{background-color:rgba(255,193,7,.1)!important;color:#ffc107!important}.post-options-menu .dropdown-item.text-warning:hover i{color:#ffc107!important}[data-bs-theme=light] .post-options-menu .dropdown-item.text-warning{color:#996300!important}[data-bs-theme=light] .post-options-menu .dropdown-item.text-warning i{color:#996300!important}[data-bs-theme=light] .post-options-menu .dropdown-item.text-warning:hover{background-color:rgba(255,193,7,.15)!important;color:#996300!important}[data-bs-theme=light] .post-options-menu .dropdown-item.text-warning:hover i{color:#996300!important}.post-options-menu input.form-control{background-color:var(--bg-color);border:1px solid var(--border-color);color:var(--text-color);font-size:.85rem;border-radius:6px}.post-options-menu input.form-control:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(13,110,253,.25)}.post-options-menu .btn-primary.confirm-private-post{border-radius:6px;font-weight:600;font-size:.85rem}@keyframes menuFadeIn{from{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}