.content-posts-layout{display:flex;gap:2rem;align-items:flex-start;margin-top:1.5rem}.posts-main-content{flex:1;min-width:0}.posts-sidebar{width:300px;flex-shrink:0;display:flex;flex-direction:column;gap:1.5rem}.no-posts-card{background-color:var(--card-bg,#ffffff);border:1px solid var(--border-color,#dee2e6);border-radius:8px;padding:3rem 2rem;text-align:center;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.no-posts-card p{font-size:1.1rem;color:#64748b;margin-bottom:1.5rem}.posts-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.post-card{background-color:var(--card-bg,#ffffff);border:1px solid var(--border-color,#dee2e6);border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;transition:transform 0.25s cubic-bezier(0.4,0,0.2,1),box-shadow 0.25s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);position:relative;overflow:hidden}.post-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.post-card-meta{display:flex;justify-content:space-between;font-size:0.85rem;color:#64748b;margin-bottom:0.75rem}.post-card-date{font-weight:500}.post-card-category a{color:var(--primary-color,#007bff);text-decoration:none;font-weight:600;transition:opacity 0.15s ease}.post-card-category a:hover{opacity:0.8}.post-card-title{font-size:1.35rem;line-height:1.3;margin:0 0 0.75rem 0}.post-card-title a{color:var(--text-color,#1e293b);text-decoration:none;transition:color 0.15s ease}.post-card-title a:hover{color:var(--primary-color,#007bff)}.post-card-excerpt{color:#475569;font-size:0.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.post-card-footer{border-top:1px solid var(--border-color,#dee2e6);padding-top:0.75rem;margin-top:auto;font-size:0.85rem}.post-card-author{color:#64748b;display:block;margin-bottom:0.5rem}.post-card-tags{display:flex;flex-wrap:wrap;gap:0.35rem;margin-top:0.5rem}.post-tag-badge{display:inline-block;background-color:#f1f5f9;color:#475569;font-size:0.75rem;font-weight:500;padding:0.25rem 0.5rem;border-radius:4px;text-decoration:none;transition:background-color 0.15s ease,color 0.15s ease}.post-tag-badge:hover{background-color:var(--primary-color,#007bff);color:#ffffff}.post-meta-bar{margin-top:-0.5rem;margin-bottom:2rem;font-size:0.9rem;color:#64748b;display:flex;gap:1rem;flex-wrap:wrap;border-bottom:1px solid var(--border-color,#dee2e6);padding-bottom:0.75rem}.post-meta-bar a{color:var(--primary-color,#007bff);font-weight:600;text-decoration:none;transition:opacity 0.15s ease}.post-meta-bar a:hover{opacity:0.8}.post-detail-body{font-size:1.05rem;line-height:1.7;color:var(--text-color,#334155)}.post-detail-body p{margin-bottom:1.25rem}.post-detail-footer{margin-top:2.5rem;padding-top:1.25rem;border-top:1px dashed var(--border-color,#dee2e6)}.post-detail-tags{display:flex;align-items:center;flex-wrap:wrap;gap:0.5rem}.tags-label{font-size:0.9rem;font-weight:600;color:#64748b;margin-right:0.5rem}.sidebar-widget{background-color:var(--card-bg,#ffffff);border:1px solid var(--border-color,#dee2e6);border-radius:8px;padding:1.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.widget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:2px solid var(--primary-color,#007bff)}.widget-title{font-size:1.15rem;color:var(--text-color,#1e293b);margin-top:0;margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:2px solid var(--primary-color,#007bff)}.widget-header .widget-title{margin-bottom:0;padding-bottom:0;border-bottom:none}.widget-select-wrapper{position:relative;display:inline-block}.widget-year-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--card-bg,#ffffff);border:1px solid var(--border-color,#dee2e6);border-radius:6px;padding:0.35rem 2.25rem 0.35rem 0.75rem;font-size:0.85rem;font-weight:600;color:var(--text-color,#475569);cursor:pointer;outline:none;transition:border-color 0.15s ease,box-shadow 0.15s ease}.widget-year-select:hover{border-color:var(--primary-color,#007bff)}.widget-year-select:focus{border-color:var(--primary-color,#007bff);box-shadow:0 0 0 3px rgba(0,123,255,0.15)}.widget-select-wrapper::after{content:"";position:absolute;right:0.75rem;top:50%;width:0.45rem;height:0.45rem;border-right:2px solid var(--text-color,#475569);border-bottom:2px solid var(--text-color,#475569);transform:translateY(-70%) rotate(45deg);pointer-events:none;transition:border-color 0.15s ease}.widget-select-wrapper:hover::after{border-color:var(--primary-color,#007bff)}.widget-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}.widget-list-item{border-bottom:1px solid #f1f5f9;padding-bottom:0.5rem}.widget-list-item:last-child{border-bottom:none;padding-bottom:0}.widget-link{display:flex;justify-content:space-between;align-items:center;color:var(--text-color,#475569);text-decoration:none;font-size:0.95rem;transition:color 0.15s ease}.widget-link:hover{color:var(--primary-color,#007bff)}.widget-count{background-color:#f1f5f9;color:#64748b;font-size:0.75rem;font-weight:600;padding:0.15rem 0.4rem;border-radius:9999px;transition:background-color 0.15s ease,color 0.15s ease}.widget-link:hover .widget-count{background-color:var(--primary-color,#007bff);color:#ffffff}.widget-tag-cloud{display:flex;flex-wrap:wrap;gap:0.45rem}.tag-cloud-link{display:inline-flex;align-items:center;background-color:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-size:0.8rem;padding:0.25rem 0.5rem;border-radius:4px;text-decoration:none;transition:all 0.15s ease;gap:0.25rem}.tag-cloud-link:hover{background-color:var(--primary-color,#007bff);border-color:var(--primary-color,#007bff);color:#ffffff}.tag-cloud-count{font-size:0.7rem;color:#94a3b8}.tag-cloud-link:hover .tag-cloud-count{color:rgba(255,255,255,0.8)}@media (max-width:992px){.content-posts-layout{flex-direction:column;gap:2rem}.posts-sidebar{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width:576px){.posts-sidebar{grid-template-columns:1fr}.post-detail-view{padding:1.25rem}.post-detail-title{font-size:1.75rem}.post-detail-meta{flex-direction:column;gap:0.35rem}}.post-detail-body h2,.post-detail-body h3,.post-detail-body h4{color:var(--text-color,#1e293b);font-weight:700;margin-top:2.25rem;margin-bottom:1rem;line-height:1.3}.post-detail-body h2{font-size:1.6rem}.post-detail-body h3{font-size:1.35rem}.post-detail-body h4{font-size:1.15rem}.post-detail-body ul,.post-detail-body ol{margin-left:1.75rem;margin-bottom:1.5rem;padding-left:0}.post-detail-body li{margin-bottom:0.5rem;line-height:1.6}.post-detail-body blockquote{margin:2rem 0;padding:1.25rem 1.75rem;border-left:4px solid var(--primary-color,#007bff);background-color:#f8fafc;border-radius:0 8px 8px 0;box-shadow:inset 2px 0 8px rgba(0,0,0,0.01)}.post-detail-body blockquote p{font-style:italic;font-size:1.1rem;color:#475569;margin-top:0;margin-bottom:0.5rem;line-height:1.6}.post-detail-body blockquote p:last-child{margin-bottom:0}.post-detail-body blockquote cite{font-size:0.85rem;font-weight:600;color:#64748b;display:block;text-transform:uppercase;letter-spacing:0.05em}.table-responsive{overflow-x:auto;margin:2rem 0;border:1px solid var(--border-color,#e2e8f0);border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.02)}.editor-table{width:100%;border-collapse:collapse;font-size:0.95rem;text-align:left;background:#ffffff}.editor-table th,.editor-table td{padding:12px 16px;border-bottom:1px solid var(--border-color,#e2e8f0)}.editor-table tr:last-child th,.editor-table tr:last-child td{border-bottom:none}.editor-table th{background-color:#f8fafc;font-weight:600;color:var(--text-color,#1e293b)}.editor-table td{color:#475569}.editor-table tbody tr:nth-child(even) td{background-color:#f8fafc}.post-detail-body figure{margin:2rem 0;display:flex;flex-direction:column;align-items:center;background:#f8fafc;padding:12px;border-radius:8px;border:1px solid var(--border-color,#e2e8f0)}.post-detail-body figure.with-border{border:2px solid var(--primary-color,#007bff)}.post-detail-body figure.stretched{width:100%;max-width:100%}.post-detail-body figure.stretched img{width:100%;max-width:100%}.post-detail-body figure img{max-width:100%;height:auto;border-radius:6px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.post-detail-body figcaption{margin-top:0.75rem;font-size:0.85rem;color:#64748b;text-align:center;font-style:italic}.post-image-grid{display:grid;gap:1rem;margin:2rem 0;width:100%}.post-image-grid.grid-cols-2{grid-template-columns:repeat(2,1fr)}.post-image-grid.grid-cols-3{grid-template-columns:repeat(3,1fr)}.post-image-grid.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.post-image-grid.grid-cols-3,.post-image-grid.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.post-image-grid.grid-cols-2,.post-image-grid.grid-cols-3,.post-image-grid.grid-cols-4{grid-template-columns:1fr}}.post-image-grid-item{margin:0 !important;padding:8px !important;background:#f8fafc;border:1px solid var(--border-color,#e2e8f0);border-radius:8px;display:flex;flex-direction:column;align-items:center}.post-image-grid-item img{max-width:100%;height:auto;border-radius:6px;object-fit:cover;aspect-ratio:4 / 3;width:100%}.post-lightbox-link{cursor:zoom-in;display:flex;flex-direction:column;align-items:center;width:100%;text-decoration:none}.post-detail-body figure.with-background{background:#e2e8f0;padding:24px}.post-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(15,23,42,0.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:99999;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.post-lightbox.is-active{opacity:1;visibility:visible}.post-lightbox__content{position:relative;max-width:90vw;max-height:80vh;display:flex;justify-content:center;align-items:center;transform:scale(0.95);transition:transform 0.3s cubic-bezier(0.34,1.56,0.64,1)}.post-lightbox.is-active .post-lightbox__content{transform:scale(1)}.post-lightbox__img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);user-select:none;-webkit-user-drag:none;background-color:#ffffff;transition:opacity 0.3s ease,transform 0.3s ease}.post-lightbox__btn{position:absolute;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:#ffffff;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:1.5rem;transition:background 0.2s,transform 0.2s;user-select:none;z-index:10}.post-lightbox__btn:hover{background:rgba(255,255,255,0.25);transform:scale(1.05)}.post-lightbox__btn:active{transform:scale(0.95)}.post-lightbox__btn:focus-visible{outline:2px solid rgba(255,255,255,0.85);outline-offset:3px}.post-lightbox__btn--close{top:24px;right:24px;font-weight:300}.post-lightbox__btn--prev{left:24px;top:50%;transform:translateY(-50%)}.post-lightbox__btn--next{right:24px;top:50%;transform:translateY(-50%)}.post-lightbox__btn--prev:hover{transform:translateY(-50%) scale(1.05)}.post-lightbox__btn--next:hover{transform:translateY(-50%) scale(1.05)}.post-lightbox__btn--prev:active{transform:translateY(-50%) scale(0.95)}.post-lightbox__btn--next:active{transform:translateY(-50%) scale(0.95)}.post-lightbox__caption{margin-top:1.5rem;color:rgba(255,255,255,0.9);font-size:1rem;text-align:center;max-width:600px;padding:0.5rem 1rem;background:rgba(15,23,42,0.6);border-radius:6px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,0.1);min-height:1.5em;font-weight:500}.pagination-container{display:flex;justify-content:center;align-items:center;gap:0.5rem;margin-top:2.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.pagination-item{display:inline-flex;justify-content:center;align-items:center;min-width:2.5rem;height:2.5rem;padding:0 0.75rem;border-radius:6px;background-color:var(--card-bg,#ffffff);border:1px solid var(--border-color,#dee2e6);color:var(--text-color,#475569);text-decoration:none;font-size:0.9rem;font-weight:500;transition:all 0.2s ease;cursor:pointer;user-select:none}.pagination-item:hover{background-color:#f8fafc;border-color:var(--primary-color,#007bff);color:var(--primary-color,#007bff)}.pagination-item.active{background-color:var(--primary-color,#007bff);border-color:var(--primary-color,#007bff);color:#ffffff;cursor:default}.pagination-item.disabled{background-color:var(--card-bg,#ffffff);border-color:var(--border-color,#dee2e6);color:#94a3b8;cursor:not-allowed;opacity:0.6;pointer-events:none}.pagination-ellipsis{display:inline-flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;color:#94a3b8;font-size:0.9rem;user-select:none}.tracking-opt-out-container{margin:1.5rem 0;padding:1.25rem;background:#f8fafc;border:1px solid var(--border-color,#dee2e6);border-radius:var(--border-radius,8px);max-width:500px}.tracking-opt-out-label{display:flex;align-items:center;gap:10px;font-weight:600;cursor:pointer;user-select:none;margin:0}.tracking-opt-out-checkbox{width:18px;height:18px;cursor:pointer;margin:0}