/*!
 * 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;pointer-events:none;content:attr(aria-label);opacity:0;background:#3b3e43;border-radius:3px;padding:5px 8px;font-size:11px;font-weight:400;line-height:16px;text-decoration:none;display:none;position:absolute}.vditor-tooltipped:before{z-index:1000001;color:#3b3e43;pointer-events:none;content:"";opacity:0;border:5px solid #0000;width:0;height:0;display:none;position:absolute}.vditor-tooltipped--hover:before,.vditor-tooltipped--hover:after,.vditor-tooltipped:hover:before,.vditor-tooltipped:hover:after,.vditor-tooltipped:active:before,.vditor-tooltipped:active:after,.vditor-tooltipped:focus:before,.vditor-tooltipped:focus:after{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__s:after,.vditor-tooltipped__n: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:before,.vditor-tooltipped:after{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:hover,.vditor-icon--current{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:translate(0,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:hover>div,.vditor-resize--selected>div{background-color:var(--resize-hover-background-color)}.vditor-resize:hover svg,.vditor-resize--selected 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--current,.vditor-hint button:not(.vditor-menu--disabled):hover{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 ul,.vditor-reset ol{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:initial;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-math,.vditor-reset .language-echarts,.vditor-reset .language-mindmap,.vditor-reset .language-plantuml,.vditor-reset .language-mermaid,.vditor-reset .language-smiles,.vditor-reset .language-markmap,.vditor-reset .language-abc,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz,.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-mermaid,.vditor-reset .language-markmap,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz,.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{width:auto;height:auto;stroke-width:initial}.vditor-reset p:last-child,.vditor-reset blockquote:last-child,.vditor-reset pre:last-child,.vditor-reset ul:last-child,.vditor-reset ol:last-child,.vditor-reset hr: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:hover,.vditor-speech--current{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-reset .callout,.vditor-wysiwyg blockquote.callout,.vditor-ir 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-reset .callout[data-subtype=TIP],.vditor-wysiwyg blockquote.callout[data-subtype=TIP],.vditor-ir blockquote.callout[data-subtype=TIP]{--callout-color:var(--callout-tip-color,#1a7f37);--callout-background-color:var(--callout-tip-background-color,#1a7f3714)}.vditor-reset .callout[data-subtype=IMPORTANT],.vditor-wysiwyg blockquote.callout[data-subtype=IMPORTANT],.vditor-ir blockquote.callout[data-subtype=IMPORTANT]{--callout-color:var(--callout-important-color,#8250df);--callout-background-color:var(--callout-important-background-color,#8250df14)}.vditor-reset .callout[data-subtype=WARNING],.vditor-wysiwyg blockquote.callout[data-subtype=WARNING],.vditor-ir blockquote.callout[data-subtype=WARNING]{--callout-color:var(--callout-warning-color,#9a6700);--callout-background-color:var(--callout-warning-background-color,#9a670014)}.vditor-reset .callout[data-subtype=CAUTION],.vditor-wysiwyg blockquote.callout[data-subtype=CAUTION],.vditor-ir blockquote.callout[data-subtype=CAUTION]{--callout-color:var(--callout-caution-color,#cf222e);--callout-background-color:var(--callout-caution-background-color,#cf222e14)}.vditor-reset .callout>.callout-info,.vditor-wysiwyg blockquote.callout>.callout-info,.vditor-ir 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-reset .callout>.callout-info .callout-icon,.vditor-wysiwyg blockquote.callout>.callout-info .callout-icon,.vditor-ir blockquote.callout>.callout-info .callout-icon{align-items:center;margin-right:.35em;display:inline-flex}.vditor-reset .callout>.callout-info .callout-title,.vditor-wysiwyg blockquote.callout>.callout-info .callout-title,.vditor-ir blockquote.callout>.callout-info .callout-title{min-width:1px}.vditor-reset .callout>.callout-info .callout-img,.vditor-wysiwyg blockquote.callout>.callout-info .callout-img,.vditor-ir blockquote.callout>.callout-info .callout-img,.vditor-reset .callout>.callout-info>.callout-img,.vditor-wysiwyg blockquote.callout>.callout-info>.callout-img,.vditor-ir blockquote.callout>.callout-info>.callout-img{-o-object-fit:contain;object-fit:contain;width:1.2em;height:1.2em;margin-right:.35em}.vditor-reset .callout>.callout-content>:last-child,.vditor-wysiwyg blockquote.callout>.callout-content>:last-child,.vditor-ir blockquote.callout>.callout-content>:last-child,.vditor-reset .callout>:last-child,.vditor-wysiwyg blockquote.callout>:last-child,.vditor-ir 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 pre>code:empty:before,.vditor-wysiwyg p: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{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:initial;min-height:27px}.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,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc: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:initial}.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 h1:before,.vditor-wysiwyg h2:before,.vditor-wysiwyg h3:before,.vditor-wysiwyg h4:before,.vditor-wysiwyg h5:before,.vditor-wysiwyg h6:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc: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]:before,.vditor-ir__node[data-type=code-block]:after,.vditor-ir__node[data-type=yaml-front-matter]:before,.vditor-ir__node[data-type=yaml-front-matter]:after,.vditor-ir__node[data-type=math-block]:before,.vditor-ir__node[data-type=math-block]:after{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=link-ref],.vditor-ir__node[data-type=footnotes-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]:before,.vditor-ir__node--expand[data-type=code-block]:after{content:"```"}.vditor-ir__node--expand[data-type=yaml-front-matter]:before,.vditor-ir__node--expand[data-type=yaml-front-matter]:after{content:"---"}.vditor-ir__node--expand[data-type=math-block]:before,.vditor-ir__node--expand[data-type=math-block]:after{content:"$$"}.vditor-ir__node span[data-type=code-block-open-marker],.vditor-ir__node span[data-type=code-block-close-marker],.vditor-ir__node span[data-type=yaml-front-matter-open-marker],.vditor-ir__node span[data-type=yaml-front-matter-close-marker],.vditor-ir__node span[data-type=math-block-open-marker],.vditor-ir__node span[data-type=math-block-close-marker]{display:none}.vditor-ir__preview{cursor:pointer;white-space:initial;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 pre>code:empty:before,.vditor-ir p: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{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 div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc: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]>ul,.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]>blockquote,.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]>hr{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 h1:before,.vditor-ir h2:before,.vditor-ir h3:before,.vditor-ir h4:before,.vditor-ir h5:before,.vditor-ir h6:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc: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{color:#101c20;font-synthesis:none;--ink:#0b1a1f;--muted:#5c6e6e;--soft:#f7faf9;--border:#dfe8e5;--pink:#ff4662;--mint:#4dd1b8;background:#f7faf9;font-family:Noto Sans SC,Microsoft YaHei,system-ui,sans-serif}.account-main{width:min(1180px,100% - 48px);min-height:calc(100vh - 78px);margin:0 auto;padding:62px 0 120px}.account-page-heading{margin-bottom:34px}.account-page-heading>span,.account-section-title>div>span{color:#75837f;letter-spacing:.16em;font-size:11px;font-weight:900}.account-page-heading h1{letter-spacing:-.045em;margin:7px 0 8px;font-size:clamp(34px,4vw,48px)}.account-page-heading p{color:var(--muted);margin:0}.account-shell{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:24px;display:grid}.account-sidebar,.account-content{border:1px solid var(--border);background:#fff;border-radius:22px}.account-sidebar{overflow:hidden}.account-identity{border-bottom:1px solid var(--border);align-items:center;gap:13px;padding:24px;display:flex}.account-identity img{object-fit:cover;background:#e7efec;border-radius:50%;flex:none;width:52px;height:52px}.account-identity div{flex-direction:column;min-width:0;display:flex}.account-identity strong,.account-identity span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-identity strong{font-size:15px}.account-identity span{color:#71807b;margin-top:4px;font-size:11px}.account-sidebar nav{gap:4px;padding:12px;display:grid}.account-sidebar nav button{color:#61706c;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;width:100%;height:48px;padding:0 14px;font-weight:750;display:flex}.account-sidebar nav button span{color:#9aa7a3;letter-spacing:.08em;font-size:10px}.account-sidebar nav button.active{color:var(--ink);background:#eef8f5}.account-sidebar nav button.active span{color:#17664f}.account-sidebar nav button:disabled{opacity:.48;cursor:not-allowed}.account-content{min-height:500px;padding:32px}.account-section-title{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;padding-bottom:24px;display:flex}.account-section-title h2{margin:5px 0 0;font-size:27px}.membership-live-dot{color:#17664f;white-space:nowrap;background:#4dd1b81a;border:1px solid #4dd1b86b;border-radius:999px;padding:8px 13px;font-size:12px}.membership-live-dot:before{content:"";background:var(--mint);border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block;box-shadow:0 0 0 4px #4dd1b824}.membership-card{border-radius:20px;margin-top:28px}.membership-card.active{background:linear-gradient(135deg,#f7fcfa 0%,#eef8f5 100%);border:1px solid #cee3dc;overflow:hidden}.membership-status-row{justify-content:space-between;align-items:flex-end;gap:16px;padding:26px 28px 20px;display:flex}.membership-status-row span{color:#438372;letter-spacing:.16em;font-size:10px;font-weight:900}.membership-status-row strong{font-size:22px}.membership-meta{grid-template-columns:1.4fr 1fr .7fr;gap:14px;padding:6px 28px 28px;display:grid}.membership-meta>div{background:#ffffffad;border:1px solid #aecdc3b3;border-radius:14px;min-width:0;padding:18px}.membership-meta span,.membership-meta strong{display:block}.membership-meta span{color:#71807b;margin-bottom:8px;font-size:11px}.membership-meta strong{overflow-wrap:anywhere;font-size:15px}.membership-renewal{color:#fff;background:var(--ink);justify-content:space-between;align-items:center;gap:18px;padding:18px 28px;display:flex}.membership-renewal p{color:#c7d2cf;margin:4px 0 0;font-size:12px}.membership-renewal a,.membership-subscribe-button,.account-state-message button{border:0;border-radius:999px;place-items:center;font-weight:850;display:inline-grid}.membership-renewal a{min-width:104px;height:40px;color:var(--ink);background:var(--mint);padding:0 18px}.membership-card.inactive{border:1px solid var(--border);background:linear-gradient(135deg,#fff 50%,#f1f8f5);flex-direction:column;justify-content:center;align-items:flex-start;min-height:330px;padding:56px;display:flex}.membership-card.inactive>span{color:#788782;letter-spacing:.16em;font-size:10px;font-weight:900}.membership-card.inactive h3{margin:12px 0 8px;font-size:30px}.membership-card.inactive p{max-width:560px;color:var(--muted);margin:0;line-height:1.8}.membership-subscribe-button{color:#fff;background:var(--ink);height:48px;margin-top:28px;padding:0 24px}.account-state-message{text-align:center;align-content:center;place-items:center;min-height:300px;display:grid}.account-state-message h3{margin:0}.account-state-message p{color:var(--muted)}.account-state-message button{color:#fff;background:var(--ink);cursor:pointer;height:42px;padding:0 18px}.account-membership-skeleton{background:#f0f4f2;border-radius:20px;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px;padding:28px;display:grid}.account-membership-skeleton i{background:linear-gradient(90deg,#e2e9e6 25%,#f5f8f7 50%,#e2e9e6 75%) 0 0/200% 100%;border-radius:14px;height:100px;animation:1.2s linear infinite account-loading}.account-profile-forms{gap:20px;margin-top:28px;display:grid}.account-settings-card{border:1px solid var(--border);background:#fbfdfc;border-radius:18px;padding:26px}.account-settings-card header{margin-bottom:24px}.account-settings-card header h3{margin:0 0 7px;font-size:20px}.account-settings-card header p{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.account-settings-card>label{color:#3f514c;justify-content:space-between;margin:18px 0 8px;font-size:12px;font-weight:800;display:flex}.account-settings-card>label span{color:#8a9894;font-weight:500}.account-settings-card input{background:#fff;border:1px solid #d7e1de;border-radius:11px;outline:none;width:100%;height:48px;padding:0 14px}.account-settings-card input:focus{border-color:var(--mint);box-shadow:0 0 0 3px #4dd1b81f}.account-settings-card input:disabled{color:#7d8986;background:#eef2f1}.account-settings-card>button[type=submit]{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:999px;min-width:150px;height:44px;margin-top:22px;padding:0 20px;font-weight:850}.account-settings-card button:disabled{opacity:.5;cursor:not-allowed}.account-email-row{grid-template-columns:minmax(0,1fr) 126px;gap:10px;display:grid}.account-email-row button{border:1px solid var(--ink);color:var(--ink);cursor:pointer;background:#fff;border-radius:11px;font-size:12px;font-weight:800}.account-verification-input{letter-spacing:.24em;max-width:260px;font-weight:800}.account-form-message{margin:12px 0 0;font-size:12px}.account-form-message.success{color:#17664f}.account-form-message.error{color:#b42318}.development-code-notice{color:#6d2335;background:#ee516814;border:1px solid #ee5168;border-radius:12px;flex-direction:column;gap:3px;margin:-34px 0 24px;padding:14px 16px;display:flex}.development-code-notice strong{font-size:12px}.development-code-notice span{letter-spacing:.18em;font-size:22px;font-weight:900}.development-code-notice small{color:#8b5a66;font-size:10px}.development-code-notice.compact{margin:14px 0 0}.account-security-sections,.account-invoice-section{gap:20px;margin-top:28px;display:grid}.account-invoice-section>.account-settings-card:first-child{justify-content:space-between;align-items:center;gap:20px;display:flex}.account-invoice-section>.account-settings-card:first-child header{margin:0}.account-invoice-section>.account-settings-card:first-child>a{color:#fff;background:var(--ink);border-radius:999px;place-items:center;min-width:116px;height:44px;padding:0 18px;font-weight:850;display:inline-grid}.account-invoice-history>div{border-top:1px solid var(--border)}.account-invoice-history>div>a{border-bottom:1px solid #e7ecea;grid-template-columns:90px minmax(0,1fr) 80px 70px;align-items:center;gap:10px;min-height:62px;font-size:12px;display:grid}.account-invoice-history>div>a:last-child{border-bottom:0}.account-invoice-history time{color:#7b8985;font-size:10px}.account-invoice-history strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.account-invoice-history strong small{color:#7b8985;text-overflow:ellipsis;margin-top:3px;font-weight:500;display:block;overflow:hidden}.account-invoice-history>div>a>b{color:#17664f;justify-self:end;font-size:11px}.account-invoice-empty{border-top:1px solid var(--border);color:var(--muted);margin:0;padding:20px 0 4px;font-size:12px}.session-management header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.session-management header>button{color:#344640;cursor:pointer;background:#fff;border:1px solid #bcc9c5;border-radius:999px;flex:none;min-height:40px;padding:0 16px;font-size:11px;font-weight:800}.session-management header>button:disabled{opacity:.45;cursor:not-allowed}.session-list{border-top:1px solid var(--border)}.session-list article{border-bottom:1px solid #e7ecea;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:13px 0;display:grid}.session-list article:last-child{border-bottom:0}.session-device-icon{color:#17664f;background:#eaf7f3;border-radius:11px;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.session-list article>div:nth-child(2){flex-direction:column;gap:5px;min-width:0;display:flex}.session-list article strong{align-items:center;gap:8px;font-size:13px;display:flex}.session-list article strong b{color:#17664f;background:#4dd1b821;border-radius:999px;padding:4px 7px;font-size:9px}.session-list article span{color:#73817d;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.session-list article>button{color:#7b363e;cursor:pointer;background:#fff0f2;border:0;border-radius:8px;padding:8px 11px;font-size:11px;font-weight:800}.session-loading{border-top:1px solid var(--border);color:var(--muted);text-align:center;padding:34px 0;font-size:12px}.account-danger-zone{background:#fffafb;border-color:#efd8dc}.account-danger-zone header{margin-bottom:18px}.account-danger-zone>button{color:#a92339;cursor:pointer;background:#fff;border:1px solid #ce465b;border-radius:999px;min-height:42px;padding:0 18px;font-weight:800}.account-delete-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#050f1294;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.account-delete-modal{background:#fff;border-radius:22px;width:min(480px,100%);padding:34px;position:relative;box-shadow:0 28px 90px #00000047}.account-delete-modal>span{color:#bc3146;letter-spacing:.16em;font-size:10px;font-weight:900}.account-delete-modal h2{margin:8px 0 12px;font-size:28px}.account-delete-modal>p{color:var(--muted);margin:0;font-size:13px;line-height:1.8}.account-delete-modal>label{color:#653c43;cursor:pointer;background:#fff7f8;border:1px solid #efd8dc;border-radius:12px;align-items:flex-start;gap:10px;margin:24px 0;padding:14px;font-size:12px;line-height:1.6;display:flex}.account-delete-modal>label input{accent-color:#bc3146;flex:none;width:17px;height:17px;margin:1px 0 0}.account-delete-modal>div{grid-template-columns:1fr 1fr;gap:10px;display:grid}.account-delete-modal>div button{cursor:pointer;background:#fff;border:1px solid #d8dfdd;border-radius:999px;height:44px;font-weight:800}.account-delete-modal>div button.danger{color:#fff;background:#a92339;border-color:#a92339}.account-delete-modal button:disabled{opacity:.45;cursor:not-allowed}.account-delete-close{color:#53615d;cursor:pointer;background:#f1f5f3;border:0;border-radius:50%;width:34px;height:34px;font-size:22px;position:absolute;top:16px;right:18px}.invoice-page{background:#f7faf9;min-height:100vh}.invoice-main{width:min(1120px,100% - 48px);min-height:calc(100vh - 78px);margin:0 auto;padding:34px 0 110px}.invoice-breadcrumb{color:#7a8884;align-items:center;gap:9px;font-size:12px;display:flex}.invoice-breadcrumb a:hover{color:var(--ink)}.invoice-breadcrumb b{color:#384a45}.invoice-page-heading{margin:44px 0 32px}.invoice-page-heading>span{color:var(--pink);letter-spacing:.16em;font-size:10px;font-weight:900}.invoice-page-heading h1{letter-spacing:-.04em;margin:7px 0 8px;font-size:42px}.invoice-page-heading p{color:var(--muted);margin:0;font-size:13px}.invoice-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:28px;display:grid}.invoice-steps{border:1px solid var(--border);background:#fff;border-radius:18px;padding:24px 18px}.invoice-steps>div{color:#889591;align-items:center;gap:12px;display:flex}.invoice-steps>div>b{border:1px solid #d6dfdc;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;font-size:12px;display:grid}.invoice-steps>div>span{flex-direction:column;gap:3px;display:flex}.invoice-steps strong{font-size:12px}.invoice-steps small{font-size:10px}.invoice-steps>i{background:#dce4e2;width:1px;height:42px;margin:6px 0 6px 16px;display:block}.invoice-steps>div.active,.invoice-steps>div.done{color:var(--ink)}.invoice-steps>div.active>b{border-color:var(--mint);color:#17664f;background:#4dd1b826}.invoice-steps>div.done>b{color:#fff;background:#17664f;border-color:#17664f}.invoice-panel{min-width:0}.invoice-form,.invoice-status-card,.invoice-empty,.invoice-loading,.invoice-error{border:1px solid var(--border);background:#fff;border-radius:22px;padding:34px}.invoice-form>header{border-bottom:1px solid var(--border);margin-bottom:26px;padding-bottom:22px}.invoice-form h2,.invoice-empty h2,.invoice-error h2{margin:0 0 8px;font-size:25px}.invoice-form>header p,.invoice-empty p,.invoice-error p{color:var(--muted);margin:0;font-size:12px;line-height:1.8}.invoice-form>label,.invoice-form fieldset label{color:#41524d;gap:8px;margin-top:18px;font-size:12px;font-weight:800;display:grid}.invoice-form input,.invoice-form select{width:100%;height:48px;color:var(--ink);background:#fff;border:1px solid #d7e1de;border-radius:11px;outline:none;padding:0 13px}.invoice-form input:focus,.invoice-form select:focus{border-color:var(--mint);box-shadow:0 0 0 3px #4dd1b81f}.invoice-form input:disabled,.invoice-form select:disabled{color:#74817d;background:#eef2f1}.invoice-form label small{color:#899692;font-weight:500}.invoice-form fieldset{border:0;margin:20px 0 0;padding:0}.invoice-form legend{color:#41524d;margin-bottom:9px;font-size:12px;font-weight:800}.invoice-title-types{grid-template-columns:1fr 1fr;gap:10px;display:grid}.invoice-title-types button{color:#52615d;cursor:pointer;background:#fff;border:1px solid #d7e1de;border-radius:11px;height:48px;font-weight:750}.invoice-title-types button.active{border-color:var(--ink);color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink);background:#f0f5f3}.invoice-readonly-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.invoice-form-error{color:#b42318;margin:16px 0 0;font-size:12px}.invoice-form-actions{justify-content:flex-end;gap:10px;margin-top:26px;display:flex}.invoice-form-actions button,.invoice-error button{cursor:pointer;background:#fff;border:1px solid #cfd9d6;border-radius:999px;min-width:128px;height:44px;padding:0 18px;font-weight:800}.invoice-form-actions button.primary{color:#fff;border-color:var(--ink);background:var(--ink)}.invoice-form-actions button:disabled{opacity:.5;cursor:not-allowed}.invoice-empty,.invoice-error{flex-direction:column;justify-content:center;align-items:flex-start;min-height:420px;display:flex}.invoice-empty>span{color:#86948f;letter-spacing:.14em;margin-bottom:10px;font-size:10px;font-weight:900}.invoice-empty p{max-width:570px}.invoice-empty a{color:#fff;background:var(--ink);border-radius:999px;place-items:center;height:44px;margin-top:24px;padding:0 20px;font-weight:800;display:inline-grid}.invoice-loading{min-height:360px;color:var(--muted);place-items:center;display:grid}.invoice-status-card{text-align:center;flex-direction:column;align-items:center;min-height:500px;display:flex}.invoice-status-card>span{color:#8d761f;letter-spacing:.16em;font-size:10px;font-weight:900}.invoice-status-icon{color:#8d761f;background:#fff5c8;border-radius:50%;place-items:center;width:64px;height:64px;margin-top:24px;font-size:26px;font-weight:900;display:grid}.invoice-status-card.issued>span,.invoice-status-card.issued .invoice-status-icon{color:#17664f}.invoice-status-card.issued .invoice-status-icon{background:#e2f7f0}.invoice-status-card.rejected>span,.invoice-status-card.rejected .invoice-status-icon{color:#a92339}.invoice-status-card.rejected .invoice-status-icon{background:#fff0f2}.invoice-status-card h2{margin:18px 0 9px;font-size:30px}.invoice-status-card>p{max-width:560px;color:var(--muted);margin:0;line-height:1.8}.invoice-status-card dl{text-align:left;border-top:1px solid var(--border);grid-template-columns:1fr 1fr;width:100%;margin:32px 0 0;display:grid}.invoice-status-card dl>div{border-bottom:1px solid var(--border);padding:17px}.invoice-status-card dt{color:#87948f;margin-bottom:5px;font-size:10px}.invoice-status-card dd{overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:800}.invoice-status-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px;display:flex}.invoice-status-actions button,.invoice-status-actions a{cursor:pointer;background:#fff;border:1px solid #cfd9d6;border-radius:999px;place-items:center;min-height:42px;padding:0 17px;font-size:12px;font-weight:800;display:inline-grid}.invoice-status-card.rejected .invoice-status-actions button:first-child{color:#fff;background:#a92339;border-color:#a92339}.invoice-history{border:1px solid var(--border);background:#fff;border-radius:18px;margin-top:20px;padding:24px}.invoice-history h2{margin:0 0 14px;font-size:18px}.invoice-history button{width:100%;min-height:48px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #e5ebe9;grid-template-columns:100px 1fr auto;align-items:center;gap:10px;padding:0 12px;display:grid}.invoice-history button span{color:#7a8783;font-size:11px}.invoice-history button b{font-size:11px}@keyframes account-loading{to{background-position:-200% 0}}@media (width<=800px){.account-main{width:calc(100% - 36px);padding:36px 0 80px}.account-page-heading{margin-bottom:24px}.account-shell{grid-template-columns:1fr}.account-sidebar nav{display:flex;overflow-x:auto}.account-sidebar nav button{min-width:max-content;padding:0 16px}.account-content{min-height:420px;padding:22px 18px}.membership-meta,.account-membership-skeleton{grid-template-columns:1fr}.membership-card.inactive{min-height:300px;padding:32px 24px}.account-settings-card{padding:22px 18px}.session-management header{flex-direction:column}.session-management header>button{width:100%}}@media (width<=520px){.account-main{width:calc(100% - 28px);padding-top:28px}.account-page-heading h1{font-size:34px}.account-identity{padding:18px}.account-content{border-radius:18px;padding:20px 14px}.account-section-title{align-items:flex-start}.account-section-title h2{font-size:24px}.membership-live-dot{margin-top:2px;font-size:11px}.membership-status-row{flex-direction:column;align-items:flex-start;padding:22px 20px 16px}.membership-meta{padding:4px 20px 22px}.membership-renewal{flex-direction:column;align-items:flex-start;padding:18px 20px}.membership-renewal a{width:100%}.membership-card.inactive h3{font-size:26px}.membership-subscribe-button{width:100%}.account-email-row{grid-template-columns:1fr}.account-email-row button{height:44px}.account-settings-card>button[type=submit]{width:100%}.session-list article{grid-template-columns:38px minmax(0,1fr)}.session-list article>button{grid-column:2;justify-self:start}.account-delete-backdrop{align-items:end;padding:14px}.account-delete-modal{padding:30px 20px calc(20px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0}.account-invoice-section>.account-settings-card:first-child{flex-direction:column;align-items:flex-start}.account-invoice-section>.account-settings-card:first-child>a{width:100%}.account-invoice-history>div>a{grid-template-columns:1fr auto;padding:10px 0}.account-invoice-history time,.account-invoice-history strong{grid-column:1}.account-invoice-history>div>a>span,.account-invoice-history>div>a>b{grid-column:2}.invoice-main{width:calc(100% - 36px);padding-top:24px}.invoice-layout{grid-template-columns:1fr}.invoice-steps{align-items:center;display:flex}.invoice-steps>div{flex:1}.invoice-steps>i{width:28px;height:1px;margin:0 8px}}@media (width<=560px){.invoice-main{width:calc(100% - 28px);padding-bottom:72px}.invoice-page-heading{margin:30px 0 22px}.invoice-page-heading h1{font-size:34px}.invoice-steps{padding:16px 12px}.invoice-steps small{display:none}.invoice-form,.invoice-status-card,.invoice-empty,.invoice-loading,.invoice-error{border-radius:18px;padding:24px 18px}.invoice-title-types,.invoice-readonly-grid{grid-template-columns:1fr}.invoice-form-actions{flex-direction:column-reverse}.invoice-form-actions button{width:100%}.invoice-status-card dl{grid-template-columns:1fr}.invoice-status-actions{flex-direction:column;width:100%}.invoice-status-actions button,.invoice-status-actions a{width:100%}.invoice-history button{grid-template-columns:1fr auto;padding:10px 4px}.invoice-history button span{grid-column:1/-1}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--soft);min-width:320px;margin:0;overflow-x:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.site-header{z-index:30;background:#fff;align-items:center;gap:28px;height:78px;padding:0 64px;display:flex;position:relative}.brand{flex:none;align-items:center;gap:28px;display:flex}.brand img{object-fit:cover;border-radius:50%;width:46px;height:46px}.brand span{white-space:nowrap;font-size:17px;font-weight:800}.main-nav{gap:26px;margin-left:auto;font-size:13px;display:flex}.main-nav a,.text-button{transition:opacity .2s}.main-nav a:hover,.text-button:hover{opacity:.55}.header-actions{align-items:center;gap:28px;display:flex}.header-account{align-items:center;display:flex;position:relative}.header-avatar-button{cursor:pointer;background:#e6efec;border:2px solid #fff;border-radius:50%;width:44px;height:44px;padding:0;overflow:hidden;box-shadow:0 0 0 1px #cfdbd7}.header-avatar-button img{object-fit:cover;width:100%;height:100%;display:block}.header-account-menu{z-index:45;background:#fff;border:1px solid #dce5e2;border-radius:16px;flex-direction:column;width:260px;padding:17px 12px 11px;display:flex;position:absolute;top:54px;right:0;box-shadow:0 18px 50px #0b1a1f29}.header-account-menu>strong,.header-account-menu>span{text-overflow:ellipsis;white-space:nowrap;padding:0 8px;overflow:hidden}.header-account-menu>strong{font-size:14px}.header-account-menu>span{color:#6d7b77;margin-top:5px;font-size:11px}.header-account-menu hr{border:0;border-top:1px solid #e7ecea;width:100%;margin:14px 0 7px}.header-account-menu a,.header-account-menu button{color:#21312d;min-height:42px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;padding:0 10px;font-size:12px;display:flex}.header-account-menu a:hover,.header-account-menu button:hover{background:#f2f7f5}.search-pill,.text-button,.menu-button{cursor:pointer;border:0}.search-pill{color:#687579;background:#f2f6f5;border-radius:999px;padding:11px 16px;font-size:12px}.text-button{color:#667573;background:#fff;padding:8px;font-size:12px}.button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.button-outline{background:#fff;border:1px solid #15252a;padding:10px 19px;font-size:13px}.button-dark{background:var(--ink);color:#fff;padding:11px 20px;font-size:13px}.button-light{color:#101c20;background:#fff}.menu-button{color:var(--ink);background:0 0;font-size:26px;display:none}.hero{background:linear-gradient(126deg,#f58b9a 5%,#f4c7cd 51%,#8ad8c9 96%);align-items:center;height:clamp(400px,55svh,560px);padding:48px 7.6vw 66px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff85 0%,#ffffff57 48%,#ffffff1f 78%);position:absolute;inset:0}.hero-copy{z-index:1;width:min(751px,72%);position:relative}.eyebrow-pill{background:#fff;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-block}.hero h1{letter-spacing:-3px;margin:12px 0 7px;font-size:clamp(54px,5.15vw,74px);line-height:1.08}.hero-copy>p{color:#263a3a;max-width:650px;margin:0;font-size:18px;line-height:1.65}.articles-section,.author-section{padding-left:max(6.11vw,30px);padding-right:max(6.11vw,30px)}.articles-section{min-height:903px;padding-top:74px;padding-bottom:100px}.section-kicker{color:var(--pink);font-size:12px;font-weight:800}.section-heading-row{justify-content:space-between;align-items:flex-end;height:71px;display:flex}.section-heading-row h2{margin:0 0 8px;font-size:38px}.section-heading-row a{margin-bottom:2px;font-size:16px;font-weight:800}.filter-row{flex-wrap:wrap;align-items:center;gap:34px;min-height:52px;padding-top:20px;display:flex}.filter-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-label{color:#46534f;letter-spacing:.08em;margin-right:5px;font-size:11px;font-weight:850}.filter-row button{color:#46534f;cursor:pointer;background:#fff;border:1px solid #d6e0dd;border-radius:999px;padding:8px 14px;font-size:12px}.filter-row .category-filter button.active{color:var(--category-text,#81374b);border:1.5px solid var(--category-border,#ee5168);background:var(--category-bg,#fff1f3)}.filter-row .category-filter button.category-all{color:#81374b;background:#fff1f3;border-color:#ee5168}.filter-row .access-filter button.active{color:#17664f;background:#72dcc714;border:1.5px solid #72dcc7}.article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding-top:28px;display:grid}.article-card{border:1px solid var(--border);background:#fff;border-radius:22px;flex-direction:column;min-width:0;min-height:270px;padding:29px;transition:transform .2s,box-shadow .2s;display:flex}.article-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #112a2f14}.article-meta{justify-content:space-between;align-items:center;display:flex}.meta-left{align-items:center;gap:8px;display:flex}.category,.access{background:#ffdfe4;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.access{background:#edf2f0;padding:7px 12px;font-size:11px}.access.paid{color:#fff;background:#ff6e7d}.article-meta time{color:#687579;font-size:12px}.article-card h3{overflow-wrap:anywhere;margin:22px 0 0;font-size:23px;line-height:1.35}.article-card>p{color:#59666a;margin:12px 0 0;font-size:16px;line-height:1.7}.article-card>a{margin-top:auto;padding-top:20px;font-size:16px;font-weight:800}.content-article-card{border:1px solid var(--border);min-width:0;color:var(--ink);background:#fff;border-radius:22px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 3px 12px #112a2f09}.content-article-card:hover{transform:translateY(-4px);box-shadow:0 20px 42px #112a2f1a}.content-card-cover{aspect-ratio:16/9;background:#e7efec;width:100%;position:relative;overflow:hidden}.content-card-cover>img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.content-article-card:hover .content-card-cover>img{transform:scale(1.025)}.content-card-placeholder{color:#17342d;text-align:center;background:linear-gradient(135deg,#dff3eb 0%,#f8e1e7 52%,#f5eed8 100%);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex;position:absolute;inset:0}.content-card-placeholder:after{content:"";aspect-ratio:1;border:1px solid #ffffff8c;border-radius:50%;width:54%;position:absolute;box-shadow:0 0 0 28px #ffffff21,0 0 0 60px #ffffff14}.content-card-placeholder b,.content-card-placeholder span{z-index:1;position:relative}.content-card-placeholder b{opacity:.82;font-family:Georgia,serif;font-size:clamp(42px,6vw,74px);line-height:1}.content-card-placeholder span{text-overflow:ellipsis;white-space:nowrap;max-width:80%;font-size:11px;font-weight:750;overflow:hidden}.content-card-badges{z-index:2;pointer-events:none;align-items:center;gap:7px;display:flex;position:absolute;bottom:14px;left:16px;right:16px}.content-card-badges span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;padding:7px 11px;font-size:10px;font-weight:850;box-shadow:0 4px 14px #09181429}.category-badge{border:1px solid var(--category-border,#aebbb7);width:max-content;max-width:100%;color:var(--category-text,#344743);background:var(--category-bg,#eef2f1);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;align-items:center;padding:5px 9px;font-size:10px;font-weight:800;line-height:1.2;display:inline-flex;overflow:hidden}.card-category{color:var(--category-text);background:color-mix(in srgb,var(--category-bg) 94%,transparent)}.card-access{margin-left:auto}.card-access.free{color:#254d42;background:#ffffffed}.card-access.paid{color:#fff;background:#ee5168f0}.content-card-body{flex-direction:column;flex:1;padding:24px 26px 22px;display:flex}.content-card-body h3{overflow-wrap:anywhere;margin:0;font-size:20px;line-height:1.4}.content-card-body>p{color:#65736f;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3.4em;margin:11px 0 22px;font-size:14px;line-height:1.7;display:-webkit-box;overflow:hidden}.content-card-footer{color:#7a8783;border-top:1px solid #edf1f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;font-size:11px;display:flex}.content-article-card.compact{border-radius:16px}.content-article-card.compact .content-card-body{padding:18px}.content-article-card.compact .content-card-body h3{font-size:18px}.empty-state{min-height:260px;color:var(--muted);grid-column:1/-1;place-items:center;display:grid}.article-load-error{color:#a33d4b}.article-card-skeleton{pointer-events:none}.skeleton-block,.skeleton-line,.skeleton-footer i,.library-skeleton-image,.library-skeleton-code{background:linear-gradient(100deg,#e8eeec 25%,#f7faf9 42%,#e8eeec 60%) 0 0/240% 100%;animation:1.25s ease-in-out infinite contentSkeleton;display:block}.article-card-skeleton .skeleton-block{aspect-ratio:16/9;width:100%}.article-card-skeleton .skeleton-line{border-radius:7px;width:100%;height:13px;margin-top:12px}.article-card-skeleton .skeleton-line.title{width:78%;height:20px;margin-top:0}.article-card-skeleton .skeleton-line.short{width:58%}.skeleton-footer{justify-content:space-between;margin-top:auto;padding-top:20px;display:flex}.skeleton-footer i{border-radius:6px;width:27%;height:10px}@keyframes contentSkeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.home-first-screen{background:#f7faf9;padding-bottom:22px}.home-community-teaser{z-index:2;color:#fff;background:linear-gradient(120deg,#10262a,#1d4a45);border-radius:24px;justify-content:space-between;align-items:center;gap:40px;min-height:190px;margin:-34px max(6.11vw,30px) 20px;padding:30px 38px;display:flex;position:relative;box-shadow:0 20px 48px #0b1a1f24}.home-community-teaser>div{max-width:720px}.home-community-teaser span{color:#6ee0c9;letter-spacing:.14em;font-size:10px;font-weight:800}.home-community-teaser h2{margin:9px 0 7px;font-size:27px;line-height:1.32}.home-community-teaser p{color:#c7d8d4;margin:0;line-height:1.7}.home-community-teaser>a{color:#10262a;background:#72dcc7;border-radius:999px;flex:none;padding:14px 22px;font-weight:800}.home-midjourney-teaser{min-height:174px;color:var(--ink);background:linear-gradient(112deg,#ff46621a,#fffc 48%,#4dd1b821);border:1px solid #ff466224;margin:0 max(6.11vw,30px) 22px;box-shadow:0 14px 34px #0b1a1f12}.home-midjourney-teaser span{color:var(--pink)}.home-midjourney-teaser p{color:#52635f}.home-midjourney-teaser>a{color:#fff;background:var(--ink)}.showcase-strip{background:#fff;border-top:1px solid #e1e9e6;padding:68px max(6.11vw,30px) 76px;overflow:hidden}.showcase-strip>header{justify-content:space-between;align-items:flex-end;gap:36px;margin-bottom:28px;display:flex}.showcase-strip>header span{color:var(--pink);letter-spacing:.14em;font-size:10px;font-weight:850}.showcase-strip>header h2{margin:7px 0 0;font-size:36px;line-height:1.2}.showcase-strip>header p{color:#697773;text-align:right;max-width:480px;margin:0 0 3px;font-size:13px;line-height:1.7}.showcase-track{scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#b7c7c2 transparent;gap:16px;padding:0 0 12px;display:flex;overflow-x:auto}.showcase-work{aspect-ratio:4/3;scroll-snap-align:start;cursor:zoom-in;background:#e8efed;border:0;border-radius:18px;min-width:clamp(260px,25vw,390px);padding:0;position:relative;overflow:hidden}.showcase-work img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.showcase-work:hover img{transform:scale(1.025)}.image-lightbox{z-index:1000;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#030908f0;place-items:center;display:grid;position:fixed;inset:0}.image-lightbox-stage{place-items:center;width:90vw;height:90vh;display:grid;position:relative;overflow:hidden}.image-lightbox-stage>img{opacity:0;object-fit:contain;-webkit-user-select:none;user-select:none;touch-action:none;transform-origin:50%;will-change:transform;width:auto;max-width:90vw;height:auto;max-height:90vh;transition:opacity .18s;display:block}.image-lightbox-stage>img.loaded{opacity:1}.image-lightbox>button{z-index:4;color:#fff;cursor:pointer;background:#ffffff17;border:1px solid #ffffff47;border-radius:50%;place-items:center;width:48px;height:48px;padding:0;font-family:inherit;display:grid;position:absolute}.image-lightbox>button:hover{background:#ffffff2e}.image-lightbox-close{font-size:32px;line-height:1;top:18px;right:20px}.image-lightbox-prev,.image-lightbox-next{font-size:42px;line-height:1;top:50%;transform:translateY(-50%)}.image-lightbox-prev{left:20px}.image-lightbox-next{right:20px}.image-lightbox-loading,.image-lightbox-error{z-index:1;color:#d8e3df;justify-content:center;align-items:center;gap:10px;font-size:12px;display:flex;position:absolute;inset:0}.image-lightbox-loading i{border:2px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite image-lightbox-spin}.image-lightbox-reset{z-index:3;color:#fff;cursor:pointer;background:#0309089e;border:1px solid #ffffff47;border-radius:999px;min-width:88px;height:36px;padding:0 13px;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.image-lightbox-count{z-index:3;color:#ffffffb8;font-size:11px;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.image-lightbox-stage:has(.image-lightbox-reset)+.image-lightbox-count{display:none}@keyframes image-lightbox-spin{to{transform:rotate(360deg)}}.author-section{background:#f1f7f5;flex-direction:column;gap:18px;min-height:0;padding-top:64px;padding-bottom:64px;display:flex}.author-card{background:#fff;border:1px solid #d7e4e0;border-radius:28px;grid-template-columns:190px 1fr;gap:24px 42px;width:100%;padding:38px 42px;display:grid;box-shadow:0 22px 55px #0b1a1f12}.author-avatar-wrap{background:linear-gradient(145deg,#ff7588,#5ad8bf);border-radius:50%;width:174px;height:174px;padding:7px;overflow:hidden;box-shadow:0 13px 32px #0b1a1f21}.avatar{object-fit:cover;object-position:center 15%;background:#101c20;border:4px solid #fff;border-radius:50%;width:100%;height:100%;display:block}.author-avatar-placeholder{color:#fff;background:#263c37;border:4px solid #fff;border-radius:50%;place-items:center;width:100%;height:100%;font-size:52px;font-weight:800;display:grid}.author-config-loading{color:#74827f;background:#fff;border:1px solid #d7e4e0;border-radius:28px;place-items:center;min-height:320px;display:grid}.author-info{flex-direction:column;gap:20px;min-width:0;display:flex}.author-heading>span{color:#ee526a;letter-spacing:.12em;margin-bottom:8px;font-size:11px;font-weight:800;display:inline-block}.author-info h2{margin:0;font-size:38px}.author-heading>p{color:#5c6e6e;margin:7px 0 0;font-size:15px}.author-points{grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 26px;display:grid}.author-points span{color:#263b37;background:0 0;border-top:1px solid #dce7e3;align-items:center;gap:13px;min-height:54px;padding:12px 2px;font-size:13px;font-weight:650;line-height:1.5;display:flex}.author-points span:last-child{grid-column:1/-1}.author-points b{color:#ee526a;min-width:28px;font-size:18px;line-height:1}.trust-card{color:#fff;background:#10262a;border-radius:18px;grid-column:1/-1;grid-template-columns:190px 1fr;align-items:center;gap:28px;min-height:112px;margin-top:2px;padding:22px 24px;display:grid}.trust-card>div{flex-direction:column;gap:7px;display:flex}.trust-card>div span{color:#72dcc7;letter-spacing:.14em;font-size:10px;font-weight:800}.trust-card b{font-size:21px}.trust-card ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.trust-card li{color:#d8e5e2;border:1px solid #ffffff1f;border-radius:11px;padding:11px 13px;font-size:12px}.trust-card li:before{content:"×";color:#ff8292;margin-right:9px;font-weight:800}footer{background:#fff;border-top:1px solid #e0e0e3;flex-direction:column;justify-content:center;gap:15px;min-height:142px;padding:28px max(50vw - 596px,32px);display:flex}.footer-main{justify-content:space-between;align-items:center;gap:28px;min-height:34px;font-size:14px;font-weight:650;display:flex}.footer-main nav{align-items:center;gap:28px;font-size:13px;display:flex}.footer-main nav a:hover,.footer-records a:hover{color:#1c6452}.footer-records{color:#737d7a;text-align:left;border-top:1px solid #edf1f0;align-items:center;gap:9px;padding-top:13px;font-size:12px;display:flex}.legal-page{background:#f7faf9;min-height:calc(100vh - 78px);padding:54px 24px 96px}.legal-shell{width:min(900px,100%);margin:0 auto}.legal-back{color:#60736e;font-size:13px;font-weight:750;display:inline-flex}.legal-back:hover{color:#17664f}.legal-heading{margin:42px 0 30px}.legal-heading>span{color:#17664f;letter-spacing:.16em;font-size:10px;font-weight:900}.legal-heading h1{letter-spacing:-.045em;margin:10px 0 12px;font-size:clamp(38px,6vw,58px)}.legal-heading p{color:#71807b;margin:0;font-size:13px}.legal-document{border:1px solid var(--border);background:#fff;border-radius:24px;padding:clamp(28px,5vw,58px);box-shadow:0 20px 60px #0d221e0d}.legal-document>p:first-child{color:var(--ink);margin-top:0;font-weight:750}.legal-document p,.legal-document li{color:#42534e;font-size:15px;line-height:1.95}.legal-document p{margin:12px 0}.legal-document .legal-notice{border-left:4px solid var(--mint);color:#243b35;background:#f0f9f6;border-radius:0 14px 14px 0;margin:20px 0 34px;padding:20px 22px}.legal-document section{border-top:1px solid #e7eeeb;padding:28px 0 12px}.legal-document section:first-of-type{border-top:0}.legal-document h2{color:var(--ink);letter-spacing:-.02em;margin:0 0 16px;font-size:clamp(21px,3vw,27px)}.legal-document ul{margin:12px 0 18px;padding-left:1.35em}.legal-document li+li{margin-top:7px}.dialog-backdrop{z-index:50;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0611146b;place-items:start center;padding-top:15vh;display:grid;position:fixed;inset:0}.search-dialog{background:#fff;border-radius:20px;width:min(560px,100vw - 32px);padding:24px;box-shadow:0 30px 90px #0003}.search-dialog>div{justify-content:space-between;font-size:20px;display:flex}.search-dialog button{cursor:pointer;background:0 0;border:0;font-size:26px}.search-dialog input{border:1px solid #ccd9d5;border-radius:999px;outline:none;width:100%;margin-top:20px;padding:14px 18px}.search-dialog input:focus{border-color:#ff6e7d;box-shadow:0 0 0 3px #ffedf0}.search-dialog p{color:#73737a;margin:12px 8px 0;font-size:13px}.article-page{background:#fff;min-height:100vh}.article-layout{background:#fff;min-height:2099px;position:relative}.article-sidebar{z-index:5;background:#fbfaf9;border:1px solid #e0e0e3;border-radius:20px;width:240px;height:690px;padding:20px 19px;position:absolute;top:120px;left:24px;overflow:hidden}.article-sidebar h2{margin:0 0 12px;font-size:16px}.article-sidebar ol{margin:0;padding:0;list-style:none}.article-sidebar li{color:#73737a;align-items:flex-start;gap:6px;height:39px;font-size:12px;line-height:1.7;display:flex}.article-sidebar li img{flex:0 0 16px;width:16px;height:16px;margin-top:2px}.article-sidebar .related-title{margin-top:3px}.related-list{flex-direction:column;display:flex}.related-list a{grid-template-columns:1fr auto;align-items:start;gap:6px;min-height:47px;font-size:12px;line-height:1.45;display:grid}.related-list b{color:#f2594d;background:#ffe8e5;border-radius:12px;padding:4px 9px;font-size:11px}.related-list b.free{color:#73737a;background:#edf0f0}.article-content{flex-direction:column;align-items:center;gap:28px;width:880px;margin:0 auto;padding:64px 0 90px;display:flex}.article-title-meta{align-items:center;gap:12px;display:flex}.article-title-meta .category-badge{padding:7px 11px;font-size:11px}.article-title-meta time{color:#667573;font-size:12px}.article-content>h1{width:880px;color:var(--ink);text-align:center;margin:0;font-size:42px;line-height:1.7}.public-video-wrap{width:880px;height:540px}.public-video{cursor:pointer;background:linear-gradient(123deg,#ff4662 8%,#ffb0b9 48%,#59d8c1 92%);border:0;border-radius:22px;width:880px;height:495px;position:relative;overflow:hidden}.public-label{color:var(--ink);background:#fff;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:800;position:absolute;top:18px;right:24px}.play-button{color:#fff;background:var(--ink);border-radius:50%;place-items:center;width:80px;height:80px;font-size:28px;font-weight:800;transition:transform .2s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.public-video:hover .play-button{transform:translate(-50%,-50%)scale(1.06)}.public-video.playing:before{content:"";background:#0b1a1f24;position:absolute;inset:0}.playing-message{color:#fff;font-size:14px;font-weight:800;position:absolute;top:calc(50% + 62px);left:50%;transform:translate(-50%)}.public-video-wrap>p{color:#667573;margin:12px 0 0;font-size:12px}.article-lead{color:#667573;text-align:center;width:720px;margin:0;font-size:16px;line-height:1.7}.content-overview{border:1px solid #dfe8e5;border-radius:16px;place-items:center;width:720px;height:54px;font-size:14px;font-weight:800;display:grid}.trial-copy{width:720px}.trial-copy h2{margin:0 0 22px;font-size:28px}.trial-copy p{margin:0 0 22px;font-size:16px;line-height:1.7}.trial-cutoff{color:#667573;background:linear-gradient(#f7faf900,#f7faf9 70%);flex-direction:column;justify-content:flex-end;align-items:center;height:142px;font-size:13px;display:flex}.trial-cutoff span{transform:translateY(30px)}.article-unlock-card{background:linear-gradient(90deg,#ffdfe4,#e8f7f2);border:1px solid #dfe8e5;border-radius:22px;flex-direction:column;align-items:flex-start;gap:14px;width:720px;height:430px;padding:30px 32px;display:flex}.article-unlock-card h2{margin:0;font-size:28px}.article-unlock-card ul{flex-direction:column;gap:10px;margin:0;padding:0;font-size:14px;list-style:none;display:flex}.article-unlock-card strong{font-size:38px}.article-unlock-card>button:first-of-type{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:999px;width:100%;height:48px;font-size:14px;font-weight:800}.article-unlock-card .redeem-link{cursor:pointer;background:0 0;border:0;width:100%;padding:0;font-size:13px;text-decoration:underline}.article-unlock-card small{color:#667573;text-align:center;width:100%;font-size:12px}.article-author{border:1px solid #dfe8e5;border-radius:16px;align-items:flex-start;gap:18px;width:720px;height:120px;padding:22px 24px;display:flex}.article-author>div{background:#59d9c2;border-radius:50%;flex:0 0 72px;place-items:center;width:72px;height:72px;font-size:16px;font-weight:800;display:grid}.article-author p{flex-direction:column;gap:8px;margin:0;display:flex}.article-author strong{font-size:18px}.article-author span{color:#667573;font-size:13px;line-height:1.7}.unlock-modal{background:linear-gradient(135deg,#fff,#f2faf7);border-radius:24px;width:min(540px,100vw - 32px);padding:34px;position:relative;box-shadow:0 30px 90px #00000038}.modal-close{cursor:pointer;background:0 0;border:0;padding:0;font-size:28px;position:absolute;top:16px;right:20px}.modal-kicker{color:#ff4662;font-size:12px;font-weight:800}.unlock-modal h2{margin:8px 0 10px;font-size:30px}.unlock-modal p{color:#667573;margin:0 0 24px;line-height:1.7}.unlock-modal input{border:1px solid #ccd9d5;border-radius:14px;outline:none;width:100%;margin-bottom:14px;padding:14px 16px}.unlock-modal input:focus{border-color:#ff6e7d;box-shadow:0 0 0 3px #ffedf0}.modal-primary,.modal-secondary{cursor:pointer;border-radius:999px;width:100%;height:50px;margin-top:10px;font-weight:800}.modal-primary{color:#fff;background:var(--ink);border:0}.modal-secondary{border:1px solid var(--ink);color:var(--ink);background:#fff}.modal-link{cursor:pointer;background:0 0;border:0;width:100%;margin-top:16px;text-decoration:underline}.listing-page,.flow-page,.profile-page,.status-page{background:#f7faf9;min-height:100vh}.listing-main{width:min(1160px,100% - 48px);margin:0 auto;padding:54px 0 140px}.listing-main>h1{margin:0 0 28px;font-size:38px}.listing-filters{flex-wrap:wrap;align-items:center;gap:34px;margin-bottom:28px;display:flex}.listing-filters button{color:#46534f;cursor:pointer;background:#fff;border:1px solid #d6e0dd;border-radius:999px;height:40px;padding:0 16px;font-weight:700}.listing-filters .category-filter button.active{color:var(--category-text,#81374b);border:1.5px solid var(--category-border,#ee5168);background:var(--category-bg,#fff1f3)}.listing-filters .category-filter button.category-all{color:#81374b;background:#fff1f3;border-color:#ee5168}.listing-filters .access-filter button.active{color:#17664f;background:#72dcc714;border:1.5px solid #72dcc7}.listing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.listing-card{background:#fff;border:1px solid #dfe8e5;border-radius:18px;flex-direction:column;min-height:220px;padding:26px;transition:transform .2s,box-shadow .2s;display:flex}.listing-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #0b1a1f14}.listing-card>span{color:#667573;align-self:flex-start;font-size:12px;font-weight:800}.listing-card>span.paid{color:#ff4662}.listing-card h2{margin:25px 0 0;font-size:22px;line-height:1.5}.listing-card p{color:#667573;margin:auto 0 0;font-size:13px}.mobile-paid-bar{display:none}.login-required-backdrop{z-index:140}.login-required-modal{width:min(440px,100vw - 32px);color:var(--ink);text-align:center;background:linear-gradient(145deg,#fffffffa,#f3f9f7fa);border:1px solid #c9d8d3f2;border-radius:24px;padding:34px;position:relative;box-shadow:0 28px 90px #0611144d,0 2px 8px #06111414}.login-required-modal h2{margin:8px 0 10px;font-size:28px}.login-required-modal>p{color:#52615e;margin:0 auto 24px;line-height:1.75}.login-required-modal .modal-close{color:#52615e;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;top:8px;right:10px}.login-required-modal .modal-close:hover{color:var(--ink);background:#0b1a1f0f}.login-required-modal .modal-link{color:#273633;font-weight:650}.login-required-actions{gap:10px;display:grid}.login-required-actions .primary-button{background:var(--ink);color:#fff;border-radius:999px;place-items:center;min-height:48px;font-weight:800;display:grid}.login-required-actions .ghost-button{min-height:44px;color:var(--ink);font:inherit;cursor:pointer;background:#fff;border:1px solid #d7d7da;border-radius:999px;font-weight:700}.auth-error{color:#b42318;margin:10px 0 0;font-size:13px;line-height:1.5}.library-page{background:#f7faf9;min-height:100vh}.library-main{width:min(1240px,100% - 48px);margin:0 auto;padding:58px 0 110px}.library-heading{justify-content:space-between;align-items:flex-start;gap:36px;min-height:152px;display:flex}.library-heading>div>span{color:#ee5168;letter-spacing:.14em;font-size:10px;font-weight:850}.library-heading h1{margin:8px 0 9px;font-size:44px;line-height:1.1}.library-heading p{color:#65736f;max-width:680px;margin:0;font-size:14px;line-height:1.7}.library-heading>b{color:#17664f;background:#fff;border:1px solid #dce6e3;border-radius:15px;flex-direction:column;align-items:flex-end;min-width:98px;padding:15px 18px;font-size:27px;display:flex}.library-heading>b small{color:#77837f;margin-top:3px;font-size:9px;font-weight:700}.library-controls{background:#fff;border:1px solid #dce6e3;border-radius:20px;padding:22px;box-shadow:0 10px 30px #0b1a1f09}.library-control-row{grid-template-columns:58px minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.library-control-row+.library-control-row{border-top:1px solid #edf1f0;margin-top:15px;padding-top:15px}.library-control-row>strong{color:#46534f;letter-spacing:.08em;padding-top:9px;font-size:11px;font-weight:850}.library-category-filter,.library-tag-filter{flex-wrap:wrap;gap:8px;display:flex}.library-category-filter button,.library-tag-filter button{color:#46534f;cursor:pointer;background:#fff;border:1px solid #d6e0dd;border-radius:999px;min-height:36px;padding:0 13px;font-size:11px;font-weight:750}.library-category-filter button.active{color:var(--category-text,#344743);border:1.5px solid var(--category-border,#aebbb7);background:var(--category-bg,#eef2f1)}.library-tag-filter button{align-items:center;gap:6px;display:inline-flex}.library-tag-filter button small{color:#8a9692;font-size:8px}.library-tag-filter button.active{color:#17664f;background:#72dcc714;border:1.5px solid #72dcc7}.library-tag-filter button.active small{color:#17664f}.library-clear-tags{color:#7b8985;cursor:pointer;background:0 0;border:0;height:34px;padding:0 10px;font-size:10px;text-decoration:underline}.library-search-sort{border-top:1px solid #edf1f0;grid-template-columns:minmax(260px,1fr) 160px;gap:12px;margin-top:18px;padding-top:18px;display:grid}.library-search-sort label{background:#f9fbfa;border:1px solid #d6e0dd;border-radius:11px;align-items:center;gap:9px;height:44px;padding:0 14px;display:flex}.library-search-sort label:focus-within{border-color:#72dcc7;box-shadow:0 0 0 3px #72dcc71f}.library-search-sort input{color:#26332f;background:0 0;border:0;outline:0;width:100%;font-size:12px}.library-search-sort select{color:#46534f;cursor:pointer;background:#fff;border:1px solid #d6e0dd;border-radius:11px;padding:0 13px;font-size:11px}.library-result-meta{color:#7b8985;justify-content:space-between;align-items:center;gap:20px;min-height:58px;font-size:11px;display:flex}.library-result-meta b{color:#46534f}.material-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.library-card{cursor:pointer;background:#fff;border:1px solid #dce6e3;border-radius:20px;flex-direction:column;min-width:0;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;overflow:hidden;box-shadow:0 5px 18px #0b1a1f0a}.library-card:hover,.library-card:focus-visible{border-color:#b8cbc5;outline:none;transform:translateY(-2px);box-shadow:0 12px 28px #0b1a1f14}.library-image-track{background:#e9efed;min-width:0;position:relative;overflow:hidden}.library-image-track--card{width:100%;aspect-ratio:var(--library-ratio)}.library-image-track--detail{min-height:420px}.library-image-track-scroll{width:100%;height:100%;overflow:hidden}.library-image-track img{object-fit:contain;opacity:0;width:100%;height:100%;transition:opacity .18s;display:block}.library-image-track.is-loaded img{opacity:1}.library-image-loading,.library-image-retry{z-index:3;color:#5f706b;font:inherit;background:linear-gradient(100deg,#e6eeeb 20%,#f5f8f7 38%,#e6eeeb 56%) 0 0/240% 100%;border:0;justify-content:center;align-items:center;gap:9px;font-size:11px;display:flex;position:absolute;inset:0}.library-image-loading{animation:1.3s ease-in-out infinite library-image-loading}.library-image-loading i{border:2px solid #17664f33;border-top-color:#17664f;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite spin}.library-image-retry{color:#87394b;cursor:pointer;background:#f8eeee;font-weight:800}.library-scroll-hint{display:none}.library-image-open{z-index:4;color:#fff;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);white-space:nowrap;cursor:zoom-in;background:#0b1a1fad;border:0;border-radius:999px;padding:7px 11px;font-size:9px;font-weight:750;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}@keyframes library-image-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.library-card-body{flex-direction:column;flex:1;padding:19px 21px 20px;display:flex}.library-card-body header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.library-card-body h2{overflow-wrap:anywhere;color:#172521;margin:0;font-size:18px;line-height:1.45}.library-card-body h2 span{color:#ee5168}.library-category-badge{flex:none;padding:6px 9px;font-size:9px}.library-card-body>p{color:#64726e;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3.4em;margin:10px 0 15px;font-size:12px;line-height:1.7;display:-webkit-box;overflow:hidden}.library-card-tags{flex-wrap:wrap;gap:6px;display:flex}.library-card-tags span{color:#697773;background:#f9fbfa;border:1px solid #e0e8e5;border-radius:999px;padding:5px 8px;font-size:8px}.library-code{background:#f7faf9;border:1px solid #dfe8e5;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;margin-top:17px;padding:10px 10px 10px 13px;display:grid}.library-code code{overflow-wrap:anywhere;color:#24332f;white-space:pre-wrap;min-width:0;font-family:SFMono-Regular,Consolas,monospace;font-size:11px;line-height:1.55}.library-code button{color:#17664f;cursor:pointer;background:#72dcc714;border:1px solid #72dcc7;border-radius:9px;min-width:74px;height:36px;padding:0 11px;font-size:10px;font-weight:800}.library-code.locked code{color:#8a9692;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.library-code.locked button{color:#81374b;background:#ee516814;border-color:#ee5168;min-width:110px}.library-copy-notice{z-index:90;color:#fff;background:#0b1a1feb;border-radius:999px;margin:0;padding:11px 17px;font-size:11px;position:fixed;bottom:26px;left:50%;transform:translate(-50%);box-shadow:0 12px 30px #00000029}.library-card-skeleton{cursor:default;pointer-events:none}.library-card-skeleton:hover{border-color:#dce6e3;transform:none;box-shadow:0 5px 18px #0b1a1f0a}.library-skeleton-image{aspect-ratio:2.7;width:100%}.library-card-skeleton .skeleton-line{border-radius:7px;width:100%;height:12px;margin-top:12px}.library-card-skeleton .skeleton-line.title{width:67%;height:20px;margin-top:0}.library-card-skeleton .skeleton-line.short{width:49%}.library-skeleton-code{border-radius:12px;height:62px;margin-top:24px}.library-detail-backdrop{z-index:80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b1a1fa3;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.library-detail-modal{background:#fff;border:1px solid #ffffff6b;border-radius:22px;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);width:min(1040px,100%);max-height:calc(100svh - 56px);display:grid;position:relative;overflow:auto;box-shadow:0 28px 90px #0000004d}.library-detail-close{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b1a1fb8;border:1px solid #ffffff80;border-radius:50%;width:38px;height:38px;font-size:25px;line-height:1;position:absolute;top:14px;right:14px}.library-detail-content{flex-direction:column;min-width:0;padding:46px 34px 28px;display:flex}.library-detail-content>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.library-detail-content>header span{color:#ee5168;font-size:12px;font-weight:850}.library-detail-content h2{color:#172521;margin:5px 0 0;font-size:27px;line-height:1.28}.library-detail-description{color:#53615d;margin:25px 0 18px;font-size:13px;line-height:1.8}.library-detail-description p{white-space:pre-wrap;margin:0 0 13px}.library-detail-description strong{color:#22312d;font-weight:850}.library-detail-tags{flex-wrap:wrap;gap:7px;display:flex}.library-detail-tags span{color:#65736f;background:#f8faf9;border:1px solid #dfe7e4;border-radius:999px;padding:6px 9px;font-size:9px}.library-detail-code{margin-top:auto}.library-detail-code button{min-width:104px}.library-detail-nav{border-top:1px solid #e8eeec;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:20px;padding-top:17px;display:grid}.library-detail-nav button{color:#33423e;cursor:pointer;background:#fff;border:1px solid #d6e0dd;border-radius:999px;height:38px;padding:0 13px;font-size:10px;font-weight:750}.library-detail-nav button:last-child{justify-self:end}.library-detail-nav button:disabled{opacity:.35;cursor:default}.library-detail-nav span{color:#7b8985;font-size:10px}.library-status{color:#71807c;place-items:center;min-height:360px;margin:0;display:grid}.library-status.error{color:#a33d4b}.library-pagination{justify-content:center;align-items:center;gap:18px;margin-top:38px;display:flex}.library-pagination button{color:#33423e;cursor:pointer;background:#fff;border:1px solid #d6e0dd;border-radius:999px;height:40px;padding:0 17px;font-size:11px;font-weight:750}.library-pagination button:disabled{opacity:.38;cursor:default}.library-pagination span{color:#6f7c78;font-size:11px}.flow-main{width:min(880px,100% - 36px);margin:0 auto;padding:64px 0 180px}.flow-main>h1{margin:0 0 34px;font-size:38px}.redeem-card{background:#fff;border:1px solid #dfe8e5;border-radius:22px;flex-direction:column;min-height:430px;padding:42px 47px;display:flex}.redeem-card h2{margin:0 0 10px;font-size:24px}.redeem-card>p{color:#667573;margin:0 0 34px;font-size:13px}.redeem-card>input{color:#0b1a1f;text-transform:uppercase;background:#f7faf9;border:1px solid #dfe8e5;border-radius:14px;outline:none;height:86px;padding:0 23px;font-size:28px;font-weight:800}.redeem-card>input:focus{border-color:#59d9c2;box-shadow:0 0 0 3px #59d9c229}.redeem-card>small{color:#667573;margin:14px 0 28px;font-size:12px}.redeem-card>button[type=submit]{color:#0b1a1f;cursor:pointer;background:#59d9c2;border:0;border-radius:999px;height:48px;font-weight:800}.redeem-card.result{min-height:300px}.redeem-card.result.success{min-height:430px}.redeem-status{color:#ff4662;align-items:center;gap:28px;display:flex}.redeem-status b{font-size:42px}.redeem-status h2{margin:0}.redeem-card.result.success .redeem-status{color:#147a5e}.redeem-card.result>p{margin:28px 0;font-size:15px}.unlocked-summary{background:#f7faf9;border:1px solid #dfe8e5;border-radius:14px;flex-direction:column;gap:10px;min-height:92px;padding:18px;display:flex}.unlocked-summary span{color:#667573;font-size:12px}.wide-dark-button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:999px;place-items:center;width:100%;height:48px;margin-top:auto;font-weight:800;display:grid}.auth-page{background:#eef4f2;place-items:center;width:100%;min-height:100vh;padding:28px 40px;display:grid;position:relative}.auth-brand{gap:12px;position:absolute;top:28px;left:40px}.auth-card{background:#fff;border:1px solid #dfe8e5;border-radius:24px;align-items:center;width:420px;min-height:520px;padding:54px 42px;display:flex;box-shadow:0 24px 70px #0b1a1f1a}.auth-card form{width:100%}.auth-card h1{margin:0;font-size:30px}.auth-card p{color:#667573;margin:12px 0 56px;font-size:13px}.auth-card label{margin-bottom:14px;font-size:12px;font-weight:800;display:block}.auth-card input{background:#f7faf9;border:1px solid #dfe8e5;border-radius:12px;outline:none;width:100%;height:58px;padding:0 15px;font-size:16px}.auth-card input:focus{border-color:#59d9c2}.auth-card .code-input{letter-spacing:18px;font-size:22px;font-weight:800}.auth-card form>button:not(.resend){color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:999px;width:100%;height:48px;margin-top:29px;font-weight:800}.auth-card .resend{color:#667573;cursor:pointer;background:0 0;border:0;width:100%;margin-top:24px}.auth-card button:disabled{opacity:.5;cursor:not-allowed!important}.auth-legal{color:#667573;text-align:center;margin:0;font-size:11px;position:absolute;bottom:24px;left:24px;right:24px}.auth-legal a{color:#245f51;text-underline-offset:2px;margin:0 2px;text-decoration:underline}.article-back-link{color:#667573;cursor:pointer;background:0 0;border:0;align-self:flex-start;margin-bottom:-8px;padding:8px 0;font-size:13px;font-weight:700}.article-back-link:hover{color:var(--ink)}.logged-header{background:#fff;border-bottom:1px solid #e0e0e3;justify-content:space-between;align-items:center;gap:28px;height:78px;padding:0 56px;display:flex;position:relative}.logged-header>a{width:200px;font-size:15px;font-weight:800}.logged-header nav{gap:22px;font-size:14px;display:flex}.logged-header>button{cursor:pointer;background:#faf9f7;border:0;border-radius:999px;align-items:center;gap:12px;width:246px;height:44px;padding:0 12px;display:flex}.logged-header>button b{background:#7ae0b8;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.logged-header>button span{text-align:left;width:150px}.logged-header>button i{color:#73737a;font-style:normal}.account-menu{z-index:20;background:#fff;border:1px solid #dfe8e5;border-radius:14px;flex-direction:column;width:220px;padding:10px;display:flex;position:absolute;top:66px;right:56px;box-shadow:0 16px 40px #0b1a1f1f}.account-menu a,.account-menu button{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:12px}.account-menu a:hover,.account-menu button:hover{background:#f7faf9}.profile-main{width:min(1200px,100% - 48px);margin:0 auto;padding:52px 0 160px}.profile-heading-row{justify-content:space-between;align-items:center;display:flex}.profile-heading-row h1{margin:0 0 32px;font-size:38px}.profile-heading-row button{cursor:pointer;background:#fff;border:1px solid #dfe8e5;border-radius:999px;padding:9px 14px}.profile-layout{grid-template-columns:300px 1fr;gap:40px;display:grid}.account-card{background:#fff;border:1px solid #dfe8e5;border-radius:18px;flex-direction:column;height:700px;padding:28px;display:flex}.account-card h2{margin:0 0 10px;font-size:24px}.account-card p{color:#667573;margin:0 0 10px;font-size:13px}.account-card small{color:#667573}.account-card strong:first-of-type{margin-top:64px}.account-card strong{margin-bottom:24px;font-size:14px}.account-card a{color:#ff4662;margin-top:16px;font-weight:800}.library-content>h2{margin:8px 0 24px;font-size:24px}.library-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-bottom:62px;display:grid}.library-grid a{background:#fff;border:1px solid #dfe8e5;border-radius:16px;flex-direction:column;justify-content:center;height:220px;padding:18px;display:flex}.library-grid span{color:#ff4662;margin-top:auto;font-size:12px;font-weight:800}.resource-list{flex-direction:column;gap:16px;display:flex}.resource-list a{background:#fff;border:1px solid #dfe8e5;border-radius:14px;justify-content:space-between;align-items:center;height:60px;padding:0 18px;display:flex}.resource-list span{color:#ff4662;font-weight:800}.empty-page-state{flex-direction:column;justify-content:center;align-items:center;min-height:520px;display:flex}.empty-page-state h2{margin:0;font-size:30px}.empty-page-state p{color:#667573}.empty-page-state a{color:#fff;background:var(--ink);border-radius:999px;place-items:center;width:200px;height:48px;margin-top:22px;font-weight:800;display:grid}.community-page{background:#faf9f7}.community-hero{text-align:center;background:linear-gradient(90deg,#ff6178,#ffbac4 52%,#4fd6ba);flex-direction:column;justify-content:center;align-items:center;gap:22px;min-height:482px;padding:84px 20px;display:flex}.community-hero>span{background:#fff;border-radius:999px;place-items:center;width:320px;height:36px;font-size:14px;font-weight:800;display:grid}.community-hero h1{white-space:pre-line;margin:0;font-size:52px;line-height:1.2}.community-hero p{white-space:pre-line;margin:0;font-size:19px;line-height:1.7}.community-hero strong{color:#f2594d}.community-hero>button{color:#fff;cursor:pointer;background:#0b1a1f;border:0;border-radius:999px;min-width:220px;height:52px;font-weight:800}.community-hero>small{color:#1f6654;font-weight:700}.community-section{padding:72px max(50vw - 600px,40px)}.community-section>h2{margin:0 0 32px;font-size:30px}.scene-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.scene-grid article{background:#fff;border:1px solid #e0e0e3;border-radius:16px;height:240px;padding:28px}.scene-grid b{color:#f2594d}.scene-grid h3{margin:14px 0;font-size:20px}.scene-grid p{color:#73737a;line-height:1.7}.community-features{padding-bottom:36px}.community-section.rules{background:#faf9f7;padding-top:36px}.rules>p{color:#73737a}.rules>div{flex-direction:column;gap:12px;margin-top:34px;display:flex}.rules>div p{background:#fff;border:1px solid #e0e0e3;border-radius:14px;align-items:center;gap:16px;height:72px;margin:0;padding:0 16px;display:flex}.rules>div b{color:#f2594d}.author-story{border-top:1px solid #dfe8e5;max-width:760px;padding-top:16px;line-height:1.8;color:#354945!important;margin-top:16px!important;font-size:14px!important}.community-page .shared-author-section{background:#eef5f3;margin-bottom:64px}.community-cta{text-align:center;background:linear-gradient(90deg,#ffebf0,#e8faf2);border:1px solid #e0e0e3;border-radius:18px;flex-direction:column;align-items:center;gap:14px;width:min(1040px,100% - 36px);min-height:330px;margin:0 auto 64px;padding:42px;display:flex}.community-cta h2,.community-cta p{margin:0}.community-cta strong{color:#f2594d}.community-cta>button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:999px;width:420px;max-width:100%;height:54px;font-weight:800}.community-cta small{color:#73737a}.community-faq{text-align:center;padding:24px max(50vw - 520px,24px) 70px}.community-faq>h2{margin:0;font-size:36px}.community-faq>p{color:#73737a}.community-faq>div{flex-direction:column;gap:16px;margin-top:16px;display:flex}.community-faq button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e0e0e3;border-radius:16px;grid-template-columns:1fr 20px;align-items:center;min-height:76px;padding:0 24px;display:grid}.community-faq button img{width:20px;height:20px}.community-faq button.open{padding-top:20px;padding-bottom:18px}.community-faq button.open img{transform:rotate(180deg)}.community-faq button p{color:#73737a;grid-column:1/-1}.community-sticky-join{z-index:32;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #dce6e3;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;min-width:310px;padding:12px 14px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 16px 45px #0b1a1f2e}.community-sticky-join>div{flex-direction:column;gap:2px;display:flex}.community-sticky-join span{color:#72817e;font-size:10px}.community-sticky-join strong{font-size:18px}.community-sticky-join button{color:#fff;cursor:pointer;background:#0b1a1f;border:0;border-radius:999px;height:42px;padding:0 20px;font-weight:800}.unlock-dialog-backdrop{z-index:120;place-items:center;padding:28px 16px;overflow-y:auto}.content-unlock-modal{background:#fff;border-radius:24px;width:min(600px,100%);max-height:calc(100vh - 56px);padding:34px;position:relative;overflow-y:auto;box-shadow:0 30px 90px #00000040}.content-unlock-modal h2{margin:8px 0 18px;font-size:30px}.content-unlock-modal>ul{background:#f2f8f6;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:18px;list-style:none;display:grid}.content-unlock-modal>ul li{color:#36524b;font-size:13px}.unlock-modal-price{margin:18px 0;font-size:34px;display:block}.unlock-code-form{border:1px solid #dce6e3;border-radius:14px;padding:18px}.unlock-code-form>label{margin-bottom:9px;font-size:12px;font-weight:800;display:block}.unlock-code-form>div{grid-template-columns:1fr 130px;gap:9px;display:grid}.unlock-code-form input{text-transform:uppercase;border:1px solid #d6e1de;border-radius:10px;outline:none;min-width:0;height:46px;padding:0 13px}.unlock-code-form button{color:#fff;cursor:pointer;background:#0b1a1f;border:0;border-radius:10px;font-weight:800}.unlock-code-form button:disabled{opacity:.55}.unlock-code-form>p{color:#b23b3b;margin:9px 0 0;font-size:12px}.purchase-instructions{background:#fff7e9;border-radius:14px;flex-direction:column;gap:7px;margin-top:16px;padding:18px;display:flex}.purchase-instructions b{font-size:13px}.purchase-instructions p{color:#6d604a;margin:0;font-size:12px;line-height:1.7}.purchase-instructions strong{color:#8b541f;font-size:13px}.purchase-instructions img{object-fit:cover;border-radius:10px;width:160px;height:160px;margin-top:6px}.loading-state,.video-error-state{width:min(1040px,100% - 36px);margin:0 auto;padding-top:66px}.loading-state h1{font-size:30px}.skeleton{background:#edf2f0;border-radius:9px;width:720px;max-width:100%;height:18px;margin-top:54px;animation:1.2s ease-in-out infinite alternate skeletonPulse}.skeleton.wide{width:820px;height:34px;margin-top:42px}@keyframes skeletonPulse{to{opacity:.45}}.video-error-state h1{margin:0 0 52px;font-size:36px}.video-error-state section{color:#fff;background:var(--ink);border-radius:22px;flex-direction:column;justify-content:center;align-items:center;width:min(880px,100%);height:495px;margin:0 auto;display:flex}.video-error-state section b{font-size:56px}.video-error-state section h2{margin:14px 0;font-size:24px}.video-error-state section p{color:#b8c7c9}.video-error-state section a{width:180px;height:48px;color:var(--ink);background:#59d9c2;border-radius:999px;place-items:center;margin-top:28px;font-weight:800;display:grid}.mobile-directory{display:none}.locked-video,.unlocked-video{border:1px solid #dfe8e5;border-radius:22px;width:880px;height:495px;position:relative;overflow:hidden}.locked-video{color:#fff;background:var(--ink);flex-direction:column;justify-content:center;align-items:center;gap:24px;display:flex}.locked-video img{filter:brightness(0)invert();width:24px;height:24px}.locked-video span{font-size:12px;position:absolute;bottom:18px;right:24px}.unlocked-video{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1a1a21,#574557);display:block}.unlocked-video>img{width:58px;height:58px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.unlocked-video strong{position:absolute;bottom:18px;left:18px}.unlocked-video span{position:absolute;bottom:18px;right:18px}.full-article-copy{width:720px}.full-article-copy h2{font-size:28px}.full-article-copy p{line-height:1.7}.code-block{color:#fff;background:var(--ink);border-radius:14px;height:180px;padding:60px 18px 20px;position:relative;overflow-x:auto}.code-block button{cursor:pointer;background:#fff;border:0;border-radius:999px;width:68px;height:42px;font-weight:800;position:absolute;top:12px;right:12px}.code-block code{white-space:nowrap}.article-related{width:720px}.article-related h2{font-size:24px}.article-related a{border:1px solid #dfe8e5;border-radius:14px;grid-template-columns:1fr auto;gap:6px;min-height:74px;margin-top:12px;padding:14px;display:grid}.article-related a span{color:#ff4662;font-size:11px}.article-related a span.free{color:#667573}.article-related a small{color:#667573;grid-column:1/-1}.mobile-unlock-sticky{display:none}@media (width<=1279px){.article-grid,.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.article-grid,.listing-grid{grid-template-columns:1fr}}@media (width<=1000px){.site-header{height:64px;padding:0 18px}.brand{gap:10px}.brand img{width:38px;height:38px}.brand span{font-size:15px}.header-actions .search-pill,.header-actions .text-button,.header-actions .button-outline{display:none}.header-actions{gap:8px;margin-left:auto}.header-actions .button-dark{padding:9px 16px}.header-avatar-button{width:40px;height:40px}.header-account-menu{width:min(260px,100vw - 28px);top:48px;right:-4px}.menu-button{order:-1;display:block}.main-nav{border:1px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;gap:0;margin:0;padding:16px;display:none;position:absolute;top:58px;left:14px;right:14px;box-shadow:0 16px 40px #0b1a1f1f}.main-nav.open{display:flex}.main-nav a{padding:12px}.hero{align-items:center;height:clamp(370px,55svh,520px);padding:42px 7vw 58px}.hero-copy{width:min(700px,86%)}.article-card h3{font-size:20px}.author-section{height:auto}.author-points{gap:10px 20px}.article-sidebar{display:none}.article-content{width:min(880px,100% - 36px)}.article-content>h1,.public-video-wrap,.public-video{width:100%}.public-video-wrap{height:auto}.public-video{aspect-ratio:16/9;height:auto}.article-lead,.content-overview,.trial-copy,.article-unlock-card,.article-author{width:min(720px,100%)}.locked-video,.unlocked-video{aspect-ratio:16/9;width:100%;height:auto}.full-article-copy,.article-related{width:min(720px,100%)}.logged-header{padding:0 18px}.logged-header nav{display:none}.logged-header>button{width:170px}.logged-header>button span{text-overflow:ellipsis;width:90px;overflow:hidden}.account-menu{right:18px}.profile-layout{grid-template-columns:250px 1fr}.library-grid{grid-template-columns:1fr}.account-card{height:620px}}@media (width<=700px){.brand span{display:none}.hero{align-items:center;height:min(55svh,440px);min-height:300px;padding:30px 20px 42px}.hero-copy{transform:none}.hero h1{letter-spacing:-2px;margin-top:10px;font-size:46px}.hero-copy>p{font-size:15px;line-height:1.6}.articles-section,.author-section{padding-left:18px;padding-right:18px}.articles-section{padding-top:56px;padding-bottom:64px}.section-heading-row h2{font-size:32px}.section-heading-row a{font-size:13px}.filter-divider{display:none}.filter-row,.listing-filters{gap:16px}.article-grid{grid-template-columns:1fr}.article-card{min-height:245px;padding:22px}.article-card h3{font-size:20px}.article-card>p{font-size:15px}.content-article-card{border-radius:18px}.content-card-body{padding:20px 19px 18px}.content-card-body h3{font-size:20px}.content-card-body>p{margin-bottom:17px;font-size:13px}.content-card-badges{bottom:11px;left:12px;right:12px}.content-card-badges span{padding:6px 9px}.home-first-screen{padding-bottom:10px}.home-community-teaser{border-radius:20px;flex-direction:column;justify-content:center;align-items:flex-start;gap:18px;min-height:230px;margin:-24px 18px 24px;padding:22px}.home-community-teaser h2{font-size:23px}.home-community-teaser>a{text-align:center;width:100%}.home-midjourney-teaser{min-height:254px;margin:0 18px 24px}.showcase-strip{padding:48px 0 52px}.showcase-strip>header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px;padding:0 20px}.showcase-strip>header h2{font-size:30px}.showcase-strip>header p{text-align:left}.showcase-track{scroll-snap-type:x mandatory;gap:12px;padding:0 20px 12px;scroll-padding-left:20px}.showcase-work{border-radius:15px;min-width:min(78vw,320px)}.image-lightbox-stage{width:100vw;height:100svh;padding:54px 10px 46px}.image-lightbox-close{right:8px;top:max(8px,env(safe-area-inset-top));width:48px!important;height:48px!important}.image-lightbox-prev,.image-lightbox-next{background:#0309087a!important;width:48px!important;height:56px!important}.image-lightbox-prev{left:4px}.image-lightbox-next{right:4px}.image-lightbox-count{bottom:max(14px,env(safe-area-inset-bottom))}.image-lightbox-reset{bottom:max(48px,calc(env(safe-area-inset-bottom) + 40px))}.author-section{min-height:0;padding-top:54px;padding-bottom:54px}.author-card{border-radius:22px;grid-template-columns:1fr;justify-items:center;gap:24px;padding:26px 20px}.author-avatar-wrap{width:118px;height:118px}.author-info{text-align:center;align-items:stretch}.author-info h2{font-size:30px}.author-heading>p{line-height:1.6}.author-points{text-align:left;grid-template-columns:1fr}.author-points span:last-child{grid-column:auto}.trust-card{grid-template-columns:1fr;gap:18px;width:100%;min-height:0;padding:22px 18px}.trust-card ul{grid-template-columns:1fr}footer{align-items:stretch;gap:16px;min-height:174px;padding:28px 24px}.footer-main{flex-direction:column;align-items:flex-start;gap:15px;min-height:0}.footer-main nav{flex-wrap:wrap;gap:20px;width:100%}.footer-records{flex-wrap:wrap;align-items:flex-start;line-height:1.6}.legal-page{padding:34px 14px 64px}.legal-heading{margin:30px 4px 22px}.legal-document{border-radius:18px;padding:25px 20px}.legal-document p,.legal-document li{font-size:14px;line-height:1.85}.legal-document .legal-notice{padding:17px 16px}.legal-document section{padding-top:24px}.article-layout{min-height:0}.article-content{gap:22px;padding:42px 0 64px}.article-content>h1{font-size:30px;line-height:1.45}.article-title-meta{margin-bottom:-6px}.public-video-wrap>p{line-height:1.6}.play-button{width:64px;height:64px;font-size:22px}.article-lead{text-align:left;font-size:15px}.content-overview{text-align:center;height:auto;min-height:54px;padding:12px}.trial-copy h2{font-size:26px}.trial-copy p{font-size:15px}.article-unlock-card{height:auto;min-height:410px;padding:26px 22px}.article-unlock-card h2{font-size:26px}.article-author{align-items:center;height:auto}.article-author>div{flex-basis:60px;width:60px;height:60px}.article-author strong{font-size:16px}.mobile-directory{background:#fff;border:1px solid #e0e0e3;border-radius:14px;order:0;justify-content:space-between;align-items:center;width:100%;min-height:52px;padding:0 15px;font-size:13px;display:flex}.mobile-directory span{color:#667573}.article-content>h1{order:-2}.article-title-meta{order:-3;align-self:flex-start}.public-video-wrap{width:calc(100% + 36px);margin-left:-18px}.public-video,.locked-video,.unlocked-video{border-radius:0}.public-video-wrap>p{padding-left:18px}.article-lead{display:none}.content-overview{color:#667573;background:0 0;border:0;justify-items:start;padding-left:18px}.article-unlock-card{background:#fff;border-radius:18px}.article-author{display:none}.article-related{margin-top:10px}.article-related a{background:#fff}.mobile-unlock-sticky{z-index:35;background:#fff;border-top:1px solid #e0e0e3;grid-template-columns:1fr 196px;align-items:center;gap:12px;min-height:76px;padding:12px 16px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 8px #0000001a}.mobile-unlock-sticky.open{grid-template-columns:1fr 200px;align-content:end;min-height:330px}.mobile-unlock-sticky ul{grid-column:1/-1;align-self:start;margin:0;padding:0;line-height:1.7;list-style:none}.mobile-unlock-sticky>button{cursor:pointer;border:0}.sticky-price{background:#fff;flex-direction:column;align-items:flex-start;display:flex}.sticky-price strong{font-size:20px}.sticky-price span{color:#667573;font-size:11px}.sticky-unlock{color:#fff;background:var(--ink);border-radius:999px;height:48px;font-weight:800}.mobile-unlock-sticky>a{color:#ff4662;text-align:center;grid-column:1/-1;font-weight:800}.full-article-copy{width:100%}.listing-main{width:calc(100% - 36px);padding:32px 0 120px}.listing-main>h1{font-size:30px}.listing-filters{gap:10px}.listing-filters button{height:42px;padding:0 15px}.listing-filters>span{display:none}.filter-row,.listing-filters{flex-direction:column;align-items:stretch}.filter-group{scrollbar-width:none;flex-wrap:nowrap;width:100%;overflow-x:auto}.filter-group::-webkit-scrollbar{display:none}.filter-group button{white-space:nowrap;flex:none}.filter-label{flex:none;min-width:30px}.listing-grid{grid-template-columns:1fr;gap:12px}.library-main{width:calc(100% - 32px);padding:38px 0 86px}.library-heading{min-height:168px}.library-heading h1{font-size:34px}.library-heading p{font-size:12px}.library-heading>b{min-width:74px;padding:11px;font-size:22px}.library-controls{border-radius:16px;padding:16px 14px}.library-control-row{grid-template-columns:44px minmax(0,1fr)}.library-control-row>strong{padding-top:8px}.library-category-filter,.library-tag-filter{scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.library-category-filter::-webkit-scrollbar{display:none}.library-tag-filter::-webkit-scrollbar{display:none}.library-category-filter button,.library-tag-filter button{flex:none}.library-clear-tags{grid-column:2;justify-self:start}.library-search-sort{grid-template-columns:1fr}.library-search-sort select{height:42px}.library-result-meta{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}.material-library-grid{grid-template-columns:1fr;gap:15px}.library-card{border-radius:17px}.library-skeleton-image{aspect-ratio:auto;height:200px}.library-image-track--card,.library-image-track--detail{width:100%;height:200px;min-height:200px;aspect-ratio:auto!important}.library-image-track-scroll{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:thin;scroll-snap-type:x proximity;justify-content:flex-start;align-items:stretch;display:flex;overflow:auto hidden}.library-image-track img{object-fit:contain;scroll-snap-align:start;flex:none;width:auto;min-width:0;max-width:none;height:200px;margin:0}.library-image-track.is-scrollable:before,.library-image-track.is-scrollable:after{content:"";z-index:2;pointer-events:none;width:28px;transition:opacity .18s;position:absolute;top:0;bottom:0}.library-image-track.is-scrollable:before{background:linear-gradient(90deg,#0b1a1f33,#0000);left:0}.library-image-track.is-scrollable:after{background:linear-gradient(270deg,#0b1a1f33,#0000);right:0}.library-image-track.is-at-start:before,.library-image-track.is-at-end:after{opacity:0}.library-scroll-hint{z-index:3;color:#fff;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);pointer-events:none;background:#0b1a1fad;border-radius:999px;width:max-content;padding:6px 9px;font-size:8px;display:block;position:absolute;top:8px;right:8px}.library-scroll-hint b{margin-left:3px;font-size:11px}.library-card-body{padding:17px}.library-card-body h2{font-size:17px}.library-code{min-height:68px}.library-code code{font-size:10px}.library-code.locked button{min-width:106px}.library-copy-notice{text-align:center;white-space:nowrap;max-width:calc(100% - 30px);bottom:18px}.library-detail-backdrop{place-items:end center;padding:0}.library-detail-modal{border-width:0;border-radius:20px 20px 0 0;width:100%;max-height:94svh;display:block}.library-detail-close{position:fixed;top:calc(6svh + 12px);right:12px}.library-detail-content{padding:24px 18px 22px}.library-detail-content h2{font-size:23px}.library-detail-description{margin-top:20px;font-size:12px}.library-detail-code{grid-template-columns:1fr;margin-top:18px}.library-detail-code button{width:100%}.library-detail-nav{padding:13px 18px calc(13px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;margin:20px -18px -22px;position:sticky;bottom:-22px}.listing-card{min-height:124px;padding:16px}.listing-card h2{margin-top:16px;font-size:17px}.listing-card p{font-size:12px}.mobile-paid-bar{z-index:34;background:#fff;border-top:1px solid #e0e0e3;justify-content:space-between;align-items:center;height:76px;padding:12px 16px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 8px #0000001a}.mobile-paid-bar>div{flex-direction:column;display:flex}.mobile-paid-bar strong{font-size:20px}.mobile-paid-bar span{color:#667573;font-size:11px}.mobile-paid-bar>a,.mobile-paid-bar>button{color:#fff;background:var(--ink);width:196px;height:48px;font:inherit;cursor:pointer;border:0;border-radius:999px;place-items:center;font-weight:800;display:grid}.flow-main{width:calc(100% - 36px);padding:48px 0 100px}.flow-main>h1{font-size:30px}.redeem-card{min-height:420px;padding:28px 22px}.redeem-card>input{height:70px;font-size:22px}.redeem-card.result{min-height:300px}.redeem-card.result.success{min-height:430px}.redeem-status{gap:18px}.auth-page{background:#fff;width:min(390px,100%);min-height:844px;margin:0 auto;padding:28px 24px;display:block}.auth-brand{position:static}.auth-brand span{font-size:15px;display:inline}.auth-card{width:auto;min-height:0;box-shadow:none;border:0;border-radius:0;margin-top:76px;padding:0;display:block}.auth-legal{bottom:38px}.logged-header{height:64px}.logged-header>a{width:auto;font-size:14px}.logged-header>button{width:54px;padding:9px}.logged-header>button span,.logged-header>button i{display:none}.profile-main{width:calc(100% - 36px);padding:44px 0 100px}.profile-heading-row h1{font-size:30px}.profile-heading-row button{font-size:11px}.profile-layout{grid-template-columns:1fr}.account-card{height:auto;min-height:330px}.account-card strong:first-of-type{margin-top:34px}.library-grid{gap:12px;margin-bottom:44px}.library-grid a{height:150px}.empty-page-state{text-align:center;min-height:560px}.empty-page-state h2{font-size:24px}.community-hero{gap:20px;min-height:450px;padding:58px 20px}.community-hero>span{width:286px;font-size:13px}.community-hero h1{font-size:36px}.community-hero p{font-size:17px}.community-section{padding:48px 18px}.community-features{padding-bottom:24px}.community-section.rules{padding-top:24px}.community-section>h2{font-size:28px}.scene-grid{grid-template-columns:1fr;gap:16px}.scene-grid article{height:214px;padding:22px}.rules>div p{height:76px}.community-page .shared-author-section{margin-bottom:48px}.community-cta{min-height:334px;padding:36px 22px}.community-page{padding-bottom:82px}.community-sticky-join{border-width:1px 0 0;border-radius:0;min-width:0;padding:11px 16px;bottom:0;left:0;right:0}.content-unlock-modal{border-radius:20px;padding:28px 20px}.content-unlock-modal>ul,.unlock-code-form>div{grid-template-columns:1fr}.unlock-code-form button{height:46px}.community-faq{padding:24px 18px 56px}.community-faq>h2{font-size:30px}.community-faq button{padding-left:16px;padding-right:16px}.loading-state,.video-error-state{padding-top:42px}.loading-state h1,.video-error-state h1{font-size:26px}.video-error-state section{aspect-ratio:16/9;height:auto}.video-error-state section b{font-size:38px}.video-error-state section h2{font-size:20px}.video-error-state section p{text-align:center;width:80%;font-size:12px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}.admin-shell{color:#141417;background:#f5f8f7;grid-template-columns:244px minmax(0,1fr);min-height:100vh;display:grid}.admin-sidebar{color:#afc1c1;background:#0b1a1f;flex-direction:column;height:100vh;padding:18px;display:flex;position:sticky;top:0}.admin-brand{color:#fff;align-items:center;gap:13px;height:62px;padding:0 6px;font-size:15px;display:flex}.admin-brand img{border-radius:50%;width:44px;height:44px}.admin-section-label{color:#789092;letter-spacing:.08em;margin:24px 10px 12px;font-size:11px}.admin-sidebar nav{flex-direction:column;gap:6px;display:flex}.admin-sidebar nav a{color:#9bb0b1;border-radius:10px;align-items:center;gap:14px;height:42px;padding:0 14px;font-size:14px;font-weight:650;display:flex}.admin-sidebar nav a i{width:18px;color:inherit;text-align:center;font-size:18px;font-style:normal}.admin-sidebar nav a:hover{color:#fff;background:#ffffff0f}.admin-sidebar nav a.active{color:#141417;background:#edf5f0}.admin-site-link{color:#8ba7aa;margin:auto 10px 4px;font-size:12px}.admin-site-link:hover{color:#fff}.admin-sidebar-footer{gap:12px;margin:auto 10px 4px;display:grid}.admin-sidebar-footer .admin-site-link{margin:0}.admin-sidebar-footer button{color:#8ba7aa;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px}.admin-sidebar-footer button:hover{color:#fff}.admin-main{min-width:0;padding:27px 32px 50px}.admin-auth-page{background:#f5f8f7;place-items:center;min-height:100vh;padding:24px;display:grid}.admin-auth-card{background:#fff;border:1px solid #dfe7e3;border-radius:22px;gap:16px;width:min(100%,420px);padding:34px;display:grid;box-shadow:0 24px 70px #0b1a1f1a}.admin-auth-card>img{border-radius:50%;width:52px;height:52px}.admin-auth-card>span{color:#566363;font-size:13px;font-weight:750}.admin-auth-card h1{margin:4px 0 0;font-size:28px}.admin-auth-card p{color:#64706f;margin:0;line-height:1.6}.admin-auth-card label{color:#303837;gap:8px;font-size:13px;font-weight:700;display:grid}.admin-auth-card input{width:100%;height:46px;font:inherit;border:1px solid #cfdad6;border-radius:10px;padding:0 13px}.admin-auth-card input:focus{border-color:#357d5b;outline:2px solid #357d5b2e}.admin-auth-card .admin-auth-error{color:#a52e42;background:#d23f5614;border-radius:9px;padding:10px 12px;font-size:13px}.admin-auth-card .admin-primary{min-height:46px}.admin-title-row{justify-content:space-between;align-items:flex-start;gap:24px;min-height:65px;display:flex}.admin-title-row h1{letter-spacing:-.03em;margin:0 0 8px;font-size:30px;line-height:1.05}.admin-title-row p{color:#6c7775;margin:0;font-size:13px}.admin-actions{gap:12px;display:flex}.admin-primary,.admin-secondary{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;height:42px;padding:0 24px;font-size:13px;font-weight:750;display:inline-flex}.admin-primary{color:#fff;background:#0b1a1f;border:1px solid #0b1a1f}.admin-primary:hover{background:#173039}.admin-secondary{color:#1c2625;background:#fff;border:1px solid #d9e3e0;min-width:100px}.admin-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:24px;display:grid}.admin-stats article{background:#fff;border:1px solid #e2e9e7;border-radius:14px;grid-template-columns:1fr auto;align-content:center;gap:9px 16px;height:118px;padding:20px 22px;display:grid}.admin-stats span{color:#667573;font-size:12px}.admin-stats strong{letter-spacing:-.04em;grid-area:1/2/3;align-self:center;font-size:35px}.admin-stats small{color:#97a29f;font-size:11px}.admin-card{background:#fff;border:1px solid #e2e9e7;border-radius:16px}.community-config-page,.showcase-admin-page{flex-direction:column;gap:18px;display:flex}.showcase-selected-list{flex-direction:column;gap:10px;display:flex}.showcase-selected-list article{background:#fbfcfc;border:1px solid #e0e8e5;border-radius:12px;grid-template-columns:128px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px;display:grid}.showcase-selected-list article>img{aspect-ratio:16/10;object-fit:cover;background:#e7efec;border-radius:9px;width:128px;display:block}.showcase-selected-list article>div{grid-template-columns:1fr 1fr;gap:10px;display:grid}.showcase-media-picker{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.showcase-media-picker button{color:#26332f;text-align:left;cursor:pointer;background:#fff;border:1px solid #dce6e3;border-radius:12px;min-width:0;padding:0 0 12px;position:relative;overflow:hidden}.showcase-media-picker button.selected{border-color:#3e8d76;box-shadow:0 0 0 2px #d9eee7}.showcase-media-picker img{aspect-ratio:4/3;object-fit:cover;background:#e7efec;width:100%;display:block}.showcase-media-picker span{text-overflow:ellipsis;white-space:nowrap;margin:9px 10px 6px;font-size:10px;display:block;overflow:hidden}.showcase-media-picker b{color:#247159;margin:0 10px;font-size:10px}.showcase-empty{color:#7b8985;text-align:center;border:1px dashed #d4dfdc;border-radius:12px;margin:0;padding:28px}.author-config-admin{flex-direction:column;gap:18px;display:flex}.author-config-basic{grid-template-columns:190px minmax(0,1fr);gap:24px;display:grid}.author-config-basic>div:last-child{flex-direction:column;gap:16px;display:flex}.author-config-avatar{flex-direction:column;align-items:center;gap:10px;display:flex}.author-config-avatar img,.author-config-avatar>i{object-fit:cover;color:#fff;background:linear-gradient(145deg,#ff7588,#5ad8bf);border:5px solid #fff;border-radius:50%;place-items:center;width:128px;height:128px;font-size:38px;font-style:normal;font-weight:800;display:grid;box-shadow:0 9px 24px #112a2f24}.author-config-avatar button{cursor:pointer;background:#fff;border:1px solid #d8e2df;border-radius:8px;height:36px;padding:0 14px}.author-config-avatar small{color:#7b8885;text-align:center;max-width:170px;font-size:9px;line-height:1.5}.community-config-loading{color:#70807c;text-align:center;padding:50px}.community-config-section{padding:24px}.community-config-section>header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.community-config-section>header>div{align-items:center;gap:10px;display:flex}.community-config-section>header>div>span{color:#17664f;background:#e8f4f0;border-radius:8px;place-items:center;width:30px;height:30px;font-size:10px;font-weight:800;display:grid}.community-config-section h2,.community-config-section h3{margin:0}.community-config-section h2{font-size:18px}.community-config-section h3{font-size:14px}.community-config-section>header>p{color:#778681;margin:0;font-size:11px}.community-config-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.community-config-section label{color:#46534f;flex-direction:column;gap:8px;font-size:11px;font-weight:750;display:flex}.community-config-section input,.community-config-section textarea{color:#1d2926;width:100%;font:inherit;resize:vertical;box-sizing:border-box;background:#fff;border:1px solid #d8e2df;border-radius:9px;padding:11px 12px;line-height:1.55}.community-config-section input:focus,.community-config-section textarea:focus{border-color:#4b947e;outline:2px solid #bee2d6}.community-config-grid .config-wide{grid-column:1/-1}.config-title-field,.config-block-field{margin-bottom:18px}.config-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.config-feature-grid article{background:#fafcfb;border:1px solid #e1e8e6;border-radius:12px;padding:15px}.config-feature-grid article>b{color:#27725c;margin-bottom:13px;font-size:10px;display:block}.config-feature-grid article label+label{margin-top:12px}.config-list{flex-direction:column;gap:10px;display:flex}.config-list-item{background:#fbfcfc;border:1px solid #e0e8e5;border-radius:11px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;display:grid}.config-list-item>b{color:#327861;text-align:center;font-size:10px}.config-list-item>div{grid-template-columns:minmax(180px,.8fr) minmax(280px,1.4fr);gap:10px;display:grid}.config-item-actions{align-items:center;gap:5px;display:flex}.config-item-actions button{color:#4f615c;cursor:pointer;background:#fff;border:1px solid #d9e2df;border-radius:7px;min-width:30px;height:30px}.config-item-actions button:disabled{opacity:.35;cursor:default}.config-item-actions .delete-link{color:#ad4444;border-color:#eed2d2;padding:0 8px}.config-subheading{justify-content:space-between;align-items:center;margin:24px 0 12px;display:flex}.config-list.compact .config-list-item{padding:8px 12px}.community-loading{color:#6f7d79;place-items:center;min-height:60vh;display:grid}.admin-table-card{min-height:650px;margin-top:24px;padding:20px 22px 28px}.admin-toolbar{align-items:flex-start;gap:12px;min-height:52px;display:flex}.admin-toolbar input{width:min(430px,42%)}.admin-toolbar input,.admin-toolbar select{color:#4f5d5b;background:#fbfcfc;border:1px solid #dfe7e5;border-radius:9px;outline:none;height:38px;padding:0 14px}.admin-toolbar input:focus,.admin-toolbar select:focus{background:#fff;border-color:#809b97}.admin-toolbar select{cursor:pointer;min-width:132px}.admin-toolbar>a{color:#93a09d;margin-left:auto;padding:10px 4px;font-size:11px}.admin-table{width:100%}.admin-tr{color:#55625f;text-align:left;background:0 0;border:0;border-bottom:1px solid #edf1f0;align-items:center;width:100%;min-height:82px;font-family:inherit;font-size:12px;display:grid}button.admin-tr{cursor:pointer}button.admin-tr:hover{background:#fafcfb}.admin-tr strong{color:#1b2524;padding-right:20px;font-size:13px;font-weight:700;line-height:1.5}.admin-tr strong small{color:#8d9996;margin-top:4px;font-size:11px;font-weight:400;display:block}.admin-th{color:#899491;min-height:42px;font-size:11px;font-weight:600}.admin-th span:first-child{color:#899491}.article-admin-table .admin-tr{grid-template-columns:minmax(300px,2.4fr) .72fr .65fr .55fr .7fr minmax(190px,1.15fr)}.admin-article-title{color:#1b2524;padding-right:20px;font-size:13px;font-weight:700;line-height:1.5}.admin-article-title:hover{color:#167254;text-underline-offset:3px;text-decoration:underline}.article-select-title{align-items:center;gap:10px;min-width:0;padding-right:12px;display:flex}.article-select-title>input{accent-color:#176b54;flex:0 0 16px;width:16px;height:16px}.article-select-title .admin-article-title{min-width:0}.test-data-badge{color:#925a1e;background:#fff0d2;border-radius:999px;width:fit-content;margin-top:5px;padding:3px 7px;font-size:9px;font-weight:750;text-decoration:none;display:block}.test-article-bulkbar{background:#f8fbfa;border:1px solid #e2e9e7;border-radius:10px;align-items:center;gap:8px;min-height:46px;margin:4px 0 8px;padding:7px 10px;display:flex}.test-article-bulkbar>span{color:#53625e;margin-right:4px;font-size:11px;font-weight:750}.test-article-bulkbar>button{color:#31574c;cursor:pointer;background:#fff;border:1px solid #d7e2df;border-radius:7px;height:30px;padding:0 10px;font-size:10px}.test-article-bulkbar>button:first-of-type{color:#975622;background:#fffaf4;border-color:#edd9c5}.test-article-bulkbar>button:disabled{opacity:.4;cursor:default}.test-article-bulkbar>small{color:#28745d;margin-left:auto;font-size:10px}.article-row-actions{white-space:nowrap;align-items:center;gap:5px;display:flex}.article-row-actions a,.article-row-actions button{color:#316158;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;height:30px;padding:0 7px;font-family:inherit;font-size:11px;display:inline-flex}.article-row-actions a:hover,.article-row-actions button:hover{background:#edf5f2}.article-row-actions .delete-link{color:#c94a4a}.article-row-actions .delete-link:hover{background:#fff0f0}.users-admin-table{min-width:1300px}.users-admin-table .admin-tr{grid-template-columns:minmax(210px,1.35fr) .7fr .9fr .72fr 1.2fr .55fr minmax(150px,.9fr);gap:10px}.user-membership-period{flex-direction:column;gap:4px;display:flex}.user-membership-period b{color:#26322f;font-size:12px}.user-membership-period small{color:#77817e;font-size:10px;line-height:1.45}.user-status-stack{flex-wrap:wrap;gap:5px;display:flex}.status-disabled{color:#a52e3e;background:#ffeaed;border-radius:999px;width:fit-content;padding:5px 10px;font-size:10px;font-weight:800}.user-row-disabled{background:snow}.user-row-disabled>strong{color:#70575b}.admin-warning{color:#fff;cursor:pointer;background:#a66c21;border:0;border-radius:9px;height:40px;padding:0 18px;font-weight:750}.admin-warning:disabled{opacity:.55;cursor:wait}.user-action-dialog{width:min(520px,100% - 32px)}.user-action-dialog>p{color:#5f6c68;line-height:1.7}.user-action-dialog>p small{color:#87918e}.user-delete-impact{grid-template-columns:1fr 1fr;gap:10px;margin:18px 0;display:grid}.user-delete-impact>div{background:#f8faf9;border:1px solid #e2e8e6;border-radius:10px;flex-direction:column;gap:6px;padding:13px;display:flex}.user-delete-impact span{color:#83908c;font-size:10px}.user-delete-impact strong{color:#293633;font-size:12px}.disable-impact{background:#fff9ed;border-color:#ecd9ba}.user-operation-log{margin-top:20px;padding:22px}.user-operation-log>header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:12px;display:flex}.user-operation-log>header span{color:#9aa5a2;letter-spacing:.14em;font-size:9px;font-weight:800}.user-operation-log>header h2{margin:4px 0 0;font-size:17px}.user-operation-log>header small,.user-operation-log>p{color:#84908d;font-size:10px}.user-operation-log article{color:#687571;border-top:1px solid #edf1f0;grid-template-columns:150px 90px minmax(160px,1fr) 140px;align-items:center;gap:12px;min-height:48px;font-size:11px;display:grid}.user-operation-log article strong{color:#34413e}.user-operation-log article code{color:#929d9a;font-size:9px}.status-live,.status-draft,.status-free,.status-warning{border-radius:999px;width:fit-content;padding:5px 10px;font-size:10px;font-weight:700}.status-live{color:#167254;background:#e6f7ef}.status-warning{color:#956019;background:#fff1d2}.status-draft{color:#756d62;background:#f1efec}.status-free{color:#596663;background:#edf1f0}.admin-no-results{color:#80908d;text-align:center;padding:60px 0}.upload-zone{background:#fff;border:2px dashed #d9e5e1;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;height:260px;margin-top:24px;display:flex}.upload-zone>b{color:#57d7af;font-size:46px;font-weight:400;line-height:.8}.upload-zone h2{margin:18px 0 8px;font-size:18px}.upload-zone p{color:#87928f;margin:0 0 22px;font-size:12px}.upload-zone .admin-primary{height:40px}.media-upload-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.media-upload-actions select{background:#fff;border:1px solid #d7e2df;border-radius:9px;height:40px;padding:0 12px}.media-upload-actions>label{color:#53625e;align-items:center;gap:7px;font-size:12px;display:flex}.media-download-toggle{background:#fff;border:1px solid #d7e2df;border-radius:9px;min-height:40px;padding:0 10px}.media-download-toggle input{accent-color:#176b54}.media-admin-table .admin-tr>strong>i{overflow:hidden}.media-admin-table .admin-tr>strong>i img{object-fit:cover;width:100%;height:100%;display:block}.media-cover-upload{cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.admin-notice{color:#216b59;background:#f1fbf8;border:1px solid #cfe6df;border-radius:10px;min-height:42px;margin:14px 0 -8px;padding:11px 14px;font-size:12px}.media-card{min-height:550px;margin-top:24px;padding:22px}.media-card-heading{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.media-card-heading h2{margin:0;font-size:17px}.media-card-heading span{color:#7a8986;font-size:12px}.media-toolbar input{width:min(420px,60%)}.media-admin-table .admin-tr{grid-template-columns:minmax(250px,1.7fr) minmax(130px,.8fr) minmax(180px,1.1fr) .7fr minmax(150px,.8fr);min-height:96px}.media-admin-table .admin-th{min-height:42px}.media-admin-table .admin-tr strong{align-items:center;gap:16px;display:flex}.media-admin-table .admin-tr strong i{color:#7a8986;background:#eef4f2;border-radius:9px;flex:0 0 64px;place-items:center;width:64px;height:64px;font-size:12px;font-style:normal;display:grid}.media-admin-table .admin-tr strong>span{overflow-wrap:anywhere;min-width:0}.media-admin-table .admin-tr strong small{color:#889491;margin-top:5px;font-weight:400;display:block}.media-type-cell{flex-direction:column;align-items:flex-start;gap:7px;display:flex}.media-type-cell b{font-size:12px}.media-type-cell select{background:#fff;border:1px solid #d9e4e1;border-radius:7px;height:30px;padding:0 7px;font-size:11px}.media-references{flex-direction:column;gap:4px;max-height:66px;display:flex;overflow:auto}.media-references a{color:#236c5b;font-size:11px;text-decoration:underline}.media-references small{color:#9aa4a2}.media-row-actions{align-items:center;gap:7px;display:flex}.media-row-actions .delete-link{color:#b63838;cursor:pointer;background:#fff;border:1px solid #efcccc;border-radius:9px;height:34px;padding:0 10px}.library-admin-card{overflow-x:auto}.library-admin-toolbar input{flex:1;width:auto;min-width:260px}.library-admin-table{min-width:1120px}.library-admin-table .admin-tr{grid-template-columns:minmax(260px,1.55fr) .65fr minmax(150px,.9fr) minmax(220px,1.35fr) .7fr minmax(120px,.65fr);gap:12px;min-height:94px}.library-admin-item{align-items:center;gap:13px;min-width:0;display:flex}.library-admin-item img{object-fit:cover;background:#e9efed;border-radius:8px;flex:0 0 92px;width:92px;height:58px}.library-admin-item>span{overflow-wrap:anywhere;min-width:0}.library-admin-tags{color:#65736f;max-height:52px;line-height:1.55;overflow:auto}.library-admin-table code{color:#31423d;white-space:pre-wrap;overflow-wrap:anywhere;max-height:57px;font:10px/1.55 Consolas,monospace;overflow:auto}.library-import-hint{color:#687773;background:#f5f8f7;border-radius:10px;margin:22px 0 0;padding:13px 15px;font-size:10px;line-height:1.65}.library-item-modal{width:min(820px,100% - 32px);max-height:calc(100svh - 40px);overflow:auto}.library-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.library-form-grid label{flex-direction:column;gap:7px;display:flex}.library-form-grid label.wide{grid-column:1/-1}.library-form-grid input,.library-form-grid select,.library-form-grid textarea,.library-form-tags input{color:#1d2926;width:100%;font:inherit;box-sizing:border-box;resize:vertical;background:#fff;border:1px solid #d8e2df;border-radius:9px;padding:10px 11px;line-height:1.55}.library-form-grid select,.library-form-grid input:not([type=file]){height:42px}.library-form-grid input[type=file]{min-height:42px;padding:8px;font-size:10px}.library-form-grid small{color:#7c8986;font-size:9px;font-weight:400}.library-param-input{font-family:Consolas,monospace!important}.library-form-tags{margin:16px 0}.library-form-tags>strong{margin-bottom:8px;font-size:12px;display:block}.library-form-tags>div{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.library-form-tags>div button{color:#53625e;cursor:pointer;background:#f8faf9;border:1px solid #dbe5e2;border-radius:999px;padding:5px 9px;font-size:9px}.library-form-tags>label{grid-template-columns:minmax(0,1fr) 72px;gap:8px;display:grid}.library-form-tags>label button{color:#236b59;cursor:pointer;background:#f0f8f5;border:1px solid #d3e1dd;border-radius:9px;font-weight:750}.library-admin-current-image{object-fit:contain;background:#edf2f0;border-radius:10px;width:100%;max-height:190px;margin-bottom:12px;display:block}.library-selected-file{color:#27725c;margin:-4px 0 12px;font-size:10px}.admin-form-error{color:#b63b3b!important;margin:0 0 12px!important;font-size:11px!important}.library-tags-modal{width:min(680px,100% - 32px);max-height:calc(100svh - 40px);overflow:auto}.library-tag-create{grid-template-columns:1fr 120px;gap:9px;display:grid}.library-tag-create input,.library-tag-merge select{background:#fff;border:1px solid #d8e2df;border-radius:9px;height:42px;padding:0 12px}.library-tag-admin-list{border-block:1px solid #e4ebe9;max-height:330px;margin:18px 0;overflow:auto}.library-tag-admin-list>div{border-bottom:1px solid #edf1f0;justify-content:space-between;align-items:center;gap:18px;min-height:58px;display:flex}.library-tag-admin-list>div:last-child{border-bottom:0}.library-tag-admin-list strong{font-size:12px}.library-tag-admin-list strong small{color:#899592;margin-left:9px;font-size:9px;font-weight:500}.library-tag-admin-list span{gap:6px;display:flex}.library-tag-admin-list button{color:#47605a;cursor:pointer;background:#fff;border:1px solid #dce5e2;border-radius:7px;height:30px;padding:0 9px;font-size:10px}.library-tag-admin-list button.delete-link{color:#b64444;border-color:#efd2d2}.library-tag-merge{background:#f5f8f7;border-radius:11px;padding:15px}.library-tag-merge h3{margin:0 0 11px;font-size:13px}.library-tag-merge>div{grid-template-columns:1fr auto 1fr auto;align-items:center;gap:8px;display:grid}.admin-copy{color:#263230;cursor:pointer;background:#fff;border:1px solid #d8e2df;border-radius:9px;width:84px;height:34px;font-size:11px}.admin-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 150px);display:flex}.admin-empty h2{letter-spacing:-.03em;margin:0;font-size:30px}.admin-empty p{color:#73807d;margin:14px 0 28px;font-size:13px}.admin-empty .admin-primary{width:200px;height:44px}.redeem-admin-card{margin-top:24px;padding:22px;overflow-x:auto}.redeem-admin-card .admin-table{min-width:1220px}.redeem-admin-card .admin-tr{grid-template-columns:34px 1.25fr .58fr 1.25fr .85fr 1fr 1.1fr .85fr;gap:10px}.redeem-admin-card .admin-tr>span{overflow-wrap:anywhere}.redeem-admin-card input[type=checkbox]{accent-color:#176b54;cursor:pointer;width:16px;height:16px;margin:0}.redeem-admin-card input[type=checkbox]:disabled{cursor:not-allowed;opacity:.35}.redeem-bulkbar{color:#566762;background:#f4f7f6;border-radius:9px;justify-content:space-between;align-items:center;gap:14px;min-width:1176px;margin-bottom:12px;padding:10px 12px;font-size:11px;display:flex}.redeem-bulkbar .admin-danger{height:34px;padding:0 14px;font-size:10px}.redeem-bulkbar .admin-danger:disabled{opacity:.4;cursor:not-allowed}.redeem-row-actions{align-items:center;gap:6px;display:flex}.redeem-row-actions button{cursor:pointer;border-radius:7px;height:32px;padding:0 9px}.redeem-row-actions .delete-link{color:#b63838;background:#fff;border:1px solid #efcccc}.redeem-row-actions small{color:#929c99;font-size:9px}.redeem-stats+.admin-notice{margin-top:14px}.invoice-feature-control{justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;padding:20px 22px;display:flex}.invoice-feature-control strong{font-size:14px}.invoice-feature-control p{color:#6f7d79;margin:6px 0 0;font-size:11px}.invoice-feature-control>button{color:#66746f;cursor:pointer;background:#f4f7f6;border:1px solid #cdd8d5;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:104px;height:42px;padding:0 13px;font-size:11px;font-weight:850;display:flex}.invoice-feature-control>button i{background:#9da8a5;border-radius:50%;width:9px;height:9px}.invoice-feature-control>button.enabled{color:#17664f;background:#4dd1b81c;border-color:#4dd1b88c}.invoice-feature-control>button.enabled i{background:var(--mint);box-shadow:0 0 0 4px #4dd1b821}.invoice-feature-control>button:disabled{opacity:.55;cursor:not-allowed}.invoice-admin-card{overflow-x:auto}.invoice-admin-table{min-width:1240px}.invoice-admin-table .admin-tr{grid-template-columns:1fr 1.2fr 1.1fr 1.35fr 1fr .9fr .5fr;gap:12px}.invoice-admin-table .admin-tr>strong,.invoice-admin-table .admin-tr>span{overflow-wrap:anywhere;min-width:0}.invoice-admin-table small{color:#7b8985;text-overflow:ellipsis;margin-top:4px;font-size:9px;display:block;overflow:hidden}.invoice-admin-status{color:#806a13;background:#fff4c3;border-radius:999px;padding:6px 9px;font-size:10px;display:inline-block}.invoice-admin-status.issued{color:#17664f;background:#dff6ee}.invoice-admin-status.rejected{color:#a92339;background:#ffeaee}.invoice-status-dialog label{gap:7px;margin-top:18px;font-size:12px;font-weight:800;display:grid}.invoice-status-dialog select,.invoice-status-dialog textarea{background:#fff;border:1px solid #d7e0dd;border-radius:10px;outline:none;width:100%;padding:11px 12px}.invoice-status-dialog textarea{resize:vertical;line-height:1.6}.invoice-status-dialog .admin-notice{margin:13px 0 0}.admin-modal-backdrop{z-index:100;background:#040f1280;place-items:center;display:grid;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:18px;flex-direction:column;width:min(460px,100% - 32px);padding:30px;display:flex;position:relative;box-shadow:0 24px 80px #0003}.admin-modal h2{margin:0 0 8px;font-size:24px}.admin-modal p{color:#71807d;margin:0 0 28px;font-size:13px;line-height:1.6}.admin-modal label{margin-bottom:8px;font-size:12px;font-weight:700}.admin-modal input,.admin-modal select{background:#fff;border:1px solid #d7e2df;border-radius:10px;outline:0;height:46px;margin-bottom:20px;padding:0 14px}.admin-modal input:focus,.admin-modal select:focus{border-color:#0b1a1f}.new-category-modal{width:min(500px,100% - 32px)}.category-color-presets{flex-wrap:wrap;gap:10px;margin:2px 0 18px;display:flex}.category-color-presets button{background:var(--category-color);cursor:pointer;border:3px solid #fff;border-radius:50%;width:31px;height:31px;padding:0;box-shadow:0 0 0 1px #ccd7d4}.category-color-presets button.selected{box-shadow:0 0 0 2px #14221e,inset 0 0 0 2px #fffc}.category-custom-color{grid-template-columns:52px 1fr;gap:10px;display:grid}.category-custom-color input[type=color]{cursor:pointer;width:52px;padding:4px}.category-live-preview{background:#f8faf9;border:1px solid #dfe7e5;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;margin:-6px 0 18px;padding:13px;display:flex}.category-live-preview>span{color:#66736f;font-size:11px;font-weight:750}.category-create-error{color:#b53145;margin:-8px 0 14px;font-size:11px}.new-category-modal .admin-primary{height:46px;margin-top:2px}.generate-code-modal .admin-primary{height:46px;margin-top:4px}.delete-impact ul{margin:2px 0 0;padding-left:20px}.admin-modal-close{color:#65726f;cursor:pointer;background:0 0;border:0;font-size:24px;position:absolute;top:15px;right:18px}.delete-article-modal{width:min(520px,100% - 32px)}.delete-warning-icon{color:#b93636;background:#fff0f0;border-radius:50%;place-items:center;width:40px;height:40px;margin-bottom:18px;font-size:22px;font-weight:800;display:grid}.delete-article-modal>p{margin-bottom:20px}.delete-article-modal>p strong{color:#222}.delete-impact{color:#8d3535;background:#fff7f7;border:1px solid #f1c5c5;border-radius:10px;flex-direction:column;gap:7px;margin-bottom:24px;padding:15px 16px;font-size:12px;line-height:1.6;display:flex}.delete-impact strong{color:#a83030;font-size:13px}.delete-modal-actions{justify-content:flex-end;gap:10px;display:flex}.admin-danger{color:#fff;cursor:pointer;background:#c33f3f;border:1px solid #ba3535;border-radius:10px;height:42px;padding:0 22px;font-family:inherit;font-size:13px;font-weight:750}.admin-danger:hover{background:#a92e2e}.editor-placeholder-nav{margin-bottom:24px}.editor-placeholder-nav a{color:#59706b;font-size:13px}.editor-placeholder{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 120px);display:flex}.editor-placeholder>span{color:#197158;background:#e6f7ef;border-radius:999px;margin-bottom:14px;padding:6px 11px;font-size:11px;font-weight:700}.editor-placeholder h1{max-width:760px;margin:0;font-size:30px;line-height:1.35}.editor-placeholder p{color:#71807d;max-width:580px;margin:16px 0 28px;font-size:13px;line-height:1.7}.editor-placeholder .admin-primary{min-width:130px}.article-editor-workspace{width:100%}.article-editor-header{justify-content:space-between;align-items:flex-start;gap:24px;min-height:76px;display:flex}.article-editor-header>div>a{color:#62736f;font-size:12px}.article-editor-header h1{text-overflow:ellipsis;white-space:nowrap;max-width:860px;margin:12px 0 0;font-size:24px;line-height:1.25;overflow:hidden}.article-editor-header-actions{align-items:center;gap:12px;display:flex}.article-editor-header-actions>a{color:#235e4e;background:#eaf5f1;border-radius:8px;padding:8px 12px;font-size:11px;font-weight:750}.article-editor-header-actions>a:hover{background:#dceee8}.article-editor-header-actions>button{cursor:pointer;border-radius:8px;height:34px;padding:0 12px;font-size:11px;font-weight:750}.article-editor-header-actions>button:disabled{opacity:.55;cursor:wait}.editor-secondary-action{color:#344a45;background:#fff;border:1px solid #d6e2df}.editor-publish-action{color:#fff;background:#0b1a1f;border:1px solid #0b1a1f}.editor-unpublish-action{color:#a53b3b;background:#fff8f8;border:1px solid #edc9c9}.publication-status-banner{background:#fff;border:1px solid #dce6e3;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;min-height:58px;margin:2px 0 14px;padding:11px 14px;display:flex}.publication-status-banner>div{flex-direction:column;gap:4px;display:flex}.publication-status-banner strong{font-size:13px}.publication-status-banner>div span{color:#746649;font-size:11px}.publication-status-banner.draft{background:#f8faf9;border-color:#dce3e1}.publication-status-banner.published{background:#f1fbf7;border-color:#bfe4d8}.publication-status-banner.changed{background:#fff8e9;border-color:#ead09b;box-shadow:inset 4px 0 #d99a32}.draft-save-status{color:#56706a;background:#fff;border:1px solid #dce6e3;border-radius:999px;align-items:center;gap:7px;height:32px;margin-top:4px;padding:0 12px;font-size:11px;display:inline-flex}.draft-save-status i{background:#35b486;border-radius:50%;width:7px;height:7px}.draft-save-status.unsaved{color:#98702f;background:#fffaf0;border-color:#ead9b8}.draft-save-status.unsaved i{background:#d59a39}.published-article-content{flex-direction:column;align-items:center;gap:26px;width:min(1120px,100% - 48px);margin:0 auto;padding:54px 0 100px;display:flex}.published-article-content>.article-back-link{width:100%}.published-article-content>h1{text-align:center;text-wrap:balance;width:100%;max-width:1120px;margin:0;font-size:42px;line-height:1.4}.published-article-body{width:min(720px,100%)}.published-article-body .shared-article-renderer{width:100%}.published-article-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:calc(100vh - 78px);display:flex}.published-article-state h1,.published-article-state p{margin:0}.published-article-state a{color:#fff;background:#0b1a1f;border-radius:999px;margin-top:10px;padding:12px 20px}.article-recommendations{border-top:1px solid #e1e8e6;width:min(1120px,100vw - 48px);margin-top:38px;padding-top:34px}.article-recommendations>header{text-align:left;margin-bottom:20px}.article-recommendations>header span{color:#f05a72;letter-spacing:.12em;font-size:10px;font-weight:850}.article-recommendations>header h2{margin:6px 0 0;font-size:27px}.article-recommendations>div{grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:16px;display:grid}.article-recommendations .content-card-body>p{display:none}.article-recommendations .content-card-footer{margin-top:16px}.published-unlock-button{color:#fff;cursor:pointer;background:#0b1a1f;border:0;border-radius:999px;place-items:center;width:100%;height:48px;font-weight:800;display:grid}.article-unlocked-notice{color:#17634f;text-align:center;background:#eefaf5;border:1px solid #bfe4d8;border-radius:12px;width:min(720px,100%);padding:13px 16px;font-weight:800}.article-settings-panel{background:#fff;border:1px solid #dce6e3;border-radius:14px;margin:4px 0 16px;overflow:hidden}.article-recommendation-field{background:#f9fbfa;border:1px solid #dce5e2;border-radius:11px;padding:15px}.article-recommendation-field>span{margin-bottom:10px;font-size:11px;font-weight:800;display:block}.article-recommendation-field>span small{color:#7a8884;margin-left:7px;font-weight:500}.article-recommendation-field>select{background:#fff;border:1px solid #d8e2df;border-radius:8px;width:100%;height:42px;padding:0 10px}.article-recommendation-selected{flex-direction:column;gap:7px;margin-bottom:10px;display:flex}.article-recommendation-selected>p{color:#778681;margin:3px 0 8px;font-size:11px}.article-recommendation-selected>div{background:#fff;border:1px solid #e0e7e5;border-radius:8px;grid-template-columns:24px 1fr auto;align-items:center;gap:7px;min-height:40px;padding:6px 8px;display:grid}.article-recommendation-selected>div>b{color:#2d755f;text-align:center;font-size:10px}.article-recommendation-selected>div>span{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.article-recommendation-selected i{gap:4px;font-style:normal;display:flex}.article-recommendation-selected button{color:#53635f;cursor:pointer;background:#fff;border:1px solid #dce4e2;border-radius:6px;min-width:28px;height:28px;padding:0 7px}.article-recommendation-selected button:disabled{opacity:.35}.benefit-empty-hint{color:#7d8986;margin:-3px 0 10px;font-size:10px;line-height:1.5;display:block}.recommendation-manager-modal{width:min(760px,100vw - 32px);max-width:760px;max-height:calc(100vh - 48px);overflow-y:auto}.recommendation-loading{color:#71807c;place-items:center;min-height:180px;display:grid}.recommendation-global-settings{grid-template-columns:1fr 180px;gap:14px;margin:22px 0;display:grid}.recommendation-global-settings fieldset{border:1px solid #dfe7e5;border-radius:10px;align-items:center;gap:18px;min-height:72px;padding:10px 14px;display:flex}.recommendation-global-settings fieldset label{cursor:pointer;align-items:center;gap:6px;font-size:11px;display:flex}.recommendation-global-settings fieldset input{accent-color:#176b54;width:auto;margin:0}.recommendation-global-settings>label{flex-direction:column;gap:7px;font-size:11px;font-weight:750;display:flex}.recommendation-global-settings select{background:#fff;border:1px solid #dfe7e5;border-radius:9px;height:42px;padding:0 10px}.recommendation-picker h3{margin:18px 0 9px;font-size:13px}.recommendation-picker>p,.recommendation-rule-hint{color:#64736f;background:#f4f8f6;border-radius:10px;padding:18px;font-size:11px}.recommendation-selected-list{flex-direction:column;gap:7px;display:flex}.recommendation-selected-list>div{border:1px solid #dee6e4;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:6px 8px 6px 12px;display:flex}.recommendation-selected-list span{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:9px;min-width:0;font-size:11px;display:flex;overflow:hidden}.recommendation-selected-list span b{color:#2a755e}.recommendation-selected-list i{flex:none;gap:4px;font-style:normal;display:flex}.recommendation-selected-list button{cursor:pointer;background:#fff;border:1px solid #dae4e1;border-radius:6px;height:28px;padding:0 8px}.recommendation-selected-list button:disabled{opacity:.35}.recommendation-options{grid-template-columns:1fr 1fr;gap:7px;max-height:220px;display:grid;overflow-y:auto}.recommendation-options>button{text-align:left;cursor:pointer;background:#fff;border:1px solid #dee6e4;border-radius:9px;flex-direction:column;gap:5px;padding:10px 12px;display:flex}.recommendation-options>button:hover{background:#f3faf7;border-color:#61a58f}.recommendation-options span{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:750;overflow:hidden}.recommendation-options small{color:#7c8986}.recommendation-save{width:100%;margin-top:20px}.article-settings-toggle{color:#1d2b27;cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;width:100%;min-height:58px;padding:0 18px;font-family:inherit;display:flex}.article-settings-toggle>span{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.article-settings-toggle strong{font-size:14px}.article-settings-toggle small{color:#7b8985;font-size:10px}.article-settings-toggle b{color:#4f756a;font-size:10px}.article-settings-panel.open .article-settings-toggle{background:#fbfcfc;border-bottom:1px solid #e5ecea}.article-settings-body{grid-template-columns:minmax(0,1fr) 310px;gap:18px;padding:18px;display:grid}.article-fields-grid{grid-template-columns:1fr 1fr;align-content:start;gap:15px;display:grid}.article-fields-grid .field-wide{grid-column:1/-1}.article-fields-grid>label,.article-tag-field,.article-cover-field,.article-category-field{flex-direction:column;gap:7px;display:flex}.article-fields-grid>label>span,.article-tag-field>span,.article-cover-field>span,.article-category-field>span{color:#53635f;font-size:10px;font-weight:750}.article-fields-grid input,.article-fields-grid textarea,.article-fields-grid select,.benefit-editor-list input{color:#21302c;background:#fff;border:1px solid #dce5e2;border-radius:8px;outline:0;width:100%;font-family:inherit}.article-fields-grid input,.article-fields-grid select{height:38px;padding:0 11px}.category-picker-actions{grid-template-columns:minmax(0,1fr) auto;gap:7px;display:grid}.category-picker-actions>button{color:#315f52;cursor:pointer;background:#fff;border:1px solid #dce5e2;border-radius:8px;min-width:56px;font-family:inherit;font-size:10px;font-weight:750}.category-picker{min-width:0;position:relative}.category-picker-trigger{color:#21302c;text-align:left;cursor:pointer;background:#fff;border:1px solid #dce5e2;border-radius:8px;grid-template-columns:14px 1fr auto;align-items:center;gap:8px;width:100%;height:38px;padding:0 11px;font-family:inherit;display:grid}.category-picker-trigger i,.category-picker-menu i{background:var(--category-color,#53625e);border-radius:50%;width:11px;height:11px}.category-picker-trigger b{color:#66736f}.category-picker-menu{z-index:30;background:#fff;border:1px solid #d8e2df;border-radius:9px;gap:3px;padding:5px;display:grid;position:absolute;top:calc(100% + 5px);left:0;right:0;box-shadow:0 14px 38px #0c221d29}.category-picker-menu button{color:#263630;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;grid-template-columns:14px 1fr auto;align-items:center;gap:8px;min-height:35px;padding:0 9px;font-family:inherit;display:grid}.category-picker-menu button:hover,.category-picker-menu button.selected{background:#f0f6f4}.category-picker-menu .category-picker-create{color:#176b54;border-top:1px solid #e4ebe9;margin-top:3px;font-weight:800;display:block}.category-manager-modal{width:min(620px,100% - 32px);max-height:calc(100vh - 40px);overflow-y:auto}.category-manager-list{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.category-manager-list>div{border:1px solid #dce5e2;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:7px 9px 7px 12px;display:flex}.category-manager-actions{gap:6px;display:flex}.category-manager-list button{color:#315f52;cursor:pointer;background:#fff;border:1px solid #d7e1de;border-radius:7px;height:32px;padding:0 12px}.category-manager-list button.delete-link{color:#b53145;background:#fff8f9;border-color:#efc9ce}.category-manager-list button:disabled{opacity:.45;cursor:not-allowed}.category-replacement-panel{background:#fff8f9;border:1px solid #efc9ce;border-radius:11px;margin:4px 0 16px;padding:15px}.category-replacement-panel>strong{font-size:13px}.category-replacement-panel>p{color:#7d565d;margin:7px 0 12px}.category-replacement-panel label{gap:7px;display:grid}.category-replacement-panel select{margin-bottom:12px}.category-replacement-panel .admin-danger{width:100%}.article-fields-grid textarea{resize:vertical;min-height:72px;padding:10px 11px;line-height:1.6}.article-fields-grid input:focus,.article-fields-grid textarea:focus,.article-fields-grid select:focus,.benefit-editor-list input:focus{border-color:#4c8b78;box-shadow:0 0 0 2px #4c8b781a}.article-fields-grid>label>small{color:#9aa5a2;align-self:flex-end;margin-top:-2px;font-size:9px}.article-cover-field>span small{color:#96a29f;font-weight:400}.article-cover-field>div{grid-template-columns:180px 1fr;align-items:center;gap:14px;min-height:116px;display:grid}.article-cover-field>div>img,.article-cover-field>div>i{aspect-ratio:16/9;object-fit:cover;border-radius:9px;width:180px}.article-cover-field>div>i{color:#94a29e;background:#f4f8f6;border:1px dashed #cbd9d5;place-items:center;font-size:11px;font-style:normal;display:grid}.article-cover-field section{flex-wrap:wrap;gap:7px;display:flex}.article-cover-field section button,.paid-article-settings>button{color:#315f52;cursor:pointer;background:#fff;border:1px solid #d5e1dd;border-radius:8px;height:34px;padding:0 11px;font-family:inherit;font-size:9px}.article-cover-field section small{color:#879590;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:8px;overflow:hidden}.article-tag-input{background:#fff;border:1px solid #dce5e2;border-radius:8px;flex-wrap:wrap;align-items:center;gap:5px;min-height:38px;padding:5px;display:flex}.article-tag-input button{color:#27614f;cursor:pointer;background:#e7f3ef;border:0;border-radius:6px;height:25px;padding:0 7px;font-size:9px}.article-tag-input input{border:0;flex:1;min-width:120px;height:26px;padding:0 5px;box-shadow:none!important}.article-fields-grid fieldset{border:1px solid #dce5e2;border-radius:8px;align-items:center;gap:18px;min-height:58px;margin:0;padding:8px 11px;display:flex}.article-fields-grid legend{color:#53635f;padding:0 5px;font-size:9px;font-weight:750}.article-fields-grid fieldset label{cursor:pointer;align-items:center;gap:6px;font-size:10px;display:flex}.article-fields-grid fieldset input{accent-color:#176b54;width:14px;height:14px;margin:0}.paid-article-settings{background:#fffaf0;border:1px solid #ead9b7;border-radius:11px;padding:16px}.paid-settings-label{color:#8b601c;background:#f5e4c3;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800;display:inline-flex}.paid-article-settings h3{margin:16px 0 6px;font-size:12px}.paid-article-settings p{color:#82755f;margin:0 0 10px;font-size:9px;line-height:1.6}.paid-article-settings>button{color:#74511b;border-color:#d8bd87}.benefit-editor-list{flex-direction:column;gap:6px;display:flex}.benefit-editor-list>div{grid-template-columns:1fr 28px;gap:5px;display:grid}.benefit-editor-list input{height:34px;padding:0 9px;font-size:9px}.benefit-editor-list button{color:#a94a3e;cursor:pointer;background:#fff0eb;border:0;border-radius:7px}.trial-divider-tool{color:#79551e!important;background:#fffaf0!important;border-color:#d8bd87!important}.editor-paywall-divider{color:#805715;text-align:center;border-top:2px dashed #dc9e3e;justify-content:center;align-items:center;gap:8px;margin:32px 0;padding-top:15px;display:flex;position:relative}.editor-paywall-divider span{background:#fff3d8;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:800}.editor-paywall-divider small{color:#9a825c;font-size:9px}.cover-library-modal{width:min(760px,100% - 32px);max-height:80vh}.editor-media-picker-toolbar{grid-template-columns:minmax(0,1fr) 130px 130px auto;gap:8px;margin:14px 0;display:grid}.editor-media-picker-toolbar input,.editor-media-picker-toolbar select,.editor-media-picker-toolbar button{background:#fff;border:1px solid #dce5e2;border-radius:9px;min-height:40px;padding:0 11px}.editor-media-picker-toolbar button{cursor:pointer;font-weight:750}.editor-media-picker-state{color:#687773;background:#f4f7f6;border-radius:9px;margin:8px 0 16px;padding:14px;font-size:11px}.cover-library-empty{color:#7c8a86;text-align:center;padding:36px;font-size:11px}.cover-library-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid;overflow:auto}.cover-library-grid button{text-align:left;cursor:pointer;background:#fff;border:1px solid #dce5e2;border-radius:9px;flex-direction:column;gap:5px;padding:7px;display:flex}.cover-library-grid button:hover{background:#f5faf8;border-color:#4c8b78}.cover-library-thumb{width:100%;position:relative}.cover-library-grid img{aspect-ratio:16/9;object-fit:cover;border-radius:6px;width:100%;display:block}.cover-library-thumb .asset-visibility-badge{margin:0;position:absolute;top:6px;right:6px;box-shadow:0 2px 8px #08191d24}.cover-library-grid span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:9px;font-weight:700;overflow:hidden}.cover-library-grid small{color:#83908d;font-size:8px}.editor-content-tools{background:#fff;border:1px solid #dfe7e5;border-bottom:0;border-radius:14px 14px 0 0;align-items:center;gap:8px;min-height:58px;padding:9px 12px;display:flex}.editor-content-tools>strong{color:#687773;margin:0 8px 0 2px;font-size:11px}.editor-content-tools>button{color:#263532;cursor:pointer;background:#fbfcfc;border:1px solid #dce5e2;border-radius:8px;align-items:center;gap:7px;height:36px;padding:0 11px;font-family:inherit;font-size:11px;display:inline-flex}.editor-content-tools>button:hover{background:#f0f7f4;border-color:#9eb8b0}.editor-content-tools>button span{color:#238063;font-size:13px;font-weight:800}.editor-original-image-toggle{color:#52635f;cursor:pointer;white-space:nowrap;background:#fbfcfc;border:1px solid #dce5e2;border-radius:8px;align-items:center;gap:6px;min-height:36px;padding:0 10px;font-size:10px;font-weight:700;display:inline-flex}.editor-original-image-toggle input{accent-color:#238063;width:15px;height:15px;margin:0}.editor-content-tools>em{color:#2c755e;margin-left:auto;font-size:11px;font-style:normal}.editor-mode-hint{color:#85918e;letter-spacing:.05em;background:#f8faf9;border:1px solid #dfe7e5;border-bottom:0;grid-template-columns:1fr 1fr;align-items:center;height:30px;padding:0 54px;font-size:10px;display:grid}.editor-mode-hint span:last-child{border-left:1px solid #e1e8e6;padding-left:24px}.editor-render-grid{background:#fff;border:1px solid #dfe7e5;border-radius:0 0 14px 14px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid;box-shadow:0 8px 28px #0b1a1f09}.vditor-host{background:#fff}.editor-render-grid .vditor-host{border-right:1px solid #e1e8e6;min-width:0}.vditor-host .vditor{box-shadow:none;border:0;border-radius:0 0 0 14px}.vditor-host .vditor-toolbar{background:#fff;border-color:#e1e8e6}.vditor-host .vditor-toolbar__item button{color:#596a66}.vditor-host .vditor-sv{background:#fff}.vditor-host .vditor-sv__marker{color:#7b8b87}.vditor-host .vditor-preview{background:#fcfdfd}.vditor-host .vditor-reset{color:#24302e;font-family:inherit;font-size:14px;line-height:1.75}.vditor-host .vditor-reset h2{border-bottom:1px solid #e6ecea;margin-top:1.6em;padding-bottom:10px;font-size:24px}.vditor-host .vditor-reset pre{border-radius:10px;position:relative}.shared-preview-panel{background:#fcfdfd;border-radius:0 0 14px;min-width:0;height:680px;padding:28px 34px 44px;overflow:auto}.shared-article-renderer{color:#26302e;overflow-wrap:anywhere;font-size:14px;line-height:1.8}.shared-article-renderer h2{color:#15201e;border-bottom:1px solid #e6ecea;margin:1.8em 0 .8em;padding-bottom:10px;font-size:24px;line-height:1.35}.shared-article-renderer h2:first-child{margin-top:0}.shared-article-renderer p{margin:0 0 1.2em}.shared-article-renderer .article-inline-underline{text-underline-offset:.16em;text-decoration-line:underline;text-decoration-thickness:.08em}.shared-article-renderer pre{color:#e6f3ef;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;background:#12201d;border-radius:10px;margin:20px 0;padding:18px;overflow:visible}.article-code-block{color:#e6f3ef;background:#12201d;border-radius:12px;margin:20px 0;overflow:hidden}.article-code-block>header{border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:center;gap:16px;min-height:48px;padding:8px 10px 8px 18px;display:flex}.article-code-block>header span{color:#a9bdb7;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;font-weight:750}.article-code-block>header button{color:#12201d;min-width:72px;min-height:36px;font:inherit;cursor:pointer;background:#fff;border:1px solid #ffffff29;border-radius:999px;padding:0 14px;font-size:12px;font-weight:800}.article-code-block>header button:hover{background:#e9f5f1}.article-code-block>pre{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;background:0 0;border-radius:0;margin:0;padding:18px;overflow:visible}.article-code-block>pre code{white-space:inherit;overflow-wrap:inherit;word-break:inherit}.shared-article-renderer :not(pre)>code{color:#19684f;background:#edf5f2;border-radius:4px;padding:2px 5px}.article-table-scroll{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;margin:22px 0;position:relative;overflow-x:auto}.article-table-scroll:focus-visible{outline-offset:3px;outline:2px solid #328b70}.article-table-scroll table{border-spacing:0;border-collapse:collapse;width:100%}.article-table-scroll table.table-with-inline-images{table-layout:auto}.article-table-scroll table.table-with-custom-widths{table-layout:fixed}.article-table-scroll th,.article-table-scroll td{text-align:left;vertical-align:middle;border:1px solid #dfe7e5;min-width:64px;padding:10px 12px}.article-table-scroll th{color:#24332f;background:#f2f6f5;font-weight:800;position:relative}.article-table-scroll .table-with-inline-images:not(.table-with-custom-widths) .article-inline-image{min-width:min(var(--inline-image-width,140px),70vw)}.article-table-scroll-hint{display:none}.table-column-resize-handle{z-index:5;cursor:col-resize;touch-action:none;background:0 0;border:0;width:24px;height:100%;padding:0;position:absolute;top:0;right:-12px}.table-column-resize-handle:after{content:"";background:0 0;border-radius:999px;width:2px;position:absolute;top:10%;bottom:10%;left:11px}.table-column-resize-handle:hover:after,.table-column-resize-handle:active:after{background:#38a786}.table-width-reset{color:#52635e;cursor:pointer;background:#fff;border:1px solid #d5e2de;border-radius:999px;min-height:30px;margin:0 0 7px auto;padding:0 11px;font:700 10px/1 inherit;display:block}.table-width-reset:hover{color:#176b52;background:#f1faf7;border-color:#8bc8b5}.article-inline-image{vertical-align:middle;align-items:center;max-width:100%;display:inline-flex;position:relative}.article-inline-image-button{width:min(var(--inline-image-width,140px),100%);cursor:zoom-in;background:#edf2f0;border:0;border-radius:7px;justify-content:center;align-items:center;max-width:100%;padding:0;display:inline-flex;overflow:hidden}.editor-renderer .article-inline-image-button{cursor:pointer}.article-inline-image img{object-fit:contain;width:100%;height:auto;max-height:240px;display:block}.editor-renderer .article-inline-image.selected .article-inline-image-button{outline-offset:2px;outline:3px solid #25806347}.article-inline-image-toolbar{z-index:8;white-space:nowrap;background:#fff;border:1px solid #d8e2df;border-radius:8px;gap:3px;padding:4px;display:flex;position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%);box-shadow:0 8px 22px #0a1f1929}.article-inline-image-toolbar button{color:#4e5e59;cursor:pointer;background:0 0;border:0;border-radius:5px;height:26px;padding:0 8px;font:700 9px/1 inherit}.article-inline-image-toolbar button:hover{background:#edf5f2}.article-inline-image-toolbar button.active{color:#fff;background:#196b52}.article-inline-image-toolbar>span{color:#667873;place-items:center;min-width:42px;font-size:9px;font-weight:750;display:grid}.article-inline-image-resize-handle{z-index:7;color:#fff;cursor:ew-resize;touch-action:none;background:#196b52;border:2px solid #fff;border-radius:50%;place-items:center;width:28px;height:28px;padding:0;font-size:13px;display:grid;position:absolute;bottom:-10px;right:-10px;box-shadow:0 4px 12px #0a1f1938}.article-inline-image-invalid{color:#9f3737;background:#fff1f1;border-radius:4px;padding:3px 6px;font-size:10px}.article-inline-color{color:inherit}.article-inline-color.color-tone-red{color:#c93f55}.article-inline-color.color-tone-green{color:#176b54}.article-inline-color.color-tone-orange{color:#9a5a12}.article-inline-color.color-tone-gray{color:#667573}.article-inline-lightbox{grid-template-columns:minmax(0,1fr)}.article-inline-lightbox figure{grid-column:1}.article-image-block{margin:26px auto;transition:width .18s;position:relative}.article-image-block.image-width-small{width:30%}.article-image-block.image-width-medium{width:60%}.article-image-block.image-width-large{width:100%}.article-image-select{cursor:default;background:#eef2f1;border:0;border-radius:10px;width:100%;padding:0;display:block;overflow:hidden}.editor-renderer .article-image-select{cursor:pointer}.article-image-select img{width:100%;height:auto;display:block}.article-image-block figcaption{color:#74817e;text-align:center;margin-top:7px;font-size:10px;line-height:1.5}.editor-renderer .article-image-block.selected .article-image-select{outline-offset:3px;outline:3px solid #25806347}.article-image-toolbar{z-index:4;white-space:nowrap;background:#fffffff5;border:1px solid #d8e2df;border-radius:9px;align-items:center;gap:4px;min-height:38px;padding:5px;display:flex;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0a1f1929}.article-image-toolbar span{color:#63726e;padding:0 7px;font-size:9px;font-weight:750}.article-image-toolbar button{color:#4e5e59;cursor:pointer;background:0 0;border:0;border-radius:6px;height:28px;padding:0 8px;font-family:inherit;font-size:9px}.article-image-toolbar button:hover{background:#edf5f2}.article-image-toolbar button.active{color:#fff;background:#196b52}.article-image-invalid{color:#9f3737;background:#fff6f6;border:1px solid #efc3c3;border-radius:10px;flex-direction:column;gap:5px;margin:20px 0;padding:18px;display:flex}.article-image-invalid span{font-size:11px}.article-gallery-block{width:100%;margin:30px 0}.article-gallery-meta{color:#47635b;background:#eaf4f0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:8px 11px;font-size:9px;display:flex}.article-gallery-meta strong{font-size:10px}.article-gallery-grid{gap:10px;display:grid}.gallery-cols-2 .article-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-cols-3 .article-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-cols-4 .article-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-cols-5 .article-gallery-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.article-gallery-grid>.article-image-block{width:100%;min-width:0;margin:0}.article-gallery-grid .article-image-select{aspect-ratio:4/3;cursor:zoom-in;border-radius:8px}.article-gallery-grid .article-image-select img{object-fit:cover;height:100%}.article-gallery-grid .article-image-block figcaption{text-overflow:ellipsis;white-space:nowrap;margin-top:5px;overflow:hidden}.article-lightbox{z-index:220;color:#fff;background:#040a09f0;grid-template-columns:52px minmax(0,1fr) 52px;align-items:center;gap:20px;padding:36px 72px;display:grid;position:fixed;inset:0}.article-lightbox figure{flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 72px);margin:0;display:flex;position:relative}.article-lightbox figure img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:calc(100% - 52px)}.article-lightbox figure figcaption{color:#d8e3df;margin:12px 0 0;font-size:12px}.article-lightbox figure small{color:#a7b6b2;font-size:11px;position:absolute;bottom:0;right:0}.article-lightbox>button{color:#fff;cursor:pointer;background:0 0;border:0}.article-lightbox-prev,.article-lightbox-next{width:52px;height:52px;font-size:44px;line-height:1;border-radius:50%!important}.article-lightbox-prev:hover,.article-lightbox-next:hover{background:#ffffff1f}.article-lightbox-close{z-index:2;width:46px;height:46px;font-size:34px;position:absolute;top:18px;right:24px}.bilibili-editor-block{aspect-ratio:16/9;background:radial-gradient(circle at 50% 45%,#f9fcfb 0,#edf5f2 72%);border:1px solid #cbded8;border-radius:12px;place-items:center;width:100%;margin:22px 0;display:grid;position:relative;overflow:hidden}.bilibili-editor-block:after{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 48%,#266b5409 48% 52%,#0000 52%) 0 0/18px 18px;position:absolute;inset:0}.bilibili-editor-block>div{z-index:1;flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.bilibili-editor-block>div b{color:#fff;background:#1d7158;border-radius:50%;place-items:center;width:46px;height:46px;font-size:18px;display:grid}.bilibili-editor-block>div strong{font-size:14px}.bilibili-editor-block>div code{color:#55716a;background:0 0;font-size:12px}.bilibili-type-label{z-index:2;color:#166148;background:#dff2eb;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800;position:absolute;top:14px;left:14px}.bilibili-remove{z-index:2;color:#aa3d3d;cursor:pointer;background:#fff;border:1px solid #e2bcbc;border-radius:7px;height:28px;padding:0 10px;font-family:inherit;font-size:10px;position:absolute;top:12px;right:14px}.bilibili-remove:hover{background:#fff2f2}.bilibili-invalid-block{color:#9f3737;background:#fff6f6;border:1px solid #efc3c3;border-radius:10px;flex-direction:column;gap:5px;margin:20px 0;padding:18px;display:flex}.bilibili-invalid-block span{font-size:11px}.bilibili-player-block{width:100%;margin:28px 0}.bilibili-player-ratio{aspect-ratio:16/9;background:#0d1211;border-radius:12px;width:100%;position:relative;overflow:hidden}.bilibili-player-ratio iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.bilibili-fallback{color:#fff;text-align:center;background:#14201e;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex;position:absolute;inset:0}.bilibili-fallback span{color:#aebebb;font-size:12px}.bilibili-fallback a,.bilibili-wechat-link{border-radius:999px;justify-content:center;align-items:center;font-weight:750;display:inline-flex}.bilibili-fallback a{color:#15201e;background:#fff;min-width:126px;height:38px;margin-top:4px;font-size:12px}.bilibili-wechat-link{color:#245f4e;background:#e9f4f0;min-height:36px;margin-top:8px;padding:0 14px;font-size:11px}.article-preview-page{background:#fff;min-height:100vh}.article-preview-main{width:min(820px,100% - 40px);margin:0 auto;padding:64px 0 100px}.article-preview-main>h1{letter-spacing:-.04em;margin:14px 0 42px;font-size:clamp(32px,4vw,48px);line-height:1.18}.article-preview-summary{color:#667571;margin:-24px 0 28px;font-size:16px;line-height:1.75}.article-preview-benefits{background:#fffaf0;border:1px solid #e4d3b1;border-radius:16px;margin-top:54px;padding:28px}.article-preview-benefits>span{color:#8a6324;font-size:10px;font-weight:800}.article-preview-benefits h2{margin:8px 0 18px;font-size:24px}.article-preview-benefits ul{color:#514a3d;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 22px;padding:0;font-size:12px;list-style:none;display:grid}.article-preview-benefits button{color:#fff;background:#15231f;border:0;border-radius:9px;width:100%;height:46px;font-family:inherit;font-weight:800}.article-title-meta{color:#71807d;align-items:center;gap:12px;font-size:11px;display:flex}.article-title-meta .category-badge{padding:5px 9px;font-weight:750}.editor-business-preview{background:#f5faf8;border:1px solid #cfe2dc;border-radius:12px;align-items:center;gap:16px;min-height:104px;margin:18px 0;padding:18px;display:flex}.editor-business-preview>b{color:#11674f;background:#dff4ec;border-radius:999px;place-items:center;min-width:94px;height:30px;padding:0 10px;font-size:11px;display:grid}.editor-business-preview>div{flex-direction:column;gap:7px;min-width:0;display:flex}.editor-business-preview>div strong{color:#182824;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.editor-business-preview>div span{color:#6f817c;font-size:11px}.editor-business-preview.paid-video{background:#fffaf0;border-color:#ead9b7}.editor-business-preview.paid-video>b{color:#8c611c;background:#f8e7c5}.editor-business-preview.resource{background:#f7f8fc;border-color:#d9dded}.editor-business-preview.resource>b{color:#4d5b8b;background:#e8ebf7}.editor-image-upload-hint{color:#526862;background:#f0f7f4;border-radius:8px;margin:10px 2px 0;padding:9px 11px;font-size:10px;line-height:1.6}.editor-footnote{color:#7d8b88;margin:7px 2px 0;font-size:10px}.editor-insert-modal select{background:#fff;border:1px solid #d7e2df;border-radius:10px;height:46px;margin-bottom:20px;padding:0 12px}.editor-resource-options{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.editor-resource-options>label{cursor:pointer;border:1px solid #dde5e3;border-radius:10px;align-items:center;gap:11px;min-height:62px;padding:10px 12px;display:flex}.editor-resource-options>label.selected{background:#f1f8f5;border-color:#4d927e;box-shadow:inset 0 0 0 1px #4d927e}.editor-resource-options>label input{accent-color:#176b54;width:16px;height:16px;margin:0}.editor-resource-options>label span{flex-direction:column;gap:5px;display:flex}.editor-resource-options>label strong{font-size:12px}.editor-resource-options>label small{color:#7e8d89;font-size:10px}.editor-resource-options>label strong{align-items:center;gap:8px;display:flex}.asset-visibility-badge{border-radius:999px;flex:none;padding:3px 8px;font-size:10px;font-style:normal;font-weight:700;line-height:1.2}.asset-visibility-badge.public{color:#176b54;background:#e5f5ef;border:1px solid #b8dfd2}.asset-visibility-badge.private{color:#9e3347;background:#fcebef;border:1px solid #f2c7d0}.asset-visibility-badge.missing{color:#7a4b12;background:#fff3df;border:1px solid #edd2aa}.article-asset-audit{background:#fbfdfc;border:1px solid #d8e2df;border-radius:14px;margin-top:18px;padding:18px}.article-asset-audit.has-warning{background:#fffbf4;border-color:#e7c18b}.article-asset-audit>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.article-asset-audit>header div{flex-direction:column;gap:5px;display:flex}.article-asset-audit>header span{color:#6d7c78;font-size:11px;font-weight:700}.article-asset-audit>header strong{color:#14231f;font-size:14px}.article-asset-audit>header small{color:#73817d;max-width:480px;font-size:11px;line-height:1.6}.article-asset-audit>div{flex-direction:column;gap:8px;margin-top:14px;display:flex}.article-asset-audit article{background:#fff;border:1px solid #e2e9e7;border-radius:10px;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:44px;padding:9px 11px;display:grid}.article-asset-audit article>span{color:#71807c;font-size:11px}.article-asset-audit article>strong{color:#1b2926;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.article-asset-audit article>small{color:#a15220;grid-column:2/-1;font-size:11px;font-weight:700}.locked-asset-list{gap:6px;margin:12px 0 18px;display:grid}.locked-asset-list span{background:#ffffff73;border:1px solid #15201e1a;border-radius:8px;padding:8px 10px;font-size:11px}.protected-asset-block{background:linear-gradient(120deg,#f8eeee,#eef8f4);border:1px solid #d8e6e1;border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin:22px 0;padding:18px;display:grid}.protected-asset-block>div{flex-direction:column;gap:4px;min-width:0;display:flex}.protected-asset-block b{color:#197057;letter-spacing:.08em;font-size:10px}.protected-asset-block strong{overflow-wrap:anywhere;font-size:15px}.protected-asset-block span{color:#74817e;font-size:10px}.protected-asset-block button{color:#fff;cursor:pointer;background:#0b211d;border:0;border-radius:999px;min-height:42px;padding:0 18px;font-weight:800}.protected-asset-block button:disabled{cursor:wait;opacity:.65}.protected-asset-block video{background:#07100e;border-radius:10px;grid-column:1/-1;width:100%;max-height:70vh}.protected-asset-block>small{color:#b33d4d;grid-column:1/-1}.site-video-shell{width:min(100%,960px);margin:24px auto}.site-video-player{aspect-ratio:16/9;color:#fff;background:#071310;border-radius:16px;width:100%;position:relative;overflow:hidden}.site-video-player.loading,.site-video-player.error,.site-video-player.locked{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.site-video-player.locked{background-position:50%;background-size:cover;padding:24px}.site-video-player.locked .video-lock-mark{font-size:28px}.site-video-player.locked strong{font-size:clamp(20px,3vw,32px)}.site-video-player.locked small{color:#ffffffc2}.site-video-player.locked button,.site-video-player.error button{color:#071310;cursor:pointer;background:#59d9c2;border:0;border-radius:999px;min-width:128px;height:42px;padding:0 18px;font-weight:800}.site-video-player.error{background:#14201e;padding:26px}.site-video-player.error strong{max-width:560px;line-height:1.7}.site-video-player.ready video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.video-loading-spinner{border:3px solid #ffffff3d;border-top-color:#59d9c2;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite media-spin}@keyframes media-spin{to{transform:rotate(360deg)}}.video-renewing{z-index:4;background:#040d0bb3;justify-content:center;align-items:center;gap:12px;font-weight:800;display:flex;position:absolute;inset:0}.video-resume-prompt{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#040f0de6;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;gap:9px;width:min(540px,100% - 28px);min-height:54px;padding:9px 12px;display:flex;position:absolute;bottom:54px;left:50%;transform:translate(-50%)}.video-resume-prompt span{margin-right:auto;font-size:12px}.video-resume-prompt button{color:#fff;cursor:pointer;background:#ffffff24;border:0;border-radius:999px;min-height:34px;padding:0 12px}.video-resume-prompt button:first-of-type{color:#071310;background:#59d9c2;font-weight:800}.site-video-meta{color:#667572;flex-wrap:wrap;align-items:center;gap:10px 18px;min-height:44px;padding:9px 4px;display:flex}.site-video-meta label{align-items:center;gap:7px;font-size:12px;font-weight:800;display:flex}.site-video-meta select{background:#fff;border:1px solid #d6e1de;border-radius:8px;height:32px;padding:0 8px}.site-video-meta small{font-size:11px;line-height:1.6}.locked-video-summary{color:#fff;background-color:#14201e;background-position:50%;background-size:cover;border-radius:12px;flex-direction:column;justify-content:flex-end;gap:5px;min-height:130px;padding:16px;display:flex}.locked-video-summary b{letter-spacing:.04em;font-size:10px}.locked-video-summary strong{font-size:13px}.locked-video-summary small{color:#ffffffc2;font-size:10px}.editor-form-error{color:#c33f3f;margin:-8px 0 16px;font-size:11px}.gallery-file-summary{color:#62716d;background:#f4f7f6;border-radius:9px;flex-direction:column;gap:5px;max-height:124px;margin:-10px 0 20px;padding:10px 12px;font-size:10px;display:flex;overflow:auto}.gallery-mobile-options{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px;display:grid}.gallery-mobile-options>label{cursor:pointer;border:1px solid #dce5e2;border-radius:10px;align-items:flex-start;gap:9px;min-height:82px;margin:0;padding:13px;display:flex}.gallery-mobile-options>label.selected{background:#f1f8f5;border-color:#4d927e;box-shadow:inset 0 0 0 1px #4d927e}.gallery-mobile-options input{accent-color:#176b54;width:15px;height:15px;margin:2px 0 0}.gallery-mobile-options span{flex-direction:column;gap:6px;display:flex}.gallery-mobile-options strong{font-size:11px}.gallery-mobile-options small{color:#788782;font-size:9px;line-height:1.5}@media (width<=900px){.admin-shell{grid-template-columns:76px minmax(0,1fr)}.admin-sidebar{padding:14px 10px}.admin-brand{justify-content:center;padding:0}.admin-brand img{width:42px;height:42px}.admin-brand strong,.admin-section-label,.admin-sidebar nav a span,.admin-site-link{display:none}.admin-sidebar nav a{justify-content:center;padding:0}.admin-sidebar nav a i{width:auto}.admin-main{padding:24px 20px 44px;overflow-x:auto}.admin-stats{gap:12px}.admin-stats article{padding:14px}.admin-stats strong{font-size:28px}.admin-toolbar{flex-wrap:wrap}.admin-toolbar input{width:100%}.admin-table{min-width:800px}.editor-content-tools{flex-wrap:wrap}.editor-content-tools>em{width:100%;margin:0 4px}.article-settings-body,.editor-render-grid{grid-template-columns:1fr}.editor-render-grid .vditor-host{border-bottom:1px solid #e1e8e6;border-right:0}.shared-preview-panel{border-radius:0 0 14px 14px;height:auto;min-height:480px}.config-feature-grid,.config-list-item>div{grid-template-columns:1fr}.author-config-basic{grid-template-columns:150px minmax(0,1fr)}.library-item-modal{width:min(760px,100% - 24px)}}@media (width<=620px){.published-article-content{gap:22px;width:calc(100% - 36px);padding-top:36px}.published-article-content>h1{font-size:30px;line-height:1.38}.site-video-shell{width:calc(100% + 36px);margin-left:-18px}.site-video-player{border-radius:0}.site-video-meta{padding:10px 18px}.video-resume-prompt{flex-wrap:wrap;bottom:46px}.video-resume-prompt span{text-align:center;width:100%;margin:0}.video-resume-prompt button{min-width:104px;min-height:44px}.site-video-player.locked button,.site-video-player.error button{min-height:44px}.login-required-backdrop{place-items:center;padding:20px 16px}.login-required-modal{border-radius:20px;width:100%;padding:30px 22px 24px}.login-required-modal h2{font-size:26px}.admin-shell{display:block}.admin-sidebar{z-index:40;width:auto;height:68px;padding:8px;position:fixed;inset:auto 0 0}.admin-brand,.admin-section-label,.admin-site-link,.admin-sidebar nav a:first-child,.admin-sidebar nav a:nth-child(3){display:none}.admin-sidebar nav{scrollbar-width:none;flex-direction:row;justify-content:flex-start;height:100%;overflow-x:auto}.admin-sidebar nav::-webkit-scrollbar{display:none}.admin-sidebar nav a{width:58px;height:52px}.admin-sidebar nav a span{display:none}.admin-main{padding:22px 16px 100px}.admin-title-row{flex-direction:column}.admin-title-row h1{font-size:26px}.admin-stats{grid-template-columns:1fr}.admin-stats article{height:94px}.admin-table-card,.media-card{padding:14px}.user-delete-impact{grid-template-columns:1fr}.user-operation-log{padding:16px}.user-operation-log>header{flex-direction:column;align-items:flex-start;gap:6px}.user-operation-log article{grid-template-columns:1fr 1fr;gap:6px 10px;padding:10px 0}.user-operation-log article span,.user-operation-log article code{overflow-wrap:anywhere;grid-column:1/-1}.invoice-feature-control{flex-direction:column;align-items:flex-start}.invoice-feature-control>button{width:100%}.admin-toolbar select{flex:1;min-width:calc(50% - 6px)}.upload-zone{text-align:center;height:250px;padding:20px}.admin-empty{min-height:560px}.article-editor-header h1{max-width:68vw;font-size:19px}.article-editor-header{flex-direction:column}.article-editor-header-actions{justify-content:space-between;width:100%}.article-settings-body{padding:13px}.article-fields-grid{grid-template-columns:1fr}.article-fields-grid .field-wide{grid-column:auto}.article-cover-field>div{grid-template-columns:1fr}.article-cover-field>div>img,.article-cover-field>div>i{width:100%}.cover-library-grid,.editor-media-picker-toolbar{grid-template-columns:1fr 1fr}.editor-media-picker-toolbar input{grid-column:1/-1}.protected-asset-block{grid-template-columns:1fr}.protected-asset-block button{width:100%}.editor-mode-hint{display:none}.editor-content-tools{border-bottom:1px solid #dfe7e5;border-radius:12px}.editor-content-tools>strong{width:100%}.vditor-host{margin-top:10px}.editor-render-grid{border-radius:12px;margin-top:10px}.editor-render-grid .vditor-host{margin-top:0}.shared-preview-panel{padding:24px 18px 36px}.article-table-scroll{margin-right:-2px;padding:28px 0 4px}.article-table-scroll:after{content:"";z-index:2;float:right;pointer-events:none;background:linear-gradient(90deg,#fff0,#ffffffeb);width:22px;height:120px;margin-left:-22px;display:block;position:sticky;top:28px;right:0}.article-table-scroll table{min-width:640px}.article-table-scroll-hint{color:#687873;align-items:center;font-size:9px;font-weight:700;display:inline-flex;position:absolute;top:0;left:0}.frontend-renderer .bilibili-player-block{width:calc(100% + 40px);margin-left:-20px}.frontend-renderer .bilibili-player-ratio{border-radius:0}.article-preview-main{width:calc(100% - 40px);padding-top:38px}.article-preview-main>h1{margin-bottom:30px;font-size:30px}.article-preview-summary{margin-top:-16px;font-size:14px}.article-preview-benefits{padding:22px 18px}.article-preview-benefits ul,.gallery-mobile-reflow.gallery-cols-2 .article-gallery-grid{grid-template-columns:1fr}.gallery-mobile-reflow.gallery-cols-3 .article-gallery-grid,.gallery-mobile-reflow.gallery-cols-4 .article-gallery-grid,.gallery-mobile-reflow.gallery-cols-5 .article-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-mobile-scroll .article-gallery-grid{overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;margin-right:-20px;padding-right:20px;display:flex;overflow-x:auto}.gallery-mobile-scroll .article-gallery-grid::-webkit-scrollbar{display:none}.gallery-mobile-scroll .article-gallery-grid>.article-image-block{scroll-snap-align:start;flex:0 0 74vw}.article-gallery-grid{gap:8px}.article-lightbox{padding:54px 14px 24px;display:block}.article-lightbox figure{height:calc(100vh - 78px)}.article-lightbox-prev,.article-lightbox-next{z-index:2;width:42px;height:52px;position:absolute;top:50%;transform:translateY(-50%);background:#00000057!important}.article-lightbox-prev{left:6px}.article-lightbox-next{right:6px}.article-lightbox-close{top:4px;right:8px}.gallery-mobile-options{grid-template-columns:1fr}.article-recommendations{width:100%;margin-top:20px}.article-recommendations>div,.recommendation-global-settings,.recommendation-options{grid-template-columns:1fr}.community-config-section{padding:18px 14px}.author-config-basic{grid-template-columns:1fr}.community-config-section>header{flex-direction:column;align-items:flex-start}.community-config-grid{grid-template-columns:1fr}.community-config-grid .config-wide{grid-column:auto}.config-list-item{grid-template-columns:28px minmax(0,1fr);align-items:start}.config-item-actions{grid-column:2}.showcase-selected-list article{grid-template-columns:92px minmax(0,1fr);align-items:start}.showcase-selected-list article>img{width:92px}.showcase-selected-list article>div{grid-template-columns:1fr}.showcase-selected-list article>.config-item-actions{grid-column:2}.showcase-media-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.test-article-bulkbar{flex-wrap:wrap;align-items:flex-start}.test-article-bulkbar>small{width:100%;margin-left:0}.library-form-grid{grid-template-columns:1fr}.library-form-grid label.wide{grid-column:auto}.library-item-modal,.library-tags-modal{width:100%;max-height:94svh;padding:24px 16px calc(18px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;margin-top:auto}.library-tag-create{grid-template-columns:1fr}.library-tag-merge>div{grid-template-columns:1fr auto 1fr}.library-tag-merge .admin-secondary{grid-column:1/-1}}
