:root {
  --tmu-bg: #05070c;
  --tmu-bg-2: #0a0f18;
  --tmu-surface: rgba(10, 14, 22, 0.9);
  --tmu-surface-strong: rgba(13, 18, 28, 0.96);
  --tmu-card: rgba(12, 18, 30, 0.82);
  --tmu-glass: rgba(16, 23, 36, 0.7);
  --tmu-line: rgba(110, 208, 255, 0.22);
  --tmu-gold: #e4b878;
  --tmu-ember: #ff6b5e;
  --tmu-arcane: #55f0d7;
  --tmu-azure: #6ed0ff;
  --tmu-text: #f7f7fb;
  --tmu-muted: #a3acba;
  --tmu-shadow: 0 28px 70px rgba(3, 6, 12, 0.65);
  --tmu-glow: 0 0 24px rgba(85, 240, 215, 0.35);
  --tmu-gold-glow: 0 0 24px rgba(228, 184, 120, 0.35);
  --tmu-radius: 20px;
  --tmu-radius-sm: 12px;
  --tmu-radius-lg: 28px;
  --tmu-font-body: "DIN Next W1G", "Geometria", Arial, sans-serif;
  --tmu-font-display: "Lithos Pro", "Albertus", "Geometria", serif;
}

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

body {
  margin: 0;
}

body.nova {
  background: radial-gradient(65% 90% at 10% -10%, rgba(85, 240, 215, 0.12), transparent 60%),
    radial-gradient(55% 80% at 90% 10%, rgba(228, 184, 120, 0.14), transparent 60%),
    radial-gradient(50% 60% at 50% 120%, rgba(79, 139, 255, 0.18), transparent 55%),
    linear-gradient(180deg, #05070c 0%, #0a101b 48%, #05070c 100%);
  color: var(--tmu-text);
  font-family: var(--tmu-font-body);
  font-size: 15px;
  line-height: 1.7;
  min-height: 100vh;
  padding-top: 78px;
  overflow-x: hidden;
  position: relative;
}

body.nova::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(220px 220px at 12% 18%, rgba(85, 240, 215, 0.08), transparent 70%),
    radial-gradient(280px 280px at 88% 22%, rgba(228, 184, 120, 0.1), transparent 72%),
    radial-gradient(1px 1px at 20px 30px, rgba(255, 255, 255, 0.2), transparent 1px),
    radial-gradient(1px 1px at 80px 60px, rgba(255, 255, 255, 0.15), transparent 1px),
    radial-gradient(1px 1px at 50px 90px, rgba(255, 255, 255, 0.1), transparent 1px),
    repeating-radial-gradient(circle at 50% 50%, rgba(110, 208, 255, 0.06) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(135deg, rgba(85, 240, 215, 0.05) 0, rgba(85, 240, 215, 0.05) 1px, transparent 1px, transparent 12px),
    repeating-linear-gradient(45deg, rgba(228, 184, 120, 0.04) 0, rgba(228, 184, 120, 0.04) 1px, transparent 1px, transparent 16px);
  background-size: 400px 400px, 520px 520px, 150px 150px, 190px 190px, 240px 240px, 480px 480px, 12px 12px, 16px 16px;
  background-position: -80px -60px, calc(100% + 60px) -40px, 0 0, 40px 20px, 80px 120px, 50% 50%, 0 0, 0 0;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

body.nova::after {
  content: "";
  position: fixed;
  inset: -30% -20% 0;
  background: conic-gradient(from 120deg at 50% 0%, rgba(85, 240, 215, 0.12), transparent 35%, rgba(228, 184, 120, 0.12), transparent 70%),
    linear-gradient(90deg, rgba(85, 240, 215, 0.08), transparent 35%, rgba(228, 184, 120, 0.08) 70%, transparent 100%);
  opacity: 0.55;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--tmu-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--tmu-gold);
}

a:focus-visible,
.mu-btn:focus-visible,
.btn:focus-visible,
.button-small:focus-visible {
  outline: 2px solid rgba(85, 240, 215, 0.6);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tmu-font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: var(--tmu-text);
}

p {
  margin: 0 0 16px;
  color: var(--tmu-muted);
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

main.content {
  margin-top: 24px;
  display: block;
  position: relative;
  z-index: 1;
}

#exception {
  position: relative;
  z-index: 10;
}

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

.flex-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-s {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

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

.topPanel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 600;
  background: rgba(6, 10, 18, 0.86);
  border-bottom: 1px solid rgba(110, 208, 255, 0.2);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(3, 6, 12, 0.55);
}

.topPanel-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.tmu-side-banner {
  position: fixed;
  right: 16px;
  top: 140px;
  width: 250px;
  height: 500px;
  z-index: 320;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.tmu-side-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.tmu-side-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
  border: 1px solid rgba(110, 208, 255, 0.25);
  box-shadow: 0 20px 40px rgba(3, 6, 12, 0.6);
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.tmu-side-banner img:hover {
  opacity: 1;
  transform: translateY(-4px);
}

.button-btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(85, 240, 215, 0.35);
  background: rgba(10, 16, 27, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.button-btn span {
  width: 18px;
  height: 2px;
  background: var(--tmu-gold);
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.button-btn.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.button-btn.active span:nth-child(2) {
  opacity: 0;
}

.button-btn.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.menuContent {
  display: flex;
  align-items: center;
  gap: 32px;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.menu li a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--tmu-muted);
  padding: 8px 4px;
  position: relative;
  font-weight: 600;
}

.menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--tmu-arcane), transparent);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.menu li.active a,
.menu li a:hover {
  color: var(--tmu-text);
}

.menu li.active a::after,
.menu li a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.sr-only,
.tmu-logo__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tmu-logo,
.brand-mini {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  font-family: var(--tmu-font-display);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  position: relative;
}

.tmu-logo__img {
  width: 130px;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(3, 6, 12, 0.6));
}

.tmu-logo__tag,
.brand-mini__text {
  font-size: 10px;
  letter-spacing: 0.34em;
  color: var(--tmu-arcane);
  text-align: center;
}

.mu-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.mu-brand__logo {
  width: 275px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 32px rgba(3, 6, 12, 0.6));
}

.mu-brand__subtitle {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--tmu-muted);
}

.topPanel-wrapper_right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mu-auth {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mu-link {
  color: var(--tmu-arcane);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  position: relative;
}

.mu-link:hover {
  color: var(--tmu-gold);
}

.mu-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85, 240, 215, 0.7), transparent);
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mu-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.account-block {
  position: relative;
}

.hidden-block-account,
.hidden-block {
  list-style: none;
  margin: 12px 0 0;
  padding: 12px;
  background: var(--tmu-surface-strong);
  border: 1px solid rgba(110, 208, 255, 0.2);
  border-radius: var(--tmu-radius-sm);
  min-width: 220px;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: var(--tmu-shadow);
  z-index: 50;
}

.account-block:hover .hidden-block-account,
.lang-block:hover .hidden-block {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hidden-block-account li,
.hidden-block li {
  margin: 0;
}

.hidden-block-account li a,
.hidden-block li a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--tmu-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hidden-block-account li a:hover,
.hidden-block li a:hover {
  background: rgba(85, 240, 215, 0.12);
  color: var(--tmu-text);
}

.acp-coins {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(10, 16, 27, 0.65);
  margin-bottom: 6px;
}

.coins-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--tmu-muted);
}

.coins {
  font-weight: 700;
  color: var(--tmu-text);
}

.lang-block {
  position: relative;
}

.lang-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(85, 240, 215, 0.16);
  border: 1px solid rgba(85, 240, 215, 0.35);
  color: var(--tmu-text);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.lang-pill--ghost {
  background: transparent;
  border-color: rgba(110, 208, 255, 0.3);
}

.mu-btn,
.btn,
.button-small,
.button-btn {
  font-family: var(--tmu-font-body);
}

.mu-btn,
.btn,
.button-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(110, 208, 255, 0.35);
  background: rgba(10, 16, 27, 0.65);
  color: var(--tmu-text);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.mu-btn--primary,
.btn-primary {
  background: linear-gradient(120deg, rgba(85, 240, 215, 0.25), rgba(228, 184, 120, 0.25));
  border-color: rgba(228, 184, 120, 0.7);
  box-shadow: 0 16px 30px rgba(3, 6, 12, 0.4);
}

.mu-btn--ghost {
  background: transparent;
  border-color: rgba(110, 208, 255, 0.45);
}

