/*!
 * Vditor v3.11.3 - A markdown editor written in TypeScript.
 *
 * MIT License
 *
 * Copyright (c) 2018-present B3log 开源, b3log.org
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 *
 */
/*!
 * Vditor v3.11.3 - A markdown editor written in TypeScript.
 *
 * MIT License
 *
 * Copyright (c) 2018-present B3log 开源, b3log.org
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 *
 */
.vditor{--border-color:#d1d5da;--second-color:#5860695c;--panel-background-color:#fff;--panel-shadow:0 1px 2px #0003;--toolbar-background-color:#f6f8fa;--toolbar-icon-color:#586069;--toolbar-icon-hover-color:#4285f4;--toolbar-height:35px;--toolbar-divider-margin-top:8px;--textarea-background-color:#fafbfc;--textarea-text-color:#24292e;--resize-icon-color:var(--toolbar-icon-color);--resize-background-color:var(--toolbar-background-color);--resize-hover-icon-color:var(--panel-background-color);--resize-hover-background-color:var(--toolbar-icon-hover-color);--count-background-color:#1b1f230d;--heading-border-color:#eaecef;--blockquote-color:#6a737d;--callout-note-color:#0969da;--callout-note-background-color:#0969da14;--callout-tip-color:#1a7f37;--callout-tip-background-color:#1a7f3714;--callout-important-color:#8250df;--callout-important-background-color:#8250df14;--callout-warning-color:#9a6700;--callout-warning-background-color:#9a670014;--callout-caution-color:#cf222e;--callout-caution-background-color:#cf222e14;--ir-heading-color:#660e7a;--ir-title-color:gray;--ir-bi-color:#0033b3;--ir-link-color:green;--ir-bracket-color:#00f;--ir-paren-color:green}.vditor--dark{--border-color:#141414;--second-color:#b9b9b95c;--panel-background-color:#24292e;--panel-shadow:0 1px 2px #fff3;--toolbar-background-color:#1d2125;--toolbar-icon-color:#b9b9b9;--toolbar-icon-hover-color:#fff;--textarea-background-color:#2f363d;--textarea-text-color:#d1d5da;--resize-icon-color:var(--border-color);--resize-background-color:var(--second-color);--resize-hover-icon-color:var(--toolbar-icon-hover-color);--resize-hover-background-color:#b9b9b9db;--count-background-color:#4285f45c;--heading-border-color:var(--textarea-text-color);--blockquote-color:var(--toolbar-icon-color);--callout-note-color:#58a6ff;--callout-note-background-color:#388bfd26;--callout-tip-color:#3fb950;--callout-tip-background-color:#2ea04326;--callout-important-color:#a371f7;--callout-important-background-color:#a371f726;--callout-warning-color:#d29922;--callout-warning-background-color:#bb800926;--callout-caution-color:#f85149;--callout-caution-background-color:#f8514926;--ir-heading-color:#9876aa;--ir-title-color:gray;--ir-bi-color:#cc7832;--ir-link-color:#ffc66d;--ir-bracket-color:#287bde;--ir-paren-color:#6a8759}@keyframes tooltip-appear{0%{opacity:0}to{opacity:1}}.vditor-tooltipped{cursor:pointer;position:relative}.vditor-tooltipped:after{z-index:1000000;-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;content:attr(aria-label);background:#3b3e43;border-radius:3px;padding:5px 8px;font-size:11px;font-weight:400;line-height:16px;text-decoration:none}.vditor-tooltipped:after,.vditor-tooltipped:before{pointer-events:none;opacity:0;display:none;position:absolute}.vditor-tooltipped:before{z-index:1000001;color:#3b3e43;content:"";border:5px solid #0000;width:0;height:0}.vditor-tooltipped--hover:after,.vditor-tooltipped--hover:before,.vditor-tooltipped:active:after,.vditor-tooltipped:active:before,.vditor-tooltipped:focus:after,.vditor-tooltipped:focus:before,.vditor-tooltipped:hover:after,.vditor-tooltipped:hover:before{text-decoration:none;animation-name:tooltip-appear;animation-duration:.15s;animation-timing-function:ease-in;animation-fill-mode:forwards;display:inline-block}.vditor-tooltipped__s:after,.vditor-tooltipped__se:after,.vditor-tooltipped__sw:after{margin-top:5px;top:100%;right:50%}.vditor-tooltipped__s:before,.vditor-tooltipped__se:before,.vditor-tooltipped__sw:before{border-bottom-color:#3b3e43;margin-right:-5px;top:auto;bottom:-5px;right:50%}.vditor-tooltipped__se:after{margin-left:-15px;left:50%;right:auto}.vditor-tooltipped__sw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__ne:after,.vditor-tooltipped__nw:after{margin-bottom:5px;bottom:100%;right:50%}.vditor-tooltipped__n:before,.vditor-tooltipped__ne:before,.vditor-tooltipped__nw:before{border-top-color:#3b3e43;margin-right:-5px;top:-5px;bottom:auto;right:50%}.vditor-tooltipped__ne:after{margin-left:-15px;left:50%;right:auto}.vditor-tooltipped__nw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__s:after{transform:translate(50%)}.vditor-tooltipped__w:after{margin-right:5px;bottom:50%;right:100%;transform:translateY(50%)}.vditor-tooltipped__w:before{border-left-color:#3b3e43;margin-top:-5px;top:50%;bottom:50%;left:-5px}.vditor-tooltipped__e:after{margin-left:5px;bottom:50%;left:100%;transform:translateY(50%)}.vditor-tooltipped__e:before{border-right-color:#3b3e43;margin-top:-5px;top:50%;bottom:50%;right:-5px}@media screen and (width<=520px){.vditor-tooltipped:after,.vditor-tooltipped:before{content:none}}@keyframes scale-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.vditor-panel{background-color:var(--panel-background-color);box-shadow:var(--panel-shadow);z-index:3;-webkit-user-select:none;user-select:none;min-width:80px;max-width:320px;color:var(--toolbar-icon-color);border-radius:3px;padding:5px;font-size:14px;animation-name:scale-in;animation-duration:.15s;animation-timing-function:cubic-bezier(.2,0,.13,1.5);display:none;position:absolute}.vditor-panel--none{white-space:nowrap;opacity:.86;min-width:auto;max-width:none;padding:0;animation:none}.vditor-panel--arrow:before{pointer-events:none;content:" ";border:7px solid #0000;border-bottom-color:var(--panel-background-color);width:0;height:0;position:absolute;top:-14px;left:5px}.vditor-panel--left{right:0}.vditor-panel--left.vditor-panel--arrow:before{left:auto;right:5px}.vditor-input{background-color:var(--panel-background-color);color:var(--textarea-text-color);border:0;padding:3px 5px;font-size:12px}.vditor-input:focus{background-color:var(--toolbar-background-color);outline:none}.vditor-icon{color:var(--toolbar-icon-color);cursor:pointer;float:left;box-sizing:border-box;background-color:#0000;border:0;width:23px;height:21px;padding:4px 5px}.vditor-icon--current,.vditor-icon:hover{color:var(--toolbar-icon-hover-color);background-color:#0000}.vditor-icon:focus{outline:none}.vditor-icon svg{float:left;fill:currentColor;pointer-events:none;width:13px!important;height:13px!important}.vditor-toolbar{background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);padding:0 5px;line-height:1}.vditor-toolbar--pin{z-index:1;position:sticky;top:0}.vditor-toolbar--hide{height:5px;transition:all .15s ease-in-out;overflow:hidden}.vditor-toolbar--hide:hover{background-color:var(--toolbar-background-color);height:auto;overflow:visible}.vditor-toolbar__item{float:left;position:relative}.vditor-toolbar__item .vditor-tooltipped{color:var(--toolbar-icon-color);height:var(--toolbar-height);box-sizing:border-box;background-color:#0000;border:0;width:25px;padding:10px 5px;font-size:0}.vditor-toolbar__item .vditor-tooltipped:focus{cursor:pointer;color:var(--toolbar-icon-hover-color);outline:none}.vditor-toolbar__item svg{fill:currentColor;stroke-width:0;stroke:currentColor;width:15px;height:15px;display:inline-block}.vditor-toolbar__item input{width:25px;height:var(--toolbar-height);cursor:pointer;opacity:.001;position:absolute;top:0;left:0;overflow:hidden}.vditor-toolbar__divider{float:left;height:calc(var(--toolbar-height) - var(--toolbar-divider-margin-top)*2);border-left:1px solid var(--second-color);margin:var(--toolbar-divider-margin-top) 8px}.vditor-toolbar__br{width:100%;height:0!important;padding:0!important}.vditor-menu--current{color:var(--toolbar-icon-hover-color)!important}.vditor-menu--disabled{color:var(--second-color)!important;cursor:not-allowed!important}.vditor-emojis{display:inline-block;overflow:auto}.vditor-emojis::-webkit-scrollbar{display:none}.vditor-emojis__tip{width:200px;min-width:1px;color:var(--toolbar-icon-color);white-space:nowrap;text-overflow:ellipsis;flex:1;margin-right:10px;overflow:hidden}.vditor-emojis__tail{color:var(--toolbar-icon-color);margin-top:5px;font-size:12px;display:flex}.vditor-emojis__tail a{color:var(--toolbar-icon-color);text-decoration:none}.vditor-emojis__tail a:hover{color:var(--toolbar-icon-hover-color)}.vditor-emojis button{cursor:pointer;float:left;text-align:center;box-sizing:border-box;background-color:#0000;border:0;border-radius:3px;width:30px;height:30px;margin:0;padding:3px;font-size:16px;line-height:26px;transition:all .15s ease-in-out;overflow:hidden}.vditor-emojis button:focus{outline:none}.vditor-emojis button:hover .vditor-emojis__icon{display:inline-block;transform:scale(1.2)}.vditor-emojis img{float:left;width:20px;height:20px;margin:3px 0 0 3px}@media screen and (width<=520px){.vditor-toolbar__item{padding:0 12px}.vditor-panel--left.vditor-panel--arrow:before{right:17px}}@media (hover:hover) and (pointer:fine){.vditor-toolbar__item .vditor-tooltipped:hover{color:var(--toolbar-icon-hover-color)}}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translateZ(0)}}.vditor{border:1px solid var(--border-color);box-sizing:border-box;border-radius:3px;flex-direction:column;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;display:flex}.vditor--fullscreen{z-index:90;border-radius:0;position:fixed;top:0;left:0;width:100%!important;height:100vh!important}.vditor-content{flex:1;min-width:1px;min-height:60px;display:flex;position:relative}.vditor-preview{border-left:1px solid var(--border-color);box-sizing:border-box;background-color:var(--textarea-background-color);border-radius:0 0 3px;flex:1;min-width:1px;margin-left:-1px;overflow:auto}.vditor-preview::-webkit-scrollbar{display:none}.vditor-preview__action{text-align:center;background-color:var(--toolbar-background-color);padding:10px}.vditor-preview__action button{background-color:var(--toolbar-background-color);color:var(--toolbar-icon-color);cursor:pointer;border:0;margin:0 10px;padding:0 7px;font-size:12px;line-height:20px}.vditor-preview__action button.vditor-preview__action--current,.vditor-preview__action button:hover{color:var(--toolbar-icon-hover-color);background-color:var(--toolbar-background-color)}.vditor-preview__action button:focus{outline:none}.vditor-preview__action button svg{fill:currentColor;vertical-align:middle;width:15px;height:15px}.vditor-preview>.vditor-reset{margin:0 auto;padding:10px}.vditor-preview img:not(.emoji){cursor:pointer}.vditor-devtools{background-color:var(--textarea-background-color);min-width:1px;box-shadow:inset 1px 0 var(--border-color);box-sizing:border-box;border-radius:0 0 3px;flex:1;padding:10px;display:none;overflow:auto}.vditor-counter{color:var(--toolbar-icon-color);background-color:var(--count-background-color);-webkit-user-select:none;user-select:none;float:right;border-radius:3px;margin:8px 3px 0 0;padding:3px;font-size:12px}.vditor-counter--error{color:#d23f31;background-color:#d23f311a}.vditor-resize{cursor:row-resize;-webkit-user-select:none;user-select:none;width:100%;padding:3px 0;position:absolute}.vditor-resize--top{top:-3px}.vditor-resize--bottom{bottom:-3px}.vditor-resize>div{background-color:var(--resize-background-color);height:3px;transition:all .15s ease-in-out}.vditor-resize--selected>div,.vditor-resize:hover>div{background-color:var(--resize-hover-background-color)}.vditor-resize--selected svg,.vditor-resize:hover svg{color:var(--resize-hover-icon-color)}.vditor-resize svg{fill:currentColor;stroke-width:0;stroke:currentColor;width:13px;height:3px;color:var(--resize-icon-color);margin:0 auto;display:block}.vditor-upload{background-color:#4285f4;height:3px;transition:all .15s ease-in-out;position:absolute;top:-2px;left:0}.vditor-tip{z-index:5;font-size:12px;animation-duration:.15s;animation-fill-mode:both;position:absolute;top:10px;left:50%}.vditor-tip--show{animation-name:slideInDown;display:block}.vditor-tip__content{text-align:left;background:var(--toolbar-background-color);color:var(--toolbar-icon-color);max-width:100%;box-shadow:var(--panel-shadow);border-radius:3px;margin-left:-50%;padding:3px 10px;line-height:16px;display:inline-block;position:relative}.vditor-tip__content ul{margin:2px 0;padding:0 0 0 18px}.vditor-tip__content a{color:#4285f4}.vditor-tip__close{color:var(--toolbar-icon-color);cursor:pointer;font-weight:700;position:absolute;top:-7px;right:-15px}.vditor-tip__close:hover{color:var(--toolbar-icon-hover-color)}.vditor-img{z-index:100;flex-direction:column;display:flex;position:fixed;inset:0}.vditor-img__bar{border-bottom:1px solid var(--border-color);background-color:var(--toolbar-background-color);text-align:center;box-sizing:border-box;justify-content:center;align-items:center;height:36px;display:flex}.vditor-img__btn{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--toolbar-icon-color);align-items:center;margin-left:24px;display:flex}.vditor-img__btn:hover{color:var(--toolbar-icon-hover-color)}.vditor-img__btn svg{fill:currentColor;width:14px;height:14px;margin-right:8px}.vditor-img__img{background-color:var(--textarea-background-color);cursor:zoom-out;flex:1;overflow:auto}.vditor-img__img img{max-width:none}.vditor-hint{background-color:var(--panel-background-color);box-shadow:var(--panel-shadow);z-index:4;border-radius:3px;min-width:80px;max-width:250px;margin:0;padding:5px 0;font-size:12px;line-height:20px;list-style:none;display:none;position:absolute}.vditor-hint .vditor-hint{margin-top:-31px;left:100%;right:auto}.vditor-hint .vditor-hint.vditor-panel--left{left:auto;right:100%}.vditor-hint button{color:var(--toolbar-icon-color);box-sizing:border-box;text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background-color:#0000;border:0;border-radius:0;width:100%;margin:0;padding:3px 10px;line-height:20px;display:block;overflow:hidden}.vditor-hint button:focus{outline:none}.vditor-hint button:not(.vditor-menu--disabled):hover,.vditor-hint--current{background-color:var(--toolbar-background-color)!important;color:var(--toolbar-icon-hover-color)!important}.vditor-hint__emoji{float:left;margin-right:3px;font-size:16px}.vditor-hint img{float:left;width:20px;height:20px;margin-right:3px}.vditor-reset{color:#24292e;font-variant-ligatures:no-common-ligatures;word-wrap:break-word;word-break:break-word;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:16px;line-height:1.5;overflow:auto}.vditor-reset--anchor{padding-left:20px}.vditor-reset--error{color:#d23f31;font-size:12px;line-height:16px;display:block}.vditor-reset ul ul ul{list-style-type:square}.vditor-reset ul ul{list-style-type:circle}.vditor-reset ul{list-style-type:disc}.vditor-reset ol,.vditor-reset ul{margin-top:0;margin-bottom:16px;padding-left:2em}.vditor-reset li+li{margin-top:.25em}.vditor-reset li p{margin-top:16px}.vditor-reset audio{max-width:100%}.vditor-reset audio:focus{outline:none}.vditor-reset video{max-width:100%;max-height:90vh}.vditor-reset img{max-width:100%}.vditor-reset img.emoji{cursor:auto;vertical-align:sub;max-width:20px}.vditor-reset figure.vditor-image{text-align:center;margin:0 0 16px}.vditor-reset figure.vditor-image figcaption{opacity:.65;white-space:pre-wrap;margin-top:4px;font-size:.875em}.vditor-reset span.vditor-image[data-image-caption]{text-align:center;vertical-align:top;max-width:100%;display:inline-block}.vditor-reset span.vditor-image[data-image-caption]:after{content:attr(data-image-caption);opacity:.65;white-space:pre-wrap;margin-top:4px;font-size:.875em;line-height:1.5;display:block}.vditor-reset h1,.vditor-reset h2,.vditor-reset h3,.vditor-reset h4,.vditor-reset h5,.vditor-reset h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.vditor-reset h1:hover .vditor-anchor svg,.vditor-reset h2:hover .vditor-anchor svg,.vditor-reset h3:hover .vditor-anchor svg,.vditor-reset h4:hover .vditor-anchor svg,.vditor-reset h5:hover .vditor-anchor svg,.vditor-reset h6:hover .vditor-anchor svg{visibility:visible}.vditor-reset h1{font-size:1.75em}.vditor-reset h2{font-size:1.55em}.vditor-reset h3{font-size:1.38em}.vditor-reset h4{font-size:1.25em}.vditor-reset h5{font-size:1.13em}.vditor-reset h6{font-size:1em}.vditor-reset hr{background-color:#eaecef;border:0;height:2px;margin:24px 0;padding:0}.vditor-reset p{margin-top:0;margin-bottom:16px}.vditor-reset blockquote{color:#6a737d;border-left:.25em solid #eaecef;margin:0 0 16px;padding:0 1em}.vditor-reset blockquote>:first-child{margin-top:0}.vditor-reset blockquote>:last-child{margin-bottom:0}.vditor-reset ins>iframe{border:0}.vditor-reset iframe{box-sizing:border-box;border:1px solid #d1d5da;max-width:100%}.vditor-reset iframe.iframe__video{min-width:80%;min-height:36vh}.vditor-reset table{border-collapse:collapse;empty-cells:show;border-spacing:0;word-break:keep-all;width:100%;margin-bottom:16px;display:block;overflow:auto}.vditor-reset table tr{background-color:#fafbfc;border-top:1px solid #c6cbd1}.vditor-reset table td,.vditor-reset table th{word-break:normal;white-space:nowrap;border:1px solid #dfe2e5;padding:6px 13px}.vditor-reset table td:first-child:after,.vditor-reset table th:first-child:after{content:"";vertical-align:top;min-height:24px;display:inline-block}.vditor-reset table th{font-weight:600}.vditor-reset table tbody tr:nth-child(2n){background-color:#fff}.vditor-reset code:not(.hljs):not(.highlight-chroma){word-break:break-word;white-space:pre-wrap;background-size:20px 20px;border-radius:3px;margin:0;padding:.2em .4em;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:85%}.vditor-reset pre{margin:1em 0}.vditor-reset pre>code{white-space:pre;word-break:normal;word-wrap:normal;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAACVBMVEWAgIBaWlo+Pj7rTFvWAAAAA3RSTlMHCAw+VhR4AAAA+klEQVQoz4WSMW7EQAhFPxKWNh2FCx+HkaZI6RRb5DYbyVfIJXLKDCFoMbaTKSw/8ZnPAPjaH2xgZcUNUDADD7D9LtDBCLZ45fbkvo/30K8yeI64pPwl6znd/3n/Oe93P3ho9qeh72btTFzqkz0rsJle8Zr81OLEwZ1dv/713uWqvu2pl+k0fy7MWtj9r/tN5q/02z89qa/L4Dc2LvM93kezPfXlME/O86EbY/V9GB9ePX8G1/6W+/9h1dq/HGfTfzT3j/xNo7522Bfnqe5jO/fvhVthlfk434v3iO9zG/UOphyPeinPl1J8Gtaa7xPTa/Dk+RIs4deMvwGvcGsmsCvJ0AAAAABJRU5ErkJggg==);background-size:20px 20px;border-radius:5px;margin:0;padding:.5em;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:85%;display:block;overflow:auto}.vditor-reset pre:hover div.vditor-copy{display:block}.vditor-reset .language-abc,.vditor-reset .language-echarts,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz,.vditor-reset .language-markmap,.vditor-reset .language-math,.vditor-reset .language-mermaid,.vditor-reset .language-mindmap,.vditor-reset .language-plantuml,.vditor-reset .language-smiles,.vditor-reset .language-wavedrom{margin-bottom:16px}.vditor-reset .language-math mjx-container:focus{cursor:context-menu;outline:none}.vditor-reset .language-math .katex-display>.katex>.katex-html>.tag{font-size:1.21rem;display:inline-block;right:2px}.vditor-reset .language-echarts,.vditor-reset .language-mindmap{height:420px;overflow:hidden}.vditor-reset .language-flowchart,.vditor-reset .language-graphviz,.vditor-reset .language-markmap,.vditor-reset .language-mermaid,.vditor-reset .language-wavedrom{text-align:center}.vditor-reset .language-graphviz parsererror{overflow:auto}.vditor-reset kbd{color:#24292e;vertical-align:middle;background-color:#fafbfc;border:1px solid #d1d5da;border-radius:3px;padding:3px 5px;font:11px/10px Consolas,Liberation Mono,Menlo,Courier,monospace;display:inline-block;box-shadow:inset 0 -1px #d1d5da}.vditor-reset summary{cursor:pointer}.vditor-reset summary:focus{outline:none}.vditor-reset svg{stroke-width:1px;width:auto;height:auto}.vditor-reset blockquote:last-child,.vditor-reset hr:last-child,.vditor-reset ol:last-child,.vditor-reset p:last-child,.vditor-reset pre:last-child,.vditor-reset ul:last-child{margin-bottom:0}.vditor-comment{border-bottom:2px solid #f8e6ab}.vditor-comment--focus,.vditor-comment--hover{background-color:#faf1d1;border-bottom:2px solid #ffc60a}.vditor-comment--focus .vditor-comment,.vditor-comment--hover .vditor-comment{border-bottom:2px solid #ffc60a}.vditor-task{word-break:break-all;list-style:none!important}.vditor-task input{vertical-align:middle;margin:0 .2em .25em -1.6em;font-size:12px}.vditor-copy{z-index:1;display:none;position:relative}.vditor-copy textarea{height:10px;position:absolute;left:-100000px}.vditor-copy span{cursor:pointer;position:absolute;top:.5em;right:15px}.vditor-copy svg{color:#586069;fill:currentColor;height:14px;display:block;width:14px!important}.vditor-linenumber{position:relative;padding-left:4em!important}.vditor-linenumber__rows{pointer-events:none;-webkit-user-select:none;user-select:none;counter-reset:linenumber;width:3em;position:absolute;top:1em;left:0}.vditor-linenumber__rows>span{pointer-events:none;display:block}.vditor-linenumber__rows>span:before{counter-increment:linenumber;content:counter(linenumber);color:#9e969661;text-align:right;padding-right:1em;display:block}.vditor-speech{cursor:pointer;color:#586069;background-color:#f6f8fa;border:1px solid #d1d5da;border-radius:3px;padding:3px;display:none;position:absolute}.vditor-speech--current,.vditor-speech:hover{color:#4285f4}.vditor-speech svg{fill:currentColor;stroke-width:0;stroke:currentColor;width:14px;height:14px;display:block}.vditor-anchor{margin-left:5px}.vditor-anchor--left{float:left;margin-left:-20px;padding-right:4px}.vditor-anchor svg{visibility:hidden}.vditor-anchor:hover svg{visibility:visible}.vditor-anchor:focus{outline:none}.vditor-linkcard{cursor:pointer;max-width:768px;margin:31px auto 16px;padding:0 10px;transition:all .15s ease-in-out}.vditor-linkcard a{background-color:#f6f8fa;border-radius:3px;flex-wrap:wrap-reverse;max-height:250px;text-decoration:none;display:flex;overflow:hidden;box-shadow:0 1px 2px #0003}.vditor-linkcard a:hover{text-decoration:none;box-shadow:0 0 3px #00000021,0 3px 6px #00000042}.vditor-linkcard a:visited .vditor-linkcard__abstract{color:#5860695c}.vditor-linkcard__info{box-sizing:border-box;flex:1;min-width:200px;padding:10px}.vditor-linkcard__title{color:#24292e;align-items:center;font-size:14px;font-weight:400;display:flex}.vditor-linkcard__title img{cursor:pointer;border-radius:3px;flex-shrink:0;width:20px;height:20px;margin-right:5px}.vditor-linkcard__abstract{word-wrap:break-word;word-break:break-all;-webkit-line-clamp:2;text-overflow:ellipsis;color:#586069;-webkit-box-orient:vertical;margin:5px 0;font-size:13px;display:-webkit-box;overflow:hidden}.vditor-linkcard__site{color:#4285f4;font-size:12px}.vditor-linkcard__image{cursor:pointer;background-color:#5860695c;background-position:50%;background-repeat:no-repeat;background-size:cover;min-width:126px;max-width:250px}.vditor-footnotes__goto-ref{text-decoration:none}.vditor-toc{-webkit-user-select:text;user-select:text;color:#4285f4;margin-bottom:16px}.vditor-toc .vditor-outline__action{display:none}.vditor-toc ul{padding-left:1em;list-style:none!important}.vditor-toc>ul{padding-left:0}.vditor-toc span{cursor:pointer}.vditor-toc li>span>svg{width:0;height:0}.vditor-outline{border-right:1px solid var(--border-color);background-color:var(--panel-background-color);width:250px;display:none;overflow:auto}.vditor-outline--right{border-right:0;border-left:1px solid var(--border-color)}.vditor-outline::-webkit-scrollbar{display:none}.vditor-outline ul{margin:0;padding-left:1em;list-style:none!important}.vditor-outline__content>ul{padding-left:0}.vditor-outline li>span{cursor:pointer;color:var(--textarea-text-color);align-items:center;padding:5px 10px;display:flex}.vditor-outline li>span>svg{flex-shrink:0;width:10px;height:10px}.vditor-outline li>span:hover{color:var(--toolbar-icon-hover-color)}.vditor-outline li>span>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-outline__title{border-bottom:1px dashed var(--border-color);color:var(--toolbar-icon-color);padding:5px 10px;font-size:12px}.vditor-outline__action{fill:currentColor;flex-shrink:0;margin-right:5px;transition:all .15s ease-in-out}.vditor-outline__action--close{transform:rotate(-90deg)}.vditor-ir blockquote.callout,.vditor-reset .callout,.vditor-wysiwyg blockquote.callout{--callout-color:var(--callout-note-color,#0969da);--callout-background-color:var(--callout-note-background-color,#0969da14);color:inherit;background-color:var(--callout-background-color);border:0;border-left:.25em solid var(--callout-color);margin:0 0 16px;padding:.75em 1em;position:relative}.vditor-ir blockquote.callout[data-subtype=TIP],.vditor-reset .callout[data-subtype=TIP],.vditor-wysiwyg blockquote.callout[data-subtype=TIP]{--callout-color:var(--callout-tip-color,#1a7f37);--callout-background-color:var(--callout-tip-background-color,#1a7f3714)}.vditor-ir blockquote.callout[data-subtype=IMPORTANT],.vditor-reset .callout[data-subtype=IMPORTANT],.vditor-wysiwyg blockquote.callout[data-subtype=IMPORTANT]{--callout-color:var(--callout-important-color,#8250df);--callout-background-color:var(--callout-important-background-color,#8250df14)}.vditor-ir blockquote.callout[data-subtype=WARNING],.vditor-reset .callout[data-subtype=WARNING],.vditor-wysiwyg blockquote.callout[data-subtype=WARNING]{--callout-color:var(--callout-warning-color,#9a6700);--callout-background-color:var(--callout-warning-background-color,#9a670014)}.vditor-ir blockquote.callout[data-subtype=CAUTION],.vditor-reset .callout[data-subtype=CAUTION],.vditor-wysiwyg blockquote.callout[data-subtype=CAUTION]{--callout-color:var(--callout-caution-color,#cf222e);--callout-background-color:var(--callout-caution-background-color,#cf222e14)}.vditor-ir blockquote.callout>.callout-info,.vditor-reset .callout>.callout-info,.vditor-wysiwyg blockquote.callout>.callout-info{min-height:1.5em;color:var(--callout-color);align-items:center;margin:0 0 .5em;font-weight:600;display:flex}.vditor-ir blockquote.callout>.callout-info .callout-icon,.vditor-reset .callout>.callout-info .callout-icon,.vditor-wysiwyg blockquote.callout>.callout-info .callout-icon{align-items:center;margin-right:.35em;display:inline-flex}.vditor-ir blockquote.callout>.callout-info .callout-title,.vditor-reset .callout>.callout-info .callout-title,.vditor-wysiwyg blockquote.callout>.callout-info .callout-title{min-width:1px}.vditor-ir blockquote.callout>.callout-info .callout-img,.vditor-ir blockquote.callout>.callout-info>.callout-img,.vditor-reset .callout>.callout-info .callout-img,.vditor-reset .callout>.callout-info>.callout-img,.vditor-wysiwyg blockquote.callout>.callout-info .callout-img,.vditor-wysiwyg blockquote.callout>.callout-info>.callout-img{-o-object-fit:contain;object-fit:contain;width:1.2em;height:1.2em;margin-right:.35em}.vditor-ir blockquote.callout>.callout-content>:last-child,.vditor-ir blockquote.callout>:last-child,.vditor-reset .callout>.callout-content>:last-child,.vditor-reset .callout>:last-child,.vditor-wysiwyg blockquote.callout>.callout-content>:last-child,.vditor-wysiwyg blockquote.callout>:last-child{margin-bottom:0}.vditor-wysiwyg__callout-marker{display:none}.vditor-wysiwyg{box-sizing:border-box;flex:1;width:100%;min-width:1px;position:relative}.vditor-wysiwyg pre.vditor-reset{background-color:var(--panel-background-color);white-space:pre-wrap;box-sizing:border-box;height:100%;margin:0}.vditor-wysiwyg pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-wysiwyg pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-wysiwyg pre.vditor-reset:focus{background-color:var(--textarea-background-color);outline:none}.vditor-wysiwyg pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-wysiwyg blockquote:empty:before,.vditor-wysiwyg h1:empty:after,.vditor-wysiwyg h2:empty:after,.vditor-wysiwyg h3:empty:after,.vditor-wysiwyg h4:empty:after,.vditor-wysiwyg h5:empty:after,.vditor-wysiwyg h6:empty:after,.vditor-wysiwyg p:empty:before,.vditor-wysiwyg pre>code:empty:before{content:" "}.vditor-wysiwyg code[data-marker=\`]{padding-left:0!important;padding-right:0!important}.vditor-wysiwyg__block pre:first-child{margin-bottom:-1em}.vditor-wysiwyg__block pre:first-child code{color:var(--textarea-text-color);text-align:left;height:auto}.vditor-wysiwyg__block pre:last-child{margin-bottom:1em}.vditor-wysiwyg__preview{cursor:pointer;white-space:normal;min-height:27px}.vditor-wysiwyg .vditor-toc:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg>.vditor-reset>h1:before,.vditor-wysiwyg>.vditor-reset>h2:before,.vditor-wysiwyg>.vditor-reset>h3:before,.vditor-wysiwyg>.vditor-reset>h4:before,.vditor-wysiwyg>.vditor-reset>h5:before,.vditor-wysiwyg>.vditor-reset>h6:before{float:left;content:"H1";color:var(--second-color);margin-left:-29px;padding-right:4px;font-size:.85rem;font-weight:400}.vditor-wysiwyg>.vditor-reset>h2:before{content:"H2"}.vditor-wysiwyg>.vditor-reset>h3:before{content:"H3"}.vditor-wysiwyg>.vditor-reset>h4:before{content:"H4"}.vditor-wysiwyg>.vditor-reset>h5:before{content:"H5"}.vditor-wysiwyg>.vditor-reset>h6:before{content:"H6"}.vditor-wysiwyg div[data-type=link-ref-defs-block]:before{content:"\"A\""}.vditor-wysiwyg div[data-type=footnotes-block]:before{content:"^F"}.vditor-wysiwyg div.vditor-wysiwyg__block:before{content:"</>"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=yaml-front-matter]:before{content:"F"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=math-block]:before{content:"$$"}.vditor-wysiwyg .vditor-toc:before{content:"ToC"}.vditor-wysiwyg hr{width:100%;margin:12px 0;display:inline-block}.vditor-wysiwyg details{white-space:normal}.vditor-wysiwyg a{cursor:pointer}.vditor-wysiwyg span[data-type=backslash]>span{color:var(--second-color);display:none}.vditor-wysiwyg span[data-type=link-ref],.vditor-wysiwyg sup[data-type=footnotes-ref]{color:#4285f4}.vditor-wysiwyg span[data-type=toc-h]{color:#4285f4;text-decoration:underline}.vditor-wysiwyg div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);margin-top:24px;padding-top:24px}.vditor-wysiwyg div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}@media screen and (width<=520px){.vditor-wysiwyg .vditor-toc:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg h1:before,.vditor-wysiwyg h2:before,.vditor-wysiwyg h3:before,.vditor-wysiwyg h4:before,.vditor-wysiwyg h5:before,.vditor-wysiwyg h6:before{content:none}}.vditor-ir{box-sizing:border-box;flex:1;width:100%;min-width:1px;position:relative}.vditor-ir__node[data-type=code-block]:after,.vditor-ir__node[data-type=code-block]:before,.vditor-ir__node[data-type=math-block]:after,.vditor-ir__node[data-type=math-block]:before,.vditor-ir__node[data-type=yaml-front-matter]:after,.vditor-ir__node[data-type=yaml-front-matter]:before{content:" ";color:var(--second-color)}.vditor-ir__node:not(.vditor-ir__node--expand) .vditor-ir__marker{padding:0!important}.vditor-ir__node:not(.vditor-ir__node--expand)[data-type=a]{cursor:pointer}.vditor-ir__node[data-type=footnotes-ref],.vditor-ir__node[data-type=link-ref]{color:#4285f4}.vditor-ir__node[data-type=html-block]{margin-bottom:1em}.vditor-ir__node .vditor-ir__marker{width:0;height:0;transition:all .15s ease-in-out;display:inline-block;overflow:hidden}.vditor-ir__node--hidden .vditor-ir__marker{visibility:hidden}.vditor-ir__node--expand .vditor-ir__marker{color:var(--second-color);width:auto;height:auto;display:inline}.vditor-ir__node--expand .vditor-ir__marker--hide{display:none}.vditor-ir__node--expand .vditor-ir__marker--heading{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--bi{color:var(--ir-bi-color)}.vditor-ir__node--expand .vditor-ir__marker--link{color:var(--ir-link-color)}.vditor-ir__node--expand .vditor-ir__marker--title{color:var(--ir-title-color)}.vditor-ir__node--expand .vditor-ir__marker--bracket{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir__node--expand .vditor-ir__marker--paren{color:var(--ir-paren-color)}.vditor-ir__node--expand .vditor-ir__marker--info{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--pre code{color:var(--textarea-text-color);text-align:left;height:auto}.vditor-ir__node--expand[data-type=code-block]:after,.vditor-ir__node--expand[data-type=code-block]:before{content:"```"}.vditor-ir__node--expand[data-type=yaml-front-matter]:after,.vditor-ir__node--expand[data-type=yaml-front-matter]:before{content:"---"}.vditor-ir__node--expand[data-type=math-block]:after,.vditor-ir__node--expand[data-type=math-block]:before{content:"$$"}.vditor-ir__node span[data-type=code-block-close-marker],.vditor-ir__node span[data-type=code-block-open-marker],.vditor-ir__node span[data-type=math-block-close-marker],.vditor-ir__node span[data-type=math-block-open-marker],.vditor-ir__node span[data-type=yaml-front-matter-close-marker],.vditor-ir__node span[data-type=yaml-front-matter-open-marker]{display:none}.vditor-ir__preview{cursor:pointer;white-space:normal;min-height:27px}.vditor-ir__link{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir pre.vditor-reset{background-color:var(--panel-background-color);white-space:pre-wrap;box-sizing:border-box;height:100%;margin:0}.vditor-ir pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-ir pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-ir pre.vditor-reset:focus{background-color:var(--textarea-background-color);outline:none}.vditor-ir pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-ir pre.vditor-reset pre{margin:0}.vditor-ir hr{width:100%;margin:12px 0;display:inline-block}.vditor-ir blockquote:empty:before,.vditor-ir h1:empty:after,.vditor-ir h2:empty:after,.vditor-ir h3:empty:after,.vditor-ir h4:empty:after,.vditor-ir h5:empty:after,.vditor-ir h6:empty:after,.vditor-ir p:empty:before,.vditor-ir pre>code:empty:before{content:" "}.vditor-ir .vditor-reset>h1:before,.vditor-ir .vditor-reset>h2:before,.vditor-ir .vditor-reset>h3:before,.vditor-ir .vditor-reset>h4:before,.vditor-ir .vditor-reset>h5:before,.vditor-ir .vditor-reset>h6:before,.vditor-ir .vditor-toc:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir div[data-type=link-ref-defs-block]:before{float:left;content:"H1";color:var(--second-color);margin-left:-29px;padding-right:4px;font-size:.85rem;font-weight:400}.vditor-ir .vditor-reset>h2:before{content:"H2"}.vditor-ir .vditor-reset>h3:before{content:"H3"}.vditor-ir .vditor-reset>h4:before{content:"H4"}.vditor-ir .vditor-reset>h5:before{content:"H5"}.vditor-ir .vditor-reset>h6:before{content:"H6"}.vditor-ir div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}.vditor-ir div[data-type=link-ref-defs-block]:before{content:"\"A\""}.vditor-ir div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);margin-top:24px;padding-top:24px}.vditor-ir div[data-type=footnotes-block]:before{content:"^F"}.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>blockquote,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>hr,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ol,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>p,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>pre,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>table,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ul{margin-left:8px}.vditor-ir .vditor-toc:before{content:"ToC"}.vditor-ir .vditor-toc span[data-type=toc-h]{color:#4285f4;text-decoration:underline}@media screen and (width<=520px){.vditor-ir .vditor-toc:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir h1:before,.vditor-ir h2:before,.vditor-ir h3:before,.vditor-ir h4:before,.vditor-ir h5:before,.vditor-ir h6:before{content:none}}.vditor-sv{resize:none;box-sizing:border-box;background-color:var(--panel-background-color);width:100%;min-width:1px;color:var(--textarea-text-color);font-variant-ligatures:no-common-ligatures;white-space:pre-wrap;word-break:break-word;word-wrap:break-word;border:0;border-radius:0 0 3px 3px;outline:0;flex:1;margin:0 1px 0 0;padding:10px 9px 10px 10px;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:16px;line-height:22px;overflow:auto}.vditor-sv[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-sv:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-sv:focus{background-color:var(--textarea-background-color)}.vditor-sv:after{content:"";height:var(--editor-bottom);display:block}.vditor-sv span[data-type=newline]+span[data-type=text]:empty{display:inherit}.vditor-sv .sup{vertical-align:super;font-size:smaller}.vditor-sv .strong{font-weight:700}.vditor-sv .em{font-style:italic}.vditor-sv .s{text-decoration:line-through}.vditor-sv .mark:not(.vditor-sv__marker){color:#000;background-color:#ff0}.vditor-sv .h1{font-size:1.75em;line-height:44px}.vditor-sv .h2{font-size:1.55em;line-height:38px}.vditor-sv .h3{font-size:1.38em;line-height:27px}.vditor-sv .h4{font-size:1.25em;line-height:25px}.vditor-sv .h5{font-size:1.13em}.vditor-sv .h6{font-size:1em}.vditor-sv__marker{color:var(--second-color)}.vditor-sv__marker--heading{color:var(--ir-heading-color)}.vditor-sv__marker--bi{color:var(--ir-bi-color)}.vditor-sv__marker--link{color:var(--ir-link-color)}.vditor-sv__marker--title{color:var(--ir-title-color)}.vditor-sv__marker--bracket{color:var(--ir-bracket-color)}.vditor-sv__marker--paren{color:var(--ir-paren-color)}.vditor-sv__marker--info{color:var(--ir-heading-color)}.vditor-sv__marker--strong{font-weight:700}:root{--ink:#20231f;--muted:#707268;--paper:#f4efe4;--card:#fbf8f0;--red:#9b3026;--line:#d9d0c1;color:var(--ink);background:var(--paper);font-family:Noto Serif SC,Songti SC,STSong,serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 15% 0,#fffaf0 0,transparent 32%),var(--paper);margin:0}button,input,select,textarea{font:inherit}a,button{color:inherit}a{text-decoration:none}.site-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#f4efe4ed;align-items:center;height:84px;padding:0 max(5vw,24px);display:flex;position:sticky;top:0}.brand{align-items:baseline;gap:12px;display:flex}.brand span{letter-spacing:.18em;font-size:27px}.brand small,.eyebrow{letter-spacing:.18em;color:var(--red);font-family:Arial,sans-serif;font-size:10px}.site-header>nav{gap:34px;margin:auto;font-size:15px;display:flex}.account{font-size:14px}.hero{border-bottom:1px solid var(--line);min-height:650px;padding:120px max(8vw,30px)}.hero h1{letter-spacing:-.04em;margin:26px 0;font-size:clamp(48px,7vw,96px);font-weight:400;line-height:1.15}.hero em{color:var(--red);font-style:normal}.hero>p:not(.eyebrow),.lead{color:var(--muted);max-width:690px;font-size:18px;line-height:1.9}.primary{background:var(--red);color:#fff;font:inherit;cursor:pointer;border:0;padding:14px 24px;display:inline-block}.primary:disabled{opacity:.5;cursor:not-allowed}.text-link{margin-left:28px}.page,.section{max-width:1500px;margin:auto;padding:90px max(8vw,30px)}.section-head{justify-content:space-between;align-items:end;margin-bottom:36px;display:flex}.page h1,.section h2{margin:10px 0;font-size:clamp(35px,5vw,60px);font-weight:400}.mag-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.poem-card{background:var(--card);min-height:330px;padding:38px}.poem-card h3{font-size:27px;font-weight:400}.full-verse,.verse{white-space:pre-wrap;line-height:2.2}.verse{color:#4c5049}.byline{color:var(--muted);margin-top:30px;font-size:13px}.community-strip{border-top:1px solid var(--line);grid-template-columns:1fr 2fr;gap:60px;display:grid}.community-strip ol{margin:0;padding:0;list-style:none}.community-strip li a{border-bottom:1px solid var(--line);grid-template-columns:80px 1fr auto;padding:18px 0;display:grid}.community-strip small,.site-footer{color:var(--muted)}.site-footer{text-align:center;border-top:1px solid var(--line);padding:45px}.page{min-height:70vh}.empty{border:1px dashed var(--line);color:var(--muted);padding:50px}.reading{max-width:760px;margin:100px auto;padding:0 25px}.reading h1{font-size:54px;font-weight:400}.full-verse{margin-top:55px;font-size:19px}.board-row{gap:10px;margin:35px 0;display:flex}.board-row span,.topic-list span{color:var(--red);border:1px solid var(--line);padding:7px 10px;font:12px Arial,sans-serif}.topic-list>a{border-bottom:1px solid var(--line);grid-template-columns:90px 1fr auto;align-items:center;padding:22px 0;display:grid}.topic-list strong{font-size:21px;font-weight:400}.topic-list small{color:var(--muted)}.tool{max-width:1000px}.auth,.editor-panel,.result{background:var(--card);border:1px solid var(--line);padding:30px}.editor-panel textarea,.writing{resize:vertical;background:0 0;border:0;outline:none;width:100%;min-height:260px;font:19px/2 Noto Serif SC,serif}.toolbar{border-top:1px solid var(--line);justify-content:space-between;padding-top:18px;display:flex}.toolbar select,input,select{border:1px solid var(--line);background:#fffaf1;padding:12px}.result{margin-top:30px}.tone-line{gap:8px;margin:20px 0}.tone-line,.tone-line span{align-items:center;display:flex}.tone-line span{flex-direction:column;padding:5px}.tone-line b{font-size:25px}.tone-line small{color:var(--muted);font:11px Arial}.tone-line .bad{color:var(--red);text-decoration:underline}.tone-line .unknown{opacity:.5}.notice{color:var(--muted);font-size:13px}.error{color:var(--red)}.tabs{gap:8px;margin:25px 0;display:flex}.tabs button{border:1px solid var(--line);background:0 0;padding:10px 18px}.tabs .active{background:var(--ink);color:#fff}.title-input{width:100%;margin-bottom:16px;font-size:28px;display:block}.writing{background:var(--card);border:1px solid var(--line);padding:24px}.auth{flex-direction:column;gap:16px;max-width:460px;margin:100px auto;display:flex}.auth h1{margin:0 0 20px;font-size:42px;font-weight:400}@media (width<=800px){.site-header>nav{gap:14px}.brand small{display:none}.hero{min-height:520px;padding-top:80px}.community-strip,.mag-grid{grid-template-columns:1fr}.community-strip li a,.topic-list>a{grid-template-columns:1fr;gap:8px}.page,.section{padding:60px 22px}}.oauth{text-align:center;border:1px solid var(--line);padding:12px}.consent{align-items:flex-start;gap:9px;font-size:13px;line-height:1.6;display:flex}.consent input{margin-top:4px}.account-panel{background:var(--card);border:1px solid var(--line);max-width:700px;padding:32px;line-height:1.8}.danger-button{border:1px solid var(--red);color:var(--red);font:inherit;background:0 0;margin-left:12px;padding:13px 20px}.oauth-provider-section{gap:13px;display:grid}.oauth-provider-divider{color:var(--muted);align-items:center;gap:12px;font-size:11px;display:flex}.oauth-provider-divider:after,.oauth-provider-divider:before{content:"";background:var(--line);flex:1;height:1px}.oauth-provider-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.oauth-provider-button{border:1px solid var(--line);background:color-mix(in srgb,var(--card) 80%,#fff);width:48px;height:48px;color:inherit;cursor:pointer;border-radius:50%;place-items:center;transition:transform .15s,border-color .15s,box-shadow .15s;display:grid}.oauth-provider-button:hover:not(:disabled):not(.disabled){border-color:color-mix(in srgb,var(--red) 50%,var(--line));transform:translateY(-2px);box-shadow:0 6px 16px #1f191314}.oauth-provider-button.disabled,.oauth-provider-button:disabled{pointer-events:none;opacity:.45}.oauth-provider-icon{place-items:center;width:26px;height:26px;display:grid}.oauth-provider-list.single .oauth-provider-button{text-align:center;border-radius:0;gap:10px;width:100%;height:auto;min-height:48px;padding:11px 16px;display:flex}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.oauth-account-panel{border-bottom:1px solid var(--line);margin-bottom:28px;padding-bottom:28px}.oauth-account-panel>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.oauth-account-panel>header h3{margin:0;font-weight:500}.oauth-account-panel>header p{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.7}.oauth-account-panel>header>small{color:var(--muted);border:1px solid var(--line);flex:none;padding:4px 8px}.oauth-bound-list{gap:9px;margin-top:17px;display:grid}.oauth-bound-item{border:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.oauth-bound-item>.oauth-provider-icon{width:32px;height:32px}.oauth-bound-item small,.oauth-bound-item strong{display:block}.oauth-bound-item small{color:var(--muted);margin-top:3px}.oauth-available{margin-top:18px}.oauth-available>small{color:var(--muted);margin-bottom:10px;display:block}.oauth-available .oauth-provider-list{justify-content:flex-start}.oauth-account-empty{color:var(--muted);font-size:13px}.oauth-linking-notice{color:var(--muted);margin-top:10px;font-size:12px}@media (width<=650px){.oauth-account-panel>header{display:grid}.oauth-bound-item{grid-template-columns:auto minmax(0,1fr)}.oauth-bound-item>button{grid-column:1/-1;width:100%}.oauth-available .oauth-provider-list{justify-content:center}.oauth-provider-button{width:50px;height:50px}}.verification-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.verification-row label{margin:0}.verification-row button{min-width:140px;height:47px}.two-factor-status{border:1px solid var(--line);align-items:flex-start;gap:14px;margin-bottom:20px;padding:17px;display:flex}.two-factor-status>span{border:1px solid var(--line);width:31px;height:31px;color:var(--muted);border-radius:50%;flex:0 0 31px;place-items:center;display:grid}.two-factor-status.enabled{border-left:3px solid #486b46}.two-factor-status.enabled>span{color:#486b46;border-color:#486b46}.two-factor-status strong{font-weight:500}.two-factor-status p{color:var(--muted);margin:4px 0;line-height:1.7}.two-factor-status small{color:#486b46}.recovery-code-panel,.two-factor-confirm,.two-factor-setup{border-left:3px solid var(--red);background:color-mix(in srgb,var(--paper) 72%,var(--card));margin-top:18px;padding:20px}.two-factor-setup h3{margin-top:0;font-weight:500}.two-factor-setup ol{color:var(--muted);padding-left:22px;line-height:1.8}.two-factor-setup-grid{grid-template-columns:220px minmax(0,1fr);align-items:center;gap:22px;margin:18px 0;display:grid}.two-factor-setup-grid img{border:1px solid var(--line);background:#fff;display:block}.two-factor-setup-grid>div{gap:10px;display:grid}.two-factor-setup-grid code{overflow-wrap:anywhere;letter-spacing:.1em;border:1px dashed var(--line);padding:12px}.two-factor-deep-link{text-align:center}.two-factor-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.two-factor-actions .danger-button{margin-left:0}.recovery-code-panel{border-left-color:#486b46}.recovery-code-panel>p{color:var(--muted);line-height:1.7}.recovery-code-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.recovery-code-grid code{border:1px solid var(--line);background:var(--card);text-align:center;letter-spacing:.08em;padding:9px}.two-factor-confirm{max-width:620px}.two-factor-recovery-toggle{color:var(--muted);align-items:center;gap:8px;margin:6px 0!important;display:flex!important}.two-factor-recovery-toggle input{width:auto!important}.two-factor-settings>.primary{margin-top:4px}.login-email-security{border-top:1px solid var(--line);margin-top:28px;padding-top:28px}.login-email-security>.danger-button{margin-left:0}.login-email-flow{margin-top:4px}@media (width<=650px){.two-factor-setup-grid{grid-template-columns:1fr;justify-items:center}.two-factor-setup-grid>div{width:100%}.recovery-code-grid{grid-template-columns:1fr}.two-factor-actions>a,.two-factor-actions>button{text-align:center;flex:1}.two-factor-settings{padding-inline:15px!important}.login-email-security>button{width:100%;margin-left:0}}.secondary-button{border:1px solid var(--line);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:12px 20px;display:inline-flex}.secondary-button.active,.secondary-button:hover{border-color:var(--red);color:var(--red)}.user-avatar{color:var(--red);background:linear-gradient(145deg,#eadfc9,#fffaf0);border:1px solid #c9baa6;border-radius:50%;flex:none;place-items:center;font-family:Noto Serif SC,serif;display:inline-grid;overflow:hidden}.user-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.avatar-small{width:34px;height:34px;font-size:14px}.avatar-medium{width:48px;height:48px;font-size:19px}.avatar-large{width:84px;height:84px;font-size:31px}.site-header>nav a{padding:31px 0;position:relative}.site-header>nav a.router-link-active:after{content:"";background:var(--red);height:1px;position:absolute;bottom:20px;left:0;right:0}.header-actions{justify-content:flex-end;align-items:center;gap:12px;min-width:190px;font-family:Arial,Noto Serif SC,sans-serif;font-size:13px;display:flex}.header-compose,.header-login,.header-register{padding:9px 13px}.header-register{border:1px solid var(--line)}.header-compose{background:var(--red);color:#fff}.header-login:hover,.header-register:hover{color:var(--red);border-color:var(--red)}.header-session-placeholder{background:#d9d0c159;width:120px;height:34px}.notification-link{border:1px solid var(--line);place-items:center;width:34px;height:34px;font-family:Noto Serif SC,serif;display:grid;position:relative}.notification-link svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.notification-link b{background:var(--red);color:#fff;text-align:center;border-radius:9px;min-width:18px;height:18px;padding:0 4px;font:10px/18px Arial,sans-serif;position:absolute;top:-8px;right:-8px}.user-menu{position:relative}.user-menu-trigger{cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;display:flex}.user-menu-trigger>span:not(.user-avatar){text-overflow:ellipsis;white-space:nowrap;max-width:95px;overflow:hidden}.user-menu-trigger i{color:var(--muted);font-style:normal}.user-menu-panel{border:1px solid var(--line);background:var(--card);z-index:60;width:210px;padding:8px;position:absolute;top:calc(100% + 15px);right:0;box-shadow:0 18px 45px #352c1f24}.user-menu-panel:before{content:"";background:var(--card);border-left:1px solid var(--line);border-top:1px solid var(--line);width:12px;height:12px;position:absolute;top:-7px;right:22px;transform:rotate(45deg)}.user-menu-panel>a,.user-menu-panel>button{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:11px 13px;display:block}.user-menu-panel>a:hover,.user-menu-panel>button:hover{color:var(--red);background:#f1e9da}.menu-identity{border-bottom:1px solid var(--line);margin-bottom:5px;padding:12px 13px}.menu-identity small,.menu-identity strong{display:block}.menu-identity small{color:var(--muted);margin-top:4px}.auth{gap:18px}.auth>label:not(.consent){gap:7px;display:grid}.auth label>span{color:var(--muted);font-size:13px}.auth label>small{color:var(--muted);font-size:11px;line-height:1.6}.auth input{background:#fffaf1;width:100%}.auth-switch{text-align:center;color:var(--muted);margin:2px 0}.auth-switch a{color:var(--red);border-bottom:1px solid}.auth .error{overflow-wrap:anywhere;margin-bottom:0;line-height:1.7}.auth-form-message{background:color-mix(in srgb,currentColor 6%,var(--card));border-left:3px solid;margin:0;padding:11px 13px;line-height:1.65;text-align:left!important}.auth-form-message.error{color:var(--red)}.auth-form-message.success{color:#3f7351}.auth .auth-field-error{color:var(--red);font-size:12px;font-weight:600;line-height:1.55}.auth .auth-field-status{color:#3f7351;font-size:11px;line-height:1.55}.auth label.has-error input{border-color:var(--red);box-shadow:0 0 0 1px color-mix(in srgb,var(--red) 28%,transparent)}.auth input[aria-invalid=true]:focus{outline:2px solid color-mix(in srgb,var(--red) 48%,transparent);outline-offset:1px}.consent-field{gap:7px;display:grid}.consent-field.has-error{border-left:2px solid var(--red);padding-left:10px}.registration-consents{gap:10px;display:grid}.registration-consents .consent{align-items:flex-start;gap:8px;display:flex}.registration-consents .consent input{flex:none;width:auto;margin-top:4px}.agreement-settings-links a,.registration-consents a{color:var(--red);border-bottom:1px solid}.agreement-overlay{z-index:270;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1c1e1b8c;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.agreement-dialog{border:1px solid var(--line);background:var(--card);flex-direction:column;width:min(860px,100%);max-height:min(88vh,900px);padding:28px;display:flex;box-shadow:0 30px 90px #00000042}.agreement-dialog>header{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding-bottom:18px;display:flex}.agreement-dialog h2{margin:6px 0;font-size:clamp(27px,4vw,39px);font-weight:400}.agreement-dialog header small{color:var(--muted)}.agreement-dialog header>button{cursor:pointer;color:var(--muted);background:0 0;border:0;align-self:flex-start;font-size:28px}.agreement-scroll{overscroll-behavior:contain;padding:10px 18px 10px 2px;overflow:auto}.agreement-scroll .markdown-content{font-size:15px;line-height:1.9}.agreement-scroll h1{font-size:30px;font-weight:500}.agreement-scroll h2{margin-top:34px;font-size:22px}.agreement-scroll h3{font-size:18px}.agreement-scroll li{margin:.45em 0}.agreement-dialog>footer{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:16px;padding-top:18px;display:flex}.agreement-dialog>footer>a{color:var(--red);border-bottom:1px solid;margin-right:auto}.agreement-consent-dialog{width:min(680px,100%)}.agreement-consent-intro{color:var(--muted);line-height:1.75}.agreement-consent-options{gap:10px;margin:8px 0 18px;display:grid;overflow:auto}.agreement-consent-options>label{border:1px solid var(--line);background:color-mix(in srgb,var(--paper) 62%,var(--card));align-items:flex-start;gap:12px;padding:14px 15px;display:flex}.agreement-consent-options>label.accepted{opacity:.72}.agreement-consent-options input{flex:none;margin-top:5px}.agreement-consent-options small,.agreement-consent-options span{display:block}.agreement-consent-options a{color:var(--red);border-bottom:1px solid}.agreement-consent-options small{color:var(--muted);margin-top:5px;font-size:11px}.agreement-error{color:var(--red);font-size:13px}.agreement-settings-links{flex-wrap:wrap;gap:16px;display:flex}.agreement-page{max-width:900px}.agreement-page>header{border-bottom:1px solid var(--line);padding-bottom:26px}.agreement-page>header h1{margin:10px 0;font-size:clamp(38px,6vw,62px);font-weight:400}.agreement-page>header p:last-child{color:var(--muted)}.agreement-page .markdown-content{padding-top:25px;font-size:16px;line-height:2}.agreement-page .markdown-content>h1:first-child{display:none}.agreement-page .markdown-content h2{margin-top:48px;font-size:25px;font-weight:500}.site-footer-links{flex-wrap:wrap;justify-content:center;gap:8px 18px;margin-top:10px;font-size:12px;display:flex}.site-footer-links a{border-bottom:1px solid #0000}.site-footer-links a:hover{color:var(--red);border-color:currentColor}@media (width<=600px){.agreement-overlay{align-items:end;padding:0}.agreement-dialog{border-width:1px 0 0;width:100%;max-height:94dvh;padding:20px 18px}.agreement-dialog>header{padding-bottom:14px}.agreement-scroll{padding-right:7px}.agreement-dialog>footer{gap:10px}.agreement-dialog>footer .primary,.agreement-dialog>footer .secondary-button{flex:1}.agreement-consent-options>label{padding:13px}.agreement-page .markdown-content{font-size:15px}.registration-consents{gap:12px}}.password-help{color:var(--red);border-bottom:1px solid;align-self:flex-end;margin-top:-9px;font-size:13px}.auth .success{color:#3f7351;text-align:center;margin:0}.recovery-intro{color:var(--muted);margin-top:-12px;font-size:13px;line-height:1.8}.recovery-delivery{color:var(--muted);justify-content:space-between;align-items:center;gap:16px;font-size:12px;display:flex}.recovery-delivery button{color:var(--red);cursor:pointer;background:0 0;border:0;border-bottom:1px solid;padding:0}.recovery-resend{width:100%}.password-recovery .notice{margin:0;line-height:1.7}.two-factor-intro{color:var(--muted);margin:0;font-size:13px;line-height:1.8}.auth-text-button{color:var(--red);cursor:pointer;text-align:center;background:0 0;border:0;padding:2px}.auth-text-button.muted{color:var(--muted);font-size:13px}.auth-text-button:hover{text-decoration:underline}.account-page,.forum-page,.public-profile-page,.timeline-page,.topic-page,.writing-page{width:min(1420px,100% - 48px);min-height:70vh;margin:0 auto;padding:72px 0 100px}.account-hero,.forum-hero,.writing-header{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:42px;display:flex}.account-hero h1,.forum-hero h1,.writing-header h1{margin:12px 0;font-size:clamp(46px,6vw,76px);font-weight:400;line-height:1}.forum-hero>div>p:last-child{color:var(--muted);font-size:17px}.forum-submission-notice{color:#425d3e;background:#f5f6e9;border:1px solid #b9c3ae;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin:-12px 0 28px;padding:14px 18px;display:grid}.forum-submission-notice>span{border:1px solid;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.forum-submission-notice p{margin:0;line-height:1.6}.forum-submission-notice strong{font-weight:500;display:block}.forum-submission-notice button{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:20px}.forum-search{border:1px solid var(--line);background:var(--card);grid-template-columns:130px minmax(0,1fr) auto;margin-bottom:28px;display:grid}.forum-search input,.forum-search select{border:0;border-right:1px solid var(--line);background:0 0;min-width:0}.forum-search input{padding-left:20px;font-size:17px}.forum-search .primary{padding-inline:34px}.forum-layout{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:32px;display:grid}.forum-main{border-top:1px solid var(--ink);min-width:0}.forum-filters{border-bottom:1px solid var(--line);padding:18px 0}.board-filter,.kind-filter{flex-wrap:wrap;gap:7px;display:flex}.board-filter button,.kind-filter button{cursor:pointer;background:0 0;border:1px solid #0000;padding:8px 12px}.board-filter button:hover,.kind-filter button:hover{color:var(--red)}.board-filter button.active,.kind-filter button.active{border-color:var(--line);background:var(--card);color:var(--red)}.filter-row{justify-content:space-between;align-items:center;gap:20px;margin-top:12px;display:flex}.filter-row select{background:0 0;padding:8px 11px}.search-summary{color:var(--muted);border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;margin:0;padding:15px 8px;display:flex}.search-summary button{color:var(--red);cursor:pointer;background:0 0;border:0}.forum-topic-card{border-bottom:1px solid var(--line);grid-template-columns:48px minmax(0,1fr) auto;gap:18px;padding:26px 8px;transition:background .18s;display:grid}.forum-topic-card:hover{background:#fbf8f0ad}.forum-topic-card.is-pending{background:#eee6d775;border-left:3px solid #9a805d;padding-left:14px}.topic-card-labels{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.topic-card-labels span{color:var(--muted);letter-spacing:.04em;font:11px Arial,sans-serif}.topic-card-labels .pinned{color:var(--red);border:1px solid #c98e86;padding:2px 5px}.pending-label,.topic-card-labels .pending{letter-spacing:.03em;background:#f2eadb;border:1px solid #b79d76;align-items:center;padding:3px 7px;font:10px/1.3 Arial,Noto Serif SC,sans-serif;display:inline-flex;color:#725b3b!important}.topic-card-content-link{touch-action:manipulation;-webkit-tap-highlight-color:#9b30261a;border-radius:2px;display:block}.topic-card-content-link h2{margin:9px 0;font-size:24px;font-weight:400;transition:color .16s}.topic-card-content-link>p{color:#55594f;overflow-wrap:anywhere;margin:0 0 12px;line-height:1.85}.topic-card-content-link:focus-visible h2,.topic-card-content-link:hover h2{color:var(--red)}.topic-card-content-link:focus-visible{outline:1px solid var(--red);outline-offset:5px}.topic-card-meta{color:var(--muted);gap:14px;font-size:12px;display:flex}.topic-card-meta a:hover{color:var(--red)}.topic-avatar-link{height:48px;display:block}.topic-metrics{grid-template-columns:repeat(3,56px);align-self:center;margin:0;display:grid}.topic-metrics div{text-align:center;border-left:1px solid var(--line)}.topic-metrics dt{font:18px Georgia,serif}.topic-metrics dd{color:var(--muted);margin:4px 0 0;font-size:11px}.pagination{justify-content:center;align-items:center;display:flex;gap:18px!important;margin:28px 0 0!important;font-size:13px!important}.pagination button{border:1px solid var(--line);background:var(--card);cursor:pointer;padding:9px 14px}.pagination button:disabled{opacity:.35;cursor:not-allowed}.pagination span{color:var(--muted)}.forum-sidebar{position:sticky;top:108px}.forum-sidebar.collapsed{justify-content:flex-end;display:flex}.sidebar-hide,.sidebar-restore{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:12px}.sidebar-restore{border:1px solid var(--line);background:var(--card);padding:10px 14px}.sidebar-hide{position:absolute;top:14px;right:16px}.forum-note-card,.profile-card,.topic-author-card{border:1px solid var(--line);background:var(--card);padding:30px;position:relative}.profile-card{text-align:center}.profile-card h2,.topic-author-card h2{margin:15px 0 2px;font-size:27px;font-weight:400}.profile-handle{color:var(--muted);font:12px Arial,sans-serif}.profile-signature{color:var(--muted);min-height:48px;line-height:1.8}.profile-stats{border-block:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin:24px 0;display:grid}.profile-stats div{padding:14px 4px}.profile-stats div+div{border-left:1px solid var(--line)}.profile-stats dt{font-size:22px}.profile-stats dd{color:var(--muted);margin:3px 0 0;font-size:11px}.profile-compose{display:block}.profile-center-link{color:var(--muted);margin-top:16px;font-size:12px;display:block}.sidebar-auth-actions{justify-content:center;gap:8px;margin-top:20px;display:flex}.profile-loading{color:var(--muted);padding:30px 0}.forum-note-card{text-align:left;margin-top:18px}.forum-note-card h3{font-size:19px;font-weight:400}.forum-note-card p:last-child{color:var(--muted);font-size:13px;line-height:1.75}.writing-page{max-width:1320px}.draft-tools{align-items:center;gap:8px;display:flex}.draft-identity{color:var(--muted);border:1px solid var(--line);padding:11px 14px;font:12px Arial,sans-serif}.consent-warning{color:var(--red);background:#fff4e9;border:1px solid #c98e86;margin:-18px 0 24px;padding:16px 20px}.consent-warning a,.consent-warning button{text-decoration:underline}.consent-warning button{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.revision-panel{border:1px solid var(--line);background:var(--card);margin:-16px 0 28px;padding:25px 30px}.revision-panel .section-head{margin-bottom:12px}.revision-panel h2{margin:7px 0;font-size:28px;font-weight:400}.revision-panel .section-head>span{color:var(--muted);font-size:12px}.revision-panel ol{margin:0;padding:0;list-style:none}.revision-panel li{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:17px 0;display:grid}.revision-panel li small,.revision-panel li strong{display:block}.revision-panel li strong{font-weight:400}.revision-panel li small{color:var(--muted);margin-top:5px;font:11px Arial,sans-serif}.revision-panel li p{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:7px 0 0;font-size:12px;overflow:hidden}.writing-target{border-block:1px solid var(--line);grid-template-columns:280px 1fr;align-items:end;gap:28px;margin-bottom:28px;padding:18px 0;display:grid}.editor-field,.editor-metadata-row label,.writing-target label{gap:8px;display:grid}.editor-field>span,.editor-metadata-row label>span,.writing-target label>span{color:var(--muted);font-size:12px}.writing-target select{font-size:17px}.writing-target p{color:var(--muted);margin:0 0 4px;line-height:1.7}.writing-layout{display:block}.writing-editor{border:1px solid var(--line);background:var(--card);padding:28px}.editor-metadata-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:22px;display:grid}.writing-editor input,.writing-editor select,.writing-editor textarea{background:#fffaf1;width:100%}.writing-editor .title-input{margin:0 0 20px;padding:15px;font-size:27px}.summary-input{resize:vertical;border:1px solid var(--line);min-height:78px;margin-bottom:20px;padding:12px;line-height:1.7}.editor-field small{font-size:11px}.editor-loading{border:1px solid var(--line);min-height:420px;color:var(--muted);background:#fffdf7;place-items:center;display:grid}.poemhaven-vditor{margin-top:2px}.poemhaven-vditor.vditor{border-color:var(--line);background:#fffdf7;border-radius:0;font-family:Noto Serif SC,Songti SC,STSong,serif}.poemhaven-vditor .vditor-toolbar{border-color:var(--line);background:#eee6d7;padding:7px 9px}.poemhaven-vditor .vditor-toolbar__item button{color:#585c54}.poemhaven-vditor .vditor-toolbar__item button:hover,.poemhaven-vditor .vditor-toolbar__item--current{color:var(--red);background:#f8f1e5}.poemhaven-vditor .vditor-content{background:#fffdf7}.poemhaven-vditor .vditor-reset{color:var(--ink);font:17px/2.05 Noto Serif SC,Songti SC,STSong,serif;padding:30px 38px!important}.poemhaven-vditor .vditor-counter{color:var(--muted);background:0 0}.poemhaven-vditor .vditor-resize{border-color:var(--line)}.poemhaven-vditor .poemhaven-vditor-action{margin-left:4px}.poemhaven-vditor .poemhaven-vditor-publish button{color:var(--red)}.editor-footer{color:var(--muted);justify-content:space-between;font-size:11px;display:flex}.writing-preview{border:1px solid var(--line);background:#fbf8f0ad;min-height:420px;padding:34px;position:sticky;top:108px}.writing-preview h2{margin:20px 0;font-size:30px;font-weight:400}.preview-summary{color:var(--muted);font-style:italic;line-height:1.8}.preview-body,.reply-body,.topic-body{overflow-wrap:anywhere;line-height:2.15}.preview-body{color:#494d45}.markdown-content>:first-child{margin-top:0}.markdown-content>:last-child{margin-bottom:0}.markdown-content p{white-space:pre-wrap;margin:0 0 1.15em}.markdown-content blockquote{border-left:2px solid var(--red);color:var(--muted);margin:1.2em 0;padding:.15em 0 .15em 1.2em}.markdown-content pre{background:#eee6d7;padding:16px;line-height:1.65;overflow:auto}.markdown-content code{font-family:Consolas,SFMono-Regular,monospace;font-size:.88em}.markdown-content :not(pre)>code{background:#eee6d7;padding:2px 5px}.markdown-content a{color:var(--red);border-bottom:1px solid #9b302659}.markdown-content h1,.markdown-content h2,.markdown-content h3{margin:1.4em 0 .65em;font-weight:400;line-height:1.4}.markdown-content ol,.markdown-content ul{padding-left:1.5em}.markdown-content hr{border:0;border-top:1px solid var(--line);margin:2em 0}.writing-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;margin-top:26px;padding-top:22px;display:flex}.writing-message{text-align:right;padding:14px 18px}.writing-message.success{color:#425d3e}.writing-message.error{color:var(--red)}.writing-message.notice{color:var(--muted)}.timeline-inline-option,.timeline-sync-option{color:var(--muted);align-items:flex-start;gap:10px;font-size:13px;display:flex}.timeline-sync-option{border-top:1px solid var(--line);padding-top:16px}.timeline-inline-option input,.timeline-sync-option input{margin-top:3px}.timeline-sync-option small,.timeline-sync-option span,.timeline-sync-option strong{display:block}.timeline-sync-option strong{color:var(--ink);margin-bottom:4px;font-weight:500}.timeline-inline-option{border-top:1px solid var(--line);padding:10px 12px}.timeline-inline-option small{margin-left:5px}.toast-stack{z-index:200;pointer-events:none;gap:10px;width:min(390px,100vw - 32px);display:grid;position:fixed;top:104px;right:26px}.app-toast{pointer-events:auto;border:1px solid var(--line);border-left:3px solid var(--ink);text-align:left;cursor:pointer;background:#fbf8f0fa;grid-template-columns:auto 1fr;align-items:center;gap:12px;width:100%;padding:14px 16px;line-height:1.55;display:grid;box-shadow:0 14px 36px #2d261c24}.app-toast.success{border-left-color:#526c4c}.app-toast.error{border-left-color:var(--red)}.app-toast.notice{border-left-color:#9a805d}.toast-mark{border:1px solid;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.toast-enter-active,.toast-leave-active{transition:all .22s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translateY(-8px)}.topic-page{max-width:1320px}.topic-layout{grid-template-columns:minmax(0,1fr) 285px;align-items:start;gap:42px;display:grid}.topic-article{border-top:1px solid var(--ink)}.topic-header{border-bottom:1px solid var(--line);padding:34px 8px 28px}.topic-labels{flex-wrap:wrap;gap:9px;display:flex}.topic-labels>*{border:1px solid var(--line);color:var(--red);padding:5px 8px;font-size:11px}.topic-labels .pending-label{color:#725b3b;background:#f2eadb;border-color:#b79d76}.topic-header h1{margin:24px 0;font-size:clamp(40px,5vw,66px);font-weight:400;line-height:1.25}.topic-author-line{color:var(--muted);align-items:center;gap:10px;font-size:12px;display:flex}.topic-author-line>a:nth-of-type(2){color:var(--ink);font-size:14px}.topic-author-line>a:hover{color:var(--red)}.topic-body{background:#fbf8f061;min-height:260px;padding:52px 38px;font-size:19px}.topic-summary{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--red) 3%,var(--card));grid-template-columns:56px minmax(0,1fr);align-items:start;gap:18px;padding:22px 38px;display:grid}.topic-summary>span{color:var(--red);letter-spacing:.18em;padding-top:4px;font:10px Arial,sans-serif}.topic-summary>p{color:var(--muted);font:15px/1.85 var(--serif);white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.topic-edited-time{color:var(--muted);text-align:left;background:#fbf8f061;margin:0;padding:0 38px 18px;font-size:10px;line-height:1.4}.pending-content-banner{color:#725b3b;background:#f2eadb;border-bottom:1px solid #c7b28e;align-items:center;gap:14px;padding:13px 18px;font-size:13px;display:flex}.pending-content-banner strong{font-weight:500}.pending-content-banner span{color:#806e53}.topic-actions{gap:8px;text-align:left!important;border-block:1px solid var(--line)!important;padding:18px 8px!important;display:flex!important}.forum-comment footer button,.long-reply footer button,.topic-actions a,.topic-actions button{cursor:pointer;background:0 0;border:1px solid #0000;padding:8px 11px;font-size:12px}.long-reply footer .active,.topic-actions .active,.topic-actions a:hover,.topic-actions button:hover{border-color:var(--line);color:var(--red);background:var(--card)}.reaction-button>span{text-align:center;min-width:1em;display:inline-block}.reaction-button:not(.active)>span{color:var(--muted)}.forum-comment footer .reaction-button.active,.long-reply footer .reaction-button.active,.topic-actions .reaction-button.active{border-color:color-mix(in srgb,var(--ink) 14%,var(--line));background:color-mix(in srgb,var(--ink) 4%,transparent);color:color-mix(in srgb,var(--ink) 76%,#506259)}.pending-topic-actions{color:#806e53;align-items:center;font-size:12px}.pending-topic-actions a{margin-left:auto}.pending-discussion-note{color:#806e53;background:#f2eadb8c;border:1px dashed #c7b28e;padding:17px}.report-overlay{z-index:100;background:#20231f7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.report-dialog{border:1px solid var(--line);background:var(--card);width:min(520px,100%);padding:28px;box-shadow:0 24px 70px #0003}.report-dialog>div{position:relative}.report-dialog h2{margin:7px 0 22px;font-size:29px;font-weight:400}.report-dialog>div>button{cursor:pointer;background:0 0;border:0;font-size:25px;position:absolute;top:0;right:0}.report-dialog label{gap:7px;margin-bottom:15px;display:grid}.report-dialog label span{color:var(--muted);font-size:12px}.report-dialog select,.report-dialog textarea{width:100%}.report-dialog textarea{border:1px solid var(--line);resize:vertical;background:#fffaf1;min-height:110px;padding:10px}.long-replies-section,.topic-comments-section{margin-top:52px}.discussion-heading{border-bottom:1px solid var(--ink);justify-content:space-between;align-items:end;padding-bottom:15px;display:flex}.discussion-heading h2{margin:7px 0 0;font-size:30px;font-weight:400}.discussion-heading h2 small{color:var(--muted);font:14px Arial,sans-serif}.discussion-heading select{background:0 0;padding:8px 11px}.comment-reply-editor,.inline-comment-editor,.long-reply-editor{border:1px solid var(--line);background:var(--card);margin:18px 0;padding:16px}.inline-comment-editor{grid-template-columns:1fr auto;gap:12px;display:grid}.inline-comment-editor textarea{resize:vertical;background:0 0;border:0;outline:none;min-height:64px;padding:8px}.comment-list{border-top:1px solid var(--line)}.forum-comment{border-bottom:1px solid var(--line);gap:12px;padding:17px 0;display:flex}.forum-comment.is-pending{background:#f2eadb61;padding-inline:10px}.comment-content{flex:1;min-width:0}.comment-content>header{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.comment-content>header time{color:var(--muted);font-size:11px}.comment-content>p{white-space:pre-wrap;overflow-wrap:anywhere;margin:8px 0;line-height:1.75}.forum-comment footer{gap:3px;text-align:left!important;border:0!important;padding:0!important;display:flex!important}.forum-comment footer button{color:var(--muted);padding:4px 7px}.comment-children{border-left:2px solid var(--line);margin:8px 0 0 8px;padding-left:14px}.comment-children>.forum-comment:last-child{border-bottom:0}.comment-reply-editor label{color:var(--muted);margin-bottom:8px;font-size:12px;display:block}.comment-reply-editor textarea{border:1px solid var(--line);resize:vertical;background:#fffaf1;width:100%;min-height:70px;padding:10px}.comment-reply-editor>div{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.comment-reply-editor>div button:first-child{cursor:pointer;background:0 0;border:0}.delete-content-action{color:#9b3026!important}.delete-content-action:hover{background:#9b30260d!important;border-color:#9b302673!important}.forum-comment.is-deleted,.long-reply.is-deleted{background:#e0dacd38}.deleted-comment-mark,.deleted-reply-copy>span{border:1px solid var(--line);width:34px;height:34px;color:var(--muted);border-radius:50%;flex:0 0 34px;place-items:center;font-size:12px;display:grid}.deleted-content-copy,.deleted-reply-copy{color:var(--muted);font-style:italic}.deleted-reply-copy{align-items:center;gap:14px;padding:26px 10px;display:flex}.deleted-reply-copy p{margin:0}.long-reply.is-deleted>header{display:none}.long-reply-editor textarea{resize:vertical;background:0 0;border:0;outline:none;width:100%;min-height:180px;padding:12px;line-height:1.9}.long-reply-editor>div{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;padding-top:12px;font-size:11px;display:flex}.long-reply{border-bottom:1px solid var(--line);padding:30px 8px}.long-reply.is-pending{background:#f2eadb52;border-left:3px solid #9a805d;padding-left:16px}.long-reply>header{align-items:center;gap:13px;display:flex}.long-reply>header>div{gap:4px;display:grid}.long-reply>header time{color:var(--muted);font-size:11px}.long-reply>header>.pending-label{margin-left:auto}.long-reply>header>.reply-floor{color:var(--muted);font:12px Georgia,serif}.reply-body{padding:28px 10px;font-size:17px}.long-reply>footer{text-align:left!important;border:0!important;padding:0!important;display:flex!important}.reply-comments{border-top:1px solid var(--line);margin:15px 0 0 38px}.discussion-empty{color:var(--muted);border-bottom:1px solid var(--line);padding:25px 8px}.discussion-message{background:var(--ink);color:#fff;width:max-content;max-width:100%;margin:20px auto;padding:13px 18px;position:sticky;bottom:18px;box-shadow:0 9px 25px #0000002b}.topic-sidebar{position:sticky;top:108px}.topic-author-card{text-align:center}.topic-author-card>p:last-of-type{color:var(--muted);line-height:1.8}.topic-author-card .secondary-button{margin-top:12px}.back-to-forum{text-align:center;color:var(--muted);margin-top:18px;font-size:12px;display:block}.account-page{max-width:1180px}.account-hero{border-bottom:1px solid var(--line);align-items:center;padding-bottom:30px}.account-hero>div{flex:1}.account-hero h1{font-size:50px}.account-hero>div>p:last-child{color:var(--muted)}.account-tabs{border-bottom:1px solid var(--line);justify-content:flex-start!important;gap:0!important;margin:0 0 30px!important;font-size:14px!important;display:flex!important}.account-tabs button{cursor:pointer;background:0 0;border:0;padding:15px 22px;position:relative}.account-tabs button.active{color:var(--red)}.account-tabs button.active:after{content:"";background:var(--red);height:2px;position:absolute;bottom:-1px;left:15px;right:15px}.account-tabs b{background:var(--red);color:#fff;border-radius:9px;min-width:17px;margin-left:6px;font:10px/17px Arial,sans-serif;display:inline-block}.account-content{gap:26px;display:grid}.account-stat-grid{border:1px solid var(--line);background:var(--card);grid-template-columns:repeat(5,1fr);display:grid}.account-stat-grid div{text-align:center;padding:26px 10px;display:grid}.account-stat-grid div+div{border-left:1px solid var(--line)}.account-stat-grid strong{font:30px Georgia,serif}.account-stat-grid span{color:var(--muted);margin-top:7px;font-size:12px}.account-section{border:1px solid var(--line);background:var(--card);padding:30px}.account-section h2{margin:8px 0 24px;font-size:30px;font-weight:400}.account-section .section-head{margin-bottom:18px}.account-section .section-head h2{margin:8px 0}.account-section .section-head button{cursor:pointer;color:var(--muted);background:0 0;border:0}.account-list{display:grid}.account-list>a{border-top:1px solid var(--line);grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px 4px;display:grid}.account-list>a:hover strong{color:var(--red)}.account-list span{color:var(--red);font-size:11px}.account-list strong{font-size:17px;font-weight:400}.account-list small{color:var(--muted)}.account-work-list>article{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:14px 4px;display:grid}.account-work-list>article>a,.account-work-list>article>div:first-child{grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:16px;min-width:0;display:grid}.account-work-list>article>a:hover strong{color:var(--red)}.account-work-list>article>div:last-child{gap:5px;display:flex}.account-work-list>article>div:last-child a,.account-work-list>article>div:last-child button{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:7px;font-size:12px}.account-work-list .restore-action,.account-work-list>article>div:last-child a:hover,.account-work-list>article>div:last-child button:hover{color:var(--red)}.section-note{color:var(--muted);font-size:13px;line-height:1.8}.history-list{border-top:1px solid var(--line);display:grid}.history-list>article{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:18px 4px;display:grid}.history-entry{grid-template-columns:100px minmax(0,1fr);align-items:start;gap:18px;min-width:0;display:grid}.history-entry:hover strong{color:var(--red)}.history-entry.unavailable{opacity:.72}.history-author{color:var(--red);overflow-wrap:anywhere;padding-top:4px;font-size:11px}.history-copy{gap:6px;min-width:0;display:grid}.history-copy strong{overflow-wrap:anywhere;font-size:18px;font-weight:400}.history-copy small{color:var(--muted);line-height:1.55}.history-preview{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.history-remove{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:8px;font-size:12px}.history-remove:hover{color:var(--red)}.notification-list{display:grid}.notification-list button{border:0;border-top:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px 4px;display:grid}.notification-list button:hover{background:color-mix(in srgb,var(--red) 3%,transparent)}.notification-list button i{background:0 0;border-radius:50%;width:7px;height:7px}.notification-list button.unread i{background:var(--red)}.notification-copy{gap:5px;min-width:0;display:grid}.notification-copy strong{font-weight:400;line-height:1.55}.notification-copy small{color:var(--muted);-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.notification-list time{color:var(--muted);white-space:nowrap;font-size:11px}.settings-form label{gap:8px;margin-bottom:18px;display:grid}.settings-form label>span{color:var(--muted);font-size:12px}.settings-form input,.settings-form textarea{border:1px solid var(--line);background:#fffaf1;width:100%;padding:12px}.settings-form textarea{resize:vertical;min-height:100px}.consent-settings>p{max-width:720px;color:var(--muted);line-height:1.8}.consent-state strong{color:var(--ink)}.consent-settings .danger-button{margin-left:0}.account-message{background:var(--ink);color:#fff;width:max-content;max-width:100%;margin:20px auto;padding:13px 18px;position:sticky;bottom:18px}.settings-form input:disabled{color:var(--muted);background:#eee8dc}.privacy-people select,.privacy-visibility select,.settings-form select{border:1px solid var(--line);background:#fffaf1;padding:12px}.profile-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.email-setting{border:1px solid var(--line);align-items:center;gap:14px;margin-bottom:18px;padding:14px 16px;display:flex}.email-setting>div{flex:1;align-items:baseline;gap:10px;min-width:0;display:flex}.email-setting span{color:var(--muted);font-size:12px}.email-setting strong{overflow-wrap:anywhere;font-weight:400}.email-setting small{color:var(--red)}.email-setting small.verified{color:#486b46}.email-setting button{color:var(--red);cursor:pointer;white-space:nowrap;background:0 0;border:0}.email-flow{border-left:3px solid var(--red);background:#f3ecdf;margin:-4px 0 22px;padding:18px}.email-flow p{color:var(--muted);margin:0 0 14px}.email-flow label{max-width:520px}.derived-profile{border:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-bottom:18px;display:grid}.derived-profile>div{gap:6px;padding:14px;display:grid}.derived-profile>div+div{border-left:1px solid var(--line)}.derived-profile span{color:var(--muted);font-size:11px}.derived-profile strong{font-weight:400}.derived-profile p{border-top:1px solid var(--line);color:var(--muted);grid-column:1/-1;margin:0;padding:10px 14px;font-size:11px}.privacy-visibility{grid-template-columns:minmax(220px,420px) auto;align-items:end;gap:8px;margin:20px 0;display:grid}.privacy-visibility>span{color:var(--muted);grid-column:1/-1;font-size:12px}.privacy-people{display:grid}.privacy-people article{border-top:1px solid var(--line);grid-template-columns:auto minmax(180px,1fr) auto minmax(150px,auto);align-items:center;gap:12px;padding:14px 0;display:grid}.privacy-people article>div{display:grid}.privacy-people small{color:var(--muted);margin-top:3px}.privacy-people article>label{white-space:nowrap;font-size:12px}.timeline-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:36px;display:flex}.timeline-header h1{margin:10px 0;font-size:clamp(46px,6vw,72px);font-weight:400}.timeline-header>div>p:last-child{color:var(--muted)}.timeline-filters{border-bottom:1px solid var(--line);align-items:center;gap:7px;margin-bottom:12px;padding-bottom:18px;display:flex}.timeline-filters button{border:1px solid var(--line);cursor:pointer;background:0 0;padding:9px 15px}.timeline-filters button.active{background:var(--ink);color:#fff}.timeline-filters select{margin-left:8px}.timeline-list{max-width:900px;margin:auto}.timeline-list>article{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr);gap:16px;padding:28px 0;display:grid}.timeline-list>article>div>header{color:var(--muted);align-items:baseline;gap:8px;font-size:12px;display:flex}.timeline-list>article>div>header strong{color:var(--ink);font-size:15px}.timeline-list time{margin-left:auto}.timeline-content{background:var(--card);border:1px solid var(--line);margin-top:10px;padding:20px 24px;display:block}.timeline-content:hover{border-color:#b9aa96}.timeline-content h2{margin:0 0 10px;font-size:22px;font-weight:400}.timeline-content p{color:var(--muted);margin:0 0 10px;line-height:1.8}.timeline-content small{color:var(--red)}.returned-content-list{gap:22px;margin-top:24px;display:grid}.returned-content-list>article{border-top:1px solid var(--ink);background:#fffaf1;padding:22px}.returned-content-list header{justify-content:space-between;align-items:start;gap:20px;display:flex}.returned-content-list header span{color:var(--red);font-size:11px}.returned-content-list h3{margin:7px 0;font-size:23px;font-weight:400}.returned-content-list time{color:var(--muted);white-space:nowrap;font-size:11px}.return-reason{border-left:3px solid var(--red);background:#f2e8db;margin:10px 0 16px;padding:13px 16px}.return-reason strong{font-size:12px;font-weight:500}.return-reason p{margin:5px 0 0;line-height:1.7}.returned-content-list pre{border:1px solid var(--line);background:var(--card);white-space:pre-wrap;overflow-wrap:anywhere;max-height:320px;padding:16px;font:14px/1.9 Noto Serif SC,serif;overflow:auto}.returned-content-list label{gap:8px;display:grid}.returned-content-list label>span{color:var(--muted);font-size:12px}.returned-content-list textarea{border:1px solid var(--line);background:var(--card);resize:vertical;width:100%;min-height:180px;padding:14px;line-height:1.8}.return-actions{justify-content:flex-end;align-items:center;gap:14px;margin-top:14px;display:flex}.return-actions>a{color:var(--muted);font-size:12px}.return-actions>a:hover{color:var(--red)}.public-profile-page{max-width:1180px}.public-profile-hero{border-bottom:1px solid var(--ink);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;padding-bottom:38px;display:grid}.public-profile-hero h1{margin:8px 0;font-size:clamp(46px,6vw,70px);font-weight:400}.public-profile-hero .profile-handle{margin:0}.public-signature{max-width:650px;line-height:1.8}.public-profile-hero small,.public-signature{color:var(--muted)}.public-profile-stats{border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin:0;display:grid}.public-profile-stats div{text-align:center;padding:25px 10px;display:grid}.public-profile-stats div+div{border-left:1px solid var(--line)}.public-profile-stats dt{font:28px Georgia,serif}.public-profile-stats dd{color:var(--muted);margin:5px 0 0;font-size:11px}.public-work-section{padding-top:60px}.public-work-section .section-head h2{margin:8px 0;font-size:36px;font-weight:400}.public-work-section .section-head>span{color:var(--muted);font-size:12px}.public-work-list{border-top:1px solid var(--ink)}.public-work-list>article{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;gap:24px;padding:26px 8px;display:grid}.public-work-list article>div>span{color:var(--red);font-size:11px}.public-work-list h3{margin:9px 0;font-size:24px;font-weight:400}.public-work-list h3 a:hover{color:var(--red)}.public-work-list p{color:var(--muted);margin:0;line-height:1.8}.public-work-list article>dl{align-items:center;margin:0;display:flex}.public-work-list article>dl div{text-align:center;border-left:1px solid var(--line);padding:0 18px}.public-work-list dt{font:18px Georgia,serif}.public-work-list dd{color:var(--muted);margin:4px 0 0;font-size:10px}.user-growth-badge{color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin:8px 0;font:11px Arial,sans-serif;display:flex}.user-growth-badge.compact{justify-content:flex-start;margin:0 5px;display:inline-flex}.user-growth-badge>span{border:1px solid var(--line);padding:3px 7px}.user-growth-badge .growth-level{color:var(--red)}.user-growth-badge .growth-reputation.is-negative{color:#a12b23;border-color:#d4a39e}.profile-growth-line{color:var(--red);flex-wrap:wrap;align-items:center;gap:12px;margin:10px 0;display:flex}.profile-growth-line small,.profile-growth-line span{color:var(--muted)}.public-profile-facts{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:18px;margin:22px 0 0;padding:18px 0;display:flex}.public-profile-facts div{min-width:100px}.public-profile-facts dt{color:var(--muted);font-size:10px}.public-profile-facts dd{margin:5px 0 0}.public-reply-list{border-top:1px solid var(--ink)}.public-reply-list article{border-bottom:1px solid var(--line);padding:22px 8px}.public-reply-list p{font:17px/1.85 var(--serif);margin:0}.public-reply-list footer{color:var(--muted);justify-content:space-between;gap:20px;margin-top:10px;font-size:11px;display:flex}.public-reply-list footer a{color:var(--red)}.count-warning{font-weight:700;color:var(--red)!important}.profile-activity-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.profile-activity-list article{border:1px solid var(--line);background:#ffffff40;padding:20px}.profile-activity-list span{color:var(--muted);font-size:11px}.profile-activity-list h3{font:22px/1.35 var(--serif);margin:8px 0}.profile-activity-list p{color:var(--muted);margin:0;line-height:1.75}.timeline-specified{margin:0 0 18px}.topic-card-meta .user-growth-badge{vertical-align:middle}.privacy-user-search{border:1px solid var(--line);background:#ffffff3d;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin:18px 0;padding:14px;display:grid}.privacy-user-search input{background:var(--card);min-width:0}.timeline-source-manager{border-top:1px solid var(--ink);margin-top:38px;padding-top:28px}.timeline-source-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.timeline-source-heading h3{font:24px/1.3 var(--serif);margin:0 0 7px;font-weight:400}.timeline-source-heading p{margin:0}.timeline-source-heading>span{color:var(--muted);flex:none;padding-top:7px;font-size:12px}.timeline-source-filters{grid-template-columns:minmax(180px,1fr) 132px auto auto;gap:8px;margin:18px 0;display:grid}.timeline-source-filters input,.timeline-source-filters select{border:1px solid var(--line);background:var(--card);min-width:0;color:var(--ink);padding:11px 12px}.timeline-source-clear{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0 8px}.timeline-source-clear:hover{color:var(--red)}.privacy-people.timeline-source-list article{grid-template-columns:auto minmax(180px,1fr) minmax(230px,auto)}.timeline-source-list article>a{display:flex}.timeline-source-list article>div>p{text-overflow:ellipsis;white-space:nowrap;max-width:520px;color:var(--muted);margin:6px 0 0;font-size:12px;overflow:hidden}.timeline-source-toggle{cursor:pointer;align-items:flex-start;gap:9px;display:flex;white-space:normal!important}.timeline-source-toggle input{flex:none;margin:3px 0 0;width:auto!important}.timeline-source-toggle small,.timeline-source-toggle span,.timeline-source-toggle strong{display:block}.timeline-source-toggle strong{font-size:12px;font-weight:500}.timeline-source-toggle small{max-width:260px;line-height:1.5}.timeline-source-pagination{margin-top:22px}.account-growth-summary{border:1px solid var(--line);grid-template-columns:repeat(3,1fr) auto;align-items:stretch;margin:20px 0 35px;display:grid}.account-growth-summary>div{border-right:1px solid var(--line);padding:20px}.account-growth-summary small,.account-growth-summary span,.growth-dashboard small,.growth-dashboard span{color:var(--muted);font-size:11px;display:block}.account-growth-summary strong{margin:7px 0;font-size:24px;display:block}.account-growth-summary>button{background:var(--ink);color:var(--paper);cursor:pointer;border:0;padding:18px}.growth-dashboard{grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0;display:grid}.growth-dashboard article{border:1px solid var(--line);padding:22px}.growth-dashboard strong{font:34px var(--serif);margin:10px 0;display:block}.growth-dashboard progress{width:100%;accent-color:var(--red)}.capability-notice{border-left:3px solid var(--red);background:#fff5ec;margin:20px 0;padding:16px 20px}.capability-notice p{color:var(--muted);word-break:break-word}.growth-ledger{border-top:1px solid var(--ink)}.growth-ledger article{border-bottom:1px solid var(--line);grid-template-columns:110px 90px minmax(0,1fr) auto;align-items:center;gap:14px;padding:13px 5px;display:grid}.growth-ledger article strong{color:#40734c;font-size:18px}.growth-ledger article strong.negative{color:var(--red)}.growth-ledger article p,.growth-ledger article small{color:var(--muted);margin:0}.field-privacy-settings>article{border-bottom:1px solid var(--line);grid-template-columns:minmax(150px,1fr) 190px auto;align-items:start;gap:14px;padding:15px 0;display:grid}.field-privacy-settings>article>div:first-child small,.field-privacy-settings>article>div:first-child strong{display:block}.field-privacy-settings>article>div:first-child small{color:var(--muted);margin-top:4px}.specified-viewers{background:#faf7f0;flex-wrap:wrap;grid-column:1/-1;gap:12px;padding:12px;display:flex}.specified-viewers label{align-items:center;gap:5px;display:flex}.specified-viewers small{color:var(--muted)}@media (width<=1050px){.site-header>nav{gap:20px}.header-actions{min-width:auto}.user-menu-trigger>span:not(.user-avatar){display:none}.forum-layout,.topic-layout{grid-template-columns:minmax(0,1fr) 260px}.topic-metrics{grid-template-columns:1fr}.topic-metrics div{padding:4px 8px}.topic-metrics dd{display:none}.writing-layout{display:block}}.agreement-settings-links button{color:var(--red);cursor:pointer;font:inherit;background:0 0;border:0;border-bottom:1px solid;padding:0}@media (width<=800px){.site-header{-webkit-backdrop-filter:none;backdrop-filter:none;height:70px;padding-inline:16px}.brand span{font-size:23px}.site-header>nav{background:var(--paper);border-top:1px solid var(--line);z-index:70;justify-content:space-around;height:58px;position:fixed;inset:auto 0 0}.site-header>nav a{padding:20px 5px;font-size:13px}.site-header>nav a.router-link-active:after{bottom:8px}.header-compose{display:none}.header-actions{gap:5px;margin-left:auto}.header-login,.header-register{padding:7px 9px}.user-menu-panel{position:fixed;top:62px;right:12px}.account-page,.forum-page,.public-profile-page,.timeline-page,.topic-page,.writing-page{width:calc(100% - 30px);padding:45px 0 90px}.account-hero,.forum-hero,.writing-header{flex-wrap:wrap;align-items:flex-start}.forum-new-topic{margin-left:auto}.forum-search{grid-template-columns:82px minmax(0,1fr) 68px}.forum-search .primary,.forum-search input,.forum-search select{min-width:0}.forum-search input{padding-left:12px}.forum-search .primary{white-space:nowrap;padding-inline:10px}.forum-layout,.topic-layout{grid-template-columns:minmax(0,1fr)}.forum-main,.forum-sidebar,.topic-layout>main{min-width:0}.forum-sidebar,.topic-sidebar{grid-row:1;position:static}.forum-sidebar .forum-note-card{display:none}.profile-card{-moz-column-gap:18px;text-align:left;grid-template-columns:auto minmax(0,1fr);column-gap:18px;display:grid}.profile-card .sidebar-hide{display:none}.profile-card h2{overflow-wrap:anywhere;margin:4px 0}.profile-card .profile-handle{overflow-wrap:anywhere;grid-column:2}.profile-card .profile-center-link,.profile-card .profile-compose,.profile-card .profile-signature,.profile-card .profile-stats,.profile-card .sidebar-auth-actions{grid-column:1/-1}.profile-stats{text-align:center}.filter-row{flex-direction:column;align-items:flex-start}.forum-topic-card{grid-template-columns:42px 1fr}.topic-metrics{grid-column:2;gap:12px;display:flex}.topic-metrics div{border:0;gap:4px;padding:0;display:flex}.topic-metrics dd{display:block}.forum-topic-card .avatar-medium{width:42px;height:42px}.forum-search input{font-size:14px}.writing-target{grid-template-columns:1fr}.draft-tools{justify-content:space-between;width:100%}.revision-panel{padding:20px}.revision-panel li{grid-template-columns:1fr}.revision-panel li button{justify-self:start}.editor-metadata-row{grid-template-columns:1fr}.writing-editor{padding:18px}.poemhaven-vditor .vditor-reset{padding:22px 18px!important}.writing-actions{grid-template-columns:1fr 1fr;display:grid}.writing-actions .primary{grid-column:1/-1}.writing-message{text-align:left}.toast-stack{top:82px;right:16px}.topic-summary{grid-template-columns:44px minmax(0,1fr);gap:10px;padding:18px 16px}.topic-summary>p{font-size:14px;line-height:1.75}.topic-edited-time{padding:0 16px 16px}.topic-body{padding:36px 16px}.topic-actions{overflow-x:auto}.topic-actions>*{white-space:nowrap}.topic-sidebar{grid-row:1}.topic-author-card{-moz-column-gap:18px;text-align:left;grid-template-columns:auto 1fr;column-gap:18px;display:grid}.topic-author-card .eyebrow,.topic-author-card .profile-handle,.topic-author-card .secondary-button,.topic-author-card h2,.topic-author-card>p:last-of-type{grid-column:2}.topic-author-card .eyebrow{align-self:end}.topic-author-card h2{margin:2px 0}.topic-author-card .secondary-button{justify-self:start}.inline-comment-editor{grid-template-columns:1fr}.reply-comments{margin-left:12px}.account-hero .avatar-large{width:65px;height:65px}.account-hero h1{font-size:38px}.account-hero .primary{text-align:center;width:100%}.account-tabs{overflow-x:auto}.account-tabs button{white-space:nowrap;padding-inline:14px}.account-stat-grid{grid-template-columns:repeat(3,1fr)}.account-stat-grid div+div{border-left:1px solid var(--line)}.account-stat-grid div:nth-child(4){border-left:0;border-top:1px solid var(--line)}.account-stat-grid div:nth-child(4),.account-stat-grid div:nth-child(5){border-top:1px solid var(--line)}.account-list>a{grid-template-columns:75px 1fr}.account-list small{grid-column:2}.account-work-list>article{grid-template-columns:1fr}.account-work-list>article>a,.account-work-list>article>div:first-child{grid-template-columns:75px minmax(0,1fr)}.account-work-list>article small{grid-column:2}.account-work-list>article>div:last-child{justify-content:flex-end}.account-section{padding:22px}.history-list>article{grid-template-columns:1fr;gap:8px}.history-entry{grid-template-columns:75px minmax(0,1fr)}.history-remove{justify-self:end}.profile-grid{grid-template-columns:1fr}.email-setting{flex-wrap:wrap;align-items:flex-start}.email-setting>div{flex-wrap:wrap}.derived-profile{grid-template-columns:1fr}.derived-profile>div+div{border-left:0;border-top:1px solid var(--line)}.privacy-visibility{grid-template-columns:1fr}.privacy-people article{grid-template-columns:auto minmax(0,1fr)}.privacy-people article>label,.privacy-people article>select{grid-column:2}.timeline-source-heading{display:block}.timeline-source-heading>span{padding-top:8px;display:block}.timeline-source-filters{grid-template-columns:minmax(0,1fr) auto}.timeline-source-filters input{grid-column:1/-1}.timeline-source-filters select{width:100%}.timeline-source-filters .secondary-button{min-width:72px}.timeline-source-clear{grid-column:1/-1;justify-self:start;padding:4px 0}.privacy-people.timeline-source-list article{grid-template-columns:42px minmax(0,1fr)}.timeline-source-list article>div>p{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.timeline-source-toggle{margin-left:51px;grid-column:1/-1!important}.timeline-header{flex-direction:column;align-items:flex-start}.timeline-filters{flex-wrap:wrap;align-items:stretch}.timeline-filters select{width:100%;margin:5px 0 0}.timeline-list>article{grid-template-columns:1fr}.timeline-list>article>div>header{flex-wrap:wrap}.timeline-list time{width:100%;margin-left:0}.verification-row{grid-template-columns:1fr}.verification-row button{width:100%}.public-profile-hero{grid-template-columns:65px minmax(0,1fr);align-items:start;gap:18px}.public-profile-hero .avatar-large{width:65px;height:65px}.public-profile-main{width:100%;min-width:0}.public-profile-main h1{overflow-wrap:anywhere;font-size:clamp(38px,11vw,48px);line-height:1.18}.public-profile-main .profile-growth-line{align-items:flex-start;gap:7px 10px}.public-profile-hero>.profile-hero-actions,.public-profile-hero>.secondary-button{grid-column:1/-1;justify-self:stretch}.public-profile-hero>.profile-hero-actions{width:100%}.profile-hero-actions .secondary-button{flex:96px;min-width:0;padding-inline:12px}.public-profile-stats{grid-template-columns:repeat(2,1fr)}.public-profile-stats div:nth-child(3){border-left:0}.public-profile-stats div:nth-child(n+3){border-top:1px solid var(--line)}.public-work-list>article{grid-template-columns:1fr}.public-work-list article>dl{justify-content:flex-start}.public-work-list article>dl div:first-child{border-left:0;padding-left:0}.account-growth-summary,.growth-dashboard{grid-template-columns:1fr}.account-growth-summary>div{border-right:0;border-bottom:1px solid var(--line)}.growth-ledger article{grid-template-columns:80px 70px 1fr}.growth-ledger article small{grid-column:1/-1}.field-privacy-settings>article{grid-template-columns:1fr}.specified-viewers{grid-column:auto}.privacy-user-search,.profile-activity-list{grid-template-columns:1fr}.public-reply-list footer{flex-direction:column;gap:6px}.site-footer{padding-bottom:90px}}.moderation-badge{white-space:nowrap;align-items:center;padding:3px 8px;line-height:1.25;color:#8b611b!important;background:#fff8e8!important;border:1px solid #d4a85c!important;font-size:11px!important;display:inline-flex!important}.moderation-badge.approved{animation:1.5s both moderation-pass;color:#2d7136!important;background:#edf8ed!important;border-color:#75a679!important}.moderation-badge.rejected{animation:2s both moderation-reject;color:#9d2f26!important;background:#fff0ee!important;border-color:#c36d64!important}@keyframes moderation-pass{0%{opacity:.3;transform:scale(.96)}20%,80%{opacity:1;transform:scale(1)}to{opacity:0}}@keyframes moderation-reject{0%{opacity:.35}15%,80%{opacity:1}to{opacity:0}}.captcha-overlay{z-index:1200;background:#141b1899;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.captcha-dialog{background:#fffdf7;border:1px solid #d5c7b5;width:min(440px,100vw - 32px);padding:28px;box-shadow:0 24px 80px #0003}.captcha-dialog header{justify-content:space-between;align-items:flex-start;display:flex}.captcha-dialog h2{margin:6px 0 12px;font-size:32px;font-weight:400}.captcha-dialog header>button{cursor:pointer;background:0 0;border:0;font-size:26px}.captcha-dialog>p{color:var(--muted);line-height:1.7}.captcha-dialog>img{border:1px solid var(--line);width:160px;height:52px;margin:22px auto 14px;display:block}.captcha-dialog label{gap:7px;margin:12px 0;display:grid}.captcha-dialog input{text-transform:uppercase;letter-spacing:.24em;text-align:center;font-size:18px}.captcha-dialog>.primary{width:100%}.captcha-error{color:var(--red)!important}.captcha-loading,.turnstile-root{place-items:center;min-height:70px;margin:18px 0;display:grid}.public-runtime-banner{z-index:20;color:#6d5015;background:#fff0c8;border-bottom:1px solid #d8b152;justify-content:center;gap:14px;padding:10px 20px;font-size:13px;display:flex;position:relative}.maintenance-page{background:#f3eee4;place-items:center;min-height:100vh;padding:6vw;display:grid}.maintenance-page>div{text-align:center;background:#fffaf1;border:1px solid #cfbfaa;width:min(700px,100%);padding:clamp(42px,8vw,90px)}.maintenance-page h1{margin:24px 0;font-size:clamp(48px,8vw,78px);font-weight:400}.maintenance-page p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.9}.registration-closed{border-left:3px solid var(--red);color:#8f2d25;background:#fff0ed;gap:5px;margin:8px 0 20px;padding:14px 16px;display:grid}.oauth.disabled{pointer-events:none;opacity:.45}@media (width<=700px){.public-runtime-banner{flex-direction:column;align-items:flex-start;gap:3px}}.brand{align-items:center;gap:10px}.rendered-content ul{padding-left:1.5em;list-style:outside}.rendered-content ol{padding-left:1.5em;list-style:decimal}.rendered-content li{margin:.35em 0}.rendered-content li>p{margin:.3em 0}.rendered-content strong{font-weight:700}.rendered-content em{font-style:italic}.rendered-content s{text-decoration:line-through}.rendered-content table{border-collapse:collapse;width:max-content;max-width:100%;margin:1.4em 0;display:block;overflow-x:auto}.rendered-content td,.rendered-content th{border:1px solid var(--line);text-align:left;padding:8px 12px}.rendered-content th{background:#eee6d7;font-weight:600}.rendered-content input[type=checkbox]{width:auto;margin-right:7px}.rendered-content[data-content-format=RICH_TEXT] p{white-space:pre-wrap}.rendered-content[data-content-format=RICH_TEXT] u{text-decoration:underline}.user-discovery{border:1px solid var(--line);background:color-mix(in srgb,var(--paper) 52%,var(--card));margin:16px 0 26px;padding:20px}.user-discovery>header{justify-content:space-between;align-items:end;gap:24px;margin-bottom:15px;display:flex}.user-discovery>header h3{font:25px var(--serif);margin:5px 0 0;font-weight:400}.user-discovery-message,.user-discovery>header>p{color:var(--muted);font-size:12px}.user-discovery-search{grid-template-columns:110px minmax(0,1fr) auto;display:grid}.user-discovery-search input,.user-discovery-search select{border:1px solid var(--line);background:#fffaf1;min-width:0;padding:11px}.user-discovery-search input{border-left:0}.user-discovery-search button{white-space:nowrap;border-left:0}.user-discovery-results{margin-top:14px;display:grid}.user-discovery-results article{border-top:1px solid var(--line);align-items:center;gap:12px;padding:12px 2px;display:flex}.user-discovery-results article>a{align-items:center;gap:11px;min-width:0;margin-right:auto;display:flex}.user-discovery-results article>a>span{min-width:0;display:grid}.user-discovery-results strong{font-weight:500}.user-discovery-results em,.user-discovery-results small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-style:normal;overflow:hidden}.user-discovery-results article>div{gap:6px;display:flex}.user-discovery-results button{white-space:nowrap;padding:8px 11px}.user-discovery.compact{border:0;border-bottom:1px solid var(--line);margin:0;padding:12px}.user-discovery.compact .user-discovery-search{grid-template-columns:86px minmax(0,1fr) auto}.user-discovery.compact .user-discovery-results article{flex-wrap:wrap;align-items:flex-start}.user-discovery.compact .user-discovery-results article>div{margin-left:45px}@media (width<=600px){.user-discovery{padding:14px}.user-discovery>header{display:block}.user-discovery-search{grid-template-columns:88px minmax(0,1fr)}.user-discovery-search button{border:1px solid var(--line);border-top:0;grid-column:1/-1}.user-discovery-results article{flex-wrap:wrap;align-items:flex-start}.user-discovery-results article>a{width:100%}.user-discovery-results article>div{margin-left:auto}.user-discovery.compact .user-discovery-search{grid-template-columns:82px minmax(0,1fr)}}.discovery-privacy-settings{border-top:1px solid var(--line);margin:28px 0;padding-top:22px}.discovery-privacy-settings h3{font:24px var(--serif);margin:0 0 7px;font-weight:400}.follow-audience-setting{gap:8px;max-width:420px;margin:12px 0 18px;display:grid}.follow-audience-setting>span{color:var(--muted);font-size:12px}.follow-audience-setting select{border:1px solid var(--line);background:#fffaf1;width:100%;padding:11px}.dm-contacts{height:calc(100% - 49px);overflow:auto}.dm-contacts>.dm-list{height:auto;overflow:visible}@media (width<=600px){.follow-audience-setting{grid-template-columns:1fr}.dm-contacts{height:100%;padding-bottom:50px}}.brand img{flex:none;width:38px;height:38px}.brand .brand-mark-dark,html[data-theme=dark] .brand .brand-mark-light{display:none}html[data-theme=dark] .brand .brand-mark-dark{display:block}.topic-author-rail{flex-direction:column;align-items:center;gap:8px;min-width:66px;display:flex}.forum-topic-card{grid-template-columns:66px minmax(0,1fr) auto}.topic-author-rail>.user-growth-badge{justify-items:center;gap:4px;margin:0;display:grid}.topic-author-rail>.user-growth-badge>span{white-space:nowrap;padding:3px 5px}@media (width<=800px){.forum-sidebar,.topic-sidebar{display:none!important}.topic-author-rail{min-width:42px}.forum-topic-card{grid-template-columns:44px minmax(0,1fr)}.topic-author-rail>.user-growth-badge{font-size:10px}.topic-author-rail>.user-growth-badge>span{padding:2px 3px}}.poemhaven-toolbar-controls-host{align-items:center;margin-left:auto;display:inline-flex}.writing-toolbar-controls{border-left:1px solid var(--line);align-items:center;gap:8px;margin-left:7px;padding-left:9px;font-family:Arial,Noto Serif SC,sans-serif;display:inline-flex}.editor-mode-toolbar{border:1px solid var(--line);background:var(--card);display:inline-flex}.editor-mode-toolbar button{white-space:nowrap;border:0!important;border-right:1px solid var(--line)!important;color:var(--muted)!important;background:0 0!important;padding:5px 8px!important;font-size:11px!important;line-height:1.2!important}.editor-mode-toolbar button:last-child{border-right:0!important}.editor-mode-toolbar button.active{background:var(--ink)!important;color:var(--paper)!important}.toolbar-cloud-toggle{white-space:nowrap;align-items:center;gap:6px;color:var(--ink)!important;background:0 0!important;border:0!important;padding:5px 3px!important;font-size:11px!important;display:inline-flex!important}.editor-mode-toolbar button:disabled,.toolbar-cloud-toggle:disabled{cursor:not-allowed;opacity:.5}.toolbar-switch-track{border:1px solid var(--muted);background:0 0;border-radius:8px;width:26px;height:14px;transition:all .18s;position:relative}.toolbar-switch-track i{background:var(--muted);border-radius:50%;width:8px;height:8px;transition:all .18s;position:absolute;top:2px;left:2px}.toolbar-cloud-toggle[aria-checked=true] .toolbar-switch-track{border-color:var(--red);background:color-mix(in srgb,var(--red) 14%,transparent)}.toolbar-cloud-toggle[aria-checked=true] .toolbar-switch-track i{background:var(--red);left:14px}.writing-toolbar-controls .autosave-status{text-overflow:ellipsis;max-width:150px;color:var(--muted);white-space:nowrap;font-size:10px;overflow:hidden}.writing-toolbar-controls .autosave-status.error{color:var(--red)}.writing-toolbar-controls .autosave-status.saved{color:#466a43}.writing-toolbar-controls .autosave-status.limited{color:#9a641c}.rich-editor{border:1px solid var(--line);background:#fffdf7}.rich-toolbar{z-index:5;border-bottom:1px solid var(--line);background:#f7f1e6;flex-wrap:wrap;align-items:center;gap:2px;padding:8px;display:flex;position:sticky;top:83px}.rich-toolbar button{cursor:pointer;background:0 0;border:0;padding:7px 9px}.rich-toolbar button.active,.rich-toolbar button:hover{color:var(--red);background:#e9dfcf}.rich-toolbar .rich-fullscreen{align-items:center;gap:5px;display:inline-flex}.rich-toolbar-spacer{flex:1}.rich-toolbar .rich-save{border-left:1px solid var(--line)}.rich-toolbar .rich-publish{background:var(--red);color:#fff}.rich-prose{min-height:520px;font:18px/2 var(--serif);outline:0;padding:32px 38px}.rendered-content img,.rich-prose img{max-width:100%;height:auto;margin:22px auto;display:block}.rich-prose blockquote{border-left:3px solid var(--red);color:var(--muted);margin-left:0;padding-left:18px}.rich-prose pre{color:#f5efe5;background:#282b27;padding:16px;overflow:auto}.rich-editor.disabled{opacity:.7}.rich-editor.is-fullscreen{z-index:1200;background:var(--input,#fffdf7);border:0;flex-direction:column;width:100vw;height:100dvh;display:flex;position:fixed;inset:0}.rich-editor.is-fullscreen .rich-toolbar{flex:none;position:sticky;top:0}.rich-editor.is-fullscreen>.rich-toolbar+div{flex:auto;min-height:0;overflow:auto}.rich-editor.is-fullscreen .rich-prose{box-sizing:border-box;max-width:1100px;min-height:100%;margin:0 auto}.rich-editor-fullscreen-open body{overflow:hidden}.image-source-picker{gap:12px;min-width:0;display:grid}.image-source-tabs{display:flex}.image-source-tabs button{border:1px solid var(--line);background:0 0;padding:8px 13px}.image-source-tabs button.active{background:var(--ink);color:#fff}.image-source-picker>input{width:100%;min-width:0;max-width:100%}.image-source-picker>p{color:var(--muted);margin:0;font-size:11px;line-height:1.6}.cropper-stage{background:#20231f;width:100%;min-width:0;height:clamp(300px,38vw,420px);position:relative;overflow:hidden}.is-cover-picker .cropper-stage{height:clamp(380px,50vw,560px)}.cropper-stage>img{max-width:100%;display:block}.cropper-stage cropper-canvas{width:100%;height:100%;display:block}.cropper-loading{z-index:2;color:#fff;pointer-events:none;background:#141714b8;padding:8px 12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cropper-aspect-tools{grid-template-columns:auto repeat(2,minmax(110px,160px));align-items:center;gap:8px;display:grid}.cropper-aspect-tools>span{color:var(--muted);font-size:12px}.cropper-aspect-tools button,.cropper-tools button{border:1px solid var(--line);background:0 0;min-width:0;min-height:40px;padding:7px 10px}.cropper-aspect-tools button.active{border-color:var(--red);background:color-mix(in srgb,var(--red) 8%,transparent);color:var(--red)}.cropper-aspect-tools button:disabled,.cropper-tools button:disabled{opacity:.45}.cropper-tools{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.cropper-hint{font-size:12px!important}.avatar-setting{border:1px solid var(--line);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:20px;margin-bottom:18px;padding:18px;display:grid}.avatar-setting>div{min-width:0}@media (width<=800px){.rich-toolbar{top:69px}.rich-prose{min-height:420px;padding:22px 18px}.avatar-setting{grid-template-columns:1fr;gap:14px;padding:14px}.image-source-tabs{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.image-source-tabs button{min-width:0;padding:10px 5px;font-size:12px}.cropper-stage,.is-cover-picker .cropper-stage{height:min(92vw,430px);min-height:260px;max-height:54dvh}.cropper-aspect-tools{grid-template-columns:repeat(2,minmax(0,1fr))}.cropper-aspect-tools>span{grid-column:1/-1}.cropper-aspect-tools button,.cropper-tools button{min-height:44px;padding:8px 4px;font-size:12px}.image-source-picker>.primary{width:100%;min-height:44px}}@media (width<=380px){.cropper-tools{grid-template-columns:repeat(3,minmax(0,1fr))}}:root{--input:#fffaf1;--soft:#eee6d7}html[data-theme=dark]{--ink:#eee8dc;--muted:#aaa79f;--paper:#171916;--card:#20231f;--red:#d16d61;--line:#3b3e38;--input:#262a24;--soft:#292d27;background:var(--paper)}html[data-theme=dark] body{background:radial-gradient(circle at 15% 0,#27231d 0,transparent 34%),var(--paper)}html[data-theme=dark] .site-header{background:#171916f0}html[data-theme=dark] .auth,html[data-theme=dark] .collection-editor-panel,html[data-theme=dark] .editor-panel,html[data-theme=dark] .result,html[data-theme=dark] .rich-editor,html[data-theme=dark] .writing-preview,html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{color:var(--ink);border-color:var(--line);background:var(--input)!important}html[data-theme=dark] .rich-toolbar,html[data-theme=dark] .vditor-reset,html[data-theme=dark] .vditor-toolbar{color:var(--ink)!important;background:#242720!important}html[data-theme=dark] .vditor,html[data-theme=dark] .vditor-content,html[data-theme=dark] .vditor-ir,html[data-theme=dark] .vditor-wysiwyg{background:var(--input)!important;color:var(--ink)!important;border-color:var(--line)!important}html[data-theme=dark] .markdown-content :not(pre)>code,html[data-theme=dark] .markdown-content pre{background:var(--soft)}html[data-theme=dark] .forum-topic-card:hover{background:#eee8dc0b}html[data-theme=dark] .forum-topic-card.is-pending{background:#9a805d12}html[data-theme=dark] .forum-topic-card.is-pending:hover{background:#9a805d1c}html[data-theme=dark] .topic-card-content-link>p{color:var(--muted)}html[data-theme=dark] .topic-summary{background:color-mix(in srgb,var(--red) 5%,var(--card));border-color:var(--line)}html[data-theme=dark] .topic-body{color:#e8e2d8;background:#1d201c;border:1px solid #30342e;border-top:0}html[data-theme=dark] .topic-edited-time{color:#aaa69d;background:#1d201c;border-inline:1px solid #30342e}html[data-theme=dark] .topic-body blockquote{color:#c0bcb3}html[data-theme=dark] .rendered-content th{background:var(--soft)}html[data-theme=dark] .collection-grid>article{background:var(--card)}html[data-theme=dark] .collection-cover{background-color:var(--soft)}html[data-theme=dark] .writing-toolbar-controls .autosave-status.saved{color:#91b68b}html[data-theme=dark] .writing-toolbar-controls .autosave-status.limited{color:#d1a45c}.dm-shell{border:1px solid var(--line);background:var(--card);grid-template-columns:330px minmax(0,1fr);height:min(720px,72vh);min-height:560px;display:grid;position:relative;overflow:hidden}.dm-sidebar{border-right:1px solid var(--line);min-width:0}.dm-sidebar>nav{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.dm-sidebar>nav button{border:0;border-right:1px solid var(--line);cursor:pointer;background:0 0;padding:14px 8px}.dm-sidebar>nav button:last-child{border:0}.dm-sidebar>nav button.active{color:var(--red);box-shadow:inset 0 -2px var(--red)}.dm-list{height:calc(100% - 49px);overflow:auto}.dm-list>button{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:15px;display:grid;position:relative}.dm-list>button.active{background:#9b302612}.dm-list span small,.dm-list span strong{display:block}.dm-list span small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;overflow:hidden}.dm-list time{color:var(--muted);align-self:start;font-size:10px}.dm-list b{background:var(--red);color:#fff;text-align:center;border-radius:10px;min-width:19px;height:19px;font:11px/19px Arial;position:absolute;bottom:13px;right:13px}.dm-empty,.dm-groups{color:var(--muted);padding:30px;line-height:1.7}.dm-chat{background:color-mix(in srgb,var(--paper) 72%,var(--card));grid-template-rows:auto minmax(0,1fr) auto;min-width:0;display:grid}.dm-chat>header{border-bottom:1px solid var(--line);background:var(--card);align-items:center;gap:12px;padding:12px 18px;display:flex}.dm-chat>header>a{align-items:center;gap:10px;min-width:0;margin-right:auto;display:flex}.dm-chat>header span small,.dm-chat>header span strong{display:block}.dm-chat>header span small{color:var(--muted);font-size:11px}.dm-back{background:0 0;border:0;font-size:22px;display:none}.dm-thread{scroll-behavior:smooth;padding:24px;overflow:auto}.dm-thread>article{justify-items:start;margin:0 0 16px;display:grid}.dm-thread>article.mine{justify-items:end}.dm-bubble{border:1px solid var(--line);background:var(--card);border-radius:4px 14px 14px;max-width:min(72%,640px);padding:11px 14px 7px}.dm-thread>article.mine .dm-bubble{background:color-mix(in srgb,var(--red) 10%,var(--card));border-radius:14px 4px 14px 14px}.dm-bubble>p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.65}.dm-bubble footer{color:var(--muted);justify-content:flex-end;align-items:center;gap:6px;margin-top:5px;font-size:10px;display:flex}.dm-bubble footer i{font-style:normal}.dm-withdrawn{color:var(--muted);font-style:italic}.dm-failed-icon{background:var(--red);border-radius:50%;place-items:center;width:17px;height:17px;display:grid;color:#fff!important;font:700 12px Arial!important}.dm-failure-reason{max-width:72%;color:var(--red);margin:5px 4px;font-size:11px;line-height:1.55}.dm-message-actions{opacity:0;gap:8px;transition:opacity .15s;display:flex}.dm-thread>article:hover .dm-message-actions{opacity:1}.dm-message-actions button{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:11px}.dm-opening-note{text-align:center;color:var(--muted);max-width:430px;margin:20vh auto;font-size:12px;line-height:1.8}.dm-composer{border-top:1px solid var(--line);background:var(--card);padding:12px 16px;position:relative}.dm-composer textarea{resize:vertical;border:0;outline:0;width:100%;min-height:72px;max-height:180px;padding:6px;display:block;background:0 0!important}.dm-composer>div:last-child{align-items:center;gap:10px;display:flex}.dm-composer small{color:var(--muted);margin-right:auto}.dm-emoji-trigger{cursor:pointer;background:0 0;border:0;font-size:22px}.dm-emoji-panel{border:1px solid var(--line);background:var(--card);grid-template-columns:repeat(8,34px);gap:2px;padding:9px;display:grid;position:absolute;bottom:58px;left:12px;box-shadow:0 12px 36px #00000029}.dm-emoji-panel button{cursor:pointer;background:0 0;border:0;padding:4px;font-size:20px}.dm-editing{border-left:2px solid var(--red);color:var(--muted);justify-content:space-between;padding:5px 9px;font-size:11px;display:flex}.dm-editing button{color:var(--red);background:0 0;border:0}.dm-placeholder{text-align:center;place-content:center;padding:30px;display:grid}.dm-placeholder h3{font:32px var(--serif);margin:14px;font-weight:400}.dm-placeholder>p:last-child{max-width:480px;color:var(--muted);line-height:1.8}.direct-inbox-tabs{align-items:center;gap:8px;margin-bottom:18px;display:flex}.direct-inbox-tabs button{border:1px solid var(--line);background:0 0;padding:9px 16px}.direct-inbox-tabs button.active{background:var(--ink);color:var(--paper)}.direct-inbox-tabs .read-all{margin-left:auto}.settings-index-layout{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:28px;display:grid}.settings-index{border-left:1px solid var(--line);display:grid;position:sticky;top:108px}.settings-index a{color:var(--muted);padding:11px 15px}.settings-index a.active{color:var(--red);border-left:2px solid var(--red);background:#9b30260a;margin-left:-1px}.account-stat-grid>button{border:1px solid var(--line);background:var(--card);cursor:pointer;text-align:left;padding:20px}.account-stat-grid>button:hover{border-color:var(--red)}.related-user-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.related-user-list>a{border:1px solid var(--line);align-items:center;gap:13px;padding:15px;display:flex}.related-user-list span{display:grid}.related-user-list small{color:var(--muted);margin-top:3px}.title-badge{white-space:nowrap;border:1px solid;border-radius:2px;align-items:center;padding:2px 6px;font:10px Arial,sans-serif;display:inline-flex}@media (width<=800px){.dm-shell{height:70vh;min-height:520px;display:block}.dm-sidebar{border:0;height:100%;padding-bottom:54px;display:block}.dm-chat{height:100%}.dm-chat,.dm-shell.mobile-chat-open .dm-sidebar{display:none}.dm-shell.mobile-chat-open .dm-chat{display:grid}.dm-sidebar>nav{z-index:3;background:var(--card);position:absolute;bottom:0;left:0;right:0}.dm-back{display:block}.dm-thread{padding:16px 11px}.dm-bubble{max-width:86%}.dm-message-actions{opacity:1}.dm-placeholder{display:none}.settings-index-layout{display:block}.settings-index{z-index:8;border:1px solid var(--line);background:var(--paper);margin-bottom:16px;display:flex;position:sticky;top:69px;overflow:auto}.settings-index a{white-space:nowrap}.settings-index a.active{border-left:0;border-bottom:2px solid var(--red)}.related-user-list{grid-template-columns:1fr}}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.collection-grid>article{border:1px solid var(--line);background:#ffffff4d;grid-template-columns:140px minmax(0,1fr);align-items:start;min-height:210px;display:grid}.collection-cover{aspect-ratio:2/3;background-color:#e8dece;background-position:50%;background-size:cover;place-items:center;width:100%;display:grid}.collection-cover span{border:1px solid var(--red);width:56px;height:56px;color:var(--red);border-radius:50%;place-items:center;font-size:26px;display:grid}.collection-grid article>div{padding:19px}.collection-grid small{color:var(--red)}.collection-grid h3{font:24px var(--serif);margin:7px 0}.collection-grid p{color:var(--muted);line-height:1.6}.collection-grid article>div>div{gap:12px;display:flex}.collection-grid button{border:0;border-bottom:1px solid var(--line);cursor:pointer;background:0 0;padding:3px 0}.collection-editor-panel{border:1px solid var(--ink);background:#fffaf1;gap:15px;margin-top:24px;padding:24px;display:grid}.collection-editor-panel>header{justify-content:space-between;align-items:start;display:flex}.collection-editor-panel>header h3{font:30px var(--serif);margin:0}.collection-editor-panel>header button{background:0 0;border:0;font-size:28px}.collection-editor-panel>label{gap:7px;display:grid}.collection-editor-panel input,.collection-editor-panel select,.collection-editor-panel textarea{width:100%}.collection-editor-panel textarea{min-height:100px}.collection-items-panel ol{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.collection-items-panel li{border-bottom:1px solid var(--line);grid-template-columns:70px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px 0;display:grid}.collection-items-panel li>span{color:var(--red);font-size:11px}.collection-items-panel li a,.collection-items-panel li button{color:var(--muted);cursor:pointer;background:0 0;border:0}.item-type-switch{flex-wrap:wrap;gap:8px;display:flex}.item-type-switch button{border:1px solid var(--line);background:0 0;padding:9px 13px}.item-type-switch button.active{background:var(--ink);color:#fff}.collection-viewers{border-left:2px solid var(--red);gap:12px;padding:4px 0 4px 16px;display:grid}.collection-viewers .specified-viewers{max-height:220px;overflow:auto}@media (width<=800px){.collection-grid{grid-template-columns:1fr}.collection-grid>article{grid-template-columns:105px minmax(0,1fr)}.collection-items-panel li{grid-template-columns:60px 1fr}.collection-items-panel li a,.collection-items-panel li button{grid-column:auto}}.collection-page{min-height:70vh;padding-bottom:100px}.collection-hero{border-bottom:1px solid var(--ink);background:#e9dfcf 50%/cover;align-items:flex-end;min-height:430px;padding:100px max(10vw,30px);display:flex}.collection-hero>div{max-width:760px}.collection-hero h1{font:clamp(48px,8vw,88px)/1.1 var(--serif);margin:18px 0;font-weight:400}.collection-hero p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.9}.collection-hero.has-cover{color:#fff}.collection-hero.has-cover p:not(.eyebrow){color:#e7e0d4}.collection-reading-list{max-width:900px;margin:70px auto;padding:0 24px}.collection-reading-list>section{border-bottom:1px solid var(--line);padding:55px 0}.collection-reading-list>section>header{grid-template-columns:55px minmax(0,1fr) auto;align-items:start;gap:18px;display:grid}.collection-reading-list>section>header>span{color:var(--red);font:28px Georgia,serif}.collection-reading-list h2{font:36px var(--serif);margin:7px 0 28px;font-weight:400}.collection-reading-list header>a,.collection-reading-list small{color:var(--muted);font-size:11px}.collection-reading-list .rendered-content{font:18px/2 var(--serif)}@media (width<=800px){.collection-hero{min-height:340px;padding:70px 24px}.collection-reading-list{margin-top:25px}.collection-reading-list>section>header{grid-template-columns:40px 1fr}.collection-reading-list header>a{grid-column:2}.collection-reading-list h2{font-size:29px}}.ai-editor-comment{border:1px solid var(--line);background:color-mix(in srgb,#66517b 5%,var(--card));border-left:3px solid #66517b;margin:38px 0 8px;padding:20px 24px}.ai-editor-comment header{align-items:center;gap:11px;display:flex}.ai-editor-comment .ai-editor-avatar{flex:none;width:38px;height:38px;display:block}.ai-editor-comment .ai-editor-avatar>*{aspect-ratio:1;border-radius:50%;min-width:38px;width:38px!important;height:38px!important}.ai-editor-comment header>div{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.ai-editor-comment header span{color:#66517b;letter-spacing:.16em;width:100%;font:10px Arial,sans-serif}.ai-editor-comment header strong{font-weight:500}.ai-editor-comment time{color:var(--muted);margin-left:auto;font-size:10px}.ai-editor-comment>p{margin:18px 0 8px;font-size:16px;line-height:1.95}.ai-editor-localization{justify-content:flex-end;min-height:25px;margin:4px 0 7px;display:flex}.ai-editor-comment>footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.ai-editor-comment>footer small{color:var(--muted);font-size:10px}.ai-editor-comment>footer button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:5px 0;font-size:11px}.ai-editor-comment>footer button:hover{color:#66517b}.ai-regeneration-dialog>p{color:var(--muted);margin:-8px 0 20px;font-size:13px;line-height:1.75}.ai-regeneration-dialog label small{color:var(--muted);justify-self:end;font-size:10px}.ai-regeneration-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.ai-regeneration-actions button{min-width:104px}.account-section[id]{scroll-margin-top:112px}@media (width<=520px){.ai-editor-comment{padding:18px}.ai-editor-comment>footer{flex-direction:column;align-items:flex-start;gap:4px}.ai-regeneration-actions button{flex:1;min-width:0}.ai-regeneration-dialog{padding:22px}}.ai-comment-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.translation-issue-list{gap:8px;margin:12px 8px 22px;display:grid}.translation-issue-list>article{border:1px solid color-mix(in srgb,var(--red) 18%,var(--line));background:color-mix(in srgb,var(--red) 2%,var(--card));padding:12px 14px;scroll-margin-top:110px}.translation-issue-list header{align-items:center;gap:10px;font-size:11px;display:flex}.translation-issue-list header strong{font-weight:500}.translation-issue-list header span{border:1px solid var(--line);color:var(--muted);padding:2px 6px}.translation-issue-list header .is-open{border-color:color-mix(in srgb,var(--red) 35%,var(--line));color:var(--red)}.translation-issue-list header time{color:var(--muted);margin-left:auto}.translation-issue-list p{margin:8px 0 3px;font-size:13px;line-height:1.65}.translation-issue-list>article>small{color:#8c674f;font-size:10px}.translation-issue-list footer{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.translation-issue-list footer button{border:1px solid var(--line);cursor:pointer;background:0 0;padding:5px 9px}.ai-comment-issues{margin-top:-2px}.dialog-note{color:var(--muted);margin:-8px 0 18px;font-size:12px;line-height:1.65}.dialog-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.dialog-actions button{min-width:96px}.issue-resolution-dialog{width:min(900px,100%);max-height:calc(100vh - 40px);overflow:auto}.translation-conflict{border-top:1px solid var(--line);margin-top:18px;padding-top:16px}.translation-conflict>strong{color:#8c4f31;font-weight:500}.translation-conflict>p{color:var(--muted);font-size:12px}.conflict-comparison{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.conflict-comparison section{min-width:0}.conflict-comparison span{color:var(--muted);margin-bottom:5px;font-size:10px;display:block}.conflict-comparison pre{border:1px solid var(--line);white-space:pre-wrap;overflow-wrap:anywhere;background:#fffaf1;min-height:92px;max-height:240px;margin:0;padding:10px;font:12px/1.65 ui-monospace,Consolas,monospace;overflow:auto}.conflict-acknowledgement{align-items:flex-start;grid-template-columns:auto 1fr!important;gap:8px!important;margin:14px 0 0!important;display:flex!important}.conflict-acknowledgement input{margin-top:3px}.conflict-acknowledgement span{color:var(--ink)!important;font-size:12px!important}@media (width<=620px){.ai-comment-actions{justify-content:flex-start}.translation-issue-list{margin-inline:0}.translation-issue-list header{flex-wrap:wrap;align-items:flex-start}.translation-issue-list header time{width:100%;margin-left:0}.conflict-comparison{grid-template-columns:1fr}.dialog-actions button{flex:1;min-width:0}}.confirm-overlay{z-index:240;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1c1e1b80;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-dialog{border:1px solid var(--line);background:var(--card);width:min(500px,100%);padding:30px;position:relative;box-shadow:0 28px 80px #00000038}.confirm-dialog h2{font:32px var(--serif);margin:8px 0 12px;font-weight:400}.confirm-dialog>p:not(.eyebrow){color:var(--muted);line-height:1.75}.confirm-close{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:25px;position:absolute;top:14px;right:18px}.recycle-choice{border:1px solid var(--line);background:color-mix(in srgb,var(--paper) 62%,var(--card));align-items:flex-start;gap:11px;margin:22px 0;padding:15px;display:flex}.recycle-choice input{margin-top:4px}.recycle-choice small,.recycle-choice span,.recycle-choice strong{display:block}.recycle-choice strong{font-weight:500}.recycle-choice small{color:var(--muted);margin-top:4px;line-height:1.6}.confirm-dialog footer{justify-content:flex-end;gap:10px;display:flex}.announcement-overlay{z-index:230;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1c1e1b75;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.announcement-popup{border:1px solid var(--line);border-top:3px solid var(--red);background:var(--card);width:min(680px,100%);max-height:calc(100vh - 40px);padding:34px;position:relative;overflow:auto;box-shadow:0 28px 90px #0000003d}.announcement-popup h2{font:36px var(--serif);margin:9px 0 22px;font-weight:400}.announcement-popup .rendered-content{line-height:1.9}.announcement-popup footer{justify-content:flex-end;gap:10px;margin-top:28px;display:flex}.announcement-important{border:1px solid var(--red);color:var(--red);padding:3px 8px;font-size:11px;position:absolute;top:31px;right:32px}.app-breadcrumb{width:min(1420px,100% - 64px);color:var(--muted);align-items:center;gap:15px;margin:18px auto -10px;font-size:12px;display:flex}.app-breadcrumb>button{border:0;border-right:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;flex:none;padding:3px 15px 3px 0}.app-breadcrumb ol{flex:auto;margin:0;padding:0;list-style:none}.app-breadcrumb li,.app-breadcrumb ol{align-items:center;gap:8px;min-width:0;display:flex}.app-breadcrumb a:hover{color:var(--red)}.app-breadcrumb em{text-overflow:ellipsis;white-space:nowrap;max-width:360px;color:var(--ink);font-style:normal;overflow:hidden}.breadcrumb-script-switcher{flex:none;margin-inline-start:auto}.publication-options{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:18px;display:grid}.publication-options .timeline-sync-option{border-top:0;margin:0;padding:17px 18px}.publication-options .timeline-sync-option+label{border-left:1px solid var(--line)}.writing-editor .publication-options input{width:auto;min-width:0}.draft-conflict-options{grid-template-columns:1fr 1fr;gap:12px;margin-top:22px;display:grid}.draft-conflict-options button{border:1px solid var(--line);background:var(--paper);text-align:left;cursor:pointer;gap:8px;padding:18px;display:grid}.draft-conflict-options button:hover{border-color:var(--red)}.draft-conflict-options strong{font-weight:500}.draft-conflict-options small{color:var(--muted)}@media (width<=700px){.app-breadcrumb{gap:8px;width:calc(100% - 28px);margin-top:12px}.app-breadcrumb>button{padding-right:8px}.app-breadcrumb>button span{display:none}.app-breadcrumb ol{gap:5px;overflow:hidden}.app-breadcrumb li{gap:5px}.app-breadcrumb li:first-child{display:none}.app-breadcrumb em{max-width:26vw}.breadcrumb-script-switcher{margin-left:auto}}@media (width<=760px){.publication-options{grid-template-columns:1fr}.publication-options .timeline-sync-option+label{border-left:0;border-top:1px solid var(--line)}.poemhaven-toolbar-controls-host{flex:1 0 100%;margin:6px 0 0}.writing-toolbar-controls{border-left:0;border-top:1px solid var(--line);width:100%;margin:0;padding:7px 0 0}.writing-toolbar-controls .autosave-status{max-width:105px;margin-left:auto}.rich-toolbar .writing-toolbar-controls{order:20}.rich-toolbar .rich-publish,.rich-toolbar .rich-save{order:21}.draft-conflict-options{grid-template-columns:1fr}}.follow-scope-tabs{gap:8px;margin:18px 0;display:flex}.follow-scope-tabs button{border:1px solid var(--line);cursor:pointer;background:0 0;padding:9px 16px}.follow-scope-tabs button.active{background:var(--ink);color:var(--paper)}.related-user-list.follow-user-list{display:grid}.blocked-user-list article,.follow-user-list article{border:1px solid var(--line);align-items:center;gap:12px;padding:13px;display:flex}.blocked-user-list article>a,.follow-user-list article>a{align-items:center;gap:12px;min-width:0;margin-right:auto;display:flex}.blocked-user-list article>a span,.follow-user-list article>a span{display:grid}.blocked-user-list small,.follow-user-list small,.mutual-mark{color:var(--muted)}.mutual-mark{font-size:12px}.blocked-user-list{gap:10px;margin:14px 0 26px;display:grid}.setting-switch{border:1px solid var(--line);background:color-mix(in srgb,var(--paper) 64%,var(--card));align-items:flex-start;gap:11px;margin:12px 0;padding:15px;grid-template-columns:none!important;display:flex!important}.setting-switch input{margin-top:4px;width:auto!important}.setting-switch small,.setting-switch span,.setting-switch strong{display:block}.setting-switch strong{font-weight:500}.setting-switch small{color:var(--muted);margin-top:4px;line-height:1.6}.notification-list button.important em{border:1px solid var(--red);color:var(--red);margin-right:8px;padding:3px 6px;font-size:10px;font-style:normal;line-height:1;display:inline-block}.notification-load-more{border:1px solid var(--line);cursor:pointer;background:0 0;margin:18px auto 0;padding:10px 26px;display:block}.return-origin-link{color:var(--muted);margin-top:10px;font-size:12px;display:inline-block}.direct-inbox-tabs b{background:var(--red);color:#fff;border-radius:9px;place-items:center;min-width:18px;height:18px;font:10px Arial;display:inline-grid}.danger-text{color:var(--red);cursor:pointer;background:0 0;border:0}.account-content,.account-page,.account-section,.settings-index-layout,.settings-index-layout>div{min-width:0;max-width:100%}.account-section input,.account-section select,.account-section textarea{box-sizing:border-box;max-width:100%}.profile-identity-grid,.settings-option-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.profile-identity-grid>label,.settings-option-grid>label{min-width:0;margin:0}.profile-identity-grid{grid-template-columns:minmax(0,720px);gap:0;max-width:720px}.profile-identity-grid>label{margin-bottom:18px}.profile-grid{max-width:960px}.profile-homepage-field{max-width:720px}.preference-groups{gap:18px;margin:22px 0;display:grid}.preference-group{border:1px solid var(--line);background:color-mix(in srgb,var(--paper) 72%,var(--card))}.preference-group>header{border-bottom:1px solid var(--line);padding:17px 18px 13px}.preference-group>header h3{font:21px var(--serif);margin:0;font-weight:400}.preference-group>header p{color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.55}.preference-list{display:grid}.preference-list>label{box-sizing:border-box;border:0;border-bottom:1px solid var(--line);background:0 0;min-width:0;min-height:68px;margin:0}.preference-list>label:last-child{border-bottom:0}.preference-select-row{grid-template-columns:minmax(210px,1fr) minmax(260px,420px);align-items:center;gap:22px;padding:13px 18px;display:grid!important}.preference-select-row>span{gap:4px;display:grid;color:var(--ink)!important;font-size:14px!important}.preference-select-row>span small{color:var(--muted);font-size:11px;line-height:1.45}.preference-select-row select{width:100%}.preference-switch-row{align-items:center!important;min-height:68px!important;padding:13px 18px!important}.preference-switch-row input{margin-top:0!important}.settings-option-grid>.setting-switch{height:100%;margin:0}.settings-option-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:18px 0}.settings-option-single{max-width:720px}.save-all-settings{z-index:120;border:1px solid color-mix(in srgb,var(--red) 78%,#000);background:var(--red);color:#fff;text-align:left;cursor:pointer;gap:3px;min-width:210px;max-width:min(360px,100vw - 48px);padding:12px 18px;display:grid;position:fixed;bottom:24px;right:max(24px,50vw - 750px);box-shadow:0 12px 38px #411f1942}.save-all-settings strong{font-size:14px;font-weight:500}.save-all-settings small{color:#ffffffd1;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.4;display:-webkit-box;overflow:hidden}.save-all-settings:disabled{cursor:wait;opacity:.72}.settings-save-enter-active,.settings-save-leave-active{transition:opacity .18s,transform .18s}.settings-save-enter-from,.settings-save-leave-to{opacity:0;transform:translateY(8px)}.account-help-settings{scroll-margin-top:110px}.account-feedback-form{gap:16px;max-width:760px;margin-top:20px;display:grid}.account-feedback-form>label{gap:8px;margin:0;display:grid}.account-feedback-form select{max-width:360px}.account-feedback-form textarea{resize:vertical;min-height:150px}.account-feedback-form label small{color:var(--muted);justify-self:end}.account-feedback-form>.primary{justify-self:start}.official-contact{color:var(--muted);margin:20px 0 0}.official-contact a{color:var(--red);text-underline-offset:3px;text-decoration:underline}@media (width>=801px) and (width<=1180px){.settings-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=801px) and (width<=1050px){.settings-index-layout{grid-template-columns:170px minmax(0,1fr);gap:18px}.settings-index a{padding-inline:11px}}@media (width<=800px){body,html{max-width:100%;overflow-x:hidden}.account-page{box-sizing:border-box;flex-direction:column;width:100%;padding-inline:15px;display:flex;overflow:hidden}.account-tabs{order:1}.account-hero{-moz-column-gap:16px;order:2;grid-template-columns:auto minmax(0,1fr);column-gap:16px;width:100%;margin-bottom:26px;display:grid}.account-content,.account-page>.empty{order:3}.account-page:not([data-account-tab=overview])>.account-hero{display:none}.account-hero>div{min-width:0}.account-hero>div>p{overflow-wrap:anywhere}.account-hero>.primary{grid-column:1/-1;margin-top:14px}.account-tabs{grid-template-columns:repeat(5,minmax(0,1fr));width:100%;overflow:visible;display:grid!important}.account-tabs button{min-width:0;font-size:12px;line-height:1.35;white-space:normal!important;padding:11px 4px!important}.account-tabs button.active:after{left:4px;right:4px}.settings-index-layout{width:100%;display:block}.settings-index{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;margin-bottom:16px;display:grid;position:static;overflow:visible}.settings-index a{text-align:center;white-space:normal;place-items:center;min-width:0;padding:10px 4px;font-size:12px;line-height:1.35;display:grid}.settings-index a.active{border-left:0;border-bottom:2px solid var(--red);margin-left:0}.account-section{box-sizing:border-box;overflow-wrap:anywhere;width:100%;padding:20px 16px!important}.account-list>a,.account-work-list>article>a,.account-work-list>article>div:first-child,.history-entry{min-width:0}.account-list small,.account-list strong,.history-copy,.history-copy>*{overflow-wrap:anywhere;min-width:0}.field-privacy-settings>article select,.field-privacy-settings>article>button,.privacy-visibility button,.privacy-visibility select{width:100%}.privacy-people article{width:100%;min-width:0}.privacy-people article>div{min-width:0}.privacy-people article>label{white-space:normal}.profile-identity-grid,.settings-option-grid{grid-template-columns:1fr;gap:12px}.profile-identity-grid{gap:0}.preference-groups{margin-block:16px}.preference-select-row{grid-template-columns:1fr;gap:8px;padding:14px}.preference-list>label{min-height:0}.preference-switch-row{min-height:0!important;padding:14px!important}.preference-group>header{padding:15px 14px 12px}.save-all-settings{right:12px;bottom:max(12px,env(safe-area-inset-bottom));min-width:0;max-width:calc(100vw - 24px);padding:11px 15px}.save-all-settings strong{font-size:13px}.direct-inbox-tabs{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.direct-inbox-tabs button{min-width:0;padding:9px 5px}.direct-inbox-tabs .read-all{grid-column:1/-1;justify-self:start;margin-left:0}.notification-list button{grid-template-columns:9px minmax(0,1fr);align-items:start;padding-block:14px}.notification-list time{grid-column:2;margin-top:1px}.follow-scope-tabs{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.follow-scope-tabs button{min-width:0;padding-inline:5px}.blocked-user-list article,.follow-user-list article{flex-wrap:wrap;align-items:flex-start}.blocked-user-list article>a,.follow-user-list article>a{width:100%}.timeline-filters{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.timeline-filters button{min-width:0;padding-inline:5px}.timeline-filters select{grid-column:1/-1}}@media (width<=380px){.account-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.settings-index{grid-template-columns:repeat(2,minmax(0,1fr))}.account-hero h1{font-size:34px}}.profile-hero-actions,.profile-title-line{flex-wrap:wrap;gap:7px;display:flex}.profile-hero-actions{align-items:center}.timeline-source-action.muted{color:var(--muted);border-style:dashed}.timeline-source-action:disabled{cursor:wait;opacity:.65}.profile-more-menu{position:relative}.profile-more-menu>summary{-webkit-user-select:none;user-select:none;gap:7px;list-style:none}.profile-more-menu>summary::-webkit-details-marker{display:none}.profile-more-menu[open]>summary{border-color:var(--red);color:var(--red)}.profile-more-panel{z-index:70;border:1px solid var(--line);background:var(--card);width:max-content;min-width:210px;padding:7px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 45px #352c1f29}.profile-more-panel button{text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:0;width:100%;padding:11px 13px;display:block}.profile-more-panel button:focus-visible,.profile-more-panel button:hover{color:var(--red);background:#f1e9da}.profile-more-panel button:disabled{opacity:.55;cursor:wait}.profile-more-panel .block-action{color:var(--red)}@media (width<=800px){.profile-hero-actions{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid}.profile-hero-actions>.secondary-button,.profile-more-menu>summary{box-sizing:border-box;width:100%;height:100%;padding:10px 8px}.profile-more-menu{min-width:0}.profile-more-panel{width:min(280px,100vw - 30px);min-width:0;top:calc(100% + 6px);right:0}.profile-more-panel button{white-space:normal;line-height:1.55}}.forum-comment,.long-reply{scroll-margin-top:120px}.notification-target{animation:2.6s ease-out notification-target-pulse}.notification-target:focus{outline:0}@keyframes notification-target-pulse{0%,28%{background:color-mix(in srgb,var(--red) 13%,var(--card));box-shadow:0 0 0 3px color-mix(in srgb,var(--red) 22%,transparent)}to{background:0 0;box-shadow:0 0 #0000}}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:34px;display:flex}.hero-actions .text-link{margin-left:12px}.forum-search.has-compose{grid-template-columns:130px minmax(0,1fr) auto auto}.forum-compose-button{background:var(--ink);color:var(--paper);white-space:nowrap;justify-content:center;align-items:center;padding:0 26px;display:inline-flex}.forum-compose-button:hover{background:var(--red);color:#fff}.topic-card-meta{align-items:center;margin-bottom:5px}.topic-card-labels{margin-top:12px}input[type=checkbox]{box-sizing:border-box;min-width:1em;max-width:1em;height:1em;min-height:1em;accent-color:var(--red);flex:0 0 1em;margin:.25em 0 0;padding:0;width:1em!important}label:has(>input[type=checkbox]){justify-content:flex-start;align-items:flex-start;gap:9px;min-width:0;flex-direction:row!important;grid-template-columns:none!important;display:flex!important}label:has(>input[type=checkbox])>span{min-width:0}.specified-viewers label:has(>input[type=checkbox]){align-items:center;gap:5px}@media (width<=800px){.hero-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.hero-actions>.primary,.hero-actions>.secondary-button{text-align:center;width:100%}.hero-actions .text-link{text-align:center;grid-column:1/-1;margin:4px 0 0}.forum-search{grid-template-columns:86px minmax(0,1fr) 54px}.forum-search.has-compose{grid-template-columns:86px minmax(0,1fr) 54px 54px}.forum-search select{padding-inline:10px 28px;font-size:13px}.forum-compose-button,.forum-search .primary{padding-inline:6px;font-size:13px}.forum-filters .filter-row{flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;display:flex}.forum-filters .kind-filter{flex-wrap:nowrap;flex:none;min-width:0}.forum-filters .kind-filter button{white-space:nowrap;padding-inline:10px}.forum-filters .filter-row>select{white-space:nowrap;appearance:none;background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%208%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23585c54%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m1%201%205%205%205-5%22%2F%3E%3C%2Fsvg%3E);background-position:right 8px center;background-repeat:no-repeat;background-size:10px 7px;flex:0 0 98px;width:98px;min-width:0;height:34px;margin-left:auto;padding:5px 25px 5px 8px;font-size:11px;line-height:1.2}.forum-page[data-mobile-density],.writing-page[data-mobile-density]{--mobile-body-size:15px;--mobile-line-height:1.68;--mobile-title-size:21px;--mobile-card-padding:16px;--mobile-editor-padding:14px}.forum-page[data-mobile-density=STANDARD],.writing-page[data-mobile-density=STANDARD]{--mobile-body-size:16px;--mobile-line-height:1.78;--mobile-title-size:23px;--mobile-card-padding:19px;--mobile-editor-padding:18px}.forum-page[data-mobile-density=LARGE],.writing-page[data-mobile-density=LARGE]{--mobile-body-size:18px;--mobile-line-height:1.88;--mobile-title-size:25px;--mobile-card-padding:22px;--mobile-editor-padding:21px}.forum-page[data-mobile-density]{padding-top:30px}.forum-page[data-mobile-density] .forum-hero{margin-bottom:26px}.forum-page[data-mobile-density] .forum-hero h1{margin:9px 0;font-size:38px}.forum-page[data-mobile-density=STANDARD] .forum-hero h1{font-size:42px}.forum-page[data-mobile-density=LARGE] .forum-hero h1{font-size:46px}.forum-page[data-mobile-density] .forum-hero>div>p:last-child{font-size:var(--mobile-body-size);line-height:var(--mobile-line-height);margin-bottom:0}.forum-page[data-mobile-density] .forum-topic-card{padding:var(--mobile-card-padding) 3px;gap:10px}.forum-page[data-mobile-density] .topic-card-content-link h2{font-size:var(--mobile-title-size);margin:6px 0}.forum-page[data-mobile-density] .topic-card-content-link>p{font-size:var(--mobile-body-size);line-height:var(--mobile-line-height);margin-bottom:8px}.forum-page[data-mobile-density] .topic-card-labels,.forum-page[data-mobile-density] .topic-card-meta{gap:8px;font-size:11px}.forum-page[data-mobile-density] .topic-card-labels{margin-top:8px}.writing-page[data-mobile-density]{width:calc(100% - 18px);padding-top:20px}.writing-page[data-mobile-density] .writing-header{margin-bottom:16px}.writing-page[data-mobile-density] .writing-header h1{margin:7px 0;font-size:38px}.writing-page[data-mobile-density=STANDARD] .writing-header h1{font-size:42px}.writing-page[data-mobile-density=LARGE] .writing-header h1{font-size:46px}.writing-page[data-mobile-density] .writing-target{gap:9px;margin-bottom:12px;padding:11px 12px}.writing-page[data-mobile-density] .writing-target p{font-size:12px;line-height:1.55}.writing-page[data-mobile-density] .writing-editor{padding:clamp(10px,var(--mobile-editor-padding),16px)}.writing-page[data-mobile-density] .writing-editor .title-input{font-size:var(--mobile-title-size);margin-bottom:11px;padding:10px}.writing-page[data-mobile-density] .writing-editor input,.writing-page[data-mobile-density] .writing-editor select,.writing-page[data-mobile-density] .writing-editor textarea{font-size:var(--mobile-body-size)}.writing-page[data-mobile-density] .editor-field{gap:5px}.writing-page[data-mobile-density] .editor-metadata-row{gap:8px;margin-bottom:11px}.writing-page[data-mobile-density] .summary-input{min-height:58px;margin-bottom:12px;padding:9px}.writing-page[data-mobile-density] .editor-footer{gap:8px;font-size:10px;line-height:1.5}.writing-page[data-mobile-density] .poemhaven-vditor.vditor{height:clamp(380px,68dvh,520px)!important;min-height:380px!important}.writing-page[data-mobile-density] .poemhaven-vditor .vditor-reset{font:var(--mobile-body-size)/var(--mobile-line-height) "Noto Serif SC",Songti SC,STSong,serif;padding:var(--mobile-editor-padding)!important}.writing-page[data-mobile-density] .poemhaven-vditor .vditor-toolbar{padding:4px 5px}.writing-page[data-mobile-density] .rich-prose{min-height:clamp(380px,66dvh,500px);padding:var(--mobile-editor-padding);font:var(--mobile-body-size)/var(--mobile-line-height) var(--serif)}.writing-page[data-mobile-density] .rich-editor.is-fullscreen .rich-prose{min-height:100%}}@media (width<=360px){.forum-filters .filter-row{gap:6px}.forum-filters .kind-filter{gap:3px}.forum-filters .kind-filter button{min-width:0;padding-inline:4px}.forum-filters .filter-row>select{background-position:right 7px center;flex-basis:90px;width:90px;padding:5px 23px 5px 6px;font-size:10px}}.session-expired-overlay{z-index:1800;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1212107a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.session-expired-overlay>section{border:1px solid var(--line);border-top:3px solid var(--red);background:var(--paper);width:min(460px,100%);color:var(--ink);padding:26px;box-shadow:0 20px 70px #00000038}.session-expired-overlay h2{margin:4px 0 12px;font-weight:500}.session-expired-overlay>section>p:not(.eyebrow){color:var(--muted);line-height:1.8}.session-expired-overlay>section>div{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}@media (width<=560px){.session-expired-overlay{align-items:end;padding:12px}.session-expired-overlay>section{padding:22px 18px}.session-expired-overlay>section>div{grid-template-columns:1fr 1fr;display:grid}.session-expired-overlay button{width:100%}}.draft-tools{flex-wrap:wrap;justify-content:flex-end}.draft-box-button{gap:8px}.draft-box-button b{background:var(--ink);min-width:19px;height:19px;color:var(--paper);border-radius:999px;place-items:center;padding:0 5px;font:10px/19px Arial,sans-serif;display:inline-grid}.draft-box-dialog{width:min(920px,100%);max-height:min(88dvh,900px);overflow:auto}.draft-box-dialog>p:not(.eyebrow){margin-bottom:22px}.draft-box-list{border-top:1px solid var(--line);display:grid}.draft-box-list>article{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;padding:18px 2px;display:grid}.draft-box-list>article>div{min-width:0}.draft-box-list small,.draft-box-list span,.draft-box-list strong{display:block}.draft-box-list small,.draft-box-list span{color:var(--muted);font-size:11px}.draft-box-list strong{overflow-wrap:anywhere;margin:6px 0;font-size:18px;font-weight:400}.draft-box-list p{color:var(--muted);overflow-wrap:anywhere;margin:0 0 7px;font-size:13px;line-height:1.65}.draft-box-list footer{gap:8px;display:flex}.draft-box-list footer button{white-space:nowrap}.topic-draft-detail{width:min(900px,100%);max-height:min(88dvh,920px);overflow:auto}.topic-draft-detail dl{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));margin:22px 0;display:grid}.topic-draft-detail dl>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:130px minmax(0,1fr);display:grid}.topic-draft-detail dd,.topic-draft-detail dt{overflow-wrap:anywhere;margin:0;padding:10px 12px}.topic-draft-detail dt{background:color-mix(in srgb,var(--paper) 78%,var(--card));color:var(--muted);font-size:12px}.topic-draft-detail dd{font-size:13px}.topic-draft-detail>section{margin:24px 0}.topic-draft-detail>section h3{font-size:18px;font-weight:400}.topic-draft-detail .markdown-content,.topic-draft-detail>section>p{border:1px solid var(--line);background:color-mix(in srgb,var(--paper) 60%,var(--card));white-space:pre-wrap;overflow-wrap:anywhere;padding:16px;line-height:1.9}.draft-switch-dialog{width:min(620px,100%)}@media (width<=800px){.writing-header .draft-tools{justify-content:flex-end;width:auto;margin-left:auto}.draft-identity{text-align:center;width:100%}.draft-box-dialog,.topic-draft-detail{max-height:92dvh;padding:24px 18px}.draft-box-list>article{grid-template-columns:1fr;gap:12px}.draft-box-list footer{justify-content:flex-end}.topic-draft-detail dl{grid-template-columns:1fr}.topic-draft-detail dl>div{grid-template-columns:112px minmax(0,1fr)}.draft-switch-dialog footer{grid-template-columns:1fr 1fr;display:grid}.draft-switch-dialog footer .primary{grid-area:1/1/auto/-1}.draft-switch-dialog footer button{width:100%}}@media (width<=480px){.writing-header .draft-tools{justify-content:space-between;width:100%}.writing-header .draft-box-button{margin-left:auto;padding:9px 13px}.topic-draft-detail dl>div{grid-template-columns:1fr}.topic-draft-detail dt{padding-bottom:3px}.topic-draft-detail dd{padding-top:3px}.draft-account-list>article>div:first-child{grid-template-columns:64px minmax(0,1fr)}}.language-switcher{font-family:Arial,Noto Sans SC,sans-serif;position:relative}.language-switcher>button{border:1px solid var(--line);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:7px 10px;display:flex}.language-switcher>button>svg{fill:none;stroke:currentColor;stroke-width:1.5px;width:20px;height:20px}.language-switcher>button>b{white-space:nowrap;font-size:12px;font-weight:500}.language-switcher.compact>button{border:0;width:36px;padding:5px}.language-switcher-menu{z-index:85;border:1px solid var(--line);background:var(--card);width:170px;padding:6px;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 16px 38px #352c1f26}.language-switcher-menu>button{text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:10px;display:flex}.language-switcher-menu>button:hover,.language-switcher-menu>button[aria-checked=true]{background:color-mix(in srgb,var(--red) 8%,transparent);color:var(--red)}.user-menu-panel>.language-switcher{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:5px 0;padding:7px 4px}.user-menu-panel>.language-switcher>button{border:0;justify-content:flex-start;width:100%}.user-menu-panel .language-switcher-menu{width:100%;box-shadow:none;border:0;border-top:1px solid var(--line);margin-top:4px;position:static}.content-localization-notice{gap:5px}.content-localization-badge,.content-localization-notice{vertical-align:middle;align-items:center;display:inline-flex}.content-localization-badge{border:1px solid color-mix(in srgb,var(--muted) 35%,transparent);min-height:20px;color:var(--muted);letter-spacing:.03em;border-radius:999px;padding:2px 7px;font:11px/1.2 Arial,Noto Sans SC,sans-serif}.content-script-switcher{border:1px solid var(--line);background:color-mix(in srgb,var(--card) 85%,transparent);border-radius:999px;align-items:center;padding:2px;display:inline-flex}.content-script-switcher button{min-width:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:5px 8px;font-size:12px}.content-script-switcher button.active{background:var(--ink);color:var(--paper)}@media (width<=800px){.header-actions>.language-switcher.compact{margin-right:1px}.language-switcher-menu{width:min(220px,100vw - 24px);position:fixed;top:62px;right:12px}.user-menu-panel .language-switcher-menu{width:100%;position:static}.content-script-switcher{padding:1px}.content-script-switcher button{min-width:28px;min-height:27px;padding:2px 5px;font-size:11px}.breadcrumb-script-switcher{margin-inline-start:5px}}@media (width<=360px){.content-script-switcher button{min-width:26px;padding-inline:4px}.app-breadcrumb em{max-width:22vw}}
