@font-face {
    font-family: "icomoon";
    src: url("../resources/fonts/icomoon/icomoon.eot?v3");
    src: url("../resources/fonts/icomoon/icomoon.eot?v3#iefix") format("embedded-opentype"),url("../resources/fonts/icomoon/icomoon.ttf?v3") format("truetype"),url("../resources/fonts/icomoon/icomoon.woff?v3") format("woff"),url("../resources/fonts/icomoon/icomoon.svg?v3#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
    unicode-range: U+272A,U+235F,U+2694,U+2623,U+2620,U+2748,U+2618,U+2AFD,U+2764,U+270E,U+272F,U+2E15,U+2663,U+2727,U+03B1,U+2726,U+2741,U+0E51,U+278A,U+278B,U+278C,U+278D,U+278E,U+2742,U+2E0E,U+1805,U+273F,U+269A
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform,visibility,opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

:root {
    --icon-hex: #0bca51;
    --icon-rgb: 11, 202, 81;
    --link-hex: #0bea51;
    --link-rgb: 11, 234, 81;
    --hover-hex: #09ef70;
    --skillbar: #0baa51;
    --maxedbar: #ce8f12;
    --maxed-hex: #dd980e;
    --gold-hex: #fdbb3c;
    --text-hex: white;
    --text-rgb: 255, 255, 255;
    --background-hex: black;
    --background-rgb: 0, 0, 0;
    --header-hex: #282828;
    --header-rgb: 40, 40, 40;
    --grey_background-hex: #1e1e1e;
    --grey_background-rgb: 30, 30, 30;
    --lore_background-hex: #0f0f0fe6;
    --bg-hex: #121212;
    --logo: url(../../resources/img/logo_square.svg);
    --bg: url(../../resources/img/bg.webp);
    color-scheme: dark
}

:root.light {
    --text-hex: black;
    --text-rgb: 0, 0, 0;
    --background-hex: white;
    --background-rgb: 255, 255, 255;
    --header-hex: #dbdbdb;
    --header-rgb: 219, 219, 219;
    --grey_background-hex: #e2e2e2;
    --grey_background-rgb: 226, 226, 226;
    --lore_background-hex: #ffffffee;
    --bg-hex: white;
    color-scheme: light
}

:root .true-colors {
    --§0: #000000;
    --§1: #0000aa;
    --§2: #00aa00;
    --§3: #00aaaa;
    --§4: #aa0000;
    --§5: #aa00aa;
    --§6: #ffaa00;
    --§7: #aaaaaa;
    --§8: #555555;
    --§9: #5555ff;
    --§a: #55ff55;
    --§b: #55ffff;
    --§c: #ff5555;
    --§d: #ff55ff;
    --§e: #ffff55;
    --§f: #ffffff
}

:root.light,:root.light .nice-colors-auto,:root .nice-colors-dark,:root .piece,:root *::-webkit-scrollbar-thumb {
    --§0: #000000;
    --§1: #0b277a;
    --§2: #00aa00;
    --§3: #038d8d;
    --§4: #920909;
    --§5: #a305a3;
    --§6: #d88f07;
    --§7: #636363;
    --§8: #2f2f2f;
    --§9: #4444f3;
    --§a: #40bb40;
    --§b: #33aec3;
    --§c: #c43c3c;
    --§d: #e668c6;
    --§e: #efc721;
    --§f: #929292
}

:root:not(.light),:root:not(.light) .nice-colors-auto,:root .nice-colors-light {
    --§0: #6e6e6e;
    --§1: #3333ff;
    --§2: #00b300;
    --§3: #0cb9ac;
    --§4: #b61e1e;
    --§5: #eb17eb;
    --§6: #ffaa00;
    --§7: #b8b8b8;
    --§8: #999999;
    --§9: #7486f0;
    --§a: #5bda5b;
    --§b: #58d6ed;
    --§c: #fb5858;
    --§d: #fd64de;
    --§e: #f2f267;
    --§f: #ffffff
}

.§k {
    background-color: currentColor;
    border-radius: .25em
}

.§l {
    font-weight: bold
}

.§m {
    text-decoration: line-through
}

.§n {
    text-decoration: underline
}

.§o {
    font-style: italic
}

* {
    -webkit-text-size-adjust: none;
    text-size-adjust: none
}

html {
    background-color: var(--bg-hex);
    background: var(--bg) no-repeat center center fixed var(--bg-hex);
    background-size: cover;
    font-family: "icomoon","Montserrat",sans-serif;
    color: var(--text-hex);
    overflow-x: hidden;
    scroll-behavior: smooth
}

html.cache-only {
    background-blend-mode: luminosity
}

@supports(-webkit-touch-callout: none) {
    html {
        background-image: none
    }

    html:before {
        content: "";
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: var(--bg) no-repeat center center;
        background-size: cover
    }

    html.cache-only:before {
        filter: grayscale(1)
    }
}

input,textarea,button {
    font-family: inherit
}

abbr {
    display: contents;
    text-decoration: inherit
}

body {
    margin: 0
}

:focus:not(:focus-visible) {
    outline: none
}

.stat-name,.stat-value,.skill-name,.skill-progress-text,.grey-text,.kill-stat {
    user-select: text !important
}

a.no-underline {
    text-decoration: none
}

.tippy-box {
    font-weight: 500;
    background-color: var(--grey_background-hex);
    border-radius: 5px;
    user-select: text;
    color: var(--text-hex)
}

.tippy-box>.tippy-content {
    padding: 15px
}

.tippy-box>.tippy-content .stat-name {
    color: rgba(var(--text-rgb), 0.85);
    text-transform: none
}

.tippy-box>.tippy-content .stat-info {
    color: rgba(var(--text-rgb), 0.5);
    text-transform: none;
    font-style: italic
}

.tippy-box[data-placement^=top]>.tippy-arrow::before {
    border-top-color: var(--icon-hex)
}

.tippy-box[data-placement^=bottom]>.tippy-arrow::before {
    border-bottom-color: var(--icon-hex)
}

*[data-tippy-content]::after {
    content: "*";
    color: rgba(var(--text-rgb), 0.6);
    transition: color .2s
}

.additional-player-stat[data-tippy-content]::after {
    color: rgba(255,255,255,.6)
}

*[data-tippy-content]:hover::after {
    color: var(--link-hex)
}

.tippy-explanation {
    color: rgba(var(--text-rgb), 0.8);
    margin-bottom: 4px;
    white-space: normal
}

a {
    color: var(--link-hex);
    transition: color .2s
}

a:hover {
    color: var(--hover-hex)
}

#status-bar {
    position: fixed;
    right: 0;
    left: 0;
    top: -100vh;
    height: 100vh;
    background-color: #282828;
    z-index: 1000
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: env(safe-area-inset-top, 0);
    padding-left: max(8px,env(safe-area-inset-left));
    padding-right: max(8px,env(safe-area-inset-right));
    background-color: var(--header-hex);
    z-index: 1000;
    line-height: 48px;
    overflow: hidden
}

@supports(overflow: clip) {
    header {
        overflow:clip
    }
}

header>* {
    margin: 0 4px
}

#site_name {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: var(--text-hex);
    font-weight: 600
}