.mu-btn:hover,
.btn:hover,
.button-small:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(3, 6, 12, 0.4);
  border-color: rgba(228, 184, 120, 0.8);
  color: var(--tmu-text);
}

.mu-btn::after,
.btn::after,
.button-small::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -120%;
  width: 60%;
  height: 200%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mu-btn:hover::after,
.btn:hover::after,
.button-small:hover::after {
  opacity: 1;
  animation: scan-line 1.1s ease;
}

.button-small {
  padding: 8px 14px;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.mu-masthead,
.tmu-hero {
  margin-top: 28px;
  padding: 28px 0 22px;
  position: relative;
  animation: hero-rise 0.9s ease both;
}

.tmu-hero::before {
  content: "";
  position: absolute;
  inset: -60px -40px 0;
  background: radial-gradient(45% 60% at 18% 30%, rgba(85, 240, 215, 0.2), transparent 65%),
    radial-gradient(45% 60% at 82% 20%, rgba(228, 184, 120, 0.2), transparent 65%),
    conic-gradient(from 140deg at 50% 0%, rgba(85, 240, 215, 0.12), transparent 45%, rgba(228, 184, 120, 0.12), transparent 75%);
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}

.tmu-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -140px;
  border-radius: 50%;
  border: 1px solid rgba(110, 208, 255, 0.22);
  background: radial-gradient(circle at 40% 40%, rgba(85, 240, 215, 0.18), transparent 65%),
    radial-gradient(circle at 60% 60%, rgba(228, 184, 120, 0.16), transparent 70%);
  animation: sigil-float 14s ease-in-out infinite;
  z-index: -1;
  pointer-events: none;
}

.tmu-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.tmu-hero__grid::before {
  content: "MU";
  position: absolute;
  top: -40px;
  left: -10px;
  font-family: var(--tmu-font-display);
  font-size: clamp(140px, 20vw, 240px);
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.04);
  text-transform: uppercase;
  pointer-events: none;
}

.tmu-hero__grid::after {
  content: "";
  position: absolute;
  inset: -60px -80px;
  background: radial-gradient(45% 45% at 70% 25%, rgba(85, 240, 215, 0.12), transparent 70%),
    radial-gradient(45% 45% at 20% 75%, rgba(228, 184, 120, 0.12), transparent 70%),
    repeating-linear-gradient(120deg, rgba(110, 208, 255, 0.08) 0 1px, transparent 1px 18px),
    repeating-radial-gradient(circle at 60% 40%, rgba(85, 240, 215, 0.08) 0 1px, transparent 1px 34px);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.tmu-hero__grid > * {
  position: relative;
  z-index: 1;
}

.tmu-hero__content {
  display: grid;
  gap: 14px;
}

.tmu-hero__eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--tmu-arcane);
}

.tmu-hero__title {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.tmu-hero__lead {
  font-size: 16px;
  max-width: 540px;
  color: var(--tmu-muted);
}

.tmu-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.tmu-hero__relics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.tmu-relic {
  display: grid;
  gap: 6px;
  align-items: center;
  justify-items: center;
  padding: 8px 12px;
  border-radius: 14px;
  border: 1px solid rgba(110, 208, 255, 0.2);
  background: rgba(10, 16, 27, 0.7);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--tmu-muted);
  min-width: 110px;
}

.tmu-relic img {
  width: 28px;
  height: 28px;
  image-rendering: pixelated;
  filter: drop-shadow(0 6px 12px rgba(3, 6, 12, 0.6));
}

.tmu-relic span {
  font-size: 9px;
}

.tmu-hero__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.tmu-stat {
  background: var(--tmu-card);
  border: 1px solid rgba(110, 208, 255, 0.2);
  border-radius: var(--tmu-radius-sm);
  padding: 12px 14px;
  text-align: center;
}

.tmu-stat__label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--tmu-muted);
}

.tmu-stat__value {
  font-family: var(--tmu-font-display);
  font-size: 16px;
  letter-spacing: 0.14em;
}

.tmu-hero__sigil {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto;
  overflow: visible;
  animation: float-slow 10s ease-in-out infinite;
}

.tmu-hero__sigil::before {
  content: "";
  position: absolute;
  inset: -40px -20px;
  background: url("../../primemu/images/char.png") center bottom / contain no-repeat;
  opacity: 0.35;
  filter: drop-shadow(0 20px 30px rgba(3, 6, 12, 0.8));
  z-index: 0;
  pointer-events: none;
}

.tmu-hero__sigil::after {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 1px solid rgba(110, 208, 255, 0.3);
  box-shadow: inset 0 0 30px rgba(85, 240, 215, 0.25), 0 0 40px rgba(85, 240, 215, 0.18);
  opacity: 0.7;
  animation: halo-pulse 10s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}

.tmu-hero__orbit {
  position: absolute;
  inset: -56px;
  border-radius: 50%;
  border: 1px dashed rgba(110, 208, 255, 0.35);
  animation: orbit-spin 26s linear infinite;
  z-index: 2;
  pointer-events: none;
}

.tmu-hero__orbit::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px solid rgba(228, 184, 120, 0.3);
  opacity: 0.6;
}

.tmu-orbit-item {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(110, 208, 255, 0.35);
  background: rgba(8, 12, 20, 0.9);
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 22px rgba(3, 6, 12, 0.6), 0 0 16px rgba(85, 240, 215, 0.2);
  filter: saturate(1.1);
}

.tmu-orbit-item::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 12px;
  border: 1px solid rgba(228, 184, 120, 0.35);
  opacity: 0.7;
}

.tmu-orbit-item--dk {
  top: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../../webzen_new/images/character-avatars/dk.ico");
}

.tmu-orbit-item--dw {
  top: 22px;
  right: -8px;
  background-image: url("../../webzen_new/images/character-avatars/dw.ico");
}

.tmu-orbit-item--rf {
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  background-image: url("../../webzen_new/images/character-avatars/rf.ico");
}

.tmu-orbit-item--elf {
  bottom: 22px;
  right: -8px;
  background-image: url("../../webzen_new/images/character-avatars/elf.ico");
}

.tmu-orbit-item--sum {
  bottom: 22px;
  left: -8px;
  background-image: url("../../webzen_new/images/character-avatars/sum.ico");
}

.tmu-orbit-item--mg {
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../../webzen_new/images/character-avatars/mg.ico");
}

.tmu-orbit-item--dl {
  top: 22px;
  left: -8px;
  background-image: url("../../webzen_new/images/character-avatars/dl.ico");
}

body.nova-inner .tmu-hero {
  padding-bottom: 10px;
}

body.nova-inner .tmu-hero__grid {
  grid-template-columns: 1fr;
}

body.nova-inner .tmu-hero__grid::before {
  opacity: 0.12;
}

body.nova-inner .tmu-hero__sigil {
  display: none;
}

body.nova-inner .tmu-hero__stats {
  display: none;
}

body.nova-inner .tmu-hero__title {
  font-size: 32px;
}

.tmu-orb {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(85, 240, 215, 0.22), rgba(10, 16, 27, 0.9) 55%, rgba(6, 10, 18, 0.95) 100%);
  border: 1px solid rgba(110, 208, 255, 0.35);
  box-shadow: inset 0 0 40px rgba(85, 240, 215, 0.2), 0 30px 60px rgba(3, 6, 12, 0.6);
  overflow: hidden;
  animation: orb-pulse 6s ease-in-out infinite;
  z-index: 3;
}

.tmu-orb::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  border: 1px dashed rgba(228, 184, 120, 0.6);
  animation: rune-spin 18s linear infinite;
}

.tmu-orb::after {
  content: "";
  position: absolute;
  inset: 44px;
  border-radius: 50%;
  border: 1px solid rgba(85, 240, 215, 0.4);
  animation: rune-spin 28s linear infinite reverse;
}

.tmu-orb__core {
  position: absolute;
  inset: 84px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228, 184, 120, 0.3), rgba(85, 240, 215, 0.08) 70%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--tmu-text);
  text-shadow: 0 0 20px rgba(85, 240, 215, 0.5);
}

.tmu-orb__swap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tmu-orb__entry {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  animation: orb-cycle 8s infinite;
}

.tmu-orb__entry--player {
  animation-delay: 0s;
}

.tmu-orb__entry--guild {
  animation-delay: 4s;
}

.tmu-orb__label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--tmu-muted);
}

.tmu-orb__value {
  font-family: var(--tmu-font-display);
  font-size: 16px;
  letter-spacing: 0.12em;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
}

