* {
    box-sizing: border-box;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
    -ms-overflow-style: none;
}

*::-webkit-scrollbar {
    display: none;
}

html,
body {
    width: 100%;
    height: 100%;
    background: transparent;
}

.g-recaptcha>div {
    margin: 0 auto;
}

#container {
    --ubuntu: 'Ubuntu Condensed', sans-serif;
    --altcha-color-base: #0d0d0d;
}

#container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-width: 640px;
    max-width: none;
    margin: 0;
    font-size: 20.48px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

#character_selection.anonymous #logged_in_as>div:first-child,
#character_selection.anonymous .messages,
#character_selection.anonymous .user_profile,
#character_selection.anonymous .settings,
#character_selection.inactive,
#character_selection.character_creation>div:nth-child(2),
#character_selection:not(.character_creation)>div:nth-child(3),
.panel.inactive {
    display: none;
}

#user_panel,
.panel {
    position: relative;
    max-width: calc(640px - 1em);
    min-width: 320px;
}

#scaler {
    position: relative;
}

#scaler.alert {
    font-size: 1.17em;
    text-align: center;
}

.panel {
    padding: 0.5em;
    color: var(--light);
    background: #0d0d0d;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.5em;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 75%), inset 0px 0px 30px 2px rgb(0 0 0 / 50%);
}

.panel .password {
    position: relative;
}

.panel .password>input {
    display: block;
    width: 100%;
    padding-right: 1.7882em !important;
}

.panel .password>.password_display {
    position: absolute;
    width: 1.2em;
    height: 1em;
    right: calc(0.5882em / 2);
    top: 50%;
    transform: translateY(-50%);
    background: url(../../assets/gui/eye_strikethrough.svg) center center / contain no-repeat transparent;
    cursor: pointer;
    filter: brightness(86.27%);
    opacity: 0.5;
    transition: opacity 100ms linear;
}

.panel .password>.password_display.visible {
    background-image: url(../../assets/gui/eye.svg);
}

.panel .password>.password_display:hover {
    opacity: 1;
}

#delete_character_panel form>*:not(:last-child),
#deactivate_panel form>*:not(:last-child),
#customize_username_panel form>*:not(:last-child),
#change_password_panel form>*:not(:last-child),
#change_email_panel form>*:not(:last-child),
#password_prompt_panel form>*:not(:last-child),
#recover_panel form>*:not(:last-child),
#create_account_panel form>*:not(:last-child),
#reset_password_panel form>*:not(:last-child),
#login_panel form>*,
#login_panel>div>div {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
}

#delete_character_panel form .password,
#delete_character_panel form>input,
#deactivate_panel form .password {
    max-width: 320px;
    margin: 0 auto 0.5em auto;
}

#login_panel>div>div:nth-child(2) {
    color: var(--highlight);
    font-variant: small-caps;
}

#login_panel>div>div:nth-child(n + 2) {
    text-align: center;
}

#login_panel form input:first-child {
    margin-top: 0 !important;
}

#login_panel {
    position: static !important;
}

#copyright {
    position: absolute;
    bottom: 0.5em;
    left: 50%;
    transform: translateX(-50%);
    font-variant: small-caps;
    color: var(--orange);
    display: block;
    padding: 0;
    font-size: inherit;
    border: none;
}

#select_filters,
#container .button,
#collection input,
.panel form input[type=text],
.panel form input[type=email],
.panel form input[type=password] {
    background: #0d0d0d;
    border: 2px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 75%), inset 0px 0px 30px 2px rgb(0 0 0 / 50%);
}

#collection input,
.panel form input[type=text],
.panel form input[type=email],
.panel form input[type=password] {
    padding: 2px 0.5882em;
    font-family: var(--ubuntu);
    font-variant: none;
    cursor: pointer;
    background: #060606;
    border-color: #313131;
}

#collection input,
.panel form input[type=text],
.panel form input[type=email],
.panel form input[type=password] {
    cursor: text;
}

#login_panel {
    max-width: 360px !important;
}

#login_panel .register,
#login_panel .recover {
    color: var(--orange);
    width: fit-content;
    transition: color 100ms linear;
    cursor: pointer;
}

#login_panel .register {
    margin: 0 auto;
}

#login_panel .register:hover,
#login_panel .recover:hover {
    color: var(--highlight);
}

#login_panel .recover:before {
    display: inline-block;
    margin-right: 0.2941em;
    content: "\f220";
    font: normal normal normal 1em/1 Ionicons;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#login_panel .register,
#login_panel .recover {
    font-variant: small-caps;
    font-size: 19.2px;
}

#character_selection {
    position: relative;
    height: 720px;
    width: 1280px;
    padding: 0.25em;
}

#character_selection .item_list ul {
    position: relative;
    overflow-y: scroll;
}

#character_selection .item_list.characters ul>li>.character>div>div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#character_selection .item_list.characters ul>li>.character>div>div:first-child {
    color: var(--yellow);
}

