:root{--primary-color: #e8c9a0;--container-bg: rgb(255 255 255 / 62%);--container-bg-mobile: rgb(255 255 255 / 48%);--container-border: rgba(0, 0, 0, .08);--container-shadow: 0 24px 64px rgb(0 0 0 / 14%), 0 4px 20px rgb(0 0 0 / 8%);--title-color: rgb(18, 18, 30);--bio-color: #5f6390;--link-bg: rgb(28 26 44 / 92%);--link-color: #f0eeff;--link-border: rgba(255, 255, 255, .12);--link-hover-bg: var(--primary-color);--link-hover-color: rgb(28, 18, 4);--avatar-ring: rgba(0, 0, 0, .12);--photo-tint: transparent;--backdrop-filter: blur(10px) saturate(.75) brightness(.92);--backdrop-filter-mobile: blur(6px) saturate(.75) brightness(.9)}@media(prefers-color-scheme:dark){:root{--primary-color: #c8a87a;--container-bg: rgb(10 12 26 / 88%);--container-bg-mobile: rgb(10 12 26 / 78%);--container-border: rgba(255, 255, 255, .09);--container-shadow: 0 24px 64px rgb(0 0 0 / 55%), 0 4px 20px rgb(0 0 0 / 30%);--title-color: rgb(242, 242, 255);--bio-color: #b4b8dc;--link-bg: rgba(255, 255, 255, .13);--link-color: #dde0ff;--link-border: rgba(255, 255, 255, .2);--link-hover-bg: rgba(255, 255, 255, .22);--link-hover-color: #fff;--avatar-ring: rgba(255, 255, 255, .4);--photo-tint: rgb(0 0 0 / 45%);--backdrop-filter: blur(10px) saturate(.6) brightness(.5);--backdrop-filter-mobile: blur(6px) saturate(.6) brightness(.5)}}@keyframes enter{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:inherit}html{box-sizing:border-box;font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,Heiti,黑体,sans-serif}a{text-decoration:none}.monospace{font-family:ui-monospace,Menlo,Monaco,Cascadia Mono,Segoe UI Mono,Roboto Mono,Oxygen Mono,"Ubuntu Monospace",Source Code Pro,Fira Mono,Droid Sans Mono,Courier New,monospace}body{height:100%;background-image:url(/assets/splash-CDfn5RSg.jpg);background-size:cover;background-position:center}main{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem;-webkit-backdrop-filter:var(--backdrop-filter);backdrop-filter:var(--backdrop-filter)}@media only screen and (max-width:540px){main{padding:1rem;-webkit-backdrop-filter:var(--backdrop-filter-mobile);backdrop-filter:var(--backdrop-filter-mobile)}}.container{max-width:960px;width:100%;aspect-ratio:2/1;background-color:var(--container-bg);border:1px solid var(--container-border);display:flex;flex-direction:row;border-radius:24px;box-shadow:var(--container-shadow);overflow:hidden;animation:enter .65s cubic-bezier(.16,1,.3,1) both}@media only screen and (min-width:601px)and (max-width:960px){.container{aspect-ratio:unset}}@media only screen and (max-width:600px){.container{background-color:var(--container-bg-mobile);aspect-ratio:unset;min-height:min(480px,82vh)}}@media only screen and (max-height:540px){.container{width:80%}}.container p{margin:0}.container .landing{width:50%}@media only screen and (max-width:600px){.container .landing{width:100%}}.container .landing-start{position:relative;background-image:url(/assets/splash-CDfn5RSg.jpg);background-position:center;background-size:cover;mask-image:linear-gradient(to right,black 0%,black 38%,rgba(0,0,0,.92) 50%,rgba(0,0,0,.72) 62%,rgba(0,0,0,.38) 75%,rgba(0,0,0,.1) 88%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 38%,rgba(0,0,0,.92) 50%,rgba(0,0,0,.72) 62%,rgba(0,0,0,.38) 75%,rgba(0,0,0,.1) 88%,transparent 100%)}@media only screen and (max-width:600px){.container .landing-start{display:none}}.container .landing-start:after{content:"";position:absolute;inset:0;background:var(--photo-tint)}.container .landing-end{padding:2.75rem 3rem;display:flex;flex-direction:column;justify-content:center}@media only screen and (max-height:600px){.container .landing-end{overflow-y:auto}}@media only screen and (max-width:600px){.container .landing-end{padding:2rem 1.75rem}}.container .landing-logo{margin-bottom:1.25rem}.container .landing-logo>img{height:72px;width:72px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 3px var(--avatar-ring),0 4px 16px #0000002e}.container .title{line-height:1.1;font-size:2.75rem;font-family:nunito;color:var(--title-color);font-weight:700;letter-spacing:-.02em}.container .bio{margin-top:.75rem;color:var(--bio-color);line-height:1.6;font-weight:500;font-family:nunito}.container .bio .icons{margin-bottom:.2rem}.container .bio .icons .icon{font-size:1.9rem}.container .links{margin-top:1.25rem;display:flex;flex-direction:row;flex-wrap:wrap;column-gap:.5rem;row-gap:.5rem}.container .links a.link{padding:.42rem .9rem;background:var(--link-bg);color:var(--link-color);font-size:.78rem;font-weight:600;border-radius:999px;border:1px solid var(--link-border);display:flex;flex-direction:row;justify-content:center;align-items:center;flex-grow:1;transition:all .22s cubic-bezier(.34,1.56,.64,1);will-change:transform}.container .links a.link:hover{background-color:var(--link-hover-bg);color:var(--link-hover-color);transform:translateY(-2px);box-shadow:0 6px 18px #00000029}.container .links a.link>img{height:1.3rem;margin-right:.45rem}.container .links a.link>.icon{font-size:1.3rem;margin-right:.3rem}.ri--bilibili-line{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.172 2.757L10.414 6h3.171l3.243-3.242a1 1 0 1 1 1.415 1.415L16.414 6H18.5A3.5 3.5 0 0 1 22 9.5v8a3.5 3.5 0 0 1-3.5 3.5h-13A3.5 3.5 0 0 1 2 17.5v-8A3.5 3.5 0 0 1 5.5 6h2.085L5.757 4.171a1 1 0 0 1 1.415-1.415M18.5 8h-13a1.5 1.5 0 0 0-1.493 1.356L4 9.5v8a1.5 1.5 0 0 0 1.356 1.493L5.5 19h13a1.5 1.5 0 0 0 1.493-1.355L20 17.5v-8A1.5 1.5 0 0 0 18.5 8M8 11a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1m8 0a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.ri--twitter-line{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.35 5.55a2.9 2.9 0 0 0-2.9 2.847l-.028 1.575a.6.6 0 0 1-.68.583l-1.562-.212c-2.053-.28-4.021-1.226-5.91-2.799c-.597 3.31.57 5.603 3.383 7.372L9.4 16.014a.6.6 0 0 1 .035.993L7.843 18.17c.947.059 1.846.017 2.592-.131c4.718-.942 7.855-4.492 7.855-10.348c0-.478-1.013-2.141-2.94-2.141m-4.9 2.81a4.9 4.9 0 0 1 8.385-3.355c.711-.005 1.316.175 2.668-.645c-.334 1.64-.5 2.352-1.213 3.331c0 7.642-4.697 11.358-9.464 12.309c-3.267.652-8.02-.419-9.38-1.841c.693-.054 3.513-.357 5.143-1.55c-1.38-.91-6.868-4.14-3.261-12.823c1.693 1.977 3.41 3.323 5.15 4.037c1.157.475 1.442.466 1.973.538'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.ri--mastodon-line{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3.019 12.008c-.032-1.26-.012-2.448-.012-3.442c0-4.338 2.843-5.61 2.843-5.61C7.283 2.298 9.742 2.021 12.3 2h.062c2.557.02 5.018.298 6.451.956c0 0 2.843 1.272 2.843 5.61c0 0 .036 3.201-.396 5.424c-.275 1.41-2.457 2.955-4.963 3.254c-1.306.156-2.593.3-3.965.236c-2.244-.102-4.014-.535-4.014-.535c0 .218.014.426.04.62c.084.633.299 1.095.605 1.435c.766.85 2.106.93 3.395.974c1.82.063 3.44-.449 3.44-.449l.075 1.646s-1.273.684-3.54.81c-1.251.068-2.804-.032-4.613-.51c-1.532-.406-2.568-1.29-3.27-2.471c-1.093-1.843-1.368-4.406-1.431-6.992m3.3 4.937v-2.548l2.474.605a20.628 20.628 0 0 0 1.303.245c.752.116 1.538.2 2.328.235c1.019.047 1.9-.017 3.636-.224c1.663-.199 3.148-1.196 3.236-1.65c.082-.422.151-.922.206-1.482c.07-.705.114-1.47.137-2.245c.015-.51.02-.945.017-1.256v-.059c0-1.43-.369-2.438-.963-3.158a3.008 3.008 0 0 0-.584-.548c-.09-.064-.135-.089-.13-.087c-1.013-.465-3.093-.752-5.617-.773h-.046c-2.54.02-4.62.308-5.65.782c.023-.01-.021.014-.112.078a3.008 3.008 0 0 0-.584.548c-.594.72-.963 1.729-.963 3.158c0 .232 0 .397-.003.875a77.501 77.501 0 0 0 .014 2.518c.054 2.197.264 3.835.7 5.041c.212.587.472 1.07.78 1.45a5.701 5.701 0 0 1-.18-1.505M8.085 6.37a1.143 1.143 0 1 1 0 2.287a1.143 1.143 0 0 1 0-2.287'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.ri--github-line{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5.884 18.653c-.3-.2-.558-.455-.86-.816a50.59 50.59 0 0 1-.466-.579c-.463-.575-.755-.841-1.056-.95a1 1 0 1 1 .675-1.882c.752.27 1.261.735 1.947 1.588c-.094-.117.34.427.433.539c.19.227.33.365.44.438c.204.137.588.196 1.15.14c.024-.382.094-.753.202-1.095c-2.968-.726-4.648-2.64-4.648-6.396c0-1.24.37-2.356 1.058-3.292c-.218-.894-.185-1.975.302-3.192a1 1 0 0 1 .63-.582c.081-.024.127-.035.208-.047c.803-.124 1.937.17 3.415 1.096a11.73 11.73 0 0 1 2.687-.308c.912 0 1.819.104 2.684.308c1.477-.933 2.614-1.227 3.422-1.096c.085.013.158.03.218.05a1 1 0 0 1 .616.58c.487 1.216.52 2.296.302 3.19c.691.936 1.058 2.045 1.058 3.293c0 3.757-1.674 5.665-4.642 6.392c.125.415.19.878.19 1.38c0 .665-.002 1.299-.007 2.01c0 .19-.002.394-.005.706a1 1 0 0 1-.018 1.958c-1.14.227-1.984-.532-1.984-1.525l.002-.447l.005-.705c.005-.707.008-1.337.008-1.997c0-.697-.184-1.152-.426-1.361c-.661-.57-.326-1.654.541-1.751c2.966-.333 4.336-1.482 4.336-4.66c0-.955-.312-1.744-.913-2.404A1 1 0 0 1 17.2 6.19c.166-.414.236-.957.095-1.614l-.01.003c-.491.139-1.11.44-1.858.949a1 1 0 0 1-.833.135a9.626 9.626 0 0 0-2.592-.349c-.89 0-1.772.118-2.592.35a1 1 0 0 1-.829-.134c-.753-.507-1.374-.807-1.87-.947c-.143.653-.072 1.194.093 1.607a1 1 0 0 1-.189 1.045c-.597.655-.913 1.458-.913 2.404c0 3.172 1.371 4.328 4.322 4.66c.865.097 1.202 1.177.545 1.748c-.193.168-.43.732-.43 1.364v3.15c0 .985-.834 1.725-1.96 1.528a1 1 0 0 1-.04-1.962v-.99c-.91.061-1.661-.088-2.254-.485'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.ri--instagram-line{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.001 9a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0-2a5 5 0 1 1 0 10a5 5 0 0 1 0-10m6.5-.25a1.25 1.25 0 0 1-2.5 0a1.25 1.25 0 0 1 2.5 0M12.001 4c-2.474 0-2.878.007-4.029.058c-.784.037-1.31.142-1.798.332a2.886 2.886 0 0 0-1.08.703a2.89 2.89 0 0 0-.704 1.08c-.19.49-.295 1.015-.331 1.798C4.007 9.075 4 9.461 4 12c0 2.475.007 2.878.058 4.029c.037.783.142 1.31.331 1.797c.17.435.37.748.702 1.08c.337.336.65.537 1.08.703c.494.191 1.02.297 1.8.333C9.075 19.994 9.461 20 12 20c2.475 0 2.878-.007 4.029-.058c.782-.037 1.308-.142 1.797-.331a2.91 2.91 0 0 0 1.08-.703c.337-.336.538-.649.704-1.08c.19-.492.296-1.018.332-1.8c.052-1.103.058-1.49.058-4.028c0-2.474-.007-2.878-.058-4.029c-.037-.782-.143-1.31-.332-1.798a2.912 2.912 0 0 0-.703-1.08a2.884 2.884 0 0 0-1.08-.704c-.49-.19-1.016-.295-1.798-.331C14.926 4.006 14.54 4 12 4m0-2c2.717 0 3.056.01 4.123.06c1.064.05 1.79.217 2.427.465c.66.254 1.216.598 1.772 1.153a4.908 4.908 0 0 1 1.153 1.772c.247.637.415 1.363.465 2.428c.047 1.066.06 1.405.06 4.122c0 2.717-.01 3.056-.06 4.122c-.05 1.065-.218 1.79-.465 2.428a4.884 4.884 0 0 1-1.153 1.772a4.915 4.915 0 0 1-1.772 1.153c-.637.247-1.363.415-2.427.465c-1.067.047-1.406.06-4.123.06c-2.717 0-3.056-.01-4.123-.06c-1.064-.05-1.789-.218-2.427-.465a4.89 4.89 0 0 1-1.772-1.153a4.905 4.905 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.012 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122c.05-1.065.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772A4.897 4.897 0 0 1 5.45 2.525c.637-.248 1.362-.415 2.427-.465C8.945 2.013 9.284 2 12.001 2'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.solar--tv-line-duotone{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath stroke='%23000' stroke-width='1' d='M22 16c0 2.828 0 4.243-.879 5.121C20.243 22 18.828 22 16 22H8c-2.828 0-4.243 0-5.121-.879C2 20.243 2 18.828 2 16v-4c0-2.828 0-4.243.879-5.121C3.757 6 5.172 6 8 6h8c2.828 0 4.243 0 5.121.879C22 7.757 22 9.172 22 12z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='1' d='m9 2l3 3.5L15 2' opacity='0.5'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='1' d='M16 6v16'/%3E%3Cpath fill='%23000' d='M20 16a1 1 0 1 0-2 0a1 1 0 0 0 2 0m0-4a1 1 0 1 0-2 0a1 1 0 0 0 2 0' opacity='0.5'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.flat-color-icons--like{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23f44336' d='M34 9c-4.2 0-7.9 2.1-10 5.4C21.9 11.1 18.2 9 14 9C7.4 9 2 14.4 2 21c0 11.9 22 24 22 24s22-12 22-24c0-6.6-5.4-12-12-12'/%3E%3C/svg%3E")}.mingcute--quill-pen-line{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='M5.708 13.35c.625-1.92 1.75-4.379 3.757-6.386c3.934-3.934 9.652-4.515 9.797-4.53a1.005 1.005 0 0 1 .944.454c.208.313 1.38 2.283-.191 4.663a2.63 2.63 0 0 1-.276.344a.996.996 0 0 1-.03.37c-.19.689-.434 1.412-.75 2.135c-.551 1.263-1.328 2.54-2.423 3.636c-2.05 2.05-4.742 2.991-6.844 3.43a19.357 19.357 0 0 1-2.883.378C6.778 18.09 6.5 20.57 6.5 21a1 1 0 1 1-2 0c0-.571.116-1.67.221-2.56c.205-1.732.446-3.427.987-5.09m12.637-6.9c.527-.8.52-1.48.415-1.92c-1.527.275-5.219 1.186-7.881 3.849c-1.704 1.703-2.7 3.84-3.269 5.59a17.75 17.75 0 0 0-.494 1.85a17.417 17.417 0 0 0 2.167-.31c1.92-.402 4.179-1.228 5.838-2.888c.85-.85 1.484-1.857 1.954-2.905c-.976.52-2.018.986-2.759 1.233a1 1 0 1 1-.632-1.898c.674-.225 1.758-.713 2.754-1.265c.494-.274.946-.553 1.301-.808c.384-.276.56-.46.606-.529Z'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.arcticons--animation-crazy{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m41.556 39.297l-22.022 3.11a1.097 1.097 0 0 1-1.245-.97l-2.352-22.311a1.097 1.097 0 0 1 1.08-1.213l24.238-.229a1.097 1.097 0 0 1 1.108 1.09l.137 19.429c.004.55-.4 1.017-.944 1.094M26.1 25.258v2.579m8.494-2.731v2.175'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M34.343 32.346c-1.437.828-1.926 1.198-2.774 1.988c-1.19-.457-2.284-1.228-3.797-1.456m-15.953 8.721l-3.49-1.6a1.12 1.12 0 0 1-.643-.863L5.511 23.593c-.056-.4.108-.8.43-1.046l3.15-2.406a1.257 1.257 0 0 1 2.014.874l1.966 19.69a.887.887 0 0 1-1.252.894m11.989-28.112c.214-.456.964-1.716 2.76-3.618c3.108-3.323 4.26-4.288 4.26-4.288s1.42.75 3.27 3.109c1.876 2.358 1.93 3.832 1.93 3.832s.67-.08-4.797 1.688c-3.055.991-4.368 1.152-4.931 1.152'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M26.97 17.828v-.054c0-.884-.241-1.715-.67-2.412c-.563-.91-1.447-1.608-2.492-1.876a3.6 3.6 0 0 0-1.072-.16c-.429 0-.858.053-1.233.214c-1.152.348-2.063 1.18-2.573 2.278a4.75 4.75 0 0 0-.428 1.956v.134'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M18.93 15.818c-.562-.107-1.5-.349-3.135-.884c-2.304-.75-3.43-1.528-3.43-1.528s-.456-1.393 1.045-3.296s2.653-2.52 2.653-2.52s.911.778 3.43 3.485c1.26 1.313 1.796 2.09 2.01 2.465h.027'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.arcticons--guitar-songs{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M12.582 30.826h29.914M12.582 38.11h29.914m-29.914-1.821h29.914m-29.914-1.821h29.914m-29.914-1.821h29.914m-32.257 9.852L9.23 38.983v-8.628l1.207-4.211c.305-1.086 1.33-1.073 2.146-1.075V42.5M18.8 18.347l1.494-8.2l7.003 1.251m-4.449 9.348L28.86 8.115l13.638 6.72' stroke-width='1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M5.496 15.884c2.717-1.515 9.22-.737 13.055 2.276c4.747 3.73 9.125 4.306 12.882 2.758c4.407-1.816 9.204-.946 11.064.946m.001 0l.007.008M36.423 34.47a5.311 5.311 0 0 1-10.624 0h0a5.31 5.31 0 0 1 5.31-5.312h.002a5.31 5.31 0 0 1 5.31 5.312h.001' stroke-width='1'/%3E%3Crect width='37' height='37' x='5.497' y='5.5' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' rx='4' ry='4' stroke-width='1'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.arcticons--anilib{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M10.158 14.174c.742-3.32.959-6.878 4.269-9.042c2.54.688 3.96 2.007 5.456 3.283c3.858-1.485 6.407-.624 8.664.758c2.041-2.032 4.433-3.78 7.88-4.673c3.413 4.391 2.591 9.012 2.476 11.442l1.263 7.427m-30.008-9.195c-1.625 2.165-2.815 4.57-2.5 7.805m1.565 3.309c-1.414 4.485-4.24 9.1.556 13.009c-.486-1.6-.909-3.15-.732-4.219c1.265 2.68 3.59 4.074 5.759 5.658c-3.064-5.026-3.346-10.335-2.45-15.764m26.951 2.68c1.15 7.9 1.966 15.607-8.487 16.848c1.399-1.33 2.122-3.026 2.652-4.824c-1.405 1.474-3.218 2.133-5.228 2.4c2.214-1.913 3.802-3.944 3.208-6.391c-2.405 2.749-4.733 2.84-7.073 3.334c7.848-4.05 3.372-11.632 3.561-14.09' stroke-width='1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M39.307 26.652c-9.978-2.132-19.414-7.041-30.968-1.111L6.773 22.54c12.499-7.03 23.03.475 34.454 1.389zM36.428 4.5c-1.986 2.877-3.443 6.038-4.017 9.674c2.42 1.153 4.667 1.685 6.549.89M14.427 5.132c1.324 2.013 2.54 4.025 2.804 6.036c.537-.868 1.184-1.752 2.652-2.753m1.748 8.643l-1.162-4.334l-1.661 4.186m.555-1.414l1.864.098m.627-2.798l-.223 4.262l2.13.111m-8.395 10.296c-.73-2.002-.762 3.43.152 1.385m9.032-1.718c-1.135-1.763-.852 3.666.1 1.39' stroke-width='1'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.arcticons--firefox{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M24 46.28c-5.36 0-21.5-3.66-21.5-22.3A17.77 17.77 0 0 1 10.67 9a14.3 14.3 0 0 0 .72 5.46h.07a17.6 17.6 0 0 1 5.12-4a13 13 0 0 0-.26 2.51a11.2 11.2 0 0 0 .32 2.64a3.4 3.4 0 0 1 .49.43a11.2 11.2 0 0 0 2.63 2.26c2.48 1.36 4.24 2.18 4.24 2.18s-1.19 2.39-2.64 2.39c-5.9 0-7.08 3.84-7.08 3.84s1.19 7.93 9.55 7.93c3.08 0 9.18-1.7 9.18-8.83a8.83 8.83 0 0 0-4.63-7.88A7.4 7.4 0 0 1 34 19.56a11.42 11.42 0 0 0-10-5.9h-.7a15.82 15.82 0 0 1 7.42-11.94a24.3 24.3 0 0 0 3.74 5.71c2.61 3 6 6.51 7.36 10.17a24.3 24.3 0 0 0-2.07-6.36s5.75 3.37 5.75 13.67A21.69 21.69 0 0 1 24 46.28' stroke-width='1'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.arcticons--songsterr{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m12.078 15.28l-.485-1.786l-1.705.081l-.813 1.948l.813 2.03h1.705l.485-1.948m1.827-.127l-1.559-.05m.174 17.474l-.485-1.785l-1.705.081l-.813 1.948l.813 2.029h1.705l.485-1.948m1.386-.127l-1.115-.05m.192-8.959l-.485-1.786l-1.705.082l-.813 1.948l.813 2.029h1.705l.485-1.948m1.227-.126l-.956-.05m13.323 18.302c-.63.464-2.778 1.977-5.51-.14l-5.69-5.037s-1.772-1.865-1.399-3.917s.56-20.055-.466-25.465c0 0 5.085-3.31 10.474-3.483c5.374.19 10.433 3.483 10.433 3.483c-.277 1.463-.466 3.846-.536 6.563c-10.755-1.052-11.147 4.746-11.147 7.552c0 2.692 1.461 4.437 2.86 5.268c0 0-2.86 1.22-2.86 4.41c0 4.058 2.018 7.034 8.19 7.034c0 0-2.363 2.274-4.349 3.732' stroke-width='1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M27.113 34.48c1.263 1.061 2.626 1.547 5.688 1.547h1.552a4.577 4.577 0 0 0 4.572-4.582h0a4.577 4.577 0 0 0-4.572-4.582H31.25a4.577 4.577 0 0 1-4.573-4.582h0a4.577 4.577 0 0 1 4.573-4.582h1.55c3.062 0 4.426.486 5.689 1.546' stroke-width='1'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.arcticons--mediatekcamera{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M5.9 40a1.54 1.54 0 0 1-1.4-1.1V11.82A2.23 2.23 0 0 1 6.81 10h34.48a2.06 2.06 0 0 1 2.21 1.41V39c-.1.4-.1.9-.9 1.1Z' stroke-width='1'/%3E%3Ccircle cx='38.79' cy='15.13' r='2.01' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M7.41 7.38h4.51v2.54H7.41z' stroke-width='1'/%3E%3Ccircle cx='23.95' cy='25.25' r='12.03' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Ccircle cx='23.95' cy='25.25' r='5.31' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M23.65 22.15a3.24 3.24 0 0 0-2.71 2' stroke-width='1'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.ri--gallery-line{display:inline-block;width:1em;height:1em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 13c-1.678 0-3.249.46-4.593 1.259A15 15 0 0 1 18.147 19H20zm-3.996 6C14.044 14.302 9.408 11 4 11v8zM4 9c3.83 0 7.323 1.435 9.974 3.796A10.95 10.95 0 0 1 20 11V3h1.008c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3H6V1h2v4H4zm14-8v4h-8V3h6V1zm-1.5 9a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}
