@keyframes post-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes post-zoom-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.post{background:#fdf3ec;min-height:100vh}.post__hero{background:#0d1b3d;padding:80px 0 0;position:relative;overflow:hidden}.post__hero:before{content:"";opacity:.05;background:#f47b20;border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-80px}.post__hero-inner{z-index:2;text-align:center;max-width:820px;margin:0 auto;padding:0 32px;position:relative}.post__cats{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:24px;animation:.55s cubic-bezier(.16,1,.3,1) 50ms both post-fade-up;display:flex}.post__cat{text-transform:uppercase;letter-spacing:.14em;color:#fff;border-radius:100px;padding:4px 14px;font-size:11px;font-weight:700;transition:transform .22s cubic-bezier(.16,1,.3,1),opacity .22s}.post__cat:hover{opacity:.85;transform:translateY(-2px)}.post__title{color:#fff;letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(32px,5.5vw,58px);font-weight:800;line-height:1.08;animation:.65s cubic-bezier(.16,1,.3,1) .13s both post-fade-up}.post__excerpt{color:#ffffffa6;max-width:640px;margin:0 auto 36px;font-size:18px;line-height:1.65;animation:.65s cubic-bezier(.16,1,.3,1) .22s both post-fade-up}.post__meta{color:#fff9;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding:20px 0;font-size:14px;animation:.6s cubic-bezier(.16,1,.3,1) .3s both post-fade-up;display:flex}.post__author{align-items:center;gap:10px;display:flex}.post__author-img{object-fit:cover;border:2px solid #fff3;border-radius:50%;width:36px;height:36px}.post__author-name{color:#ffffffe6;font-size:14px;font-weight:600}.post__sep{color:#ffffff4d}.post__cover{border-radius:20px 20px 0 0;height:480px;margin-top:48px;animation:.9s cubic-bezier(.16,1,.3,1) .1s both post-zoom-in;overflow:hidden}.post__cover img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block}.post__cover img:hover{transform:scale(1.02)}.post__body{max-width:760px;margin:0 auto;padding:64px 32px 100px}.post__toc{background:#fff;border:1px solid #ecdfd1;border-radius:16px;margin-bottom:48px;padding:24px 28px}.post__toc h4{text-transform:uppercase;letter-spacing:.14em;color:#f47b20;margin-bottom:14px;font-size:12px;font-weight:700}.post__toc ul{flex-direction:column;gap:8px;list-style:none;display:flex}.post__toc a{color:#28335a;align-items:center;gap:8px;font-size:14px;font-weight:500;text-decoration:none;transition:color .28s;display:flex}.post__toc a:before{content:"→";color:#f47b20;font-size:12px}.post__toc a:hover{color:#f47b20}.post__content h2{color:#0d1b3d;letter-spacing:-.02em;margin:48px 0 16px;font-size:clamp(22px,3vw,30px);font-weight:800;line-height:1.2}.post__content h3{color:#0d1b3d;margin:36px 0 14px;font-size:20px;font-weight:700}.post__content p{color:#28335a;margin-bottom:22px;font-size:16px;line-height:1.8}.post__content a{color:#f47b20;text-underline-offset:3px;text-decoration:underline}.post__content strong{color:#0d1b3d;font-weight:700}.post__content blockquote{color:#0d1b3d;background:#fff6f0;background:lab(97.4417% 2.51341 4.24122);border-left:4px solid #f47b20;border-radius:0 12px 12px 0;margin:28px 0;padding:16px 24px;font-size:17px;font-style:italic;font-weight:600;line-height:1.55}.post__content pre{color:#e2e8f0;background:#0d1b3d;border-radius:14px;margin:28px 0;padding:24px 28px;font-size:14px;line-height:1.7;overflow-x:auto}.post__content code{color:#f47b20;background:#fbe9dd;border-radius:5px;padding:2px 8px;font-family:SF Mono,Fira Code,monospace;font-size:.88em}.post__content pre code{color:inherit;background:0 0;padding:0}.post__content ul,.post__content ol{flex-direction:column;gap:8px;margin-bottom:22px;padding-left:24px;display:flex}.post__content ul li,.post__content ol li{color:#28335a;font-size:16px;line-height:1.7}.post__content ul li::marker{color:#f47b20}.post__content ol li::marker{color:#f47b20}.post__content img{border-radius:14px;width:100%;margin:28px 0}.post__content hr{border:none;border-top:1px solid #ecdfd1;margin:40px 0}.post__cta{background:#0d1b3d;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-top:48px;padding:40px;display:flex}.post__cta h3{color:#fff;letter-spacing:-.02em;font-size:20px;font-weight:800}.post__cta h3 em{color:#f47b20;font-style:normal}.post__cta p{color:#fff9;margin-top:4px;font-size:14px}.post__cta-actions{gap:10px;display:flex}.post__share-btn{cursor:pointer;color:#fffc;background:#ffffff1a;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:all .26s;display:inline-flex}.post__share-btn:hover{color:#fff;background:#ffffff2e}.post__cta-btn{border-radius:100px;padding:12px 24px;font-size:13px;font-weight:700;text-decoration:none;transition:all .28s}.post__cta-btn--primary{color:#fff;background:#f47b20}.post__cta-btn--primary:hover{background:#e0670b;transform:translateY(-1px)}.post__cta-btn--outline{color:#fffc;background:#ffffff12;border:1px solid #ffffff1f}.post__cta-btn--outline:hover{color:#fff;background:#ffffff1f}.mock-body .mock-body__section{margin-bottom:32px}.mock-body .mock-body__section h2{color:#0d1b3d;letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(20px,2.5vw,26px);font-weight:800}.mock-body .mock-body__section p{color:#28335a;margin-bottom:16px;font-size:16px;line-height:1.8}.mock-body blockquote{color:#0d1b3d;background:#fff6f0;background:lab(97.4417% 2.51341 4.24122);border-left:4px solid #f47b20;border-radius:0 12px 12px 0;margin:28px 0;padding:16px 24px;font-size:17px;font-style:italic;font-weight:600;line-height:1.55}.mock-body pre{color:#e2e8f0;background:#0d1b3d;border-radius:14px;margin:20px 0;padding:24px 28px;font-family:SF Mono,Fira Code,monospace;font-size:14px;line-height:1.7;overflow-x:auto}.mock-body ul{flex-direction:column;gap:8px;margin-bottom:20px;padding-left:24px;display:flex}.mock-body ul li{color:#28335a;font-size:16px;line-height:1.7}.mock-body ul li::marker{color:#f47b20}@media (max-width:720px){.post__cover{height:280px}.post__body{padding:40px 22px 72px}.post__cta{flex-direction:column;padding:28px 22px}.post__hero-inner{padding:0 22px}}
