@charset "UTF-8";
.city-journey {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  color: #f7f7fa;
  background: #041528;
  font-family: "Inter", sans-serif;
}
.city-journey::backdrop {
  background: #041528;
}
.city-journey-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.city-journey-three {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.city-journey-three canvas {
  display: block;
}
.city-journey[data-engine=threejs] .city-journey-three {
  opacity: 1;
}
.city-journey[data-engine=threejs] .city-journey-camera {
  visibility: hidden;
}
.city-journey[data-entry=restore][data-phase=loading] .city-journey-three {
  visibility: hidden;
}
.city-journey[data-entry=restore][data-phase=loading] .city-journey-camera {
  visibility: visible;
}
.city-journey-camera {
  position: absolute;
  inset: 0;
  transform-origin: 0 0;
  will-change: transform;
}
.city-journey-image {
  position: absolute;
  max-width: none;
  display: block;
}
.city-journey-detail {
  position: absolute;
  max-width: none;
  display: block;
  opacity: 0;
  pointer-events: none;
}
.city-journey-interior {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  clip-path: ellipse(7% 23% at 50% 54%);
  transform: scale(1);
  transform-origin: 50% 54%;
  will-change: transform, opacity, clip-path;
  background: #141315;
}
.city-journey-interior img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 46% center;
}
.city-journey-hearth-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.15;
  background: radial-gradient(ellipse at 42% 56%, rgba(227, 139, 51, 0.2274509804), transparent 40%);
}
.city-journey-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(3, 16, 30, 0.6), transparent 22%, transparent 60%, rgba(3, 16, 30, 0.8666666667));
}
.city-journey-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 26px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.city-journey-back, .city-journey-skip, .city-journey-compare {
  padding: 12px 17px;
  background: rgba(4, 21, 40, 0.7215686275);
  color: #eef2f7;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  backdrop-filter: blur(12px);
  font-size: 13px;
}
.city-journey-back span {
  margin-right: 9px;
}
.city-journey-skip span {
  margin-left: 9px;
}
.city-journey-skip:disabled {
  opacity: 0.45;
  cursor: progress;
}
.city-journey-location {
  font-size: 12px;
  color: #e1e7ef;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 8px #000;
}
.city-journey-location span {
  margin: 0 12px;
  color: #c7ab72;
}
.city-journey-caption {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  color: #e6cf9b;
  font-family: "Space Grotesk", sans-serif;
  font-size: 21px;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 12px #000;
  transition: opacity 0.3s;
  pointer-events: none;
}
.city-journey-panel {
  position: absolute;
  right: max(5vw, 28px);
  top: 50%;
  transform: translateY(-43%);
  width: min(390px, 38vw);
  padding: 32px;
  border: 1px solid rgba(210, 223, 229, 0.3019607843);
  border-radius: 8px;
  background: linear-gradient(140deg, rgba(8, 28, 50, 0.937254902), rgba(6, 20, 36, 0.9294117647));
  box-shadow: 0 20px 90px rgba(0, 0, 0, 0.4666666667);
  backdrop-filter: blur(16px);
  animation: city-panel-in 0.55s ease both;
}
.city-journey-eyebrow {
  display: block;
  color: #d7bd84;
  font-size: 11px;
  letter-spacing: 0.09em;
  margin-bottom: 12px;
}
.city-journey h2 {
  font-size: 34px;
  line-height: 1.12;
  margin-bottom: 15px;
}
.city-journey p {
  color: #bac8d9;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 24px;
}
.city-journey nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.city-journey nav a:hover strong {
  color: #e6ce99;
}
.city-journey nav strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.city-journey nav small {
  display: block;
  color: #aebdd1;
  font-size: 11px;
  margin-top: 4px;
}
.city-journey nav a > span:last-child {
  color: #e6ce99;
}
.city-journey-note {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  padding-top: 16px;
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.65;
  color: #94a6bd;
}
.city-journey [tabindex="-1"]:focus {
  outline: none;
}
.city-journey a:focus-visible, .city-journey button:focus-visible {
  outline: 2px solid #e2c687;
  outline-offset: 5px;
}
.city-journey[data-phase=arrived] .city-journey-caption {
  opacity: 0;
}
.city-journey[data-phase=arrived] .city-journey-shade {
  background: linear-gradient(90deg, rgba(4, 21, 40, 0.0980392157) 25%, rgba(4, 21, 40, 0.5333333333)), linear-gradient(rgba(3, 16, 30, 0.6666666667), transparent 25%, transparent 65%, rgba(3, 16, 30, 0.6));
}
.city-journey[data-room=tavern] .city-journey-panel {
  border-color: rgba(218, 189, 125, 0.3333333333);
  background: linear-gradient(145deg, rgba(24, 28, 36, 0.9294117647), rgba(18, 26, 37, 0.9294117647));
  box-shadow: 0 25px 90px rgba(0, 0, 0, 0.6);
}
.city-journey[data-room=tavern] .city-journey-shade {
  background: linear-gradient(90deg, transparent 30%, rgba(9, 18, 28, 0.2666666667)), linear-gradient(rgba(7, 16, 29, 0.6), transparent 20%, transparent 75%, rgba(7, 16, 29, 0.4666666667));
}

@keyframes city-panel-in {
  from {
    opacity: 0;
    translate: 0 16px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@media (max-width: 700px) {
  .city-journey-bar {
    padding: 17px;
    gap: 9px;
    align-items: flex-start;
  }
  .city-journey-back, .city-journey-skip, .city-journey-compare {
    font-size: 11px;
    padding: 11px;
  }
  .city-journey[data-phase=detail-review] .city-journey-bar {
    flex-wrap: wrap;
  }
  .city-journey-location {
    display: none;
  }
  .city-journey-panel {
    top: auto;
    bottom: max(18px, env(safe-area-inset-bottom));
    left: 18px;
    right: 18px;
    width: auto;
    padding: 23px;
    transform: none;
    max-height: calc(100dvh - 95px);
    overflow-y: auto;
  }
  .city-journey h2 {
    font-size: 28px;
  }
  .city-journey p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .city-journey nav a {
    padding: 12px 0;
  }
  .city-journey-caption {
    bottom: 40px;
    font-size: 18px;
    padding: 0 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .city-journey-panel {
    animation: none;
  }
  .city-journey-caption {
    transition: none;
  }
}
.home-city-atlas :is(.city-journey, .world-explorer) .city-interiors {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.65s ease;
  background: #091320;
}
.home-city-atlas :is(.city-journey, .world-explorer) .city-interiors[hidden] {
  display: none;
}
.home-city-atlas :is(.city-journey, .world-explorer) .city-interiors.is-visible {
  opacity: 1;
}
.home-city-atlas :is(.city-journey, .world-explorer) .city-interior-art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: none;
}
.home-city-atlas :is(.city-journey, .world-explorer) .city-interior-status {
  position: relative;
  z-index: 2;
  font: 500 12px/1.5 "Space Grotesk", sans-serif;
  color: #d6c5a4;
  text-align: center;
  margin: 0 0 8px;
  padding: 0;
  text-shadow: 0 1px 8px #000;
}
.home-city-atlas :is(.city-journey, .world-explorer) .city-interior-status[hidden] {
  display: none;
}
.home-city-atlas :is(.city-journey, .world-explorer) .city-interior-status button {
  border: 0;
  outline: none;
  background: rgba(7, 16, 26, 0.7019607843);
  color: #f3dfb7;
  padding: 5px 9px;
  font: inherit;
  border-radius: 3px;
  cursor: pointer;
}
.home-city-atlas :is(.city-journey, .world-explorer) .city-interior-status button:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.home-city-atlas :is(.city-journey, .world-explorer)[data-interiors] :is(.home-world-entry, .world-directions) {
  align-items: center;
}
.home-city-atlas :is(.city-journey, .world-explorer)[data-interiors] [data-interior-room] {
  max-width: 38%;
  white-space: normal;
  text-wrap: balance;
}
.home-city-atlas :is(.city-journey, .world-explorer)[data-interiors] [data-action=visit][aria-expanded=true] .city-feature-arrow {
  transform: rotate(180deg);
}

@media (max-width: 700px) {
  .home-city-atlas :is(.city-journey, .world-explorer)[data-interiors] [data-interior-room] {
    font-size: 11px;
    gap: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .city-interiors {
    transition: none !important;
  }
}
.home-city-atlas :is(.home-world-entry, .world-directions) {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  margin: -22px 0 14px;
}
.home-city-atlas :is(.home-world-entry, .world-directions) button, .home-city-atlas :is(.home-world-entry, .world-directions) .city-area-overview {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border: 0;
  background: none;
  color: #d9d5ca;
  font: 500 12px/1.4 "Space Grotesk", sans-serif;
  text-decoration: none;
}
.home-city-atlas :is(.home-world-entry, .world-directions) .city-area-overview {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}
.home-city-atlas :is(.home-world-entry, .world-directions) [hidden] {
  display: none !important;
}
.home-city-atlas :is(.home-world-entry, .world-directions) .destination-chevron {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 28px;
  color: #d8c49b;
  pointer-events: none;
}
.home-city-atlas :is(.home-world-entry, .world-directions) button:hover, .home-city-atlas :is(.home-world-entry, .world-directions) .city-area-overview:hover {
  color: #f2dab0;
}
.home-city-atlas :is(.home-world-entry, .world-directions) button:focus-visible, .home-city-atlas :is(.home-world-entry, .world-directions) .city-area-overview:focus-visible {
  outline: none;
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #fff0c9;
}
.home-city-atlas :is(.home-world-entry, .world-directions) [data-world-side=left] {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}
.home-city-atlas :is(.home-world-entry, .world-directions) [data-world-side=right] {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

body:has(#world-explorer[open]) {
  overflow: hidden;
}

.world-explorer {
  position: fixed;
  inset: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100dvh;
  max-width: none;
  max-height: none;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #030c18;
  color: #f1efe9;
  font-family: "Space Grotesk", sans-serif;
}
.world-explorer::backdrop {
  background: #030c18;
}
.world-explorer [hidden] {
  display: none !important;
}
.world-explorer .world-stage {
  position: absolute;
  inset: 0;
  overflow: clip;
  contain: paint;
  pointer-events: none;
}
.world-explorer .world-plane {
  position: absolute;
  top: 0;
  left: 0;
  width: 1672px;
  height: 941px;
  transform-origin: 0 0;
  will-change: transform;
  pointer-events: none;
}
.world-explorer .world-plane img {
  position: absolute;
  top: 0;
  max-width: none;
  display: block;
}
.world-explorer .world-detail {
  transition: opacity 0.24s linear;
}
.world-explorer button:where(:not(.home-nav button)) {
  cursor: pointer;
  color: #ded9cd;
  font: 500 12px/1.4 "Space Grotesk", sans-serif;
  border: 0;
  background: none;
  padding: 12px 0;
}
.world-explorer button:where(:not(.home-nav button)):hover {
  color: #f5dbac;
}
.world-explorer button:where(:not(.home-nav button)):focus-visible {
  outline: none;
  color: #fff0c9;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.world-explorer .world-bar {
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 38px 44px;
  background: linear-gradient(rgba(3, 8, 17, 0.8509803922), transparent);
}
.world-explorer .world-bar span {
  margin-right: 12px;
}
.world-explorer .world-footer {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  padding: 52px 38px 13px;
  background: linear-gradient(transparent, rgba(3, 12, 24, 0.5019607843) 35%, rgba(3, 12, 24, 0.7019607843) 85%);
}
.world-explorer .world-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.world-explorer .world-subtitle {
  margin: 0 0 8px;
  color: #c7c2b6;
  font-size: 10px;
  letter-spacing: 0.14em;
}
.world-explorer h2 {
  margin: 0;
  font: 500 clamp(28px, 3.4vw, 48px)/1.08 "Space Grotesk", sans-serif;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 18px #000;
}
.world-explorer [data-world-choose] {
  flex-shrink: 0;
  border-bottom: 1px solid rgba(186, 167, 130, 0.5333333333);
}
.world-explorer .world-status {
  font: 400 12px/1.5 Inter, sans-serif;
  color: #d5ccba;
  margin: 12px 0 0;
}
.world-explorer .world-status:empty {
  display: none;
}
.world-explorer .world-picker {
  margin-top: 0;
  max-height: 45dvh;
  overflow: auto;
  overscroll-behavior: contain;
}
.world-explorer .world-choices {
  --destination-columns:4;
}
.world-explorer .world-choices button[data-first-visible] {
  padding-left: 0;
}
.world-explorer .world-choices button[data-last-visible] {
  border-right: 0;
}
.world-explorer .world-choices [aria-current]::before {
  opacity: 1;
}

@media (max-width: 700px) {
  .home-city-atlas :is(.home-world-entry, .world-directions) {
    margin-top: -16px;
    margin-bottom: 10px;
  }
  .home-city-atlas :is(.home-world-entry, .world-directions) {
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
  }
  .home-city-atlas :is(.home-world-entry, .world-directions) button, .home-city-atlas :is(.home-world-entry, .world-directions) .city-area-overview {
    font-size: 11px;
  }
  .home-city-atlas :is(.home-world-entry, .world-directions) [data-world-side=right] {
    grid-column: 2;
  }
  .home-city-atlas :is(.home-world-entry, .world-directions) .city-area-overview {
    grid-column: 1/-1;
  }
  .home-city-atlas :is(.home-world-entry, .world-directions):has(.city-area-overview:not([hidden])) [data-world-side] {
    grid-row: 2;
  }
  .world-explorer .world-bar {
    padding: 12px 18px 30px;
  }
  .world-explorer .world-bar button {
    font-size: 11px;
  }
  .world-explorer .world-footer {
    padding: 40px 18px max(12px, env(safe-area-inset-bottom));
  }
  .world-explorer .world-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .world-explorer .world-subtitle {
    font-size: 9px;
  }
  .world-explorer h2 {
    font-size: 30px;
    max-width: 18ch;
  }
  .world-explorer [data-world-choose] {
    padding: 6px 0;
    font-size: 11px;
  }
  .world-explorer .world-picker {
    max-height: 40dvh;
  }
  .world-explorer .world-choices button[data-first-visible] {
    padding-left: 12px;
  }
}
@media (max-width: 400px) {
  .home-city-atlas .home-world-entry button, .world-explorer .world-directions button {
    font-size: 10px;
    gap: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .world-explorer .world-plane {
    will-change: auto;
  }
  .world-explorer .world-detail {
    transition: none;
  }
}
@keyframes city-card-arrive {
  from {
    opacity: 0;
    translate: 0 14px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
.credit-logo {
  display: block;
  width: 150px;
  color: white;
}
.credit-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.credit-logo {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.credit-logo:hover {
  opacity: 0.7;
}
.credit-logo:focus-visible {
  opacity: 1;
}

.home-sheet {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(560px, 100vw);
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  color: #f7f7fa;
  background: rgba(8, 11, 16, 0.9490196078);
  box-shadow: -30px 0 90px rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(16px);
  font-family: "Inter", sans-serif;
  transform: translateX(24px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.home-sheet::backdrop {
  background: rgba(3, 12, 24, 0.6);
  backdrop-filter: blur(3px);
}
.home-sheet:not([open]) {
  display: none;
}
.home-sheet[open] {
  transform: none;
  opacity: 1;
}
@starting-style {
  .home-sheet[open] {
    transform: translateX(24px);
    opacity: 0;
  }
}
.home-sheet-head {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 24px;
  padding: 32px 36px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.home-sheet-kicker {
  grid-column: 1;
  font: 600 10px/1.4 "Inter", sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #d9bd7a;
}
.home-sheet-head h2 {
  grid-column: 1;
  margin: 0;
  font: 500 24px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
}
.home-sheet-close {
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: start;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.031372549);
  color: #eef2f7;
  font-size: 24px;
}
.home-sheet-close i {
  font-size: 20px;
}
.home-sheet-close:hover {
  background: rgba(255, 255, 255, 0.062745098);
}
.home-sheet-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 24px 36px 40px;
}
.home-sheet-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #d9bd7a;
  font-size: 14px;
}
.home-sheet-more:hover {
  color: #ead4a0;
}
.home-sheet :is(button, a, input, select):focus-visible {
  outline: 1px solid #d8c49b;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .home-sheet {
    transition: none;
  }
}
@media (max-width: 720px) {
  .home-sheet-head {
    padding: 22px 18px 16px;
  }
  .home-sheet-head h2 {
    font-size: 20px;
  }
  .home-sheet-body {
    padding: 18px 18px 32px;
  }
}

.addon-export {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.addon-export-summary {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.addon-export-summary strong {
  font: 500 1.1rem/1.4 "Space Grotesk", sans-serif;
}
.addon-export-summary span, .addon-export-summary small, .addon-export-list small {
  font-size: 0.75rem;
  opacity: 0.65;
}
.addon-export-copy {
  justify-content: center;
  width: 100%;
}
.addon-export-summary .addon-export-update {
  align-self: flex-start;
  margin: 8px 0;
  padding: 4px 9px;
  border-radius: var(--ui-radius-pill, 999px);
  background: rgb(var(--ui-white-rgb, 255 255 255)/0.08);
  font-size: 0.75rem;
  opacity: 1;
}
.addon-export-download {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.addon-export button:disabled {
  opacity: 0.45;
  cursor: default;
}
.addon-export [data-export-status]:empty {
  display: none;
}
.addon-export-raw {
  font-size: 0.8125rem;
}
.addon-export-raw summary {
  cursor: pointer;
  padding: 8px 0;
}
.addon-export-raw label {
  display: block;
  margin: 8px 0;
}
.addon-export-raw textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  margin: 0 0 12px;
  padding: 12px;
  border: 0;
  border-radius: var(--ui-radius-md, 0.375rem);
  color: inherit;
  background: rgb(var(--ui-black-rgb, 0 0 0)/0.4);
  font: 0.75rem/1.6 monospace;
}
.addon-export-preview h3 {
  font-size: 1rem;
  margin: 8px 0;
}
.addon-export-filters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.addon-export-filters > div {
  min-width: 0;
}
.addon-export .custom-dropdown {
  position: relative;
  display: inline-block;
  min-width: 0;
  font-family: "Space Grotesk", sans-serif;
}
.addon-export .custom-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
  font: 500 13px/1.2 "Space Grotesk", sans-serif;
  text-decoration: none;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: background 0.18s ease;
}
.addon-export .custom-dropdown .dropdown-toggle:hover {
  background: #151a22;
  color: #eef2f7;
}
.addon-export .custom-dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.addon-export .custom-dropdown .dropdown-toggle:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.addon-export .custom-dropdown .dropdown-toggle[aria-expanded=true] {
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
}
.addon-export .custom-dropdown .dropdown-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.addon-export .custom-dropdown .dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.addon-export .custom-dropdown .dropdown-icon {
  display: block;
  flex: none;
  width: var(--city-dropdown-icon-size, 25px);
  height: var(--city-dropdown-icon-size, 25px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
.addon-export .custom-dropdown .dropdown-arrow {
  flex: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5490196078);
  transition: transform 0.2s ease;
}
.addon-export .custom-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}
.addon-export .custom-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: auto;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  max-height: min(300px, 40dvh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px;
  border: 0;
  border-radius: 6px;
  background: rgba(8, 11, 16, 0.9607843137);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}
.addon-export .custom-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.addon-export .custom-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #ded9cd;
  font: 400 13px/1.3 "Space Grotesk", sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.addon-export .custom-dropdown .dropdown-item:focus {
  outline: none;
  box-shadow: none;
}
.addon-export .custom-dropdown .dropdown-item.selected {
  background: rgba(255, 255, 255, 0.0470588235);
  color: #edf0f4;
}
.addon-export .custom-dropdown .dropdown-item:hover, .addon-export .custom-dropdown .dropdown-item:focus-visible {
  background: rgba(255, 255, 255, 0.0784313725);
  color: #f5dbac;
}
.addon-export .custom-dropdown .dropdown-item:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.addon-export .custom-dropdown .dropdown-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.addon-export .custom-dropdown .dropdown-item-text {
  flex: 1;
  min-width: 0;
}
.addon-export .custom-dropdown .dropdown-check {
  flex: none;
  font-size: 14px;
  color: #a9cdd2;
}
.addon-export .custom-dropdown .dropdown-count {
  margin-left: auto;
  min-width: 20px;
  padding: 1px 6px;
  border-radius: 999px;
  font: 500 10px/1.6 "Space Grotesk", sans-serif;
  color: #b4c5d5;
  background: rgba(255, 255, 255, 0.0470588235);
  text-align: center;
}
.addon-export .custom-dropdown .dropdown-count.tag-primary {
  background: rgba(169, 205, 210, 0.1333333333);
  color: #edf0f4;
}
@media (prefers-reduced-motion: reduce) {
  .addon-export .custom-dropdown .dropdown-toggle, .addon-export .custom-dropdown .dropdown-arrow, .addon-export .custom-dropdown .dropdown-menu {
    transition: none;
  }
}
.addon-export .custom-dropdown {
  width: 100%;
}
.addon-export-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.addon-export-list li {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgb(var(--ui-white-rgb, 255 255 255)/0.06);
}
.addon-export-list img {
  width: 32px;
  height: 32px;
  flex: none;
  border-radius: 50%;
}
.addon-export-list li > div {
  min-width: 0;
}
.addon-export-list a {
  font: 500 0.875rem/1.5 "Space Grotesk", sans-serif;
}
.addon-export-list p {
  font-size: 0.8125rem;
  line-height: 1.8;
}
.addon-export-list small {
  display: block;
  margin-top: 3px;
}
.addon-export a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.addon-export :is(button, a, textarea, summary):focus {
  outline: none;
  box-shadow: none;
}
.addon-export :is(button, a, textarea, summary):focus-visible {
  outline: none;
  box-shadow: none;
  background: rgb(var(--ui-white-rgb, 255 255 255)/0.08);
}
@media (max-width: 420px) {
  .addon-export-filters {
    grid-template-columns: 1fr;
  }
}

.home-doc-body {
  font-size: 14px;
  line-height: 1.65;
  color: #b5c1d0;
}
.home-doc-body p {
  margin: 0 0 12px;
}
.home-doc-body ul {
  margin: 0 0 12px;
  padding-left: 18px;
}
.home-doc-body li {
  margin: 0 0 6px;
}
.home-doc-body strong {
  color: #f7f7fa;
  font-weight: 500;
}
.home-doc-body a {
  color: #d9bd7a;
}
.home-doc-body a:hover {
  color: #ead4a0;
}
.home-doc-body code {
  font: 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  padding: 2px 6px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.0784313725);
  color: #f7f7fa;
}
.home-doc-body .home-doc-updated {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8393a9;
  margin-bottom: 24px;
}
.home-doc-body .home-doc-section {
  margin-bottom: 26px;
}
.home-doc-body .home-doc-section h3 {
  font: 500 15px/1.3 "Space Grotesk", sans-serif;
  color: #f7f7fa;
  margin: 0 0 8px;
}
.home-doc-body .changelog-divider {
  margin: 8px 0 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.home-doc-body .changelog-divider-text {
  display: block;
  font: 600 10px/1.4 "Inter", sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #d9bd7a;
}
.home-doc-body .changelog-divider-sub {
  display: block;
  margin-top: 4px;
  font: 500 18px/1.3 "Space Grotesk", sans-serif;
  color: #f7f7fa;
}
.home-doc-body .changelog-entry {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0588235294);
}
.home-doc-body .changelog-entry:last-child {
  border-bottom: 0;
}
.home-doc-body .changelog-date {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8393a9;
  margin-bottom: 6px;
}
.home-doc-body .changelog-title {
  font: 500 16px/1.3 "Space Grotesk", sans-serif;
  color: #f7f7fa;
  margin: 0 0 8px;
}
.home-doc-body .changelog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.home-doc-body .changelog-tag {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #aab9c9;
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  border-radius: 2px;
}

.home-doc-page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #030c18 radial-gradient(120% 60% at 50% -10%, #0b2a4a 0%, transparent 60%);
}
.home-doc-page .home-nav {
  padding: 0 38px;
  height: 78px;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.home-doc-page .home-brand small {
  display: none;
}
.home-doc-page .home-doc {
  flex: 1 0 auto;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 20px 72px;
}
.home-doc-page .home-doc-head {
  margin-bottom: 36px;
}
.home-doc-page .home-doc-kicker {
  display: block;
  font: 600 10px/1.4 "Inter", sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #d9bd7a;
  margin-bottom: 10px;
}
.home-doc-page .home-doc-head h1 {
  font: 600 clamp(28px, 4vw, 40px)/1.15 "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
  max-width: 18ch;
}
.home-doc-page .home-doc-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 38px max(18px, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  font-size: 9px;
  color: #7c8ea4;
}
.home-doc-page .home-doc-footer a {
  margin-left: 18px;
}
.home-doc-page .home-doc-footer .credit-logo {
  width: 84px;
  margin-left: 0;
}
@media (max-width: 720px) {
  .home-doc-page .home-nav {
    padding: 0 18px;
  }
  .home-doc-page .home-doc {
    padding: 36px 18px 56px;
  }
  .home-doc-page .home-doc-footer {
    padding-left: 18px;
    padding-right: 18px;
  }
}

:is(.city-journey, .world-explorer) .city-stage-content {
  position: absolute;
  z-index: 2;
  inset: var(--city-card-top, 150px) auto auto 38px;
  width: calc(100% - 38px - 38px - min(360px, 31vw) - 40px);
  max-height: calc(100dvh - var(--city-footer-clearance, 226px) - var(--city-card-top, 150px));
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  color: #ede4d3;
  animation: city-card-arrive 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
:is(.city-journey, .world-explorer) .city-stage-content[hidden] {
  display: none !important;
}
:is(.city-journey, .world-explorer) .city-stage-content[data-position=right] {
  left: auto;
  right: 38px;
}

:is(.city-journey, .world-explorer)[data-entry=restore] .city-stage-content {
  animation: none;
}

.city-warband {
  display: flex;
  flex-direction: column;
  min-height: 0;
  container-type: inline-size;
}

.city-warband[hidden] {
  display: none;
}

.city-warband .city-warband-kicker {
  margin: 0;
  font: 500 9px/1.5 "Space Grotesk", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #dfd8c9;
  text-shadow: 0 1px 8px #000;
}

.city-warband h3 {
  margin: 6px 0 0;
  font: 500 clamp(22px, 2vw, 30px)/1.15 "Space Grotesk", sans-serif;
  letter-spacing: -0.03em;
  color: #f2eadb;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5333333333);
}

.city-warband .city-warband-note {
  margin: 10px 0 16px;
  max-width: 36ch;
  font-size: 14px;
  line-height: 1.65;
  color: #d0ccc2;
  text-shadow: 0 1px 8px #000;
}

.city-warband .city-warband-hint {
  margin: 6px 0 0;
  font-size: 11px;
  color: #b9b8ae;
  text-shadow: 0 1px 8px #000;
}

.city-warband-hint[hidden] {
  display: none;
}

:is(.city-journey, .world-explorer) .city-stage-content :is(.city-warband-signin, .city-warband-retry) {
  align-self: flex-start;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.4509803922);
  border-radius: 3px;
  background: rgba(4, 21, 40, 0.7215686275);
  color: #eef2f7;
  font: 500 13px/1.2 "Inter", sans-serif;
  backdrop-filter: blur(12px);
}
:is(.city-journey, .world-explorer) .city-stage-content :is(.city-warband-signin, .city-warband-retry):hover {
  border-color: rgba(255, 255, 255, 0.7019607843);
}

.city-warband[data-state=gate] h3 {
  max-width: 16ch;
}

.city-warband-head {
  position: relative;
  z-index: 3;
  flex: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.city-warband-title:focus {
  outline: none;
}

.city-board-rank {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.7019607843);
  color: #f2dcac;
  font: 600 11px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.04em;
  box-shadow: inset 0 0 0 1px rgba(213, 190, 136, 0.3490196078);
}

.city-board-stat {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 12px 12px;
  padding: 12px 4px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
  color: #f2dcac;
  text-align: center;
}
.city-board-stat > div {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column-reverse;
  gap: 5px;
}
.city-board-stat dt {
  font: 500 9px/1.4 "Inter", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #d0ccc2;
  overflow-wrap: anywhere;
}
.city-board-stat dd {
  margin: 0;
  font: 600 26px/1 "Space Grotesk", sans-serif;
  font-variant-numeric: tabular-nums;
}

.city-board-kills {
  gap: 4px;
}

.city-board-kills [data-difficulty=heroic] dd {
  color: #d1d7ff;
}

.city-board-kills [data-difficulty=normal] dd {
  color: #b4dc9e;
}

.city-board-card .city-warband-copy {
  background: rgba(0, 0, 0, 0.6);
}

.city-delve-summary {
  color: #ede4d3;
  font-family: "Inter", sans-serif;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5333333333);
}

.city-delve-summary h4 {
  margin: 0 0 14px;
  font: 500 9px/1.4 "Space Grotesk", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d8c49b;
}

.city-arrival-summary {
  margin-top: 22px;
}

.city-delve-totals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0 0 18px;
}

.city-delve-totals > div {
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
}

.city-delve-totals dd {
  margin: 0;
  font: 500 28px/1 "Space Grotesk", sans-serif;
  color: #f2dcac;
  font-variant-numeric: tabular-nums;
}

.city-delve-totals dt, .city-delve-highlight dt {
  font: 400 10px/1.5 "Inter", sans-serif;
  color: #c7c3b9;
}

.city-delve-highlights {
  display: grid;
  gap: 14px;
  margin: 0;
}

.city-delve-highlight dd {
  margin: 3px 0 0;
  font: 500 16px/1.3 "Space Grotesk", sans-serif;
  overflow-wrap: anywhere;
}

.city-delve-highlight small {
  display: block;
  margin-top: 3px;
  font: 400 10px/1.5 "Inter", sans-serif;
  color: #c7c3b9;
}

:is(.city-journey, .world-explorer) .city-arrival-card:has(.city-arrival-summary:not([hidden])) .city-arrival-card-description {
  display: none;
}

:is(.city-journey, .world-explorer) .city-stage-content .city-delve-summary-toggle {
  flex: none;
  align-self: center;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.7333333333);
  color: #e6d6b7;
  padding: 8px 12px;
  font: 500 11px/1.3 "Inter", sans-serif;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-delve-summary-toggle:hover {
  color: #fff0cf;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-delve-summary-toggle:focus-visible {
  outline: 2px solid #d8c49b;
  outline-offset: 3px;
}

.city-delve-summary[popover] {
  position: fixed;
  inset: 100px 20px auto auto;
  width: min(320px, 100vw - 40px);
  max-height: calc(100dvh - 130px);
  overflow: auto;
  margin: 0;
  padding: 22px;
  border: 0;
  border-radius: 10px;
  background: rgba(9, 14, 18, 0.9607843137);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.6);
}

.city-delve-summary[popover]::backdrop {
  background: rgba(0, 0, 0, 0.2666666667);
}

.city-dungeon-card {
  height: 100%;
}

:is(.city-dungeon-card, .city-delve-card):has(.city-dungeon-front) {
  perspective: 1000px;
  cursor: pointer;
}

.city-dungeon-front {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.city-dungeon-front, .city-dungeon-back {
  backface-visibility: hidden;
  transition: transform 0.4s ease;
}

.city-dungeon-back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 16px 12px;
  background: rgba(8, 10, 13, 0.4);
  transform: rotateY(-180deg);
}

:is(.city-dungeon-card, .city-delve-card).is-flipped .city-dungeon-front {
  transform: rotateY(180deg);
}

:is(.city-dungeon-card, .city-delve-card).is-flipped .city-dungeon-back {
  transform: rotateY(0);
}

.city-dungeon-records {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  flex: 1 0 auto;
  min-height: 0;
  margin: 0 0 12px;
  padding: 0;
}

.city-dungeon-records > .city-dungeon-record {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 10px;
  flex: 1;
  min-height: 94px;
  padding: 0;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3333333333);
  overflow: hidden;
}

.city-dungeon-record-portrait {
  position: relative;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.0196078431);
}

.city-dungeon-record .city-warband-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  background: none;
}

.city-dungeon-record .city-warband-art img {
  object-fit: cover;
  object-position: center top;
  mask-image: linear-gradient(90deg, #000 70%, transparent);
  -webkit-mask-image: linear-gradient(90deg, #000 70%, transparent);
}

.city-dungeon-record-rank {
  position: absolute;
  left: 5px;
  top: 5px;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7333333333);
  color: #f2dcac;
  font: 500 10px/1 "Space Grotesk", sans-serif;
}

.city-dungeon-record-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 8px 7px 8px 0;
}

.city-dungeon-record-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 500 13px/1.3 "Space Grotesk", sans-serif;
  color: var(--class-color);
}

.city-dungeon-record-realm {
  display: block;
  margin: 2px 0 5px;
  font: 400 9px/1.3 "Inter", sans-serif;
  color: #cfc4b0;
}

.city-dungeon-record .city-warband-icons {
  justify-content: flex-start;
  gap: 4px;
  padding: 0 0 7px;
}

.city-dungeon-record .city-warband-icon {
  width: 18px;
  height: 18px;
}

.city-dungeon-records dl {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
}

.city-dungeon-records dl > div {
  display: flex;
  flex-direction: column-reverse;
  gap: 1px;
}

.city-dungeon-records dt {
  font: 400 8px/1.3 "Inter", sans-serif;
  text-transform: uppercase;
  color: #cfc4b0;
}

.city-dungeon-records dd {
  margin: 0;
  font: 500 19px/1.2 "Space Grotesk", sans-serif;
  font-variant-numeric: tabular-nums;
  color: #f2dcac;
}

.city-dungeon-records-empty {
  font-size: 12px;
  line-height: 1.6;
  color: #cfc4b0;
}

.city-delve-back {
  overflow: hidden;
}

.city-delve-alts-heading {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 12px;
}

.city-delve-alts-heading strong {
  font: 500 16px/1.3 "Space Grotesk", sans-serif;
  color: #f2eadb;
}

.city-delve-alts-heading small {
  font: 400 9px/1.4 "Inter", sans-serif;
  color: #cfc4b0;
}

.city-delve-alts {
  flex: 1 1 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.city-delve-back .city-delve-alts > .city-dungeon-record {
  flex: none;
  scroll-snap-align: none;
}

.city-delve-alts > .city-dungeon-records-empty {
  flex: none;
}

:is(.city-journey, .world-explorer) .city-stage-content .city-delve-flip {
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0;
  min-height: 26px;
  padding: 3px 9px;
  background: rgba(8, 10, 13, 0.9019607843);
}

:is(.city-journey, .world-explorer) .city-stage-content .city-dungeon-flip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: none;
  min-height: 32px;
  margin: 0 10px 8px;
  padding: 5px 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  color: #d8c49b;
  font: 500 10px/1.4 "Inter", sans-serif;
  cursor: pointer;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-dungeon-flip:hover {
  color: #f7dfb0;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-dungeon-flip:focus-visible {
  outline: 2px solid #d8c49b;
  outline-offset: -2px;
}

.city-ledger > .city-pumpers-controls {
  align-self: center;
  justify-content: center;
  flex: none;
  gap: 10px;
  margin: 12px 0 0;
}

.city-dungeon-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 12px 12px;
  font: 500 12px/1.4 "Space Grotesk", sans-serif;
  color: #f2eadb;
  text-align: left;
  text-wrap: balance;
}

.city-dungeon-name img {
  display: block;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.city-dungeon-card .city-board-stat dd {
  font-size: 22px;
}

.city-ledger[data-board=pumpers] .city-warband-list {
  --dungeon-columns:2;
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% + 12px) / var(--dungeon-columns) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  mask-image: none;
}
.city-ledger[data-board=pumpers] .city-warband-list > li {
  min-width: 0;
  scroll-snap-align: start;
}
.city-ledger[data-board=pumpers] .city-warband-list:focus-visible {
  outline: 1px solid #d8c49b;
  outline-offset: 3px;
}

@container (min-width:700px) {
  .city-ledger[data-board=pumpers] .city-warband-list {
    --dungeon-columns:3;
  }
}
@container (min-width:950px) {
  .city-ledger[data-board=pumpers] .city-warband-list {
    --dungeon-columns:4;
  }
}
@container (min-width:1200px) {
  .city-ledger[data-board=pumpers] .city-warband-list {
    --dungeon-columns:5;
  }
}
@container (min-width:1440px) {
  .city-ledger[data-board=pumpers] .city-warband-list {
    --dungeon-columns:6;
  }
}
.city-guild-head-actions, .city-pumpers-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