.pride-flag {
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    height: 20px;
    width: 32px;
    flex-shrink: 0;
    cursor: context-menu;
    user-select: none
}

.pride-flag::after {
    content: ""
}

.pride-flag.rainbow {
    background-image: linear-gradient(180deg, #ff0018 0%, #ff0018 16.6666666667%, #ffa52c 16.6666666667%, #ffa52c 33.3333333333%, #ffff41 33.3333333333%, #ffff41 50%, #008018 50%, #008018 66.6666666667%, #0000f9 66.6666666667%, #0000f9 83.3333333333%, #86007d 83.3333333333%)
}

.pride-flag.trans {
    background-image: linear-gradient(180deg, #5bcffa 0%, #5bcffa 20%, #f5abb9 20%, #f5abb9 40%, #ffffff 40%, #ffffff 60%, #f5abb9 60%, #f5abb9 80%, #5bcffa 80%)
}

.pride-flag.lesbian {
    background-image: linear-gradient(180deg, #d62900 0%, #d62900 20%, #ff9b55 20%, #ff9b55 40%, #ffffff 40%, #ffffff 60%, #d362a4 60%, #d362a4 80%, #a30262 80%)
}

.pride-flag.bi {
    background-image: linear-gradient(180deg, #d70071 0%, #d70071 20%, #d70071 20%, #d70071 40%, #9c4e97 40%, #9c4e97 60%, #0035aa 60%, #0035aa 80%, #0035aa 80%)
}

.pride-flag.pan {
    background-image: linear-gradient(180deg, #ff218c 0%, #ff218c 33.3333333333%, #ffd800 33.3333333333%, #ffd800 66.6666666667%, #21b1ff 66.6666666667%)
}

.pride-flag.nb {
    background-image: linear-gradient(180deg, #fcf431 0%, #fcf431 25%, #fcfcfc 25%, #fcfcfc 50%, #9d5cd5 50%, #9d5cd5 75%, #282828 75%)
}

.pride-flag.ace {
    background-image: linear-gradient(180deg, #000000 0%, #000000 25%, #a3a3a3 25%, #a3a3a3 50%, #ffffff 50%, #ffffff 75%, #800080 75%)
}

.pride-flag.genderfluid {
    background-image: linear-gradient(180deg, #ff76a4 0%, #ff76a4 20%, #ffffff 20%, #ffffff 40%, #bf11d7 40%, #bf11d7 60%, #000000 60%, #000000 80%, #303cbe 80%)
}

.pride-flag.logo {
    background: var(--logo);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px
}

.blm-logo {
    display: inline-block;
    width: 24px;
    height: 100%;
    flex-shrink: 0;
    background-image: url(../../resources/img/icons/blm-logo.png);
    background-size: auto 24px;
    background-position: center;
    background-repeat: no-repeat
}

.blm-logo::after {
    content: ""
}

.header-button {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
    box-sizing: unset;
    height: 16px;
    font-weight: 600;
    font-size: 13px;
    background-color: rgba(var(--text-rgb), 0.7);
    color: rgba(var(--background-rgb), 0.8);
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 9999px;
    line-height: normal;
    transition: background-color .1s;
    border: none
}

.header-button:hover {
    flex-shrink: 0;
    background-color: rgba(var(--text-rgb), 0.8);
    color: var(--background-hex)
}

header .lookup-player {
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 500px;
    height: 36px;
    background-color: rgba(var(--background-rgb), 0.2);
    border-radius: 18px
}

@media(min-width: 1100px) {
    header .lookup-player {
        margin:0 auto
    }
}

header .lookup-player input {
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
    border: 0;
    border-radius: inherit;
    background-color: rgba(0,0,0,0);
    color: var(--text-hex);
    height: 100%;
    width: 100%;
    padding: 0 65px 0 15px;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 600;
    transition: background-color .1s
}

header .lookup-player input:focus,header .lookup-player input:hover {
    outline: none;
    background-color: rgba(0,0,0,.2)
}

header .lookup-player input:-webkit-autofill,header .lookup-player input:-webkit-autofill:focus {
    transition: background-color 600000s 0s,color 600000s 0s
}

header .lookup-player button {
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 18px;
    background-color: rgba(var(--background-rgb), 0.15);
    color: var(--text-hex);
    transition: background-color .1s;
    cursor: pointer
}

header .lookup-player button:focus,header .lookup-player button:hover {
    background-color: rgba(var(--background-rgb), 0.07)
}

@media(min-width: 960px) {
    header :not(.patreon)+.lookup-player {
        margin:0 auto
    }
}

.page-index header .lookup-player {
    transform: translateY(0%);
    transition: transform .15s,visibility 0s linear 0s
}

.page-index header .lookup-player:not(.show-user-search) {
    transform: translateY(150%);
    transition: transform .15s,visibility 0s linear .15s;
    visibility: hidden
}

::placeholder {
    color: rgba(var(--text-rgb), 0.8)
}

input[type=search]::-webkit-search-cancel-button {
    height: .8em;
    width: .8em;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../resources/img/icons/close.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.light input[type=search]::-webkit-search-cancel-button {
    filter: invert(1)
}

#top_navigation .tab.soon span::after {
    content: "SOON";
    background-color: rgba(var(--text-rgb), 0.7);
    border-radius: 999px;
    color: #a6145d;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
    margin-left: 5px;
    vertical-align: top
}

#packs-button,#themes-button {
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    color: var(--text-hex);
    padding: 0 6px;
    border-radius: 9999px;
    top: 6px;
    right: 20px;
    background-color: rgba(var(--background-rgb), 0.2);
    border: none;
    align-items: center
}

#packs-button svg,#themes-button svg {
    width: 24px;
    height: 24px
}

#packs-button span,#themes-button span {
    display: block;
    transform: scaleX(1);
    transition: transform .2s,font-size,.2s,opacity .2s,padding-right .2s;
    padding: 0 6px 0 4px
}

#themes-button svg {
    transform: translateY(2px)
}

.banner {
    margin: 0;
    margin-left: calc(-1*var(--padding));
    margin-right: calc(-1*var(--padding));
    padding: var(--padding);
    color: #fff
}

.banner:not(.error),.light .banner:not(.error) {
    background: var(--icon-hex)
}

.banner.error,.light .banner.error {
    background: #b00020
}

.banner figcaption {
    font-weight: 700;
    font-size: 36px
}

.banner p {
    font-size: 18px;
    font-weight: 500
}

.banner a {
    color: #fff
}

.grid .banner {
    grid-column: 1/-1;
    padding: 25px
}

.expander {
    cursor: pointer
}

.expander::before {
    content: "";
    position: fixed;
    top: calc(48px + env(safe-area-inset-top, 0));
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0);
    transition: background-color .3s ease-in-out,visibility .3s linear
}

.expander[aria-expanded=true]::before {
    visibility: visible;
    background-color: rgba(0,0,0,.8)
}

.light .expander[aria-expanded=true]::before {
    background-color: rgba(0,0,0,.4)
}

.expander+.expandable {
    position: fixed;
    top: calc(48px + env(safe-area-inset-top, 0));
    max-height: calc(100vh - 48px - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0));
    box-sizing: border-box;
    margin: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 100;
    border-radius: 10px;
    background-color: rgba(var(--grey_background-rgb), 0.95);
    visibility: hidden;
    clip-path: circle(0% at var(--clip-center));
    transition: clip-path .3s ease-in-out,visibility .3s linear
}

.expander[aria-expanded=true]+.expandable {
    visibility: visible;
    clip-path: circle(150% at var(--clip-center))
}

#info-box {
    left: max(20px,env(safe-area-inset-left, 0));
    width: 512px;
    padding: 14px 30px;
    line-height: initial;
    --clip-center: 120px 0
}

#info-box a {
    font-weight: 600;
    text-decoration: none;
    display: inline-block
}

