/* Hollow Archive: page-scoped Drop List layout and motion. */
.live-route--droplist {
  --archive-gold: #d1a85f;
  --archive-gold-bright: #f0d38a;
  --archive-ink: rgba(7, 9, 13, .96);
  --archive-panel: rgba(15, 18, 24, .94);
  --archive-line: rgba(209, 168, 95, .2);
  --archive-line-cool: rgba(139, 171, 189, .18);
}

.live-route--droplist [hidden] {
  display: none !important;
}

.live-route--droplist .droplist-hero {
  min-height: clamp(18rem, 30vw, 23rem);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-bottom: 1rem;
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.live-route--droplist .droplist-hero::after {
  content: "";
  position: absolute;
  right: clamp(1.5rem, 4vw, 3.5rem);
  bottom: 0;
  left: clamp(1.5rem, 4vw, 3.5rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(209, 168, 95, .74), rgba(139, 171, 189, .34), transparent);
  pointer-events: none;
}

.live-route--droplist .droplist-hero .page-hero__copy {
  align-self: end;
}

.live-route--droplist .droplist-hero .page-hero__copy h1 {
  max-width: none;
}

.live-route--droplist .droplist-hero__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(6.5rem, auto));
  gap: .55rem;
  min-width: min(100%, 18rem);
}

.live-route--droplist .droplist-hero__stats > span {
  display: grid;
  gap: .16rem;
  min-height: 4.5rem;
  align-content: center;
  padding: .72rem .9rem;
  border: 1px solid rgba(255, 255, 255, .09);
  border-top-color: var(--archive-line);
  border-radius: 8px;
  background: linear-gradient(155deg, rgba(20, 24, 31, .9), rgba(7, 9, 13, .76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 14px 30px rgba(0, 0, 0, .24);
  color: rgba(247, 239, 226, .62);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.live-route--droplist .droplist-hero__stats strong {
  color: #f7efe2;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.03em;
  line-height: 1;
}

.live-route--droplist .droplist-hero__stats .droplist-hero__status {
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 2.7rem;
  color: #9ed9bb;
}

.live-route--droplist .droplist-hero__status i {
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  background: #65c89a;
  box-shadow: 0 0 0 4px rgba(101, 200, 154, .11), 0 0 18px rgba(101, 200, 154, .5);
  animation: dropArchiveStatus 2.2s ease-in-out infinite;
}

.live-route--droplist .droplist-toolbar {
  position: relative;
  top: auto;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(16rem, .8fr) minmax(0, 1.2fr);
  gap: .8rem 1rem;
  align-items: end;
  margin: 0 0 1rem;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid var(--archive-line-cool);
  border-top-color: var(--archive-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(18, 22, 29, .95), rgba(8, 10, 14, .92)),
    radial-gradient(circle at 10% 0%, rgba(209, 168, 95, .1), transparent 18rem);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
}

.live-route--droplist .droplist-toolbar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--archive-gold-bright), rgba(209, 168, 95, .08));
}

.live-route--droplist .droplist-search {
  display: grid;
  gap: .42rem;
  min-width: 0;
  margin: 0;
}

.live-route--droplist .droplist-search > span {
  color: rgba(247, 239, 226, .68);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.live-route--droplist .droplist-search input {
  min-height: 3rem;
  border-color: rgba(209, 168, 95, .22);
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .9), rgba(10, 13, 18, .82)),
    radial-gradient(circle at 0 50%, rgba(209, 168, 95, .08), transparent 10rem);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.live-route--droplist .droplist-search input:focus {
  outline: 2px solid rgba(209, 168, 95, .48);
  outline-offset: 2px;
  border-color: rgba(209, 168, 95, .5);
}

.live-route--droplist .droplist-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem;
  min-width: 0;
}

.live-route--droplist .droplist-filter button,
.live-route--droplist .droplist-clear {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  min-height: 3rem;
  padding: .6rem .82rem;
  overflow: hidden;
  border-color: rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .035);
  color: rgba(247, 239, 226, .72);
  font-size: .72rem;
  letter-spacing: .03em;
}

