:root {
  --bg-night: #1b1411;
  --bg-deep: #2d1d18;
  --bg-wine: #5b231e;
  --parchment: #ead9b5;
  --parchment-soft: #f5ecd9;
  --gold: #d4ab58;
  --gold-bright: #f4d58e;
  --ink: #21160f;
  --muted: #6e5a44;
  --accent: #a63b2d;
  --line: rgba(95, 52, 33, 0.24);
  --shadow: 0 18px 50px rgba(9, 7, 6, 0.34);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: #1c100d;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  padding-bottom: calc(124px + env(safe-area-inset-bottom, 0px));
  font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", sans-serif;
  color: var(--parchment-soft);
  background-color: #1c100d;
  background:
    radial-gradient(circle at 72% 0%, rgba(244, 213, 142, 0.14), transparent 26%),
    linear-gradient(120deg, rgba(12, 9, 8, 0.96), rgba(46, 19, 16, 0.9) 34%, rgba(25, 14, 11, 0.98) 64%),
    linear-gradient(180deg, #1c100d 0%, var(--bg-night) 35%, #120d0a 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, transparent, black 20%, black 80%, transparent);
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 56px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(120deg, rgba(12, 9, 8, 0.9), rgba(46, 19, 16, 0.82)),
    radial-gradient(circle at 80% 20%, rgba(244, 213, 142, 0.18), transparent 25%),
    linear-gradient(180deg, rgba(88, 35, 30, 0.45), rgba(27, 20, 17, 0.92));
  box-shadow: var(--shadow);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -60px -120px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(244, 213, 142, 0.3), rgba(166, 59, 45, 0.04) 55%, transparent 70%);
  filter: blur(8px);
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  max-width: none;
}

.hero__image-wrap {
  position: relative;
}

.hero__image-wrap picture {
  display: block;
}

.eyebrow {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.eyebrow--dark {
  color: #8c5d22;
}

.panel--spotlight .eyebrow {
  font-size: 0.92rem;
}

.hero h1 {
  font-family: Baskerville, "Palatino Linotype", "Book Antiqua", serif;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: 0.02em;
}

.hero__title-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1080 / 474;
  border-radius: 24px;
  border: 1px solid rgba(244, 213, 142, 0.2);
  box-shadow: 0 18px 40px rgba(7, 6, 5, 0.28);
  object-fit: cover;
}

.hero__kiss-hotspot {
  position: absolute;
  left: 50%;
  top: 57%;
  width: 17%;
  height: 36%;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.hero__kiss-hotspot:focus-visible {
  outline: 2px solid rgba(244, 213, 142, 0.75);
  outline-offset: 2px;
}

.hero__intro {
  margin: -2px auto 2px;
  width: 100%;
  max-width: 62ch;
  font-size: 1.06rem;
  line-height: 1.25;
  color: rgba(245, 236, 217, 0.88);
  text-align: center;
}

.hero__ticker {
  overflow: hidden;
  white-space: nowrap;
}

.hero__ticker-track {
  display: inline-block;
  min-width: 100%;
  will-change: transform;
}

.hero__ticker--live .hero__ticker-track {
  min-width: max-content;
  animation: hero-ticker-scroll 22s linear infinite;
}

@keyframes hero-ticker-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__ticker--live {
    white-space: normal;
  }

  .hero__ticker--live .hero__ticker-track {
    min-width: 100%;
    animation: none;
  }
}