:is(.city-journey, .world-explorer) .city-stage-content .city-pumpers-controls button {
  display: grid;
  place-items: center;
  flex: none;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  background: #000;
  color: #f2dcac;
  cursor: pointer;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-pumpers-controls button svg {
  width: 20px;
  height: 20px;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-pumpers-controls button:disabled {
  opacity: 0.3;
  cursor: default;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-pumpers-controls button:focus-visible {
  outline: 2px solid #d8c49b;
  outline-offset: 2px;
}

.city-warband .city-dungeon-empty {
  display: grid;
  place-items: center;
  flex: 1;
  min-height: 220px;
  margin: 0;
  padding: 24px 12px;
  color: #d0ccc2;
  font: 400 12px/1.5 "Inter", sans-serif;
  text-align: center;
}

.city-ledger[data-state=setup] {
  overflow-y: auto;
}

.city-guild-setup {
  max-width: 620px;
  padding: 24px;
  border-radius: 10px;
  background: rgba(6, 8, 11, 0.8);
  backdrop-filter: blur(2px);
}

.city-guild-setup h4 {
  margin: 0 0 10px;
  font: 500 22px/1.25 "Space Grotesk", sans-serif;
  color: #f2eadb;
}

.city-warband .city-guild-intro {
  margin: 0 0 24px;
  font: 400 13px/1.7 "Inter", sans-serif;
  color: #d0ccc2;
  max-width: 52ch;
}

.city-guild-form {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px 16px;
}

.city-guild-form label, .city-guild-region {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  font: 500 11px/1.4 "Inter", sans-serif;
  color: #ede4d3;
}

.city-guild-form label:nth-child(3) {
  grid-column: 1/-1;
}

.city-guild-form input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.8);
  color: #f2eadb;
  font: 400 13px/1.4 "Inter", sans-serif;
  color-scheme: dark;
}

.city-guild-form input::placeholder {
  color: #93928d;
}

.city-guild-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  grid-column: 1/-1;
}

:is(.city-journey, .world-explorer) .city-stage-content :is(.city-guild-submit, .city-guild-change, .city-guild-cancel) {
  min-height: 40px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #f2eadb;
  font: 500 12px/1.4 "Inter", sans-serif;
  cursor: pointer;
  white-space: nowrap;
}
:is(.city-journey, .world-explorer) .city-stage-content :is(.city-guild-submit, .city-guild-change, .city-guild-cancel):hover {
  color: #f7dfb0;
}
:is(.city-journey, .world-explorer) .city-stage-content :is(.city-guild-submit, .city-guild-change, .city-guild-cancel):focus {
  outline: none;
  box-shadow: none;
}
:is(.city-journey, .world-explorer) .city-stage-content :is(.city-guild-submit, .city-guild-change, .city-guild-cancel):focus-visible {
  outline: none;
  background: #15202b;
  text-decoration: underline;
  text-underline-offset: 4px;
}
:is(.city-journey, .world-explorer) .city-stage-content :is(.city-guild-submit, .city-guild-change, .city-guild-cancel):disabled {
  opacity: 0.65;
  cursor: wait;
}

.city-guild-form[aria-busy=true] .city-guild-submit::before {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border: 2px solid rgba(255, 255, 255, 0.1490196078);
  border-top-color: #f2dcac;
  border-radius: 50%;
  animation: city-guild-spin 0.8s linear infinite;
}

