.blog-hero[data-astro-cid-5tznm7mj]{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8rem 2rem 4rem}.hero-background[data-astro-cid-5tznm7mj]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a0a0f,#151520,#0a0a0f)}.gradient-overlay[data-astro-cid-5tznm7mj]{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 20%,rgba(0,46,255,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(158,0,255,.15) 0%,transparent 50%)}.floating-elements[data-astro-cid-5tznm7mj]{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.floating-element[data-astro-cid-5tznm7mj]{position:absolute;width:100px;height:100px;background:linear-gradient(45deg,#002eff1a,#9e00ff1a);border-radius:50%;animation:float 6s ease-in-out infinite;animation-delay:var(--delay)}.floating-element[data-astro-cid-5tznm7mj]:nth-child(1){top:20%;left:10%}.floating-element[data-astro-cid-5tznm7mj]:nth-child(2){top:60%;right:15%;width:150px;height:150px}.floating-element[data-astro-cid-5tznm7mj]:nth-child(3){bottom:20%;left:20%;width:80px;height:80px}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-content[data-astro-cid-5tznm7mj]{position:relative;z-index:2;max-width:1200px;width:100%;text-align:center}.hero-text[data-astro-cid-5tznm7mj]{max-width:800px;margin:0 auto}.hero-badge[data-astro-cid-5tznm7mj]{display:inline-block;background:linear-gradient(135deg,var(--nova-primary),var(--nova-secondary));color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:500;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.5px}.blog-hero[data-astro-cid-5tznm7mj] h1[data-astro-cid-5tznm7mj]{font-size:4rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#d0d0d0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;line-height:1.2}.hero-description[data-astro-cid-5tznm7mj]{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-stats[data-astro-cid-5tznm7mj]{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat[data-astro-cid-5tznm7mj]{text-align:center}.stat-number[data-astro-cid-5tznm7mj]{display:block;font-size:2.5rem;font-weight:700;color:var(--nova-primary);line-height:1}.stat-label[data-astro-cid-5tznm7mj]{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.filter-section[data-astro-cid-5tznm7mj]{padding:2rem;background:#15152080;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.filter-container[data-astro-cid-5tznm7mj]{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.filter-group[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column;gap:.5rem}.filter-group[data-astro-cid-5tznm7mj] label[data-astro-cid-5tznm7mj]{font-size:.9rem;color:#ffffffb3;font-weight:500}.filter-select[data-astro-cid-5tznm7mj]{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem 1rem;color:#fff;font-size:.9rem;min-width:150px;transition:all .3s ease}.filter-select[data-astro-cid-5tznm7mj]:focus{outline:none;border-color:var(--nova-primary);box-shadow:0 0 0 3px #002eff1a}.search-group[data-astro-cid-5tznm7mj]{display:flex;align-items:center;gap:.5rem;margin-left:auto}.search-input[data-astro-cid-5tznm7mj]{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem 1rem;color:#fff;font-size:.9rem;min-width:250px;transition:all .3s ease}.search-input[data-astro-cid-5tznm7mj]::placeholder{color:#ffffff80}.search-input[data-astro-cid-5tznm7mj]:focus{outline:none;border-color:var(--nova-primary);box-shadow:0 0 0 3px #002eff1a}.search-btn[data-astro-cid-5tznm7mj]{background:var(--nova-primary);border:none;border-radius:8px;padding:.75rem;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.search-btn[data-astro-cid-5tznm7mj]:hover{background:var(--nova-secondary);transform:translateY(-1px)}.blog-grid-section[data-astro-cid-5tznm7mj]{padding:4rem 2rem;max-width:1400px;margin:0 auto}.blog-grid[data-astro-cid-5tznm7mj]{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}.post-card[data-astro-cid-5tznm7mj]{background:#1e1e324d;backdrop-filter:blur(15px);border-radius:20px;overflow:hidden;transition:all .4s ease;border:1px solid rgba(255,255,255,.1);position:relative;animation:cardFloat .6s ease-out;animation-delay:calc(var(--index, 0) * .1s)}.post-card[data-astro-cid-5tznm7mj]:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px #002eff33;border-color:#002eff4d}@keyframes cardFloat{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.card-header[data-astro-cid-5tznm7mj]{position:relative}.post-image[data-astro-cid-5tznm7mj]{position:relative;width:100%;height:250px;overflow:hidden}.post-img[data-astro-cid-5tznm7mj]{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.post-card[data-astro-cid-5tznm7mj]:hover .post-img[data-astro-cid-5tznm7mj]{transform:scale(1.1)}.image-overlay[data-astro-cid-5tznm7mj]{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff}.post-card[data-astro-cid-5tznm7mj]:hover .image-overlay[data-astro-cid-5tznm7mj]{opacity:1}.post-meta[data-astro-cid-5tznm7mj]{position:absolute;top:1rem;left:1rem;display:flex;gap:.5rem;z-index:2}.post-date[data-astro-cid-5tznm7mj]{background:#000000b3;color:var(--nova-secondary);padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;backdrop-filter:blur(10px)}.post-category[data-astro-cid-5tznm7mj]{background:var(--nova-primary);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.card-content[data-astro-cid-5tznm7mj]{padding:2rem}.post-title[data-astro-cid-5tznm7mj]{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.3;transition:color .3s ease}.post-card[data-astro-cid-5tznm7mj]:hover .post-title[data-astro-cid-5tznm7mj]{color:var(--nova-primary)}.post-description[data-astro-cid-5tznm7mj]{color:#fffc;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-tags[data-astro-cid-5tznm7mj]{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.tag[data-astro-cid-5tznm7mj]{background:#ffffff1a;color:#fffc;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.tag[data-astro-cid-5tznm7mj]:hover{background:var(--nova-secondary);color:#fff;border-color:var(--nova-secondary)}.more-tags[data-astro-cid-5tznm7mj]{color:#ffffff80;font-size:.8rem;font-weight:500}.card-link[data-astro-cid-5tznm7mj]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.no-results[data-astro-cid-5tznm7mj]{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.no-results-content[data-astro-cid-5tznm7mj]{max-width:400px}.no-results-content[data-astro-cid-5tznm7mj] svg[data-astro-cid-5tznm7mj]{color:#ffffff4d;margin-bottom:1rem}.no-results-content[data-astro-cid-5tznm7mj] h3[data-astro-cid-5tznm7mj]{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.no-results-content[data-astro-cid-5tznm7mj] p[data-astro-cid-5tznm7mj]{color:#ffffffb3;margin-bottom:2rem}.clear-filters-btn[data-astro-cid-5tznm7mj]{background:var(--nova-primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}.clear-filters-btn[data-astro-cid-5tznm7mj]:hover{background:var(--nova-secondary);transform:translateY(-1px)}@media (max-width: 768px){.blog-hero[data-astro-cid-5tznm7mj]{min-height:50vh;padding:6rem 1rem 3rem}.blog-hero[data-astro-cid-5tznm7mj] h1[data-astro-cid-5tznm7mj]{font-size:2.5rem}.hero-description[data-astro-cid-5tznm7mj]{font-size:1.1rem}.hero-stats[data-astro-cid-5tznm7mj]{gap:2rem}.stat-number[data-astro-cid-5tznm7mj]{font-size:2rem}.filter-container[data-astro-cid-5tznm7mj]{flex-direction:column;align-items:stretch;gap:1rem}.search-group[data-astro-cid-5tznm7mj]{margin-left:0}.search-input[data-astro-cid-5tznm7mj]{min-width:auto;flex:1}.blog-grid[data-astro-cid-5tznm7mj]{grid-template-columns:1fr;gap:1.5rem}.blog-grid-section[data-astro-cid-5tznm7mj]{padding:2rem 1rem}.card-content[data-astro-cid-5tznm7mj]{padding:1.5rem}}@media (max-width: 480px){.hero-stats[data-astro-cid-5tznm7mj]{flex-direction:column;gap:1rem}.post-meta[data-astro-cid-5tznm7mj]{flex-direction:column;gap:.25rem}}
