/* [project]/app/booking/components/BookingFlowPageShell.module.css [app-client] (css) */
.BookingFlowPageShell-module__i8HG9a__root {
  --booking-flow-action-size: 58px;
  --booking-flow-action-trailing-space: 1px;
  --booking-flow-content-start-gap: calc(var(--volera-booking-flow-navigation-title-gap) -
      var(--booking-flow-action-trailing-space));
  --booking-flow-inline-gutter: var(--booking-flow-action-size);
  background: var(--volera-page-canvas);
  color: var(--volera-text);
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100dvh;
  min-height: 0;
  display: grid;
  overflow: hidden;
}

.BookingFlowPageShell-module__i8HG9a__header {
  background: color-mix(in srgb, var(--volera-page-canvas) 96%, transparent);
  border-bottom: 1px solid var(--volera-border-soft);
  box-sizing: border-box;
  grid-template-columns: var(--booking-flow-action-size) minmax(0, 1fr)
    var(--booking-flow-action-size);
  padding-top: env(safe-area-inset-top, 0px);
  z-index: 40;
  align-items: stretch;
  display: grid;
  position: relative;
}

.BookingFlowPageShell-module__i8HG9a__headerButton {
  appearance: none;
  box-sizing: border-box;
  color: var(--volera-text);
  cursor: pointer;
  height: var(--booking-flow-action-size);
  transition: background-color var(--volera-motion-duration-fast)
      var(--volera-motion-ease),
    border-color var(--volera-motion-duration-fast) var(--volera-motion-ease),
    box-shadow var(--volera-motion-duration-fast) var(--volera-motion-ease),
    transform var(--volera-motion-duration-fast) var(--volera-motion-ease);
  width: var(--booking-flow-action-size);
  background: none;
  border: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

.BookingFlowPageShell-module__i8HG9a__headerButton svg {
  width: 22px;
  height: 22px;
}

.BookingFlowPageShell-module__i8HG9a__backButton {
  border-right: 1px solid var(--volera-border-soft);
}

.BookingFlowPageShell-module__i8HG9a__closeButton {
  border-left: 1px solid var(--volera-border-soft);
}

.BookingFlowPageShell-module__i8HG9a__headerButton:focus-visible {
  box-shadow: inset 0 0 0 2px var(--volera-pink);
  outline: none;
}

.BookingFlowPageShell-module__i8HG9a__headerButton:disabled {
  cursor: wait;
  opacity: .58;
}

.BookingFlowPageShell-module__i8HG9a__headerTitle {
  color: var(--volera-text);
  font-size: 1.05rem;
  font-weight: var(--volera-font-weight-emphasis);
  opacity: 0;
  text-align: center;
  text-overflow: ellipsis;
  max-width: calc(100% - 48px);
  transition: opacity var(--volera-motion-duration-medium) var(--volera-motion-ease),
    transform var(--volera-motion-duration-medium) var(--volera-motion-ease),
    visibility 0s linear var(--volera-motion-duration-medium);
  visibility: hidden;
  white-space: nowrap;
  place-self: center;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, -8px, 0)scale(.96);
}

.BookingFlowPageShell-module__i8HG9a__root[data-condensed-header="true"] .BookingFlowPageShell-module__i8HG9a__headerTitle {
  opacity: 1;
  transition: opacity var(--volera-motion-duration-medium) var(--volera-motion-ease),
    transform var(--volera-motion-duration-medium) var(--volera-motion-ease),
    visibility 0s linear 0s;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.BookingFlowPageShell-module__i8HG9a__viewport {
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
}

.BookingFlowPageShell-module__i8HG9a__scrollBody {
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  height: 100%;
  min-height: 0;
  scroll-padding-block: 28px 88px;
  overflow: hidden auto;
}

.BookingFlowPageShell-module__i8HG9a__pageContent {
  box-sizing: border-box;
  max-width: calc(var(--volera-marketplace-content-max) +
      (var(--booking-flow-inline-gutter) * 2));
  padding: var(--booking-flow-content-start-gap)
    var(--booking-flow-inline-gutter) 56px;
  width: 100%;
  margin: 0 auto;
}

.BookingFlowPageShell-module__i8HG9a__pageTitle {
  font-size: clamp(1.45rem, 1.8vw, 1.9rem);
  font-weight: var(--volera-font-weight-emphasis);
  letter-spacing: 0;
  transform-origin: top;
  transition: opacity var(--volera-motion-duration-fast) var(--volera-motion-ease),
    transform var(--volera-motion-duration-fast) var(--volera-motion-ease);
  margin: 0 0 22px;
  line-height: 1.16;
}

.BookingFlowPageShell-module__i8HG9a__pageStep {
  color: var(--volera-text-muted);
  transition: opacity var(--volera-motion-duration-fast) var(--volera-motion-ease),
    transform var(--volera-motion-duration-fast) var(--volera-motion-ease);
  margin: 0 0 4px;
  font-size: .82rem;
  line-height: 1.35;
}

.BookingFlowPageShell-module__i8HG9a__pageTitle:focus {
  outline: none;
}

.BookingFlowPageShell-module__i8HG9a__root[data-condensed-header="true"] .BookingFlowPageShell-module__i8HG9a__pageTitle, .BookingFlowPageShell-module__i8HG9a__root[data-condensed-header="true"] .BookingFlowPageShell-module__i8HG9a__pageStep {
  opacity: 0;
  transform: translate3d(0, -12px, 0)scale(.95);
}

.BookingFlowPageShell-module__i8HG9a__composition {
  grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
  align-items: start;
  gap: 22px;
  min-width: 0;
  display: grid;
}

.BookingFlowPageShell-module__i8HG9a__content {
  gap: 18px;
  min-width: 0;
  display: grid;
}

.BookingFlowPageShell-module__i8HG9a__summary {
  min-width: 0;
  max-height: none;
  position: sticky;
  top: 28px;
  overflow: visible;
}

.BookingFlowPageShell-module__i8HG9a__footer {
  display: none;
}

@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  .BookingFlowPageShell-module__i8HG9a__headerButton:not(:disabled):hover {
    background: var(--volera-surface-hover);
  }
}

@media (min-width: 1200px) {
  .BookingFlowPageShell-module__i8HG9a__root[data-condensed-header-mode="responsive-only"][data-condensed-header="true"] .BookingFlowPageShell-module__i8HG9a__headerTitle {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -8px, 0)scale(.96);
  }
}

@media (max-width: 1199px) {
  .BookingFlowPageShell-module__i8HG9a__root {
    --booking-flow-action-size: 44px;
    --booking-flow-action-inset: calc((var(--volera-header-height-compact) - var(--booking-flow-action-size)) /
        2);
    --booking-flow-action-trailing-space: var(--booking-flow-action-inset);
    --booking-flow-inline-gutter: clamp(18px, 2.4vw, 28px);
  }

  .BookingFlowPageShell-module__i8HG9a__header {
    min-height: calc(env(safe-area-inset-top, 0px) + var(--booking-flow-action-inset) +
        var(--booking-flow-action-size) + var(--booking-flow-action-inset));
    padding: calc(env(safe-area-inset-top, 0px) + var(--booking-flow-action-inset))
      var(--booking-flow-inline-gutter) var(--booking-flow-action-inset);
    transition: background-color var(--volera-motion-duration-medium)
        var(--volera-motion-ease),
      box-shadow var(--volera-motion-duration-medium) var(--volera-motion-ease);
    border-bottom: 0;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 14px;
  }

  .BookingFlowPageShell-module__i8HG9a__root[data-condensed-header="true"] .BookingFlowPageShell-module__i8HG9a__header {
    background: var(--volera-surface);
    box-shadow: 0 1px 0 var(--volera-border-soft);
  }

  .BookingFlowPageShell-module__i8HG9a__headerButton {
    background: var(--volera-surface);
    border: 1px solid var(--volera-border);
    border-radius: 50%;
  }

  .BookingFlowPageShell-module__i8HG9a__headerButton:not(:disabled):active {
    transform: scale(.96);
  }

  .BookingFlowPageShell-module__i8HG9a__headerButton:focus-visible {
    border-color: var(--volera-pink-border);
    box-shadow: 0 0 0 3px var(--volera-pink-focus-ring);
  }

  .BookingFlowPageShell-module__i8HG9a__headerTitle {
    max-width: 100%;
    font-size: clamp(1.05rem, 3vw, 1.35rem);
  }

  .BookingFlowPageShell-module__i8HG9a__scrollBody {
    scrollbar-gutter: auto;
    scroll-padding-block: 24px 156px;
  }

  .BookingFlowPageShell-module__i8HG9a__pageContent {
    max-width: calc(var(--volera-readable-content-max) +
        (var(--booking-flow-inline-gutter) * 2));
    padding: var(--booking-flow-content-start-gap)
      var(--booking-flow-inline-gutter) 34px;
  }

  .BookingFlowPageShell-module__i8HG9a__pageTitle {
    margin-bottom: 18px;
  }

  .BookingFlowPageShell-module__i8HG9a__pageStep {
    font-size: .8rem;
  }

  .BookingFlowPageShell-module__i8HG9a__composition {
    display: block;
  }

  .BookingFlowPageShell-module__i8HG9a__content {
    gap: 16px;
  }

  .BookingFlowPageShell-module__i8HG9a__summary {
    display: none;
  }

  .BookingFlowPageShell-module__i8HG9a__root[data-responsive-summary="true"] .BookingFlowPageShell-module__i8HG9a__composition {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    display: grid;
  }

  .BookingFlowPageShell-module__i8HG9a__root[data-responsive-summary="true"] .BookingFlowPageShell-module__i8HG9a__summary {
    display: block;
    position: static;
  }

  .BookingFlowPageShell-module__i8HG9a__footer {
    background: var(--volera-surface);
    border-top: 1px solid var(--volera-border-soft);
    padding: 14px var(--booking-flow-inline-gutter)
      calc(14px + env(safe-area-inset-bottom, 0px));
    z-index: 10;
    display: block;
  }
}

@media (max-width: 599px) {
  .BookingFlowPageShell-module__i8HG9a__root {
    --booking-flow-inline-gutter: 14px;
  }

  .BookingFlowPageShell-module__i8HG9a__content, .BookingFlowPageShell-module__i8HG9a__root[data-responsive-summary="true"] .BookingFlowPageShell-module__i8HG9a__composition {
    gap: 14px;
  }
}

