@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.animate-gradient{background-size:200% 200%;animation:gradient-shift 4s ease-in-out infinite}.delay-1000{animation-delay:1s}.delay-2000{animation-delay:2s}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3}html{scroll-behavior:smooth}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.blog-content h1{font-size:2.25rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;color:var(--foreground)}.blog-content h2{font-size:1.75rem;margin-top:1.75rem;margin-bottom:.75rem}.blog-content h2,.blog-content h3{font-weight:600;color:var(--foreground)}.blog-content h3{font-size:1.375rem;margin-top:1.5rem;margin-bottom:.5rem}.blog-content p{margin-bottom:1rem;line-height:1.75;color:var(--muted-foreground)}.blog-content ol,.blog-content ul{margin-bottom:1rem;padding-left:1.5rem}.blog-content li{margin-bottom:.5rem;color:var(--muted-foreground)}.blog-content ul li{list-style-type:disc}.blog-content ol li{list-style-type:decimal}.blog-content a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.blog-content a:hover{color:#3b82f6}.blog-content blockquote{border-left:4px solid #2563eb;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:var(--muted-foreground)}.blog-content pre{background:#020817;border-radius:.5rem;padding:1rem;overflow-x:auto;margin:1.5rem 0}.blog-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem}.blog-content table{width:100%;border-collapse:collapse;margin:1.5rem 0}.blog-content td,.blog-content th{border:1px solid #1e293b;padding:.75rem;text-align:left}.blog-content th{background:rgba(30,41,59,.5);font-weight:600}.blog-content img{border-radius:.75rem;margin:1.5rem 0}.blog-content hr{border:0;border-top:1px solid #1e293b;margin:2rem 0}.blog-content strong{font-weight:600;color:var(--foreground)}.blog-content em{font-style:italic}