:is(.city-journey, .world-explorer) .city-stage-content .city-guild-change {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.city-guild-change svg {
  flex: none;
  width: 18px;
  height: 18px;
  color: #9ca8b8;
}

.city-warband .city-guild-status {
  grid-column: 1/-1;
  margin: 0;
  font: 400 12px/1.6 "Inter", sans-serif;
  color: #f2dcac;
}

.city-guild-status:empty {
  display: none;
}

.city-warband .city-guild-footnote {
  margin: 18px 0 0;
  font: 400 11px/1.6 "Inter", sans-serif;
  color: #b9b8ae;
}

@keyframes city-guild-spin {
  to {
    transform: rotate(360deg);
  }
}
.city-warband-list {
  list-style: none;
  margin: 0;
  padding: 2px 2px 14px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
  mask-image: linear-gradient(#000 calc(100% - 28px), transparent);
}

@container (min-width: 700px) {
  .city-warband-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@container (min-width: 950px) {
  .city-warband-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@container (min-width: 1200px) {
  .city-warband-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@container (min-width: 1440px) {
  .city-warband-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.city-warband-loading {
  grid-column: 1/-1;
  padding: 8px 0;
  font-size: 12px;
  color: #b9b8ae;
  text-shadow: 0 1px 8px #000;
}

.city-warband-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  color: #ede4d3;
  background: rgba(0, 0, 0, 0.5019607843);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.city-warband-card:hover {
  border-color: rgba(255, 255, 255, 0.1490196078);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.city-warband-art {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 230/116;
  background: rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px 10px 0 0;
}
.city-warband-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.city-warband-art img.is-render {
  opacity: 1;
}

.no-art .city-warband-art {
  aspect-ratio: 230/60;
}

.city-warband-level {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: #fff;
  text-shadow: 0 1px 4px #000;
}

.city-warband-stat {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 30px;
  height: 34px;
  padding-bottom: 4px;
}
.city-warband-stat::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #08090b;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 42'%3E%3Cpath d='M3 1h2c0 3 12 3 12 0h4c0 3 12 3 12 0h2a2 2 0 0 1 2 2v16c0 10-8 17-18 22C9 36 1 29 1 19V3a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}
.city-warband-stat[data-faction=ALLIANCE]::before {
  background: #174d91;
}
.city-warband-stat[data-faction=HORDE]::before {
  background: #921f29;
}

.city-warband-ilvl {
  color: #f2dcac;
}

.city-warband-ilvl[hidden] {
  display: none;
}

.city-warband-ilvl.is-stale {
  color: #8f8a80;
  text-decoration: line-through;
  text-decoration-color: rgba(143, 138, 128, 0.5019607843);
}

.city-warband-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.8);
}

.city-warband-copy strong {
  max-width: 100%;
  font: 500 18px/1.3 "Space Grotesk", sans-serif;
  color: var(--class-color, #ede4d3);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.city-warband-hero {
  min-height: 11px;
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d0ccc2;
  text-align: center;
}

.city-warband-hero[hidden] {
  display: none;
}

.has-action-shot .city-warband-art {
  aspect-ratio: 1;
  background: transparent;
}
.has-action-shot .city-warband-art img {
  mask-image: linear-gradient(to bottom, #000 26%, rgba(0, 0, 0, 0.9019607843) 42%, rgba(0, 0, 0, 0.7019607843) 56%, rgba(0, 0, 0, 0.4509803922) 68%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.0784313725) 90%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 26%, rgba(0, 0, 0, 0.9019607843) 42%, rgba(0, 0, 0, 0.7019607843) 56%, rgba(0, 0, 0, 0.4509803922) 68%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.0784313725) 90%, rgba(0, 0, 0, 0) 100%);
}

.has-action-shot .city-warband-copy {
  z-index: 4;
  margin-top: -46px;
  background: transparent;
  text-shadow: 0 1px 6px #000, 0 0 16px rgba(0, 0, 0, 0.8);
}

.city-warband-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 12px 0;
}

.city-warband-icon {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  background: #0b0f14;
}

.city-warband-icon-spec:empty {
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px dashed rgba(255, 255, 255, 0.2);
}

.city-warband-icon-wrap {
  position: relative;
  display: block;
}
.city-warband-icon-wrap > .tooltip {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(11, 20, 32, 0.9490196078);
  color: #f2eadb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5333333333), inset 0 0 0 1px rgba(255, 255, 255, 0.1215686275);
  font: 500 11px/1.3 "Inter", sans-serif;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: opacity 0.15s ease;
}
.city-warband-icon-wrap > .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(11, 20, 32, 0.9490196078);
  border-bottom: 0;
}
.city-warband-icon-wrap:hover > .tooltip, .city-warband-icon-wrap:focus-within > .tooltip {
  opacity: 1;
}

.city-warband-icon-wrap:first-child > .tooltip {
  left: 0;
  transform: none;
}
.city-warband-icon-wrap:first-child > .tooltip::after {
  left: 15px;
}

.city-warband-realm {
  align-self: center;
  margin: auto 0 10px;
  min-width: 128px;
  max-width: calc(100% - 16px);
  padding: 4px 25px 11px;
  border: 0;
  background: url("../img/home/realm-ribbon.svg") center/100% 100% no-repeat;
  font-size: 9px;
  font-weight: 600;
  line-height: 15px;
  color: #2b2111;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown {
  position: relative;
  display: inline-block;
  min-width: 210px;
  font-family: "Inter", sans-serif;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.4509803922);
  border-radius: 3px;
  background: rgba(4, 21, 40, 0.7215686275);
  color: #eef2f7;
  font: 500 13px/1.2 "Inter", sans-serif;
  text-decoration: none;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: border-color 0.18s ease;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-toggle:hover {
  border-color: rgba(255, 255, 255, 0.7019607843);
  color: #eef2f7;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-toggle:focus {
  outline: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-toggle:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-toggle[aria-expanded=true] {
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-icon {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  object-fit: cover;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-arrow {
  flex: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5490196078);
  transition: transform 0.2s ease;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
  border-radius: 6px;
  background: rgba(11, 20, 32, 0.9490196078);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #ded9cd;
  font: 400 13px/1.3 "Inter", sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.0784313725);
  color: #f5dbac;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-item.selected {
  background: rgba(211, 156, 81, 0.1333333333);
  color: #f2eadb;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-item:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.0784313725);
  text-decoration: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-item-text {
  flex: 1;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-check {
  flex: none;
  font-size: 14px;
  color: #ddbc80;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-count {
  margin-left: auto;
  min-width: 20px;
  padding: 1px 6px;
  border-radius: 999px;
  font: 500 10px/1.6 "Inter", sans-serif;
  color: #d0ccc2;
  background: rgba(255, 255, 255, 0.0784313725);
  text-align: center;
}
:is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-count.tag-primary {
  background: rgba(211, 156, 81, 0.2509803922);
  color: #f7dfb0;
}

:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown {
  position: relative;
  display: inline-block;
  min-width: 0;
  font-family: "Space Grotesk", sans-serif;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
  font: 500 13px/1.2 "Space Grotesk", sans-serif;
  text-decoration: none;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: background 0.18s ease;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-toggle:hover {
  background: #151a22;
  color: #eef2f7;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-toggle:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-toggle[aria-expanded=true] {
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-icon {
  display: block;
  flex: none;
  width: var(--city-dropdown-icon-size, 25px);
  height: var(--city-dropdown-icon-size, 25px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-arrow {
  flex: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5490196078);
  transition: transform 0.2s ease;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: auto;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  max-height: min(300px, 40dvh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px;
  border: 0;
  border-radius: 6px;
  background: rgba(8, 11, 16, 0.9607843137);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #ded9cd;
  font: 400 13px/1.3 "Space Grotesk", sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-item:focus {
  outline: none;
  box-shadow: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-item.selected {
  background: rgba(255, 255, 255, 0.0470588235);
  color: #edf0f4;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-item:hover, :is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-item:focus-visible {
  background: rgba(255, 255, 255, 0.0784313725);
  color: #f5dbac;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-item:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-item-text {
  flex: 1;
  min-width: 0;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-check {
  flex: none;
  font-size: 14px;
  color: #a9cdd2;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-count {
  margin-left: auto;
  min-width: 20px;
  padding: 1px 6px;
  border-radius: 999px;
  font: 500 10px/1.6 "Space Grotesk", sans-serif;
  color: #b4c5d5;
  background: rgba(255, 255, 255, 0.0470588235);
  text-align: center;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-count.tag-primary {
  background: rgba(169, 205, 210, 0.1333333333);
  color: #edf0f4;
}
@media (prefers-reduced-motion: reduce) {
  :is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-toggle, :is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-arrow, :is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown .dropdown-menu {
    transition: none;
  }
}
:is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown {
  width: 230px;
}
@media (max-width:1024px) {
  :is(.city-journey, .world-explorer) .city-stage-content .city-warband-filter .custom-dropdown {
    width: 178px;
  }
}

:is(.city-journey, .world-explorer) .city-stage-content .city-guild-form .custom-dropdown {
  display: block;
  min-width: 0;
  width: 100%;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guild-form .dropdown-toggle {
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.8);
  font: 400 13px/1.4 "Inter", sans-serif;
  backdrop-filter: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guild-form .dropdown-toggle:hover {
  border-color: rgba(255, 255, 255, 0.1490196078);
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guild-form .dropdown-toggle[aria-expanded=true] {
  background: #080b10;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guild-form .dropdown-toggle:disabled {
  opacity: 0.65;
  cursor: wait;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guild-form .dropdown-menu {
  border: 0;
  background: #080d14;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guild-form .custom-dropdown:not(.open) .dropdown-menu {
  display: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guild-form .dropdown-item:is(:hover, .selected) {
  background: rgba(255, 255, 255, 0.0470588235);
  color: #edf0f4;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guild-form .dropdown-check {
  color: #b4c5d5;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guild-form :is(input, button):focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guild-form :is(input, button):focus-visible {
  outline: none;
  background: #15202b;
}

@media (max-width:1024px) {
  :is(.city-journey, .world-explorer):has(.city-stage-content:not([hidden])) .city-arrival-card {
    inset-block-start: auto;
  }
  :is(.city-journey, .world-explorer):has(.city-stage-content:not([hidden])) .city-arrival-card .city-arrival-card-head, :is(.city-journey, .world-explorer):has(.city-stage-content:not([hidden])) .city-arrival-card .city-arrival-card-body {
    display: none;
  }
  :is(.city-journey, .world-explorer):has(.city-stage-content:not([hidden])) .city-arrival-card .city-feature-links.city-card-nav {
    border-top: 0;
    padding-top: 0;
    margin-block: 8px;
  }
  :is(.city-journey, .world-explorer):has(.city-stage-content:not([hidden])) .city-arrival-card .city-card-nav [download] {
    display: none;
  }
  :is(.city-journey, .world-explorer) .city-stage-content,
  :is(.city-journey, .world-explorer) .city-stage-content[data-position=right] {
    inset: 96px 0 auto 0;
    width: auto;
    max-height: calc(100dvh - var(--city-footer-clearance, 226px) - 192px);
    padding: 0 20px;
  }
  .city-warband-head {
    margin-bottom: 8px;
  }
  .city-warband-head h3 {
    font-size: 15px;
    margin-top: 2px;
  }
  .city-warband .city-warband-hint {
    display: none;
  }
  .city-warband-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    margin: 0 -20px;
    padding: 2px 20px 8px;
    scroll-snap-type: x proximity;
    mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 28px), transparent);
  }
  .city-warband-list li {
    flex: 0 0 172px;
    scroll-snap-align: start;
  }
  .city-ledger[data-board=pumpers] .city-warband-list > li {
    flex-basis: 200px;
  }
  .city-ledger[data-board=pumpers] .city-warband-list {
    display: flex;
  }
  .city-guild-head-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .city-dungeon-card.has-action-shot > .city-dungeon-front > .city-warband-art {
    aspect-ratio: 4/3;
  }
  .city-dungeon-records > .city-dungeon-record {
    flex: 1;
    min-height: 94px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 7px;
  }
  .city-dungeon-records {
    gap: 6px;
  }
  .city-dungeon-record-details {
    padding-block: 5px;
  }
  .city-dungeon-records dd {
    font-size: 17px;
  }
  .city-delve-alts .city-warband-icons {
    gap: 3px;
  }
  .city-delve-alts .city-warband-icon {
    width: 14px;
    height: 14px;
  }
  .city-warband-level {
    top: 6px;
    left: 8px;
  }
  .city-warband-copy {
    padding: 4px 8px;
  }
  .city-warband-copy strong {
    font-size: 15px;
  }
  .city-warband-icons {
    gap: 6px;
    padding: 8px 0;
  }
  .city-warband-icon {
    width: 24px;
    height: 24px;
  }
  .city-warband-realm {
    margin-bottom: 8px;
  }
  .has-action-shot .city-warband-copy {
    margin-top: -36px;
  }
  :is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown {
    min-width: 150px;
  }
  :is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-toggle {
    padding: 7px 10px;
    font-size: 12px;
  }
  :is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 200px;
  }
}
@media (max-width:1024px) and (max-height: 740px) {
  :is(.city-journey, .world-explorer) .city-stage-content,
  :is(.city-journey, .world-explorer) .city-stage-content[data-position=right] {
    top: 80px;
    max-height: calc(100dvh - var(--city-footer-clearance, 226px) - 176px);
  }
}
@media (max-width:1024px) {
  :is(.city-journey, .world-explorer):has(.city-ledger:not([hidden])) .city-arrival-card .city-feature-links.city-card-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 8px 12px;
  }
  :is(.city-journey, .world-explorer):has(.city-ledger:not([hidden])) .city-arrival-card[data-city=undercity] .city-feature-links.city-card-nav {
    grid-template-columns: minmax(0, 1fr);
  }
  :is(.city-journey, .world-explorer) .city-stage-content:has(.city-ledger:not([hidden])) {
    top: var(--city-card-top, 96px);
    padding-inline: 20px;
    box-sizing: border-box;
    max-height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
  }
  :is(.city-journey, .world-explorer) .city-stage-content:has(.city-ledger:not([hidden])) .city-ledger {
    min-height: 0;
  }
  :is(.city-journey, .world-explorer) .city-stage-content:has(.city-ledger:not([hidden])) .city-ledger[data-state=list] {
    overflow-y: auto;
  }
  :is(.city-journey, .world-explorer) .city-stage-content:has(.city-ledger:not([hidden])) .city-warband-head {
    gap: 10px;
  }
  :is(.city-journey, .world-explorer) .city-stage-content:has(.city-ledger:not([hidden])) .city-warband-kicker {
    font-size: 9px;
  }
  :is(.city-journey, .world-explorer) .city-stage-content:has(.city-ledger:not([hidden])) .city-warband-list {
    flex-shrink: 0;
  }
  :is(.city-journey, .world-explorer) .city-stage-content:has(.city-ledger:not([hidden])) .city-board-stat {
    margin: 0 8px 10px;
    padding: 10px 3px;
  }
  :is(.city-journey, .world-explorer) .city-stage-content:has(.city-ledger:not([hidden])) .city-board-stat dd {
    font-size: 22px;
  }
  :is(.city-journey, .world-explorer) .city-stage-content:has(.city-ledger:not([hidden])) .city-board-stat dt {
    font-size: 8px;
    letter-spacing: 0;
  }
  .city-guild-setup {
    padding: 18px;
  }
  .city-guild-setup h4 {
    font-size: 19px;
  }
  .city-guild-form {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 14px 10px;
  }
  .city-warband .city-guild-intro {
    font-size: 12px;
    margin-bottom: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .city-dungeon-front, .city-dungeon-back {
    transition: none;
  }
  :is(.city-journey, .world-explorer) .city-stage-content {
    animation: none;
  }
  .city-warband-art img {
    transition: none;
  }
  :is(.city-journey, .world-explorer) .city-stage-content .custom-dropdown :is(.dropdown-menu, .dropdown-arrow, .dropdown-toggle) {
    transition: none;
  }
}
.city-action-gallery {
  flex: 1;
  min-height: 0;
}

.city-action-gallery .city-warband-head {
  margin-bottom: 14px;
}

.city-gallery-filters {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  flex: none;
}

.city-gallery-filters[hidden] {
  display: none;
}

.city-gallery-race, .city-gallery-filters legend {
  font: 500 11px/1.4 "Space Grotesk", sans-serif;
  color: #b4bdc9;
}

.city-gallery-race-control {
  margin-top: 6px;
}

:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown {
  position: relative;
  display: inline-block;
  min-width: 0;
  font-family: "Space Grotesk", sans-serif;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
  font: 500 13px/1.2 "Space Grotesk", sans-serif;
  text-decoration: none;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: background 0.18s ease;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-toggle:hover {
  background: #151a22;
  color: #eef2f7;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-toggle:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-toggle[aria-expanded=true] {
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-icon {
  display: block;
  flex: none;
  width: var(--city-dropdown-icon-size, 25px);
  height: var(--city-dropdown-icon-size, 25px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-arrow {
  flex: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5490196078);
  transition: transform 0.2s ease;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: auto;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  max-height: min(300px, 40dvh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px;
  border: 0;
  border-radius: 6px;
  background: rgba(8, 11, 16, 0.9607843137);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #ded9cd;
  font: 400 13px/1.3 "Space Grotesk", sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-item:focus {
  outline: none;
  box-shadow: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-item.selected {
  background: rgba(255, 255, 255, 0.0470588235);
  color: #edf0f4;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-item:hover, :is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-item:focus-visible {
  background: rgba(255, 255, 255, 0.0784313725);
  color: #f5dbac;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-item:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-item-text {
  flex: 1;
  min-width: 0;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-check {
  flex: none;
  font-size: 14px;
  color: #a9cdd2;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-count {
  margin-left: auto;
  min-width: 20px;
  padding: 1px 6px;
  border-radius: 999px;
  font: 500 10px/1.6 "Space Grotesk", sans-serif;
  color: #b4c5d5;
  background: rgba(255, 255, 255, 0.0470588235);
  text-align: center;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-count.tag-primary {
  background: rgba(169, 205, 210, 0.1333333333);
  color: #edf0f4;
}
@media (prefers-reduced-motion: reduce) {
  :is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-toggle, :is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-arrow, :is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-menu {
    transition: none;
  }
}
:is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown {
  width: 230px;
}

.city-gallery-filters fieldset {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0 12px 0 0;
  border: 0;
  min-height: 42px;
}

.city-gallery-filters legend {
  margin-bottom: 6px;
  padding: 0;
}

.city-gallery-filters fieldset label {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  font: 500 13px "Space Grotesk", sans-serif;
  color: #edf0f4;
  cursor: pointer;
}

.city-gallery-filters input {
  margin: 0;
  accent-color: #93c9d0;
  width: 15px;
  height: 15px;
}

.city-action-gallery .city-gallery-status {
  flex: none;
  margin: 12px 0;
  font: 400 11px/1.5 "Space Grotesk", sans-serif;
  color: #b4bdc9;
  text-shadow: 0 1px 8px #000;
}

.city-gallery-grid {
  list-style: none;
  margin: 0;
  padding: 0 0 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  align-content: start;
  mask-image: linear-gradient(#000 calc(100% - 28px), transparent);
}

.city-gallery-grid > li {
  min-width: 0;
}

@container (min-width:700px) {
  .city-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@container (min-width:950px) {
  .city-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@container (min-width:1200px) {
  .city-gallery-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@container (min-width:1440px) {
  .city-gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.city-gallery-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(8, 11, 16, 0.7333333333);
}

.city-gallery-art {
  aspect-ratio: 3/4;
  position: relative;
  background: rgba(8, 11, 16, 0.4392156863);
}

.city-gallery-art > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.city-gallery-card[data-state=loading] .city-gallery-art::after {
  content: "";
  position: absolute;
  top: 45%;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1450980392);
  border-top-color: #b4dfe4;
  border-radius: 50%;
  animation: gallery-loading 1s linear infinite;
}

@keyframes gallery-loading {
  to {
    transform: rotate(360deg);
  }
}
.city-gallery-copy {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: flex-end;
  gap: 9px;
  padding: 44px 12px 14px;
  background: linear-gradient(transparent, rgba(5, 8, 13, 0.9294117647) 45%);
  color: #edf0f4;
}

.city-gallery-copy > img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  flex: none;
}

.city-gallery-copy h4 {
  margin: 0;
  font: 500 13px/1.35 "Space Grotesk", sans-serif;
  text-wrap: balance;
}

.city-gallery-copy p {
  margin: 4px 0 0;
  font: 400 10px/1.3 "Space Grotesk", sans-serif;
  color: #b4bdc9;
}

:is(.city-journey, .world-explorer) .city-stage-content :is(.city-gallery-retry, .city-gallery-art button) {
  align-self: flex-start;
  border: 0;
  border-radius: 7px;
  background: #080b10;
  color: #edf0f4;
  padding: 10px 14px;
  font: 500 12px "Space Grotesk", sans-serif;
  cursor: pointer;
}

.city-gallery-art button {
  position: absolute;
  top: 40%;
  left: 10%;
  right: 10%;
}

.city-gallery-retry[hidden] {
  display: none !important;
}

:is(.city-journey, .world-explorer) .city-stage-content .city-action-gallery :is(input, button):focus {
  outline: none;
  box-shadow: none;
}

.city-gallery-filters label:has(input:focus-visible) {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

:is(.city-journey, .world-explorer) .city-stage-content .city-action-gallery button:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width:1024px) {
  .city-action-gallery .city-warband-head h3 {
    font-size: 24px;
  }
  .city-gallery-filters {
    gap: 8px 14px;
  }
  :is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown {
    width: 178px;
  }
  :is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .custom-dropdown .dropdown-toggle {
    font-size: 12px;
  }
  .city-gallery-filters fieldset {
    gap: 10px;
    padding: 0;
  }
  .city-gallery-copy {
    gap: 6px;
    padding: 35px 8px 10px;
  }
  .city-gallery-copy > img {
    width: 24px;
    height: 24px;
  }
  .city-gallery-copy h4 {
    font-size: 11px;
  }
  .city-gallery-grid {
    gap: 8px;
  }
  .world-explorer:has(.city-action-gallery:not([hidden])) .city-stage-content {
    top: var(--city-card-top, 96px);
    max-height: calc(100dvh - var(--city-footer-clearance, 226px) - var(--city-card-top, 96px) - 78px);
  }
}
@media (max-width:1024px) and (max-height: 740px) {
  .city-action-gallery .city-warband-kicker {
    display: none;
  }
  .city-action-gallery .city-warband-head {
    margin-bottom: 8px;
  }
  .city-action-gallery .city-warband-head h3 {
    margin: 0;
    font-size: 22px;
  }
  .city-gallery-race, .city-gallery-filters legend {
    font-size: 10px;
  }
  .city-gallery-race-control {
    margin-top: 3px;
  }
  .city-gallery-filters legend {
    margin-bottom: 3px;
  }
  :is(.city-journey, .world-explorer) .city-stage-content .city-gallery-race .dropdown-toggle, .city-gallery-filters fieldset label {
    height: 36px;
    min-height: 36px;
  }
  .city-gallery-filters fieldset {
    min-height: 36px;
  }
  .city-action-gallery .city-gallery-status {
    margin: 6px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .city-gallery-card[data-state=loading] .city-gallery-art::after {
    animation: none;
  }
}
.city-guides {
  flex: 1;
  min-height: 0;
}

.city-guides-status {
  margin: 0 0 16px;
  color: #b4bdc9;
  font: 400 13px/1.6 "Space Grotesk", sans-serif;
}

:is(.city-journey, .world-explorer) .city-stage-content .city-guides .custom-dropdown {
  min-width: 180px;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guides .dropdown-toggle {
  border: 0;
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.9019607843);
  min-height: 40px;
  font-family: "Space Grotesk", sans-serif;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guides .dropdown-menu {
  border: 0;
  background: rgba(8, 11, 16, 0.9803921569);
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guides .dropdown-item {
  font-family: "Space Grotesk", sans-serif;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guides .dropdown-item.selected {
  background: rgba(255, 255, 255, 0.0470588235);
  color: #edf0f4;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guides .dropdown-check {
  color: #a9cdd2;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guides :is(button, a):focus {
  outline: none;
  box-shadow: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guides button:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guides .city-guides-retry {
  align-self: flex-start;
  border: 0;
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.9019607843);
  padding: 8px 12px;
  color: #edf0f4;
  font: 500 12px "Space Grotesk", sans-serif;
  cursor: pointer;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guides [hidden] {
  display: none !important;
}

.city-guides-grid {
  list-style: none;
  margin: 0;
  padding: 0 0 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  align-content: start;
  mask-image: linear-gradient(#000 calc(100% - 28px), transparent);
}

.city-guides-grid > li {
  min-width: 0;
}

@container (min-width:650px) {
  .city-guides-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@container (min-width:900px) {
  .city-guides-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@container (min-width:1200px) {
  .city-guides-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@container (min-width:1440px) {
  .city-guides-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
:is(.city-journey, .world-explorer) .city-stage-content .city-guide-card {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 3/4;
  min-height: 290px;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #101923;
  color: #edf0f4;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
}

.city-guide-art {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.city-guide-art > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.city-guide-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(rgba(3, 8, 13, 0.2509803922), transparent 25%, rgba(3, 8, 13, 0.1882352941) 42%, rgba(3, 8, 13, 0.8588235294) 72%, rgba(3, 8, 13, 0.9607843137));
}

.city-guide-topline {
  position: absolute;
  inset: 18px 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.city-guide-category {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  font: 500 9px/1.4 "Space Grotesk", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 8px #000;
}

.city-guide-class {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5333333333));
}

.city-guide-cover-copy {
  padding: 90px 18px 18px;
  width: 100%;
  box-sizing: border-box;
}

.city-guide-cover-copy h4 {
  margin: 0;
  font: 500 clamp(19px, 1.65vw, 24px)/1.12 "Space Grotesk", sans-serif;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2666666667);
}

.city-guide-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.city-guide-read {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #c4d2e2;
  font-size: 10px;
}

.city-guide-read svg {
  width: 13px;
  height: 13px;
}

.city-guide-read svg:last-child {
  width: 19px;
  height: 19px;
  margin-left: 6px;
}

.city-guide-card:focus-visible h4 {
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .city-guide-card:hover .city-guide-art > img {
    transform: scale(1.045);
  }
}
@media (max-width:1024px) {
  :is(.city-journey, .world-explorer) .city-stage-content:has(.city-guides:not([hidden])) {
    top: var(--city-card-top, 96px);
    max-height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
  }
  .city-guides .city-warband-head {
    margin-bottom: 14px;
    align-items: flex-end;
    gap: 8px;
  }
  :is(.city-journey, .world-explorer) .city-stage-content .city-guides .custom-dropdown {
    min-width: 145px;
  }
  .city-guides .city-warband-kicker {
    max-width: 17ch;
  }
  .city-guides .city-warband-head h3 {
    font-size: 24px;
  }
  .city-guides-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  :is(.city-journey, .world-explorer) .city-stage-content .city-guide-card {
    aspect-ratio: 2/3;
    min-height: 250px;
  }
  .city-guide-cover-copy {
    padding: 70px 12px 14px;
  }
  .city-guide-cover-copy h4 {
    font-size: 18px;
  }
  .city-guide-topline {
    inset: 12px 12px auto;
  }
  .city-guide-category {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  .city-guide-class {
    width: 28px;
    height: 28px;
  }
  .city-guide-footer {
    margin-top: 14px;
  }
}
@media (max-width:1024px) and (max-height: 740px) {
  .city-guides .city-warband-kicker {
    display: none;
  }
  .city-guides .city-warband-head h3 {
    margin: 0;
    font-size: 22px;
  }
}
#transmog-container {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  min-height: calc(100vh - 317px);
}

.tmog-page-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--ui-border);
  padding-bottom: 0;
}

.tmog-page-tab {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border: none;
  background: transparent;
  color: rgb(var(--ui-white-rgb)/0.4);
  font-size: var(--ui-text-md);
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.tmog-page-tab i {
  font-size: 16px;
}

.tmog-page-tab:hover {
  color: rgb(var(--ui-white-rgb)/0.7);
}

.tmog-page-tab.active {
  color: var(--ui-text);
  border-bottom-color: var(--ui-primary);
}

@media (max-width: 500px) {
  .tmog-page-tab {
    flex: 1;
    justify-content: center;
    padding: 10px 12px;
    font-size: var(--ui-text-sm);
  }
}
.tmog-layout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .tmog-layout {
    flex-direction: column;
  }
}
.tmog-sidebar {
  width: 220px;
  flex-shrink: 0;
}

.tmog-sidebar .custom-dropdown {
  min-width: unset;
  width: 100%;
}

.tmog-sidebar .custom-dropdown .dropdown-toggle {
  padding: 6px 10px;
  font-size: var(--ui-text-xs);
}

.tmog-sidebar .custom-dropdown .dropdown-menu {
  min-width: 100%;
}

.tmog-sidebar .custom-dropdown .dropdown-item {
  padding: 6px 10px;
  font-size: var(--ui-text-xs);
}

@media (max-width: 900px) {
  .tmog-sidebar {
    width: 100%;
  }
  .tmog-sidebar .custom-dropdown .dropdown-toggle, .tmog-sidebar .custom-dropdown .dropdown-item {
    font-size: var(--ui-text-sm);
    padding: 8px 12px;
  }
}
@media (max-width: 500px) {
  .tmog-sidebar .custom-dropdown {
    width: 100%;
    min-width: unset;
  }
  .tmog-sidebar .custom-dropdown .dropdown-toggle {
    font-size: var(--ui-text-md);
    padding: 10px 12px;
  }
  .tmog-sidebar .custom-dropdown .dropdown-menu {
    min-width: 100%;
  }
  .tmog-sidebar .custom-dropdown .dropdown-item {
    font-size: var(--ui-text-md);
    padding: 10px 12px;
  }
}
.tmog-sidebar-inner {
  position: sticky;
  top: 70px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: rgb(var(--ui-black-rgb)/0.3);
  border: 1px solid var(--ui-border);
  border-radius: 10px;
}

@media (max-width: 900px) {
  .tmog-sidebar-inner {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 8px;
    padding: 12px;
  }
}
@media (max-width: 500px) {
  .tmog-sidebar-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px;
  }
}
@media (max-width: 900px) {
  .tmog-sidebar-section {
    flex: 1 1 30%;
    min-width: 0;
  }
  .tmog-sidebar-section:has(.tmog-toggle) {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 500px) {
  .tmog-sidebar-section {
    flex: 1 1 100%;
    width: 100%;
  }
  .tmog-sidebar-section:has(.tmog-toggle) {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.tmog-sidebar-label {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgb(var(--ui-white-rgb)/0.3);
  margin-bottom: 4px;
}

.tmog-main {
  flex: 1;
  min-width: 0;
  width: 100%;
}

.tmog-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--ui-text-xs);
  color: rgb(var(--ui-white-rgb)/0.4);
  cursor: pointer;
  align-self: center;
  margin-left: auto;
}

@media (max-width: 500px) {
  .tmog-toggle {
    width: 100%;
    align-self: flex-start;
    margin-left: 0;
  }
}
.tmog-toggle input[type=checkbox] {
  accent-color: var(--ui-primary);
}

.tmog-sidebar-stats {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 8px;
  border-top: 1px solid var(--ui-border);
}

@media (max-width: 900px) {
  .tmog-sidebar-stats {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding-top: 4px;
  }
}
.tmog-stat {
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 900px) {
  .tmog-stat {
    flex-direction: column;
    flex: 1;
  }
}
.tmog-stat-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--ui-text);
}

@media (max-width: 900px) {
  .tmog-stat-value {
    font-size: 14px;
  }
}
.tmog-stat-label {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: rgb(var(--ui-white-rgb)/0.25);
  text-align: center;
}

.tmog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 12px;
  padding-bottom: 40px;
}

@media (max-width: 900px) {
  .tmog-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.tmog-card {
  background: var(--ui-surface);
  border: 1px solid var(--ui-border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.tmog-card:hover {
  border-color: rgb(var(--ui-white-rgb)/0.12);
}

.tmog-card.tmog-complete {
  border-color: rgba(16, 185, 129, 0.15);
  opacity: 0.7;
}

.tmog-card.tmog-complete:hover {
  opacity: 1;
}

.tmog-card.tmog-complete .tmog-set-name {
  color: rgb(var(--ui-white-rgb)/0.5);
}

.tmog-card-header {
  padding: 14px 16px 10px;
}

.tmog-card-meta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.tmog-set-icon {
  width: 24px;
  height: 24px;
  border-radius: var(--ui-radius-sm);
  border: 1px solid var(--ui-border-strong);
  flex-shrink: 0;
}

.tmog-set-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--ui-text);
  margin: 0;
}

.tmog-armor-tag {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: rgb(var(--ui-white-rgb)/0.3);
}

.tmog-expansion-tag {
  font-size: 9px;
  color: rgb(var(--ui-white-rgb)/0.25);
}

.tmog-class-pill {
  font-size: 9px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.tmog-progress-text {
  font-size: 10px;
  font-weight: 600;
  color: rgb(var(--ui-white-rgb)/0.4);
}

.tmog-diff-tabs-wrap {
  position: relative;
  margin-top: 10px;
  margin-bottom: 8px;
}

.tmog-diff-tabs-wrap .tmog-diff-tabs {
  margin-top: 0;
  margin-bottom: 0;
}

.tmog-diff-tabs-wrap .tmog-diff-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(var(--ui-primary-rgb)/0.4);
  border-radius: 50%;
  background: rgb(var(--ui-black-rgb)/0.85);
  color: rgb(var(--ui-white-rgb)/0.85);
  cursor: pointer;
  padding: 0;
  opacity: 0;
  transition: opacity 0.15s ease, background 0.15s ease;
  z-index: 3;
}

.tmog-diff-tabs-wrap .tmog-diff-arrow i {
  font-size: var(--ui-text-xs);
  line-height: 1;
}

.tmog-diff-tabs-wrap .tmog-diff-arrow:hover {
  background: rgb(var(--ui-primary-rgb)/0.85);
  color: var(--ui-text);
}

.tmog-diff-tabs-wrap .tmog-diff-arrow.disabled {
  opacity: 0 !important;
  pointer-events: none;
}

.tmog-diff-tabs-wrap.has-overflow:hover .tmog-diff-arrow:not(.disabled) {
  opacity: 1;
}

.tmog-diff-tabs-wrap .tmog-diff-arrow-prev {
  left: -6px;
}

.tmog-diff-tabs-wrap .tmog-diff-arrow-next {
  right: -6px;
}

.tmog-diff-tabs {
  display: flex;
  gap: 4px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.tmog-diff-tab {
  padding: 4px 10px;
  border: 1px solid rgb(var(--ui-white-rgb)/0.08);
  border-radius: var(--ui-radius-sm);
  background: transparent;
  color: var(--ui-text-dim);
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s ease;
}

.tmog-diff-tab:hover {
  color: rgb(var(--ui-white-rgb)/0.7);
  border-color: rgb(var(--ui-white-rgb)/0.15);
}

.tmog-diff-tab.active {
  background: rgb(var(--ui-primary-rgb)/0.12);
  border-color: rgb(var(--ui-primary-rgb)/0.3);
  color: var(--ui-text);
}

.tmog-diff-tab.tab-complete .tmog-tab-progress {
  color: #10b981;
}

.tmog-diff-tab .tmog-tab-progress {
  font-size: 9px;
  color: rgb(var(--ui-white-rgb)/0.25);
  margin-left: 4px;
}

.tmog-progress-info {
  margin-top: 8px;
}

.tmog-pieces {
  padding: 4px 0 6px;
  display: none;
}

.tmog-pieces.active {
  display: block;
}

.tmog-piece {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  transition: background 0.15s ease;
  cursor: pointer;
}

.tmog-piece:hover {
  background: rgb(var(--ui-white-rgb)/0.03);
}

.tmog-piece.owned .tmog-piece-name {
  color: rgb(var(--ui-white-rgb)/0.7);
}

.tmog-piece.missing .tmog-piece-name {
  opacity: 0.45;
  color: rgb(var(--ui-white-rgb)/0.5);
}

.tmog-piece.missing .tmog-piece-check,
.tmog-piece.missing .tmog-piece-find,
.tmog-piece.missing .tmog-piece-source {
  opacity: 0.45;
}

.tmog-piece.missing:hover .tmog-piece-name,
.tmog-piece.missing:hover .tmog-piece-check,
.tmog-piece.missing:hover .tmog-piece-find,
.tmog-piece.missing:hover .tmog-piece-source {
  opacity: 0.7;
}

.tmog-piece-icon-link {
  flex-shrink: 0;
  line-height: 0;
  cursor: default;
}

.tmog-piece-icon {
  width: 22px;
  height: 22px;
  border-radius: var(--ui-radius-sm);
  border: 1px solid var(--ui-border-strong);
  flex-shrink: 0;
  object-fit: cover;
}

.tmog-piece-icon-placeholder {
  width: 22px;
  height: 22px;
  border-radius: var(--ui-radius-sm);
  background: rgb(var(--ui-white-rgb)/0.05);
  flex-shrink: 0;
}

.tmog-piece-slot {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: rgb(var(--ui-white-rgb)/0.25);
  min-width: 65px;
  flex-shrink: 0;
}

.tmog-piece-name {
  font-size: var(--ui-text-sm);
  text-decoration: none;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tmog-piece-name:hover {
  color: var(--ui-primary) !important;
}

.tmog-piece-check {
  color: #10b981;
  font-size: 14px;
  flex-shrink: 0;
}

.tmog-piece-find {
  color: var(--ui-text-faint);
  font-size: var(--ui-text-sm);
  flex-shrink: 0;
}

.tmog-piece-source {
  font-size: 9px;
  color: rgb(var(--ui-white-rgb)/0.25);
  flex-shrink: 0;
  text-align: right;
}

@media (max-width: 500px) {
  .tmog-piece-source {
    font-size: 8px;
    max-width: 100px;
    white-space: normal;
    line-height: 1.3;
  }
}
@media (max-width: 500px) {
  .tmog-piece {
    padding: 5px 12px;
    gap: 6px;
  }
  .tmog-piece-slot {
    min-width: 45px;
    font-size: 8px;
  }
  .tmog-piece-name {
    font-size: var(--ui-text-xs);
  }
  .tmog-piece-icon {
    width: 18px;
    height: 18px;
  }
}
.tmog-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgb(var(--ui-black-rgb)/0.6);
  backdrop-filter: blur(6px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.tmog-modal {
  background: rgb(var(--ui-black-rgb)/0.2);
  border: 1px solid rgb(var(--ui-primary-rgb)/0.2);
  border-radius: 5px;
  padding: 24px;
  max-width: 420px;
  width: 100%;
  position: relative;
}

@media (max-width: 500px) {
  .tmog-modal {
    max-width: unset;
    margin: 0 10px;
    padding: 20px;
  }
}
.tmog-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  color: rgb(var(--ui-white-rgb)/0.4);
  font-size: 20px;
  cursor: pointer;
  padding: 4px;
}

.tmog-modal-close:hover {
  color: var(--ui-text);
}

.tmog-modal-content {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.tmog-modal-icon-link {
  flex-shrink: 0;
  line-height: 0;
  cursor: default;
}

.tmog-modal-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--ui-radius-lg);
  border: 2px solid rgb(var(--ui-white-rgb)/0.15);
}

.tmog-modal-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.tmog-modal-slot {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ui-text-dim);
}

.tmog-modal-name {
  font-size: var(--ui-text-lg);
  font-weight: 600;
  color: var(--ui-text);
  margin: 0;
}

.tmog-modal-status {
  font-size: var(--ui-text-xs);
  font-weight: 600;
}

.tmog-modal-status.owned {
  color: #10b981;
}

.tmog-modal-status.missing {
  color: var(--ui-text-dim);
}

.tmog-modal-source {
  padding: 12px 0;
  border-top: 1px solid var(--ui-border);
  border-bottom: 1px solid var(--ui-border);
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tmog-modal-source-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--ui-text-md);
  color: rgb(var(--ui-white-rgb)/0.7);
}

.tmog-modal-source-row i {
  color: var(--ui-primary);
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.tmog-modal-actions {
  display: flex;
  gap: 8px;
}

@media (max-width: 500px) {
  .tmog-modal-actions {
    flex-direction: column;
  }
}
#tmog-add-todo.added {
  background: rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.3);
  color: #10b981;
}

.tmog-modal-wowhead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgb(var(--ui-white-rgb)/0.05);
  border: 1px solid rgb(var(--ui-white-rgb)/0.08);
  border-radius: var(--ui-radius-md);
  color: rgb(var(--ui-white-rgb)/0.5);
  text-decoration: none;
  font-size: var(--ui-text-sm);
  font-weight: 600;
  transition: all 0.2s ease;
}

.tmog-modal-wowhead:hover {
  background: rgb(var(--ui-white-rgb)/0.08);
  color: var(--ui-text);
}

.tmog-loot-dungeon {
  margin-bottom: 24px;
}

.tmog-loot-dungeon-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--ui-text);
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tmog-loot-dungeon-name i {
  color: var(--ui-primary);
}

.tmog-loot-boss {
  margin-bottom: 12px;
  background: rgb(var(--ui-black-rgb)/0.3);
  border: 1px solid var(--ui-border);
  border-radius: var(--ui-radius-lg);
  overflow: hidden;
}

.tmog-loot-boss-name {
  font-size: var(--ui-text-sm);
  font-weight: 600;
  color: rgb(var(--ui-white-rgb)/0.6);
  padding: 10px 16px;
  border-bottom: 1px solid rgb(var(--ui-white-rgb)/0.04);
  display: flex;
  align-items: center;
  gap: 6px;
}

.tmog-loot-boss-name i {
  color: rgb(var(--ui-white-rgb)/0.3);
  font-size: 14px;
}

.tmog-loot-items {
  padding: 4px 0;
}

.city-transmog, .city-transmog-modal, .city-transmog-controls {
  --ui-white-rgb:255 255 255;
  --ui-black-rgb:0 0 0;
  --ui-primary-rgb:169 205 210;
  --ui-primary:#a9cdd2;
  --ui-primary-soft:#a9cdd218;
  --ui-primary-border:#a9cdd244;
  --ui-primary-hover:#a9cdd222;
  --ui-text:#edf2f7;
  --ui-text-dim:#b4bdc9;
  --ui-text-faint:#8592a2;
  --ui-surface:#080d14b8;
  --ui-border:#ffffff14;
  --ui-border-strong:#ffffff25;
  --ui-font-body:"Inter",sans-serif;
  --ui-text-xs:11px;
  --ui-text-sm:12px;
  --ui-text-md:13px;
  --ui-text-lg:16px;
  --ui-radius-sm:4px;
  --ui-radius-md:8px;
  --ui-radius-lg:12px;
  --ui-transition-base:150ms ease;
  font-family: "Inter", sans-serif;
  color: var(--ui-text);
}

.city-transmog .tabs, .city-transmog-controls .tabs {
  display: flex;
  gap: 2px;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid var(--ui-border);
  margin-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.city-transmog .tabs::-webkit-scrollbar, .city-transmog-controls .tabs::-webkit-scrollbar {
  display: none;
}
.city-transmog .tabs .tab, .city-transmog-controls .tabs .tab {
  flex-shrink: 0;
  white-space: nowrap;
}
.city-transmog .tabs.tabs-align-center, .city-transmog-controls .tabs.tabs-align-center {
  justify-content: center;
}
.city-transmog .tabs.tabs-align-end, .city-transmog-controls .tabs.tabs-align-end {
  justify-content: flex-end;
}
.city-transmog .tabs-spacer, .city-transmog-controls .tabs-spacer {
  flex: 1;
}
.city-transmog .tab, .city-transmog-controls .tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  background: transparent;
  color: rgb(var(--ui-white-rgb)/0.4);
  font-family: var(--ui-font-body);
  font-size: var(--ui-text-md);
  font-weight: 600;
  cursor: pointer;
  transition: color var(--ui-transition-base), border-color var(--ui-transition-base);
  text-decoration: none;
}
.city-transmog .tab i, .city-transmog-controls .tab i {
  font-size: var(--ui-text-lg);
  flex-shrink: 0;
}
.city-transmog .tab:hover, .city-transmog-controls .tab:hover {
  color: rgb(var(--ui-white-rgb)/0.7);
}
.city-transmog .tab.is-active, .city-transmog-controls .tab.is-active {
  color: var(--ui-text);
  border-bottom-color: var(--ui-primary);
}
.city-transmog .tab.is-active .tab-count, .city-transmog-controls .tab.is-active .tab-count {
  background: rgb(var(--ui-primary-rgb)/0.2);
  color: #d09fff;
}
.city-transmog .tab:disabled, .city-transmog .tab[aria-disabled=true], .city-transmog-controls .tab:disabled, .city-transmog-controls .tab[aria-disabled=true] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.city-transmog .tab.is-complete::after, .city-transmog-controls .tab.is-complete::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ui-success, #10b981);
  margin-left: 2px;
  flex-shrink: 0;
}
.city-transmog .tab-count, .city-transmog-controls .tab-count {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  background: rgb(var(--ui-white-rgb)/0.05);
  color: rgb(var(--ui-white-rgb)/0.5);
  font-weight: 700;
  line-height: 1;
  transition: background var(--ui-transition-base), color var(--ui-transition-base);
}
.city-transmog .tabs.tabs-sm .tab, .city-transmog-controls .tabs.tabs-sm .tab {
  padding: 6px 12px;
  font-size: var(--ui-text-sm);
}
.city-transmog .tabs.tabs-sm .tab i, .city-transmog-controls .tabs.tabs-sm .tab i {
  font-size: var(--ui-text-md);
}
.city-transmog .tabs.tabs-buttons, .city-transmog-controls .tabs.tabs-buttons {
  border-bottom: 0;
  gap: var(--ui-space-2);
}
.city-transmog .tabs.tabs-buttons .tab, .city-transmog-controls .tabs.tabs-buttons .tab {
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: var(--ui-radius-sm);
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}
.city-transmog .tabs.tabs-buttons .tab:hover, .city-transmog-controls .tabs.tabs-buttons .tab:hover {
  color: var(--ui-text);
  background: var(--ui-surface-raised);
  border-color: transparent;
}
.city-transmog .tabs.tabs-buttons .tab.is-active, .city-transmog-controls .tabs.tabs-buttons .tab.is-active {
  color: var(--ui-text);
  background: rgb(var(--ui-primary-rgb)/0.12);
  border-color: rgb(var(--ui-primary-rgb)/0.3);
}
.city-transmog .tabs.tabs-buttons.tabs-sm .tab, .city-transmog-controls .tabs.tabs-buttons.tabs-sm .tab {
  padding: 4px 10px;
  font-size: var(--ui-text-xs);
  gap: 4px;
}
.city-transmog .tabs.tabs-buttons.tabs-sm .tab i, .city-transmog-controls .tabs.tabs-buttons.tabs-sm .tab i {
  font-size: var(--ui-text-sm);
}
.city-transmog .progress, .city-transmog-controls .progress {
  display: flex;
  align-items: center;
  gap: 6px;
}
.city-transmog .progress-track, .city-transmog-controls .progress-track {
  flex: 1;
  background: rgb(var(--ui-white-rgb)/0.08);
  border-radius: 2px;
  overflow: hidden;
}
.city-transmog .progress-sm .progress-track, .city-transmog-controls .progress-sm .progress-track {
  height: 3px;
}
.city-transmog .progress-md .progress-track, .city-transmog-controls .progress-md .progress-track {
  height: 4px;
}
.city-transmog .progress-fill, .city-transmog-controls .progress-fill {
  height: 100%;
  border-radius: 2px;
  background: var(--ui-primary);
  transition: width 0.3s ease;
}
.city-transmog .progress-fill-complete, .city-transmog-controls .progress-fill-complete {
  background: #10b981;
}
.city-transmog .progress-fill-spectrum, .city-transmog-controls .progress-fill-spectrum {
  background: linear-gradient(90deg, var(--ui-primary), #00AEFF, #ff8000);
}
.city-transmog .progress-label, .city-transmog-controls .progress-label {
  font-size: 9px;
  font-weight: 600;
  color: var(--ui-text-dim);
  flex-shrink: 0;
}
.city-transmog .spinner, .city-transmog-controls .spinner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ui-primary);
}
.city-transmog .spinner i, .city-transmog-controls .spinner i {
  font-size: 32px;
}
.city-transmog .spinner.spinner-sm i, .city-transmog-controls .spinner.spinner-sm i {
  font-size: 20px;
}
.city-transmog .spinner.spinner-md i, .city-transmog-controls .spinner.spinner-md i {
  font-size: 32px;
}
.city-transmog .spinner.spinner-lg i, .city-transmog-controls .spinner.spinner-lg i {
  font-size: 64px;
}
.city-transmog .spinner.spinner-block, .city-transmog-controls .spinner.spinner-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: 60px 20px;
  text-align: center;
}
.city-transmog .spinner.spinner-block .spinner-label, .city-transmog-controls .spinner.spinner-block .spinner-label {
  margin: 0;
  font-family: var(--ui-font-body);
  font-size: var(--ui-text-md);
  color: var(--ui-text-muted);
}
.city-transmog .empty-state, .city-transmog-controls .empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 60px 20px;
  text-align: center;
  color: rgb(var(--ui-white-rgb)/0.5);
}
.city-transmog .empty-state > i, .city-transmog-controls .empty-state > i {
  font-size: 48px;
  color: var(--ui-text-faint);
}
.city-transmog .empty-state.empty-state-sm, .city-transmog-controls .empty-state.empty-state-sm {
  padding: 24px 12px;
  gap: 8px;
}
.city-transmog .empty-state.empty-state-sm > i, .city-transmog-controls .empty-state.empty-state-sm > i {
  font-size: 28px;
}
.city-transmog .empty-state.empty-state-error > i, .city-transmog-controls .empty-state.empty-state-error > i {
  color: rgba(239, 68, 68, 0.5);
}
.city-transmog .empty-state-title, .city-transmog-controls .empty-state-title {
  margin: 0;
  font-family: var(--ui-font-body);
  font-size: var(--ui-text-md);
  font-weight: 700;
  color: rgb(var(--ui-white-rgb)/0.85);
}
.city-transmog .empty-state-message, .city-transmog-controls .empty-state-message {
  margin: 0;
  font-family: var(--ui-font-body);
  font-size: var(--ui-text-sm);
  color: rgb(var(--ui-white-rgb)/0.4);
  line-height: 1.5;
  max-width: 420px;
}
.city-transmog .empty-state-action, .city-transmog-controls .empty-state-action {
  margin-top: 4px;
}
.city-transmog .custom-dropdown, .city-transmog-controls .custom-dropdown {
  position: relative;
  display: inline-block;
  min-width: 250px;
}
.city-transmog .custom-dropdown .dropdown-toggle, .city-transmog-controls .custom-dropdown .dropdown-toggle {
  width: 100%;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  background: rgb(var(--ui-black-rgb)/0.3);
  border: 1px solid var(--ui-border-strong);
  border-radius: var(--ui-radius-md);
  color: var(--ui-text);
  font-family: var(--ui-font-body);
  font-size: var(--ui-text-md);
  line-height: 1.4;
  letter-spacing: inherit;
  cursor: pointer;
  transition: border-color var(--ui-transition-base), background var(--ui-transition-base);
}
.city-transmog .custom-dropdown .dropdown-toggle:hover, .city-transmog-controls .custom-dropdown .dropdown-toggle:hover {
  border-color: rgb(var(--ui-white-rgb)/0.2);
}
.city-transmog .custom-dropdown .dropdown-toggle:focus, .city-transmog-controls .custom-dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.city-transmog .custom-dropdown .dropdown-toggle:focus-visible .dropdown-text, .city-transmog-controls .custom-dropdown .dropdown-toggle:focus-visible .dropdown-text {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-transmog .custom-dropdown .dropdown-toggle:focus-visible .dropdown-trigger-icon, .city-transmog-controls .custom-dropdown .dropdown-toggle:focus-visible .dropdown-trigger-icon {
  color: var(--ui-text);
}
.city-transmog .custom-dropdown .dropdown-toggle .dropdown-label, .city-transmog-controls .custom-dropdown .dropdown-toggle .dropdown-label {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.city-transmog .custom-dropdown .dropdown-toggle .dropdown-text, .city-transmog-controls .custom-dropdown .dropdown-toggle .dropdown-text {
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.city-transmog .custom-dropdown .dropdown-toggle .dropdown-icon, .city-transmog-controls .custom-dropdown .dropdown-toggle .dropdown-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}
.city-transmog .custom-dropdown .dropdown-toggle .dropdown-arrow, .city-transmog-controls .custom-dropdown .dropdown-toggle .dropdown-arrow {
  font-size: 14px;
  color: rgb(var(--ui-white-rgb)/0.4);
  transition: transform 0.2s ease;
}
.city-transmog .custom-dropdown.open .dropdown-toggle .dropdown-arrow, .city-transmog-controls .custom-dropdown.open .dropdown-toggle .dropdown-arrow {
  transform: rotate(180deg);
}
.city-transmog .custom-dropdown.dropdown-icon-only, .city-transmog-controls .custom-dropdown.dropdown-icon-only {
  min-width: 0;
}
.city-transmog .custom-dropdown.dropdown-icon-only .dropdown-toggle, .city-transmog-controls .custom-dropdown.dropdown-icon-only .dropdown-toggle {
  width: 36px;
  height: 36px;
  padding: 0;
  justify-content: center;
}
.city-transmog .custom-dropdown.dropdown-icon-only .dropdown-toggle .dropdown-label,
.city-transmog .custom-dropdown.dropdown-icon-only .dropdown-toggle .dropdown-text, .city-transmog-controls .custom-dropdown.dropdown-icon-only .dropdown-toggle .dropdown-label,
.city-transmog-controls .custom-dropdown.dropdown-icon-only .dropdown-toggle .dropdown-text {
  display: none;
}
.city-transmog .custom-dropdown.dropdown-icon-only .dropdown-toggle .dropdown-trigger-icon, .city-transmog-controls .custom-dropdown.dropdown-icon-only .dropdown-toggle .dropdown-trigger-icon {
  font-size: var(--ui-text-lg);
  color: rgb(var(--ui-white-rgb)/0.7);
}
.city-transmog .custom-dropdown.dropdown-icon-only .dropdown-toggle .dropdown-arrow, .city-transmog-controls .custom-dropdown.dropdown-icon-only .dropdown-toggle .dropdown-arrow {
  display: none;
}
.city-transmog .custom-dropdown.dropdown-icon-only .dropdown-menu, .city-transmog-controls .custom-dropdown.dropdown-icon-only .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 200px;
}
.city-transmog .custom-dropdown .dropdown-menu, .city-transmog-controls .custom-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: rgba(20, 20, 31, 0.96);
  border: 1px solid var(--ui-border-strong);
  border-radius: var(--ui-radius-md);
  box-shadow: 0 12px 32px rgb(var(--ui-black-rgb)/0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  max-height: 300px;
  overflow-y: auto;
  padding: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
  z-index: 1000;
}
.city-transmog .custom-dropdown .dropdown-menu::-webkit-scrollbar, .city-transmog-controls .custom-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
.city-transmog .custom-dropdown .dropdown-menu::-webkit-scrollbar-track, .city-transmog-controls .custom-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}
.city-transmog .custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb, .city-transmog-controls .custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: rgb(var(--ui-primary-rgb)/0.3);
  border-radius: 2px;
}
.city-transmog .custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover, .city-transmog-controls .custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: rgb(var(--ui-primary-rgb)/0.5);
}
.city-transmog .custom-dropdown .dropdown-item:focus, .city-transmog-controls .custom-dropdown .dropdown-item:focus {
  outline: none;
  box-shadow: none;
}
.city-transmog .custom-dropdown .dropdown-item:focus-visible, .city-transmog-controls .custom-dropdown .dropdown-item:focus-visible {
  background: var(--ui-surface-hover);
  color: var(--ui-text);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-transmog .custom-dropdown .dropdown-item, .city-transmog-controls .custom-dropdown .dropdown-item {
  width: 100%;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  border-radius: var(--ui-radius-sm);
  color: rgb(var(--ui-white-rgb)/0.85);
  font-family: var(--ui-font-body);
  font-size: var(--ui-text-md);
  letter-spacing: inherit;
  text-align: left;
  cursor: pointer;
  transition: background var(--ui-transition-base), color var(--ui-transition-base);
  position: relative;
}
.city-transmog .custom-dropdown .dropdown-item:hover, .city-transmog-controls .custom-dropdown .dropdown-item:hover {
  background: var(--ui-surface-hover);
  color: var(--ui-text);
}
.city-transmog .custom-dropdown .dropdown-item.selected, .city-transmog-controls .custom-dropdown .dropdown-item.selected {
  background: rgb(var(--ui-primary-rgb)/0.12);
  color: var(--ui-text);
}
.city-transmog .custom-dropdown .dropdown-item.disabled, .city-transmog-controls .custom-dropdown .dropdown-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.city-transmog .custom-dropdown .dropdown-item .dropdown-icon, .city-transmog-controls .custom-dropdown .dropdown-item .dropdown-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}
.city-transmog .custom-dropdown .dropdown-item .dropdown-item-text, .city-transmog-controls .custom-dropdown .dropdown-item .dropdown-item-text {
  flex: 1;
}
.city-transmog .custom-dropdown .dropdown-item .dropdown-count, .city-transmog-controls .custom-dropdown .dropdown-item .dropdown-count {
  margin-left: auto;
}
.city-transmog .custom-dropdown .dropdown-item .dropdown-check, .city-transmog-controls .custom-dropdown .dropdown-item .dropdown-check {
  font-size: var(--ui-text-md);
  color: var(--ui-primary);
  flex-shrink: 0;
}
.city-transmog .custom-dropdown.open .dropdown-toggle .dropdown-arrow, .city-transmog-controls .custom-dropdown.open .dropdown-toggle .dropdown-arrow {
  transform: rotate(180deg);
}
.city-transmog .custom-dropdown.open .dropdown-menu, .city-transmog-controls .custom-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .city-transmog .custom-dropdown, .city-transmog-controls .custom-dropdown {
    width: 100%;
    min-width: 100%;
  }
}
.city-transmog, .city-transmog-controls {
  flex: 1;
  gap: 14px;
  min-height: 0;
}
.city-transmog .city-warband-head, .city-transmog-controls .city-warband-head {
  margin: 0;
  flex: none;
}
.city-transmog > .tabs, .city-transmog-controls > .tabs {
  flex: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 6px;
  border: 0;
}
.city-transmog #transmog-content, .city-transmog-controls #transmog-content {
  display: flex;
  flex: 1;
  min-height: 0;
}
.city-transmog .tmog-layout, .city-transmog-controls .tmog-layout {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  min-height: 0;
}
.city-transmog .tmog-sidebar, .city-transmog-controls .tmog-sidebar {
  width: 100%;
  flex: none;
}
.city-transmog .tmog-sidebar-inner, .city-transmog-controls .tmog-sidebar-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px;
  padding: 0;
  border: 0;
  background: none;
  position: static;
}
.city-transmog .tmog-sidebar-section, .city-transmog-controls .tmog-sidebar-section {
  flex: 1 1 140px;
  max-width: 240px;
  margin: 0;
  padding: 0;
  border: 0;
}
.city-transmog .tmog-sidebar-label, .city-transmog-controls .tmog-sidebar-label {
  margin: 0 0 6px;
  color: #b4bdc9;
  font: 500 10px "Space Grotesk", sans-serif;
}
.city-transmog .tmog-sidebar-stats, .city-transmog-controls .tmog-sidebar-stats {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex: 1 1 220px;
  margin: 0;
  padding: 0 0 5px;
  border: 0;
}
.city-transmog .tmog-stat, .city-transmog-controls .tmog-stat {
  flex: none;
  flex-direction: column;
  align-items: start;
  gap: 2px;
}
.city-transmog .tmog-stat-value, .city-transmog-controls .tmog-stat-value {
  font: 500 19px "Space Grotesk", sans-serif;
  color: #edf2f7;
}
.city-transmog .tmog-stat-label, .city-transmog-controls .tmog-stat-label {
  font-size: 9px;
  color: #b4bdc9;
}
.city-transmog .tmog-toggle, .city-transmog-controls .tmog-toggle {
  min-height: 36px;
  font-size: 11px;
}
.city-transmog .tmog-main, .city-transmog-controls .tmog-main {
  flex: 1;
  min-height: 0;
  min-width: 0;
  width: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 28px;
  mask-image: linear-gradient(#000 calc(100% - 28px), transparent);
}
.city-transmog .tmog-grid, .city-transmog-controls .tmog-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
  padding-bottom: 0;
  gap: 12px;
}
.city-transmog .tmog-card, .city-transmog-controls .tmog-card {
  border: 0;
  background: rgba(8, 13, 20, 0.9019607843);
  border-radius: 10px;
}
.city-transmog .tmog-card .tmog-set-name, .city-transmog-controls .tmog-card .tmog-set-name {
  font: 500 18px/1.25 "Space Grotesk", sans-serif;
  text-shadow: none;
}
.city-transmog .tmog-piece.missing .tmog-piece-name, .city-transmog-controls .tmog-piece.missing .tmog-piece-name {
  opacity: 1;
  color: #a4afbd;
}
.city-transmog .tmog-piece.owned .tmog-piece-name, .city-transmog-controls .tmog-piece.owned .tmog-piece-name {
  color: #edf2f7;
}
.city-transmog .tmog-piece-slot, .city-transmog .tmog-expansion-tag, .city-transmog-controls .tmog-piece-slot, .city-transmog-controls .tmog-expansion-tag {
  color: #9caaba;
}
.city-transmog .tmog-set-icon, .city-transmog-controls .tmog-set-icon {
  border: 0;
}
.city-transmog .tmog-set-heading, .city-transmog-controls .tmog-set-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
}
.city-transmog .tmog-set-heading-copy, .city-transmog-controls .tmog-set-heading-copy {
  min-width: 0;
  flex: 1;
}
.city-transmog .tmog-set-heading .tmog-set-icon, .city-transmog-controls .tmog-set-heading .tmog-set-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.city-transmog .tmog-card-meta-row, .city-transmog-controls .tmog-card-meta-row {
  gap: 6px;
  margin-bottom: 5px;
}
.city-transmog .tmog-card .tmog-class-pill, .city-transmog-controls .tmog-card .tmog-class-pill {
  border: 0;
  background: none;
  padding: 0;
  font-size: 9px;
  letter-spacing: 0.04em;
}
.city-transmog .tmog-collection-progress, .city-transmog-controls .tmog-collection-progress {
  margin-top: 12px;
}
.city-transmog .tmog-collection-progress .progress, .city-transmog-controls .tmog-collection-progress .progress {
  gap: 12px;
}
.city-transmog .tmog-collection-progress .progress-label, .city-transmog-controls .tmog-collection-progress .progress-label {
  font: 500 12px "Space Grotesk", sans-serif;
  color: #d4dce5;
  font-variant-numeric: tabular-nums;
}
.city-transmog .tmog-card.tmog-complete, .city-transmog-controls .tmog-card.tmog-complete {
  opacity: 1;
}
.city-transmog .tmog-card.tmog-complete .tmog-set-name, .city-transmog-controls .tmog-card.tmog-complete .tmog-set-name {
  color: #edf2f7;
}
.city-transmog .tmog-piece, .city-transmog-controls .tmog-piece {
  gap: 10px;
  padding: 5px 16px;
}
.city-transmog .tmog-piece-icon, .city-transmog .tmog-piece-icon-placeholder, .city-transmog-controls .tmog-piece-icon, .city-transmog-controls .tmog-piece-icon-placeholder {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 5px;
}
.city-transmog .tmog-piece-icon-link, .city-transmog-controls .tmog-piece-icon-link {
  cursor: pointer;
}
.city-transmog .tmog-piece-slot, .city-transmog-controls .tmog-piece-slot {
  display: none;
}
.city-transmog .tmog-piece-name, .city-transmog-controls .tmog-piece-name {
  font-size: 12px;
}
.city-transmog .tmog-piece.missing .tmog-piece-icon, .city-transmog-controls .tmog-piece.missing .tmog-piece-icon {
  filter: saturate(0.45);
  opacity: 0.62;
  transition: opacity 150ms ease, filter 150ms ease;
}
.city-transmog .tmog-piece.missing:hover .tmog-piece-icon, .city-transmog-controls .tmog-piece.missing:hover .tmog-piece-icon {
  filter: none;
  opacity: 1;
}
.city-transmog .tmog-piece.missing:hover .tmog-piece-name, .city-transmog-controls .tmog-piece.missing:hover .tmog-piece-name {
  opacity: 1;
}
.city-transmog .custom-dropdown, .city-transmog-controls .custom-dropdown {
  min-width: 0;
  width: 100%;
}
.city-transmog .dropdown-menu, .city-transmog-controls .dropdown-menu {
  background: rgba(8, 13, 20, 0.9803921569);
  border: 0;
}
.city-transmog .dropdown-item.selected, .city-transmog-controls .dropdown-item.selected {
  background: rgba(255, 255, 255, 0.0470588235);
}
.city-transmog .dropdown-icon, .city-transmog-controls .dropdown-icon {
  border-radius: 50%;
}
.city-transmog .dropdown-toggle, .city-transmog-controls .dropdown-toggle {
  min-height: 36px;
}
.city-transmog .auth-required-view, .city-transmog-controls .auth-required-view {
  padding: 12px 0;
}
.city-transmog .auth-required-view h2, .city-transmog-controls .auth-required-view h2 {
  font: 500 28px "Space Grotesk", sans-serif;
}
.city-transmog .auth-required-view p, .city-transmog-controls .auth-required-view p {
  margin: 12px 0 20px;
  color: #b4bdc9;
}
.city-transmog .city-transmog-loading, .city-transmog-controls .city-transmog-loading {
  font-size: 13px;
  color: #b4bdc9;
}
.city-transmog [hidden], .city-transmog-controls [hidden] {
  display: none !important;
}

.city-transmog-controls {
  display: block;
  flex: none;
  margin-top: 14px;
}
.city-transmog-controls .city-transmog-filters > summary {
  display: none;
}
.city-transmog-controls .tmog-sidebar {
  width: 100%;
}
.city-transmog-controls .tmog-sidebar-inner {
  flex-direction: column;
  align-items: stretch;
  gap: 9px;
}
.city-transmog-controls .tmog-sidebar-section {
  flex: none;
  width: 100%;
  max-width: none;
}
.city-transmog-controls .tmog-sidebar-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  flex: none;
  gap: 10px;
  padding-top: 3px;
}
.city-transmog-controls .tmog-stat {
  min-width: 0;
}
.city-transmog-controls .tmog-stat-value {
  font-size: 20px;
}
.city-transmog-controls .tmog-stat-label {
  font-size: 9px;
  line-height: 1.4;
}
.city-transmog-controls .custom-dropdown {
  min-width: 0;
  width: 100%;
}
.city-transmog-controls .custom-dropdown .dropdown-toggle {
  width: 100%;
  min-height: 32px;
  padding: 6px 10px;
  border: 0;
  background: rgba(8, 13, 20, 0.9019607843);
  font: 500 12px "Space Grotesk", sans-serif;
  color: #edf2f7;
}
.city-transmog-controls .dropdown-toggle:hover {
  border: 0;
}
.city-transmog-controls .dropdown-menu {
  z-index: 5;
  max-height: 190px;
}
.city-transmog-controls .custom-dropdown:not(.open) .dropdown-menu {
  display: none;
}
.city-transmog-controls .custom-dropdown .dropdown-menu-floating {
  background: #080d14;
  border: 0;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.6);
  overscroll-behavior: contain;
}
.city-transmog-controls .custom-dropdown .dropdown-menu-floating::backdrop {
  background: transparent;
}
.city-transmog-controls .dropdown-item {
  font-family: "Space Grotesk", sans-serif;
}
.city-transmog-controls .tmog-toggle {
  justify-content: flex-start;
  min-height: 23px;
}
.city-transmog-controls .tmog-sidebar-section:has(.tmog-toggle) {
  justify-content: flex-start;
}
.city-transmog-controls input {
  accent-color: #a9cdd2;
}
.city-transmog-controls :is(button, summary, input):focus {
  outline: none;
  box-shadow: none;
}
.city-transmog-controls :is(button, summary):focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (min-width:1025px) {
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-transmog-controls:not([hidden])) .city-arrival-card-description {
    display: block;
    line-height: 1.65;
    margin: 6px 0;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-transmog-controls:not([hidden])) .city-arrival-card-body {
    padding-bottom: 8px;
  }
}
:is(.city-journey, .world-explorer) .city-stage-content .city-transmog button {
  border: 0;
  box-shadow: none;
  background: rgba(8, 13, 20, 0.8509803922);
  border-radius: 8px;
  color: #b4bdc9;
  font: 500 12px "Space Grotesk", sans-serif;
  padding: 9px 12px;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-transmog button:hover {
  color: #edf2f7;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-transmog button.is-active {
  color: #edf2f7;
  background: rgba(169, 205, 210, 0.1333333333);
}
:is(.city-journey, .world-explorer) .city-stage-content .city-transmog .dropdown-toggle {
  width: 100%;
  border: 0;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-transmog .tmog-diff-arrow {
  padding: 0;
  border-radius: 50%;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-transmog :is(button, a, input):focus {
  outline: none;
  box-shadow: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-transmog :is(button, a):focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-transmog .tmog-diff-tabs .tab {
  padding: 7px 10px;
  font-size: 11px;
  border: 0;
  background: none;
  box-shadow: none;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-transmog .tmog-diff-tabs .tab.is-active {
  background: rgba(255, 255, 255, 0.0470588235);
  color: #edf2f7;
}

:is(.city-journey, .world-explorer) .city-stage-content:has(> .city-transmog:not([hidden])) {
  height: calc(100dvh - var(--city-footer-clearance, 226px) - var(--city-card-top, 150px));
}

@media (max-width:1024px) {
  :is(.city-journey, .world-explorer) .city-stage-content:has(> .city-transmog:not([hidden])) {
    top: var(--city-card-top, 96px);
    height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
    max-height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
  }
  :is(.city-journey, .world-explorer):has(.city-transmog:not([hidden])) .city-arrival-card .city-arrival-card-body {
    display: block;
    flex: none;
    max-height: 40dvh;
    padding: 0 16px;
    mask-image: none;
    overflow-y: auto;
  }
  :is(.city-journey, .world-explorer):has(.city-transmog:not([hidden])) .city-arrival-card .city-arrival-card-description {
    display: none;
  }
  :is(.city-journey, .world-explorer):has(.city-transmog:not([hidden])) .city-arrival-card .city-transmog-controls {
    margin: 0;
  }
  :is(.city-journey, .world-explorer):has(.city-transmog:not([hidden])) .city-arrival-card .city-transmog-filters > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 12px 0 4px;
    font: 500 12px "Space Grotesk", sans-serif;
    list-style: none;
    color: #edf2f7;
  }
  :is(.city-journey, .world-explorer):has(.city-transmog:not([hidden])) .city-arrival-card .city-transmog-filters > summary::-webkit-details-marker {
    display: none;
  }
  :is(.city-journey, .world-explorer):has(.city-transmog:not([hidden])) .city-arrival-card .city-transmog-filters[open] > summary {
    padding-bottom: 14px;
  }
  :is(.city-journey, .world-explorer):has(.city-transmog:not([hidden])) .city-arrival-card .city-transmog-filters[open] > summary span {
    transform: rotate(180deg);
  }
  :is(.city-journey, .world-explorer):has(.city-transmog:not([hidden])) .city-arrival-card .tmog-sidebar-inner {
    gap: 12px;
  }
  :is(.city-journey, .world-explorer):has(.city-transmog:not([hidden])) .city-arrival-card .tmog-sidebar-section {
    flex: none;
  }
  :is(.city-journey, .world-explorer):has(.city-transmog:not([hidden])) .city-arrival-card .tmog-stat-value {
    font-size: 18px;
  }
  :is(.city-journey, .world-explorer):has(.city-transmog:not([hidden])) .city-arrival-card .tmog-sidebar-stats {
    margin-bottom: 8px;
  }
}
.city-transmog-modal {
  z-index: 30;
}
.city-transmog-modal .tmog-modal {
  background: rgba(8, 13, 20, 0.9294117647);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5333333333);
}
.city-transmog-modal button, .city-transmog-modal .tmog-modal-wowhead {
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.0470588235);
  color: #edf2f7;
  padding: 10px 14px;
  font-family: "Space Grotesk", sans-serif;
}
.city-transmog-modal .tmog-modal-close {
  padding: 4px;
  background: none;
}
.city-transmog-modal :is(button, a):focus {
  outline: none;
  box-shadow: none;
}
.city-transmog-modal :is(button, a):focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

:is(.city-journey, .world-explorer) > :is(.wowhead-tooltip, #wowhead-tooltip-screen) {
  z-index: 10001;
}

:is(.city-journey, .world-explorer) > .wowhead-tooltip {
  pointer-events: none;
}

@media (max-width: 600px) {
  .city-transmog {
    gap: 10px;
  }
  .city-transmog > .tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
  }
  :is(.city-journey, .world-explorer) .city-stage-content .city-transmog > .tabs .tab {
    padding: 7px 5px;
    font-size: 10px;
    white-space: normal;
  }
  .city-transmog .tmog-sidebar-inner {
    gap: 8px;
  }
  .city-transmog .tmog-sidebar-section {
    flex-basis: calc(50% - 8px);
    max-width: none;
  }
  .city-transmog .tmog-sidebar-section:has(.tmog-toggle) {
    flex-basis: auto;
  }
  .city-transmog .tmog-sidebar-stats {
    flex-basis: auto;
    gap: 12px;
  }
  .city-transmog .tmog-stat-value {
    font-size: 15px;
  }
  .city-transmog .tmog-stat-label {
    font-size: 8px;
  }
}
.city-mounts, .city-mounts-controls, .city-mount-preview {
  color: #edf2f7;
  font-family: "Space Grotesk", sans-serif;
}
.city-mounts [hidden], .city-mounts-controls [hidden], .city-mount-preview [hidden] {
  display: none !important;
}
.city-mounts button, .city-mounts input, .city-mounts a, .city-mounts summary, .city-mounts-controls button, .city-mounts-controls input, .city-mounts-controls a, .city-mounts-controls summary, .city-mount-preview button, .city-mount-preview input, .city-mount-preview a, .city-mount-preview summary {
  font-family: inherit;
}
.city-mounts :is(button, a, input, summary):focus, .city-mounts-controls :is(button, a, input, summary):focus, .city-mount-preview :is(button, a, input, summary):focus {
  outline: none;
  box-shadow: none;
}
.city-mounts :is(button, a, summary):focus-visible, .city-mounts-controls :is(button, a, summary):focus-visible, .city-mount-preview :is(button, a, summary):focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-mounts input:focus-visible, .city-mounts-controls input:focus-visible, .city-mount-preview input:focus-visible {
  background: #171c24;
}
.city-mounts button, .city-mounts a, .city-mounts-controls button, .city-mounts-controls a, .city-mount-preview button, .city-mount-preview a {
  -webkit-tap-highlight-color: transparent;
}

.city-mounts {
  flex: 1;
  gap: 12px;
}
.city-mounts .city-warband-head {
  margin: 0;
}
.city-mounts .city-mount-results {
  font: inherit;
  color: inherit;
  white-space: nowrap;
}
.city-mounts .city-mount-toolbar {
  display: flex;
  gap: 5px;
  flex: none;
}
.city-mounts .city-mount-toolbar button, .city-mounts .city-mount-more, .city-mounts .city-mount-empty button, .city-mounts .city-mount-notice button {
  border: 0;
  border-radius: 999px;
  padding: 9px 15px;
  background: rgba(6, 11, 16, 0.8509803922);
  color: #aeb8c5;
  cursor: pointer;
  font: 500 12px "Space Grotesk", sans-serif;
  transition: color 0.18s, background 0.18s;
}
.city-mounts .city-mount-toolbar button:hover, .city-mounts .city-mount-more:hover, .city-mounts .city-mount-empty button:hover, .city-mounts .city-mount-notice button:hover {
  background: #111821;
  color: #edf2f7;
}
.city-mounts .city-mount-toolbar button.is-active {
  color: #edbc95;
  background: rgba(6, 11, 16, 0.9294117647);
}
.city-mounts .city-mount-toolbar button:disabled {
  opacity: 0.4;
  cursor: default;
}
.city-mounts .city-mount-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px 1px 32px;
  mask-image: linear-gradient(#000 calc(100% - 28px), transparent);
}
.city-mounts .city-mount-grid, .city-mounts .city-mount-skeletons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.city-mounts .city-mount-card {
  display: block;
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 260px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  background: #181818;
  color: #edf2f7;
}
.city-mounts .city-mount-card:hover .city-mount-name, .city-mounts .city-mount-card:focus-visible .city-mount-name {
  color: #f0c6a2;
}
.city-mounts .city-mount-card:hover .city-mount-inspect {
  transform: translateX(3px);
  color: #f0c6a2;
}
.city-mounts .city-mount-card:focus-visible {
  text-decoration: none;
}
.city-mounts .city-mount-card:focus-visible .city-mount-name {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-mounts .city-mount-art {
  position: absolute;
  inset: 4px -18% -16%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.city-mounts .city-mount-art img {
  position: absolute;
  max-width: none;
  object-fit: fill;
}
.city-mounts .city-mount-art > svg {
  display: none;
  width: 64px;
  height: 64px;
  color: rgba(144, 160, 183, 0.4);
}
.city-mounts .city-mount-art.is-unavailable > svg {
  display: block;
}
.city-mounts .city-mount-owned {
  z-index: 1;
  text-shadow: 0 1px 5px #000;
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font: 400 9px "Space Grotesk", sans-serif;
  letter-spacing: 0.02em;
  color: #a1adba;
}
.city-mounts .city-mount-owned > span {
  font-size: 14px;
  font-weight: 300;
}
.city-mounts .city-mount-owned.is-collected {
  padding: 3px 8px 3px 5px;
  border: 1px solid #69be89;
  border-radius: 999px;
  background: transparent;
  color: #a5dfb8;
}
.city-mounts .city-mount-owned svg {
  width: 16px;
  height: 16px;
}
.city-mounts .city-mount-card-copy {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 108px;
  padding: 38px 12px 14px;
  background: linear-gradient(transparent, rgba(6, 11, 19, 0.8117647059) 48%, rgba(6, 11, 19, 0.9490196078));
}
.city-mounts .city-mount-name {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5333333333);
  font: 500 15px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: -0.025em;
  transition: color 0.18s;
}
.city-mounts .city-mount-source {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #9eafbe;
  font-size: 10px;
}
.city-mounts .city-mount-inspect {
  display: flex;
  transition: transform 0.18s, color 0.18s;
}
.city-mounts .city-mount-inspect svg {
  width: 16px;
  height: 16px;
}
.city-mounts .city-mount-more {
  display: block;
  margin: 18px auto 0;
}
.city-mounts .city-mount-empty {
  padding: 24px 0;
  color: #b4bdc9;
  font-size: 13px;
}
.city-mounts .city-mount-notice {
  flex: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(8, 13, 20, 0.8117647059);
  font-size: 12px;
  color: #b4bdc9;
}
.city-mounts .city-mount-notice button {
  white-space: nowrap;
  color: #edbc95;
  padding: 6px 10px;
}
.city-mounts .city-mount-loading {
  font-size: 12px;
  color: #b4bdc9;
}
.city-mounts .city-mount-skeletons {
  overflow: hidden;
}
.city-mounts .city-mount-skeletons > div {
  height: 260px;
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(8, 13, 20, 0.7019607843) 25%, rgba(40, 54, 67, 0.5333333333) 50%, rgba(8, 13, 20, 0.7019607843) 75%);
  background-size: 300% 100%;
  animation: city-mount-loading 2s ease infinite;
}

.city-mounts-controls {
  display: block;
  flex: none;
  margin-top: 16px;
}
.city-mounts-controls details > summary {
  display: none;
}
.city-mounts-controls .city-mount-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.city-mounts-controls .city-mount-search, .city-mounts-controls .city-mount-stats {
  grid-column: 1/-1;
}
.city-mounts-controls .city-mount-field > span, .city-mounts-controls .city-mount-search > span {
  display: block;
  font: 500 9px "Space Grotesk", sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #aeb8c5;
  margin-bottom: 5px;
}
.city-mounts-controls input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.9019607843);
  color: #edf2f7;
  font-size: 12px;
}
.city-mounts-controls input::placeholder {
  color: #8e9ba9;
}
.city-mounts-controls .custom-dropdown {
  position: relative;
  display: inline-block;
  min-width: 0;
  font-family: "Space Grotesk", sans-serif;
}
.city-mounts-controls .custom-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
  font: 500 13px/1.2 "Space Grotesk", sans-serif;
  text-decoration: none;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: background 0.18s ease;
}
.city-mounts-controls .custom-dropdown .dropdown-toggle:hover {
  background: #151a22;
  color: #eef2f7;
}
.city-mounts-controls .custom-dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.city-mounts-controls .custom-dropdown .dropdown-toggle:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-mounts-controls .custom-dropdown .dropdown-toggle[aria-expanded=true] {
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
}
.city-mounts-controls .custom-dropdown .dropdown-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.city-mounts-controls .custom-dropdown .dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.city-mounts-controls .custom-dropdown .dropdown-icon {
  display: block;
  flex: none;
  width: var(--city-dropdown-icon-size, 25px);
  height: var(--city-dropdown-icon-size, 25px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
.city-mounts-controls .custom-dropdown .dropdown-arrow {
  flex: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5490196078);
  transition: transform 0.2s ease;
}
.city-mounts-controls .custom-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}
.city-mounts-controls .custom-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: auto;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  max-height: min(300px, 40dvh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px;
  border: 0;
  border-radius: 6px;
  background: rgba(8, 11, 16, 0.9607843137);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}
.city-mounts-controls .custom-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.city-mounts-controls .custom-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #ded9cd;
  font: 400 13px/1.3 "Space Grotesk", sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.city-mounts-controls .custom-dropdown .dropdown-item:focus {
  outline: none;
  box-shadow: none;
}
.city-mounts-controls .custom-dropdown .dropdown-item.selected {
  background: rgba(255, 255, 255, 0.0470588235);
  color: #edf0f4;
}
.city-mounts-controls .custom-dropdown .dropdown-item:hover, .city-mounts-controls .custom-dropdown .dropdown-item:focus-visible {
  background: rgba(255, 255, 255, 0.0784313725);
  color: #f5dbac;
}
.city-mounts-controls .custom-dropdown .dropdown-item:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-mounts-controls .custom-dropdown .dropdown-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.city-mounts-controls .custom-dropdown .dropdown-item-text {
  flex: 1;
  min-width: 0;
}
.city-mounts-controls .custom-dropdown .dropdown-check {
  flex: none;
  font-size: 14px;
  color: #a9cdd2;
}
.city-mounts-controls .custom-dropdown .dropdown-count {
  margin-left: auto;
  min-width: 20px;
  padding: 1px 6px;
  border-radius: 999px;
  font: 500 10px/1.6 "Space Grotesk", sans-serif;
  color: #b4c5d5;
  background: rgba(255, 255, 255, 0.0470588235);
  text-align: center;
}
.city-mounts-controls .custom-dropdown .dropdown-count.tag-primary {
  background: rgba(169, 205, 210, 0.1333333333);
  color: #edf0f4;
}
@media (prefers-reduced-motion: reduce) {
  .city-mounts-controls .custom-dropdown .dropdown-toggle, .city-mounts-controls .custom-dropdown .dropdown-arrow, .city-mounts-controls .custom-dropdown .dropdown-menu {
    transition: none;
  }
}
.city-mounts-controls .custom-dropdown {
  display: block;
  width: 100%;
}
.city-mounts-controls .custom-dropdown .dropdown-toggle {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 12px;
}
.city-mounts-controls .city-mount-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding-top: 4px;
}
.city-mounts-controls .city-mount-stats div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.city-mounts-controls .city-mount-stats strong {
  font: 500 23px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
}
.city-mounts-controls .city-mount-stats small {
  font-size: 13px;
  margin-left: 2px;
}
.city-mounts-controls .city-mount-stats span {
  font-size: 9px;
  color: #aeb8c5;
}
.city-mounts-controls .city-mount-stats p {
  grid-column: 1/-1;
  font-size: 11px;
  line-height: 1.5;
  color: #aeb8c5;
  margin: 0;
}
.city-mounts-controls progress {
  grid-column: 1/-1;
  appearance: none;
  border: 0;
  width: 100%;
  height: 3px;
  margin-top: 4px;
  background: rgba(255, 255, 255, 0.0705882353);
  border-radius: 9px;
  overflow: hidden;
}
.city-mounts-controls progress::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.0705882353);
}
.city-mounts-controls progress::-webkit-progress-value {
  background: #d7a579;
  border-radius: 9px;
}
.city-mounts-controls progress::-moz-progress-bar {
  background: #d7a579;
}

.city-mount-preview {
  position: fixed;
  inset: 0;
  width: min(920px, 92vw);
  max-width: 92vw;
  height: fit-content;
  max-height: 90dvh;
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  background: #080e16;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.6);
}
.city-mount-preview[open] {
  display: block;
}
.city-mount-preview::backdrop {
  background: rgba(3, 7, 11, 0.8196078431);
  backdrop-filter: blur(12px);
}
.city-mount-preview .city-mount-preview-close {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  padding: 0;
  gap: 0;
  line-height: 1;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3333333333);
  color: #edf2f7;
  cursor: pointer;
}
.city-mount-preview .city-mount-preview-close:hover {
  background: rgba(255, 255, 255, 0.0509803922);
}
.city-mount-preview .city-mount-preview-close svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
}
.city-mount-preview .city-mount-preview-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  min-height: min(700px, 84dvh);
  overflow: hidden;
  background: #181818;
}
.city-mount-preview .city-mount-preview-art {
  position: absolute;
  inset: 12px -4% 12%;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.city-mount-preview .city-mount-preview-art img {
  position: absolute;
  max-width: none;
  object-fit: fill;
}
.city-mount-preview .city-mount-preview-art > svg {
  width: 110px;
  color: rgba(169, 205, 210, 0.3333333333);
}
.city-mount-preview .city-mount-preview-identity {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: min(320px, 38dvh);
  padding: 100px 36px 32px;
  background: linear-gradient(transparent, rgba(6, 11, 19, 0.6) 40%, rgba(6, 11, 19, 0.9490196078));
}
.city-mount-preview h2 {
  max-width: 100%;
  margin: 0;
  color: #edf2f7;
  font: 500 clamp(30px, 3.4vw, 46px)/1.08 "Space Grotesk", sans-serif;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  overflow-wrap: anywhere;
}
.city-mount-preview .city-mount-preview-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px 5px 7px;
  font-size: 11px;
  color: #b4bdc9;
}
.city-mount-preview .city-mount-preview-status.is-collected {
  border: 1px solid #69be89;
  border-radius: 999px;
  background: transparent;
  color: #a5dfb8;
}
.city-mount-preview .city-mount-preview-status svg {
  width: 16px;
  height: 16px;
}
.city-mount-preview .city-mount-flavour {
  max-width: 68ch;
  font: 400 14px/1.75 "Inter", sans-serif;
  color: #bcc6d2;
  margin: 0;
}
.city-mount-preview .city-mount-preview-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 24px;
  width: 100%;
  margin-top: 4px;
}
.city-mount-preview .city-mount-preview-facts {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
  color: #aebbc9;
  font: 400 12px/1.5 "Space Grotesk", sans-serif;
}
.city-mount-preview .city-mount-preview-facts > [aria-hidden] {
  color: #718293;
}
.city-mount-preview .city-mount-wowhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 999px;
  background: #03070c;
  padding: 11px 16px;
  margin-top: 0;
  color: #a9cdd2;
  text-decoration: none;
  font-size: 12px;
}
.city-mount-preview .city-mount-wowhead:hover {
  background: #17202a;
  color: #edf2f7;
}
.city-mount-preview .city-mount-wowhead > svg {
  flex: none;
  width: 16px;
  height: 16px;
}
.city-mount-preview .city-mount-image-unavailable {
  font-size: 12px;
  color: #aeb8c5;
}

:is(.city-journey, .world-explorer) .city-stage-content:has(> .city-mounts:not([hidden])) {
  height: calc(100dvh - var(--city-footer-clearance, 226px) - var(--city-card-top, 150px));
}

@media (min-width:1025px) {
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-mounts-controls:not([hidden])) .city-arrival-card-description {
    display: block;
    line-height: 1.65;
    margin: 6px 0;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-mounts-controls:not([hidden])) .city-arrival-card-body {
    padding-bottom: 8px;
  }
}
@container (min-width:501px) and (max-width:750px) {
  .city-mounts .city-mount-grid, .city-mounts .city-mount-skeletons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@container (max-width:500px) {
  .city-mounts .city-mount-grid, .city-mounts .city-mount-skeletons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (max-width:1024px) {
  :is(.city-journey, .world-explorer) .city-stage-content:has(> .city-mounts:not([hidden])) {
    top: var(--city-card-top, 96px);
    height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
    max-height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
  }
  :is(.city-journey, .world-explorer):has(.city-mounts:not([hidden])) .city-arrival-card .city-arrival-card-body {
    display: block;
    flex: none;
    max-height: 38dvh;
    padding: 0 16px;
    mask-image: none;
    overflow-y: auto;
  }
  :is(.city-journey, .world-explorer):has(.city-mounts:not([hidden])) .city-arrival-card .city-arrival-card-description {
    display: block;
    line-height: 1.5;
    margin: 5px 0;
  }
  :is(.city-journey, .world-explorer):has(.city-mounts:not([hidden])) .city-arrival-card .city-mounts-controls {
    margin: 0;
  }
  :is(.city-journey, .world-explorer):has(.city-mounts:not([hidden])) .city-arrival-card .city-mount-filters > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    font-size: 11px;
    list-style: none;
    cursor: pointer;
  }
  :is(.city-journey, .world-explorer):has(.city-mounts:not([hidden])) .city-arrival-card .city-mount-filters > summary::-webkit-details-marker {
    display: none;
  }
  :is(.city-journey, .world-explorer):has(.city-mounts:not([hidden])) .city-arrival-card .city-mount-fields {
    padding-bottom: 10px;
  }
  :is(.city-journey, .world-explorer):has(.city-mounts:not([hidden])) .city-arrival-card .city-mount-filters > summary > svg {
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
  }
  :is(.city-journey, .world-explorer):has(.city-mounts:not([hidden])) .city-arrival-card .city-mount-filters[open] > summary > svg {
    transform: rotate(-90deg);
  }
  .city-mounts {
    gap: 8px;
  }
  .city-mounts .city-mount-card {
    height: 260px;
  }
  .city-mounts .city-mount-card-copy {
    padding: 38px 12px 12px;
  }
  .city-mounts .city-mount-name {
    font-size: 15px;
  }
  .city-mounts .city-mount-owned {
    top: 9px;
    left: 10px;
    font-size: 8px;
  }
  .city-mounts .city-mount-toolbar button {
    font-size: 11px;
    padding: 8px 12px;
  }
  .city-mounts .city-mount-notice {
    font-size: 10px;
    padding: 8px;
  }
  .city-mount-preview[open] {
    display: block;
    height: fit-content;
  }
  .city-mount-preview .city-mount-preview-hero {
    min-height: min(680px, 84dvh);
  }
  .city-mount-preview .city-mount-preview-identity {
    margin-top: 28dvh;
    padding: 90px 22px 24px;
    gap: 12px;
  }
  .city-mount-preview .city-mount-preview-art {
    bottom: 24%;
  }
  .city-mount-preview h2 {
    font-size: 32px;
  }
  .city-mount-preview .city-mount-preview-facts {
    font-size: 11px;
    gap: 7px;
  }
  .city-mount-preview .city-mount-wowhead {
    margin-top: 0;
  }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .city-mounts .city-mount-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .city-mounts .city-mount-card:hover {
    z-index: 2;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3333333333);
  }
  .city-mounts .city-mount-card:hover .city-mount-art {
    transform: scale(1.035);
  }
  .city-mounts .city-mount-art {
    transform-origin: 50% 45%;
    transition: transform 0.35s cubic-bezier(0.2, 0.65, 0.3, 1);
  }
}
@keyframes city-mount-loading {
  to {
    background-position: -150% 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .city-mounts .city-mount-art img, .city-mounts .city-mount-inspect {
    transition: none;
  }
  .city-mounts .city-mount-skeletons > div {
    animation: none;
  }
}
.city-mythic {
  min-height: 0;
  gap: 10px;
}
.city-mythic .city-warband-head {
  flex: none;
  margin: 0;
}
.city-mythic .city-warband-head h3 {
  font: 500 clamp(25px, 2.5vw, 36px)/1.15 "Space Grotesk", sans-serif;
  margin: 0;
}
.city-mythic [hidden] {
  display: none !important;
}
.city-mythic :is(a, button):focus {
  outline: none;
  box-shadow: none;
}
.city-mythic :is(a, button):focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
  background-color: #101d2b;
}

.city-mythic-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: none;
}
.city-mythic-context button {
  border: 0;
  border-radius: 30px;
  background: rgba(5, 10, 16, 0.8588235294);
  padding: 7px 12px;
  color: #d4e7ff;
  font: 500 12px "Space Grotesk", sans-serif;
  cursor: pointer;
}

.city-mythic-status {
  font: 400 12px/1.5 "Space Grotesk", sans-serif;
  color: #c3d2e4;
  margin: 0;
  flex: none;
}

.city-mythic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(340px, 100%), 1fr));
  align-content: start;
  gap: 14px;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  list-style: none;
  margin: 0;
  padding: 0 1px 32px;
  mask-image: linear-gradient(#000 calc(100% - 28px), transparent);
  flex: 1;
}
.city-mythic-grid > li {
  min-width: 0;
}