#character_selection .item_list.characters ul>li>.character>div>div:nth-child(n + 2) {
    font-size: calc(1em / 1.117);
}

#character_selection .item_list.characters ul>li>.character>div>div:nth-child(3) {
    color: var(--dark);
}

#character_selection .item_list.characters ul>li>.character>div>div:nth-child(3):empty:before {
    content: "-";
    visibility: hidden;
}

#character_selection:not(.collection) .item_list.collection,
#character_selection.collection #logged_in_as,
#character_selection.collection #user_panel {
    display: none;
}

#character_selection .create_character_summary.pure>div>div:nth-child(2),
#character_selection ul>li.pure .nature {
    color: var(--pure);
}

#character_selection .create_character_summary.sexy>div>div:nth-child(2),
#character_selection ul>li.sexy .nature {
    color: var(--sexy);
}

#character_selection .create_character_summary.cunning>div>div:nth-child(2),
#character_selection ul>li.cunning .nature {
    color: var(--cunning);
}

#character_selection .create_character_summary.curious>div>div:nth-child(2),
#character_selection ul>li.curious .nature {
    color: var(--curious);
}

#character_selection .create_character_summary.tough>div>div:nth-child(2),
#character_selection ul>li.tough .nature {
    color: var(--tough);
}

#character_selection ul>li {
    position: relative;
}

#character_selection ul>li:not(:last-child) {
    margin-bottom: 0.25em;
}

#character_selection ul>li>* {
    position: relative;
}

#character_selection ul>li:not(.selected) {
    z-index: 10;
}

#character_selection ul>li>.character {
    padding: 0.25em;
    margin-right: 1.5em;
    cursor: pointer;
}

#character_selection ul>li>.character:hover:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
}

#character_selection ul>li.selected>.character:hover:before {
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 150ms ease-in-out;
}

#background,
#character_selection ul>li>.character:hover:before,
#character_selection ul>li>.background,
#character_selection ul>li>.background:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#character_selection ul>li>.background {
    right: 1.5em;
}

#character_selection ul>li>.background {
    border-radius: 3px;
    border: 2px solid transparent;
    opacity: 0;
}

#character_selection ul>li>.order,
#character_selection ul>li>.background {
    transition: opacity 150ms ease-in-out;
}

#character_selection ul>li.selected>.background {
    opacity: 1;
}

#character_selection ul>li>.background:before {
    content: "";
    opacity: 0.25;
}

#character_selection ul>li.pure>.background {
    box-shadow: inset 0px 0px 30px 2px rgba(0, 0, 0, 0.5), 0 0 0.5em var(--pure);
    border-color: var(--pure);
}

#character_selection ul>li.cunning>.background {
    box-shadow: inset 0px 0px 30px 2px rgba(0, 0, 0, 0.5), 0 0 0.5em var(--cunning);
    border-color: var(--cunning);
}

#character_selection ul>li.curious>.background {
    box-shadow: inset 0px 0px 30px 2px rgba(0, 0, 0, 0.5), 0 0 0.5em var(--curious);
    border-color: var(--curious);
}

#character_selection ul>li.tough>.background {
    box-shadow: inset 0px 0px 30px 2px rgba(0, 0, 0, 0.5), 0 0 0.5em var(--tough);
    border-color: var(--tough);
}

#character_selection ul>li.sexy>.background {
    box-shadow: inset 0px 0px 30px 2px rgba(0, 0, 0, 0.5), 0 0 0.5em var(--sexy);
    border-color: var(--sexy);
}

#character_selection ul>li.sexy>.background:before {
    background: var(--sexy);
}

#character_selection ul>li.cunning>.background:before {
    background: var(--cunning);
}

#character_selection ul>li.curious>.background:before {
    background: var(--curious);
}

#character_selection ul>li.pure>.background:before {
    background: var(--pure);
}

#character_selection ul>li.tough>.background:before {
    background: var(--tough);
}

#character_selection ul>li:not(.selected)>.order {
    opacity: 0;
}

#character_selection ul>li>.order {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#character_selection ul>li>.order>div {
    padding: 0 0.1em;
    background: transparent url(/game/assets/gui/continue_cursor_down.svg) no-repeat center center;
    background-size: 80% auto;
    filter: brightness(calc(86.27% * 0.5));
    width: 1em;
    height: 1em;
    cursor: pointer;
}

#character_selection ul>li>.order>div.inactive {
    filter: brightness(calc(86.27% * 0.25));
    pointer-events: none;
}

#character_selection ul>li>.order>div:hover {
    filter: brightness(86.27%);
}

#character_selection ul>li>.order>div:first-child {
    background-image: url(/game/assets/gui/continue_cursor_up.svg);
}

#scaler:not(.scaling) #character_selection {
    border-radius: 0.5em;
    background-image: url(/game/assets/gui/screen_shade.png);
    background-size: 100% 100%;
    overflow: hidden;
}