.hero__actions,
.day-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chip,
.hero__select {
  border: 0;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.chip:hover,
.hero__select:hover {
  transform: translateY(-1px);
}

.hero__day-picker {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 14px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(244, 213, 142, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  backdrop-filter: blur(10px);
}

.hero__day-picker--inline {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding-block: 12px;
}

.hero__picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero__day-label {
  flex: 1 1 auto;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 213, 142, 0.84);
}

.hero__icon-button {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(244, 213, 142, 0.34);
  border-radius: 999px;
  text-decoration: none;
  line-height: 0;
  color: var(--gold-bright);
  background: linear-gradient(180deg, rgba(244, 213, 142, 0.24), rgba(255, 255, 255, 0.06));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 8px 18px rgba(13, 8, 7, 0.22);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.hero__icon-button:hover {
  transform: translateY(-1px);
  border-color: rgba(244, 213, 142, 0.56);
  background: linear-gradient(180deg, rgba(244, 213, 142, 0.34), rgba(255, 255, 255, 0.09));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 10px 22px rgba(13, 8, 7, 0.28);
}

.hero__icon-button:focus-visible {
  outline: 2px solid rgba(244, 213, 142, 0.5);
  outline-offset: 2px;
}

.hero__icon-button svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hero__icon-artwork {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.hero__select-wrap {
  display: block;
  position: relative;
}

.hero__select-wrap::after {
  content: "▾";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: var(--gold-bright);
  font-size: 1rem;
  pointer-events: none;
}

.hero__select {
  display: block;
  width: 100%;
  padding: 11px 46px 11px 16px;
  border-radius: 18px;
  font: inherit;
  font-weight: 700;
  color: var(--parchment-soft);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(244, 213, 142, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  appearance: none;
  -webkit-appearance: none;
}

.hero__select--gold {
  color: var(--gold-bright);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero__select option {
  letter-spacing: normal;
  text-transform: none;
}

.hero__select:focus {
  outline: 2px solid rgba(244, 213, 142, 0.5);
  outline-offset: 2px;
}

.panel {
  backdrop-filter: blur(10px);
}

.next-card__label {
  display: block;
  margin-bottom: 14px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 213, 142, 0.92);
}

.app-frame {
  display: grid;
  gap: 22px;
  margin-top: 14px;
}

.app-load-state {
  margin-top: 0;
}

.panel {
  padding: 28px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(245, 236, 217, 0.98), rgba(232, 215, 182, 0.96));
  color: var(--ink);
  box-shadow: var(--shadow);
}

.panel--spotlight {
  background:
    radial-gradient(circle at 80% 18%, rgba(244, 213, 142, 0.26), transparent 28%),
    radial-gradient(circle at 18% 100%, rgba(212, 171, 88, 0.12), transparent 34%),
    linear-gradient(120deg, rgba(42, 22, 16, 0.92), rgba(96, 44, 28, 0.84)),
    linear-gradient(180deg, rgba(126, 66, 33, 0.32), rgba(33, 18, 13, 0.92));
  color: var(--parchment-soft);
}

.panel--spotlight .eyebrow {
  color: rgba(244, 213, 142, 0.92);
}

.panel--map .eyebrow {
  color: #8c5d22;
}

.spotlight-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.next-card {
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(102, 28, 23, 0.94), rgba(60, 20, 18, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
  color: var(--parchment-soft);
  border-color: rgba(244, 213, 142, 0.18);
}

.next-card__list {
  display: grid;
  gap: 12px;
}

.next-card__item {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.08);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.next-card__item--active {
  background: rgba(244, 213, 142, 0.14);
  border-color: rgba(244, 213, 142, 0.24);
  box-shadow: 0 12px 24px rgba(13, 8, 7, 0.2);
}

.next-card__row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.next-card__row--empty {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 6px;
}

.next-card__time {
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 1rem;
  color: var(--gold-bright);
  white-space: nowrap;
}

.next-card__name {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--parchment-soft);
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-card__detail {
  padding: 0 16px 16px;
}

.next-card__detail-title,
.next-card__detail-text {
  margin: 0;
}

.next-card__detail-title {
  padding-top: 12px;
  border-top: 1px solid rgba(244, 213, 142, 0.18);
  font-size: 0.84rem;
  font-weight: 700;
  color: rgba(244, 213, 142, 0.84);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.next-card__detail-text {
  margin-top: 8px;
  line-height: 1.55;
  color: rgba(245, 236, 217, 0.92);
}

.next-card__toggle {
  flex: 0 0 auto;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  color: var(--gold-bright);
  font-size: 1.18rem;
  line-height: 1;
  justify-self: end;
  transform: rotate(0deg);
  transition: transform 180ms ease;
}

.next-card__toggle--active {
  transform: rotate(180deg);
}

.panel--map {
  background:
    radial-gradient(circle at 82% 18%, rgba(244, 213, 142, 0.22), transparent 28%),
    radial-gradient(circle at 18% 100%, rgba(212, 171, 88, 0.1), transparent 34%),
    linear-gradient(120deg, rgba(42, 22, 16, 0.92), rgba(96, 44, 28, 0.84)),
    linear-gradient(180deg, rgba(126, 66, 33, 0.28), rgba(33, 18, 13, 0.92));
  color: var(--parchment-soft);
}

.map-card {
  display: grid;
  gap: 14px;
  width: 100%;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(244, 213, 142, 0.14);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  cursor: pointer;
  text-align: left;
}

.map-card__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(244, 213, 142, 0.1);
  background: white;
}

.map-card__hint {
  font-size: 0.9rem;
  font-weight: 800;
  color: rgba(244, 213, 142, 0.92);
}

.plan-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: calc(36px + env(safe-area-inset-top, 0px)) 10px calc(24px + env(safe-area-inset-bottom, 0px));
  overflow: auto;
}

.plan-modal[hidden] {
  display: none;
}

.feedback-modal {
  position: fixed;
  inset: 0;
  z-index: 45;
}

.feedback-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 8, 7, 0.72);
  backdrop-filter: blur(8px);
}

.feedback-modal__sheet {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(560px, calc(100% - 20px));
  margin: min(16vh, 120px) auto 0;
  padding: 20px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 80% 18%, rgba(244, 213, 142, 0.24), transparent 30%),
    linear-gradient(120deg, rgba(42, 22, 16, 0.96), rgba(96, 44, 28, 0.88)),
    linear-gradient(180deg, rgba(126, 66, 33, 0.22), rgba(33, 18, 13, 0.94));
  color: var(--parchment-soft);
  box-shadow: 0 20px 50px rgba(8, 6, 5, 0.34);
}