.tmu-orb__glyph {
  position: absolute;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tmu-gold);
  background: rgba(10, 16, 27, 0.65);
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(228, 184, 120, 0.5);
}

.tmu-orb__glyph--1 {
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.tmu-orb__glyph--2 {
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.tmu-orb__glyph--3 {
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.tmu-orb__glyph--4 {
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.mu-masthead__status,
.tmu-status {
  margin-top: 24px;
  padding: 24px;
  background: linear-gradient(140deg, rgba(9, 14, 24, 0.95), rgba(6, 10, 18, 0.88));
  border: 1px solid rgba(110, 208, 255, 0.25);
  border-radius: var(--tmu-radius);
  box-shadow: var(--tmu-shadow);
  position: relative;
  overflow: hidden;
}

.mu-status-title,
.tmu-status__title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--tmu-muted);
  margin-bottom: 12px;
}

.tmu-status::before {
  content: "";
  position: absolute;
  inset: -60px 0 0;
  background: radial-gradient(60% 60% at 15% 0%, rgba(85, 240, 215, 0.22), transparent 70%),
    radial-gradient(60% 60% at 85% 0%, rgba(228, 184, 120, 0.18), transparent 72%);
  opacity: 0.9;
  pointer-events: none;
}

.tmu-status::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, rgba(110, 208, 255, 0.08) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(90deg, rgba(110, 208, 255, 0.06) 0 1px, transparent 1px 38px);
  opacity: 0.28;
  pointer-events: none;
}

.tmu-status__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(110, 208, 255, 0.2);
}

.tmu-status__badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.tmu-status__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 97, 97, 0.6);
  color: #ff7b7b;
  background: rgba(120, 20, 20, 0.35);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
}

.tmu-status__live::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
  animation: status-pulse 2s ease-in-out infinite;
}

.tmu-status__summary {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(220px, 0.8fr) minmax(70px, 0.3fr);
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(110, 208, 255, 0.22);
  background: linear-gradient(140deg, rgba(10, 16, 27, 0.75), rgba(6, 10, 18, 0.92));
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  box-shadow: inset 0 0 18px rgba(85, 240, 215, 0.1), 0 18px 30px rgba(3, 6, 12, 0.4);
}

.tmu-status__metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.tmu-status__metric {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(110, 208, 255, 0.18);
  background: rgba(7, 11, 19, 0.7);
  box-shadow: inset 0 0 12px rgba(85, 240, 215, 0.08);
}

.tmu-status__metric-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tmu-muted);
}

.tmu-status__metric-value {
  font-family: var(--tmu-font-display);
  font-size: 22px;
  letter-spacing: 0.08em;
  color: var(--tmu-text);
}

.tmu-status__metric-value span {
  font-size: 12px;
  color: var(--tmu-muted);
  letter-spacing: 0.12em;
}

.tmu-status__metric-sub {
  font-size: 11px;
  color: var(--tmu-muted);
}

.tmu-status__meter-wrap {
  display: grid;
  gap: 8px;
  align-items: center;
}

.tmu-status__meter {
  position: relative;
  height: 16px;
  border-radius: 999px;
  background: rgba(6, 10, 18, 0.8);
  border: 1px solid rgba(110, 208, 255, 0.2);
  overflow: hidden;
}

.tmu-status__meter-fill {
  display: block;
  height: 100%;
  width: var(--mu-total);
  background: linear-gradient(90deg, rgba(85, 240, 215, 0.7), rgba(228, 184, 120, 0.9));
  box-shadow: 0 0 12px rgba(85, 240, 215, 0.4);
  position: relative;
}

.tmu-status__meter-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  animation: bar-scan 3s ease-in-out infinite;
}

.tmu-status__meter-text {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tmu-muted);
}

.tmu-status__meter-label {
  display: none;
}

.tmu-status__meter-caption {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tmu-muted);
  text-align: right;
}

.tmu-status__pulse {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

.tmu-status__pulse span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tmu-arcane);
  box-shadow: 0 0 12px rgba(85, 240, 215, 0.6);
  animation: status-pulse 2.8s ease-in-out infinite;
}

.tmu-status__pulse span:nth-child(2) {
  animation-delay: 0.6s;
}

.tmu-status__pulse span:nth-child(3) {
  animation-delay: 1.2s;
}

.tmu-status__hint {
  font-size: 12px;
  color: var(--tmu-muted);
}

.tmu-status__legend {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tmu-status__chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(110, 208, 255, 0.3);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(10, 16, 27, 0.6);
}

.tmu-status__chip--online {
  color: var(--tmu-arcane);
  border-color: rgba(85, 240, 215, 0.6);
}

.tmu-status__chip--offline {
  color: var(--tmu-ember);
  border-color: rgba(255, 107, 94, 0.6);
}

.mu-realm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  position: relative;
  z-index: 1;
}

.mu-realm-card {
  background: linear-gradient(145deg, rgba(12, 18, 30, 0.92), rgba(8, 12, 20, 0.78));
  border: 1px solid rgba(110, 208, 255, 0.2);
  border-radius: var(--tmu-radius-sm);
  padding: 14px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
  box-shadow: inset 0 0 20px rgba(85, 240, 215, 0.08);
}

.mu-realm-card__pulse {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(85, 240, 215, 0.9);
  box-shadow: 0 0 14px rgba(85, 240, 215, 0.8);
  animation: status-pulse 2.6s ease-in-out infinite;
}

.mu-realm-card--offline .mu-realm-card__pulse {
  background: rgba(255, 107, 94, 0.9);
  box-shadow: 0 0 14px rgba(255, 107, 94, 0.7);
}

.mu-realm-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  border: 1px dashed rgba(110, 208, 255, 0.2);
  opacity: 0.6;
}

.tmu-realm-card__sigil {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(110, 208, 255, 0.3);
  background: rgba(10, 16, 27, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--tmu-font-display);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tmu-gold);
  box-shadow: var(--tmu-gold-glow);
  z-index: 1;
}

.tmu-realm-card__sigil::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 16px;
  border: 1px dashed rgba(228, 184, 120, 0.5);
  opacity: 0.7;
  animation: rune-spin 20s linear infinite;
  pointer-events: none;
}

.mu-realm-card:hover {
  transform: translateY(-3px);
  border-color: rgba(85, 240, 215, 0.5);
}

.mu-realm-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(85, 240, 215, 0.2) 50%, transparent 100%);
  opacity: 0;
}

.mu-realm-card:hover::after {
  animation: scan-line 1.6s ease;
}

.mu-realm-card--online {
  border-color: rgba(85, 240, 215, 0.6);
  box-shadow: inset 0 0 22px rgba(85, 240, 215, 0.15);
}

.mu-realm-card--offline {
  border-color: rgba(255, 107, 94, 0.6);
  box-shadow: inset 0 0 22px rgba(255, 107, 94, 0.15);
}

.mu-realm-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.mu-realm-card__name {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.mu-realm-card__bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(10, 16, 27, 0.8);
  margin: 10px 0;
  overflow: hidden;
  border: 1px solid rgba(110, 208, 255, 0.2);
  position: relative;
  z-index: 1;
}

.mu-realm-card__bar::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, rgba(110, 208, 255, 0.18) 0 8px, transparent 8px 16px);
  opacity: 0.4;
  pointer-events: none;
}

.mu-realm-card__fill {
  display: block;
  height: 100%;
  width: var(--mu-load);
  background: linear-gradient(90deg, rgba(85, 240, 215, 0.6), rgba(228, 184, 120, 0.8));
  position: relative;
  overflow: hidden;
}

.mu-realm-card__fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  opacity: 0.6;
  animation: bar-scan 2.8s ease-in-out infinite;
}

