html{scroll-behavior:smooth}.prose h2{font-size:1.5rem;font-weight:700;margin-top:2rem;margin-bottom:.75rem;color:#111827}.prose h3{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:#111827}.prose h4{font-size:1.1rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem;color:#374151}.prose p{margin-bottom:1rem;line-height:1.75;color:#374151}.prose ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.prose li{margin-bottom:.35rem;line-height:1.7;color:#374151}.prose a{color:#0284c7}.prose a:hover{text-decoration:underline}.prose img{border-radius:.75rem;max-width:100%;height:auto;margin:1.5rem auto}.aspect-video{aspect-ratio:16/9}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.anim-hidden{opacity:0;transition:opacity .7s ease,transform .7s ease}.fade-up{transform:translateY(40px)}.fade-left{transform:translateX(-40px)}.fade-right{transform:translateX(40px)}.anim-visible{opacity:1;transform:none}