.city-mythic-card {
  border-radius: 12px;
  background: rgba(5, 11, 19, 0.8588235294);
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1333333333);
  backdrop-filter: blur(3px);
  height: 100%;
}
.city-mythic-card footer {
  padding: 11px 15px 13px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font: 400 10px/1.3 "Space Grotesk", sans-serif;
  color: #9badc2;
}

.city-mythic-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.city-mythic-date svg {
  width: 14px;
  height: 14px;
  flex: none;
}

.city-mythic-banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  isolation: isolate;
  min-height: 250px;
  text-decoration: none;
  color: #f1f6fc;
  overflow: hidden;
  background: transparent;
}
.city-mythic-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  mask-image: linear-gradient(to bottom, #000 20%, rgba(0, 0, 0, 0.8) 45%, rgba(0, 0, 0, 0.3333333333) 75%, transparent 100%);
  transition: transform 0.3s ease;
}
.city-mythic-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(3, 9, 18, 0.031372549), rgba(3, 9, 18, 0.3333333333) 50%, transparent 100%);
  pointer-events: none;
}
.city-mythic-banner:is(a):hover > img {
  transform: scale(1.035);
}
.city-mythic-banner:is(a):hover .city-mythic-view {
  color: #fff;
}

.city-mythic-dungeon-copy {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 24px 15px 12px;
  box-sizing: border-box;
}
.city-mythic-dungeon-copy > small {
  font: 500 10px/1.4 "Space Grotesk", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9e0ff;
  margin-bottom: 9px;
  text-shadow: 0 1px 5px #000;
}
.city-mythic-dungeon-copy h4 {
  font: 500 21px/1.12 "Space Grotesk", sans-serif;
  margin: 0;
  text-shadow: 0 1px 8px #000;
}

.city-mythic-view {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  color: #b9cce4;
  font: 400 10px/1.2 "Space Grotesk", sans-serif;
}
.city-mythic-view svg {
  width: 12px;
  height: 12px;
}

.city-mythic-run-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 8px 15px 20px;
  margin: 0;
  text-shadow: 0 2px 10px #000;
  font-variant-numeric: tabular-nums;
}
.city-mythic-run-stats div {
  display: flex;
  flex-direction: column-reverse;
  gap: 3px;
}
.city-mythic-run-stats div:last-child {
  text-align: right;
}
.city-mythic-run-stats dt {
  font: 400 10px/1.3 "Space Grotesk", sans-serif;
  color: #a9b9ca;
}
.city-mythic-run-stats dd {
  font: 500 clamp(25px, 2.2vw, 32px)/1.1 "Space Grotesk", sans-serif;
  color: #d4e7ff;
  margin: 0;
}

.city-mythic-team {
  list-style: none;
  margin: 0;
  padding: 8px 9px 0;
}
.city-mythic-team > li + li {
  margin-top: 3px;
}

.city-mythic-member {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 45px;
  padding: 5px 6px;
  text-decoration: none;
  border-radius: 7px;
}
.city-mythic-member > span:nth-child(2) {
  min-width: 0;
  flex: 1;
}
.city-mythic-member strong {
  display: block;
  font: 500 16px/1.35 "Space Grotesk", sans-serif;
  color: var(--class-color, #edf2f7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.city-mythic-member small {
  display: block;
  font: 400 11px/1.4 "Space Grotesk", sans-serif;
  color: #9baec4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.city-mythic-member:hover {
  background: rgba(255, 255, 255, 0.031372549);
}

.city-mythic-member-icons {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: none;
  width: 66px;
  height: 30px;
}
.city-mythic-member-icons img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.city-mythic-icon {
  flex: none;
  width: 30px;
  height: 30px;
  outline: none;
}
.city-mythic-icon > .tooltip {
  font-family: "Space Grotesk", sans-serif;
}
.city-mythic-icon:focus-visible > .tooltip {
  opacity: 1;
}

.city-mythic-role {
  margin-left: auto;
}
.city-mythic-role img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.city-mythic-role > .tooltip {
  left: auto;
  right: 0;
  transform: none;
}
.city-mythic-role > .tooltip::after {
  left: auto;
  right: 10px;
}

.city-mythic-player-link {
  text-decoration: none;
}

.city-mythic-member-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6px;
}
.city-mythic-member-meta > small {
  flex: none;
  max-width: 100%;
}
.city-mythic-member-meta > span {
  min-width: 0;
  max-width: 100%;
}
.city-mythic-member-meta > span:not(:empty) {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.city-mythic-member-meta > span:not(:empty)::before {
  content: "·";
  color: #71849a;
}

:is(.city-journey, .world-explorer) .city-stage-content .city-mythic-guild {
  display: block;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #b7c8dc;
  font: 400 11px/1.4 "Space Grotesk", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
:is(.city-journey, .world-explorer) .city-stage-content .city-mythic-guild:hover {
  color: #edf2f7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.city-mythic-empty {
  padding: 18px 15px;
  color: #b9c9db;
  font: 400 13px/1.5 "Space Grotesk", sans-serif;
}

.city-mythic-skeleton {
  min-height: 420px;
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(7, 18, 28, 0.7882352941), rgba(22, 42, 61, 0.6), rgba(7, 18, 28, 0.7882352941));
  background-size: 200% 100%;
  animation: city-mythic-loading 1.8s linear infinite;
}

@keyframes city-mythic-loading {
  to {
    background-position: 200% 0;
  }
}
.city-mythic-controls {
  margin-top: 20px;
}
.city-mythic-controls details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  color: #c8d7e9;
  font: 500 12px "Space Grotesk", sans-serif;
}
.city-mythic-controls details > summary::-webkit-details-marker {
  display: none;
}
.city-mythic-controls details > summary svg {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
.city-mythic-controls details[open] > summary {
  margin-bottom: 14px;
}
.city-mythic-controls details[open] > summary svg {
  transform: rotate(-90deg);
}
.city-mythic-controls .city-mythic-fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.city-mythic-controls label {
  display: block;
  font: 500 10px/1.3 "Space Grotesk", sans-serif;
  color: #aebfd4;
  margin: 0 0 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.city-mythic-controls .custom-dropdown {
  position: relative;
  display: inline-block;
  min-width: 0;
  font-family: "Space Grotesk", sans-serif;
}
.city-mythic-controls .custom-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
  font: 500 13px/1.2 "Space Grotesk", sans-serif;
  text-decoration: none;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: background 0.18s ease;
}
.city-mythic-controls .custom-dropdown .dropdown-toggle:hover {
  background: #151a22;
  color: #eef2f7;
}
.city-mythic-controls .custom-dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.city-mythic-controls .custom-dropdown .dropdown-toggle:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-mythic-controls .custom-dropdown .dropdown-toggle[aria-expanded=true] {
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
}
.city-mythic-controls .custom-dropdown .dropdown-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.city-mythic-controls .custom-dropdown .dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.city-mythic-controls .custom-dropdown .dropdown-icon {
  display: block;
  flex: none;
  width: var(--city-dropdown-icon-size, 25px);
  height: var(--city-dropdown-icon-size, 25px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
.city-mythic-controls .custom-dropdown .dropdown-arrow {
  flex: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5490196078);
  transition: transform 0.2s ease;
}
.city-mythic-controls .custom-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}
.city-mythic-controls .custom-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: auto;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  max-height: min(300px, 40dvh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px;
  border: 0;
  border-radius: 6px;
  background: rgba(8, 11, 16, 0.9607843137);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}
.city-mythic-controls .custom-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.city-mythic-controls .custom-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #ded9cd;
  font: 400 13px/1.3 "Space Grotesk", sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.city-mythic-controls .custom-dropdown .dropdown-item:focus {
  outline: none;
  box-shadow: none;
}
.city-mythic-controls .custom-dropdown .dropdown-item.selected {
  background: rgba(255, 255, 255, 0.0470588235);
  color: #edf0f4;
}
.city-mythic-controls .custom-dropdown .dropdown-item:hover, .city-mythic-controls .custom-dropdown .dropdown-item:focus-visible {
  background: rgba(255, 255, 255, 0.0784313725);
  color: #f5dbac;
}
.city-mythic-controls .custom-dropdown .dropdown-item:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-mythic-controls .custom-dropdown .dropdown-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.city-mythic-controls .custom-dropdown .dropdown-item-text {
  flex: 1;
  min-width: 0;
}
.city-mythic-controls .custom-dropdown .dropdown-check {
  flex: none;
  font-size: 14px;
  color: #a9cdd2;
}
.city-mythic-controls .custom-dropdown .dropdown-count {
  margin-left: auto;
  min-width: 20px;
  padding: 1px 6px;
  border-radius: 999px;
  font: 500 10px/1.6 "Space Grotesk", sans-serif;
  color: #b4c5d5;
  background: rgba(255, 255, 255, 0.0470588235);
  text-align: center;
}
.city-mythic-controls .custom-dropdown .dropdown-count.tag-primary {
  background: rgba(169, 205, 210, 0.1333333333);
  color: #edf0f4;
}
@media (prefers-reduced-motion: reduce) {
  .city-mythic-controls .custom-dropdown .dropdown-toggle, .city-mythic-controls .custom-dropdown .dropdown-arrow, .city-mythic-controls .custom-dropdown .dropdown-menu {
    transition: none;
  }
}
.city-mythic-controls .custom-dropdown {
  --city-dropdown-icon-size:36px;
  width: 100%;
}
.city-mythic-controls .custom-dropdown .dropdown-toggle {
  min-height: 32px;
  padding: 6px 10px;
}
.city-mythic-controls .custom-dropdown:not(.open) .dropdown-menu {
  display: none;
}
.city-mythic-controls :is(button, summary, a):focus {
  outline: none;
  box-shadow: none;
}
.city-mythic-controls :is(button, summary, a):focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.city-mythic-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 4px 0;
}
.city-mythic-summary div {
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
}
.city-mythic-summary dt {
  font: 400 10px/1.4 "Space Grotesk", sans-serif;
  color: #aebfd4;
}
.city-mythic-summary dd {
  font: 500 21px/1.2 "Space Grotesk", sans-serif;
  color: #d4e7ff;
  margin: 0;
}
.city-mythic-summary > div:first-child dd {
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--city-accent, #71b6ff);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3333333333);
}
.city-mythic-summary > div:first-child {
  gap: 7px;
}

@media (min-width:1025px) {
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-mythic-controls:not([hidden])) .city-arrival-card-head {
    padding-top: 104px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-mythic-controls:not([hidden])) h2 {
    margin-bottom: 12px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-mythic-controls:not([hidden])) .city-arrival-card-description {
    display: block;
    line-height: 1.65;
    margin: 6px 0;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-mythic-controls:not([hidden])) .city-arrival-card-body {
    padding-bottom: 8px;
  }
  .city-mythic-controls details > summary {
    display: none;
  }
}
@media (max-width:1024px) {
  :is(.city-journey, .world-explorer) .city-stage-content:has(> .city-mythic:not([hidden])) {
    top: var(--city-card-top, 96px);
    height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
    max-height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
  }
  :is(.city-journey, .world-explorer):has(.city-mythic:not([hidden])) .city-arrival-card .city-arrival-card-body {
    display: block;
    flex: none;
    max-height: 38dvh;
    overflow-y: auto;
    padding: 0 16px;
    mask-image: none;
  }
  :is(.city-journey, .world-explorer):has(.city-mythic:not([hidden])) .city-arrival-card .city-arrival-card-description {
    display: block;
    line-height: 1.55;
    margin: 8px 0;
  }
  :is(.city-journey, .world-explorer):has(.city-mythic:not([hidden])) .city-arrival-card .city-mythic-controls {
    margin: 10px 0;
  }
  .city-mythic-grid {
    grid-template-columns: repeat(auto-fill, minmax(min(235px, 100%), 1fr));
  }
  .city-mythic .city-warband-head h3 {
    font-size: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .city-mythic-skeleton {
    animation: none;
  }
  .city-mythic-banner > img {
    transition: none;
  }
}
:is(.city-journey, .world-explorer):has(.city-mythic:not([hidden])) .home-brand:focus {
  outline: none;
}

:is(.city-journey, .world-explorer):has(.city-mythic:not([hidden])) .home-brand:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.city-bis {
  min-height: 0;
  gap: 12px;
}
.city-bis .city-warband-head {
  flex: none;
  margin: 0;
}
.city-bis [hidden] {
  display: none !important;
}
.city-bis :is(a, button, summary):focus {
  outline: none;
  box-shadow: none;
}
.city-bis :is(a, button, summary):focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.city-bis-scroll {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  flex: 1;
  padding: 0 1px 32px;
  mask-image: linear-gradient(#000 calc(100% - 28px), transparent);
}

.city-bis-hero {
  position: relative;
  isolation: isolate;
  min-height: 125px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: end;
}

.city-bis-identity {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 0 20px;
}
.city-bis-identity span {
  font: 400 12px "Space Grotesk", sans-serif;
  color: #c5ced9;
}
.city-bis-identity h4 {
  font: 500 34px/1.15 "Space Grotesk", sans-serif;
  color: #f4f5fa;
  margin: 4px 0 0;
}

.city-bis-icons {
  display: flex;
  gap: 10px;
}
.city-bis-icons img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.5333333333));
}

.city-bis-status {
  margin: 8px 0 16px;
  font: 400 11px/1.5 "Space Grotesk", sans-serif;
  color: #b8c4d3;
}
.city-bis-status.is-stale {
  color: #e0ba80;
}

.city-bis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(270px, 100%), 1fr));
  gap: 12px;
  align-items: stretch;
}

.city-bis-slot {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 284px;
  min-width: 0;
  background: linear-gradient(145deg, rgba(16, 28, 42, 0.9215686275), rgba(5, 11, 19, 0.9019607843));
  backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 16px;
}
.city-bis-slot h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: none;
  gap: 10px;
  color: #e5edf7;
  font: 500 13px "Space Grotesk", sans-serif;
  margin: 0 0 14px;
}
.city-bis-slot h5 span {
  font-size: 9px;
  color: #92a5bc;
  font-weight: 400;
}
.city-bis-slot.is-empty p {
  margin: auto 0;
  color: #aebfd2;
  font: 400 12px/1.6 "Space Grotesk", sans-serif;
}

.city-bis-choices {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.city-bis-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
}
.city-bis-item a {
  display: flex;
  gap: 9px;
  align-items: center;
  min-width: 0;
  flex: 1;
  text-decoration: none;
  color: #b9c4d3;
  font: 400 11px/1.4 "Space Grotesk", sans-serif;
}
.city-bis-item a:hover {
  color: #fff;
}
.city-bis-item strong {
  color: #9dacc0;
  font: 500 11px "Space Grotesk", sans-serif;
  margin-left: auto;
  flex: none;
  font-variant-numeric: tabular-nums;
}
.city-bis-item .city-bis-item-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.city-bis-item .city-bis-item-source {
  display: flex;
  align-items: center;
  gap: 4px;
  font: 400 10px/1.3 "Inter", sans-serif;
  color: #7f8ea3;
  letter-spacing: 0.01em;
}
.city-bis-item .city-bis-source-icon {
  width: 12px;
  height: 12px;
  flex: none;
}
.city-bis-item.is-primary {
  min-height: 72px;
  flex: none;
  align-items: center;
}
.city-bis-item.is-primary a {
  color: #f0e4ff;
  font-size: 13px;
  font-weight: 500;
  gap: 11px;
}
.city-bis-item.is-primary strong {
  color: #edf4fc;
  font-size: 21px;
  letter-spacing: -0.04em;
}
.city-bis-item.is-primary .city-bis-item-source {
  font-size: 11px;
  color: #94a3b8;
}
.city-bis-item.is-primary .city-bis-source-icon {
  width: 13px;
  height: 13px;
}