.mu-realm-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  color: var(--tmu-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.mu-realm-card__stat {
  display: grid;
  gap: 2px;
  font-size: 9px;
  letter-spacing: 0.18em;
  min-width: 80px;
}

.mu-realm-card__stat strong {
  font-family: var(--tmu-font-display);
  font-size: 16px;
  color: var(--tmu-text);
  letter-spacing: 0.08em;
}

.mu-realm-card--offline .mu-realm-card__fill {
  background: linear-gradient(90deg, rgba(255, 107, 94, 0.6), rgba(228, 76, 60, 0.85));
}

.mu-realm-card--offline .mu-realm-card__meta strong {
  color: rgba(255, 165, 158, 0.9);
}


.nova-status {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px 4px 18px;
  border-radius: 999px;
  border: 1px solid rgba(110, 208, 255, 0.3);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  position: relative;
}

.nova-status::before {
  content: "";
  position: absolute;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.nova-status::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid currentColor;
  transform: translateY(-50%);
  opacity: 0.45;
  animation: status-pulse 2.4s ease-in-out infinite;
}

.nova-status--online {
  color: var(--tmu-arcane);
  border-color: rgba(85, 240, 215, 0.6);
}

.nova-status--offline {
  color: var(--tmu-ember);
  border-color: rgba(255, 107, 94, 0.6);
}

.mu-countdown {
  margin-top: 16px;
  padding: 16px;
  background: rgba(10, 16, 27, 0.6);
  border-radius: var(--tmu-radius-sm);
  border: 1px solid rgba(110, 208, 255, 0.2);
}

.tmu-countdown--hero {
  margin: 0 auto 28px;
  max-width: 920px;
  padding: 20px 24px 22px;
  border-radius: 22px;
  background: linear-gradient(120deg, rgba(10, 18, 32, 0.92), rgba(8, 14, 24, 0.88)),
    radial-gradient(160% 120% at 15% 0%, rgba(85, 240, 215, 0.2), transparent 45%),
    radial-gradient(160% 120% at 85% 0%, rgba(228, 184, 120, 0.18), transparent 45%);
  border: 1px solid rgba(110, 208, 255, 0.35);
  box-shadow: 0 20px 50px rgba(3, 6, 12, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

.tmu-countdown--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(110, 208, 255, 0.12) 30%, transparent 60%),
    radial-gradient(circle at 15% 50%, rgba(85, 240, 215, 0.18), transparent 55%);
  opacity: 0.6;
  animation: countdown-sheen 6s ease-in-out infinite;
  pointer-events: none;
}

.tmu-countdown--hero::after {
  content: "";
  position: absolute;
  inset: -40px;
  border: 1px solid rgba(110, 208, 255, 0.12);
  border-radius: 28px;
  opacity: 0.4;
  pointer-events: none;
}

.tmu-countdown__flare {
  position: absolute;
  width: 220px;
  height: 220px;
  right: -120px;
  top: -120px;
  background: radial-gradient(circle, rgba(85, 240, 215, 0.35), transparent 65%);
  filter: blur(4px);
  opacity: 0.6;
  pointer-events: none;
}

.tmu-countdown__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}

.tmu-countdown__tag {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(85, 240, 215, 0.12);
  color: var(--tmu-arcane);
  border: 1px solid rgba(85, 240, 215, 0.35);
  white-space: nowrap;
}

.tmu-countdown--hero #timer_div_title {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.tmu-countdown--hero #timer_div_time {
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  gap: 12px;
  position: relative;
  z-index: 1;
}

.tmu-countdown--hero .timmer_inner_block {
  padding: 14px 12px;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(8, 14, 24, 0.9), rgba(6, 10, 18, 0.7));
  border: 1px solid rgba(110, 208, 255, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.tmu-countdown--hero .timmer_inner_block .title {
  font-size: 10px;
  letter-spacing: 0.32em;
  color: rgba(255, 255, 255, 0.6);
}

.tmu-countdown--hero .timmer_inner_block .count {
  font-size: 26px;
  letter-spacing: 0.18em;
  color: var(--tmu-text);
}

#timer_div_title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
  margin-bottom: 10px;
  color: var(--tmu-muted);
}

#timer_div_time {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 10px;
}

.timmer_inner_block {
  text-align: center;
  padding: 10px;
  background: rgba(6, 10, 18, 0.6);
  border-radius: 12px;
  border: 1px solid rgba(110, 208, 255, 0.2);
}

.timmer_inner_block .title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--tmu-muted);
}

.timmer_inner_block .count {
  font-family: var(--tmu-font-display);
  font-size: 18px;
  letter-spacing: 0.1em;
  color: var(--tmu-text);
}

.mu-section {
  margin: 60px 0;
  position: relative;
  animation: section-rise 0.8s ease both;
}

.mu-section:nth-of-type(1) {
  animation-delay: 0.05s;
}

.mu-section:nth-of-type(2) {
  animation-delay: 0.12s;
}

.mu-section:nth-of-type(3) {
  animation-delay: 0.18s;
}

.mu-section:nth-of-type(4) {
  animation-delay: 0.24s;
}

.mu-section:nth-of-type(5) {
  animation-delay: 0.3s;
}

.mu-section:nth-of-type(6) {
  animation-delay: 0.36s;
}

.mu-section::before {
  content: "";
  position: absolute;
  inset: -12px 0;
  background: radial-gradient(60% 60% at 15% 0%, rgba(85, 240, 215, 0.1), transparent 70%),
    radial-gradient(60% 60% at 85% 100%, rgba(228, 184, 120, 0.1), transparent 70%);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.mu-section > * {
  position: relative;
  z-index: 1;
}

.mu-section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  margin-bottom: 24px;
}

.mu-section__title {
  font-size: 28px;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 14px;
}

.mu-section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(85, 240, 215, 0.7), rgba(228, 184, 120, 0.7), transparent);
  transform: translateX(-50%);
}

.mu-section__subtitle {
  margin: 0;
  color: var(--tmu-muted);
  max-width: 640px;
  font-size: 15px;
}

.mu-panel,
.dmn-page-box {
  background: var(--tmu-surface);
  border: 1px solid rgba(110, 208, 255, 0.2);
  border-radius: var(--tmu-radius);
  padding: 26px;
  box-shadow: var(--tmu-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mu-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(85, 240, 215, 0.45);
  box-shadow: 0 28px 60px rgba(3, 6, 12, 0.6), var(--tmu-glow);
}

.dmn-page-box:hover {
  border-color: rgba(85, 240, 215, 0.35);
  box-shadow: 0 28px 60px rgba(3, 6, 12, 0.55);
}

.mu-panel::before,
.dmn-page-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85, 240, 215, 0.5), transparent);
  opacity: 0.6;
}

.mu-panel__title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  margin-bottom: 12px;
  color: var(--tmu-text);
}

.mu-panel__stack {
  display: grid;
  gap: 10px;
}

.mu-event-grid,
.mu-class-grid,
.mu-download-grid,
.mu-media-grid,
.mu-grid {
  display: grid;
  gap: 18px;
}

.mu-event-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.mu-class-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.mu-download-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.mu-media-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.mu-grid--rankings {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mu-grid--community {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mu-event-card,
.mu-class-card,
.mu-download-card,
.mu-media-card {
  background: var(--tmu-card);
  border-radius: var(--tmu-radius);
  padding: 20px;
  border: 1px solid rgba(110, 208, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  text-align: center;
}

.mu-event-card > *,
.mu-class-card > *,
.mu-download-card > *,
.mu-media-card > * {
  position: relative;
  z-index: 1;
}

.mu-event-card::before,
.mu-class-card::before,
.mu-download-card::before,
.mu-media-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(85, 240, 215, 0.14), transparent 55%);
  opacity: 0.6;
}

.mu-event-card::after,
.mu-class-card::after,
.mu-download-card::after,
.mu-media-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  border: 1px solid rgba(110, 208, 255, 0.18);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mu-event-card:hover,
.mu-class-card:hover,
.mu-download-card:hover,
.mu-media-card:hover {
  transform: translateY(-6px);
  border-color: rgba(85, 240, 215, 0.55);
  box-shadow: 0 30px 60px rgba(3, 6, 12, 0.6), var(--tmu-glow);
}

.mu-event-card:hover::after,
.mu-class-card:hover::after,
.mu-download-card:hover::after,
.mu-media-card:hover::after {
  opacity: 1;
}

.mu-event-card__label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--tmu-arcane);
}

.mu-event-card__title {
  margin-top: 10px;
  font-size: 18px;
}

.mu-event-card__desc {
  font-size: 14px;
}

.mu-class-card__sigil {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(85, 240, 215, 0.16);
  border: 1px solid rgba(85, 240, 215, 0.4);
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
  box-shadow: var(--tmu-glow);
}

.mu-class-card {
  text-align: center;
  display: grid;
  gap: 10px;
}

.mu-class-card__media {
  width: 100%;
  height: 160px;
  border-radius: 16px;
  border: 1px solid rgba(110, 208, 255, 0.25);
  background-size: cover;
  background-position: center 15%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(3, 6, 12, 0.55);
}

.mu-class-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 16, 27, 0.2), rgba(10, 16, 27, 0.9));
}

.mu-class-card__media::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 12px;
  border: 1px solid rgba(228, 184, 120, 0.25);
  opacity: 0.6;
}

