:root{--blog-card-radius:12px;--blog-card-shadow:0 8px 24px rgba(0,0,0,0.06);--blog-card-shadow-hover:0 12px 32px rgba(0,0,0,0.12);--blog-padding-xs:0.75rem;--blog-padding-sm:1rem;--blog-padding-md:1.25rem;--blog-padding-lg:1.5rem;--touch-target-min:44px}.blog-detail-hero{position:relative;height:50vh;min-height:300px;max-height:400px;overflow:hidden}.blog-detail-hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-detail-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.7));z-index:1}.blog-detail-hero-content{position:absolute;bottom:0;left:0;right:0;padding:var(--blog-padding-md);z-index:2;color:white}.blog-detail-hero-tag{display:inline-block;padding:.25rem .75rem;background:rgba(255,255,255,.2);border-radius:999px;font-size:.75rem;margin-bottom:.5rem}.blog-detail-hero-title{font-size:1.5rem;font-weight:700;margin-bottom:0;line-height:1.3}.blog-content-grid{display:grid;grid-template-columns:1fr;gap:var(--blog-padding-md);padding:var(--blog-padding-md)}.blog-toc{margin-bottom:var(--blog-padding-md);border:1px solid #e2e8f0;border-radius:var(--blog-card-radius);overflow:hidden}.blog-toc-header{background:#f8fafc;padding:var(--blog-padding-sm);font-weight:600;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.blog-toc-content{padding:0 var(--blog-padding-sm) var(--blog-padding-sm);max-height:0;overflow:hidden;transition:max-height .3s ease}.blog-toc[open] .blog-toc-content{max-height:50vh;overflow-y:auto}.blog-cta{background:linear-gradient(135deg,#c7e70c,#a3e635);border-radius:var(--blog-card-radius);padding:1rem;margin-bottom:1.25rem;max-width:100%;overflow:hidden}.blog-cta-image{width:80px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin:0 auto .75rem;display:block}.blog-cta-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.blog-cta-text,.blog-cta-title{text-align:center;word-break:break-word}.blog-cta-text{font-size:.8125rem;margin-bottom:.875rem;line-height:1.5}.blog-cta-button{display:flex;align-items:center;justify-content:center;width:100%;text-align:center;background:white;color:#07222b;padding:.75rem 1rem;border-radius:8px;font-weight:500;font-size:.875rem;text-decoration:none;min-height:44px;touch-action:manipulation;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s ease}.blog-cta-button:active{transform:scale(.98)}.podcast-widget{background:linear-gradient(135deg,#1b3a4b,rgba(27,58,75,.95));color:white;border-radius:var(--blog-card-radius);padding:1rem;margin-bottom:1.25rem;max-width:100%;overflow:hidden}.podcast-widget-header{display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;text-align:left;margin-bottom:1rem}.podcast-widget-icon{flex-shrink:0;width:48px;height:48px;border-radius:8px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}.podcast-widget-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.podcast-widget-title{font-size:1rem;font-weight:600;margin-bottom:.375rem;line-height:1.4;word-break:break-word}.podcast-widget-subtitle{font-size:.8125rem;opacity:.9;line-height:1.5;word-break:break-word}.podcast-episode{background:rgba(255,255,255,.95);border-radius:10px;padding:.875rem;margin-bottom:.75rem}.podcast-episode-title{font-size:.8125rem;font-weight:600;color:#1a202c;margin-bottom:.375rem;line-height:1.4;word-break:break-word}.podcast-episode-subtitle{font-size:.75rem;color:#4a5568;margin-bottom:.625rem;line-height:1.4;word-break:break-word}.podcast-player{width:100%;background:white;border-radius:6px;padding:.375rem;overflow:hidden}.podcast-player audio{width:100%;max-width:100%;height:40px;outline:none}.blog-content{font-size:1rem;line-height:1.6}.blog-content h2{font-size:1.5rem;margin-top:1.5rem;margin-bottom:.75rem}.blog-content h3{font-size:1.25rem;margin-top:1.25rem;margin-bottom:.5rem}.blog-content p{margin-bottom:1rem}.blog-content ol,.blog-content ul{margin-bottom:1rem;padding-left:1.5rem}.blog-content img{max-width:100%;height:auto;border-radius:calc(var(--blog-card-radius) / 2);margin:1rem 0}.related-posts{margin-top:var(--blog-padding-lg);padding:var(--blog-padding-md)}.related-posts-title{font-size:1.25rem;font-weight:600;margin-bottom:var(--blog-padding-md);text-align:center}.related-posts-grid{display:grid;grid-template-columns:1fr;gap:var(--blog-padding-md)}.related-post-card{border-radius:var(--blog-card-radius);overflow:hidden;box-shadow:var(--blog-card-shadow);transition:transform .3s ease,box-shadow .3s ease}.related-post-card:hover{transform:translateY(-5px);box-shadow:var(--blog-card-shadow-hover)}.related-post-image{height:180px;width:100%;-o-object-fit:cover;object-fit:cover}.related-post-content{padding:var(--blog-padding-sm)}.related-post-tag{display:inline-block;font-size:.75rem;color:#4a5568;margin-bottom:.25rem}.related-post-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.related-post-excerpt{font-size:.875rem;color:#4a5568;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-post-link{font-size:.875rem;font-weight:500;color:#2b6cb0;display:inline-flex;align-items:center}.related-post-link-icon{margin-left:.25rem;transition:transform .2s ease}.related-post-link:hover .related-post-link-icon{transform:translateX(3px)}@media (min-width:768px){.blog-detail-hero{height:60vh;max-height:500px}.blog-detail-hero-title{font-size:2rem}.blog-content-grid{grid-template-columns:1fr 2fr;gap:var(--blog-padding-lg);padding:var(--blog-padding-lg)}.blog-sidebar{position:sticky;top:1rem;align-self:start;max-height:calc(100vh - 2rem);overflow-y:auto}.podcast-widget{padding:1.25rem}.podcast-widget-header{flex-direction:row;text-align:left;gap:1rem}.podcast-widget-icon{width:56px;height:56px}.podcast-widget-title{font-size:1.125rem}.podcast-widget-subtitle{font-size:.875rem}.podcast-episode{padding:1rem}.blog-cta{padding:1.25rem}.blog-cta-image{width:100px;height:75px}.blog-cta-title{font-size:1.125rem}.related-posts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.blog-detail-hero{height:70vh;max-height:600px}.blog-detail-hero-title{font-size:2.5rem;max-width:80%}.blog-content-grid{grid-template-columns:1fr 3fr;max-width:1200px;margin:0 auto}.blog-content{font-size:1.125rem}.blog-content h2{font-size:1.75rem}.blog-content h3{font-size:1.5rem}.podcast-widget{padding:1.5rem}.podcast-widget-icon{width:64px;height:64px}.podcast-widget-title{font-size:1.25rem}.podcast-episode{padding:1.25rem}.podcast-player audio{height:48px}.blog-cta{padding:1.5rem}.blog-cta-image{width:120px;height:90px}.blog-cta-title{font-size:1.25rem}.blog-cta-text{font-size:.9375rem}.blog-cta-button{font-size:1rem;padding:.875rem 1.25rem}.related-posts-grid{grid-template-columns:repeat(3,1fr)}}.blog-hero-nav-button{min-width:var(--touch-target-min);min-height:var(--touch-target-min);padding:12px;touch-action:manipulation}@media (max-width:767px){.blog-hero-nav-button{padding:10px;width:40px;height:40px}.blog-hero-nav-button svg{width:20px;height:20px}}.blog-hero-dots{padding:8px 0}.blog-hero-dot{min-width:var(--touch-target-min);min-height:var(--touch-target-min);display:flex;align-items:center;justify-content:center;padding:8px;touch-action:manipulation}@media (max-width:767px){.blog-hero-dot{padding:6px}}@media (max-width:640px){.blog-detail-hero-title{font-size:1.25rem;line-height:1.4}.blog-detail-hero-content{padding:1rem}}@media (max-width:767px){.blog-card-link{min-height:48px;padding:10px 16px;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:6px;touch-action:manipulation}.blog-card-image-container{height:200px}.blog-card-content{padding:1rem}.blog-card-title{font-size:1.125rem;line-height:1.4;margin-bottom:.75rem}.blog-card-description{font-size:.875rem;line-height:1.5}.blog-card-tags{gap:6px;flex-wrap:wrap}.blog-card-tag{font-size:.75rem;padding:4px 10px}.category-card{padding:1.25rem;touch-action:manipulation}.category-card-icon{width:48px;height:48px;font-size:1.25rem}.category-card-title{font-size:1.125rem;line-height:1.4}.category-card-description{font-size:.875rem;line-height:1.5}.category-card-count{font-size:.75rem;padding:4px 10px}.blog-search-container{padding:1rem 0;margin-bottom:1.5rem}.blog-search-input{font-size:1rem;padding:12px 16px;min-height:48px;border-radius:12px}.blog-search-button{min-width:48px;min-height:48px;padding:12px;touch-action:manipulation}.blog-filter-button{min-height:44px;padding:10px 16px}.blog-back-button,.blog-filter-button{font-size:.875rem;touch-action:manipulation}.blog-back-button{top:12px;left:12px;padding:8px 12px;min-height:40px}.blog-back-button svg{width:18px;height:18px}.blog-toc-header{font-size:1rem;padding:12px 16px;min-height:48px;touch-action:manipulation}.blog-toc-content{padding:0 16px 12px}.blog-toc-link{font-size:.875rem;padding:8px 0;min-height:40px;display:flex;align-items:center;touch-action:manipulation}.blog-toc[open] .blog-toc-content{max-height:60vh}.blog-cta{padding:1.25rem;border-radius:12px}.blog-cta-button{min-height:48px;padding:12px 16px;font-size:1rem;border-radius:10px;touch-action:manipulation}.blog-cta-title{font-size:1.125rem;line-height:1.4}.blog-cta-image{width:90px;height:68px}}@media (max-width:640px){.podcast-widget{padding:1rem;border-radius:12px;margin-bottom:1.25rem}.podcast-widget-header{flex-direction:row;gap:.75rem}.podcast-widget-icon{width:48px;height:48px}.podcast-widget-title{font-size:1rem;line-height:1.4}.podcast-widget-subtitle{font-size:.8125rem}.podcast-episode{padding:.875rem;margin-bottom:.75rem}.podcast-episode-title{font-size:.8125rem}.podcast-player audio{height:40px}}@media (max-width:767px){.blog-content{font-size:1rem;line-height:1.7;padding:0 1rem;max-width:100%;overflow-x:hidden;word-wrap:break-word}.blog-content h2{font-size:1.375rem;margin-top:2rem;margin-bottom:1rem;line-height:1.3;word-wrap:break-word}.blog-content h3{font-size:1.125rem;margin-top:1.5rem;margin-bottom:.75rem;line-height:1.4;word-wrap:break-word}.blog-content p{margin-bottom:1.25rem;word-wrap:break-word}.blog-content ol,.blog-content ul{padding-left:1.25rem;margin-bottom:1.25rem}.blog-content li{margin-bottom:.5rem;word-wrap:break-word}.blog-content table{font-size:.8125rem;display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0;border-collapse:collapse}.blog-content table td,.blog-content table th{padding:.5rem;min-width:80px;white-space:nowrap}.blog-content table thead{background:#f8fafc}.blog-content table{box-shadow:inset -1px 0 0 #e2e8f0}.blog-content blockquote{padding:1rem;margin:1.5rem 0;border-left:4px solid #c7e70c;background:#f8fafc;font-size:.9375rem;word-wrap:break-word}.blog-content pre{font-size:.75rem;padding:.875rem;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0;border-radius:8px;max-width:100%}.blog-content code{font-size:.8125rem;word-wrap:break-word}.blog-content iframe,.blog-content img,.blog-content video{max-width:100%;height:auto}.blog-content>*{max-width:100%}.related-posts{padding:1.5rem 1rem}.related-posts-title{font-size:1.5rem;margin-bottom:1.5rem}.related-posts-grid{gap:1.25rem}.related-post-card{border-radius:12px;touch-action:manipulation}.related-post-image{height:160px}.related-post-content{padding:1rem}.related-post-title{font-size:1.0625rem;line-height:1.4}}@media (max-width:640px){.blog-grid-section{padding:2rem 1rem}.blog-section-title{font-size:1.75rem;line-height:1.3;margin-bottom:1.5rem;padding:0 .5rem}.blog-section-description{font-size:1rem;line-height:1.5;padding:0 .5rem;margin-bottom:2rem}}@media (hover:none) and (pointer:coarse){.blog-interactive-element{-webkit-tap-highlight-color:rgba(199,231,12,.2);touch-action:manipulation}.blog-card,.category-card,.related-post-card{transition:transform .2s ease,box-shadow .2s ease}.blog-card:active,.category-card:active,.related-post-card:active{transform:scale(.98)}}@media (max-width:767px){.blog-sidebar{position:static;max-height:none;overflow-y:visible}.blog-content-grid{grid-template-columns:1fr;padding:1rem;gap:1.5rem}}@media (prefers-reduced-motion:reduce){.blog-card,.blog-hero-nav-button,.blog-toc-content,.category-card,.related-post-card,.related-post-link-icon{transition:none}.blog-card:active,.category-card:active,.related-post-card:active{transform:none}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}