.live-route--droplist .droplist-filter button::after {
  content: "";
  position: absolute;
  right: .55rem;
  bottom: 0;
  left: .55rem;
  height: 2px;
  opacity: 0;
  transform: scaleX(.2);
  background: linear-gradient(90deg, transparent, var(--archive-gold-bright), transparent);
  transition: opacity .18s ease, transform .18s ease;
}

.live-route--droplist .droplist-filter button.active {
  border-color: rgba(209, 168, 95, .48);
  background: linear-gradient(135deg, rgba(209, 168, 95, .18), rgba(209, 168, 95, .07));
  color: #fff4df;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.live-route--droplist .droplist-filter button.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.live-route--droplist .filter-count {
  display: inline-grid;
  min-width: 1.65rem;
  min-height: 1.45rem;
  place-items: center;
  padding: .08rem .35rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(0, 0, 0, .2);
  color: rgba(247, 239, 226, .72);
  font-size: .64rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.live-route--droplist .droplist-clear {
  border-color: rgba(139, 171, 189, .2);
  color: rgba(199, 215, 224, .76);
}

.live-route--droplist .tool-result-meta {
  grid-column: 1 / -1;
  min-height: 1.15rem;
  color: rgba(247, 239, 226, .58);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.live-route--droplist .droplist-archive {
  display: grid;
  grid-template-columns: minmax(18rem, 21rem) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.4rem);
  align-items: start;
}

.live-route--droplist .droplist-index {
  position: sticky;
  top: 5.75rem;
  min-width: 0;
  scroll-margin-top: 6rem;
}

.live-route--droplist .droplist-index > summary {
  display: none;
}

.live-route--droplist .droplist-index__surface {
  display: flex;
  max-height: calc(100vh - 7.5rem);
  min-height: 28rem;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--archive-line-cool);
  border-top-color: var(--archive-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(19, 23, 30, .96), rgba(8, 10, 14, .94)),
    radial-gradient(circle at 0 0, rgba(209, 168, 95, .1), transparent 17rem);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .25);
}