.city-bis-alternatives {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 10px 0 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.031372549), transparent) top/100% 1px no-repeat;
}

.city-bis-item-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
  flex: none;
  color: var(--bis-class);
}
.city-bis-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.city-bis-item-icon svg {
  width: 18px;
  height: 18px;
}

.city-bis-item.is-primary .city-bis-item-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3333333333);
}
.city-bis-item.is-primary .city-bis-item-icon svg {
  width: 28px;
  height: 28px;
}

.city-bis-enhancements {
  margin-top: 12px;
  flex: none;
  font: 400 11px/1.5 "Space Grotesk", sans-serif;
  color: #b6c7da;
}
.city-bis-enhancements summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  min-height: 36px;
  padding: 8px 12px;
  border: 0;
  border-radius: 20px;
  background: rgba(2, 7, 12, 0.8509803922);
  color: #bddcff;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
.city-bis-enhancements summary::-webkit-details-marker {
  display: none;
}
.city-bis-enhancements summary:hover {
  background: #182a3d;
  color: #f1f7ff;
}
.city-bis-enhancements summary:focus-visible {
  background: #182a3d;
}
.city-bis-enhancements summary svg {
  width: 16px;
  height: 16px;
  flex: none;
  color: #9ec9f5;
}
.city-bis-enhancements[open] {
  position: absolute;
  inset: 43px 10px 10px;
  z-index: 2;
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: #0b1522;
  overflow-y: auto;
  overscroll-behavior: contain;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3333333333);
}
.city-bis-enhancements[open] summary {
  position: sticky;
  top: 0;
  margin: 0 0 12px;
  color: #edf4fc;
}
.city-bis-enhancements[open] summary svg {
  transform: rotate(180deg);
}
.city-bis-enhancements > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 8px;
  margin-top: 10px;
}
.city-bis-enhancements > div small {
  grid-column: 1/-1;
  color: #879aaf;
  font-size: 9px;
}
.city-bis-enhancements > div a {
  color: #c8d8e9;
  text-decoration: none;
}
.city-bis-enhancements > div a:hover {
  text-decoration: underline;
}
.city-bis-enhancements > div b {
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}

.city-bis-skeleton {
  height: 284px;
  border-radius: 10px;
  background: linear-gradient(100deg, rgba(8, 14, 24, 0.6666666667), rgba(33, 49, 68, 0.6666666667), rgba(8, 14, 24, 0.6666666667));
  background-size: 200% 100%;
  animation: city-bis-loading 1.7s linear infinite;
}

@keyframes city-bis-loading {
  to {
    background-position: 200% 0;
  }
}
.city-bis-controls {
  margin-top: 18px;
}
.city-bis-controls details > summary {
  font: 500 12px "Space Grotesk", sans-serif;
  color: #c7d6e6;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.city-bis-controls details[open] > summary {
  margin-bottom: 12px;
}
.city-bis-controls .city-bis-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.city-bis-controls label {
  display: block;
  margin-bottom: 4px;
  font: 500 10px "Space Grotesk", sans-serif;
  color: #aebfd4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.city-bis-controls .custom-dropdown {
  position: relative;
  display: inline-block;
  min-width: 0;
  font-family: "Space Grotesk", sans-serif;
}
.city-bis-controls .custom-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
  font: 500 13px/1.2 "Space Grotesk", sans-serif;
  text-decoration: none;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: background 0.18s ease;
}
.city-bis-controls .custom-dropdown .dropdown-toggle:hover {
  background: #151a22;
  color: #eef2f7;
}
.city-bis-controls .custom-dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.city-bis-controls .custom-dropdown .dropdown-toggle:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-bis-controls .custom-dropdown .dropdown-toggle[aria-expanded=true] {
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
}
.city-bis-controls .custom-dropdown .dropdown-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.city-bis-controls .custom-dropdown .dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.city-bis-controls .custom-dropdown .dropdown-icon {
  display: block;
  flex: none;
  width: var(--city-dropdown-icon-size, 25px);
  height: var(--city-dropdown-icon-size, 25px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
.city-bis-controls .custom-dropdown .dropdown-arrow {
  flex: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5490196078);
  transition: transform 0.2s ease;
}
.city-bis-controls .custom-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}
.city-bis-controls .custom-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: auto;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  max-height: min(300px, 40dvh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px;
  border: 0;
  border-radius: 6px;
  background: rgba(8, 11, 16, 0.9607843137);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}
.city-bis-controls .custom-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.city-bis-controls .custom-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #ded9cd;
  font: 400 13px/1.3 "Space Grotesk", sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.city-bis-controls .custom-dropdown .dropdown-item:focus {
  outline: none;
  box-shadow: none;
}
.city-bis-controls .custom-dropdown .dropdown-item.selected {
  background: rgba(255, 255, 255, 0.0470588235);
  color: #edf0f4;
}
.city-bis-controls .custom-dropdown .dropdown-item:hover, .city-bis-controls .custom-dropdown .dropdown-item:focus-visible {
  background: rgba(255, 255, 255, 0.0784313725);
  color: #f5dbac;
}
.city-bis-controls .custom-dropdown .dropdown-item:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-bis-controls .custom-dropdown .dropdown-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.city-bis-controls .custom-dropdown .dropdown-item-text {
  flex: 1;
  min-width: 0;
}
.city-bis-controls .custom-dropdown .dropdown-check {
  flex: none;
  font-size: 14px;
  color: #a9cdd2;
}
.city-bis-controls .custom-dropdown .dropdown-count {
  margin-left: auto;
  min-width: 20px;
  padding: 1px 6px;
  border-radius: 999px;
  font: 500 10px/1.6 "Space Grotesk", sans-serif;
  color: #b4c5d5;
  background: rgba(255, 255, 255, 0.0470588235);
  text-align: center;
}
.city-bis-controls .custom-dropdown .dropdown-count.tag-primary {
  background: rgba(169, 205, 210, 0.1333333333);
  color: #edf0f4;
}
@media (prefers-reduced-motion: reduce) {
  .city-bis-controls .custom-dropdown .dropdown-toggle, .city-bis-controls .custom-dropdown .dropdown-arrow, .city-bis-controls .custom-dropdown .dropdown-menu {
    transition: none;
  }
}
.city-bis-controls .custom-dropdown {
  width: 100%;
  --city-dropdown-icon-size:30px;
}
.city-bis-controls .city-bis-source, .city-bis-controls .city-bis-sample {
  font: 400 10px/1.6 "Space Grotesk", sans-serif;
  color: #aebfd4;
  margin: 0;
}
.city-bis-controls .city-bis-sample {
  color: #cfdaea;
}

:is(.city-journey, .world-explorer) .city-stage-content:has(> .city-bis:not([hidden])) {
  height: calc(100dvh - var(--city-footer-clearance, 226px) - var(--city-card-top, 150px));
}

@media (min-width:1025px) {
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-bis-controls:not([hidden])) .city-arrival-card-head {
    padding-top: 104px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-bis-controls:not([hidden])) .city-arrival-card-description {
    display: block;
    line-height: 1.65;
    margin: 6px 0;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-bis-controls:not([hidden])) .city-arrival-card-body {
    padding-bottom: 8px;
  }
  .city-bis-controls details > summary {
    display: none;
  }
}
@media (max-width:1024px) {
  :is(.city-journey, .world-explorer) .city-stage-content:has(> .city-bis:not([hidden])) {
    top: var(--city-card-top, 96px);
    height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
    max-height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
  }
  :is(.city-journey, .world-explorer):has(.city-bis:not([hidden])) .city-arrival-card .city-arrival-card-body {
    display: block;
    flex: none;
    max-height: 38dvh;
    overflow-y: auto;
    padding: 0 16px;
    mask-image: none;
  }
  :is(.city-journey, .world-explorer):has(.city-bis:not([hidden])) .city-arrival-card .city-arrival-card-description {
    display: block;
    line-height: 1.55;
    margin: 8px 0;
  }
  :is(.city-journey, .world-explorer):has(.city-bis:not([hidden])) .city-arrival-card .city-bis-controls {
    margin: 10px 0;
  }
  .city-bis-hero {
    min-height: 95px;
  }
  .city-bis-identity {
    padding: 8px 0 12px;
    gap: 12px;
  }
  .city-bis-identity h4 {
    font-size: 26px;
  }
  .city-bis-icons {
    gap: 6px;
  }
  .city-bis-icons img {
    width: 48px;
    height: 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .city-bis-skeleton {
    animation: none;
  }
}
.city-bis-layout {
  display: grid;
  grid-template-columns: clamp(190px, 22%, 300px) minmax(0, 1fr);
  gap: 20px;
  flex: 1;
  min-height: 0;
}

.city-bis-layout > .city-bis-hero {
  height: 100%;
  min-height: 0;
  align-items: end;
  border-radius: 12px;
  background: rgba(4, 9, 16, 0.4);
}

.city-bis-action {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  mask-image: linear-gradient(#000 40%, rgba(0, 0, 0, 0.7333333333) 65%, transparent 100%);
}

.city-bis-layout .city-bis-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(transparent 35%, rgba(4, 10, 18, 0.4666666667) 60%, rgba(4, 10, 18, 0.8666666667));
}

.city-bis-layout .city-bis-identity {
  flex-direction: column-reverse;
  align-items: start;
  gap: 14px;
  padding: 18px;
}

.city-bis-layout .city-bis-icons {
  gap: 8px;
}
.city-bis-layout .city-bis-icons img {
  width: 40px;
  height: 40px;
}

.city-bis-layout .city-bis-identity h4 {
  font-size: clamp(22px, 2vw, 32px);
  overflow-wrap: anywhere;
}

.city-bis-layout .city-bis-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr));
  gap: 10px;
}

.city-bis-layout .city-bis-status {
  margin: 0 0 12px;
}

.city-bis-layout .city-bis-slot {
  padding: 16px;
}

@media (max-width: 1100px) and (min-width:1025px) {
  .city-bis-layout {
    grid-template-columns: clamp(160px, 22%, 220px) minmax(0, 1fr);
    gap: 12px;
  }
}
@media (max-width:1024px) {
  .city-bis-layout {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: 28px;
    mask-image: linear-gradient(#000 calc(100% - 24px), transparent);
  }
  .city-bis-layout > .city-bis-hero {
    height: 210px;
    min-height: 210px;
    flex: none;
  }
  .city-bis-action {
    object-position: center 26%;
  }
  .city-bis-layout .city-bis-identity {
    padding: 18px;
    gap: 10px;
    flex-direction: row;
    align-items: center;
  }
  .city-bis-layout .city-bis-icons img {
    width: 38px;
    height: 38px;
  }
  .city-bis-layout .city-bis-scroll {
    overflow: visible;
    flex: none;
    mask-image: none;
    padding: 0;
  }
}
:is(.city-journey, .world-explorer) .city-bis-status button {
  padding: 5px 10px;
  margin-left: 6px;
  border: 0;
  background: rgba(7, 16, 28, 0.9019607843);
  color: #bedaf4;
  border-radius: 20px;
  font: 500 11px "Space Grotesk", sans-serif;
  cursor: pointer;
}

.city-bis-enhancement-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.city-bis-enhancement-icons {
  display: flex;
  align-items: center;
  gap: 3px;
}
.city-bis-enhancement-icons img {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  object-fit: cover;
}

.city-bis-enhancements .city-bis-enhancement-row {
  align-items: center;
  gap: 10px;
  min-height: 38px;
}
.city-bis-enhancements .city-bis-enhancement-row a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.city-bis-enhancements .city-bis-enhancement-row a > span {
  min-width: 0;
}
.city-bis-enhancements .city-bis-enhancement-row small {
  display: block;
  margin-bottom: 2px;
}
.city-bis-enhancements .city-bis-enhancement-row .city-bis-enhancement-icon {
  display: block;
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 5px;
  object-fit: cover;
}

.city-planner, .city-planner-controls {
  color: #edf2f7;
  font-family: "Space Grotesk", sans-serif;
}
.city-planner [hidden], .city-planner-controls [hidden] {
  display: none !important;
}
.city-planner button, .city-planner input, .city-planner summary, .city-planner-controls button, .city-planner-controls input, .city-planner-controls summary {
  font-family: inherit;
}
.city-planner :is(button, input, summary):focus, .city-planner-controls :is(button, input, summary):focus {
  outline: none;
  box-shadow: none;
}
.city-planner :is(button, summary):focus-visible, .city-planner-controls :is(button, summary):focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-planner input:focus-visible, .city-planner-controls input:focus-visible {
  background: #171c24;
}
.city-planner button, .city-planner-controls button {
  cursor: pointer;
  border: 0;
}
.city-planner svg, .city-planner-controls svg {
  width: 18px;
  height: 18px;
  flex: none;
}

.city-planner {
  flex: 1;
  gap: 16px;
  min-width: 0;
}
.city-planner .city-warband-head {
  margin: 0;
  align-items: center;
}
.city-planner .city-planner-share {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  background: rgba(6, 11, 16, 0.8117647059);
  color: #b8c6d5;
}
.city-planner .city-planner-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 1px 32px;
  mask-image: linear-gradient(#000 calc(100% - 28px), transparent);
}
.city-planner .city-planner-hero {
  display: grid;
  grid-template-columns: clamp(140px, 23%, 210px) minmax(0, 1fr);
  min-height: 200px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(8, 13, 20, 0.8509803922);
}
.city-planner .city-planner-portrait {
  position: relative;
  min-height: 200px;
}
.city-planner .city-planner-action {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
  opacity: 1;
}
.city-planner .city-planner-banner-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  gap: 22px;
  min-width: 0;
  padding: 22px;
}
.city-planner .city-planner-banner-top {
  display: contents;
}
.city-planner .city-planner-identity {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: 14px;
  min-width: 0;
}
.city-planner .city-planner-icons {
  display: flex;
  gap: 6px;
  flex: none;
}
.city-planner .city-planner-icons img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.city-planner .city-planner-identity h4 {
  font: 500 30px/1.1 "Space Grotesk", sans-serif;
  letter-spacing: -0.03em;
  margin: 0 0 7px;
  overflow-wrap: anywhere;
}
.city-planner .city-planner-identity p {
  margin: 0;
  font-size: 12px;
  color: #b8c5d3;
}
.city-planner .city-planner-goal {
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 130px;
  text-align: right;
}
.city-planner .city-planner-goal span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #b8c5d3;
}
.city-planner .city-planner-goal strong {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.city-planner progress {
  appearance: none;
  width: 100%;
  height: 3px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1019607843);
  overflow: hidden;
}
.city-planner progress::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1019607843);
}
.city-planner progress::-webkit-progress-value {
  background: #dfaa78;
}
.city-planner progress::-moz-progress-bar {
  background: #dfaa78;
}
.city-planner .city-planner-options {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
}
.city-planner .city-planner-options button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  border-radius: 999px;
  padding: 10px 15px;
  background: rgba(8, 13, 20, 0.8509803922);
  color: #aebbc9;
  font-size: 12px;
}
.city-planner .city-planner-options strong {
  font-weight: 500;
}
.city-planner .city-planner-options span {
  font-size: 11px;
  color: #8999ac;
}
.city-planner .city-planner-options button[aria-pressed=true] {
  color: #efba8b;
  background: rgba(8, 13, 20, 0.9490196078);
}
.city-planner .city-planner-options button[aria-pressed=true] span {
  color: inherit;
}
.city-planner .city-planner-options button:hover {
  background: #171e27;
  color: #edf2f7;
}
.city-planner .city-planner-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.city-planner .city-planner-dungeon {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: 300px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(9, 14, 22, 0.7019607843);
}
.city-planner .city-planner-dungeon-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.city-planner .city-planner-dungeon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(7, 12, 20, 0.9607843137) 5%, rgba(7, 12, 20, 0.7019607843) 42%, rgba(7, 12, 20, 0.1254901961) 85%);
}
.city-planner .city-planner-dungeon-copy {
  width: 100%;
  min-width: 0;
  padding: 18px;
}
.city-planner .city-planner-dungeon-top {
  position: absolute;
  inset: 16px 16px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.city-planner .city-planner-key {
  font: 500 46px/1 "Space Grotesk", sans-serif;
  letter-spacing: -0.06em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}
.city-planner .city-planner-timer {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  margin-top: 3px;
  border-radius: 999px;
  background: rgba(6, 11, 19, 0.5019607843);
  backdrop-filter: blur(8px);
  font-size: 10px;
  color: #d2dce6;
}
.city-planner .city-planner-timer svg {
  width: 13px;
  height: 13px;
}
.city-planner .city-planner-dungeon h4 {
  min-height: 42px;
  display: flex;
  align-items: flex-end;
  margin: 0 0 16px;
  font: 500 18px/1.18 "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.city-planner .city-planner-dungeon-stats {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.city-planner .city-planner-dungeon-stats > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.city-planner .city-planner-dungeon-stats span {
  font-size: 9px;
  color: #a6b4c4;
}
.city-planner .city-planner-current strong {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  color: #e1e8ef;
}
.city-planner .city-planner-gain {
  text-align: right;
}
.city-planner .city-planner-gain strong {
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 500;
  color: #a7d9b9;
}
.city-planner .city-planner-message {
  padding: 20px 0;
  color: #bdc8d4;
}
.city-planner .city-planner-message h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 8px;
  color: #edf2f7;
}
.city-planner .city-planner-message p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
.city-planner .city-planner-message button {
  margin-top: 14px;
  border-radius: 999px;
  padding: 10px 16px;
  background: #080d14;
  color: #efba8b;
  font-size: 12px;
}
.city-planner .city-planner-note {
  font-size: 11px;
  color: #b8c5d3;
  line-height: 1.6;
}
.city-planner .is-preview {
  opacity: 0.7;
}
.city-planner .is-preview .city-planner-dungeon {
  min-height: 180px;
}
.city-planner .is-preview .city-planner-dungeon h4 {
  min-height: 0;
  margin: 0;
}

.city-planner-controls {
  display: block;
  flex: none;
  margin-top: 14px;
}
.city-planner-controls .city-planner-settings > summary {
  display: none;
}
.city-planner-controls .city-planner-fields {
  display: grid;
  gap: 12px;
}
.city-planner-controls label, .city-planner-controls .city-planner-target-label {
  display: block;
  margin-bottom: 5px;
  color: #aeb8c5;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 9px;
}
.city-planner-controls input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.9019607843);
  color: #edf2f7;
  font-size: 12px;
}
.city-planner-controls input::placeholder {
  color: #8999ac;
}
.city-planner-controls .custom-dropdown {
  position: relative;
  display: inline-block;
  min-width: 0;
  font-family: "Space Grotesk", sans-serif;
}
.city-planner-controls .custom-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
  font: 500 13px/1.2 "Space Grotesk", sans-serif;
  text-decoration: none;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: background 0.18s ease;
}
.city-planner-controls .custom-dropdown .dropdown-toggle:hover {
  background: #151a22;
  color: #eef2f7;
}
.city-planner-controls .custom-dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.city-planner-controls .custom-dropdown .dropdown-toggle:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-planner-controls .custom-dropdown .dropdown-toggle[aria-expanded=true] {
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
}
.city-planner-controls .custom-dropdown .dropdown-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.city-planner-controls .custom-dropdown .dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.city-planner-controls .custom-dropdown .dropdown-icon {
  display: block;
  flex: none;
  width: var(--city-dropdown-icon-size, 25px);
  height: var(--city-dropdown-icon-size, 25px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
.city-planner-controls .custom-dropdown .dropdown-arrow {
  flex: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5490196078);
  transition: transform 0.2s ease;
}
.city-planner-controls .custom-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}
.city-planner-controls .custom-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: auto;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  max-height: min(300px, 40dvh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px;
  border: 0;
  border-radius: 6px;
  background: rgba(8, 11, 16, 0.9607843137);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}
.city-planner-controls .custom-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.city-planner-controls .custom-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #ded9cd;
  font: 400 13px/1.3 "Space Grotesk", sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.city-planner-controls .custom-dropdown .dropdown-item:focus {
  outline: none;
  box-shadow: none;
}
.city-planner-controls .custom-dropdown .dropdown-item.selected {
  background: rgba(255, 255, 255, 0.0470588235);
  color: #edf0f4;
}
.city-planner-controls .custom-dropdown .dropdown-item:hover, .city-planner-controls .custom-dropdown .dropdown-item:focus-visible {
  background: rgba(255, 255, 255, 0.0784313725);
  color: #f5dbac;
}
.city-planner-controls .custom-dropdown .dropdown-item:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-planner-controls .custom-dropdown .dropdown-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.city-planner-controls .custom-dropdown .dropdown-item-text {
  flex: 1;
  min-width: 0;
}
.city-planner-controls .custom-dropdown .dropdown-check {
  flex: none;
  font-size: 14px;
  color: #a9cdd2;
}
.city-planner-controls .custom-dropdown .dropdown-count {
  margin-left: auto;
  min-width: 20px;
  padding: 1px 6px;
  border-radius: 999px;
  font: 500 10px/1.6 "Space Grotesk", sans-serif;
  color: #b4c5d5;
  background: rgba(255, 255, 255, 0.0470588235);
  text-align: center;
}
.city-planner-controls .custom-dropdown .dropdown-count.tag-primary {
  background: rgba(169, 205, 210, 0.1333333333);
  color: #edf0f4;
}
@media (prefers-reduced-motion: reduce) {
  .city-planner-controls .custom-dropdown .dropdown-toggle, .city-planner-controls .custom-dropdown .dropdown-arrow, .city-planner-controls .custom-dropdown .dropdown-menu {
    transition: none;
  }
}
.city-planner-controls .custom-dropdown {
  display: block;
  width: 100%;
}
.city-planner-controls .custom-dropdown .dropdown-toggle {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 12px;
}
.city-planner-controls .custom-dropdown .dropdown-text small {
  color: #8c9bab;
  font-size: 10px;
  margin-left: 4px;
}
.city-planner-controls summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-size: 11px;
  color: #b8c6d5;
  cursor: pointer;
}
.city-planner-controls summary::-webkit-details-marker {
  display: none;
}
.city-planner-controls details[open] > summary > svg {
  transform: rotate(180deg);
}
.city-planner-controls .city-planner-presets {
  display: flex;
  gap: 4px;
  margin-top: 7px;
}
.city-planner-controls .city-planner-presets button {
  flex: 1;
  padding: 6px 2px;
  border-radius: 999px;
  background: rgba(8, 11, 16, 0.7882352941);
  color: #aeb8c5;
  font-size: 10px;
}
.city-planner-controls .city-planner-presets button[aria-pressed=true] {
  color: #edbc95;
}
.city-planner-controls .city-planner-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}
.city-planner-controls .city-planner-stats:empty {
  display: none;
}
.city-planner-controls .city-planner-stats div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.city-planner-controls .city-planner-stats strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.city-planner-controls .city-planner-stats span {
  font-size: 9px;
  color: #aeb8c5;
}
.city-planner-controls .city-planner-stats div:last-child strong {
  color: #a7d9b9;
}
.city-planner-controls .city-planner-estimate {
  font-size: 10px;
  line-height: 1.6;
  color: #8f9eaf;
  margin: 0;
}

:is(.city-journey, .world-explorer) .city-stage-content:has(> .city-planner:not([hidden])) {
  height: calc(100dvh - var(--city-footer-clearance, 226px) - var(--city-card-top, 150px));
}

@media (min-width:1025px) {
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-planner-controls:not([hidden])) .city-arrival-card-head {
    padding-top: 104px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-planner-controls:not([hidden])) .city-arrival-card-description {
    display: block;
    margin: 6px 0;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-planner-controls:not([hidden])) .city-arrival-card-body {
    padding-bottom: 8px;
  }
}
@container (min-width:651px) and (max-width:1200px) {
  .city-planner .city-planner-dungeon-copy {
    padding: 12px;
  }
  .city-planner .city-planner-dungeon-top {
    inset: 14px 10px auto;
    gap: 4px;
  }
  .city-planner .city-planner-key {
    font-size: 36px;
  }
  .city-planner .city-planner-timer {
    font-size: 9px;
    padding: 5px;
    gap: 3px;
  }
  .city-planner .city-planner-dungeon h4 {
    font-size: 16px;
    min-height: 57px;
  }
  .city-planner .city-planner-dungeon-stats {
    gap: 6px;
  }
  .city-planner .city-planner-current strong {
    font-size: 12px;
  }
  .city-planner .city-planner-gain strong {
    font-size: 22px;
  }
}
@container (max-width:650px) {
  .city-planner .city-planner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .city-planner .city-planner-hero {
    grid-template-columns: 100px minmax(0, 1fr);
    min-height: 200px;
  }
  .city-planner .city-planner-banner-content {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px 12px;
    gap: 14px;
  }
  .city-planner .city-planner-identity {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .city-planner .city-planner-icons img {
    width: 30px;
    height: 30px;
  }
  .city-planner .city-planner-options {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
  }
  .city-planner .city-planner-options button {
    padding: 8px 10px;
    font-size: 11px;
  }
  .city-planner .city-planner-goal {
    grid-column: 1;
    grid-row: 3;
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
    text-align: left;
  }
  .city-planner .city-planner-goal progress {
    display: none;
  }
  .city-planner .city-planner-goal strong {
    font-size: 28px;
  }
  .city-planner .city-planner-identity h4 {
    font-size: 26px;
  }
  .city-planner .city-planner-dungeon-copy {
    padding: 14px;
  }
  .city-planner .city-planner-dungeon-top {
    inset: 14px 12px auto;
  }
  .city-planner .city-planner-key {
    font-size: 38px;
  }
  .city-planner .city-planner-gain strong {
    font-size: 22px;
  }
  .city-planner .city-planner-current strong {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  :is(.city-journey, .world-explorer) .city-stage-content:has(> .city-planner:not([hidden])) {
    top: var(--city-card-top, 96px);
    height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
    max-height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
  }
  :is(.city-journey, .world-explorer):has(.city-planner:not([hidden])) .city-arrival-card .city-arrival-card-body {
    display: block;
    flex: none;
    max-height: 38dvh;
    padding: 0 16px;
    mask-image: none;
    overflow-y: auto;
  }
  :is(.city-journey, .world-explorer):has(.city-planner:not([hidden])) .city-arrival-card .city-arrival-card-description {
    display: block;
    margin: 5px 0;
  }
  :is(.city-journey, .world-explorer):has(.city-planner:not([hidden])) .city-arrival-card .city-planner-controls {
    margin: 0;
  }
  :is(.city-journey, .world-explorer):has(.city-planner:not([hidden])) .city-arrival-card .city-planner-settings > summary {
    display: flex;
    padding: 9px 0;
  }
  :is(.city-journey, .world-explorer):has(.city-planner:not([hidden])) .city-arrival-card .city-planner-fields {
    padding-bottom: 10px;
  }
  .city-planner {
    gap: 10px;
  }
  .city-planner .city-planner-dungeon {
    min-height: 270px;
  }
  .city-planner .city-planner-dungeon h4 {
    font-size: 16px;
  }
}
.city-planner-controls .city-planner-account-status {
  font-size: 12px;
  line-height: 1.6;
  color: #aeb8c5;
  margin: 0;
}

.city-planner-controls :is([data-login], [data-roster-retry]) {
  padding: 9px 14px;
  background: #080b10;
  color: #edbc95;
  border-radius: 999px;
  font-size: 12px;
}

.city-vault, .city-vault-controls {
  color: #edf2f7;
  font-family: "Space Grotesk", sans-serif;
}
.city-vault [hidden], .city-vault-controls [hidden] {
  display: none !important;
}
.city-vault button, .city-vault summary, .city-vault-controls button, .city-vault-controls summary {
  font-family: inherit;
}
.city-vault :is(button, summary):focus, .city-vault-controls :is(button, summary):focus {
  outline: none;
  box-shadow: none;
}
.city-vault :is(button, summary):focus-visible, .city-vault-controls :is(button, summary):focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-vault button, .city-vault-controls button {
  border: 0;
  cursor: pointer;
}
.city-vault svg, .city-vault-controls svg {
  flex: none;
  width: 18px;
  height: 18px;
}

.city-vault {
  flex: 1;
  min-width: 0;
  gap: 16px;
}
.city-vault .city-warband-head {
  margin: 0;
  align-items: center;
}
.city-vault .city-vault-refresh {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  background: rgba(8, 13, 20, 0.8509803922);
  color: #bdc8d4;
}
.city-vault .city-vault-refresh:hover {
  color: #c4b0f2;
  background: #141a26;
}
.city-vault .city-vault-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 1px 32px;
  mask-image: linear-gradient(#000 calc(100% - 28px), transparent);
}
.city-vault .city-vault-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.city-vault .city-vault-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(8, 13, 20, 0.8509803922);
}
.city-vault .city-vault-portrait {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: 280px;
  padding: 155px 12px 12px;
}
.city-vault .city-vault-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% top;
}
.city-vault .city-vault-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, #080d14 0%, rgba(8, 13, 20, 0.8588235294) 20%, rgba(8, 13, 20, 0.1254901961) 52%, transparent 75%);
}
.city-vault .city-vault-total {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(8, 13, 20, 0.7019607843);
  backdrop-filter: blur(8px);
  color: #d1c4ed;
}
.city-vault .city-vault-total > svg {
  width: 14px;
  height: 14px;
}
.city-vault .city-vault-total strong {
  font-size: 16px;
  font-weight: 500;
}
.city-vault .city-vault-total > span {
  font-size: 10px;
  color: #aeb8c5;
}
.city-vault .city-vault-identity {
  min-width: 0;
  width: 100%;
  text-align: center;
}
.city-vault .city-vault-icons {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
}
.city-vault .city-vault-icons .city-warband-icon-wrap {
  width: 34px;
  height: 34px;
}
.city-vault .city-vault-icons img {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.city-vault .city-vault-identity h4 {
  margin: 0;
  color: var(--vault-class, #edf2f7);
  font: 500 23px/1.1 "Space Grotesk", sans-serif;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}
.city-vault .city-vault-identity p {
  margin: 5px 0 0;
  color: #aebbc9;
  font-size: 10px;
}
.city-vault .city-vault-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  margin: 0 12px 14px;
  padding: 12px 4px;
  border-radius: 8px;
  background: rgba(8, 13, 20, 0.7019607843);
}
.city-vault .city-vault-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 0;
  text-align: center;
}
.city-vault .city-vault-track-icon {
  display: flex;
  color: #bba4dc;
}
.city-vault .city-vault-track-icon svg {
  width: 20px;
  height: 20px;
}
.city-vault .city-vault-track-label {
  font-size: 10px;
  color: #aebccc;
}
.city-vault .city-vault-track-count {
  font: 500 23px/1.15 "Space Grotesk", sans-serif;
  color: #edf2f7;
  letter-spacing: -0.04em;
  margin-top: 2px;
}
.city-vault .city-vault-track.is-unknown .city-vault-track-count {
  color: #8798ae;
}
.city-vault .city-vault-track-count small {
  font: 400 10px/1.2 "Space Grotesk", sans-serif;
  color: #8999ad;
  letter-spacing: 0;
  margin-left: 3px;
  white-space: nowrap;
}
.city-vault .city-vault-empty {
  padding: 20px 0;
  color: #b6c3d1;
  font-size: 13px;
  line-height: 1.6;
}
.city-vault .city-vault-empty p {
  margin: 0 0 12px;
}
.city-vault .city-vault-empty button {
  padding: 10px 16px;
  border-radius: 999px;
  background: #080d14;
  color: #c4b0f2;
  font-size: 12px;
}
.city-vault .city-vault-notice, .city-vault .city-vault-loading {
  font-size: 12px;
  line-height: 1.6;
  color: #b6c3d1;
  margin: 0;
}
.city-vault .city-vault-skeletons {
  overflow: hidden;
}
.city-vault .city-vault-skeletons > div {
  height: 460px;
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(8, 13, 20, 0.7019607843) 25%, rgba(40, 54, 67, 0.5333333333) 50%, rgba(8, 13, 20, 0.7019607843) 75%);
  background-size: 300% 100%;
  animation: city-vault-loading 2s ease infinite;
}

.city-vault-controls {
  display: block;
  flex: none;
  margin-top: 16px;
}
.city-vault-controls details > summary {
  display: none;
}
.city-vault-controls .city-vault-fields {
  display: grid;
  gap: 12px;
}
.city-vault-controls label {
  display: block;
  margin-bottom: 5px;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #aeb8c5;
}
.city-vault-controls .custom-dropdown {
  position: relative;
  display: inline-block;
  min-width: 0;
  font-family: "Space Grotesk", sans-serif;
}
.city-vault-controls .custom-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
  font: 500 13px/1.2 "Space Grotesk", sans-serif;
  text-decoration: none;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: background 0.18s ease;
}
.city-vault-controls .custom-dropdown .dropdown-toggle:hover {
  background: #151a22;
  color: #eef2f7;
}
.city-vault-controls .custom-dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.city-vault-controls .custom-dropdown .dropdown-toggle:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-vault-controls .custom-dropdown .dropdown-toggle[aria-expanded=true] {
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
}
.city-vault-controls .custom-dropdown .dropdown-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.city-vault-controls .custom-dropdown .dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.city-vault-controls .custom-dropdown .dropdown-icon {
  display: block;
  flex: none;
  width: var(--city-dropdown-icon-size, 25px);
  height: var(--city-dropdown-icon-size, 25px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
.city-vault-controls .custom-dropdown .dropdown-arrow {
  flex: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5490196078);
  transition: transform 0.2s ease;
}
.city-vault-controls .custom-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}
.city-vault-controls .custom-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: auto;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  max-height: min(300px, 40dvh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px;
  border: 0;
  border-radius: 6px;
  background: rgba(8, 11, 16, 0.9607843137);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}
