#postView{position:relative;padding:25px 32px 32px;min-width:270px;max-width:1920px;margin:0 auto}#postView section.subject{font-size:1.5rem;font-weight:600;margin-bottom:10px}#postView section.attribution{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}#postView section.attribution div:first-child{flex-grow:0;padding-right:20px}#postView section.attribution div:last-child{display:grid;grid-template-columns:auto auto;grid-template-rows:repeat(2,1fr);grid-template-areas:"writer-info post-date" "post-info functions";align-items:center;flex-grow:1;column-gap:0;row-gap:10px}#postView section.attribution div:last-child article.writer-thumb{grid-area:writer-thumb}#postView section.attribution div:last-child article.writer-thumb>img{width:100%;max-width:92px;object-fit:cover}#postView section.attribution div:last-child article.writer-info{grid-area:writer-info}#postView section.attribution div:last-child article.writer-info>ul li:nth-of-type(2){align-self:center;font-size:.875rem}#postView section.attribution div:last-child article.post-info{grid-area:post-info}#postView section.attribution div:last-child article.post-date{grid-area:post-date;text-align:right}#postView section.attribution div:last-child article.functions{grid-area:functions;justify-self:flex-end}#postView section.attribution div:last-child article>ul{display:flex;flex-wrap:wrap;column-gap:10px;row-gap:0;list-style:none}#postView section.attribution div:last-child article>ul li{position:relative}#postView section.attribution div:last-child article>ul li:after{content:"·";margin-left:10px;color:var(--text-muted)}#postView section.attribution div:last-child article>ul li:last-child:after{content:"";margin:0}#postView section.attribution div:last-child article>ul li a,#postView section.attribution div:last-child article>ul li button{color:var(--text-link);text-decoration:none}#postView section.attribution div:last-child article>ul li a:hover,#postView section.attribution div:last-child article>ul li button:hover{text-decoration:underline;color:var(--text-link-hover)}@media(max-width:1140px){#postView section.attribution div:last-child{grid-template-columns:auto 1fr;grid-template-rows:auto auto auto auto;grid-template-areas:"writer-thumb writer-info" "writer-thumb post-info" "writer-thumb post-date" "writer-thumb functions";align-items:center;grid-auto-rows:auto;row-gap:2px;column-gap:0}#postView section.attribution div:last-child article.post-date{text-align:left}#postView section.attribution div:last-child article.functions{justify-self:start;padding-top:4px}}#postView section.content{min-height:300px;display:flex;flex-direction:column}#postView section.content article{font-size:1.063rem;line-height:1.25}#postView section.content article:first-of-type{flex-grow:1}#postView section.content article:first-of-type section.file-embed{display:inline-block;width:max-content;max-width:100%;padding:5px 40px;border:1px solid var(--border-strong);border-radius:5px;background:var(--bg-elevated);margin:5px 0;box-sizing:border-box}#postView section.content article:first-of-type section.file-embed .file-icon svg{width:19px;height:19px;display:inline-block;vertical-align:sub;padding-right:5px}#postView section.content article:first-of-type section.file-embed.image-style-align-left{margin-left:0;margin-right:auto}#postView section.content article:first-of-type section.file-embed.image-style-align-center{display:block;margin-left:auto;margin-right:auto}#postView section.content article:first-of-type section.file-embed.image-style-align-right{margin-left:auto;margin-right:0}#postView section.content article:first-of-type section.file-embed:hover{background-color:var(--bg-subtle);border-color:var(--text-link-hover);cursor:pointer}#postView section.content article:first-of-type p a{color:var(--text-link);text-decoration:none}#postView section.content article:first-of-type p a:focus,#postView section.content article:first-of-type p a:hover{text-decoration:underline;color:var(--text-link-hover)}#postView section.content article:last-of-type span{padding-right:6px}#postView section.content article:last-of-type span a{color:var(--text-link);text-decoration:none}#postView section.content article:last-of-type span a:hover{text-decoration:underline;color:var(--text-link-hover)}#postView section.controls{display:flex;justify-content:space-between;align-items:center;gap:0}#postView section.controls article{display:flex;flex-direction:row;flex-wrap:nowrap;gap:7px}#postView hr{margin:14px 0}@media print{body #container,body #main{visibility:visible;display:block;all:unset;width:100%;height:auto;position:static;padding:0;margin:0 auto;overflow:visible}body #aside,body #footer,body #header,body #ticker{display:none;visibility:hidden}body body,body html{width:100%;height:auto;overflow:visible}}#comments .comment-header{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;margin-bottom:0;gap:10px}#comments .comment-header article{padding-bottom:8px}#comments .comment-header article:first-of-type{font-weight:700;font-size:1.25rem;padding-right:10px}#comments .comment-header article:first-of-type>em{font-style:normal;color:var(--color-danger)}#comments .comment-header article:nth-of-type(2){height:100%}#comments .comment-header article:nth-of-type(2) select{height:inherit}@media(max-width:576px){#comments .comment-header{grid-template-columns:auto auto 1fr}}#comments .write-form{display:flex;flex-direction:row;justify-items:stretch;column-gap:20px;padding:10px 0}#comments .write-form>div:first-of-type img{width:clamp(1.5rem,8vw,4.5rem);max-height:72px}@media(max-width:364px){#comments .write-form>div:first-of-type img{display:none}}#comments .write-form>div:last-of-type{display:grid;grid-template-rows:1fr auto;grid-template-columns:1fr auto;grid-template-areas:"textarea textarea" "controls buttons";width:100%;row-gap:6px;column-gap:0}#comments .write-form>div:last-of-type>div:first-of-type{grid-area:textarea}#comments .write-form>div:last-of-type>div:first-of-type>textarea{width:100%;resize:none;overflow-y:hidden}#comments .write-form>div:last-of-type>div:nth-of-type(2){grid-area:controls;display:flex;flex-direction:row;column-gap:7px;align-items:center}#comments .write-form>div:last-of-type>div:nth-of-type(3){grid-area:buttons;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;gap:8px}#comments .edit-form{display:grid;grid-template-rows:1fr auto;grid-template-columns:1fr auto;grid-template-areas:"textarea textarea" "controls buttons";row-gap:6px;column-gap:0}#comments .edit-form>div:first-of-type{grid-area:textarea}#comments .edit-form>div:first-of-type>textarea{width:100%;resize:none;overflow-y:hidden}#comments .edit-form>div:nth-of-type(2){grid-area:controls;display:flex;flex-direction:row;column-gap:7px;align-items:center}#comments .edit-form>div:nth-of-type(3){grid-area:buttons;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;gap:8px}#comments .mention-suggestion{position:absolute;bottom:100%;left:0;right:0;z-index:10;background:var(--bg-page);border:1px solid var(--border-default);border-radius:6px;box-shadow:0 2px 8px var(--shadow-color);max-height:200px;overflow-y:auto}#comments .mention-suggestion ul{list-style:none;margin:0;padding:4px 0}#comments .mention-suggestion ul li{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer}#comments .mention-suggestion ul li img{width:28px;height:28px;border-radius:50%;object-fit:cover}#comments .mention-suggestion ul li span{font-size:.875rem;font-weight:500}#comments .mention-suggestion ul li small{font-size:.75rem;color:var(--text-muted)}#comments .mention-suggestion ul li.selected,#comments .mention-suggestion ul li:hover{background:var(--bg-subtle)}#comments .qna-pending-notice{text-align:center;padding:2rem;color:var(--color-warning-text);background:var(--color-warning-bg);border:1px solid rgba(202,138,4,.2);border-radius:.5rem;margin:0 0 1rem}#comments .qna-pending-notice p{margin:.25rem 0}#comments .qna-pending-notice p:first-child{font-weight:600;font-size:1.05rem}#comments .qna-pending-notice p:last-child{font-size:.875rem;color:#a16207}#comments .comment-list{position:relative;margin-top:10px;border-top:1px solid var(--border-default);border-bottom:1px solid var(--border-default)}#comments .comment-list ol{list-style:none;display:flex;flex-direction:column;width:100%;margin:0;gap:0}#comments .comment-list ol>li{display:flex;flex-direction:row;column-gap:20px;padding:14px 0 10px;border-bottom:1px solid var(--border-default)}#comments .comment-list ol>li:has(>ol){padding:0}#comments .comment-list ol>li>div:first-of-type img{width:clamp(1.5rem,8vw,4.5rem);max-height:72px}@media(max-width:364px){#comments .comment-list ol>li>div:first-of-type{display:none}}#comments .comment-list ol>li>div:last-of-type{display:grid;grid-template-rows:auto auto auto;grid-template-columns:1fr auto;grid-template-areas:"header controls" "content content" "footer footer";width:100%;row-gap:8px;column-gap:0}#comments .comment-list ol>li>div:last-of-type>article:first-of-type{grid-column:1/-1}@media(max-width:364px){#comments .comment-list ol>li>div:last-of-type{row-gap:0}}#comments .comment-list ol>li>div:last-of-type>div:first-of-type{grid-area:header}#comments .comment-list ol>li>div:last-of-type>div:first-of-type>ul{display:flex;flex-wrap:wrap;column-gap:7px;row-gap:0;list-style:none}#comments .comment-list ol>li>div:last-of-type>div:first-of-type>ul li{position:relative}#comments .comment-list ol>li>div:last-of-type>div:first-of-type>ul li:after{content:"·";margin-left:7px;color:var(--text-muted)}#comments .comment-list ol>li>div:last-of-type>div:first-of-type>ul li:last-child:after{content:"";margin:0}#comments .comment-list ol>li>div:last-of-type>div:first-of-type>ul li>span{font-size:.875rem;font-weight:500}#comments .comment-list ol>li>div:last-of-type>div:first-of-type>ul li>small{font-size:.813rem}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(2){grid-area:controls}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(2)>button{padding:0 4px}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(2)>button:active,#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(2)>button:focus,#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(2)>button:hover{background-color:var(--bg-subtle);outline:1px solid var(--border-default);border-radius:3px}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(3){grid-area:content;font-size:.938rem}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(3)>.mention{color:#550eaf}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(3) section.file-embed{display:inline-block;width:max-content;max-width:100%;padding:5px 40px;border:1px solid var(--border-strong);border-radius:5px;background:var(--bg-elevated);margin:5px 0;box-sizing:border-box}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(3) section.file-embed .file-icon svg{width:19px;height:19px;display:inline-block;vertical-align:sub;padding-right:5px}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(3) section.file-embed.image-style-align-left{margin-left:0;margin-right:auto}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(3) section.file-embed.image-style-align-center{display:block;margin-left:auto;margin-right:auto}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(3) section.file-embed.image-style-align-right{margin-left:auto;margin-right:0}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(3) section.file-embed:hover{background-color:var(--bg-subtle);border-color:var(--text-link-hover);cursor:pointer}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4){grid-area:footer;position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;gap:0}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div{color:var(--text-secondary)}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:first-of-type{flex-grow:1;text-align:left}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:first-of-type>button{color:var(--text-link)}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:first-of-type>button:hover{color:var(--text-link);text-decoration:underline}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(2)>button,#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(4)>button{padding:0 7px;border-radius:3px}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(2)>button:active,#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(2)>button:focus,#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(2)>button:hover,#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(4)>button:active,#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(4)>button:focus,#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(4)>button:hover{outline:1px solid var(--border-default);background-color:var(--bg-subtle)}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(2)>button>svg,#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(4)>button>svg{font-size:.875rem}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(3),#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(5){padding:0 8px 0 4px}#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(3)>em,#comments .comment-list ol>li>div:last-of-type>div:nth-of-type(4)>div:nth-of-type(5)>em{font-style:normal;font-size:.813rem}#comments .comment-list ol>li:last-of-type{border-bottom:0}
/*# sourceMappingURL=7818bbbdc3487b4e.css.map*/