@keyframes blob{0%,100%{transform:scale(1) translate(0,0)}33%{transform:scale(1.1) translate(20px,-20px)}66%{transform:scale(.9) translate(-20px,20px)}}.animate-blob{animation:blob 8s infinite ease-in-out}.delay-1000{animation-delay:1s}.delay-2000{animation-delay:2s}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade{animation:fadeIn 1s ease-out forwards}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}.delay-800{animation-delay:.8s}.delay-1100{animation-delay:1.1s}.delay-1400{animation-delay:1.4s}html{scroll-behavior:smooth}.reading-mode{line-height:1.8;font-family:Georgia,"Times New Roman",serif}.high-contrast{filter:invert(1) hue-rotate(180deg);background:#000!important}.high-contrast img,.high-contrast video{filter:invert(1) hue-rotate(180deg)!important}