.city-vault-controls .custom-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.city-vault-controls .custom-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #ded9cd;
  font: 400 13px/1.3 "Space Grotesk", sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.city-vault-controls .custom-dropdown .dropdown-item:focus {
  outline: none;
  box-shadow: none;
}
.city-vault-controls .custom-dropdown .dropdown-item.selected {
  background: rgba(255, 255, 255, 0.0470588235);
  color: #edf0f4;
}
.city-vault-controls .custom-dropdown .dropdown-item:hover, .city-vault-controls .custom-dropdown .dropdown-item:focus-visible {
  background: rgba(255, 255, 255, 0.0784313725);
  color: #f5dbac;
}
.city-vault-controls .custom-dropdown .dropdown-item:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-vault-controls .custom-dropdown .dropdown-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.city-vault-controls .custom-dropdown .dropdown-item-text {
  flex: 1;
  min-width: 0;
}
.city-vault-controls .custom-dropdown .dropdown-check {
  flex: none;
  font-size: 14px;
  color: #a9cdd2;
}
.city-vault-controls .custom-dropdown .dropdown-count {
  margin-left: auto;
  min-width: 20px;
  padding: 1px 6px;
  border-radius: 999px;
  font: 500 10px/1.6 "Space Grotesk", sans-serif;
  color: #b4c5d5;
  background: rgba(255, 255, 255, 0.0470588235);
  text-align: center;
}
.city-vault-controls .custom-dropdown .dropdown-count.tag-primary {
  background: rgba(169, 205, 210, 0.1333333333);
  color: #edf0f4;
}
@media (prefers-reduced-motion: reduce) {
  .city-vault-controls .custom-dropdown .dropdown-toggle, .city-vault-controls .custom-dropdown .dropdown-arrow, .city-vault-controls .custom-dropdown .dropdown-menu {
    transition: none;
  }
}
.city-vault-controls .custom-dropdown {
  display: block;
  width: 100%;
}
.city-vault-controls .custom-dropdown .dropdown-toggle {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 12px;
}
.city-vault-controls .custom-dropdown .dropdown-text small {
  margin-left: 4px;
  color: #8c9bab;
  font-size: 10px;
}
.city-vault-controls .city-vault-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.city-vault-controls .city-vault-summary div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.city-vault-controls .city-vault-summary strong {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.city-vault-controls .city-vault-summary div:first-child strong {
  color: #c4b0f2;
}
.city-vault-controls .city-vault-summary span {
  font-size: 9px;
  color: #aeb8c5;
}
.city-vault-controls .city-vault-reset {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  font-size: 10px;
  color: #aeb8c5;
}
.city-vault-controls .city-vault-reset strong {
  font-weight: 400;
  color: #d5dce6;
}
.city-vault-controls .city-vault-explainer {
  font-size: 10px;
  line-height: 1.6;
  color: #8f9eaf;
  margin: 0;
}

:is(.city-journey, .world-explorer) .city-stage-content:has(> .city-vault:not([hidden])) {
  height: calc(100dvh - var(--city-footer-clearance, 226px) - var(--city-card-top, 150px));
}

:is(.city-journey, .world-explorer) .city-arrival-card:has(.city-vault-controls:not([hidden])) .city-arrival-card-description {
  display: block;
}

@media (min-width:1025px) {
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-vault-controls:not([hidden])) .city-arrival-card-head {
    padding-top: 104px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card:has(.city-vault-controls:not([hidden])) .city-arrival-card-body {
    padding-bottom: 8px;
  }
}
@container (max-width:650px) {
  .city-vault .city-vault-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .city-vault .city-vault-portrait {
    padding: 155px 10px 12px;
  }
  .city-vault .city-vault-progress {
    margin: 0 8px 10px;
    padding: 10px 2px;
  }
  .city-vault .city-vault-identity h4 {
    font-size: 21px;
  }
}
@media (max-width:1024px) {
  :is(.city-journey, .world-explorer) .city-stage-content:has(> .city-vault:not([hidden])) {
    top: var(--city-card-top, 96px);
    height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
    max-height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
  }
  :is(.city-journey, .world-explorer):has(.city-vault:not([hidden])) .city-arrival-card .city-arrival-card-body {
    display: block;
    flex: none;
    max-height: 38dvh;
    padding: 0 16px;
    mask-image: none;
    overflow-y: auto;
  }
  :is(.city-journey, .world-explorer):has(.city-vault:not([hidden])) .city-arrival-card .city-vault-controls {
    margin: 0;
  }
  :is(.city-journey, .world-explorer):has(.city-vault:not([hidden])) .city-arrival-card .city-vault-filters > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    font-size: 11px;
    list-style: none;
    cursor: pointer;
  }
  :is(.city-journey, .world-explorer):has(.city-vault:not([hidden])) .city-arrival-card .city-vault-filters > summary::-webkit-details-marker {
    display: none;
  }
  :is(.city-journey, .world-explorer):has(.city-vault:not([hidden])) .city-arrival-card .city-vault-filters[open] > summary > svg {
    transform: rotate(180deg);
  }
  :is(.city-journey, .world-explorer):has(.city-vault:not([hidden])) .city-arrival-card .city-vault-fields {
    padding-bottom: 10px;
  }
  .city-vault {
    gap: 10px;
  }
}
@keyframes city-vault-loading {
  to {
    background-position: -150% 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .city-vault .city-vault-skeletons > div {
    animation: none;
  }
}
.city-art-gallery, .art-gallery-controls, .art-gallery-modal {
  color: #edf2f7;
  font-family: "Space Grotesk", sans-serif;
}
.city-art-gallery [hidden], .art-gallery-controls [hidden], .art-gallery-modal [hidden] {
  display: none !important;
}
.city-art-gallery svg, .art-gallery-controls svg, .art-gallery-modal svg {
  width: 20px;
  height: 20px;
  flex: none;
}
.city-art-gallery :is(button, a, summary):focus, .art-gallery-controls :is(button, a, summary):focus, .art-gallery-modal :is(button, a, summary):focus {
  outline: none;
  box-shadow: none;
}
.city-art-gallery :is(button, a, summary):focus-visible, .art-gallery-controls :is(button, a, summary):focus-visible, .art-gallery-modal :is(button, a, summary):focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

:is(.city-journey, .world-explorer) .city-stage-content .city-art-gallery button, .art-gallery-modal button, .art-gallery-controls .art-gallery-switch button {
  font: inherit;
  cursor: pointer;
  border: 0;
  color: inherit;
  box-shadow: none;
}

.city-art-gallery {
  flex: 1;
  min-height: 0;
  gap: 12px;
}
.city-art-gallery .city-warband-head {
  margin: 0;
}
.city-art-gallery .art-gallery-viewer {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
  background: rgba(6, 11, 16, 0.9098039216);
  padding: 12px 12px 8px;
  border-radius: 14px;
  box-shadow: 0 14px 70px rgba(2, 6, 8, 0.4392156863);
  backdrop-filter: blur(20px);
}
.city-art-gallery .art-gallery-frame {
  min-height: 0;
  flex: 1;
}
.city-art-gallery .art-gallery-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  flex: none;
  padding: 0 0 6px;
  scrollbar-width: thin;
}
.city-art-gallery .art-gallery-thumbs button {
  position: relative;
  flex: 0 0 100px;
  height: 62px;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #060b10;
  opacity: 0.58;
  transition: opacity 0.2s;
}
.city-art-gallery .art-gallery-thumbs button:hover, .city-art-gallery .art-gallery-thumbs button[aria-pressed=true] {
  opacity: 1;
}
.city-art-gallery .art-gallery-thumbs button[aria-pressed=true]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 2px;
  background: #fff;
}
.city-art-gallery .art-gallery-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.city-art-gallery .art-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  overflow-y: auto;
  min-height: 0;
  align-content: start;
  flex: 1;
  padding: 0 0 30px;
  mask-image: linear-gradient(#000 calc(100% - 28px), transparent);
}
.city-art-gallery .art-gallery-grid > button {
  position: relative;
  aspect-ratio: 3/4;
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
  padding: 0;
  background: #080e16;
}
.city-art-gallery .art-gallery-grid > button > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.35s;
}
.city-art-gallery .art-gallery-grid > button:hover > img {
  transform: scale(1.035);
}
.city-art-gallery .art-gallery-card-copy {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 40px 12px 14px;
  background: linear-gradient(transparent, rgba(6, 11, 16, 0.9098039216) 65%);
  text-align: left;
}
.city-art-gallery .art-gallery-card-copy > img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex: none;
}
.city-art-gallery .art-gallery-card-copy strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
.city-art-gallery .art-gallery-card-copy small {
  display: block;
  font-size: 10px;
  color: #afbdcc;
  margin-top: 5px;
}

.city-art-gallery .art-gallery-frame, .art-gallery-modal .art-gallery-frame {
  position: relative;
  display: flex;
  justify-content: center;
  background: #05090d;
  border-radius: 8px;
  overflow: hidden;
}
.city-art-gallery .art-gallery-image, .art-gallery-modal .art-gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: none;
  padding: 0;
}
.city-art-gallery .art-gallery-image > img, .art-gallery-modal .art-gallery-image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.city-art-gallery .art-gallery-image-status, .art-gallery-modal .art-gallery-image-status {
  position: absolute;
  top: 45%;
  left: 12px;
  right: 12px;
  text-align: center;
  font-size: 12px;
  color: #b4c3d3;
  pointer-events: none;
}
.city-art-gallery .art-gallery-image-status:empty, .art-gallery-modal .art-gallery-image-status:empty {
  display: none;
}
.city-art-gallery .art-gallery-image-status button, .art-gallery-modal .art-gallery-image-status button {
  pointer-events: auto;
  padding: 8px;
  background: #111b26;
  border-radius: 20px;
}
.city-art-gallery .art-gallery-expand, .art-gallery-modal .art-gallery-expand {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(6, 11, 16, 0.7019607843);
  pointer-events: none;
}
.city-art-gallery .art-gallery-caption, .art-gallery-modal .art-gallery-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 6px 4px;
  flex: none;
}
.city-art-gallery .art-gallery-caption small, .art-gallery-modal .art-gallery-caption small {
  color: #95aabb;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.city-art-gallery .art-gallery-caption h4, .art-gallery-modal .art-gallery-caption h4 {
  margin: 4px 0 0;
  font: 500 20px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: -0.025em;
}
.city-art-gallery .art-gallery-caption a, .art-gallery-modal .art-gallery-caption a {
  display: grid;
  place-items: center;
  flex: none;
  color: #b8cdcf;
  background: #0e1720;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.city-art-gallery .art-gallery-arrows, .art-gallery-modal .art-gallery-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: none;
}
.city-art-gallery .art-gallery-arrows button, .art-gallery-modal .art-gallery-arrows button {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #0e1720;
  padding: 0;
}
.city-art-gallery .art-gallery-arrows button:hover, .city-art-gallery .art-gallery-caption a:hover, .art-gallery-modal .art-gallery-arrows button:hover, .art-gallery-modal .art-gallery-caption a:hover {
  background: #1a2933;
  color: #fff;
}
.city-art-gallery .art-gallery-arrows span, .art-gallery-modal .art-gallery-arrows span {
  min-width: 50px;
  text-align: center;
  font-size: 10px;
  color: #95aabb;
  font-variant-numeric: tabular-nums;
}

.art-gallery-controls {
  display: block;
  flex: none;
  margin-top: 16px;
}
.art-gallery-controls details > summary {
  display: none;
}
.art-gallery-controls .art-gallery-fields {
  display: grid;
  gap: 12px;
}
.art-gallery-controls .art-gallery-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  background: rgba(5, 9, 13, 0.7019607843);
  border-radius: 24px;
}
.art-gallery-controls .art-gallery-switch button {
  padding: 10px 4px;
  border-radius: 20px;
  font-size: 11px !important;
  background: transparent;
  color: #a8b7c8;
}
.art-gallery-controls .art-gallery-switch button[aria-pressed=true] {
  background: #1a292b;
  color: #c6e6df;
}
.art-gallery-controls .art-gallery-fields > div > label, .art-gallery-controls legend {
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #aeb8c5;
  display: block;
  margin-bottom: 5px;
}
.art-gallery-controls .custom-dropdown {
  position: relative;
  display: inline-block;
  min-width: 0;
  font-family: "Space Grotesk", sans-serif;
}
.art-gallery-controls .custom-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
  font: 500 13px/1.2 "Space Grotesk", sans-serif;
  text-decoration: none;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: background 0.18s ease;
}
.art-gallery-controls .custom-dropdown .dropdown-toggle:hover {
  background: #151a22;
  color: #eef2f7;
}
.art-gallery-controls .custom-dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.art-gallery-controls .custom-dropdown .dropdown-toggle:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.art-gallery-controls .custom-dropdown .dropdown-toggle[aria-expanded=true] {
  background: rgba(8, 11, 16, 0.9019607843);
  color: #eef2f7;
}
.art-gallery-controls .custom-dropdown .dropdown-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.art-gallery-controls .custom-dropdown .dropdown-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.art-gallery-controls .custom-dropdown .dropdown-icon {
  display: block;
  flex: none;
  width: var(--city-dropdown-icon-size, 25px);
  height: var(--city-dropdown-icon-size, 25px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
.art-gallery-controls .custom-dropdown .dropdown-arrow {
  flex: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5490196078);
  transition: transform 0.2s ease;
}
.art-gallery-controls .custom-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}
.art-gallery-controls .custom-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: auto;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  max-height: min(300px, 40dvh);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px;
  border: 0;
  border-radius: 6px;
  background: rgba(8, 11, 16, 0.9607843137);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}
.art-gallery-controls .custom-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.art-gallery-controls .custom-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #ded9cd;
  font: 400 13px/1.3 "Space Grotesk", sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.art-gallery-controls .custom-dropdown .dropdown-item:focus {
  outline: none;
  box-shadow: none;
}
.art-gallery-controls .custom-dropdown .dropdown-item.selected {
  background: rgba(255, 255, 255, 0.0470588235);
  color: #edf0f4;
}
.art-gallery-controls .custom-dropdown .dropdown-item:hover, .art-gallery-controls .custom-dropdown .dropdown-item:focus-visible {
  background: rgba(255, 255, 255, 0.0784313725);
  color: #f5dbac;
}
.art-gallery-controls .custom-dropdown .dropdown-item:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.art-gallery-controls .custom-dropdown .dropdown-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.art-gallery-controls .custom-dropdown .dropdown-item-text {
  flex: 1;
  min-width: 0;
}
.art-gallery-controls .custom-dropdown .dropdown-check {
  flex: none;
  font-size: 14px;
  color: #a9cdd2;
}
.art-gallery-controls .custom-dropdown .dropdown-count {
  margin-left: auto;
  min-width: 20px;
  padding: 1px 6px;
  border-radius: 999px;
  font: 500 10px/1.6 "Space Grotesk", sans-serif;
  color: #b4c5d5;
  background: rgba(255, 255, 255, 0.0470588235);
  text-align: center;
}
.art-gallery-controls .custom-dropdown .dropdown-count.tag-primary {
  background: rgba(169, 205, 210, 0.1333333333);
  color: #edf0f4;
}
@media (prefers-reduced-motion: reduce) {
  .art-gallery-controls .custom-dropdown .dropdown-toggle, .art-gallery-controls .custom-dropdown .dropdown-arrow, .art-gallery-controls .custom-dropdown .dropdown-menu {
    transition: none;
  }
}
.art-gallery-controls .custom-dropdown {
  display: block;
  width: 100%;
}
.art-gallery-controls .custom-dropdown .dropdown-toggle {
  min-height: 36px;
  padding: 7px 10px;
  font-size: 12px;
}
.art-gallery-controls fieldset {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  border: 0;
}
.art-gallery-controls fieldset label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  cursor: pointer;
}
.art-gallery-controls input {
  accent-color: #a5d3c7;
  margin: 0;
  width: 14px;
  height: 14px;
}

.art-gallery-modal {
  box-sizing: border-box;
  position: fixed;
  inset: 0;
  width: 95vw;
  height: 95dvh;
  max-width: none;
  max-height: none;
  padding: 20px;
  border: 0;
  border-radius: 16px;
  background: rgba(5, 9, 13, 0.9607843137);
  overflow: hidden;
}
.art-gallery-modal[open] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.art-gallery-modal::backdrop {
  background: rgba(2, 5, 8, 0.8117647059);
  backdrop-filter: blur(20px);
}
.art-gallery-modal .art-gallery-frame {
  flex: 1;
  min-height: 0;
}
.art-gallery-modal .art-gallery-close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(8, 14, 22, 0.9019607843);
}
.art-gallery-modal .art-gallery-caption {
  padding: 0 8px;
}
.art-gallery-modal .art-gallery-caption h4 {
  font-size: 24px;
}

:is(.city-journey, .world-explorer) .city-stage-content:has(> .city-art-gallery:not([hidden])) {
  height: calc(100dvh - var(--city-footer-clearance, 226px) - var(--city-card-top, 150px));
}

:is(.city-journey, .world-explorer) .city-arrival-card:has(.art-gallery-controls:not([hidden])) .city-arrival-card-description {
  display: block;
}

@container (max-width:700px) {
  .city-art-gallery .art-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width:1024px) {
  :is(.city-journey, .world-explorer) .city-stage-content:has(> .city-art-gallery:not([hidden])) {
    top: var(--city-card-top, 96px);
    height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
    max-height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
  }
  :is(.city-journey, .world-explorer):has(.city-art-gallery:not([hidden])) .city-arrival-card .city-arrival-card-body {
    display: block;
    flex: none;
    max-height: 38dvh;
    padding: 0 16px;
    mask-image: none;
    overflow-y: auto;
  }
  :is(.city-journey, .world-explorer):has(.city-art-gallery:not([hidden])) .city-arrival-card .art-gallery-controls {
    margin: 0;
  }
  :is(.city-journey, .world-explorer):has(.city-art-gallery:not([hidden])) .city-arrival-card .art-gallery-filters > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    font-size: 11px;
    list-style: none;
    cursor: pointer;
  }
  :is(.city-journey, .world-explorer):has(.city-art-gallery:not([hidden])) .city-arrival-card .art-gallery-filters > summary::-webkit-details-marker {
    display: none;
  }
  :is(.city-journey, .world-explorer):has(.city-art-gallery:not([hidden])) .city-arrival-card .art-gallery-filters > summary > svg {
    width: 14px;
    transform: rotate(90deg);
  }
  :is(.city-journey, .world-explorer):has(.city-art-gallery:not([hidden])) .city-arrival-card .art-gallery-fields {
    padding-bottom: 10px;
  }
  .city-art-gallery {
    gap: 8px;
  }
  .city-art-gallery .art-gallery-viewer {
    padding: 6px;
  }
  .city-art-gallery .art-gallery-thumbs button {
    flex-basis: 68px;
    height: 42px;
  }
  .city-art-gallery .art-gallery-caption {
    padding: 6px 4px 0;
  }
  .city-art-gallery .art-gallery-caption h4 {
    font-size: 14px;
  }
  .city-art-gallery .art-gallery-caption small {
    font-size: 8px;
  }
  .city-art-gallery .art-gallery-arrows {
    gap: 10px;
  }
  .city-art-gallery .art-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .city-art-gallery .art-gallery-card-copy {
    padding: 35px 8px 10px;
    gap: 6px;
  }
  .city-art-gallery .art-gallery-card-copy strong {
    font-size: 11px;
  }
  .city-art-gallery .art-gallery-card-copy > img {
    width: 26px;
    height: 26px;
  }
  .art-gallery-modal {
    padding: 10px;
  }
  .art-gallery-modal .art-gallery-caption h4 {
    font-size: 18px;
  }
  .art-gallery-modal .art-gallery-close {
    top: 12px;
    right: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .city-art-gallery * {
    transition: none !important;
  }
}
.city-art-gallery .art-gallery-viewer {
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
  border-radius: 0;
}
.city-art-gallery .art-gallery-frame {
  background: none;
  border-radius: 0;
}
.city-art-gallery .art-gallery-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.city-art-gallery .art-gallery-image > img {
  width: auto;
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
}
.city-art-gallery .art-gallery-caption {
  padding: 12px 0 4px;
  text-shadow: 0 2px 12px #000;
}
.city-art-gallery .art-gallery-caption small {
  color: #bbcad5;
}
.city-art-gallery .art-gallery-arrows span {
  color: #c3d0dc;
  text-shadow: 0 1px 6px #000;
}
.city-art-gallery .art-gallery-grid {
  grid-auto-rows: max-content;
}
.city-art-gallery .art-gallery-grid > button {
  align-self: start;
}

@media (max-width:1024px) {
  .city-art-gallery .art-gallery-viewer {
    position: relative;
    padding: 0;
  }
  .city-art-gallery .art-gallery-frame {
    min-height: 100px;
  }
  .city-art-gallery .art-gallery-caption {
    padding: 6px 0 2px;
  }
  .city-art-gallery .art-gallery-caption small {
    display: none;
  }
  .city-art-gallery .art-gallery-caption h4 {
    margin: 0;
  }
  .city-art-gallery .art-gallery-caption a {
    width: 28px;
    height: 28px;
  }
  .city-art-gallery .art-gallery-arrows button {
    width: 26px;
    height: 26px;
  }
  .city-art-gallery .art-gallery-thumbs button {
    height: 34px;
    flex-basis: 56px;
  }
  .city-art-gallery .art-gallery-expand {
    width: 26px;
    height: 26px;
    right: 5px;
    bottom: 5px;
  }
}
.city-art-gallery::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -25px -20px;
  background: rgba(3, 11, 20, 0.3490196078);
  backdrop-filter: blur(16px);
  mask-image: radial-gradient(ellipse at center, #000 45%, transparent 73%);
  pointer-events: none;
}

.city-art-gallery[data-mode=landscapes] .art-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.city-art-gallery[data-mode=landscapes] .art-gallery-grid > button {
  aspect-ratio: 4/3;
}
.city-art-gallery[data-mode=landscapes] .art-gallery-grid > button > img {
  object-position: center;
}
.city-art-gallery[data-mode=landscapes] .art-gallery-card-copy {
  padding: 44px 14px 16px;
}
.city-art-gallery[data-mode=landscapes] .art-gallery-card-copy strong {
  font-size: 16px;
}

@media (min-width: 1800px) {
  .city-art-gallery[data-mode=landscapes] .art-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width:1024px) {
  .city-art-gallery[data-mode=landscapes] .art-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .city-art-gallery[data-mode=landscapes] .art-gallery-card-copy {
    padding: 28px 9px 10px;
  }
  .city-art-gallery[data-mode=landscapes] .art-gallery-card-copy strong {
    font-size: 12px;
  }
  .city-art-gallery[data-mode=landscapes] .art-gallery-card-copy small {
    display: none;
  }
}
.city-coming-soon {
  display: grid;
  place-items: center;
  flex: 1;
  min-height: 0;
  text-align: center;
  padding: 24px;
  color: #edf2f7;
  font-family: "Space Grotesk", sans-serif;
}
.city-coming-soon[hidden] {
  display: none;
}
.city-coming-soon > div {
  max-width: 560px;
  text-shadow: 0 2px 24px #020810;
}
.city-coming-soon p {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b9c8d4;
}
.city-coming-soon h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

:is(.city-journey, .world-explorer) .city-stage-content:has(> .city-coming-soon:not([hidden])) {
  height: calc(100dvh - var(--city-footer-clearance, 226px) - var(--city-card-top, 150px));
}

:is(.city-journey, .world-explorer):has(.city-coming-soon:not([hidden])) .city-arrival-card-description {
  display: block;
}

@media (max-width:1024px) {
  :is(.city-journey, .world-explorer) .city-stage-content:has(> .city-coming-soon:not([hidden])) {
    top: var(--city-card-top, 96px);
    height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
    max-height: calc(100dvh - var(--city-card-top, 96px) - var(--city-content-bottom, 350px));
  }
  :is(.city-journey, .world-explorer):has(.city-coming-soon:not([hidden])) .city-arrival-card .city-arrival-card-body {
    display: block;
    flex: none;
    max-height: 32dvh;
    overflow-y: auto;
  }
}
.home-sheet.guild-confirm-modal {
  inset: 0;
  margin: auto;
  width: min(520px, 100vw - 32px);
  height: fit-content;
  max-height: 90dvh;
  border-radius: 16px;
  background: rgba(8, 13, 20, 0.9607843137);
  box-shadow: 0 24px 100px rgba(0, 0, 0, 0.6);
  transform: none;
  font-family: "Space Grotesk", sans-serif;
}
.home-sheet.guild-confirm-modal [hidden] {
  display: none !important;
}
.home-sheet.guild-confirm-modal .guild-confirm-hero {
  position: relative;
  isolation: isolate;
  flex: none;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px 28px 16px;
}
.home-sheet.guild-confirm-modal .guild-confirm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 13, 20, 0.4392156863), transparent), linear-gradient(0deg, #080d14, transparent 85%);
}
.home-sheet.guild-confirm-modal .guild-confirm-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  z-index: -2;
}
.home-sheet.guild-confirm-modal .home-sheet-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(5, 9, 13, 0.8);
  cursor: pointer;
}
.home-sheet.guild-confirm-modal .guild-confirm-character {
  position: absolute;
  top: 22px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #edf2f7;
  font-size: 12px;
  text-shadow: 0 1px 6px #000;
}
.home-sheet.guild-confirm-modal .guild-confirm-character img {
  border-radius: 50%;
  object-fit: cover;
}
.home-sheet.guild-confirm-modal .guild-confirm-identity {
  padding-top: 70px;
}
.home-sheet.guild-confirm-modal .guild-confirm-identity h2 {
  margin: 5px 0 8px;
  color: #f1f5fa;
  font: 500 clamp(28px, 5vw, 36px)/1.08 "Space Grotesk", sans-serif;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3333333333);
}
.home-sheet.guild-confirm-modal .guild-confirm-identity p {
  margin: 0;
  color: #c1cddd;
  font-size: 12px;
}
.home-sheet.guild-confirm-modal .guild-confirm-identity p > span {
  margin: 0 5px;
  color: #70849b;
}
.home-sheet.guild-confirm-modal .guild-confirm-identity .guild-confirm-eyebrow {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c9d9ee;
}
.home-sheet.guild-confirm-modal .home-sheet-body {
  padding: 0 28px 28px;
}
.home-sheet.guild-confirm-modal .guild-confirm-description {
  margin: 6px 0 20px;
  color: #c1cddd;
  font: 400 14px/1.6 "Space Grotesk", sans-serif;
  max-width: 40ch;
}
.home-sheet.guild-confirm-modal .guild-confirm-switch {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.0196078431);
}
.home-sheet.guild-confirm-modal .guild-confirm-switch div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.home-sheet.guild-confirm-modal .guild-confirm-switch span {
  font-size: 10px;
  color: #90a1b6;
}
.home-sheet.guild-confirm-modal .guild-confirm-switch strong {
  font-size: 14px;
  font-weight: 500;
  color: #c1cddd;
  overflow-wrap: anywhere;
}
.home-sheet.guild-confirm-modal .guild-confirm-switch div:last-child strong {
  color: #8ebfff;
}
.home-sheet.guild-confirm-modal .guild-confirm-switch svg {
  width: 16px;
  height: 16px;
  color: #657c98;
}
.home-sheet.guild-confirm-modal .guild-confirm-status {
  margin: 14px 0 0;
  min-height: 18px;
  color: #8c9eb5;
  font: 400 11px/1.5 "Space Grotesk", sans-serif;
}
.home-sheet.guild-confirm-modal .guild-confirm-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.home-sheet.guild-confirm-modal .guild-confirm-actions button {
  border: 0;
  border-radius: 30px;
  padding: 13px 20px;
  background: #03070c;
  color: #b4bdc9;
  font: 500 14px "Space Grotesk", sans-serif;
  cursor: pointer;
}
.home-sheet.guild-confirm-modal .guild-confirm-actions [data-guild-use] {
  flex: 1;
  color: #99c7ff;
  background: #162b44;
}
.home-sheet.guild-confirm-modal .guild-confirm-actions button:hover {
  background: #151d28;
  color: #edf2f7;
}
.home-sheet.guild-confirm-modal .guild-confirm-actions [data-guild-use]:hover {
  background: #203c5e;
}
.home-sheet.guild-confirm-modal .guild-confirm-actions button:disabled {
  opacity: 0.5;
  cursor: default;
}
.home-sheet.guild-confirm-modal button:focus {
  outline: none;
  box-shadow: none;
}
.home-sheet.guild-confirm-modal button:focus-visible {
  outline: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.home-sheet.guild-confirm-modal .home-sheet-close:focus-visible {
  text-decoration: none;
  background: #263344;
}
@media (max-width: 540px) {
  .home-sheet.guild-confirm-modal .guild-confirm-hero {
    min-height: 220px;
    padding-inline: 20px;
  }
  .home-sheet.guild-confirm-modal .guild-confirm-character {
    left: 20px;
  }
  .home-sheet.guild-confirm-modal .home-sheet-body {
    padding: 0 20px 20px;
  }
}
@media (max-height: 650px) {
  .home-sheet.guild-confirm-modal .guild-confirm-hero {
    min-height: 170px;
  }
}

.city-guide-reader {
  position: fixed;
  inset: 0;
  width: 95vw;
  height: 95vh;
  height: 95dvh;
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  color: #edf2f7;
  font-family: "Space Grotesk", sans-serif;
  background: #080d14;
  box-shadow: 0 24px 100px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: translateY(12px) scale(0.99);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.city-guide-reader:not([open]) {
  display: none;
}
.city-guide-reader[open] {
  display: flex;
  opacity: 1;
  transform: none;
}
@starting-style {
  .city-guide-reader[open] {
    opacity: 0;
    transform: translateY(12px) scale(0.99);
  }
}
.city-guide-reader::backdrop {
  background: rgba(3, 9, 18, 0.7019607843);
  backdrop-filter: blur(5px);
}
.city-guide-reader .city-reader-scroll {
  flex: 1;
  min-width: 0;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  padding-bottom: 48px;
}
.city-guide-reader .city-reader-close {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background: rgba(8, 13, 20, 0.8);
  backdrop-filter: blur(12px);
  color: #f0f4f8;
}
.city-guide-reader .city-reader-close svg {
  width: 20px;
  height: 20px;
}
.city-guide-reader .city-reader-close:hover {
  background: rgba(24, 33, 45, 0.9215686275);
}
.city-guide-reader button {
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.031372549);
  color: #dce5ef;
  padding: 9px 12px;
  font: 500 12px "Space Grotesk", sans-serif;
  cursor: pointer;
}
.city-guide-reader :is(a, button, textarea, h1, .guide-heading):focus {
  outline: none;
  box-shadow: none;
}
.city-guide-reader :is(a, button):focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.city-guide-reader textarea:focus-visible {
  background: rgba(255, 255, 255, 0.0392156863);
}
.city-guide-reader a {
  color: #a9cdd2;
  text-underline-offset: 3px;
}
.city-guide-reader p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
}
.city-guide-reader h2, .city-guide-reader h3, .city-guide-reader h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.city-guide-reader [hidden] {
  display: none !important;
}

.city-reader-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 50vh;
  color: #b8c5d4;
  font-size: 14px;
}

.city-reader-loading > span {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1450980392);
  border-top-color: #b4dfe4;
  border-radius: 50%;
  animation: gallery-loading 1s linear infinite;
}

.city-reader-hero {
  position: relative;
  min-height: clamp(540px, 70vh, 820px);
  padding-bottom: 210px;
  margin-bottom: -210px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  background: #111e2b;
  isolation: isolate;
}

.city-reader-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.city-reader-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 20%, rgba(8, 13, 20, 0.2) 40%, rgba(8, 13, 20, 0.7882352941) 72%, #080d14);
  z-index: -1;
}

.city-reader-hero-copy {
  padding: 90px max(48px, (95vw - 1200px) / 2) 30px;
  width: 100%;
  box-sizing: border-box;
}

.city-reader-hero-copy > :is(h1, p) {
  max-width: 850px;
}

.city-guide-reader .city-reader-category {
  margin: 0 0 14px;
  color: #d4dfea;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.city-reader-hero h1 {
  margin: 0;
  color: #f3f6fa;
  font: 500 clamp(32px, 3.4vw, 48px)/1.08 "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.city-guide-reader .city-reader-deck {
  margin: 10px 0 0;
  max-width: 58ch;
  font-size: 15px;
  line-height: 1.65;
  color: #c2cedd;
}

.city-reader-meta {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0 48px 16px;
  max-width: 1296px;
  box-sizing: border-box;
  margin-inline: auto;
}

.city-reader-author {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
}

.city-reader-author-avatar {
  position: relative;
  flex: none;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
  background: #111923;
}

.city-reader-author-avatar img {
  position: absolute;
  width: 200%;
  height: 200%;
  max-width: none;
  left: -50%;
  top: -15%;
  object-fit: cover;
}

.city-reader-author small {
  display: block;
  margin-top: 5px;
  color: #94a4b7;
  font-size: 10px;
}

.city-reader-actions {
  display: flex;
  gap: 8px;
}

.city-reader-actions [aria-pressed=true] {
  color: #edb5cb;
}

.city-reader-feedback {
  padding: 0 48px;
  margin: 0;
  color: #b9dce3;
}

.city-reader-feedback:empty {
  display: none;
}

.city-reader-layout {
  position: relative;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: 56px;
  padding: 32px 48px;
  max-width: 1296px;
  box-sizing: border-box;
  margin-inline: auto;
}

.city-reader-toc {
  position: sticky;
  top: 32px;
  max-height: calc(95dvh - 64px);
  overflow-y: auto;
  scrollbar-width: thin;
}

.city-reader-toc-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font: 500 10px "Space Grotesk", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8797ab;
  margin: 0 0 20px;
}

.city-reader-toc-label svg {
  width: 17px;
  height: 17px;
  color: #a9cdd2;
}

.city-reader-toc ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.city-reader-toc > ol {
  position: relative;
  margin-left: 7px;
}

.city-reader-toc > ol::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.0470588235);
}

.city-reader-toc li {
  position: relative;
}

.city-guide-reader .city-reader-toc [data-section] {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 12px;
  width: 100%;
  padding: 12px 14px 12px 18px;
  border-radius: 0 8px 8px 0;
  background: none;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #98a8bd;
  transition: color 0.15s, background 0.15s;
}

.city-reader-toc-index {
  flex: none;
  min-width: 16px;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  color: #64758d;
}

.city-guide-reader .city-reader-toc [data-section]:hover {
  background: rgba(255, 255, 255, 0.0156862745);
  color: #edf2f7;
}

.city-guide-reader .city-reader-toc [aria-current] {
  color: #d4edf0;
  background: rgba(169, 205, 210, 0.0392156863);
}

.city-reader-toc [aria-current]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 2px;
  border-radius: 2px;
  background: #a9cdd2;
}

.city-reader-toc [aria-current] .city-reader-toc-index {
  color: #a9cdd2;
}

.city-guide-reader .city-reader-toc ol ol [data-section] {
  padding-block: 8px;
  padding-left: 46px;
  font-size: 12px;
}

.city-reader-toc ol ol .city-reader-toc-index {
  display: none;
}

.city-guide-reader .city-reader-toc-toggle {
  display: none;
}

.city-reader-content {
  min-width: 0;
  color: #c5d0de;
  font: 400 16px/1.8 "Space Grotesk", sans-serif;
}

.city-guide-reader .city-reader-content p {
  font-size: inherit;
  line-height: inherit;
}

.city-reader-content > :first-child {
  margin-top: 0;
}

.city-reader-content .guide-heading {
  margin: 36px 0 16px;
  scroll-margin-top: 32px;
  color: #f0f4f8;
}

.city-reader-content h2 {
  font-size: 26px;
  line-height: 1.2;
}

.city-reader-content h3 {
  font-size: 21px;
  line-height: 1.3;
}

.city-reader-content h4 {
  font-size: 17px;
}

.city-reader-content .guide-text {
  margin: 0 0 22px;
  overflow-wrap: anywhere;
}

.city-reader-content strong {
  color: #edf2f7;
  font-weight: 500;
}

.city-reader-content .guide-inline-icon {
  width: 24px;
  height: 24px;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
}

.city-reader-content .guide-image {
  margin: 28px 0;
}

.city-reader-content .guide-image img {
  max-width: 100%;
  border-radius: 10px;
}

.city-reader-content figcaption {
  font-size: 11px;
  color: #91a2b7;
  margin-top: 8px;
}

.city-reader-content .guide-callout {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  margin: 24px 0;
  border-radius: 10px;
  background: #162333;
}

.city-reader-content .guide-callout > i {
  color: #acd7df;
  font-size: 20px;
  line-height: 1.4;
}

.city-reader-content .guide-callout-warning, .city-reader-content .guide-callout-danger {
  background: #2b1d22;
}

.city-reader-content .guide-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
}

.city-reader-content .guide-table {
  display: grid;
  min-width: 420px;
  gap: 1px;
  background: rgba(255, 255, 255, 0.0352941176);
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}

.city-reader-content :is(.guide-table-th, .guide-table-td) {
  padding: 12px;
  background: #0d1723;
}

.city-reader-content .guide-table-th {
  color: #e6edf5;
  font-weight: 500;
  background: #172230;
}

.city-reader-content .guide-boss-ability {
  display: flex;
  gap: 16px;
  padding: 18px;
  margin: 18px 0;
  background: #101d2a;
  border-radius: 10px;
}

.city-reader-content .guide-boss-ability img {
  flex: none;
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 8px;
}

.city-reader-content .guide-boss-ability img.is-portrait {
  width: 100px;
  height: 100px;
}

.city-reader-content .guide-boss-ability p {
  margin: 8px 0 0;
}

.city-reader-content :is(pre, code) {
  font-family: monospace;
  font-size: 12px;
}

.city-reader-content pre {
  overflow: auto;
  padding: 20px;
  background: #030911;
  border-radius: 8px;
}

.city-reader-content .guide-divider {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.0705882353);
  margin: 32px 0;
}

.city-reader-content .guide-video {
  position: relative;
  cursor: pointer;
  margin: 24px 0;
}

.city-reader-content .guide-video-thumb {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.city-reader-content .guide-video-play {
  position: absolute;
  top: 40%;
  left: 45%;
  font-size: 32px;
  color: #fff;
}

.city-reader-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}

.city-reader-end, .city-reader-comments, .city-reader-related {
  max-width: 904px;
  margin: 0 max(48px, (95vw - 1200px) / 2);
  margin-left: max(344px, (95vw - 1200px) / 2 + 296px);
}

.city-reader-end p {
  color: #92a3b7;
  font-size: 11px;
}

.city-reader-comments, .city-reader-related {
  margin-top: 40px;
}

.city-reader-comments h2, .city-reader-related h2 {
  font-size: 24px;
}

.city-reader-comment {
  padding: 18px 0;
}

.city-reader-comment strong {
  font-size: 12px;
}

.city-reader-comment p {
  margin: 8px 0;
  white-space: pre-wrap;
}

.city-reader-comment time {
  font-size: 10px;
  color: #91a2b7;
}

.city-reader-comments form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.city-reader-comments label {
  font-size: 12px;
}

.city-reader-comments textarea {
  resize: vertical;
  padding: 14px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.0235294118);
  color: #edf2f7;
  font: 400 14px/1.6 "Space Grotesk", sans-serif;
}

.city-reader-comments form button {
  justify-self: start;
}

.city-reader-related > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.city-reader-related a {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 180px;
  isolation: isolate;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
  background: #111f30;
}