#info-box .name {
    color: rgba(var(--text-rgb), 0.7)
}

.link {
    position: relative;
    padding-left: 23px
}

.link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.light .link::before {
    filter: invert(1)
}

.link.link-twitter::before {
    background-image: url(../resources/img/icons/twitter.png)
}

.link.link-github::before {
    background-image: url(../resources/img/icons/github.png)
}

.link.link-patreon::before {
    background-image: url(../resources/img/icons/patreon.webp)
}

.link.link-discord::before {
    background-image: url(../resources/img/icons/discord.svg?v3)
}

#packs-box {
    --clip-center: 90% 0
}

#themes-box {
    --clip-center: 65% 0
}

@keyframes brighten {
    to {
        filter: brightness(2)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.expandable.list {
    right: max(20px,env(safe-area-inset-right, 0));
    width: 360px;
    padding: 20px;
    line-height: initial
}

.expandable.list .list-item {
    display: block;
    position: relative;
    padding: 6px 48px;
    border-radius: 5px;
    background-color: rgba(var(--text-rgb), 0.05);
    font-size: 14px
}

.expandable.list .list-item:not(:first-of-type):not(.default-item) {
    margin-top: 15px
}

.expandable.list .list-item .icon {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 32px;
    height: 32px
}

.expandable.list .list-item .icon.pack-icon {
    border-radius: 5px;
    image-rendering: crisp-edges
}

@supports(image-rendering: pixelated) {
    .expandable.list .list-item .icon.pack-icon {
        image-rendering:pixelated
    }
}

.expandable.list .list-item .name {
    display: inline-block;
    font-weight: 600;
    color: rgba(var(--text-rgb), 0.9)
}

.expandable.list .list-item .name:not(:hover):not(:focus-visible) {
    text-decoration: none
}

.expandable.list .list-item .author {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: rgba(var(--text-rgb), 0.6)
}

.expandable.list .list-item .author span {
    color: rgba(var(--text-rgb), 0.8)
}

.expandable.list .list-item button,.expandable.list .list-item input {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(var(--text-rgb), 0);
    -webkit-mask-image: url(../../resources/img/icons/check.svg);
    mask-image: url(../../resources/img/icons/check.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    cursor: pointer
}

.expandable.list .list-item button:hover,.expandable.list .list-item button:focus-visible,.expandable.list .list-item input:hover,.expandable.list .list-item input:focus-visible {
    background-color: rgba(var(--text-rgb), 30%)
}

.expandable.list .list-item button:hover:disabled:not([aria-selected]),.expandable.list .list-item button:focus-visible:disabled:not([aria-selected]),.expandable.list .list-item input:hover:disabled:not([aria-selected]),.expandable.list .list-item input:focus-visible:disabled:not([aria-selected]) {
    -webkit-mask-image: url(../resources/img/icons/cancel.svg);
    mask-image: url(../resources/img/icons/cancel.svg);
    background-color: rgba(255,0,0,.5);
    cursor: not-allowed
}

.expandable.list .list-item button.loading,.expandable.list .list-item input.loading {
    -webkit-mask-image: url(../resources/img/icons/loading.svg);
    mask-image: url(./resources/img/icons/loading.svg);
    background-color: rgba(var(--text-rgb), 50%);
    animation: spin .75s linear 0s infinite;
    cursor: progress
}

.expandable.list .list-item button:checked,.expandable.list .list-item button[aria-selected],.expandable.list .list-item input:checked,.expandable.list .list-item input[aria-selected] {
    background-color: var(--icon-hex)
}

.expandable.list .list-item button:checked:not(:disabled),.expandable.list .list-item button[aria-selected]:not(:disabled),.expandable.list .list-item input:checked:not(:disabled),.expandable.list .list-item input[aria-selected]:not(:disabled) {
    transition: background-color .15s ease-out
}

.expandable.list .list-item button:checked:hover:is([type=checkbox]),.expandable.list .list-item button[aria-selected]:hover:is([type=checkbox]),.expandable.list .list-item input:checked:hover:is([type=checkbox]),.expandable.list .list-item input[aria-selected]:hover:is([type=checkbox]) {
    background-color: rgba(var(--icon-rgb), 50%)
}

.expandable.list .list-item button:focus-visible,.expandable.list .list-item input:focus-visible {
    animation: brighten .1s ease-out 0s 2 alternate
}

.expandable.list hr {
    color: rgba(var(--text-rgb), 10%);
    margin: 15px
}

.expandable.list .list-button {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 5px;
    width: 100%;
    margin-top: 16px;
    padding: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .1s;
    background-color: rgba(var(--text-rgb), 0.65);
    color: rgba(var(--background-rgb), 0.8)
}

.expandable.list .list-button:hover {
    background-color: rgba(var(--text-rgb), 0.8)
}

.stat-name,.stat-value {
    line-height: 1.5
}

.grey-text {
    font-weight: bold;
    color: rgba(var(--text-rgb), 0.6)
}

.golden-text {
    color: var(--gold-hex) !important
}

.stat-name.golden-text {
    color: var(--maxed-hex) !important
}

.white-text {
    font-weight: bold;
    color: var(--text-hex)
}

.stat-name {
    font-weight: bold;
    color: rgba(var(--text-rgb), 0.6);
    text-transform: capitalize
}

.stat-value {
    font-weight: 700;
    margin-left: 2px
}

.bonus-divider {
    color: rgba(var(--text-rgb), 0.6);
    font-weight: bold
}

.percent::after {
    content: "%"
}

.basic-stat {
    display: block;
    margin-top: 1px;
    height: 24px;
    line-height: 24px;
    font-weight: 600
}

.basic-stat [data-tippy-content]::after {
    content: none
}

.basic-stat .stat-name {
    color: inherit
}

.basic-stat .stat-value {
    color: var(--text-hex)
}

.stat-raw-values {
    margin-top: 10px;
    margin-bottom: 20px
}

.max-stat .stat-name {
    color: var(--maxed-hex)
}

.max-stat .stat-value {
    color: var(--gold-hex)
}

.external-app-name {
    font-weight: 600;
    color: var(--link-hex)
}

.external-app-name .grey-text {
    font-weight: 600;
    color: rgba(var(--text-rgb), 0.7)
}

.external-app-description {
    margin-top: 5px;
    font-weight: 500;
    color: rgba(var(--text-rgb), 0.9)
}

.external-app-icon {
    width: 70px;
    height: 100%;
    background-size: 48px auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.light .external-app-icon.monochrome {
    filter: invert(1)
}

.icon-google-sheets {
    background-image: url(./resources/img/icons/google-sheets.svg)
}

html {
    scrollbar-color: var(--icon-hex) var(--header-hex)
}

body {
    scrollbar-color: var(--icon-hex) rgba(127,127,127,.25)
}

#nav_items_container {
    scrollbar-color: var(--icon-hex) rgba(0,0,0,0)
}

.style-scrollbar *::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: rgba(127,127,127,.12)
}

.style-scrollbar *::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

.style-scrollbar *::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: var(--icon-hex)
}

.style-scrollbar body::-webkit-scrollbar {
    background-color: var(--header-hex)
}

.style-scrollbar #nav_items_container::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0)
}