@media (max-width: 479px) {
  .BookingFlowPageShell-module__i8HG9a__root {
    --booking-flow-inline-gutter: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .BookingFlowPageShell-module__i8HG9a__header, .BookingFlowPageShell-module__i8HG9a__headerButton, .BookingFlowPageShell-module__i8HG9a__headerTitle, .BookingFlowPageShell-module__i8HG9a__pageTitle, .BookingFlowPageShell-module__i8HG9a__pageStep {
    transition: none;
  }
}

/* [project]/app/components/BookingOptionCard.module.css [app-client] (css) */
.BookingOptionCard-module__X0EYkG__card {
  background: var(--volera-surface);
  border: 1px solid var(--volera-border-soft);
  border-radius: var(--volera-frame-radius-desktop);
  color: var(--volera-text);
  cursor: pointer;
  min-height: 136px;
  transition: border-color var(--volera-motion-duration-fast)
    var(--volera-motion-ease);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 22px;
  display: grid;
  position: relative;
}

.BookingOptionCard-module__X0EYkG__card[data-selected="true"] {
  border-color: var(--volera-pink);
  box-shadow: inset 0 0 0 1px var(--volera-pink);
}

.BookingOptionCard-module__X0EYkG__action {
  appearance: none;
  border-radius: inherit;
  cursor: pointer;
  z-index: 1;
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  inset: 0;
}

.BookingOptionCard-module__X0EYkG__action:focus-visible {
  outline: none;
}

.BookingOptionCard-module__X0EYkG__card:has(.BookingOptionCard-module__X0EYkG__action:focus-visible) {
  outline: 2px solid var(--volera-pink);
  outline-offset: 2px;
}

.BookingOptionCard-module__X0EYkG__copy {
  align-content: start;
  gap: 7px;
  min-width: 0;
  display: grid;
}

.BookingOptionCard-module__X0EYkG__title, .BookingOptionCard-module__X0EYkG__description {
  margin: 0;
}

.BookingOptionCard-module__X0EYkG__title {
  font-size: 1rem;
  font-weight: var(--volera-font-weight-emphasis);
  line-height: 1.35;
}

.BookingOptionCard-module__X0EYkG__description {
  color: var(--volera-text-muted);
  max-width: 68ch;
  font-size: .86rem;
  line-height: 1.45;
}

.BookingOptionCard-module__X0EYkG__illustration {
  color: var(--volera-text);
  place-items: center;
  width: 44px;
  height: 44px;
  display: grid;
}

.BookingOptionCard-module__X0EYkG__illustration > svg {
  width: 44px;
  max-width: 52px;
  height: 44px;
}

@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  .BookingOptionCard-module__X0EYkG__card:not([data-selected="true"]):hover {
    border-color: var(--volera-text);
  }

  .BookingOptionCard-module__X0EYkG__card:not([data-selected="true"]):has(.BookingOptionCard-module__X0EYkG__action:focus-visible) {
    border-color: var(--volera-text);
  }
}

@media (max-width: 1199px) {
  .BookingOptionCard-module__X0EYkG__card {
    padding: 20px;
  }
}

