.multi-image-picker-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:16px}.multi-image-picker-grid .image-picker-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;background:hsla(0,0%,100%,.03);border:1px dashed hsla(0,0%,100%,.08);cursor:pointer;transition:border-color .2s ease}.multi-image-picker-grid .image-picker-item:hover{border-color:#667eea}.multi-image-picker-grid .image-picker-item.has-image{border-style:solid}.multi-image-picker-grid .image-picker-item img{width:100%;height:100%;object-fit:cover}.multi-image-picker-grid .image-picker-item .add-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;color:hsla(0,0%,100%,.4)}.multi-image-picker-grid .image-picker-item .remove-btn{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:rgba(0,0,0,.7);border:none;color:#fff;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.multi-image-picker-grid .image-picker-item:hover .remove-btn{opacity:1}.post-content-textarea{width:100%;min-height:120px;padding:12px;border-radius:8px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:#fff;font-size:14px;line-height:1.6;resize:vertical}.post-content-textarea::placeholder{color:hsla(0,0%,100%,.4)}.post-content-textarea:focus{outline:none;border-color:#667eea}.community-post-card{position:relative;border-radius:20px;overflow:hidden;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);cursor:pointer;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease}.community-post-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.4);background:hsla(0,0%,100%,.05)}.community-post-card.community-post-card--with-image .post-card-cover{position:relative;aspect-ratio:1;overflow:hidden}.community-post-card.community-post-card--with-image .post-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.community-post-card.community-post-card--with-image .post-card-cover .community-post-chip{position:absolute;top:12px;right:12px;padding:4px 10px;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;font-size:11px;font-weight:700;color:#fff;z-index:2}.community-post-card.community-post-card--with-image .post-card-cover .post-card-badge-like{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;gap:6px;padding:6px 12px;background:hsla(0,0%,6%,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;font-size:13px;font-weight:700;color:#fff;z-index:2}.community-post-card.community-post-card--with-image .post-card-cover .post-card-badge-like svg{width:14px;height:14px}.community-post-card.community-post-card--with-image .post-card-body{padding:16px 20px 20px}.community-post-card.community-post-card--with-image .post-card-body .post-card-title{font-size:16px;font-weight:700;color:#fff;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.community-post-card.community-post-card--with-image:hover img{transform:scale(1.08)}.community-post-card.community-post-card--text-only{padding:24px;min-height:200px;display:flex;flex-direction:column;justify-content:space-between}.community-post-card.community-post-card--text-only .post-card-body-text .post-card-title{font-size:18px;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.4}.community-post-card.community-post-card--text-only .post-card-body-text .post-card-content-preview{position:relative;max-height:4.8em;overflow:hidden}.community-post-card.community-post-card--text-only .post-card-body-text .post-card-content-preview .content-lines{font-size:14px;line-height:1.6;color:hsla(0,0%,100%,.6);margin:0;mask-image:linear-gradient(180deg,#000 0,#000 25%,rgba(0,0,0,.6) 45%,rgba(0,0,0,.1) 75%,transparent);-webkit-mask-image:linear-gradient(180deg,#000 0,#000 25%,rgba(0,0,0,.6) 45%,rgba(0,0,0,.1) 75%,transparent)}.community-post-card .post-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.community-post-card .post-card-footer .post-card-author{display:flex;align-items:center;gap:8px}.community-post-card .post-card-footer .post-card-author .author-avatar{width:22px;height:22px;border-radius:50%;border:1px solid hsla(0,0%,100%,.15);object-fit:cover;flex-shrink:0}.community-post-card .post-card-footer .post-card-author .author-name{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.5);transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.community-post-card .post-card-footer .post-card-stats-horizontal{display:flex;align-items:center;gap:10px;flex-shrink:0}.community-post-card .post-card-footer .post-card-stats-horizontal .stat{display:flex;align-items:center;gap:6px;padding:6px 12px;background:hsla(0,0%,6%,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;font-size:13px;color:#fff;font-weight:700}.community-post-card:hover .author-name{color:hsla(0,0%,100%,.8)}.post-author-row-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.post-author-row{display:flex;align-items:center;gap:12px;text-decoration:none;flex:1 1}.post-author-row .author-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.post-author-row .author-info .author-name{font-size:15px;font-weight:600;color:#fff}.post-author-row .author-info .post-time{font-size:12px;color:hsla(0,0%,100%,.4);margin-top:2px}.post-menu-wrapper{position:relative}.post-menu-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:hsla(0,0%,100%,.4);border-radius:50%;cursor:pointer;transition:background .2s ease,color .2s ease}.post-menu-btn:hover{background:hsla(0,0%,100%,.1);color:#fff}.post-menu-dropdown{position:absolute;top:100%;right:0;margin-top:4px;min-width:140px;background:hsla(0,0%,8%,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:6px;z-index:100;box-shadow:0 8px 24px rgba(0,0,0,.4)}.post-menu-dropdown .menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:transparent;color:hsla(0,0%,100%,.6);font-size:13px;font-weight:500;border-radius:8px;cursor:pointer;transition:background .2s ease,color .2s ease}.post-menu-dropdown .menu-item:hover{background:hsla(0,0%,100%,.08);color:#fff}.post-menu-dropdown .menu-item.danger{color:#ff6b6b}.post-menu-dropdown .menu-item.danger:hover{background:hsla(0,100%,71%,.15);color:#ff6b6b}.delete-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.delete-confirm-modal{background:rgba(25,25,25,.98);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:28px 32px;max-width:360px;width:90%;text-align:center}.delete-confirm-modal h3{font-size:18px;font-weight:700;color:#fff;margin:0 0 8px}.delete-confirm-modal p{font-size:14px;color:hsla(0,0%,100%,.4);margin:0 0 24px}.delete-confirm-modal .modal-actions{display:flex;gap:12px;justify-content:center}.delete-confirm-modal .modal-actions button{padding:10px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.delete-confirm-modal .modal-actions .cancel-btn{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.6)}.delete-confirm-modal .modal-actions .cancel-btn:hover{background:hsla(0,0%,100%,.15);color:#fff}.delete-confirm-modal .modal-actions .delete-btn{background:#ff6b6b;color:#fff}.delete-confirm-modal .modal-actions .delete-btn:hover{background:#ff5252}.delete-confirm-modal .modal-actions .delete-btn:disabled{opacity:.6;cursor:not-allowed}.post-title{font-size:20px;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.4}.post-content{font-size:14px;line-height:1.7;color:hsla(0,0%,100%,.6);white-space:pre-wrap;margin-bottom:16px}.post-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.post-tags .tag{font-size:13px;color:#667eea;cursor:pointer}.post-tags .tag:hover{text-decoration:underline}.post-time-row{font-size:12px;color:hsla(0,0%,100%,.4);margin-bottom:8px}.post-comments-divider{display:flex;align-items:center;gap:12px;margin:8px 0 16px;color:hsla(0,0%,100%,.4);font-size:13px}.post-comments-divider:after,.post-comments-divider:before{content:"";flex:1 1;height:1px;background:hsla(0,0%,100%,.08)}.post-comments-divider .divider-text{white-space:nowrap}.post-comments-list{flex:1 1;overflow-y:auto;padding-right:4px}.post-comments-list .no-comments{text-align:center;padding:32px 16px;color:hsla(0,0%,100%,.4);font-size:13px}.post-comment-item{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid hsla(0,0%,100%,.03)}.post-comment-item:last-child{border-bottom:none}.post-comment-item .comment-avatar-link{flex-shrink:0}.post-comment-item .comment-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1px solid hsla(0,0%,100%,.05)}.post-comment-item .comment-content-wrap{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:6px}.post-comment-item .comment-header{display:flex;align-items:center;gap:8px}.post-comment-item .comment-author{font-size:14px;font-weight:700;color:#fff;text-decoration:none}.post-comment-item .comment-author:hover{color:#fff}.post-comment-item .comment-time{font-size:12px;color:hsla(0,0%,100%,.4)}.post-comment-item .comment-body{font-size:15px;line-height:1.6;color:hsla(0,0%,100%,.8);word-break:break-word}.post-comment-item .comment-actions{display:flex;gap:16px}.post-comment-item .comment-action-btn{background:none;border:none;color:hsla(0,0%,100%,.4);font-size:12px;font-weight:600;cursor:pointer;padding:0;transition:color .2s}.post-comment-item .comment-action-btn:hover{color:#fff}.post-bottom-bar{position:-webkit-sticky;position:sticky;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.95) 70%,transparent);padding:16px 0 8px;margin-top:auto}.post-bottom-bar .comment-input-form{display:flex;align-items:center;gap:8px;margin-bottom:12px}.post-bottom-bar .comment-input-form .reply-indicator{display:flex;align-items:center;gap:4px;background:hsla(0,0%,100%,.1);padding:4px 8px;border-radius:12px;font-size:12px;color:#667eea}.post-bottom-bar .comment-input-form .reply-indicator button{background:none;border:none;color:hsla(0,0%,100%,.4);cursor:pointer;padding:0 2px;font-size:14px}.post-bottom-bar .comment-input-form input{flex:1 1;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;padding:10px 16px;color:#fff;font-size:14px}.post-bottom-bar .comment-input-form input::placeholder{color:hsla(0,0%,100%,.4)}.post-bottom-bar .comment-input-form input:focus{outline:none;border-color:#667eea}.post-bottom-bar .comment-input-form .send-btn{background:#667eea;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background .2s}.post-bottom-bar .comment-input-form .send-btn:hover:not(:disabled){background:#764ba2}.post-bottom-bar .comment-input-form .send-btn:disabled{opacity:.4;cursor:not-allowed}.post-bottom-bar .social-buttons{display:flex;align-items:center;justify-content:flex-end;gap:16px}.post-bottom-bar .social-buttons .social-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:hsla(0,0%,100%,.6);cursor:pointer;padding:8px;border-radius:8px;transition:all .2s}.post-bottom-bar .social-buttons .social-btn:hover:not(:disabled){color:#fff;background:hsla(0,0%,100%,.05)}.post-bottom-bar .social-buttons .social-btn:disabled{opacity:.4;cursor:not-allowed}.post-bottom-bar .social-buttons .social-btn.liked{color:#ff6b6b}.post-bottom-bar .social-buttons .social-btn span{font-size:14px}.post-detail-text-only{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:40px 24px;background:transparent}.post-detail-text-only .post-container{width:100%;max-width:900px;display:flex;flex-direction:column;gap:32px}.post-detail-text-only .post-header .author-link{display:flex;align-items:center;gap:12px;text-decoration:none}.post-detail-text-only .post-header .author-link .avatar{width:48px;height:48px;border-radius:50%;border:1px solid hsla(0,0%,100%,.08);object-fit:cover}.post-detail-text-only .post-header .author-link .meta{display:flex;flex-direction:column;gap:2px}.post-detail-text-only .post-header .author-link .meta .name{font-size:16px;font-weight:700;color:#fff}.post-detail-text-only .post-header .author-link .meta .time{font-size:13px;color:hsla(0,0%,100%,.4)}.post-detail-text-only .post-body .title{font-size:40px;font-weight:800;color:#fff;line-height:1.1;margin-bottom:24px;letter-spacing:-.02em}.post-detail-text-only .post-body .content-text{font-size:18px;line-height:1.7;color:hsla(0,0%,100%,.9);white-space:pre-wrap;margin-bottom:32px;font-family:Inter,sans-serif}.post-detail-text-only .post-body .tags-list{display:flex;flex-wrap:wrap;gap:10px}.post-detail-text-only .post-body .tags-list .tag-item{font-size:14px;font-weight:600;color:hsla(0,0%,100%,.4);text-decoration:none;padding:6px 14px;background:hsla(0,0%,100%,.05);border-radius:99px;transition:all .2s}.post-detail-text-only .post-body .tags-list .tag-item:hover{background:hsla(0,0%,100%,.1);color:#fff}.post-detail-text-only .post-actions-integrated{display:flex;align-items:center;gap:16px;padding:16px 20px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;margin:20px 0;transition:border-color .3s,background .3s}.post-detail-text-only .post-actions-integrated:focus-within{border-color:hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.05)}.post-detail-text-only .post-actions-integrated .actions-left{display:flex;align-items:center;gap:8px;border-right:1px solid hsla(0,0%,100%,.08);padding-right:16px}.post-detail-text-only .post-actions-integrated .actions-left .action-btn{background:none;border:none;color:hsla(0,0%,100%,.4);cursor:pointer;padding:8px;border-radius:10px;display:flex;align-items:center;gap:6px;transition:all .2s}.post-detail-text-only .post-actions-integrated .actions-left .action-btn:hover:not(:disabled){color:#fff;background:hsla(0,0%,100%,.05)}.post-detail-text-only .post-actions-integrated .actions-left .action-btn.like.active{color:#fff}.post-detail-text-only .post-actions-integrated .actions-left .action-btn .count{font-size:14px;font-weight:600}.post-detail-text-only .post-actions-integrated .comment-form-inline{flex:1 1;display:flex;align-items:center;gap:12px}.post-detail-text-only .post-actions-integrated .comment-form-inline .reply-preview{display:flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.1);padding:4px 10px;border-radius:8px;font-size:13px;color:#fff}.post-detail-text-only .post-actions-integrated .comment-form-inline .reply-preview button{background:none;border:none;color:hsla(0,0%,100%,.4);cursor:pointer;padding:0;line-height:1;font-size:16px}.post-detail-text-only .post-actions-integrated .comment-form-inline .reply-preview button:hover{color:#fff}.post-detail-text-only .post-actions-integrated .comment-form-inline input{flex:1 1;background:none;border:none;color:#fff;font-size:15px;padding:8px 0}.post-detail-text-only .post-actions-integrated .comment-form-inline input::placeholder{color:hsla(0,0%,100%,.4)}.post-detail-text-only .post-actions-integrated .comment-form-inline input:focus{outline:none}.post-detail-text-only .post-actions-integrated .comment-form-inline .submit-icon-btn{background:none;border:none;color:hsla(0,0%,100%,.4);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:color .2s}.post-detail-text-only .post-actions-integrated .comment-form-inline .submit-icon-btn:hover:not(:disabled){color:#fff}.post-detail-text-only .post-actions-integrated .comment-form-inline .submit-icon-btn:disabled{opacity:.3;cursor:default}.post-detail-text-only .post-actions-integrated.side-panel{margin:auto 0 0;position:-webkit-sticky;position:sticky;bottom:0;background:rgba(0,0,0,.95);border-radius:0;border-left:none;border-right:none;border-bottom:none;padding:16px 0;gap:12px}.post-detail-text-only .post-actions-integrated.side-panel .actions-left{padding-right:12px;gap:4px}.post-detail-text-only .post-actions-integrated.side-panel .actions-left .action-btn{padding:6px}.post-detail-text-only .post-actions-integrated.side-panel .comment-form-inline{gap:8px}.post-detail-text-only .post-actions-integrated.side-panel .comment-form-inline input{font-size:14px}.post-detail-text-only .post-comments-area{margin-top:24px}.post-detail-text-only .post-comments-area .comments-header{margin-bottom:24px}.post-detail-text-only .post-comments-area .comments-header h2{font-size:18px;font-weight:700;color:#fff}.post-detail-text-only .post-comments-area .comments-feed{display:flex;flex-direction:column;gap:24px}.post-detail-text-only .post-comments-area .comments-feed .empty-state{display:flex;flex-direction:column;align-items:center;gap:16px;padding:64px 0;color:hsla(0,0%,100%,.4);text-align:center}.post-detail-text-only .post-comments-area .comments-feed .empty-state p{font-size:15px;margin:0}.post-detail-with-images{display:grid;grid-template-columns:1fr 450px;position:fixed;top:100px;left:40px;right:40px;bottom:40px;z-index:30;background:#0f0f0f;border:1px solid hsla(0,0%,100%,.08);border-radius:32px;box-shadow:0 50px 100px -20px rgba(0,0,0,.7),0 30px 60px -30px rgba(0,0,0,.5);overflow:hidden}@media(max-width:1100px){.post-detail-with-images{grid-template-columns:1fr 400px;left:20px;right:20px;bottom:20px}}@media(max-width:900px){.post-detail-with-images{grid-template-columns:1fr;position:relative;top:0;left:0;right:0;bottom:0;height:auto;border-radius:0;overflow:visible;z-index:1}}.post-detail-with-images .post-image-gallery{position:relative;display:flex;align-items:center;justify-content:center;background:#0a0a0a;padding:24px;overflow:hidden}@media(max-width:900px){.post-detail-with-images .post-image-gallery{padding:20px;aspect-ratio:1}}.post-detail-with-images .post-image-gallery .gallery-main{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.post-detail-with-images .post-image-gallery .gallery-main .gallery-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px;box-shadow:none;transition:transform .3s ease}.post-detail-with-images .post-image-gallery .gallery-main .gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;opacity:0}.post-detail-with-images .post-image-gallery .gallery-main .gallery-nav:hover{background:hsla(0,0%,100%,.1);transform:translateY(-50%) scale(1.1)}.post-detail-with-images .post-image-gallery .gallery-main .gallery-nav.prev{left:24px}.post-detail-with-images .post-image-gallery .gallery-main .gallery-nav.next{right:24px}.post-detail-with-images .post-image-gallery .gallery-main:hover .gallery-nav{opacity:1}.post-detail-with-images .post-image-gallery .gallery-main .gallery-dots{position:absolute;bottom:-24px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.post-detail-with-images .post-image-gallery .gallery-main .gallery-dots .dot{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.2);border:none;cursor:pointer;transition:all .3s}.post-detail-with-images .post-image-gallery .gallery-main .gallery-dots .dot:hover{background:hsla(0,0%,100%,.4)}.post-detail-with-images .post-image-gallery .gallery-main .gallery-dots .dot.active{background:#fff;width:20px;border-radius:4px}.post-detail-with-images .post-content-panel{display:flex;flex-direction:column;height:100%;background:#0f0f0f;border-left:1px solid hsla(0,0%,100%,.05);padding:0;position:relative;overflow:hidden}.post-detail-with-images .post-content-panel .panel-scroll-area{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:24px 16px 24px 24px;display:flex;flex-direction:column;gap:16px}.post-detail-with-images .post-content-panel .post-author-row{margin-bottom:0;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.05)}.post-detail-with-images .post-content-panel .post-author-row .author-avatar{width:36px;height:36px;border:1px solid hsla(0,0%,100%,.1)}.post-detail-with-images .post-content-panel .post-author-row .author-name{font-size:15px;font-weight:700}.post-detail-with-images .post-content-panel .post-title{font-size:20px;font-weight:800;letter-spacing:-.01em;margin-top:4px}.post-detail-with-images .post-content-panel .post-content{font-size:15px;color:hsla(0,0%,100%,.85);line-height:1.6}.post-detail-with-images .post-content-panel .post-tags{margin-bottom:0}.post-detail-with-images .post-content-panel .post-tags .tag{background:hsla(0,0%,100%,.05);padding:4px 12px;border-radius:99px;color:hsla(0,0%,100%,.5);font-weight:600;transition:all .2s}.post-detail-with-images .post-content-panel .post-tags .tag:hover{color:#fff;background:hsla(0,0%,100%,.1);text-decoration:none}.post-detail-with-images .post-content-panel .post-comments-divider{margin:20px 0 10px}.post-detail-with-images .post-content-panel .post-comments-divider:after,.post-detail-with-images .post-content-panel .post-comments-divider:before{background:hsla(0,0%,100%,.05)}.post-detail-with-images .post-content-panel .post-actions-integrated.side-panel{background:hsla(0,0%,6%,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid hsla(0,0%,100%,.05);padding:20px 24px;margin-top:auto;position:relative;bottom:auto}.post-actions-integrated{display:flex!important;align-items:center!important;gap:16px!important;padding:12px 20px!important;background:hsla(0,0%,100%,.02)!important;border:1px solid hsla(0,0%,100%,.08)!important;border-radius:20px!important;margin:20px 0!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.post-actions-integrated:focus-within{background:hsla(0,0%,100%,.04)!important;border-color:hsla(0,0%,100%,.15)!important}.post-actions-integrated .actions-right{display:flex!important;align-items:center!important;gap:4px!important;border-left:1px solid hsla(0,0%,100%,.1)!important;padding-left:12px!important}.post-actions-integrated .actions-right .action-btn{background:none!important;border:none!important;box-shadow:none!important;color:hsla(0,0%,100%,.4)!important;cursor:pointer!important;padding:8px!important;border-radius:10px!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .2s ease!important}.post-actions-integrated .actions-right .action-btn:hover:not(:disabled){color:#fff!important;background:hsla(0,0%,100%,.08)!important}.post-actions-integrated .actions-right .action-btn.like.active{color:#fff!important;filter:drop-shadow(0 0 5px rgba(255,255,255,.2))}.post-actions-integrated .actions-right .action-btn .count{font-size:13px!important;font-weight:700!important;color:#fff!important}.post-actions-integrated .comment-form-inline{flex:1 1!important;display:flex!important;align-items:center!important;gap:12px!important}.post-actions-integrated .comment-form-inline .reply-preview{display:flex!important;align-items:center!important;gap:6px!important;background:hsla(0,0%,100%,.1)!important;padding:4px 10px!important;border-radius:8px!important;font-size:12px!important;color:#fff!important}.post-actions-integrated .comment-form-inline .reply-preview button{background:none!important;border:none!important;color:hsla(0,0%,100%,.4)!important;cursor:pointer}.post-actions-integrated .comment-form-inline input{flex:1 1!important;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;color:#fff!important;font-size:14px!important;padding:8px 0!important}.post-actions-integrated .comment-form-inline input::placeholder{color:hsla(0,0%,100%,.25)!important}.post-actions-integrated .comment-form-inline .submit-icon-btn{background:none!important;border:none!important;color:hsla(0,0%,100%,.3)!important;cursor:pointer!important;padding:8px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s!important}.post-actions-integrated .comment-form-inline .submit-icon-btn:hover:not(:disabled){color:#fff!important;background:hsla(0,0%,100%,.1)!important}.post-actions-integrated .comment-form-inline .submit-icon-btn:disabled{opacity:.2!important}.post-actions-integrated.side-panel{margin:0!important;border-radius:0!important;background:#0f0f0f!important;border:none!important;border-top:1px solid hsla(0,0%,100%,.05)!important;padding:20px 24px!important;-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important}.post-lightbox-overlay{position:fixed!important;inset:0!important;z-index:9999!important;background:rgba(0,0,0,.85)!important;-webkit-backdrop-filter:blur(40px) saturate(150%)!important;backdrop-filter:blur(40px) saturate(150%)!important}.post-lightbox-overlay,.post-lightbox-overlay .lightbox-close{display:flex!important;align-items:center!important;justify-content:center!important}.post-lightbox-overlay .lightbox-close{position:absolute!important;top:32px!important;right:32px!important;background:hsla(0,0%,100%,.05)!important;border:1px solid hsla(0,0%,100%,.1)!important;color:#fff!important;width:48px!important;height:48px!important;border-radius:50%!important;cursor:pointer!important;transition:all .2s!important}.post-lightbox-overlay .lightbox-close:hover{background:hsla(0,0%,100%,.1)!important}.post-lightbox-overlay .lightbox-controls{position:absolute!important;bottom:40px!important;left:50%!important;transform:translateX(-50%)!important;display:flex!important;align-items:center!important;gap:20px!important;background:hsla(0,0%,100%,.05)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;padding:8px 24px!important;border-radius:40px!important;border:1px solid hsla(0,0%,100%,.1)!important}.post-lightbox-overlay .lightbox-controls button{background:none!important;border:none!important;color:#fff!important;cursor:pointer!important;padding:8px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important}.post-lightbox-overlay .lightbox-controls button:hover:not(:disabled){background:hsla(0,0%,100%,.1)!important}.post-lightbox-overlay .lightbox-controls button:disabled{opacity:.3}.post-lightbox-overlay .lightbox-controls .zoom-level{font-size:14px!important;font-weight:700!important;color:#fff!important;min-width:50px!important;text-align:center!important}.post-lightbox-overlay .lightbox-content{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.post-lightbox-overlay .lightbox-content img{max-width:90%!important;max-height:90%!important;object-fit:contain!important;box-shadow:none!important;border-radius:4px!important}.post-detail-with-images .post-content-panel .panel-scroll-area{scrollbar-width:none}.post-detail-with-images .post-content-panel .panel-scroll-area::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.post-detail-with-images .post-content-panel .panel-scroll-area::-webkit-scrollbar-button,.post-detail-with-images .post-content-panel .panel-scroll-area::-webkit-scrollbar-corner,.post-detail-with-images .post-content-panel .panel-scroll-area::-webkit-scrollbar-thumb,.post-detail-with-images .post-content-panel .panel-scroll-area::-webkit-scrollbar-track{display:none!important;background:transparent!important}