.mu-class-card--dk .mu-class-card__media {
  background-image: url("../../webzen_new/images/character-avatars/dk.ico");
}

.mu-class-card--dw .mu-class-card__media {
  background-image: url("../../webzen_new/images/character-avatars/dw.ico");
}

.mu-class-card--elf .mu-class-card__media {
  background-image: url("../../webzen_new/images/character-avatars/elf.ico");
}

.mu-class-card--sum .mu-class-card__media {
  background-image: url("../../webzen_new/images/character-avatars/sum.ico");
}

.mu-class-card--mg .mu-class-card__media {
  background-image: url("../../webzen_new/images/character-avatars/mg.ico");
}

.mu-class-card--dl .mu-class-card__media {
  background-image: url("../../webzen_new/images/character-avatars/dl.ico");
}

.mu-class-card--rf .mu-class-card__media {
  background-image: url("../../webzen_new/images/character-avatars/rf.ico");
}

.mu-section--rankings {
  margin-top: 28px;
}

@media (max-width: 980px) {
  .tmu-status__summary {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .tmu-status__metrics {
    grid-template-columns: 1fr;
  }

  .tmu-status__meter-caption {
    text-align: left;
  }

  .tmu-status__pulse {
    justify-content: flex-start;
  }
}

.mu-news__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.5fr);
  gap: 18px;
  align-items: start;
}

.news-top-title {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.tab-button {
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(110, 208, 255, 0.2);
  color: var(--tmu-muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.tab-button.active {
  color: var(--tmu-text);
  border-color: rgba(228, 184, 120, 0.6);
  background: rgba(228, 184, 120, 0.12);
}

.tab-block {
  display: none;
}

.tab-block.active {
  display: block;
}

.mu-news__list {
  display: grid;
  gap: 12px;
}

.mu-news__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(10, 16, 27, 0.6);
  border: 1px solid rgba(110, 208, 255, 0.2);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.mu-news__item:hover {
  transform: translateY(-3px);
  border-color: rgba(228, 184, 120, 0.45);
}

.newsContent_info-link {
  color: var(--tmu-text);
  font-weight: 600;
}

.newsContent_info-link span {
  color: var(--tmu-arcane);
}

.mu-news__item .mu-link::after {
  content: "->";
  margin-left: 6px;
  color: var(--tmu-arcane);
}

.newsContent_info-text {
  font-size: 11px;
  color: var(--tmu-muted);
}

.mu-specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.mu-specs__card {
  background: var(--tmu-card);
  border: 1px solid rgba(110, 208, 255, 0.2);
  border-radius: var(--tmu-radius);
  padding: 18px;
}

.mu-specs__title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

.mu-specs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--tmu-muted);
  font-size: 14px;
}

.mu-specs__list li {
  margin-bottom: 6px;
}

.mu-item-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}

.mu-item-card {
  background: var(--tmu-card);
  border: 1px solid rgba(110, 208, 255, 0.2);
  border-radius: var(--tmu-radius);
  padding: 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.mu-item-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  border: 1px solid rgba(110, 208, 255, 0.2);
  opacity: 0.6;
}

.mu-item-card:hover {
  transform: translateY(-4px);
  border-color: rgba(228, 184, 120, 0.5);
  box-shadow: 0 24px 50px rgba(3, 6, 12, 0.55), var(--tmu-gold-glow);
}

.mu-item-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
  image-rendering: pixelated;
  filter: drop-shadow(0 6px 10px rgba(3, 6, 12, 0.6));
  position: relative;
  z-index: 1;
}

.mu-item-card__title {
  font-family: var(--tmu-font-display);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  position: relative;
  z-index: 1;
}

.mu-item-card__meta {
  font-size: 12px;
  color: var(--tmu-muted);
  position: relative;
  z-index: 1;
}

.mu-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.mu-timeline__item {
  background: var(--tmu-card);
  border: 1px solid rgba(110, 208, 255, 0.2);
  border-radius: var(--tmu-radius);
  padding: 18px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.mu-timeline__item:hover {
  transform: translateY(-4px);
  border-color: rgba(228, 184, 120, 0.5);
}

.mu-timeline__item::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(228, 184, 120, 0.4);
  opacity: 0.6;
}

.mu-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(85, 240, 215, 0.45);
  background: rgba(85, 240, 215, 0.12);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tmu-arcane);
}

.mu-callout {
  margin-top: 24px;
  padding: 24px;
  border-radius: var(--tmu-radius-lg);
  border: 1px solid rgba(228, 184, 120, 0.5);
  background: linear-gradient(120deg, rgba(85, 240, 215, 0.12), rgba(10, 16, 27, 0.8), rgba(228, 184, 120, 0.12));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: var(--tmu-shadow);
  position: relative;
  overflow: hidden;
}

.mu-callout::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: calc(var(--tmu-radius-lg) - 10px);
  border: 1px solid rgba(110, 208, 255, 0.25);
  opacity: 0.6;
}

.mu-callout > * {
  position: relative;
  z-index: 1;
}

.mu-callout__eyebrow {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--tmu-arcane);
}

.mu-callout h3 {
  margin: 6px 0 8px;
}

.mu-callout__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mu-atlas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.mu-atlas-card {
  background: var(--tmu-card);
  border: 1px solid rgba(110, 208, 255, 0.2);
  border-radius: var(--tmu-radius);
  padding: 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.mu-atlas-card:hover {
  transform: translateY(-4px);
  border-color: rgba(85, 240, 215, 0.5);
  box-shadow: 0 24px 50px rgba(3, 6, 12, 0.55);
}

.mu-atlas-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 12px;
  border: 1px dashed rgba(110, 208, 255, 0.25);
}

.mu-atlas-card__title {
  position: relative;
  z-index: 1;
  font-family: var(--tmu-font-display);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
}

.mu-atlas-card__meta {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: var(--tmu-muted);
}

.dmn-content {
  padding: 20px 0 60px;
  min-width: 0;
}

.dmn-page-title {
  margin-bottom: 24px;
  text-align: center;
}

.dmn-page-title h1 {
  font-size: 30px;
}

.nova-kicker {
  display: inline-flex;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--tmu-arcane);
  margin-bottom: 10px;
}

.nova-page-lead {
  color: var(--tmu-muted);
  max-width: 520px;
  margin: 0 auto;
}

.nova-page-links {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.nova-page-link {
  font-size: 12px;
  color: var(--tmu-muted);
}

.nova-page-link a {
  color: var(--tmu-arcane);
}

.dmn-page-content .title {
  font-size: 18px;
  margin-bottom: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  width: 100%;
  background: rgba(10, 16, 27, 0.7);
  border: 1px solid rgba(110, 208, 255, 0.25);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--tmu-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

::placeholder {
  color: rgba(163, 172, 186, 0.75);
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(228, 184, 120, 0.7);
  box-shadow: 0 0 0 3px rgba(228, 184, 120, 0.15);
}

label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--tmu-muted);
  margin-bottom: 6px;
  display: inline-block;
}

.table,
.add_to_card,
.ranking-table {
  width: 100%;
  color: var(--tmu-text);
}

.ticket {
  width: 100%;
  border-collapse: collapse;
  color: var(--tmu-text);
}

.ticket td,
.ticket th {
  padding: 10px;
  border-bottom: 1px solid rgba(110, 208, 255, 0.15);
}

.sidebar_rank {
  width: 100%;
  border-collapse: collapse;
  color: var(--tmu-text);
}

.sidebar_rank td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(110, 208, 255, 0.15);
}

.top-block {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.top-block li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(10, 16, 27, 0.6);
  border: 1px solid rgba(110, 208, 255, 0.2);
  font-size: 12px;
  color: var(--tmu-text);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 10px 20px rgba(3, 6, 12, 0.4);
}

.top-block li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 120% at 20% 0%, rgba(85, 240, 215, 0.18), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.top-block li > * {
  position: relative;
  z-index: 1;
}

.top-block li:first-child {
  background: transparent;
  border: none;
  padding: 0 4px 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--tmu-muted);
  box-shadow: none;
}

.top-block li:first-child::before {
  opacity: 0;
}

.top-block li:hover {
  transform: translateY(-2px);
  border-color: rgba(110, 208, 255, 0.45);
}

.top-block li:first-child:hover {
  transform: none;
  border-color: transparent;
}

.top-block li:hover::before {
  opacity: 0.6;
}

