/* Layout accommodations for isolated product examples. Product controls and
   cards inherit the same stylesheets as their corresponding live screens. */
html {
  min-height: 0 !important;
  height: auto !important;
  background: #f6f5fb;
}
body.feature-product-preview {
  margin: 0;
  min-height: 0 !important;
  height: auto !important;
  padding: 0;
  background: #f6f5fb;
  color: #101010;
}
.feature-product-preview *,
.feature-product-preview *::before,
.feature-product-preview *::after {
  box-sizing: border-box;
}
.feature-product-preview [hidden] {
  display: none !important;
}
.feature-product-preview :focus-visible {
  outline: 3px solid #2860c6;
  outline-offset: 4px;
}
.preview-root {
  padding: 28px;
  width: 100%;
  overflow-wrap: anywhere;
}
.preview-sample,
.preview-eyebrow {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}
.preview-sample {
  margin: 0 0 24px;
  color: #615971;
}
.preview-root h1 {
  font-size: clamp(25px, 4vw, 40px);
  line-height: 1.12;
}
.preview-root h2 {
  font-size: clamp(21px, 3vw, 28px);
  line-height: 1.2;
}
.preview-root h3 {
  font-size: 20px;
}
.preview-root p {
  font-size: 15px;
  line-height: 1.55;
}
.preview-root button {
  cursor: pointer;
  max-width: 100%;
}
.preview-root button:disabled {
  cursor: default;
  opacity: 0.45;
}
.preview-root .wf-primary-btn,
.preview-root .wf-secondary-btn,
.preview-root .wf-accent-btn,
.preview-root .wf-pill-btn {
  width: auto;
  min-height: 42px;
  margin: 0;
}
.preview-root .wrap {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}
.preview-root #dashboardContainer,
.preview-root #dashboardContent {
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 0;
  margin: 0;
  display: block;
}
.preview-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.preview-two-col > *,
.preview-root .grid > * {
  min-width: 0;
}
.preview-stack {
  display: grid;
  gap: 22px;
}
.preview-card {
  padding: 24px;
  border: 2px solid #101010;
  border-radius: 20px;
  background: white;
  box-shadow: 4px 4px 0 #101010;
  margin: 0 0 22px;
}
.preview-card h2:first-child,
.preview-card h1:first-child {
  margin-top: 0;
}
.preview-field {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 750;
  margin: 0 0 18px;
  min-width: 0;
}
.preview-field input,
.preview-field select,
.preview-field textarea,
.preview-root textarea {
  width: 100%;
  min-width: 0;
  margin: 0;
  font-size: 16px;
  color: #101010;
  background-color: white;
}
.preview-root input[type="number"] {
  font-variant-numeric: tabular-nums;
}
.preview-switch {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0 20px;
}
.preview-switch input {
  flex: 0 0 auto;
  margin: 0;
}
.preview-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}
.preview-tabs [aria-pressed="true"] {
  background: #c6dfe2 !important;
  color: #101010;
}
.preview-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
}
.preview-controls .preview-field {
  flex: 1 1 160px;
  margin-bottom: 0;
}
.preview-total,
.preview-record {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #dcd9e4;
}
.preview-total strong {
  white-space: nowrap;
}
.preview-big-number {
  display: block;
  font-size: 38px;
  line-height: 1.2;
  margin: 10px 0;
  font-weight: 900;
}
.preview-note {
  font-size: 12px !important;
  color: #635f6c;
  line-height: 1.5;
}
.preview-status {
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 750;
}
.preview-status:empty {
  display: none;
}
.preview-code {
  display: block;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #f4f2f8;
  padding: 16px;
  font-size: 12px;
  color: #292333;
  border: 1px solid #dad5e3;
  border-radius: 12px;
  max-width: 100%;
}
.preview-preserve {
  white-space: pre-wrap;
}
.preview-email {
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 32px;
  width: min(100%, 620px);
  margin: 0 auto;
}
.preview-product-shot {
  display: block;
  max-height: 620px;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 14px;
}
.preview-root .table-container {
  overflow-x: auto;
  width: 100%;
}
.preview-root table {
  width: 100%;
  margin: 0;
  font-size: 14px;
  border-collapse: collapse;
}
.preview-root th,
.preview-root td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid #dfdce5;
  color: #101010;
}
.preview-root th {
  background: #f3f1f7;
  font-weight: 800;
}
.preview-root th button {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  color: inherit;
  font-size: inherit;
}
.preview-root details > summary {
  cursor: pointer;
  font-weight: 800;
}
.preview-root details:not([class]) {
  margin: 18px 0;
}
.preview-root details[open] > summary {
  margin-bottom: 16px;
}
.preview-root .single-event-report-stack {
  display: grid;
  gap: 18px;
}
.preview-root .single-event-report-stack .preview-card {
  margin-bottom: 0;
}
.preview-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.preview-stats > div {
  display: grid;
  gap: 8px;
}
.preview-stats strong {
  font-size: clamp(22px, 3vw, 36px);
}
.preview-stats span {
  font-size: 12px;
  font-weight: 700;
}
/* The live checkout is a fixed modal; within the example it participates in flow. */
.feature-product-preview .wf-checkout-stage,
.feature-product-preview #buyTicketsView {
  display: block;
  position: static;
  background: transparent;
  padding: 0;
  height: auto;
}
.feature-product-preview .preview-root .wf-checkout-stage .buy-modal {
  position: static;
  display: block;
  height: auto;
  background: transparent;
  overflow: visible;
  padding: 0;
}
.feature-product-preview
  .preview-root
  .wf-checkout-stage
  .buy-modal-background {
  position: static;
  transform: none;
  width: 100%;
  max-width: 760px;
  height: auto;
  max-height: none;
  margin: 0 auto;
  overflow: visible;
}
.feature-product-preview .preview-root .wf-checkout-stage .buy-modal-content {
  padding: 26px;
  height: auto;
  max-height: none;
  overflow: visible;
}
.feature-product-preview .ticketTypeBody small {
  display: block;
  margin-top: 6px;
}
.feature-product-preview .ticketQuantityBody select {
  width: 74px;
  min-width: 64px;
  margin: 0;
}
.feature-product-preview .buy-modal-content button {
  margin-top: 18px;
}
.preview-poster {
  min-height: 310px;
  padding: 26px;
  background: #c6dfe2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  color: #101010;
}
.preview-poster strong {
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}
.preview-poster span {
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.preview-root .wf-info-card {
  padding: 22px;
}
.preview-root .wf-info-card h2,
.preview-root .wf-info-card h3 {
  margin-top: 0;
}
.preview-mint {
  background: #c6dfe2;
}
.preview-lavender {
  background: #c8bdfc;
}
.preview-peach {
  background: #f9d6b9;
}
.preview-discovery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 22px;
}
.preview-root .wf-discovery {
  margin: 0;
  padding: 0;
}
.preview-root .wf-discovery-inner {
  width: 100%;
  max-width: none;
  padding: 0;
}
.preview-root .swiper-slide {
  min-width: 0;
  width: auto;
}
.preview-root .ticketCard {
  width: 100%;
  display: block;
}
.preview-card-poster {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 52px 20px 24px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.05em;
  text-align: center;
}
.preview-pool-hero {
  padding: 26px;
  margin-bottom: 24px;
  background: #c6dfe2;
}
.preview-phone {
  width: min(100%, 360px);
  margin: 0 auto;
  overflow: hidden;
}
.preview-root .wf-splash-shell {
  min-height: 0;
  padding: 20px;
  border-radius: 22px;
}
.preview-root .wf-splash-phoneFrame {
  min-height: 0;
  height: auto;
}
.preview-root .preview-splash-canvas {
  min-height: 440px;
  height: auto;
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  padding: 32px 18px;
  background: #c8bdfc;
}
.preview-root .wf-splash-element {
  position: relative;
  inset: auto;
  width: 100%;
  transform: none;
  margin-top: 16px;
}
.preview-root .wf-splash-customEventButton {
  width: 100%;
  min-height: 76px;
}
.preview-avatar {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  font-size: 36px;
  font-weight: 900;
  border: 3px solid;
  border-radius: 50%;
  margin: 0 24px 20px 0;
}
.preview-root .support-shell {
  padding: 0;
}
.preview-root .support-conversation {
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  color: #101010;
  background: white;
}
.preview-root .support-conversation.active {
  background: #eefcf7;
}
.preview-root .support-messages {
  min-height: 220px;
}
.preview-root .support-message {
  max-width: 88%;
}
.preview-root .support-message--inbound {
  align-self: flex-start;
}
.preview-root .support-message--outbound {
  align-self: flex-end;
  background: #eefcf7;
}
.preview-root .support-message__body {
  white-space: pre-wrap;
}
.preview-root .support-thread__header p {
  margin-bottom: 0;
}
.preview-help-thread .preview-note {
  padding: 16px;
}
.preview-root .custom-data-modal {
  position: static;
  display: block;
  background: white;
}
.preview-root .custom-data-modal .image-crop-modal-content {
  padding: 0;
  max-height: none;
}
.preview-root .guestListPageMain {
  padding: 0;
}
.preview-root .guestListTableShell {
  padding: 12px 20px;
}
.preview-root .checkboxIcon {
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 6px;
  display: inline-grid;
  place-items: center;
  color: #101010;
  font-size: 18px;
}
.preview-root .checkboxIcon.checkedIn {
  background: #b6ddc5;
}
.preview-root .ticket-div {
  margin: 0;
}
.preview-root .ticket-details {
  gap: 12px;
}
.preview-root .guest-name-trigger {
  overflow-wrap: anywhere;
}
.preview-chart {
  position: relative;
  height: 320px;
  width: 100%;
}
.preview-root .event-breakdown-row__main {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.preview-root .dashboard-org-manage-section {
  display: block;
}
.preview-root #dashboardContent .event-messaging-section.preview-card {
  padding: 24px;
}
.preview-root #dashboardContent .promote-event-card {
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
}
.preview-root .promote-event-card > * {
  min-width: 0;
  max-width: 100%;
}
.preview-root .organization-profile-container .follow-button {
  color: #fff;
  background: #1d1f2a;
  border-color: #1d1f2a;
}
.preview-root .organization-profile-container .follow-button:hover {
  background: #343746;
}
.preview-root .dashboard-membership-tier-media .preview-tier-art {
  display: grid;
  place-items: center;
  font-size: 64px;
  font-weight: 900;
  border-radius: 18px;
}
.preview-root .guestListTableShell .checkboxIcon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
}
@media (max-width: 700px) {
  .preview-root .dashboard-membership-tier-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "content";
  }
  .preview-root .dashboard-membership-tier-media {
    display: none;
  }
  .preview-root {
    padding: 18px 14px 24px;
  }
  .preview-two-col,
  .preview-root .membership-tier-form-grid,
  .preview-root .dashboard-team-manage-options-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .preview-root .support-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .preview-card,
  .preview-root .membership-tier-form-card {
    padding: 20px 16px;
  }
  .preview-discovery-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .preview-card-poster {
    min-height: 160px;
  }
  .preview-root .buy-modal-content {
    padding: 20px 14px;
  }
  .preview-root .ticketQuantityBody select {
    width: 64px;
  }
  .preview-root .organization-profile-container {
    display: block;
  }
  .preview-root .guestListTitle {
    font-size: 26px;
  }
  .preview-root .guestListTableShell {
    padding: 8px;
  }
  .preview-root .guest-name-trigger {
    font-size: 14px;
  }
  .preview-root .ticket-details .tier-name {
    font-size: 12px;
  }
  .preview-root th,
  .preview-root td {
    padding: 12px 8px;
  }
  .preview-stats {
    gap: 10px;
  }
  .preview-root .grid.two-col {
    grid-template-columns: minmax(0, 1fr);
  }
  .preview-chart {
    height: 260px;
  }
}

.feature-product-preview #buyTicketsView .ticketPriceBody {
  white-space: nowrap;
}
.feature-product-preview #buyTicketsView .ticketQuantityBody select {
  min-width: 88px;
  padding-left: 18px;
  padding-right: 32px;
}
@media (max-width: 480px) {
  .feature-product-preview .preview-root .wf-checkout-stage .buy-modal-content {
    padding: 20px 12px;
  }
  .feature-product-preview #buyTicketsView .ticketPriceQuantityBodyContainer {
    grid-template-columns: minmax(45px, 1fr) auto;
    gap: 10px;
  }
  .feature-product-preview #buyTicketsView .ticketQuantityBody select {
    width: 88px;
  }
}

.feature-product-preview .wf-event-content-slab .contentPad {
  padding: 20px;
}
.feature-product-preview .wf-event-content-slab .preview-poster {
  background: #c6dfe2;
  margin-bottom: 24px;
}
.feature-product-preview .buy-modal-content [data-order-review] button {
  margin-right: 10px;
}

.preview-root .filter-bar.preview-tabs {
  display: flex;
}
.preview-discovery-grid .cardBackground {
  display: none;
}
.preview-discovery-grid .upperCardCover {
  background: transparent;
}