.style-scrollbar #nav_items_container::-webkit-scrollbar {
    height: 8px
}

@media(max-width: 900px) {
    .style-scrollbar #nav_bar_line {
        bottom:9px
    }

    .style-scrollbar #nav_items_container {
        padding-bottom: 10px
    }

    @supports(scrollbar-color: red blue) {
        .style-scrollbar #nav_bar_line {
            bottom: 13px
        }
    }
}

.update-popup-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(18,18,18,.831372549);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.update-popup-wrapper .update-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    max-width: calc(100vw - 75px);
    padding: 25px;
    border-radius: 25px;
    background-color: var(--header-hex, #282828)
}

.update-popup-wrapper .update-popup h2 {
    margin-top: 0
}

.update-popup-wrapper .update-popup .button-row {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.update-popup-wrapper .update-popup .button-row a,.update-popup-wrapper .update-popup .button-row button {
    display: inline-block;
    margin-left: 15px;
    border: none;
    border-radius: 1000px;
    padding: 10px 20px;
    color: #fff;
    background-color: var(--icon-hex, #0bca51);
    text-transform: uppercase;
    text-decoration: none;
    font: inherit;
    font-weight: bold;
    white-space: nowrap
}

.update-popup-wrapper .update-popup .button-row a:first-child,.update-popup-wrapper .update-popup .button-row button:first-child {
    margin-left: 0
}

@media(max-width: 360px) {
    .update-popup-wrapper .update-popup .button-row {
        flex-direction:column-reverse
    }

    .update-popup-wrapper .update-popup .button-row a,.update-popup-wrapper .update-popup .button-row button {
        margin-top: 10px
    }

    .update-popup-wrapper .update-popup .button-row a:last-child,.update-popup-wrapper .update-popup .button-row button:last-child {
        margin-top: 0
    }
}

#info-box h4 {
    margin: 22px 0 14px 0
}

#info-box .info-box__resources {
    padding-left: 20px
}

