.rich-text-content h1{font-size:3.5rem;font-weight:900;line-height:1;letter-spacing:-.025em}.rich-text-content h1,.rich-text-content h2{color:var(--foreground);margin-bottom:1.5rem;margin-top:2rem}.rich-text-content h2{font-size:2.5rem;font-weight:800;line-height:1.1;letter-spacing:-.02em}.rich-text-content h3{font-size:1.875rem;line-height:1.2;letter-spacing:-.01em}.rich-text-content h3,.rich-text-content h4{font-weight:700;color:var(--foreground);margin-bottom:1.5rem;margin-top:2rem}.rich-text-content h4{font-size:1.5rem;line-height:1.3}.rich-text-content h5,.rich-text-content h6{font-size:1.25rem;font-weight:600;line-height:1.4;color:var(--foreground);margin-bottom:1rem;margin-top:1.5rem}.rich-text-content p{font-size:1rem;font-weight:500;line-height:1.6;color:var(--muted-foreground);margin-bottom:1.5rem}.rich-text-content blockquote{margin-top:2rem;margin-bottom:2rem;border-top-right-radius:.75rem;border-bottom-right-radius:.75rem;border-left-width:4px;border-color:var(--primary);padding:1.5rem;font-style:italic}.rich-text-content code{border-radius:.25rem;background-color:var(--muted);padding:.25rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.25rem}.rich-text-content pre{margin-top:1.5rem;margin-bottom:1.5rem;overflow-x:auto;border-radius:.75rem;background-color:var(--muted);padding:1.5rem}.rich-text-content ol,.rich-text-content ul{margin-left:1.5rem;margin-bottom:1.5rem}.rich-text-content li{margin-bottom:.5rem}.rich-text-content a{font-weight:600;color:var(--primary)}.rich-text-content a:hover{text-decoration-line:underline}.rich-text-content img{margin-top:2rem;margin-bottom:2rem;border-radius:.75rem}.rich-text-content>*{animation:slideInUp .6s ease-out}.rich-text-content>:nth-child(2n){animation:slideInLeft .6s ease-out}.rich-text-content>:first-child{animation-delay:.1s}.rich-text-content>:nth-child(2){animation-delay:.2s}.rich-text-content>:nth-child(3){animation-delay:.3s}.rich-text-content>:nth-child(4){animation-delay:.4s}.rich-text-content>:nth-child(5){animation-delay:.5s}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}article{animation:fadeInScale .8s ease-out}.neo-brutalist-border{transition:all .3s cubic-bezier(.4,0,.2,1)}.neo-brutalist-border:hover{transform:translateY(-2px) rotate(1deg)}