.city-reader-related img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-reader-related span {
  width: 100%;
  padding: 50px 16px 18px;
  background: linear-gradient(transparent, #080d14);
  color: #edf2f7;
  font-size: 19px;
}

@media (max-width:1024px) {
  .city-guide-reader {
    width: 100vw;
    height: 100dvh;
    border-radius: 0;
  }
  .city-guide-reader .city-reader-close {
    top: 12px;
    right: 12px;
  }
  .city-reader-hero {
    min-height: 520px;
    padding-bottom: 125px;
    margin-bottom: -125px;
  }
  .city-reader-hero-copy {
    padding: 80px 22px 24px;
  }
  .city-reader-hero h1 {
    font-size: 32px;
  }
  .city-reader-meta {
    padding: 0 22px 16px;
    gap: 14px;
    flex-wrap: wrap;
  }
  .city-reader-feedback {
    padding: 0 22px;
  }
  .city-reader-layout {
    display: block;
    padding: 0 22px 22px;
  }
  .city-reader-toc {
    position: sticky;
    top: 0;
    z-index: 3;
    max-height: none;
    width: auto;
    margin: 0 -22px 24px;
    padding: 0 22px;
    background: rgba(8, 13, 20, 0.9490196078);
    backdrop-filter: blur(16px);
    overflow: visible;
  }
  .city-reader-toc-label {
    display: none;
  }
  .city-guide-reader .city-reader-toc-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 64px;
    padding: 14px 48px 14px 0;
    background: none;
    text-align: left;
    font-size: 12px;
    color: #c7dce0;
  }
  .city-reader-toc-toggle svg {
    width: 18px;
    height: 18px;
    flex: none;
  }
  .city-reader-toc-toggle span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .city-reader-toc-chevron {
    margin-left: auto;
    transition: transform 0.2s;
  }
  .city-reader-toc-toggle[aria-expanded=true] .city-reader-toc-chevron {
    transform: rotate(180deg);
  }
  .city-reader-toc > ol {
    display: none;
    max-height: 45dvh;
    overflow-y: auto;
    margin: 0;
    padding-bottom: 12px;
  }
  .city-reader-toc.is-expanded > ol {
    display: block;
  }
  .city-reader-content .guide-heading {
    scroll-margin-top: 88px;
  }
  .city-reader-content {
    width: 100%;
    font-size: 15px;
  }
  .city-reader-content .guide-table {
    font-size: 13px;
  }
  .city-reader-end, .city-reader-comments, .city-reader-related {
    margin-inline: 22px;
  }
  .city-reader-related > div {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .city-guide-reader {
    transition: none;
  }
  .city-guide-reader .city-reader-scroll {
    scroll-behavior: auto;
  }
  .city-reader-loading > span {
    animation: none;
  }
}
.city-reader-tier-bonus {
  display: grid;
  grid-template-columns: minmax(150px, 26%) minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  margin: 40px 0;
}

.city-reader-tier-art {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 10px;
  mask-image: linear-gradient(#000 80%, transparent);
}

.city-reader-tier-copy {
  min-width: 0;
}

.city-reader-tier-copy > .guide-heading {
  margin-top: 0;
}

.city-reader-tier-copy .guide-text:last-child {
  margin-bottom: 0;
}

.city-reader-tier-bonus.is-art-missing {
  grid-template-columns: minmax(0, 1fr);
}

@media (max-width:1024px) {
  .city-reader-tier-bonus {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin: 32px 0;
  }
  .city-reader-tier-art {
    aspect-ratio: 4/3;
    object-position: center 30%;
    max-height: 320px;
  }
}
.city-reader-dungeon-banner {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 5/2;
  min-height: 260px;
  margin: 44px 0 24px;
  overflow: hidden;
  border-radius: 10px;
  background: #111d2a center/cover;
  scroll-margin-top: 32px;
}

.city-reader-dungeon-banner > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-reader-dungeon-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(transparent 30%, rgba(8, 13, 20, 0.2) 55%, rgba(8, 13, 20, 0.9294117647));
}

.city-reader-content .city-reader-dungeon-banner > h2 {
  margin: 0;
  padding: 80px 28px 26px;
  font-size: 28px;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5333333333);
}

.city-reader-dungeon-banner.is-art-missing {
  min-height: 0;
  aspect-ratio: auto;
}

@media (max-width:1024px) {
  .city-reader-dungeon-banner {
    aspect-ratio: 16/9;
    min-height: 210px;
    margin-top: 32px;
    scroll-margin-top: 88px;
  }
  .city-reader-content .city-reader-dungeon-banner > h2 {
    padding: 60px 18px 20px;
    font-size: 23px;
  }
}
.atlas-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.atlas-loading {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: #030c18;
  color: #f5eee1;
}
.atlas-loading-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  text-align: center;
}
.atlas-loading p {
  font: 500 22px/1.3 "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
}
.atlas-loading small {
  font: 400 12px/1.5 "Inter", sans-serif;
  color: #b9b8ae;
}
.atlas-loading progress {
  appearance: none;
  width: 180px;
  height: 2px;
  border: 0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1215686275);
  overflow: hidden;
}
.atlas-loading progress::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1215686275);
}
.atlas-loading progress::-webkit-progress-value {
  background: #d8c49b;
}
.atlas-loading progress::-moz-progress-bar {
  background: #d8c49b;
}
.atlas-loading-spinner {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(216, 196, 155, 0.2509803922);
  border-top-color: #d8c49b;
  border-radius: 50%;
  animation: atlas-loading-turn 0.9s linear infinite;
}
.atlas-loading[data-state=error] .atlas-loading-spinner {
  display: none;
}
.atlas-loading-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.atlas-loading button {
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  border-radius: 999px;
  background: #000;
  color: #f5eee1;
  font: 500 13px/1.3 "Space Grotesk", sans-serif;
}
.atlas-loading button:hover, .atlas-loading button:focus-visible {
  color: #f7dfb0;
}
.atlas-loading button:focus-visible {
  outline: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-city-atlas :is(.home-city-nav, .world-choices) .destination-loading {
  position: absolute;
  top: 14px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7333333333);
  color: #f2dcac;
}
.home-city-atlas :is(.home-city-nav, .world-choices) .destination-loading i {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(216, 196, 155, 0.2509803922);
  border-top-color: #f2dcac;
  border-radius: 50%;
  animation: atlas-loading-turn 0.9s linear infinite;
}

.home-city-atlas :is(.home-city-nav, .world-choices) [data-art-loading=loading]::after {
  opacity: 0.25;
}

.home-city-atlas :is(.home-city-nav, .world-choices) [data-art-loading=error] .destination-loading i {
  animation: none;
  border: 0;
  font: 500 12px/1 "Inter", sans-serif;
  text-align: center;
}
.home-city-atlas :is(.home-city-nav, .world-choices) [data-art-loading=error] .destination-loading i::before {
  content: "!";
}

@keyframes atlas-loading-turn {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .atlas-loading-spinner, .home-city-atlas :is(.home-city-nav, .world-choices) .destination-loading i {
    animation: none;
  }
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #041528;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: #f7f7fa;
  background: #041528;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

button, input, select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

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

h1, h2, h3, h4, p, dl, dd, dt {
  margin: 0;
}

h1, h2, h3, h4 {
  font-family: "Space Grotesk", "Inter", Arial, sans-serif;
}

em {
  font-style: normal;
  color: #8393a9;
}

.home-shell {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}

.home-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 3px;
  background: rgba(8, 21, 41, 0.35);
  color: #f7f7fa;
  font-size: 14px;
  line-height: 1.2;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.home-button:hover {
  background: rgba(8, 21, 41, 0.7);
  border-color: rgba(255, 255, 255, 0.75);
}
.home-button i {
  font-size: 17px;
}

.home-text-link {
  color: #d9bd7a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.home-text-link:hover {
  color: #ead4a0;
}

.home-hero {
  position: relative;
  min-height: clamp(720px, 68vw, 1200px);
  display: flex;
  flex-direction: column;
  isolation: isolate;
}

.home-hero-art {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.home-nav {
  position: relative;
  z-index: 5;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.home-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", "Inter", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.26em;
  font-weight: 600;
  white-space: nowrap;
}
.home-brand .home-brand-stack {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  gap: 4px;
}
.home-brand .home-brand-stack em {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #d9bd7a;
}
.home-brand small {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #b5c1d0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 3px 6px;
  border-radius: 2px;
}

.home-brand-guild {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  margin-left: 6px;
  letter-spacing: 0;
}
.home-brand-guild > span {
  flex: none;
  font: 400 11px/1.4 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #b5c1d0;
}
.home-brand-guild > strong {
  min-width: 0;
  max-width: 32ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 500 13px/1.4 "Space Grotesk", "Inter", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d9bd7a;
}

@media (min-width: 721px) {
  .home-brand {
    align-items: last baseline;
  }
}
@media (max-width: 720px) {
  .home-brand:has(.home-brand-guild:not([hidden])) {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .home-brand-guild {
    margin-left: 0;
    max-width: 100%;
    gap: 6px;
  }
  .home-brand-guild > span {
    font-size: 9px;
  }
  .home-brand-guild > strong {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  .home-nav-account {
    flex: none;
  }
}
.home-links {
  display: flex;
  gap: 40px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}
.home-links a:hover {
  color: #fff;
}

.home-nav-account {
  position: relative;
  display: flex;
  align-items: center;
}

.home-signin {
  padding: 9px 18px;
}

.home-profile {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 12px 4px 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(8, 11, 16, 0.8);
  color: #edf0f4;
  font: 500 13px/1.4 "Space Grotesk", "Inter", Arial, sans-serif;
  cursor: pointer;
}
.home-profile #home-user-name {
  max-width: 18ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-profile:hover, .home-profile[aria-expanded=true] {
  background: #111923;
}
.home-profile .home-profile-chevron {
  width: 16px;
  height: 16px;
  color: #a8b5c4;
  transition: transform 0.18s ease;
}
.home-profile[aria-expanded=true] .home-profile-chevron {
  transform: rotate(180deg);
}

.home-profile-avatar {
  width: 34px;
  height: 34px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.031372549);
}

.home-profile-avatar img, .home-drawer-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}
.home-profile-avatar svg, .home-drawer-avatar svg {
  width: 20px;
  height: 20px;
  color: #a8b5c4;
}

.home-account-drawer {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 20;
  width: min(310px, 100vw - 36px);
  max-height: calc(100dvh - 90px);
  overflow-y: auto;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background: rgba(8, 11, 16, 0.9490196078);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.home-account-drawer.open {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  visibility: visible;
}
.home-account-drawer > a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #d9bd7a;
  font-size: 13px;
}

.home-drawer-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 4px 12px;
  padding: 8px 4px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0509803922);
}
.home-drawer-head strong {
  font: 500 19px/1.3 "Space Grotesk", "Inter", Arial, sans-serif;
  overflow-wrap: anywhere;
  color: #edf0f4;
}

.home-drawer-avatar {
  width: 52px;
  height: 52px;
  flex: none;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.031372549);
}

.home-drawer-identity {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.home-drawer-identity > span {
  font: 400 11px/1.4 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #bbc5d0;
  overflow-wrap: anywhere;
}

.home-drawer-identity small {
  font: 400 10px/1.4 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #95a3b3;
}

.home-account-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.home-account-drawer .home-account-actions :is(a, button), .home-drawer-signout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  padding: 11px 15px;
  border: 0;
  border-radius: 24px;
  background: #030608;
  text-align: left;
  color: #edf0f4;
  font: 500 13px/1.4 "Space Grotesk", "Inter", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.home-account-drawer .home-account-actions :is(a, button) svg, .home-drawer-signout svg {
  flex: none;
  width: 18px;
  height: 18px;
  color: #a8b9cb;
}
.home-account-drawer .home-account-actions :is(a, button) > span, .home-drawer-signout > span {
  min-width: 0;
}
.home-account-drawer .home-account-actions :is(a, button) small, .home-drawer-signout small {
  display: block;
  margin-top: 2px;
  font: 400 10px/1.5 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #9eacbc;
}
.home-account-drawer .home-account-actions :is(a, button):hover, .home-drawer-signout:hover {
  background: #15202b;
  color: #fff;
}
.home-account-drawer .home-account-actions :is(a, button):disabled, .home-drawer-signout:disabled {
  opacity: 0.6;
  cursor: wait;
}

.home-nav .home-account-drawer .home-account-actions > a > span {
  color: inherit;
}

.home-city-atlas .home-nav-account :is(button, a):focus {
  outline: none;
  box-shadow: none;
}

.home-city-atlas .home-nav-account :is(button, a):focus-visible {
  outline: none;
  background: #15202b;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .home-account-drawer, .home-profile .home-profile-chevron {
    transition: none;
  }
}
#home-refresh-characters[aria-busy=true] svg {
  animation: city-guild-spin 1s linear infinite;
}

.home-account-status {
  margin: 8px 12px;
  font: 400 11px/1.6 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #bbc9d7;
}

.home-drawer-characters {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.home-drawer-characters a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 3px;
  font-size: 13px;
}
.home-drawer-characters a:hover {
  background: rgba(255, 255, 255, 0.06);
}
.home-drawer-characters a img {
  width: 24px;
  height: 24px;
  border-radius: 2px;
}
.home-drawer-characters a span {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.home-drawer-characters a small {
  color: #8393a9;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-drawer-characters a b {
  margin-left: auto;
  font-weight: 500;
  color: #b5c1d0;
}

.home-drawer-empty {
  color: #8393a9;
  font-size: 13px;
}

.home-drawer-signout {
  margin-top: 10px;
  background: transparent;
  color: #a7b3c2;
  font-size: 12px;
}
.home-drawer-signout svg {
  color: inherit;
}

.home-account-panel .home-sheet-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-account-message {
  margin: 0;
  font: 400 13px/1.7 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #b5b9bc;
}

.home-account-guild-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.home-account-guild-form label, .home-account-region {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font: 500 12px/1.4 "Space Grotesk", "Inter", Arial, sans-serif;
  color: #edf0f4;
}

.home-account-guild-form input {
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.5333333333);
  color: #edf0f4;
  font: 400 14px/1.4 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color-scheme: dark;
}

.home-account-guild-form button[type=submit], .home-account-retry, .home-account-panel-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  color: #d8c49b;
  font: 500 13px/1.4 "Space Grotesk", "Inter", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.home-account-region .custom-dropdown {
  width: 100%;
}
.home-account-region .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.5333333333);
  color: #edf0f4;
  font: 400 14px "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}
.home-account-region .dropdown-menu:not(:popover-open) {
  display: none;
}
.home-account-region .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #edf0f4;
  font: 400 14px "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}
.home-account-region .dropdown-item:is(:hover, .selected) {
  background: rgba(255, 255, 255, 0.0470588235);
}

.home-account-panel .home-account-guild-form :is(input, button):focus-visible {
  outline: none;
  background: #15202b;
}

.home-account-guild-form button:disabled {
  opacity: 0.6;
  cursor: wait;
}

.home-account-group {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3333333333);
}

.home-account-group > img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 50%;
}

.home-account-group > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.home-account-group span, .home-account-alt-heading {
  font: 400 10px/1.5 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #b5b9bc;
}

.home-account-group strong {
  font: 500 22px/1.3 "Space Grotesk", "Inter", Arial, sans-serif;
  overflow-wrap: anywhere;
}

.home-account-group small, .home-account-group p {
  margin: 0;
  font: 400 11px/1.6 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #b5b9bc;
}

.home-account-group > p {
  grid-column: 1/-1;
}

.home-account-alt-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: -12px;
}

.home-account-alt-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-account-alt-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0509803922);
}

.home-account-alt-list img {
  flex: none;
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 50%;
}

.home-account-alt-list li > span {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.home-account-alt-list strong {
  font: 500 15px/1.4 "Space Grotesk", "Inter", Arial, sans-serif;
}

.home-account-alt-list small {
  display: block;
  font: 400 11px/1.5 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #a7abb0;
}

.home-account-alt-list b {
  font: 500 20px/1.4 "Space Grotesk", "Inter", Arial, sans-serif;
  color: #d8c49b;
  font-variant-numeric: tabular-nums;
}

.home-personal-delver {
  position: relative;
  isolation: isolate;
  min-height: 340px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  background: radial-gradient(ellipse at 50% 25%, color-mix(in srgb, var(--delver-class) 20%, #0b1016), #080b10 75%);
}

.home-personal-art {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: -2;
}

.home-personal-art > img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  align-self: start;
  margin-top: 42px;
}

.home-personal-art.has-portrait > img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center 30%;
}

.home-personal-delver::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(transparent 20%, rgba(8, 11, 16, 0.4666666667) 45%, #080b10 96%);
  pointer-events: none;
}

.home-personal-identity {
  position: absolute;
  bottom: 90px;
  left: 22px;
  right: 22px;
}

.home-personal-identity p {
  margin: 0 0 6px;
  font: 500 10px/1.4 "Space Grotesk", "Inter", Arial, sans-serif;
  letter-spacing: 0.08em;
  color: #d5dce5;
}

.home-personal-identity h3 {
  margin: 0 0 4px;
  font: 500 34px/1.1 "Space Grotesk", "Inter", Arial, sans-serif;
  letter-spacing: -0.025em;
  color: var(--delver-class);
  overflow-wrap: anywhere;
}

.home-personal-identity > span {
  font: 400 12px/1.5 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #c2cbd6;
}

.home-personal-score {
  position: absolute;
  bottom: 20px;
  left: 22px;
  right: 22px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.home-personal-score span {
  font: 500 12px/1.4 "Space Grotesk", "Inter", Arial, sans-serif;
  color: #b8c5d2;
}

.home-personal-score strong {
  font: 500 38px/1 "Space Grotesk", "Inter", Arial, sans-serif;
  color: #edf3f8;
  font-variant-numeric: tabular-nums;
}

.home-personal-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.home-personal-stats > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.home-personal-stats dt {
  font: 400 10px/1.4 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #aab6c5;
}

.home-personal-stats dd {
  margin: 0;
  font: 500 26px/1.2 "Space Grotesk", "Inter", Arial, sans-serif;
  color: #edf3f8;
  font-variant-numeric: tabular-nums;
}

.home-personal-favourite {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.0196078431);
}

.home-personal-favourite span, .home-personal-favourite small {
  font: 400 11px/1.5 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #aab6c5;
}

.home-personal-favourite strong {
  font: 500 16px/1.4 "Space Grotesk", "Inter", Arial, sans-serif;
  color: #edf3f8;
}

.home-account-alt-heading {
  align-items: baseline;
  gap: 12px;
}

.home-account-alt-heading h3 {
  margin: 0;
  font: 500 16px/1.4 "Space Grotesk", "Inter", Arial, sans-serif;
  color: #edf3f8;
}

.home-account-alt-list b {
  color: #edf3f8;
}

.home-personal-note {
  font-size: 11px;
  color: #96a4b5;
}

@media (max-width: 480px) {
  .home-personal-delver {
    min-height: 300px;
  }
  .home-personal-identity h3 {
    font-size: 30px;
  }
}
.home-menu {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 3px;
  background: rgba(8, 21, 41, 0.45);
}
.home-menu i {
  font-size: 22px;
}

.home-intro {
  position: relative;
  z-index: 2;
  padding-top: 56px;
}
.home-intro h1 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 700;
  max-width: 12ch;
  margin-bottom: 18px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}
.home-intro p {
  font-size: 16px;
  color: #e3e7ee;
  margin-bottom: 22px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

@media (max-width: 720px) {
  .home-profile > span:not(.home-profile-avatar) {
    display: none;
  }
  .home-account-drawer {
    width: min(320px, 100vw - 40px);
  }
}
.city-nav-flame {
  position: absolute;
  z-index: 0;
  display: block;
  height: 196px;
  pointer-events: none;
}

.home-city-atlas :is(.home-world-entry, .world-directions) {
  position: relative;
  z-index: 1;
}

.city-nav-flame[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .home-city-atlas :is(.home-city-nav, .world-choices) button[aria-current=location]::before {
    box-shadow: 0 -3px 12px color-mix(in srgb, var(--city-flame-color, #d7a653) 33%, transparent);
  }
}
.home-city-atlas .home-hero {
  height: 100dvh;
  min-height: 620px;
  overflow: hidden;
  background: #030c18;
}
.home-city-atlas .home-nav {
  max-width: none;
  padding: 0 38px;
  height: 78px;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  background: linear-gradient(rgba(3, 12, 24, 0.7333333333), transparent);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.home-city-atlas .home-brand {
  font-size: 15px;
}
.home-city-atlas .home-brand small {
  display: none;
}
.home-city-atlas .home-atlas-label {
  color: #adc0d2;
  font-size: 11px;
  letter-spacing: 0.15em;
}
.home-city-atlas .home-hero-art {
  inset: 0;
  background: none !important;
  transform-origin: 0 0;
  will-change: transform;
}
.home-city-atlas .home-hero-art::after {
  display: none;
}
.home-city-atlas .home-atlas-image {
  position: absolute;
  max-width: none;
  display: block;
}
.home-city-atlas .home-intro {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 38px;
  max-width: none;
  text-align: left;
  pointer-events: none;
}
.home-city-atlas .home-intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -55px auto -55px -50px;
  width: min(680px, 65vw);
  background: radial-gradient(ellipse at 35% 45%, rgba(4, 17, 32, 0.7882352941), transparent 72%);
}
.home-city-atlas .home-intro h1 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.03;
  max-width: none;
  font-weight: 600;
  letter-spacing: -0.035em;
  margin: 0 0 18px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3333333333);
}
.home-city-atlas .home-intro-title-line {
  display: inline-block;
  white-space: nowrap;
}
.home-city-atlas .home-intro p {
  font-size: 15px;
  color: #d7e0ec;
  margin: 0;
  max-width: none;
  white-space: nowrap;
  text-shadow: 0 1px 12px #000;
}
.home-city-atlas .home-atlas-eyebrow {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #cdb789;
}
.home-city-atlas .home-atlas-markers {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.home-city-atlas .home-marker {
  left: var(--x);
  top: var(--y);
  right: auto;
  transform: translate(-50%, -50%);
  padding: 6px 10px;
  background: rgba(5, 18, 33, 0.7215686275);
  border: 1px solid rgba(200, 216, 227, 0.168627451);
  border-radius: 3px;
  gap: 8px;
  font-size: 11px;
  pointer-events: auto;
  backdrop-filter: blur(6px);
}
.home-city-atlas .home-marker b {
  width: 22px;
  height: 22px;
  font-size: 9px;
}
.home-city-atlas .home-marker::after {
  left: 50%;
  top: 100%;
  height: 32px;
  background: linear-gradient(rgba(198, 177, 133, 0.7019607843), transparent);
}
.home-city-atlas .home-marker[aria-pressed=true] {
  color: #f3dbac;
  border-color: rgba(215, 189, 123, 0.6);
  background: rgba(10, 29, 48, 0.9019607843);
}
.home-city-atlas .home-atlas-footer {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 52px 38px 13px;
  background: linear-gradient(transparent, rgba(3, 12, 24, 0.5019607843) 35%, rgba(3, 12, 24, 0.7019607843) 85%);
}
.home-city-atlas .home-destination-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 89px;
  margin-bottom: 18px;
}
.home-city-atlas .home-destination-bar h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 3px 0;
}
.home-city-atlas .home-destination-bar p {
  font-size: 12px;
  color: #b3c2d1;
}
.home-city-atlas .home-destination-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}
.home-city-atlas .home-destination-actions .home-button {
  background: rgba(17, 38, 60, 0.9019607843);
  border-color: rgba(212, 191, 139, 0.6117647059);
  font-size: 12px;
  padding: 13px 20px;
}
.home-city-atlas .home-destination-actions .home-button:disabled {
  opacity: 0.45;
  cursor: default;
}
.home-city-atlas #home-map-overview {
  border: 0;
  background: none;
  font-size: 11px;
  padding: 12px 0;
}
.home-city-atlas :is(.home-city-nav, .world-choices) {
  display: grid;
  grid-template-columns: repeat(var(--destination-columns, 6), minmax(0, 1fr));
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(161, 180, 197, 0.1490196078);
}
.home-city-atlas :is(.home-city-nav, .world-choices) button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  min-width: 0;
  padding: 18px 20px;
  border: 0;
  border-right: 1px solid rgba(161, 180, 197, 0.1490196078);
  color: #d6e0eb;
  background: transparent;
  text-align: left;
  font: 500 12px/1.4 "Space Grotesk", sans-serif;
}
.home-city-atlas :is(.home-city-nav, .world-choices) button:first-child {
  padding-left: 0;
}
.home-city-atlas :is(.home-city-nav, .world-choices) button:last-child {
  border-right: 0;
}
.home-city-atlas :is(.home-city-nav, .world-choices) button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
  background: rgba(161, 180, 197, 0.2705882353);
  opacity: 1;
}
.home-city-atlas :is(.home-city-nav, .world-choices) button {
  isolation: isolate;
}
.home-city-atlas :is(.home-city-nav, .world-choices) button::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  opacity: 0;
  mask-image: linear-gradient(#000 15%, rgba(0, 0, 0, 0.6) 65%, transparent);
}
.home-city-atlas :is(.home-city-nav, .world-choices) button:is([aria-current=location], [aria-pressed=true])::after {
  background-image: var(--city-nav-art, none);
  opacity: 0.49;
}
.home-city-atlas .home-city-nav button[aria-pressed=true] {
  background: linear-gradient(rgba(170, 191, 209, 0.0666666667), transparent);
}
.home-city-atlas .home-city-nav button[aria-pressed=true]::before {
  opacity: 1;
}
.home-city-atlas :is(.home-city-nav, .world-choices) button[aria-current=location]::before {
  opacity: 1;
}
.home-city-atlas :is(.home-city-nav, .world-choices) button[aria-current=location] strong {
  color: #efd8a5;
}
.home-city-atlas .home-city-nav button[aria-pressed=true] strong, .home-city-atlas :is(.home-city-nav, .world-choices) button:hover strong {
  color: #efd8a5;
}
.home-city-atlas :is(.home-city-nav, .world-choices) small {
  display: block;
  font: 500 9px/1.4 "Space Grotesk", sans-serif;
  letter-spacing: 0.1em;
  color: #8f9eaf;
  margin: 0 0 7px;
}
.home-city-atlas :is(.home-city-nav, .world-choices) strong {
  display: block;
  font: 500 20px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 4px;
}
.home-city-atlas :is(.home-city-nav, .world-choices) span {
  font-size: 11px;
  color: #aab9c9;
}
.home-city-atlas .home-atlas-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
  font-size: 9px;
  color: #7c8ea4;
}
.home-city-atlas .home-atlas-meta a {
  margin-left: 18px;
}
.home-city-atlas .home-atlas-meta .credit-logo {
  width: 84px;
  margin-left: 0;
}
.home-city-atlas button:focus-visible, .home-city-atlas a:focus-visible {
  outline: 2px solid #dfc68e;
  outline-offset: 4px;
}
.home-city-atlas :is(.home-city-nav, .world-choices) button:focus {
  outline: none;
  text-decoration: none;
}
.home-city-atlas :is(.home-city-nav, .world-choices) button:focus-visible::before {
  opacity: 1;
}
.home-city-atlas :is(.home-city-nav, .world-choices) button:focus-visible strong {
  color: #efd8a5;
}
.home-city-atlas :is(.home-city-nav, .world-choices) button[data-flame-melt]::after {
  clip-path: var(--city-melt-clip);
}
.home-city-atlas :is(.home-city-nav, .world-choices) button:is([aria-current=location], [aria-pressed=true])::before {
  opacity: 0;
}
.home-city-atlas #home-area-library {
  padding-bottom: 50px;
}

