*{box-sizing:border-box;margin:0;padding:0}.hosted-blog-body{background-color:var(--background-color,#fff);min-height:100dvh;color:var(--text-color,#111827);font-family:var(--body-font,"Inter",sans-serif);flex-direction:column;margin:0;padding:0;line-height:1.6;display:flex}.hosted-blog-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.hosted-blog-header{background:var(--background-color,#fff);z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #00000014;padding:1rem 0;position:sticky;top:0}.hosted-blog-header-inner{justify-content:space-between;align-items:center;display:flex}.hosted-blog-header-left{flex-direction:column;display:flex}.hosted-blog-logo{color:var(--text-color,#111827);align-items:center;gap:.75rem;text-decoration:none;display:flex}.hosted-blog-logo-image{-o-object-fit:contain;object-fit:contain;width:auto;height:40px}.hosted-blog-logo-text{font-family:var(--heading-font,"Inter",sans-serif);color:var(--text-color,#111827);font-size:1.5rem;font-weight:700}.hosted-blog-nav{align-items:center;gap:1.5rem;display:flex}.hosted-blog-nav-link{font-family:var(--body-font,"Inter",sans-serif);color:var(--text-color,#111827);opacity:.7;font-size:.9375rem;font-weight:500;text-decoration:none;transition:opacity .2s,color .2s}.hosted-blog-nav-link:hover,.hosted-blog-nav-link-active{opacity:1;color:var(--primary-color,#6b35f5)}.hosted-blog-hero{border-top:3px solid var(--primary-color,#6b35f5);background:linear-gradient(180deg,color-mix(in srgb,var(--primary-color,#6b35f5)4%,var(--background-color,#fff)),var(--background-color,#fff));text-align:center;margin:-3rem -1.5rem 3rem;padding:3rem 1.5rem 2.5rem}.hosted-blog-hero-title{font-family:var(--heading-font,"Inter",sans-serif);color:var(--text-color,#111827);margin-bottom:.5rem;font-size:2rem;font-weight:700}.hosted-blog-hero-subtitle{color:var(--text-color,#111827);opacity:.6;max-width:480px;margin:0 auto 1rem;font-size:1.0625rem}.hosted-blog-hero-count{color:var(--primary-color,#6b35f5);background:color-mix(in srgb,var(--primary-color,#6b35f5)10%,transparent);border-radius:9999px;padding:.25rem .75rem;font-size:.8125rem;font-weight:500;display:inline-block}.hosted-blog-main{flex:1;padding:3rem 0}.hosted-blog-footer{background:var(--secondary-color,#1f2937);color:#ffffffe6;margin-top:auto;padding:3rem 0 2rem}.hosted-blog-footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.hosted-blog-footer-links a{color:#fffc;font-size:.875rem;text-decoration:none;transition:color .2s}.hosted-blog-footer-links a:hover{color:var(--primary-color,#6b35f5)}.hosted-blog-social-links{justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.hosted-blog-social-link{color:#fffc;transition:color .2s,transform .2s}.hosted-blog-social-link:hover{color:var(--primary-color,#6b35f5);transform:translateY(-2px)}.hosted-blog-social-link svg{width:1.25rem;height:1.25rem}.hosted-blog-footer-text{text-align:center;color:#fff9;margin-bottom:.5rem;font-size:.875rem}.hosted-blog-powered-by{text-align:center;font-size:.75rem}.hosted-blog-powered-by a{color:#ffffff80;text-decoration:none;transition:color .2s}.hosted-blog-powered-by a:hover{color:var(--primary-color,#6b35f5)}.hosted-blog-posts-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;display:grid}.hosted-blog-post-card{background:var(--background-color,#fff);border:1px solid #00000014;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.hosted-blog-post-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.hosted-blog-post-card a{color:inherit;text-decoration:none}.hosted-blog-post-image{-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,var(--primary-color,#6b35f5)0%,var(--accent-color,#10b981)100%);width:100%;height:200px}.hosted-blog-post-image-placeholder{background:linear-gradient(135deg,var(--primary-color,#6b35f5)0%,var(--accent-color,#10b981)100%);justify-content:center;align-items:center;width:100%;height:200px;display:flex}.hosted-blog-post-image-placeholder svg{color:#fff9;width:3rem;height:3rem}.hosted-blog-post-content{padding:1.5rem}.hosted-blog-post-title{font-family:var(--heading-font,"Inter",sans-serif);color:var(--text-color,#111827);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.hosted-blog-post-excerpt{color:var(--text-color,#111827);opacity:.8;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.9375rem;display:-webkit-box;overflow:hidden}.hosted-blog-post-meta{color:var(--text-color,#111827);opacity:.6;align-items:center;gap:1rem;font-size:.8125rem;display:flex}.hosted-blog-post-meta-item{align-items:center;gap:.25rem;display:flex}.hosted-blog-post-meta-item svg{width:1rem;height:1rem}.hosted-blog-post-tags{flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem;display:flex}.hosted-blog-post-tag{color:var(--primary-color,#6b35f5);text-transform:capitalize;background:#6b35f51a;border-radius:9999px;padding:.25rem .5rem;font-size:.6875rem;font-weight:500}.hosted-blog-article{max-width:740px;margin:0 auto}.hosted-blog-article-header{margin-bottom:2rem}.hosted-blog-article-title{font-family:var(--heading-font,"Inter",sans-serif);color:var(--text-color,#111827);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.hosted-blog-article-meta{color:var(--text-color,#111827);opacity:.7;flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.9375rem;display:flex}.hosted-blog-article-author,.hosted-blog-article-date,.hosted-blog-article-reading-time{align-items:center;gap:.5rem;display:flex}.hosted-blog-article-featured-image{border-radius:12px;width:100%;margin-bottom:2rem}.hosted-blog-article-content{font-size:1.125rem;line-height:1.8}.hosted-blog-article-content h1,.hosted-blog-article-content h2,.hosted-blog-article-content h3,.hosted-blog-article-content h4,.hosted-blog-article-content h5,.hosted-blog-article-content h6{font-family:var(--heading-font,"Inter",sans-serif);color:var(--text-color,#111827);margin-top:2rem;margin-bottom:1rem;line-height:1.3}.hosted-blog-article-content h2{font-size:1.75rem}.hosted-blog-article-content h3{font-size:1.5rem}.hosted-blog-article-content p{margin-bottom:1.5rem}.hosted-blog-article-content a{color:var(--primary-color,#6b35f5);text-underline-offset:2px;text-decoration:underline}.hosted-blog-article-content a:hover{color:var(--accent-color,#10b981)}.hosted-blog-article-content ul,.hosted-blog-article-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.hosted-blog-article-content li{margin-bottom:.5rem}.hosted-blog-article-content blockquote{border-left:4px solid var(--primary-color,#6b35f5);color:var(--text-color,#111827);opacity:.85;margin:2rem 0;padding-left:1.5rem;font-style:italic}.hosted-blog-article-content pre{background:var(--secondary-color,#1f2937);color:#f8f8f2;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;overflow-x:auto}.hosted-blog-article-content code{font-family:Fira Code,Monaco,monospace;font-size:.9em}.hosted-blog-article-content img{float:right;border-radius:8px;max-width:45%;height:auto;margin:.5rem 0 1rem 1.5rem}@media (max-width:640px){.hosted-blog-article-content img{float:none;max-width:100%;margin:1.5rem 0}}.hosted-blog-tags{border-top:1px solid #00000014;flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding-top:2rem;display:flex}.hosted-blog-tag{color:var(--primary-color,#6b35f5);background:#6b35f51a;border-radius:9999px;padding:.375rem .75rem;font-size:.8125rem;font-weight:500}.hosted-blog-empty{text-align:center;border:2px dashed color-mix(in srgb,var(--text-color,#111827)15%,transparent);background:color-mix(in srgb,var(--primary-color,#6b35f5)2%,var(--background-color,#fff));border-radius:16px;padding:4rem 2rem}.hosted-blog-empty-icon{width:3rem;height:3rem;color:var(--primary-color,#6b35f5);opacity:.4;margin:0 auto 1.25rem}.hosted-blog-empty-title{font-family:var(--heading-font,"Inter",sans-serif);color:var(--text-color,#111827);margin-bottom:.375rem;font-size:1.25rem;font-weight:600}.hosted-blog-empty-text{color:var(--text-color,#111827);opacity:.6;font-size:.9375rem}.hosted-blog-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:4rem 2rem;display:flex}.hosted-blog-not-found-title{font-family:var(--heading-font,"Inter",sans-serif);color:var(--primary-color,#6b35f5);margin-bottom:1rem;font-size:6rem;font-weight:700;line-height:1}.hosted-blog-not-found-text{color:var(--text-color,#111827);opacity:.7;margin-bottom:2rem;font-size:1.25rem}.hosted-blog-not-found-link{background:var(--primary-color,#6b35f5);color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.hosted-blog-not-found-link:hover{background:var(--secondary-color,#1f2937);transform:translateY(-2px)}@media (max-width:768px){.hosted-blog-container{padding:0 1rem}.hosted-blog-posts-grid{grid-template-columns:1fr;gap:1.5rem}.hosted-blog-article-title{font-size:1.75rem}.hosted-blog-article-content{font-size:1rem}.hosted-blog-article-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}
/*# sourceMappingURL=2fd9e0b793cce3ba.css.map*/