.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:#000;z-index:2147483647;display:flex;align-items:center;justify-content:center;pointer-events:auto;touch-action:none}.modal-close-btn{position:absolute;top:16px;right:16px;width:48px;height:48px;border-radius:50%;background-color:#0006;color:#fff;border:none;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10000;transition:background-color .2s}.modal-close-btn:hover{background-color:#0009}.modal-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background-color:#0006;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10000;transition:background-color .2s;color:#fff;font-size:32px;font-weight:700}.modal-nav-btn:hover{background-color:#0009}.modal-prev-btn{left:16px}.modal-next-btn{right:16px}.modal-zoom-controls{position:absolute;bottom:40px;display:flex;gap:12px;z-index:10000}.modal-zoom-btn{width:48px;height:48px;border-radius:50%;background-color:#0006;color:#fff;border:none;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.modal-zoom-btn:hover{background-color:#0009}.modal-reset-btn{padding:0 20px;height:48px;border-radius:24px;background-color:#0006;color:#fff;border:none;font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.modal-reset-btn:hover{background-color:#0009}.modal-loader-container{display:flex;align-items:center;justify-content:center}.modal-loader{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top:4px solid rgba(255,255,255,.6);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-image{transform-origin:center center;transition:transform .1s ease-out;cursor:default;object-fit:contain;max-height:90vh;max-width:90vw;opacity:0;display:block;position:relative;z-index:100;-webkit-user-select:none;user-select:none}.modal-image.loaded{opacity:1}.modal-image.dragging{cursor:grabbing;transition:none}.modal-image.zoomed{cursor:grab}.modal-image.zoomed.dragging{cursor:grabbing}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:1em 0 .5em!important;font-weight:700!important;display:block!important}.post-content h1{font-size:1.5em!important}.post-content h2{font-size:1.3em!important}.post-content h3{font-size:1.1em!important}.post-content p{margin:.5em 0 0!important;display:block!important}.post-content p+p{margin-top:0!important;margin-bottom:0!important}.post-content h2+p{margin-top:.85em!important}.post-content a{word-break:break-word;overflow-wrap:break-word;color:#3c94ff;text-decoration:none;cursor:pointer}.post-content a:visited{color:#3c94ff}.post-content a:hover{color:#1d4ed8;text-decoration:none}.post-content a:visited:hover{color:#1d4ed8}.post-content{word-break:normal;overflow-wrap:break-word}
