:root {
  --wf-splash-phone-width: 390px;
  --wf-splash-frame-width: 580px;
  --wf-splash-phone-height: 760px;
  --wf-splash-page-margin: 14px;
  --wf-splash-section-gap: 20px;
  --wf-splash-frame-shadow-size: 10px;
  --wf-splash-editor-width: clamp(260px, 28vw, 320px);
}

html.wf-splash-html,
html.wf-splash-html body.wf-redesign-page.wf-splash-page,
.wf-splash-shell,
.wf-splash-main,
.wf-splash-workspace {
  background-color: var(--splash-page-background, #9eeadf) !important;
  background-image: var(--splash-page-pattern, url("/static/withfriends/images/brand/pool-water-mint-bg.svg")) !important;
  background-repeat: var(--splash-page-background-repeat, repeat) !important;
  background-position: var(--splash-page-background-position, center) !important;
  background-size: var(--splash-page-background-size, 220px 220px) !important;
}

html.wf-splash-html,
html.wf-splash-html body.wf-redesign-page.wf-splash-page {
  background-position: var(
    --splash-page-overscroll-background-position,
    var(--splash-page-background-position, center)
  ) !important;
}

html.wf-splash-html {
  min-height: 100%;
  overscroll-behavior-y: auto;
  background-attachment: fixed;
}

html.wf-splash-html body.wf-redesign-page.wf-splash-page--editing {
  height: 100dvh;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wf-splash-page--editing > .topbar {
  width: 100%;
  flex: 0 0 auto;
}

html.wf-splash-html::before,
html.wf-splash-html body.wf-redesign-page.wf-splash-page::before {
  content: "";
  position: fixed;
  inset: -240vh 0;
  z-index: -1;
  pointer-events: none;
  background-color: var(--splash-page-background, #9eeadf);
  background-image: var(--splash-page-pattern, url("/static/withfriends/images/brand/pool-water-mint-bg.svg"));
  background-repeat: var(--splash-page-background-repeat, repeat);
  background-position: var(
    --splash-page-overscroll-background-position,
    var(--splash-page-background-position, center)
  );
  background-size: var(--splash-page-background-size, 220px 220px);
}

html.wf-splash-html body.wf-redesign-page.wf-splash-page {
  margin: 0;
  min-height: 100vh;
  position: relative;
  z-index: 0;
  color: var(--splash-button-text, var(--ink));
  overscroll-behavior-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  background-attachment: fixed;
}

html.wf-splash-html body.wf-redesign-page.wf-splash-page button,
html.wf-splash-html body.wf-redesign-page.wf-splash-page a.wf-splash-elementButton {
  -webkit-tap-highlight-color: transparent;
}

.wf-splash-csrf {
  display: none !important;
  margin: 0 !important;
}

.wf-splash-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  isolation: isolate;
  --wf-splash-frame-viewport-width: 100vw;
  --wf-splash-frame-available-width: calc(
    var(--wf-splash-frame-viewport-width) - (var(--wf-splash-page-margin) * 2)
  );
  --wf-splash-frame-render-width: min(
    var(--wf-splash-frame-width),
    var(--wf-splash-frame-available-width)
  );
  --wf-splash-frame-layout-width: var(--wf-splash-frame-render-width);
  --wf-splash-frame-scale: 1;
}

.wf-splash-ownerActions,
.wf-splash-zoomControls,
.wf-splash-editorPanel,
.wf-splash-editorOverlay,
.wf-splash-sectionOverlayLayer {
  --wf-splash-editor-ink: #111111;
  --ink: #111111;
  --paper: #fffdf7;
  --splash-ink: #111111;
  --splash-paper: #fffdf7;
  --splash-accent: #9eeadf;
  --splash-frame-shadow: #111111;
  --splash-button-background: #ffffff;
  --splash-button-text: #111111;
}

.wf-splash-shell.is-editing {
  grid-template-columns: var(--wf-splash-editor-width) minmax(0, 1fr);
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}

.wf-splash-page--editing > .wf-splash-shell.is-editing {
  height: auto;
  min-height: 0;
  flex: 1 1 auto;
}

.wf-splash-main {
  min-width: 0;
  position: relative;
}

.wf-splash-shell.is-editing .wf-splash-main {
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.wf-splash-page--editing .wf-splash-shell.is-editing .wf-splash-main {
  height: 100%;
}

.wf-splash-ownerActions {
  position: relative;
  z-index: 4200;
  width: var(--wf-splash-frame-render-width);
  max-width: calc(100vw - (var(--wf-splash-page-margin) * 2));
  margin: calc(var(--wf-top-banner-offset, 0px) + max(18px, env(safe-area-inset-top))) auto 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.wf-splash-ownerActions .wf-pill-btn,
.wf-splash-ownerActions .wf-accent-btn,
.wf-splash-ownerActions .wf-secondary-btn {
  appearance: none;
  -webkit-appearance: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0.42rem 0.95rem;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  border-color: var(--splash-ink, #111111);
  background: var(--splash-paper, #fffdf7);
  color: var(--splash-ink, #111111);
  box-shadow: 3px 3px 0 var(--splash-ink, #111111);
  outline: none;
  user-select: none;
  transition: transform 120ms ease, border-color 120ms ease,
    box-shadow 120ms ease, background 120ms ease;
}

.wf-splash-ownerActions #splashEditToggle {
  min-width: 92px;
}

.wf-splash-ownerActions a.wf-pill-btn,
.wf-splash-ownerActions a.wf-pill-btn:hover,
.wf-splash-ownerActions a.wf-pill-btn:focus-visible,
.wf-splash-ownerActions a.wf-pill-btn:visited {
  color: var(--splash-ink, #111111);
  text-decoration: none;
}

.wf-splash-ownerActions .wf-pill-btn:hover,
.wf-splash-ownerActions .wf-pill-btn:focus-visible,
.wf-splash-ownerActions .wf-accent-btn:hover,
.wf-splash-ownerActions .wf-accent-btn:focus-visible,
.wf-splash-ownerActions .wf-secondary-btn:hover,
.wf-splash-ownerActions .wf-secondary-btn:focus-visible {
  background: #fff;
  border-color: var(--splash-ink, #111111);
  color: var(--splash-ink, #111111);
  box-shadow: 2px 2px 0 var(--splash-ink, #111111);
  outline: none;
  transform: translate(1px, 1px);
}

.wf-splash-ownerActions .wf-pill-btn:focus {
  outline: none;
}

.wf-splash-ownerActions .wf-pill-btn:active,
.wf-splash-ownerActions .wf-accent-btn:active,
.wf-splash-ownerActions .wf-secondary-btn:active {
  background: #fff;
  border-color: var(--splash-ink, #111111);
  color: var(--splash-ink, #111111);
  box-shadow: 1px 1px 0 var(--splash-ink, #111111);
  outline: none;
  transform: translate(2px, 2px);
}

.wf-splash-ownerActions .wf-pill-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  border-color: var(--splash-ink, #111111);
  box-shadow: 2px 2px 0 var(--splash-ink, #111111);
}

.wf-splash-shell.is-editing .wf-splash-ownerActions {
  position: fixed;
  top: calc(var(--wf-top-banner-offset, 0px) + max(10px, env(safe-area-inset-top)));
  right: max(0px, env(safe-area-inset-right));
  z-index: 4200;
  width: max-content;
  max-width: calc(100vw - 12px);
  margin: 0;
  padding: 0 6px;
  justify-content: flex-end;
  transform: none;
  box-sizing: border-box;
}

.wf-splash-page--editing .wf-splash-shell.is-editing .wf-splash-ownerActions {
  position: absolute;
}

.wf-splash-shell.is-editing .wf-splash-ownerActions .wf-pill-btn,
.wf-splash-shell.is-editing .wf-splash-ownerActions .wf-accent-btn,
.wf-splash-shell.is-editing .wf-splash-ownerActions .wf-secondary-btn {
  padding: 0.38rem 0.72rem;
  min-height: 38px;
}

.wf-splash-zoomControls {
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 4300;
  display: none;
  gap: 8px;
  align-items: center;
}

.wf-splash-shell.is-editing .wf-splash-zoomControls {
  display: flex;
}

.wf-splash-zoomButton {
  appearance: none;
  -webkit-appearance: none;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: var(--border) solid var(--splash-ink, #111111);
  border-radius: 999px;
  background: var(--paper);
  color: var(--splash-ink, #111111);
  box-shadow: 3px 3px 0 var(--splash-ink, #111111);
  cursor: pointer;
  transition: transform 120ms ease, border-color 120ms ease,
    box-shadow 120ms ease, background 120ms ease;
}

.wf-splash-zoomButton:hover,
.wf-splash-zoomButton:focus-visible {
  outline: none;
  background: #fff;
  border-color: var(--splash-ink, #111111);
  color: var(--splash-ink, #111111);
  box-shadow: 2px 2px 0 var(--splash-ink, #111111);
  transform: translate(1px, 1px);
}

.wf-splash-zoomButton:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  border-color: var(--splash-ink, #111111);
  color: var(--splash-ink, #111111);
  box-shadow: 2px 2px 0 var(--splash-ink, #111111);
}

.wf-splash-zoomButton svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wf-splash-workspace {
  box-sizing: border-box;
  min-height: 100vh;
  display: grid;
  place-items: start center;
  padding: var(--wf-splash-page-margin) var(--wf-splash-page-margin) var(--wf-splash-page-margin);
  padding-bottom: calc(var(--wf-splash-page-margin) + var(--wf-splash-frame-shadow-size));
  position: relative;
}

.wf-splash-shell:not(.is-editing) .wf-splash-workspace {
  background-color: var(--splash-page-background, #9eeadf) !important;
  background-image: var(--splash-page-pattern, url("/static/withfriends/images/brand/pool-water-mint-bg.svg")) !important;
}

.wf-splash-frameMount {
  width: var(--wf-splash-frame-render-width);
  display: grid;
  place-items: start center;
  position: relative;
  overflow: visible;
}

.wf-splash-shell.is-editing .wf-splash-frameMount {
  padding-top: var(--wf-splash-edit-scroll-padding-top, 0px);
  padding-bottom: var(--wf-splash-edit-scroll-padding-bottom, 0px);
}

.wf-splash-phoneFrame {
  width: 100%;
  min-height: var(--wf-splash-phone-height);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: var(--border) solid var(--splash-frame-shadow, var(--ink));
  border-radius: 28px;
  background: var(--splash-paper, #fffdf7);
  box-shadow: var(--wf-splash-frame-shadow-size) var(--wf-splash-frame-shadow-size) 0 var(--splash-frame-shadow, var(--ink));
  color: var(--splash-ink, var(--ink));
  font-family: var(--splash-font, var(--wf-font-ui, Inter, Arial, sans-serif));
}

.wf-splash-metroChrome {
  display: none;
}

.wf-splash-shell.is-editing .wf-splash-workspace.is-selected {
  box-shadow: inset 0 0 0 4px var(--splash-accent, #9eeadf);
}

.wf-splash-shell.is-editing .wf-splash-phoneFrame {
  transform: translate3d(var(--wf-splash-view-x, 0px), var(--wf-splash-view-y, 0px), 0)
    scale(var(--wf-splash-view-scale, 1));
  transform-origin: center center;
  will-change: transform;
}

.wf-splash-shell.is-editing .wf-splash-phoneFrame.is-selected::before {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: 50;
  border: 2px dashed var(--splash-accent, #9eeadf);
  border-radius: 22px;
  pointer-events: none;
}

.wf-splash-canvas {
  width: min(var(--wf-splash-phone-width), 100%);
  flex: 0 0 560px;
  align-self: center;
  position: relative;
  height: 560px;
}

.wf-splash-followAction,
.wf-splash-supportAction {
  position: absolute;
  z-index: 12;
  top: 12px;
}

.wf-splash-followAction {
  right: 12px;
}

.wf-splash-supportAction {
  left: 12px;
}

.wf-splash-followAction a,
.wf-splash-followAction a:hover,
.wf-splash-followAction a:focus-visible,
.wf-splash-followAction a:visited,
.wf-splash-supportAction a,
.wf-splash-supportAction a:hover,
.wf-splash-supportAction a:focus-visible,
.wf-splash-supportAction a:visited {
  color: inherit;
  text-decoration: none;
}

.wf-splash-followAction > [data-splash-stack-id],
.wf-splash-supportAction > [data-splash-stack-id] {
  --splash-text-outline-color: var(--splash-stack-text-outline-color, currentColor);
  --splash-text-outline-width: var(--splash-stack-text-outline-width, 0px);
  display: inline-flex;
  position: relative;
  align-items: flex-start;
  line-height: 0;
  vertical-align: top;
  transform: translate(var(--splash-stack-x, 0px), var(--splash-stack-y, 0px))
    rotate(var(--splash-stack-rotation, 0deg));
  transform-origin: center;
}

.wf-splash-followAction .follow-button,
.wf-splash-supportAction .follow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  padding: 0.55rem 1.4rem;
  border: var(--border) solid var(--splash-frame-shadow, #101010);
  border-radius: 9999px;
  background: var(--splash-stack-color, var(--paper));
  color: var(--splash-stack-text-color, var(--splash-button-text, #101010));
  -webkit-text-stroke: var(--splash-text-outline-width, 0px) var(--splash-text-outline-color, currentColor);
  paint-order: stroke fill;
  box-shadow: 3px 3px 0 var(--splash-frame-shadow, #101010);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--splash-stack-font-size, 0.92rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.wf-splash-followAction .follow-button:hover,
.wf-splash-followAction .follow-button:focus-visible,
.wf-splash-followAction > [data-splash-stack-id]:hover .follow-button,
.wf-splash-followAction > [data-splash-stack-id]:focus-visible .follow-button,
.wf-splash-followAction > [data-splash-stack-id].is-edit-hovered .follow-button,
.wf-splash-supportAction .follow-button:hover,
.wf-splash-supportAction .follow-button:focus-visible,
.wf-splash-supportAction > [data-splash-stack-id]:hover .follow-button,
.wf-splash-supportAction > [data-splash-stack-id]:focus-visible .follow-button,
.wf-splash-supportAction > [data-splash-stack-id].is-edit-hovered .follow-button {
  outline: none;
  background: var(--splash-stack-color, var(--splash-button-background, #fff));
  color: var(--splash-stack-text-color, var(--splash-button-text, #101010));
  border-color: var(--splash-frame-shadow, #101010);
  box-shadow: 2px 2px 0 var(--splash-frame-shadow, #101010);
  transform: translate(1px, 1px);
}

.wf-splash-shell[data-splash-style="metrocard"],
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-main,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-workspace {
  background-color: #050505 !important;
  background-image: none !important;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-phoneFrame {
  border: 10px solid #1c130f;
  border-radius: 10px;
  background: #030303;
  box-shadow:
    inset 0 0 0 5px #4a2f20,
    inset 0 0 28px rgba(255, 255, 255, 0.08),
    var(--wf-splash-frame-shadow-size) var(--wf-splash-frame-shadow-size) 0 rgba(0, 0, 0, 0.82);
  color: #f7f7f7;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-phoneFrame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(107deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.2), transparent 28%),
    #030303;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-metroChrome {
  display: block;
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  pointer-events: none;
}

.wf-splash-metroStatus {
  box-sizing: border-box;
  height: 126px;
  padding: 22px 28px 0;
  display: grid;
  align-content: start;
  gap: 4px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #1f6fc5 0%, #0d55a6 62%, #063879 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.48);
}

.wf-splash-metroPrompt {
  box-sizing: border-box;
  min-height: 58px;
  margin-top: -1px;
  padding: 11px 24px 12px;
  border-radius: 18px 18px 0 0;
  background: #ffc72c;
  color: #050505;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(22px, 5.4vw, 31px);
  font-weight: 900;
  line-height: 1;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-canvas {
  width: 100%;
  flex-basis: 192px !important;
  height: 192px !important;
  z-index: 3;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-element[data-id$="-photo"],
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-element[data-id$="-title"],
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-element[data-id$="-bio"] {
  display: none;
}

.wf-splash-element {
  position: absolute;
  box-sizing: border-box;
  display: flex;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  transform: rotate(var(--splash-element-rotation, 0deg));
  transform-origin: center;
}

.wf-splash-elementMedia {
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  border: var(--border) solid var(--splash-item-color, var(--splash-frame-shadow, var(--ink)));
  border-radius: 18px;
  background: var(--splash-paper, var(--paper));
}

a.wf-splash-elementMedia,
a.wf-splash-elementMedia:hover,
a.wf-splash-elementMedia:focus-visible,
a.wf-splash-elementMedia:visited {
  text-decoration: none;
}

a.wf-splash-elementMedia:focus-visible {
  outline: 2px solid var(--logo-mint, #9eeadf);
  outline-offset: 3px;
}

.wf-splash-shell.is-editing .wf-splash-element {
  cursor: move;
  touch-action: none;
  transition: none !important;
}

.wf-splash-element.is-selected {
  outline: 2px solid var(--splash-accent, #9eeadf);
  outline-offset: 3px;
}

.wf-splash-shell.is-editing .wf-splash-element.is-selected {
  outline: none;
  overflow: visible;
}

.wf-splash-elementMedia img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.wf-splash-elementText {
  --splash-text-outline-color: var(--splash-item-text-outline-color, currentColor);
  --splash-text-outline-width: var(--splash-item-text-outline-width, 0px);
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: var(--splash-item-color, var(--splash-ink, var(--ink)));
  font-weight: 850;
  font-size: 22px;
  line-height: 1.12;
  min-height: 0;
  overflow: visible;
  padding: 4px;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

a.wf-splash-elementText,
a.wf-splash-elementText:hover,
a.wf-splash-elementText:focus-visible,
a.wf-splash-elementText:visited {
  color: var(--splash-item-color, var(--splash-ink, var(--ink)));
  text-decoration: none;
}

a.wf-splash-elementText:focus-visible {
  outline: 2px solid var(--logo-mint, #9eeadf);
  outline-offset: 3px;
}

.wf-splash-textContent {
  display: block;
  width: 100%;
  -webkit-text-stroke: var(--splash-text-outline-width, 0px) var(--splash-text-outline-color, currentColor);
  paint-order: stroke fill;
  white-space: pre-wrap;
}

.wf-splash-elementText[data-long="true"] {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28;
}

.wf-splash-elementButton {
  --splash-text-outline-color: var(--splash-item-text-outline-color, currentColor);
  --splash-text-outline-width: var(--splash-item-text-outline-width, 0px);
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  border: 2px solid var(--splash-frame-shadow, var(--ink));
  border-radius: 999px;
  background: var(--splash-item-color, var(--splash-button-background, #fff));
  color: var(--splash-item-text-color, var(--splash-button-text, var(--ink)));
  box-shadow: 3px 3px 0 var(--splash-frame-shadow, var(--ink));
  font-size: var(--splash-stack-font-size, 13px);
  font-weight: 850;
  line-height: 1.12;
  text-decoration: none;
  padding: 6px 11px;
  cursor: pointer;
  overflow: hidden;
  overflow-wrap: anywhere;
  transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease,
    background-color 120ms ease;
}

.wf-splash-buttonContent {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  color: inherit;
  -webkit-text-stroke: var(--splash-text-outline-width, 0px) var(--splash-text-outline-color, currentColor);
  paint-order: stroke fill;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: center;
  overflow-wrap: anywhere;
}

.wf-splash-elementButton:hover,
.wf-splash-elementButton:focus-visible,
.wf-splash-elementButton.is-edit-hovered {
  background: var(--splash-item-color, var(--splash-button-background, #fff));
  border-color: var(--splash-frame-shadow, var(--ink));
  color: var(--splash-item-text-color, var(--splash-button-text, var(--ink)));
  box-shadow: 2px 2px 0 var(--splash-frame-shadow, var(--ink));
  outline: none;
  text-decoration: none;
  transform: translate(1px, 1px) rotate(var(--splash-element-rotation, 0deg));
}

.wf-splash-elementButton:active {
  background: var(--splash-item-color, var(--splash-button-background, #fff));
  border-color: var(--splash-frame-shadow, var(--ink));
  color: var(--splash-item-text-color, var(--splash-button-text, var(--ink)));
  box-shadow: 1px 1px 0 var(--splash-frame-shadow, var(--ink));
  outline: none;
  text-decoration: none;
  transform: translate(2px, 2px) rotate(var(--splash-element-rotation, 0deg));
}

.wf-splash-elementButton:visited {
  color: var(--splash-item-text-color, var(--splash-button-text, var(--ink)));
  text-decoration: none;
}

.wf-splash-elementEvent {
  --splash-text-outline-color: var(--splash-item-text-outline-color, currentColor);
  --splash-text-outline-width: var(--splash-item-text-outline-width, 0px);
  align-items: stretch;
  justify-content: stretch;
  overflow: visible;
  color: var(--splash-ink, var(--ink));
}

.wf-splash-elementEvent > a,
.wf-splash-elementEvent > div {
  width: 100%;
  height: 100%;
}

.wf-splash-customEventButton {
  --splash-text-outline-color: var(--splash-item-text-outline-color, currentColor);
  --splash-text-outline-width: var(--splash-item-text-outline-width, 0px);
  box-sizing: border-box;
  position: relative;
  min-width: 0;
  min-height: 50px;
  padding: 6px 11px;
  color: var(--splash-item-text-color, var(--splash-button-text, var(--ink)));
  text-decoration: none;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 34px;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 8px;
  row-gap: 2px;
  border: 2px solid var(--splash-frame-shadow, var(--ink));
  border-radius: 999px;
  background: var(--splash-item-color, var(--splash-button-background, #fff));
  box-shadow: 3px 3px 0 var(--splash-frame-shadow, var(--ink));
  transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.wf-splash-elementEvent.has-custom-heart .wf-splash-customEventButton {
  padding-right: 48px;
}

.wf-splash-customEventButton:hover,
.wf-splash-customEventButton:focus-visible,
.wf-splash-elementEvent.is-edit-hovered .wf-splash-customEventButton {
  background: var(--splash-item-color, var(--splash-button-background, #fff));
  color: var(--splash-item-text-color, var(--splash-button-text, var(--ink)));
  border-color: var(--splash-frame-shadow, var(--ink));
  box-shadow: 2px 2px 0 var(--splash-frame-shadow, var(--ink));
  outline: none;
  text-decoration: none;
  transform: translate(1px, 1px);
}

.wf-splash-customEventButton:active {
  background: var(--splash-item-color, var(--splash-button-background, #fff));
  color: var(--splash-item-text-color, var(--splash-button-text, var(--ink)));
  border-color: var(--splash-frame-shadow, var(--ink));
  box-shadow: 1px 1px 0 var(--splash-frame-shadow, var(--ink));
  outline: none;
  text-decoration: none;
  transform: translate(2px, 2px);
}

.wf-splash-customEventButton:visited {
  color: var(--splash-item-text-color, var(--splash-button-text, var(--ink)));
  text-decoration: none;
}

.wf-splash-customEventButton .wf-splash-eventThumb,
.wf-splash-customEventButton .wf-splash-eventThumbSpacer {
  grid-row: 1 / 3;
}

.wf-splash-customEventButton .wf-splash-eventTitle,
.wf-splash-customEventButton .wf-splash-eventDate {
  text-align: left;
}

.wf-splash-customEventButton .wf-splash-eventTitle {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
}

.wf-splash-customEventButton .wf-splash-eventDate {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: end;
  text-align: right;
}

.wf-splash-elementEvent > .wf-interestStar {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.82) !important;
  z-index: 3;
}

.wf-splash-customEventPublicCard {
  --splash-text-outline-color: var(--splash-item-text-outline-color, currentColor);
  --splash-text-outline-width: var(--splash-item-text-outline-width, 0px);
  box-sizing: border-box;
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: var(--splash-item-color, var(--splash-button-background, #fff));
  border: var(--border) solid var(--splash-frame-shadow, var(--ink));
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 6px 6px 0 var(--splash-frame-shadow, var(--ink));
  color: var(--splash-item-text-color, #000000);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.wf-splash-customEventPublicCard:hover,
.wf-splash-customEventPublicCard:focus-within,
.wf-splash-elementEvent.is-edit-hovered .wf-splash-customEventPublicCard {
  transform: translate(1px, 1px);
  border-color: var(--splash-frame-shadow, var(--ink));
  box-shadow: 5px 5px 0 var(--splash-frame-shadow, var(--ink));
}

.wf-splash-customEventPublicCard a,
.wf-splash-customEventPublicCard a:hover,
.wf-splash-customEventPublicCard a:focus-visible,
.wf-splash-customEventPublicCard a:visited {
  color: inherit;
  text-decoration: none;
}

.wf-splash-customEventPublicCard > a {
  display: block;
  flex: 0 0 auto;
}

.wf-splash-customEventPublicCard .upperCard {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border-bottom: var(--border) solid var(--splash-frame-shadow, var(--ink));
  background: #ddd;
}

.wf-splash-customEventPublicCard .upperCardImage {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 6;
}

.wf-splash-customEventPublicCard .cardBackground {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: #000;
  opacity: 0.35;
}

.wf-splash-customEventPublicCard .upperCardCover {
  position: absolute;
  inset: 0;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.08);
}

.wf-splash-customEventPublicCard .imageTextUpperLeft {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 11;
  width: fit-content;
  max-width: calc(100% - 72px);
  padding: 10px 14px;
  border-radius: 25px;
  background: var(--splash-item-color, var(--splash-button-background, #fff));
  color: var(--splash-item-text-color, #000000);
  -webkit-text-stroke: var(--splash-text-outline-width, 0px) var(--splash-text-outline-color, currentColor);
  paint-order: stroke fill;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.3;
  white-space: normal;
}

.wf-splash-customEventPublicCard .wf-pill-cancelled {
  color: #b30b0b;
  font-weight: 1000;
}

.wf-splash-customEventPublicCard .lowerCard {
  min-height: 0;
  padding: 12px 14px 14px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: var(--splash-item-color, var(--splash-button-background, #fff));
  color: var(--splash-item-text-color, #000000);
}

.wf-splash-customEventPublicCard .leftLowerDescription {
  min-height: 0;
  color: var(--splash-item-text-color, #000000);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wf-splash-customEventPublicCard .eventTitleMobile {
  color: var(--splash-item-text-color, #000000);
  -webkit-text-stroke: var(--splash-text-outline-width, 0px) var(--splash-text-outline-color, currentColor);
  paint-order: stroke fill;
  font-size: 18px;
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.wf-splash-customEventPublicCard .bottomTicketCard {
  margin-top: 8px;
  padding-top: 8px;
  color: var(--splash-item-text-color, #000000);
  -webkit-text-stroke: var(--splash-text-outline-width, 0px) var(--splash-text-outline-color, currentColor);
  paint-order: stroke fill;
  font-size: 14px;
  line-height: 1.35;
  opacity: 0.92;
  overflow-wrap: anywhere;
}

.wf-splash-customEventPublicCard .event-googlemaps,
.wf-splash-customEventPublicCard .event-googlemaps a {
  color: var(--splash-item-text-color, #000000);
}

.wf-splash-profileLink,
.wf-splash-profileLink:hover,
.wf-splash-profileLink:focus-visible,
.wf-splash-profileLink:visited {
  color: inherit;
  text-decoration: none;
}

.wf-splash-handle {
  display: none;
  position: absolute;
  z-index: 2301;
  border: 2px solid var(--ink);
  background: var(--splash-accent, #9eeadf);
}

.wf-splash-resizeHandle {
  width: 14px;
  height: 14px;
  right: -9px;
  bottom: -9px;
  border-radius: 4px;
  cursor: nwse-resize;
}

.wf-splash-rotateHandle {
  width: 18px;
  height: 18px;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
  border-radius: 50%;
  cursor: grab;
}

.wf-splash-rotateHandle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2px;
  height: 16px;
  background: var(--ink);
}

.wf-splash-events {
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 auto;
  padding: 0 18px 6px;
}

.wf-splash-shell.has-section-layout .wf-splash-events {
  height: 0;
  min-height: 0;
  flex-basis: 0;
  padding: 0;
  overflow: visible;
}

.wf-splash-events h2 {
  margin: 0 0 6px;
  color: var(--splash-ink, var(--ink));
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.wf-splash-eventGroup {
  width: 100%;
  margin-top: var(--wf-splash-section-gap, 20px);
}

.wf-splash-eventGroup:first-child {
  margin-top: 0;
}

.wf-splash-profileLinksRow,
.wf-splash-eventsRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--wf-splash-section-gap, 20px);
}

.wf-splash-shell.has-section-layout .wf-splash-profileLinksRow,
.wf-splash-shell.has-section-layout .wf-splash-eventsRow,
.wf-splash-shell.has-section-layout .wf-splash-eventGroup {
  display: block;
  height: 0;
  min-height: 0;
  margin: 0;
  gap: 0;
  overflow: visible;
}

.wf-splash-shell.has-section-layout .wf-splash-eventGroup h2 {
  display: none;
}

.wf-splash-profileLinksRow {
  margin-top: var(--wf-splash-section-gap, 20px);
}

.wf-splash-profileButton,
.wf-splash-eventCard,
.wf-splash-membershipAsk {
  --splash-text-outline-color: var(--splash-stack-text-outline-color, currentColor);
  --splash-text-outline-width: var(--splash-stack-text-outline-width, 0px);
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  min-height: 50px;
  padding: 6px 11px;
  color: var(--splash-stack-text-color, var(--splash-button-text, var(--ink)));
  text-decoration: none;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) minmax(40px, max-content) 42px;
  align-items: center;
  column-gap: 8px;
  border: 2px solid var(--splash-frame-shadow, var(--ink));
  border-radius: 999px;
  background: var(--splash-stack-color, var(--splash-button-background, #fff));
  box-shadow: 3px 3px 0 var(--splash-frame-shadow, var(--ink));
  transform: translate(var(--splash-stack-x, 0px), var(--splash-stack-y, 0px))
    rotate(var(--splash-stack-rotation, 0deg));
  transform-origin: center;
  transition: border-color 120ms ease, box-shadow 120ms ease,
    transform 120ms ease;
}

.wf-splash-profileButton {
  display: flex;
  justify-content: center;
}

.wf-splash-membershipAsk {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  min-height: 0;
  padding: 13px;
  border-radius: 16px;
  color: var(--splash-stack-text-color, var(--splash-button-text, var(--ink)));
}

.wf-splash-membershipAskText {
  min-width: 0;
  color: var(--splash-stack-text-color, var(--splash-button-text, var(--ink)));
  -webkit-text-stroke: var(--splash-text-outline-width, 0px) var(--splash-text-outline-color, currentColor);
  paint-order: stroke fill;
  font-size: var(--splash-stack-font-size, 15px);
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
  overflow-wrap: anywhere;
}

.wf-splash-membershipAskMedia {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 2px solid var(--splash-frame-shadow, var(--ink));
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
}

.wf-splash-membershipAskMedia--video {
  position: relative;
}

.wf-splash-membershipAskMedia img,
.wf-splash-membershipAskMedia iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border: 0;
}

.wf-splash-membershipAskMedia iframe {
  pointer-events: none;
}

.wf-splash-membershipAskVideoSound {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  min-width: 78px;
  min-height: 34px;
  padding: 0 13px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(16, 16, 16, 0.78);
  color: #ffffff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  touch-action: manipulation;
}

.wf-splash-membershipAskVideoSound:hover,
.wf-splash-membershipAskVideoSound:focus-visible {
  background: rgba(16, 16, 16, 0.92);
  outline: none;
  transform: translate(1px, 1px);
}

.wf-splash-membershipAsk[hidden] {
  display: none !important;
}

.wf-splash-eventCard--cardDisplay {
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 0;
  border: var(--border) solid var(--splash-frame-shadow, var(--ink));
  border-radius: 16px;
  overflow: hidden;
  background: var(--splash-stack-color, var(--splash-button-background, #fff));
  box-shadow: 6px 6px 0 var(--splash-frame-shadow, var(--ink));
  color: var(--splash-stack-text-color, #000000);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.wf-splash-eventCard--cardDisplay .upperCard {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border-bottom: var(--border) solid var(--splash-frame-shadow, var(--ink));
  background: #ddd;
}

.wf-splash-eventCard--cardDisplay .upperCardImage {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 6;
}

.wf-splash-eventCard--cardDisplay .cardBackground {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: #000;
  opacity: 0.35;
}

.wf-splash-eventCard--cardDisplay .upperCardCover {
  position: absolute;
  inset: 0;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.08);
}

.wf-splash-eventCard--cardDisplay .imageTextUpperLeft {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 11;
  width: fit-content;
  max-width: 200px;
  padding: 10px;
  border-radius: 25px;
  background: var(--splash-stack-color, var(--splash-button-background, #fff));
  color: var(--splash-stack-text-color, #000000);
  -webkit-text-stroke: var(--splash-text-outline-width, 0px) var(--splash-text-outline-color, currentColor);
  paint-order: stroke fill;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.3;
  white-space: normal;
}

.wf-splash-eventCard--cardDisplay .wf-pill-cancelled {
  color: #b30b0b;
  font-weight: 1000;
}

.wf-splash-eventCard--cardDisplay .lowerCard {
  min-height: 0;
  padding: 12px 14px 14px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: var(--splash-stack-color, var(--splash-button-background, #fff));
  color: var(--splash-stack-text-color, #000000);
}

.wf-splash-eventCard--cardDisplay .leftLowerDescription {
  min-height: 0;
  color: var(--splash-stack-text-color, #000000);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wf-splash-eventCard--cardDisplay .eventTitleMobile {
  color: var(--splash-stack-text-color, #000000);
  -webkit-text-stroke: var(--splash-text-outline-width, 0px) var(--splash-text-outline-color, currentColor);
  paint-order: stroke fill;
  font-size: 18px;
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-align: left;
}

.wf-splash-eventCard--cardDisplay .bottomTicketCard {
  margin-top: 8px;
  padding-top: 8px;
  color: var(--splash-stack-text-color, #000000);
  -webkit-text-stroke: var(--splash-text-outline-width, 0px) var(--splash-text-outline-color, currentColor);
  paint-order: stroke fill;
  font-size: 14px;
  line-height: 1.35;
  opacity: 0.92;
  overflow-wrap: anywhere;
  text-align: left;
}

.wf-splash-profileButton span {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  color: var(--splash-stack-text-color, var(--splash-button-text, var(--ink)));
  -webkit-text-stroke: var(--splash-text-outline-width, 0px) var(--splash-text-outline-color, currentColor);
  paint-order: stroke fill;
  font-size: var(--splash-stack-font-size, 13px);
  font-weight: 850;
  line-height: 1.12;
  text-align: center;
  overflow-wrap: anywhere;
}

.wf-splash-profileButton:hover,
.wf-splash-profileButton:focus-visible,
.wf-splash-profileButton.is-edit-hovered,
.wf-splash-eventCard:hover,
.wf-splash-eventCard:focus-visible,
.wf-splash-eventCard.is-edit-hovered,
.wf-splash-membershipAsk:hover,
.wf-splash-membershipAsk:focus-visible,
.wf-splash-membershipAsk.is-edit-hovered {
  background: var(--splash-stack-color, var(--splash-button-background, #fff));
  color: var(--splash-stack-text-color, var(--splash-button-text, var(--ink)));
  border-color: var(--splash-frame-shadow, var(--ink));
  box-shadow: 2px 2px 0 var(--splash-frame-shadow, var(--ink));
  outline: none;
  text-decoration: none;
  transform: translate(
      calc(var(--splash-stack-x, 0px) + 1px),
      calc(var(--splash-stack-y, 0px) + 1px)
    )
    rotate(var(--splash-stack-rotation, 0deg));
}

.wf-splash-profileButton:active,
.wf-splash-eventCard:active,
.wf-splash-membershipAsk:active {
  background: var(--splash-stack-color, var(--splash-button-background, #fff));
  color: var(--splash-stack-text-color, var(--splash-button-text, var(--ink)));
  border-color: var(--splash-frame-shadow, var(--ink));
  box-shadow: 1px 1px 0 var(--splash-frame-shadow, var(--ink));
  outline: none;
  text-decoration: none;
  transform: translate(
      calc(var(--splash-stack-x, 0px) + 2px),
      calc(var(--splash-stack-y, 0px) + 2px)
    )
    rotate(var(--splash-stack-rotation, 0deg));
}

.wf-splash-profileButton:visited,
.wf-splash-eventCard:visited,
.wf-splash-membershipAsk:visited {
  color: var(--splash-stack-text-color, var(--splash-button-text, var(--ink)));
  text-decoration: none;
}

.wf-splash-eventCard--cardDisplay:hover,
.wf-splash-eventCard--cardDisplay:focus-visible,
.wf-splash-eventCard--cardDisplay.is-edit-hovered {
  background: var(--splash-stack-color, var(--splash-button-background, #fff));
  color: var(--splash-stack-text-color, #000000);
  border-color: rgb(195, 241, 223);
  box-shadow: 5px 5px 0 rgb(195, 241, 223);
  transform: translate(
      calc(var(--splash-stack-x, 0px) + 1px),
      calc(var(--splash-stack-y, 0px) + 1px)
    )
    rotate(var(--splash-stack-rotation, 0deg));
}

.wf-splash-eventCard--cardDisplay:active {
  background: var(--splash-stack-color, var(--splash-button-background, #fff));
  color: var(--splash-stack-text-color, #000000);
  border-color: rgb(195, 241, 223);
  box-shadow: 4px 4px 0 rgb(195, 241, 223);
}

.wf-splash-eventCard--cardDisplay:visited {
  color: var(--splash-stack-text-color, #000000);
}

.wf-splash-eventThumb,
.wf-splash-eventThumbSpacer,
.wf-splash-eventDate {
  width: auto;
}

.wf-splash-eventThumb,
.wf-splash-eventThumbSpacer {
  height: 40px;
}

.wf-splash-eventThumb {
  display: block;
  overflow: hidden;
  border: 1.5px solid var(--splash-frame-shadow, rgba(17, 17, 17, 0.22));
  border-radius: 50%;
  background: #f5f5f5;
}

.wf-splash-eventThumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wf-splash-eventThumbSpacer {
  display: block;
}

.wf-splash-eventDate {
  display: block;
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  color: var(--splash-item-text-color, var(--splash-stack-text-color, var(--splash-ink, #111111)));
  -webkit-text-stroke: var(--splash-text-outline-width, 0px) var(--splash-text-outline-color, currentColor);
  paint-order: stroke fill;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.05;
  text-align: right;
  white-space: pre-line;
  z-index: 2;
}

.wf-splash-eventCard > .wf-interestStar {
  position: static;
  grid-column: 4;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  z-index: 1;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  background: rgba(255, 255, 255, 0.82) !important;
}

.wf-splash-eventCard--cardDisplay > .wf-interestStar {
  position: absolute;
  top: 10px;
  right: 10px;
  grid-column: auto;
  grid-row: auto;
  z-index: 40;
  background: rgba(255, 255, 255, 0.82) !important;
}

.wf-splash-elementEvent[data-event-display="card"] > .wf-interestStar {
  top: 10px;
  right: 10px;
  z-index: 40;
  transform: none;
  background: rgba(255, 255, 255, 0.82) !important;
}

.wf-splash-eventTitle {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  max-width: 100%;
  display: block;
  overflow: visible;
  color: var(--splash-item-text-color, var(--splash-stack-text-color, var(--splash-button-text, var(--ink))));
  -webkit-text-stroke: var(--splash-text-outline-width, 0px) var(--splash-text-outline-color, currentColor);
  paint-order: stroke fill;
  font-size: var(--splash-stack-font-size, 13px);
  font-weight: 850;
  line-height: 1.12;
  text-align: center;
  overflow-wrap: anywhere;
  white-space: normal;
}

.wf-splash-mapWrap {
  box-sizing: border-box;
  position: relative;
  z-index: 4;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 auto;
  padding: 4px 18px 16px;
  transform: translate(var(--splash-map-x, 0px), var(--splash-map-y, 0px))
    rotate(var(--splash-map-rotation, 0deg));
  transform-origin: center;
}

.wf-splash-shell.has-section-layout .wf-splash-mapWrap {
  padding: 4px 18px 16px;
}

.wf-splash-mapWrap[hidden] {
  display: none !important;
}

.wf-splash-map {
  box-sizing: border-box;
  width: 100%;
  height: 252px;
  overflow: hidden;
  border: var(--border) solid var(--splash-frame-shadow, var(--ink));
  border-radius: 8px;
  background: #ddebf4;
  box-shadow: 4px 4px 0 var(--splash-frame-shadow, var(--ink));
  color: #111111;
}

.wf-splash-map .leaflet-tile,
.wf-splash-map .leaflet-marker-icon,
.wf-splash-map .leaflet-marker-shadow {
  max-width: none !important;
}

.wf-splash-map .leaflet-pane svg {
  max-width: none !important;
  max-height: none !important;
  overflow: visible;
}

.wf-splash-map .leaflet-control-container,
.wf-splash-map .leaflet-top,
.wf-splash-map .leaflet-bottom {
  z-index: 900;
  overflow: visible;
}

.wf-splash-map .leaflet-control-zoom {
  display: grid;
  gap: 0;
  position: relative;
  z-index: 901;
  margin: 16px 0 0 16px;
  border: 0 !important;
  border-radius: 4px;
  overflow: visible;
  background: transparent !important;
  box-shadow: none !important;
}

.wf-splash-map .leaflet-control-zoom.leaflet-bar,
.wf-splash-map .leaflet-control-zoom.leaflet-bar.leaflet-control {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.wf-splash-map .leaflet-control-zoom-in,
.wf-splash-map .leaflet-control-zoom-out {
  box-sizing: border-box;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0;
  background: #ffffff;
  color: #111111 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 28px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-decoration: none;
  box-shadow: none !important;
}

.wf-splash-map .leaflet-control-zoom a,
.wf-splash-map .leaflet-control-zoom a:hover,
.wf-splash-map .leaflet-control-zoom a:focus,
.wf-splash-map .leaflet-control-zoom a:active {
  border: 0 !important;
  box-shadow: none !important;
}

.wf-splash-map .leaflet-control-zoom-in {
  border-bottom: 0 !important;
}

.wf-splash-map .leaflet-control-zoom-out {
  border-top: 0 !important;
}

.wf-splash-map .leaflet-control-zoom-in:hover,
.wf-splash-map .leaflet-control-zoom-out:hover,
.wf-splash-map .leaflet-control-zoom-in:focus-visible,
.wf-splash-map .leaflet-control-zoom-out:focus-visible {
  background: #ffffff;
  color: #111111;
}

.wf-splash-map .leaflet-control-attribution {
  color: #111111;
  font-size: 11px;
  line-height: 1.25;
}

.wf-splash-mapLabelMarker,
.wf-splash-mapLabelMarker.leaflet-div-icon {
  width: auto !important;
  height: auto !important;
  border: 0;
  background: transparent;
}

.wf-splash-mapLabelText,
.wf-splash-mapLabelText:hover,
.wf-splash-mapLabelText:focus-visible,
.wf-splash-mapLabelText:visited {
  box-sizing: border-box;
  display: inline-block;
  max-width: 220px;
  padding: 4px 9px;
  overflow: hidden;
  border: 3px solid #111111;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #111111;
  box-shadow: none;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wf-splash-mapLabelText:focus-visible {
  outline: 2px solid var(--logo-mint, #9eeadf);
  outline-offset: 2px;
}

html.wf-splash-html body.wf-redesign-page.wf-splash-page .wf-splash-map a.wf-splash-mapLabelText,
html.wf-splash-html body.wf-redesign-page.wf-splash-page .wf-splash-map a.wf-splash-mapLabelText:link,
html.wf-splash-html body.wf-redesign-page.wf-splash-page .wf-splash-map a.wf-splash-mapLabelText:visited,
html.wf-splash-html body.wf-redesign-page.wf-splash-page .wf-splash-map a.wf-splash-mapLabelText:hover,
html.wf-splash-html body.wf-redesign-page.wf-splash-page .wf-splash-map a.wf-splash-mapLabelText:focus-visible,
html.wf-splash-html body.wf-redesign-page.wf-splash-page .wf-splash-map a.wf-splash-mapLabelText:active {
  color: #111111 !important;
  text-decoration: none !important;
}

.wf-splash-mapWrap.is-editing-map .wf-splash-mapLabelText {
  cursor: default;
  pointer-events: none;
}

.wf-splash-shell.is-editing .wf-splash-mapWrap {
  cursor: move;
  touch-action: none;
  transition: none !important;
}

.wf-splash-mapLiveMarker,
.wf-splash-mapLiveMarker.leaflet-div-icon {
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.wf-splash-mapMarkerImage,
.wf-splash-mapMarkerFallback {
  box-sizing: border-box;
  width: 36px !important;
  height: 36px !important;
  max-width: none !important;
  max-height: none !important;
  padding: 0;
  margin: 0;
  border-radius: 8px;
}

.wf-splash-mapMarkerImage {
  display: block;
  object-fit: cover;
}

.wf-splash-mapMarkerFallback {
  display: grid;
  place-items: center;
  border: 2px solid #111111;
  background: #1aa9de;
  color: #111111;
  font-size: 17px;
  font-weight: 950;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-events {
  position: relative;
  z-index: 4;
  padding: 0 28px 8px;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-events h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-profileLinksRow,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventsRow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 13px;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-profileLinksRow {
  margin-top: 12px;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-profileButton,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard {
  min-height: 58px;
  padding: 7px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff8df;
  border-color: #fff8df !important;
  border-radius: 9px;
  background: var(--splash-stack-color, #080808);
  box-shadow:
    inset 0 0 0 2px #5b5b5b,
    0 0 0 2px #b98521;
  color: var(--splash-stack-text-color, #ffffff);
  font-family: Arial, Helvetica, sans-serif;
  transition: box-shadow 120ms ease, transform 120ms ease;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-profileButton:hover,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-profileButton:focus-visible,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard:hover,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard:focus-visible {
  border-color: #ffffff;
  box-shadow:
    inset 0 0 0 2px #888888,
    0 0 0 2px #ffc72c;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventThumb,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventThumbSpacer,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventDate {
  display: none;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-profileButton span,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventTitle {
  color: var(--splash-stack-text-color, #ffffff);
  font-size: var(--splash-stack-font-size, clamp(12px, 3.6vw, 21px));
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-shadow: 1px 1px 0 #000000;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard--cardDisplay {
  min-height: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  border: var(--border) solid var(--splash-frame-shadow, var(--ink));
  border-color: var(--splash-frame-shadow, var(--ink)) !important;
  border-radius: 16px;
  background: var(--splash-stack-color, var(--splash-button-background, #fff));
  box-shadow: 6px 6px 0 var(--splash-frame-shadow, var(--ink));
  color: var(--splash-stack-text-color, #000000);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard--cardDisplay:hover,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard--cardDisplay:focus-visible {
  border-color: rgb(195, 241, 223) !important;
  box-shadow: 5px 5px 0 rgb(195, 241, 223);
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard--cardDisplay .upperCard,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard--cardDisplay .lowerCard,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard--cardDisplay .eventTitleMobile,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard--cardDisplay .bottomTicketCard,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard--cardDisplay .imageTextUpperLeft {
  display: block;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard--cardDisplay .lowerCard {
  display: flex;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard--cardDisplay .leftLowerDescription {
  display: flex;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard--cardDisplay .eventTitleMobile,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard--cardDisplay .bottomTicketCard,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-eventCard--cardDisplay .imageTextUpperLeft {
  color: var(--splash-stack-text-color, #000000);
  text-align: left;
  text-shadow: none;
}

.wf-splash-shell:not(.is-splash-ready) [data-splash-stack-id],
.wf-splash-shell:not(.is-splash-ready) .wf-splash-mapWrap,
.wf-splash-shell:not(.is-splash-ready) .wf-splash-element,
.wf-splash-shell:not(.is-splash-ready) .wf-splash-customEventButton,
.wf-splash-shell:not(.is-splash-ready) .wf-splash-followAction .follow-button,
.wf-splash-shell:not(.is-splash-ready) .wf-splash-supportAction .follow-button {
  transition: none !important;
}

.wf-splash-shell.is-editing [data-splash-stack-id] {
  cursor: move;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  transition: none !important;
}

.wf-splash-shell.is-editing [data-splash-stack-id].is-selected {
  outline: none;
  overflow: visible;
}

[data-splash-stack-id].is-selected {
  outline: 2px solid var(--splash-accent, #9eeadf);
  outline-offset: 3px;
}

.wf-splash-shell.is-editing .wf-splash-elementButton {
  transition: none !important;
}

.wf-splash-shell.is-editing [data-splash-stack-id].is-edit-hovered .follow-button {
  background: var(--splash-stack-color, var(--splash-button-background, #fff));
  color: var(--splash-stack-text-color, var(--splash-button-text, #101010));
  border-color: var(--splash-frame-shadow, #101010);
  box-shadow: 2px 2px 0 var(--splash-frame-shadow, #101010);
  transform: translate(1px, 1px);
}

.wf-splash-emptyEvents {
  grid-column: 1 / -1;
  padding: 18px;
  border: 2px dashed rgba(17, 17, 17, 0.35);
  border-radius: 10px;
  font-size: 13px;
  text-align: center;
}

.wf-splash-creditSpacer {
  flex: 0 0 var(--wf-splash-credit-gap, 24px);
  width: 100%;
  height: var(--wf-splash-credit-gap, 24px);
  min-height: var(--wf-splash-credit-gap, 24px);
  pointer-events: none;
}

.wf-splash-credit {
  width: 100%;
  box-sizing: border-box;
  flex: 0 0 auto;
  margin-top: auto;
  padding: 7px 14px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  color: var(--splash-ink, #111111);
  text-decoration: none;
  transition: color 120ms ease;
}

.wf-splash-credit:hover,
.wf-splash-credit:visited {
  color: var(--splash-ink, #111111);
  text-decoration: none;
}

.wf-splash-shell.is-editing .wf-splash-credit {
  cursor: default;
}

.wf-splash-shell.is-editing .wf-splash-credit:hover span,
.wf-splash-shell.is-editing .wf-splash-credit:focus-visible span {
  color: inherit;
  text-decoration: none;
}

.wf-splash-credit:focus-visible {
  color: var(--splash-ink, #111111);
  outline: none;
  text-decoration: none;
}

.wf-splash-credit:hover span,
.wf-splash-credit:focus-visible span {
  color: var(--splash-ink, #111111);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wf-splash-creditLogo {
  width: 58px;
  height: auto;
  display: block;
  padding: 0;
  border: 1px solid #111111;
  border-radius: 999px;
  background: transparent;
  box-sizing: content-box;
}

.wf-splash-credit:hover .wf-splash-creditLogo,
.wf-splash-credit:focus-visible .wf-splash-creditLogo {
  text-decoration: none;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-credit {
  position: relative;
  z-index: 4;
  padding: 8px 28px 20px;
  justify-content: flex-end;
  gap: 12px;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-credit span,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-credit img {
  display: none;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-credit::before,
.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-credit::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 36px;
  padding: 0 12px;
  border: 3px solid #b8c8e9;
  background: #0b0b0b;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #4d4d4d;
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-credit::before {
  content: "GO BACK";
}

.wf-splash-shell[data-splash-style="metrocard"] .wf-splash-credit::after {
  content: "CANCEL";
  border-color: #d81e24;
  color: #ff3b3b;
}

.wf-splash-editorPanel {
  display: none;
  height: 100vh;
  overflow: auto;
  position: sticky;
  top: 0;
  z-index: 2700;
  flex-direction: column;
  min-width: 0;
  padding: 16px;
  border-right: var(--border) solid var(--wf-splash-editor-ink);
  background: var(--paper);
  box-shadow: 6px 0 0 rgba(17, 17, 17, 0.08);
  color: var(--wf-splash-editor-ink);
}

.wf-splash-shell.is-editing .wf-splash-editorPanel {
  display: flex;
}

.wf-splash-page--editing .wf-splash-editorPanel {
  height: 100%;
}

.wf-splash-editorIntro {
  margin: 0 0 16px;
  padding: 14px;
  border: var(--border) solid var(--wf-splash-editor-ink, #111111);
  border-radius: 10px;
  background: var(--lav, #c8bdfc);
  color: var(--wf-splash-editor-ink, #111111);
  box-shadow: 4px 4px 0 var(--wf-splash-editor-ink, #111111);
}

.wf-splash-editorIntro p {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.wf-splash-editorIntroLinkRow {
  min-width: 0;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wf-splash-editorIntro .wf-splash-editorIntroUrl {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 38px;
  min-height: 38px;
  margin: 0;
  padding: 0 9px;
  flex: 1 1 auto;
  display: block;
  border: 2px solid var(--wf-splash-editor-ink, #111111);
  border-radius: 9px;
  background: #e8e8e8;
  color: var(--wf-splash-editor-ink, #111111);
  box-shadow: none;
  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wf-splash-editorIntro .wf-splash-editorIntroUrl:focus-visible {
  outline: 2px solid var(--wf-splash-editor-ink, #111111);
  outline-offset: 2px;
}

.wf-splash-editorIntroCopy {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  margin: 0;
  padding: 0;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--wf-splash-editor-ink, #111111);
  border-radius: 9px;
  background: #fffdf7;
  color: var(--wf-splash-editor-ink, #111111);
  box-shadow: 2px 2px 0 var(--wf-splash-editor-ink, #111111);
  cursor: pointer;
}

.wf-splash-editorIntroCopy:hover,
.wf-splash-editorIntroCopy:focus-visible {
  outline: none;
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 var(--wf-splash-editor-ink, #111111);
}

.wf-splash-editorIntroCopy.is-copied {
  background: var(--logo-mint, #9eeadf);
}

.wf-splash-editorIntroCopy svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wf-splash-editorIntroCopiedIcon {
  display: none;
}

.wf-splash-editorIntroCopy.is-copied .wf-splash-editorIntroCopyIcon {
  display: none;
}

.wf-splash-editorIntroCopy.is-copied .wf-splash-editorIntroCopiedIcon {
  display: block;
}

.wf-splash-editorIntroCopyStatus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wf-splash-editorIntro .wf-secondary-btn {
  width: 100%;
}

.wf-splash-shell.is-editing .wf-splash-workspace {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  place-items: start center;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  cursor: default;
  padding-top: calc(var(--wf-splash-page-margin) + 48px + env(safe-area-inset-top));
}

.wf-splash-shell.is-editing .wf-splash-phoneFrame {
  overflow: hidden;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
}

.wf-splash-editorOverlay {
  position: fixed;
  inset: 0;
  z-index: 2600;
  pointer-events: none;
}

.wf-splash-editorOverlayBox {
  position: fixed;
  box-sizing: border-box;
  z-index: 2;
  border: 2px solid var(--splash-accent, #9eeadf);
  outline: 3px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
  pointer-events: none;
  cursor: move;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.wf-splash-sectionOverlayLayer {
  position: fixed;
  inset: 0;
  z-index: 2650;
  pointer-events: none;
}

.wf-splash-sectionHandle {
  position: fixed;
  width: 25px;
  min-width: 25px;
  height: 84px;
  padding: 0;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transform: translateY(-50%);
  border: 3px solid #111111;
  border-left: 0;
  border-radius: 0 10px 10px 0;
  background: #fffdf7;
  color: #111111;
  box-shadow: none;
  pointer-events: auto;
  touch-action: none;
  -webkit-touch-callout: none;
  appearance: none;
  -webkit-appearance: none;
}

.wf-splash-sectionHandle:active {
  transform: translateY(-50%);
  box-shadow: none;
}

.wf-splash-sectionHandle:disabled {
  cursor: progress;
  opacity: 0.42;
}

.wf-splash-sectionDuplicateHandle svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wf-splash-activeSectionBox {
  position: fixed;
  box-sizing: border-box;
  z-index: 2640;
  border-top: 2px dashed var(--splash-accent, #9eeadf);
  border-bottom: 2px dashed var(--splash-accent, #9eeadf);
  background: rgba(158, 234, 223, 0.08);
  pointer-events: none;
}

.wf-splash-editorOverlayBox.is-multi {
  border-style: dashed;
  outline: none;
  pointer-events: auto;
}

.wf-splash-editorOverlayBox.is-multi > .wf-splash-handle {
  display: none;
}

.wf-splash-marqueeBox {
  position: fixed;
  box-sizing: border-box;
  z-index: 2;
  border: 2px dashed var(--splash-accent, #9eeadf);
  background: rgba(158, 234, 223, 0.14);
  pointer-events: none;
}

.wf-splash-centerGuide {
  position: fixed;
  z-index: 1;
  display: none;
  pointer-events: none;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.95));
}

.wf-splash-centerGuide.is-visible {
  display: block;
}

.wf-splash-centerGuideVertical {
  width: 0;
  border-left: 2px dashed var(--splash-accent, #9eeadf);
  transform: translateX(-1px);
}

.wf-splash-centerGuideHorizontal {
  height: 0;
  border-top: 2px dashed var(--splash-accent, #9eeadf);
  transform: translateY(-1px);
}

.wf-splash-editorOverlayBox > .wf-splash-handle {
  display: block;
  pointer-events: auto;
}

.wf-splash-shell.is-editing .wf-splash-workspace.is-panning,
.wf-splash-shell.is-editing .wf-splash-workspace.is-panning .wf-splash-phoneFrame {
  cursor: grabbing;
}

.wf-splash-shell [hidden] {
  display: none !important;
}

.wf-splash-panelSection {
  border-bottom: 2px solid rgba(17, 17, 17, 0.12);
  padding: 0 0 16px;
  margin-bottom: 16px;
}

.wf-splash-resetSection {
  margin-top: auto;
  margin-bottom: 0;
  border-bottom: 0;
}

.wf-splash-resetSection .wf-secondary-btn + .wf-secondary-btn {
  margin-top: 8px;
}

.wf-splash-panelSection h2 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.wf-splash-collapsibleSummary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  padding: 0.65rem 0.85rem;
  border: var(--border) solid var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  border-radius: 8px;
  background: #fff;
  color: var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background 160ms ease;
}

.wf-splash-collapsibleSummary:hover,
.wf-splash-collapsibleSummary:focus-visible {
  outline: none;
  background: #fff;
  border-color: var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  color: var(--wf-splash-editor-ink, var(--splash-ink, #111111));
}

.wf-splash-collapsibleSummary::-webkit-details-marker {
  display: none;
}

.wf-splash-collapsibleSummary h2 {
  margin: 0;
}

.wf-splash-collapsibleCaret {
  width: 10px;
  height: 10px;
  border-right: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  transform: rotate(45deg);
  transition: transform 160ms ease;
  box-sizing: border-box;
  flex: 0 0 auto;
}

.wf-splash-collapsiblePanel[open] > .wf-splash-collapsibleSummary .wf-splash-collapsibleCaret {
  transform: rotate(-135deg);
}

.wf-splash-collapsibleBody {
  padding-top: 10px;
}

.wf-splash-panelSection label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 850;
  margin: 0 0 8px;
}

.wf-splash-settingsPanel label {
  gap: 6px;
  margin: 0 0 8px;
}

.wf-splash-settingsPanel label[hidden] {
  display: none !important;
}

.wf-splash-selectedEventControls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 10px;
}

.wf-splash-selectedEventControls[hidden] {
  display: none !important;
}

.wf-splash-selectedEventControls .wf-splash-selectedEventSwitch {
  grid-template-columns: auto minmax(0, 1fr);
  margin: 0 !important;
}

.wf-splash-selectedEventSwitch.is-disabled {
  cursor: default;
  opacity: 0.55;
}

.wf-splash-settingsPanel #splashResetElement {
  margin-top: 34px;
  margin-bottom: 2px;
}

.wf-splash-settingsPanel #splashDeleteElement {
  margin-top: 4px;
  margin-bottom: 0;
}

.wf-splash-eventActionLinks {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.wf-splash-eventActionLinks:not([hidden]) + #splashResetElement {
  margin-top: 20px;
}

.wf-splash-eventActionLinks .wf-secondary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wf-splash-panelSection [hidden] {
  display: none !important;
}

.wf-splash-backgroundColors,
.wf-splash-backgroundContentColors {
  display: grid;
  gap: 8px;
  margin-top: 0;
}

.wf-splash-backgroundPanel .wf-splash-collapsibleBody {
  display: grid;
  gap: 8px;
}

.wf-splash-backgroundPanel .wf-splash-collapsibleBody > label,
.wf-splash-backgroundColors label,
.wf-splash-backgroundContentColors label {
  gap: 6px;
  margin: 0;
}

.wf-splash-backgroundContentColors label:last-child {
  margin-bottom: 0;
}

.wf-splash-jazzAction {
  display: grid;
  margin-top: 2px;
}

.wf-splash-jazzAction .wf-secondary-btn {
  width: 100%;
}

#splashJazzStyle,
.wf-splash-ownerActions #splashEditToggle[data-splash-jazz-prompt-toggle="true"] {
  background: linear-gradient(
    90deg,
    #ff4d6d 0%,
    #ffb000 17%,
    #ffe66d 34%,
    #4ddc7a 50%,
    #3ec7ff 66%,
    #7a5cff 83%,
    #ff4fd8 100%
  );
  color: #111111;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.48);
}

#splashJazzStyle:hover,
#splashJazzStyle:focus-visible,
#splashJazzStyle:active,
.wf-splash-ownerActions #splashEditToggle[data-splash-jazz-prompt-toggle="true"]:hover,
.wf-splash-ownerActions #splashEditToggle[data-splash-jazz-prompt-toggle="true"]:focus-visible,
.wf-splash-ownerActions #splashEditToggle[data-splash-jazz-prompt-toggle="true"]:active {
  background: linear-gradient(
    90deg,
    #ff4d6d 0%,
    #ffb000 17%,
    #ffe66d 34%,
    #4ddc7a 50%,
    #3ec7ff 66%,
    #7a5cff 83%,
    #ff4fd8 100%
  );
  color: #111111;
}

.wf-splash-fieldNote {
  display: block;
  color: rgba(17, 17, 17, 0.64);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.wf-splash-eventSubsectionTitle {
  margin: 0;
  color: #111111;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.wf-splash-highlightEventControls {
  display: grid;
  gap: 4px;
  margin: 0;
}

.wf-splash-panelSection label.wf-splash-highlightEventField {
  gap: 0;
  margin-top: 6px;
  margin-bottom: 6px;
}

.wf-splash-panelSection label.wf-splash-highlightEventField:last-child {
  margin-bottom: 0;
}

.wf-splash-highlightEventField #splashEventSearch,
.wf-splash-highlightEventField #splashEventDisplay {
  margin-bottom: 0;
}

.wf-splash-panelSection label.wf-splash-backgroundFillField {
  margin-bottom: 0;
}

.wf-splash-backgroundFillField #splashBackgroundMode {
  margin-bottom: 0;
}

.wf-splash-extraSubsection {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
}

.wf-splash-extraSubsection:last-child {
  margin-bottom: 0;
}

.wf-splash-eventSearchWrap {
  position: relative;
  display: block;
}

.wf-splash-eventAutocomplete {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 2400;
  max-height: 180px;
  overflow: auto;
  border: 1px solid #aaa;
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.18);
}

.wf-splash-eventAutocomplete[hidden] {
  display: none !important;
}

.wf-splash-eventAutocompleteOption {
  display: grid;
  gap: 2px;
  padding: 7px 8px;
  cursor: pointer;
}

.wf-splash-eventAutocompleteOption:hover,
.wf-splash-eventAutocompleteOption:focus-visible {
  background: #f5f5f5;
  outline: none;
}

.wf-splash-eventAutocompleteTitle {
  color: var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.wf-splash-eventAutocompleteMeta {
  color: rgba(17, 17, 17, 0.62);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.wf-splash-panelSection input,
.wf-splash-panelSection select,
.wf-splash-panelSection textarea {
  width: 100%;
  min-height: 38px;
  margin: 0;
  border: 2px solid var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  border-radius: 8px;
  background: #fff;
  color: var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  padding: 8px 10px;
  font: inherit;
}

.wf-splash-panelSection textarea {
  min-height: 210px;
  font-family: "Courier New", monospace;
  font-size: 12px;
  line-height: 1.35;
  resize: vertical;
  white-space: pre;
  overflow: auto;
}

.wf-splash-panelSection .wf-splash-labelTextarea {
  min-height: 54px;
  max-height: 180px;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.25;
  resize: vertical;
  white-space: pre-wrap;
}

.wf-splash-panelSection input[type="color"] {
  padding: 3px;
}

#splashElementUrl {
  margin-bottom: 0;
}

.wf-splash-linkHint {
  margin-top: -6px;
  color: #c1121f;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.wf-splash-panelSection input.has-link-error {
  border-color: #c1121f;
}

.wf-splash-organizationToggleList {
  display: grid;
  gap: 10px;
}

.wf-splash-upcomingEventControls {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.wf-splash-upcomingSourceList,
.wf-splash-upcomingEventList {
  display: grid;
  gap: 10px;
}

.wf-splash-upcomingEventList {
  padding-top: 0;
  max-height: 248px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 4px;
  scrollbar-gutter: stable;
}

.wf-splash-upcomingLimitField {
  margin: 0 !important;
}

.wf-splash-upcomingResetButton {
  width: 100%;
  margin-top: 2px;
}

.wf-splash-organizationToggle,
.wf-splash-panelSwitch {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem;
  margin: 0 !important;
  cursor: pointer;
}

.wf-splash-upcomingEventOption[data-splash-upcoming-event-option] {
  grid-template-columns: minmax(0, 1fr) 20px 18px;
  grid-template-areas:
    "event-text pin handle"
    "event-controls event-controls event-controls";
  align-items: start;
  column-gap: 2px;
  row-gap: 0;
}

.wf-splash-upcomingEventSwitches {
  grid-area: event-controls;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  justify-self: start;
  margin-top: 0;
  padding-top: 0;
}

.wf-splash-miniSwitch {
  display: grid;
  gap: 2px;
  justify-items: center;
  margin: 0 !important;
  cursor: pointer;
}

.wf-splash-miniSwitch.is-disabled {
  cursor: default;
  opacity: 0.55;
}

.wf-splash-miniSwitch span {
  color: var(--wf-splash-editor-ink, #111111);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: normal;
}

.wf-splash-miniSwitch input {
  width: 28px;
  height: 16px;
  margin: 0;
}

.wf-splash-upcomingEventOption[data-splash-upcoming-event-option] .wf-splash-upcomingEventText {
  grid-area: event-text;
}

.wf-splash-upcomingEventText {
  display: grid;
  gap: 2px;
  min-width: 0;
  margin-top: 0;
  padding-top: 0;
}

.wf-splash-organizationToggle span,
.wf-splash-panelSwitch span {
  min-width: 0;
  color: var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.wf-splash-otherActionLink {
  justify-self: end;
  min-width: max-content;
  padding: 4px 7px;
  border: 1.5px solid var(--wf-splash-editor-ink, #111111);
  border-radius: 6px;
  color: var(--wf-splash-editor-ink, #111111);
  background: var(--paper, #fffdf7);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.wf-splash-otherActionLink:hover,
.wf-splash-otherActionLink:focus-visible {
  color: var(--paper, #fffdf7);
  background: var(--wf-splash-editor-ink, #111111);
  outline: none;
  text-decoration: none;
}

.wf-splash-upcomingEventOption span {
  display: grid;
  gap: 2px;
}

.wf-splash-upcomingEventOption .wf-splash-miniSwitch span {
  display: block;
  color: var(--wf-splash-editor-ink, #111111);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: normal;
}

.wf-splash-upcomingEventOption strong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.12;
  margin-top: 0;
}

.wf-splash-upcomingEventOption small {
  display: block;
  color: rgba(17, 17, 17, 0.62);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wf-splash-upcomingPin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #111111;
  cursor: pointer;
}

.wf-splash-upcomingPin svg {
  width: 16px;
  height: 16px;
  display: block;
}

.wf-splash-upcomingPinOutline {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wf-splash-upcomingPinSolid {
  display: none;
  fill: currentColor;
  stroke: none;
}

.wf-splash-upcomingPin[aria-pressed="true"] .wf-splash-upcomingPinOutline {
  display: none;
}

.wf-splash-upcomingPin[aria-pressed="true"] .wf-splash-upcomingPinSolid {
  display: block;
}

.wf-splash-upcomingPin:hover,
.wf-splash-upcomingPin:focus-visible {
  background: #f5f5f5;
  outline: none;
}

.wf-splash-upcomingEventOption[data-splash-upcoming-event-option] .wf-splash-upcomingPin {
  grid-area: pin;
  align-self: center;
  justify-self: end;
}

.wf-splash-upcomingEventOption[data-splash-upcoming-event-option] .wf-splash-reorderHandle {
  grid-area: handle;
  justify-self: end;
}

.wf-splash-reorderHandle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 30px;
  padding: 0 2px;
  border-radius: 6px;
  justify-self: end;
  align-self: center;
  flex: 0 0 auto;
  color: #111111;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  opacity: 1;
}

.wf-splash-panelSwitch .wf-splash-reorderHandle,
.wf-splash-organizationToggle .wf-splash-reorderHandle,
.wf-splash-upcomingEventOption .wf-splash-reorderHandle {
  display: inline-flex;
  min-width: 18px;
  color: #111111;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  overflow-wrap: normal;
}

.wf-splash-reorderHandle:hover {
  background: #f5f5f5;
  color: #111111;
}

.wf-splash-reorderHandle:active {
  cursor: grabbing;
  background: #eeeeee;
  color: #111111;
}

.wf-splash-reorderHandle[hidden] {
  display: none !important;
}

.wf-splash-panelSwitch.is-reordering,
.wf-splash-organizationToggle.is-reordering {
  opacity: 0.55;
}

.wf-splash-panelSwitch.is-reorder-target,
.wf-splash-organizationToggle.is-reorder-target {
  outline: 2px solid var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  outline-offset: 2px;
}

.wf-splash-organizationToggle input[role="switch"],
.wf-splash-panelSwitch input[role="switch"] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  position: relative;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 44px;
  border: var(--border) solid var(--wf-splash-editor-ink, var(--splash-ink, #111111)) !important;
  border-radius: 9999px !important;
  background: rgba(0, 0, 0, 0.12) !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: background 0.2s;
  vertical-align: middle;
}

.wf-splash-organizationToggle input[role="switch"]::after,
.wf-splash-panelSwitch input[role="switch"]::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  transform: translateY(-50%);
  transition: left 0.2s;
}

.wf-splash-organizationToggle input[role="switch"]:checked,
.wf-splash-panelSwitch input[role="switch"]:checked {
  background: var(--logo-mint, #9eeadf) !important;
}

.wf-splash-organizationToggle input[role="switch"]:checked::after,
.wf-splash-panelSwitch input[role="switch"]:checked::after {
  left: calc(100% - 17px);
}

.wf-splash-organizationToggle input[role="switch"]:focus-visible,
.wf-splash-panelSwitch input[role="switch"]:focus-visible {
  outline: 2px solid var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  outline-offset: 2px;
}

.wf-splash-selectedImagePreview {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 2px solid var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
}

.wf-splash-selectedImagePreview[hidden] {
  display: none;
}

.wf-splash-selectedImagePreview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wf-splash-dropZone.wf-splash-replaceMediaDrop {
  min-height: 76px;
  padding: 12px;
  margin-bottom: 8px;
}

.wf-splash-dropZone {
  box-sizing: border-box;
  position: relative;
  min-height: 118px;
  padding: 16px;
  border: 2px dashed var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  border-radius: 10px;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: #f6fffc;
  color: var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  text-align: center;
  line-height: 1.3;
  transition: border-color 120ms ease, box-shadow 120ms ease,
    background 120ms ease;
}

.wf-splash-dropZone input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.wf-splash-dropZone.is-dragover {
  background: var(--splash-accent, #9eeadf);
  box-shadow: inset 0 0 0 2px var(--wf-splash-editor-ink, var(--splash-ink, #111111));
}

.wf-splash-dropZone:hover,
.wf-splash-dropZone:focus-within {
  border-color: var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  background: #fff;
  box-shadow: 2px 2px 0 var(--wf-splash-editor-ink, var(--splash-ink, #111111));
}

.wf-splash-addTool {
  width: 100%;
}

.wf-splash-editorPanel .wf-pill-btn,
.wf-splash-editorPanel .wf-secondary-btn,
.wf-splash-editorPanel .wf-accent-btn {
  border-color: var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  color: var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  box-shadow: 3px 3px 0 var(--wf-splash-editor-ink, var(--splash-ink, #111111));
}

.wf-splash-editorPanel .wf-pill-btn:hover,
.wf-splash-editorPanel .wf-pill-btn:focus-visible,
.wf-splash-editorPanel .wf-secondary-btn:hover,
.wf-splash-editorPanel .wf-secondary-btn:focus-visible,
.wf-splash-editorPanel .wf-accent-btn:hover,
.wf-splash-editorPanel .wf-accent-btn:focus-visible {
  border-color: var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  color: var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  box-shadow: 2px 2px 0 var(--wf-splash-editor-ink, var(--splash-ink, #111111));
  outline: none;
}

html.wf-splash-html body.wf-redesign-page.wf-splash-page .wf-accent-btn {
  background: #fff;
  animation: none;
}

html.wf-splash-html body.wf-redesign-page.wf-splash-page .wf-accent-btn:hover,
html.wf-splash-html body.wf-redesign-page.wf-splash-page .wf-accent-btn:focus-visible,
html.wf-splash-html body.wf-redesign-page.wf-splash-page .wf-accent-btn:active {
  background: #fff;
  animation: none;
}

.wf-splash-dirtyActions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.wf-splash-dirtyActions[hidden] {
  display: none;
}

.wf-splash-cropModal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: rgba(17, 17, 17, 0.58);
  padding: 20px;
}

.wf-splash-cropModal[hidden] {
  display: none;
}

.wf-splash-cropDialog {
  width: min(760px, 100%);
  background: var(--paper);
  border: var(--border) solid var(--ink);
  border-radius: 12px;
  box-shadow: 8px 8px 0 var(--ink);
  padding: 18px;
  position: relative;
}

.wf-splash-cropDialog h2 {
  margin: 0 0 12px;
  font-size: 20px;
}

.wf-splash-cropClose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--ink);
  background: #fff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 2px 2px 0 var(--ink);
  transition: transform 120ms ease, border-color 120ms ease,
    box-shadow 120ms ease, background 120ms ease;
}

.wf-splash-cropClose:hover,
.wf-splash-cropClose:focus-visible {
  border-color: var(--logo-mint, #9eeadf);
  box-shadow: 1px 1px 0 var(--logo-mint, #9eeadf);
  outline: none;
  transform: translate(1px, 1px);
}

.wf-splash-cropBox {
  height: min(58vh, 500px);
  background: #111;
}

.wf-splash-cropBox img {
  display: block;
  max-width: 100%;
}

.wf-splash-cropActions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

@media (max-width: 820px) {
  .wf-splash-shell {
    --wf-splash-frame-shadow-size: 5px;
    --wf-splash-editor-width: clamp(190px, 50vw, 280px);
  }

  .wf-splash-shell.is-editing {
    grid-template-columns: var(--wf-splash-editor-width) minmax(0, 1fr);
  }

  .wf-splash-editorPanel {
    position: sticky;
    height: 100vh;
    border-right: var(--border) solid var(--ink);
    border-bottom: 0;
    padding: 12px;
  }

  .wf-splash-shell.is-editing .wf-splash-ownerActions {
    gap: 7px;
  }

  .wf-splash-shell.is-editing .wf-splash-ownerActions .wf-pill-btn,
  .wf-splash-shell.is-editing .wf-splash-ownerActions .wf-accent-btn,
  .wf-splash-shell.is-editing .wf-splash-ownerActions .wf-secondary-btn {
    padding: 0.35rem 0.58rem;
    min-height: 36px;
    font-size: 0.76rem;
  }

  .wf-splash-shell.is-editing .wf-splash-ownerActions #splashEditToggle {
    min-width: 78px;
  }

  .wf-splash-zoomControls {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .wf-splash-phoneFrame {
    box-shadow: var(--wf-splash-frame-shadow-size) var(--wf-splash-frame-shadow-size) 0 var(--splash-frame-shadow, var(--ink));
  }
}
