.blog-wrapper{max-width:720px;margin:0 auto;padding:0 20px}.post-page{min-height:100vh;background:var(--bg-body);color:var(--text-main);padding-top:6rem}.post-hero{border-bottom:1px solid var(--border);background:linear-gradient(135deg,#fefefe,#eef2ff 45%,#ffffff)}.post-hero__inner{max-width:960px;margin:0 auto;padding:8rem 1.5rem 3.5rem;position:relative;display:flex;flex-direction:column;gap:1.5rem}.post-hero__back{display:inline-flex;align-items:center;gap:.45rem;font-weight:600;font-size:.95rem;color:#64748b;transition:color .2s ease}.post-hero__back svg{width:1rem;height:1rem;stroke:currentColor;fill:none;stroke-width:1.8px}.post-hero__back:hover{color:#0f172a}.post-hero__tagline{display:flex;flex-wrap:wrap;gap:.75rem}.post-hero__badge{border-radius:999px;border:1px solid rgba(79,70,229,.15);background:rgba(255,255,255,.82);padding:.4rem 1.6rem;letter-spacing:.35em;font-size:.65rem;color:#4f46e5}.post-hero__badge,.post-hero__tag{text-transform:uppercase;font-weight:600}.post-hero__tag{border-radius:999px;border:1px solid rgba(99,102,241,.2);background:rgba(99,102,241,.08);padding:.35rem .9rem;font-size:.6rem;letter-spacing:.3em;color:#4338ca;transition:transform .2s ease,border-color .2s ease}.post-hero__tag:hover{transform:translateY(-2px);border-color:rgba(99,102,241,.4)}.post-hero__title{font-size:clamp(2rem,4vw,3.75rem);font-weight:800;line-height:1.1;color:var(--text-main);letter-spacing:-.03em}[data-theme=dark] .post-hero__title{color:#f8fafc}.post-hero__summary{font-size:1.15rem;color:#475569;max-width:720px;line-height:1.65}.post-hero__meta{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1.5rem;border-radius:28px;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.7);box-shadow:0 25px 60px rgba(15,23,42,.08)}.post-hero__author{display:flex;gap:1rem;align-items:center}.post-hero__avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#a855f7);color:white;font-weight:600;display:flex;align-items:center;justify-content:center}.post-hero__author-name{font-weight:600;color:var(--text-main)}.post-hero__author-role{font-size:.85rem;color:#94a3b8}.post-hero__meta-list{display:flex;flex-wrap:wrap;gap:1.5rem}.post-hero__meta-list div{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:#475569}.post-hero__meta-list span{font-size:.7rem;text-transform:uppercase;letter-spacing:.35em;color:#94a3b8;font-weight:600}.post-body{background:var(--bg-body);padding:3rem 1.5rem 4rem}.post-body__inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.72fr) minmax(240px,.28fr);gap:2rem}.post-article{border-radius:34px;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.98);padding:2.5rem;box-shadow:0 45px 95px rgba(15,23,42,.08)}.post-side{display:flex;flex-direction:column;gap:1.5rem}.post-side__card{border-radius:30px;border:1px solid rgba(15,23,42,.08);padding:1.75rem;background:rgba(255,255,255,.9);box-shadow:0 25px 60px rgba(15,23,42,.05)}.post-side__eyebrow{text-transform:uppercase;letter-spacing:.35em;font-size:.7rem;font-weight:600;color:#818cf8}.post-side__card dl{margin-top:1.25rem;display:flex;flex-direction:column;gap:.9rem;font-size:.9rem;color:#475569}.post-side__card dt{font-weight:600;color:var(--text-main)}.post-side__topics{margin-top:1.5rem}.post-side__topics>div{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.7rem}.post-side__tag{border-radius:999px;border:1px solid rgba(99,102,241,.2);background:rgba(99,102,241,.07);padding:.35rem .9rem;font-size:.75rem;font-weight:600;color:#4338ca}.post-side__cta{border-radius:30px;padding:2rem;background:linear-gradient(135deg,#4f46e5,#1e1b4b);color:white;box-shadow:0 35px 95px rgba(79,70,229,.35)}.post-side__cta h2{margin-top:.7rem;font-size:1.4rem;font-weight:600}.post-side__cta p{font-size:.95rem;color:rgba(255,255,255,.8);margin-top:.5rem;line-height:1.6}.post-side__cta-actions{margin-top:1.2rem;display:flex;flex-direction:column;gap:.6rem}.post-side__cta-actions a{display:inline-flex;align-items:center;justify-content:center;border-radius:18px;padding:.65rem 1.2rem;font-weight:600;font-size:.9rem;border:1px solid rgba(255,255,255,.25);color:white}.post-side__cta-actions a:first-child{background:white;color:#1e1b4b;border:none}.post-related{padding:0 1.5rem 4rem}.post-related__card{max-width:1100px;margin:0 auto;border-radius:36px;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.95);padding:3rem;box-shadow:0 40px 90px rgba(15,23,42,.08)}.post-related__header p{text-transform:uppercase;letter-spacing:.35em;font-size:.7rem;font-weight:600;color:#818cf8}.post-related__header h2{margin-top:.5rem;font-size:2rem;font-weight:600;color:var(--text-main)}.post-related__header span{margin-top:.25rem;font-size:.95rem;color:#475569}.post-related__grid{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.related-card{border-radius:24px;border:1px solid rgba(15,23,42,.08);background:rgba(249,250,251,.9);box-shadow:0 30px 70px rgba(15,23,42,.08);transition:transform .2s ease,box-shadow .2s ease}.related-card:hover{transform:translateY(-4px);box-shadow:0 40px 90px rgba(99,102,241,.2)}.related-card__content{display:flex;flex-direction:column;gap:.8rem;padding:1.6rem;color:inherit}.related-card__content time{font-size:.7rem;text-transform:uppercase;letter-spacing:.35em;color:#94a3b8;font-weight:600}.related-card__content h3{font-size:1.1rem;font-weight:600;color:var(--text-main);line-height:1.4}.related-card__content p{font-size:.92rem;color:#475569;line-height:1.6}.related-card__cta{margin-top:auto;display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:#4338ca;font-size:.9rem}.related-card__cta svg{width:1rem;height:1rem}.post-cta{padding:0 1.5rem 4rem}.post-cta__inner{max-width:1100px;margin:0 auto;border-radius:40px;background:linear-gradient(135deg,#4f46e5,#7c3aed,#0f172a);color:white;padding:3rem;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:2rem;box-shadow:0 50px 120px rgba(79,70,229,.35)}.post-cta__eyebrow{text-transform:uppercase;letter-spacing:.4em;font-size:.7rem;font-weight:600;color:rgba(255,255,255,.7)}.post-cta__copy h2{margin-top:.75rem;font-size:2rem;font-weight:700}.post-cta__copy p{margin-top:.75rem;font-size:1rem;color:rgba(255,255,255,.85);line-height:1.7}.post-cta__actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem}.post-cta__primary,.post-cta__secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.8rem 1.6rem;font-weight:600;font-size:.95rem;transition:transform .2s ease}.post-cta__primary{background:white;color:#0f172a}.post-cta__secondary{border:1px solid rgba(255,255,255,.4);color:white}.post-cta__primary:hover,.post-cta__secondary:hover{transform:translateY(-2px)}.post-cta__quote{border-radius:30px;border:1px solid rgba(255,255,255,.3);background:rgba(15,23,42,.25);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;font-size:.95rem;line-height:1.8}.post-cta__quote span{font-weight:600}@media (max-width:1024px){.post-body__inner,.post-cta__inner{grid-template-columns:1fr}}@media (max-width:640px){.post-hero__inner{padding-top:6rem}.post-article,.post-related__card{padding:1.75rem}}.article-content{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.05rem;line-height:1.85;color:#0f172a;letter-spacing:-.009em;max-width:760px;width:100%;margin:0 auto}.article-content>*{margin:0}.article-content>*+*{margin-top:1.75em}.article-content p{margin-top:1.5em;margin-bottom:1.5em;line-height:1.9;color:#0f172a}.article-content p:first-child{margin-top:0}.article-content p:last-child{margin-bottom:0}.article-content h1{font-size:2.5rem;font-weight:800;line-height:1.2;letter-spacing:-.03em}.article-content h1,.article-content h2{color:#0f172a;margin-top:2.5em;margin-bottom:.75em}.article-content h2{font-size:1.875rem;font-weight:700;line-height:1.3;letter-spacing:-.02em}.article-content h3{font-size:1.5rem;line-height:1.4;letter-spacing:-.015em;margin-top:2em}.article-content h3,.article-content h4{font-weight:600;color:#1e293b;margin-bottom:.5em}.article-content h4{font-size:1.25rem;line-height:1.5;margin-top:1.75em}.article-content h1:first-child,.article-content h2:first-child,.article-content h3:first-child{margin-top:0}.article-content p:first-of-type:first-letter{float:left;font-size:3.2rem;line-height:1;font-weight:700;color:#4f46e5;margin-right:.18em;margin-top:.15em}.article-content h1+p,.article-content h2+p,.article-content h3+p,.article-content h4+p{margin-top:1em}.article-content ol,.article-content ul{padding-left:1.5em;margin-top:1.5em;margin-bottom:1.5em}.article-content li{margin-top:.5em;margin-bottom:.5em;line-height:1.7;color:#0f1b2d}.article-content ul li{list-style-type:disc}.article-content ul li::marker{color:#6366f1}.article-content ol li{list-style-type:decimal}.article-content ol li::marker{color:#6366f1;font-weight:600}.article-content li>ol,.article-content li>ul{margin-top:.5em;margin-bottom:.5em}.article-content a{color:#4338ca;text-decoration:underline;text-decoration-color:rgba(67,56,202,.25);text-underline-offset:3px;transition:all .2s ease}.article-content a:hover{color:#312e81;text-decoration-color:#312e81}.article-content b,.article-content strong{font-weight:700;color:#0f172a}.article-content em,.article-content i{font-style:italic}.article-content blockquote{border-left:4px solid rgba(99,102,241,.9);padding-left:1.5em;margin:2.5em 0;color:#1e1b4b;font-style:italic;background:rgba(99,102,241,.04);border-radius:16px;padding-top:1em;padding-bottom:1em}.article-content blockquote p{color:inherit}.article-content img{max-width:100%;height:auto;max-height:460px;object-fit:contain;border-radius:16px;margin:2.5em auto;display:block;box-shadow:0 20px 50px rgba(15,23,42,.12)}.article-content figure{margin:2em 0}.article-content figcaption{margin-top:.75em;font-size:.875rem;color:#6b7280;text-align:center;font-style:italic}.article-content code{font-family:Menlo,Monaco,Courier New,monospace;font-size:.875em;background:#f3f4f6;padding:.2em .4em;border-radius:3px;color:#dc2626}.article-content pre{background:#1f2937;color:#e5e7eb;padding:1.5em;border-radius:8px;overflow-x:auto;margin:2em 0}.article-content pre code{background:transparent;padding:0;color:inherit;font-size:.875rem}.article-content table{width:100%;border-collapse:collapse;margin:2em 0;font-size:.9375rem}.article-content thead{background:#e5e7eb;border-bottom:2px solid #111827}.article-content th{padding:.75em 1em;text-align:left;font-weight:600;color:#111827}.article-content td{padding:.75em 1em;border-bottom:1px solid #e5e7eb;color:#374151}.article-content tr:last-child td{border-bottom:none}.article-content hr{border:none;height:1px;background:#e5e7eb;margin:3em 0}@media (max-width:640px){.blog-wrapper{padding:0 16px}.article-content{font-size:17px}.article-content h1{font-size:2rem}.article-content h2{font-size:1.5rem}.article-content h3{font-size:1.25rem}.article-content h4{font-size:1.125rem}.article-content pre{padding:1em;font-size:.8125rem}.article-content p:first-of-type:first-letter{float:none;font-size:2rem;margin-right:0}}@media (prefers-color-scheme:dark){.article-content,.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content p{color:#111827}.article-content b,.article-content strong{color:#010102}.article-content code{background:#374151;color:#fbbf24}.article-content pre{background:#111827}.article-content blockquote{border-left-color:#6a78f2;color:#10141c}.article-content thead{background:#1f2937}.article-content th{color:#111827}.article-content td{color:#111827;border-bottom-color:#374151}.article-content hr{background:#374151}}