/* [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;
}

.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;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.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);
}

.flex-1 {
  flex: 1;
}

.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;
}

.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-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;
}

.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-\[\#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: #ecd7b9;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-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: 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 {
  cursor: pointer;
  width: 150px;
  height: 48px;
  color: inherit;
  background: none;
  border: none;
  margin: 10px auto 0;
  padding: 0;
  text-decoration: none;
  transition: transform .15s;
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

.menu-btn: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: 13px;
  position: absolute;
  inset: 0;
  box-shadow: 0 4px 8px #00000073;
}

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

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

.menu-btn__label {
  z-index: 3;
  text-align: center;
  color: #f3dfb6;
  text-shadow: 0 1px 1px #000c;
  width: 100%;
  font-family: Cormorant SC, serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

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

.menu-btn-sm {
  cursor: pointer;
  width: 130px;
  height: 40px;
  color: inherit;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  margin: 8px 0 0;
  padding: 0;
  text-decoration: none;
  transition: transform .15s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-btn-sm: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: 10px;
  position: absolute;
  inset: 0;
  box-shadow: 0 3px 6px #00000073;
}

.menu-btn-sm:hover:before {
  background: linear-gradient(120deg, #e0b26f, #c18b4d, #75401c, #3a1f0e, #75401c, #c18b4d, #e0b26f) 0 0 / 250% 250%;
  animation: 2.2s linear infinite frameShine;
}

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

.menu-btn-sm__label {
  z-index: 4;
  text-align: center;
  color: #f3dfb6;
  text-shadow: 0 1px 1px #000c;
  width: 100%;
  font-family: Cormorant SC, serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.menu-btn-sm:active:after {
  box-shadow: inset 0 1px 1px #ffffff2e, inset 0 -3px 5px #000;
}

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

.layout-grid {
  box-sizing: border-box;
  background: url("/main_bg.png") center / cover no-repeat;
  grid-template-columns: minmax(250px, 280px) minmax(0, 1fr) minmax(250px, 280px);
  gap: 20px;
  width: 100%;
  max-width: 100%;
  padding: 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-name {
  color: #f3dfb6;
  text-shadow: 0 0 6px #ffc87873;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
  margin-top: 10px;
  font-family: Cormorant SC, serif;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}

.character-avatar-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.character-avatar {
  background: #00000073;
  border: 2px solid #c7a875;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  overflow: hidden;
  box-shadow: inset 0 0 10px #ffc87859, 0 0 12px #0009;
}

.character-avatar-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.character-avatar-wrap:hover .character-avatar {
  transform: scale(1.04);
  box-shadow: inset 0 0 14px #ffdc8c99, 0 0 20px #ffb450cc;
}

.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: 15px;
  font-weight: 600;
}

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

.char-stats-input {
  color: #2b1a0a;
  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;
}

.char-stats-row input.char-stats-input {
  text-align: right;
}

.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: Arial, sans-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;
  }
}

.tooltip {
  position: relative;
}

.tooltip:after {
  content: attr(data-title);
  color: #fff;
  opacity: 0;
  white-space: pre;
  pointer-events: none;
  z-index: 50;
  background: #0a0a0af2;
  border-radius: 6px;
  width: max-content;
  max-width: 90vw;
  padding: 8px 10px;
  font-size: 14px;
  transition: opacity .15s, transform .15s;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  overflow-x: auto;
  transform: translateX(-50%);
  box-shadow: 0 6px 14px #0000008c;
}

.tooltip:hover:after {
  opacity: 1;
  transform: translateX(-50%)translateY(2px);
}

.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;
}

.character-side-panel__list {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.character-side-btn {
  background: linear-gradient(#051422eb, #030a12f2);
  border: 1px solid #ad7d3e94;
  border-radius: 5px;
  align-items: center;
  min-height: 50px;
  padding: 0 10px;
  text-decoration: none;
  transition: transform .18s, border-color .18s, box-shadow .18s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff08, 0 8px 20px #00000047;
}

.character-side-btn:before {
  content: "";
  background: radial-gradient(circle at 35% 30%, #ffffff29, #0000 35%), linear-gradient(#423221, #1a120b);
  border-radius: 5px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  box-shadow: inset 0 0 0 1px #e7c08047, 0 4px 12px #00000059;
}

.character-side-btn:hover, .character-side-btn.is-active {
  border-color: #e6bc74db;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px #ffffff0a, 0 10px 24px #00000059, 0 0 18px #be914c2e;
}

.character-side-btn__label {
  z-index: 2;
  color: #f0deba;
  text-shadow: 0 1px 2px #000c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.05;
  display: block;
  position: relative;
}

.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;
  }
}

@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*/