.navbar[data-astro-cid-bszej6em]{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000001a}.brand[data-astro-cid-bszej6em] img[data-astro-cid-bszej6em]{display:block}.nav-links[data-astro-cid-bszej6em]{display:flex;gap:2rem;align-items:center}.nav-links[data-astro-cid-bszej6em] a[data-astro-cid-bszej6em]{color:var(--color-text);font-weight:500;font-size:.9375rem;transition:color .2s;text-decoration:none}.nav-links[data-astro-cid-bszej6em] a[data-astro-cid-bszej6em]:hover,.nav-links[data-astro-cid-bszej6em] a[data-astro-cid-bszej6em].active{color:var(--color-primary)}.cta-button[data-astro-cid-bszej6em]{background:var(--color-primary);color:#fff!important;padding:.625rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #8b5cf633}.cta-button[data-astro-cid-bszej6em]:hover{background:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 8px #8b5cf64d}.mobile-menu-button[data-astro-cid-bszej6em]{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--color-text)}@media (max-width: 768px){.nav-links[data-astro-cid-bszej6em]{display:none}.mobile-menu-button[data-astro-cid-bszej6em]{display:block}}.blog-footer[data-astro-cid-pasjzvzq]{background:linear-gradient(180deg,#f9fafb,#fff);border-top:1px solid #e5e7eb;padding:3rem 2rem 1.5rem;margin-top:4rem}.footer-content[data-astro-cid-pasjzvzq]{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:2fr 3fr;gap:3rem;margin-bottom:2rem}.footer-brand[data-astro-cid-pasjzvzq] img[data-astro-cid-pasjzvzq]{margin-bottom:1rem}.tagline[data-astro-cid-pasjzvzq]{color:var(--color-text-light);font-size:.875rem;line-height:1.5}.footer-links[data-astro-cid-pasjzvzq]{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-column[data-astro-cid-pasjzvzq] h4[data-astro-cid-pasjzvzq]{font-size:.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text)}.footer-column[data-astro-cid-pasjzvzq] a[data-astro-cid-pasjzvzq]{display:block;color:var(--color-text-light);font-size:.875rem;margin-bottom:.75rem;transition:color .2s;text-decoration:none}.footer-column[data-astro-cid-pasjzvzq] a[data-astro-cid-pasjzvzq]:hover{color:var(--color-primary)}.footer-bottom[data-astro-cid-pasjzvzq]{max-width:var(--max-width);margin:0 auto;padding-top:2rem;border-top:1px solid #e5e7eb;text-align:center}.footer-bottom[data-astro-cid-pasjzvzq] p[data-astro-cid-pasjzvzq]{color:var(--color-text-light);font-size:.875rem;margin-bottom:.5rem}.made-with[data-astro-cid-pasjzvzq]{font-size:.8125rem}@media (max-width: 1024px){.footer-links[data-astro-cid-pasjzvzq]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer-content[data-astro-cid-pasjzvzq]{grid-template-columns:1fr;gap:2rem}.footer-links[data-astro-cid-pasjzvzq]{grid-template-columns:1fr;gap:1.5rem}}:root{--color-primary: #8b5cf6;--color-primary-dark: #7c3aed;--color-text: #1f2937;--color-text-light: #6b7280;--color-bg: #ffffff;--color-bg-alt: #f9fafb;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);color:var(--color-text);line-height:1.6;background:var(--color-bg)}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-dark)}.post-content :global(img){max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0}.post-content :global(blockquote){border-left:4px solid var(--color-primary);padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:var(--color-text-light)}.post-content :global(code){background:var(--gray-100);padding:.2rem .4rem;border-radius:.25rem;font-size:.875em;font-family:Courier New,monospace}.post-content :global(pre){background:var(--gray-900);color:#fff;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.post-content :global(pre code){background:none;padding:0;color:inherit}.post-content :global(ul),.post-content :global(ol){margin:1rem 0;padding-left:2rem}.post-content :global(li){margin-bottom:.5rem}.post-content :global(table){width:100%;border-collapse:collapse;margin:1.5rem 0}.post-content :global(th),.post-content :global(td){border:1px solid var(--gray-200);padding:.75rem;text-align:left}.post-content :global(th){background:var(--gray-100);font-weight:600}.loading-skeleton{background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.post-content :global(table){font-size:.875rem}.post-content :global(pre){font-size:.75rem}}.post-card[data-astro-cid-iyiqi2so]{border:1px solid var(--gray-200);border-radius:.75rem;overflow:hidden;transition:transform .2s,box-shadow .2s;background:#fff}.post-card[data-astro-cid-iyiqi2so]:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.post-image-link[data-astro-cid-iyiqi2so]{display:block}.post-image[data-astro-cid-iyiqi2so]{width:100%;height:200px;object-fit:cover}.post-content[data-astro-cid-iyiqi2so]{padding:1.5rem}.post-content[data-astro-cid-iyiqi2so] h2[data-astro-cid-iyiqi2so]{font-size:1.5rem;margin-bottom:.75rem;line-height:1.3}.post-content[data-astro-cid-iyiqi2so] h2[data-astro-cid-iyiqi2so] a[data-astro-cid-iyiqi2so]{color:var(--color-text);transition:color .2s}.post-content[data-astro-cid-iyiqi2so] h2[data-astro-cid-iyiqi2so] a[data-astro-cid-iyiqi2so]:hover{color:var(--color-primary)}.excerpt[data-astro-cid-iyiqi2so]{color:var(--color-text-light);margin-bottom:1rem;line-height:1.6}time[data-astro-cid-iyiqi2so]{font-size:.875rem;color:var(--color-text-light)}.container[data-astro-cid-xvtl5w7w]{max-width:var(--max-width);margin:0 auto;padding:3rem 2rem}.category-header[data-astro-cid-xvtl5w7w]{margin-bottom:3rem}.back-link[data-astro-cid-xvtl5w7w]{display:inline-block;color:var(--color-primary);font-weight:500;margin-bottom:1rem;text-decoration:none}.back-link[data-astro-cid-xvtl5w7w]:hover{text-decoration:underline}h1[data-astro-cid-xvtl5w7w]{font-size:2.5rem;margin-bottom:.5rem;color:var(--color-text)}.subtitle[data-astro-cid-xvtl5w7w]{font-size:1.125rem;color:var(--color-text-light)}.posts-grid[data-astro-cid-xvtl5w7w]{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.author-box[data-astro-cid-dwrmp7mt]{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:var(--color-bg-alt);border-radius:1rem;margin:4rem 0;border:1px solid #e5e7eb}.author-avatar[data-astro-cid-dwrmp7mt]{flex-shrink:0}.author-avatar[data-astro-cid-dwrmp7mt] img[data-astro-cid-dwrmp7mt]{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 4px 6px -1px #0000001a}.avatar-placeholder[data-astro-cid-dwrmp7mt]{width:80px;height:80px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.author-info[data-astro-cid-dwrmp7mt]{flex-grow:1}.written-by[data-astro-cid-dwrmp7mt]{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-light);margin-bottom:.25rem}.author-name[data-astro-cid-dwrmp7mt]{font-size:1.25rem;color:var(--color-text);margin-bottom:.5rem}.author-bio[data-astro-cid-dwrmp7mt]{font-size:.9375rem;color:var(--color-text-light);line-height:1.5}@media (max-width: 640px){.author-box[data-astro-cid-dwrmp7mt]{flex-direction:column;text-align:center;padding:1.5rem}.author-avatar[data-astro-cid-dwrmp7mt]{margin-bottom:1rem}}.post[data-astro-cid-yvbahnfj]{max-width:850px;margin:0 auto;padding:3rem 2rem}.post-header[data-astro-cid-yvbahnfj]{margin-bottom:2.5rem;text-align:center}.post-categories[data-astro-cid-yvbahnfj]{display:flex;justify-content:center;gap:.75rem;margin-bottom:1rem}.category-tag[data-astro-cid-yvbahnfj]{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary);background:#f5f3ff;padding:.25rem .75rem;border-radius:99px;transition:all .2s}.category-tag[data-astro-cid-yvbahnfj]:hover{background:var(--color-primary);color:#fff}.post-header[data-astro-cid-yvbahnfj] h1[data-astro-cid-yvbahnfj]{font-size:clamp(2rem,5vw,3rem);line-height:1.2;margin-bottom:1.5rem;color:var(--color-text)}.post-meta[data-astro-cid-yvbahnfj]{display:flex;justify-content:center;align-items:center;gap:.75rem;color:var(--color-text-light);font-size:.9375rem}.separator[data-astro-cid-yvbahnfj]{color:#d1d5db}.featured-image[data-astro-cid-yvbahnfj]{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:1rem;margin-bottom:3rem;box-shadow:0 10px 15px -3px #0000001a}.post-content[data-astro-cid-yvbahnfj]{font-size:1.125rem;line-height:1.8}.post-content[data-astro-cid-yvbahnfj] h2{font-size:2rem;margin:3rem 0 1.5rem;color:var(--color-text)}.post-content[data-astro-cid-yvbahnfj] h3{font-size:1.5rem;margin:2rem 0 1rem;color:var(--color-text)}.post-content[data-astro-cid-yvbahnfj] p{margin-bottom:1.5rem}.post-content[data-astro-cid-yvbahnfj] img{max-width:100%;height:auto;border-radius:.75rem;margin:2rem 0}.post-content[data-astro-cid-yvbahnfj] a{color:var(--color-primary);text-decoration:underline;font-weight:500}.post-content[data-astro-cid-yvbahnfj] ul,.post-content[data-astro-cid-yvbahnfj] ol{margin-bottom:1.5rem;padding-left:1.5rem}.post-content[data-astro-cid-yvbahnfj] li{margin-bottom:.5rem}.conversion-cta[data-astro-cid-yvbahnfj]{margin-top:4rem;padding:3rem;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-radius:1.5rem;text-align:center;border:1px solid #ddd6fe}.conversion-cta[data-astro-cid-yvbahnfj] h3[data-astro-cid-yvbahnfj]{font-size:2rem;margin-bottom:1rem;color:var(--color-text)}.conversion-cta[data-astro-cid-yvbahnfj] p[data-astro-cid-yvbahnfj]{font-size:1.125rem;color:var(--color-text-light);margin-bottom:2rem}.cta-button[data-astro-cid-yvbahnfj]{display:inline-block;background:var(--color-primary);color:#fff!important;padding:1rem 2.5rem;border-radius:.75rem;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .2s;box-shadow:0 10px 15px -3px #8b5cf64d}.cta-button[data-astro-cid-yvbahnfj]:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 20px 25px -5px #8b5cf666}.container[data-astro-cid-j7pv25f6]{max-width:var(--max-width);margin:0 auto;padding:3rem 2rem}h1[data-astro-cid-j7pv25f6]{font-size:3rem;margin-bottom:.5rem;color:var(--color-text)}.subtitle[data-astro-cid-j7pv25f6]{font-size:1.25rem;color:var(--color-text-light);margin-bottom:3rem}.posts-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.empty-state[data-astro-cid-j7pv25f6]{text-align:center;padding:4rem 2rem;color:var(--color-text-light)}
