.post-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;transition:all .3s cubic-bezier(.34,1.56,.64,1);border:1.5px solid rgba(0,0,0,0)}.post-card:hover{box-shadow:0 20px 50px rgba(102,126,234,.35);transform:translateY(-6px);border-color:rgba(102,126,234,.4)}.post-card .post-card-image{position:relative;height:200px;width:100%;overflow:hidden;cursor:pointer}.post-card .post-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease,opacity .3s ease}.post-card .post-card-image .video-wrapper{width:100%;height:100%}.post-card .post-card-image .video-wrapper video{display:block;width:100%;height:100%;object-fit:cover}.post-card .post-card-image:hover img{opacity:.85;transform:scale(1.02)}.post-card .post-card-body{padding:1.5rem}.post-card .post-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.post-card .post-card-title a{color:inherit;text-decoration:none;transition:color .2s}.post-card .post-card-title a:hover{color:var(--primary-color)}.post-card .post-card-category{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.post-card .post-card-content{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card .post-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.post-card .post-card-tags .tag{background:#f3f4f6;color:#667eea;padding:.25rem .5rem;border-radius:8px;font-size:.8rem;font-weight:500}.post-card .post-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #e5e7eb}.post-card .post-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666}.post-card .post-card-meta .post-card-author{color:#667eea;text-decoration:none;font-weight:600}.post-card .post-card-meta .post-card-author:hover{text-decoration:underline}.post-card .post-card-meta .post-card-author-link{cursor:pointer}.post-card .post-card-actions{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.post-card .post-card-actions a{color:#10b981;text-decoration:none;font-weight:600}.post-card .post-card-actions a:hover{text-decoration:underline}.post-card .post-card-actions .delete-btn{background:none;border:none;color:#ef4444;cursor:pointer;font-weight:600;padding:0}.post-card .post-card-actions .delete-btn:hover{text-decoration:underline}.post-card .read-more-link{color:var(--primary-color);text-decoration:none;font-weight:600;font-size:.85rem}.post-card .read-more-link:hover{text-decoration:underline}.image-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);z-index:99999;display:flex;align-items:center;justify-content:center;padding:0;cursor:zoom-out;pointer-events:auto;animation:overlayFadeIn .3s ease-out forwards}@keyframes overlayFadeIn{0%{background:rgba(0,0,0,0);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}to{background:rgba(0,0,0,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}}.image-modal-content{position:relative;width:90vw;max-width:1200px;height:80vh;max-height:800px;display:flex;align-items:center;justify-content:center;transform:scale(.5);opacity:0;pointer-events:none;animation:modalZoomIn .4s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes modalZoomIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.image-modal-content img{max-width:90vw;max-height:90vh;width:auto;height:auto;border-radius:8px;box-shadow:0 25px 50px rgba(0,0,0,.7);object-fit:contain;-moz-user-select:none;user-select:none;-webkit-user-select:none;pointer-events:none}.image-modal-close{position:fixed;top:20px;right:20px;background:hsla(0,0%,100%,.95);border:none;color:#1e293b;font-size:2rem;font-weight:300;width:48px;pointer-events:auto;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1;padding:0;z-index:10001;box-shadow:0 4px 12px rgba(0,0,0,.3)}.image-modal-close:hover{background:#fff;transform:rotate(90deg) scale(1.1);color:#dc2626}.image-modal-close:active{transform:rotate(90deg) scale(.95)}.post-card[data-bs-theme=dark],[data-bs-theme=dark] .post-card{background:#1e293b;box-shadow:0 2px 8px rgba(0,0,0,.3)}.post-card[data-bs-theme=dark]:hover,[data-bs-theme=dark] .post-card:hover{box-shadow:0 16px 40px rgba(147,149,161,.4);border-color:rgba(102,126,234,.4)}.post-card[data-bs-theme=dark] .post-card-title,[data-bs-theme=dark] .post-card .post-card-title{color:#f8fafc}.post-card[data-bs-theme=dark] .post-card-title a:hover,[data-bs-theme=dark] .post-card .post-card-title a:hover{color:#818cf8}.post-card[data-bs-theme=dark] .post-card-content,[data-bs-theme=dark] .post-card .post-card-content{color:#94a3b8}.post-card[data-bs-theme=dark] .post-card-footer,[data-bs-theme=dark] .post-card .post-card-footer{border-top-color:#334155;color:#94a3b8}.post-card-image .multi-image-icon{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.52);border-radius:100px;padding:4px 9px 4px 7px;display:flex;align-items:center;gap:5px;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.post-card-image .multi-image-icon svg{display:block;flex-shrink:0}.post-card-image .multi-image-icon span{color:#fff;font-size:12px;font-weight:700;line-height:1}.carousel-overlay{inset:0;background:rgba(0,0,0,.93);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:999999;flex-direction:column}.carousel-close,.carousel-overlay{position:fixed;display:flex;align-items:center;justify-content:center}.carousel-close{top:18px;right:18px;background:hsla(0,0%,100%,.92);border:none;color:#1e293b;font-size:2rem;font-weight:300;width:46px;height:46px;border-radius:50%;cursor:pointer;z-index:1000000;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:all .2s}.carousel-close:hover{transform:rotate(90deg) scale(1.1);color:#dc2626}.carousel-counter{position:fixed;top:22px;left:50%;transform:translateX(-50%);color:#fff;font-size:14px;font-weight:600;background:rgba(0,0,0,.45);padding:4px 14px;border-radius:100px;z-index:100001}.carousel-content{width:100vw;height:100vh;display:flex;pointer-events:auto}.carousel-content,.carousel-image-wrapper{position:relative;align-items:center;justify-content:center}.carousel-image-wrapper{display:inline-flex;max-width:92vw;max-height:88vh}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.22);border:none;color:#fff;font-size:2rem;width:38px;height:38px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100002;transition:background .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);-webkit-user-select:none;-moz-user-select:none;user-select:none}.carousel-arrow:hover{background:hsla(0,0%,100%,.42)}.carousel-arrow.carousel-arrow-left{left:10px}.carousel-arrow.carousel-arrow-right{right:10px}.carousel-dots{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:100001}.carousel-dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.4);border:none;cursor:pointer;padding:0;transition:all .2s}.carousel-dot.active{background:#fff;transform:scale(1.3)}