#background {
    background: #191533 none no-repeat center center;
    background-size: cover;
    opacity: 0;
    filter: saturate(0.5) brightness(0.5);
    transition: opacity 100ms linear;
}

#logged_in_as {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    font-variant: small-caps;
    color: var(--dark);
}

#logged_in_as>div:last-child {
    padding-top: 0.5em;
}

#user_panel {
    position: absolute;
    left: 0.5em;
    bottom: 0;
}

#account_settings table tr>td,
#user_panel>div {
    padding: 6px calc(0.5882em + 4px);
}

#user_panel>div>div {
    margin-bottom: 0.5em;
    cursor: pointer;
}

#user_panel .settings:before {
    content: "\f013\00a0";
}

#user_panel .logout {
    color: var(--red);
}

.button.shop {
    border-color: var(--dark-orange) !important;
}

.button.shop:hover {
    border-color: var(--orange) !important;
}

.create_character_continue,
#collection ul>li span,
#character_selection .item_list.characters ul>li>.order,
#character_selection .item_list.characters ul>li>.character>*,
#user_panel>div:first-child,
#user_panel>div>div span {
    filter: drop-shadow(#000 0 1px 0) drop-shadow(#000 1px 0 0) drop-shadow(#000 0 -0.8px 0) drop-shadow(#000 -0.8px 0 0);
}

#character_selection .create_character,
#character_selection .create_character_summary,
#character_selection .item_list {
    position: absolute;
    padding: 0.5em 0 !important;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    width: 320px;
}

#character_selection .create_character,
#character_selection .item_list.collection {
    left: 0.5em;
    right: auto;
}

#character_selection .item_list>div {
    background: #0d0d0d;
}

#character_selection .item_list>div:first-child {
    text-align: center;
    color: var(--dark);
    padding-bottom: 0.5em;
}

#character_selection .item_list>div:last-child {
    position: absolute;
    padding-top: 0.5em;
    left: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    background: #0d0d0d;
}

#character_selection .item_list>ul {
    padding: 0.5em;
}

#character_selection .item_list>div {
    display: flex;
}

#character_selection .item_list>div>div {
    margin: 0;
    flex-grow: 1;
}

#character_selection .item_list>div>div:not(:last-child) {
    margin-right: 0.5em;
}

#character_selection .item_list .button.inactive {
    filter: brightness(0.5) saturate(0);
    pointer-events: none;
}

#character_selection.edit_appearance .edit_character,
#character_selection:not(.edit_appearance) .edit_appearance,
#character_selection:not(.edit_appearance) .button.randomize {
    display: none;
}

#character_selection .buttons {
    position: absolute;
    left: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
}

#character_selection .buttons>div {
    margin-top: 0.5em !important;
}

#character_selection .edit_character>div:nth-child(n + 2) {
    position: relative;
    top: -40px;
}

#select_nature {
    display: flex;
    justify-content: space-evenly;
}

#character_selection .action,
#select_nature>div {
    position: relative;
    width: 2.6em;
    height: 2.6em;
    -webkit-mask-image: url(/media/gui/256/status_frame_mask_square.png);
    mask-image: url(/media/gui/256/status_frame_mask_square.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

#select_nature>div {
    cursor: pointer;
}

#character_selection .action>div,
#select_nature>div>div {
    width: 100%;
    height: 100%;
    background: transparent none no-repeat center center;
    background-size: auto 92.2523%;
}

#select_nature>div>div {
    background: transparent none no-repeat 1px 6px;
    background-size: auto 200%;
    transform: scaleX(-1);
}

#character_selection .action:after,
#select_nature>div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/media/gui/128/status_frame_square.png) center center no-repeat transparent;
    background-image: -webkit-image-set(url(/media/gui/128/status_frame_square.png) 1x, url(/media/gui/256/status_frame_square.png) 2x);
    background-image: image-set(url(/media/gui/128/status_frame_square.png) 1x, url(/media/gui/256/status_frame_square.png) 2x);
    background-size: 100%;
}

#select_nature>div.selected:after {
    background: url(/media/gui/128/status_frame_square_dispel.png) center center no-repeat transparent;
    background-image: -webkit-image-set(url(/media/gui/128/status_frame_square_dispel.png) 1x, url(/media/gui/256/status_frame_square_dispel.png) 2x);
    background-image: image-set(url(/media/gui/128/status_frame_square_dispel.png) 1x, url(/media/gui/256/status_frame_square_dispel.png) 2x);
    background-size: 100%;
}

#select_nature>div>div,
#select_nature>div.tough>div {
    background-image: url('/media/characters/128/male_tough.png');
    background-image: -webkit-image-set(url('/media/characters/128/male_tough.png') 1x, url('/media/characters/256/male_tough.png') 2x);
    background-image: image-set(url('/media/characters/128/male_tough.png') 1x, url('/media/characters/256/male_tough.png') 2x);
}

