body{min-height:100vh;margin:0;padding:0;word-break:break-word;font-family:Segoe UI,sans-serif;font-size:18px;line-height:1.5}img{max-width:100%;max-height:55vh}.posts{list-style-type:none;padding:0;margin:0}.posts__post{padding:2vw}.posts__post:nth-child(odd){background-color:#e4e4e4}.missing-icon{width:22px;height:22px;border-radius:50%;background-color:rgba(0,0,0,.3)}.icon{width:32px;height:32px;background-image:url(/static/img/icons.svg);background-position:var(--x) var(--y)}.htmx-request .icon{background:url(/static/img/spinner.svg)}.post{display:grid;gap:0 16px;grid-template:"stats head" auto "stats picture" auto "stats body" auto/40px auto}@media screen and (max-width: 600px){.post{grid-template:"top-stats head" auto "picture picture" auto "bot-stats body" auto/40px auto}}.post__top-stats,.post__bot-stats{grid-area:stats;display:grid;grid-template-rows:auto auto 1fr;gap:8px;justify-items:stretch;font-size:14px;word-break:keep-all}.post__bot-stats{align-self:end;margin-top:122px}@media screen and (max-width: 600px){.post__top-stats{grid-area:top-stats}.post__bot-stats{grid-area:bot-stats;margin-top:0}}.post__stat{display:flex;flex-direction:column;align-items:center;width:40px}.post__stat--comments{align-self:end}.post__head{grid-area:head}.post__featured{font-weight:bold;font-style:italic;margin:0;font-size:14px}.post__title{margin-top:0;font-size:1.3em;line-height:1.25}.post__author{font-size:14px;position:relative;margin:0 0 .3em;font-style:italic}.post__img{border:2px solid #000}.post__picture{grid-area:picture;margin:0;text-align:center}.post__body{grid-area:body}.comments-view{padding:8px}.comment{position:relative;margin:1em 0 1em 1.1em}.comment::before{position:absolute;top:65px;bottom:1px;left:7px;content:"";border-right:2px solid var(--c)}.comments>.comment{margin-left:8px}.comment__main{display:grid;grid-template:"stats header" auto "stats body" auto/36px 1fr}.comment__header{grid-area:header;font-size:14px;font-style:italic}.comment__body{grid-area:body}.comment__body p{margin:.5em 0}.comment__stats{grid-area:stats;display:flex;flex-direction:column;align-items:center;text-align:center;font-size:14px;margin-right:20px;word-break:normal}.user-content img[title]{width:auto;height:auto;max-width:80px;max-height:80px;vertical-align:top}.user-content blockquote{border-left:12px solid #b5b5b5;margin-left:0;padding-left:.5em}.user-content pre{white-space:pre-line}.hidden-link{color:inherit;text-decoration:none}.hidden-link:hover{text-decoration:underline}.interact-button{padding:0;margin:-1}.ms .interact-button{display:inline-block;width:44px;height:60px}.tint--upvoted{filter:contrast(0) sepia(1) contrast(20) hue-rotate(-62deg) saturate(5)}.reply__link{font-size:14px;font-style:italic;color:#000}.reply-form{margin-bottom:1.5em}