.toastAppear{animation:toastAppearAnimation .25s forwards}@keyframes toastAppearAnimation{0%{opacity:0;transform:translate(250px)}to{opacity:1;transform:translate(0)}}.toastRemove{animation:toastRemoveAnimation .25s forwards}@keyframes toastRemoveAnimation{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(250px)}}.blog-content{line-height:1.7;font-size:.95rem;color:#111827}.blog-content>*+*{margin-top:.75rem}.blog-content h1{font-size:1.75rem;line-height:2.25rem;font-weight:700;margin-top:1rem}.blog-content h2{font-size:1.5rem;line-height:2rem;font-weight:700;margin-top:1rem}.blog-content h3{font-size:1.25rem;line-height:1.75rem;font-weight:600;margin-top:1rem}.blog-content em{font-synthesis:style;font-style:italic}.blog-content a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.blog-content a:hover{color:#1d4ed8}.blog-content ul{list-style:disc;padding-left:1.5rem;margin:.75rem 0}.blog-content ol{list-style:decimal;padding-left:1.5rem;margin:.75rem 0}.blog-content li{margin:.25rem 0}.blog-content li p{margin:0}.blog-content ul ul{list-style:circle;margin-top:.25rem}.blog-content ol ol{list-style:lower-alpha;margin-top:.25rem}.blog-content blockquote{border-left:4px solid #e5e7eb;padding-left:1rem;color:#6b7280}.blog-content code{font-size:.875em;padding:.1em .35em;border:1px solid #e5e7eb;border-radius:.375rem;background:#f9fafb}.blog-content pre{padding:1rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#f9fafb;overflow-x:auto}.blog-content pre code{border:none;background:transparent;padding:0}