.top-block li:nth-child(2) {
  border-color: rgba(228, 184, 120, 0.6);
  box-shadow: var(--tmu-gold-glow);
}

.top-block li:nth-child(2)::before {
  opacity: 0.6;
  background: radial-gradient(120% 120% at 20% 0%, rgba(228, 184, 120, 0.35), transparent 70%);
}

.top-block li:nth-child(3) {
  border-color: rgba(110, 208, 255, 0.5);
}

.top-block li:nth-child(3)::before {
  opacity: 0.5;
  background: radial-gradient(120% 120% at 20% 0%, rgba(110, 208, 255, 0.28), transparent 70%);
}

.top-block li:nth-child(4) {
  border-color: rgba(85, 240, 215, 0.5);
}

.top-block li:nth-child(4)::before {
  opacity: 0.45;
  background: radial-gradient(120% 120% at 20% 0%, rgba(85, 240, 215, 0.3), transparent 70%);
}

.top-number {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  border: 1px solid rgba(110, 208, 255, 0.3);
  background: rgba(10, 16, 27, 0.7);
  font-weight: 700;
  color: var(--tmu-gold);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.top-block li:first-child .top-number {
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  color: var(--tmu-muted);
}

.top-block li:nth-child(2) .top-number {
  border-color: rgba(228, 184, 120, 0.7);
  background: rgba(228, 184, 120, 0.18);
  box-shadow: var(--tmu-gold-glow);
}

.top-block li:nth-child(3) .top-number {
  border-color: rgba(110, 208, 255, 0.7);
  background: rgba(110, 208, 255, 0.18);
  color: var(--tmu-azure);
}

.top-block li:nth-child(4) .top-number {
  border-color: rgba(85, 240, 215, 0.7);
  background: rgba(85, 240, 215, 0.18);
  color: var(--tmu-arcane);
}

.top-flag {
  width: 48px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.top-name {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-name a {
  color: var(--tmu-text);
}

.top-lvl,
.top-Res,
.score {
  min-width: 60px;
  text-align: right;
  color: var(--tmu-muted);
}

.top-lvl sup,
.top-Res sup {
  font-size: 10px;
  color: var(--tmu-ember);
}

.table th,
.table td,
.add_to_card td,
.add_to_card th,
.ranking-table td,
.ranking-table th {
  padding: 12px;
  border-bottom: 1px solid rgba(110, 208, 255, 0.15);
}

.table thead th {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: var(--tmu-muted);
  background: rgba(10, 16, 27, 0.75);
}

.table-striped tbody tr:nth-child(odd) {
  background: rgba(10, 16, 27, 0.55);
}

.rankings {
  margin-top: 20px;
}

.nav-pills .nav-link {
  border-radius: 999px;
  border: 1px solid rgba(110, 208, 255, 0.2);
  color: var(--tmu-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-left: 8px;
}

.nav-pills .nav-link.active {
  background: rgba(228, 184, 120, 0.2);
  border-color: rgba(228, 184, 120, 0.6);
  color: var(--tmu-text);
}

.alert {
  border-radius: 12px;
  border: 1px solid rgba(110, 208, 255, 0.2);
  background: rgba(10, 16, 27, 0.7);
  color: var(--tmu-text);
}

.alert-primary {
  border-color: rgba(85, 240, 215, 0.5);
}

.alert-danger {
  border-color: rgba(255, 107, 94, 0.6);
}

.block-widget-2 {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 20px;
}

.block-widget-1 {
  display: grid;
  gap: 18px;
}

.widget-fon-discussions,
.block-players {
  background: var(--tmu-surface);
  border-radius: var(--tmu-radius);
  border: 1px solid rgba(110, 208, 255, 0.2);
  padding: 18px;
}

.block-widget-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}

.buttons-block,
.buttons-block-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  justify-content: center;
}

.discussionsContent {
  padding: 10px 0;
  border-bottom: 1px solid rgba(110, 208, 255, 0.1);
}

.discussionsContent_img {
  margin-right: 10px;
}

.discussionsContent:last-child {
  border-bottom: none;
}

.discussionsContent_info-link {
  color: var(--tmu-text);
  font-size: 13px;
}

.discussionsContent_info-text {
  font-size: 11px;
  color: var(--tmu-muted);
}

.event-timers li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(110, 208, 255, 0.12);
  font-size: 12px;
  color: var(--tmu-muted);
}

.mu-footer {
  margin-top: 60px;
  padding: 40px 0 60px;
  border-top: 1px solid rgba(110, 208, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.mu-footer::before {
  content: "";
  position: absolute;
  inset: -40px 0 0;
  background: radial-gradient(50% 60% at 10% 0%, rgba(85, 240, 215, 0.12), transparent 70%),
    radial-gradient(50% 60% at 90% 0%, rgba(228, 184, 120, 0.12), transparent 70%);
  opacity: 0.7;
  pointer-events: none;
}

.mu-footer > * {
  position: relative;
  z-index: 1;
}

.mu-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.mu-footer__nav,
.mu-footer__meta {
  display: grid;
  gap: 12px;
}

.mu-footer__brand .tmu-logo__img {
  width: 153px;
}

.brand-mini .tmu-logo__img {
  width: 114px;
}

.mu-footer__copy {
  font-size: 12px;
  color: var(--tmu-muted);
  margin-top: 12px;
}

.f-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.f-menu li a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--tmu-muted);
}

.f-menu li.active a,
.f-menu li a:hover {
  color: var(--tmu-text);
}

.nova-social {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(110, 208, 255, 0.2);
  color: var(--tmu-text);
  margin-right: 8px;
}

.nova-social:hover {
  border-color: rgba(228, 184, 120, 0.6);
  color: var(--tmu-gold);
}

.soc-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.templstock a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--tmu-muted);
}

.tmu-float-stack {
  position: fixed;
  right: 28px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  z-index: 1200;
}

.tmu-float {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(110, 208, 255, 0.35);
  background: rgba(8, 12, 20, 0.9);
  color: var(--tmu-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 30px rgba(3, 6, 12, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.tmu-float:hover {
  transform: translateY(-3px);
  border-color: rgba(228, 184, 120, 0.6);
  box-shadow: 0 24px 36px rgba(3, 6, 12, 0.7);
}

.tmu-float--discord {
  background: radial-gradient(circle at top, rgba(88, 101, 242, 0.7), rgba(12, 16, 30, 0.95) 70%);
  border-color: rgba(88, 101, 242, 0.6);
  color: #e6e9ff;
  text-decoration: none;
}

.tmu-float--discord i {
  font-size: 26px;
  line-height: 1;
}

.tmu-float--audio {
  border-color: rgba(228, 184, 120, 0.5);
  background: radial-gradient(circle at top, rgba(228, 184, 120, 0.35), rgba(8, 12, 20, 0.9) 70%);
}

.tmu-float--audio.is-disabled {
  display: none;
}

.tmu-audio__toggle {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  font-size: 18px;
  cursor: pointer;
}

.tmu-audio__panel {
  position: absolute;
  right: 72px;
  bottom: 0;
  width: 280px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(110, 208, 255, 0.35);
  background: rgba(6, 10, 18, 0.95);
  box-shadow: 0 24px 40px rgba(3, 6, 12, 0.75);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.tmu-float--audio.is-open .tmu-audio__panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.tmu-audio__title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--tmu-muted);
  margin-bottom: 10px;
}

.tmu-audio__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tmu-audio__btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(228, 184, 120, 0.6);
  background: rgba(228, 184, 120, 0.16);
  color: var(--tmu-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tmu-audio__btn i + i {
  margin-left: 0;
}

.tmu-audio__seek,
.tmu-audio__volume {
  flex: 1;
  accent-color: var(--tmu-gold);
}

.tmu-audio__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.tmu-audio__prefs {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}

.tmu-audio__optout {
  border: 1px solid rgba(255, 112, 112, 0.6);
  background: rgba(84, 16, 16, 0.5);
  color: #f4b7b7;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tmu-audio__optout:hover {
  background: rgba(184, 56, 56, 0.45);
  color: #fff;
  border-color: rgba(255, 152, 152, 0.85);
}

.tmu-audio__time {
  font-size: 10px;
  color: var(--tmu-muted);
}

.tmu-audio__volume-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.tmu-audio__btn .fa-pause,
.tmu-audio__btn--mute .fa-volume-mute {
  display: none;
}

.tmu-float--audio.is-playing .tmu-audio__btn .fa-play {
  display: none;
}

.tmu-float--audio.is-playing .tmu-audio__btn .fa-pause {
  display: inline-block;
}

.tmu-float--audio.is-muted .tmu-audio__btn--mute .fa-volume-up {
  display: none;
}

.tmu-float--audio.is-muted .tmu-audio__btn--mute .fa-volume-mute {
  display: inline-block;
}

.toTop {
  width: 44px;
  height: 44px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid rgba(110, 208, 255, 0.3);
  background: rgba(10, 16, 27, 0.7);
  cursor: pointer;
  position: relative;
}

.toTop-fon {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.toTop::before {
  content: "";
  position: absolute;
  inset: 16px 18px 18px;
  border-right: 2px solid var(--tmu-arcane);
  border-top: 2px solid var(--tmu-arcane);
  transform: rotate(-45deg);
}

.modalx-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  cursor: pointer;
  overflow: auto;
  padding: 60px 16px;
  transition: background 0.25s ease;
  background: rgba(3, 6, 12, 0.85);
}

.modalx-overlay.close_mw {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}

.modal_window,
#select_server {
  background: var(--tmu-surface-strong);
  border: 1px solid rgba(110, 208, 255, 0.3);
  border-radius: var(--tmu-radius);
  padding: 24px;
  color: var(--tmu-text);
  box-shadow: var(--tmu-shadow);
}

#select_server {
  display: none;
  max-width: 520px;
  margin: 0 auto;
  position: relative;
}

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

.modal-header h2 {
  font-size: 18px;
}

.close,
.modal_window .close_mw {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(110, 208, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  background: rgba(8, 12, 20, 0.85);
  box-shadow: 0 8px 16px rgba(3, 6, 12, 0.6);
  z-index: 5;
}

.close::before,
.close::after,
.modal_window .close_mw::before,
.modal_window .close_mw::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #f5fbff;
  box-shadow: 0 0 6px rgba(85, 240, 215, 0.6);
}

.close::before,
.modal_window .close_mw::before {
  transform: rotate(45deg);
}

.close::after,
.modal_window .close_mw::after {
  transform: rotate(-45deg);
}

#overlay {
  position: fixed;
  inset: 0;
  background: rgba(3, 6, 12, 0.7);
  display: none;
  z-index: 700;
}

