.discover-page,
html {
  scrollbar-width: none;
}

.discover-page::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.discover-page {
  --home-purple: #5c2ed1;
  --home-purple-deep: #5124c8;
  --home-ink: #17151b;
  --home-muted: #6f6c76;
  --home-line: #dedce2;
  background: #fff;
  color: var(--home-ink);
}

.ui-icon {
  width: 1em;
  height: 1em;
  display: block;
  flex: 0 0 auto;
  overflow: visible;
}

.discover-page .app-shell {
  width: min(100%, 471px);
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

.discover-page .page-content {
  padding: 0 0 74px;
}

.discover-header {
  padding: calc(8px + env(safe-area-inset-top)) 15px 16px;
  background: #fff;
}

.discover-heading {
  height: 32px;
  display: grid;
  grid-template-columns: auto auto 1fr 34px 34px;
  align-items: center;
  gap: 12px;
}

.discover-logo {
  width: 73px;
  height: 22px;
  display: block;
}

.discover-logo img {
  width: 73px;
  height: 22px;
  display: block;
  object-fit: contain;
}

.discover-location {
  margin-left: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111016;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.discover-location > .ui-icon:first-child {
  width: 15px;
  height: 15px;
  stroke-width: 2.2;
}

.discover-location .location-chevron {
  width: 11px;
  height: 11px;
  margin-left: 1px;
}

.location-mark {
  width: 11px;
  height: 14px;
  border: 1.8px solid #111016;
  border-radius: 8px 8px 9px 9px;
  position: relative;
  transform: translateY(-1px);
}

.location-mark::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border: 1.4px solid #111016;
  border-radius: 50%;
  left: 2.5px;
  top: 2.5px;
}

.location-mark::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1.8px solid #111016;
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(45deg);
  left: 1px;
  bottom: -4px;
  background: #fff;
}

.location-chevron {
  width: 7px;
  height: 7px;
  border: solid #111016;
  border-width: 0 1.6px 1.6px 0;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 2px;
}

.discover-bell {
  grid-column: 4;
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
}

.discover-bell > .ui-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 3px;
  top: 3px;
  color: #111016;
  stroke-width: 1.8;
}

.discover-bell span {
  position: absolute;
  width: 16px;
  height: 18px;
  border: 1.8px solid #111016;
  border-radius: 9px 9px 6px 6px;
  border-bottom: 0;
  left: 7px;
  top: 6px;
}

.discover-bell span::before {
  content: '';
  position: absolute;
  left: -3px;
  bottom: -3px;
  width: 20px;
  height: 6px;
  border: 1.8px solid #111016;
  border-width: 0 0 1.8px;
  border-radius: 50%;
}

.discover-bell span::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 2px;
  border-radius: 50%;
  background: #111016;
  bottom: -6px;
  left: 5px;
}

.discover-bell b {
  position: absolute;
  right: 3px;
  top: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f1283d;
  box-shadow: 0 0 0 1.5px #fff;
}

.discover-avatar,
.discover-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
}

.discover-avatar {
  grid-column: 5;
  overflow: hidden;
  border: 1px solid #d3d0d5;
}

.discover-avatar img {
  object-fit: cover;
}

.discover-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 10px;
  margin-top: 7px;
}

.discover-search label,
.discover-filter {
  height: 41px;
  border: 1px solid #d6d3d9;
  border-radius: 9px;
  background: #fff;
}

.discover-search label {
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 13px;
}

.discover-search label > .ui-icon {
  width: 18px;
  height: 18px;
  color: #15131a;
  stroke-width: 2;
}

.discover-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--home-ink);
  background: transparent;
  font-size: 14px;
  letter-spacing: -.15px;
}

.discover-search input::placeholder {
  color: #74727b;
  opacity: 1;
}

.search-mark {
  width: 14px;
  height: 14px;
  border: 1.8px solid #15131a;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}

.search-mark::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 1.8px;
  background: #15131a;
  transform: rotate(48deg);
  right: -5px;
  bottom: -3px;
  border-radius: 2px;
}

.discover-filter {
  padding: 0;
  position: relative;
  display: grid;
  place-items: center;
}

.discover-filter > .ui-icon {
  width: 21px;
  height: 21px;
  color: #19171e;
  stroke-width: 1.8;
}

.discover-filter span {
  display: block;
  height: 1.5px;
  margin: 3px 0;
  background: #19171e;
  position: relative;
}

