.district-mobile-picker {
  display: none;
}
.district-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}
body.city-view.district-navigation-ready #app .platform-strip {
  display: none;
}
.district-launcher {
  display: none;
}
.district-navigation-ready #city-views,
.district-navigation-ready .view-tabs,
.district-navigation-ready .navigation-scroll-hint {
  display: none !important;
}
.district-navigation-ready .district-launcher {
  display: flex;
  flex: 1 1 150px;
  gap: 18px;
  align-items: center;
  min-width: 0;
}
#app #explore-districts {
  min-height: 48px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #172728;
  white-space: nowrap;
  background: var(--gold);
}
#current-district {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #fff6e5;
  white-space: nowrap;
}
#app #district-dialog {
  width: min(940px, calc(100vw - 40px));
  max-width: none;
  max-height: min(780px, calc(100dvh - 48px));
  padding: 0;
  overflow: auto;
  color: #fff6e5;
  background: #142727;
  border: 1px solid #e6ecde33;
  border-radius: 18px;
}
#district-dialog::backdrop {
  background: #061313b3;
  backdrop-filter: blur(6px);
}
#app #district-dialog[open] {
  display: flex;
  flex-direction: column;
}
.district-dialog-header,
.district-search-wrap {
  flex-shrink: 0;
}
.district-dialog-header {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 26px 28px 18px;
}
.district-dialog-header p {
  margin: 0 0 7px;
  font-size: 11px;
  color: #ffd75e;
  letter-spacing: 0.14em;
}
#district-dialog h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.04em;
}
#district-dialog #close-districts {
  flex-shrink: 0;
  width: 44px;
  min-height: 44px;
  padding: 0;
  font-size: 24px;
}
.district-search-wrap {
  display: block;
  margin: 0 28px 22px;
}
.district-search-wrap > span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #bbc3c1;
}
#district-dialog #district-search {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 10px 15px;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
  color: #fff6e5;
  background: #0f2021;
  border: 1px solid #839a95;
  border-radius: 9px;
}
#district-dialog #district-search::placeholder {
  color: #bbc3c1;
  opacity: 1;
}
.district-browser {
  display: grid;
  flex: 1;
  grid-template-columns: 240px minmax(0, 1fr);
  height: min(500px, calc(100dvh - 260px));
  min-height: 220px;
  border-top: 1px solid #e6ecde26;
}
#district-list {
  padding: 12px;
  overflow-y: auto;
  border-right: 1px solid #e6ecde26;
}
#district-dialog .district-choice {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  padding: 12px;
  font-size: 13px;
  text-align: left;
  background: transparent;
  border: 0;
}
.district-choice span {
  font-size: 11px;
  color: #bbc3c1;
}
#district-dialog .district-choice[aria-pressed="true"] {
  font-weight: 700;
  color: #172728;
  background: #ffd75e;
}
#district-dialog .district-choice[aria-pressed="true"] span {
  color: #172728;
}
.district-places {
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  overflow-y: auto;
}
.district-place-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
}
#district-dialog h3 {
  margin: 0;
  font-size: 21px;
  letter-spacing: -0.025em;
}
#district-description {
  margin: 8px 0 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #bbc3c1;
}
#district-result-count {
  flex-shrink: 0;
  font-size: 11px;
  color: #bbc3c1;
}
#district-destinations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-content: start;
  min-height: 0;
  overflow: visible;
}
@media (max-width: 375px) {
  #district-destinations {
    grid-template-columns: 1fr;
  }
}
#district-dialog .district-destination,
#district-dialog #kampus-history-open {
  min-height: 76px;
  padding: 14px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  overflow-wrap: anywhere;
  white-space: normal;
  background: #1c3333;
  border: 1px solid #e6ecde2b;
  border-radius: 9px;
}
#district-dialog .district-destination:hover {
  background: #304846;
  border-color: #e6ecde66;
}
#district-dialog .district-destination.current-destination {
  color: #ffd75e;
  background: #ffd75e12;
  border-color: #ffd75e;
}
.destination-district {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 400;
  color: #bbc3c1;
}
#district-dialog [hidden] {
  display: none !important;
}
#district-empty {
  font-size: 14px;
  line-height: 1.6;
  color: #bbc3c1;
}
#district-dialog :is(button, input, select):focus-visible,
#app #explore-districts:focus-visible {
  outline: 2px solid #142727;
  outline-offset: -4px;
  box-shadow: inset 0 0 0 2px #fff6e5;
}
@media (max-width: 767px) {
  #app .bottom-top:has(.district-launcher) {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .district-navigation-ready .district-launcher {
    gap: 6px;
  }
  #app #explore-districts {
    padding: 10px 12px;
    font-size: 12px;
  }
  #current-district {
    display: none;
  }
  #app #district-dialog {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 24px);
    border-radius: 14px;
  }
  .district-dialog-header {
    padding: 20px 18px 12px;
  }
  #district-dialog h2 {
    font-size: 25px;
  }
  .district-search-wrap {
    margin: 0 18px 16px;
  }
  .district-browser {
    grid-template-rows: auto minmax(0, 1fr);
    grid-template-columns: 1fr;
    height: calc(100dvh - 260px);
  }
  #district-list {
    display: none;
  }
  .district-mobile-picker {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px 18px;
    font-size: 12px;
    border-bottom: 1px solid #e6ecde26;
  }
  #district-dialog #district-select {
    width: 100%;
    min-height: 44px;
    font-size: 16px;
    color: #fff6e5;
    background: #1c3333;
    border: 1px solid #839a95;
    border-radius: 8px;
  }
  .district-places {
    padding: 18px;
  }
  #district-destinations {
    gap: 7px;
  }
  #district-dialog .district-destination {
    padding: 12px;
    font-size: 13px;
  }
}