#info-box .info-box__resources>li:not(:last-child) {
    margin-bottom: 8px
}

#info-box .info-box__resources>li>ul {
    padding-left: 20px
}

#info-box .info-box__resources>li>ul>li:first-child {
    margin-top: 4px
}

@media(max-width: 1590px) {
    #info_box_content {
        max-height:1020px;
        overflow-y: auto
    }
}

@media(max-width: 800px) {
    #info-button {
        width:35px;
        height: 48px;
        padding: 0;
        color: rgba(0,0,0,0);
        margin: 0;
        margin-left: -5px;
        -webkit-mask-image: url(./resources/img/icons/information.svg);
        mask-image: url(../resources/img/icons/information.svg);
        -webkit-mask-size: 20px 20px;
        mask-size: 20px 20px;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        background-color: rgba(var(--text-rgb), 80%)
    }

    #info-button:hover,#info-button:focus {
        background-color: rgba(var(--text-rgb), 100%)
    }
}

@media(max-width: 745px) {
    :not(.page-index)>header #themes-button span,:not(.page-index)>header #packs-button span,.lookup-player.show-user-search~#themes-button span,.lookup-player.show-user-search~#packs-button span {
        transform:scaleX(0);
        padding: 0;
        font-size: 0;
        opacity: 0
    }

    :not(.page-index)>header #themes-button+#packs-box,:not(.page-index)>header #packs-button+#packs-box,.lookup-player.show-user-search~#themes-button+#packs-box,.lookup-player.show-user-search~#packs-button+#packs-box {
        --clip-center: 100% 0
    }

    :not(.page-index)>header #themes-button+#themes-box,:not(.page-index)>header #packs-button+#themes-box,.lookup-player.show-user-search~#themes-button+#themes-box,.lookup-player.show-user-search~#packs-button+#themes-box {
        --clip-center: 85% 0
    }
}