.discover-filter span::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1.4px solid #19171e;
  border-radius: 50%;
  background: #fff;
  top: -2.5px;
}

.discover-filter span:nth-child(1)::after,
.discover-filter span:nth-child(3)::after { right: 3px; }
.discover-filter span:nth-child(2)::after { left: 3px; }

.discover-chips {
  margin-top: 9px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  margin-right: -15px;
  padding-right: 15px;
}

.discover-chips::-webkit-scrollbar,
.discover-artists::-webkit-scrollbar { display: none; }

.discover-chip {
  width: 54px;
  height: 31px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #e0dee4;
  border-radius: 18px;
  background: #fff;
  font-size: 10.5px;
  white-space: nowrap;
}

.discover-chip.is-active {
  width: 68px;
  padding: 0;
  color: #fff;
  background: linear-gradient(110deg, #6939d3, #5328cb);
  border-color: transparent;
}

.discover-chip > .ui-icon {
  width: 12px;
  height: 12px;
  stroke-width: 2;
}

.discover-chip:nth-child(2) { width: 84px; }
.discover-chip:nth-child(5) { width: 82px; }

.chip-clock {
  width: 11px;
  height: 11px;
  border: 1px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.chip-clock::before,
.chip-clock::after {
  content: '';
  position: absolute;
  left: 4.5px;
  top: 2px;
  width: 1px;
  height: 3.5px;
  background: currentColor;
  transform-origin: bottom;
}

.chip-clock::after { transform: rotate(120deg); }

.discover-content {
  padding: 0 14px;
}

.discover-section-heading {
  min-height: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.discover-section-heading h1 {
  margin: 0 0 2px;
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: -.35px;
  font-weight: 780;
}

.discover-section-heading p {
  margin: 0;
  color: #74717a;
  font-size: 11px;
  font-size: 10.5px;
  line-height: 1.15;
}

.info-mark {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin-top: -1px;
  border: 1.5px solid #77737c;
  border-radius: 50%;
  color: #77737c;
  border: 0;
}

.info-mark .ui-icon {
  width: 17px;
  height: 17px;
  stroke-width: 2;
}

.discover-map {
  display: block;
  width: 100%;
  height: 259px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 7px 18px rgba(32, 28, 38, .08);
  background: #f5f5f1 url('../images/home-map.png') center/cover no-repeat;
}

.discover-map-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.discover-map .leaflet-tile-pane {
  filter: grayscale(.38) saturate(.18) brightness(1.48) contrast(.53);
  opacity: .58;
}

.discover-map .leaflet-tile-pane::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 500;
  background: rgba(255, 255, 255, .38);
  pointer-events: none;
}

.discover-map .leaflet-control-attribution {
  max-width: 126px;
  padding: 1px 4px;
  overflow: hidden;
  border-radius: 4px 0 0 0;
  background: rgba(255,255,255,.72);
  color: #6f6b76;
  font-size: 6px;
  line-height: 1.2;
  white-space: nowrap;
}

.discover-map .leaflet-control-attribution a { color: #5b32cc; }

.discover-map .leaflet-control-container { font-family: inherit; }

.zician-locate-control {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111016;
  box-shadow: 0 4px 13px rgba(35,31,42,.18);
}

.zician-locate-control .ui-icon { width: 21px; height: 21px; stroke-width: 2; }

.zician-marker-shell {
  border: 0;
  background: transparent;
}

.zician-map-marker {
  width: 36px;
  height: 43px;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: transform .16s ease;
}

.zician-map-marker::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 13px;
  top: 30px;
  transform: rotate(45deg);
  border-radius: 0 0 3px 0;
  background: #5c2ed1;
  z-index: 0;
}

.zician-map-marker img {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: block;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  outline: 2px solid #5c2ed1;
  box-shadow: 0 3px 10px rgba(55,38,95,.22);
}

.zician-map-marker.is-selected {
  z-index: 3;
  transform: scale(1.16);
}
.zician-map-marker.is-selected img { outline-width: 3px; }

.map-updating {
  position: absolute;
  z-index: 500;
  inset: auto 10px 10px auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #5c2ed1;
  font-size: 9px;
  box-shadow: 0 3px 10px rgba(30,25,38,.12);
  opacity: 0;
  transform: translateY(4px);
  transition: .18s ease;
  pointer-events: none;
}

.map-updating.is-visible { opacity: 1; transform: none; }

.discover-results {
  min-height: 34px;
  margin-top: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.results-copy {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.results-copy p {
  margin: 0;
  color: #4f4c55;
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
}

.results-copy strong {
  color: var(--home-purple);
  font-size: 14px;
}

.results-copy small {
  display: block;
  color: #797680;
  font-size: 10px;
  margin-top: 2px;
}

.results-mark {
  width: 15px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 1px;
  display: block;
  color: #16141a;
  stroke-width: 1.8;
}

.results-mark i {
  display: block;
  height: 1.5px;
  background: #16141a;
  border-radius: 2px;
  position: relative;
}

.results-mark i::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border: 1px solid #16141a;
  border-radius: 50%;
  top: -1.7px;
  background: #fff;
}
.results-mark i:nth-child(odd)::before { left: 2px; }
.results-mark i:nth-child(even)::before { right: 2px; }

.realtime {
  min-width: 144px;
  min-height: 28px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #e3e1e6;
  border-radius: 16px;
  color: #17151b;
  font-size: 9px;
  white-space: nowrap;
}

.realtime i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #55bc2b;
}

.discover-artists {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 149px;
  gap: 13px;
  margin: 10px -14px 0;
  padding: 0 14px 3px;
  overflow-x: auto;
  scrollbar-width: none;
}

.discover-artist-card {
  height: 217px;
  overflow: hidden;
  border: 1px solid #e7e4e9;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 5px 12px rgba(28, 23, 35, .08);
}

.discover-artist-photo {
  height: 116px;
  display: block;
  overflow: hidden;
  background: #17110d;
}

.discover-artist-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.discover-artist-card:nth-child(3) .discover-artist-photo img {
  width: 133.5px;
  object-position: left center;
}

.discover-artist-body {
  padding: 6px 8px 5px;
}

.discover-artist-name {
  display: block;
  overflow: hidden;
  color: #111016;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.25px;
  white-space: nowrap;
  text-overflow: clip;
}

.discover-artist-style,
.discover-artist-place,
.discover-artist-price {
  margin: 0;
  white-space: nowrap;
}

.discover-artist-style {
  margin-top: 5px;
  overflow: hidden;
  color: #6e6a74;
  font-size: 10px;
  line-height: 1;
  text-overflow: clip;
}

.discover-artist-place {
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6e6a74;
  font-size: 10px;
  line-height: 1;
}

.discover-artist-place .ui-icon {
  width: 10px;
  height: 10px;
  color: #6533dd;
  stroke-width: 2.2;
}

.tiny-pin {
  width: 8px;
  height: 10px;
  border: 1.4px solid #6533dd;
  border-radius: 6px 6px 7px 7px;
  position: relative;
  transform: translateY(-1px);
}

.tiny-pin::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  border: 1px solid #6533dd;
  border-radius: 50%;
  left: 1.5px;
  top: 1.5px;
}

.discover-artist-price {
  margin-top: 5px;
  color: #151319;
  font-size: 11px;
  line-height: 1;
  font-weight: 550;
}

.discover-media-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 5px;
}

