html{scroll-behavior:smooth}.post h2,.post h3,.post h4{margin-top:1rem;margin-bottom:1rem}.post h2{font-size:2rem;font-weight:600}.post h3{font-size:1.4rem;font-weight:600}.post h4{font-size:1rem;font-weight:500}.post a{color:#09f;text-decoration:none;font-weight:600}.post a:hover{text-decoration:underline}.post p{padding-bottom:1rem}.post p a{color:#09f;text-decoration:none;font-weight:600}.post p a:hover{text-decoration:underline}.post blockquote{background-color:#f8f9fa;border-left:.25rem solid #007bff;padding-top:1rem;padding-left:1rem;padding-right:1rem;border-radius:16px;margin:10px 10px 1rem}.dark .post blockquote{background-color:#343a40;border-left-color:#007bff}.post p code{background-color:#24282c;padding:.15rem .4rem}.post p code,.post pre code{color:#fff;border-radius:.3rem}.post pre code{background-color:#282c34;padding:1rem;overflow-x:auto;display:block}.post figure{margin-bottom:1rem}.post ul{padding-left:1rem;list-style-type:circle}.post ul li{margin-bottom:1rem}.post ol{counter-reset:item;list-style-type:none;padding-left:1rem}.post ol li{counter-increment:item;margin-bottom:1rem}.post ol li:before{content:counter(item) ".";font-weight:700;margin-right:.5rem}.post table{border-collapse:collapse;margin-bottom:1rem;margin-left:auto;margin-right:auto}.post td,.post th{padding:.5rem;border:1px solid #dee2e6}.post th{font-weight:700}.post tbody tr:nth-child(2n),.post th{background-color:hsla(0,0%,51%,.269)}.markdownImage{border:2px solid #000;border-radius:16px}.dark .markdownImage{border:2px solid #fff}figcaption[data-rehype-pretty-code-title]{font-size:.8rem;padding:10px;background-color:#23272e;width:-moz-fit-content;width:fit-content;color:#fff}figure{background-color:#1e2227;border-radius:16px;overflow:hidden;border:2px solid #1e2227}code[data-theme*=" "]{padding:16px}code[data-theme*=" "],code[data-theme*=" "] span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}.dropdown{animation:dropdownAnimation .4s ease-out}@keyframes dropdownAnimation{0%{opacity:.5;scale:.7;filter:blur(5.5px)}70%{filter:blur(0)}to{opacity:1;scale:1;filter:blur(0)}}.buttontest{width:100%;border:1px solid hsla(0,0%,100%,.6);font-weight:500;font-family:inherit;border-radius:16px;font-size:.875rem;line-height:2.25rem;background:linear-gradient(180deg,#d3d3d32d,#2c2c2c43);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;color:#fff}@keyframes fade-in-up{0%{opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-in-scale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.videoplayer iframe{max-width:100%;max-height:100%}.videoplayer.stuck{height:145px;width:260px}@media (min-width:1024px){.videoplayer.stuck{height:240px;width:425px}}.videoplayer.stuck{position:fixed;bottom:20px;right:20px;transform:translateY(100%);animation:fade-in-up .25s ease forwards;box-shadow:0 0 10px 0 rgba(0,0,0,.2)}.videoplayer.unstuck{animation:fade-in-scale .25s ease forwards}