.live-route--droplist .droplist-index__heading {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.live-route--droplist .droplist-index__heading span,
.live-route--droplist .drop-detail__eyebrow {
  display: block;
  color: var(--archive-gold);
  font-size: .65rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.live-route--droplist .droplist-index__heading h2 {
  margin: .24rem 0 0;
  color: #f7efe2;
  font-size: 1.05rem;
  line-height: 1.1;
}

.live-route--droplist .droplist-index__heading > strong {
  display: grid;
  min-width: 2.3rem;
  min-height: 2.3rem;
  place-items: center;
  border: 1px solid var(--archive-line);
  border-radius: 50%;
  background: rgba(209, 168, 95, .08);
  color: var(--archive-gold-bright);
  font-size: .78rem;
  font-variant-numeric: tabular-nums;
}

.live-route--droplist .droplist-map-list {
  display: grid;
  gap: .35rem;
  min-height: 0;
  padding: .55rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(209, 168, 95, .38) rgba(255, 255, 255, .035);
  scrollbar-gutter: stable;
}

.live-route--droplist .droplist-map-button {
  position: relative;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) auto;
  gap: .7rem;
  width: 100%;
  min-height: 4.3rem;
  align-items: center;
  justify-content: stretch;
  padding: .62rem .72rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 7px;
  background: rgba(255, 255, 255, .025);
  color: rgba(247, 239, 226, .76);
  text-align: left;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.live-route--droplist .droplist-map-button::before {
  content: "";
  position: absolute;
  inset: .6rem auto .6rem 0;
  width: 2px;
  opacity: 0;
  transform: scaleY(.25);
  background: linear-gradient(180deg, transparent, var(--archive-gold-bright), transparent);
  box-shadow: 0 0 14px rgba(209, 168, 95, .48);
  transition: opacity .18s ease, transform .18s ease;
}

.live-route--droplist .droplist-map-button.is-active {
  border-color: rgba(209, 168, 95, .3);
  background:
    linear-gradient(90deg, rgba(209, 168, 95, .13), rgba(209, 168, 95, .035)),
    rgba(255, 255, 255, .025);
  color: #fff4df;
}

.live-route--droplist .droplist-map-button.is-active::before {
  opacity: 1;
  transform: scaleY(1);
}

.live-route--droplist .droplist-map-button:focus-visible {
  outline: 2px solid var(--archive-gold-bright);
  outline-offset: 2px;
}

.live-route--droplist .droplist-map-button__number {
  color: rgba(209, 168, 95, .62);
  font-size: .62rem;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}

.live-route--droplist .droplist-map-button__copy {
  display: grid;
  gap: .24rem;
  min-width: 0;
}

.live-route--droplist .droplist-map-button__copy strong,
.live-route--droplist .droplist-map-button__copy small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-route--droplist .droplist-map-button__copy strong {
  color: inherit;
  font-size: .86rem;
  line-height: 1.2;
}

.live-route--droplist .droplist-map-button__copy small {
  color: rgba(199, 215, 224, .54);
  font-size: .63rem;
  font-weight: 750;
  letter-spacing: .02em;
}

.live-route--droplist .droplist-map-button__arrow {
  color: rgba(209, 168, 95, .54);
  font-size: 1.25rem;
  line-height: 1;
  transition: transform .18s ease, color .18s ease;
}

.live-route--droplist .droplist-map-button.is-active .droplist-map-button__arrow {
  transform: translateX(2px);
  color: var(--archive-gold-bright);
}

.live-route--droplist .droplist-details {
  min-width: 0;
  scroll-margin-top: 1rem;
}

.live-route--droplist .drop-detail {
  position: relative;
  min-width: 0;
  padding: clamp(1rem, 2.4vw, 1.6rem);
  overflow: hidden;
  border: 1px solid var(--archive-line-cool);
  border-top-color: rgba(209, 168, 95, .34);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(17, 21, 28, .97), rgba(7, 9, 13, .95)),
    radial-gradient(circle at 10% 0%, rgba(209, 168, 95, .11), transparent 24rem);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .3);
}

.live-route--droplist .drop-detail::before {
  content: "";
  position: absolute;
  inset: .55rem;
  border: 1px solid rgba(209, 168, 95, .075);
  border-radius: 6px;
  pointer-events: none;
}

.live-route--droplist .drop-detail > * {
  position: relative;
  z-index: 1;
}

.live-route--droplist .drop-detail:focus-visible,
.live-route--droplist .drop-detail__section:focus-visible {
  outline: 2px solid var(--archive-gold-bright);
  outline-offset: 3px;
}

.live-route--droplist .drop-detail.is-switching {
  animation: dropArchiveEnter .3s cubic-bezier(.22, .7, .26, 1) both;
}

.live-route--droplist .droplist-browse-button {
  display: none;
}

.live-route--droplist .drop-detail__header {
  display: grid;
  grid-template-columns: minmax(15rem, .86fr) minmax(17rem, 1.14fr);
  gap: clamp(1.1rem, 2.7vw, 2rem);
  align-items: center;
  margin-bottom: 1.25rem;
}

.live-route--droplist .drop-detail__map-media {
  position: relative;
  width: 100%;
  max-width: 28rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(209, 168, 95, .28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(14, 18, 24, .86), rgba(4, 6, 9, .98)),
    radial-gradient(circle at 50% 45%, rgba(139, 171, 189, .13), transparent 66%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035), 0 18px 38px rgba(0, 0, 0, .3);
}

.live-route--droplist .drop-detail__map-media::before {
  content: "";
  position: absolute;
  inset: .55rem;
  z-index: 2;
  border: 1px solid rgba(209, 168, 95, .1);
  border-radius: 5px;
  pointer-events: none;
}

.live-route--droplist .drop-detail__map-media::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -12%;
  right: 4%;
  left: 4%;
  height: 14%;
  opacity: 0;
  background: linear-gradient(180deg, transparent, rgba(240, 211, 138, .16), transparent);
  pointer-events: none;
}

