.image-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}.image-grid-2 img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover;border-radius:.75rem;margin:0!important}.image-grid-2 figure{margin:0}.image-grid-2 figcaption{text-align:center;font-size:.875rem;color:#6b7280;margin-top:.5rem}@media(max-width:640px){.image-grid-2{grid-template-columns:1fr}.image-grid-2 img{height:200px}}.image-carousel{margin:2rem 0}.carousel-main{position:relative;display:flex;align-items:center}.carousel-image-container{flex:1;display:flex;justify-content:center;align-items:center;aspect-ratio:16/10;overflow:hidden;background:#f3f4f6;border-radius:1rem}.carousel-main-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;cursor:zoom-in;transition:opacity .15s ease;margin:0!important;border-radius:0!important;box-shadow:none!important}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#00000080;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;z-index:10}.carousel-nav:hover{background:#000000b3;transform:translateY(-50%) scale(1.1)}.carousel-prev{left:.75rem}.carousel-next{right:.75rem}.carousel-counter{text-align:center;padding:.75rem;color:#6b7280;font-size:.9rem;font-weight:500}.carousel-thumbnails{display:flex;gap:.5rem;padding:.75rem 0;overflow-x:auto;justify-content:center;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.carousel-thumb{flex-shrink:0;width:70px;height:52px;border:2px solid #e5e7eb;border-radius:.5rem;overflow:hidden;cursor:pointer;padding:0;background:transparent;opacity:.6;transition:all .3s ease}.carousel-thumb:hover{opacity:1;border-color:#d1d5db}.carousel-thumb.active{border-color:#db2777;opacity:1;box-shadow:0 0 8px #db277766}.carousel-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin:0!important;border-radius:0!important;box-shadow:none!important}.carousel-lightbox{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:all .3s ease;backdrop-filter:blur(10px)}.carousel-lightbox.open{opacity:1;visibility:visible}.lightbox-image{max-width:90vw;max-height:85vh;-o-object-fit:contain;object-fit:contain;border-radius:.5rem;transition:opacity .15s ease}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:3rem;height:3rem;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;transition:all .3s ease}.lightbox-close:hover{background:#db2777;transform:scale(1.1)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.lightbox-nav:hover{background:#ffffff40;transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}.lightbox-counter{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#fffc;font-size:1rem;background:#00000080;padding:.5rem 1rem;border-radius:2rem}@media(max-width:640px){.carousel-nav{width:40px;height:40px}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}.carousel-thumb{width:60px;height:45px}.lightbox-nav{width:44px;height:44px}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}}.post-content{font-size:1.1rem;line-height:1.8;color:#374151;font-family:Inter,sans-serif}.post-content h2{font-size:1.75rem;line-height:1.3;font-weight:800;letter-spacing:-.02em;color:#111827;margin-top:2.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.post-content h3{font-size:1.4rem;line-height:1.4;font-weight:700;color:#1f2937;margin-top:2rem;margin-bottom:.75rem}.post-content h4{font-size:1.2rem;line-height:1.4;font-weight:600;color:#374151;margin-top:1.5rem;margin-bottom:.5rem}.post-content h5{font-size:1.1rem;line-height:1.4;font-weight:600;color:#4b5563;margin-top:1.25rem;margin-bottom:.5rem}.post-content p{margin-bottom:1.5rem}.post-content p:last-child{margin-bottom:0}.post-content a{color:#db2777;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px;text-decoration-color:#db27774d;transition:all .2s ease;font-weight:500}.post-content a:hover{color:#be185d;text-decoration-color:#be185d}.post-content img{border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin:1.75rem 0;width:100%;height:auto;display:block}.post-content figure{margin:2rem 0}.post-content figure img{margin-bottom:1rem;margin-top:0}.post-content figcaption{text-align:center;font-size:.9rem;color:#6b7280;font-style:italic}.post-content ul,.post-content ol{margin:2rem 0;padding-left:1.5rem}.post-content li{margin-bottom:.75rem;padding-left:.5rem}.post-content li::marker{color:#db2777;font-weight:700}.post-content ol{list-style-type:decimal}.post-content ul{list-style-type:disc}.post-content blockquote{border-left:4px solid #db2777;padding-left:1.5rem;margin:2.5rem 0;font-style:italic;color:#4b5563;background:#fdf2f8;padding:1.5rem;border-radius:0 1rem 1rem 0}.post-content iframe{border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin:3rem 0}.post-content strong{color:#111827;font-weight:700}.post-content aside.toc{background:#f9fafb;border-radius:1rem;padding:0;margin:2rem 0;border:1px solid #e5e7eb;overflow:hidden}.post-content aside.toc>h2{display:none}.toc-wrapper{background:#f9fafb;border-radius:1rem;margin:2rem 0;border:1px solid #e5e7eb;overflow:hidden}.toc-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:transparent;border:none;cursor:pointer;font-size:1.1rem;font-weight:700;color:#1f2937;text-align:left}.toc-toggle:hover{background:#f3f4f6}.toc-toggle svg{width:1.25rem;height:1.25rem;color:#6b7280;transition:transform .3s ease}.toc-toggle.open svg{transform:rotate(180deg)}.toc-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.toc-content.open{max-height:2000px}.toc-content ul,.toc-content ol{list-style:none!important;padding:0 1.5rem 1.5rem!important;margin:0!important}.toc-content li{margin:0!important;padding:.5rem 0!important;border-bottom:1px solid #f3f4f6}.toc-content li:last-child{border-bottom:none}.toc-content>ul>li,.toc-content>ol>li{counter-increment:toc-counter}.toc-content>ul>li:before,.toc-content>ol>li:before{content:counter(toc-counter) ". ";color:#db2777;font-weight:600;margin-right:.5rem}.toc-content a{color:#374151!important;text-decoration:none!important;font-weight:500;transition:color .2s}.toc-content a:hover{color:#db2777!important}.toc-content ul ul,.toc-content ol ol,.toc-content ul ol,.toc-content ol ul{padding-left:1.5rem!important;padding-bottom:0!important;padding-top:.5rem!important;counter-reset:toc-sub-counter}.toc-content ul ul li,.toc-content ol ol li{counter-increment:toc-sub-counter;border-bottom:none;padding:.35rem 0!important}.toc-content ul ul li:before,.toc-content ol ol li:before{content:counter(toc-counter) "." counter(toc-sub-counter) ". ";color:#9ca3af;font-weight:500}.toc-content ul ul li a,.toc-content ol ol li a{font-weight:400;color:#6b7280!important}.toc-content ul ul li a:hover,.toc-content ol ol li a:hover{color:#db2777!important}.post-content table{width:100%;border-collapse:collapse;margin:2rem 0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.post-content thead{background:linear-gradient(135deg,#0ea5e9,#38bdf8)}.post-content th{padding:1rem 1.25rem;text-align:left;font-weight:600;font-size:.9rem;color:#fff;text-transform:uppercase;letter-spacing:.5px}.post-content td{padding:.875rem 1.25rem;text-align:left;border-bottom:1px solid #e5e7eb;font-size:1rem;color:#374151}.post-content tbody tr:last-child td{border-bottom:none}.post-content tbody tr:nth-child(2n){background:#f9fafb}.post-content tbody tr:hover{background:#e0f2fe}