.discover-media-actions button,
.discover-media-actions a {
  height: 21px;
  min-width: 0;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #e1dfe4;
  border-radius: 7px;
  background: #fff;
  color: #19171e;
  font-size: 8px;
  white-space: nowrap;
}

.discover-media-actions .ui-icon {
  width: 12px;
  height: 12px;
  stroke-width: 2;
}

.dynamic-photo {
  position: relative;
  background-image: url('../images/artists-sprite.png');
  background-size: 200% 200%;
  background-repeat: no-repeat;
}

.dynamic-photo.p1 { background-position: 0 0; }
.dynamic-photo.p2 { background-position: 100% 0; }
.dynamic-photo.p3 { background-position: 0 100%; }
.dynamic-photo.p4 { background-position: 100% 100%; }

.dynamic-distance,
.dynamic-rating,
.dynamic-play {
  position: absolute;
  z-index: 2;
}

.dynamic-distance {
  left: 7px;
  top: 7px;
  padding: 4px 6px;
  border-radius: 5px;
  background: #f1edff;
  color: #5c2ed1;
  font-size: 8px;
  font-weight: 650;
}

.dynamic-rating {
  right: 7px;
  top: 7px;
  color: #fff;
  font-size: 9px;
  text-shadow: 0 1px 4px #000;
}