#select_nature>div.pure>div {
    background-image: url('/media/characters/128/male_pure.png');
    background-image: -webkit-image-set(url('/media/characters/128/male_pure.png') 1x, url('/media/characters/256/male_pure.png') 2x);
    background-image: image-set(url('/media/characters/128/male_pure.png') 1x, url('/media/characters/256/male_pure.png') 2x);
    background-position: -8px -11px;
}

#select_nature>div.curious>div {
    background-image: url('/media/characters/128/male_curious.png');
    background-image: -webkit-image-set(url('/media/characters/128/male_curious.png') 1x, url('/media/characters/256/male_curious.png') 2x);
    background-image: image-set(url('/media/characters/128/male_curious.png') 1x, url('/media/characters/256/male_curious.png') 2x);
    background-position: -8px -4px;
}

#select_nature>div.cunning>div {
    background-image: url('/media/characters/128/male_cunning.png');
    background-image: -webkit-image-set(url('/media/characters/128/male_cunning.png') 1x, url('/media/characters/256/male_cunning.png') 2x);
    background-image: image-set(url('/media/characters/128/male_cunning.png') 1x, url('/media/characters/256/male_cunning.png') 2x);
    background-position: -7px -9px;
}

#select_nature>div.sexy>div {
    background-image: url('/media/characters/128/male_sexy.png');
    background-image: -webkit-image-set(url('/media/characters/128/male_sexy.png') 1x, url('/media/characters/256/male_sexy.png') 2x);
    background-image: image-set(url('/media/characters/128/male_sexy.png') 1x, url('/media/characters/256/male_sexy.png') 2x);
    background-position: -2px -3px;
}

#select_nature.feminine>div>div,
#select_nature.feminine>div.tough>div {
    background-image: url('/media/characters/128/female_tough.png');
    background-image: -webkit-image-set(url('/media/characters/128/female_tough.png') 1x, url('/media/characters/256/female_tough.png') 2x);
    background-image: image-set(url('/media/characters/128/female_tough.png') 1x, url('/media/characters/256/female_tough.png') 2x);
    background-position: -8px -7px;
}

#select_nature.feminine>div.pure>div {
    background-image: url('/media/characters/128/female_pure.png');
    background-image: -webkit-image-set(url('/media/characters/128/female_pure.png') 1x, url('/media/characters/256/female_pure.png') 2x);
    background-image: image-set(url('/media/characters/128/female_pure.png') 1x, url('/media/characters/256/female_pure.png') 2x);
    background-position: -10px -15px;
}

#select_nature.feminine>div.curious>div {
    background-image: url('/media/characters/128/female_curious.png');
    background-image: -webkit-image-set(url('/media/characters/128/female_curious.png') 1x, url('/media/characters/256/female_curious.png') 2x);
    background-image: image-set(url('/media/characters/128/female_curious.png') 1x, url('/media/characters/256/female_curious.png') 2x);
    background-position: -16px -9px;
}

#select_nature.feminine>div.cunning>div {
    background-image: url('/media/characters/128/female_cunning.png');
    background-image: -webkit-image-set(url('/media/characters/128/female_cunning.png') 1x, url('/media/characters/256/female_cunning.png') 2x);
    background-image: image-set(url('/media/characters/128/female_cunning.png') 1x, url('/media/characters/256/female_cunning.png') 2x);
    background-position: -12px -13px;
}

#select_nature.feminine>div.sexy>div {
    background-image: url('/media/characters/128/female_sexy.png');
    background-image: -webkit-image-set(url('/media/characters/128/female_sexy.png') 1x, url('/media/characters/256/female_sexy.png') 2x);
    background-image: image-set(url('/media/characters/128/female_sexy.png') 1x, url('/media/characters/256/female_sexy.png') 2x);
    background-position: -8px -12px;
}

#select_physique {
    position: relative;
    margin: 0 auto;
    height: 300px;
    transform: scale(0.85);
    transform-origin: bottom;
}

#select_physique,
#select_physique.tough {
    width: 235px;
}

#select_physique.pure {
    width: 255px;
}

#select_physique.curious {
    width: 225px;
}

#select_physique.cunning {
    width: 210px;
}

#select_physique.sexy {
    width: 225px;
}

#select_physique>div {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#select_physique>div:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}

#select_physique>div:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    height: 329px;
    width: 180px;
    background: transparent none no-repeat right bottom;
    background-size: 100% auto;
    opacity: 0.7;
    pointer-events: none;
    transform: scaleX(-1);
    transition: filter 100ms linear, opacity 100ms linear;
}

#select_physique>div.selected:after {
    opacity: 1;
    z-index: 1;
}

#character_preview>div {
    width: 720px;
    height: 720px;
    background: transparent none no-repeat center bottom;
    background-size: auto 98%;
    transform: scaleX(-1);
}

