/* [project]/app/globals.css [app-client] (css) */
:root {
  --bg: #07090f;
  --bg-soft: #0b0f18;
  --panel: #101521c7;
  --panel-solid: #101521;
  --line: #ffffff1a;
  --line-strong: #ffffff2e;
  --text: #f7f8fb;
  --muted: #9aa4b8;
  --gold: #ffd447;
  --gold-deep: #ff9f1c;
  --cyan: #55e6ff;
  --blue: #4e8cff;
  --violet: #a874ff;
  --green: #6df08c;
  --orange: #ff7d46;
  --danger: #ff5268;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow: 0 28px 90px #00000073;
  --content: min(1220px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  background: radial-gradient(circle at 20% 0%, #55e6ff0f, transparent 28rem),
    radial-gradient(circle at 90% 26%, #a874ff12, transparent 32rem),
    var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  margin: 0;
  font-family: Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

::selection {
  color: #11131a;
  background: var(--gold);
}

button, a {
  font: inherit;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-shell {
  background-color: #0000;
  background-image: linear-gradient(#ffffff05 1px, #0000 1px), linear-gradient(90deg, #ffffff05 1px, #0000 1px);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 64px 64px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  min-height: 100vh;
  overflow: clip;
}

.site-header {
  z-index: 100;
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  backdrop-filter: blur(22px) saturate(145%);
  background: #06080da3;
  border-bottom: 1px solid #ffffff14;
  position: fixed;
  inset: 0 0 auto;
}

.header-inner {
  width: var(--content);
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  height: 78px;
  margin: 0 auto;
  display: flex;
}

.brand {
  align-items: center;
  gap: 12px;
  min-width: max-content;
  display: inline-flex;
}

.brand-mark {
  color: #15120a;
  background: linear-gradient(145deg, #ffe67df2, #ff9f1ceb);
  border: 1px solid #ffd44773;
  border-radius: 12px;
  place-items: center;
  width: 39px;
  height: 39px;
  font-size: 20px;
  font-weight: 950;
  display: grid;
  transform: rotate(-4deg);
  box-shadow: 0 0 34px #ffbf3140, inset 0 1px #fffc;
}

.brand-copy {
  gap: 2px;
  line-height: 1;
  display: grid;
}

.brand-copy strong {
  letter-spacing: .13em;
  font-size: 14px;
}

.brand-copy small {
  color: var(--muted);
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 10px;
}

.desktop-nav {
  background: #ffffff09;
  border: 1px solid #ffffff14;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 5px;
  display: flex;
}

.desktop-nav a {
  color: #bdc4d2;
  border-radius: 999px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 700;
  transition: color .2s, background .2s;
}

.desktop-nav a:hover {
  color: #fff;
  background: #ffffff14;
}

.header-cta {
  color: #ffe795;
  background: #ffd4471a;
  border: 1px solid #ffd44759;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s, background .2s;
  display: inline-flex;
}

.header-cta:hover {
  background: #ffd4472e;
  transform: translateY(-2px);
}

.theme-toggle {
  border: 1px solid var(--line);
  color: #aeb7c6;
  cursor: pointer;
  background: #ffffff0a;
  border-radius: 11px;
  align-items: center;
  gap: 7px;
  min-width: max-content;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 800;
  transition: transform .2s, background .2s;
  display: inline-flex;
}

.theme-toggle:hover {
  background: #ffffff14;
  transform: translateY(-2px);
}

.menu-button {
  border: 1px solid var(--line);
  cursor: pointer;
  background: #ffffff0a;
  border-radius: 12px;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: none;
}

.mobile-nav {
  display: none;
}

.panorama-scene {
  perspective: 720px;
  background: #9fd2ef;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.panorama-cube {
  --cube-size: max(1400px, 130vmax);
  width: var(--cube-size);
  height: var(--cube-size);
  margin-left: calc(var(--cube-size) / -2);
  margin-top: calc(var(--cube-size) / -2);
  transform-style: preserve-3d;
  will-change: transform;
  animation: 100s linear infinite panorama-spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.panorama-face {
  backface-visibility: visible;
  filter: saturate(1.15) contrast(1.04);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.panorama-face--front {
  transform: translateZ(calc(var(--cube-size) / -2));
}

.panorama-face--back {
  transform: rotateY(180deg) translateZ(calc(var(--cube-size) / -2));
}

.panorama-face--right {
  transform: rotateY(-90deg) translateZ(calc(var(--cube-size) / -2));
}

.panorama-face--left {
  transform: rotateY(90deg) translateZ(calc(var(--cube-size) / -2));
}

.panorama-face--top {
  transform: rotateX(90deg) translateZ(calc(var(--cube-size) / -2));
}

.panorama-face--bottom {
  transform: rotateX(-90deg) translateZ(calc(var(--cube-size) / -2));
}

@keyframes panorama-spin {
  from {
    transform: rotateX(-6deg)rotateY(4deg)scale(1.025);
  }

  to {
    transform: rotateX(-6deg)rotateY(364deg)scale(1.025);
  }
}

.hero {
  isolation: isolate;
  border-bottom: 1px solid #ffffff17;
  align-items: center;
  min-height: 940px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-vignette {
  z-index: 1;
  background: linear-gradient(90deg, #04060aed 0%, #04060acc 40%, #04060a57 72%, #04060a8c 100%), linear-gradient(#03050959, #0000 35%, #03050999 100%);
  position: absolute;
  inset: 0;
}

.hero-grid {
  z-index: 2;
  opacity: .22;
  background-image: linear-gradient(#fff1 1px, #0000 1px), linear-gradient(90deg, #fff1 1px, #0000 1px);
  background-size: 80px 80px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to right, #000, #0000 80%);
  mask-image: linear-gradient(to right, #000, #0000 80%);
}

.hero-orb {
  z-index: 2;
  filter: blur(80px);
  opacity: .21;
  pointer-events: none;
  border-radius: 999px;
  width: 420px;
  height: 420px;
  position: absolute;
}

.hero-orb-one {
  background: var(--cyan);
  top: 8%;
  left: 12%;
}

.hero-orb-two {
  background: var(--gold);
  bottom: 4%;
  right: 3%;
}

.hero-content {
  z-index: 5;
  width: var(--content);
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
  align-items: center;
  gap: 38px;
  margin: 0 auto;
  padding: 150px 0 110px;
  display: grid;
  position: relative;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow, .section-kicker {
  color: #cbd3e1;
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 850;
  display: inline-flex;
}

.hero-eyebrow {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #080b1273;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  padding: 9px 12px;
}

.live-dot {
  background: var(--green);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 2.2s ease-in-out infinite pulse-dot;
  box-shadow: 0 0 0 5px #6df08c1a, 0 0 18px #6df08cbf;
}

@keyframes pulse-dot {
  50% {
    opacity: .68;
    transform: scale(.78);
  }
}

.hero h1 {
  letter-spacing: -.065em;
  text-wrap: balance;
  text-shadow: 0 8px 50px #00000073;
  max-width: 850px;
  margin: 25px 0 0;
  font-size: clamp(58px, 6.4vw, 108px);
  font-weight: 950;
  line-height: .91;
}

.hero-gradient {
  color: #0000;
  background: linear-gradient(90deg, #fff1a9 4%, var(--gold) 42%, #ff9e45 76%, #ff6d8f 100%);
  filter: drop-shadow(0 0 26px #ffc23833);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  color: #c5cbd6;
  max-width: 690px;
  margin: 28px 0 0;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.65;
}

.hero-actions {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-top: 34px;
  display: flex;
}

.ip-button, .join-ip {
  appearance: none;
  cursor: pointer;
  border: 0;
}

.ip-button {
  color: #17130b;
  background: linear-gradient(135deg, #ffe46d, #ffb029 62%, #ff8e30);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-width: 355px;
  padding: 15px 16px 15px 19px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 16px 48px #ffaa223d, inset 0 1px #ffffffb8;
}

.ip-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 60px #ffaa2257, inset 0 1px #ffffffb8;
}

.ip-button > span:first-child, .join-ip > span:first-child {
  text-align: left;
  gap: 4px;
  display: grid;
}

.ip-button small, .join-ip small {
  letter-spacing: .18em;
  font-size: 9px;
  font-weight: 900;
}

.ip-button strong {
  letter-spacing: -.015em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
}

.copy-icon {
  background: #130e051f;
  border-radius: 12px;
  place-items: center;
  width: 40px;
  height: 40px;
  display: grid;
}

.ghost-button {
  color: #fff;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #0c0f1675;
  border: 1px solid #ffffff2e;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding: 0 23px;
  font-size: 14px;
  font-weight: 800;
  transition: background .2s, transform .2s;
  display: inline-flex;
}

.ghost-button:hover {
  background: #ffffff1a;
  transform: translateY(-3px);
}

.hero-pills {
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
  display: flex;
}

.hero-pills span {
  color: #bfc7d5;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #05080c73;
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.hero-emblem-wrap {
  place-items: center;
  min-height: 610px;
  display: grid;
  position: relative;
}

.hero-emblem {
  z-index: 3;
  filter: drop-shadow(0 45px 70px #00000094) drop-shadow(0 0 34px #ffbe232e);
  width: min(610px, 44vw);
  height: auto;
  animation: 5s ease-in-out infinite emblem-float;
  position: relative;
}

@keyframes emblem-float {
  50% {
    transform: translateY(-12px)rotate(.6deg);
  }
}

.emblem-rings, .emblem-rings span {
  border-radius: 50%;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
}

.emblem-rings {
  z-index: 1;
  aspect-ratio: 1;
  background: radial-gradient(circle, #ffc62f24, #07090f0f 48%, #0000 70%);
  border: 1px solid #ffffff1f;
  width: 560px;
  box-shadow: inset 0 0 90px #ffc22f12, 0 0 90px #0003;
}

.emblem-rings:before, .emblem-rings:after {
  content: "";
  border: 1px dashed #ffffff29;
  border-radius: 50%;
  animation: 24s linear infinite ring-spin;
  position: absolute;
  inset: 8%;
}

.emblem-rings:after {
  border-style: solid;
  border-color: #ffd44729;
  animation-duration: 17s;
  animation-direction: reverse;
  inset: 22%;
}

.emblem-rings span:first-child {
  background: var(--gold);
  width: 13px;
  height: 13px;
  box-shadow: 0 0 28px var(--gold);
  margin: -6px 0 0 238px;
}

.emblem-rings span:nth-child(2) {
  background: var(--cyan);
  width: 9px;
  height: 9px;
  box-shadow: 0 0 25px var(--cyan);
  margin: 178px 0 0 -230px;
}

.emblem-rings span:nth-child(3) {
  background: var(--violet);
  width: 8px;
  height: 8px;
  box-shadow: 0 0 25px var(--violet);
  margin: -204px 0 0 -170px;
}

@keyframes ring-spin {
  to {
    rotate: 360deg;
  }
}

.hero-fact {
  z-index: 6;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  min-width: 156px;
  box-shadow: var(--shadow);
  background: #080b11a8;
  border: 1px solid #ffffff24;
  border-radius: 16px;
  gap: 2px;
  padding: 14px 16px;
  display: grid;
  position: absolute;
}

.hero-fact strong {
  color: #fff2a9;
  font-size: 24px;
  line-height: 1;
}

.hero-fact span {
  color: #b7c0cf;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
}

.hero-fact-top {
  top: 19%;
  right: 0;
}

.hero-fact-bottom {
  bottom: 18%;
  left: 0;
}

.hero-bottom {
  z-index: 6;
  width: var(--content);
  color: #ffffff8a;
  letter-spacing: .18em;
  align-items: center;
  gap: 18px;
  height: 52px;
  margin: auto;
  font-size: 9px;
  font-weight: 800;
  display: flex;
  position: absolute;
  inset: auto 0 0;
}

.scroll-line {
  background: linear-gradient(90deg, #ffffff42, #0000);
  flex: 1;
  height: 1px;
}

.proof-strip {
  z-index: 8;
  border-bottom: 1px solid var(--line);
  background: #080b11f2;
  position: relative;
}

.proof-inner {
  width: var(--content);
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  display: grid;
}

.proof-item {
  border-left: 1px solid var(--line);
  align-items: center;
  gap: 16px;
  min-height: 132px;
  padding: 25px 28px;
  display: flex;
}

.proof-item:last-child {
  border-right: 1px solid var(--line);
}

.proof-item > svg {
  color: var(--gold);
  filter: drop-shadow(0 0 12px #ffd44759);
}

.proof-item div {
  gap: 4px;
  display: grid;
}

.proof-item strong {
  letter-spacing: -.04em;
  font-size: 29px;
  line-height: 1;
}

.proof-item span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.feature-section {
  isolation: isolate;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}

.section-inner {
  z-index: 3;
  width: var(--content);
  margin: 0 auto;
  position: relative;
}

.section-glow {
  filter: blur(120px);
  opacity: .075;
  pointer-events: none;
  border-radius: 50%;
  width: 720px;
  height: 720px;
  position: absolute;
}

.mcmmo-glow {
  background: var(--gold);
  top: 2%;
  right: -260px;
}

.clan-glow {
  background: var(--green);
  top: 12%;
  left: -300px;
}

.section-heading {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 72px;
  display: grid;
}

.section-kicker {
  color: var(--gold);
}

.section-heading h2, .join-inner h2 {
  letter-spacing: -.055em;
  margin: 18px 0 0;
  font-size: clamp(44px, 5.1vw, 76px);
  font-weight: 930;
  line-height: .98;
}

.section-heading h2 span, .join-inner h2 span {
  color: #727d92;
}

.section-heading > p {
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.mcmmo-section {
  background: radial-gradient(circle at 85% 14%, #ffd44712, #0000 25rem), linear-gradient(#080b12, #0a0d15 68%, #080a10);
}

.mcmmo-layout {
  grid-template-columns: 355px minmax(0, 1fr);
  gap: 18px;
  display: grid;
}

.skill-rail {
  gap: 10px;
  display: grid;
}

.skill-tab {
  border: 1px solid var(--line);
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: #ffffff06;
  border-radius: 17px;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 84px;
  padding: 12px 15px;
  transition: transform .22s, border-color .22s, background .22s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.skill-tab:before {
  content: "";
  background: var(--tab-color, var(--gold));
  opacity: 0;
  width: 3px;
  box-shadow: 0 0 20px var(--tab-color, var(--gold));
  transition: opacity .22s;
  position: absolute;
  inset: 0 auto 0 0;
}

.skill-tab:hover, .skill-tab.is-active {
  border-color: color-mix(in srgb, var(--tab-color, var(--gold)) 38%, transparent);
  background: color-mix(in srgb, var(--tab-color, var(--gold)) 8%, #ffffff05);
  transform: translateX(5px);
}

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

.skill-tab-gold {
  --tab-color: var(--gold);
}

.skill-tab-cyan {
  --tab-color: var(--cyan);
}

.skill-tab-violet {
  --tab-color: var(--violet);
}

.skill-tab-blue {
  --tab-color: var(--blue);
}

.skill-tab-orange {
  --tab-color: var(--orange);
}

.skill-tab-green {
  --tab-color: var(--green);
}

.skill-tab-icon {
  border: 1px solid color-mix(in srgb, var(--tab-color) 28%, transparent);
  background: color-mix(in srgb, var(--tab-color) 9%, #ffffff05);
  width: 46px;
  height: 46px;
  color: var(--tab-color);
  border-radius: 14px;
  place-items: center;
  display: grid;
}

.skill-tab > span:nth-child(2) {
  gap: 3px;
  display: grid;
}

.skill-tab small {
  color: #768196;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 850;
}

.skill-tab strong {
  font-size: 14px;
}

.skill-tab-index {
  color: #ffffff2e;
  font-family: ui-monospace, monospace;
  font-size: 11px;
}

.skill-stage {
  --stage-color: var(--gold);
  border: 1px solid color-mix(in srgb, var(--stage-color) 20%, var(--line));
  background: radial-gradient(circle at 83% 15%, color-mix(in srgb, var(--stage-color) 18%, transparent), transparent 30rem),
    linear-gradient(145deg, #131824f5, #0a0d15f0);
  min-height: 554px;
  box-shadow: var(--shadow), inset 0 1px #ffffff0f;
  border-radius: 28px;
  padding: 42px;
  position: relative;
  overflow: hidden;
}

.skill-stage-gold {
  --stage-color: var(--gold);
}

.skill-stage-cyan {
  --stage-color: var(--cyan);
}

.skill-stage-violet {
  --stage-color: var(--violet);
}

.skill-stage-blue {
  --stage-color: var(--blue);
}

.skill-stage-orange {
  --stage-color: var(--orange);
}

.skill-stage-green {
  --stage-color: var(--green);
}

.skill-stage-grid {
  opacity: .17;
  background-color: #0000;
  background-image: linear-gradient(#ffffff14 1px, #0000 1px), linear-gradient(90deg, #ffffff14 1px, #0000 1px);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 52px 52px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle at 80% 15%, #000, #0000 58%);
  mask-image: radial-gradient(circle at 80% 15%, #000, #0000 58%);
}

.skill-stage-head, .skill-description, .skill-features, .skill-stage blockquote, .skill-progress {
  z-index: 2;
  position: relative;
}

.skill-stage-head {
  grid-template-columns: 78px 1fr auto;
  align-items: center;
  gap: 18px;
  display: grid;
}

.skill-stage-icon {
  border: 1px solid color-mix(in srgb, var(--stage-color) 35%, transparent);
  background: color-mix(in srgb, var(--stage-color) 10%, #ffffff05);
  width: 76px;
  height: 76px;
  color: var(--stage-color);
  box-shadow: 0 0 38px color-mix(in srgb, var(--stage-color) 13%, transparent);
  border-radius: 22px;
  place-items: center;
  display: grid;
}

.skill-stage-head small, .skill-level small {
  color: #7f899d;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 850;
}

.skill-stage-head h3 {
  letter-spacing: -.04em;
  margin: 4px 0 0;
  font-size: 34px;
}

.skill-level {
  text-align: right;
  gap: 4px;
  display: grid;
}

.skill-level strong {
  color: var(--stage-color);
  font-size: 26px;
}

.skill-description {
  color: #d0d5df;
  max-width: 760px;
  margin: 36px 0 0;
  font-size: 18px;
  line-height: 1.65;
}

.skill-features {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 29px;
  display: grid;
}

.skill-features > div {
  background: #ffffff06;
  border: 1px solid #ffffff17;
  border-radius: 15px;
  align-content: center;
  gap: 8px;
  min-height: 84px;
  padding: 14px;
  display: grid;
}

.skill-features span {
  color: var(--stage-color);
  font-family: ui-monospace, monospace;
  font-size: 10px;
}

.skill-features strong {
  font-size: 12px;
  line-height: 1.35;
}

.skill-stage blockquote {
  border-left: 2px solid var(--stage-color);
  color: #8e98a9;
  margin: 28px 0 0;
  padding-left: 18px;
  font-size: 13px;
  font-style: italic;
  line-height: 1.55;
}

.skill-progress {
  margin-top: 29px;
}

.skill-progress > div:first-child {
  color: #9aa4b8;
  letter-spacing: .08em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 10px;
  font-weight: 750;
  display: flex;
}

.skill-progress strong {
  color: #fff;
}

.progress-track {
  background: #ffffff12;
  border-radius: 999px;
  height: 7px;
  margin-top: 10px;
  overflow: hidden;
}

.progress-track span {
  border-radius: inherit;
  background: linear-gradient(90deg, var(--stage-color), color-mix(in srgb, var(--stage-color) 65%, white));
  height: 100%;
  box-shadow: 0 0 20px var(--stage-color);
  display: block;
}

.extra-skills {
  border: 1px solid var(--line);
  background: #ffffff06;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  padding: 18px 20px;
  display: flex;
}

.extra-skills > span {
  color: #8893a6;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 850;
}

.extra-skills > div {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  display: flex;
}

.extra-skills > div span, .extra-skills > div strong {
  color: #b9c1cf;
  background: #ffffff0b;
  border-radius: 9px;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  font-size: 10px;
  display: inline-flex;
}

.extra-skills > div strong {
  color: var(--gold);
  background: #ffd44717;
}

.clan-section {
  background: linear-gradient(#080a10, #0a0f13 48%, #080a10), radial-gradient(circle at 5% 25%, #6df08c14, #0000 30rem);
}

.clan-section .section-kicker {
  color: var(--green);
}

.clan-dashboard {
  grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr);
  gap: 18px;
  display: grid;
}

.territory-card, .power-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow), inset 0 1px #ffffff0d;
  background: linear-gradient(145deg, #12191cf2, #090d11f5);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.card-topline {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 62px;
  padding: 0 24px;
  display: flex;
}

.card-topline > div {
  color: #c7ced8;
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.card-topline svg {
  color: var(--green);
}

.status-chip {
  color: var(--green);
  letter-spacing: .1em;
  background: #6df08c14;
  border: 1px solid #6df08c33;
  border-radius: 999px;
  padding: 6px 8px;
  font-size: 8px;
  font-weight: 850;
}

.territory-content {
  grid-template-columns: minmax(330px, 1fr) 190px;
  align-items: center;
  gap: 28px;
  padding: 28px;
  display: grid;
}

.chunk-map {
  aspect-ratio: 1;
  background: #0000003d;
  border: 1px solid #ffffff14;
  border-radius: 20px;
  grid-template-columns: repeat(9, 1fr);
  gap: 5px;
  padding: 10px;
  display: grid;
  box-shadow: inset 0 0 40px #0000004d;
}

.chunk {
  aspect-ratio: 1;
  background: #ffffff05;
  border: 1px solid #fff1;
  border-radius: 5px;
  transition: transform .15s, filter .15s;
  position: relative;
}

.chunk:hover {
  z-index: 3;
  filter: brightness(1.35);
  transform: scale(1.22);
}

.chunk-own {
  background: linear-gradient(135deg, #ffd44780, #ff9f1c42);
  border-color: #ffd44766;
  box-shadow: inset 0 0 10px #ffd44729;
}

.chunk-enemy {
  background: linear-gradient(135deg, #ff526885, #85203440);
  border-color: #ff52687a;
}

.chunk-ally {
  background: linear-gradient(135deg, #55e6ff7a, #1f71843d);
  border-color: #55e6ff6e;
}

.chunk-player:after {
  content: "";
  background: #fff;
  border-radius: 2px;
  position: absolute;
  inset: 25%;
  transform: rotate(45deg);
  box-shadow: 0 0 13px #fff;
}

.map-legend {
  gap: 16px;
  display: grid;
}

.map-legend > div {
  grid-template-columns: 11px 1fr;
  align-items: center;
  gap: 0 10px;
  display: grid;
  position: relative;
}

.map-legend strong {
  letter-spacing: .08em;
  font-size: 10px;
}

.map-legend small {
  color: #758095;
  grid-column: 2;
  margin-top: 2px;
  font-size: 9px;
}

.legend-dot {
  border-radius: 3px;
  grid-row: span 2;
  width: 9px;
  height: 9px;
}

.legend-dot.own {
  background: var(--gold);
  box-shadow: 0 0 12px #ffd44773;
}

.legend-dot.enemy {
  background: var(--danger);
  box-shadow: 0 0 12px #ff526873;
}

.legend-dot.ally {
  background: var(--cyan);
  box-shadow: 0 0 12px #55e6ff73;
}

.legend-dot.wild {
  background: #3e485b;
}

.power-card {
  place-items: center;
  min-height: 100%;
  display: grid;
}

.power-orbit {
  border: 1px solid #6df08c14;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  animation: 30s linear infinite ring-spin;
  position: absolute;
  box-shadow: inset 0 0 80px #6df08c08;
}

.power-orbit:before, .power-orbit:after {
  content: "";
  border: 1px dashed #6df08c1f;
  border-radius: 50%;
  position: absolute;
  inset: 16%;
}

.power-orbit:after {
  inset: 31%;
}

.power-orbit span {
  background: var(--green);
  width: 8px;
  height: 8px;
  box-shadow: 0 0 20px var(--green);
  border-radius: 50%;
  position: absolute;
}

.power-orbit span:first-child {
  top: 11%;
  left: 21%;
}

.power-orbit span:nth-child(2) {
  top: 46%;
  right: 6%;
}

.power-orbit span:nth-child(3) {
  bottom: 14%;
  left: 31%;
}

.power-content {
  z-index: 2;
  width: 100%;
  padding: 42px 35px;
  position: relative;
}

.mini-label {
  color: var(--green);
  letter-spacing: .18em;
  font-size: 9px;
  font-weight: 900;
}

.power-number {
  letter-spacing: -.065em;
  margin-top: 13px;
  font-size: clamp(54px, 5vw, 80px);
  line-height: .95;
  display: block;
}

.power-number span {
  color: #536071;
  letter-spacing: -.03em;
  font-size: .3em;
}

.power-bar {
  background: #ffffff12;
  border-radius: 999px;
  height: 8px;
  margin-top: 24px;
  overflow: hidden;
}

.power-bar span {
  border-radius: inherit;
  background: linear-gradient(90deg, #4fd973, #a3ffbc);
  height: 100%;
  display: block;
  box-shadow: 0 0 18px #6df08c73;
}

.power-metrics {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 28px;
  display: grid;
}

.power-metrics > div {
  border: 1px solid var(--line);
  background: #ffffff06;
  border-radius: 14px;
  align-content: center;
  gap: 6px;
  min-height: 85px;
  padding: 14px;
  display: grid;
}

.power-metrics small {
  color: #778297;
  font-size: 9px;
}

.power-metrics strong {
  font-size: 14px;
}

.power-rules {
  gap: 10px;
  margin-top: 22px;
  display: grid;
}

.power-rules span {
  color: #aeb7c5;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  display: flex;
}

.power-rules svg {
  color: var(--green);
}

.clan-feature-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
  display: grid;
}

.clan-feature-grid article {
  border: 1px solid var(--line);
  background: #ffffff06;
  border-radius: 21px;
  min-height: 230px;
  padding: 27px;
  transition: transform .22s, border-color .22s, background .22s;
  position: relative;
  overflow: hidden;
}

.clan-feature-grid article:hover {
  background: #6df08c0a;
  border-color: #6df08c3d;
  transform: translateY(-5px);
}

.clan-feature-grid svg {
  color: var(--green);
}

.feature-number {
  color: #ffffff1f;
  font-family: ui-monospace, monospace;
  font-size: 11px;
  position: absolute;
  top: 21px;
  right: 22px;
}

.clan-feature-grid h3 {
  letter-spacing: -.03em;
  margin: 42px 0 0;
  font-size: 18px;
}

.clan-feature-grid p {
  color: var(--muted);
  margin: 11px 0 0;
  font-size: 12px;
  line-height: 1.65;
}

.ecosystem-section {
  background: radial-gradient(circle at 50% 0, #a874ff0f, #0000 34rem), #080a10;
}

.ecosystem-section .section-kicker {
  color: var(--violet);
}

.ecosystem-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  display: grid;
}

.ecosystem-card {
  --eco: var(--gold);
  border: 1px solid var(--line);
  background: radial-gradient(circle at 85% 10%, color-mix(in srgb, var(--eco) 12%, transparent), transparent 20rem),
    linear-gradient(145deg, #121622e6, #090c12ed);
  border-radius: 26px;
  min-height: 320px;
  padding: 34px;
  transition: transform .25s, border-color .25s;
  position: relative;
  overflow: hidden;
}

.ecosystem-card:after {
  content: "";
  border: 1px solid color-mix(in srgb, var(--eco) 18%, transparent);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: -110px;
  right: -80px;
}

.ecosystem-card:hover {
  border-color: color-mix(in srgb, var(--eco) 28%, transparent);
  transform: translateY(-5px);
}

.ecosystem-gold {
  --eco: var(--gold);
}

.ecosystem-cyan {
  --eco: var(--cyan);
}

.ecosystem-orange {
  --eco: var(--orange);
}

.ecosystem-violet {
  --eco: var(--violet);
}

.ecosystem-icon {
  border: 1px solid color-mix(in srgb, var(--eco) 30%, transparent);
  background: color-mix(in srgb, var(--eco) 9%, #ffffff05);
  width: 62px;
  height: 62px;
  color: var(--eco);
  border-radius: 18px;
  place-items: center;
  display: grid;
}

.ecosystem-card > span {
  color: var(--eco);
  letter-spacing: .17em;
  margin-top: 31px;
  font-size: 9px;
  font-weight: 900;
  display: block;
}

.ecosystem-card h3 {
  letter-spacing: -.04em;
  max-width: 390px;
  margin: 11px 0 0;
  font-size: 27px;
  line-height: 1.08;
}

.ecosystem-card p {
  max-width: 480px;
  color: var(--muted);
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.7;
}

.danger-banner {
  background: linear-gradient(90deg, #ff52681a, #ff7d460a), #ffffff05;
  border: 1px solid #ff526838;
  border-radius: 24px;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 150px;
  margin-top: 16px;
  padding: 26px 30px;
  display: grid;
}

.danger-icon {
  width: 62px;
  height: 62px;
  color: var(--danger);
  background: #ff526814;
  border: 1px solid #ff526840;
  border-radius: 18px;
  place-items: center;
  display: grid;
}

.danger-banner > div:nth-child(2) span {
  color: var(--danger);
  letter-spacing: .16em;
  font-size: 9px;
  font-weight: 900;
}

.danger-banner h3 {
  letter-spacing: -.03em;
  margin: 8px 0 0;
  font-size: 22px;
}

.danger-tag {
  color: #b9c2d0;
  white-space: nowrap;
  border: 1px solid #ffffff17;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  font-size: 10px;
  display: inline-flex;
}

.guide-section {
  border-top: 1px solid var(--line);
  background: linear-gradient(#080b1233, #080b12f0), radial-gradient(circle at 75% 30%, #55e6ff17, #0000 34rem);
  padding: 125px 0;
  position: relative;
  overflow: hidden;
}

.guide-aurora {
  opacity: .22;
  filter: blur(90px);
  background: linear-gradient(90deg, transparent, var(--violet), var(--cyan), transparent);
  pointer-events: none;
  height: 440px;
  position: absolute;
  inset: 12% -10% auto;
  transform: rotate(-8deg);
}

.guide-console {
  border: 1px solid var(--line-strong);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: #080b12d1;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 35px 100px #00000061, inset 0 1px #ffffff0a;
}

.guide-toolbar {
  border-bottom: 1px solid var(--line);
  background: #ffffff06;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  min-height: 88px;
  padding: 17px 20px;
  display: flex;
}

.guide-tabs {
  align-items: center;
  gap: 6px;
  display: flex;
}

.guide-tabs button {
  color: #9ca6b8;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  padding: 11px 13px;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
}

.guide-tabs button span {
  background: #ffffff0f;
  border-radius: 6px;
  padding: 3px 6px;
  font-size: 11px;
}

.guide-tabs button:hover {
  color: #fff;
  background: #ffffff0d;
}

.guide-tabs button.is-active {
  color: #b8f5ff;
  background: #55e6ff1a;
  border-color: #55e6ff33;
}

.guide-search {
  border: 1px solid var(--line);
  color: #718096;
  background: #00000038;
  border-radius: 14px;
  align-items: center;
  gap: 10px;
  width: min(340px, 35vw);
  min-height: 48px;
  padding: 0 14px;
  display: flex;
}

.guide-search:focus-within {
  border-color: #55e6ff73;
  box-shadow: 0 0 0 3px #55e6ff12;
}

.guide-search input {
  color: #fff;
  width: 100%;
  font: inherit;
  background: none;
  border: 0;
  outline: 0;
  font-size: 14px;
}

.guide-search input::placeholder {
  color: #626d80;
}

.guide-search button {
  color: #8e99aa;
  cursor: pointer;
  background: none;
  border: 0;
  place-items: center;
  padding: 3px;
  display: grid;
}

.guide-summary {
  border-bottom: 1px solid var(--line);
  color: #7f899b;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  font-size: 13px;
  display: flex;
}

.guide-summary > div {
  color: var(--cyan);
  align-items: center;
  gap: 8px;
  display: flex;
}

.guide-summary > div span {
  color: #7f899b;
}

.guide-summary > div strong {
  color: #fff;
  font-size: 15px;
}

.guide-summary p {
  margin: 0;
}

.guide-summary code, .guide-command code {
  color: #ffe795;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.guide-grid {
  scrollbar-color: #55e6ff4d transparent;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-height: 670px;
  padding: 12px;
  display: grid;
  overflow: auto;
}

.guide-card {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: #ffffff06;
  border: 1px solid #ffffff13;
  border-radius: 17px;
  grid-template-columns: 45px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-width: 0;
  min-height: 132px;
  padding: 19px;
  transition: transform .2s, border-color .2s, background .2s;
  display: grid;
}

.guide-card:hover {
  background: #ffffff0e;
  border-color: #ffffff2e;
  transform: translateY(-3px);
}

.guide-card-icon {
  background: #ffffff0f;
  border-radius: 13px;
  place-items: center;
  width: 45px;
  height: 45px;
  display: grid;
}

.guide-card-mcmmo .guide-card-icon {
  color: var(--gold);
  background: #ffd4471a;
}

.guide-card-clans .guide-card-icon {
  color: var(--violet);
  background: #a874ff1a;
}

.guide-card-jobs .guide-card-icon {
  color: var(--cyan);
  background: #55e6ff1a;
}

.guide-card-copy {
  gap: 4px;
  min-width: 0;
  display: grid;
}

.guide-card-copy small {
  color: #6f7a8e;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
}

.guide-card-copy strong {
  font-size: 17px;
}

.guide-card-copy em {
  color: #929cad;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}

.guide-card-side {
  color: #535f72;
  justify-items: end;
  gap: 10px;
  display: grid;
}

.guide-card-side b {
  color: #8f9bad;
  white-space: nowrap;
  background: #ffffff0d;
  border-radius: 7px;
  padding: 6px 8px;
  font-size: 10px;
}

.guide-card:hover .guide-card-side {
  color: #fff;
}

.guide-empty {
  color: #667286;
  place-content: center;
  justify-items: center;
  gap: 9px;
  min-height: 320px;
  display: grid;
}

.guide-empty strong {
  color: #dce2eb;
}

.guide-empty span {
  font-size: 11px;
}

.guide-quick {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 14px;
  display: grid;
}

.guide-quick > div {
  border: 1px solid var(--line);
  background: #ffffff06;
  border-radius: 16px;
  grid-template-columns: 28px 1fr;
  align-items: center;
  min-height: 82px;
  padding: 15px 17px;
  display: grid;
}

.guide-quick svg {
  color: var(--cyan);
  grid-row: 1 / 3;
}

.guide-quick span {
  color: #778297;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
}

.guide-quick strong {
  color: #e9edf3;
  font-size: 15px;
}

.guide-modal-backdrop {
  z-index: 300;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #030509cc;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}

.guide-modal {
  border: 1px solid var(--line-strong);
  background: linear-gradient(145deg, #131a28, #090c13);
  border-radius: 27px;
  width: min(490px, 100%);
  padding: 38px;
  position: relative;
  box-shadow: 0 40px 120px #000;
}

.guide-modal > svg {
  color: var(--gold);
  margin: 22px 0 8px;
}

.guide-modal-clans > svg {
  color: var(--violet);
}

.guide-modal-jobs > svg {
  color: var(--cyan);
}

.guide-modal-close {
  border: 1px solid var(--line);
  color: #a7b0bf;
  cursor: pointer;
  background: #ffffff0a;
  border-radius: 11px;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
  position: absolute;
  top: 17px;
  right: 17px;
}

.guide-modal-label {
  color: #7d889b;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 900;
}

.guide-modal h3 {
  letter-spacing: -.04em;
  margin: 8px 0 10px;
  font-size: 34px;
}

.guide-modal > p {
  color: #9da7b8;
  margin: 0;
  line-height: 1.6;
}

.guide-modal ul {
  gap: 9px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.guide-modal li {
  color: #cbd2dc;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  display: flex;
}

.guide-modal li svg {
  color: var(--green);
}

.guide-command {
  background: #ffd4470f;
  border: 1px solid #ffd44726;
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  padding: 14px 16px;
  display: flex;
}

.guide-command span {
  color: #7d8798;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 9px;
}

.guide-full-link {
  background: linear-gradient(100deg, #55e6ff14, #a874ff0d);
  border: 1px solid #55e6ff33;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 12px;
  padding: 21px 23px;
  transition: transform .2s, border-color .2s;
  display: flex;
}

.guide-full-link:hover {
  border-color: #55e6ff6b;
  transform: translateY(-3px);
}

.guide-full-link > span {
  align-items: center;
  gap: 12px;
  display: flex;
}

.guide-full-link > span:first-child > svg {
  color: var(--cyan);
}

.guide-full-link > span:first-child span {
  gap: 3px;
  display: grid;
}

.guide-full-link small {
  color: #758196;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 900;
}

.guide-full-link strong {
  font-size: 13px;
}

.guide-full-link > span:last-child {
  color: #b8f5ff;
  font-size: 11px;
  font-weight: 800;
}

.guide-page-shell {
  overflow: visible;
}

.docs-page {
  background: #080b12;
}

.docs-hero {
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 72% 30%, #55e6ff1a, #0000 30rem), linear-gradient(145deg, #080b12, #0d1220);
  min-height: 620px;
  padding: 165px 0 95px;
  position: relative;
  overflow: hidden;
}

.docs-hero:before {
  content: "";
  opacity: .34;
  background-image: linear-gradient(#ffffff0a 1px, #0000 1px), linear-gradient(90deg, #ffffff0a 1px, #0000 1px);
  background-size: 70px 70px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to right, #000, #0000 82%);
  mask-image: linear-gradient(to right, #000, #0000 82%);
}

.docs-hero-glow {
  border: 1px solid #55e6ff1f;
  border-radius: 50%;
  width: 380px;
  height: 380px;
  position: absolute;
  top: 20%;
  right: 8%;
  box-shadow: 0 0 0 80px #55e6ff06, 0 0 0 160px #a874ff05, inset 0 0 80px #55e6ff0d;
}

.docs-hero-inner {
  width: var(--content);
  margin: 0 auto;
  position: relative;
}

.docs-back {
  color: #8590a2;
  align-items: center;
  gap: 7px;
  margin-bottom: 42px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.docs-back:hover {
  color: #fff;
}

.docs-hero h1 {
  letter-spacing: -.07em;
  max-width: 900px;
  margin: 17px 0 0;
  font-size: clamp(64px, 8vw, 118px);
  line-height: .88;
}

.docs-hero h1 span {
  color: #0000;
  background: linear-gradient(90deg, var(--gold), #ff9d42, var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
}

.docs-hero p {
  color: #aeb7c6;
  max-width: 690px;
  margin: 29px 0 0;
  font-size: 17px;
  line-height: 1.7;
}

.docs-version-row {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
  display: flex;
}

.docs-version-row span {
  border: 1px solid var(--line);
  color: #aeb8c8;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #ffffff09;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.docs-version-row svg {
  color: var(--green);
}

.docs-layout {
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: 54px;
  width: min(1320px, 100% - 40px);
  margin: 0 auto;
  padding: 80px 0 130px;
  display: grid;
}

.docs-sidebar {
  border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #0d111ad1;
  border-radius: 17px;
  gap: 4px;
  padding: 18px;
  display: grid;
  position: sticky;
  top: 108px;
}

.docs-sidebar > span {
  color: #657185;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 7px 9px 12px;
  font-size: 8px;
  font-weight: 900;
}

.docs-sidebar a {
  color: #98a3b4;
  border-radius: 9px;
  padding: 13px 11px;
  font-size: 13px;
  font-weight: 700;
}

.docs-sidebar a:hover {
  color: #baf6ff;
  background: #55e6ff12;
}

.docs-content {
  min-width: 0;
}

.docs-section {
  padding: 0 0 105px;
  scroll-margin-top: 110px;
}

.docs-section + .docs-section {
  border-top: 1px solid var(--line);
  padding-top: 105px;
}

.docs-title {
  align-items: center;
  gap: 17px;
  display: flex;
}

.docs-title > span {
  width: 48px;
  height: 48px;
  color: var(--cyan);
  background: #55e6ff12;
  border: 1px solid #55e6ff33;
  border-radius: 14px;
  place-items: center;
  font: 800 12px ui-monospace, monospace;
  display: grid;
}

.docs-title small {
  color: #69758a;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 900;
}

.docs-title h2 {
  letter-spacing: -.05em;
  margin: 3px 0 0;
  font-size: clamp(34px, 4vw, 52px);
}

.docs-lead {
  color: #a6afbd;
  max-width: 880px;
  margin: 29px 0 0;
  font-size: 18px;
  line-height: 1.75;
}

.docs-content code {
  color: #ffe586;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.docs-steps {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 35px;
  display: grid;
}

.docs-steps article {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #131824e6, #0a0d14cc);
  border-radius: 20px;
  min-height: 245px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.docs-steps article > span {
  color: #ffffff09;
  font-size: 86px;
  font-weight: 950;
  position: absolute;
  top: 4px;
  right: 16px;
}

.docs-steps svg {
  color: var(--cyan);
}

.docs-steps h3 {
  margin: 47px 0 10px;
  font-size: 20px;
}

.docs-steps p {
  color: #8e99aa;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.docs-facts {
  border: 1px solid var(--line);
  border-radius: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  display: grid;
  overflow: hidden;
}

.docs-facts > div {
  background: #ffffff06;
  align-content: center;
  gap: 4px;
  min-height: 110px;
  padding: 20px;
  display: grid;
}

.docs-facts > div + div {
  border-left: 1px solid var(--line);
}

.docs-facts strong {
  color: #fff0a8;
  font-size: 27px;
}

.docs-facts span {
  color: #778397;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
}

.docs-skill-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 12px;
  display: grid;
}

.docs-skill-grid article {
  border: 1px solid var(--line);
  background: #ffffff05;
  border-radius: 15px;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 94px;
  padding: 16px;
  display: grid;
}

.docs-skill-grid article > svg {
  color: var(--gold);
}

.docs-skill-grid h3 {
  margin: 0;
  font-size: 13px;
}

.docs-skill-grid p {
  color: #7f8a9c;
  margin: 4px 0 0;
  font-size: 9px;
  line-height: 1.45;
}

.docs-skill-grid code {
  background: #ffd4470f;
  border-radius: 7px;
  padding: 5px 7px;
  font-size: 9px;
}

.encyclopedia {
  border: 1px solid var(--line-strong);
  background: #06090fb8;
  border-radius: 22px;
  grid-template-columns: 245px minmax(0, 1fr);
  align-items: start;
  margin-top: 12px;
  display: grid;
  overflow: hidden;
}

.encyclopedia-rail {
  border-right: 1px solid var(--line);
  scrollbar-color: #ffd44740 transparent;
  background: #ffffff05;
  gap: 4px;
  max-height: 940px;
  padding: 11px;
  display: grid;
  overflow-y: auto;
}

.encyclopedia-rail button {
  color: #8792a4;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 11px;
  grid-template-columns: 25px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 11px 12px;
  display: grid;
}

.encyclopedia-rail button:hover {
  color: #fff;
  background: #ffffff0a;
}

.encyclopedia-rail button.is-active {
  color: #ffe99a;
  background: #ffd44714;
  border-color: #ffd4472e;
}

.encyclopedia-rail button span {
  font-size: 13px;
  font-weight: 800;
}

.encyclopedia-rail button small {
  color: #69758a;
  text-align: center;
  background: #ffffff0d;
  border-radius: 6px;
  min-width: 24px;
  padding: 4px 6px;
  font-size: 10px;
}

.encyclopedia-body {
  min-width: 0;
}

.encyclopedia-head {
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 85% 20%, #ffd4471a, #0000 17rem);
  grid-template-columns: 68px 1fr auto;
  align-items: center;
  gap: 19px;
  min-height: 145px;
  padding: 28px 30px;
  display: grid;
}

.encyclopedia-icon {
  width: 58px;
  height: 58px;
  color: var(--gold);
  background: #ffd44714;
  border: 1px solid #ffd4472e;
  border-radius: 17px;
  place-items: center;
  display: grid;
}

.encyclopedia-head > div {
  justify-items: start;
  gap: 3px;
  display: grid;
}

.encyclopedia-head > div small {
  color: #737f92;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 900;
}

.encyclopedia-head h3 {
  letter-spacing: -.04em;
  margin: 0;
  font-size: 35px;
}

.encyclopedia-head code {
  background: #ffd4470f;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 12px;
}

.encyclopedia-count {
  justify-items: end;
  display: grid;
}

.encyclopedia-count strong {
  color: #fff0a4;
  font-size: 25px;
}

.encyclopedia-count small {
  color: #6d788c;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 8px;
}

.encyclopedia-overview {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 14px;
  display: grid;
}

.encyclopedia-overview > div {
  border: 1px solid var(--line);
  background: #ffffff05;
  border-radius: 13px;
  padding: 15px;
}

.encyclopedia-overview small {
  color: #758195;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 900;
}

.encyclopedia-overview p {
  color: #adb6c5;
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 1.65;
}

.encyclopedia-overview .encyclopedia-tip {
  background: #6df08c0a;
  border-color: #6df08c24;
  grid-column: 1 / -1;
}

.encyclopedia-tip small {
  color: var(--green);
}

.unlock-legend {
  color: #96a1b2;
  background: #55e6ff0a;
  border: 1px solid #55e6ff21;
  border-radius: 11px;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin: 14px 14px 0;
  padding: 12px 14px;
  font-size: 10px;
  display: flex;
}

.unlock-legend strong {
  color: #a8effa;
  font-size: 9px;
}

.encyclopedia-search {
  border: 1px solid var(--line);
  color: #68758a;
  background: #0003;
  border-radius: 12px;
  align-items: center;
  gap: 9px;
  min-height: 51px;
  margin: 14px;
  padding: 0 14px;
  display: flex;
}

.encyclopedia-search:focus-within {
  border-color: #ffd4474d;
}

.encyclopedia-search input {
  color: #fff;
  width: 100%;
  font: inherit;
  background: none;
  border: 0;
  outline: 0;
  font-size: 13px;
}

.encyclopedia-search button {
  color: #8590a2;
  cursor: pointer;
  background: none;
  border: 0;
  place-items: center;
  padding: 3px;
  display: grid;
}

.subskill-list {
  scrollbar-color: #ffd44740 transparent;
  gap: 10px;
  max-height: 940px;
  padding: 0 14px 14px;
  display: grid;
  overflow-y: auto;
}

.subskill-entry {
  border: 1px solid var(--line);
  background: #ffffff05;
  border-radius: 15px;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  padding: 21px;
  display: grid;
}

.subskill-index {
  color: #505c70;
  padding-top: 2px;
  font: 800 9px ui-monospace, monospace;
}

.subskill-copy > div {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.subskill-copy h4 {
  margin: 0;
  font-size: 17px;
}

.subskill-copy > div span {
  color: #8beeff;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #55e6ff12;
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 9px;
  font-weight: 900;
}

.subskill-copy > div .unlock-level {
  color: #9cf4af;
  background: #6df08c0f;
  border: 1px solid #6df08c29;
  border-radius: 7px;
  padding: 6px 9px;
  font-size: 10px;
  font-weight: 850;
}

.subskill-copy ul {
  gap: 5px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.subskill-copy li {
  color: #a6afbd;
  align-items: flex-start;
  gap: 7px;
  font-size: 12px;
  line-height: 1.65;
  display: flex;
}

.subskill-copy li svg {
  color: var(--gold);
  flex: none;
  margin-top: 1px;
}

.rank-track {
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 13px;
  padding-top: 12px;
  display: flex;
}

.rank-track > small {
  color: #6f7b8f;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-right: 3px;
  font-size: 9px;
  font-weight: 900;
}

.rank-track > span {
  color: #7b8698;
  text-align: center;
  background: #ffd4470a;
  border: 1px solid #ffd4471a;
  border-radius: 7px;
  gap: 2px;
  min-width: 45px;
  padding: 6px 7px;
  font-size: 8px;
  display: grid;
}

.rank-track > span b {
  color: #ffe78d;
  font-size: 10px;
}

.subskill-empty {
  color: #748095;
  place-items: center;
  min-height: 150px;
  font-size: 11px;
  display: grid;
}

.enchant-browser {
  border: 1px solid var(--line-strong);
  background: #06090fc2;
  border-radius: 22px;
  margin-top: 12px;
  overflow: hidden;
}

.enchant-toolbar {
  border-bottom: 1px solid var(--line);
  background: #ffffff05;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  padding: 15px;
  display: flex;
}

.enchant-filters {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

.enchant-filters button {
  color: #8792a4;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 800;
}

.enchant-filters button:hover {
  color: #fff;
  background: #ffffff0a;
}

.enchant-filters button.is-active {
  color: #d7bdff;
  background: #a874ff17;
  border-color: #a874ff38;
}

.enchant-search {
  border: 1px solid var(--line);
  color: #68758a;
  background: #00000038;
  border-radius: 12px;
  align-items: center;
  gap: 9px;
  width: min(350px, 38%);
  min-height: 48px;
  padding: 0 13px;
  display: flex;
}

.enchant-search:focus-within {
  border-color: #a874ff61;
}

.enchant-search input {
  color: #fff;
  width: 100%;
  font: inherit;
  background: none;
  border: 0;
  outline: 0;
  font-size: 12px;
}

.enchant-search button {
  color: #8490a3;
  cursor: pointer;
  background: none;
  border: 0;
  place-items: center;
  padding: 3px;
  display: grid;
}

.enchant-stats {
  border-bottom: 1px solid var(--line);
  color: #798598;
  align-items: center;
  gap: 22px;
  min-height: 55px;
  padding: 10px 17px;
  font-size: 10px;
  display: flex;
}

.enchant-stats span {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.enchant-stats svg {
  color: var(--violet);
}

.enchant-stats strong {
  color: #d9c3ff;
  font-size: 13px;
}

.enchant-layout {
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  min-height: 740px;
  display: grid;
}

.enchant-grid {
  scrollbar-color: #a874ff47 transparent;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  max-height: 900px;
  padding: 12px;
  display: grid;
  overflow-y: auto;
}

.enchant-grid > button {
  border: 1px solid var(--line);
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: #ffffff05;
  border-radius: 13px;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-width: 0;
  min-height: 101px;
  padding: 14px;
  transition: border-color .18s, background .18s, transform .18s;
  display: grid;
}

.enchant-grid > button:hover {
  background: #a874ff0d;
  border-color: #a874ff4d;
  transform: translateY(-2px);
}

.enchant-grid > button.is-active {
  background: #a874ff17;
  border-color: #a874ff80;
}

.enchant-grid > button.is-treasure .enchant-book {
  color: var(--gold);
  background: #ffd44717;
}

.enchant-grid > button.is-curse .enchant-book {
  color: var(--danger);
  background: #ff526817;
}

.enchant-book {
  color: #c9a7ff;
  background: #a874ff17;
  border-radius: 11px;
  place-items: center;
  width: 40px;
  height: 40px;
  display: grid;
}

.enchant-grid > button > span:last-child {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.enchant-grid small {
  color: #6d798d;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 900;
}

.enchant-grid strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
}

.enchant-grid em {
  color: #8490a2;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 9px;
  font-style: normal;
  overflow: hidden;
}

.enchant-empty {
  color: #737f92;
  grid-column: 1 / -1;
  place-items: center;
  min-height: 300px;
  font-size: 11px;
  display: grid;
}

.enchant-detail {
  border-left: 1px solid var(--line);
  background: radial-gradient(circle at 70% 5%, #a874ff21, #0000 18rem), #ffffff05;
  min-height: 740px;
  padding: 28px;
  position: sticky;
  top: 100px;
}

.enchant-detail.is-treasure {
  background: radial-gradient(circle at 70% 5%, #ffd4471f, #0000 18rem), #ffffff05;
}

.enchant-detail.is-curse {
  background: radial-gradient(circle at 70% 5%, #ff52681f, #0000 18rem), #ffffff05;
}

.enchant-detail-icon {
  width: 66px;
  height: 66px;
  color: var(--violet);
  background: #a874ff14;
  border: 1px solid #a874ff33;
  border-radius: 19px;
  place-items: center;
  margin-bottom: 25px;
  display: grid;
}

.enchant-detail.is-treasure .enchant-detail-icon {
  color: var(--gold);
  background: #ffd44712;
  border-color: #ffd44733;
}

.enchant-detail.is-curse .enchant-detail-icon {
  color: var(--danger);
  background: #ff526812;
  border-color: #ff526833;
}

.enchant-detail > small {
  color: #727e91;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 900;
}

.enchant-detail h3 {
  letter-spacing: -.04em;
  margin: 7px 0 8px;
  font-size: 28px;
  line-height: 1.05;
}

.enchant-detail > code {
  color: #aa91d2;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 9px;
  display: inline-block;
  overflow: hidden;
}

.enchant-compatible {
  border: 1px solid var(--line);
  background: #ffffff06;
  border-radius: 11px;
  gap: 5px;
  margin-top: 26px;
  padding: 13px;
  display: grid;
}

.enchant-compatible span, .enchant-slots > span {
  color: #6e7a8e;
  letter-spacing: .11em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 900;
}

.enchant-compatible strong {
  color: #d8dee7;
  font-size: 11px;
  line-height: 1.45;
}

.enchant-detail > p {
  color: #a1abba;
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.7;
}

.enchant-detail dl {
  border: 1px solid var(--line);
  border-radius: 11px;
  margin: 25px 0 0;
  display: grid;
  overflow: hidden;
}

.enchant-detail dl div {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 10px 12px;
  display: flex;
}

.enchant-detail dl div + div {
  border-top: 1px solid var(--line);
}

.enchant-detail dt {
  color: #758195;
  font-size: 9px;
}

.enchant-detail dd {
  color: #fff;
  margin: 0;
  font-size: 13px;
  font-weight: 850;
}

.enchant-slots {
  gap: 8px;
  margin-top: 22px;
  display: grid;
}

.enchant-slots div {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

.enchant-slots b {
  color: #c8adf1;
  background: #a874ff14;
  border-radius: 7px;
  padding: 6px 8px;
  font-size: 9px;
}

.docs-rule-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 34px;
  display: grid;
}

.docs-rule-grid article {
  border: 1px solid var(--line);
  background: radial-gradient(circle at 90% 5%, #a874ff14, #0000 15rem), #ffffff05;
  border-radius: 19px;
  min-height: 225px;
  padding: 25px;
}

.docs-rule-grid svg {
  color: var(--violet);
}

.docs-rule-grid small {
  color: #727d90;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 8px;
  font-weight: 900;
  display: block;
}

.docs-rule-grid h3 {
  margin: 5px 0 10px;
  font-size: 20px;
}

.docs-rule-grid p {
  color: #8c97a8;
  margin: 0;
  font-size: 11px;
  line-height: 1.65;
}

.docs-note {
  background: #a874ff0e;
  border: 1px solid #a874ff2e;
  border-radius: 17px;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  padding: 20px 22px;
  display: flex;
}

.docs-note > svg {
  color: var(--violet);
  flex: none;
}

.docs-note strong {
  font-size: 13px;
}

.docs-note p {
  color: #8e99aa;
  margin: 5px 0 0;
  font-size: 10px;
  line-height: 1.55;
}

.docs-command-table {
  border: 1px solid var(--line);
  border-radius: 17px;
  margin-top: 12px;
  overflow: hidden;
}

.docs-command-table > div {
  background: #ffffff05;
  grid-template-columns: minmax(190px, .6fr) 1fr;
  align-items: center;
  gap: 20px;
  min-height: 56px;
  padding: 12px 18px;
  display: grid;
}

.docs-command-table > div + div {
  border-top: 1px solid var(--line);
}

.docs-command-table span {
  color: #919cad;
  font-size: 10px;
}

.docs-jobs-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 34px;
  display: grid;
}

.docs-jobs-grid article {
  border: 1px solid var(--line);
  background: radial-gradient(circle at 90% 5%, #55e6ff14, #0000 13rem), #ffffff05;
  border-radius: 18px;
  min-height: 200px;
  padding: 22px;
}

.docs-jobs-grid svg {
  color: var(--cyan);
}

.docs-jobs-grid small {
  color: #637187;
  text-transform: uppercase;
  letter-spacing: .13em;
  margin-top: 31px;
  font-size: 8px;
  font-weight: 900;
  display: block;
}

.docs-jobs-grid h3 {
  margin: 5px 0 9px;
  font-size: 18px;
}

.docs-jobs-grid p {
  color: #8692a4;
  margin: 0;
  font-size: 10px;
  line-height: 1.6;
}

.jobs-facts strong {
  color: #aef6ff;
}

.docs-note-gold {
  background: #ffd4470d;
  border-color: #ffd4472e;
}

.docs-note-gold > svg {
  color: var(--gold);
}

.docs-source-note {
  border: 1px solid var(--line);
  background: #ffffff06;
  border-radius: 18px;
  gap: 16px;
  padding: 23px;
  display: flex;
}

.docs-source-note svg {
  color: #718096;
  flex: none;
}

.docs-source-note strong {
  font-size: 12px;
}

.docs-source-note p {
  color: #778397;
  margin: 6px 0 0;
  font-size: 10px;
  line-height: 1.6;
}

.join-section {
  isolation: isolate;
  border-top: 1px solid var(--line);
  place-items: center;
  min-height: 760px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.join-panorama {
  z-index: -3;
  background-image: url("/images/panorama/1.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
  transform: scale(1.035);
}

.join-overlay {
  z-index: -2;
  -webkit-backdrop-filter: saturate(1.15);
  backdrop-filter: saturate(1.15);
  background: radial-gradient(circle at 50% 45%, #080a1059, #080a10e0 70%), linear-gradient(#080a10c2, #080a108a 45%, #080a10e6);
  position: absolute;
  inset: 0;
}

.join-inner {
  text-align: center;
  width: min(900px, 100% - 40px);
  padding: 90px 20px;
}

.join-inner .section-kicker {
  color: var(--gold);
}

.join-inner h2 {
  text-shadow: 0 12px 50px #0000007a;
  margin-top: 18px;
  font-size: clamp(48px, 6vw, 86px);
}

.join-inner h2 span {
  color: #f1bf3b;
}

.join-inner > p {
  color: #c2c9d4;
  margin: 24px auto 0;
  font-size: 15px;
}

.join-ip {
  color: #161108;
  background: linear-gradient(135deg, #ffea7b, #ffc034 58%, #ff942e);
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-width: min(560px, 100%);
  margin-top: 36px;
  padding: 18px 18px 18px 22px;
  transition: transform .2s, box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 25px 80px #ffa6224d, inset 0 1px #fffc;
}

.join-ip:hover {
  transform: scale(1.018)translateY(-3px);
  box-shadow: 0 30px 95px #ffa62266, inset 0 1px #fffc;
}

.join-ip strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(15px, 2vw, 19px);
}

.join-ip > span:last-child {
  background: #130e041f;
  border-radius: 13px;
  place-items: center;
  width: 46px;
  height: 46px;
  display: grid;
}

.join-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  display: flex;
}

.join-links a {
  color: #d1d6df;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #080a106b;
  border: 1px solid #ffffff24;
  border-radius: 11px;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  font-size: 11px;
  font-weight: 750;
  transition: background .2s, transform .2s;
  display: inline-flex;
}

.join-links a:hover {
  background: #ffffff1a;
  transform: translateY(-2px);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #06080d;
}

.footer-inner {
  width: var(--content);
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 46px;
  min-height: 190px;
  margin: 0 auto;
  display: grid;
}

.footer-brand .brand-mark {
  width: 35px;
  height: 35px;
  font-size: 17px;
}

.footer-inner > p {
  max-width: 520px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.footer-meta {
  color: #687286;
  text-align: right;
  gap: 7px;
  font-size: 9px;
  display: grid;
}

.reveal {
  animation: linear both reveal-in;
  animation-timeline: view();
  animation-range: entry 8% cover 28%;
}

@keyframes reveal-in {
  from {
    opacity: .2;
    transform: translateY(34px)scale(.99);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@media (max-width: 1080px) {
  :root {
    --content: min(100% - 32px, 970px);
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .header-cta {
    margin-left: auto;
  }

  .mobile-nav {
    width: var(--content);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    background: #0a0d14f0;
    border-radius: 16px;
    gap: 4px;
    margin: 0 auto 14px;
    padding: 10px;
    display: grid;
  }

  .mobile-nav a {
    color: #c2cad6;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    font-size: 13px;
    display: flex;
  }

  .mobile-nav a:hover {
    background: #ffffff0f;
  }

  .hero {
    min-height: 980px;
  }

  .hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
  }

  .hero-emblem-wrap {
    min-height: 510px;
  }

  .hero-emblem {
    width: min(520px, 44vw);
  }

  .emblem-rings {
    width: 460px;
  }

  .hero-fact-top {
    right: -18px;
  }

  .proof-item {
    padding: 22px 17px;
  }

  .section-heading {
    gap: 38px;
  }

  .mcmmo-layout {
    grid-template-columns: 310px minmax(0, 1fr);
  }

  .skill-stage {
    padding: 32px;
  }

  .territory-content {
    grid-template-columns: 1fr;
  }

  .map-legend, .clan-feature-grid, .guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .docs-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 35px;
  }

  .docs-jobs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .encyclopedia {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .enchant-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
  }

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

@media (max-width: 820px) {
  :root {
    --content: min(100% - 28px, 720px);
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 1040px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 130px;
  }

  .hero-vignette {
    background: linear-gradient(#04060ae0 0%, #04060aad 55%, #04060ae6 100%), linear-gradient(90deg, #04060a66, #04060a40);
  }

  .hero-copy {
    max-width: none;
  }

  .hero h1 {
    max-width: 730px;
    font-size: clamp(56px, 11vw, 86px);
  }

  .hero-lead {
    max-width: 650px;
  }

  .hero-emblem-wrap {
    justify-items: end;
    min-height: 360px;
    margin-top: -30px;
  }

  .hero-emblem {
    width: min(390px, 62vw);
  }

  .emblem-rings {
    width: 350px;
    left: auto;
    right: 20px;
    translate: 0 -50%;
  }

  .hero-fact-top {
    top: 12%;
    left: 0;
    right: auto;
  }

  .hero-fact-bottom {
    bottom: 8%;
    left: auto;
    right: 0;
  }

  .hero-bottom {
    display: none;
  }

  .proof-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-item:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .proof-item:nth-child(4) {
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .feature-section {
    padding: 105px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 50px;
  }

  .section-heading > p {
    max-width: 650px;
  }

  .mcmmo-layout {
    grid-template-columns: 1fr;
  }

  .skill-rail {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .skill-tab {
    grid-template-columns: 42px 1fr;
    min-height: 92px;
    padding: 10px;
  }

  .skill-tab-index {
    display: none;
  }

  .skill-tab-icon {
    width: 40px;
    height: 40px;
  }

  .skill-tab:hover, .skill-tab.is-active {
    transform: translateY(-3px);
  }

  .skill-stage {
    min-height: auto;
  }

  .extra-skills {
    flex-direction: column;
    align-items: flex-start;
  }

  .extra-skills > div {
    justify-content: flex-start;
  }

  .clan-dashboard {
    grid-template-columns: 1fr;
  }

  .power-card {
    min-height: 470px;
  }

  .territory-content {
    grid-template-columns: minmax(310px, 1fr) 180px;
  }

  .map-legend {
    grid-template-columns: 1fr;
  }

  .danger-banner {
    grid-template-columns: 64px 1fr;
  }

  .danger-tag {
    grid-column: 2;
    justify-self: start;
  }

  .guide-section {
    padding: 105px 0;
  }

  .guide-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .guide-search {
    width: 100%;
  }

  .guide-quick {
    grid-template-columns: repeat(2, 1fr);
  }

  .docs-layout {
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .docs-sidebar {
    display: flex;
    position: static;
    overflow-x: auto;
  }

  .docs-sidebar > span {
    display: none;
  }

  .docs-sidebar a {
    min-width: max-content;
  }

  .docs-steps {
    grid-template-columns: 1fr;
  }

  .docs-steps article {
    min-height: 190px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    padding: 50px 0;
  }

  .footer-inner > p {
    grid-column: 2;
  }

  .footer-meta {
    text-align: left;
    grid-column: 1 / -1;
  }
}

@media (max-width: 580px) {
  :root {
    --content: calc(100% - 22px);
  }

  .header-inner {
    height: 70px;
  }

  .brand-copy strong {
    font-size: 12px;
  }

  .brand-mark {
    width: 35px;
    height: 35px;
  }

  .hero {
    min-height: 980px;
  }

  .hero-content {
    padding: 120px 0 80px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ip-button {
    width: 100%;
    min-width: 0;
  }

  .ghost-button {
    min-height: 54px;
  }

  .hero-emblem-wrap {
    min-height: 310px;
    margin-top: 4px;
  }

  .hero-emblem {
    width: min(330px, 80vw);
  }

  .emblem-rings {
    width: 285px;
    right: -8px;
  }

  .hero-fact {
    min-width: 132px;
    padding: 11px 12px;
  }

  .hero-fact strong {
    font-size: 20px;
  }

  .hero-fact-top {
    top: 8%;
  }

  .proof-item {
    gap: 10px;
    min-height: 112px;
    padding: 18px 13px;
  }

  .proof-item strong {
    font-size: 24px;
  }

  .proof-item span {
    font-size: 9px;
  }

  .feature-section {
    padding: 84px 0;
  }

  .section-heading h2, .join-inner h2 {
    font-size: clamp(40px, 12vw, 60px);
  }

  .skill-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .skill-tab {
    grid-template-columns: 36px 1fr;
    min-height: 80px;
  }

  .skill-tab-icon {
    border-radius: 10px;
    width: 34px;
    height: 34px;
  }

  .skill-tab strong {
    font-size: 12px;
  }

  .skill-tab small {
    font-size: 7px;
  }

  .skill-stage {
    border-radius: 22px;
    padding: 24px 19px;
  }

  .skill-stage-head {
    grid-template-columns: 58px 1fr;
  }

  .skill-stage-icon {
    border-radius: 16px;
    width: 56px;
    height: 56px;
  }

  .skill-level {
    text-align: left;
    grid-column: 1 / -1;
    align-items: center;
    gap: 9px;
    display: flex;
  }

  .skill-level strong {
    font-size: 20px;
  }

  .skill-stage-head h3 {
    font-size: 27px;
  }

  .skill-description {
    margin-top: 25px;
    font-size: 15px;
  }

  .skill-features {
    grid-template-columns: 1fr;
  }

  .skill-features > div {
    min-height: 70px;
  }

  .skill-progress > div:first-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .territory-content {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .map-legend {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-topline {
    padding: 0 17px;
  }

  .status-chip {
    display: none;
  }

  .power-content {
    padding: 34px 24px;
  }

  .clan-feature-grid {
    grid-template-columns: 1fr;
  }

  .clan-feature-grid article {
    min-height: 200px;
  }

  .ecosystem-grid {
    grid-template-columns: 1fr;
  }

  .ecosystem-card {
    min-height: 285px;
    padding: 27px;
  }

  .danger-banner {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .danger-tag {
    grid-column: auto;
  }

  .guide-section {
    padding: 84px 0;
  }

  .guide-console {
    border-radius: 22px;
  }

  .guide-toolbar {
    padding: 12px;
  }

  .guide-tabs {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }

  .guide-tabs button {
    justify-content: space-between;
  }

  .guide-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .guide-grid {
    grid-template-columns: 1fr;
    max-height: 620px;
  }

  .guide-card {
    min-height: 104px;
  }

  .guide-quick {
    grid-template-columns: 1fr 1fr;
  }

  .guide-quick > div {
    min-height: 76px;
    padding: 12px;
  }

  .guide-modal {
    padding: 30px 24px;
  }

  .guide-modal h3 {
    font-size: 29px;
  }

  .guide-full-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .docs-hero {
    min-height: 570px;
    padding: 135px 0 75px;
  }

  .docs-hero h1 {
    font-size: clamp(54px, 15vw, 76px);
  }

  .docs-hero p {
    font-size: 14px;
  }

  .docs-layout {
    padding-bottom: 85px;
  }

  .docs-section {
    padding-bottom: 75px;
  }

  .docs-section + .docs-section {
    padding-top: 75px;
  }

  .docs-facts {
    grid-template-columns: 1fr;
  }

  .docs-facts > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .docs-skill-grid, .docs-rule-grid, .docs-jobs-grid {
    grid-template-columns: 1fr;
  }

  .docs-skill-grid article {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .docs-skill-grid code {
    grid-column: 2;
    justify-self: start;
  }

  .docs-command-table > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .docs-note, .docs-source-note {
    align-items: flex-start;
  }

  .encyclopedia {
    grid-template-columns: 1fr;
  }

  .encyclopedia-rail {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    grid-template-columns: repeat(2, 1fr);
    max-height: none;
  }

  .encyclopedia-head {
    grid-template-columns: 52px 1fr;
    padding: 18px;
  }

  .encyclopedia-icon {
    width: 50px;
    height: 50px;
  }

  .encyclopedia-count {
    grid-column: 1 / -1;
    place-items: center start;
    gap: 6px;
    display: flex;
  }

  .encyclopedia-count strong {
    font-size: 18px;
  }

  .encyclopedia-overview {
    grid-template-columns: 1fr;
  }

  .encyclopedia-overview .encyclopedia-tip {
    grid-column: auto;
  }

  .unlock-legend {
    flex-direction: column;
    align-items: flex-start;
  }

  .enchant-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .enchant-search {
    width: 100%;
  }

  .enchant-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .enchant-layout {
    grid-template-columns: 1fr;
  }

  .enchant-grid {
    grid-template-columns: 1fr;
    max-height: 720px;
  }

  .enchant-detail {
    border-top: 1px solid var(--line);
    border-left: 0;
    min-height: auto;
    position: static;
  }

  .join-section {
    min-height: 680px;
  }

  .join-inner {
    width: calc(100% - 16px);
    padding-inline: 10px;
  }

  .join-ip {
    gap: 10px;
    width: 100%;
    min-width: 0;
    padding-left: 16px;
  }

  .join-ip small {
    font-size: 7px;
  }

  .join-ip > span:last-child {
    width: 40px;
    height: 40px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-inner > p, .footer-meta {
    grid-column: auto;
  }
}

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

  .panorama-cube {
    transform: rotateX(-6deg)rotateY(24deg)scale(1.03);
  }

  .reveal {
    animation: none;
  }
}

html[data-theme="light"] {
  --panorama-sky: #8fb8d8;
  --panorama-cloud: #f3f7f7;
  --panorama-stone: #82909d;
  --panorama-moss: #6f9258;
  --panorama-teal: #279da5;
  --panorama-plum: #795a76;
  --panorama-sand: #c49d7e;
  --bg: #eef4f4;
  --bg-soft: #e4edef;
  --panel: #fafcf9e0;
  --panel-solid: #fbfcf9;
  --line: #52667426;
  --line-strong: #5266743b;
  --text: #263342;
  --muted: #667888;
  --gold: #dba83d;
  --gold-deep: #bb7753;
  --cyan: #279da5;
  --blue: #5b87af;
  --violet: #795a76;
  --green: #6f9258;
  --orange: #c87958;
  --shadow: 0 24px 70px #49596526;
  background: var(--bg);
}

html[data-theme="light"] body {
  background: radial-gradient(circle at 15% 0%, #8fb8d859, transparent 34rem),
    radial-gradient(circle at 94% 22%, #795a761f, transparent 32rem),
    radial-gradient(circle at 72% 75%, #6f92581c, transparent 38rem),
    var(--bg);
}

html[data-theme="light"] .site-shell {
  background-color: #0000;
  background-image: linear-gradient(#23314d06 1px, #0000 1px), linear-gradient(90deg, #23314d06 1px, #0000 1px);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 64px 64px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
}

html[data-theme="light"] .site-header {
  background: #f3f7f7db;
  border-color: #1820331a;
  box-shadow: 0 8px 30px #2e3b5412;
}

html[data-theme="light"] .brand-copy small, html[data-theme="light"] .desktop-nav a {
  color: #6b7689;
}

html[data-theme="light"] .desktop-nav {
  background: #18203309;
  border-color: #1820331a;
}

html[data-theme="light"] .desktop-nav a:hover {
  color: #171e2e;
  background: #18203312;
}

html[data-theme="light"] .header-cta {
  color: #9a6500;
  background: #ffbe231f;
}

html[data-theme="light"] .theme-toggle, html[data-theme="light"] .menu-button {
  color: #4e5a70;
  background: #18203309;
}

html[data-theme="light"] .theme-toggle:hover {
  background: #18203313;
}

html[data-theme="light"] .mobile-nav {
  background: #fffffff5;
}

html[data-theme="light"] .mobile-nav a {
  color: #4e596c;
}

html[data-theme="light"] .mobile-nav a:hover {
  background: #f0f3f8;
}

html[data-theme="light"] .hero, html[data-theme="light"] .join-section {
  color: #f7f8fb;
}

html[data-theme="light"] .hero .hero-lead, html[data-theme="light"] .join-section p {
  color: #c5cbd6;
}

html[data-theme="light"] .proof-strip {
  background: #ffffffe6;
}

html[data-theme="light"] .proof-item strong {
  color: #1b2538;
}

html[data-theme="light"] .proof-item span {
  color: #6f7b8f;
}

html[data-theme="light"] .feature-section, html[data-theme="light"] .mcmmo-section, html[data-theme="light"] .clan-section, html[data-theme="light"] .ecosystem-section {
  background: radial-gradient(circle at 9% 18%, #8fb8d826, #0000 28rem), radial-gradient(circle at 92% 78%, #6f925814, #0000 30rem), linear-gradient(#fafcf9f7, #e8f0f0fa);
}

html[data-theme="light"] .section-heading h2 {
  color: #172033;
}

html[data-theme="light"] .section-heading h2 span {
  color: #778298;
}

html[data-theme="light"] .section-heading > p {
  color: #68758a;
}

html[data-theme="light"] .section-kicker {
  color: #647187;
}

html[data-theme="light"] .skill-tab, html[data-theme="light"] .extra-skills, html[data-theme="light"] .clan-feature-grid article, html[data-theme="light"] .ecosystem-card {
  background: #ffffffbd;
  border-color: #1f2b431c;
  box-shadow: 0 14px 40px #303e580f;
}

html[data-theme="light"] .skill-tab strong, html[data-theme="light"] .clan-feature-grid h3, html[data-theme="light"] .ecosystem-card h3 {
  color: #1b2436;
}

html[data-theme="light"] .skill-tab small, html[data-theme="light"] .clan-feature-grid p, html[data-theme="light"] .ecosystem-card p {
  color: #6f7b8e;
}

html[data-theme="light"] .skill-stage {
  background: radial-gradient(circle at 83% 15%, color-mix(in srgb, var(--stage-color) 12%, transparent), transparent 30rem), #fbfcf9;
  box-shadow: 0 24px 65px #2e3b541f;
}

html[data-theme="light"] .skill-stage h3, html[data-theme="light"] .skill-features strong {
  color: #1a2334;
}

html[data-theme="light"] .skill-description, html[data-theme="light"] .skill-stage blockquote {
  color: #657187;
}

html[data-theme="light"] .skill-features > div, html[data-theme="light"] .skill-progress {
  background: #1f2b4309;
}

html[data-theme="light"] .territory-card, html[data-theme="light"] .power-card {
  box-shadow: var(--shadow);
  background: #fafcf9e6;
}

html[data-theme="light"] .territory-content, html[data-theme="light"] .chunk-map {
  background: #202d4609;
}

html[data-theme="light"] .card-topline, html[data-theme="light"] .map-legend small, html[data-theme="light"] .power-metrics small {
  color: #6f7b8e;
}

html[data-theme="light"] .map-legend strong, html[data-theme="light"] .power-metrics strong {
  color: #202a3d;
}

html[data-theme="light"] .power-number {
  color: #172033;
}

html[data-theme="light"] .danger-banner {
  background: linear-gradient(90deg, #795a761c, #c49d7e1c), #fbfcf9;
}

html[data-theme="light"] .danger-banner h3 {
  color: #222b3c;
}

html[data-theme="light"] .guide-section {
  background: radial-gradient(circle at 75% 22%, #279da51f, #0000 32rem), linear-gradient(#f3f7f7, #e4edef);
}

html[data-theme="light"] .guide-console, html[data-theme="light"] .guide-modal {
  box-shadow: var(--shadow);
  background: #fafcf9f2;
}

html[data-theme="light"] .guide-toolbar, html[data-theme="light"] .guide-card, html[data-theme="light"] .guide-quick > div {
  background: #1f2b4306;
}

html[data-theme="light"] .guide-tabs button {
  color: #667287;
}

html[data-theme="light"] .guide-tabs button:hover {
  color: #1b2435;
  background: #1f2b430d;
}

html[data-theme="light"] .guide-search {
  background: #f6f8fb;
}

html[data-theme="light"] .guide-search input {
  color: #20293b;
}

html[data-theme="light"] .guide-card {
  color: #1d2638;
}

html[data-theme="light"] .guide-card-copy em {
  color: #68758a;
}

html[data-theme="light"] .guide-modal h3 {
  color: #172033;
}

html[data-theme="light"] .guide-modal > p, html[data-theme="light"] .guide-modal li {
  color: #667287;
}

html[data-theme="light"] .guide-full-link {
  background: linear-gradient(100deg, #279da521, #795a7617), #fbfcf9;
}

html[data-theme="light"] .docs-page {
  background: #edf3f3;
}

html[data-theme="light"] .docs-hero {
  background: radial-gradient(circle at 72% 30%, #279da533, #0000 30rem), radial-gradient(circle at 15% 12%, #8fb8d847, #0000 28rem), linear-gradient(145deg, #fbfcf9, #dfeaec);
}

html[data-theme="light"] .docs-hero:before {
  opacity: .55;
}

html[data-theme="light"] .docs-hero h1 {
  color: #182033;
}

html[data-theme="light"] .docs-hero p, html[data-theme="light"] .docs-back {
  color: #68758a;
}

html[data-theme="light"] .docs-version-row span {
  color: #526075;
  background: #ffffffbf;
}

html[data-theme="light"] .docs-sidebar {
  background: #fafcf9e6;
  box-shadow: 0 14px 35px #49596517;
}

html[data-theme="light"] .docs-sidebar a {
  color: #5e6a7f;
}

html[data-theme="light"] .docs-title h2 {
  color: #182033;
}

html[data-theme="light"] .docs-lead {
  color: #667287;
}

html[data-theme="light"] .docs-steps article, html[data-theme="light"] .docs-facts > div, html[data-theme="light"] .docs-rule-grid article, html[data-theme="light"] .docs-jobs-grid article, html[data-theme="light"] .docs-source-note {
  background: #fafcf9db;
  box-shadow: 0 12px 32px #49596512;
}

html[data-theme="light"] .docs-steps h3, html[data-theme="light"] .docs-rule-grid h3, html[data-theme="light"] .docs-jobs-grid h3, html[data-theme="light"] .docs-source-note strong {
  color: #1d2638;
}

html[data-theme="light"] .docs-steps p, html[data-theme="light"] .docs-rule-grid p, html[data-theme="light"] .docs-jobs-grid p, html[data-theme="light"] .docs-note p, html[data-theme="light"] .docs-source-note p {
  color: #667287;
}

html[data-theme="light"] .docs-command-table, html[data-theme="light"] .docs-command-table > div {
  background: #ffffffb8;
}

html[data-theme="light"] .docs-command-table span {
  color: #617087;
}

html[data-theme="light"] .encyclopedia, html[data-theme="light"] .enchant-browser {
  box-shadow: var(--shadow);
  background: #fafcf9e6;
}

html[data-theme="light"] .encyclopedia-rail, html[data-theme="light"] .enchant-toolbar {
  background: #1f2b4306;
}

html[data-theme="light"] .encyclopedia-rail button {
  color: #657187;
}

html[data-theme="light"] .encyclopedia-rail button:hover {
  color: #192234;
  background: #1f2b430d;
}

html[data-theme="light"] .encyclopedia-head {
  background: radial-gradient(circle at 85% 20%, #c49d7e2e, #0000 17rem), #fbfcf9;
}

html[data-theme="light"] .encyclopedia-head h3, html[data-theme="light"] .subskill-copy h4 {
  color: #192234;
}

html[data-theme="light"] .encyclopedia-overview > div, html[data-theme="light"] .subskill-entry {
  background: #1f2b4306;
}

html[data-theme="light"] .encyclopedia-overview p, html[data-theme="light"] .subskill-copy li {
  color: #5f6c81;
}

html[data-theme="light"] .encyclopedia-search, html[data-theme="light"] .enchant-search {
  background: #f3f6fa;
}

html[data-theme="light"] .encyclopedia-search input, html[data-theme="light"] .enchant-search input {
  color: #1c2638;
}

html[data-theme="light"] .enchant-grid > button {
  color: #1a2335;
  background: #1f2b4306;
}

html[data-theme="light"] .enchant-grid > button:hover {
  background: #a874ff12;
}

html[data-theme="light"] .enchant-detail {
  background: radial-gradient(circle at 70% 5%, #795a7629, #0000 18rem), #fbfcf9;
}

html[data-theme="light"] .enchant-detail.is-treasure {
  background: radial-gradient(circle at 70% 5%, #c49d7e33, #0000 18rem), #fbfcf9;
}

html[data-theme="light"] .enchant-detail.is-curse {
  background: radial-gradient(circle at 70% 5%, #9b4d5324, #0000 18rem), #fbfcf9;
}

html[data-theme="light"] .enchant-detail h3 {
  color: #192234;
}

html[data-theme="light"] .enchant-detail > p, html[data-theme="light"] .enchant-compatible strong {
  color: #5e6b80;
}

html[data-theme="light"] .enchant-compatible, html[data-theme="light"] .enchant-detail dl {
  background: #1f2b4306;
}

html[data-theme="light"] .enchant-detail dd {
  color: #1b2537;
}

html[data-theme="light"] .site-footer {
  background: linear-gradient(90deg, #8fb8d829, #6f92581a), #dfe9e9;
}

html[data-theme="light"] .footer-inner > p {
  color: #657187;
}

html[data-theme="light"] .footer-meta {
  color: #7b8698;
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/