.feedback-modal__close {
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-radius: 18px;
  font: inherit;
  font-weight: 800;
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  cursor: pointer;
}

.feedback-modal__footer {
  display: grid;
  gap: 8px;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(244, 213, 142, 0.12);
}

.feedback-modal__eyebrow {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 213, 142, 0.92);
}

.feedback-modal__title {
  margin: 0;
  font-family: Baskerville, "Palatino Linotype", "Book Antiqua", serif;
  font-size: clamp(1.7rem, 4vw, 2.3rem);
  line-height: 1.05;
}

.feedback-modal__text {
  margin: 0;
  line-height: 1.58;
  color: rgba(245, 236, 217, 0.9);
}

.feedback-modal__grades {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.feedback-modal__grade {
  padding: 16px 0;
  border: 1px solid rgba(244, 213, 142, 0.16);
  border-radius: 18px;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--parchment-soft);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.feedback-modal__grade:hover {
  transform: translateY(-1px);
}

.feedback-modal__grade--active,
.feedback-modal__grade:focus-visible {
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border-color: transparent;
  outline: none;
  box-shadow: 0 10px 22px rgba(212, 171, 88, 0.2);
}

.feedback-modal__hint {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(244, 213, 142, 0.12);
  background: rgba(255, 255, 255, 0.06);
  line-height: 1.55;
  color: rgba(245, 236, 217, 0.9);
}

.feedback-modal__field {
  display: grid;
  gap: 8px;
}

.feedback-modal__field-label {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 213, 142, 0.92);
}

.feedback-modal__textarea {
  width: 100%;
  min-height: 118px;
  padding: 14px 16px;
  border: 1px solid rgba(244, 213, 142, 0.16);
  border-radius: 18px;
  font: inherit;
  line-height: 1.5;
  resize: vertical;
  color: var(--parchment-soft);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.feedback-modal__textarea::placeholder {
  color: rgba(245, 236, 217, 0.52);
}

.feedback-modal__textarea:focus {
  outline: 2px solid rgba(244, 213, 142, 0.5);
  outline-offset: 2px;
}

.feedback-modal__actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(244, 213, 142, 0.12);
}