#character_preview>div,
#character_preview>div.male.tough {
    background-image: url('/media/characters/1024/male_tough.png');
    background-image: -webkit-image-set(url('/media/characters/1024/male_tough.png') 1x, url('/media/characters/2048/male_tough.png') 2x);
    background-image: image-set(url('/media/characters/1024/male_tough.png') 1x, url('/media/characters/2048/male_tough.png') 2x);
}

#character_preview>div.male.pure {
    background-image: url('/media/characters/1024/male_pure.png');
    background-image: -webkit-image-set(url('/media/characters/1024/male_pure.png') 1x, url('/media/characters/2048/male_pure.png') 2x);
    background-image: image-set(url('/media/characters/1024/male_pure.png') 1x, url('/media/characters/2048/male_pure.png') 2x);
}

#character_preview>div.male.curious {
    background-image: url('/media/characters/1024/male_curious.png');
    background-image: -webkit-image-set(url('/media/characters/1024/male_curious.png') 1x, url('/media/characters/2048/male_curious.png') 2x);
    background-image: image-set(url('/media/characters/1024/male_curious.png') 1x, url('/media/characters/2048/male_curious.png') 2x);
}

#character_preview>div.male.cunning {
    background-image: url('/media/characters/1024/male_cunning.png');
    background-image: -webkit-image-set(url('/media/characters/1024/male_cunning.png') 1x, url('/media/characters/2048/male_cunning.png') 2x);
    background-image: image-set(url('/media/characters/1024/male_cunning.png') 1x, url('/media/characters/2048/male_cunning.png') 2x);
}

#character_preview>div.male.sexy {
    background-image: url('/media/characters/1024/male_sexy.png');
    background-image: -webkit-image-set(url('/media/characters/1024/male_sexy.png') 1x, url('/media/characters/2048/male_sexy.png') 2x);
    background-image: image-set(url('/media/characters/1024/male_sexy.png') 1x, url('/media/characters/2048/male_sexy.png') 2x);
}

#character_preview>div.female,
#character_preview>div.female.tough {
    background-image: url('/media/characters/1024/female_tough.png');
    background-image: -webkit-image-set(url('/media/characters/1024/female_tough.png') 1x, url('/media/characters/2048/female_tough.png') 2x);
    background-image: image-set(url('/media/characters/1024/female_tough.png') 1x, url('/media/characters/2048/female_tough.png') 2x);
}

#character_preview>div.female.pure {
    background-image: url('/media/characters/1024/female_pure.png');
    background-image: -webkit-image-set(url('/media/characters/1024/female_pure.png') 1x, url('/media/characters/2048/female_pure.png') 2x);
    background-image: image-set(url('/media/characters/1024/female_pure.png') 1x, url('/media/characters/2048/female_pure.png') 2x);
}

#character_preview>div.female.curious {
    background-image: url('/media/characters/1024/female_curious.png');
    background-image: -webkit-image-set(url('/media/characters/1024/female_curious.png') 1x, url('/media/characters/2048/female_curious.png') 2x);
    background-image: image-set(url('/media/characters/1024/female_curious.png') 1x, url('/media/characters/2048/female_curious.png') 2x);
}

#character_preview>div.female.cunning {
    background-image: url('/media/characters/1024/female_cunning.png');
    background-image: -webkit-image-set(url('/media/characters/1024/female_cunning.png') 1x, url('/media/characters/2048/female_cunning.png') 2x);
    background-image: image-set(url('/media/characters/1024/female_cunning.png') 1x, url('/media/characters/2048/female_cunning.png') 2x);
}

#character_preview>div.female.sexy {
    background-image: url('/media/characters/1024/female_sexy.png');
    background-image: -webkit-image-set(url('/media/characters/1024/female_sexy.png') 1x, url('/media/characters/2048/female_sexy.png') 2x);
    background-image: image-set(url('/media/characters/1024/female_sexy.png') 1x, url('/media/characters/2048/female_sexy.png') 2x);
}

#select_physique>.masculine:after,
#select_physique.tough>.masculine:after {
    right: -5px;
    background-image: url('/media/characters/512/male_tough.png');
    background-image: -webkit-image-set(url('/media/characters/512/male_tough.png') 1x, url('/media/characters/1024/male_tough.png') 2x);
    background-image: image-set(url('/media/characters/512/male_tough.png') 1x, url('/media/characters/1024/male_tough.png') 2x);
}

#select_physique.pure>.masculine:after {
    background-image: url('/media/characters/512/male_pure.png');
    background-image: -webkit-image-set(url('/media/characters/512/male_pure.png') 1x, url('/media/characters/1024/male_pure.png') 2x);
    background-image: image-set(url('/media/characters/512/male_pure.png') 1x, url('/media/characters/1024/male_pure.png') 2x);
    right: -15px;
}

#select_physique.curious>.masculine:after {
    background-image: url('/media/characters/512/male_curious.png');
    background-image: -webkit-image-set(url('/media/characters/512/male_curious.png') 1x, url('/media/characters/1024/male_curious.png') 2x);
    background-image: image-set(url('/media/characters/512/male_curious.png') 1x, url('/media/characters/1024/male_curious.png') 2x);
    right: -25px;
}

