.prose h1{font-size:2.5rem;font-weight:800;color:#111827;margin-top:3rem;margin-bottom:1.5rem;line-height:1.2}.prose h2{font-size:2rem;font-weight:700;color:#1f2937;margin-top:2.5rem;margin-bottom:1rem;line-height:1.3}.prose h3{font-size:1.5rem;font-weight:600;color:#374151;margin-top:2rem;margin-bottom:.75rem;line-height:1.4}.prose ul{margin:1.5rem 0;padding-left:1.5rem;list-style:none}.prose ul li{position:relative;margin-bottom:.75rem;padding-left:1rem;line-height:1.6}.prose ul li:before{content:"•";color:#000000;font-weight:700;position:absolute;left:0}.prose ol{margin:1.5rem 0;padding-left:1.5rem;counter-reset:list-counter}.prose ol li{position:relative;margin-bottom:.75rem;padding-left:1rem;line-height:1.6;counter-increment:list-counter}.prose ol li:before{content:counter(list-counter) ".";color:#000000;font-weight:700;position:absolute;left:0}.prose img{border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1);margin:24px auto;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.blog-container{max-width:70%}@media (max-width:768px){.blog-container{max-width:100%!important}.prose img{max-width:95%;max-height:40vh}}.prose img:hover{transform:scale(1.02);box-shadow:0 8px 16px rgba(0,0,0,.15)}.image-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer}.image-modal img{max-width:95%;max-height:95%;border-radius:8px;cursor:default;transform:none;box-shadow:0 20px 40px rgba(0,0,0,.3)}.image-modal-close{position:absolute;top:20px;right:30px;color:white;font-size:40px;font-weight:700;cursor:pointer;z-index:10000}.image-modal-close:hover{color:#ccc}