html,body{max-width:100vw;overflow-x:hidden}body{color:#2b303a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;transition:background-color .2s,color .2s}*{box-sizing:border-box;margin:0;padding:0}a{color:#358ccb;text-decoration:none;transition:color .2s}a:hover{text-decoration:underline}html.dark body{color:#e0e0e0!important;background:#1a1a1a!important}html.dark a{color:#5ba3d3!important}html.dark blockquote{color:#e0e0e0!important;border-left-color:#5ba3d3!important}html.dark hr{background:#e0e0e0}@media (prefers-color-scheme:dark){html:not(.light):not(.dark) body{color:#e0e0e0!important;background:#1a1a1a!important}html:not(.light):not(.dark) a{color:#5ba3d3!important}html:not(.light):not(.dark) blockquote{color:#e0e0e0!important;border-left-color:#5ba3d3!important}html:not(.light):not(.dark) hr{background:#e0e0e0}}.blogImageFrame{border-radius:8px;position:relative;overflow:hidden}.blogImageSkeleton{background-color:#f0f0f0;border-radius:8px;position:absolute;inset:0}html.dark .blogImageSkeleton{background-color:#2a2a2a}.blogImageSkeleton:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:1.5s ease-in-out infinite blogShimmer;position:absolute;top:0;left:-100%}html.dark .blogImageSkeleton:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000)}@keyframes blogShimmer{0%{left:-100%}to{left:100%}}
