@keyframes readingModeZoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.animate-slideDown{animation:slideDown .3s ease-out forwards}body.reading-mode{overflow:hidden!important;position:fixed!important;width:100%!important;height:100%!important}.reading-mode{padding-top:70px}.reading-mode footer,.reading-mode nav{display:none!important}.reading-drop-cap{float:left;font-size:4.5em;line-height:.85;padding-right:.1em;margin-right:.05em;margin-top:.05em;font-weight:600;font-family:Cinzel,Georgia,Times New Roman,serif}.reading-mode-content p{font-size:inherit!important}.reading-mode .blog-content-backdrop{position:relative;z-index:9985;background:white;padding:2rem;border-radius:1rem;max-width:720px!important;margin:0 auto;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);animation:readingModeZoomIn .4s ease-out forwards}.dark .reading-mode .blog-content-backdrop{background:#1a1a1a}.reading-mode .blog-content-backdrop .prose{font-size:calc(var(--reading-font-size, 100%) * 1.15);line-height:1.9}.reading-mode .blog-content-backdrop p{margin-bottom:1.5em}.reading-mode .comments-section,.reading-mode .emoji-reactions,.reading-mode .post-actions,.reading-mode .reading-controls,.reading-mode .related-posts,.reading-mode .share-section{display:none!important}