*{box-sizing:border-box;margin:0;padding:0}.hosted-blog-body{min-height:100vh;display:flex;flex-direction:column;background-color:var(--background-color,#fff);color:var(--text-color,#111827);font-family:var(--body-font,"Inter",sans-serif);line-height:1.6}.hosted-blog-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.hosted-blog-header{background:var(--background-color,#fff);border-bottom:1px solid rgba(0,0,0,.08);padding:1.5rem 0;position:sticky;top:0;z-index:100;backdrop-filter:blur(8px)}.hosted-blog-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--secondary-color,#1f2937)}.hosted-blog-logo-image{height:40px;width:auto;-o-object-fit:contain;object-fit:contain}.hosted-blog-logo-text{font-family:var(--heading-font,"Inter",sans-serif);font-size:1.5rem;font-weight:700;color:var(--secondary-color,#1f2937)}.hosted-blog-tagline{font-size:.875rem;color:var(--text-color,#111827);opacity:.7;margin-top:.25rem}.hosted-blog-main{flex:1;padding:3rem 0}.hosted-blog-footer{background:var(--secondary-color,#1f2937);color:hsla(0,0%,100%,.9);padding:3rem 0 2rem;margin-top:auto}.hosted-blog-footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:1.5rem}.hosted-blog-footer-links a{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.875rem;transition:color .2s}.hosted-blog-footer-links a:hover{color:var(--primary-color,#6b35f5)}.hosted-blog-social-links{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.hosted-blog-social-link{color:hsla(0,0%,100%,.8);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;font-size:.875rem;color:hsla(0,0%,100%,.6);margin-bottom:.5rem}.hosted-blog-powered-by{text-align:center;font-size:.75rem}.hosted-blog-powered-by a{color:hsla(0,0%,100%,.5);text-decoration:none;transition:color .2s}.hosted-blog-powered-by a:hover{color:var(--primary-color,#6b35f5)}.hosted-blog-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}.hosted-blog-post-card{background:var(--background-color,#fff);border:1px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.hosted-blog-post-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1)}.hosted-blog-post-card a{text-decoration:none;color:inherit}.hosted-blog-post-image{-o-object-fit:cover;object-fit:cover}.hosted-blog-post-image,.hosted-blog-post-image-placeholder{width:100%;height:200px;background:linear-gradient(135deg,var(--primary-color,#6b35f5) 0,var(--accent-color,#10b981) 100%)}.hosted-blog-post-image-placeholder{display:flex;align-items:center;justify-content:center}.hosted-blog-post-image-placeholder svg{width:3rem;height:3rem;color:hsla(0,0%,100%,.6)}.hosted-blog-post-content{padding:1.5rem}.hosted-blog-post-title{font-family:var(--heading-font,"Inter",sans-serif);font-size:1.25rem;font-weight:600;color:var(--secondary-color,#1f2937);margin-bottom:.75rem;line-height:1.4;-webkit-line-clamp:2}.hosted-blog-post-excerpt,.hosted-blog-post-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.hosted-blog-post-excerpt{font-size:.9375rem;color:var(--text-color,#111827);opacity:.8;margin-bottom:1rem;-webkit-line-clamp:3}.hosted-blog-post-meta{display:flex;align-items:center;gap:1rem;font-size:.8125rem;color:var(--text-color,#111827);opacity:.6}.hosted-blog-post-meta-item{display:flex;align-items:center;gap:.25rem}.hosted-blog-post-meta-item svg{width:1rem;height:1rem}.hosted-blog-post-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem}.hosted-blog-post-tag{background:rgba(107,53,245,.1);color:var(--primary-color,#6b35f5);padding:.25rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:500;text-transform:capitalize}.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);font-size:2.5rem;font-weight:700;color:var(--secondary-color,#1f2937);line-height:1.2;margin-bottom:1rem}.hosted-blog-article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.9375rem;color:var(--text-color,#111827);opacity:.7}.hosted-blog-article-author,.hosted-blog-article-date,.hosted-blog-article-reading-time{display:flex;align-items:center;gap:.5rem}.hosted-blog-article-featured-image{width:100%;border-radius:12px;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(--secondary-color,#1f2937);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-decoration:underline;text-underline-offset:2px}.hosted-blog-article-content a:hover{color:var(--accent-color,#10b981)}.hosted-blog-article-content ol,.hosted-blog-article-content ul{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);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-color,#111827);opacity:.85}.hosted-blog-article-content pre{background:var(--secondary-color,#1f2937);color:#f8f8f2;padding:1.5rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem}.hosted-blog-article-content code{font-family:Fira Code,Monaco,monospace;font-size:.9em}.hosted-blog-article-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.hosted-blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}.hosted-blog-tag{background:rgba(107,53,245,.1);color:var(--primary-color,#6b35f5);padding:.375rem .75rem;border-radius:9999px;font-size:.8125rem;font-weight:500}.hosted-blog-empty{text-align:center;padding:4rem 2rem}.hosted-blog-empty-icon{width:4rem;height:4rem;color:var(--primary-color,#6b35f5);opacity:.5;margin:0 auto 1.5rem}.hosted-blog-empty-title{font-family:var(--heading-font,"Inter",sans-serif);font-size:1.5rem;font-weight:600;color:var(--secondary-color,#1f2937);margin-bottom:.5rem}.hosted-blog-empty-text{color:var(--text-color,#111827);opacity:.7}.hosted-blog-not-found{text-align:center;padding:4rem 2rem;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.hosted-blog-not-found-title{font-family:var(--heading-font,"Inter",sans-serif);font-size:6rem;font-weight:700;color:var(--primary-color,#6b35f5);line-height:1;margin-bottom:1rem}.hosted-blog-not-found-text{font-size:1.25rem;color:var(--text-color,#111827);opacity:.7;margin-bottom:2rem}.hosted-blog-not-found-link{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-color,#6b35f5);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:background .2s,transform .2s}.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}}