/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}

*, :before, :after {
  box-sizing: border-box;
}

.\@container\/card-header {
  container: card-header / inline-size;
}

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.sr-only {
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.top-1\/2, .top-\[50\%\] {
  top: 50%;
}

.left-1\/2, .left-\[50\%\] {
  left: 50%;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.col-start-2 {
  grid-column-start: 2;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-start-1 {
  grid-row-start: 1;
}

.container {
  width: 100%;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.inline-flex {
  display: inline-flex;
}

.h-full {
  height: 100%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-\[calc\(100\%-2rem\)\] {
  max-width: calc(100% - 2rem);
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.transform {
  transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.auto-rows-min {
  grid-auto-rows: min-content;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.self-start {
  align-self: flex-start;
}

.justify-self-end {
  justify-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.rounded-\[3px\] {
  border-radius: 3px;
}

.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}

.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0;
}

.bg-\[\#0b0c0f\]\/95 {
  background-color: #0b0c0ff2;
  background-color: lab(3.31492% .0808686 -1.48504 / .95);
}

.bg-transparent {
  background-color: #0000;
}

.object-contain {
  object-fit: contain;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.leading-none {
  --tw-leading: 1;
  line-height: 1;
}

.break-words {
  overflow-wrap: break-word;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-\[\#00fb00\] {
  color: #00fb00;
}

.text-\[\#7f8793\] {
  color: #7f8793;
}

.text-\[\#18f178\] {
  color: #18f178;
}

.text-\[\#78a8f0\] {
  color: #78a8f0;
}

.text-\[\#a860f0\] {
  color: #a860f0;
}

.text-\[\#a961f1\] {
  color: #a961f1;
}

.text-\[\#cfd3dc\] {
  color: #cfd3dc;
}

.text-\[\#f7f7f7\] {
  color: #f7f7f7;
}

.text-\[\#f618f6\] {
  color: #f618f6;
}

.text-\[\#fb3219\] {
  color: #fb3219;
}

.text-\[\#fbc919\] {
  color: #fbc919;
}

.text-\[\#ffd54a\] {
  color: #ffd54a;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-50 {
  opacity: .5;
}

.opacity-70 {
  opacity: .7;
}

.opacity-90 {
  opacity: .9;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}

.filter {
  filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
}

.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-\[color\,box-shadow\] {
  transition-property: color, box-shadow;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.duration-200 {
  --tw-duration: .2s;
  transition-duration: .2s;
}

.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}

.select-none {
  -webkit-user-select: none;
  user-select: none;
}

.group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled="true"] *) {
  pointer-events: none;
}

.group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled="true"] *) {
  opacity: .5;
}

.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
  cursor: not-allowed;
}

.peer-disabled\:opacity-50:is(:where(.peer):disabled ~ *) {
  opacity: .5;
}

.file\:inline-flex::file-selector-button {
  display: inline-flex;
}

.file\:border-0::file-selector-button {
  border-style: var(--tw-border-style);
  border-width: 0;
}

.file\:bg-transparent::file-selector-button {
  background-color: #0000;
}

@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}

@media (hover: hover) {
  .hover\:opacity-100:hover {
    opacity: 1;
  }
}

.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}

.focus\:outline-hidden:focus {
  --tw-outline-style: none;
  outline-style: none;
}

@media (forced-colors: active) {
  .focus\:outline-hidden:focus {
    outline-offset: 2px;
    outline: 2px solid #0000;
  }
}

.focus-visible\:ring-\[3px\]:focus-visible {
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: .5;
}

.has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
  grid-template-columns: 1fr auto;
}

.data-\[orientation\=horizontal\]\:h-px[data-orientation="horizontal"] {
  height: 1px;
}

.data-\[orientation\=horizontal\]\:w-full[data-orientation="horizontal"] {
  width: 100%;
}

.data-\[orientation\=vertical\]\:h-full[data-orientation="vertical"] {
  height: 100%;
}

.data-\[orientation\=vertical\]\:w-px[data-orientation="vertical"] {
  width: 1px;
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

html {
  scrollbar-gutter: stable;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden scroll;
}

body {
  background: url("/main_content_bg.png") 0 0;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: Cormorant SC, serif;
  overflow: visible;
}

body[data-scroll-lock], body[data-state="open"] {
  padding-right: 0 !important;
  overflow-y: scroll !important;
}

html[data-scroll-lock], html[data-state="open"] {
  overflow-y: scroll !important;
}

.mu-profile-grid {
  justify-content: center;
  align-items: start;
  gap: 28px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
}

.mu-profile-grid--noinv {
  grid-template-columns: 1fr;
  grid-template-areas: "avatar"
                       "main";
}

.mu-profile-grid--with-inv {
  grid-template-columns: 1fr;
  grid-template-areas: "avatar"
                       "inventory"
                       "main";
}

.mu-profile-area-avatar {
  grid-area: avatar;
}

.mu-profile-area-inventory {
  grid-area: inventory;
}

.mu-profile-area-main {
  grid-area: main;
}

@media (min-width: 980px) {
  .mu-profile-grid--noinv {
    grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
    grid-template-areas: "avatar main";
  }

  .mu-profile-grid--with-inv {
    grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
    grid-template-areas: "avatar inventory"
                         "main main";
  }
}

.mu-action-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  display: flex;
}

.mu-action-row .menu-btn-sm {
  margin-top: 0;
}

@media (min-width: 1280px) {
  .mu-profile-grid--with-inv {
    grid-template-columns: minmax(320px, 360px) minmax(320px, 420px) minmax(0, 1fr);
    grid-template-areas: "avatar inventory main";
  }
}

.mu-profile-card {
  width: 100%;
}

.mu-profile-main {
  justify-self: center;
  width: 100%;
  max-width: 560px;
}

.mu-profile-avatar .mu-avatar-frame {
  margin: 0 auto;
}

.mu-link-clean {
  color: inherit;
  text-decoration: none;
}

.mu-link-clean:hover {
  text-decoration: none;
}

.sidebar {
  background: url("/bg_column.png") center / cover no-repeat;
  border-radius: 12px;
  width: 100%;
  min-height: 300px;
  padding: 20px;
}

.main-content {
  color: #fff;
  border-radius: 8px;
  padding: 40px 20px;
}

.header-bar:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000, #0000008c 55%, #000000d9);
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.header-bar {
  background-image: url("/bg_muzone8.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 175%;
  border-bottom: 2px solid #c7a8758c;
  width: 100%;
  height: min(65vh, 720px);
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff1a, 0 10px 25px #0000008c;
}

.header-bar:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(#0000 55%, #0000008c 100%);
  position: absolute;
  inset: 0;
}

@keyframes logoFloat {
  0% {
    transform: translate(-50%, -50%)translateY(0);
  }

  50% {
    transform: translate(-50%, -50%)translateY(-6px);
  }

  100% {
    transform: translate(-50%, -50%)translateY(0);
  }
}

.header-logo {
  z-index: 6;
  cursor: pointer;
  animation: 6s ease-in-out infinite logoFloat;
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
}

.header-logo img {
  width: 120px;
  max-width: 80vw;
  height: auto;
  transition: transform .25s, filter .25s;
}

.header-logo:hover img {
  transform: scale(1.02);
}

.footer-bar {
  color: #1a1a1a;
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 15px 0;
  font-weight: 600;
  display: flex;
}

.footer-links {
  color: #000;
  margin-bottom: 0;
  font-size: 12px;
}

.footer-links a {
  color: #000;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copyright {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.footer-vote-banners {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

.footer-vote-banners img {
  width: auto;
  max-height: 31px;
  display: block;
}

.language-switcher {
  z-index: 12;
  align-items: center;
  gap: 10px;
  display: flex;
  position: absolute;
  top: 14px;
  left: 14px;
}

.language-switcher button {
  opacity: .9;
  cursor: pointer;
  appearance: none;
  background: none;
  border: none;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  line-height: 0;
  transition: transform .15s, opacity .15s;
  display: inline-flex;
  overflow: visible;
}

.language-switcher button:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.language-switcher img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.language-switcher .flag-wrap {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 6px #00000073;
}

.language-switcher button:focus {
  outline: none;
}

.account-topbar {
  z-index: 50;
  background: linear-gradient(#19232deb, #0a0f14f2);
  width: 100%;
  position: sticky;
  top: 0;
  box-shadow: inset 0 -1px #ffffff14, 0 4px 12px #0009;
}

.account-topbar__inner {
  color: #f3dfb6;
  justify-content: center;
  align-items: center;
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  font-family: Cormorant SC, serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.account-topbar__icon {
  width: 30px;
  height: 30px;
  display: block;
}

.account-topbar-elements {
  align-items: center;
  gap: 30px;
  display: flex;
}

.account-topbar__login {
  color: #d8c29a;
  text-shadow: 0 0 4px #0009;
  font-weight: 600;
}

.account-topbar__item {
  white-space: nowrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.account-topbar__login-name {
  color: #f3dfb6;
  letter-spacing: .6px;
  font-weight: 700;
}

.menu-bar {
  z-index: 10;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 14px;
  width: 100%;
  display: flex;
  position: relative;
}

.menu-bar a {
  color: inherit !important;
  text-decoration: none !important;
}

.menu-bar > a {
  flex: none;
  display: block;
}

.menu-btn, .menu-btn-sm, .menu-btn-round, .menu-btn-md, .menu-btn-long {
  cursor: pointer;
  color: inherit;
  background-color: #0000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: var(--btn-base);
  -webkit-tap-highlight-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  text-decoration: none;
  transition: opacity .18s, filter .18s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.menu-btn:before, .menu-btn-sm:before, .menu-btn-round:before, .menu-btn-md:before, .menu-btn-long:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: var(--btn-mid) center / 100% 100% no-repeat;
  opacity: 0;
  transition: opacity .22s;
  position: absolute;
  inset: 0;
}

.menu-btn:after, .menu-btn-sm:after, .menu-btn-round:after, .menu-btn-md:after, .menu-btn-long:after {
  content: "";
  z-index: 2;
  pointer-events: none;
  background: var(--btn-top) center / 100% 100% no-repeat;
  opacity: 0;
  transition: opacity .22s;
  position: absolute;
  inset: 0;
}

.menu-btn:not(.is-active):not(:disabled):hover:before, .menu-btn-sm:not(.is-active):not(:disabled):hover:before, .menu-btn-round:not(.is-active):not(:disabled):hover:before, .menu-btn-md:not(.is-active):not(:disabled):hover:before, .menu-btn-long:not(.is-active):not(:disabled):hover:before {
  opacity: 1;
}

.menu-btn:not(.is-active):not(:disabled):hover:after, .menu-btn-sm:not(.is-active):not(:disabled):hover:after, .menu-btn-round:not(.is-active):not(:disabled):hover:after, .menu-btn-md:not(.is-active):not(:disabled):hover:after, .menu-btn-long:not(.is-active):not(:disabled):hover:after, .menu-btn.is-active:before, .menu-btn-sm.is-active:before, .menu-btn-round.is-active:before, .menu-btn-md.is-active:before, .menu-btn-long.is-active:before {
  opacity: 0;
}

.menu-btn.is-active:after, .menu-btn-sm.is-active:after, .menu-btn-round.is-active:after, .menu-btn-md.is-active:after, .menu-btn-long.is-active:after {
  opacity: 1;
}

.menu-btn:active:before, .menu-btn-sm:active:before, .menu-btn-round:active:before, .menu-btn-md:active:before, .menu-btn-long:active:before {
  opacity: 0;
}

.menu-btn:active:after, .menu-btn-sm:active:after, .menu-btn-round:active:after, .menu-btn-md:active:after, .menu-btn-long:active:after {
  opacity: 1;
}

.menu-btn:disabled, .menu-btn-sm:disabled, .menu-btn-round:disabled, .menu-btn-md:disabled, .menu-btn-long:disabled, .menu-btn.is-disabled, .menu-btn-sm.is-disabled, .menu-btn-round.is-disabled, .menu-btn-md.is-disabled, .menu-btn-long.is-disabled {
  opacity: .58;
  pointer-events: none;
  cursor: default;
  filter: grayscale(.08);
}

.menu-btn__label, .menu-btn-sm__label, .menu-btn-round__label, .menu-btn-md__label, .menu-btn-long__label {
  z-index: 3;
  text-align: center;
  pointer-events: none;
  color: #f3dfb6;
  text-shadow: 0 1px 1px #000000d9, 0 0 6px #00000059;
  justify-content: center;
  align-items: center;
  font-family: Cormorant SC, serif;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0;
}

.menu-btn-round {
  border-radius: 999px;
  width: 54px;
  height: 54px;
  margin: 0;
}

.menu-btn-round--brown {
  --btn-base: url("/ui/button_round_brown_1.png");
  --btn-mid: url("/ui/button_round_brown_2.png");
  --btn-top: url("/ui/button_round_brown_3.png");
}

.menu-btn-round--blue {
  --btn-base: url("/ui/button_round_blue_1.png");
  --btn-mid: url("/ui/button_round_blue_2.png");
  --btn-top: url("/ui/button_round_blue_3.png");
}

.menu-btn-round__label {
  letter-spacing: .3px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
}

.menu-btn {
  width: 150px;
  height: 48px;
  margin: 10px auto 0;
}

.menu-btn--brown {
  --btn-base: url("/ui/button_brown_1.png");
  --btn-mid: url("/ui/button_brown_2.png");
  --btn-top: url("/ui/button_brown_3.png");
}

.menu-btn--blue {
  --btn-base: url("/ui/button_blue_1.png");
  --btn-mid: url("/ui/button_blue_2.png");
  --btn-top: url("/ui/button_blue_3.png");
}

.menu-btn__label {
  padding: 0 14px;
  font-size: 14px;
}

.menu-btn-sm {
  width: 130px;
  height: 40px;
  margin: 8px 0 0;
}

.menu-btn-sm--brown {
  --btn-base: url("/ui/button_brown_1.png");
  --btn-mid: url("/ui/button_brown_2.png");
  --btn-top: url("/ui/button_brown_3.png");
}

.menu-btn-sm--blue {
  --btn-base: url("/ui/button_blue_1.png");
  --btn-mid: url("/ui/button_blue_2.png");
  --btn-top: url("/ui/button_blue_3.png");
}

.menu-btn-sm__label {
  padding: 0 12px;
  font-size: 13px;
}

.menu-btn-md {
  width: 190px;
  height: 52px;
  margin: 10px auto 0;
}

.menu-btn-md--blue {
  --btn-base: url("/ui/button_medium_blue_1.png");
  --btn-mid: url("/ui/button_medium_blue_2.png");
  --btn-top: url("/ui/button_medium_blue_3.png");
}

.menu-btn-md__label {
  letter-spacing: .2px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 600;
}

.menu-btn-long {
  width: 260px;
  height: 52px;
  margin: 10px auto 0;
}

.menu-btn-long--blue {
  --btn-base: url("/ui/button_long_blue_1.png");
  --btn-mid: url("/ui/button_long_blue_2.png");
  --btn-top: url("/ui/button_long_blue_3.png");
}

.menu-btn-long__label {
  letter-spacing: .2px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 600;
}

.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout-grid {
  box-sizing: border-box;
  background: url("/main_content_bg.png") 0 0;
  grid-template-columns: minmax(250px, 280px) minmax(0, 1fr) minmax(250px, 280px);
  gap: 20px;
  width: 100%;
  max-width: 100%;
  padding: 40px 20px;
  display: grid;
}

.sidebar-left, .sidebar-right, .main-content {
  min-width: 0;
}

.auth-link {
  color: #e7c88c;
  transition: all .2s;
}

.auth-link:hover {
  color: #fff;
  text-shadow: 0 0 6px #ffe6b4cc;
}

.auth-page-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.mu-dialog {
  color: #ecd7b9;
  background: url("/main_bg.png") center / cover no-repeat;
  border: 2px solid #c7a875;
  border-radius: 12px;
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 0 25px #000000b3;
}

.mu-dialog form {
  margin-bottom: 18px;
}

.mu-input {
  color: #2b1a0a;
  box-sizing: border-box;
  background: #ffffffa6;
  border: 1px solid #b8a58a;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 12px;
  padding: 10px 14px;
  font-family: Cormorant SC, serif;
  font-size: 15px;
  display: block;
}

.mu-input:focus {
  border-color: #d4c2a6;
  outline: none;
  box-shadow: 0 0 4px #ffd296cc;
}

.mu-input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mu-input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mu-input[type="number"] {
  -moz-appearance: textfield;
}

.mu-avatar-frame {
  background: #00000040;
  border: 2px solid #c7a87566;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 370px;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.mu-avatar-img {
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.mu-avatar-skeleton {
  background: #00000040;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

button[data-slot="dialog-close"] {
  width: 0 !important;
  height: 0 !important;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: none !important;
}

.character-avatar-wrap {
  --avatar-size: 110px;
  --avatar-glow-size: calc(var(--avatar-size)  + 10px);
  --char-frame-width: 117px;
  --char-frame-height: 117px;
  --char-frame-shift-x: 0px;
  --char-frame-shift-y: 0px;
  --char-frame-hover-width: 137px;
  --char-frame-hover-height: 138px;
  --char-frame-hover-shift-x: 0px;
  --char-frame-hover-shift-y: 0px;
  width: var(--avatar-size);
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-inline: auto;
  display: flex;
  position: relative;
}

.character-name {
  color: #f3dfb6;
  text-shadow: 0 0 6px #ffc87873;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 4;
  max-width: 150px;
  margin-top: 10px;
  font-family: Cormorant SC, serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

@keyframes pulseGlow {
  0% {
    background-color: #d2b4781a;
  }

  50% {
    background-color: #d2b4784d;
  }

  100% {
    background-color: #d2b4781a;
  }
}

.character-avatar {
  width: var(--avatar-size);
  height: var(--avatar-size);
  z-index: 2;
  background: none;
  border: none;
  border-radius: 50%;
  transition: transform .2s, box-shadow .2s;
  position: relative;
  overflow: visible;
}

.character-avatar:before {
  content: "";
  width: var(--char-frame-width);
  height: var(--char-frame-height);
  transform: translate(-50%, -50%) translate(var(--char-frame-shift-x), var(--char-frame-shift-y));
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  background: url("/ui/char_frame.png") center / contain no-repeat;
  transition: opacity .25s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.character-avatar:after {
  content: "";
  width: var(--char-frame-hover-width);
  height: var(--char-frame-hover-height);
  transform: translate(-50%, -50%) translate(var(--char-frame-hover-shift-x), var(--char-frame-hover-shift-y));
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  background: url("/ui/char_frame_hover.png") center / contain no-repeat;
  transition: opacity .25s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.character-avatar-img {
  width: var(--avatar-size);
  height: var(--avatar-size);
  object-fit: cover;
  z-index: 1;
  background: #00000073;
  border-radius: 50%;
  transition: transform .2s, box-shadow .2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 15px #0009;
}

.character-avatar-glow {
  width: var(--avatar-glow-size);
  height: var(--avatar-glow-size);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
  transition: opacity .3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 20px #d2b47880;
}

.character-avatar-wrap:hover .character-avatar:before {
  opacity: 0;
}

.character-avatar-wrap:hover .character-avatar:after {
  opacity: 1;
}

.character-avatar-wrap:hover .character-avatar-img {
  transform: translate(-50%, -50%)scale(1.04);
  box-shadow: inset 0 0 25px #000000b3;
}

.character-avatar-wrap:hover .character-avatar-glow {
  opacity: 1;
  animation: 2s ease-in-out infinite pulseGlow;
}

@media (max-width: 980px) {
  .character-avatar-wrap {
    --avatar-size: 96px;
    --char-frame-width: 103px;
    --char-frame-height: 103px;
    --char-frame-shift-x: 0px;
    --char-frame-shift-y: 0px;
    --char-frame-hover-width: 121px;
    --char-frame-hover-height: 122px;
    --char-frame-hover-shift-x: 0px;
    --char-frame-hover-shift-y: 0px;
  }

  .character-name {
    max-width: 130px;
    margin-top: 8px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .character-avatar-wrap {
    --avatar-size: 82px;
    --char-frame-width: 89px;
    --char-frame-height: 89px;
    --char-frame-shift-x: 0px;
    --char-frame-shift-y: 0px;
    --char-frame-hover-width: 105px;
    --char-frame-hover-height: 106px;
    --char-frame-hover-shift-x: 0px;
    --char-frame-hover-shift-y: 0px;
  }

  .character-name {
    max-width: 108px;
    margin-top: 7px;
    font-size: 12px;
  }

  .character-avatar-wrap:hover .character-avatar-img {
    transform: translate(-50%, -50%)scale(1.02);
  }
}

@media (max-width: 480px) {
  .character-avatar-wrap {
    --avatar-size: 74px;
    --char-frame-width: 81px;
    --char-frame-height: 81px;
    --char-frame-shift-x: 0px;
    --char-frame-shift-y: 0px;
    --char-frame-hover-width: 95px;
    --char-frame-hover-height: 96px;
    --char-frame-hover-shift-x: 0px;
    --char-frame-hover-shift-y: 0px;
  }

  .character-name {
    max-width: 94px;
    margin-top: 6px;
    font-size: 11px;
  }

  .character-avatar-glow {
    box-shadow: inset 0 0 14px #d2b4786b;
  }
}

.char-stats-card {
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  max-width: none;
  padding: 0;
}

.char-stats-card--with-avatar {
  align-items: center;
  gap: 50px;
  display: flex;
}

.char-stats-row {
  border-bottom: 1px solid #ffffff0f;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  display: flex;
}

.char-stats-row .mu-input {
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}

.char-card-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.char-card-right {
  flex: 1;
}

.char-stats-row:last-child {
  border-bottom: none;
}

.char-stats-label {
  color: #f3dfb6;
  min-width: 110px;
  font-family: Cormorant SC, serif;
  font-size: 14px;
  font-weight: 500;
}

.char-stats-value {
  color: #fff;
  margin-left: auto;
  font-family: Cormorant SC, serif;
  font-size: 14px;
  font-weight: 500;
}

.char-stats-input {
  color: #2b1a0a;
  text-align: right;
  background: #ffffffa6;
  border: 1px solid #b8a58a;
  border-radius: 6px;
  width: 110px;
  padding: 6px 10px;
  font-family: Cormorant SC, serif;
  font-size: 14px;
  margin-bottom: 0 !important;
}

.char-stats-input:focus {
  border-color: #d4c2a6;
  outline: none;
  box-shadow: 0 0 4px #ffd296cc;
}

.char-stats-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.char-stats-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.char-stats-input[type="number"] {
  -moz-appearance: textfield;
}

.stat-input-area {
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding-left: 8px;
  display: flex;
}

.stat-btn {
  color: #2b1a0a;
  cursor: pointer;
  background: linear-gradient(#d6c8a8, #9c8a6a);
  border: 1px solid #c7a875;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 28px;
  font-weight: bold;
  transition: all .15s;
  display: flex;
  box-shadow: 0 2px 2px #00000040, inset 0 1px 1px #ffffff4d;
}

.stat-btn:hover {
  background: linear-gradient(#e7d8b5, #b39b78);
}

.stat-btn:active {
  background: linear-gradient(#b39b78, #8a7858);
  transform: translateY(1px);
  box-shadow: 0 1px 1px #0006, inset 0 2px 4px #0009;
}

.form-item p.text-destructive, .form-item .text-destructive, p.text-destructive {
  color: #ff4d4d !important;
  margin-top: 4px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.mu-contact {
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  display: flex;
}

.mu-contact-btn {
  color: #fff;
  background: #ffffff14;
  border: 1px solid #ffffff40;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.mu-contact-btn:hover {
  background: #ffffff29;
}

.mu-legal-list {
  white-space: pre-line;
  margin-top: 6px;
  padding-left: 18px;
}

.mu-legal-list:before {
  content: "";
}

.mu-rules-switch {
  gap: 10px;
  margin-bottom: 16px;
  display: flex;
}

.menu-btn.active {
  filter: brightness(1.15);
}

.mu-page {
  width: 100%;
  max-width: 1100px;
  margin: 20px auto 0;
  padding: 0 16px;
}

.mu-panel {
  background: #00000026;
  border: 2px solid #c7a875;
  border-radius: 18px;
  padding: 22px 26px;
  box-shadow: 0 0 20px #00000080;
}

.mu-panel-header {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

.mu-panel-title {
  color: #f3dfb6;
  text-shadow: 0 0 10px #ffc87859;
  font-family: Cormorant SC, serif;
  font-size: 22px;
  font-weight: 800;
}

.mu-panel-actions {
  align-items: center;
  gap: 10px;
  display: flex;
}

.mu-alert {
  color: #f3dfb6;
  background: #00000026;
  border: 1px solid #c7a875a6;
  border-radius: 12px;
  padding: 10px 12px;
  font-family: Cormorant SC, serif;
  font-size: 13px;
}

.mu-proficiency {
  background: #0000001f;
  border: 1px solid #c7a8758c;
  border-radius: 14px;
  gap: 12px;
  padding: 12px 14px;
  display: grid;
  box-shadow: inset 0 1px #ffffff0f;
}

.mu-proficiency__top {
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 10px;
  display: grid;
}

.mu-proficiency__name {
  color: #f3dfb6;
  font-family: Cormorant SC, serif;
  font-size: 15px;
  font-weight: 800;
}

.mu-proficiency__desc {
  color: #ffffffdb;
  margin-top: 2px;
  font-family: Cormorant SC, serif;
  font-size: 13px;
}

.mu-proficiency__stats {
  text-align: right;
  color: #f3dfb6f2;
  white-space: nowrap;
  font-family: Cormorant SC, serif;
  font-size: 13px;
}

.mu-proficiency__stats .muted {
  color: #f3dfb6bf;
  margin-top: 2px;
  font-size: 14px;
  display: block;
}

.mu-progress {
  margin-top: 10px;
}

.mu-progress__bar {
  background: #00000038;
  border: 1px solid #c7a8758c;
  border-radius: 999px;
  width: 100%;
  height: 10px;
  overflow: hidden;
}

.mu-progress__fill {
  background: linear-gradient(90deg, #c7a875f2, #ffc878f2);
  border-radius: 999px;
  height: 100%;
  transition: width .25s;
  box-shadow: inset 0 0 8px #00000040;
}

.mu-table-wrap {
  background: #0000001f;
  border: 1px solid #c7a8758c;
  border-radius: 14px;
  margin-top: 12px;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff0f;
}

.mu-table-header {
  color: #f3dfb6;
  border-bottom: 1px solid #c7a87540;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  font-family: Cormorant SC, serif;
  font-weight: 800;
  display: flex;
}

.mu-table-header-meta {
  opacity: .75;
  font-size: 13px;
  font-weight: 700;
}

.mu-table {
  border-collapse: collapse;
  width: 100%;
}

.mu-table th {
  text-align: left;
  color: #f3dfb6;
  background: #0003;
  border-bottom: 1px solid #c7a87540;
  padding: 10px 12px;
  font-family: Cormorant SC, serif;
  font-weight: 800;
}

.mu-table th.align-right {
  text-align: right;
}

.mu-table td {
  color: #ecd7b9;
  border-bottom: 1px solid #c7a8751f;
  padding: 10px 12px;
  font-family: Cormorant SC, serif;
  font-size: 17px;
}

.mu-table td.align-right {
  text-align: right;
}

.mu-table td.muted {
  color: #ecd7b9bf;
}

.mu-table-empty {
  text-align: center;
  opacity: .75;
  padding: 14px;
}

.donate-page .menu-btn, .donate-page .menu-btn-sm {
  flex: none;
  margin: 0 !important;
}

.donate-page .donate-actions-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  display: flex;
}

.donate-page .donate-actions-row--between {
  justify-content: space-between;
}

.price-icon {
  vertical-align: -2px;
  opacity: .95;
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

.donate-page .donate-selected-row {
  border-bottom: 1px solid #ffffff0f;
  grid-template-columns: 50px minmax(0, 1fr) 110px auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding: 6px 0;
  display: grid;
}

.donate-page .donate-selected-qty {
  color: #f3dfb6;
  font-family: Cormorant SC, serif;
  font-weight: 600;
}

.donate-page .donate-selected-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  min-width: 0;
  font-family: Cormorant SC, serif;
  overflow: hidden;
}

.donate-page .donate-selected-price {
  white-space: nowrap;
  color: #fff;
  justify-self: end;
  font-family: Cormorant SC, serif;
}

.donate-page .donate-selected-actions {
  justify-self: end;
  align-items: center;
  gap: 6px;
  display: flex;
}

.donate-page {
  min-width: 0;
}

.donate-page .char-stats-card {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .header-bar {
    background-position: center;
    background-size: cover;
    height: auto;
    min-height: 320px;
    padding-bottom: 14px;
    padding-top: 36px !important;
  }

  .header-logo {
    text-align: center;
    z-index: 5;
    width: 100%;
    margin-top: 4px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    animation: none !important;
  }

  .header-logo > span {
    margin: 0 auto;
    display: inline-block;
  }

  .header-logo img {
    width: 120px;
    max-width: 80vw;
    height: auto;
  }

  .header-logo:hover img {
    transform: none;
  }

  .sidebar-right, #sidebar-right {
    width: 100% !important;
    max-width: 100% !important;
  }

  .layout-grid {
    grid-template-areas: "left"
                         "main"
                         "right";
    gap: 14px;
    padding: 12px;
    grid-template-columns: 1fr !important;
  }

  .sidebar-left {
    grid-area: left;
  }

  .main-content {
    grid-area: main;
  }

  .sidebar-right {
    grid-area: right;
  }

  .sidebar {
    width: 100%;
    max-width: 100%;
  }

  .sidebar, .main-content, .mu-panel, .mu-dialog {
    max-width: 100%;
  }

  .menu-bar {
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding: 0 6px 6px;
    overflow-x: auto;
  }

  .menu-bar::-webkit-scrollbar {
    display: none;
  }

  .menu-btn {
    width: 92px;
    height: 36px;
    margin-top: 0;
  }

  .menu-btn__label {
    font-size: 11px;
  }

  .characters-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
  }

  .char-card-right, .char-stats-card {
    width: 100%;
  }

  .char-stats-row {
    flex-wrap: nowrap;
    align-items: center;
  }

  .char-stats-row .char-stats-input, .char-stats-row .char-stats-value {
    width: auto;
    margin-left: auto;
  }

  .char-stats-card--with-avatar {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .mu-avatar-frame {
    width: 220px;
    height: 280px;
  }

  .char-stats-label {
    width: auto;
    min-width: 110px;
    font-size: 15px;
  }

  .char-stats-value {
    font-size: 16px !important;
  }

  .menu-btn-sm {
    width: 92px;
    height: 36px;
    margin-top: 0;
  }

  .menu-btn-sm__label, .menu-btn__label {
    font-size: 11px;
  }

  .auth-page-wrapper {
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .account-topbar__inner {
    gap: 18px;
    padding: 8px 14px;
    font-size: 13px;
  }

  .account-topbar__icon {
    width: 22px;
    height: 22px;
  }

  .mu-panel {
    padding: 16px;
  }

  .mu-proficiency__top {
    grid-template-columns: 1fr;
  }

  .mu-proficiency__stats {
    text-align: left;
  }

  .language-switcher {
    z-index: 30;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    margin: 6px 0;
    padding-left: 12px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }

  .language-switcher a, .language-switcher .flag-wrap {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 480px) {
  .header-logo img {
    width: 100px;
  }

  .characters-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .characters-grid .menu-btn-sm {
    width: 100%;
    max-width: 120px;
    height: 36px;
    margin-top: 6px;
  }

  .characters-grid .menu-btn-sm__label {
    font-size: 11px;
  }

  .character-avatar {
    border-radius: 50%;
    width: 100px;
    height: 100px;
  }

  .character-name {
    max-width: 100px;
    font-size: 14px;
  }
}

.sidebar-block {
  padding: 12px;
}

.sidebar-title {
  letter-spacing: .3px;
  color: #f2d49a;
  text-shadow: 0 1px #0009;
  margin-bottom: 10px;
  font-family: Cormorant SC, serif;
  font-weight: 700;
}

.sidebar-divider {
  background: #ffffff14;
  height: 1px;
  margin: 6px 0;
}

.sidebar-list {
  gap: 6px;
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
}

.sidebar-list-item {
  color: #ffe8ba;
  background: #00000040;
  border: 1px solid #c7a87540;
  border-radius: 8px;
  padding: 6px 8px;
  font-family: Cormorant SC, serif;
  font-size: 14px;
}

.sidebar-muted {
  color: #ffffff8c;
  font-family: Cormorant SC, serif;
  font-size: 14px;
}

.sidebar-online {
  color: #3cff6a;
  text-shadow: 0 0 6px #3cff6a73;
  font-family: Cormorant SC, serif;
  font-weight: 700;
}

@media (max-width: 1024px) and (max-height: 450px) {
  .header-bar {
    height: 140px;
  }

  .header-logo img {
    width: 150px;
  }

  .menu-bar {
    gap: 8px;
  }

  .menu-btn {
    width: 112px;
    height: 38px;
    margin-top: 6px;
  }
}

.mu-items-grid-wrap {
  padding: 72px 8px 8px;
}

.mu-items-grid-wrap--tight {
  padding-top: 64px;
}

.mu-items-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  justify-items: center;
  gap: 80px 18px;
  display: grid;
}

.mu-items-grid--tall {
  row-gap: 84px;
}

.mu-item-card {
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: radial-gradient(circle at 50% 35%, #ffffff1f 0%, #0000 45%), repeating-conic-gradient(#ffffff0a 0deg 10deg, #fff0 10deg 20deg), linear-gradient(#1219288c 0%, #05080ed1 100%);
  border: 2px solid #ffffff1f;
  border-radius: 18px;
  width: 260px;
  padding: 76px 18px 16px;
  transition: border-color .12s;
  position: relative;
  box-shadow: 0 18px 40px #0000008c;
}

.mu-item-badge {
  color: #f3dfb6;
  background: #00000059;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  padding: 2px 10px;
  font-family: Cormorant SC, serif;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  top: 12px;
  right: 12px;
}

.mu-item-avatar {
  background: #d2d2d2f2;
  border: 3px solid #000000d9;
  border-radius: 999px;
  place-items: center;
  width: 118px;
  height: 118px;
  display: grid;
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 14px 28px #0000008c;
}

.mu-item-avatar img {
  object-fit: contain;
  filter: drop-shadow(0 4px 10px #0000008c);
  width: 86px;
  height: 86px;
}

.mu-item-title {
  text-align: center;
  color: #cfd3dc;
  text-shadow: 0 1px 2px #000c;
  white-space: normal;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  min-height: 38px;
  margin-top: 6px;
  font-family: Cormorant SC, serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
  display: -webkit-box;
  overflow: hidden;
}

.mu-item-description {
  color: #d6dce8e6;
  text-align: center;
  white-space: normal;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  min-height: 48px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.mu-item-parts {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  display: flex;
}

.mu-item-part {
  background: #0000002e;
  border: 1px solid #ffffff24;
  border-radius: 10px;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
  position: relative;
}

.mu-item-part--submitted {
  border-color: #00fb00bf;
  box-shadow: inset 0 0 0 1px #00fb002e;
}

.mu-item-part-badge {
  color: #f3dfb6;
  background: #0000008c;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  padding: 1px 6px;
  font-family: Cormorant SC, serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  position: absolute;
  bottom: -7px;
  right: -7px;
}

.mu-item-part img {
  object-fit: contain;
  width: 26px;
  height: 26px;
}

.mu-item-spacer {
  height: 34px;
  margin-top: 10px;
}

.mu-item-divider {
  background: #ffffff1f;
  height: 1px;
  margin: 14px 0;
}

.mu-item-price {
  justify-content: center;
  justify-items: center;
  gap: 8px;
  margin-bottom: 14px;
  display: grid;
}

.mu-item-price-value {
  color: #e7d6b0;
  font-family: Cormorant SC, serif;
  font-size: 18px;
  font-weight: 900;
}

.mu-item-price-currency {
  color: #bcd7ff;
  letter-spacing: 1px;
  background: #28508c33;
  border: 1px solid #8cb4ffbf;
  border-radius: 999px;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  font-family: Cormorant SC, serif;
  font-weight: 900;
  display: inline-flex;
}

.mu-item-price-currency--done {
  color: #00fb00f2;
  background: #003c002e;
  border: 1px solid #00fb00a6;
}

.mu-item-pill {
  color: #cfd3dc;
  letter-spacing: 1px;
  background: #00000059;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  font-family: Cormorant SC, serif;
  font-weight: 900;
  display: inline-flex;
}

.mu-item-action {
  color: #b7c7ff;
  letter-spacing: 1px;
  cursor: pointer;
  background: #00000059;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  width: 100%;
  height: 44px;
  font-family: Cormorant SC, serif;
  font-weight: 900;
}

.mu-item-progress {
  color: #cfd3dc;
  letter-spacing: .6px;
  background: #00000059;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  place-items: center;
  width: 100%;
  height: 44px;
  font-family: Cormorant SC, serif;
  font-weight: 900;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mu-item-progress--clickable {
  cursor: pointer;
}

.mu-item-progress__fill {
  background: linear-gradient(90deg, #c7a875eb, #ffc878eb);
  width: 0;
  transition: width .25s;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 10px #00000047;
}

.mu-item-progress--done .mu-item-progress__fill {
  background: linear-gradient(90deg, #00fb008c, #00fb00d9);
}

.mu-item-progress__label {
  z-index: 1;
  text-shadow: 0 1px 2px #000000bf;
  position: relative;
}

.mu-item-progress:disabled, .mu-item-action:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.mu-item-action--danger {
  color: #fcc;
  background: #50000059;
}

.mu-path-missions-wrap {
  padding-top: 12px;
}

.mu-path-missions-grid {
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  row-gap: 18px;
}

.mu-path-mission-card {
  background-image: linear-gradient(115deg, #ffffff0d 0%, #ffffff03 38%, #ffffff08 100%), linear-gradient(#101827d1 0%, #05080eeb 100%);
  border-radius: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 980px;
  min-height: 136px;
  padding: 18px 20px 18px 136px;
  display: grid;
  box-shadow: 0 18px 40px #00000073;
}

.mu-path-mission-avatar {
  border-width: 2px;
  width: 96px;
  height: 96px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  box-shadow: 0 12px 24px #00000073;
}

.mu-path-mission-avatar img {
  width: 68px;
  height: 68px;
}

.mu-path-mission-main {
  gap: 8px;
  min-width: 0;
  display: grid;
}

.mu-path-mission-title {
  text-align: left;
  -webkit-line-clamp: 2;
  min-height: 0;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.05;
}

.mu-path-mission-description {
  text-align: left;
  -webkit-line-clamp: 3;
  min-height: 0;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.35;
}

.mu-path-mission-side {
  justify-items: end;
  gap: 8px;
  min-width: 138px;
  display: grid;
}

.mu-path-mission-progress {
  white-space: nowrap;
  text-align: right;
  font-size: 18px;
  line-height: 1;
}

.mu-path-mission-reward {
  letter-spacing: .2px;
  text-align: center;
  white-space: normal;
  justify-content: center;
  min-height: 30px;
  padding: 4px 12px;
  font-size: 13px;
  line-height: 1.15;
}

.mu-path-mission-reward--done {
  color: #00fb00f2;
  background: #003c002e;
  border-color: #00fb00a6;
}

.mu-path-mission-action {
  letter-spacing: .4px;
  width: 124px;
  height: 34px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .mu-path-mission-card {
    padding-left: 124px;
  }

  .mu-path-mission-avatar {
    width: 88px;
    height: 88px;
    left: 16px;
  }

  .mu-path-mission-avatar img {
    width: 62px;
    height: 62px;
  }

  .mu-path-mission-side {
    min-width: 126px;
  }
}

@media (max-width: 720px) {
  .mu-path-mission-card {
    gap: 14px;
    min-height: 0;
    padding: 16px 16px 16px 108px;
  }

  .mu-path-mission-avatar {
    width: 76px;
    height: 76px;
    left: 16px;
  }

  .mu-path-mission-avatar img {
    width: 54px;
    height: 54px;
  }

  .mu-path-mission-title {
    font-size: 16px;
  }

  .mu-path-mission-description {
    font-size: 13px;
  }

  .mu-path-mission-side {
    min-width: 110px;
  }

  .mu-path-mission-progress {
    font-size: 16px;
  }

  .mu-path-mission-reward {
    font-size: 12px;
  }

  .mu-path-mission-action {
    width: 108px;
    height: 32px;
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  .mu-path-mission-card {
    grid-template-columns: 1fr;
    padding: 16px 16px 16px 100px;
  }

  .mu-path-mission-avatar {
    width: 68px;
    height: 68px;
    left: 16px;
  }

  .mu-path-mission-avatar img {
    width: 48px;
    height: 48px;
  }

  .mu-path-mission-side {
    grid-auto-flow: row;
    justify-items: start;
    min-width: 0;
  }

  .mu-path-mission-progress {
    text-align: left;
  }
}

.mu-item-static {
  color: #cfd3dc;
  letter-spacing: .6px;
  background: #00000059;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  place-items: center;
  width: 100%;
  height: 44px;
  font-family: Cormorant SC, serif;
  font-weight: 900;
  display: grid;
}

.mu-item-placeholder {
  color: #cfd3dcbf;
  letter-spacing: 1px;
  background: #00000040;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  place-items: center;
  width: 100%;
  height: 44px;
  font-family: Cormorant SC, serif;
  font-weight: 900;
  display: grid;
}

.mu-item-form-row {
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  display: flex;
}

.mu-item-input {
  color: #e7d6b0;
  background: #00000047;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  outline: none;
  flex: 1;
  min-width: 0;
  height: 38px;
  padding: 0 10px;
  font-family: Cormorant SC, serif;
  font-weight: 900;
}

.mu-item-select {
  color: #e7d6b0;
  background: #0000008c;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  outline: none;
  flex: 0 0 112px;
  width: 112px;
  height: 38px;
  padding: 0 10px;
  font-family: Cormorant SC, serif;
  font-weight: 900;
}

.mu-item-select option {
  color: #e7d6b0;
  background: #0b0f18;
}

.mu-item-footnote {
  text-align: center;
  color: #7f8793;
  letter-spacing: .3px;
  font-size: 12px;
}

.mu-fantasy-panel {
  background: linear-gradient(#0e1b2cf5, #08101cf2);
  border: 1px solid #c7a87594;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff1f, inset 0 0 0 1px #27496a40, 0 14px 34px #00000057;
}

.mu-fantasy-panel:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at top, #2e629738, #0000 42%), radial-gradient(circle at 0 100%, #14365c29, #0000 38%);
  position: absolute;
  inset: 0;
}

.character-profile-page {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 6px 0 28px;
}

.character-profile-layout {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 22px;
  display: grid;
}

.character-profile-loading {
  text-align: center;
  color: #f3dfb6;
  padding: 22px;
  font-family: Cormorant SC, serif;
  font-size: 20px;
}

.character-profile-avatar-card, .character-profile-details-card {
  z-index: 0;
  justify-self: center;
  width: min(100%, 408px);
  height: 100%;
  position: relative;
}

.character-profile-menu-shell {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.character-profile-menu-title, .character-profile-panel-title {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #f3dfb6;
  text-shadow: 0 2px 8px #0000008c;
  margin-bottom: 16px;
  font-family: Cormorant SC, serif;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}

.character-profile-menu-list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.character-profile-nav-btn, .character-profile-bottom-btn, .character-profile-reset-btn {
  width: 100%;
  margin: 0;
  text-decoration: none;
}

.character-profile-nav-btn {
  height: 46px;
}

.character-profile-nav-btn.is-active:before, .character-profile-bottom-btn:hover:before, .character-profile-reset-btn:hover:before {
  filter: brightness(1.08);
}

.character-profile-nav-btn.is-active:after {
  box-shadow: inset 0 2px 2px #ffffff42, inset 0 -4px 5px #000000f2, 0 0 0 1px #ffd7882e;
}

.character-profile-avatar-card {
  padding: 18px 22px 22px;
}

.character-profile-avatar-body {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.character-profile-avatar-frame.mu-avatar-frame {
  flex: none;
  width: 300px;
  height: 370px;
  margin: 0 auto;
}

.character-profile-identity {
  width: 100%;
  max-width: 300px;
  margin-top: 14px;
}

.character-profile-class {
  text-align: center;
  color: #f3dfb6;
  text-shadow: 0 2px 8px #0000008c;
  margin-bottom: 12px;
  font-family: Cormorant SC, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
}

.character-profile-name {
  text-align: center;
  color: #f3dfb6;
  text-shadow: 0 2px 8px #0000008c;
  font-family: Cormorant SC, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
}

.character-profile-meta-list {
  margin-top: 12px;
}

.character-profile-meta-row, .character-profile-stat-row {
  border-bottom: 1px solid #ffffff14;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 10px 0;
  display: flex;
}

.character-profile-meta-row:last-child, .character-profile-stat-row:last-child {
  border-bottom: none;
}

.character-profile-meta-label, .character-profile-stat-label {
  color: #f3dfb6;
  font-family: Cormorant SC, serif;
  font-size: 20px;
  font-weight: 600;
}

.character-profile-meta-value, .character-profile-stat-value {
  text-align: right;
  color: #fff;
  font-family: Cormorant SC, serif;
  font-size: 22px;
  font-weight: 700;
}

.character-profile-details-card {
  flex-direction: column;
  padding: 18px 22px 22px;
  display: flex;
}

.character-profile-details-body {
  z-index: 1;
  flex-direction: column;
  flex: auto;
  min-height: 0;
  display: flex;
  position: relative;
}

.character-profile-stats-list {
  z-index: 1;
  position: relative;
}

.character-profile-details-divider {
  background: linear-gradient(90deg, #0000, #f3dfb647, #0000);
  width: 100%;
  height: 1px;
  margin: 16px 0 14px;
}

.character-profile-subtitle {
  text-align: center;
  color: #f3dfb6;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Cormorant SC, serif;
  font-size: 22px;
  font-weight: 700;
}

.character-profile-reset-row {
  z-index: 1;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  position: relative;
}

.character-profile-reset-btn {
  max-width: 190px;
  height: 44px;
}

.character-profile-equipment-body {
  z-index: 1;
  flex: auto;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.character-profile-equipment-body--compact {
  min-height: 0;
  padding-top: 12px;
}

.character-profile-loading-inline {
  text-align: center;
  color: #f3dfb6;
  padding: 18px 0;
  font-family: Cormorant SC, serif;
  font-size: 20px;
}

.character-profile-bottom-nav {
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 680px;
  margin: 22px auto 0;
  display: grid;
}

.character-profile-bottom-btn {
  height: 50px;
}

.character-profile-bottom-btn .menu-btn-sm__label, .character-profile-reset-btn .menu-btn-sm__label, .character-profile-nav-btn .menu-btn-sm__label {
  font-size: 16px;
}

@media (min-width: 760px) {
  .character-profile-bottom-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1360px) {
  .character-profile-layout {
    grid-template-columns: minmax(210px, 230px) minmax(320px, 408px) minmax(320px, 408px);
    justify-content: center;
  }

  .character-profile-menu-shell {
    align-self: start;
    position: sticky;
    top: 18px;
  }
}

@media (max-width: 1359px) {
  .character-profile-layout {
    grid-template-columns: repeat(2, minmax(300px, 408px));
    justify-content: center;
  }

  .character-profile-menu-shell {
    grid-column: 1 / -1;
  }

  .character-profile-menu-list {
    flex-flow: wrap;
    justify-content: center;
  }

  .character-profile-nav-btn {
    width: min(100%, 250px);
  }
}

@media (max-width: 900px) {
  .character-profile-page {
    padding-bottom: 18px;
  }

  .character-profile-menu-title, .character-profile-panel-title {
    font-size: 22px;
  }

  .character-profile-class, .character-profile-name {
    font-size: 28px;
  }

  .character-profile-meta-label, .character-profile-meta-value, .character-profile-stat-label, .character-profile-stat-value {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .character-profile-avatar-card, .character-profile-details-card {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .character-profile-details-card {
    padding-top: 8px;
    padding-bottom: 18px;
  }

  .character-profile-stat-row {
    gap: 10px;
    padding: 9px 0;
  }

  .character-profile-stat-label, .character-profile-stat-value {
    font-size: 17px;
  }

  .character-profile-equipment-body {
    overflow-x: auto;
  }

  .character-profile-nav-btn, .character-profile-bottom-btn, .character-profile-reset-btn {
    height: 44px;
  }
}

.characters-grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 28px;
  display: flex;
}

.characters-grid > div {
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
}

.character-avatar-wrap, .character-avatar {
  margin: 0;
}

.character-profile-page--dashboard {
  background: radial-gradient(circle at top, #1636582e, #0000 32%), radial-gradient(circle at bottom, #08162480, #0000 35%), url("/main_bg.png") center / cover no-repeat;
  width: 100%;
  min-width: 0;
  padding: 18px 12px 22px;
  overflow-x: hidden;
}

.character-profile-shell {
  width: 100%;
  min-width: 0;
  max-width: 1060px;
  margin: 0 auto;
}

.character-profile-grid-v2 {
  grid-template-columns: 1.2fr 1.3fr 1fr 1.8fr;
  justify-content: center;
  align-items: start;
  gap: 14px;
  width: 100%;
  min-width: 0;
  display: grid;
}

.character-side-panel, .character-main-card, .character-stats-panel, .character-equipment-panel {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.character-side-panel {
  padding-top: 4px;
}

.character-main-card {
  position: relative;
}

.character-stats-panel, .character-equipment-panel {
  min-height: 520px;
  padding-top: 4px;
}

@media (max-width: 980px) {
  .character-profile-grid-v2 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .character-stats-panel, .character-equipment-panel {
    min-height: auto;
  }

  .character-stats-list-v2 {
    height: auto;
  }

  .character-equipment-panel__body {
    overflow: visible;
  }

  .character-equipment-panel__body > div:first-child {
    transform-origin: top;
    margin: 0 auto;
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .character-profile-page--dashboard {
    padding: 14px 10px 18px;
  }

  .character-profile-grid-v2 {
    gap: 12px;
  }
}

.character-side-panel__title, .character-panel-title {
  color: #f2dfb6;
  text-transform: uppercase;
  text-shadow: 0 2px 10px #000c;
  overflow-wrap: anywhere;
  border-bottom: 1px solid #c7a87547;
  min-width: 0;
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-family: Cormorant SC, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.05;
}

.character-side-btn__label, .character-main-card__class, .character-main-card__name, .character-main-card__row, .character-main-card__row strong, .character-stats-item span, .character-stats-item strong {
  overflow-wrap: anywhere;
  min-width: 0;
  font-family: Cormorant SC, serif;
}

.ui-side-nav {
  width: 100%;
}

.ui-side-nav__title {
  color: #ecdab0;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px #00000059;
  margin: 0 0 16px;
  font-family: Asul, serif;
  font-size: 18px;
  font-weight: 700;
}

.ui-side-nav__list {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.ui-side-tab {
  background: linear-gradient(#051422db, #030a12e6);
  border: 1px solid #ad7d3e52;
  border-radius: 6px;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 14px;
  text-decoration: none;
  transition: transform .28s, border-color .28s, box-shadow .28s, background .28s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff05, 0 8px 20px #0000002e;
}

.ui-side-tab:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #0000, #78232314, #0000);
  transition: opacity .28s;
  position: absolute;
  inset: 0;
}

.ui-side-tab__icon-wrap {
  width: 34px;
  height: 34px;
  box-shadow: none;
  background: none;
  border: 0;
  flex: 0 0 34px;
  justify-content: center;
  align-items: center;
  transition: width .28s, min-width .28s, flex-basis .28s, margin .28s, opacity .28s, transform .28s;
  display: flex;
  position: relative;
  overflow: visible;
}

.ui-side-tab__icon-wrap:before, .ui-side-tab__icon-wrap:after {
  content: "";
  pointer-events: none;
  opacity: 0;
  transition: opacity .34s, transform .34s, filter .34s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(.82);
}

.ui-side-tab__icon-wrap:before {
  filter: blur(6px);
  background: radial-gradient(circle, #e7c47a4d 0%, #b4803e2e 32%, #7823231f 55%, #78232300 78%);
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.ui-side-tab__icon-wrap:after {
  filter: blur(9px);
  background: conic-gradient(#0000 0deg, #e9c9842e 18deg, #0000 42deg, #c43a3a1f 70deg, #0000 110deg, #e9c98424 145deg, #0000 185deg, #c43a3a1a 220deg, #0000 260deg, #e9c9841f 300deg, #0000 360deg);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.ui-side-tab__icon {
  z-index: 2;
  width: 34px;
  height: 34px;
  box-shadow: none;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  line-height: 0;
  transition: transform .28s, filter .28s, opacity .28s;
  display: flex;
  position: relative;
}

.ui-side-tab__icon img {
  z-index: 2;
  object-fit: contain;
  width: 32px;
  height: 32px;
  box-shadow: none;
  filter: drop-shadow(0 1px 1px #00000042);
  background: none;
  border: 0;
  transition: transform .28s, filter .28s, opacity .28s;
  display: block;
  position: relative;
}

.ui-side-tab__label {
  color: #e9e0c6c2;
  letter-spacing: .03em;
  text-shadow: none;
  font-size: 14px;
  line-height: 1.05;
  transition: color .28s, text-shadow .28s, transform .28s, filter .28s;
}

.ui-side-tab:hover {
  border-color: #ad7d3e80;
  transform: translateX(2px);
  box-shadow: inset 0 0 0 1px #ffffff06, 0 10px 22px #00000038;
}

.ui-side-tab:hover:before {
  opacity: 1;
}

.ui-side-tab:hover .ui-side-tab__icon-wrap:before, .ui-side-tab.is-active .ui-side-tab__icon-wrap:before {
  opacity: 1;
  transform: translate(-50%, -50%)scale(1);
}

.ui-side-tab:hover .ui-side-tab__icon-wrap:after, .ui-side-tab.is-active .ui-side-tab__icon-wrap:after {
  opacity: .9;
  transform: translate(-50%, -50%)scale(1.06)rotate(10deg);
}

.ui-side-tab:hover .ui-side-tab__icon-wrap, .ui-side-tab.is-active .ui-side-tab__icon-wrap {
  transform: translateY(-1px);
}

.ui-side-tab:hover .ui-side-tab__icon img, .ui-side-tab.is-active .ui-side-tab__icon img {
  filter: brightness(1.1) drop-shadow(0 0 3px #ffe0a061) drop-shadow(0 0 8px #b07d4475) drop-shadow(0 0 16px #a01c1c33);
  transform: scale(1.04)translateY(-1px);
}

.ui-side-tab:hover .ui-side-tab__label, .ui-side-tab.is-active .ui-side-tab__label {
  color: #f3ead1;
  text-shadow: 0 0 6px #d6b76d42, 0 0 14px #c003, 0 2px 8px #00000052;
  transform: translateX(2px);
}

.ui-side-tab.is-active {
  background: linear-gradient(#071827f0, #040c14f5);
  border-color: #ad7d3e8f;
  box-shadow: inset 0 0 0 1px #ffffff08, 0 12px 24px #0000003d;
}

.ui-side-tab.is-active:before {
  opacity: 1;
}

.ui-side-tab.is-disabled, .ui-side-tab.is-disabled:hover, .ui-side-tab.is-disabled:focus, .ui-side-tab.is-disabled:active {
  cursor: default;
  pointer-events: none;
  background: linear-gradient(#040e18d1, #02080ee0) !important;
  border-color: #ad7d3e33 !important;
  transform: none !important;
  box-shadow: inset 0 0 0 1px #ffffff04, 0 6px 14px #00000024 !important;
}

.ui-side-tab.is-disabled:before, .ui-side-tab.is-disabled:hover:before, .ui-side-tab.is-disabled:focus:before, .ui-side-tab.is-disabled:active:before, .ui-side-tab.is-disabled .ui-side-tab__icon-wrap:before, .ui-side-tab.is-disabled .ui-side-tab__icon-wrap:after, .ui-side-tab.is-disabled:hover .ui-side-tab__icon-wrap:before, .ui-side-tab.is-disabled:hover .ui-side-tab__icon-wrap:after, .ui-side-tab.is-disabled:focus .ui-side-tab__icon-wrap:before, .ui-side-tab.is-disabled:focus .ui-side-tab__icon-wrap:after, .ui-side-tab.is-disabled:active .ui-side-tab__icon-wrap:before, .ui-side-tab.is-disabled:active .ui-side-tab__icon-wrap:after {
  opacity: 0 !important;
  transform: translate(-50%, -50%)scale(.82) !important;
}

.ui-side-tab.is-disabled .ui-side-tab__icon-wrap, .ui-side-tab.is-disabled .ui-side-tab__icon, .ui-side-tab.is-disabled .ui-side-tab__label, .ui-side-tab.is-disabled:hover .ui-side-tab__icon-wrap, .ui-side-tab.is-disabled:hover .ui-side-tab__icon, .ui-side-tab.is-disabled:hover .ui-side-tab__label, .ui-side-tab.is-disabled:focus .ui-side-tab__icon-wrap, .ui-side-tab.is-disabled:focus .ui-side-tab__icon, .ui-side-tab.is-disabled:focus .ui-side-tab__label, .ui-side-tab.is-disabled:active .ui-side-tab__icon-wrap, .ui-side-tab.is-disabled:active .ui-side-tab__icon, .ui-side-tab.is-disabled:active .ui-side-tab__label {
  transform: none !important;
}

.ui-side-tab.is-disabled .ui-side-tab__icon img, .ui-side-tab.is-disabled:hover .ui-side-tab__icon img, .ui-side-tab.is-disabled:focus .ui-side-tab__icon img, .ui-side-tab.is-disabled:active .ui-side-tab__icon img {
  filter: drop-shadow(0 1px 1px #0003) !important;
  opacity: .9 !important;
  transform: none !important;
}

.ui-side-tab.is-disabled .ui-side-tab__label, .ui-side-tab.is-disabled:hover .ui-side-tab__label, .ui-side-tab.is-disabled:focus .ui-side-tab__label, .ui-side-tab.is-disabled:active .ui-side-tab__label {
  color: #e9e0c699 !important;
  text-shadow: none !important;
  filter: none !important;
}

.ui-side-tab--no-icon {
  gap: 0;
}

.ui-side-tab--no-icon .ui-side-tab__icon-wrap {
  flex: 0 0 0;
  width: 0;
  min-width: 0;
}

.ui-side-tab--no-icon .ui-side-tab__icon {
  opacity: 0;
  width: 0;
  height: 0;
}

.ui-side-tab--no-icon .ui-side-tab__icon-wrap:before, .ui-side-tab--no-icon .ui-side-tab__icon-wrap:after {
  display: none;
}

.ui-side-tab--no-icon:hover .ui-side-tab__icon img, .ui-side-tab--no-icon.is-active .ui-side-tab__icon img {
  filter: none;
  transform: none;
}

@media (max-width: 768px) {
  .ui-side-tab {
    min-height: 52px;
    padding: 0 12px;
  }

  .ui-side-tab__label, .ui-side-nav__title {
    font-size: 14px;
  }
}

.ui-side-tab__label--gold {
  color: #e2bf74;
}

.ui-side-tab:hover .ui-side-tab__label--gold, .ui-side-tab.is-active .ui-side-tab__label--gold {
  color: #f3d995;
  text-shadow: 0 0 6px #d6b76d4d, 0 0 14px #cc00002e, 0 2px 8px #00000052;
}

.character-main-card__frame {
  background: linear-gradient(#06121ff5, #02080ff7);
  border: 2px solid #b88c4ed1;
  border-radius: 5px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 12px 10px;
  position: relative;
  box-shadow: inset 0 0 0 1px #ffffff0a, inset 0 18px 35px #2c547814, 0 14px 35px #00000052;
}

.character-main-card__class {
  text-align: center;
  color: #f3dfb6;
  background: linear-gradient(#1c1009e6, #07090ef0);
  border: 1px solid #c7a8758c;
  border-radius: 5px;
  width: 94%;
  margin: 0 auto 10px;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: inset 0 1px #ffffff14, 0 6px 18px #00000059;
}

.character-main-card__avatar-wrap {
  aspect-ratio: .72;
  background: radial-gradient(circle at top, #4f5dad38, #060c14f5 70%);
  border: 2px solid #c7a87585;
  border-radius: 5px;
  width: 80%;
  min-width: 0;
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff0a, inset 0 -30px 45px #00000052;
}

.character-main-card__avatar {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
  display: block;
}

.character-main-card__name {
  text-align: center;
  color: #ecd9b0;
  text-shadow: 0 2px 12px #000000bf;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.character-main-card__meta {
  border-top: 1px solid #c7a87533;
  margin-top: 10px;
  padding-top: 8px;
}

.character-main-card__row {
  color: #d8c7a2;
  border-bottom: 1px solid #ffffff0d;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 14px;
  display: flex;
}

.character-main-card__row strong {
  color: #fff2d2;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
}

.character-main-card__reset {
  justify-content: center;
  margin-top: 12px;
  display: flex;
}

.character-main-card__reset .menu-btn-sm {
  width: 148px;
  height: 36px;
}

.character-stats-list-v2 {
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  height: 100%;
  display: flex;
}

.character-stats-item {
  background: linear-gradient(90deg, #ffffff04, #fff0);
  border-bottom: 1px solid #ffffff0f;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 8px 4px;
  display: grid;
}

.character-stats-item span {
  color: #f0deba;
  font-size: 14px;
  font-weight: 500;
}

.character-stats-item strong {
  color: #fff2d2;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
}

.character-equipment-panel__body {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding-top: 2px;
  overflow: hidden;
}

.character-equipment-panel .character-profile-equipment-body, .character-equipment-panel .character-profile-equipment-body--compact {
  background: none;
  border: none;
  min-height: auto;
  padding: 0;
}

.character-equipment-panel [class*="equipment"], .character-equipment-panel [class*="inventory"] {
  width: 100%;
  max-width: 100%;
}

.character-equipment-panel__body > div:first-child {
  transform-origin: 0 0;
  transform: scale(.62);
}

.character-bottom-actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  display: flex;
}

.character-bottom-action {
  cursor: pointer;
  width: 190px;
  height: 54px;
  color: inherit;
  background: none;
  border: none;
  flex: none;
  padding: 0;
  text-decoration: none;
  transition: transform .15s;
  display: block;
  position: relative;
  overflow: hidden;
}

@keyframes frameShineProfile {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 200%;
  }
}

.character-bottom-action:before {
  content: "";
  z-index: 1;
  background: radial-gradient(circle at 20% 15%, #e0b26f 0, #c18b4d 25%, #0000 55%), #8a5428 radial-gradient(circle at 80% 85%, #75401c 0, #3a1f0e 55%, #1d0f07 100%);
  border-radius: 5px;
  position: absolute;
  inset: 0;
  box-shadow: 0 4px 8px #00000073;
}

.character-bottom-action:hover:before {
  background: linear-gradient(120deg, #e0b26f, #c18b4d, #75401c, #3a1f0e, #75401c, #c18b4d, #e0b26f) 0 0 / 250% 250%;
  animation: 2.2s linear infinite frameShineProfile;
}

.character-bottom-action:after {
  content: "";
  z-index: 2;
  background: radial-gradient(circle at 20% 0, #263442 0, #131921 45%, #090d12 100%);
  border-radius: 5px;
  position: absolute;
  inset: 3px;
  box-shadow: inset 0 2px 2px #ffffff38, inset 0 -4px 5px #000000f2;
}

.character-bottom-action span {
  z-index: 3;
  text-align: center;
  color: #f3dfb6;
  text-shadow: 0 1px 1px #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  font-family: Cormorant SC, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.05;
  display: inline-flex;
  position: relative;
}

.character-bottom-action:active:after {
  box-shadow: inset 0 1px 1px #ffffff2e, inset 0 -3px 5px #000;
}

@media (max-width: 980px) {
  .character-profile-grid-v2 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .character-stats-panel, .character-equipment-panel {
    min-height: auto;
  }

  .character-equipment-panel__body {
    overflow: visible;
  }

  .character-equipment-panel__body > div:first-child {
    transform-origin: top;
    margin: 0 auto;
    transform: scale(1);
  }

  .character-equipment-panel {
    min-height: auto;
  }

  .character-bottom-actions {
    gap: 10px;
  }

  .character-bottom-action {
    width: 100%;
    max-width: 320px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .character-side-panel__title, .character-panel-title {
    font-size: 14px;
  }

  .character-side-btn {
    min-height: 50px;
    padding: 0 10px;
  }

  .character-side-btn:before {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }

  .character-side-btn__label, .character-stats-item span, .character-stats-item strong {
    font-size: 14px;
  }

  .character-main-card__class, .character-main-card__name {
    font-size: 15px;
  }

  .character-main-card__row, .character-main-card__row strong {
    font-size: 14px;
  }

  .character-bottom-action {
    height: 48px;
  }

  .character-bottom-action span {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .character-profile-page--dashboard {
    padding: 12px 8px 16px;
  }

  .character-profile-grid-v2 {
    gap: 10px;
  }

  .character-side-panel__title, .character-panel-title {
    font-size: 14px;
  }

  .character-side-btn__label, .character-stats-item span, .character-stats-item strong, .character-main-card__row, .character-main-card__row strong {
    font-size: 13px;
  }

  .character-bottom-action span {
    font-size: 15px;
  }
}

.character-profile-loading, .character-profile-loading-inline {
  color: #f3dfb6;
  font-family: Cormorant SC, serif;
  font-size: 18px;
}

.character-equipment-panel {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.character-equipment-panel__body {
  --eq-board-w: 420px;
  --eq-board-h: 364px;
  --eq-scale: .62;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding-top: 2px;
  display: flex;
  overflow: hidden;
}

.character-equipment-panel__body > div:first-child {
  transform: scale(var(--eq-scale));
  transform-origin: top;
  flex: none;
  margin: 0 auto;
}

.character-equipment-panel {
  min-height: calc(var(--eq-board-h, 364px) * var(--eq-scale, .62)  + 40px);
}

@media (min-width: 981px) {
  .character-equipment-panel__body {
    --eq-scale: .62;
  }
}

@media (max-width: 980px) {
  .character-equipment-panel__body {
    --eq-scale: .82;
  }

  .character-equipment-panel {
    min-height: 328.48px;
  }
}

@media (max-width: 767px) {
  .character-equipment-panel__body {
    --eq-scale: .68;
  }

  .character-equipment-panel {
    min-height: 271.52px;
  }
}

@media (max-width: 560px) {
  .character-equipment-panel__body {
    --eq-scale: .58;
  }

  .character-equipment-panel {
    min-height: 231.12px;
  }
}

@media (max-width: 420px) {
  .character-equipment-panel__body {
    --eq-scale: .5;
  }

  .character-equipment-panel {
    min-height: 198px;
  }
}

.character-profile-grid-v2--change-class {
  grid-template-columns: 220px 240px minmax(0, 1fr);
  gap: 14px;
  display: grid;
}

.character-side-panel {
  max-width: 220px;
}

.character-main-card {
  max-width: 240px;
}

.character-main-card__frame {
  max-width: 240px;
  margin: 0 auto;
}

.character-main-card--compact .character-main-card__avatar-wrap {
  aspect-ratio: .78;
}

.character-main-card--compact .character-main-card__frame {
  margin-top: 8px;
  padding-bottom: 14px;
}

.character-side-panel, .character-main-card, .character-change-class-panel {
  min-width: 0;
}

@media (max-width: 1200px) {
  .character-profile-grid-v2--change-class {
    grid-template-columns: 200px 220px minmax(0, 1fr);
  }

  .character-side-panel {
    max-width: 200px;
  }

  .character-main-card, .character-main-card__frame {
    max-width: 220px;
  }
}

@media (max-width: 980px) {
  .character-profile-grid-v2--change-class {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .character-side-panel, .character-main-card, .character-main-card__frame, .character-change-class-panel {
    width: 100%;
    max-width: 100%;
  }
}

.char-stats-card, .char-stats-row, .char-stats-label, .char-stats-value, .char-stats-input, .stat-input-area {
  min-width: 0;
}

.char-stats-row {
  flex-wrap: nowrap;
}

.stat-input-area {
  flex-wrap: nowrap;
  max-width: 100%;
}

.char-stats-input {
  box-sizing: border-box;
  max-width: 100%;
}

@media (max-width: 980px) {
  .char-stats-label {
    min-width: 90px;
    font-size: 14px;
  }

  .char-stats-value {
    font-size: 14px;
  }

  .char-stats-input {
    width: 96px;
    padding: 5px 8px;
    font-size: 13px;
  }

  .stat-btn {
    width: 34px;
    height: 28px;
    font-size: 13px;
  }

  .stat-input-area {
    gap: 4px;
    padding-left: 4px;
  }
}

@media (max-width: 767px) {
  .char-stats-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 10px 0;
    display: flex;
  }

  .char-stats-label {
    width: 100%;
    min-width: 0;
    font-size: 14px;
    line-height: 1.2;
  }

  .char-stats-value {
    text-align: left;
    width: 100%;
    margin-left: 0;
    font-size: 14px;
  }

  .stat-input-area {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .char-stats-input {
    flex: auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
    padding: 6px 8px;
    font-size: 13px;
  }

  .stat-btn {
    flex: 0 0 42px;
    width: 42px;
    height: 30px;
    padding: 0;
    font-size: 12px;
  }

  .char-stats-row .mu-input {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 479px) {
  .char-stats-card {
    padding: 0;
  }

  .char-stats-row {
    gap: 8px;
    padding: 9px 0;
  }

  .char-stats-label, .char-stats-value {
    font-size: 13px;
  }

  .stat-input-area {
    gap: 4px;
  }

  .stat-btn {
    border-radius: 5px;
    flex: 0 0 38px;
    width: 38px;
    height: 28px;
    font-size: 11px;
  }

  .char-stats-input {
    padding: 5px 6px;
    font-size: 12px;
  }
}

.account-page-grid {
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  display: grid;
}

.account-characters-panel {
  min-width: 0;
}

.account-characters-empty {
  color: #cdbb9a;
  margin-top: 16px;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .account-page-grid {
    grid-template-columns: 1fr;
  }
}

.character-path-page {
  width: 100%;
}

.character-path-shell {
  width: 100%;
  padding: 18px;
}

.character-path-section {
  margin-top: 18px;
}

.character-path-block {
  background: linear-gradient(#081523f7, #050c14fa);
  border: 1px solid #f0bd5442;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 10px 28px #00000047, inset 0 0 0 1px #ffffff05;
}

.character-path-block + .character-path-block {
  margin-top: 16px;
}

.character-path-tabs {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
  display: flex;
}

.character-path-tab {
  color: #f2dfba;
  cursor: pointer;
  background: linear-gradient(#081523f7, #050c14fa);
  border: 1px solid #f0bd543d;
  border-radius: 14px;
  min-width: 160px;
  padding: 12px 18px;
  font-family: Cormorant SC, serif;
  font-size: 22px;
  font-weight: 800;
  transition: all .18s;
  box-shadow: inset 0 8px 22px #226cb912;
}

.character-path-tab.is-active {
  background: linear-gradient(#0d2239fa, #060f18fa);
  border-color: #f0bd54bf;
  box-shadow: 0 0 0 1px #ffd68c1f, inset 0 12px 28px #226cb926;
}

.character-path-loading, .character-path-alert {
  margin-top: 16px;
}

.character-path-copy {
  color: #d8c7a9;
  margin-top: 12px;
  line-height: 1.75;
}

.character-path-copy p {
  margin: 0;
}

.character-path-copy p + p {
  margin-top: 10px;
}

.character-path-list {
  margin: 12px 0 0;
  padding-left: 22px;
}

.character-path-list li + li {
  margin-top: 6px;
}

.character-path-muted {
  color: #c9d5e3;
  margin-top: 10px;
  line-height: 1.7;
}

.path-option-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
  margin-top: 16px;
  display: grid;
}

.path-option-card {
  text-align: left;
  cursor: pointer;
  color: #f2dfba;
  background: linear-gradient(#081523f7, #050c14fa);
  border: 1px solid #f0bd543d;
  border-radius: 20px;
  width: 100%;
  min-height: 206px;
  padding: 18px;
  transition: all .18s;
  box-shadow: 0 10px 24px #00000040, inset 0 10px 30px #226cb914;
}

.path-option-card.is-selected {
  background: linear-gradient(#0d2239fa, #060f18fa);
  border-color: #f0bd54c7;
  box-shadow: 0 0 0 1px #ffd68c1f, 0 12px 28px #00000047, inset 0 12px 32px #226cb926;
}

.path-option-card__head {
  align-items: center;
  gap: 14px;
  display: flex;
}

.path-option-card__icon {
  background: radial-gradient(circle at 50% 35%, #2d7bd159, #07101bfa);
  border: 1px solid #f0bd543d;
  border-radius: 20px;
  flex-shrink: 0;
  place-items: center;
  width: 66px;
  height: 66px;
  font-size: 30px;
  display: grid;
  box-shadow: inset 0 0 0 1px #ffffff08;
}

.path-option-card__meta {
  flex: 1;
  min-width: 0;
}

.path-option-card__title-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.path-option-card__title {
  font-family: Cormorant SC, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.path-option-card__badge {
  color: #f0bd54;
  border: 1px solid #f0bd543d;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
}

.path-option-card__badge--current {
  color: #8ce0b8;
  border-color: #62c59a61;
}

.path-option-card__subtitle {
  color: #9fb3ca;
  margin-top: 6px;
  font-size: 13px;
}

.path-option-card__text {
  color: #d7c4a3;
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.65;
}

.path-detail-panel {
  background: linear-gradient(#081523f7, #050c14fa);
  border: 1px solid #f0bd5447;
  border-radius: 22px;
  margin-top: 18px;
  padding: 18px;
  box-shadow: 0 10px 28px #00000047, inset 0 0 0 1px #ffffff05;
}

.path-detail-panel__grid {
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
  display: grid;
}

.path-detail-panel__aside {
  text-align: center;
  background: linear-gradient(#0a1928fa, #050c14fa);
  border: 1px solid #f0bd542e;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  padding: 18px;
  display: flex;
}

.path-detail-panel__icon {
  background: radial-gradient(circle, #2471cd57, #070f18fa);
  border: 1px solid #f0bd5438;
  border-radius: 999px;
  place-items: center;
  width: 120px;
  height: 120px;
  font-size: 56px;
  display: grid;
  box-shadow: inset 0 0 0 1px #ffffff08;
}

.path-detail-panel__title {
  color: #f4ddb2;
  margin-top: 16px;
  font-family: Cormorant SC, serif;
  font-size: 34px;
  font-weight: 700;
}

.path-detail-panel__role {
  color: #f0bd54;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
}

.path-detail-panel__subtitle {
  color: #9eb2c7;
  margin-top: 8px;
  font-size: 14px;
}

.path-detail-panel__content {
  min-width: 0;
}

.path-detail-panel__section + .path-detail-panel__section {
  margin-top: 16px;
}

.path-detail-panel__section-title {
  color: #f1d19a;
  font-family: Cormorant SC, serif;
  font-size: 24px;
  font-weight: 800;
}

.path-detail-panel__text {
  color: #d8c7a9;
  margin-top: 6px;
  line-height: 1.7;
}

.path-detail-panel__stages {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin-top: 10px;
  display: grid;
}

.path-detail-panel__stage {
  color: #efe0c1;
  background: #ffffff08;
  border: 1px solid #f0bd542e;
  border-radius: 14px;
  padding: 10px 12px;
  font-family: Cormorant SC, serif;
  font-size: 18px;
  font-weight: 800;
}

.character-path-actions {
  justify-content: center;
  margin-top: 18px;
  display: flex;
}

.character-path-filter-bar {
  justify-content: center;
  width: 100%;
  display: flex;
}

.character-path-filter-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
}

.character-path-filter-btn {
  cursor: pointer;
  background: #091625c2;
  border: 1px solid #f0bd5447;
  border-radius: 12px;
  width: 50px;
  height: 50px;
  padding: 0;
  transition: all .18s;
}

.character-path-filter-btn.is-active {
  background: #183b5fb3;
  border: 2px solid #f0bd54;
  box-shadow: 0 0 0 1px #ffd68c1f;
}

.character-path-filter-btn__inner {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.character-path-filter-btn__inner img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.character-path-stage-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin-top: 18px;
  display: grid;
}

.character-path-stage-card {
  text-align: left;
  color: #f3dfb6;
  cursor: pointer;
  background: linear-gradient(#08121dfa, #050b12fa);
  border: 1px solid #f0bd543d;
  border-radius: 16px;
  padding: 14px;
  transition: all .18s;
  box-shadow: inset 0 8px 20px #226cb912;
}

.character-path-stage-card.is-active {
  background: linear-gradient(#0d2239fa, #060f18fa);
  border-color: #f0bd54c2;
  box-shadow: 0 0 0 1px #ffd68c1a, inset 0 10px 26px #226cb926;
}

.character-path-stage-card__title {
  font-family: Cormorant SC, serif;
  font-size: 24px;
  font-weight: 800;
}

.character-path-stage-card__progress {
  color: #9fb7d1;
  margin-top: 6px;
}

.character-path-missions {
  margin-top: 16px;
}

.path-modal-overlay {
  z-index: 9999;
  background: #000000b8;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: fixed;
  inset: 0;
}

.path-modal-card {
  background: linear-gradient(#081523f7, #050c14fa);
  border: 1px solid #f0bd5473;
  width: 100%;
  max-width: 560px;
  padding: 18px;
}

.path-modal-text {
  white-space: pre-line;
  margin-top: 14px;
  line-height: 1.7;
}

.path-modal-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
  display: flex;
}

@media (max-width: 980px) {
  .path-detail-panel__grid {
    grid-template-columns: 1fr;
  }

  .path-detail-panel__aside {
    min-height: unset;
  }
}

@media (max-width: 640px) {
  .character-path-shell {
    padding: 14px;
  }

  .character-path-tab {
    width: 100%;
    min-width: 0;
    font-size: 20px;
  }

  .path-option-card__title {
    font-size: 26px;
  }

  .path-detail-panel__title {
    font-size: 28px;
  }

  .path-detail-panel__section-title, .character-path-stage-card__title {
    font-size: 22px;
  }
}

.character-stats-item__label {
  align-items: center;
  gap: 8px;
  min-width: 0;
  display: inline-flex;
}

.character-stats-item__icon {
  object-fit: contain;
  flex: 0 0 18px;
  width: 14px;
  height: 14px;
  display: block;
}

:root {
  --mu-primary: #d2b478;
  --mu-bg: #0f0f0f;
  --glow-inside: var(--mu-primary);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --glow-inside: color-mix(in srgb, var(--mu-primary) 30%, transparent);
  }
}

.mu_button {
  text-transform: uppercase;
  cursor: pointer;
  --offset: 2.5px;
  vertical-align: middle;
  background: none;
  border: none;
  flex-shrink: 0;
  padding: 0;
  font-family: Cormorant SC, serif;
  transition: transform .1s;
  display: inline-block;
  position: relative;
}

.mu_button:active {
  transform: scale(.97);
}

.mu_button_inner {
  letter-spacing: .8px;
  width: 100%;
  min-width: 150px;
  height: 42px;
  clip-path: polygon(var(--offset) var(--offset), var(--offset) calc(50% - var(--offset) * 2), calc(var(--offset) * 3) 50%, var(--offset) calc(50% + var(--offset) * 2), var(--offset) calc(100% - var(--offset)), calc(100% - var(--offset)) calc(100% - var(--offset)), calc(100% - var(--offset)) calc(50% + var(--offset) * 2), calc(100% - var(--offset) * 3) 50%, calc(100% - var(--offset)) calc(50% - var(--offset) * 2), calc(100% - var(--offset)) var(--offset));
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  font-family: Cormorant SC, serif;
  font-size: 10px;
  font-weight: 700;
  transition: background-color .2s, box-shadow .2s, color .2s;
  display: flex;
  position: relative;
}

.mu_button_light .mu_button_inner {
  color: var(--mu-primary);
  background-color: #0000;
}

.mu_button_light:hover .mu_button_inner {
  background-color: var(--mu-primary);
}

@supports (color: color-mix(in lab, red, red)) {
  .mu_button_light:hover .mu_button_inner {
    background-color: color-mix(in srgb, var(--mu-primary) 10%, transparent);
  }
}

.mu_button_light:hover .mu_button_inner {
  box-shadow: inset 0 0 15px var(--glow-inside);
}

.mu_button_dark .mu_button_inner {
  background-color: var(--mu-primary);
}

@supports (color: color-mix(in lab, red, red)) {
  .mu_button_dark .mu_button_inner {
    background-color: color-mix(in srgb, var(--mu-primary) 90%, transparent);
  }
}

.mu_button_dark .mu_button_inner {
  color: var(--mu-bg) !important;
}

.mu_button_dark:hover .mu_button_inner {
  background-color: var(--mu-primary);
  box-shadow: inset 0 0 10px #0000004d;
}

.mu_button.is-disabled {
  cursor: default;
  pointer-events: none;
}

.mu_button.is-disabled:active {
  transform: none;
}

.mu_button.is-disabled .mu_button_inner {
  background-color: var(--mu-primary);
}

@supports (color: color-mix(in lab, red, red)) {
  .mu_button.is-disabled .mu_button_inner {
    background-color: color-mix(in srgb, var(--mu-primary) 10%, transparent);
  }
}

.mu_button.is-disabled .mu_button_inner {
  box-shadow: none;
}

.mu_button.is-disabled .mu_button_label {
  opacity: .72;
}

.mu_button.is-disabled .mu_button_icon img {
  opacity: .9;
  filter: drop-shadow(0 1px 1px #0003);
}

.mu_button_icon img {
  object-fit: contain;
  width: 26px;
  height: 26px;
}

.mu_button_content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
}

.mu_button_canvas {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .mu_button_inner {
    min-width: 44px;
    padding: 5px 8px;
  }

  .mu_button_label {
    display: none;
  }

  .mu_button_content {
    gap: 0;
  }
}

:root {
  --mu-filter-glow-color: #d2b478;
  --mu-filter-border: #c7a87573;
  --mu-filter-border-active: #c7a875;
  --mu-filter-bg: #0000001f;
  --mu-filter-text: #f3dfb6;
  --mu-filter-size: 50px;
  --mu-filter-radius: 50%;
}

.mu-class-filter {
  justify-content: center;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.mu-class-filter__list {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
  position: relative;
}

.mu-class-filter__btn {
  width: var(--mu-filter-size);
  height: var(--mu-filter-size);
  border-radius: var(--mu-filter-radius);
  cursor: pointer;
  z-index: 1;
  background: none;
  border: none;
  padding: 0;
  transition: transform .18s;
  position: relative;
  overflow: visible;
}

.mu-class-filter__btn:hover, .mu-class-filter__btn.is-active {
  z-index: 50;
}

.mu-class-filter__btn:hover {
  transform: scale(1.04);
}

.mu-class-filter__btn:active {
  transform: scale(.97);
}

.mu-class-filter__frame {
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity .24s, transform .24s;
  position: absolute;
  inset: 0;
  transform: scale(.96);
}

.mu-class-filter__btn:hover .mu-class-filter__frame, .mu-class-filter__btn.is-active .mu-class-filter__frame {
  opacity: 1;
  transform: scale(1);
}

.mu-class-filter__frame-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.mu-class-filter__content {
  z-index: 1;
  background: #00000073;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 15px #0009;
}

.mu-class-filter__content:after {
  content: "";
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
  transition: opacity .3s ease-in-out;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 20px #d2b47880;
}

.mu-class-filter__btn:hover .mu-class-filter__content {
  box-shadow: inset 0 0 25px #000000b3;
}

.mu-class-filter__btn:hover .mu-class-filter__content:after {
  opacity: 1;
  animation: 2s ease-in-out infinite muClassFilterPulseGlow;
}

.mu-class-filter__btn.is-active .mu-class-filter__content:after {
  opacity: 0;
  animation: none;
}

.mu-class-filter__img {
  object-fit: contain;
  z-index: 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.mu-class-filter__all {
  width: 100%;
  height: 100%;
  color: var(--mu-filter-text);
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
  text-shadow: 0 0 6px #ffc87873;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: Cormorant SC, serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  position: relative;
}

.tooltip {
  position: relative;
}

.tooltip:after {
  content: attr(data-title);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9999;
  white-space: nowrap;
  text-align: center;
  color: #f0dfbf;
  will-change: opacity, transform;
  backface-visibility: hidden;
  background: linear-gradient(#413221 0%, #1c1a17 100%);
  width: max-content;
  min-width: 72px;
  max-width: 220px;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 1.2;
  transition: opacity .12s, transform .12s, visibility 0s linear .12s;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translate(-50%, 4px);
  box-shadow: 0 8px 18px #00000080, inset 0 0 0 1px #e0bf79f2, inset 0 0 0 3px #080a0cfa, inset 0 0 0 4px #e0bf7947, inset 0 0 14px #ffd28c08;
}

.tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  transition: opacity .12s, transform .12s, visibility linear;
  transform: translate(-50%);
}

@keyframes muClassFilterPulseGlow {
  0% {
    background-color: #d2b4781a;
  }

  50% {
    background-color: #d2b4784d;
  }

  100% {
    background-color: #d2b4781a;
  }
}

@media (max-width: 768px) {
  .mu-class-filter {
    margin-bottom: 12px;
  }

  .mu-class-filter__list {
    gap: 7px;
  }

  .mu-class-filter__btn {
    width: 46px;
    height: 46px;
  }

  .mu-class-filter__all {
    font-size: 14px;
  }

  .tooltip:after {
    max-width: 180px;
    padding: 9px 12px;
    font-size: 11px;
  }
}

:root {
  --header-top-offset: 35px;
  --banner-height: 550px;
  --top-panel-shift: 0px;
  --bottom-banner-panel-shift-y: clamp(22%, 3vw + 20%, 44%);
  --menu-panel-width: clamp(720px, 72vw, 1380px);
  --menu-panel-height: 85px;
  --menu-panel-shift-x: 0px;
  --menu-panel-shift-y: 8px;
  --menu-safe-side-space: 130px;
  --menu-center-gap: 220px;
  --menu-item-font-size: 19px;
  --menu-item-color: #f0e2bb;
  --menu-item-height: 58px;
  --menu-item-padding-x: 14px;
  --menu-group-gap: 18px;
  --menu-divider-width: 14px;
  --menu-divider-height: 38px;
  --menu-divider-shift-y: 0px;
  --header-side-btn-size: 135px;
  --header-left-btn-shift-x: -115px;
  --header-left-btn-shift-y: -24px;
  --header-right-btn-shift-x: 115px;
  --header-right-btn-shift-y: -24px;
  --bottom-logo-btn-width: 300px;
  --bottom-logo-btn-height: 80px;
  --bottom-logo-btn-shift-x: 0px;
  --bottom-logo-btn-shift-y: 55px;
  --bottom-logo-btn-bottom: clamp(0px, .6vw, 8px);
  --active-menu-height: 48px;
  --active-menu-min-width: 170px;
  --z-banner: 10;
  --z-top-panel: 20;
  --z-bottom-panel: 90;
  --z-menu-panel: 100;
  --z-menu-links: 110;
  --z-side-buttons: 120;
  --z-bottom-logo-btn: 140;
  --z-header: 50;
  --z-after-fill: 1;
}

:root {
  --header-top-offset: 35px;
  --banner-height: 550px;
  --top-panel-shift: 0px;
  --bottom-banner-panel-shift-y: clamp(22%, 3vw + 20%, 44%);
  --menu-panel-width: clamp(720px, 72vw, 1380px);
  --menu-panel-height: 85px;
  --menu-panel-shift-x: 0px;
  --menu-panel-shift-y: 8px;
  --menu-safe-side-space: 130px;
  --menu-center-gap: 220px;
  --menu-item-font-size: 19px;
  --menu-item-color: #f0e2bb;
  --menu-item-height: 58px;
  --menu-item-padding-x: 14px;
  --menu-group-gap: 18px;
  --menu-divider-width: 14px;
  --menu-divider-height: 38px;
  --menu-divider-shift-y: 0px;
  --header-side-btn-size: 135px;
  --header-left-btn-shift-x: -115px;
  --header-left-btn-shift-y: -24px;
  --header-right-btn-shift-x: 115px;
  --header-right-btn-shift-y: -24px;
  --bottom-logo-btn-width: 300px;
  --bottom-logo-btn-height: 80px;
  --bottom-logo-btn-shift-x: 0px;
  --bottom-logo-btn-shift-y: 55px;
  --bottom-logo-btn-bottom: clamp(0px, .6vw, 8px);
  --active-menu-height: 48px;
  --active-menu-min-width: 170px;
  --content-min-height: 0px;
  --z-banner: 10;
  --z-top-panel: 20;
  --z-bottom-panel: 90;
  --z-menu-panel: 100;
  --z-menu-links: 110;
  --z-side-buttons: 120;
  --z-bottom-logo-btn: 140;
  --z-header: 50;
  --z-after-fill: 1;
}

.page-shell {
  width: 100%;
  position: relative;
}

.mz-header {
  width: 100%;
  height: calc(var(--header-top-offset)  + var(--banner-height));
  isolation: isolate;
  z-index: var(--z-header);
  position: relative;
  overflow: visible;
}

.mz-header__banner {
  top: var(--header-top-offset);
  width: 100%;
  height: var(--banner-height);
  z-index: var(--z-banner);
  background: #0c1722;
  position: absolute;
  left: 0;
  overflow: visible;
}

.mz-header__banner-image {
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
  display: block;
}

.mz-header__banner-top-panel, .mz-header__banner-bottom-panel {
  pointer-events: none;
  justify-content: center;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  overflow: visible;
}

.mz-header__banner-top-panel {
  z-index: var(--z-top-panel);
  transform: translateY(var(--top-panel-shift));
  top: 0;
}

.mz-header__banner-bottom-panel {
  z-index: var(--z-bottom-panel);
  transform: translateY(var(--bottom-banner-panel-shift-y));
  transform-origin: top;
  bottom: 0;
}

.mz-header__banner-top-panel img, .mz-header__banner-bottom-frame {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  width: 100%;
  height: auto;
  display: block;
}

.mz-header__banner-bottom-wrap {
  pointer-events: none;
  width: 100%;
  position: relative;
  overflow: visible;
}

.mz-header__bottom-logo-hitbox {
  left: 50%;
  bottom: var(--bottom-logo-btn-bottom);
  width: var(--bottom-logo-btn-width);
  height: var(--bottom-logo-btn-height);
  transform: translate(calc(-50% + var(--bottom-logo-btn-shift-x)), var(--bottom-logo-btn-shift-y));
  z-index: calc(var(--z-bottom-logo-btn)  + 5);
  pointer-events: auto;
  background: none;
  border-radius: 50%;
  outline: none;
  text-decoration: none;
  display: block;
  position: absolute;
}

.mz-header__bottom-logo-hitbox:before {
  content: "";
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  filter: blur(5px) drop-shadow(0 0 8px #aac3d214) drop-shadow(0 0 16px #8ca5b40a);
  background: radial-gradient(circle, #c4d6e01a 0%, #a5becc12 30%, #849caa0a 52%, #6e828e04 68%, #0000 80%);
  transition: opacity .28s, transform .28s, filter .28s;
  position: absolute;
  inset: 0;
  transform: scale(.96);
}

.mz-header__bottom-logo-hitbox:hover:before, .mz-header__bottom-logo-hitbox:focus-visible:before {
  opacity: 1;
  transform: scale(1.02);
}

.mz-header__bottom-logo-hitbox:active:before {
  opacity: .75;
  transform: scale(.99);
}

.mz-header__menu-layer {
  top: calc(var(--header-top-offset)  + var(--menu-panel-shift-y));
  width: 100%;
  height: var(--menu-panel-height);
  z-index: var(--z-menu-panel);
  pointer-events: none;
  position: absolute;
  left: 0;
}

.mz-header__menu-panel {
  width: var(--menu-panel-width);
  height: var(--menu-panel-height);
  transform: translateX(calc(-50% + var(--menu-panel-shift-x)));
  z-index: 1;
  pointer-events: none;
  background: url("/header/menu_panel.png") center / 100% 100% no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
}

.mz-header__side-btn {
  width: var(--header-side-btn-size);
  height: var(--header-side-btn-size);
  z-index: var(--z-side-buttons);
  pointer-events: auto;
  text-decoration: none;
  transition: transform .22s;
  position: absolute;
  top: 50%;
}

.mz-header__side-btn img {
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
  display: block;
}

.mz-header__side-btn--left {
  transform: translateX(calc(-50% - (var(--menu-panel-width) / 2)  + (var(--header-side-btn-size) / 2)  + var(--header-left-btn-shift-x))) translateY(calc(-50% + var(--header-left-btn-shift-y)));
  left: 50%;
}

.mz-header__side-btn--right {
  transform: translateX(calc(-50% + (var(--menu-panel-width) / 2)  - (var(--header-side-btn-size) / 2)  + var(--header-right-btn-shift-x))) translateY(calc(-50% + var(--header-right-btn-shift-y)));
  left: 50%;
}

.mz-header__side-btn--left:hover, .mz-header__side-btn--left:focus-visible {
  transform: translateX(calc(-50% - (var(--menu-panel-width) / 2)  + (var(--header-side-btn-size) / 2)  + var(--header-left-btn-shift-x))) translateY(calc(-50% + var(--header-left-btn-shift-y)  - 3px));
}

.mz-header__side-btn--right:hover, .mz-header__side-btn--right:focus-visible {
  transform: translateX(calc(-50% + (var(--menu-panel-width) / 2)  - (var(--header-side-btn-size) / 2)  + var(--header-right-btn-shift-x))) translateY(calc(-50% + var(--header-right-btn-shift-y)  - 3px));
}

.mz-header__nav-wrap {
  z-index: var(--z-menu-links);
  width: var(--menu-panel-width);
  pointer-events: auto;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.mz-header__nav-inner {
  width: 100%;
  height: 100%;
  padding-inline: var(--menu-safe-side-space);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mz-nav {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.mz-nav__active {
  width: var(--active-menu-min-width);
  height: var(--active-menu-height);
  transform-origin: center;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  will-change: transform, width;
  transition: transform .36s cubic-bezier(.22, 1, .36, 1), width .36s cubic-bezier(.22, 1, .36, 1), opacity .25s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}

.mz-nav__active img {
  object-fit: fill;
  filter: drop-shadow(0 8px 16px #00000047);
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
  display: block;
}

.mz-nav__list {
  z-index: 2;
  grid-template-columns: max-content var(--menu-divider-width) max-content minmax(90px, var(--menu-center-gap)) max-content var(--menu-divider-width) max-content;
  justify-content: center;
  align-items: center;
  column-gap: var(--menu-group-gap);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  position: relative;
}

.mz-nav__gap {
  pointer-events: none;
  width: 100%;
  height: 1px;
}

.mz-nav__divider {
  width: var(--menu-divider-width);
  height: var(--menu-divider-height);
  transform: translateY(var(--menu-divider-shift-y));
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mz-nav__divider img {
  object-fit: contain;
  opacity: .9;
  filter: drop-shadow(0 2px 4px #00000073);
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
}

.mz-nav__item {
  min-height: var(--menu-item-height);
  padding-inline: var(--menu-item-padding-x);
  white-space: nowrap;
  font-family: Cormorant SC, Georgia, serif;
  font-size: clamp(18px, var(--menu-item-font-size), 22px);
  letter-spacing: .06em;
  text-transform: none;
  color: var(--menu-item-color);
  text-shadow: 0 1px #000000f2, 0 -1px #ffeebe2e, 0 2px 3px #000000bf;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .22s, text-shadow .26s;
  display: inline-flex;
}

.mz-nav__item:focus-visible {
  outline: none;
}

.mz-nav__item.is-current, .mz-nav__item:hover, .mz-nav__item:focus-visible {
  color: #fff4d4;
}

.mz-nav__label {
  transition: color .22s, text-shadow .28s;
  position: relative;
  top: -1px;
}

.mz-nav__item:hover .mz-nav__label, .mz-nav__item:focus-visible .mz-nav__label, .mz-nav__item.is-current .mz-nav__label {
  text-shadow: 0 1px #000, 0 -1px #fff5cd47, 0 2px 4px #000000d9, 0 0 8px #ffdc9642, 0 0 16px #78d2ff29;
}

.mz-nav__center-control {
  z-index: 3;
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mz-lang-switch {
  cursor: pointer;
  isolation: isolate;
  background: none;
  border: 0;
  outline: none;
  width: 60px;
  height: 60px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

@keyframes mzLangSwitchSheen {
  0% {
    opacity: 0;
    transform: translateX(-140%)skewX(-14deg);
  }

  12% {
    opacity: 1;
  }

  55% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(140%)skewX(-14deg);
  }
}

.mz-lang-dropdown__item:hover, .mz-lang-dropdown__item:focus-visible, .mz-lang-dropdown__item.is-current {
  box-shadow: none;
  color: #fff2cd;
  background: none;
  outline: none;
}

.mz-lang-dropdown__flag-frame {
  z-index: 0;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.mz-lang-dropdown__flag-icon {
  z-index: 1;
  object-fit: cover;
  filter: brightness(.86) saturate(.95);
  border-radius: 50%;
  position: relative;
  width: 24px !important;
  height: 24px !important;
}

.mz-header__after-fill {
  z-index: var(--z-after-fill);
  min-height: var(--content-min-height);
  position: relative;
}

@media (max-width: 1366px) {
  :root {
    --header-side-btn-size: 96px;
    --menu-panel-width: clamp(620px, 78vw, 1020px);
    --menu-panel-height: 100px;
    --menu-safe-side-space: 96px;
    --menu-center-gap: 150px;
    --menu-item-font-size: 16px;
    --bottom-logo-btn-width: 310px;
  }

  .mz-lang-switch {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 1180px) {
  :root {
    --banner-height: 460px;
    --header-side-btn-size: 82px;
    --menu-panel-width: clamp(520px, calc(100vw - 60px), 900px);
    --menu-panel-height: 92px;
    --menu-safe-side-space: 78px;
    --menu-center-gap: 110px;
    --menu-item-font-size: 13px;
    --menu-item-padding-x: 8px;
    --menu-divider-width: 12px;
    --menu-divider-height: 32px;
    --bottom-banner-panel-shift-y: 28%;
    --bottom-logo-btn-width: 250px;
    --bottom-logo-btn-bottom: 2px;
    --bottom-logo-btn-shift-y: -4px;
  }

  .mz-lang-switch {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 980px) {
  :root {
    --banner-height: 400px;
    --menu-panel-width: clamp(420px, calc(100vw - 40px), 700px);
    --menu-panel-height: 82px;
    --menu-safe-side-space: 58px;
    --menu-center-gap: 78px;
    --header-side-btn-size: 68px;
    --menu-item-font-size: 11px;
    --menu-item-padding-x: 4px;
    --menu-divider-width: 10px;
    --menu-divider-height: 28px;
    --bottom-banner-panel-shift-y: 22%;
    --bottom-logo-btn-width: 210px;
  }

  .mz-lang-switch {
    width: 48px;
    height: 48px;
  }
}

.mz-nav__center-control {
  z-index: 3;
  pointer-events: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mz-lang-switch {
  cursor: pointer;
  isolation: isolate;
  background: none;
  border: 0;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.mz-lang-switch img {
  z-index: 1;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.mz-lang-switch:after {
  content: "";
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(112deg, #0000 28%, #ffe2a500 40%, #ffebbe14 45%, #fff5dc57 50%, #ffdfa024 55%, #ffd69108 60%, #0000 70%);
  position: absolute;
  inset: -8%;
  transform: translateX(-140%)skewX(-14deg);
  -webkit-mask: url("/header/lang_switch.png") center / contain no-repeat;
  mask: url("/header/lang_switch.png") center / contain no-repeat;
}

.mz-lang-switch:hover:after, .mz-lang-switch:focus-visible:after {
  opacity: 1;
  animation: .9s mzLangSwitchSheen;
}

.mz-lang-switch:focus-visible {
  outline: none;
}

.mz-lang-dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 20;
  background: url("/ui/vertical_tooltip_bg.png") center / 100% 100% no-repeat;
  width: max-content;
  max-width: 260px;
  padding: 10px 10px 9px;
  transition: opacity .18s, transform .18s, visibility .18s;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%)translateY(-6px);
}

.mz-lang-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%)translateY(0);
}

.mz-lang-dropdown__item {
  color: #eadfbe;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 9px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: max-content;
  margin: 0;
  padding: 6px 12px;
  transition: color .18s;
  display: flex;
}

.mz-lang-dropdown__item + .mz-lang-dropdown__item {
  margin-top: 2px;
}

.mz-lang-dropdown__item:hover, .mz-lang-dropdown__item:focus-visible {
  box-shadow: none;
  color: #f6f1de;
  background: none;
  outline: none;
}

.mz-lang-dropdown__item.is-current {
  box-shadow: none;
  color: #fff2cd;
  background: none;
}

@keyframes mzFlagRingPulse {
  0% {
    filter: drop-shadow(0 0 #78b9ff00) drop-shadow(0 0 #78b9ff00);
  }

  50% {
    filter: drop-shadow(0 0 4px #78b9ff47) drop-shadow(0 0 9px #78b9ff2e);
  }

  100% {
    filter: drop-shadow(0 0 #78b9ff00) drop-shadow(0 0 #78b9ff00);
  }
}

.mz-lang-dropdown__flag {
  flex: 0 0 28px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: inline-flex;
  position: relative;
}

.mz-lang-dropdown__flag-frame {
  z-index: 0;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
  transition: transform .2s, filter .2s;
  position: absolute;
  inset: 0;
}

.mz-lang-dropdown__flag-icon {
  z-index: 1;
  object-fit: cover;
  filter: brightness(.86) saturate(.95);
  border-radius: 50%;
  transition: filter .2s;
  position: relative;
  width: 24px !important;
  height: 24px !important;
}

.mz-lang-dropdown__item:hover .mz-lang-dropdown__flag-frame, .mz-lang-dropdown__item:focus-visible .mz-lang-dropdown__flag-frame {
  animation: 1.6s ease-in-out infinite mzFlagRingPulse;
  transform: scale(1.03);
}

.mz-lang-dropdown__item:hover .mz-lang-dropdown__flag-icon, .mz-lang-dropdown__item:focus-visible .mz-lang-dropdown__flag-icon {
  filter: brightness(.98) saturate(1.04);
}

.mz-lang-dropdown__item.is-current .mz-lang-dropdown__flag-frame {
  filter: none;
}

.mz-lang-dropdown__label {
  white-space: nowrap;
  width: auto;
  font-size: 14px;
  line-height: 1.1;
  display: inline-block;
}

.ui-side-nav.rpg-menu-wrap {
  width: 100%;
  min-height: 300px;
  position: relative;
}

.rpg-menu-title {
  margin-bottom: 12px;
}

.ui-side-nav .rpg-menu {
  width: 100%;
  margin-top: 8px;
  position: relative;
}

.ui-side-nav .rpg-menu__item {
  left: var(--menu-left);
  width: max-content;
  min-width: 0;
  max-width: 100%;
  height: 46px;
  transform: translateY(calc(-50% + var(--y))) translateX(var(--x)) scale(var(--scale));
  transform-origin: 0;
  opacity: var(--opacity);
  z-index: var(--z);
  align-items: center;
  gap: 7px;
  text-decoration: none;
  transition: transform .16s, opacity .16s;
  display: flex;
  position: absolute;
  top: 50%;
}

.ui-side-nav .rpg-menu__item:hover {
  transform: translateY(calc(-50% + var(--y))) translateX(calc(var(--x)  + var(--hover-shift))) scale(var(--scale));
  opacity: 1;
}

.ui-side-nav .rpg-menu__item.is-active {
  opacity: 1;
}

.ui-side-nav .rpg-menu__item.is-disabled {
  pointer-events: none;
  opacity: .45;
}

.ui-side-nav .rpg-menu__icon-frame {
  background: url("/ui/button_round_brown_1.png") center / contain no-repeat;
  flex: 0 0 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.ui-side-nav .rpg-menu__item.is-active .rpg-menu__icon-frame, .ui-side-nav .rpg-menu__item:hover .rpg-menu__icon-frame {
  background-image: url("/ui/button_round_brown_2.png");
}

.ui-side-nav .rpg-menu__icon {
  object-fit: contain;
  pointer-events: none;
  width: 30px;
  height: 30px;
  display: block;
}

.ui-side-nav .rpg-menu__icon--character {
  width: 36px;
  height: 36px;
}

.ui-side-nav .rpg-menu__text-frame {
  width: var(--text-frame-width, 160px);
  min-width: var(--text-frame-width, 160px);
  max-width: var(--text-frame-width, 160px);
  text-align: center;
  background: url("/ui/sidebar_panel1.png") center / 100% 100% no-repeat;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 0 4px;
  display: flex;
}

.ui-side-nav .rpg-menu__item.is-active .rpg-menu__text-frame, .ui-side-nav .rpg-menu__item:hover .rpg-menu__text-frame {
  background-image: url("/ui/sidebar_panel2.png");
}

.ui-side-nav .rpg-menu__text {
  max-width: calc(var(--text-frame-width, 160px)  - 8px);
  color: #bfa77a;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.05;
}

.ui-side-nav .rpg-menu__item.is-long-label .rpg-menu__text {
  font-size: 12px;
}

.ui-side-nav .rpg-menu__item.is-active .rpg-menu__text, .ui-side-nav .rpg-menu__item:hover .rpg-menu__text {
  color: #fff0bd;
}

.ui-side-nav .rpg-menu:not(.rpg-menu--account) {
  --menu-left: 0px;
  --row-gap: 56px;
  --arc-outer: 0px;
  --arc-inner: 10px;
  --arc-center: 6px;
  --hover-shift: 3px;
  height: 300px;
}

.ui-side-nav .slot-top {
  --y: calc(var(--row-gap) * -2);
  --x: var(--arc-outer);
  --scale: .82;
  --opacity: .68;
  --z: 10;
}

.ui-side-nav .slot-upper {
  --y: calc(var(--row-gap) * -1);
  --x: var(--arc-inner);
  --scale: .88;
  --opacity: .82;
  --z: 20;
}

.ui-side-nav .slot-center {
  --y: 0px;
  --x: var(--arc-center);
  --scale: 1;
  --opacity: 1;
  --z: 50;
}

.ui-side-nav .slot-lower {
  --y: var(--row-gap);
  --x: var(--arc-inner);
  --scale: .88;
  --opacity: .82;
  --z: 20;
}

.ui-side-nav .slot-bottom {
  --y: calc(var(--row-gap) * 2);
  --x: var(--arc-outer);
  --scale: .82;
  --opacity: .68;
  --z: 10;
}

.ui-side-nav .rpg-menu--account {
  --menu-left: 0px;
  --row-gap: 44px;
  --arc-edge: 0px;
  --arc-outer: 4px;
  --arc-inner: 10px;
  --arc-center: 12px;
  --hover-shift: 3px;
  height: 360px;
}

.ui-side-nav .account-slot-edge-top {
  --y: calc(var(--row-gap) * -3);
  --x: var(--arc-edge);
  --scale: .74;
  --opacity: .52;
  --z: 5;
}

.ui-side-nav .account-slot-top {
  --y: calc(var(--row-gap) * -2);
  --x: var(--arc-outer);
  --scale: .8;
  --opacity: .68;
  --z: 10;
}

.ui-side-nav .account-slot-upper {
  --y: calc(var(--row-gap) * -1);
  --x: var(--arc-inner);
  --scale: .88;
  --opacity: .82;
  --z: 20;
}

.ui-side-nav .account-slot-center {
  --y: 0px;
  --x: var(--arc-center);
  --scale: 1;
  --opacity: 1;
  --z: 50;
}

.ui-side-nav .account-slot-lower {
  --y: var(--row-gap);
  --x: var(--arc-inner);
  --scale: .88;
  --opacity: .82;
  --z: 20;
}

.ui-side-nav .account-slot-bottom {
  --y: calc(var(--row-gap) * 2);
  --x: var(--arc-outer);
  --scale: .8;
  --opacity: .68;
  --z: 10;
}

.ui-side-nav .account-slot-edge-bottom {
  --y: calc(var(--row-gap) * 3);
  --x: var(--arc-edge);
  --scale: .74;
  --opacity: .52;
  --z: 5;
}

@media (max-width: 768px) {
  .ui-side-nav.rpg-menu-wrap {
    min-height: auto;
  }

  .rpg-menu-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .ui-side-nav .rpg-menu, .ui-side-nav .rpg-menu--account {
    grid-template-columns: repeat(3, minmax(70px, 1fr));
    gap: 8px;
    height: auto;
    margin-top: 0;
    display: grid;
  }

  .ui-side-nav .rpg-menu__item {
    opacity: .82;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    height: auto;
    min-height: 72px;
    position: relative;
    top: auto;
    left: auto;
    transform: none !important;
  }

  .ui-side-nav .rpg-menu__item:hover, .ui-side-nav .rpg-menu__item.is-active {
    opacity: 1;
    transform: none !important;
  }

  .ui-side-nav .rpg-menu__text-frame {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 30px;
    padding: 0 6px;
  }

  .ui-side-nav .rpg-menu__text {
    white-space: normal;
    max-width: 100%;
    font-size: 10px;
  }

  .ui-side-nav .rpg-menu__item.is-long-label .rpg-menu__text {
    font-size: 9px;
  }
}

:root {
  --hub-nav-width: min(100%, 980px);
  --hub-nav-height: clamp(42px, 4.6vw, 50px);
  --hub-nav-padding-x: clamp(24px, 4vw, 52px);
  --hub-nav-gap: clamp(7px, .9vw, 14px);
  --hub-nav-item-height: clamp(34px, 3.2vw, 44px);
  --hub-nav-item-padding-x: clamp(8px, 1vw, 14px);
  --hub-nav-icon-size: clamp(20px, 1.8vw, 25px);
  --hub-nav-font-size: clamp(11px, 1vw, 14px);
  --hub-nav-divider-width: clamp(10px, 1vw, 16px);
  --hub-nav-divider-height: clamp(26px, 3vw, 40px);
  --hub-nav-divider-shift-y: 0px;
  --hub-nav-active-height: clamp(36px, 3.8vw, 48px);
  --hub-nav-active-min-width: 104px;
  --hub-nav-active-shift-y: -1px;
}

.mz-hub-nav {
  z-index: 5;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.mz-hub-nav__panel {
  width: var(--hub-nav-width);
  min-height: var(--hub-nav-height);
  padding: 0 var(--hub-nav-padding-x);
  background: url("/ui/hub_bar_panel.png") center / 100% 100% no-repeat;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.mz-hub-nav__list {
  z-index: 2;
  width: 100%;
  height: var(--hub-nav-height);
  justify-content: center;
  align-items: center;
  gap: var(--hub-nav-gap);
  scrollbar-width: none;
  display: flex;
  position: relative;
  overflow: auto visible;
}

.mz-hub-nav__list::-webkit-scrollbar {
  display: none;
}

.mz-hub-nav__active {
  top: calc(50% + var(--hub-nav-active-shift-y));
  width: var(--hub-nav-active-min-width);
  height: var(--hub-nav-active-height);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  background: url("/ui/active_nav_menu.png") center / 100% 100% no-repeat;
  transition: transform .36s cubic-bezier(.22, 1, .36, 1), width .36s cubic-bezier(.22, 1, .36, 1), opacity .2s;
  position: absolute;
  left: 0;
  transform: translate3d(0, -50%, 0);
}

.mz-hub-nav__item {
  z-index: 2;
  height: var(--hub-nav-item-height);
  padding: 0 var(--hub-nav-item-padding-x);
  white-space: nowrap;
  color: #efe2bd;
  font-family: Cormorant SC, Georgia, serif;
  font-size: var(--hub-nav-font-size);
  letter-spacing: .06em;
  text-shadow: 0 1px #000000f2, 0 -1px #ffeebe2e, 0 2px 3px #000000bf;
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color .22s, text-shadow .25s, filter .25s, opacity .2s;
  display: inline-flex;
  position: relative;
}

.mz-hub-nav__item:hover, .mz-hub-nav__item:focus-visible, .mz-hub-nav__item.is-active {
  color: #fff4d4;
  text-shadow: 0 1px #000, 0 -1px #fff5cd47, 0 2px 4px #000000d9, 0 0 8px #ffdc9642;
  outline: none;
}

.mz-hub-nav__icon {
  width: var(--hub-nav-icon-size);
  height: var(--hub-nav-icon-size);
  object-fit: contain;
  filter: drop-shadow(0 2px 3px #0000008c);
  flex: none;
}

.mz-hub-nav__label {
  position: relative;
  top: 1px;
}

.mz-hub-nav__divider {
  z-index: 2;
  width: var(--hub-nav-divider-width);
  height: var(--hub-nav-divider-height);
  flex: 0 0 var(--hub-nav-divider-width);
  transform: translateY(var(--hub-nav-divider-shift-y));
  opacity: .9;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.mz-hub-nav__divider img {
  object-fit: contain;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  filter: drop-shadow(0 2px 4px #00000073);
  width: 100%;
  height: 100%;
  display: block;
}

.mz-hub-nav__item.is-disabled {
  opacity: .55;
  cursor: not-allowed;
}

.mz-hub-nav__item.is-disabled .mz-hub-nav__icon {
  filter: grayscale(.3) drop-shadow(0 2px 3px #0000008c);
}

.mz-hub-nav__item--logout {
  color: #efe2bd;
}

.mz-hub-nav__item--logout:hover, .mz-hub-nav__item--logout:focus-visible {
  color: #fff4d4;
  text-shadow: 0 1px #000, 0 0 8px #ffdc9647, 0 0 16px #78d2ff2e;
}

@media (max-width: 980px) {
  :root {
    --hub-nav-width: min(100%, 760px);
    --hub-nav-height: 55px;
    --hub-nav-padding-x: 30px;
    --hub-nav-gap: 8px;
    --hub-nav-item-height: 36px;
    --hub-nav-item-padding-x: 9px;
    --hub-nav-icon-size: 19px;
    --hub-nav-font-size: 12px;
    --hub-nav-divider-width: 9px;
    --hub-nav-divider-height: 32px;
    --hub-nav-active-height: 40px;
    --hub-nav-active-min-width: 104px;
    --hub-nav-active-shift-y: -1px;
  }

  .mz-hub-nav__panel, .mz-hub-nav__list {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  :root {
    --hub-nav-width: calc(100vw - 20px);
    --hub-nav-height: 52px;
    --hub-nav-padding-x: 20px;
    --hub-nav-gap: 6px;
    --hub-nav-item-height: 34px;
    --hub-nav-item-padding-x: 8px;
    --hub-nav-icon-size: 18px;
    --hub-nav-font-size: 11px;
    --hub-nav-divider-width: 8px;
    --hub-nav-divider-height: 28px;
    --hub-nav-active-height: 38px;
    --hub-nav-active-min-width: 96px;
    --hub-nav-active-shift-y: -1px;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=app_globals_71f961d1.css.map*/