.live-route--droplist .drop-detail.is-switching .drop-detail__map-media::after {
  animation: dropArchiveScan .72s ease-out both;
}

.live-route--droplist .drop-detail__map-media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: .45rem;
  object-fit: contain;
  filter: saturate(.88) contrast(1.06) brightness(.92);
  transition: transform .45s ease, filter .45s ease;
}

.live-route--droplist .drop-detail__map-media--empty {
  align-content: center;
  gap: .55rem;
  color: rgba(247, 239, 226, .5);
}

.live-route--droplist .drop-detail__map-placeholder {
  display: grid;
  width: 5rem;
  height: 5rem;
  place-items: center;
  border: 1px solid rgba(209, 168, 95, .24);
  border-radius: 50%;
  color: rgba(209, 168, 95, .58);
  font-family: "Copperplate Gothic Bold", "Satoshi", "Segoe UI", sans-serif;
  font-size: 2rem;
  box-shadow: inset 0 0 0 .45rem rgba(209, 168, 95, .035);
}

.live-route--droplist .drop-detail__map-missing {
  color: rgba(199, 215, 224, .52);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.live-route--droplist .drop-detail__copy {
  min-width: 0;
}

.live-route--droplist .drop-detail__copy h2 {
  max-width: 14ch;
  margin: .45rem 0 .6rem;
  color: #f7efe2;
  font-family: "Copperplate Gothic Bold", "Satoshi", "Geist", "Segoe UI", sans-serif;
  font-size: clamp(1.85rem, 3.2vw, 3rem) !important;
  line-height: 1.02;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.live-route--droplist .drop-detail__intro,
.live-route--droplist .drop-detail__notes {
  max-width: 54ch;
  color: rgba(199, 215, 224, .66);
  line-height: 1.6;
}

.live-route--droplist .drop-detail__notes {
  margin: 0 0 .55rem;
  color: #c2d4df;
}

.live-route--droplist .drop-detail__intro {
  margin: 0;
}

.live-route--droplist .drop-detail__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  margin: 1rem 0 0;
}

.live-route--droplist .drop-detail__metrics div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  min-width: 0;
  padding: .62rem .72rem;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 7px;
  background: rgba(255, 255, 255, .028);
}

.live-route--droplist .drop-detail__metrics dt {
  min-width: 0;
  color: rgba(199, 215, 224, .56);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.live-route--droplist .drop-detail__metrics dd {
  margin: 0;
  color: var(--archive-gold-bright);
  font-size: .78rem;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}

.live-route--droplist .droplist-tabs {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 1rem;
}

.live-route--droplist .drop-detail__tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
  gap: .5rem;
}

.live-route--droplist .drop-detail__tab {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 3.2rem;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  padding: .65rem .8rem;
  overflow: hidden;
  border-color: rgba(255, 255, 255, .085);
  background: rgba(255, 255, 255, .03);
  color: rgba(247, 239, 226, .68);
}

.live-route--droplist .drop-detail__tab::after {
  content: "";
  position: absolute;
  right: .7rem;
  bottom: 0;
  left: .7rem;
  height: 2px;
  opacity: 0;
  transform: scaleX(.25);
  background: linear-gradient(90deg, transparent, var(--archive-gold-bright), transparent);
  transition: opacity .18s ease, transform .18s ease;
}

.live-route--droplist .drop-detail__tab span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  font-size: .72rem;
  font-weight: 900;
}

.live-route--droplist .drop-detail__tab strong {
  display: grid;
  min-width: 1.6rem;
  min-height: 1.45rem;
  place-items: center;
  padding: .08rem .28rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, .24);
  color: rgba(247, 239, 226, .7);
  font-size: .64rem;
  font-variant-numeric: tabular-nums;
}

.live-route--droplist .drop-detail__tab.is-active {
  border-color: rgba(209, 168, 95, .38);
  background: linear-gradient(135deg, rgba(209, 168, 95, .15), rgba(209, 168, 95, .05));
  color: #fff4df;
}