@media (max-width: 599px) {
  .BookingOptionCard-module__X0EYkG__card {
    gap: 14px;
    min-height: 128px;
    padding: 16px;
  }

  .BookingOptionCard-module__X0EYkG__title {
    font-size: .98rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .BookingOptionCard-module__X0EYkG__card {
    transition: none;
  }
}

/* [project]/app/components/SelectionCheckIndicator.module.css [app-client] (css) */
.SelectionCheckIndicator-module__cplC-G__indicator {
  color: var(--volera-pink);
  box-sizing: border-box;
  pointer-events: none;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.SelectionCheckIndicator-module__cplC-G__indicator[data-size="medium"] {
  width: 24px;
  height: 24px;
}

.SelectionCheckIndicator-module__cplC-G__indicator[data-tone="neutral"] {
  color: var(--volera-text);
}

.SelectionCheckIndicator-module__cplC-G__indicator[data-show-unselected-ring="true"] {
  border: 1.5px solid var(--volera-border);
}

.SelectionCheckIndicator-module__cplC-G__indicator[data-show-unselected-ring="true"][data-selected="true"] {
  border-color: #0000;
}

.SelectionCheckIndicator-module__cplC-G__indicator[data-disabled="true"] {
  border-color: var(--volera-border-soft);
  color: var(--volera-border-soft);
}

.SelectionCheckIndicator-module__cplC-G__icon {
  opacity: 0;
  height: 100%;
  transition: opacity var(--volera-motion-duration-fast) var(--volera-motion-ease),
    transform .3s cubic-bezier(.175, .885, .32, 1.075);
  width: 100%;
  display: block;
  transform: scale(0);
}

.SelectionCheckIndicator-module__cplC-G__indicator[data-selected="true"] .SelectionCheckIndicator-module__cplC-G__icon {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .SelectionCheckIndicator-module__cplC-G__icon {
    transition: none;
  }
}

/* [project]/app/components/VoleraButton.module.css [app-client] (css) */
.VoleraButton-module__n5eSgq__button {
  appearance: none;
  border-radius: var(--volera-control-radius-pill, 999px);
  box-sizing: border-box;
  cursor: pointer;
  font: inherit;
  font-weight: var(--volera-font-weight-emphasis, 650);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 112px;
  line-height: 1.1;
  text-decoration: none;
  transition: background-color .15s, border-color .15s, box-shadow .15s, color .15s, opacity .15s;
  display: inline-flex;
  position: relative;
}

.VoleraButton-module__n5eSgq__button:focus-visible {
  box-shadow: var(--volera-control-active-shadow, 0 1px 30px 0 #0000000d);
  outline: none;
}

.VoleraButton-module__n5eSgq__button:disabled {
  cursor: not-allowed;
  opacity: .54;
}

.VoleraButton-module__n5eSgq__sm {
  min-height: 36px;
  padding: 0 14px;
  font-size: .82rem;
}

.VoleraButton-module__n5eSgq__md {
  min-height: 44px;
  padding: 0 20px;
  font-size: .92rem;
}

.VoleraButton-module__n5eSgq__lg {
  min-height: 52px;
  padding: 0 26px;
  font-size: 1rem;
}

.VoleraButton-module__n5eSgq__primary {
  background: var(--volera-pink, #bc269b);
  border-color: var(--volera-pink-border, #bc269b);
  color: var(--volera-surface, #fff);
}

.VoleraButton-module__n5eSgq__primary:not(:disabled):hover, .VoleraButton-module__n5eSgq__primary:not(:disabled):active {
  background: var(--volera-pink-hover, #921185);
  border-color: var(--volera-pink-hover, #921185);
  color: var(--volera-surface, #fff);
}

.VoleraButton-module__n5eSgq__secondary {
  background: var(--volera-surface, #fff);
  border-color: var(--volera-border, #e0e2ed);
  color: var(--volera-text, #191e49);
}

.VoleraButton-module__n5eSgq__secondary:not(:disabled):hover, .VoleraButton-module__n5eSgq__secondary:not(:disabled):active {
  background: var(--volera-control-outline-surface, transparent);
  border-color: var(--volera-pink-border, #bc269b);
  color: var(--volera-pink-active, #bc269b);
}

.VoleraButton-module__n5eSgq__ghost {
  color: var(--volera-text, #191e49);
  background: none;
  border-color: #0000;
}

.VoleraButton-module__n5eSgq__ghost:not(:disabled):hover, .VoleraButton-module__n5eSgq__ghost:not(:disabled):active {
  background: var(--volera-pink-soft, #faf4fb);
  color: var(--volera-pink-active, #bc269b);
}

.VoleraButton-module__n5eSgq__danger {
  background: var(--volera-danger, #be123c);
  border-color: var(--volera-danger, #be123c);
  color: var(--volera-surface, #fff);
}

.VoleraButton-module__n5eSgq__danger:not(:disabled):hover, .VoleraButton-module__n5eSgq__danger:not(:disabled):active {
  background: var(--volera-danger-hover, #9f1239);
  border-color: var(--volera-danger-hover, #9f1239);
  color: var(--volera-surface, #fff);
}

.VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__primary, .VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__primary:not(:disabled):hover, .VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__primary:not(:disabled):active {
  background: var(--volera-text, #191e49);
  border-color: var(--volera-text, #191e49);
}

.VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__secondary:not(:disabled):hover, .VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__secondary:not(:disabled):active {
  background: var(--volera-surface-soft, #f7f7f8);
  border-color: var(--volera-text, #191e49);
  color: var(--volera-text, #191e49);
}

.VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__ghost:not(:disabled):hover, .VoleraButton-module__n5eSgq__neutral.VoleraButton-module__n5eSgq__ghost:not(:disabled):active {
  background: var(--volera-surface-soft, #f7f7f8);
  color: var(--volera-text, #191e49);
}

.VoleraButton-module__n5eSgq__fullWidth {
  width: 100%;
}

.VoleraButton-module__n5eSgq__icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.VoleraButton-module__n5eSgq__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.VoleraButton-module__n5eSgq__button[data-trailing-icon-motion="forward"] .VoleraButton-module__n5eSgq__trailingIcon {
  transition: transform var(--volera-motion-duration-fast, .15s)
    var(--volera-motion-ease, ease);
}

.VoleraButton-module__n5eSgq__label {
  text-overflow: ellipsis;
  min-width: 0;
  overflow: hidden;
}

.VoleraButton-module__n5eSgq__loading .VoleraButton-module__n5eSgq__label {
  opacity: .72;
}

@media (hover: hover) and (pointer: fine) {
  .VoleraButton-module__n5eSgq__button[data-trailing-icon-motion="forward"]:not(:disabled):hover .VoleraButton-module__n5eSgq__trailingIcon {
    transform: translateX(3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .VoleraButton-module__n5eSgq__button, .VoleraButton-module__n5eSgq__button[data-trailing-icon-motion="forward"] .VoleraButton-module__n5eSgq__trailingIcon {
    transition: none;
  }

  .VoleraButton-module__n5eSgq__button[data-trailing-icon-motion="forward"]:not(:disabled):hover .VoleraButton-module__n5eSgq__trailingIcon {
    transform: none;
  }
}

/* [project]/app/commerce/memberships/components/MembershipOfferCard.module.css [app-client] (css) */
.MembershipOfferCard-module__k0KR_G__root {
  background: var(--volera-surface);
  border: 1px solid var(--volera-border-soft);
  border-radius: var(--volera-frame-radius-desktop);
  box-shadow: var(--volera-header-search-shadow);
  min-width: 0;
  transition: border-color var(--volera-motion-duration-fast) var(--volera-motion-ease),
    box-shadow var(--volera-motion-duration-fast) var(--volera-motion-ease);
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 20px;
  display: grid;
  position: relative;
}

.MembershipOfferCard-module__k0KR_G__root[data-selection="true"] {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 22px;
}

.MembershipOfferCard-module__k0KR_G__root[data-selected="true"] {
  border-color: var(--volera-pink-border);
  box-shadow: inset 0 0 0 1px var(--volera-pink-border);
}

.MembershipOfferCard-module__k0KR_G__selectionInput {
  appearance: none;
  border-radius: inherit;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0;
}

.MembershipOfferCard-module__k0KR_G__selectionInput:disabled {
  cursor: wait;
}

.MembershipOfferCard-module__k0KR_G__root:has(.MembershipOfferCard-module__k0KR_G__selectionInput:focus-visible) {
  outline: 2px solid var(--volera-pink);
  outline-offset: 2px;
}

.MembershipOfferCard-module__k0KR_G__root[data-disabled="true"] {
  opacity: .65;
}

.MembershipOfferCard-module__k0KR_G__icon {
  background: var(--volera-pink-surface);
  color: var(--volera-pink);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: inline-flex;
}

.MembershipOfferCard-module__k0KR_G__icon svg {
  width: 25px;
  height: 25px;
}

.MembershipOfferCard-module__k0KR_G__copy {
  gap: 7px;
  min-width: 0;
  display: grid;
}

.MembershipOfferCard-module__k0KR_G__heading {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.MembershipOfferCard-module__k0KR_G__heading h2, .MembershipOfferCard-module__k0KR_G__heading h3, .MembershipOfferCard-module__k0KR_G__description, .MembershipOfferCard-module__k0KR_G__meta {
  margin: 0;
}

.MembershipOfferCard-module__k0KR_G__heading h2, .MembershipOfferCard-module__k0KR_G__heading h3 {
  font-size: 1rem;
  font-weight: var(--volera-font-weight-emphasis);
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.MembershipOfferCard-module__k0KR_G__deal {
  background: var(--volera-pink-surface);
  border-radius: var(--volera-control-radius-pill);
  color: var(--volera-pink);
  font-size: .69rem;
  font-weight: var(--volera-font-weight-emphasis);
  padding: 5px 8px;
  line-height: 1.2;
}

.MembershipOfferCard-module__k0KR_G__description {
  color: var(--volera-text-muted);
  font-size: .82rem;
  line-height: 1.48;
}

.MembershipOfferCard-module__k0KR_G__meta {
  color: var(--volera-text-muted);
  font-size: .76rem;
  line-height: 1.4;
}

.MembershipOfferCard-module__k0KR_G__pricing {
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  display: flex;
}

.MembershipOfferCard-module__k0KR_G__pricing strong {
  font-variant-numeric: tabular-nums;
  font-size: .95rem;
  font-weight: var(--volera-font-weight-emphasis);
}

.MembershipOfferCard-module__k0KR_G__pricing span {
  color: var(--volera-text-muted);
  font-size: .76rem;
  line-height: 1.35;
}

@media (max-width: 599px) {
  .MembershipOfferCard-module__k0KR_G__root {
    border-radius: var(--volera-frame-radius-mobile);
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    padding: 16px;
  }

  .MembershipOfferCard-module__k0KR_G__icon {
    width: 44px;
    height: 44px;
  }

  .MembershipOfferCard-module__k0KR_G__root > button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .MembershipOfferCard-module__k0KR_G__root {
    border-radius: var(--volera-frame-radius-tablet);
    box-shadow: none;
  }

  .MembershipOfferCard-module__k0KR_G__root[data-selected="true"] {
    box-shadow: inset 0 0 0 1px var(--volera-pink-border);
  }
}

@media (max-width: 599px) {
  .MembershipOfferCard-module__k0KR_G__root, .MembershipOfferCard-module__k0KR_G__root[data-selection="true"] {
    border-radius: var(--volera-frame-radius-mobile);
    padding: 18px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .MembershipOfferCard-module__k0KR_G__root[data-selection="true"]:not([data-disabled="true"]):hover {
    border-color: var(--volera-pink-border);
  }
}

@media (prefers-reduced-motion: reduce) {
  .MembershipOfferCard-module__k0KR_G__root {
    transition: none;
  }
}

/* [project]/app/commerce/products/components/ProductImage.module.css [app-client] (css) */
.ProductImage-module__NFBZ0W__placeholder {
  color: var(--volera-text);
  background: var(--volera-surface);
  place-items: center;
  display: grid;
  position: absolute;
  inset: 0;
}

.ProductImage-module__NFBZ0W__placeholder svg {
  width: 50%;
  max-width: 48px;
  height: 50%;
  max-height: 48px;
}

/* [project]/app/commerce/components/CommerceOrderSummary.module.css [app-client] (css) */
.CommerceOrderSummary-module__L3Rn4W__panel {
  color: var(--volera-text);
  gap: 22px;
  min-width: 0;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__card {
  background: var(--volera-surface);
  border: 1px solid var(--volera-border-soft);
  border-radius: var(--volera-frame-radius-desktop);
  box-shadow: var(--volera-header-search-shadow);
  min-width: 0;
  height: fit-content;
  max-height: calc(100dvh - 116px);
  display: grid;
  overflow: hidden;
}

.CommerceOrderSummary-module__L3Rn4W__merchant {
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 24px 26px 20px;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__merchantMedia, .CommerceOrderSummary-module__L3Rn4W__productMedia {
  background: var(--volera-surface-soft);
  border: 1px solid var(--volera-border-soft);
  color: var(--volera-text-muted);
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.CommerceOrderSummary-module__L3Rn4W__merchantMedia {
  border-radius: 18px;
  width: 64px;
  height: 64px;
}

.CommerceOrderSummary-module__L3Rn4W__merchantMedia > svg {
  width: 25px;
  height: 25px;
}

.CommerceOrderSummary-module__L3Rn4W__mediaImage {
  object-fit: cover;
}

.CommerceOrderSummary-module__L3Rn4W__merchantCopy {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__merchantCopy strong {
  font-size: .98rem;
  font-weight: var(--volera-font-weight-emphasis);
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.CommerceOrderSummary-module__L3Rn4W__merchantCopy span {
  color: var(--volera-text-muted);
  overflow-wrap: anywhere;
  font-size: .8rem;
  line-height: 1.4;
}

.CommerceOrderSummary-module__L3Rn4W__lineFrame {
  border-block: 1px solid var(--volera-border-soft);
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.CommerceOrderSummary-module__L3Rn4W__lineFrame:after {
  background: linear-gradient(to bottom,
    #fff0,
    var(--volera-surface) 88%);
  content: "";
  bottom: 0;
  pointer-events: none;
  height: 22px;
  position: absolute;
  inset-inline: 0;
}

.CommerceOrderSummary-module__L3Rn4W__lineList {
  scrollbar-width: thin;
  min-height: 0;
  max-height: clamp(132px, 30dvh, 300px);
  margin: 0;
  padding: 0 26px 14px;
  list-style: none;
  display: grid;
  overflow-y: auto;
}

.CommerceOrderSummary-module__L3Rn4W__line {
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: start;
  gap: 13px;
  min-width: 0;
  padding: 16px 0;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__line + .CommerceOrderSummary-module__L3Rn4W__line {
  border-top: 1px solid var(--volera-border-soft);
}

.CommerceOrderSummary-module__L3Rn4W__productMedia {
  border-radius: 14px;
  width: 58px;
  height: 58px;
}

.CommerceOrderSummary-module__L3Rn4W__productMedia > svg {
  width: 22px;
  height: 22px;
}

.CommerceOrderSummary-module__L3Rn4W__lineCopy {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__lineCopy > strong, .CommerceOrderSummary-module__L3Rn4W__linePrice > strong {
  font-size: .88rem;
  font-weight: var(--volera-font-weight-emphasis);
  line-height: 1.35;
}

.CommerceOrderSummary-module__L3Rn4W__lineCopy > strong {
  overflow-wrap: anywhere;
}

.CommerceOrderSummary-module__L3Rn4W__lineMetadata {
  color: var(--volera-text-muted);
  overflow-wrap: anywhere;
  flex-wrap: wrap;
  min-width: 0;
  font-size: .77rem;
  line-height: 1.4;
  display: flex;
}

.CommerceOrderSummary-module__L3Rn4W__metadataSeparator {
  margin-inline: 5px;
}

.CommerceOrderSummary-module__L3Rn4W__offerLabel {
  color: var(--volera-text-muted);
  overflow-wrap: anywhere;
  font-size: .77rem;
  line-height: 1.4;
}

.CommerceOrderSummary-module__L3Rn4W__lineDetail {
  color: var(--volera-text-muted);
  overflow-wrap: anywhere;
  min-width: 0;
  font-size: .77rem;
  line-height: 1.4;
  display: block;
}

.CommerceOrderSummary-module__L3Rn4W__linePrice {
  font-variant-numeric: tabular-nums;
  text-align: end;
  align-items: end;
  gap: 2px;
  min-width: 0;
  max-width: 120px;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__linePrice strong, .CommerceOrderSummary-module__L3Rn4W__linePrice s {
  overflow-wrap: anywhere;
}

.CommerceOrderSummary-module__L3Rn4W__linePrice s {
  color: var(--volera-text-muted);
  font-size: .75rem;
  line-height: 1.3;
  text-decoration-thickness: 1px;
}

.CommerceOrderSummary-module__L3Rn4W__breakdown {
  gap: 10px;
  margin: 0;
  padding: 18px 26px;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow, .CommerceOrderSummary-module__L3Rn4W__totalRow {
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  min-width: 0;
  display: flex;
}

.CommerceOrderSummary-module__L3Rn4W__breakdown dt, .CommerceOrderSummary-module__L3Rn4W__breakdown dd {
  overflow-wrap: anywhere;
  min-width: 0;
  margin: 0;
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow dt, .CommerceOrderSummary-module__L3Rn4W__breakdownRow dd {
  font-size: .82rem;
  line-height: 1.4;
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow dt {
  color: var(--volera-text-muted);
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow dd, .CommerceOrderSummary-module__L3Rn4W__totalRow dd {
  font-variant-numeric: tabular-nums;
  font-weight: var(--volera-font-weight-emphasis);
  text-align: end;
  max-width: 48%;
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow[data-tone="benefit"] dt, .CommerceOrderSummary-module__L3Rn4W__breakdownRow[data-tone="benefit"] dd {
  color: var(--volera-pink);
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow[data-tone="muted"] dd {
  color: var(--volera-text-muted);
  font-weight: 550;
}

.CommerceOrderSummary-module__L3Rn4W__breakdownRow[data-tone="emphasis"] dt, .CommerceOrderSummary-module__L3Rn4W__breakdownRow[data-tone="emphasis"] dd {
  color: var(--volera-text);
  font-weight: var(--volera-font-weight-emphasis);
}

.CommerceOrderSummary-module__L3Rn4W__totalRow {
  border-top: 1px solid var(--volera-border-soft);
  margin-top: 4px;
  padding-top: 12px;
}

.CommerceOrderSummary-module__L3Rn4W__totalRow dt, .CommerceOrderSummary-module__L3Rn4W__totalRow dd {
  color: var(--volera-text);
  font-size: 1rem;
  font-weight: var(--volera-font-weight-emphasis);
  line-height: 1.3;
}

.CommerceOrderSummary-module__L3Rn4W__cardFooter {
  border-top: 1px solid var(--volera-border-soft);
  padding: 18px 26px 22px;
}

.CommerceOrderSummary-module__L3Rn4W__action {
  width: 100%;
}

.CommerceOrderSummary-module__L3Rn4W__trust {
  color: var(--volera-text-muted);
  text-align: center;
  grid-template-columns: minmax(28px, 1fr) 20px minmax(28px, 1fr);
  place-items: center;
  gap: 12px;
  min-width: 0;
  padding-inline: 16px;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__trustRule {
  background: var(--volera-border-soft);
  width: 100%;
  height: 1px;
}

.CommerceOrderSummary-module__L3Rn4W__trust > svg {
  width: 20px;
  height: 20px;
}

.CommerceOrderSummary-module__L3Rn4W__trust p, .CommerceOrderSummary-module__L3Rn4W__trust strong {
  overflow-wrap: anywhere;
  grid-column: 1 / -1;
  margin: 0;
}

.CommerceOrderSummary-module__L3Rn4W__trust p {
  max-width: 34ch;
  font-size: .8rem;
  line-height: 1.45;
}

.CommerceOrderSummary-module__L3Rn4W__trust strong {
  color: var(--volera-text-muted);
  letter-spacing: -.03em;
  font-size: 1.2rem;
  font-weight: 750;
  line-height: 1;
}

.CommerceOrderSummary-module__L3Rn4W__compactFooter {
  grid-template-columns: minmax(0, 1fr) minmax(132px, auto);
  align-items: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
  display: none;
}

.CommerceOrderSummary-module__L3Rn4W__compactValue {
  gap: 3px;
  min-width: 0;
  display: grid;
}

.CommerceOrderSummary-module__L3Rn4W__compactValue > span {
  color: var(--volera-text-muted);
  overflow-wrap: anywhere;
  font-size: .8rem;
  line-height: 1.35;
}

.CommerceOrderSummary-module__L3Rn4W__compactValue > strong {
  color: var(--volera-text);
  font-variant-numeric: tabular-nums;
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  font-weight: var(--volera-font-weight-emphasis);
  overflow-wrap: anywhere;
  line-height: 1.2;
}

.CommerceOrderSummary-module__L3Rn4W__compactFooter .CommerceOrderSummary-module__L3Rn4W__action {
  width: auto;
  min-width: clamp(128px, 25vw, 220px);
}

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

@media (max-width: 1199px) {
  .CommerceOrderSummary-module__L3Rn4W__panel[data-presentation-mode="adaptive"] {
    display: none;
  }

  .CommerceOrderSummary-module__L3Rn4W__panel[data-presentation-mode="expanded"] .CommerceOrderSummary-module__L3Rn4W__card {
    border-radius: var(--volera-frame-radius-tablet);
    box-shadow: none;
    max-height: none;
  }

  .CommerceOrderSummary-module__L3Rn4W__panel[data-presentation-mode="expanded"] .CommerceOrderSummary-module__L3Rn4W__lineList {
    max-height: none;
  }

  .CommerceOrderSummary-module__L3Rn4W__compactFooter {
    display: grid;
  }
}

@media (max-width: 599px) {
  .CommerceOrderSummary-module__L3Rn4W__panel[data-presentation-mode="expanded"] .CommerceOrderSummary-module__L3Rn4W__card {
    border-radius: var(--volera-frame-radius-mobile);
  }

  .CommerceOrderSummary-module__L3Rn4W__merchant, .CommerceOrderSummary-module__L3Rn4W__lineList {
    padding-inline: 20px;
  }

  .CommerceOrderSummary-module__L3Rn4W__line {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .CommerceOrderSummary-module__L3Rn4W__productMedia {
    width: 52px;
    height: 52px;
  }

  .CommerceOrderSummary-module__L3Rn4W__breakdown, .CommerceOrderSummary-module__L3Rn4W__cardFooter {
    padding-inline: 20px;
  }
}

@media (max-width: 359px) {
  .CommerceOrderSummary-module__L3Rn4W__compactFooter {
    grid-template-columns: minmax(0, 1fr) minmax(120px, auto);
    gap: 10px;
  }

  .CommerceOrderSummary-module__L3Rn4W__compactFooter .CommerceOrderSummary-module__L3Rn4W__action {
    min-width: 120px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .CommerceOrderSummary-module__L3Rn4W__panel, .CommerceOrderSummary-module__L3Rn4W__card, .CommerceOrderSummary-module__L3Rn4W__lineList, .CommerceOrderSummary-module__L3Rn4W__compactFooter {
    scroll-behavior: auto;
  }
}

/* [project]/app/commerce/memberships/components/MembershipPurchaseSummary.module.css [app-client] (css) */
.MembershipPurchaseSummary-module__NlN7VG__membershipMedia {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.MembershipPurchaseSummary-module__NlN7VG__membershipMedia > svg {
  width: 34px;
  height: 34px;
  display: block;
}

/* [project]/app/components/ModalShell.module.css [app-client] (css) */
.ModalShell-module__QLp3_q__overlay {
  background: var(--volera-backdrop, #0006);
  box-sizing: border-box;
  padding: var(--modal-viewport-gutter, 24px);
  will-change: opacity;
  z-index: 22000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.ModalShell-module__QLp3_q__selectorOverlay {
  background: var(--volera-backdrop, #0006);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.ModalShell-module__QLp3_q__dialog {
  --modal-body-padding-bottom: clamp(26px, 4vw, 44px);
  --modal-body-padding-top: clamp(22px, 3.4vw, 36px);
  --modal-footer-padding-bottom: clamp(26px, 3.6vw, 40px);
  --modal-inline-padding: clamp(24px, 5vw, 52px);
  --modal-close-icon-align-offset: 17px;
  --modal-header-min-height: 64px;
  --modal-min-width: 520px;
  --modal-max-width: 720px;
  --modal-max-height: min(85svh,
    calc(100svh - var(--modal-viewport-gutter, 24px) -
        var(--modal-viewport-gutter, 24px)));
  background: var(--volera-surface, #fff);
  border-radius: var(--volera-modal-radius, 32px);
  box-shadow: var(--volera-shadow-modal, 0 0 0 1px #00000005,
    0 8px 24px #0000001a);
  box-sizing: border-box;
  color: var(--volera-text, #191e49);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  height: auto;
  max-height: var(--modal-max-height);
  max-width: min(var(--modal-max-width),
    calc(100vw - var(--modal-viewport-gutter, 24px) -
        var(--modal-viewport-gutter, 24px)));
  min-width: min(var(--modal-min-width),
    calc(100vw - var(--modal-viewport-gutter, 24px) -
        var(--modal-viewport-gutter, 24px)));
  transform-origin: top;
  transition: height var(--volera-motion-duration-medium, .22s)
      var(--volera-motion-ease, ease),
    width var(--volera-motion-duration-medium, .22s)
      var(--volera-motion-ease, ease);
  will-change: height, opacity, transform, width;
  border: 1px solid #191e4914;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: fit-content;
  display: grid;
  overflow: hidden;
}

.ModalShell-module__QLp3_q__overlay[data-modal-state="opening"] {
  animation: ModalShell-module__QLp3_q__modalOverlayIn var(--volera-motion-duration-fast, .15s)
    var(--volera-motion-ease, ease) both;
}

.ModalShell-module__QLp3_q__overlay[data-modal-state="closing"] {
  animation: ModalShell-module__QLp3_q__modalOverlayOut var(--volera-motion-duration-fast, .15s)
    var(--volera-motion-ease, ease) both;
}

.ModalShell-module__QLp3_q__dialog[data-modal-state="opening"] {
  animation: ModalShell-module__QLp3_q__modalDialogIn var(--volera-motion-duration-medium, .22s)
    var(--volera-motion-ease, ease) both;
}

.ModalShell-module__QLp3_q__dialog[data-modal-state="closing"] {
  animation: ModalShell-module__QLp3_q__modalDialogOut var(--volera-motion-duration-medium, .22s)
    var(--volera-motion-ease, ease) both;
}

.ModalShell-module__QLp3_q__selectorLayout {
  --modal-selector-content-inset: 6px;
  --modal-selector-shell-inline-padding: 18px;
  --modal-selector-aligned-inline-padding: calc(var(--modal-selector-shell-inline-padding) +
      var(--modal-selector-content-inset));
  --modal-min-width: 520px;
  --modal-max-width: 720px;
  --modal-max-height: min(85svh, calc(100svh - 44px));
  border-radius: var(--volera-modal-radius, 32px);
  box-shadow: var(--volera-shadow-modal, 0 0 0 1px #00000005,
    0 8px 24px #0000001a);
  padding: 18px var(--modal-selector-shell-inline-padding);
  border: 1px solid #ffffffb8;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 16px;
}

.ModalShell-module__QLp3_q__compact {
  --modal-body-padding-bottom: clamp(24px, 3.6vw, 36px);
  --modal-body-padding-top: clamp(20px, 3.2vw, 32px);
  --modal-footer-padding-bottom: clamp(24px, 3.6vw, 36px);
  --modal-inline-padding: clamp(24px, 4.8vw, 44px);
  --modal-header-min-height: 60px;
  --modal-min-width: 420px;
  --modal-max-width: 520px;
}

.ModalShell-module__QLp3_q__medium {
  --modal-max-width: 720px;
}

.ModalShell-module__QLp3_q__wide, .ModalShell-module__QLp3_q__extraWide {
  --modal-body-padding-bottom: clamp(26px, 3.6vw, 40px);
  --modal-body-padding-top: clamp(22px, 3vw, 34px);
  --modal-footer-padding-bottom: clamp(26px, 3.4vw, 38px);
  --modal-inline-padding: clamp(26px, 3vw, 40px);
  --modal-header-min-height: 64px;
}

.ModalShell-module__QLp3_q__wide {
  --modal-min-width: 720px;
  --modal-max-width: 940px;
}

.ModalShell-module__QLp3_q__extraWide {
  --modal-min-width: 880px;
  --modal-max-width: 1080px;
  --modal-max-height: min(88svh, calc(100svh - 40px));
  width: min(var(--modal-max-width),
    calc(100vw - var(--modal-viewport-gutter, 24px) -
        var(--modal-viewport-gutter, 24px)));
}

.ModalShell-module__QLp3_q__header {
  box-sizing: border-box;
  min-height: var(--modal-header-min-height);
  padding: 18px var(--modal-inline-padding) 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
  display: grid;
}

.ModalShell-module__QLp3_q__headerCloseOnly {
  grid-template-columns: minmax(0, 1fr) auto;
}

.ModalShell-module__QLp3_q__headerWithContent {
  align-items: start;
  padding-bottom: 18px;
}

.ModalShell-module__QLp3_q__headerTitleOnly {
  align-items: center;
}

.ModalShell-module__QLp3_q__headerWithDivider {
  border-bottom: 1px solid var(--volera-border-soft, #ededf0);
}

.ModalShell-module__QLp3_q__headerCloseOnly:before {
  content: "";
  min-width: 0;
}

.ModalShell-module__QLp3_q__title {
  color: var(--volera-text, #191e49);
  font-size: 1.08rem;
  font-weight: var(--volera-font-weight-emphasis, 650);
  letter-spacing: 0;
  overflow-wrap: anywhere;
  min-width: 0;
  margin: 0;
  line-height: 1.2;
}

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

.ModalShell-module__QLp3_q__responsiveHeaderLeadingAction {
  display: none;
}

.ModalShell-module__QLp3_q__headerLeadingAction {
  grid-column: 1;
  justify-self: start;
  align-items: center;
  display: flex;
}

.ModalShell-module__QLp3_q__headerIcon {
  background: var(--volera-pink-surface, #f6f1fb);
  color: var(--volera-pink, #bc269b);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  display: inline-flex;
}

.ModalShell-module__QLp3_q__headerIcon svg {
  width: 20px;
  height: 20px;
}

.ModalShell-module__QLp3_q__headerCopy {
  gap: 5px;
  min-width: 0;
  display: grid;
}

.ModalShell-module__QLp3_q__subtitle {
  color: var(--volera-text-muted, #72789c);
  max-width: 54ch;
  margin: 0;
  font-size: .84rem;
  font-weight: 500;
  line-height: 1.35;
}

.ModalShell-module__QLp3_q__closeButton {
  appearance: none;
  color: var(--volera-text, #191e49);
  cursor: pointer;
  height: 42px;
  margin-right: calc(-1 * var(--modal-close-icon-align-offset));
  transition: background-color var(--volera-motion-duration-fast, .15s)
      var(--volera-motion-ease, ease),
    color var(--volera-motion-duration-fast, .15s)
      var(--volera-motion-ease, ease);
  background: none;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 42px;
  display: inline-flex;
}

.ModalShell-module__QLp3_q__closeButtonPlain {
  background: none;
}

.ModalShell-module__QLp3_q__closeButtonCircle {
  --modal-close-icon-align-offset: 18px;
  color: #191e49;
  height: 44px;
  margin-right: calc(-1 * var(--modal-close-icon-align-offset));
  transition: background-color var(--volera-motion-duration-fast, .15s)
      var(--volera-motion-ease, ease),
    color var(--volera-motion-duration-fast, .15s)
      var(--volera-motion-ease, ease);
  background: none;
  flex: 0 0 44px;
  width: 44px;
}

.ModalShell-module__QLp3_q__closeButton:hover, .ModalShell-module__QLp3_q__closeButton:focus-visible {
  color: var(--volera-text, #191e49);
  background: #f0f0f2;
  outline: none;
}

.ModalShell-module__QLp3_q__closeButtonCircle:hover, .ModalShell-module__QLp3_q__closeButtonCircle:focus-visible {
  background: var(--volera-pink-surface, #f6f1fb);
  color: #191e49;
}

.ModalShell-module__QLp3_q__closeButton:focus-visible {
  box-shadow: var(--volera-control-active-shadow, 0 1px 30px 0 #0000000d);
}

.ModalShell-module__QLp3_q__closeButton:disabled {
  cursor: wait;
  opacity: .55;
}

.ModalShell-module__QLp3_q__bodyFrame {
  --modal-scroll-fade-size: clamp(48px, 12%, 72px);
  background: var(--volera-surface, #fff);
  box-sizing: border-box;
  isolation: isolate;
  min-height: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.ModalShell-module__QLp3_q__bodyFrameWithSidebar {
  grid-template-columns: minmax(200px, .36fr) minmax(0, 1fr);
  gap: 28px;
  display: grid;
}

.ModalShell-module__QLp3_q__bodySidebar {
  overscroll-behavior: contain;
  min-width: 0;
  min-height: 0;
  padding-inline: var(--modal-selector-content-inset, 6px);
  scrollbar-width: thin;
  overflow-y: auto;
}

@media (max-width: 1199px) {
  .ModalShell-module__QLp3_q__bodyFrameWithSidebar {
    grid-template-columns: minmax(0, 1fr);
  }

  .ModalShell-module__QLp3_q__bodySidebar {
    display: none;
  }
}

.ModalShell-module__QLp3_q__bodyFrame:after {
  background: linear-gradient(to bottom,
    #fff0,
    var(--volera-surface, #fff) 82%);
  content: "";
  height: var(--modal-scroll-fade-size);
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--volera-motion-duration-fast, .15s)
    var(--volera-motion-ease, ease);
  z-index: 2;
  position: absolute;
  inset-inline: 0;
}

.ModalShell-module__QLp3_q__bodyFrame[data-modal-scroll-indicator="true"]:after {
  opacity: 1;
}

.ModalShell-module__QLp3_q__scrollViewportOverlay {
  pointer-events: none;
  z-index: 5;
  position: absolute;
  inset: 0;
}

@supports ((-webkit-mask-image: linear-gradient(#000, transparent)) or (mask-image: linear-gradient(#000, transparent))) {
  .ModalShell-module__QLp3_q__bodyFrame:after {
    content: none;
  }

  .ModalShell-module__QLp3_q__bodyFrame[data-modal-scroll-indicator="true"] .ModalShell-module__QLp3_q__body {
    -webkit-mask-image: linear-gradient(to bottom,
      #000 0,
      #000 calc(100% - var(--modal-scroll-fade-size)),
      transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom,
      #000 0,
      #000 calc(100% - var(--modal-scroll-fade-size)),
      transparent 100%);
    mask-image: linear-gradient(to bottom,
      #000 0,
      #000 calc(100% - var(--modal-scroll-fade-size)),
      transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

.ModalShell-module__QLp3_q__body {
  --modal-focus-scroll-padding-bottom: 16px;
  --modal-focus-scroll-padding-top: 16px;
  --modal-scroll-end-space: 16px;
  box-sizing: border-box;
  overflow-anchor: none;
  min-height: 0;
  padding: var(--modal-body-padding-top) var(--modal-inline-padding)
    var(--modal-body-padding-bottom);
  scroll-padding-bottom: var(--modal-focus-scroll-padding-bottom);
  scroll-padding-top: var(--modal-focus-scroll-padding-top);
  transition: opacity var(--volera-motion-duration-fast, .15s)
    var(--volera-motion-ease, ease);
  overflow: hidden;
}

.ModalShell-module__QLp3_q__dialog[data-modal-scrollable="true"] .ModalShell-module__QLp3_q__body {
  overscroll-behavior: contain;
  overflow: hidden auto;
}

.ModalShell-module__QLp3_q__body :where(a[href], button, [contenteditable]:not([contenteditable="false"]), details > summary:first-of-type, input, select, textarea, [tabindex]:not([tabindex="-1"])) {
  scroll-margin-bottom: var(--modal-focus-scroll-padding-bottom);
  scroll-margin-top: var(--modal-focus-scroll-padding-top);
}

.ModalShell-module__QLp3_q__bodyWithFooter {
  padding-bottom: calc(var(--modal-body-padding-bottom) + var(--modal-scroll-end-space));
}

.ModalShell-module__QLp3_q__dialog.ModalShell-module__QLp3_q__selectorLayout .ModalShell-module__QLp3_q__body.ModalShell-module__QLp3_q__bodyWithFooter {
  padding-bottom: var(--modal-scroll-end-space);
}

.ModalShell-module__QLp3_q__dialog.ModalShell-module__QLp3_q__selectorLayout .ModalShell-module__QLp3_q__body.ModalShell-module__QLp3_q__bodyWithFooter.ModalShell-module__QLp3_q__bodyWithActionFooter {
  padding-bottom: var(--modal-action-footer-body-gap, 16px);
}

.ModalShell-module__QLp3_q__dialog[data-modal-sizing="true"] .ModalShell-module__QLp3_q__body {
  opacity: .72;
}

.ModalShell-module__QLp3_q__footer {
  box-sizing: border-box;
  padding: 0 var(--modal-inline-padding) var(--modal-footer-padding-bottom);
}

.ModalShell-module__QLp3_q__footer.ModalShell-module__QLp3_q__actionFooter {
  border-top: 1px solid var(--volera-border-soft, #ededf0);
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  display: flex;
}

.ModalShell-module__QLp3_q__selectorLayout .ModalShell-module__QLp3_q__header {
  min-height: 0;
  padding: 2px var(--modal-selector-content-inset) 0;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  display: flex;
}

.ModalShell-module__QLp3_q__selectorLayout .ModalShell-module__QLp3_q__headerWithContent {
  padding-bottom: 0;
}

.ModalShell-module__QLp3_q__selectorLayout .ModalShell-module__QLp3_q__headerBalanced.ModalShell-module__QLp3_q__headerWithContent {
  --modal-selector-header-balanced-bottom-space: 18px;
  padding-bottom: var(--modal-selector-header-balanced-bottom-space);
}

@media (min-width: 1200px) {
  .ModalShell-module__QLp3_q__selectorLayout[data-modal-scrollable="true"] .ModalShell-module__QLp3_q__headerBalanced.ModalShell-module__QLp3_q__headerWithContent {
    --modal-selector-header-balanced-bottom-space: 4px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="tablet"][data-modal-scrollable="true"] .ModalShell-module__QLp3_q__headerBalanced.ModalShell-module__QLp3_q__headerWithContent {
    --modal-selector-header-balanced-bottom-space: 4px;
  }
}

.ModalShell-module__QLp3_q__selectorLayout .ModalShell-module__QLp3_q__headerContent {
  align-items: center;
  min-width: 0;
}

.ModalShell-module__QLp3_q__selectorLayout .ModalShell-module__QLp3_q__headerWithLeadingAction {
  grid-template-columns: minmax(44px, 1fr) minmax(0, auto) minmax(44px, 1fr);
  gap: 0;
  display: grid;
}

.ModalShell-module__QLp3_q__headerWithLeadingAction .ModalShell-module__QLp3_q__headerContent {
  text-align: center;
  grid-column: 2;
  justify-self: center;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.ModalShell-module__QLp3_q__headerWithLeadingAction .ModalShell-module__QLp3_q__headerCopy {
  justify-items: center;
  width: 100%;
  min-width: 0;
}

.ModalShell-module__QLp3_q__headerWithLeadingAction .ModalShell-module__QLp3_q__title {
  overflow-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.ModalShell-module__QLp3_q__headerWithLeadingAction .ModalShell-module__QLp3_q__closeButton {
  grid-column: 3;
  justify-self: end;
}

.ModalShell-module__QLp3_q__selectorLayout .ModalShell-module__QLp3_q__headerCopy {
  gap: 0;
}

.ModalShell-module__QLp3_q__selectorLayout .ModalShell-module__QLp3_q__title {
  font-size: 1.08rem;
  font-weight: var(--volera-font-weight-emphasis, 650);
  line-height: 1.25;
}

.ModalShell-module__QLp3_q__selectorLayout .ModalShell-module__QLp3_q__body {
  min-height: 0;
  padding: 0 var(--modal-selector-content-inset);
}

.ModalShell-module__QLp3_q__selectorLayout .ModalShell-module__QLp3_q__footer {
  padding: 0 var(--modal-selector-content-inset);
}

.ModalShell-module__QLp3_q__selectorLayout .ModalShell-module__QLp3_q__footer.ModalShell-module__QLp3_q__actionFooter {
  padding-top: 16px;
}

@keyframes ModalShell-module__QLp3_q__modalOverlayIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ModalShell-module__QLp3_q__modalOverlayOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes ModalShell-module__QLp3_q__modalDialogIn {
  from {
    opacity: 0;
    transform: translateY(18px)scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes ModalShell-module__QLp3_q__modalDialogOut {
  from {
    opacity: 1;
    transform: translateY(0)scale(1);
  }

  to {
    opacity: 0;
    transform: translateY(18px)scale(.985);
  }
}

@keyframes ModalShell-module__QLp3_q__modalSheetIn {
  from {
    opacity: 1;
    transform: translate3d(0,
      calc(var(--modal-visible-viewport-height, 100dvh) + 8px),
      0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ModalShell-module__QLp3_q__modalSheetOut {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0,
      calc(var(--modal-visible-viewport-height, 100dvh) + 8px),
      0);
  }
}

@media (max-width: 1199px) {
  .ModalShell-module__QLp3_q__overlay[data-modal-responsive-breakpoint="expanded"] {
    height: var(--modal-visible-viewport-height, 100dvh);
    min-height: 0;
    bottom: auto;
    top: var(--modal-visual-viewport-offset-top, 0px);
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    overflow: hidden;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"] {
    --modal-responsive-top-clearance: max(12px, env(safe-area-inset-top, 0px));
    --modal-responsive-max-height: calc(var(--modal-visible-viewport-height, 100dvh) -
        var(--modal-responsive-top-clearance));
    --modal-sheet-radius: var(--volera-modal-radius-mobile, 32px);
    --modal-body-padding-bottom: 22px;
    --modal-body-padding-top: 18px;
    --modal-footer-padding-bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    --modal-header-min-height: 56px;
    --modal-inline-padding: max(22px,
      env(safe-area-inset-left, 0px),
      env(safe-area-inset-right, 0px));
    --modal-max-height: var(--modal-responsive-max-height);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: var(--modal-sheet-radius);
    border-top-right-radius: var(--modal-sheet-radius);
    max-height: var(--modal-responsive-max-height);
    transform-origin: bottom;
    backface-visibility: hidden;
    will-change: opacity, transform;
    width: 100vw;
    min-width: 0;
    max-width: 100vw;
  }

  .ModalShell-module__QLp3_q__overlay[data-modal-responsive-breakpoint="expanded"][data-modal-state="closed"] {
    opacity: 0;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"][data-modal-state="closed"] {
    opacity: 1;
    transform: translate3d(0,
      calc(var(--modal-visible-viewport-height, 100dvh) + 8px),
      0);
  }

  .ModalShell-module__QLp3_q__overlay[data-modal-responsive-breakpoint="expanded"][data-modal-state="opening"] {
    animation: ModalShell-module__QLp3_q__modalOverlayIn var(--volera-motion-duration-fast, .15s)
      var(--volera-motion-ease, ease) both;
  }

  .ModalShell-module__QLp3_q__overlay[data-modal-responsive-breakpoint="expanded"][data-modal-state="closing"] {
    animation: ModalShell-module__QLp3_q__modalOverlayOut var(--volera-motion-duration-medium, .22s)
      var(--volera-motion-ease, ease) both;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"][data-modal-state="opening"] {
    animation: ModalShell-module__QLp3_q__modalSheetIn var(--volera-motion-duration-medium, .22s)
      var(--volera-motion-ease, ease) both;
    transition: none;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"][data-modal-state="closing"] {
    animation: ModalShell-module__QLp3_q__modalSheetOut var(--volera-motion-duration-medium, .22s)
      var(--volera-motion-ease, ease) both;
    pointer-events: none;
    transition: none;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"][data-modal-state="closed"], .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"] .ModalShell-module__QLp3_q__body {
    transition: none;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"][data-modal-sizing="true"] .ModalShell-module__QLp3_q__body {
    opacity: 1;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"][data-modal-responsive-mode="content-sheet"] {
    height: auto;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"][data-modal-responsive-mode="large-sheet"] {
    height: var(--modal-responsive-max-height);
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"][data-modal-responsive-mode="full-screen"] {
    --modal-body-padding-bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    --modal-inline-padding: max(22px,
      env(safe-area-inset-left, 0px),
      env(safe-area-inset-right, 0px));
    --modal-responsive-max-height: var(--modal-visible-viewport-height, 100dvh);
    --modal-responsive-top-clearance: 0px;
    box-shadow: none;
    height: var(--modal-visible-viewport-height, 100dvh);
    max-height: var(--modal-visible-viewport-height, 100dvh);
    border: 0;
    border-radius: 0;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"][data-modal-responsive-mode="full-screen"] > .ModalShell-module__QLp3_q__header {
    padding-top: calc(14px + env(safe-area-inset-top, 0px));
  }

  .ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="expanded"] {
    --modal-selector-shell-inline-padding: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: var(--modal-sheet-radius);
    border-top-right-radius: var(--modal-sheet-radius);
    max-height: var(--modal-responsive-max-height);
    padding: 16px var(--modal-selector-shell-inline-padding)
      calc(16px + env(safe-area-inset-bottom, 0px));
    width: 100vw;
  }

  .ModalShell-module__QLp3_q__dialog.ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="expanded"][data-modal-responsive-mode="full-screen"] {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    padding-top: calc(16px + env(safe-area-inset-top, 0px));
    border: 0;
    border-radius: 0;
  }

  .ModalShell-module__QLp3_q__dialog.ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="expanded"][data-modal-responsive-mode="full-screen"] > .ModalShell-module__QLp3_q__header {
    padding-top: 2px;
  }

  .ModalShell-module__QLp3_q__dialog.ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="expanded"] .ModalShell-module__QLp3_q__body.ModalShell-module__QLp3_q__bodyWithFooter.ModalShell-module__QLp3_q__bodyWithActionFooter {
    padding-bottom: var(--modal-action-footer-body-gap-responsive, 20px);
  }

  .ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="expanded"] .ModalShell-module__QLp3_q__footer.ModalShell-module__QLp3_q__actionFooter {
    margin-inline: calc(-1 * var(--modal-selector-shell-inline-padding));
    padding: 20px var(--modal-selector-aligned-inline-padding) 0;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"] > .ModalShell-module__QLp3_q__header {
    padding-top: 14px;
  }

  .ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="expanded"] > .ModalShell-module__QLp3_q__header {
    padding-top: 2px;
  }

  .ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="expanded"] > .ModalShell-module__QLp3_q__headerWithContent {
    padding-bottom: 2px;
  }

  .ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="expanded"] > .ModalShell-module__QLp3_q__headerBalanced.ModalShell-module__QLp3_q__headerWithContent {
    --modal-selector-header-balanced-bottom-space: 2px;
  }

  .ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="expanded"] > .ModalShell-module__QLp3_q__headerWithResponsiveLeadingAction {
    grid-template-columns: minmax(40px, 1fr) minmax(0, auto) minmax(40px, 1fr);
    gap: 0;
    display: grid;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"] .ModalShell-module__QLp3_q__headerWithResponsiveLeadingAction .ModalShell-module__QLp3_q__responsiveHeaderLeadingAction {
    grid-column: 1;
    justify-self: start;
    align-items: center;
    display: flex;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"] .ModalShell-module__QLp3_q__headerWithResponsiveLeadingAction .ModalShell-module__QLp3_q__headerContent {
    text-align: center;
    grid-column: 2;
    justify-self: center;
    max-width: 100%;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"] .ModalShell-module__QLp3_q__headerWithResponsiveLeadingAction .ModalShell-module__QLp3_q__headerCopy {
    justify-items: center;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="expanded"] .ModalShell-module__QLp3_q__headerWithResponsiveLeadingAction .ModalShell-module__QLp3_q__closeButton {
    grid-column: 3;
    justify-self: end;
  }
}

@media (max-width: 767px) {
  .ModalShell-module__QLp3_q__overlay[data-modal-responsive-breakpoint="tablet"] {
    height: var(--modal-visible-viewport-height, 100dvh);
    min-height: 0;
    bottom: auto;
    top: var(--modal-visual-viewport-offset-top, 0px);
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    overflow: hidden;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"] {
    --modal-responsive-top-clearance: max(12px, env(safe-area-inset-top, 0px));
    --modal-responsive-max-height: calc(var(--modal-visible-viewport-height, 100dvh) -
        var(--modal-responsive-top-clearance));
    --modal-sheet-radius: var(--volera-modal-radius-mobile, 32px);
    --modal-body-padding-bottom: 22px;
    --modal-body-padding-top: 18px;
    --modal-footer-padding-bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    --modal-header-min-height: 56px;
    --modal-inline-padding: max(22px,
      env(safe-area-inset-left, 0px),
      env(safe-area-inset-right, 0px));
    --modal-max-height: var(--modal-responsive-max-height);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: var(--modal-sheet-radius);
    border-top-right-radius: var(--modal-sheet-radius);
    max-height: var(--modal-responsive-max-height);
    transform-origin: bottom;
    backface-visibility: hidden;
    will-change: opacity, transform;
    width: 100vw;
    min-width: 0;
    max-width: 100vw;
  }

  .ModalShell-module__QLp3_q__overlay[data-modal-responsive-breakpoint="tablet"][data-modal-state="closed"] {
    opacity: 0;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"][data-modal-state="closed"] {
    opacity: 1;
    transform: translate3d(0,
      calc(var(--modal-visible-viewport-height, 100dvh) + 8px),
      0);
  }

  .ModalShell-module__QLp3_q__overlay[data-modal-responsive-breakpoint="tablet"][data-modal-state="opening"] {
    animation: ModalShell-module__QLp3_q__modalOverlayIn var(--volera-motion-duration-fast, .15s)
      var(--volera-motion-ease, ease) both;
  }

  .ModalShell-module__QLp3_q__overlay[data-modal-responsive-breakpoint="tablet"][data-modal-state="closing"] {
    animation: ModalShell-module__QLp3_q__modalOverlayOut var(--volera-motion-duration-medium, .22s)
      var(--volera-motion-ease, ease) both;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"][data-modal-state="opening"] {
    animation: ModalShell-module__QLp3_q__modalSheetIn var(--volera-motion-duration-medium, .22s)
      var(--volera-motion-ease, ease) both;
    transition: none;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"][data-modal-state="closing"] {
    animation: ModalShell-module__QLp3_q__modalSheetOut var(--volera-motion-duration-medium, .22s)
      var(--volera-motion-ease, ease) both;
    pointer-events: none;
    transition: none;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"][data-modal-state="closed"], .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"] .ModalShell-module__QLp3_q__body {
    transition: none;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"][data-modal-sizing="true"] .ModalShell-module__QLp3_q__body {
    opacity: 1;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"][data-modal-responsive-mode="content-sheet"] {
    height: auto;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"][data-modal-responsive-mode="large-sheet"] {
    height: var(--modal-responsive-max-height);
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"][data-modal-responsive-mode="full-screen"] {
    --modal-body-padding-bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    --modal-inline-padding: max(22px,
      env(safe-area-inset-left, 0px),
      env(safe-area-inset-right, 0px));
    --modal-responsive-max-height: var(--modal-visible-viewport-height, 100dvh);
    --modal-responsive-top-clearance: 0px;
    box-shadow: none;
    height: var(--modal-visible-viewport-height, 100dvh);
    max-height: var(--modal-visible-viewport-height, 100dvh);
    border: 0;
    border-radius: 0;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"][data-modal-responsive-mode="full-screen"] > .ModalShell-module__QLp3_q__header {
    padding-top: calc(14px + env(safe-area-inset-top, 0px));
  }

  .ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="tablet"] {
    --modal-selector-shell-inline-padding: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: var(--modal-sheet-radius);
    border-top-right-radius: var(--modal-sheet-radius);
    max-height: var(--modal-responsive-max-height);
    padding: 16px var(--modal-selector-shell-inline-padding)
      calc(16px + env(safe-area-inset-bottom, 0px));
    width: 100vw;
  }

  .ModalShell-module__QLp3_q__dialog.ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="tablet"][data-modal-responsive-mode="full-screen"] {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    padding-top: calc(16px + env(safe-area-inset-top, 0px));
    border: 0;
    border-radius: 0;
  }

  .ModalShell-module__QLp3_q__dialog.ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="tablet"][data-modal-responsive-mode="full-screen"] > .ModalShell-module__QLp3_q__header {
    padding-top: 2px;
  }

  .ModalShell-module__QLp3_q__dialog.ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="tablet"] .ModalShell-module__QLp3_q__body.ModalShell-module__QLp3_q__bodyWithFooter.ModalShell-module__QLp3_q__bodyWithActionFooter {
    padding-bottom: var(--modal-action-footer-body-gap-responsive, 20px);
  }

  .ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="tablet"] .ModalShell-module__QLp3_q__footer.ModalShell-module__QLp3_q__actionFooter {
    margin-inline: calc(-1 * var(--modal-selector-shell-inline-padding));
    padding: 20px var(--modal-selector-aligned-inline-padding) 0;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"] > .ModalShell-module__QLp3_q__header {
    padding-top: 14px;
  }

  .ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="tablet"] > .ModalShell-module__QLp3_q__header {
    padding-top: 2px;
  }

  .ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="tablet"] > .ModalShell-module__QLp3_q__headerWithContent {
    padding-bottom: 2px;
  }

  .ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="tablet"] > .ModalShell-module__QLp3_q__headerBalanced.ModalShell-module__QLp3_q__headerWithContent {
    --modal-selector-header-balanced-bottom-space: 2px;
  }

  .ModalShell-module__QLp3_q__selectorLayout[data-modal-responsive-breakpoint="tablet"] > .ModalShell-module__QLp3_q__headerWithResponsiveLeadingAction {
    grid-template-columns: minmax(40px, 1fr) minmax(0, auto) minmax(40px, 1fr);
    gap: 0;
    display: grid;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"] .ModalShell-module__QLp3_q__headerWithResponsiveLeadingAction .ModalShell-module__QLp3_q__responsiveHeaderLeadingAction {
    grid-column: 1;
    justify-self: start;
    align-items: center;
    display: flex;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"] .ModalShell-module__QLp3_q__headerWithResponsiveLeadingAction .ModalShell-module__QLp3_q__headerContent {
    text-align: center;
    grid-column: 2;
    justify-self: center;
    max-width: 100%;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"] .ModalShell-module__QLp3_q__headerWithResponsiveLeadingAction .ModalShell-module__QLp3_q__headerCopy {
    justify-items: center;
  }

  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-breakpoint="tablet"] .ModalShell-module__QLp3_q__headerWithResponsiveLeadingAction .ModalShell-module__QLp3_q__closeButton {
    grid-column: 3;
    justify-self: end;
  }
}

@media (max-width: 1199px) {
  .ModalShell-module__QLp3_q__dialog[data-modal-responsive-placement="floating"]:not([data-modal-responsive-mode="full-screen"]) {
    --modal-responsive-floating-gutter: 12px;
    border-bottom-left-radius: var(--modal-sheet-radius);
    border-bottom-right-radius: var(--modal-sheet-radius);
    margin-bottom: var(--modal-responsive-floating-gutter);
    max-width: calc(100vw - (var(--modal-responsive-floating-gutter) * 2));
    width: calc(100vw - (var(--modal-responsive-floating-gutter) * 2));
  }
}

@media (max-width: 640px) {
  .ModalShell-module__QLp3_q__footer.ModalShell-module__QLp3_q__actionFooter {
    grid-template-columns: 1fr;
    display: grid;
  }
}

@media (max-width: 575.98px) {
  .ModalShell-module__QLp3_q__dialog {
    --modal-sheet-radius: var(--volera-modal-radius-mobile, 32px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ModalShell-module__QLp3_q__overlay, .ModalShell-module__QLp3_q__dialog {
    animation: none;
  }

  .ModalShell-module__QLp3_q__dialog, .ModalShell-module__QLp3_q__body, .ModalShell-module__QLp3_q__closeButton {
    transition: none;
  }
}

/* [project]/app/components/SelectorListPrimitives.module.css [app-client] (css) */
.SelectorListPrimitives-module__7NB-dW__section {
  gap: 8px;
  min-width: 0;
  display: grid;
}

.SelectorListPrimitives-module__7NB-dW__header {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 0;
  display: flex;
}

.SelectorListPrimitives-module__7NB-dW__headingGroup {
  gap: 4px;
  min-width: 0;
  display: grid;
}

.SelectorListPrimitives-module__7NB-dW__heading {
  color: var(--volera-text-muted, #72789c);
  font-size: .72rem;
  font-weight: var(--volera-font-weight-emphasis, 650);
  letter-spacing: .08em;
  text-transform: uppercase;
  min-width: 0;
  margin: 0;
  padding: 0 8px;
  line-height: 1.2;
}

.SelectorListPrimitives-module__7NB-dW__subtitle {
  color: var(--volera-text-soft, #8a91aa);
  margin: 0;
  padding: 0 8px;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.35;
}

.SelectorListPrimitives-module__7NB-dW__headerActions {
  flex: none;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.SelectorListPrimitives-module__7NB-dW__headerAction {
  appearance: none;
  border-radius: var(--volera-control-radius-pill, 999px);
  color: var(--volera-text-muted, #72789c);
  cursor: pointer;
  font: inherit;
  font-size: .82rem;
  font-weight: var(--volera-font-weight-emphasis, 650);
  background: none;
  border: 0;
  flex: none;
  padding: 5px 8px;
  transition: background-color .15s, color .15s;
}

.SelectorListPrimitives-module__7NB-dW__headerAction:hover, .SelectorListPrimitives-module__7NB-dW__headerAction:focus-visible {
  background: var(--volera-pink-soft, #faf4fb);
  color: var(--volera-pink-active, #bc269b);
  outline: none;
}

.SelectorListPrimitives-module__7NB-dW__headerAction:focus-visible {
  box-shadow: var(--volera-control-active-shadow, 0 1px 30px 0 #0000000d);
}

.SelectorListPrimitives-module__7NB-dW__list {
  gap: 4px;
  min-width: 0;
  display: grid;
}

.SelectorListPrimitives-module__7NB-dW__row, .SelectorListPrimitives-module__7NB-dW__actionRow, .SelectorListPrimitives-module__7NB-dW__choiceCard {
  appearance: none;
  border-radius: var(--volera-control-radius-lg, 16px);
  box-sizing: border-box;
  color: var(--volera-text, #191e49);
  cursor: pointer;
  font: inherit;
  text-align: left;
  background: none;
  border: 1px solid #0000;
  outline: none;
  align-items: center;
  width: 100%;
  min-width: 0;
  transition: background-color .15s, border-color .15s, box-shadow .15s, color .15s, transform .15s;
  display: flex;
}

.SelectorListPrimitives-module__7NB-dW__choiceCard {
  background: var(--volera-surface, #fff);
  border-color: var(--volera-border, #e0e2ed);
  border-radius: var(--selector-choice-card-radius, var(--volera-control-radius, 14px));
  text-align: left;
  gap: 3px;
  display: grid;
}

.SelectorListPrimitives-module__7NB-dW__row {
  gap: 12px;
  min-height: 58px;
  padding: 8px 10px;
}

.SelectorListPrimitives-module__7NB-dW__row:hover, .SelectorListPrimitives-module__7NB-dW__row:focus-visible, .SelectorListPrimitives-module__7NB-dW__actionRow:hover, .SelectorListPrimitives-module__7NB-dW__actionRow:focus-visible, .SelectorListPrimitives-module__7NB-dW__choiceCard:hover, .SelectorListPrimitives-module__7NB-dW__choiceCard:focus-visible {
  background: var(--volera-pink-soft, #faf4fb);
  color: var(--volera-pink-active, #bc269b);
  transform: translateY(-1px);
}

.SelectorListPrimitives-module__7NB-dW__row:focus-visible, .SelectorListPrimitives-module__7NB-dW__actionRow:focus-visible, .SelectorListPrimitives-module__7NB-dW__choiceCard:focus-visible {
  box-shadow: var(--volera-control-active-shadow, 0 1px 30px 0 #0000000d);
}

.SelectorListPrimitives-module__7NB-dW__rowSelected {
  background: var(--volera-control-outline-surface, transparent);
  border-color: var(--volera-pink-border, #bc269b);
  box-shadow: var(--volera-control-active-shadow, 0 1px 30px 0 #0000000d);
  color: var(--volera-pink-active, #bc269b);
}

.SelectorListPrimitives-module__7NB-dW__rowSelected .SelectorListPrimitives-module__7NB-dW__meta {
  color: var(--volera-text, #191e49);
}

.SelectorListPrimitives-module__7NB-dW__choiceCard:hover, .SelectorListPrimitives-module__7NB-dW__choiceCard:focus-visible {
  background: var(--volera-control-outline-surface, transparent);
  border-color: var(--volera-pink-border, #bc269b);
  color: var(--volera-pink-active, #bc269b);
  transform: var(--selector-choice-card-hover-transform, none);
}

.SelectorListPrimitives-module__7NB-dW__choiceCardSelected {
  background: var(--volera-control-outline-surface, transparent);
  border-color: var(--volera-pink-border, #bc269b);
  box-shadow: var(--volera-control-active-shadow, 0 1px 30px 0 #0000000d);
  color: var(--volera-pink-active, #bc269b);
}

.SelectorListPrimitives-module__7NB-dW__rowSelected:hover, .SelectorListPrimitives-module__7NB-dW__rowSelected:focus-visible, .SelectorListPrimitives-module__7NB-dW__choiceCardSelected:hover, .SelectorListPrimitives-module__7NB-dW__choiceCardSelected:focus-visible {
  background: var(--volera-control-outline-surface, transparent);
  border-color: var(--volera-pink-border, #bc269b);
  color: var(--volera-pink-active, #bc269b);
}

.SelectorListPrimitives-module__7NB-dW__choiceCardSelected .SelectorListPrimitives-module__7NB-dW__choiceCardMeta {
  color: var(--volera-text, #191e49);
}

.SelectorListPrimitives-module__7NB-dW__copy {
  flex: auto;
  gap: 3px;
  min-width: 0;
  display: grid;
}

.SelectorListPrimitives-module__7NB-dW__title, .SelectorListPrimitives-module__7NB-dW__meta {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.SelectorListPrimitives-module__7NB-dW__title {
  color: currentColor;
  font-size: .94rem;
  font-weight: var(--volera-font-weight-emphasis, 650);
  min-width: 0;
  line-height: 1.18;
}

.SelectorListPrimitives-module__7NB-dW__meta {
  color: var(--volera-text-muted, #72789c);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.2;
}

.SelectorListPrimitives-module__7NB-dW__trailing {
  color: var(--volera-text-muted, #72789c);
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: none;
  max-width: 82px;
  margin-left: 8px;
  font-size: .8rem;
  font-weight: 600;
  overflow: hidden;
}

.SelectorListPrimitives-module__7NB-dW__actionRow {
  color: var(--volera-pink, #bc269b);
  font-size: .88rem;
  font-weight: var(--volera-font-weight-emphasis, 650);
  justify-content: space-between;
  min-height: 44px;
  padding: 8px 12px;
}

.SelectorListPrimitives-module__7NB-dW__actionArrow {
  color: currentColor;
  font-size: 1rem;
  line-height: 1;
}

.SelectorListPrimitives-module__7NB-dW__choiceCardLabel, .SelectorListPrimitives-module__7NB-dW__choiceCardMeta {
  overflow-wrap: anywhere;
  min-width: 0;
  display: block;
}

.SelectorListPrimitives-module__7NB-dW__choiceCardLabel {
  color: currentColor;
  font-size: .95rem;
  font-weight: var(--volera-font-weight-emphasis, 650);
  line-height: 1.15;
}

.SelectorListPrimitives-module__7NB-dW__choiceCardMeta {
  color: var(--volera-text-muted, #72789c);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.2;
}

.SelectorListPrimitives-module__7NB-dW__emptyState {
  color: var(--volera-text-muted, #72789c);
  text-align: center;
  align-self: center;
  place-items: center;
  gap: 8px;
  padding: 42px 20px;
  display: grid;
}

.SelectorListPrimitives-module__7NB-dW__emptyStateStart {
  text-align: left;
  align-self: stretch;
  justify-items: start;
  padding: 18px 12px;
}

.SelectorListPrimitives-module__7NB-dW__emptyStateIcon {
  background: var(--volera-pink-surface, #f6f1fb);
  border-radius: var(--volera-control-radius-pill, 999px);
  color: var(--volera-pink, #bc269b);
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 4px;
  display: inline-flex;
}

.SelectorListPrimitives-module__7NB-dW__emptyStateIcon svg {
  width: 22px;
  height: 22px;
}

.SelectorListPrimitives-module__7NB-dW__emptyStateTitle {
  color: var(--volera-text, #191e49);
  font-size: .98rem;
  font-weight: var(--volera-font-weight-emphasis, 650);
  line-height: 1.35;
}

.SelectorListPrimitives-module__7NB-dW__emptyStateDescription {
  max-width: 320px;
  margin: 0;
  font-size: .88rem;
  font-weight: 520;
  line-height: 1.4;
}

.SelectorListPrimitives-module__7NB-dW__emptyStateStart .SelectorListPrimitives-module__7NB-dW__emptyStateTitle {
  font-size: .95rem;
  font-weight: var(--volera-font-weight-emphasis, 650);
}

.SelectorListPrimitives-module__7NB-dW__emptyStateStart .SelectorListPrimitives-module__7NB-dW__emptyStateDescription {
  max-width: none;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.45;
}

@media (max-width: 575.98px) {
  .SelectorListPrimitives-module__7NB-dW__row {
    min-height: 56px;
    padding-inline: 8px;
  }

  .SelectorListPrimitives-module__7NB-dW__trailing {
    max-width: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .SelectorListPrimitives-module__7NB-dW__headerAction, .SelectorListPrimitives-module__7NB-dW__row, .SelectorListPrimitives-module__7NB-dW__actionRow, .SelectorListPrimitives-module__7NB-dW__choiceCard {
    transition: none;
  }
}

/* [project]/app/commerce/memberships/components/MembershipInformationDialogs.module.css [app-client] (css) */
.MembershipInformationDialogs-module__qWeh-a__serviceGroups {
  gap: 24px;
  min-width: 0;
  display: grid;
}

.MembershipInformationDialogs-module__qWeh-a__serviceList {
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.MembershipInformationDialogs-module__qWeh-a__service {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
  min-width: 0;
  display: grid;
}

.MembershipInformationDialogs-module__qWeh-a__serviceCopy {
  gap: 4px;
  min-width: 0;
  display: grid;
}

.MembershipInformationDialogs-module__qWeh-a__serviceName, .MembershipInformationDialogs-module__qWeh-a__servicePrice {
  color: var(--volera-text);
  font-size: .94rem;
  font-weight: var(--volera-font-weight-emphasis);
  overflow-wrap: anywhere;
  line-height: 1.4;
}

.MembershipInformationDialogs-module__qWeh-a__servicePrice {
  text-align: end;
  max-width: 12ch;
}

.MembershipInformationDialogs-module__qWeh-a__serviceMeta, .MembershipInformationDialogs-module__qWeh-a__terms {
  color: var(--volera-text-muted);
  overflow-wrap: anywhere;
  font-size: .88rem;
  line-height: 1.55;
}

.MembershipInformationDialogs-module__qWeh-a__terms {
  white-space: pre-line;
  margin: 0;
}

/* [project]/app/locations/[id]/memberships/MembershipCatalogPage.module.css [app-client] (css) */
.MembershipCatalogPage-module__8Kg71a__selectionGroup {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.MembershipCatalogPage-module__8Kg71a__srOnly {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.MembershipCatalogPage-module__8Kg71a__list {
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.MembershipCatalogPage-module__8Kg71a__listItem {
  min-width: 0;
}

.MembershipCatalogPage-module__8Kg71a__alternatives {
  gap: 18px;
  min-width: 0;
  margin-top: 14px;
  display: grid;
}

.MembershipCatalogPage-module__8Kg71a__alternatives h2 {
  font-size: 1.12rem;
  font-weight: var(--volera-font-weight-emphasis);
  overflow-wrap: anywhere;
  margin: 0;
  line-height: 1.35;
}

.MembershipCatalogPage-module__8Kg71a__error {
  background: var(--volera-surface);
  border: 1px solid var(--volera-border-soft);
  border-radius: var(--volera-frame-radius-desktop);
  color: var(--volera-error);
  margin: 0;
  padding: 18px 22px;
  font-size: .84rem;
  line-height: 1.5;
}

.MembershipCatalogPage-module__8Kg71a__servicesLink {
  appearance: none;
  border-radius: var(--volera-control-radius);
  color: var(--volera-pink);
  cursor: pointer;
  font: inherit;
  text-align: start;
  text-underline-offset: 3px;
  background: none;
  border: 0;
  min-height: 44px;
  padding: 0;
  font-size: .82rem;
  text-decoration: underline;
}

.MembershipCatalogPage-module__8Kg71a__servicesLink:focus-visible {
  outline: 2px solid var(--volera-pink);
  outline-offset: 2px;
}

@media (max-width: 1199px) {
  .MembershipCatalogPage-module__8Kg71a__error {
    border-radius: var(--volera-frame-radius-tablet);
  }
}

@media (max-width: 599px) {
  .MembershipCatalogPage-module__8Kg71a__error {
    border-radius: var(--volera-frame-radius-mobile);
    padding: 16px 18px;
  }
}

/*# sourceMappingURL=app_12vvwfw._.css.map*/