.blog-root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#fff;min-height:100vh;color:#1a1a1a;line-height:1.6}.blog-root .container{max-width:1200px;margin:0 auto;padding:0 20px}.blog-root .header{padding:20px 0;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px)}.blog-root .nav{display:flex;justify-content:space-between;align-items:center}.blog-root .logo{display:flex;align-items:center;font-size:28px;font-weight:700;color:#111;text-decoration:none}.blog-root .logo:before{content:"🎙️";margin-right:10px}.blog-root .blog-badge{background:#7c3aed;color:#fff;padding:5px 15px;border-radius:20px;font-size:14px;margin-left:15px}.blog-root .nav-links{display:flex;gap:30px;list-style:none;align-items:center}.blog-root .nav-links a{color:#555;text-decoration:none;transition:.3s;padding:8px 16px;border-radius:8px}.blog-root .nav-links a:hover{color:#7c3aed;background:#f5f3ff}.blog-root .subscribe-btn{background:#7c3aed!important;color:#fff!important;padding:10px 25px;border-radius:25px;font-weight:600}.blog-root .hero{padding:80px 0 60px;position:relative;text-align:center;border-bottom:1px solid #f0f0f0}.blog-root .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(124,58,237,.04) 0,transparent 70%);pointer-events:none}.blog-root .hero-content{position:relative;z-index:2}.blog-root .hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:20px;color:#111}.blog-root .hero-title .highlight{background:linear-gradient(135deg,#7c3aed,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-root .hero-subtitle{font-size:1.2rem;color:#555;max-width:700px;margin:0 auto 40px}.blog-root .filter-bar{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:24px 30px;margin:40px 0;display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center}.blog-root .search-box{flex:1;min-width:300px;max-width:400px;position:relative}.blog-root .search-input{width:100%;padding:14px 50px 14px 20px;border:2px solid #e5e7eb;border-radius:25px;background:#fff;color:#333;font-size:16px;outline:none;transition:.3s}.blog-root .search-input::placeholder{color:#999}.blog-root .search-input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.1)}.blog-root .search-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#999;font-size:20px}.blog-root .filter-tags{display:flex;gap:10px;flex-wrap:wrap}.blog-root .filter-tag{padding:8px 20px;border-radius:20px;border:1px solid #e5e7eb;background:#fff;color:#555;cursor:pointer;transition:.3s;font-weight:500;font-size:14px}.blog-root .filter-tag:hover{border-color:#7c3aed;color:#7c3aed;background:#f5f3ff}.blog-root .filter-tag.active{background:#7c3aed;color:#fff;border-color:#7c3aed}.blog-root .featured-section{margin:60px 0}.blog-root .section-title{font-size:2rem;font-weight:800;margin-bottom:40px;text-align:center;color:#111}.blog-root .featured-article{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb;transition:transform .3s,box-shadow .3s;display:grid;grid-template-columns:1fr 1fr;min-height:400px;cursor:pointer;text-decoration:none;color:inherit}.blog-root .featured-article:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.blog-root .featured-image{background:#f9fafb;display:flex;align-items:center;justify-content:center;overflow:hidden}.blog-root .featured-image svg{width:100%;height:100%;object-fit:cover}.blog-root .featured-content{padding:40px;display:flex;flex-direction:column;justify-content:center}.blog-root .featured-meta{display:flex;gap:15px;margin-bottom:20px;flex-wrap:wrap}.blog-root .featured-category{background:#f3f0ff;color:#7c3aed;padding:5px 15px;border-radius:15px;font-size:12px;font-weight:600;text-transform:uppercase}.blog-root .featured-date{color:#888;font-size:14px}.blog-root .featured-title{font-size:1.8rem;font-weight:800;margin-bottom:15px;color:#111;line-height:1.3}.blog-root .featured-excerpt{color:#555;font-size:1.05rem;margin-bottom:25px;line-height:1.6}.blog-root .featured-author{display:flex;align-items:center;gap:10px}.blog-root .author-avatar{width:40px;height:40px;border-radius:50%;background:#7c3aed;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.blog-root .author-info{display:flex;flex-direction:column}.blog-root .author-name{font-weight:600;color:#111}.blog-root .read-time{color:#888;font-size:14px}.blog-root .blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;margin:60px 0}.blog-root .blog-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb;transition:.3s;cursor:pointer}.blog-root .blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.08);border-color:#d4d4d8}.blog-root .card-image{height:200px;background:#f9fafb;display:flex;align-items:center;justify-content:center;overflow:hidden}.blog-root .card-image svg{width:100%;height:100%;object-fit:cover}.blog-root .card-content{padding:25px}.blog-root .card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:10px}.blog-root .card-category{background:#f3f0ff;color:#7c3aed;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.blog-root .card-date{color:#888;font-size:13px}.blog-root .card-title{font-size:1.3rem;font-weight:700;margin-bottom:12px;color:#111;line-height:1.4}.blog-root .card-excerpt{color:#555;font-size:.95rem;margin-bottom:20px;line-height:1.5}.blog-root .card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #f0f0f0}.blog-root .card-author{display:flex;align-items:center;gap:8px}.blog-root .card-avatar{width:30px;height:30px;border-radius:50%;background:#7c3aed;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.blog-root .card-author-name{font-size:14px;color:#555}.blog-root .card-read-time{color:#888;font-size:13px}.blog-root .newsletter-section{background:#f9fafb;border-radius:16px;padding:60px 40px;text-align:center;margin:80px 0;border:1px solid #e5e7eb}.blog-root .newsletter-title{font-size:2rem;font-weight:800;margin-bottom:15px;color:#111}.blog-root .newsletter-description{color:#555;font-size:1.05rem;margin-bottom:30px;max-width:600px;margin-inline:auto}.blog-root .newsletter-form{display:flex;max-width:500px;margin:0 auto;gap:15px;flex-wrap:wrap;justify-content:center}.blog-root .newsletter-input{flex:1;min-width:300px;padding:16px 25px;border:2px solid #e5e7eb;border-radius:50px;background:#fff;color:#333;font-size:16px;outline:none;transition:.3s}.blog-root .newsletter-input::placeholder{color:#999}.blog-root .newsletter-input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.1)}.blog-root .newsletter-btn{padding:16px 35px;background:#7c3aed;border:none;border-radius:50px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.3s;min-width:140px}.blog-root .newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(124,58,237,.25);background:#6d28d9}.blog-root .footer{padding:40px 0;text-align:center;border-top:1px solid #e5e7eb;margin-top:80px}.blog-root .footer p{color:#888}.blog-post-root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#fff;min-height:100vh;color:#1a1a1a;line-height:1.8}.blog-post-root .container{max-width:720px;margin:0 auto;padding:0 24px}.blog-post-root .post-header{padding:60px 0 40px;text-align:center}.blog-post-root .post-back{display:inline-flex;align-items:center;gap:8px;color:#7c3aed;text-decoration:none;font-weight:500;margin-bottom:30px;transition:.3s}.blog-post-root .post-back:hover{color:#5b21b6}.blog-post-root .post-tags{display:flex;gap:10px;justify-content:center;margin-bottom:20px;flex-wrap:wrap}.blog-post-root .post-tag{background:#f3f0ff;color:#7c3aed;padding:5px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;border:1px solid #e9e0ff}.blog-post-root .post-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;margin-bottom:20px;line-height:1.25;color:#111}.blog-post-root .post-meta{display:flex;gap:20px;justify-content:center;align-items:center;color:#666;font-size:14px;flex-wrap:wrap}.blog-post-root .post-body{padding:40px 0 80px}.blog-post-root .post-body h2{font-size:1.7rem;font-weight:700;margin:48px 0 16px;color:#111;border-bottom:2px solid #f0f0f0;padding-bottom:10px}.blog-post-root .post-body h3{font-size:1.3rem;font-weight:600;margin:32px 0 12px;color:#222}.blog-post-root .post-body p{color:#333;font-size:1.05rem;margin-bottom:20px}.blog-post-root .post-body ol,.blog-post-root .post-body ul{color:#333;font-size:1.05rem;margin-bottom:20px;padding-left:25px}.blog-post-root .post-body li{margin-bottom:8px}.blog-post-root .post-body a{color:#7c3aed;text-decoration:underline;text-decoration-color:#c4b5fd}.blog-post-root .post-body a:hover{color:#5b21b6;text-decoration-color:#7c3aed}.blog-post-root .post-body blockquote{border-left:4px solid #7c3aed;padding:15px 25px;margin:25px 0;background:#faf8ff;border-radius:0 8px 8px 0}.blog-post-root .post-body blockquote p{color:#444;font-style:italic}.blog-post-root .post-body code{background:#f5f3ff;padding:2px 8px;border-radius:4px;font-size:.95em;color:#5b21b6}.blog-post-root .post-body pre{background:#f8f9fa;padding:20px;border-radius:8px;overflow-x:auto;margin-bottom:20px;border:1px solid #e5e7eb}.blog-post-root .post-body pre code{background:transparent;padding:0;color:#333}.blog-post-root .post-body strong{color:#111}.blog-post-root .post-body img{max-width:100%;border-radius:8px;margin:20px 0}.blog-post-root .footer{background:#111;color:#fff}.post-body .toc{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:28px 32px;margin:30px 0 40px}.post-body .toc h3{margin:0 0 14px!important;font-size:1rem!important;color:#666!important;text-transform:uppercase;letter-spacing:1.5px;font-weight:600}.post-body .toc ol{padding-left:20px;margin-bottom:0}.post-body .toc li{margin-bottom:6px;font-size:.95rem}.post-body .toc a{color:#7c3aed;text-decoration:none;transition:.2s}.post-body .toc a:hover{color:#5b21b6;text-decoration:underline}.post-body .stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin:30px 0}.post-body .stat-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:20px;text-align:center}.post-body .stat-box .stat-number{display:block;font-size:2rem;font-weight:800;color:#7c3aed;margin-bottom:4px}.post-body .stat-box .stat-label{color:#666;font-size:.85rem}.post-body .callout{background:#faf8ff;border-left:4px solid #7c3aed;border-radius:0 8px 8px 0;padding:20px 24px;margin:28px 0}.post-body .callout.callout-tip{border-left-color:#059669;background:#f0fdf4}.post-body .callout.callout-warning{border-left-color:#d97706;background:#fffbeb}.post-body .callout .callout-title{font-weight:700;font-size:.95rem;margin-bottom:6px;color:#111}.post-body .callout p:last-child{margin-bottom:0}.post-body .illustration{margin:35px 0;text-align:center}.post-body .illustration svg{max-width:100%;height:auto;border-radius:10px;border:1px solid #e5e7eb}.post-body .illustration .caption{color:#999;font-size:.85rem;margin-top:10px;font-style:italic}.post-body .comparison-table{width:100%;border-collapse:separate;border-spacing:0;margin:28px 0;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb}.post-body .comparison-table th{background:#f3f0ff;color:#333;padding:12px 16px;text-align:left;font-weight:700;font-size:.9rem;border-bottom:2px solid #e5e7eb}.post-body .comparison-table td{padding:11px 16px;border-bottom:1px solid #f0f0f0;color:#444;font-size:.9rem}.post-body .comparison-table tr:last-child td{border-bottom:none}.post-body .comparison-table tr:nth-child(2n) td{background:#fafafa}.post-body .step{display:flex;gap:18px;margin:24px 0;align-items:flex-start}.post-body .step-number{flex-shrink:0;width:40px;height:40px;background:#7c3aed;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;color:#fff}.post-body .step-content h3{margin-top:0!important;margin-bottom:6px!important}.post-body .cta-box{background:#f3f0ff;border:1px solid #e9e0ff;border-radius:12px;padding:35px;text-align:center;margin:40px 0}.post-body .cta-box h3{margin-top:0!important;color:#111!important;border-bottom:none!important}.post-body .cta-box p{color:#555!important}.post-body .cta-box .cta-button{display:inline-block;background:#7c3aed;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none!important;font-weight:700;font-size:1rem;transition:.2s;margin-top:10px}.post-body .cta-box .cta-button:hover{background:#6d28d9;transform:translateY(-1px);box-shadow:0 4px 12px rgba(124,58,237,.3)}.post-body .key-takeaway{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:22px 28px;margin:30px 0}.post-body .key-takeaway .takeaway-title{font-weight:700;color:#059669;margin-bottom:8px;font-size:.95rem}.post-body .checklist{list-style:none;padding-left:0!important;margin:25px 0}.post-body .checklist li{position:relative;padding-left:30px;margin-bottom:10px}.post-body .checklist li:before{content:"✓";position:absolute;left:0;color:#059669;font-weight:700;font-size:1rem}@media (max-width:1024px){.blog-root .featured-article{grid-template-columns:1fr}.blog-root .featured-image{min-height:250px}}@media (max-width:768px){.blog-root .nav-links{display:none}.blog-root .filter-bar{flex-direction:column;padding:25px}.blog-root .search-box{min-width:100%}.blog-root .newsletter-form{flex-direction:column;align-items:center}.blog-root .newsletter-input{min-width:100%}.blog-root .blog-grid{grid-template-columns:1fr}}