.live-route--droplist .drop-detail__tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.live-route--droplist .drop-detail__tab:focus-visible {
  outline: 2px solid var(--archive-gold-bright);
  outline-offset: 2px;
}

.live-route--droplist .drop-detail__sections {
  margin-top: .7rem;
}

.live-route--droplist .drop-detail__section.tab-panel {
  display: none;
  gap: .65rem;
  margin: 0;
  padding: clamp(.85rem, 2vw, 1.15rem);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(9, 12, 17, .78), rgba(13, 16, 22, .58)),
    radial-gradient(circle at 100% 0, rgba(139, 171, 189, .07), transparent 18rem);
}

.live-route--droplist .drop-detail__section.tab-panel.is-active {
  display: grid;
  animation: dropArchivePanel .24s ease both;
}

.live-route--droplist .drop-detail__section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .58rem;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.live-route--droplist .drop-detail__section-top span {
  color: var(--archive-gold);
  font-size: .67rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.live-route--droplist .drop-detail__section-top strong {
  display: grid;
  min-width: 1.9rem;
  min-height: 1.65rem;
  place-items: center;
  border: 1px solid rgba(209, 168, 95, .2);
  border-radius: 999px;
  color: var(--archive-gold-bright);
  font-size: .68rem;
  font-variant-numeric: tabular-nums;
}

.live-route--droplist .drop-detail__section h3 {
  margin: .15rem 0 0;
  color: #f7efe2;
}

.live-route--droplist .drop-lines {
  display: grid;
  gap: .42rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.live-route--droplist .drop-lines li,
.live-route--droplist .drop-lines p {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: .52rem;
  margin: 0;
  padding: .52rem .58rem;
  border: 1px solid rgba(255, 255, 255, .055);
  border-radius: 7px;
  background: rgba(255, 255, 255, .026);
  color: rgba(247, 239, 226, .76);
  line-height: 1.45;
}

.live-route--droplist .drop-line-marker {
  flex: 0 0 auto;
  color: rgba(209, 168, 95, .7);
}

.live-route--droplist .drop-item-chip {
  display: inline-flex;
  min-width: 3.4rem;
  min-height: 1.45rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: .16rem .4rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  color: rgba(247, 239, 226, .7);
  font-size: .6rem;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.live-route--droplist .drop-item-chip--gear { color: #f0d38a; border-color: rgba(240, 211, 138, .28); background: rgba(240, 211, 138, .1); }
.live-route--droplist .drop-item-chip--lapis { color: #9bc7ff; border-color: rgba(155, 199, 255, .28); background: rgba(78, 136, 199, .12); }
.live-route--droplist .drop-item-chip--bag { color: #d7b6ff; border-color: rgba(215, 182, 255, .28); background: rgba(128, 91, 183, .12); }
.live-route--droplist .drop-item-chip--potion { color: #8be0b5; border-color: rgba(139, 224, 181, .28); background: rgba(71, 169, 120, .11); }
.live-route--droplist .drop-item-chip--boss { color: #ffadad; border-color: rgba(255, 173, 173, .28); background: rgba(181, 76, 67, .12); }
.live-route--droplist .drop-item-chip--reward { color: #ffc978; border-color: rgba(255, 201, 120, .28); background: rgba(209, 168, 95, .1); }

.live-route--droplist .drop-item-text {
  min-width: 0;
  overflow-wrap: anywhere;
}

.live-route--droplist .drop-mob-entry {
  display: grid;
  gap: .55rem;
  margin-top: .55rem;
  padding: .72rem;
  border: 1px solid rgba(139, 171, 189, .12);
  border-left-color: rgba(209, 168, 95, .3);
  border-radius: 7px;
  background: rgba(4, 6, 9, .3);
}

.live-route--droplist .drop-mob-entry__name {
  color: #f7efe2;
  font-size: .78rem;
}

.live-route--droplist .drop-empty,
.live-route--droplist .droplist-no-results,
.live-route--droplist .droplist-empty-state,
.live-route--droplist .droplist-noscript {
  margin: 1rem 0 0;
  padding: 1rem;
  border: 1px dashed rgba(209, 168, 95, .24);
  border-radius: 8px;
  background: rgba(209, 168, 95, .055);
  color: rgba(247, 239, 226, .68);
  text-align: center;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .live-route--droplist .droplist-map-button:hover {
    transform: translateX(3px);
    border-color: rgba(209, 168, 95, .22);
    background-color: rgba(209, 168, 95, .065);
  }

  .live-route--droplist .drop-detail__map-media:hover img {
    transform: scale(1.025);
    filter: saturate(1) contrast(1.08) brightness(.98);
  }

  .live-route--droplist .drop-lines li:hover .drop-item-chip,
  .live-route--droplist .drop-lines p:hover .drop-item-chip {
    border-color: rgba(209, 168, 95, .42);
    color: #130f0a;
    background: var(--archive-gold);
  }
}

@media (min-width: 701px) and (max-width: 1060px) {
  .live-route--droplist .droplist-archive {
    grid-template-columns: minmax(0, 1fr);
  }

  .live-route--droplist .droplist-index {
    position: relative;
    top: auto;
  }

  .live-route--droplist .droplist-index__surface {
    min-height: 0;
    max-height: none;
  }

  .live-route--droplist .droplist-map-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-height: 22rem;
  }

  .live-route--droplist .droplist-map-button {
    grid-template-columns: 1.7rem minmax(0, 1fr) auto;
  }

  .live-route--droplist .droplist-details {
    scroll-margin-top: 5.5rem;
  }
}

@media (min-width: 701px) and (max-width: 820px) {
  .live-route--droplist .droplist-toolbar {
    grid-template-columns: minmax(0, 1fr);
  }

  .live-route--droplist .droplist-filter {
    justify-content: flex-start;
  }

  .live-route--droplist .droplist-map-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-route--droplist .drop-detail__header {
    grid-template-columns: minmax(13rem, .76fr) minmax(0, 1.24fr);
  }
}

@media (max-width: 700px) {
  .live-route--droplist .droplist-hero {
    min-height: 15.5rem;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    padding: 1.15rem;
  }

  .live-route--droplist .droplist-hero .page-hero__copy p {
    font-size: .93rem;
  }

  .live-route--droplist .droplist-hero__stats {
    width: 100%;
    min-width: 0;
  }

  .live-route--droplist .droplist-hero__stats > span {
    min-height: 3.7rem;
    padding: .58rem .68rem;
  }

  .live-route--droplist .droplist-toolbar {
    grid-template-columns: minmax(0, 1fr);
    gap: .7rem;
    padding: .78rem;
  }

  .live-route--droplist .droplist-filter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .live-route--droplist .droplist-filter button,
  .live-route--droplist .droplist-clear {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    padding: .55rem .68rem;
  }

  .live-route--droplist .droplist-clear {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .live-route--droplist .tool-result-meta {
    text-align: left;
  }

  .live-route--droplist .droplist-archive {
    display: block;
  }

  .live-route--droplist .droplist-index {
    position: relative;
    top: auto;
  }

  .live-route--droplist .droplist-index > summary {
    display: flex;
    min-height: 3.4rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .72rem .85rem;
    border: 1px solid var(--archive-line-cool);
    border-top-color: var(--archive-line);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(19, 23, 30, .96), rgba(8, 10, 14, .94));
    color: #f7efe2;
    cursor: pointer;
    font-size: .78rem;
    font-weight: 900;
    list-style: none;
  }

  .live-route--droplist .droplist-index > summary::-webkit-details-marker {
    display: none;
  }

  .live-route--droplist .droplist-index > summary::after {
    content: "+";
    color: var(--archive-gold-bright);
    font-size: 1.1rem;
  }

  .live-route--droplist .droplist-index[open] > summary {
    border-radius: 8px 8px 0 0;
  }

  .live-route--droplist .droplist-index[open] > summary::after {
    content: "−";
  }

  .live-route--droplist .droplist-index > summary strong {
    color: rgba(199, 215, 224, .58);
    font-size: .68rem;
    font-variant-numeric: tabular-nums;
  }

  .live-route--droplist .droplist-index__surface {
    min-height: 0;
    max-height: none;
    border-top: 0;
    border-radius: 0 0 8px 8px;
  }

  .live-route--droplist .droplist-index__heading {
    display: none;
  }

  .live-route--droplist .droplist-map-list {
    max-height: min(58vh, 28rem);
    padding: .45rem;
  }

  .live-route--droplist .droplist-map-button {
    min-height: 4rem;
  }

  .live-route--droplist .droplist-details {
    margin-top: .72rem;
    scroll-margin-top: .75rem;
  }

  .live-route--droplist .drop-detail {
    padding: .85rem;
  }

  .live-route--droplist .droplist-browse-button {
    display: inline-flex;
    min-height: 2.65rem;
    margin-bottom: .75rem;
    padding: .45rem .68rem;
    border-color: rgba(209, 168, 95, .22);
    background: rgba(209, 168, 95, .065);
    color: rgba(247, 239, 226, .78);
    font-size: .7rem;
  }

  .live-route--droplist .drop-detail__header {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .live-route--droplist .drop-detail__map-media {
    width: min(100%, 22rem);
    margin-inline: auto;
  }

  .live-route--droplist .drop-detail__copy h2 {
    max-width: none;
    font-size: clamp(1.65rem, 9vw, 2.35rem) !important;
  }

  .live-route--droplist .drop-detail__metrics {
    gap: .4rem;
  }

  .live-route--droplist .drop-detail__metrics div {
    padding: .52rem .58rem;
  }

  .live-route--droplist .drop-detail__tabs {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: .38rem;
  }

  .live-route--droplist .drop-detail__tab {
    display: grid;
    justify-items: center;
    gap: .28rem;
    min-height: 3.4rem;
    padding: .45rem .35rem;
    text-align: center;
  }

  .live-route--droplist .drop-detail__tab span {
    width: 100%;
    font-size: .64rem;
    white-space: normal;
  }

  .live-route--droplist .drop-detail__section.tab-panel {
    padding: .68rem;
  }

  .live-route--droplist .drop-lines li,
  .live-route--droplist .drop-lines p {
    gap: .4rem;
    padding: .48rem;
    font-size: .76rem !important;
  }

  .live-route--droplist .drop-item-chip {
    min-width: 3rem;
    font-size: .56rem;
  }
}

@media (max-width: 360px) {
  .live-route--droplist .droplist-filter {
    grid-template-columns: minmax(0, 1fr);
  }

  .live-route--droplist .droplist-clear {
    grid-column: auto;
  }

  .live-route--droplist .drop-detail__metrics {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-route--droplist .droplist-hero__status i,
  .live-route--droplist .drop-detail.is-switching,
  .live-route--droplist .drop-detail.is-switching .drop-detail__map-media::after,
  .live-route--droplist .drop-detail__section.tab-panel.is-active {
    animation: none !important;
  }

  .live-route--droplist .droplist-filter button::after,
  .live-route--droplist .droplist-map-button,
  .live-route--droplist .droplist-map-button::before,
  .live-route--droplist .droplist-map-button__arrow,
  .live-route--droplist .drop-detail__map-media img,
  .live-route--droplist .drop-detail__tab::after,
  .live-route--droplist .drop-item-chip {
    transition: none !important;
  }
}

@keyframes dropArchiveEnter {
  from { opacity: .35; transform: translateY(.45rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes dropArchivePanel {
  from { opacity: .3; transform: translateY(.24rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes dropArchiveScan {
  0% { top: -12%; opacity: 0; }
  22% { opacity: .9; }
  100% { top: 100%; opacity: 0; }
}

@keyframes dropArchiveStatus {
  0%, 100% { transform: scale(1); opacity: .72; }
  50% { transform: scale(1.16); opacity: 1; }
}