.city-journey .city-room-action {
  margin: 0 0 20px;
  font-size: 13px;
  border-color: rgba(207, 183, 125, 0.5333333333);
}
.city-journey-content {
  position: absolute;
  z-index: 2;
  inset: 94px 32px 26px;
  padding: 26px;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: auto;
  overscroll-behavior: contain;
}
.city-journey-content .home-section-head, .city-journey-content .home-result-label, .city-journey-content .home-guild-foot {
  text-shadow: 0 2px 12px #000, 0 1px 3px #000;
}
.city-journey-content .home-section-head p {
  color: #e0d9ce;
}
.city-journey-notice {
  margin-bottom: 22px;
  padding: 12px 16px;
  border: 1px solid rgba(207, 183, 125, 0.4);
  color: #e6cf9b;
  background: rgba(16, 37, 63, 0.9607843137);
}
.city-journey-content .home-section {
  margin-top: 0;
}
.city-journey-content .home-rankings {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.city-journey-content .home-tools {
  margin-top: 18px;
}
.city-journey .city-tabs {
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 3vw, 44px);
  overflow-x: auto;
  border-bottom: 1px solid rgba(223, 206, 173, 0.3333333333);
  margin-bottom: 24px;
}
.city-journey .city-tabs button {
  flex: none;
  padding: 14px 0 18px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #d4d0c8;
  font: 500 clamp(15px, 1.4vw, 21px)/1.3 "Space Grotesk", sans-serif;
  text-shadow: 0 2px 12px #000, 0 1px 3px #000;
}
.city-journey .city-tabs button[aria-selected=true] {
  color: #f2d7a0;
  border-bottom-color: #e5c891;
}
.city-journey .city-tabs button:focus-visible {
  outline: none;
  color: #fff1d0;
  border-bottom-color: #fff1d0;
}
.city-journey .city-tab-panel {
  min-width: 0;
}
.city-journey .city-tab-frame {
  display: block;
  width: 100%;
  height: calc(100dvh - 240px);
  min-height: 360px;
  border: 0;
  background: transparent;
  visibility: hidden;
}
.city-journey .city-tab-frame[data-ready=true] {
  visibility: visible;
}
.city-journey .city-tab-frame[hidden] {
  display: none;
}
.city-journey .city-tab-status {
  color: #eee2ca;
  text-shadow: 0 2px 12px #000;
}
.city-journey .city-tab-status button {
  background: rgba(23, 23, 24, 0.7215686275);
  color: #f2d7a0;
  border: 1px solid rgba(207, 183, 125, 0.4);
  padding: 10px 16px;
}
.city-journey #city-tab-panel #guild .home-forge-tools {
  display: none;
}
.city-journey .home-warcraft {
  text-shadow: 0 2px 12px #000, 0 1px 3px #000;
}
.city-journey .home-warcraft .home-section-head {
  margin-bottom: 48px;
}
.city-journey .home-warcraft p {
  color: #e0d9ce;
}
.city-journey .home-stormwind-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
}
.city-journey .home-stormwind-column {
  min-width: 0;
  padding: 24px 0;
  border-top: 1px solid rgba(223, 206, 173, 0.5019607843);
}
.city-journey .home-stormwind-column h3 {
  margin: 0 0 16px;
  font: 500 clamp(24px, 2.5vw, 36px)/1.15 "Space Grotesk", sans-serif;
  letter-spacing: -0.025em;
}
.city-journey .home-stormwind-column p {
  max-width: 30ch;
  min-height: 3.3em;
  margin-bottom: 28px;
}
.city-journey .home-stormwind-column .home-text-link {
  display: inline-flex;
  gap: 12px;
  color: #f1d8a5;
}
.city-journey .home-forge-tools {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(189, 208, 223, 0.2196078431);
}
.city-journey .home-forge-tools h3 {
  font: 500 28px/1.2 "Space Grotesk", sans-serif;
  margin: 0 0 12px;
}
.city-journey .home-forge-tools .home-features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.city-journey #forge > .home-guild {
  margin-top: 48px;
}
.city-journey .home-arena .home-tools {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.city-journey[data-phase=tools] .city-journey-caption {
  opacity: 0;
}
.city-journey[data-city=orgrimmar] .city-journey-panel {
  border-color: rgba(198, 131, 93, 0.4);
  background: linear-gradient(140deg, rgba(38, 28, 26, 0.9333333333), rgba(23, 21, 24, 0.9333333333));
}
.city-journey[data-city=silvermoon] .city-journey-panel {
  border-color: rgba(220, 198, 149, 0.4);
  background: linear-gradient(140deg, rgba(40, 34, 30, 0.9333333333), rgba(27, 25, 32, 0.9333333333));
}
.city-journey[data-city=ironforge] .city-journey-panel {
  border-color: rgba(201, 147, 103, 0.4);
  background: linear-gradient(140deg, rgba(34, 30, 26, 0.9333333333), rgba(22, 25, 29, 0.9333333333));
}
.city-journey[data-city=undercity] .city-journey-panel {
  border-color: rgba(147, 172, 130, 0.4);
  background: linear-gradient(140deg, rgba(25, 34, 32, 0.9333333333), rgba(20, 24, 33, 0.9333333333));
}
.city-journey:not([data-city=stormwind]) .city-journey-hearth-glow {
  display: none;
}

@media (max-width: 1000px) {
  .home-city-atlas .home-atlas-label {
    display: none;
  }
  .home-city-atlas .home-destination-bar p {
    max-width: 360px;
  }
  .city-journey-content .home-rankings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .city-journey .home-stormwind-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .home-city-atlas .home-hero {
    min-height: 580px;
  }
  .home-city-atlas .home-nav {
    height: 68px;
    padding: 0 18px;
    gap: 15px;
  }
  .home-city-atlas .home-signin {
    display: inline-flex;
    font-size: 11px;
    padding: 9px 12px;
  }
  .home-city-atlas .home-brand {
    font-size: 12px;
  }
  .home-city-atlas .home-intro {
    padding: 0 22px;
  }
  .home-city-atlas .home-intro::before {
    width: 110vw;
    inset: -50px -35px;
  }
  .home-city-atlas .home-intro h1 {
    font-size: clamp(20px, 6.8vw, 46px);
    margin-bottom: 15px;
  }
  .home-city-atlas .home-intro p {
    font-size: clamp(10px, 2.8vw, 13px);
  }
  .home-city-atlas .home-atlas-eyebrow {
    font-size: 9px;
  }
  .home-city-atlas .home-atlas-markers {
    display: none;
  }
  .home-city-atlas .home-atlas-footer {
    padding: 40px 18px max(12px, env(safe-area-inset-bottom));
  }
  .home-city-atlas .home-destination-bar {
    display: block;
    min-height: 130px;
    margin-bottom: 14px;
  }
  .home-city-atlas .home-destination-bar h2 {
    font-size: 27px;
  }
  .home-city-atlas .home-destination-bar p {
    font-size: 11px;
    max-width: 100%;
    min-height: 33px;
  }
  .home-city-atlas .home-destination-actions {
    margin-top: 14px;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 12px;
  }
  .home-city-atlas .home-destination-actions .home-button {
    padding: 11px 14px;
    font-size: 11px;
  }
  .home-city-atlas :is(.home-city-nav, .world-choices) {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
  .home-city-atlas :is(.home-city-nav, .world-choices) button {
    flex: 0 0 126px;
    padding: 13px 12px;
    scroll-snap-align: start;
  }
  .home-city-atlas :is(.home-city-nav, .world-choices) button:first-child {
    padding-left: 12px;
  }
  .home-city-atlas :is(.home-city-nav, .world-choices) small {
    font-size: 8px;
    margin-bottom: 5px;
  }
  .home-city-atlas :is(.home-city-nav, .world-choices) strong {
    font-size: 17px;
  }
  .home-city-atlas :is(.home-city-nav, .world-choices) span {
    font-size: 10px;
  }
  .home-city-atlas .home-atlas-meta {
    font-size: 8px;
  }
  .home-city-atlas .home-atlas-meta > span:first-child {
    display: none;
  }
  .home-city-atlas .home-atlas-meta a {
    margin: 0 18px 0 0;
  }
  .city-journey-content {
    inset: 74px 10px 12px;
    padding: 18px 12px;
  }
  .city-journey .city-tabs {
    gap: 24px;
    margin-bottom: 18px;
  }
  .city-journey .city-tab-frame {
    height: calc(100dvh - 180px);
    min-height: 300px;
  }
  .city-journey .home-warcraft .home-section-head {
    margin-bottom: 32px;
  }
  .city-journey .home-stormwind-columns {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .city-journey .home-arena .home-tools {
    grid-template-columns: 1fr;
  }
  .city-journey .home-stormwind-column {
    padding: 20px 0;
  }
  .city-journey .home-stormwind-column p {
    min-height: 0;
    margin-bottom: 18px;
  }
  .city-journey-content .home-rankings {
    grid-template-columns: 1fr;
  }
  .city-journey-content .home-section-head {
    display: block;
  }
  .city-journey-content .home-search {
    margin-top: 16px;
  }
  .city-journey-content .home-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .city-journey-content .home-search input {
    min-width: 0;
  }
  .city-journey-content .home-legend {
    white-space: normal;
  }
  .city-journey-content .home-features {
    grid-template-columns: 1fr;
  }
  .city-journey-content .home-tools {
    grid-template-columns: 1fr;
  }
}
@media (max-height: 640px) and (min-width: 701px) {
  .home-city-atlas .home-hero {
    min-height: 460px;
  }
  .home-city-atlas .home-intro h1 {
    font-size: 23px;
    margin-bottom: 4px;
  }
  .home-city-atlas .home-intro p {
    font-size: 12px;
    line-height: 1.4;
  }
  .home-city-atlas .home-atlas-footer {
    padding-top: 15px;
  }
  .home-city-atlas .home-destination-bar {
    min-height: 50px;
    margin-bottom: 8px;
  }
  .home-city-atlas .home-destination-bar h2 {
    font-size: 23px;
  }
  .home-city-atlas .home-destination-bar p {
    display: none;
  }
  .home-city-atlas :is(.home-city-nav, .world-choices) button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.home-city-atlas :is(.city-journey, .world-explorer) > .home-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  width: 100%;
  margin: 0;
}

.home-city-atlas :is(.city-journey-bar, .world-bar) {
  top: 78px;
  padding: 8px 38px;
  background: none;
  justify-content: flex-end;
}

:is(.city-journey, .world-explorer) .city-arrival-card {
  --city-link-inset:18px;
  --city-card-accent:#b2c9db;
  position: absolute;
  z-index: 2;
  inset: var(--city-card-top, 150px) 38px var(--city-footer-clearance, 226px) auto;
  display: flex;
  flex-direction: column;
  width: min(360px, 31vw);
  max-height: none;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  border-radius: 10px;
  background: rgba(6, 8, 11, 0.7019607843);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3333333333);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  animation: city-card-arrive 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  font-family: "Space Grotesk", sans-serif;
}
:is(.city-journey, .world-explorer) .city-arrival-card[hidden] {
  display: none !important;
}
:is(.city-journey, .world-explorer) .city-arrival-card[data-position=left] {
  left: 38px;
  right: auto;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-art {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mask-image: linear-gradient(#000 20%, rgba(0, 0, 0, 0.8) 45%, transparent 95%);
  pointer-events: none;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-art[hidden] {
  display: none;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-head {
  position: relative;
  z-index: 1;
  isolation: isolate;
  flex: none;
  padding: 132px 24px 0;
  margin: 0;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-visit-button {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(6, 8, 11, 0.9019607843);
  color: #edf0f4;
  cursor: pointer;
  font: 500 12px/1.4 "Space Grotesk", sans-serif;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-visit-button svg {
  width: 16px;
  height: 16px;
  flex: none;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-visit-button strong {
  font: inherit;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-visit-button:hover {
  background: #000;
  color: #fff;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-visit-button:focus-visible {
  outline: none;
  background: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-visit-button[aria-expanded=true] {
  color: var(--city-card-accent);
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-visit-button[hidden], :is(.city-journey, .world-explorer) .city-arrival-card .city-feature-links[hidden] {
  display: none;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-body {
  flex: 1;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 6px 24px 16px;
  mask-image: linear-gradient(transparent, #000 8px);
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-eyebrow {
  font: 500 9px/1.5 "Space Grotesk", sans-serif;
  letter-spacing: 0.14em;
  color: #b4bdc9;
  margin: 0 0 12px;
  text-shadow: 0 1px 8px #000;
}
:is(.city-journey, .world-explorer) .city-arrival-card h2 {
  font: 500 clamp(28px, 2.5vw, 36px)/1.08 "Space Grotesk", sans-serif;
  letter-spacing: -0.035em;
  color: #edf0f4;
  margin: 0 0 18px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3333333333);
}
:is(.city-journey, .world-explorer) .city-arrival-card h2[tabindex="-1"]:focus {
  outline: none;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-head :is(h2, .city-arrival-card-eyebrow) {
  padding-inline: 0;
  text-align: left;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-description {
  margin: 12px 0 6px;
  padding: 0;
  color: #b4bdc9;
  font: 400 13px/1.75 "Inter", sans-serif;
  text-align: left;
  text-wrap: pretty;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-rule {
  display: none;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-overview {
  min-height: 80px;
  padding-top: 16px;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-overview p:first-child {
  font: 500 18px/1.3 "Space Grotesk", sans-serif;
  color: #edf0f4;
  margin: 0 0 10px;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-overview[hidden] {
  display: none;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-tabs {
  gap: 20px;
  margin: 0 0 18px;
  border-color: rgba(180, 189, 201, 0.1607843137);
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-tabs button {
  font-size: 13px;
  padding: 9px 0 12px;
  white-space: nowrap;
  color: #b4bdc9;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-tabs button[aria-selected=true] {
  color: var(--city-card-accent);
  border-color: var(--city-card-accent);
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-tab-frame {
  height: clamp(280px, 42dvh, 500px);
  min-height: 280px;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-tab-status {
  font-size: 12px;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-feature-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-feature-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px var(--city-link-inset);
  border: 0;
  border-bottom: 1px solid rgba(180, 189, 201, 0.1215686275);
  color: #edf0f4;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-feature-link:last-child {
  border-bottom: 0;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-feature-copy {
  min-width: 0;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-feature-copy strong {
  display: block;
  font: 500 17px/1.3 "Space Grotesk", sans-serif;
  color: inherit;
  letter-spacing: -0.015em;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-feature-copy small {
  display: block;
  margin: 4px 0 0;
  font: 400 11px/1.5 "Inter", sans-serif;
  color: #b4bdc9;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-feature-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #9ca8b8;
  transition: transform 0.18s ease, color 0.18s ease;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-feature-arrow svg {
  display: block;
  width: 20px;
  height: 20px;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-feature-link:hover {
  background: rgba(255, 255, 255, 0.0156862745);
  color: var(--city-card-accent);
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-feature-link:hover .city-feature-arrow {
  transform: translateX(3px);
  color: var(--city-card-accent);
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-feature-link:focus-visible {
  outline: 1px solid var(--city-card-accent);
  outline-offset: 4px;
  border-radius: 5px;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-feature-links.city-card-nav {
  flex: none;
  align-items: flex-start;
  gap: 8px;
  margin: 8px 24px 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.0784313725);
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: #000;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  color: #edf0f4;
  text-align: left;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link .city-card-nav-icon {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #9ca8b8;
  transition: color 0.18s ease;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link .city-card-nav-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link .city-feature-copy strong {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link .city-feature-copy small {
  display: none;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link .city-feature-arrow, :is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link .city-feature-arrow svg {
  width: 14px;
  height: 14px;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link .city-feature-arrow {
  justify-self: end;
  color: #9ca8b8;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link:hover, :is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link:focus-visible {
  background: #000;
  color: #fff;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link:focus-visible {
  outline: none;
  text-decoration: none;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link:focus-visible .city-feature-copy strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link[aria-expanded=true] {
  color: var(--city-card-accent);
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link[aria-expanded=true] :is(.city-card-nav-icon, .city-feature-arrow) {
  color: var(--city-card-accent);
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link[aria-expanded=true] .city-feature-arrow {
  transform: rotate(90deg);
  color: var(--city-card-accent);
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link[download]:hover .city-feature-arrow {
  transform: translateY(2px);
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-delve-summary {
  color: #edf0f4;
}
:is(.city-journey, .world-explorer) .city-arrival-card .city-delve-summary h4, :is(.city-journey, .world-explorer) .city-arrival-card .city-delve-totals dt, :is(.city-journey, .world-explorer) .city-arrival-card .city-delve-highlight dt, :is(.city-journey, .world-explorer) .city-arrival-card .city-delve-highlight small {
  color: #b4bdc9;
}
:is(.city-journey, .world-explorer) .city-arrival-card .home-rankings {
  grid-template-columns: 1fr;
}
:is(.city-journey, .world-explorer) .city-arrival-card .home-section-head {
  display: block;
}
:is(.city-journey, .world-explorer) .city-arrival-card .home-search {
  margin-top: 18px;
  grid-template-columns: 1fr 1fr;
}
:is(.city-journey, .world-explorer) .city-arrival-card .home-search input {
  min-width: 0;
}
:is(.city-journey, .world-explorer) .city-arrival-card .home-result-label {
  flex-wrap: wrap;
  gap: 12px;
}
:is(.city-journey, .world-explorer) .city-arrival-card .home-guild-foot {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
:is(.city-journey, .world-explorer) .city-arrival-card .home-metrics {
  flex-wrap: wrap;
  gap: 14px 20px;
}
:is(.city-journey, .world-explorer) .city-arrival-card .home-legend {
  white-space: normal;
}

.world-explorer .world-heading {
  display: none;
}

:is(.city-journey, .world-explorer)[data-entry=restore] .city-arrival-card {
  animation: none;
}

@media (max-width:1024px) {
  :is(.city-journey, .world-explorer) .city-arrival-card,
  :is(.city-journey, .world-explorer) .city-arrival-card[data-position=left] {
    --city-link-inset:14px;
    inset: var(--city-card-top, 98px) 20px var(--city-footer-clearance, 205px);
    width: auto;
    max-height: none;
    padding: 0;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-head,
  :is(.city-journey, .world-explorer) .city-arrival-card[data-position=left] .city-arrival-card-head {
    padding: 100px 20px 0;
    margin: 0;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-body,
  :is(.city-journey, .world-explorer) .city-arrival-card[data-position=left] .city-arrival-card-body {
    padding: 6px 20px 12px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card h2,
  :is(.city-journey, .world-explorer) .city-arrival-card[data-position=left] h2 {
    font-size: 29px;
    margin-bottom: 14px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-eyebrow,
  :is(.city-journey, .world-explorer) .city-arrival-card[data-position=left] .city-arrival-card-eyebrow {
    margin-bottom: 8px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card .city-tab-frame,
  :is(.city-journey, .world-explorer) .city-arrival-card[data-position=left] .city-tab-frame {
    height: 310px;
    min-height: 260px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card .city-feature-link,
  :is(.city-journey, .world-explorer) .city-arrival-card[data-position=left] .city-feature-link {
    padding: 10px var(--city-link-inset);
  }
  :is(.city-journey, .world-explorer) .city-arrival-card .city-feature-copy strong,
  :is(.city-journey, .world-explorer) .city-arrival-card[data-position=left] .city-feature-copy strong {
    font-size: 16px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card .city-feature-links.city-card-nav,
  :is(.city-journey, .world-explorer) .city-arrival-card[data-position=left] .city-feature-links.city-card-nav {
    margin: 6px 20px 10px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card .city-card-nav .city-feature-link,
  :is(.city-journey, .world-explorer) .city-arrival-card[data-position=left] .city-card-nav .city-feature-link {
    min-height: 44px;
    padding-block: 10px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card .city-arrival-card-overview {
    min-height: 60px;
    padding-top: 8px;
  }
  :is(.city-journey, .world-explorer):has(.city-stage-content:not([hidden])) .city-arrival-card .city-arrival-card-head {
    display: block;
    padding: 0;
    min-height: 52px;
  }
  :is(.city-journey, .world-explorer):has(.city-stage-content:not([hidden])) .city-arrival-card .city-arrival-card-head > :not(.city-visit-button) {
    display: none;
  }
}
@media (max-width: 700px) {
  .home-city-atlas :is(.city-journey-bar, .world-bar) {
    top: 68px;
    padding: 8px 18px;
  }
}
@media (max-width:1024px) and (max-height: 740px) {
  :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-card-head {
    padding-top: 60px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card[data-position] h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-card-eyebrow {
    margin-bottom: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :is(.city-journey, .world-explorer) .city-arrival-card {
    animation: none;
  }
  :is(.city-journey, .world-explorer) .city-arrival-card .city-feature-link,
  :is(.city-journey, .world-explorer) .city-arrival-card .city-feature-arrow {
    transition: none;
  }
}
html:has(body.home-city-atlas), .home-city-atlas, .home-city-atlas * {
  scrollbar-width: thin;
  scrollbar-color: rgba(184, 162, 128, 0.5333333333) transparent;
}

@supports selector(::-webkit-scrollbar) {
  html:has(body.home-city-atlas), .home-city-atlas, .home-city-atlas * {
    scrollbar-width: auto;
    scrollbar-color: auto;
  }
  html:has(body.home-city-atlas)::-webkit-scrollbar, .home-city-atlas::-webkit-scrollbar, .home-city-atlas *::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    background: transparent;
  }
  html:has(body.home-city-atlas)::-webkit-scrollbar-track, html:has(body.home-city-atlas)::-webkit-scrollbar-track-piece, html:has(body.home-city-atlas)::-webkit-scrollbar-corner, .home-city-atlas::-webkit-scrollbar-track, .home-city-atlas::-webkit-scrollbar-track-piece, .home-city-atlas::-webkit-scrollbar-corner, .home-city-atlas *::-webkit-scrollbar-track, .home-city-atlas *::-webkit-scrollbar-track-piece, .home-city-atlas *::-webkit-scrollbar-corner {
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  html:has(body.home-city-atlas)::-webkit-scrollbar-thumb, .home-city-atlas::-webkit-scrollbar-thumb, .home-city-atlas *::-webkit-scrollbar-thumb {
    background: rgba(184, 162, 128, 0.5333333333);
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  html:has(body.home-city-atlas)::-webkit-scrollbar-thumb:hover, .home-city-atlas::-webkit-scrollbar-thumb:hover, .home-city-atlas *::-webkit-scrollbar-thumb:hover {
    background: #d8c49b;
  }
  html:has(body.home-city-atlas)::-webkit-scrollbar-button, .home-city-atlas::-webkit-scrollbar-button, .home-city-atlas *::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
  }
}

/* Mobile city layout: 18 September 2026. */
@media (max-width:1024px) {
  .home-city-atlas {
    --mobile-header-height:78px;
  }
  .home-city-atlas .home-nav {
    padding-top: env(safe-area-inset-top);
    height: calc(var(--mobile-header-height) + env(safe-area-inset-top));
    box-sizing: border-box;
  }
  .home-city-atlas :is(.home-signin, .home-profile) {
    min-height: 44px;
  }
  .home-city-atlas :is(button, a):focus-visible {
    outline: none;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .home-city-atlas .home-account-drawer {
    max-height: calc(100dvh - var(--mobile-header-height) - 24px);
    overflow-y: auto;
  }
  .home-city-atlas :is(.home-atlas-footer, .world-footer) {
    padding: 16px 14px max(10px, env(safe-area-inset-bottom));
  }
  .home-city-atlas :is(.home-world-entry, .world-directions) {
    grid-template-columns: 1fr auto 1fr;
    gap: 4px;
    margin: 0 0 8px;
  }
  .home-city-atlas :is(.home-world-entry, .world-directions) button, .home-city-atlas :is(.home-world-entry, .world-directions) .city-area-overview {
    min-height: 44px;
    box-sizing: border-box;
    padding: 6px 4px;
    font-size: 10px;
    gap: 4px;
  }
  .home-city-atlas :is(.home-world-entry, .world-directions) .city-area-overview {
    grid-column: 2;
    grid-row: 1;
    max-width: 92px;
    text-align: center;
    justify-content: center;
  }
  .home-city-atlas :is(.home-world-entry, .world-directions) [data-world-side=left] {
    grid-column: 1;
    grid-row: 1;
  }
  .home-city-atlas :is(.home-world-entry, .world-directions) [data-world-side=right] {
    grid-column: 3;
    grid-row: 1;
  }
  .home-city-atlas :is(.home-world-entry, .world-directions):has(.city-area-overview:not([hidden])) [data-world-side] {
    grid-row: 1;
  }
  .home-city-atlas :is(.home-world-entry, .world-directions) .destination-chevron {
    width: 16px;
    flex-basis: 16px;
  }
  .home-city-atlas :is(.home-city-nav, .world-choices) {
    scroll-padding-inline: 4px;
    overscroll-behavior-x: contain;
  }
  .home-city-atlas :is(.home-city-nav, .world-choices) button {
    flex: 0 0 128px;
    min-height: 64px;
    padding: 10px 12px;
  }
  .home-city-atlas :is(.home-city-nav, .world-choices) small {
    font-size: 9px;
    margin-bottom: 4px;
  }
  .home-city-atlas :is(.home-city-nav, .world-choices) strong {
    font-size: 16px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .home-atlas-meta {
    display: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] {
    left: 14px;
    right: 14px;
    bottom: auto;
    width: auto;
    max-height: calc(100dvh - var(--city-card-top, 96px) - var(--city-footer-clearance, 160px));
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-card-head {
    padding: 88px 18px 0;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-visit-button {
    min-height: 44px;
    top: 10px;
    right: 10px;
    padding: 10px 12px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-card-body {
    flex: 0 1 auto;
    padding: 8px 18px 12px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-card-description {
    font-size: 13px;
    line-height: 1.6;
    margin: 4px 0;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-feature-links.city-card-nav {
    margin: 4px 18px 14px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 10px;
    padding-top: calc(var(--mobile-header-height) + env(safe-area-inset-top) + 10px);
    box-sizing: border-box;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] {
    position: relative;
    grid-row: 1;
    inset: auto;
    margin: 0 14px;
    width: auto;
    min-height: 0;
    max-height: 32dvh;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-head {
    display: block;
    min-height: 52px;
    padding: 14px 124px 0 16px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-head > h2 {
    display: block;
    font-size: 21px;
    line-height: 1.2;
    margin: 0;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-head > .city-arrival-card-eyebrow {
    display: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-head:not(:has(.city-visit-button:not([hidden]))) {
    padding-right: 16px;
    min-height: 40px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-visit-button {
    top: 4px;
    right: 8px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-body {
    display: block;
    min-height: 0;
    flex: 1 1 auto;
    max-height: none;
    padding: 2px 16px 8px;
    overflow-y: auto;
    mask-image: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-description {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 6px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-summary:has(.city-delve-summary) {
    display: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-summary {
    margin-top: 10px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] :is(input:not([type=hidden]), .dropdown-toggle, details > summary) {
    min-height: 44px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] input:not([type=hidden]) {
    font-size: 16px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-feature-links.city-card-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    margin: 0;
    padding: 6px 12px 10px;
    border: 0;
    scroll-snap-type: x proximity;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-card-nav .city-feature-link {
    width: auto;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 10px 14px;
    scroll-snap-align: start;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-card-nav [download] {
    display: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) {
    position: relative;
    grid-row: 2;
    inset: auto;
    width: auto;
    height: auto;
    max-height: none;
    min-height: 0;
    margin: 0;
    padding: 0 14px 12px;
    box-sizing: border-box;
    overflow: auto;
    overscroll-behavior: contain;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) > :not([hidden]) {
    flex: 0 0 auto;
    min-height: 100%;
    max-height: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband-list {
    margin: 0;
    padding: 2px 0 10px;
    mask-image: none;
    gap: 12px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband-list > li {
    flex: 0 0 min(68vw, 260px);
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband-head {
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband-head h3 {
    font-size: 21px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband-copy strong {
    font-size: 18px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .has-action-shot .city-warband-art {
    aspect-ratio: 5/4;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-board-stat dd {
    font-size: 26px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-board-stat dt {
    font-size: 10px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) :is(.city-dungeon-flip, .city-delve-summary-toggle, .city-guild-change, .city-guild-submit, .city-warband-signin, .city-warband-retry, .dropdown-toggle) {
    min-height: 44px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-guild-form {
    grid-template-columns: 1fr;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-guild-form input {
    font-size: 16px;
    min-height: 44px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-guild-form .custom-dropdown {
    width: 100%;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-guild-setup {
    padding: 18px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > :is(.home-atlas-footer, .world-footer) {
    position: relative;
    grid-row: 3;
    inset: auto;
    padding-top: 0;
    min-width: 0;
  }
}
@media (max-width: 700px) {
  .home-city-atlas {
    --mobile-header-height:68px;
  }
}
@media (min-width: 600px) and (max-width:1024px) and (max-height: 500px) {
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) {
    grid-template-columns: minmax(240px, 38%) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 8px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] {
    grid-column: 1;
    grid-row: 1;
    max-height: none;
    margin-right: 0;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) {
    grid-column: 2;
    grid-row: 1;
    padding-left: 0;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > :is(.home-atlas-footer, .world-footer) {
    grid-column: 1/-1;
    grid-row: 2;
  }
}

/* Mobile navigation — 202609200904 */
.mobile-primary-nav, .city-mobile-room, .city-artwork-toggle {
  display: none;
}

@media (max-width:1024px) {
  .home-city-atlas {
    --mobile-header-height:60px;
    --mobile-glass-surface:linear-gradient(145deg,#ffffff16,#ffffff03),#10182275;
    --mobile-glass-selected:linear-gradient(145deg,#ffffff28,#ffffff0a),#14212aa8;
    --mobile-glass-blur:blur(22px) saturate(145%);
  }
  .home-city-atlas .home-nav {
    height: calc(60px + env(safe-area-inset-top));
    padding-inline: 14px;
    gap: 12px;
    background: linear-gradient(rgba(7, 10, 16, 0.8705882353), rgba(7, 10, 16, 0.5019607843));
  }
  .home-city-atlas .home-brand {
    font-size: 14px;
    letter-spacing: 0.16em;
  }
  .home-city-atlas .home-brand small {
    display: none;
  }
  .home-city-atlas .home-brand-stack em {
    font-size: 8px;
  }
  .home-city-atlas :is(.home-signin, .home-profile) {
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    background: var(--mobile-glass-surface);
    backdrop-filter: var(--mobile-glass-blur);
    -webkit-backdrop-filter: var(--mobile-glass-blur);
  }
  .home-city-atlas .home-signin {
    padding: 10px 16px;
    font-size: 12px;
  }
  .home-city-atlas .home-account-drawer {
    position: fixed;
    top: auto;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    right: 12px;
    width: auto;
    max-height: calc(100dvh - 90px);
    border-radius: 20px;
    background: rgba(17, 22, 26, 0.9607843137);
    backdrop-filter: blur(20px);
  }
  .home-city-atlas .home-account-drawer :is(a, button) {
    min-height: 44px;
    box-sizing: border-box;
  }
  .home-city-atlas .city-nav-flame {
    display: none;
  }
  .home-city-atlas .home-atlas-meta {
    display: none;
  }
  .home-city-atlas :is(.home-city-nav, .world-picker, .home-world-entry, .world-directions) {
    display: none;
  }
  .home-city-atlas :is(.home-atlas-footer, .world-footer) {
    padding: 8px 12px max(8px, env(safe-area-inset-bottom));
    background: linear-gradient(transparent, rgba(5, 9, 12, 0.6));
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[data-interiors] :is(.home-world-entry, .world-directions) {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    background: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[data-interiors] :is(.home-world-entry, .world-directions) > [data-world-side] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    grid-row: 1;
    width: 44px;
    height: 44px;
    max-width: none;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--mobile-glass-surface);
    backdrop-filter: var(--mobile-glass-blur);
    -webkit-backdrop-filter: var(--mobile-glass-blur);
    font-size: 0;
    line-height: 0;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[data-interiors] :is(.home-world-entry, .world-directions) > [data-world-side=left] {
    grid-column: 1;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[data-interiors] :is(.home-world-entry, .world-directions) > [data-world-side=right] {
    grid-column: 3;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[data-interiors] :is(.home-world-entry, .world-directions) > [data-world-side][hidden], .home-city-atlas :is(.city-journey, .world-explorer)[data-interiors] :is(.home-world-entry, .world-directions) > .city-area-overview {
    display: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[data-interiors] :is(.home-world-entry, .world-directions) .destination-chevron {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[data-interiors] :is(.home-world-entry, .world-directions) .city-mobile-room {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    flex-direction: column;
    align-items: center;
    min-width: 0;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[data-interiors] :is(.home-world-entry, .world-directions) .city-interior-status {
    font-size: 11px;
    line-height: 1.35;
    margin: 0;
    text-align: center;
    text-wrap: balance;
  }
  .home-city-atlas .city-artwork-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    background: var(--mobile-glass-surface);
    color: #f2dfb7;
    font: 500 12px/1.3 "Space Grotesk", sans-serif;
    cursor: pointer;
  }
  .home-city-atlas .city-artwork-toggle svg {
    width: 18px;
    height: 18px;
  }
  .home-city-atlas .city-mobile-room .city-artwork-toggle {
    background: none;
    padding-block: 6px;
  }
  .home-city-atlas .city-artwork-toggle:disabled {
    opacity: 0.45;
    cursor: wait;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[data-artwork-only] > :not(.city-interiors, .city-journey-stage, .world-stage, .city-artwork-toggle) {
    visibility: hidden;
    pointer-events: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[data-artwork-only] > .city-artwork-toggle {
    position: absolute;
    z-index: 10;
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    backdrop-filter: var(--mobile-glass-blur);
    -webkit-backdrop-filter: var(--mobile-glass-blur);
  }
  .home-city-atlas .mobile-primary-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    padding: 5px;
    border-radius: 999px;
    background: var(--mobile-glass-surface);
    backdrop-filter: var(--mobile-glass-blur);
    -webkit-backdrop-filter: var(--mobile-glass-blur);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1411764706), 0 8px 28px rgba(0, 0, 0, 0.2);
  }
  .home-city-atlas .mobile-primary-nav > :is(a, button) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    min-height: 54px;
    padding: 5px 3px;
    box-sizing: border-box;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(rgba(255, 255, 255, 0.0352941176), rgba(255, 255, 255, 0.0078431373));
    color: #d1d8e0;
    text-decoration: none;
    cursor: pointer;
    font: 500 10px/1.2 "Inter", sans-serif;
  }
  .home-city-atlas .mobile-primary-nav > :is(a, button) svg {
    width: 22px;
    height: 22px;
    flex: none;
  }
  .home-city-atlas .mobile-primary-nav > :is(a, button) > span:last-child {
    color: inherit;
    white-space: nowrap;
  }
  .home-city-atlas .mobile-primary-nav > :is(a, button)[aria-current], .home-city-atlas .mobile-primary-nav > :is(a, button)[aria-expanded=true] {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.168627451), rgba(255, 255, 255, 0.062745098));
    color: #f2dfb7;
  }
  .home-city-atlas .mobile-primary-nav > :is(a, button):active {
    background: rgba(255, 255, 255, 0.1411764706);
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position],
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] {
    z-index: 4;
    left: auto;
    right: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-card-head, .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-card-head:not(:has(.city-visit-button:not([hidden]))),
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-head,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-head:not(:has(.city-visit-button:not([hidden]))) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 0 2px 8px;
    min-height: 44px;
    isolation: auto;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-card-head > h2, .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-card-head:not(:has(.city-visit-button:not([hidden]))) > h2,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-head > h2,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-head:not(:has(.city-visit-button:not([hidden]))) > h2 {
    display: block;
    grid-column: 1;
    grid-row: 1;
    font-size: clamp(19px, 5.5vw, 22px);
    line-height: 1.2;
    margin: 0;
    padding-left: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-card-head > :is(.city-arrival-card-art, .city-arrival-card-eyebrow, .city-arrival-card-rule), .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-card-head:not(:has(.city-visit-button:not([hidden]))) > :is(.city-arrival-card-art, .city-arrival-card-eyebrow, .city-arrival-card-rule),
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-head > :is(.city-arrival-card-art, .city-arrival-card-eyebrow, .city-arrival-card-rule),
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-head:not(:has(.city-visit-button:not([hidden]))) > :is(.city-arrival-card-art, .city-arrival-card-eyebrow, .city-arrival-card-rule) {
    display: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-visit-button,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-visit-button {
    position: static;
    grid-column: 2;
    grid-row: 1;
    min-height: 44px;
    min-width: 108px;
    justify-content: center;
    padding: 10px 12px;
    white-space: nowrap;
    box-sizing: border-box;
    border: 0;
    border-radius: 999px;
    background: var(--mobile-glass-surface);
    color: #eed8a7;
    box-shadow: none;
    backdrop-filter: var(--mobile-glass-blur);
    -webkit-backdrop-filter: var(--mobile-glass-blur);
    font: 500 12px/1.4 "Space Grotesk", sans-serif;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-visit-button svg,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-visit-button svg {
    width: 17px;
    height: 17px;
    color: #c9b889;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-visit-button:hover, .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-visit-button:focus-visible,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-visit-button:hover,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-visit-button:focus-visible {
    background: var(--mobile-glass-selected);
    color: #fff0d0;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-visit-button[aria-expanded=true],
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-visit-button[aria-expanded=true] {
    background: var(--mobile-glass-selected);
    color: #d8dfe7;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-visit-button[aria-expanded=true] svg,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-visit-button[aria-expanded=true] svg {
    color: #adb8c6;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-card-body,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-body {
    display: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-card-description,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-card-description {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-arrival-summary,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-arrival-summary {
    margin-top: 16px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] :is(input:not([type=hidden]), .dropdown-toggle, details > summary),
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] :is(input:not([type=hidden]), .dropdown-toggle, details > summary) {
    min-height: 44px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] input:not([type=hidden]),
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] input:not([type=hidden]) {
    font-size: 16px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-feature-links.city-card-nav,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-feature-links.city-card-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-feature-links.city-card-nav[hidden],
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-feature-links.city-card-nav[hidden] {
    display: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-feature-links.city-card-nav:has([data-param]),
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-feature-links.city-card-nav:has([data-param]) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-card-nav .city-feature-link,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-card-nav .city-feature-link {
    flex: 0 0 auto;
    width: auto;
    min-height: 44px;
    padding: 10px 12px;
    border: 0;
    border-radius: 999px;
    background: var(--mobile-glass-surface);
    box-shadow: none;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    backdrop-filter: var(--mobile-glass-blur);
    -webkit-backdrop-filter: var(--mobile-glass-blur);
    color: #edf0f4;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-card-nav .city-feature-link[aria-expanded=true],
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-card-nav .city-feature-link[aria-expanded=true] {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1411764706), rgba(255, 255, 255, 0.062745098)), rgba(38, 51, 61, 0.9098039216);
    color: #fff2d2;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-card-nav .city-feature-link[aria-expanded=true] :is(.city-card-nav-icon, .city-feature-arrow),
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-card-nav .city-feature-link[aria-expanded=true] :is(.city-card-nav-icon, .city-feature-arrow) {
    color: #f2dfb7;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-card-nav .city-feature-link .city-feature-arrow,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-card-nav .city-feature-link .city-feature-arrow {
    display: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-card-nav .city-feature-link .city-feature-copy strong,
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-card-nav .city-feature-link .city-feature-copy strong {
    font-size: 12px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] .city-card-nav [download],
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] .city-card-nav [download] {
    display: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer) .city-arrival-card[data-position] {
    left: 12px;
    right: 12px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 10px;
    padding-top: calc(var(--mobile-header-height) + env(safe-area-inset-top) + 8px);
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] {
    grid-column: 1;
    grid-row: 1;
    inset: auto;
    margin: 0 12px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) {
    grid-column: 1;
    grid-row: 2;
    padding: 0 12px 8px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) > .city-arrival-summary {
    flex: 0 0 auto;
    min-height: 0;
    max-height: none;
    margin: 0 0 12px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(16, 24, 34, 0.8509803922);
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) > .city-arrival-summary[hidden], .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) > .city-arrival-summary:has(.city-delve-summary) {
    display: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) > .city-arrival-summary :is(.dropdown-toggle, details > summary, input:not([type=hidden])) {
    min-height: 44px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) > .city-arrival-summary details > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0;
    list-style: none;
    cursor: pointer;
    font: 500 12px/1.4 "Inter", sans-serif;
    color: #edf0f4;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) > .city-arrival-summary details > summary::-webkit-details-marker {
    display: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) > .city-arrival-summary details > summary > svg {
    width: 16px;
    height: 16px;
    flex: none;
    transform: rotate(90deg);
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) > .city-arrival-summary details[open] > summary {
    margin-bottom: 12px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) > .city-arrival-summary details[open] > summary > svg {
    transform: rotate(-90deg);
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) > .city-arrival-summary input:not([type=hidden]) {
    font-size: 16px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-ledger .city-warband-head {
    gap: 8px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-ledger[data-state=list]:not([data-board=delves]) .city-warband-title {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    margin: 0;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) :is(.city-guild-change, .city-delve-summary-toggle) {
    border: 0;
    border-radius: 999px;
    min-height: 44px;
    padding: 10px 12px;
    background: var(--mobile-glass-surface);
    backdrop-filter: var(--mobile-glass-blur);
    -webkit-backdrop-filter: var(--mobile-glass-blur);
    color: #edf0f4;
    font-size: 11px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband, .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-ledger[data-state=list] {
    overflow: visible;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    flex: none;
    min-width: 0;
    overflow: visible;
    scroll-snap-type: none;
    mask-image: none;
    margin: 0;
    padding: 2px 0 10px;
    gap: 10px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband-list > li {
    min-width: 0;
    flex: none;
    scroll-snap-align: none;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband-card {
    height: 100%;
    box-sizing: border-box;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband-copy strong {
    font-size: 16px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband-hero {
    font-size: 8px;
    letter-spacing: 0.03em;
    min-height: 21px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .has-action-shot > .city-warband-art, .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .has-action-shot > .city-dungeon-front > .city-warband-art {
    aspect-ratio: 1;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband-icons {
    gap: 5px;
    padding: 8px 4px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband-icon {
    width: 20px;
    height: 20px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-board-rank {
    top: 8px;
    left: 6px;
    padding: 4px 6px;
    font-size: 10px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-board-stat {
    margin: 0 6px 8px;
    padding: 8px 0;
    gap: 6px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-board-stat dd {
    font-size: clamp(16px, 5vw, 22px);
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-board-stat dt {
    font-size: 8px;
    letter-spacing: 0;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-delve-flip {
    top: 3px;
    right: 3px;
    min-height: 44px;
    padding: 4px 6px;
    gap: 4px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-delve-back {
    padding: 12px 8px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-delve-alts-heading strong {
    font-size: 14px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-delve-back .city-dungeon-record {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 6px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-delve-back .city-warband-icons {
    gap: 2px;
    padding: 0 0 7px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-delve-back .city-warband-icon {
    width: 12px;
    height: 12px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-delve-back .city-dungeon-records dl {
    flex-direction: column;
    gap: 5px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-delve-back .city-dungeon-records dd {
    font-size: 15px;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-pumpers-controls {
    display: none;
  }
  @container (min-width:600px) {
    .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) .city-warband-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > :is(.home-atlas-footer, .world-footer) {
    grid-column: 1;
    grid-row: 3;
  }
  .mobile-destinations {
    position: fixed;
    inset: auto 8px 0;
    margin: 0 auto;
    width: calc(100% - 16px);
    max-width: 600px;
    max-height: 84dvh;
    box-sizing: border-box;
    padding: 22px 16px max(16px, env(safe-area-inset-bottom));
    border: 0;
    border-radius: 24px 24px 0 0;
    color: #edf0f4;
    background: rgba(20, 25, 30, 0.9607843137);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 -12px 60px rgba(0, 0, 0, 0.3333333333);
    font-family: "Inter", sans-serif;
    overflow: hidden;
  }
  .mobile-destinations[open] {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mobile-destinations::backdrop {
    background: rgba(0, 0, 0, 0.4666666667);
    backdrop-filter: blur(3px);
  }
  .mobile-destinations > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex: none;
  }
  .mobile-destinations header p {
    font-size: 9px;
    letter-spacing: 0.16em;
    color: #c9b889;
    margin: 0 0 6px;
  }
  .mobile-destinations h2 {
    font: 500 25px/1.2 "Space Grotesk", sans-serif;
    margin: 0;
    color: #edf0f4;
  }
  .mobile-destinations .mobile-destinations-close {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 12px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.0392156863);
    color: #ccd2dc;
    cursor: pointer;
  }
  .mobile-destinations svg {
    width: 20px;
    height: 20px;
  }
  .mobile-destinations .mobile-destination-search {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: none;
    font-size: 12px;
    color: #bcc3cc;
  }
  .mobile-destinations input {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 0;
    border-radius: 13px;
    background: rgba(7, 11, 16, 0.5019607843);
    color: #edf0f4;
    font: 400 16px/1.4 "Inter", sans-serif;
  }
  .mobile-destinations input::placeholder {
    color: #909aa8;
  }
  .mobile-destinations .mobile-destination-list {
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .mobile-destinations .mobile-destination-list > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex: none;
    min-height: 64px;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 14px;
    color: #edf0f4;
    text-decoration: none;
  }
  .mobile-destinations .mobile-destination-list > a[aria-current] {
    background: rgba(255, 255, 255, 0.0352941176);
    color: #eed8a7;
  }
  .mobile-destinations .mobile-destination-list > a:active {
    background: rgba(255, 255, 255, 0.0705882353);
  }
  .mobile-destinations strong {
    display: block;
    font: 500 16px/1.3 "Space Grotesk", sans-serif;
  }
  .mobile-destinations small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: #aeb7c3;
  }
  .mobile-destinations .mobile-destination-marker {
    display: flex;
    flex: none;
    color: #aeb7c3;
  }
  .mobile-destinations [aria-current] .mobile-destination-marker {
    color: #eed8a7;
  }
  .mobile-destinations .mobile-destination-empty {
    padding: 20px 12px;
    font-size: 14px;
    color: #bcc3cc;
  }
  .mobile-destinations .mobile-destination-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex: none;
  }
  .mobile-destinations .mobile-destination-footer a {
    display: flex;
    align-items: center;
    min-height: 44px;
    font-size: 11px;
    color: #aeb7c3;
    text-decoration: none;
  }
  .mobile-destinations .mobile-destination-footer .credit-logo {
    width: 64px;
  }
  .mobile-destinations .mobile-destination-footer .credit-logo svg {
    width: 100%;
    height: auto;
  }
  .mobile-destinations :is(button, a, input):focus-visible {
    outline: none;
    background-color: rgba(255, 255, 255, 0.062745098);
  }
  .mobile-destinations :is(button, a):focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media (max-width:1024px) and (max-height: 500px) and (min-width: 600px) {
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) {
    grid-template-columns: minmax(240px, 38%) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-arrival-card[data-position] {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    margin-right: 0;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > .city-stage-content:not([hidden]) {
    grid-column: 2;
    grid-row: 1;
  }
  .home-city-atlas :is(.city-journey, .world-explorer)[open]:has(> .city-stage-content:not([hidden])) > :is(.home-atlas-footer, .world-footer) {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
@media (max-width:1024px) and (max-height: 500px) {
  .mobile-destinations[open] {
    max-height: 96dvh;
    gap: 12px;
    padding-top: 14px;
  }
}
