@keyframes blogZoomIn{0%{opacity:0;transform:scale(.95) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes blogZoomOut{0%{opacity:0;transform:scale(1.05) translateY(-12px)}to{opacity:1;transform:scale(1) translateY(0)}}.blog-zoom-transition{animation:blogZoomIn .45s cubic-bezier(.16,1,.3,1) forwards;will-change:transform,opacity;transform-origin:center top}.blog-card-zoom-image{transition:transform .6s cubic-bezier(.16,1,.3,1)}.blog-card-zoom-image:hover{transform:scale(1.06)}::view-transition-old(root){animation:blogViewZoomOut .18s cubic-bezier(.4,0,1,1) both}::view-transition-new(root){animation:blogViewZoomIn .35s cubic-bezier(.16,1,.3,1) both}@keyframes blogViewZoomOut{to{opacity:0;transform:scale(.93)}}@keyframes blogViewZoomIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.scrollbar-hover-slim{scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .3s ease}.scrollbar-hover-slim:hover{scrollbar-color:rgba(148,163,184,.6) transparent}.scrollbar-hover-slim::-webkit-scrollbar{width:2px;height:2px}.scrollbar-hover-slim::-webkit-scrollbar-track{background:transparent;border-radius:9999px}.scrollbar-hover-slim::-webkit-scrollbar-thumb{background-color:transparent;border-radius:9999px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.scrollbar-hover-slim:hover::-webkit-scrollbar-thumb{background-color:rgba(148,163,184,.6)}.scrollbar-hover-slim::-webkit-scrollbar-thumb:hover{background-color:rgba(71,85,105,.8)}
/*# sourceMappingURL=0db56589f65aba1c.css.map*/