.feedback-modal__action {
  display: block;
  padding: 14px 16px;
  border: 0;
  border-radius: 18px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.feedback-modal__view[hidden],
.feedback-modal__action[hidden] {
  display: none !important;
}

.feedback-modal__action--primary {
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
}

.feedback-modal__action--secondary {
  color: var(--parchment-soft);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(244, 213, 142, 0.14);
}

.feedback-modal__action--tertiary {
  color: rgba(245, 236, 217, 0.82);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(244, 213, 142, 0.1);
}

.feedback-toast {
  position: fixed;
  z-index: 60;
  left: 50%;
  bottom: calc(146px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  width: min(420px, calc(100% - 24px));
  padding: 12px 16px;
  border-radius: 18px;
  text-align: center;
  font-weight: 800;
  color: var(--ink);
  border: 1px solid rgba(244, 213, 142, 0.2);
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 249, 227, 0.34), transparent 34%),
    linear-gradient(180deg, var(--gold-bright), var(--gold));
  box-shadow:
    0 16px 34px rgba(9, 7, 6, 0.26),
    0 6px 20px rgba(212, 171, 88, 0.24);
}

.plan-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 8, 7, 0.78);
  backdrop-filter: blur(8px);
}

.plan-modal__sheet {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(1180px, calc(100% - 20px));
  max-height: calc(100vh - 72px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  margin: 0;
  padding: 16px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(245, 236, 217, 0.98), rgba(232, 215, 182, 0.96));
  box-shadow: 0 20px 50px rgba(8, 6, 5, 0.34);
}

.plan-modal__close {
  justify-self: end;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
}

.plan-modal__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 110px);
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  background: white;
}

.artists-page__frame {
  margin-top: 0;
}

.panel--artists-directory {
  background:
    radial-gradient(circle at 82% 18%, rgba(244, 213, 142, 0.18), transparent 28%),
    radial-gradient(circle at 18% 100%, rgba(212, 171, 88, 0.08), transparent 34%),
    linear-gradient(120deg, rgba(42, 22, 16, 0.94), rgba(87, 39, 23, 0.9)),
    linear-gradient(180deg, rgba(126, 66, 33, 0.22), rgba(33, 18, 13, 0.92));
  color: var(--parchment-soft);
}

.artists-page__head {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
}

.artists-page__title {
  margin: 8px 0 0;
  font-size: clamp(1.9rem, 7vw, 2.8rem);
  line-height: 0.95;
}

.artists-page__intro {
  margin: 10px 0 0;
  max-width: 42rem;
  font-size: 1.02rem;
  color: rgba(247, 238, 220, 0.9);
}

.artists-page__back {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(244, 213, 142, 0.18);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(247, 211, 119, 1), rgba(226, 184, 93, 1));
}

.artists-page__back:hover,
.artists-page__back:focus,
.artists-page__back:visited {
  color: var(--ink);
  text-decoration: none;
}

.artists-directory {
  display: grid;
  gap: 18px;
}

.artists-page__footer {
  display: flex;
  justify-content: flex-start;
  margin-top: 22px;
}

.artist-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(244, 213, 142, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.artist-card:hover {
  transform: translateY(-1px);
  border-color: rgba(244, 213, 142, 0.2);
}

.artist-card:focus-visible {
  outline: 2px solid rgba(244, 213, 142, 0.52);
  outline-offset: 3px;
}

.artist-card--active {
  border-color: rgba(244, 213, 142, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at 82% 24%, rgba(244, 213, 142, 0.12), transparent 32%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 18px 42px rgba(10, 7, 6, 0.2);
}

.artist-card__title {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 6vw, 2rem);
  line-height: 0.96;
}

.artist-card__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(247, 238, 220, 0.94);
}

.artist-card__schedule {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(244, 213, 142, 0.14);
}

.artist-card__schedule-eyebrow {
  margin: 0 0 10px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 213, 142, 0.86);
}

.artist-card__schedule-day + .artist-card__schedule-day {
  margin-top: 16px;
}

.artist-card__schedule-day-title {
  margin: 0 0 8px;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(247, 238, 220, 0.96);
}