#select_physique.cunning>.masculine:after {
    background-image: url('/media/characters/512/male_cunning.png');
    background-image: -webkit-image-set(url('/media/characters/512/male_cunning.png') 1x, url('/media/characters/1024/male_cunning.png') 2x);
    background-image: image-set(url('/media/characters/512/male_cunning.png') 1x, url('/media/characters/1024/male_cunning.png') 2x);
    right: -30px;
}

#select_physique.sexy>.masculine:after {
    background-image: url('/media/characters/512/male_sexy.png');
    background-image: -webkit-image-set(url('/media/characters/512/male_sexy.png') 1x, url('/media/characters/1024/male_sexy.png') 2x);
    background-image: image-set(url('/media/characters/512/male_sexy.png') 1x, url('/media/characters/1024/male_sexy.png') 2x);
    right: -25px;
}

#select_physique>.feminine:after,
#select_physique.tough>.feminine:after {
    background-image: url('/media/characters/512/female_tough.png');
    background-image: -webkit-image-set(url('/media/characters/512/female_tough.png') 1x, url('/media/characters/1024/female_tough.png') 2x);
    background-image: image-set(url('/media/characters/512/female_tough.png') 1x, url('/media/characters/1024/female_tough.png') 2x);
    left: -10px;
}

#select_physique.pure>.feminine:after {
    background-image: url('/media/characters/512/female_pure.png');
    background-image: -webkit-image-set(url('/media/characters/512/female_pure.png') 1x, url('/media/characters/1024/female_pure.png') 2x);
    background-image: image-set(url('/media/characters/512/female_pure.png') 1x, url('/media/characters/1024/female_pure.png') 2x);
    left: -5px;
}

#select_physique.curious>.feminine:after {
    background-image: url('/media/characters/512/female_curious.png');
    background-image: -webkit-image-set(url('/media/characters/512/female_curious.png') 1x, url('/media/characters/1024/female_curious.png') 2x);
    background-image: image-set(url('/media/characters/512/female_curious.png') 1x, url('/media/characters/1024/female_curious.png') 2x);
    left: 0;
}

#select_physique.cunning>.feminine:after {
    background-image: url('/media/characters/512/female_cunning.png');
    background-image: -webkit-image-set(url('/media/characters/512/female_cunning.png') 1x, url('/media/characters/1024/female_cunning.png') 2x);
    background-image: image-set(url('/media/characters/512/female_cunning.png') 1x, url('/media/characters/1024/female_cunning.png') 2x);
    left: -25px;
}

#select_physique.sexy>.feminine:after {
    background-image: url('/media/characters/512/female_sexy.png');
    background-image: -webkit-image-set(url('/media/characters/512/female_sexy.png') 1x, url('/media/characters/1024/female_sexy.png') 2x);
    background-image: image-set(url('/media/characters/512/female_sexy.png') 1x, url('/media/characters/1024/female_sexy.png') 2x);
    left: -20px;
}

#select_filters {
    padding: 0.25em;
    margin: 1em 0.5em;
    margin-top: 0;
    border-radius: 3px;
    color: var(--dark);
}

#select_filters>div {
    display: flex;
    justify-content: center;
}

#select_filters>div>div {
    display: inline-block;
    padding: 0.25em;
    transition: color 100ms linear, opacity 100ms linear;
    cursor: pointer;
}

#select_filters>div>div.selected,
#select_filters.tough>div>div.selected {
    color: var(--tough);
}

#select_filters.pure>div>div.selected {
    color: var(--pure);
}

#select_filters.curious>div>div.selected {
    color: var(--curious);
}

#select_filters.cunning>div>div.selected {
    color: var(--cunning);
}

#select_filters.sexy>div>div.selected {
    color: var(--sexy);
}

#select_filters>div>div>span {
    font-size: 0.9em;
}

#select_sexuality {
    padding: 0 0.5em;
}

#select_sexuality>div:nth-child(even) {
    display: flex;
    margin-bottom: 0.5em;
}

#select_sexuality>div.inactive {
    filter: brightness(0.5);
}

#select_sexuality>div:nth-child(even)>div {
    width: 50%;
}

#select_sexuality>div:not(.inactive):nth-child(even)>div {
    cursor: pointer;
}

#select_sexuality>div:nth-child(even)>div>span {
    font-size: 0.8em;
}

#select_modes .enable,
#select_sexuality .enable {
    color: var(--orange) !important;
    width: fit-content;
}

#select_modes .enable {
    background: #0d0d0d;
    border: 2px solid transparent;
    border-radius: 3px;
}

#select_modes .enable label:before,
#select_sexuality .enable label:before {
    border-color: rgba(255, 255, 255, 0.15) !important;
    background: #0d0d0d !important;
    border-width: 2px !important;
    border-radius: 3px;
}

