.blog-grid[data-astro-cid-xdaiqnhy]{display:flex;flex-direction:column;gap:4rem;max-width:800px;margin:0 auto}.blog-article[data-astro-cid-xdaiqnhy]{background:linear-gradient(135deg,#1f2937,#111827);border-radius:1rem;padding:2rem;box-shadow:0 10px 25px #0000004d;border:1px solid #374151}.article-header[data-astro-cid-xdaiqnhy]{margin-bottom:2rem}.article-date[data-astro-cid-xdaiqnhy]{color:#60a5fa;font-size:.875rem;margin-bottom:.5rem;font-weight:600}.article-title[data-astro-cid-xdaiqnhy]{font-size:2rem;font-weight:700;color:#f3f4f6;margin-bottom:1rem;line-height:1.2}.article-tags[data-astro-cid-xdaiqnhy]{display:flex;gap:.5rem;flex-wrap:wrap}.tag-green[data-astro-cid-xdaiqnhy]{background-color:#10b981}.article-images[data-astro-cid-xdaiqnhy]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.article-image-container[data-astro-cid-xdaiqnhy]{position:relative}.article-image[data-astro-cid-xdaiqnhy]{width:100%;height:200px;object-fit:cover;border-radius:.5rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.article-image[data-astro-cid-xdaiqnhy]:hover{transform:scale(1.05);box-shadow:0 10px 25px #00000080}.image-caption[data-astro-cid-xdaiqnhy]{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:1rem .75rem .75rem;border-radius:0 0 .5rem .5rem;font-size:.875rem}.article-content[data-astro-cid-xdaiqnhy]{color:#d1d5db;line-height:1.7}.article-excerpt[data-astro-cid-xdaiqnhy]{font-size:1.125rem;color:#9ca3af;margin-bottom:1rem;font-style:italic}.article-full-content[data-astro-cid-xdaiqnhy]{display:none;margin-bottom:2rem}.article-full-content[data-astro-cid-xdaiqnhy].expanded{display:block}.article-full-content[data-astro-cid-xdaiqnhy] p[data-astro-cid-xdaiqnhy]{margin-bottom:1rem}.article-full-content[data-astro-cid-xdaiqnhy] h3[data-astro-cid-xdaiqnhy]{color:#10b981;font-size:1.5rem;font-weight:600;margin:2rem 0 1rem}.article-actions[data-astro-cid-xdaiqnhy]{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #374151}.article-share[data-astro-cid-xdaiqnhy]{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#9ca3af}.share-link[data-astro-cid-xdaiqnhy]{color:#60a5fa;text-decoration:none;transition:color .3s ease}.share-link[data-astro-cid-xdaiqnhy]:hover{color:#93c5fd}.newsletter-form[data-astro-cid-xdaiqnhy]{display:flex;gap:1rem;max-width:400px;margin:0 auto}.newsletter-input[data-astro-cid-xdaiqnhy]{flex:1;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #374151;background-color:#1f2937;color:#f3f4f6}.newsletter-input[data-astro-cid-xdaiqnhy]:focus{outline:none;border-color:#60a5fa}.filter-bar[data-astro-cid-xdaiqnhy]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.filter-btn[data-astro-cid-xdaiqnhy]{background-color:#374151;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.filter-btn[data-astro-cid-xdaiqnhy]:hover{background-color:#4b5563;transform:translateY(-2px)}.filter-btn[data-astro-cid-xdaiqnhy].active{background-color:#10b981}.filter-dropdown[data-astro-cid-xdaiqnhy]{position:relative;display:inline-block}.dropdown-arrow[data-astro-cid-xdaiqnhy]{transition:transform .3s ease}.filter-dropdown[data-astro-cid-xdaiqnhy].open .dropdown-arrow[data-astro-cid-xdaiqnhy]{transform:rotate(180deg)}.dropdown-menu[data-astro-cid-xdaiqnhy]{position:absolute;top:100%;left:0;background-color:#1f2937;border-radius:.5rem;box-shadow:0 10px 25px #0000004d;z-index:1000;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;margin-top:.5rem}.filter-dropdown[data-astro-cid-xdaiqnhy].open .dropdown-menu[data-astro-cid-xdaiqnhy],.filter-dropdown[data-astro-cid-xdaiqnhy]:hover .dropdown-menu[data-astro-cid-xdaiqnhy]{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item[data-astro-cid-xdaiqnhy]{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;color:#d1d5db;text-align:left;cursor:pointer;transition:background-color .3s ease}.dropdown-item[data-astro-cid-xdaiqnhy]:hover{background-color:#374151}.dropdown-item[data-astro-cid-xdaiqnhy]:first-child{border-radius:.5rem .5rem 0 0}.dropdown-item[data-astro-cid-xdaiqnhy]:last-child{border-radius:0 0 .5rem .5rem}.image-modal[data-astro-cid-xdaiqnhy]{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000000e6;backdrop-filter:blur(5px)}.modal-content[data-astro-cid-xdaiqnhy]{position:relative;margin:auto;padding:20px;width:90%;max-width:1200px;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.modal-image[data-astro-cid-xdaiqnhy]{max-width:100%;max-height:80%;object-fit:contain;border-radius:.5rem;box-shadow:0 20px 40px #00000080}.modal-title[data-astro-cid-xdaiqnhy]{color:#fff;font-size:1.5rem;margin-top:1rem;text-align:center}.modal-close[data-astro-cid-xdaiqnhy]{position:absolute;top:20px;right:30px;color:#fff;font-size:40px;font-weight:700;cursor:pointer;transition:color .3s ease}.modal-close[data-astro-cid-xdaiqnhy]:hover{color:#60a5fa}@media (max-width: 768px){.blog-article[data-astro-cid-xdaiqnhy]{padding:1.5rem}.article-title[data-astro-cid-xdaiqnhy]{font-size:1.5rem}.article-images[data-astro-cid-xdaiqnhy]{grid-template-columns:1fr}.article-actions[data-astro-cid-xdaiqnhy]{flex-direction:column;gap:1rem;align-items:flex-start}.newsletter-form[data-astro-cid-xdaiqnhy]{flex-direction:column}}
