.instant-link{position:relative;transition:all .2s ease}.instant-link:hover{color:#4a90e2}.instant-link.prefetched:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#4a90e2,#2ecc71);opacity:.3;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.instant-link.prefetched:hover:after{transform:scaleX(1)}.instant-link.navigating{opacity:.8;pointer-events:none}.loading-dots{position:relative}.loading-dots:after{content:"";display:inline-block;width:0;animation:loading-dots 1.5s infinite}@keyframes loading-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.blog-title-link{display:block;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.blog-title-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(74,144,226,.1),transparent);transition:left .5s ease}.blog-title-link:hover:before{left:100%}.instant-loading-indicator{position:fixed;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#4a90e2,#2ecc71);transform:scaleX(0);transform-origin:left;transition:transform .3s ease;z-index:9999}.instant-loading-indicator.active{transform:scaleX(1)}.prefetch-status{position:fixed;bottom:20px;right:20px;background:rgba(0,0,0,.8);color:#fff;padding:8px 12px;border-radius:20px;font-size:12px;z-index:1000;opacity:0;transition:opacity .3s ease}.prefetch-status.show{opacity:1}.prefetch-status.success{background:rgba(46,204,113,.9)}.prefetch-status.error{background:rgba(231,76,60,.9)}.page-transition{opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}.page-transition.loaded{opacity:1;transform:translateY(0)}.instant-image{position:relative;overflow:hidden}.instant-image:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);animation:shimmer 1.5s infinite;z-index:1}@keyframes shimmer{0%{left:-100%}to{left:100%}}.instant-link[data-prefetched=true]{cursor:pointer}.instant-link[data-prefetching=true]{cursor:wait}@media (max-width:768px){.instant-link:after{display:none}.loading-dots{font-size:14px}.prefetch-status{bottom:10px;right:10px;font-size:11px}section{padding-top:40px!important;padding-bottom:40px!important}.main-title2{margin-bottom:25px!important}.main-title2 .title{font-size:28px!important;margin-bottom:10px!important}.container{padding-left:20px!important;padding-right:20px!important}}@media (max-width:576px){section{padding-top:40px!important;padding-bottom:40px!important}.main-title2{margin-bottom:20px!important}.row{margin-bottom:0!important}}@media (prefers-color-scheme:dark){.instant-link.prefetched:after{background:linear-gradient(90deg,#5dade2,#58d68d)}.blog-title-link:before{background:linear-gradient(90deg,transparent,rgba(93,173,226,.1),transparent)}.prefetch-status{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}