.create_character_continue {
    position: absolute;
    left: calc(320px + 1em);
    right: calc(320px + 1em);
    bottom: 0.5em;
    text-align: center;
}

.create_character_continue>:not(:first-child) {
    margin-top: 0.5em !important;
}

#select_name .random_name,
#select_modes .enable,
#select_name {
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 75%);
}

#select_name {
    position: relative;
    max-width: 320px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

#select_name>input {
    width: 50%;
    background: #0d0d0d !important;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    padding: 2px 0.5882em;
    color: var(--light);
    box-shadow: inset 0px 0px 30px 2px rgb(0 0 0 / 50%);
}

#select_name>input:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right-width: 1px;
}

#select_name>input:nth-child(2) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left-width: 1px;
}

#select_name .random_name {
    position: absolute;
    right: -0.5em;
    top: 50%;
    transform: translate(100%, -50%);
    height: 1em;
    width: 1em;
    border: 2px solid transparent;
    border-radius: 3px;
    background: url(../../assets/gui/symbol_d6.svg) center center / contain no-repeat #0d0d0d;
    transition: filter 100ms linear;
    cursor: pointer;
}

#select_name .random_name:not(:hover) {
    filter: brightness(86.27%);
}

#select_modes {
    display: flex;
    justify-content: space-between;
    max-width: 320px;
    margin: 0 auto;
}

#select_modes .inactive>* {
    pointer-events: none;
    filter: brightness(0.5);
}

#character_selection .create_character_summary {
    text-align: center;
}

#character_selection .create_character_summary>div:nth-child(-n + 2)>div:nth-child(2) {
    font-family: 'Vollkorn', serif;
    font-variant: small-caps;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

#character_selection .create_character_summary .action_list {
    padding: 0.25em;
    display: flex;
    justify-content: center;
}

#character_selection .create_character_summary .action_list>.action {
    margin: 0.25em;
}

#account_settings {
    min-width: 920px !important;
}

#account_settings .account_button,
#account_settings .account_button>span {
    position: relative;
}

#account_settings .account_button {
    color: #fff;
    text-align: center;
    font-variant: small-caps;
    padding: 6px calc(0.5882em + 4px);
    cursor: pointer;
}

#account_settings .account_button>.background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #21213a 0%, #3d3d7e 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    border-radius: 3px;
    filter: saturate(0);
}

#account_settings table {
    width: 100%;
    margin-bottom: 0.5em;
}

#account_settings table tr:nth-child(even) {
    background: #000;
}

#account_settings table tr>td:first-child {
    color: var(--dark);
}

#account_settings table tr>td:nth-child(2) {
    font-variant: small-caps;
}

#account_settings table tr.password>td:nth-child(2) {
    font-variant: all-small-caps;
}

#account_settings table tr.backer_rewards .account_button {
    text-align: left;
}

#account_settings table tr.backer_rewards .account_button>.background {
    filter: none;
}

#account_settings table .account_button:hover>.background {
    filter: saturate(0) brightness(1.2);
}

#account_settings table tr.backer_rewards .account_button:hover>.background {
    filter: brightness(1.2);
}

#account_settings table tr>td:first-child,
#account_settings table tr>td:last-child {
    white-space: nowrap;
}

#account_settings .backer_rewards .account_button {
    margin: 6px 0;
}

#account_settings ul>li {
    font-variant: all-small-caps;
}

#select_sexuality>div:nth-child(even)>div>span:before,
#account_settings ul>li:before {
    content: "\f12a\00a0";
    font: normal normal normal 1em/1 Ionicons;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--red);
    font-variant: all-small-caps;
    display: inline-block;
    width: 1em;
}

#select_sexuality>div:nth-child(even)>div>span:before {
    vertical-align: text-top;
}

#select_sexuality>div:nth-child(even)>div.selected>span:before,
#account_settings ul>li.active:before {
    content: "\f122\00a0";
    color: inherit;
}

#account_settings ul>li.active {
    color: var(--green);
}

#account_settings .backer_rewards .buttons {
    display: flex;
    flex-direction: column;
}

#account_settings .backer_rewards .account_button:before {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.25em;
    z-index: 1;
}

#account_settings .backer_rewards .account_button:before,
#account_settings .backer_rewards .account_button>* {
    vertical-align: middle;
}

#user_panel>div>div:before,
#account_settings .backer_rewards .account_button.twitch:before {
    font: normal normal normal 1em / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#account_settings .backer_rewards .account_button.twitch:before {
    content: "\f1e8";
}

#account_settings .backer_rewards .account_button:not(.twitch):before {
    content: "";
    background: none center center / contain no-repeat transparent;
}

#account_settings .backer_rewards .account_button.patreon:before {
    background-image: url(/assets/img/icon_patreon.svg);
}

#account_settings .backer_rewards .account_button.substar:before {
    background-image: url(/assets/img/icon_subscribestar.svg);
}

