:root{--color-bg:#f1f2f5;--color-white:#fff;--color-text-1:#333;--color-gray-1:#939393;--primary-color:#ff8200;--border-color:#e5e5e5;--code-block-bg:#282c34;--card-bg:var(--color-white)}code[class*=language-],pre[class*=language-]{border-radius:9px;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;color:#c3cee3;background:var(--code-block-bg);font-family:Roboto Mono,monospace;font-size:1em;line-height:1.5em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{background:#363636}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{background:#363636}:not(pre)>code[class*=language-]{white-space:normal;border-radius:.2em;padding:.1em}pre[class*=language-]{position:relative;padding-top:35px;box-shadow:0 10px 25px rgba(0,0,0,.3)}.language-css>code,.language-sass>code,.language-scss>code{color:#fd9170}[class*=language-] .namespace{opacity:.7}.token.atrule{color:#c792ea}.token.attr-name{color:#ffcb6b}.token.attr-value{color:#c3e88d}.token.attribute{color:#c3e88d}.token.boolean{color:#c792ea}.token.builtin{color:#ffcb6b}.token.cdata{color:#80cbc4}.token.char{color:#80cbc4}.token.class{color:#ffcb6b}.token.class-name{color:#f2ff00}.token.color{color:#f2ff00}.token.comment{color:#546e7a}.token.constant{color:#c792ea}.token.deleted{color:#f07178}.token.doctype{color:#546e7a}.token.entity{color:#f07178}.token.function{color:#c792ea}.token.hexcode{color:#f2ff00}.token.id{color:#c792ea;font-weight:700}.token.important{color:#c792ea;font-weight:700}.token.inserted{color:#80cbc4}.token.keyword{color:#c792ea;font-style:italic}.token.number{color:#fd9170}.token.operator{color:#89ddff}.token.prolog{color:#546e7a}.token.property{color:#80cbc4}.token.pseudo-class{color:#c3e88d}.token.pseudo-element{color:#c3e88d}.token.punctuation{color:#89ddff}.token.regex{color:#f2ff00}.token.selector{color:#f07178}.token.string{color:#c3e88d}.token.symbol{color:#c792ea}.token.tag{color:#f07178}.token.unit{color:#f07178}.token.url{color:#fd9170}.token.variable{color:#f07178}pre[class*=language-]>code{display:block;overflow-x:auto;padding:15px;padding-top:5px;background:0 0!important}pre[class*=language-]::before{content:"";position:absolute;top:15px;left:15px;width:12px;height:12px;border-radius:50%;background:#ff5f56;box-shadow:20px 0 0 #ffbd2e,40px 0 0 #27c93f}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute!important;top:10px!important;right:15px!important;display:flex!important;align-items:center;gap:8px;z-index:1}div.code-toolbar>.toolbar .toolbar-item{display:inline-block}div.code-toolbar>.toolbar .copy-to-clipboard-button{color:rgba(195,206,227,.9);font-size:12px;padding:2px 8px;border-radius:4px;background:rgba(255,255,255,.08);border:none;cursor:pointer}div.code-toolbar>.toolbar .copy-to-clipboard-button:hover{background:rgba(255,255,255,.15)}pre[class*=language-].line-numbers{padding-left:0!important}.line-numbers-rows{left:15px!important;top:5px!important;border-right:1px solid rgba(255,255,255,.1)!important}pre code::-webkit-scrollbar{height:8px;width:8px;background:0 0}pre code::-webkit-scrollbar-thumb{background:rgba(171,178,191,.3);border-radius:10px;transition:all .2s ease}pre code::-webkit-scrollbar-thumb:hover{background:rgba(171,178,191,.5)}pre code::-webkit-scrollbar-track{background:0 0}pre code{scrollbar-width:thin;scrollbar-color:rgba(171,178,191,.3) transparent}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:var(--color-text-1)}body,html{overscroll-behavior:none}img{width:100%;height:100%;object-fit:cover}ol{list-style-type:none}body{width:100%;min-height:100vh;background-color:var(--color-bg);padding:0 12px;padding-top:20px;background-attachment:fixed;background-size:cover;background-position:center;background-repeat:no-repeat}.site__wrapper{margin:0 auto;max-width:942px;width:100%;display:flex;flex-direction:column;gap:8px}.site__header{padding:50px 0;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:4px;overflow:hidden}.header__content{padding:16px 18px;border-radius:4px;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center}.header__logo{width:92px;height:92px;border-radius:50%;overflow:hidden}.header__logo img{width:100%;height:100%;object-fit:cover}.header__title{font-size:20px;font-weight:700;line-height:28px;color:var(--color-white);text-shadow:0 1px 1px rgba(0,0,0,.5);display:flex;align-items:center}.header__gender{margin-left:4px;width:16px;height:16px}.header__description{font-size:13px;line-height:16px;color:var(--color-white);text-shadow:0 1px 1px rgba(0,0,0,.5)}.site__content{display:flex;gap:8px}.site__sidebar{flex:1.25;align-self:flex-start;display:flex;flex-direction:column;gap:8px;position:sticky;top:0;overflow:hidden}.stat-list{background-color:var(--card-bg);border-radius:4px;display:flex;gap:8px}.stat-item{flex:1;position:relative;display:flex;flex-direction:column;padding:16px 18px;border-radius:4px;text-align:center}.stat-item:not(:last-child)::after{content:"";position:absolute;right:-4px;top:50%;transform:translateY(-50%);width:1px;height:60%;background-color:var(--border-color)}.stat-item__value{font-size:20px;font-weight:500;line-height:32px;color:var(--color-text-1)}.stat-item__label{font-size:13px;line-height:16px;color:var(--color-gray-1)}.info-list{display:flex;flex-direction:column;gap:16px;background-color:var(--color-white);border-radius:4px;padding:16px 18px;overflow:hidden}.info-item{display:flex;align-items:center}.info-item__icon{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:var(--color-gray-1);margin-right:5px}.info-item__icon svg{width:100%;height:100%}.info-item__label{font-size:13px;color:var(--color-gray-1)}.info-item__value{font-size:13px;color:var(--color-gray-1)}.recent-comments{display:flex;flex-direction:column;gap:8px;background-color:var(--color-white);border-radius:4px;padding:16px 18px}.recent-comments__title{font-size:15px;font-weight:700;line-height:21px;color:var(--color-text-1)}.recent-comments__list{display:flex;flex-direction:column;gap:8px}.recent-comments__item{display:flex;align-items:center;gap:8px}.recent-comments__avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;overflow:hidden}.recent-comments__content{font-size:13px;line-height:16px;color:var(--color-text-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site__main{flex:3;min-width:0;display:flex;flex-direction:column;gap:8px}.tab-list{display:flex;font-size:15px;line-height:20px;background-color:var(--color-white);border-radius:4px;gap:5px;padding:8px 16px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.tab-item{color:var(--color-text-1);flex-shrink:0;text-align:center}.tab-item:hover{background-color:rgba(255,130,0,.1);border-radius:8px}.tab-item a{display:block;padding:5px 16px}.tab-item:hover a{color:var(--primary-color)}.tab-item.active a{color:var(--primary-color);font-weight:500}.comment__wrapper{margin-top:-12px;background-color:var(--color-white);border-radius:4px;padding:16px 18px;padding-top:40px;margin-bottom:80px;position:relative}.comment__wrapper::before{content:"";position:absolute;top:20px;left:0;right:0;width:100%;margin:0 auto;height:1px;background:#f9f9f9}.comment__login__content{display:flex;gap:8px}.comment__login__avatar:hover{filter:brightness(.8)}.comment__list{overflow:hidden}.comment__view{display:flex;gap:8px;padding:8px 0;width:100%}.comment__avatar{display:block;flex-shrink:0;width:34px;height:34px;border-radius:50%;overflow:hidden;margin:5px 0}.comment__content{flex:1;display:flex;flex-direction:column}.comment__item.child .comment__avatar{display:none}.comment__meta{margin-bottom:5px}.comment__text{font-size:14px;line-height:16px;color:var(--color-text-1);white-space:nowrap}.comment__actions{width:100%;display:flex;gap:8px;padding:5px 0}.comment__reply{border:none;background:0 0;color:var(--color-gray-1);font-size:12px;line-height:16px;cursor:pointer;transition:color .3s ease}.comment__reply:hover{color:var(--primary-color)}.comment__textarea__wrapper{flex:1;display:flex;padding:9px 11px;height:min-content;border-radius:6px;color:var(--color-text-1);border:1px solid transparent;background:#f0f1f4;position:relative}.comment__textarea__wrapper:focus-within{border:1px solid var(--primary-color);background:var(--color-white)}.comment__textarea{width:100%;background:0 0;border:none;-webkit-box-shadow:none;box-shadow:none;outline:0;line-height:24px;font-size:15px;min-height:24px;max-height:456px;height:min-content;resize:none;position:relative}.comment__textarea__tip{position:absolute;bottom:-100%;left:0;height:100%;padding-top:5px;font-size:12px;color:var(--color-gray-1)}.comment__meta{display:flex;align-items:center;gap:8px}.guest>.comment__form__content{flex-direction:column}.comment__form__content{display:flex;gap:8px}.comment__input__list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.comment__input__item{display:flex;align-items:center;gap:2px}.comment__input__item input{width:100%;background:0 0;border:none;outline:0;font-size:14px;line-height:16px;color:var(--color-text-1);padding:5px 10px}.comment__input__item svg{width:18px;height:18px}.comment__form.guest{flex-direction:column}.comment__textarea:focus-visible{outline:0;border:none}.comment__login__footer{margin-top:16px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.comment__cancel,.comment__submit{display:flex;align-items:center;justify-content:center;width:80px;height:32px;border-radius:25px;border:none;font-size:13px}.comment__cancel{display:none}.comment__submit{background:var(--primary-color);color:var(--color-white)}.comment__children{position:relative;padding-left:16px}.comment__children .comment__view{padding:3px 0}.comment__children::before{content:"";position:absolute;top:0;left:0;width:2px;height:100%;background:#f2f2f2}.load-indicator{text-align:center;padding:16px;color:var(--color-gray-1);font-size:14px}.load-indicator a.next{display:none}@media (max-width:640px){.site__content{flex-direction:column}.site__sidebar{flex:0 0 100%;position:static;align-self:stretch}.stat-list{display:none}.post__header{justify-content:flex-start;padding:12px 18px;gap:16px}.header__back{position:static;min-width:52px}.header__title{max-width:100%}.post__images{margin-right:0}.recent-comments{display:none}}.post__list{display:flex;flex-direction:column;gap:8px}.post__item{display:flex;gap:16px;background-color:var(--color-white);padding:16px 18px;padding-bottom:8px;border-radius:4px}.post__header{position:sticky;top:0;display:flex;align-items:center;font-size:14px;justify-content:center;background-color:var(--color-white);padding:12px 0;z-index:1}.post__avatar{display:block;width:52px;height:52px;border-radius:50%;overflow:hidden}.post__meta{display:flex;flex-direction:column;gap:4px;height:52px;padding-top:4px}.comment__author,.meta__name{font-size:15px;font-weight:700;line-height:21px;color:var(--color-text-1)}.comment__time,.meta__date{font-size:13px;line-height:16px;color:var(--color-gray-1)}.post__main{width:100%;overflow:hidden}.post__back{position:absolute;left:18px;display:flex;align-items:center}.back__icon{width:18px;height:18px}.post__title{font-size:15px;font-weight:400;max-width:70%}.post__content{padding-top:3px;color:var(--color-text-1);font-size:15px;line-height:24px;overflow-wrap:break-word;word-break:break-word;min-width:0;font-family:QuoteFallback,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif;letter-spacing:.5px}.post__content pre{max-width:100%;overflow-x:auto;box-sizing:border-box;min-width:100%}.post__content>code{background:var(--border-color);padding:2px 4px;margin:0 2px;border-radius:4px;color:var(--color-text-1)}.post__content p{margin:0 0 1em;line-height:1.75}.post__content p:last-child{margin-bottom:0}.post__content h1,.post__content h2,.post__content h3,.post__content h4,.post__content h5,.post__content h6{margin:1.25em 0 .5em;font-weight:600;line-height:1.35;color:var(--color-text-1)}.post__content h1:first-child,.post__content h2:first-child,.post__content h3:first-child,.post__content h4:first-child,.post__content h5:first-child,.post__content h6:first-child{margin-top:0}.post__content h1{font-size:1.5em}.post__content h2{font-size:1.35em;border-bottom:1px solid var(--border-color);padding-bottom:.35em}.post__content h3{font-size:1.2em}.post__content h4{font-size:1.1em}.post__content h5{font-size:1.05em}.post__content h6{font-size:1em;color:var(--color-gray-1)}.post__images{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-right:80px}.post__image{width:100%;aspect-ratio:1/1;height:100%;object-fit:cover;display:block;border-radius:8px;margin:0 auto}.post__content>img{width:100%;height:auto;display:block;margin:10px 0;border-radius:8px}