:root {
  --flow: #0b1220;
  --brand: #dfe5f0;
  --size: #ffffff;
  --flat: #ffb300;
  --zone: #111111;
  --depth: #d99700;
  --body: #070b16;
  --bold: #ffffff;
  --alt: color-mix(in srgb, var(--brand) 6%, var(--flow));
  --ink: color-mix(in srgb, var(--brand) 3%, var(--flow));
  --band: color-mix(in srgb, var(--brand) 18%, var(--flow));
  --stroke: color-mix(in srgb, var(--brand) 68%, var(--flow));
  --tone: 1160px;
  --lift: 78ch;
  --main: 14px;
  --fill: 8px;
  --soft: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
  --tile: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  --deep: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
  --card: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
  --frame: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem)
}
*::before, *, *::after {
  box-sizing: border-box
}
body {
  margin: 0;
  background: var(--flow);
  color: var(--brand);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: var(--tile);
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word
}
img {
  max-width: 100%;
  height: auto;
  display: block
}
a {
  color: inherit
}
.field {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--body);
  color: var(--bold)
}
.hall__image, .bridge__edge, .chip__wide, .field__first, .wall__shut {
  width: min(100% - 2rem, var(--tone));
  margin-inline: auto
}
.field__first {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 60px;
  padding-block: 0.5rem
}
.listing {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  flex-shrink: 0
}
.listing img {
  height: 32px;
  width: auto;
  object-fit: contain
}
.circuit {
  display: flex;
  gap: 0.15rem;
  margin-inline-end: auto;
  min-width: 0
}
.circuit a {
  padding: 0.4rem 0.7rem;
  border-radius: var(--fill);
  text-decoration: none;
  color: inherit;
  opacity: 0.82;
  white-space: nowrap;
  font-size: 0.92rem
}
.circuit a:hover {
  background: color-mix(in srgb, var(--bold) 14%, transparent);
  opacity: 1
}
.circuit:empty {
  display: none
}
.circuit:empty + .field__foot {
  margin-inline-start: auto
}
.field__foot {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0
}
.slot {
  display: none;
  position: relative;
  flex-shrink: 0
}
.slot__plain {
  list-style: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--bold) 40%, transparent);
  border-radius: var(--fill)
}
.slot__plain::-webkit-details-marker {
  display: none
}
.slot__plain span::before, .slot__plain span::after, .slot__plain span {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px
}
.slot__plain span {
  position: relative
}
.slot__plain span::before {
  position: absolute;
  top: -6px
}
.slot__plain span::after {
  position: absolute;
  top: 6px
}
.slot__edge {
  position: absolute;
  inset-inline-end: 0;
  top: calc(100% + 0.5rem);
  z-index: 25;
  min-width: 14rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.5rem;
  background: var(--body);
  border: 1px solid color-mix(in srgb, var(--bold) 20%, transparent);
  border-radius: var(--main);
  box-shadow: var(--soft)
}
.slot__edge a {
  padding: 0.6rem 0.7rem;
  border-radius: var(--fill);
  text-decoration: none;
  color: var(--bold)
}
.slot__edge a:hover {
  background: color-mix(in srgb, var(--bold) 12%, transparent)
}
.slot__edge .container {
  margin-top: 0.4rem;
  color: var(--bold);
  border-color: color-mix(in srgb, var(--bold) 40%, transparent)
}
.field .container_dark {
  color: inherit;
  border-color: color-mix(in srgb, var(--bold) 45%, transparent)
}
.field .container_dark:hover {
  background: color-mix(in srgb, var(--bold) 14%, transparent)
}
.bridge {
  background: color-mix(in srgb, var(--bold) 8%, var(--body));
  border-top: 1px solid color-mix(in srgb, var(--bold) 12%, transparent);
  font-size: 0.9rem
}
.bridge__edge {
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  scrollbar-width: none
}
.bridge__edge::-webkit-scrollbar {
  display: none
}
.bridge a {
  padding: 0.55rem 0.7rem;
  text-decoration: none;
  color: var(--bold);
  opacity: 0.8;
  white-space: nowrap;
  border-bottom: 2px solid transparent
}
.bridge a:hover {
  opacity: 1;
  border-bottom-color: var(--flat)
}
.container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid var(--foot, transparent);
  border-radius: var(--fill);
  padding: 0.6rem 1.1rem;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background: var(--flat);
  color: var(--zone);
  transition: background-color 0.15s ease, transform 0.05s ease
}
.container:hover {
  background: var(--depth)
}
.container:active {
  transform: translateY(1px)
}
.container_dark {
  background: transparent;
  color: var(--size);
  border-color: var(--band)
}
.container_dark:hover {
  background: var(--alt)
}
.container_soft {
  padding: 0.9rem 1.8rem;
  font-size: var(--deep)
}
:focus-visible {
  outline: 2px solid var(--flat);
  outline-offset: 2px
}
.porch, .district h3, .rail h3, .hall__figure, .district h2, .rail h2 {
  color: var(--size);
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance
}
.porch {
  font-size: var(--frame);
  margin: 0 0 1rem
}
.hall__figure {
  font-size: var(--card);
  margin: 0 0 1.25rem
}
.rail h3, .district h3 {
  font-size: var(--deep);
  margin: 1.75rem 0 0.5rem
}
.rail p, .district p {
  margin: 0 0 1rem
}
.district > :last-child, .rail > :last-child {
  margin-bottom: 0
}
.rail a, .district a {
  color: color-mix(in srgb, var(--flat) 72%, var(--size));
  text-underline-offset: 3px
}
.belt {
  display: block
}
.hall {
  padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
  scroll-margin-top: 72px
}
.belt > .hall:not(.chip):nth-of-type(odd) {
  background: var(--alt)
}
.rail {
  max-width: var(--lift)
}
.hall_list .rail ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.5rem
}
.hall_list .rail ul > li {
  position: relative;
  padding-inline-start: 1.9rem;
  padding-block: 0.15rem
}
.hall_list .rail ul > li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 0.75rem;
  height: 0.4rem;
  border-inline-start: 2px solid var(--flat);
  border-bottom: 2px solid var(--flat);
  transform: rotate(-45deg)
}
.hall_list .rail ol {
  counter-reset: step;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.6rem
}
.hall_list .rail ol > li {
  counter-increment: step;
  position: relative;
  padding-inline-start: 2.6rem
}
.hall_list .rail ol > li::before {
  content: counter(step);
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: var(--flat);
  color: var(--zone);
  font-weight: 700;
  font-size: 0.9rem;
  display: grid;
  place-items: center
}
.note {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border: 1px solid var(--band);
  border-inline-start: 3px solid var(--stroke);
  border-radius: 0 var(--fill) var(--fill) 0;
  background: var(--alt);
  font-size: 0.95rem
}
.note p {
  margin: 0 0 0.6rem
}
.note > :last-child {
  margin-bottom: 0
}
.note strong {
  color: var(--size)
}
.note--disclosure {
  color: var(--stroke);
  font-size: 0.88rem;
  background: transparent;
  border-inline-start-color: var(--band)
}
.note--warning {
  border-inline-start-color: var(--flat);
  background: color-mix(in srgb, var(--flat) 10%, var(--flow))
}
.note--takeaway {
  font-variant-numeric: tabular-nums;
  border-inline-start-color: var(--size)
}
.note--rg {
  border: 1px solid color-mix(in srgb, var(--size) 30%, var(--band));
  border-radius: var(--main);
  background: var(--ink)
}
.note--rg a {
  font-weight: 600
}
.note--independent {
  margin-top: 2.5rem;
  font-size: 0.85rem;
  color: var(--stroke);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--band);
  border-radius: 0;
  padding: 1rem 0 0
}
.district blockquote, .rail blockquote {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-inline-start: 3px solid var(--flat);
  border-radius: 0 var(--fill) var(--fill) 0;
  background: var(--alt);
  color: var(--stroke);
  font-size: 0.95rem
}
.rail blockquote p, .district blockquote p {
  margin: 0 0 0.6rem
}
.rail blockquote > :last-child, .district blockquote > :last-child {
  margin-bottom: 0
}
.rail blockquote strong, .district blockquote strong {
  color: var(--size)
}
.rail hr {
  border: 0;
  border-top: 1px solid var(--band);
  margin: 2rem 0
}
.rail table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  background: var(--ink);
  border: 1px solid var(--band);
  border-radius: var(--main);
  overflow: hidden
}
.hall_table .rail {
  max-width: none;
  overflow-x: auto
}
.rail th, .rail td {
  border-bottom: 1px solid var(--band);
  padding: 0.7rem 0.9rem;
  text-align: start;
  vertical-align: top
}
.rail caption {
  caption-side: top;
  text-align: start;
  padding: 0 0 0.6rem;
  font-weight: 700;
  color: var(--size)
}
.rail thead th {
  background: color-mix(in srgb, var(--flat) 16%, var(--alt));
  color: var(--size);
  font-weight: 700;
  white-space: nowrap
}
.rail tbody tr:last-child td {
  border-bottom: 0
}
.rail tbody tr:nth-child(even) {
  background: color-mix(in srgb, var(--brand) 3%, transparent)
}
.ledge2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
  gap: 2rem;
  align-items: start
}
.ledge2__info {
  border: 1px solid var(--band);
  border-radius: var(--main);
  box-shadow: var(--soft);
  width: 100%
}
.chip {
  position: relative;
  padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
  background: var(--body);
  isolation: isolate
}
.chip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--thin, none);
  background-size: cover;
  background-position: center
}
.set__view {
  margin-top: 1.25rem;
  text-align: center
}
.set__view a {
  color: var(--flat);
  font-weight: 600
}
.header2 {
  text-align: center
}
.header2__less {
  font-size: clamp(3.5rem, 12vw, 6rem);
  line-height: 1;
  font-weight: 800;
  color: var(--flat);
  margin-bottom: 0.5rem
}
.header2__view {
  max-width: 46ch;
  margin-inline: auto;
  color: var(--stroke)
}
.header2__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem
}
@media (max-width: 700px) {
  .chip::before {
    background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--grid, var(--thin, none))
  }
}
.chip__wide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 22rem);
  grid-template-areas: "title offer" "text offer";
  align-content: start;
  gap: 0 2rem
}
.chip .porch {
  grid-area: title;
  color: #ffffff
}
.chip__stub {
  grid-area: text;
  color: #f2f4f8;
  max-width: 62ch
}
.chip .district {
  margin-bottom: 1.5rem
}
.chip__info {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  opacity: 0.75
}
.element {
  grid-area: offer;
  background: var(--flow);
  border: 1px solid color-mix(in srgb, var(--flat) 40%, var(--band));
  border-radius: var(--main);
  box-shadow: var(--soft);
  overflow: hidden;
  align-self: start
}
.element .container {
  width: 100%
}
.element__light {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 0.9rem 1.25rem;
  background: color-mix(in srgb, var(--flat) 22%, var(--flow));
  color: var(--size);
  border-bottom: 3px solid var(--flat)
}
.element__light img {
  height: 42px;
  width: auto;
  max-width: 100%;
  object-fit: contain
}
.element__meta {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.25rem;
  text-align: center
}
.element__view {
  font-weight: 800;
  font-size: var(--deep);
  color: inherit;
  text-align: center
}
.element__small {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--stroke);
  margin: 0
}
.element__outer {
  font-size: var(--card);
  font-weight: 800;
  line-height: 1.15;
  color: var(--size);
  margin: 0;
  text-wrap: balance
}
.element__plain {
  font-size: 0.8rem;
  color: var(--stroke);
  margin: 0
}
.floor {
  padding-block: 1.5rem
}
.ceiling {
  border: 1px solid var(--band);
  border-radius: var(--main);
  background: var(--ink);
  padding: 0.5rem 1.1rem
}
.ceiling__wide {
  cursor: pointer;
  font-weight: 700;
  color: var(--size);
  padding-block: 0.6rem;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem
}
.ceiling__wide::-webkit-details-marker {
  display: none
}
.ceiling__wide::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-inline-end: 2px solid var(--flat);
  border-bottom: 2px solid var(--flat);
  transform: rotate(45deg);
  transition: transform 0.15s ease
}
.ceiling[open] .ceiling__wide::before {
  transform: rotate(-135deg)
}
.ceiling__stub {
  columns: 2;
  gap: 2rem;
  margin: 0 0 0.75rem;
  padding-inline-start: 1.2rem;
  font-size: 0.95rem
}
.ceiling__stub li {
  break-inside: avoid;
  margin-bottom: 0.3rem
}
.ceiling__stub a {
  color: var(--stroke);
  text-underline-offset: 3px
}
.ceiling__stub a:hover {
  color: var(--size)
}
.trunk {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0
}
.band {
  display: flex;
  flex-direction: column;
  background: var(--ink);
  border: 1px solid var(--band);
  border-radius: var(--main);
  overflow: hidden;
  transition: border-color 0.15s ease, transform 0.15s ease
}
.band:hover {
  border-color: var(--flat);
  transform: translateY(-2px)
}
.band__sub {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--alt)
}
.band__sub img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.band__wide {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0.85rem;
  margin-top: auto
}
.band__dark {
  font-weight: 600;
  color: var(--size);
  line-height: 1.3;
  margin: 0
}
.band .container {
  width: 100%;
  padding-block: 0.5rem;
  font-size: 0.95rem
}
.row__dark {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0
}
.figure {
  background: var(--flow);
  border: 1px solid var(--band);
  border-radius: var(--main);
  padding: 1.1rem 1.2rem
}
.figure__off {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.4rem
}
.figure__copy {
  font-weight: 700;
  color: var(--size)
}
.figure__top {
  color: var(--flat);
  font-weight: 700;
  white-space: nowrap
}
.figure__open {
  margin: 0;
  color: var(--stroke)
}
.drawer__less {
  display: grid;
  gap: 0.5rem;
  max-width: var(--lift)
}
.drawer__line {
  border: 1px solid var(--band);
  border-radius: var(--fill);
  background: var(--ink);
  padding: 0 1.1rem
}
.drawer__large {
  cursor: pointer;
  font-weight: 600;
  color: var(--size);
  padding-block: 0.9rem;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem
}
.drawer__large::-webkit-details-marker {
  display: none
}
.drawer__large::before {
  content: "+";
  color: var(--flat);
  font-weight: 700;
  line-height: 1.4;
  flex-shrink: 0
}
.drawer__line[open] .drawer__large::before {
  content: "−"
}
.drawer__meta {
  color: var(--stroke);
  padding-bottom: 1rem
}
.drawer__meta > :first-child {
  margin-top: 0
}
.drawer__meta > :last-child {
  margin-bottom: 0
}
.branch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  padding: 1.5rem;
  border-radius: var(--main);
  background: color-mix(in srgb, var(--flat) 12%, var(--alt));
  border: 1px solid color-mix(in srgb, var(--flat) 35%, var(--band))
}
.branch__soft {
  margin: 0;
  font-size: var(--deep);
  font-weight: 800;
  color: var(--size);
  text-wrap: balance
}
.branch__view {
  margin: 0.25rem 0 0;
  font-size: 0.82rem;
  color: var(--stroke)
}
.wall {
  border-top: 1px solid var(--band);
  background: var(--alt);
  color: var(--stroke);
  padding-block: 2rem 6rem
}
.wall__shut {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--band)
}
.wall__soft {
  margin-inline-end: auto;
  font-weight: 700;
  color: var(--size)
}
.wall__soft img {
  height: 32px;
  width: auto;
  object-fit: contain
}
.wall__sub {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem
}
.wall__sub:empty {
  display: none
}
.wall__sub a {
  text-decoration: none
}
.wall__sub a:hover {
  text-decoration: underline
}
.wall__edge {
  width: min(100% - 2rem, var(--tone));
  margin-inline: auto;
  padding-top: 1.25rem;
  font-size: 0.85rem;
  display: grid;
  gap: 0.5rem
}
.wall__edge p {
  margin: 0
}
.wall__side {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap
}
.roof {
  display: inline-grid;
  place-items: center;
  min-width: 2.1rem;
  height: 2.1rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-weight: 800;
  font-size: 0.78rem
}
.corner {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.6rem 1rem calc(0.6rem + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--flat) 14%, var(--body));
  color: var(--bold);
  border-top: 1px solid color-mix(in srgb, var(--flat) 45%, transparent)
}
.corner__link {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25
}
.corner__top {
  font-weight: 800;
  color: var(--bold);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.corner__meta {
  font-size: 0.75rem;
  opacity: 0.7
}
.corner .container {
  margin-inline-start: auto;
  flex-shrink: 0
}
@media (max-width: 960px) {
  .chip__wide {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "offer" "text";
    gap: 1.25rem
  }
  .ledge2 {
    grid-template-columns: 1fr
  }
  .ledge2__info {
    max-width: 260px;
    margin-inline: auto
  }
}
@media (max-width: 700px) {
  .ceiling__stub {
    columns: 1
  }
  .trunk {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 0.75rem
  }
}
@media (max-width: 640px) {
  .field {
    position: static
  }
  .field__first {
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    padding-block: 0.6rem
  }
  .field__first {
    flex-wrap: nowrap
  }
  .bridge, .circuit, .field__foot .container_dark {
    display: none
  }
  .circuit + .field__foot {
    margin-inline-start: auto
  }
  .slot {
    display: block;
    order: 3
  }
  .field__foot {
    margin-inline-start: auto
  }
  .field__foot .container {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem
  }
  .hall {
    padding-block: 1.75rem
  }
  .element__meta, .branch {
    padding: 1.15rem
  }
  .branch .container_soft, .chip__stub .container_soft {
    width: 100%
  }
  .corner__meta {
    display: none
  }
}
@media (prefers-reduced-motion: reduce) {
  *::before, * {
    transition: none !important
  }
}