.artist-card__appearance-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.artist-card__appearance {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(244, 213, 142, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.artist-card__time {
  font-weight: 800;
  color: rgba(244, 213, 142, 0.94);
}

.artist-card__place {
  color: rgba(247, 238, 220, 0.94);
}

.artist-card__schedule-empty {
  margin: 0;
  color: rgba(247, 238, 220, 0.9);
  line-height: 1.55;
}

.panel--privacy .artists-page__title {
  line-height: 1.02;
}

.panel--tracking .artists-page__title {
  line-height: 1.02;
}

.tracking-head__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}

.tracking-head__logout {
  border: 0;
  cursor: pointer;
}

.tracking-login {
  display: grid;
  gap: 14px;
  max-width: 460px;
}

.tracking-login__field {
  display: grid;
  gap: 8px;
}

.tracking-login__input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(244, 213, 142, 0.16);
  border-radius: 18px;
  font: inherit;
  font-size: 1rem;
  color: var(--parchment-soft);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.tracking-login__input:focus {
  outline: 2px solid rgba(244, 213, 142, 0.5);
  outline-offset: 2px;
}

.tracking-login__error {
  margin: 0;
  color: #ffd6cb;
  font-weight: 700;
}

.tracking-login__submit {
  border: 0;
  cursor: pointer;
}

.tracking-toolbar {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.tracking-toolbar__select {
  max-width: 240px;
}

.tracking-toolbar__updated {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(247, 238, 220, 0.78);
}

.tracking-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.tracking-summary__card {
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(244, 213, 142, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.tracking-summary__label {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 213, 142, 0.84);
}

.tracking-summary__value {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.8rem, 6vw, 2.4rem);
  line-height: 1;
}

.tracking-dashboard {
  display: grid;
  gap: 16px;
}

.tracking-card {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(244, 213, 142, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.tracking-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.tracking-card__title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
}

.tracking-card__total {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
}

.tracking-card__list {
  display: grid;
  gap: 8px;
}

.tracking-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.tracking-card__label {
  min-width: 0;
  font-size: 0.96rem;
  color: rgba(247, 238, 220, 0.92);
}

.tracking-card__count {
  flex: 0 0 auto;
  font-weight: 800;
  color: var(--gold-bright);
}

.tracking-card__empty {
  margin: 0;
  font-size: 0.96rem;
  color: rgba(247, 238, 220, 0.72);
}

.tracking-comment {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.tracking-comment__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.tracking-comment__grade {
  flex: 0 0 auto;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
}

.tracking-comment__time {
  font-size: 0.82rem;
  color: rgba(247, 238, 220, 0.68);
}

.tracking-comment__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(247, 238, 220, 0.94);
  white-space: pre-wrap;
}

.admin-page {
  display: grid;
  gap: 24px;
}

.admin-file-warning {
  width: min(720px, calc(100% - 32px));
  margin: 24px auto;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-tabs__button {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(244, 213, 142, 0.2);
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  color: rgba(247, 238, 220, 0.9);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.admin-tabs__button--active {
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
}

.admin-panel {
  display: grid;
  gap: 18px;
}

.admin-panel[hidden],
[hidden] {
  display: none !important;
}

.admin-field {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.admin-textarea {
  width: 100%;
  min-height: 132px;
  padding: 14px 16px;
  border: 1px solid rgba(244, 213, 142, 0.16);
  border-radius: 18px;
  font: inherit;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--parchment-soft);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  resize: vertical;
}

.admin-textarea:focus {
  outline: 2px solid rgba(244, 213, 142, 0.5);
  outline-offset: 2px;
}

.admin-action-button {
  margin-top: 14px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}

.admin-action-button--danger {
  background: linear-gradient(180deg, rgba(119, 42, 35, 0.94), rgba(83, 25, 22, 0.94));
  color: var(--parchment-soft);
}

.admin-data-list {
  display: grid;
  gap: 10px;
}

.tracking-card--wide {
  grid-column: 1 / -1;
}

.admin-bar {
  display: grid;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.admin-bar[open] {
  background: rgba(255, 255, 255, 0.09);
}

.admin-bar__summary {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(90px, 1fr) auto;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.admin-bar__summary::-webkit-details-marker {
  display: none;
}

.admin-bar strong {
  min-width: 0;
  color: rgba(247, 238, 220, 0.92);
}

.admin-bar__track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(15, 10, 8, 0.42);
}

.admin-bar__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
}

.admin-rating-summary {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px 8px;
  text-align: right;
}

.admin-rating-stars {
  color: var(--gold-bright);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.admin-bar__remarks {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(244, 213, 142, 0.12);
}

.admin-bar__remarks p {
  display: grid;
  gap: 3px;
  margin: 0;
  color: rgba(247, 238, 220, 0.78);
}

.admin-bar__remarks strong {
  color: var(--gold-bright);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tracking-card__subtitle {
  margin: 18px 0 8px;
  color: var(--gold-bright);
  font-size: 0.9rem;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-word-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(244, 213, 142, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.admin-word-cloud__term {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 999px;
  color: rgba(255, 248, 226, 0.92);
  font-size: calc(0.72rem * var(--word-weight, 1));
  font-weight: 900;
  background: rgba(244, 213, 142, 0.1);
}

.admin-survey-map {
  display: block;
}

.admin-survey-map__canvas {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(244, 213, 142, 0.15);
  border-radius: 22px;
  background: #d4c2a0;
  box-shadow: inset 0 0 0 1px rgba(255, 248, 226, 0.1), 0 18px 34px rgba(0, 0, 0, 0.24);
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.admin-survey-map__canvas--dragging {
  cursor: grabbing;
}

.admin-survey-map__tile-layer,
.admin-survey-map__marker-layer {
  position: absolute;
  inset: 0;
}

.admin-survey-map__tile {
  position: absolute;
  z-index: 0;
  width: 256px;
  height: 256px;
  user-select: none;
  -webkit-user-drag: none;
}

.admin-survey-map__controls {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 5;
  display: flex;
  gap: 6px;
  align-items: center;
}

.admin-survey-map__controls button {
  min-width: 36px;
  min-height: 36px;
  border: 1px solid rgba(255, 248, 226, 0.34);
  border-radius: 999px;
  color: #24130e;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 1000;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.admin-survey-map__controls button:last-child {
  padding: 0 12px;
}

.admin-survey-map__label {
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 4;
  max-width: calc(100% - 180px);
  padding: 8px 11px;
  border-radius: 999px;
  color: rgba(255, 248, 226, 0.96);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(34, 20, 16, 0.72);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.admin-survey-map__marker {
  --marker-size: 18px;
  position: absolute;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  width: var(--marker-size);
  height: var(--marker-size);
  border: 2px solid rgba(255, 248, 226, 0.92);
  border-radius: 999px;
  color: #24130e;
  font-size: 0.72rem;
  font-weight: 1000;
  background: radial-gradient(circle, var(--gold-bright), var(--gold));
  box-shadow: 0 0 0 6px rgba(244, 213, 142, 0.12), 0 8px 18px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
}

.admin-survey-map__attribution {
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 4;
  padding: 4px 6px;
  border-radius: 8px;
  color: rgba(36, 19, 14, 0.9);
  font-size: 0.66rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.admin-country-chart {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(244, 213, 142, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.admin-country-chart__pie {
  position: relative;
  display: grid;
  place-items: center;
  width: 132px;
  aspect-ratio: 1;
  border: 5px solid rgba(255, 248, 226, 0.12);
  border-radius: 50%;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
}

.admin-country-chart__pie::after {
  content: "";
  position: absolute;
  inset: 27px;
  border-radius: inherit;
  background:
    radial-gradient(circle at top, rgba(244, 213, 142, 0.1), transparent 68%),
    rgba(44, 25, 18, 0.94);
  box-shadow: inset 0 0 0 1px rgba(255, 248, 226, 0.12);
}

.admin-country-chart__pie strong {
  position: relative;
  z-index: 1;
  color: var(--gold-bright);
  font-size: 1.1rem;
  font-weight: 1000;
}

.admin-country-chart__legend {
  display: grid;
  gap: 8px;
  min-width: min(260px, 100%);
}

.admin-country-chart__legend p {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 9px;
  align-items: center;
  margin: 0;
  color: rgba(247, 238, 220, 0.82);
}

.admin-country-chart__legend span {
  width: 14px;
  height: 14px;
  border-radius: 999px;
}

.admin-country-chart__legend strong {
  color: var(--parchment-soft);
}

.admin-country-chart__legend em {
  color: var(--gold-bright);
  font-style: normal;
  font-weight: 900;
}

.admin-device-days {
  display: grid;
  gap: 10px;
}

.admin-device-day {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(244, 213, 142, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.admin-device-day > strong {
  color: var(--gold-bright);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-device-day__devices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-device-day__devices span {
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(247, 238, 220, 0.9);
  font-weight: 900;
  background: rgba(255, 255, 255, 0.08);
}

.admin-survey-latest {
  display: grid;
  gap: 12px;
}

.admin-survey-latest__item {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(244, 213, 142, 0.12);
  border-radius: 18px;
  color: rgba(247, 238, 220, 0.86);
  background: rgba(255, 255, 255, 0.06);
}

.admin-survey-latest__item[open] {
  border-color: rgba(244, 213, 142, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.admin-survey-latest__summary {
  display: grid;
  gap: 8px;
  cursor: pointer;
  list-style: none;
}

.admin-survey-latest__summary::-webkit-details-marker {
  display: none;
}

.admin-survey-latest__headline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  color: var(--parchment-soft);
}

.admin-survey-latest__headline span {
  color: var(--gold-bright);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-survey-latest__meta,
.admin-survey-latest__rating,
.admin-survey-latest__comments p {
  margin: 0;
}

.admin-survey-latest__meta {
  color: rgba(247, 238, 220, 0.66);
  font-size: 0.92rem;
}

.admin-survey-latest__rating {
  color: var(--gold-bright);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.admin-survey-latest__rating-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 14px;
}

.admin-survey-latest__google {
  margin: 0;
  color: rgba(247, 238, 220, 0.8);
  font-weight: 900;
}

.admin-survey-latest__comments {
  display: grid;
  gap: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(244, 213, 142, 0.1);
}

.admin-survey-latest__comments strong {
  color: var(--parchment-soft);
}

.admin-survey-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}

.admin-survey-pagination button {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(244, 213, 142, 0.16);
  border-radius: 999px;
  color: var(--ink);
  font: inherit;
  font-weight: 1000;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  cursor: pointer;
}

.admin-survey-pagination button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.admin-survey-pagination span {
  color: rgba(247, 238, 220, 0.76);
  font-weight: 900;
}

.admin-survey-detail {
  display: grid;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(244, 213, 142, 0.12);
}

.admin-survey-detail__facts,
.admin-survey-detail__ratings {
  display: grid;
  gap: 7px;
}

.admin-survey-detail__facts p,
.admin-survey-detail__note small {
  margin: 0;
  color: rgba(247, 238, 220, 0.76);
}

.admin-survey-detail__facts strong {
  color: var(--parchment-soft);
}

.admin-survey-detail__ratings {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.admin-survey-detail__ratings span {
  padding: 8px 10px;
  border-radius: 13px;
  color: var(--gold-bright);
  font-weight: 900;
  background: rgba(255, 255, 255, 0.05);
}

.admin-survey-detail__note {
  display: grid;
  gap: 8px;
}

.admin-survey-detail__note > span {
  color: var(--gold-bright);
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-survey-detail__note textarea {
  width: 100%;
  min-height: 92px;
  padding: 12px 14px;
  border: 1px solid rgba(244, 213, 142, 0.16);
  border-radius: 16px;
  font: inherit;
  color: var(--parchment-soft);
  background: rgba(18, 10, 8, 0.24);
  resize: vertical;
}

.admin-survey-detail__note button {
  justify-self: start;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  font: inherit;
  font-weight: 1000;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  cursor: pointer;
}

.admin-survey-detail__note button:disabled {
  opacity: 0.62;
  cursor: wait;
}

.admin-artist-list {
  display: grid;
  gap: 12px;
}

.admin-artist-item {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(244, 213, 142, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.admin-artist-item summary {
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 900;
  color: var(--gold-bright);
}

.admin-artist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 620px) {
  .admin-bar__summary {
    grid-template-columns: 1fr;
  }
}

.privacy-directory {
  gap: 16px;
}

.privacy-link {
  color: var(--gold-bright);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.privacy-link:hover,
.privacy-link:focus-visible {
  color: rgba(255, 244, 214, 0.98);
}

.chip {
  padding: 11px 16px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  background: rgba(83, 48, 24, 0.08);
  color: #5c3d1e;
}

.chip--active {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: var(--ink);
  box-shadow: 0 8px 18px rgba(212, 171, 88, 0.22);
}

.day-switch--hero .chip {
  background: rgba(255, 255, 255, 0.08);
  color: var(--parchment-soft);
  border: 1px solid rgba(244, 213, 142, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.day-switch--hero .chip--active {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: var(--ink);
  border-color: transparent;
}

.day-switch--hero {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  min-height: 43px;
}

.day-switch--hero .chip {
  width: 100%;
  min-width: 0;
  padding: 10px 10px;
  text-align: center;
  font-size: 0.96rem;
}

.load-state {
  margin-top: 24px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px dashed rgba(91, 35, 30, 0.22);
  background: rgba(255, 249, 236, 0.62);
  color: var(--muted);
  font-weight: 700;
}

.load-state--error {
  color: #7d251d;
  background: rgba(166, 59, 45, 0.08);
  border-style: solid;
}

.social-bar {
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  width: min(720px, calc(100% - 18px));
  padding: 10px;
  border: 1px solid rgba(244, 213, 142, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(22, 15, 12, 0.26), rgba(37, 22, 18, 0.32)),
    radial-gradient(circle at top, rgba(244, 213, 142, 0.05), transparent 55%);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 34px rgba(8, 6, 5, 0.34);
}

.social-bar__link {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-width: 0;
  padding: 10px 6px 8px;
  border-radius: 16px;
  color: var(--parchment-soft);
  text-decoration: none;
  background: rgb(39, 31, 29);
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.social-bar__link:hover,
.social-bar__link:focus-visible {
  transform: translateY(-1px);
  background: rgba(244, 213, 142, 0.14);
  color: var(--gold-bright);
}

.social-bar__icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
}

.social-bar__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.social-bar__icon--tickets {
  background: currentColor;
  mask: url("./assets/atickets.svg?v=20260508a") center / contain no-repeat;
  -webkit-mask: url("./assets/atickets.svg?v=20260508a") center / contain no-repeat;
}

.social-bar__label {
  min-width: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.social-bar__footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 2px;
  padding-top: 2px;
}

.social-bar__legal-link {
  color: rgba(245, 236, 217, 0.68);
  font-size: 0.72rem;
  line-height: 1;
  text-decoration: none;
}

.social-bar__notice {
  white-space: nowrap;
}

.social-bar__legal-link:hover,
.social-bar__legal-link:focus-visible {
  color: rgba(244, 213, 142, 0.92);
  text-decoration: underline;
}

@media (max-width: 720px) {
  .page-shell {
    width: 100%;
    margin-top: 0;
  }

  .hero,
  .panel {
    padding: 22px;
    border-radius: 24px;
  }

  .hero {
    min-height: auto;
    padding-top: calc(22px + env(safe-area-inset-top, 0px));
    border-radius: 0 0 24px 24px;
  }

  .hero__title-image {
    width: 100%;
    border-radius: 16px;
  }

  .day-switch--hero {
    gap: 8px;
  }

  .day-switch--hero .chip {
    padding: 12px 6px;
    font-size: 0.82rem;
  }

  .hero__day-picker--inline {
    gap: 8px;
  }

  .hero__actions {
    align-items: stretch;
  }

  .hero__select {
    padding-right: 38px;
    padding-left: 14px;
  }

  .hero__select--gold {
    letter-spacing: 0.025em;
  }

  .hero__icon-button {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .next-card__row--empty {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .next-card__toggle {
    display: inline-flex;
    min-width: 20px;
    margin-left: auto;
    font-size: 1.1rem;
  }

  .social-bar {
    width: calc(100% - 12px);
    gap: 6px;
    padding: 8px;
    border-radius: 18px;
  }

  .social-bar__link {
    padding: 8px 4px 7px;
  }

  .social-bar__footer {
    gap: 8px;
  }

  .social-bar__label {
    font-size: 0.64rem;
    letter-spacing: 0.02em;
  }

  .social-bar__legal-link {
    font-size: 0.68rem;
  }

  .plan-modal__sheet {
    width: calc(100% - 12px);
    max-height: calc(100vh - 72px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    padding: 12px;
    border-radius: 18px;
  }

  .plan-modal__image {
    max-height: calc(100vh - 84px);
  }

  .feedback-modal__sheet {
    width: calc(100% - 12px);
    margin-top: 14vh;
    padding: 16px;
    border-radius: 18px;
  }

  .feedback-modal__grades {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .artists-page__head {
    margin-bottom: 18px;
  }

  .tracking-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .feedback-modal__grades {
    gap: 8px;
  }

  .feedback-modal__grade {
    padding: 14px 0;
    font-size: 1rem;
  }
}
