@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.animate-fade-in-down{animation:fade-in-down .8s ease-out}.animate-fade-in-up{animation:fade-in-up .8s ease-out;animation-fill-mode:both}.animate-fade-in{animation:fade-in .8s ease-out}.animation-delay-200{animation-delay:.2s}.blog-article-body{color:#334155;font-size:1rem;line-height:2;word-break:break-word}.blog-article-body p{margin-bottom:1.75rem;color:#475569}.blog-article-body h2{font-size:1.2rem;font-weight:700;color:#0f172a;margin-top:3.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0;line-height:1.5}.blog-article-body h3{font-size:1.0625rem;font-weight:700;color:#1e293b;margin-top:2.5rem;margin-bottom:1rem;line-height:1.5}.blog-article-body a{color:#2563eb;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#bfdbfe;transition:text-decoration-color .15s}.blog-article-body a:hover{text-decoration-color:#2563eb}.blog-article-body strong{color:#1e293b;font-weight:600}.blog-article-body ul{list-style:none;padding-left:0;margin:1.5rem 0}.blog-article-body ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;line-height:1.9}.blog-article-body ul li:before{content:"";position:absolute;left:0;top:.85em;width:6px;height:6px;border-radius:50%;background-color:#94a3b8}.blog-article-body ol{padding-left:1.5rem;margin:1.5rem 0;counter-reset:list-counter}.blog-article-body ol li{margin-bottom:.75rem;line-height:1.9;counter-increment:list-counter}.blog-article-body blockquote{border-left:3px solid #cbd5e1;padding:1rem 0 1rem 1.5rem;margin:2rem 0;color:#64748b;font-style:normal;background:#f8fafc;border-radius:0 .5rem .5rem 0}.blog-article-body blockquote p{margin-bottom:0;color:#64748b}.blog-article-body table{width:100%;margin:2rem 0;border-collapse:separate;border-spacing:0;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;font-size:.875rem;line-height:1.6}.blog-article-body thead{background-color:#f8fafc}.blog-article-body th{font-weight:600;color:#334155;padding:.875rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0;font-size:.8125rem;letter-spacing:.01em}.blog-article-body td{padding:.875rem 1rem;color:#475569;border-bottom:1px solid #f1f5f9}.blog-article-body tbody tr:last-child td{border-bottom:none}.blog-article-body tbody tr:hover{background-color:#fafbfc}.blog-article-body code{background-color:#f1f5f9;padding:.15rem .4rem;border-radius:.25rem;font-size:.875rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#475569}.blog-article-body pre{background-color:#0f172a;color:#e2e8f0;padding:1.25rem 1.5rem;border-radius:.75rem;overflow-x:auto;margin:2rem 0;font-size:.875rem;line-height:1.7}.blog-article-body pre code{background:none;padding:0;border-radius:0;color:inherit;font-size:inherit}.blog-article-body img{border-radius:.75rem;margin:2rem 0}@media (min-width:640px){.blog-article-body{font-size:1.0625rem}.blog-article-body h2{font-size:1.375rem}.blog-article-body h3{font-size:1.125rem}}@media (prefers-reduced-motion:reduce){.animate-blob,.animate-fade-in,.animate-fade-in-down,.animate-fade-in-up{animation:none!important}}