.modal_window {
  max-width: 420px;
  width: min(420px, 94vw);
  display: none;
  position: relative;
  margin: 0 auto 24px;
  transform: scale(0.92);
  transition: transform 0.25s ease, opacity 0.25s ease;
  cursor: auto;
}

.modalx-overlay .modal_window {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.modal_window .close_mw {
  position: absolute;
  top: 14px;
  right: 14px;
}

.modal_window h3 {
  font-size: 18px;
  margin-bottom: 16px;
}

.tmu-auth-modal {
  max-width: 440px;
  border: 1px solid rgba(110, 208, 255, 0.3);
  background: radial-gradient(circle at 20% 0%, rgba(85, 240, 215, 0.18), rgba(8, 12, 20, 0.95) 55%);
  box-shadow: 0 30px 60px rgba(3, 6, 12, 0.6);
  overflow: hidden;
}

.tmu-auth-modal__frame {
  padding: 28px;
  position: relative;
}

.tmu-auth-modal__frame::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 16px;
  border: 1px solid rgba(228, 184, 120, 0.25);
  opacity: 0.7;
  pointer-events: none;
}

.tmu-auth-modal__header {
  text-align: center;
  margin-bottom: 18px;
}

.tmu-auth-modal__eyebrow {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--tmu-arcane);
  display: inline-block;
  margin-bottom: 8px;
}

.tmu-auth-modal__header h3 {
  margin-bottom: 6px;
}

.tmu-auth-modal__header p {
  font-size: 12px;
  color: var(--tmu-muted);
  margin: 0;
}

.tmu-auth-form {
  display: grid;
  gap: 12px;
}

.tmu-auth-field {
  display: grid;
  gap: 6px;
}

.tmu-auth-actions {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.tmu-auth-link {
  font-size: 12px;
  color: var(--tmu-arcane);
}

.tmu-register {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 22px;
  align-items: start;
  margin-top: 18px;
}

.tmu-register__info {
  display: grid;
  gap: 14px;
}

.tmu-register__card {
  background: rgba(8, 12, 20, 0.75);
  border-radius: 16px;
  border: 1px solid rgba(110, 208, 255, 0.2);
  padding: 18px;
  box-shadow: inset 0 0 14px rgba(85, 240, 215, 0.08);
}

.tmu-register__card--accent {
  border-color: rgba(228, 184, 120, 0.35);
  box-shadow: inset 0 0 16px rgba(228, 184, 120, 0.12);
}

.tmu-register__title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--tmu-arcane);
  margin-bottom: 10px;
}

.tmu-register__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: 12px;
  color: var(--tmu-muted);
}

.tmu-register__list li {
  position: relative;
  padding-left: 18px;
}

.tmu-register__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tmu-arcane);
  box-shadow: 0 0 10px rgba(85, 240, 215, 0.6);
}

.tmu-register__form-inner {
  display: grid;
  gap: 12px;
}

@media (max-width: 992px) {
  .tmu-register {
    grid-template-columns: 1fr;
  }
}

@keyframes glow-breathe {
  0% {
    box-shadow: 0 20px 40px rgba(3, 6, 12, 0.55);
  }
  50% {
    box-shadow: 0 26px 60px rgba(3, 6, 12, 0.65), 0 0 22px rgba(85, 240, 215, 0.15);
  }
  100% {
    box-shadow: 0 20px 40px rgba(3, 6, 12, 0.55);
  }
}

.mu-panel,
.dmn-page-box {
  animation: glow-breathe 10s ease-in-out infinite;
}

.tmu-discord-modal {
  max-width: 520px;
  width: min(520px, 94vw);
  border-color: rgba(88, 101, 242, 0.55);
  background:
    radial-gradient(circle at 20% 0%, rgba(88, 101, 242, 0.38), rgba(8, 12, 20, 0.95) 55%),
    radial-gradient(circle at 85% 120%, rgba(228, 184, 120, 0.18), rgba(8, 12, 20, 0.95) 70%);
  overflow: hidden;
}

.tmu-discord-modal::before,
.tmu-discord-modal::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tmu-discord-modal::before {
  width: 240px;
  height: 240px;
  right: -80px;
  top: -120px;
  background: radial-gradient(circle, rgba(110, 208, 255, 0.45), rgba(110, 208, 255, 0) 70%);
  opacity: 0.7;
}

.tmu-discord-modal::after {
  width: 200px;
  height: 200px;
  left: -60px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(228, 184, 120, 0.35), rgba(228, 184, 120, 0) 70%);
  opacity: 0.6;
}

.tmu-discord-modal__badge {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.tmu-discord-modal__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(88, 101, 242, 0.18);
  border: 1px solid rgba(88, 101, 242, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e6e9ff;
  font-size: 24px;
  box-shadow: 0 18px 26px rgba(8, 12, 20, 0.5);
}

.tmu-discord-modal__heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tmu-discord-modal__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 10px;
  color: var(--tmu-muted);
}

.tmu-discord-modal__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--tmu-text);
}

.tmu-discord-modal__lead {
  color: var(--tmu-muted);
  margin-bottom: 16px;
}

.tmu-discord-modal__list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.tmu-discord-modal__list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: var(--tmu-text);
}

.tmu-discord-modal__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(110, 208, 255, 0.9);
  box-shadow: 0 0 12px rgba(110, 208, 255, 0.7);
}

.tmu-discord-modal__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tmu-discord-modal__dismiss {
  border-color: rgba(88, 101, 242, 0.35);
}

.tmu-discord-modal__fine {
  margin-top: 14px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tmu-muted);
}

.nova-captcha {
  border-radius: 8px;
  border: 1px solid rgba(110, 208, 255, 0.2);
}

.formGroup {
  margin-bottom: 14px;
}

.formGroup input {
  width: 100%;
  border-radius: 12px;
}

.formGroup-button button {
  width: 100%;
}

#loading {
  position: fixed;
  left: 20px;
  bottom: 20px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(10, 16, 27, 0.8);
  border: 1px solid rgba(110, 208, 255, 0.2);
  font-size: 12px;
  display: none;
  align-items: center;
  gap: 8px;
  z-index: 900;
}

.nova-spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(110, 208, 255, 0.2);
  border-top-color: var(--tmu-arcane);
  animation: spin 1s linear infinite;
  display: inline-block;
}