@media(max-width: 735px) {
    #info-box {
        left:env(safe-area-inset-left, 0);
        right: env(safe-area-inset-right, 0);
        width: unset;
        min-width: unset;
        border-radius: 0
    }
}

@media(max-width: 560px) {
    #api_button {
        display:none
    }
}

@media(max-width: 520px) {
    .blm-logo {
        display:none
    }

    #error_text {
        font-size: 15px
    }

    #error_subtext {
        font-size: 13px
    }
}

@media(max-width: 480px) {
    #themes-button,#packs-button {
        display:none
    }

    #themes-box,#packs-box {
        left: env(safe-area-inset-left, 0);
        right: env(safe-area-inset-right, 0);
        width: unset;
        border-radius: 0
    }

    .page-index header {
        justify-content: center
    }

    .page-index header .lookup-player {
        display: none
    }

    .grid .banner figcaption {
        font-size: 7vw
    }

    html {
        min-width: 100vw;
        min-height: 100vh
    }
}

@media(max-width: 400px) {
    .banner figcaption {
        font-size:8vw
    }
}

@media(max-width: 380px) {
    .pride-flag:not(.logo) {
        width:20px;
        border-radius: 50%;
        margin-left: 10px
    }

    .basic-stat {
        font-size: 13.5px;
        line-height: 22px;
        height: 22px
    }
}

button[name=pack],input[name=theme] {
    cursor: pointer
}

/*# sourceMappingURL=shared.css.map */
