@font-face {
  font-family: "Cruilla";
  src: url("/assets/webapp/themes/cruilla/cruilla-light-8d455b2e.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cruilla";
  src: url("/assets/webapp/themes/cruilla/cruilla-regular-3c2aa84f.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cruilla";
  src: url("/assets/webapp/themes/cruilla/cruilla-medium-5d7daa2f.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cruilla";
  src: url("/assets/webapp/themes/cruilla/cruilla-semibold-3a395305.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cruilla";
  src: url("/assets/webapp/themes/cruilla/cruilla-bold-521b74be.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cruilla";
  src: url("/assets/webapp/themes/cruilla/cruilla-bold-521b74be.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --wa-bg: #050505;
  --wa-bg-2: #181818;
  --wa-surface: #ffffff;
  --wa-surface-2: #f3f3f3;
  --wa-line: #050505;
  --wa-text: #050505;
  --wa-muted: #3d3d3d;
  --wa-accent: #fff200;
  --wa-accent-rgb: 255 242 0;
  --wa-accent-text: #050505;
  --wa-accent-text-strong: #050505;
  --wa-accent-ink: #050505;
  --wa-accent-2: #ffffff;
  --wa-radius-xl: 0;
  --wa-radius-lg: 0;
  --wa-radius-md: 0;
  --wa-body: "Cruilla", sans-serif;
  --wa-display: "Cruilla", sans-serif;
  --wa-screen-topbar-height: 4.75rem;
  --wa-map-layer-controls-bottom: max(0.8rem, env(safe-area-inset-bottom));
  --wa-tabbar-height: 4.6rem;
  --wa-tabbar-safe-area-bottom: env(safe-area-inset-bottom);
  --wa-day-heading-gap: 10px;
  --wa-day-heading-offset: calc(var(--wa-screen-topbar-height) + var(--wa-day-heading-gap));
  --cr-black: #050505;
  --cr-white: #ffffff;
  --cr-ash: #1d1d1b;
  --cr-muted: #575757;
  --cr-shadow: 5px 5px 0 var(--cr-black);
}

.webapp-theme--cruilla.webapp-standalone {
  --wa-map-layer-controls-bottom: var(--wa-tabbar-height);
}

.webapp-theme--cruilla.webapp-ios-standalone {
  --wa-ios-installed-bottom-padding: 0px;
  --wa-tabbar-safe-area-bottom: 0.55rem;
}

body {
  margin: 0;
  min-height: 100dvh;
  overflow-x: hidden;
  color: var(--cr-black);
  font-family: var(--wa-body);
  font-weight: 400;
  background:
    linear-gradient(135deg, rgb(0 0 0 / 0.08) 25%, transparent 25%) 0 0 / 42px 42px,
    linear-gradient(225deg, rgb(0 0 0 / 0.08) 25%, transparent 25%) 0 0 / 42px 42px,
    var(--wa-accent);
}

button,
input,
select,
textarea {
  font: inherit;
}

.wa-shell {
  width: min(460px, 100%);
  margin: 0 auto;
  padding: 0 0 calc(7.8rem + var(--wa-ios-installed-bottom-padding));
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.wa-shell > * {
  min-width: 0;
  margin-inline: 0.85rem;
}

.wa-shell--screen,
.wa-shell--map,
.wa-chat-screen {
  min-height: 100dvh;
  background: var(--cr-black);
  color: var(--cr-white);
}

.wa-shell--screen {
  align-content: start;
}

.wa-header {
  position: relative;
  margin-inline: 0;
  padding: 1.25rem 0.9rem 4.1rem;
  color: var(--wa-accent-ink);
  background: var(--wa-accent);
  border-bottom: 4px solid var(--cr-black);
  overflow: hidden;
}

.wa-header::before,
.wa-header::after {
  content: "";
  position: absolute;
  width: 8.5rem;
  height: 8.5rem;
  background: var(--cr-black);
  transform: rotate(45deg);
}

.wa-header::before {
  right: -4.3rem;
  bottom: -4.5rem;
}

.wa-header::after {
  left: -4.6rem;
  bottom: -5.2rem;
}

.wa-header__row {
  position: relative;
  z-index: 1;
  min-height: 10rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.8rem;
}

.wa-header__actions {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: end;
  gap: 0.45rem;
}

.wa-header__actions .wa-header__icon-link:not(.wa-header__icon-link--inbox) {
  order: 1;
}

.wa-header__icon-link--inbox {
  order: 2;
}

.wa-header__logo {
  width: 4rem;
  height: 4rem;
  border: 3px solid var(--cr-black);
  background: var(--cr-white);
  object-fit: cover;
}

.wa-kicker,
.wa-install-card__kicker,
.wa-share-card__kicker,
.wa-share-card__url-label,
.wa-social-card__kicker,
.wa-notification-card__kicker,
.wa-chat-hero__kicker {
  margin: 0;
  color: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.wa-header h1 {
  min-width: 0;
  max-width: min(11ch, 100%);
  margin: 0;
  color: var(--wa-accent-ink);
  font-family: var(--wa-display);
  font-size: clamp(2.45rem, 13.5vw, 4.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.88;
  hyphens: none;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
  text-transform: uppercase;
}

.cruilla-header {
  min-height: 10.75rem;
  padding: 1.25rem 0.9rem 1.05rem;
  display: grid;
  align-content: start;
  gap: 0.85rem;
}

.cruilla-header__brand {
  position: relative;
  z-index: 1;
  width: min(17.25rem, 76vw);
  justify-self: center;
}

.cruilla-header__logo {
  display: block;
  width: 100%;
  height: auto;
}

.cruilla-header__row {
  position: relative;
  z-index: 1;
  min-height: auto;
  display: flex;
  justify-content: flex-end;
}

.cruilla-header__actions {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.wa-header__icon-link,
.wa-topbar-link {
  width: 3rem;
  height: 3rem;
  border: 3px solid currentColor;
  color: var(--wa-accent-ink);
  background: var(--wa-accent);
  display: grid;
  place-items: center;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--cr-black);
}

.wa-header__icon-link .ui-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.wa-live-pill {
  align-self: start;
  border: 3px solid var(--cr-black);
  color: var(--wa-accent-ink);
  background: var(--cr-white);
  padding: 0.42rem 0.58rem;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.wa-block-title {
  margin: 0.4rem 0 0.7rem;
  color: var(--cr-black);
  font-family: var(--wa-display);
  font-size: 2.35rem;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.wa-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(83%, 1fr);
  gap: 0.7rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0.1rem 0 0.8rem;
}

.wa-carousel::after {
  content: "";
  width: calc(0.85rem + 7px);
  scroll-snap-align: none;
}

.wa-carousel::-webkit-scrollbar,
.wa-social-links::-webkit-scrollbar,
.wa-stage-filter-rail::-webkit-scrollbar {
  display: none;
}

.wa-performance-card,
.wa-install-card,
.wa-share-card,
.wa-social-card,
.wa-notification-card,
.wa-settings-card,
.wa-performance-item,
.wa-inbox-item,
.wa-faq-item,
.wa-chat-message,
.cruilla-home-actions {
  border: 3px solid var(--cr-black);
  background: var(--cr-white);
  color: var(--cr-black);
  box-shadow: var(--cr-shadow);
}

.wa-performance-card {
  scroll-snap-align: start;
  overflow: hidden;
}

.wa-media {
  position: relative;
  height: 190px;
  background: var(--cr-black);
}

.wa-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1) contrast(1.22) brightness(0.78);
}

.wa-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgb(0 0 0 / 0.78) 100%);
}

.wa-media__chips {
  position: absolute;
  left: 0.72rem;
  right: 0.72rem;
  bottom: 0.72rem;
  z-index: 1;
  display: flex;
  gap: 0.42rem;
  flex-wrap: wrap;
}

.wa-chip {
  max-width: 100%;
  border: 2px solid var(--cr-black);
  background: var(--wa-accent);
  color: var(--wa-accent-ink);
  padding: 0.24rem 0.48rem;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.wa-performance-card__body {
  padding: 0.78rem 0.84rem 0.86rem;
  background:
    linear-gradient(90deg, var(--cr-black) 0 0.5rem, transparent 0),
    var(--cr-white);
}

.wa-row {
  margin: 0;
  display: grid;
  grid-template-columns: 0.9rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.48rem;
  font-size: 1.2rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.wa-row + .wa-row {
  margin-top: 0.44rem;
}

.wa-row strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 900;
}

.wa-row em {
  color: var(--cr-muted);
  font-style: normal;
  font-size: 0.95rem;
  font-weight: 900;
}

.wa-row--live {
  grid-template-columns: minmax(0, 1fr) auto 0.9rem;
}

.wa-row--live .wa-live-dot {
  order: 3;
  justify-self: center;
}

.wa-row--live strong {
  order: 1;
}

.wa-row--live em {
  order: 2;
}

.cruilla-home-actions {
  position: relative;
  display: grid;
  gap: 0.52rem;
  padding: 0.85rem;
  background:
    linear-gradient(90deg, var(--wa-accent) 0 0.72rem, transparent 0),
    var(--cr-white);
}

.cruilla-home-actions__link {
  min-height: 3rem;
  border: 3px solid var(--cr-black);
  background: var(--wa-accent);
  color: var(--wa-accent-ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.56rem 0.72rem;
  font-family: var(--wa-display);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 0.95;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--cr-black);
}

.cruilla-home-actions__link:nth-child(2) {
  background: var(--cr-black);
  color: var(--cr-white);
}

.cruilla-home-actions__link:nth-child(3) {
  background: var(--cr-white);
  color: var(--cr-black);
}

.cruilla-home-actions__arrow {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  display: grid;
  place-items: center;
}

.cruilla-home-actions__arrow .ui-icon {
  width: 1.08rem;
  height: 1.08rem;
}

.wa-live-dot,
.wa-live-dot-spacer,
.wa-live-dot-inline {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
}

.wa-live-dot,
.wa-live-dot-inline {
  background: #ff5f5f;
  box-shadow: 0 0 0 rgba(255, 95, 95, 0.5);
  animation: wa-blink 1.2s ease-in-out infinite;
}

.wa-live-dot-spacer {
  background: transparent;
}

@keyframes wa-blink {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(255, 95, 95, 0.45);
  }

  50% {
    opacity: 0.45;
    box-shadow: 0 0 0 6px rgba(255, 95, 95, 0);
  }
}

.wa-install-card,
.wa-share-card,
.wa-social-card,
.wa-notification-card,
.wa-settings-card {
  padding: 0;
  overflow: hidden;
}

.wa-install-card,
.wa-notification-card {
  padding: 0.9rem;
  background:
    linear-gradient(90deg, var(--wa-accent) 0 0.7rem, transparent 0),
    var(--cr-white);
}

.wa-notification-card {
  position: relative;
  padding: 1.05rem 3.45rem 1rem 1rem;
  background:
    linear-gradient(180deg, var(--wa-accent) 0 0.62rem, transparent 0),
    linear-gradient(90deg, var(--cr-white) 0 calc(100% - 0.78rem), var(--wa-accent) 0);
  box-shadow: 6px 6px 0 var(--wa-accent);
}

.wa-notification-card::before {
  content: "";
  position: absolute;
  top: 0.92rem;
  right: 0.82rem;
  width: 1.85rem;
  height: 1.85rem;
  border: 3px solid var(--cr-black);
  background: var(--wa-accent);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.wa-notification-card::after {
  content: "";
  position: absolute;
  right: 1.03rem;
  bottom: 1rem;
  width: 2.45rem;
  height: 0.58rem;
  background: repeating-linear-gradient(
    90deg,
    var(--cr-black) 0 0.36rem,
    transparent 0.36rem 0.62rem
  );
}

.wa-install-card h2,
.wa-share-card__title,
.wa-social-card h2,
.wa-notification-card h2,
.wa-settings-card h2,
.wa-chat-hero h2 {
  margin: 0.18rem 0 0;
  color: inherit;
  font-family: var(--wa-display);
  font-size: 1.55rem;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.wa-install-card__copy,
.wa-install-card__hint,
.wa-notification-card__copy,
.wa-share-card__copy,
.wa-chat-hero p,
.wa-faq-item__answer,
.wa-inbox-body,
.wa-settings-card p {
  margin: 0.45rem 0 0;
  color: var(--cr-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  text-transform: none;
}

.wa-install-card__hint {
  border: 2px solid var(--cr-black);
  background: var(--wa-accent);
  color: var(--wa-accent-ink);
  padding: 0.58rem 0.65rem;
  font-weight: 800;
}

.wa-install-card__steps {
  margin: 0.6rem 0 0;
  padding-left: 1.2rem;
  color: var(--cr-black);
  font-size: 1rem;
  line-height: 1.25;
}

.wa-install-card__steps li::marker {
  color: var(--cr-black);
  font-weight: 900;
}

.wa-install-card__actions,
.wa-notification-card__actions,
.wa-share-card__actions,
.wa-settings-actions {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.52rem;
}

.wa-install-card__btn,
.wa-install-card__link,
.wa-share-card__cta,
.wa-share-card__btn,
.wa-notification-card__btn,
.wa-btn,
.wa-chat-submit,
.wa-external-browser-prompt__button {
  min-height: 2.7rem;
  border: 3px solid var(--cr-black);
  background: var(--wa-accent);
  color: var(--wa-accent-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0.78rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--cr-black);
  cursor: pointer;
}

.wa-install-card__link,
.wa-share-card__btn--ghost,
.wa-btn--danger {
  background: var(--cr-white);
  color: var(--cr-black);
}

.wa-share-card__button {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0.9rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  text-align: left;
  cursor: pointer;
}

.wa-share-card__kicker,
.wa-share-card__title,
.wa-share-card__copy {
  display: block;
}

.wa-share-card__title {
  margin-top: 0.18rem;
}

.wa-share-card__copy {
  margin-top: 0.28rem;
}

.wa-share-card__kicker,
.wa-share-card__url-label,
.wa-social-card__kicker,
.wa-notification-card__kicker,
.wa-install-card__kicker {
  color: var(--cr-black);
}

.wa-share-card__cta {
  align-self: center;
  white-space: nowrap;
}

.wa-modal-open {
  overflow: hidden;
}

.wa-share-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  align-items: end;
  margin-inline: 0;
  padding: 1rem;
}

.wa-share-modal__backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  background: rgb(0 0 0 / 0.76);
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.wa-share-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 25rem);
  max-height: calc(100dvh - 2rem);
  margin: 0 auto;
  overflow-y: auto;
  border: 4px solid var(--cr-black);
  background: var(--cr-white);
  color: var(--cr-black);
  padding: 1rem;
  box-shadow: 8px 8px 0 var(--wa-accent);
  display: grid;
  gap: 0.9rem;
}

.wa-share-modal__close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 2.55rem;
  height: 2.55rem;
  border: 3px solid var(--cr-black);
  background: var(--cr-black);
  color: var(--cr-white);
  display: grid;
  place-items: center;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.wa-share-modal__close::before,
.wa-share-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 3px;
  background: currentColor;
}

.wa-share-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.wa-share-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.wa-share-modal__intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.68rem;
  padding-right: 2.7rem;
}

.wa-share-card__badge {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid var(--cr-black);
  background: var(--wa-accent);
  color: var(--wa-accent-ink);
  display: grid;
  place-items: center;
}

.wa-share-modal__intro h2 {
  margin: 0;
  font-family: var(--wa-display);
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.wa-share-modal__intro p:last-child {
  margin: 0.3rem 0 0;
  color: var(--cr-muted);
  font-size: 1rem;
  line-height: 1.22;
  text-transform: none;
}

.wa-share-modal__qr {
  width: min(13.5rem, 72vw);
  justify-self: center;
  border: 3px solid var(--cr-black);
  background: var(--cr-white);
  padding: 0.5rem;
}

.wa-share-modal__qr svg {
  display: block;
  width: 100%;
  height: auto;
}

.wa-share-modal__link {
  min-width: 0;
  display: grid;
  gap: 0.4rem;
}

.wa-share-card__url {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 3px solid var(--cr-black);
  background: var(--cr-white);
  color: var(--cr-black);
  padding: 0.55rem 0.62rem;
  font-family: var(--wa-body);
  font-size: 0.76rem;
}

.wa-share-card__status,
.wa-push-status,
.wa-feedback {
  min-height: 1.1rem;
  margin: 0.2rem 0 0;
  color: var(--cr-black);
  font-size: 0.9rem;
  font-weight: 900;
}

.wa-social-card {
  padding: 0.9rem;
}

.wa-social-links {
  margin-top: 0.7rem;
  display: flex;
  gap: 0.52rem;
  overflow-x: auto;
}

.wa-social-link {
  flex: 0 0 auto;
  border: 3px solid var(--cr-black);
  background: var(--wa-accent);
  color: var(--wa-accent-ink);
  padding: 0.45rem 0.58rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--cr-black);
}

.wa-social-link__badge {
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
}

.wa-social-link__label,
.wa-social-link__arrow {
  font-size: 0.95rem;
  font-weight: 900;
}

.wa-screen-topbar {
  position: relative;
  z-index: 12;
  min-height: var(--wa-screen-topbar-height);
  margin-inline: 0;
  border-bottom: 4px solid var(--cr-black);
  background: var(--wa-accent);
  color: var(--wa-accent-ink);
  padding: 0.82rem 0.9rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.7rem;
}

.wa-schedule-topbar {
  position: sticky;
  top: 0;
  min-height: 0;
  align-content: start;
}

.wa-screen-topbar h1 {
  margin: 0;
  color: inherit;
  font-family: var(--wa-display);
  font-size: 2.55rem;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.wa-screen-topbar__actions {
  display: flex;
  justify-content: flex-end;
}

.wa-filter-toggle,
.wa-stage-filter-rail {
  min-width: 0;
  max-width: 100%;
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
}

.wa-filter-btn,
.wa-stage-filter-btn,
.wa-map-viewer__reset {
  border: 3px solid var(--cr-black);
  background: var(--cr-white);
  color: var(--cr-black);
  padding: 0.42rem 0.62rem;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.wa-filter-btn.is-active,
.wa-stage-filter-btn.is-active {
  background: var(--cr-black);
  color: var(--cr-white);
}

.wa-stage-filter-btn__count {
  margin-left: 0.38rem;
}

.wa-day-stack,
.wa-performance-list,
.wa-inbox-list,
.wa-faq-list,
.wa-chat-thread {
  display: grid;
  gap: 0.78rem;
}

.wa-day-stack {
  padding-top: 0.25rem;
}

.wa-day-title {
  margin: 0 0 0.7rem;
  border-block: 3px solid var(--wa-accent);
  color: var(--cr-white);
  font-family: var(--wa-display);
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.55rem 0;
  text-transform: uppercase;
}

.wa-performance-item {
  min-height: 6.4rem;
  display: grid;
  grid-template-columns: 5.6rem minmax(0, 1fr);
  overflow: hidden;
}

.wa-performance-item--no-image {
  grid-template-columns: minmax(0, 1fr);
}

.wa-performance-item__image {
  min-width: 0;
  border-right: 3px solid var(--cr-black);
  background: var(--wa-accent);
}

.wa-performance-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1) contrast(1.15);
}

.wa-performance-item__main {
  min-width: 0;
  padding: 0.66rem 0.7rem;
  display: grid;
  gap: 0.42rem;
}

.wa-performance-item__top {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.wa-performance-time {
  margin: 0;
  color: var(--cr-muted);
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.wa-performance-time--live {
  color: var(--cr-black);
}

.wa-performance-time .wa-live-dot-inline {
  order: 1;
}

.wa-performance-artist {
  margin: 0;
  color: var(--cr-black);
  font-family: var(--wa-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.96;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.wa-performance-meta {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
}

.wa-fav-btn {
  width: 2.15rem;
  height: 2.15rem;
  border: 3px solid var(--cr-black);
  background: var(--cr-white);
  color: var(--cr-black);
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}

.wa-fav-btn.is-active {
  background: var(--wa-accent);
  color: var(--wa-accent-ink);
}

.wa-performance-item--live {
  background:
    linear-gradient(90deg, var(--wa-accent) 0 0.7rem, transparent 0),
    var(--cr-white);
}

.wa-performance-item--past {
  opacity: 0.68;
}

.wa-inbox-item,
.wa-faq-item {
  padding: 0.78rem 0.85rem;
}

.wa-inbox-item__top {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
}

.wa-inbox-item {
  position: relative;
  overflow: hidden;
  padding: 0.95rem 1rem 0.9rem;
  background:
    linear-gradient(180deg, var(--wa-accent) 0 0.42rem, transparent 0),
    var(--cr-white);
  box-shadow: 5px 5px 0 var(--wa-accent);
}

.wa-inbox-item::after {
  content: "";
  position: absolute;
  top: 1.03rem;
  left: 1rem;
  width: 0.82rem;
  height: 0.82rem;
  border: 3px solid var(--cr-black);
  background: var(--wa-accent);
  transform: rotate(45deg);
}

.wa-inbox-title {
  padding-left: 1.75rem;
  margin: 0;
  color: var(--cr-black);
  font-family: var(--wa-display);
  font-size: 1.22rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.wa-inbox-time {
  color: var(--cr-muted);
  font-size: 0.84rem;
  font-weight: 900;
  white-space: nowrap;
}

.wa-faq-item {
  padding: 0;
}

.wa-faq-item__question {
  list-style: none;
  padding: 0.78rem 0.85rem;
  color: var(--cr-black);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 0.65rem;
  font-family: var(--wa-display);
  font-size: 1.18rem;
  line-height: 1;
  text-transform: uppercase;
}

.wa-faq-item__question::-webkit-details-marker {
  display: none;
}

.wa-faq-item__chevron {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  background: currentColor;
  clip-path: polygon(50% 72%, 0 22%, 18% 4%, 50% 36%, 82% 4%, 100% 22%);
}

.wa-faq-item[open] .wa-faq-item__chevron {
  transform: rotate(180deg);
}

.wa-faq-item__answer {
  padding: 0 0.85rem 0.85rem;
}

.wa-shell--screen:has(.wa-faq-list) {
  padding-top: calc(var(--wa-screen-topbar-height) + 1rem);
}

.wa-shell--screen:has(.wa-faq-list) .wa-screen-topbar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(460px, 100%);
  height: var(--wa-screen-topbar-height);
  min-height: 0;
  box-sizing: border-box;
  margin-inline: 0;
  padding: 0.82rem 0.9rem;
}

.wa-shell--screen:has(.wa-faq-list) .wa-screen-topbar h1 {
  align-self: center;
  font-size: 2.55rem;
  line-height: 0.9;
}

.wa-faq-list {
  margin-left: calc(0.85rem + 40px);
  margin-right: 0.85rem;
  padding-top: 0;
}

.wa-shell--screen:has(.wa-faq-list) .wa-faq-item {
  min-height: 7.75rem;
  overflow: hidden;
  background:
    linear-gradient(90deg, var(--wa-accent) 0 0.72rem, transparent 0),
    var(--cr-white);
  box-shadow: 6px 6px 0 var(--wa-accent);
}

.wa-shell--screen:has(.wa-faq-list) .wa-faq-item:not([open]) {
  min-height: 7.75rem;
}

.wa-shell--screen:has(.wa-faq-list) .wa-faq-item__question {
  min-height: 7.75rem;
  align-items: center;
  padding-left: 1.45rem;
  overflow-wrap: anywhere;
}

.wa-shell--screen:has(.wa-faq-list) .wa-faq-item[open] {
  overflow: visible;
}

.wa-shell--screen:has(.wa-faq-list) .wa-faq-item[open] .wa-faq-item__question {
  min-height: 3.25rem;
}

.wa-shell--screen:has(.wa-faq-list) .wa-faq-item__answer {
  padding: 0 1rem 1rem 1.45rem;
}

.wa-faq-item__answer a {
  color: var(--cr-black);
  text-decoration: none;
  background: var(--wa-accent);
  box-shadow: 0 0.18em 0 var(--cr-black);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.wa-faq-item__answer a:hover,
.wa-faq-item__answer a:focus-visible {
  color: var(--wa-accent);
  background: var(--cr-black);
  box-shadow: 0 0.18em 0 var(--cr-white);
}

.wa-faq-item__answer a:focus-visible {
  outline: 3px solid var(--cr-black);
  outline-offset: 3px;
}

.wa-map-viewer {
  position: relative;
  min-height: calc(100dvh - var(--wa-screen-topbar-height) - 5.5rem);
  margin-inline: 0;
  overflow: hidden;
  border-block: 4px solid var(--cr-black);
  background: var(--wa-accent);
}

.wa-map-viewer__surface {
  position: absolute;
  inset: 0;
  overflow: hidden;
  touch-action: none;
  cursor: grab;
}

.wa-map-viewer__surface:active {
  cursor: grabbing;
}

.wa-map-viewer__image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  transform-origin: 0 0;
  will-change: transform;
  user-select: none;
  -webkit-user-drag: none;
}

.wa-cruilla-map {
  background: var(--cr-white);
}

.wa-cruilla-map__stack {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  background: var(--cr-white);
  will-change: transform;
  user-select: none;
}

.wa-cruilla-map__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.wa-cruilla-map__controls {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: var(--wa-map-layer-controls-bottom);
  z-index: 3;
  display: flex;
  gap: 0.42rem;
  overflow-x: auto;
  padding: 0.45rem;
  border: 3px solid var(--cr-black);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 5px 5px 0 var(--cr-black);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.wa-cruilla-map__controls::-webkit-scrollbar {
  display: none;
}

.wa-cruilla-map__layer-button {
  appearance: none;
  flex: 0 0 auto;
  border: 2px solid var(--cr-black);
  border-radius: 999px;
  background: var(--cr-white);
  color: var(--cr-black);
  padding: 0.48rem 0.72rem 0.42rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 2px 2px 0 var(--cr-black);
}

.wa-cruilla-map__layer-button.is-active {
  background: var(--wa-accent);
  transform: translate(2px, 2px);
  box-shadow: none;
}

.wa-cruilla-map__layer-button:focus-visible {
  outline: 3px solid var(--cr-black);
  outline-offset: 3px;
}

.wa-map-viewer__hint.wa-cruilla-map__hint {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  right: 6.25rem;
  z-index: 2;
  margin: 0;
  box-shadow: 4px 4px 0 var(--cr-black);
}

.wa-map-viewer__reset {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
  box-shadow: 4px 4px 0 var(--cr-black);
}

.wa-map-viewer__hint,
.wa-empty-state,
.wa-schedule-empty {
  margin: 0.9rem;
  border: 3px solid var(--cr-black);
  background: var(--cr-white);
  color: var(--cr-black);
  padding: 0.7rem 0.8rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.wa-chat-screen {
  grid-template-rows: auto auto 1fr auto;
}

.wa-chat-hero {
  padding: 1rem 0.9rem 0.85rem;
  color: var(--cr-white);
  display: grid;
  gap: 0.72rem;
}

.wa-chat-hero .wa-chat-hero__kicker {
  color: var(--wa-accent);
}

.wa-chat-hero h2 {
  margin: 0;
  color: var(--cr-white);
  font-size: 2.65rem;
}

.wa-chat-hero p:last-child {
  margin: 0.12rem 0 0;
  color: var(--cr-white);
  opacity: 0.92;
}

.wa-chat-thread {
  padding: 0.35rem 0.9rem 7.9rem;
}

.wa-chat-message {
  padding: 0.78rem 0.85rem;
}

.wa-chat-message--user {
  background: var(--wa-accent);
  color: var(--wa-accent-ink);
}

.wa-chat-message--assistant {
  background: var(--cr-white);
  color: var(--cr-black);
}

.wa-chat-message p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.wa-chat-message p + p {
  margin-top: 0.55rem;
}

.wa-chat-form {
  position: fixed;
  left: 50%;
  bottom: calc(5.3rem + env(safe-area-inset-bottom) + var(--wa-ios-installed-bottom-padding));
  z-index: 18;
  width: min(428px, calc(100% - 1.2rem));
  transform: translateX(-50%);
  border: 4px solid var(--cr-black);
  background: var(--cr-white);
  padding: 0.42rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.45rem;
  box-shadow: 6px 6px 0 var(--wa-accent);
}

.wa-chat-input {
  box-sizing: border-box;
  min-height: 4.6rem;
  max-height: 7.4rem;
  border: 3px solid var(--cr-black);
  background: var(--cr-white);
  color: var(--cr-black);
  padding: 0.55rem 0.62rem 0.48rem;
  resize: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
}

.wa-chat-input::placeholder {
  color: var(--cr-muted);
  font-size: 1rem;
  line-height: 1.15;
}

.wa-chat-submit {
  width: 3.1rem;
  min-height: 3.1rem;
  padding: 0;
}

.wa-chat-submit .ui-icon {
  width: 1.3rem;
  height: 1.3rem;
}

.wa-typing-dot {
  width: 0.4rem;
  height: 0.4rem;
  background: var(--cr-black);
  animation: wa-pulse 1s ease-in-out infinite;
}

.wa-settings-card {
  padding: 0.9rem;
}

.wa-settings-form,
.wa-field {
  display: grid;
  gap: 0.7rem;
}

.wa-field__label {
  color: var(--cr-black);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.wa-select {
  width: 100%;
  border: 3px solid var(--cr-black);
  background: var(--cr-white);
  color: var(--cr-black);
  min-height: 2.8rem;
  padding: 0.45rem 0.6rem;
}

.wa-feedback--error {
  color: #b00020;
}

.wa-feedback--success {
  color: var(--cr-black);
}

.wa-tabbar {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: 0;
  z-index: 20;
  width: min(460px, 100%);
  transform: translateX(-50%);
  border-top: 4px solid var(--cr-black);
  background: var(--cr-white);
  display: flex;
  padding: 0.35rem 0.35rem calc(0.45rem + var(--wa-tabbar-safe-area-bottom) + var(--wa-ios-installed-bottom-padding));
}

.wa-tabbar__item {
  flex: 1 1 0;
  min-width: 0;
  color: var(--cr-black);
  display: grid;
  place-items: center;
  gap: 0.16rem;
  padding: 0.42rem 0.08rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.wa-tabbar__icon,
.wa-tabbar__icon .ui-icon {
  width: 1.12rem;
  height: 1.12rem;
}

.wa-tabbar__item--active {
  background: var(--wa-accent);
  color: var(--wa-accent-ink);
}

.wa-external-browser-prompt {
  border: 3px solid var(--cr-black);
  background: var(--cr-white);
  color: var(--cr-black);
  border-radius: 0;
}

@media (prefers-reduced-motion: reduce) {
  .wa-live-dot,
  .wa-live-dot-inline,
  .wa-typing-dot {
    animation: none;
  }
}

@media (min-width: 720px) {
  .wa-shell:not(.wa-shell--screen) {
    padding-top: 0;
  }

  .wa-carousel {
    grid-auto-columns: minmax(320px, 1fr);
  }
}

@media (max-width: 370px) {
  .wa-header h1 {
    font-size: 2.35rem;
  }

  .wa-performance-item {
    grid-template-columns: 4.8rem minmax(0, 1fr);
  }
}

/* Shared chat refinements */
.wa-chat-disclaimer {
  justify-self: center;
  max-width: min(88%, 24rem);
  margin: 0 0 0.2rem;
  color: color-mix(in srgb, var(--wa-text, currentColor) 56%, transparent);
  font-size: 0.72rem;
  line-height: 1.32;
  text-align: center;
}

.wa-chat-message--user {
  background: var(--wa-accent);
  color: var(--wa-accent-ink);
}

.wa-chat-form {
  grid-template-columns: 1fr 3.2rem;
}

.wa-chat-input {
  scrollbar-width: none;
}

.wa-chat-input::-webkit-scrollbar {
  display: none;
}

.wa-chat-submit {
  width: 3.2rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  line-height: 1;
}

.wa-chat-submit .ui-icon {
  width: 1.35rem;
  height: 1.35rem;
  transform: translate(-0.03rem, 0.03rem);
}

/* Shared mobile UI refinements */
.wa-shell--map > .wa-empty-state--map {
  margin-inline: 0.9rem;
}

.wa-row--empty strong {
  color: var(--wa-muted);
  font-weight: 650;
}

.wa-share-modal {
  align-items: center;
}

.wa-share-modal__dialog {
  transform-origin: 50% 50%;
}

.wa-faq-item,
.wa-faq-item__question {
  -webkit-tap-highlight-color: transparent;
}

.wa-chat-message {
  scroll-margin-bottom: 8.75rem;
}

body.webapp-keyboard-open .wa-tabbar {
  transform: translateY(calc(120% + env(safe-area-inset-bottom)));
  pointer-events: none;
}

.wa-preview-image {
  align-self: start;
  width: min(50%, 14rem);
  flex: 0 0 auto;
  border: 3px solid var(--cr-black);
  border-radius: 0;
  box-shadow: 5px 5px 0 var(--wa-accent);
  background: transparent;
  aspect-ratio: auto;
  overflow: visible;
}

.wa-preview-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.wa-preview-description {
  font-family: var(--wa-body);
  font-weight: 400;
}
