.post-card{border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(0,0,0,.05);overflow:hidden;margin-bottom:16px;transition:all .2s ease-in-out;border-radius:10px;background-color:#fff}.post-card:hover{border-color:rgba(10,102,194,.2);box-shadow:0 4px 10px rgba(0,0,0,.08)}.post-card .post-header{padding:16px 16px 8px;display:flex;justify-content:space-between;align-items:flex-start}.post-card .post-header .author-info{display:flex;gap:8px}.post-card .post-header .author-info .avatar-link{text-decoration:none;flex-shrink:0}.post-card .post-header .author-info .avatar-med{width:38px;height:38px;background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#0a66c2;font-size:14px;overflow:hidden}.post-card .post-header .author-info .avatar-med img{width:100%;height:100%;object-fit:cover}.post-card .post-header .author-info .text-info .author-link{text-decoration:none}.post-card .post-header .author-info .text-info .author-name{font-size:13px;font-weight:700;color:#111827;display:block}.post-card .post-header .author-info .text-info .author-name:hover{color:#0a66c2;text-decoration:underline}.post-card .post-header .author-info .text-info .author-title{font-size:11px;color:#4b5563;display:block;margin-top:1px}.post-card .post-header .author-info .text-info .post-time{font-size:10px;color:#9ca3af;display:block;margin-top:1px}.post-card .post-header .header-right{display:flex;align-items:center;gap:8px}.post-card .post-header .header-right .delete-post-btn{background:#fef2f2;border:1px solid #fee2e2;color:#ef4444;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out}.post-card .post-header .header-right .delete-post-btn .delete-icon{font-size:11px;font-weight:800}.post-card .post-header .header-right .delete-post-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444;transform:translateY(-1px);box-shadow:0 4px 12px rgba(239,68,68,.2)}.post-card .post-header .header-right .delete-post-btn:disabled{opacity:.5;cursor:not-allowed}.post-card .post-header .header-right .unfollow-btn-post{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;padding:4px 10px;border-radius:8px;font-size:10px;font-weight:700;cursor:pointer;transition:all .2s ease-in-out}.post-card .post-header .header-right .unfollow-btn-post:hover{background:#e2e8f0;color:#0f172a;border-color:#cbd5e1}.post-card .post-header .header-right .more-btn{color:#9ca3af;padding:4px;font-size:14px}.post-card .post-header .header-right .more-btn:hover{color:#4b5563}.post-card .post-content{padding:0 16px 16px;font-size:13px;color:#111827;white-space:pre-wrap;line-height:1.5}.post-card .post-content .text-content{margin-bottom:12px}.post-card .post-content .text-content .hashtag-link{color:#0a66c2;font-weight:700;cursor:pointer;transition:all .2s ease-in-out;padding:0 2px;border-radius:4px}.post-card .post-content .text-content .hashtag-link:hover{background-color:rgba(10,102,194,.1);text-decoration:underline}.post-card .post-content .post-images-grid{display:grid;grid-gap:8px;gap:8px;border-radius:12px;overflow:hidden;margin-top:12px;background-color:rgba(0,0,0,0)}.post-card .post-content .post-images-grid .grid-image-container{position:relative;cursor:zoom-in;overflow:hidden;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.post-card .post-content .post-images-grid .grid-image-container img{width:100%;height:100%;object-fit:cover;object-position:center 25%;transition:all .2s ease-in-out}.post-card .post-content .post-images-grid .grid-image-container:hover img{transform:scale(1.03);opacity:.98}.post-card .post-content .post-images-grid.count-1{grid-template-columns:1fr;width:100%}.post-card .post-content .post-images-grid.count-1 .grid-image-container{width:100%;max-width:none;background:#000;border-radius:12px;overflow:hidden;box-shadow:none;border:1px solid rgba(0,0,0,.05)}.post-card .post-content .post-images-grid.count-1 .grid-image-container.single-landscape{aspect-ratio:16/9}.post-card .post-content .post-images-grid.count-1 .grid-image-container.single-portrait{aspect-ratio:4/5}.post-card .post-content .post-images-grid.count-1 .grid-image-container.single-square{aspect-ratio:1/1}.post-card .post-content .post-images-grid.count-1 .grid-image-container img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.post-card .post-content .post-images-grid.count-1 .grid-image-container:hover img{transform:scale(1.05)}.post-card .post-content .post-images-grid.count-2,.post-card .post-content .post-images-grid.count-3,.post-card .post-content .post-images-grid.count-4{gap:4px;width:100%}.post-card .post-content .post-images-grid.count-2 .grid-image-container,.post-card .post-content .post-images-grid.count-3 .grid-image-container,.post-card .post-content .post-images-grid.count-4 .grid-image-container{border-radius:0;aspect-ratio:1/1;overflow:hidden}.post-card .post-content .post-images-grid.count-2 .grid-image-container img,.post-card .post-content .post-images-grid.count-3 .grid-image-container img,.post-card .post-content .post-images-grid.count-4 .grid-image-container img{width:100%;height:100%;object-fit:cover}.post-card .post-content .post-images-grid.count-2 .grid-image-container:hover img,.post-card .post-content .post-images-grid.count-3 .grid-image-container:hover img,.post-card .post-content .post-images-grid.count-4 .grid-image-container:hover img{transform:scale(1.08)}.post-card .post-content .post-images-grid.count-2{grid-template-columns:1fr 1fr}.post-card .post-content .post-images-grid.count-3{grid-template-columns:repeat(3,1fr)}.post-card .post-content .post-images-grid.count-4{grid-template-columns:repeat(2,1fr)}.post-card .post-insights-horizontal{display:flex;gap:12px;padding:0 16px 12px;margin-top:-4px}.post-card .post-insights-horizontal .insight-pill{display:flex;align-items:center;gap:6px;padding:4px 10px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px}.post-card .post-insights-horizontal .insight-pill .pill-label{font-size:9px;font-weight:700;text-transform:uppercase;color:#9ca3af;letter-spacing:.5px}.post-card .post-insights-horizontal .insight-pill .pill-value{font-size:11px;font-weight:700;color:#0a66c2}.post-card .post-footer{border-top:1px solid rgba(229,231,235,.5)}.post-card .post-footer .post-stats{padding:4px 16px;display:flex;gap:16px;font-size:10px;color:#9ca3af}.post-card .post-footer .likers-compact-list{padding:8px 16px;display:flex;align-items:center;gap:12px;background:rgba(10,102,194,.02);border-bottom:1px solid rgba(229,231,235,.3);animation:fadeIn .3s ease-out}.post-card .post-footer .likers-compact-list .likers-avatars{display:flex;align-items:center}.post-card .post-footer .likers-compact-list .likers-avatars .liker-avatar-mini{width:22px;height:22px;border-radius:50%;border:2px solid #fff;background:#f8fafc;margin-left:-8px;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;box-shadow:0 2px 4px rgba(0,0,0,.1)}.post-card .post-footer .likers-compact-list .likers-avatars .liker-avatar-mini:first-child{margin-left:0}.post-card .post-footer .likers-compact-list .likers-avatars .liker-avatar-mini img{width:100%;height:100%;object-fit:cover}.post-card .post-footer .likers-compact-list .likers-avatars .more-likers{font-size:10px;font-weight:700;color:#9ca3af;margin-left:6px}.post-card .post-footer .likers-compact-list .likers-text{font-size:11px;color:#4b5563}.post-card .post-footer .likers-compact-list .likers-text strong{color:#111827}.post-card .post-footer .likers-compact-list .loading-small{font-size:10px;color:#9ca3af}.post-card .post-footer .likers-compact-list .no-likers{font-size:10px;color:#9ca3af;font-style:italic}.post-card .post-footer .post-actions{display:flex;padding:2px;border-top:1px solid rgba(229,231,235,.3)}.post-card .post-footer .post-actions .action-btn{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;border-radius:6px;color:#4b5563;font-weight:600;font-size:11px;transition:all .2s ease-in-out}.post-card .post-footer .post-actions .action-btn .icon{font-size:14px}.post-card .post-footer .post-actions .action-btn:hover{background-color:#f9fafb;color:#0a66c2}.post-card .post-footer .post-actions .action-btn.active{color:#0a66c2}.post-card .post-footer .comments-section{padding:16px;background:#fafafa;border-top:1px solid #f1f5f9}.post-card .post-footer .comments-section .comments-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;max-height:300px;overflow-y:auto}.post-card .post-footer .comments-section .comments-list .comment-item{display:flex;gap:10px}.post-card .post-footer .comments-section .comments-list .comment-item .comment-avatar-mini{width:28px;height:28px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;overflow:hidden;flex-shrink:0}.post-card .post-footer .comments-section .comments-list .comment-item .comment-avatar-mini img{width:100%;height:100%;object-fit:cover}.post-card .post-footer .comments-section .comments-list .comment-item .comment-bubble{background:#fff;padding:8px 12px;border-radius:14px;border:1px solid #e2e8f0;flex:1 1}.post-card .post-footer .comments-section .comments-list .comment-item .comment-bubble strong{display:block;font-size:11px;margin-bottom:2px}.post-card .post-footer .comments-section .comments-list .comment-item .comment-bubble p{font-size:11px;line-height:1.4;color:#334155}.post-card .post-footer .comments-section .comments-list .no-comments{text-align:center;font-size:11px;color:#9ca3af;padding:10px}.post-card .post-footer .comments-section .comment-input-area{display:flex;gap:10px;background:#fff;padding:6px 12px;border:1px solid #e2e8f0;border-radius:20px}.post-card .post-footer .comments-section .comment-input-area input{flex:1 1;border:none;outline:none;font-size:12px;background:rgba(0,0,0,0)}.post-card .post-footer .comments-section .comment-input-area button{border:none;color:#0a66c2;font-weight:700;font-size:11px;cursor:pointer}.post-card .post-footer .comments-section .comment-input-area button:disabled{opacity:.5;cursor:not-allowed}.post-card .post-footer .comments-section .comment-guest-prompt{background:#fff;border:1px dashed #e2e8f0;border-radius:12px;padding:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.post-card .post-footer .comments-section .comment-guest-prompt:hover{border-color:#0a66c2;background:#f8fafc}.post-card .post-footer .comments-section .comment-guest-prompt p{margin:0;font-size:11px;color:#9ca3af}.post-card .post-footer .comments-section .comment-guest-prompt p span{color:#0a66c2;font-weight:700;text-decoration:underline;margin-left:4px}.smart-search-bar{width:100%;max-width:480px}.smart-search-bar .search-pill{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:9999px;transition:all .2s ease}.smart-search-bar .search-pill.dark{background:#1e293b;border:1px solid hsla(0,0%,100%,.15)}.smart-search-bar .search-pill.dark:focus-within{background:#0f172a;border-color:rgba(59,130,246,.8);box-shadow:0 0 0 2px rgba(59,130,246,.3)}.smart-search-bar .search-pill.dark .search-icon{color:#94a3b8}.smart-search-bar .search-pill.dark input{color:#fff}.smart-search-bar .search-pill.dark input::placeholder{color:#64748b}.smart-search-bar .search-pill.light{background:#f1f5f9;border:1px solid #e2e8f0}.smart-search-bar .search-pill.light:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.smart-search-bar .search-pill.light .search-icon{color:#64748b}.smart-search-bar .search-pill.light input{color:#0f172a}.smart-search-bar .search-pill.light input::placeholder{color:#94a3b8}.smart-search-bar .search-pill input{flex:1 1;background:rgba(0,0,0,0);border:none;outline:none;font-size:.95rem;width:100%}.smart-search-bar .search-suggestions-dropdown{position:absolute;top:120%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 10px 30px -5px rgba(0,0,0,.15),0 4px 6px -2px rgba(0,0,0,.05);border:1px solid #e2e8f0;overflow:hidden;z-index:1000;animation:slideDown .2s ease-out}.smart-search-bar .search-suggestions-dropdown .suggestion-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f8fafc}.smart-search-bar .search-suggestions-dropdown .suggestion-item:last-child{border-bottom:none}.smart-search-bar .search-suggestions-dropdown .suggestion-item:hover{background:#f1f5f9}.smart-search-bar .search-suggestions-dropdown .suggestion-item .s-avatar{width:36px;height:36px;border-radius:50%;background:#e2e8f0;overflow:hidden;display:flex;align-items:center;justify-content:center;font-weight:700;color:#64748b;font-size:13px;flex-shrink:0}.smart-search-bar .search-suggestions-dropdown .suggestion-item .s-avatar img{width:100%;height:100%;object-fit:cover}.smart-search-bar .search-suggestions-dropdown .suggestion-item .s-info{display:flex;flex-direction:column;gap:2px}.smart-search-bar .search-suggestions-dropdown .suggestion-item .s-info .s-name{font-size:14px;font-weight:600;color:#0f172a}.smart-search-bar .search-suggestions-dropdown .suggestion-item .s-info .s-handle{font-size:12px;color:#64748b}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.login-btn-header{background:#0a66c2;color:#fff;padding:8px 18px;border-radius:6px;font-weight:600;font-size:13px;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(10,102,194,.2)}.login-btn-header:hover{background:rgb(8.75,89.25,169.75);transform:translateY(-2px);box-shadow:0 6px 15px rgba(10,102,194,.3)}.login-btn-header:active{transform:translateY(0)}