:root{--background:#252525;--text:#d4d4d4;--muted:#d4d4d4b3;--block:#191919;--highlight:#05aab0;--scrollbar:#37352f;--button-hover:#057ab0}@media (prefers-color-scheme:light){:root{--background:#f1f1ef;--text:#37352f;--muted:#37352fb3;--block:#fff;--highlight:#05aab0;--scrollbar:#d4d4d4;--button-hover:#057ab0}}.light-mode{--background:#f1f1ef;--text:#37352f;--muted:#37352fb3;--block:#fff;--highlight:#05aab0;--scrollbar:#d4d4d4;--button-hover:#057ab0}.dark-mode{--background:#252525;--text:#d4d4d4;--muted:#d4d4d4b3;--block:#191919;--highlight:#05aab0;--scrollbar:#37352f;--button-hover:#057ab0}*{box-sizing:border-box}html{flex-direction:column;width:100%;min-height:100%;display:flex}#app{text-align:center;width:100%;height:100%;margin:auto}body{background-color:var(--background);color:var(--text);flex-direction:column;flex:1;margin:0;font-family:"ui-sans-serif",sans-serif;display:flex}.container.full{grid-template-columns:repeat(auto-fit,min(100%,32rem));justify-content:center;align-items:stretch;gap:1rem;margin:1rem;display:grid}.container.full .container.pk{width:100%;height:min-content;margin:0}.container.front{grid-template-columns:repeat(auto-fit,11rem);grid-auto-rows:1fr;justify-content:center;align-items:stretch;gap:1rem;width:100%;height:100%;padding:1rem;display:grid}.card.front{background-color:var(--block);border-radius:4px;flex-direction:column;flex:1;width:100%;display:flex}.card.front .avatar{object-fit:cover;border-radius:4px 4px 0 0;width:100%;height:auto}.card.front .desc{text-align:center;overflow-wrap:break-word;flex:1;padding:.75rem .5rem 1rem}.card.front .desc .name{margin:0}.card.front .desc hr{background-color:#a0a0a04d;border:none;height:1px;margin:.5rem 0 .75rem}.front.link{color:var(--text);border-radius:4px;flex-direction:column;display:flex}.front.link:hover,.front.link:focus{transition:transform .1s ease-out;transform:scale(1.02);box-shadow:0 0 0 3px #05aab099;outline:none!important}.tinytext{color:rgba(var(--text), .75);font-size:.8rem}.container.member{text-align:left;flex-direction:column;gap:1rem;padding:1rem;display:flex}.container.member .side{border-radius:4px 4px 0 0;flex-direction:column;gap:1rem;height:100%;display:flex}.container.member .side .top{flex-direction:column;flex:1;gap:1rem;width:100%;display:flex}.container.member .side .top .avatar{object-fit:cover;border-radius:4px;width:100%;max-width:none;height:auto}.container.member .side .top .info{background-color:var(--block);border-radius:4px;flex-direction:column;flex:1;gap:.325rem;padding:1rem .5rem 1rem 1rem;display:flex}.container.member .side .top .info h3{margin:0}.container.member .side .top .info hr{background-color:var(--background);border:none;width:100%;height:2px}.container.member .content{flex-direction:column;gap:1rem;width:100%;height:100%;display:flex}.container.member .content .desc{background-color:var(--block);border-radius:4px;padding:1rem .5rem 1rem 1rem}.container.member .content .desc div{scrollbar-width:thin;scrollbar-color:var(--scrollbar) transparent;height:100%;padding-right:.5rem;overflow:auto}.container.member .content .desc ::-webkit-scrollbar{background-color:#0000;width:7px}.container.member .content .desc ::-webkit-scrollbar-thumb{background-color:var(--scrollbar);border-radius:3.5px}.container.member .content .banner{border-radius:4px;width:100%;padding-top:30%;position:relative}.container.member .content .banner img{object-fit:cover;border-radius:4px;width:100%;height:100%;position:absolute;inset:0}.container.pk{background-color:var(--block);text-align:left;border-radius:4px;flex-flow:wrap;width:100%;margin:auto;padding:1rem;display:flex}.container.pk .row{margin-left:-.5rem;margin-right:-.5rem}.container.pk .col{flex:1;min-width:30%;padding:0 .5rem}.container.pk .info{flex-direction:column;flex:1;display:flex}.container.pk .info .title{align-items:center;gap:.5rem;font-weight:700;display:flex}.container.pk .info .icon{object-fit:cover;border-radius:50%;width:24px;height:24px}.container.pk .avatar-wrapper .avatar{object-fit:cover;border-radius:4px;width:80px;height:auto}.container.pk img.banner{object-fit:cover;border-radius:4px;width:100%;height:auto}.container.pk .footer{width:100%;font-size:.8rem}.container.info{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin:auto;padding:1rem;display:flex}.container.info .content{background-color:var(--block);border-radius:4px;flex-direction:column;flex:1;gap:1rem;width:100%;padding:1rem;display:flex}input{background-color:var(--background);color:var(--text);border:#a0a0a04d;border-radius:4px;padding:.5rem}input[type=checkbox]{-moz-appearance:initial;background-color:var(--text);cursor:pointer;border:2px solid #0000;padding:.625rem;font-weight:700;position:relative}input[type=checkbox]:hover{border:2px solid var(--text)}input[type=checkbox]:checked{background-color:var(--highlight)}input[type=checkbox]:checked:after{text-align:center;content:"✕";font-size:1rem;position:absolute;inset:0}.button{color:#fff;background:var(--highlight);text-align:center;cursor:pointer;border:none;border-radius:4px;padding:.75rem;font-size:1rem;display:block}.button:hover{background-color:var(--button-hover);color:#fff;transition:all .1s ease-out;transform:scale(1.05)}.row{flex-flow:column wrap;justify-content:center;gap:1rem;display:flex}@media (width>=400px){.container.member .side .top{flex-direction:row}.container.member .side .top .avatar{max-width:12rem}}@media (width>=800px){.container.member{flex-direction:row;justify-content:center}.container.member .side{width:30%;max-width:15rem}.container.member .side .top{flex-direction:column}.container.member .side .top .avatar{max-width:100%}.container.member .content{max-width:35rem}.container.member .content .desc div{max-height:18rem}.container.pk{max-width:32rem}.container.info{width:75%;max-width:45rem}.row{flex-direction:row}.button{width:min-content}}.d-spoiler{color:var(--background);background-color:var(--background);border-radius:2px;transition-delay:6000s}.d-spoiler:active{color:var(--text);transition-delay:0s}.emoji,.d-emoji{vertical-align:-.1em;height:1em;margin:0 .05em 0 .1em}blockquote{border-left:4px solid var(--background);margin:.75rem 0;padding:0 0 0 1.5rem}a{color:var(--highlight);text-decoration:none;transition:color .3s}a:hover{color:var(--button-hover)}code{background-color:var(--background);border-radius:2px;padding:.1rem .25rem}pre{white-space:pre-wrap}pre code{padding:1em;display:block;overflow-x:auto}ul,ol{padding-left:1rem}small{color:var(--muted);display:block}.embed-section blockquote{border-left:4px solid var(--divider-color)}.embed-body a{color:#0088fc}.embed-body a:hover{text-decoration:underline}.dark-mode .hljs{color:#c9d1d9}.dark-mode .hljs-doctag,.dark-mode .hljs-keyword,.dark-mode .hljs-meta .hljs-keyword,.dark-mode .hljs-template-tag,.dark-mode .hljs-template-variable,.dark-mode .hljs-type,.dark-mode .hljs-variable.language_{color:#ff7b72}.dark-mode .hljs-title,.dark-mode .hljs-title.class_,.dark-mode .hljs-title.class_.inherited__,.dark-mode .hljs-title.function_{color:#d2a8ff}.dark-mode .hljs-attr,.dark-mode .hljs-attribute,.dark-mode .hljs-literal,.dark-mode .hljs-meta,.dark-mode .hljs-number,.dark-mode .hljs-operator,.dark-mode .hljs-variable,.dark-mode .hljs-selector-attr,.dark-mode .hljs-selector-class,.dark-mode .hljs-selector-id{color:#79c0ff}.dark-mode .hljs-regexp,.dark-mode .hljs-string,.dark-mode .hljs-meta .hljs-string{color:#a5d6ff}.dark-mode .hljs-built_in,.dark-mode .hljs-symbol{color:#ffa657}.dark-mode .hljs-comment,.dark-mode .hljs-code,.dark-mode .hljs-formula{color:#8b949e}.dark-mode .hljs-name,.dark-mode .hljs-quote,.dark-mode .hljs-selector-tag,.dark-mode .hljs-selector-pseudo{color:#7ee787}.dark-mode .hljs-subst{color:#c9d1d9}.dark-mode .hljs-section{color:#1f6feb;font-weight:700}.dark-mode .hljs-bullet{color:#f2cc60}.dark-mode .hljs-emphasis{color:#c9d1d9;font-style:italic}.dark-mode .hljs-strong{color:#c9d1d9;font-weight:700}.dark-mode .hljs-addition{color:#aff5b4;background-color:#033a16}.dark-mode .hljs-deletion{color:#ffdcd7;background-color:#67060c}.light-mode .hljs{color:#24292e}.light-mode .hljs-doctag,.light-mode .hljs-keyword,.light-mode .hljs-meta .hljs-keyword,.light-mode .hljs-template-tag,.light-mode .hljs-template-variable,.light-mode .hljs-type,.light-mode .hljs-variable.language_{color:#d73a49}.light-mode .hljs-title,.light-mode .hljs-title.class_,.light-mode .hljs-title.class_.inherited__,.light-mode .hljs-title.function_{color:#6f42c1}.light-mode .hljs-attr,.light-mode .hljs-attribute,.light-mode .hljs-literal,.light-mode .hljs-meta,.light-mode .hljs-number,.light-mode .hljs-operator,.light-mode .hljs-variable,.light-mode .hljs-selector-attr,.light-mode .hljs-selector-class,.light-mode .hljs-selector-id{color:#005cc5}.light-mode .hljs-regexp,.light-mode .hljs-string,.light-mode .hljs-meta .hljs-string{color:#032f62}.light-mode .hljs-built_in,.light-mode .hljs-symbol{color:#e36209}.light-mode .hljs-comment,.light-mode .hljs-code,.light-mode .hljs-formula{color:#6a737d}.light-mode .hljs-name,.light-mode .hljs-quote,.light-mode .hljs-selector-tag,.light-mode .hljs-selector-pseudo{color:#22863a}.light-mode .hljs-subst{color:#24292e}.light-mode .hljs-section{color:#005cc5;font-weight:700}.light-mode .hljs-bullet{color:#735c0f}.light-mode .hljs-emphasis{color:#24292e;font-style:italic}.light-mode .hljs-strong{color:#24292e;font-weight:700}.light-mode .hljs-addition{color:#22863a;background-color:#f0fff4}.light-mode .hljs-deletion{color:#b31d28;background-color:#ffeef0}#nprogress{pointer-events:none}#nprogress .bar{z-index:1031;background:#29d;width:100%;height:2px;position:fixed;top:0;left:0}#nprogress .peg{opacity:1;width:100px;height:100%;display:block;position:absolute;right:0;transform:rotate(3deg)translateY(-4px);box-shadow:0 0 10px #29d,0 0 5px #29d}#nprogress .spinner{z-index:1031;display:block;position:fixed;top:15px;right:15px}#nprogress .spinner-icon{box-sizing:border-box;border:2px solid #0000;border-color:#29d #0000 #0000 #29d;border-radius:50%;width:18px;height:18px;animation:.4s linear infinite nprogress-spinner}.nprogress-custom-parent{position:relative;overflow:hidden}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
