@keyframes card-glow-pulse{0%,to{opacity:0;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}}@keyframes float-up{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.blog-card[data-astro-cid-e3grugc2]{position:relative;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);height:100%;display:flex;flex-direction:column}.blog-card[data-astro-cid-e3grugc2].featured{border:2px solid rgba(255,0,72,.3);background:#ff004808}.blog-card[data-astro-cid-e3grugc2].featured .card-glow[data-astro-cid-e3grugc2]{background:linear-gradient(135deg,#ff004833,#ff64961a)}.blog-card[data-astro-cid-e3grugc2] .card-glow[data-astro-cid-e3grugc2]{position:absolute;inset:-2px;background:linear-gradient(135deg,#ffffff0d,#ff00481a);border-radius:22px;opacity:0;transition:opacity .4s ease;z-index:-1;pointer-events:none}.blog-card[data-astro-cid-e3grugc2] .featured-badge[data-astro-cid-e3grugc2]{position:absolute;top:1rem;right:1rem;z-index:10;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ff0048e6;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:20px;backdrop-filter:blur(10px);box-shadow:0 4px 15px #ff004866}.blog-card[data-astro-cid-e3grugc2] .featured-badge[data-astro-cid-e3grugc2] svg[data-astro-cid-e3grugc2]{width:14px;height:14px}.blog-card[data-astro-cid-e3grugc2]:hover{transform:translateY(-10px);border-color:#ff004866;box-shadow:0 20px 40px #0006,0 0 30px #ff004833}.blog-card[data-astro-cid-e3grugc2]:hover .card-glow[data-astro-cid-e3grugc2]{opacity:1;animation:card-glow-pulse 2s infinite}.blog-card[data-astro-cid-e3grugc2]:hover .card-image[data-astro-cid-e3grugc2]{transform:scale(1.1)}.blog-card[data-astro-cid-e3grugc2]:hover .image-overlay[data-astro-cid-e3grugc2]{opacity:.4}.blog-card[data-astro-cid-e3grugc2]:hover .card-title[data-astro-cid-e3grugc2],.blog-card[data-astro-cid-e3grugc2]:hover .read-more[data-astro-cid-e3grugc2]{color:var(--primaryColor)}.blog-card[data-astro-cid-e3grugc2]:hover .read-more[data-astro-cid-e3grugc2] svg[data-astro-cid-e3grugc2]{transform:translate(5px)}.blog-card[data-astro-cid-e3grugc2] .card-link[data-astro-cid-e3grugc2]{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.blog-card[data-astro-cid-e3grugc2] .card-image-container[data-astro-cid-e3grugc2]{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.blog-card[data-astro-cid-e3grugc2] .card-image-container[data-astro-cid-e3grugc2]:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shine 3s infinite}.blog-card[data-astro-cid-e3grugc2] .card-image-container[data-astro-cid-e3grugc2] .card-image[data-astro-cid-e3grugc2]{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.blog-card[data-astro-cid-e3grugc2] .card-image-container[data-astro-cid-e3grugc2] .image-overlay[data-astro-cid-e3grugc2]{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.6) 100%);opacity:.6;transition:opacity .4s ease}.blog-card[data-astro-cid-e3grugc2] .card-content[data-astro-cid-e3grugc2]{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.blog-card[data-astro-cid-e3grugc2] .card-tags[data-astro-cid-e3grugc2]{display:flex;gap:.5rem;flex-wrap:wrap}.blog-card[data-astro-cid-e3grugc2] .card-tags[data-astro-cid-e3grugc2] .card-tag[data-astro-cid-e3grugc2]{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:.3rem .8rem;background:#ff00481a;color:var(--primaryColor);border:1px solid rgba(255,0,72,.2);border-radius:12px;transition:all .3s ease}.blog-card[data-astro-cid-e3grugc2] .card-tags[data-astro-cid-e3grugc2] .card-tag[data-astro-cid-e3grugc2]:hover{background:#ff004833;border-color:var(--primaryColor)}.blog-card[data-astro-cid-e3grugc2] .card-title[data-astro-cid-e3grugc2]{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:800;color:var(--textColor);line-height:1.3;margin:0;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card[data-astro-cid-e3grugc2] .card-description[data-astro-cid-e3grugc2]{font-size:.95rem;color:#ffffffb3;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.blog-card[data-astro-cid-e3grugc2] .card-meta[data-astro-cid-e3grugc2]{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.blog-card[data-astro-cid-e3grugc2] .card-meta[data-astro-cid-e3grugc2] .meta-info[data-astro-cid-e3grugc2]{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#fff9}.blog-card[data-astro-cid-e3grugc2] .card-meta[data-astro-cid-e3grugc2] .meta-info[data-astro-cid-e3grugc2] svg[data-astro-cid-e3grugc2]{stroke:var(--primaryColor)}.blog-card[data-astro-cid-e3grugc2] .card-meta[data-astro-cid-e3grugc2] .meta-divider[data-astro-cid-e3grugc2]{width:1px;height:15px;background:linear-gradient(to bottom,transparent,rgba(255,0,72,.5),transparent)}.blog-card[data-astro-cid-e3grugc2] .read-more[data-astro-cid-e3grugc2]{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#fffc;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease}.blog-card[data-astro-cid-e3grugc2] .read-more[data-astro-cid-e3grugc2] svg[data-astro-cid-e3grugc2]{transition:transform .3s ease}@media(max-width:768px){.blog-card[data-astro-cid-e3grugc2] .card-content[data-astro-cid-e3grugc2]{padding:1.25rem}.blog-card[data-astro-cid-e3grugc2] .card-title[data-astro-cid-e3grugc2]{font-size:1.25rem}.blog-card[data-astro-cid-e3grugc2] .card-description[data-astro-cid-e3grugc2]{font-size:.9rem}.blog-card[data-astro-cid-e3grugc2] .featured-badge[data-astro-cid-e3grugc2]{padding:.4rem .8rem;font-size:.7rem}}@keyframes particle-float{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:.4}90%{opacity:.4}to{transform:translateY(-100px) rotate(360deg);opacity:0}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes title-glow{0%,to{text-shadow:0 0 10px rgba(255,0,72,.4),0 0 20px rgba(255,0,72,.2),0 0 30px rgba(255,0,72,.1)}50%{text-shadow:0 0 20px rgba(255,0,72,.6),0 0 40px rgba(255,0,72,.4),0 0 60px rgba(255,0,72,.2)}}@keyframes slide-in{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.blog-page[data-astro-cid-5tznm7mj]{margin-top:80px}.blog-hero[data-astro-cid-5tznm7mj]{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0a0a0a,#1a0a1a,#0a0a0a)}.blog-hero[data-astro-cid-5tznm7mj] .hero-bg[data-astro-cid-5tznm7mj]{position:absolute;inset:0;z-index:1}.blog-hero[data-astro-cid-5tznm7mj] .hero-bg[data-astro-cid-5tznm7mj] .bg-overlay[data-astro-cid-5tznm7mj]{position:absolute;inset:0;background:linear-gradient(135deg,#000000d9,#ff00480d 30%,#000000d9 70%,#ff004808);z-index:2}.blog-hero[data-astro-cid-5tznm7mj] .hero-bg[data-astro-cid-5tznm7mj] .grid-overlay[data-astro-cid-5tznm7mj]{position:absolute;inset:0;background-image:linear-gradient(rgba(255,0,72,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,0,72,.1) 1px,transparent 1px);background-size:50px 50px;opacity:.3;z-index:3}.blog-hero[data-astro-cid-5tznm7mj] .hero-bg[data-astro-cid-5tznm7mj] .particles-container[data-astro-cid-5tznm7mj]{position:absolute;inset:0;z-index:2}.blog-hero[data-astro-cid-5tznm7mj] .hero-bg[data-astro-cid-5tznm7mj] .particles-container[data-astro-cid-5tznm7mj] .particle[data-astro-cid-5tznm7mj]{position:absolute;width:3px;height:3px;background:var(--primaryColor);border-radius:50%;filter:blur(1px);animation:particle-float 10s infinite linear}.blog-hero[data-astro-cid-5tznm7mj] .hero-bg[data-astro-cid-5tznm7mj] .particles-container[data-astro-cid-5tznm7mj] .particle[data-astro-cid-5tznm7mj]:nth-child(1){left:10%;animation-delay:0s;animation-duration:12s}.blog-hero[data-astro-cid-5tznm7mj] .hero-bg[data-astro-cid-5tznm7mj] .particles-container[data-astro-cid-5tznm7mj] .particle[data-astro-cid-5tznm7mj]:nth-child(2){left:30%;animation-delay:2s;animation-duration:15s}.blog-hero[data-astro-cid-5tznm7mj] .hero-bg[data-astro-cid-5tznm7mj] .particles-container[data-astro-cid-5tznm7mj] .particle[data-astro-cid-5tznm7mj]:nth-child(3){left:50%;animation-delay:4s;animation-duration:11s}.blog-hero[data-astro-cid-5tznm7mj] .hero-bg[data-astro-cid-5tznm7mj] .particles-container[data-astro-cid-5tznm7mj] .particle[data-astro-cid-5tznm7mj]:nth-child(4){left:70%;animation-delay:6s;animation-duration:14s}.blog-hero[data-astro-cid-5tznm7mj] .hero-bg[data-astro-cid-5tznm7mj] .particles-container[data-astro-cid-5tznm7mj] .particle[data-astro-cid-5tznm7mj]:nth-child(5){left:90%;animation-delay:8s;animation-duration:13s}.blog-hero[data-astro-cid-5tznm7mj] .hero-content[data-astro-cid-5tznm7mj]{position:relative;z-index:10;text-align:center;padding:4rem 2rem;animation:slide-in 1s ease-out}.blog-hero[data-astro-cid-5tznm7mj] .hero-badge[data-astro-cid-5tznm7mj]{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#ff004814;border:1px solid rgba(255,0,72,.2);border-radius:50px;backdrop-filter:blur(15px);margin-bottom:2rem}.blog-hero[data-astro-cid-5tznm7mj] .hero-badge[data-astro-cid-5tznm7mj] .pulse-dot[data-astro-cid-5tznm7mj]{width:8px;height:8px;background:var(--primaryColor);border-radius:50%;animation:pulse 2s infinite}.blog-hero[data-astro-cid-5tznm7mj] .hero-badge[data-astro-cid-5tznm7mj] .badge-text[data-astro-cid-5tznm7mj]{font-size:.85rem;font-weight:700;color:var(--textColor);text-transform:uppercase;letter-spacing:2px}.blog-hero[data-astro-cid-5tznm7mj] .hero-title[data-astro-cid-5tznm7mj]{position:relative;font-size:clamp(3rem,8vw,5rem);font-weight:900;margin:0 0 1.5rem;line-height:1}.blog-hero[data-astro-cid-5tznm7mj] .hero-title[data-astro-cid-5tznm7mj] .title-text[data-astro-cid-5tznm7mj]{position:relative;z-index:2;background:linear-gradient(135deg,var(--primaryColor) 0%,#ff3366 60%,#ff6b9d 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:title-glow 4s ease-in-out infinite}.blog-hero[data-astro-cid-5tznm7mj] .hero-title[data-astro-cid-5tznm7mj] .title-shadow[data-astro-cid-5tznm7mj]{position:absolute;top:0;left:0;right:0;z-index:1;color:#ff00481a;pointer-events:none}.blog-hero[data-astro-cid-5tznm7mj] .hero-subtitle[data-astro-cid-5tznm7mj]{font-size:clamp(1rem,2vw,1.3rem);color:#fffc;max-width:700px;margin:0 auto;line-height:1.6}.featured-section[data-astro-cid-5tznm7mj],.posts-section[data-astro-cid-5tznm7mj]{padding:4rem 2rem}.section-header[data-astro-cid-5tznm7mj]{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.section-header[data-astro-cid-5tznm7mj] .section-title[data-astro-cid-5tznm7mj]{position:relative;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--textColor);display:flex;align-items:center;gap:1rem;margin:0}.section-header[data-astro-cid-5tznm7mj] .section-title[data-astro-cid-5tznm7mj] .title-accent[data-astro-cid-5tznm7mj]{width:4px;height:40px;background:linear-gradient(to bottom,var(--primaryColor),rgba(255,0,72,.3));border-radius:2px}.section-header[data-astro-cid-5tznm7mj] .posts-count[data-astro-cid-5tznm7mj]{display:flex;align-items:baseline;gap:.5rem;padding:.75rem 1.5rem;background:#ff00481a;border:1px solid rgba(255,0,72,.2);border-radius:25px}.section-header[data-astro-cid-5tznm7mj] .posts-count[data-astro-cid-5tznm7mj] .count-number[data-astro-cid-5tznm7mj]{font-size:1.5rem;font-weight:900;color:var(--primaryColor)}.section-header[data-astro-cid-5tznm7mj] .posts-count[data-astro-cid-5tznm7mj] .count-label[data-astro-cid-5tznm7mj]{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:1px}.featured-grid[data-astro-cid-5tznm7mj]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:800px;margin:0 auto}.featured-grid[data-astro-cid-5tznm7mj]:has(>:only-child){grid-template-columns:1fr;max-width:600px}.posts-grid[data-astro-cid-5tznm7mj]{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}@media(max-width:768px){.blog-page[data-astro-cid-5tznm7mj]{margin-top:60px}.blog-hero[data-astro-cid-5tznm7mj]{min-height:40vh}.blog-hero[data-astro-cid-5tznm7mj] .hero-content[data-astro-cid-5tznm7mj]{padding:3rem 1rem}.blog-hero[data-astro-cid-5tznm7mj] .hero-badge[data-astro-cid-5tznm7mj]{padding:.6rem 1.2rem}.blog-hero[data-astro-cid-5tznm7mj] .hero-badge[data-astro-cid-5tznm7mj] .badge-text[data-astro-cid-5tznm7mj]{font-size:.75rem}.featured-section[data-astro-cid-5tznm7mj],.posts-section[data-astro-cid-5tznm7mj]{padding:3rem 1rem}.section-header[data-astro-cid-5tznm7mj]{margin-bottom:2rem}.section-header[data-astro-cid-5tznm7mj] .section-title[data-astro-cid-5tznm7mj]{font-size:1.75rem}.section-header[data-astro-cid-5tznm7mj] .section-title[data-astro-cid-5tznm7mj] .title-accent[data-astro-cid-5tznm7mj]{height:30px}.section-header[data-astro-cid-5tznm7mj] .posts-count[data-astro-cid-5tznm7mj]{padding:.5rem 1rem}.section-header[data-astro-cid-5tznm7mj] .posts-count[data-astro-cid-5tznm7mj] .count-number[data-astro-cid-5tznm7mj]{font-size:1.25rem}.section-header[data-astro-cid-5tznm7mj] .posts-count[data-astro-cid-5tznm7mj] .count-label[data-astro-cid-5tznm7mj]{font-size:.8rem}.featured-grid[data-astro-cid-5tznm7mj],.posts-grid[data-astro-cid-5tznm7mj]{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.blog-hero[data-astro-cid-5tznm7mj]{min-height:35vh}.blog-hero[data-astro-cid-5tznm7mj] .hero-content[data-astro-cid-5tznm7mj],.featured-section[data-astro-cid-5tznm7mj],.posts-section[data-astro-cid-5tznm7mj]{padding:2rem 1rem}.section-header[data-astro-cid-5tznm7mj]{flex-direction:column;align-items:flex-start}}