#account_settings .backer_rewards .account_button.steam:before {
    background-image: url(/assets/img/icon_steam.svg);
}

#account_settings .account_button.inactive {
    filter: brightness(0.5);
    pointer-events: none;
}

#container .enable {
    position: relative;
    text-align: left;
    font-variant: small-caps;
    color: var(--highlight);
    font-family: var(--ubuntu);
    font-size: 19.2px;
}

#container .enable input {
    display: none;
}

#container .enable label,
#container .enable input {
    cursor: pointer;
}

#container .enable label:before {
    display: inline-block;
    width: calc(1em - 1px);
    height: calc(1em - 1px);
    content: '';
    background: #222;
    border: 1px solid var(--light);
    vertical-align: text-bottom;
}

#container .enable label:after {
    position: absolute;
    left: 0.1765em;
    top: 0.11765em;
    width: 0.8235em;
    height: 0.3529em;
    content: '';
    opacity: 0;
    border: 0.1765em solid var(--tough);
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.3), inset 1px -1px 1px 0 rgba(0, 0, 0, 0.3);
    transition: opacity 100ms linear, border-color 100ms linear;
}

#container .enable label:hover:after {
    opacity: 0.3;
}

#container .enable input[type=checkbox]:checked+label:after {
    opacity: 1;
}

#container .enable label span {
    margin-left: 0.2941em;
}

#container .button {
    color: #fff;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 0.5882em;
    font-family: var(--ubuntu);
    font-variant: none;
    background-color: rgba(128, 255, 255, 0.25);
    border-color: rgba(128, 255, 255, 0.5);
    border-radius: 3px;
    transition: border-color 100ms linear, background-color 100ms linear;
    text-align: center;
    cursor: pointer;
}

#container .button.back,
#container .button.login {
    background-color: rgba(128, 128, 255, 0.25);
    border-color: rgba(128, 128, 255, 0.5);
}

#container .button.dark {
    color: var(--light);
}

#container .button.dark {
    background: #0d0d0d !important;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

#container .button.red,
#container .button.back.cancel {
    background-color: rgba(255, 128, 128, 0.25);
    border-color: rgba(255, 128, 128, 0.5);
}

#container .button:hover {
    background-color: rgba(128, 255, 255, 0.4);
}

#container .button.back:hover,
#container .button.login:hover {
    background-color: rgba(128, 128, 255, 0.4);
}

#container .button.red:hover,
#container .button.back.cancel:hover {
    background-color: rgba(255, 128, 128, 0.4);
}

#container .button.dark:hover {
    border-color: var(--dark);
}

#delete_character_panel .title,
#deactivate_panel .title,
#container .disclaimer {
    color: var(--orange);
}

#delete_character_panel .disclaimer,
#deactivate_panel .disclaimer {
    color: var(--highlight);
    font-variant: small-caps;
}

#container .error {
    color: var(--red);
    margin: 0.5em 0 1em 0;
}

#delete_character_panel>p,
#deactivate_panel>p,
#customize_username_panel>p,
#change_password_panel>p,
#change_email_panel>p,
#reset_password_panel>p {
    margin: 0.5em 0 1em 0;
}

#container .error.success {
    color: var(--teal);
}

#terms_panel form>*:not(:last-child) {
    margin-bottom: 1em;
}

.panel .terms a:after {
    margin-left: 0.25em;
    content: "\f220";
    font: normal normal normal 1em/1 Ionicons;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#terms_panel:not(.creating_account) .terms.register,
#terms_panel.creating_account .terms.play {
    display: none;
}

.panel .terms a,
.panel .terms {
    color: var(--highlight);
    font-variant: small-caps;
}

.panel .terms a:hover {
    color: #fff;
}

#terms_panel .disclaimer {
    margin-top: 0.5em;
}

#alert_prompt_panel>p:first-child {
    margin-top: 0.5em !important;
}

#terms_panel .button.accept {
    margin-bottom: 0.5em;
}

#terms_panel .button.accept.inactive {
    filter: brightness(0.5);
    pointer-events: none;
}

.prompt {
    max-width: 320px !important;
}

.prompt .disclaimer {
    margin: 0 0 0.5em 0;
    font-variant: small-caps;
}

.error_prompt,
#character_preview,
#delete_character_panel,
#delete_character_panel,
#logout_prompt_panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error_prompt,
#delete_character_panel,
#logout_prompt_panel {
    z-index: 10;
}

#delete_character_panel {
    max-width: 500px;
}

#delete_character_panel .button.inactive {
    filter: brightness(0.5) saturate(0);
    pointer-events: none;
}

#logout_prompt_panel>div {
    display: flex;
}

#logout_prompt_panel>div>div {
    margin: 0;
    flex-grow: 1;
    width: 50%;
}

#logout_prompt_panel>div>div:not(:last-child) {
    margin-right: 0.5em;
}