.dynamic-rating b { color: #ffc226; font-size: 13px; }

.dynamic-play {
  left: 8px;
  bottom: 8px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #111016;
}

.dynamic-play::before {
  content: '';
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
}

.map-empty {
  width: calc(100vw - 28px);
  max-width: 443px;
  min-height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px dashed #cfc8df;
  border-radius: 10px;
  color: #5c2ed1;
  background: #faf9fd;
  font-size: 12px;
}

.map-empty span { color: #77737e; font-size: 10px; }

.headphones {
  font-size: 14px;
  font-weight: 700;
  transform: translateY(1px);
}

.video-mark {
  font-size: 11px;
}

.discover-all {
  height: 35px;
  margin-top: 8px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(105deg, #6336d1, #4c26c8);
  box-shadow: 0 7px 16px rgba(78, 36, 192, .18);
}

.discover-all strong {
  font-size: 14px;
  white-space: nowrap;
}

.list-mark {
  justify-self: end;
  margin-right: 14px;
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

.cta-chevron {
  width: 16px;
  height: 16px;
  justify-self: end;
  stroke-width: 2;
}

.discover-nav {
  position: fixed;
  z-index: 60;
  left: 50%;
  bottom: 0;
  width: min(100%, 471px);
  height: calc(38px + env(safe-area-inset-bottom));
  padding: 1px 17px env(safe-area-inset-bottom);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ebe9ed;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 -5px 16px rgba(30, 25, 38, .03);
}

.discover-nav a {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #615e67;
  position: relative;
}

.discover-nav small {
  font-size: 10px;
  line-height: 1;
}

.discover-nav .ui-icon {
  width: 21px;
  height: 21px;
  stroke-width: 1.7;
}

.discover-nav a.is-active .ui-icon {
  fill: currentColor;
  stroke-width: 2;
}

.discover-nav a.is-active {
  color: var(--home-purple);
  font-weight: 700;
}

.nav-heart {
  font-size: 27px;
  line-height: 18px;
}

.nav-home,
.nav-calendar,
.nav-message,
.nav-profile {
  width: 19px;
  height: 19px;
  position: relative;
  display: block;
}

.nav-home::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 14px;
  left: 1px;
  top: 4px;
  border-radius: 3px;
  background: currentColor;
}

.nav-home::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  left: 3px;
  top: -1px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 3px 0 0;
}

.nav-calendar {
  border: 1.5px solid currentColor;
  border-radius: 4px;
}

.nav-calendar::before {
  content: '';
  position: absolute;
  left: -1.5px;
  right: -1.5px;
  top: 4px;
  border-top: 1.5px solid currentColor;
}

.nav-calendar::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 4px;
  left: 4px;
  top: -3px;
  border-left: 1.5px solid currentColor;
  box-shadow: 8px 0 0 -0.2px currentColor;
}

.nav-message {
  border: 1.5px solid currentColor;
  border-radius: 5px;
}

.nav-message::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: 3px;
  bottom: -3px;
  border: solid currentColor;
  border-width: 0 0 1.5px 1.5px;
  transform: skewY(-35deg);
  background: #fff;
}

.nav-message::after {
  content: '···';
  position: absolute;
  top: -7px;
  left: 3px;
  font-size: 14px;
  letter-spacing: 1px;
}

.has-notification::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 1px;
  right: 17px;
  border-radius: 50%;
  background: var(--home-purple);
}

.nav-profile::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  left: 5px;
  top: 0;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.nav-profile::after {
  content: '';
  position: absolute;
  width: 17px;
  height: 8px;
  left: 0;
  bottom: 0;
  border: 1.5px solid currentColor;
  border-radius: 10px 10px 3px 3px;
}

@media (max-width: 370px) {
  .discover-heading { gap: 8px; }
  .discover-logo { font-size: 24px; }
  .discover-location { font-size: 13px; }
  .discover-section-heading h1 { font-size: 15px; }
  .discover-results { align-items: center; }
  .results-copy small { display: none; }
  .realtime { padding-inline: 8px; font-size: 9px; }
}
.zician-district-label {
  border: 0;
  background: transparent;
  color: #6f6c76;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .03em;
  text-align: center;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
  white-space: nowrap;
}