.nova-crest {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid rgba(110, 208, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 16, 27, 0.7);
}

.nova-crest__text {
  font-family: var(--tmu-font-display);
  letter-spacing: 0.2em;
}

.nova-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(85, 240, 215, 0.15);
  border: 1px solid rgba(85, 240, 215, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nova-icon--forum::before {
  content: "F";
  font-size: 12px;
  letter-spacing: 0.2em;
}

.nova-flag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 22px;
  border-radius: 6px 12px 12px 6px;
  border: 1px solid rgba(110, 208, 255, 0.35);
  background: linear-gradient(120deg, rgba(85, 240, 215, 0.28), rgba(10, 16, 27, 0.85));
  box-shadow: inset 0 0 10px rgba(85, 240, 215, 0.2);
}

.nova-flag .f16 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.nova-flag .flag {
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(3, 6, 12, 0.6);
}

.nova-flag::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 8px;
  height: 10px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(85, 240, 215, 0.4), rgba(10, 16, 27, 0.9));
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.nova-class-badge,
.nova-gens-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border: 1px solid rgba(110, 208, 255, 0.2);
}

.nova-class-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid rgba(110, 208, 255, 0.35);
  background-color: rgba(8, 12, 20, 0.85);
  background-size: cover;
  background-position: center;
  box-shadow: 0 6px 12px rgba(3, 6, 12, 0.45);
  margin-right: 8px;
  vertical-align: middle;
}

.nova-class-name {
  vertical-align: middle;
}

.nova-class-portrait {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  border: 1px solid rgba(110, 208, 255, 0.35);
  background: rgba(8, 12, 20, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 22px rgba(3, 6, 12, 0.5);
}

.nova-class-portrait img {
  width: 42px;
  height: 42px;
  image-rendering: pixelated;
  filter: drop-shadow(0 8px 14px rgba(3, 6, 12, 0.45));
}

.nova-gens-dup,
.nova-gens-vg {
  background: rgba(10, 16, 27, 0.6);
}

.nova-item-sigil,
.item-slot__sigil {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--tmu-arcane);
}

.item-slot {
  position: relative;
  background: rgba(10, 16, 27, 0.8);
  border: 1px solid rgba(110, 208, 255, 0.25);
  border-radius: 12px;
  overflow: hidden;
  color: var(--tmu-text);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.item-slot__label {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 6px;
  font-size: 9px;
  color: var(--tmu-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.dmn-vault-grid-modern {
  background: rgba(10, 16, 27, 0.6);
  border-radius: var(--tmu-radius);
  border: 1px solid rgba(110, 208, 255, 0.2);
  padding: 18px;
  position: relative;
}

.nova-vote-icon,
.nova-guild-mark {
  border-radius: 8px;
  border: 1px solid rgba(110, 208, 255, 0.2);
}

.nova-gear-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.nova-gear-slot {
  position: relative;
  min-height: 120px;
  border-radius: 14px;
  border: 1px solid rgba(110, 208, 255, 0.22);
  background: rgba(8, 12, 20, 0.78);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  background-repeat: no-repeat;
  background-position: center 18px;
  background-size: 60px 60px;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.nova-gear-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 120% at 20% 0%, rgba(85, 240, 215, 0.18), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nova-gear-slot.is-filled {
  border-color: rgba(228, 184, 120, 0.45);
  box-shadow: inset 0 0 22px rgba(228, 184, 120, 0.12);
  cursor: pointer;
}

.nova-gear-slot:hover {
  transform: translateY(-2px);
  border-color: rgba(110, 208, 255, 0.5);
}

.nova-gear-slot:hover::before {
  opacity: 0.6;
}

.nova-gear-slot__label,
.nova-gear-slot__value {
  position: relative;
  z-index: 1;
}

.nova-gear-slot__label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--tmu-muted);
}

.nova-gear-slot__value {
  font-size: 11px;
  font-weight: 600;
  color: var(--tmu-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nova-btn,
.nova-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(228, 184, 120, 0.7);
  background: rgba(228, 184, 120, 0.2);
  color: var(--tmu-text);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

@keyframes rune-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes sigil-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes float-slow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes section-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes orb-pulse {
  0% {
    box-shadow: inset 0 0 40px rgba(85, 240, 215, 0.2), 0 30px 60px rgba(3, 6, 12, 0.6);
  }
  50% {
    box-shadow: inset 0 0 60px rgba(85, 240, 215, 0.35), 0 40px 80px rgba(3, 6, 12, 0.7);
  }
  100% {
    box-shadow: inset 0 0 40px rgba(85, 240, 215, 0.2), 0 30px 60px rgba(3, 6, 12, 0.6);
  }
}

@keyframes orb-cycle {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  10%,
  45% {
    opacity: 1;
    transform: translateY(0);
  }
  55%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@keyframes scan-line {
  0% {
    left: -120%;
    opacity: 0;
  }
  30% {
    opacity: 0.7;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes orbit-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes halo-pulse {
  0% {
    opacity: 0.45;
    box-shadow: inset 0 0 24px rgba(85, 240, 215, 0.2), 0 0 30px rgba(85, 240, 215, 0.15);
  }
  50% {
    opacity: 0.8;
    box-shadow: inset 0 0 40px rgba(85, 240, 215, 0.35), 0 0 50px rgba(85, 240, 215, 0.3);
  }
  100% {
    opacity: 0.45;
    box-shadow: inset 0 0 24px rgba(85, 240, 215, 0.2), 0 0 30px rgba(85, 240, 215, 0.15);
  }
}

@keyframes status-pulse {
  0% {
    transform: translateY(-50%) scale(0.6);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-50%) scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-50%) scale(0.6);
    opacity: 0.4;
  }
}

@keyframes countdown-sheen {
  0% {
    transform: translateX(-18%);
    opacity: 0.3;
  }
  50% {
    transform: translateX(12%);
    opacity: 0.65;
  }
  100% {
    transform: translateX(-18%);
    opacity: 0.3;
  }
}

@keyframes bar-scan {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(220%);
  }
}

@media (max-width: 1100px) {
  .tmu-hero__grid {
    grid-template-columns: 1fr;
  }

  .tmu-hero__content {
    text-align: center;
    align-items: center;
  }

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

  .tmu-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }

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

  .tmu-countdown__intro {
    flex-direction: column;
    text-align: center;
  }

  .tmu-countdown--hero #timer_div_time {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }

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

@media (max-width: 992px) {
  .button-btn {
    display: flex;
  }

  .tmu-side-banner {
    display: none;
  }

  .menuContent {
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .menuContent.active {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(6, 10, 18, 0.98);
    border-bottom: 1px solid rgba(110, 208, 255, 0.2);
    z-index: 500;
  }

  .menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .menuContent.active .menu {
    display: flex;
  }

  .topPanel-wrapper_right {
    gap: 8px;
  }

  .block-widget-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .tmu-status__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tmu-status__badges {
    justify-content: flex-start;
  }

  .tmu-hero__title {
    font-size: 34px;
  }

  .tmu-hero__sigil {
    width: 260px;
    height: 260px;
  }

  .tmu-hero__orbit {
    display: none;
  }

  .tmu-orb__core {
    inset: 70px;
  }

  .tmu-orb__label {
    font-size: 9px;
  }

  .tmu-orb__value {
    font-size: 12px;
    max-width: 120px;
  }

  .mu-section {
    margin: 40px 0;
  }

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

  .mu-callout__actions {
    justify-content: center;
    width: 100%;
  }

  .dmn-page-box {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  body.nova {
    font-size: 14px;
  }

  .tmu-status__summary {
    padding: 12px;
  }

  .tmu-status__metric-value {
    font-size: 18px;
  }

  .tmu-status__meter {
    height: 12px;
  }

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

  .tmu-hero__title {
    font-size: 28px;
  }

  .tmu-countdown--hero {
    padding: 16px 14px 18px;
  }

  .tmu-countdown--hero #timer_div_time {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .tmu-countdown--hero .timmer_inner_block .count {
    font-size: 22px;
  }

  .tmu-hero__grid::before {
    font-size: 120px;
    left: 0;
    top: -20px;
  }

  .mu-btn,
  .btn,
  .button-small {
    width: 100%;
    justify-content: center;
  }

  .tmu-float-stack {
    right: 16px;
    bottom: 16px;
    gap: 10px;
  }

  .tmu-float {
    width: 50px;
    height: 50px;
  }

  .tmu-audio__panel {
    width: 220px;
    right: 62px;
  }

  .tmu-discord-modal__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
