.paragraph-hover{background-color:rgba(0,0,0,.02);transition:background-color .2s ease}.dark .paragraph-hover{background-color:hsla(0,0%,100%,.02)}.paragraph-active{background-color:rgba(0,0,0,.04);border-left:3px solid hsl(var(--primary));margin-left:-15px;padding-left:12px}.dark .paragraph-active{background-color:hsla(0,0%,100%,.04)}.comment-badge{align-items:center;background-color:hsl(var(--muted-foreground)/.1);border-radius:9999px;color:hsl(var(--muted-foreground));cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;height:24px;justify-content:center;min-width:24px;padding:0 6px;transition:all .2s ease}.comment-badge:hover{background-color:hsl(var(--muted-foreground)/.2);transform:scale(1.1)}.paragraph-wrapper ::-moz-selection{background-color:hsl(var(--primary)/.2)}.paragraph-wrapper ::selection{background-color:hsl(var(--primary)/.2)}.inline-comment-form{animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.group:hover .comment-hint-pill{animation:fadeInUp .2s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.font-inter{font-family:var(--font-inter),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.font-merriweather{font-family:var(--font-merriweather),Georgia,Cambria,"Times New Roman",Times,serif}.font-nunito{font-family:var(--font-nunito),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.font-times{font-family:Times New Roman,Times,Georgia,serif}@media (max-width:640px){.prose{letter-spacing:.01em;line-height:1.75}.prose p{hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;margin-bottom:1.25rem;text-align:justify}.prose p+p{text-indent:1.5rem}.prose h1,.prose h2,.prose h3{line-height:1.3;margin-bottom:1rem;margin-top:2rem}.comment-badge{font-size:14px;height:32px;min-width:32px;padding:0 8px}.prose-amber{background-color:#fffbeb}.prose-amber,.prose-amber p{color:#451a03}.prose-invert{background-color:#111827;color:#f3f4f6}.prose-invert p{color:#f3f4f6}}@media (max-width:480px){.prose{font-size:max(1rem,16px)}}@media (max-width:896px) and (orientation:landscape){.prose{margin:0 auto;max-width:75ch}}