.vendor-checkin-page {
  display: grid;
  gap: 18px;
}

.vendor-profile-category {
  color: #5d3f34;
  font-size: 14px;
  font-weight: 800;
}

.vendor-checkin-confetti-canvas {
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.event-app-confetti-canvas {
  position: fixed;
  inset: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.vendor-checkin-page .business-posting-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #da4a28;
  border-radius: 999px;
  background: #da4a28;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.vendor-checkin-page .business-posting-card__action:hover,
.vendor-checkin-page .business-posting-card__action:focus-visible {
  border-color: #c94021;
  background: #c94021;
  color: #fff;
}

.vendor-checkin-hero {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid #ead8cf;
  border-radius: 28px;
  background: linear-gradient(135deg, #f7e7dd 0%, #fff8f4 100%);
}

.vendor-checkin-hero__banner,
.vendor-checkin-hero__shade {
  position: absolute;
  inset: 0;
}

.vendor-checkin-hero__banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vendor-checkin-hero__shade {
  background: linear-gradient(90deg, rgba(20, 18, 17, 0.8) 0%, rgba(20, 18, 17, 0.42) 48%, rgba(20, 18, 17, 0.08) 100%);
}

.vendor-checkin-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 260px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  color: #fff;
}

.vendor-checkin-hero__event,
.vendor-checkin-vendor {
  display: flex;
  align-items: center;
  gap: 16px;
}

.postsomething-pass-vendor-detail .vendor-checkin-vendor__logo,
.vendor-checkin-panel .vendor-checkin-vendor__logo {
  align-self: flex-start;
}

.vendor-checkin-hero__event {
  max-width: 760px;
}

.vendor-checkin-hero__event-logo,
.vendor-checkin-vendor__logo {
  display: grid;
  flex: 0 0 auto;
  width: 86px;
  height: 86px;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 248, 244, 0.92);
  color: #d84a29;
  font-size: 34px;
  font-weight: 950;
}

.vendor-checkin-hero__event-logo img,
.vendor-checkin-vendor__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vendor-checkin-hero__kicker {
  color: #d94a29;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vendor-checkin-hero h1,
.vendor-checkin-vendor h2,
.vendor-checkin-section-header h2 {
  margin: 0;
  line-height: 1.02;
}

.vendor-checkin-hero h1 {
  color: #fff;
  font-size: clamp(32px, 5vw, 56px);
  letter-spacing: -0.05em;
}

.vendor-checkin-hero p,
.vendor-checkin-vendor p,
.vendor-checkin-status p,
.vendor-checkin-section-header p {
  margin: 0;
  line-height: 1.5;
}

.vendor-checkin-hero__summary {
  max-width: 640px;
  opacity: 0.88;
}

.vendor-checkin-panel,
.vendor-checkin-cards {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid #ead8cf;
  border-radius: 24px;
  background: #fffaf7;
}

.vendor-checkin-panel {
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  align-items: start;
}

.vendor-checkin-panel.vendor-customer-message {
  grid-template-columns: minmax(0, 1fr);
}

.vendor-checkin-panel.vendor-customer-message .vendor-customer-message__body {
  width: 100%;
  max-width: none;
  font-size: 20px;
  line-height: 1.6;
}

.vendor-checkin-vendor h2 {
  font-size: 28px;
}

.vendor-checkin-status {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding: 16px;
  border: 1px solid #f0d3c8;
  border-radius: 20px;
  background: #fff;
}

.vendor-checkin-status--complete {
  border-color: #b9dec7;
  background: #eefaf2;
}

.vendor-checkin-status strong {
  font-size: 18px;
}

.hype-invite-page {
  display: grid;
  gap: 16px;
  width: min(1200px, calc(100vw - 28px));
  margin: 0 auto 28px;
}

.hype-invite-hero {
  overflow: hidden;
  border: 1px solid rgba(255, 214, 198, 0.46);
  border-radius: 24px;
  background: #1a110f;
  background-image: var(--hype-invite-banner);
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 20px 42px rgba(26, 17, 15, 0.18);
}

.hype-invite-hero__shade {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  gap: 28px;
  min-height: min(680px, calc(100vh - 52px));
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(26, 17, 15, 0.25), rgba(26, 17, 15, 0.86)),
    linear-gradient(90deg, rgba(26, 17, 15, 0.96), rgba(26, 17, 15, 0.72) 48%, rgba(224, 72, 42, 0.12));
}

.hype-invite-hero__brand,
.hype-invite-meta,
.hype-invite-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hype-invite-hero__brand {
  grid-column: 1 / -1;
  align-self: start;
  justify-content: space-between;
}

.hype-invite-hero__ps {
  font-weight: 950;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.hype-invite-hero__logo {
  display: grid;
  place-items: center;
  width: 74px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: #fff;
}

.hype-invite-hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hype-invite-hero__content {
  align-self: center;
  max-width: 820px;
}

.hype-invite-kicker {
  margin: 0 0 8px;
  color: #ffd95a;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hype-invite-hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  text-wrap: balance;
}

.hype-invite-hero__content > p:not(.hype-invite-kicker) {
  max-width: 680px;
  margin: 16px 0 0;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.94);
}

.hype-invite-meta {
  margin-top: 20px;
}

.hype-invite-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.hype-invite-actions {
  margin-top: 24px;
}

.hype-invite-actions .business-posting-card__action {
  width: auto;
  min-width: 190px;
}

.hype-invite-page .hype-invite-cta {
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 18px;
  letter-spacing: 0;
}

.hype-invite-actions__primary {
  box-shadow: 0 18px 38px rgba(224, 72, 42, 0.28);
}

.hype-invite-actions__secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
}

.hype-invite-claim-card {
  align-self: center;
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid #f0c8bb;
  border-radius: 24px;
  background: rgba(255, 250, 247, 0.98);
  color: #171210;
  box-shadow: 0 28px 70px rgba(26, 17, 15, 0.34);
}

.hype-invite-claim-card .hype-invite-kicker {
  color: #b5361d;
}

.hype-invite-claim-card h2,
.hype-invite-claim-card p {
  margin: 0;
}

.hype-invite-claim-card h2 {
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 950;
  line-height: 0.98;
  text-wrap: balance;
}

.hype-invite-claim-card p:not(.hype-invite-kicker) {
  color: #5d3f34;
  font-size: 16px;
  font-weight: 780;
  line-height: 1.45;
}

.hype-invite-hero__promise {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hype-invite-hero__promise span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.hype-invite-register__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 34px;
  border: 2px solid #da4a28;
  border-radius: 999px;
  background: #da4a28;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 20px 38px rgba(224, 72, 42, 0.3);
}

.hype-invite-register__button:hover,
.hype-invite-register__button:focus-visible {
  border-color: #c94021;
  background: #c94021;
  color: #fff;
}

.hype-invite-register__form {
  display: grid;
  gap: 12px;
}

.hype-invite-register__form label {
  display: grid;
  gap: 6px;
  color: #7d2f1d;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.hype-invite-register__form input {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid #f0c8bb;
  border-radius: 14px;
  background: #fff;
  color: #171210;
  font: inherit;
  font-size: 16px;
  font-weight: 850;
}

.hype-invite-register__microcopy {
  display: block;
  color: #6f554d;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
}

.hype-invite-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.hype-invite-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  border: 1px solid #ead8cf;
  border-radius: 20px;
  background: #fffaf7;
}

.hype-invite-panel h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.02;
  text-wrap: balance;
}

.hype-invite-panel p {
  margin: 0;
  color: #5f514b;
  font-weight: 700;
  line-height: 1.5;
}

.hype-invite-panel .business-posting-card__action {
  margin-top: 8px;
  width: fit-content;
  min-width: 180px;
}

.hype-invite-panel .hype-invite-panel__cta {
  width: 100%;
  min-width: 0;
  margin-top: 12px;
  box-shadow: 0 18px 34px rgba(224, 72, 42, 0.18);
}

.hype-invite-banner-card {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  overflow: hidden;
  border: 1px solid #ead8cf;
  border-radius: 18px;
  background: #fff;
  object-fit: contain;
}

.hype-invite-faq {
  border: 1px solid rgba(218, 74, 40, 0.24);
  border-radius: 14px;
  margin-top: 18px;
  overflow: hidden;
  background: #fffaf7;
}

.hype-invite-faq summary {
  cursor: pointer;
  color: #9f2e16;
  font-weight: 900;
  list-style: none;
  padding: 14px 16px;
}

.hype-invite-faq summary::-webkit-details-marker {
  display: none;
}

.hype-invite-faq summary::after {
  content: "+";
  float: right;
  font-weight: 900;
}

.hype-invite-faq[open] summary::after {
  content: "-";
}

.hype-invite-faq__body {
  border-top: 1px solid rgba(218, 74, 40, 0.18);
  display: grid;
  gap: 14px;
  padding: 0 16px 16px;
}

.hype-invite-faq__body strong {
  color: #171717;
  display: block;
  margin-bottom: 4px;
}

.hype-invite-faq__body p {
  color: #5f514b;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.hype-invite-panel--app {
  align-content: stretch;
}

.hype-invite-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.hype-invite-modal.is-hidden {
  display: none;
}

.hype-invite-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(26, 17, 15, 0.72);
  cursor: pointer;
}

.hype-invite-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: min(520px, 100%);
  padding: 24px;
  border: 2px solid #da4a28;
  border-radius: 24px;
  background: #fffaf7;
  box-shadow: 0 28px 70px rgba(26, 17, 15, 0.34);
}

.hype-invite-modal__dialog h2,
.hype-invite-modal__dialog p {
  margin: 0;
}

.hype-invite-modal__dialog h2 {
  color: #171210;
  font-size: clamp(32px, 7vw, 48px);
  font-weight: 950;
  line-height: 1;
  text-wrap: balance;
}

.hype-invite-modal__dialog > p:not(.hype-invite-kicker) {
  color: #5d3f34;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45;
}

.hype-invite-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1;
  border: 1px solid #efc9bc;
  border-radius: 999px;
  background: #fff;
  color: #ba371c;
  font-size: 26px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
}

.hype-invite-modal-open {
  overflow: hidden;
}

.vendor-checkin-sidebar {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.vendor-profile-deck-plain,
.vendor-profile-checkin-deck {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.vendor-profile-deck-plain {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.vendor-profile-deck-plain .deck-display {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.vendor-profile-deck-plain .deck-display__header .full-card-page-section-kicker {
  color: #fff2ec;
  opacity: 0.92;
}

.vendor-profile-deck-plain .deck-display__header h2 {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.vendor-profile-deck-plain .deck-display__count {
  border-color: #fff;
  background: #fff;
  color: #171210;
}

.vendor-profile-deck-plain .deck-display__immersive {
  border-color: #fff;
  background: #171210;
  color: #fff;
}

.vendor-profile-checkin-deck {
  padding: 16px;
  border: 1px solid #ead8cf;
  border-radius: 22px;
  background: #fff;
}

.vendor-checkin-pass-required {
  display: grid;
  width: 100%;
  gap: 12px;
  padding: 18px;
  border: 2px solid #da4a28;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff2ec 0%, #fff 70%);
  color: #171717;
}

.vendor-checkin-pass-required__badge {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vendor-checkin-pass-required strong {
  color: #da4a28;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1;
}

.vendor-checkin-pass-required p {
  color: #4b332b;
  font-size: 15px;
}

.vendor-checkin-page .vendor-checkin-pass-required__button {
  width: 100%;
  min-height: 54px;
  border-color: #da4a28;
  border-radius: 16px;
  background: #da4a28;
  font-size: 16px;
}

.vendor-checkin-pass-required small {
  color: #7a6258;
  font-size: 13px;
  line-height: 1.35;
}

.vendor-checkin-section-header {
  display: grid;
  gap: 6px;
}

.vendor-checkin-section-header h2 {
  font-size: 30px;
}

@media (max-width: 900px) {
  .vendor-checkin-hero__content,
  .vendor-checkin-hero__event,
  .vendor-checkin-vendor {
    align-items: flex-start;
    flex-direction: column;
  }

  .vendor-checkin-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .vendor-checkin-hero,
  .vendor-checkin-hero__content {
    min-height: 0;
  }

  .vendor-checkin-hero__content {
    padding: 18px;
  }

  .vendor-checkin-hero__shade {
    background: rgba(20, 18, 17, 0.72);
  }
}

.business-shell-layout:has(.postsomething-pass-page) {
  max-width: none;
  width: 100%;
  padding: 0;
  background: #da4a28;
}

.postsomething-pass-page {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 0;
  padding: 0 16px 24px;
  background: #da4a28;
}

.postsomething-pass-sticky-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #f0d4c8;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(92, 45, 26, 0.12);
}

.postsomething-pass-sticky-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #15110f;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.postsomething-pass-sticky-nav a + a {
  background: #fff3ec;
  color: #ba371c;
}

.event-app-install-card {
  position: relative;
  width: min(1100px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(23, 18, 16, 0.24);
}

.event-app-install-card .pwa-install-card__copy,
.event-app-install-card .pwa-install-card__actions {
  position: relative;
  z-index: 1;
}

.event-app-install-card__icon {
  float: left;
  width: 54px;
  height: 54px;
  margin: 0 14px 8px 0;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(23, 18, 16, 0.16);
}

.event-app-install-card .pwa-install-card__kicker,
.event-app-install-card strong,
.event-app-install-card p {
  max-width: none;
  width: 100%;
}

.event-app-install-card .pwa-install-card__close {
  color: #171210;
}

.event-checkin-shell > .event-app-install-card,
.team-access-page > .event-app-install-card {
  margin-top: 18px;
}

.event-app-entry-shell {
  display: grid;
  gap: 18px;
  min-width: 0;
  width: 100%;
  padding: 0 16px 28px;
  overflow-x: clip;
  background: #da4a28;
}

.business-shell-layout:has(.event-app-entry-shell) {
  max-width: none;
  width: 100%;
  padding: 0;
  background: #da4a28;
}

.event-app-entry-card {
  display: grid;
  gap: 16px;
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid #ead8cf;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(23, 18, 16, 0.12);
}

.event-app-entry-card__identity {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.event-app-entry-card__identity > div {
  min-width: 0;
}

.event-app-entry-card__identity span {
  color: #da4a28;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-app-entry-card__identity h2 {
  margin: 4px 0 0;
  color: #171210;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.event-app-entry-card__logo {
  display: grid;
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  background: #fff4ee;
  color: #da4a28;
  font-size: 34px;
  font-weight: 950;
  letter-spacing: 0;
}

.event-app-entry-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-app-entry-card p {
  margin: 0;
  color: #564741;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.55;
}

.event-app-entry-card__note {
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff4ee;
}

.event-app-entry-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-app-entry-card__actions--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  align-items: center;
}

.event-app-entry-card__actions--grid .business-posting-card__action {
  width: 100%;
}

.event-app-ready-actions {
  display: grid;
  gap: 12px;
}

.event-app-ready-actions__primary,
.event-app-ready-actions__section {
  display: grid;
  gap: 10px;
}

.event-app-ready-actions__section {
  padding: 14px;
  border: 1px solid #efd6cc;
  border-radius: 18px;
  background: #fff8f5;
}

.event-app-ready-actions__section > span {
  color: #ba371c;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-ready-actions__scan {
  width: 100%;
  min-height: 52px;
}

.event-app-ready-actions__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

.event-app-ready-actions__roles {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  width: 100%;
  margin-top: 6px;
}

.event-app-ready-actions__roles > .event-app-role-message,
.event-app-ready-actions__roles > .event-app-role-card {
  grid-column: 1 / -1;
}

.event-app-hype-role-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
}

.event-app-hype-role-tools .event-app-ready-actions__roles {
  grid-column: 1 / -1;
  margin-top: 0;
}

.event-hype-banner-form__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.event-hype-banner-form__preview {
  display: grid;
  place-items: center;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid #efd6cc;
  border-radius: 16px;
  background: #fff8f5;
}

.event-hype-banner-form__preview img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
}

.event-hype-banner-form__preview strong {
  padding: 18px;
  color: #7a3a25;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.event-hype-banner-form__copy {
  display: grid;
  align-content: center;
  gap: 10px;
}

.event-hype-banner-form__copy > strong {
  color: #171210;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.1;
}

.event-hype-banner-form__copy > span {
  color: #5d3f34;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

@media (max-width: 720px) {
  .event-hype-banner-form__grid {
    grid-template-columns: 1fr;
  }
}

.event-hype-handoff-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.event-hype-handoff-form__wide {
  grid-column: 1 / -1;
}

.event-hype-social-kit-form__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.event-hype-social-kit-form__asset {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid #efcfc1;
  border-radius: 16px;
  background: #fffaf7;
}

.event-hype-social-kit-form__asset > div:last-child {
  display: grid;
  gap: 8px;
}

.event-hype-social-kit-form__asset strong {
  color: #171210;
  font-weight: 950;
}

.event-hype-social-kit-form__asset span {
  color: #5d3f34;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.event-hype-social-kit-form__mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 4px;
  border: 1px solid #efcfc1;
  border-radius: 999px;
  background: #fff;
}

.event-hype-social-kit-form__mode .manager-button {
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.event-hype-social-kit-form__mode .manager-button.is-active {
  border-color: #e1482a;
  background: #e1482a;
  color: #fff;
}

.event-hype-social-kit-form__preview {
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  border: 1px dashed #efcfc1;
  border-radius: 14px;
  background: #171210;
  color: #fff;
}

.event-hype-social-kit-form__preview img,
.event-hype-social-kit-form__preview video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 720px) {
  .event-hype-handoff-form__grid {
    grid-template-columns: 1fr;
  }
}

.event-app-ready-actions__links .business-posting-card__action {
  width: 100%;
  min-height: 44px;
}

.event-app-hype-handoff {
  position: fixed;
  top: 22px;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translateX(-50%);
  z-index: 10010;
  display: grid;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto;
  gap: 20px;
  width: min(900px, calc(100vw - 36px));
  max-height: calc(100dvh - 44px);
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-padding-bottom: 76px;
  border-color: #efcfc1;
  background:
    radial-gradient(circle at top right, rgba(255, 217, 90, 0.28), transparent 34%),
    linear-gradient(135deg, #fffaf1, #fff8f5);
  box-shadow:
    0 24px 80px rgba(23, 18, 16, 0.34),
    0 0 0 100vmax rgba(23, 18, 16, 0.58);
}

.event-app-hype-handoff > *:not(.event-app-hype-handoff__skip) {
  grid-column: 1 / -1;
  width: 100%;
}

.event-app-hype-handoff > .event-app-hype-room__link {
  display: none;
}

.event-app-hype-handoff[hidden] {
  display: none !important;
}

body.event-app-hype-handoff-open {
  overflow: hidden;
}

.event-app-role-invite {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 18px;
}

.event-app-role-invite[hidden] {
  display: none;
}

.event-app-role-invite__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 18, 16, 0.62);
}

.event-app-role-invite__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 520px);
  gap: 14px;
  padding: 30px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(17, 18, 16, 0.3);
}

.event-app-role-invite__close {
  position: absolute;
  top: 12px;
  right: 12px;
}

.event-app-role-invite__dialog > span {
  width: fit-content;
  color: #a8341e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-app-role-invite__dialog h2,
.event-app-role-invite__dialog p {
  margin: 0;
}

.event-app-role-invite__form {
  display: grid;
  gap: 10px;
}

.event-app-role-invite__form label {
  display: grid;
  gap: 6px;
}

.event-app-role-invite__form select {
  min-height: 44px;
}

.event-app-role-invite__form button,
.event-app-role-invite__primary,
.event-app-role-invite__secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 10px;
  padding: 10px 16px;
  background: #111;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.event-app-role-invite__secondary {
  border-color: #ead4cb;
  background: #fff;
  color: #8f321d;
}

.event-app-role-invite__form small[data-state="error"] {
  color: #b42318;
}

body.event-app-role-invite-open {
  overflow: hidden;
}

.event-app-hype-handoff__skip {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 2;
  width: auto !important;
  grid-column: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8a2b18;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.event-app-hype-handoff__top {
  display: grid;
  gap: 8px;
  max-width: 760px;
}

.event-app-hype-handoff__top span,
.event-app-hype-handoff__panel > div > span,
.event-app-hype-handoff__copy > span,
.event-app-hype-handoff__score > span {
  color: #ba371c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-hype-handoff__top h2 {
  margin: 0;
  color: #171210;
  font-size: clamp(27px, 3.2vw, 36px);
  font-weight: 750;
  line-height: 1.05;
}

.event-app-hype-handoff__copy h2 {
  margin: 0;
  color: #171210;
  font-size: clamp(27px, 3.2vw, 36px);
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: anywhere;
}

.event-app-hype-handoff__top p,
.event-app-hype-handoff__panel p,
.event-app-hype-handoff__celebrate span {
  margin: 0;
  color: #5d3f34;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.event-app-hype-handoff__steps {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-right: 72px;
}

.event-app-hype-handoff__steps span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #efcfc1;
  border-radius: 999px;
  background: #fff;
  color: #ba371c;
  font-size: 13px;
  font-weight: 800;
}

.event-app-hype-handoff__steps span.is-active {
  border-color: #171210;
  background: #171210;
  color: #fff;
}

.event-app-hype-handoff__panels {
  display: grid;
}

.event-app-hype-handoff__panel {
  display: none;
  gap: 16px;
  align-content: start;
  min-width: 0;
  min-height: 0;
}

.event-app-hype-handoff__panel.is-active {
  display: grid;
  animation: hypeHandoffPanelIn 0.28s ease-out both;
}

@keyframes hypeHandoffPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.event-app-hype-handoff__panel > div,
.event-app-hype-handoff__flyer {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 20px;
  border: 1px solid #efcfc1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
}

.event-app-hype-handoff__copy {
  border: 0 !important;
  background: transparent !important;
  padding: 4px 2px 0 !important;
  min-width: 0;
}

.event-app-hype-handoff__panel--hero,
.event-app-hype-handoff__panel--rewards,
.event-app-hype-handoff__panel--flyer {
  grid-template-columns: 1fr;
}

.event-app-hype-handoff__panel--hero {
  grid-template-columns: minmax(132px, 214px) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.event-app-hype-handoff__event-media {
  display: grid;
  width: min(100%, 214px);
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid #efcfc1;
  border-radius: 24px;
  background: #171210;
}

.event-app-hype-handoff__event-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-app-hype-handoff__event-media span {
  color: #fff;
  font-size: clamp(56px, 12vw, 118px);
  font-weight: 950;
  line-height: 1;
}

.event-app-hype-handoff__celebrate,
.event-app-hype-handoff__mission,
.event-app-hype-handoff__score {
  align-content: center;
  justify-items: start;
  min-height: 0;
  background:
    linear-gradient(135deg, #171210, #2b1711) !important;
  color: #fff;
}

.event-app-hype-handoff__celebrate {
  margin-top: 22px;
  padding: 22px !important;
}

.event-app-hype-handoff__celebrate strong,
.event-app-hype-handoff__score strong {
  color: #fff;
  font-size: clamp(21px, 3vw, 30px);
  font-weight: 800;
  line-height: 1.08;
}

.event-app-hype-handoff__celebrate span,
.event-app-hype-handoff__score small {
  color: #ffe1b4;
  font-weight: 700;
}

.event-app-hype-handoff__panel--score {
  gap: 14px;
}

.event-app-hype-handoff__score-summary {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr);
  gap: 14px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.event-app-hype-handoff__panel--score .event-app-hype-handoff__score {
  display: grid;
  gap: 4px;
  padding: 22px !important;
  border-radius: 18px;
}

.event-app-hype-handoff__panel--score .event-app-hype-handoff__score strong {
  font-size: clamp(42px, 6vw, 64px);
  font-weight: 800;
}

.event-app-hype-handoff__panel--score .event-app-hype-handoff__score b {
  color: #eec567;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
}

.event-app-hype-actions__group.is-revealing {
  animation: hypeActionGroupIn 0.32s ease-out both;
}

@keyframes hypeActionGroupIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.985);
  }

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

@media (prefers-reduced-motion: reduce) {
  .event-app-hype-handoff__panel.is-active,
  .event-app-hype-actions__group.is-revealing,
  .event-app-hype-handoff .is-hype-guide-target {
    animation: none;
  }
}

.event-app-hype-handoff__scoring {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.event-app-hype-handoff__scoring > div {
  display: grid;
  align-content: center;
  gap: 5px;
  min-width: 0;
  padding: 14px 10px;
  border: 1px solid #efcfc1;
  border-radius: 14px;
  background: #fffaf7;
  text-align: center;
}

.event-app-hype-handoff__scoring strong {
  color: #d94729 !important;
  font-size: 25px !important;
  font-weight: 800 !important;
}

.event-app-hype-handoff__scoring span {
  color: #171210;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.1;
}

.event-app-hype-handoff__scoring small {
  color: #76584d;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.event-app-hype-handoff__manage {
  display: grid;
  gap: 7px;
  padding: 18px !important;
  border: 1px solid rgba(238, 197, 103, 0.65) !important;
  border-radius: 16px;
  background: #171210 !important;
  color: #fff;
}

.event-app-hype-handoff__manage strong {
  color: #eec567 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.event-app-hype-handoff__manage p {
  margin: 0;
  color: #fff3df !important;
}

.event-app-hype-handoff__panel ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-app-hype-handoff__panel li {
  padding: 10px 12px;
  border: 1px solid #efcfc1;
  border-radius: 999px;
  background: #fffaf7;
  color: #3d2b25;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
}

.event-app-hype-handoff__incentives {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid #efcfc1;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 221, 107, 0.28), rgba(255, 250, 247, 0.96));
}

.event-app-hype-handoff__incentives strong {
  color: #171210;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.event-app-hype-handoff__incentives ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-app-hype-handoff__incentives li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: #171210;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
}

.event-app-hype-handoff__reward-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 8px;
  padding-top: 8px;
}

.event-app-hype-handoff__reward-track::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 9%;
  right: 9%;
  height: 3px;
  border-radius: 999px;
  background: #e9dfda;
}

.event-app-hype-handoff__reward-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.event-app-hype-handoff__reward-step span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid #e9dfda;
  border-radius: 999px;
  background: #fffaf7;
  color: #8a2b18;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.event-app-hype-handoff__reward-step strong {
  color: #62504a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.event-app-hype-handoff__reward-step.is-active span {
  border-color: #da4a28;
  background: #da4a28;
  color: #fff;
}

.event-app-hype-handoff__reward-step.is-active strong {
  color: #171210;
}

.event-app-hype-handoff__guided-steps {
  display: grid;
  width: 100%;
}

.event-app-hype-handoff__guided-steps span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(238, 197, 103, 0.55);
  border-radius: 12px;
  background: #171210;
  color: #ffd978;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.event-app-hype-handoff__guided-steps span::before {
  content: "";
}

.event-app-hype-handoff__guided-steps span.is-complete {
  border-color: rgba(238, 197, 103, 0.75);
  background: #171210;
  color: #ffd97a;
}

.event-app-hype-handoff__guided-steps span.is-complete::before {
  content: "";
}

.event-app-hype-handoff .is-hype-guide-target {
  position: relative;
  z-index: 4;
  animation: hypeGuidePulse 0.95s ease-in-out infinite;
  box-shadow: 0 0 0 4px rgba(238, 197, 103, 0.52), 0 12px 26px rgba(225, 72, 42, 0.32);
  transform-origin: center;
}

@keyframes hypeGuidePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(238, 197, 103, 0.9), 0 10px 24px rgba(225, 72, 42, 0.25);
    transform: translateY(0) scale(1);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(238, 197, 103, 0), 0 16px 34px rgba(225, 72, 42, 0.45);
    transform: translateY(-2px) scale(1.06);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(238, 197, 103, 0), 0 10px 24px rgba(225, 72, 42, 0.25);
    transform: translateY(0) scale(1);
  }
}

.event-app-hype-handoff__mission {
  justify-content: center;
}

.event-app-hype-handoff__mission strong {
  color: inherit;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 800;
  line-height: 1.08;
}

.event-app-hype-handoff__mission span {
  color: #ffe1b4;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.event-app-hype-handoff__flyer {
  overflow: hidden;
  background: #171210;
  padding: 0;
}

.event-app-hype-handoff__flyer img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: min(360px, 42dvh);
  object-fit: contain;
}

.event-app-hype-handoff__actions,
.event-app-hype-handoff__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-app-hype-handoff__footer {
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #efcfc1;
}

.event-app-hype-handoff.is-first-step .event-app-hype-handoff__footer {
  justify-content: flex-end;
}

.event-app-hype-handoff__actions .business-posting-card__action {
  min-height: 44px;
}

.event-app-hype-actions {
  display: grid !important;
  gap: 12px;
  width: 100%;
}

.event-app-hype-actions__chooser {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.event-app-hype-actions__chooser button {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #e1482a;
  border-radius: 999px;
  background: #e1482a;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.event-app-hype-actions__chooser button.is-active {
  border-color: #171210;
  background: #171210;
  color: #fff;
}

.event-app-hype-actions__group {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #efcfc1;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
}

.event-app-hype-actions__group[hidden] {
  display: none !important;
}

.event-app-hype-actions__group > span {
  color: #ba371c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-hype-actions__group p {
  margin: 0;
  color: #5d3f34;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.event-app-hype-actions__group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.event-app-hype-actions__kit {
  display: grid;
  gap: 8px;
  width: 100%;
}

.event-app-hype-actions__group > .event-app-hype-actions__kit {
  display: grid;
}

.event-app-hype-actions__asset-chips {
  display: flex;
  gap: 8px;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
}

.event-app-hype-actions__asset-chip {
  display: grid;
  flex: 0 0 92px;
  gap: 5px;
  padding: 6px;
  border: 1px solid #efcfc1;
  border-radius: 10px;
  background: #fffaf7;
  color: #3d2b25;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.event-app-hype-actions__asset-chip.is-active {
  border-color: #e1482a;
  box-shadow: 0 0 0 2px rgba(225, 72, 42, 0.18);
}

.event-app-hype-actions__asset-chip img,
.event-app-hype-actions__asset-chip video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 7px;
  background: #171210;
  object-fit: cover;
}

.event-app-hype-actions__asset-chip strong {
  overflow: hidden;
  color: #3d2b25;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-app-hype-actions__asset-preview {
  display: grid;
  width: 100%;
}

.event-app-hype-actions__asset-panel {
  display: grid;
  gap: 8px;
}

.event-app-hype-actions__asset-panel[hidden] {
  display: none !important;
}

.event-app-hype-actions__asset-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid #efcfc1;
  border-radius: 10px;
  background: #171210;
}

.event-app-hype-actions__asset-preview img,
.event-app-hype-actions__asset-preview video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.event-app-hype-actions__asset-download {
  width: 100%;
  min-height: 38px !important;
  padding: 0 14px !important;
}

.event-app-hype-actions__caption {
  display: grid;
  gap: 6px;
}

.event-app-hype-actions__caption > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #ba371c;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-app-hype-actions__caption > span strong {
  font: inherit;
}

.event-app-hype-actions__caption > span button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #efcfc1;
  border-radius: 999px;
  background: #fffaf7;
  color: #8a2b18;
  font: inherit;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}

.event-app-hype-actions__caption textarea {
  width: 100%;
  min-height: 96px;
  padding: 10px 12px;
  border: 1px solid #efcfc1;
  border-radius: 12px;
  background: #fff;
  color: #2e201c;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  resize: vertical;
}

.event-app-hype-actions__group .business-posting-card__action {
  min-height: 40px;
  padding-inline: 14px;
}

.event-app-hype-actions__group .business-posting-card__action .fa {
  margin-right: 6px;
}

.event-app-hype-actions__group .business-posting-card__action.is-copied {
  border-color: #0d6b4f;
  background: #0d6b4f;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(13, 107, 79, 0.16);
}

.event-app-hype-handoff__footer button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #efcfc1;
  border-radius: 999px;
  background: #fff;
  color: #8a2b18;
  font-weight: 750;
  cursor: pointer;
}

.event-app-hype-handoff__footer button[data-hype-handoff-next] {
  border-color: #da4a28;
  background: #da4a28;
  color: #fff;
}

.event-app-hype-handoff__footer button:disabled {
  border-color: #efcfc1;
  background: #f3e7e1;
  color: #9b7b70;
  cursor: not-allowed;
  opacity: 1;
}

@media (max-width: 720px) {
  .event-app-hype-handoff {
    top: max(10px, env(safe-area-inset-top));
    bottom: auto;
    width: min(100%, calc(100vw - 20px));
    max-height: calc(100dvh - max(20px, env(safe-area-inset-top) + env(safe-area-inset-bottom)));
    gap: 14px;
    padding: 18px;
  }

  .event-app-hype-handoff__steps {
    justify-content: flex-start;
    padding-right: 56px;
  }

  .event-app-hype-handoff__copy h2,
  .event-app-hype-handoff__top h2 {
    font-size: 27px;
  }

  .event-app-hype-handoff__panel--hero {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .event-app-hype-handoff__score-summary {
    grid-template-columns: 1fr;
  }

  .event-app-hype-handoff__scoring {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-app-hype-handoff__scoring > div:last-child {
    grid-column: 1 / -1;
  }

  .event-app-hype-handoff__event-media {
    width: min(180px, 58vw);
  }

  .event-app-hype-handoff__actions .business-posting-card__action {
    width: 100%;
  }

  .event-app-hype-actions__chooser {
    grid-template-columns: 1fr;
  }

  .event-app-hype-handoff__panel--rewards .event-app-hype-actions__chooser {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-app-hype-handoff__reward-track {
    grid-template-columns: 1fr;
  }

  .event-app-hype-handoff__reward-track::before {
    top: 8px;
    bottom: 8px;
    left: 17px;
    right: auto;
    width: 3px;
    height: auto;
  }

  .event-app-hype-handoff__reward-step {
    grid-template-columns: 34px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }
}

.event-app-hype-room {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: 14px;
  align-items: start;
  overflow: hidden;
  border-style: solid;
  background:
    radial-gradient(circle at top right, rgba(255, 221, 107, 0.34), transparent 32%),
    linear-gradient(135deg, rgba(255, 247, 225, 0.95), rgba(255, 248, 245, 0.98)),
    #fff8f5;
}

.event-app-hype-room__intro,
.event-app-hype-room__score {
  display: grid;
  gap: 8px;
}

.event-app-hype-room__intro {
  grid-column: 1 / -1;
  grid-row: 1;
}

.event-app-hype-room__intro-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.event-app-hype-room__intro-tools > span {
  color: #ba371c;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-hype-room__intro-tools button {
  min-height: 0;
  padding: 3px 8px;
  border: 1px solid #e7c8bb;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #8a2b18;
  font: inherit;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.2;
  cursor: pointer;
}

.event-app-hype-room__intro strong {
  color: #171210;
  font-size: clamp(22px, 4.4vw, 32px);
  font-weight: 950;
  line-height: 1.02;
}

.event-app-hype-room__intro p,
.event-app-hype-room__score p {
  margin: 0;
  color: #6b4b3f;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.event-app-hype-room__level {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: #171210;
}

.event-app-hype-room__countdown {
  grid-column: 1 / -1;
  grid-row: 3;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid #f0d4c8;
  border-radius: 14px;
  background: #171210;
  color: #fff;
}

.event-app-hype-room__countdown span {
  color: #ffd95a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-hype-room__countdown strong {
  font-size: clamp(22px, 5vw, 34px);
  font-weight: 950;
  line-height: 1;
}

.event-app-hype-room__score {
  grid-column: 1;
  grid-row: 4 / span 2;
}

.event-app-hype-room__level span {
  color: #ba371c;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.event-app-hype-room__level strong {
  font-size: 16px;
  font-weight: 950;
}

.event-app-hype-room__bar {
  height: 13px;
  overflow: hidden;
  border: 1px solid #edcfc2;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.event-app-hype-room__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #da4a28, #f7b733);
}

.event-app-hype-room__credit,
.event-app-hype-room__actions {
  display: grid;
  gap: 10px;
}

.event-app-hype-room__credit {
  grid-column: 2;
  grid-row: 4;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.event-app-hype-room__credit span {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 7px 9px;
  border: 1px solid #f0d4c8;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: #5d3f34;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.event-app-hype-room__credit b {
  color: #171210;
  font-size: 17px;
  line-height: 1;
}

.event-app-hype-room__board {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid #f0d4c8;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.event-app-hype-room__board--score {
  margin-bottom: 4px;
}

.event-app-hype-room__board > span {
  color: #ba371c;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-hype-room__board-list {
  display: grid;
  gap: 6px;
}

.event-app-hype-room__board-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #f0d4c8;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: #3c2b25;
}

.event-app-hype-room__board-row span,
.event-app-hype-room__board-row strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
}

.event-app-hype-room__board-row strong {
  color: #ba371c;
  font-variant-numeric: tabular-nums;
}

.event-app-hype-room__board-row.is-current {
  border-color: #171210;
  background: #171210;
  color: #fff;
}

.event-app-hype-room__board-row.is-current strong {
  color: #fff;
}

.event-app-hype-room__actions {
  grid-column: 1 / -1;
  grid-row: 2;
  order: 0;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
}

.event-app-hype-room__actions .business-posting-card__action {
  width: 100%;
  min-height: 44px;
}

.event-app-hype-room__actions .business-posting-card__action[disabled] {
  border-color: #e7d7c3;
  background: rgba(255, 255, 255, 0.72);
  color: #8a725f;
  cursor: not-allowed;
  opacity: 1;
  box-shadow: none;
}

.event-app-hype-room__actions.event-app-hype-actions {
  grid-template-columns: minmax(0, 1fr);
}

.event-app-hype-room:not(:has(.event-app-hype-room__accepted)) .event-app-hype-room__link {
  grid-row: 6;
}

.event-app-hype-room__accepted {
  grid-column: 2;
  grid-row: 5;
  order: 0;
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid #f0d4c8;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
}

.event-app-hype-room__accepted > span {
  color: #ba371c;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-hype-room__accepted-potential {
  margin: 0;
  padding: 9px 10px;
  border-radius: 10px;
  background: #171210;
  color: #fff3df;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.event-app-hype-room__accepted-potential strong {
  color: #ffd978;
  font-weight: 800;
}

.event-app-hype-room__accepted-list {
  display: grid;
  gap: 8px;
}

.event-app-hype-room__accepted-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid #f0d4c8;
  border-radius: 12px;
  background: rgba(255, 250, 247, 0.9);
}

.event-app-hype-room__accepted-row div {
  display: grid;
  min-width: 0;
}

.event-app-hype-room__accepted-row strong,
.event-app-hype-room__accepted-row small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-app-hype-room__accepted-row strong {
  color: #171210;
  font-size: 13px;
  font-weight: 950;
}

.event-app-hype-room__accepted-row small {
  color: #6b4b3f;
  font-size: 11px;
  font-weight: 750;
}

.event-app-hype-room__accepted-row > span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f8e9e2;
  color: #8a2b18;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.event-app-hype-room__accepted-row button {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #da4a28;
  border-radius: 999px;
  background: #fff;
  color: #ba371c;
  font-size: 11px;
  font-weight: 950;
  cursor: pointer;
}

@media (max-width: 720px) {
  .event-app-hype-room {
    grid-template-columns: 1fr;
  }

  .event-app-hype-room__intro,
  .event-app-hype-room__credit,
  .event-app-hype-room__countdown,
  .event-app-hype-room__score,
  .event-app-hype-room__actions,
  .event-app-hype-room__accepted,
  .event-app-hype-room__link {
    grid-column: 1;
    grid-row: auto;
  }

  .event-app-hype-room__credit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-app-hype-room__intro {
    order: 1;
  }

  .event-app-hype-room__actions {
    order: 2;
  }

  .event-app-hype-room__countdown {
    order: 3;
  }

  .event-app-hype-room__score {
    order: 4;
  }

  .event-app-hype-room__credit {
    order: 5;
  }

  .event-app-hype-room__accepted {
    order: 6;
  }

  .event-app-hype-room__link {
    order: 7;
  }

  .event-app-hype-room__accepted-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .event-app-hype-room__accepted-row button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

.event-app-hype-room__link {
  grid-column: 1 / -1;
  grid-row: 6;
  order: 0;
  overflow-wrap: anywhere;
  padding: 10px 12px;
  border: 1px dashed #efcfc1;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  color: #6b4b3f;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.event-app-hype-room__link.is-success {
  border-color: #81c784;
  background: #effaf0;
  color: #1b5e20;
}

.event-hype-manager {
  display: grid;
  gap: 16px;
}

.event-hype-manager__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.event-hype-manager__stat {
  min-height: 120px;
}

.event-hype-manager__table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #ead8cf;
  border-radius: 14px;
  background: #fff;
}

.event-hype-manager__table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.event-hype-manager__table th,
.event-hype-manager__table td {
  padding: 10px;
  border-bottom: 1px solid #f0d4c8;
  color: #211714;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
}

.event-hype-manager__table th {
  color: #7d3b2a;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.event-hype-manager__table tr:last-child td {
  border-bottom: 0;
}

.event-hype-manager__table a {
  color: #ba371c;
  font-weight: 900;
}

.event-hype-manager__username-cell {
  width: 112px;
  max-width: 112px;
}

.event-hype-manager__username {
  display: block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-team-coordinator-picker {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.event-team-coordinator-picker legend {
  margin-bottom: 6px;
  font-weight: 800;
}

.event-team-coordinator-picker__control {
  position: relative;
}

.event-team-coordinator-picker__selected {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 7px;
}

.event-team-coordinator-picker__chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #efc9ba;
  border-radius: 999px;
  padding: 5px 9px;
  background: #fff4ef;
  color: #7d2e1d;
  font-size: 12px;
  font-weight: 800;
}

.event-team-coordinator-picker__control > select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d9cbc5;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  color: #211714;
  font-weight: 800;
}

.event-app-waiting-vendor-preview {
  display: grid;
  gap: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 248, 245, 0.94)),
    #fff8f5;
}

.event-app-waiting-vendor-preview__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.event-app-waiting-vendor-preview__head > span {
  color: #ba371c;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-waiting-vendor-preview__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-app-waiting-vendor-preview__controls button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #efcfc1;
  border-radius: 999px;
  background: #fff;
  color: #ba371c;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

.event-app-waiting-vendor-preview__controls button:disabled {
  color: #b9a59d;
  cursor: not-allowed;
  opacity: 0.58;
}

.event-app-waiting-vendor-preview__controls small {
  color: #6b4b3f;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.event-app-waiting-vendor-preview strong {
  color: #171210;
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 950;
  line-height: 1.05;
}

.event-app-waiting-vendor-preview p {
  margin: 0;
  color: #6b4b3f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.event-app-waiting-vendor-preview__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.event-app-waiting-vendor-preview__list span,
.event-app-waiting-vendor-preview__list a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 8px;
  border: 1px solid #f0d4c8;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
  color: #241915;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
}

.event-app-waiting-vendor-preview__list a:hover,
.event-app-waiting-vendor-preview__list a:focus-visible {
  border-color: #da4a28;
  color: #ba371c;
  outline: none;
}

.event-app-waiting-vendor-preview__list span[hidden],
.event-app-waiting-vendor-preview__list a[hidden] {
  display: none;
}

.event-app-waiting-vendor-preview__list b {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  place-items: center;
  border: 1px solid #efcfc1;
  border-radius: 999px;
  background: #fff;
  color: #ba371c;
  font-size: 14px;
  font-weight: 950;
}

.event-app-waiting-vendor-preview__list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-app-ready-actions__redo {
  width: fit-content;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #5d3f34;
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
  cursor: pointer;
}

.event-app-role-card {
  display: grid;
  justify-self: stretch;
  gap: 10px;
  width: 100%;
  max-width: none;
  padding: 16px;
  border: 1px solid #efd6cc;
  border-radius: 18px;
  background: #fff8f5;
}

.event-app-role-card > span {
  color: #ba371c;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-app-role-card__identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.event-app-role-card__identity-copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.event-app-role-card__identity-copy > span {
  color: #ba371c;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-app-role-card__identity-copy > p {
  margin: 0;
  color: #171210;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.4;
}

.event-app-role-card h4 {
  margin: 0;
  color: #171210;
  font-size: clamp(22px, 5vw, 30px);
  line-height: 1.05;
}

.event-app-role-card__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.event-app-role-card__links .business-posting-card__action {
  width: 100%;
  min-height: 44px;
}

.event-app-role-card__links .business-posting-card__action--ghost {
  border-color: #da4a28;
  background: #fff8f5;
  color: #a8321d;
}

.event-app-role-card__links .business-posting-card__action--ghost:hover,
.event-app-role-card__links .business-posting-card__action--ghost:focus-visible {
  border-color: #c94021;
  background: #ffe9df;
  color: #8f2a18;
}

.event-app-role-card__links .event-app-role-card__premium-action,
.event-app-role-card__links .event-app-role-card__premium-action:hover,
.event-app-role-card__links .event-app-role-card__premium-action:focus-visible {
  border-color: #b88a22;
  background:
    linear-gradient(135deg, rgba(248, 231, 164, 0.2), rgba(201, 154, 46, 0.08)),
    #171210;
  color: #f8e7a4;
  box-shadow: inset 0 0 0 1px rgba(248, 231, 164, 0.24);
}

.event-app-role-card__mini-status {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.event-app-role-card__mini-status span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 9px;
  background: #fff;
  color: #5e463d;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-role-card__mini-status span.is-ready {
  background: #e6f7ef;
  color: #116849;
}

.event-app-role-card__mini-status span.is-needed {
  background: #ffe8e8;
  color: #b91c1c;
}

.event-app-role-card__mini-status span.is-neutral {
  background: #fff0e8;
  color: #9c3b20;
}

.event-app-role-card__mini-status span.is-pending {
  background: #fff4c2;
  color: #7a5600;
}

.event-app-role-card__instructions {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(224, 70, 36, 0.16);
  border-radius: 12px;
  background: #fff;
  color: #2a1c17;
  font-weight: 700;
  line-height: 1.35;
}

.event-app-role-card__instructions--event {
  background: #fff;
}

.event-app-role-card__instructions--event > strong {
  color: #ba371c;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-role-card__instructions--event p {
  margin: 0;
}

.event-app-role-card__instructions > :first-child {
  margin-top: 0;
}

.event-app-role-card__instructions > :last-child {
  margin-bottom: 0;
}

.event-app-role-card__action-disabled {
  display: grid;
  place-items: center;
  align-content: center;
  border-color: #e4d2cb !important;
  background: #eadbd4 !important;
  color: #8b746b !important;
  cursor: not-allowed;
  opacity: 1;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none !important;
  pointer-events: none;
  user-select: none;
  transform: none !important;
  white-space: normal;
}

.event-app-role-card__disabled-item {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.event-app-role-card__disabled-item small {
  color: #7a6258;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: none;
}

.event-app-role-card__action-disabled:hover,
.event-app-role-card__action-disabled:focus,
.event-app-role-card__action-disabled:active {
  border-color: #e4d2cb !important;
  background: #eadbd4 !important;
  color: #8b746b !important;
  box-shadow: none !important;
  transform: none !important;
}

.event-app-role-card__inactive-actions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid #ead4cb;
}

.event-app-role-card__inactive-copy {
  grid-column: 1 / -1;
  margin: 0;
  color: #7a6258;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}

.event-app-role-card__inactive-actions--single .event-app-role-card__disabled-item {
  grid-column: 1 / -1;
}

.event-app-role-card__kiosk-tools {
  display: grid;
  gap: 10px;
  width: 100%;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid #ead4cb;
}

.event-app-role-card__kiosk-tools > p {
  margin: 0;
  color: #7a6258;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.event-app-role-card--command {
  grid-column: 1 / -1;
}

.event-app-command-sections {
  display: grid;
  gap: 10px;
}

.event-app-command-links {
  grid-template-columns: repeat(auto-fit, minmax(190px, max-content));
  justify-content: start;
  align-items: stretch;
  width: 100%;
}

.event-app-command-links .business-posting-card__action,
.event-app-command-links .event-app-role-card__disabled-item,
.event-app-command-links .event-app-role-card__action-disabled {
  width: auto;
  min-width: 190px;
}

.event-app-command-links .event-app-role-card__inactive-actions {
  grid-template-columns: repeat(auto-fit, minmax(190px, max-content));
  justify-content: start;
}

.event-app-pass-role-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.event-app-pass-role-tools--manager-area {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  border: 1px solid #efd6cc;
  border-radius: 20px;
  background: #fff8f5;
  padding: 24px;
  box-shadow: none;
}

.event-app-pass-role-tools--manager-area > .vendor-checkin-section-header {
  display: grid;
  gap: 6px;
  border-bottom: 1px solid #ead4cb;
  padding-bottom: 16px;
}

.event-app-pass-role-tools--manager-area > .vendor-checkin-section-header h2 {
  margin: 0;
  color: #171210;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 0.98;
}

.event-app-pass-role-tools--manager-area > .vendor-checkin-section-header p {
  margin: 0;
  color: #5d3f34;
  font-size: 16px;
  line-height: 1.45;
}

.event-app-pass-role-tools--manager-area > .event-app-role-card {
  border: 1px solid #efd6cc;
  border-radius: 18px;
  background: #fff;
  padding: 20px;
}

.event-app-role-card__role-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  gap: 8px;
}

.event-app-vendor-invite-accept--header {
  flex: 0 0 auto;
  margin: 0;
}

.event-app-vendor-invite-accept--header small:empty {
  display: none;
}

.event-app-role-card__role-facts > span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #ead4cb;
  border-radius: 10px;
  background: #fff;
}

.event-app-role-card__role-facts small {
  color: #7a6258;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-role-card__role-facts strong {
  color: #171210;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.1;
}

.event-app-role-card__role-facts > span.is-ready {
  border-color: #b7e4c8;
  background: #f0fff6;
}

.event-app-role-card__role-facts > span.is-ready strong {
  color: #11763c;
}

.event-app-role-card__role-facts > span.is-needed {
  border-color: #f3c2c2;
  background: #fff0f0;
}

.event-app-role-card__role-facts > span.is-needed strong {
  color: #b91c1c;
}

@media (max-width: 640px) {
  .event-app-pass-role-tools--manager-area {
    padding: 18px 14px;
    box-shadow: none;
  }

  .event-app-pass-role-tools--manager-area > .event-app-role-card {
    padding: 14px;
  }

  .event-app-role-card__role-facts {
    grid-template-columns: 1fr;
  }

  .event-app-vendor-invite-accept--header .business-posting-card__action {
    width: 100%;
  }

  .event-app-role-card__vendor-head {
    flex-direction: column;
  }

  .event-app-vendor-invite-accept--header {
    width: 100%;
  }
}

.event-app-owner-manage {
  display: grid;
  gap: 16px;
}

.event-app-owner-manage__hero {
  display: grid;
  width: min(1160px, 100%);
  margin: 0 auto;
  grid-template-columns: 1fr;
  padding: clamp(18px, 4vw, 28px);
}

.event-app-owner-guide {
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  border: 1px solid #ead8cf;
  border-radius: 24px;
  background: #fffaf7;
}

.event-app-owner-guide__logo {
  width: 112px;
  height: 112px;
  border: 1px solid #ead8cf;
  border-radius: 18px;
  background: #fff;
  object-fit: cover;
}

.event-app-owner-guide__copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.event-app-owner-manage__hero h1 {
  grid-column: 1 / -1;
  margin: 0;
  color: #171210;
  font-size: clamp(30px, 8vw, 48px);
  line-height: 1.04;
}

.event-app-owner-manage__hero p {
  grid-column: 1 / -1;
  max-width: 760px;
  margin: 0;
  color: #35241f;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.event-app-owner-guide__copy h1,
.event-app-owner-guide__copy p {
  grid-column: auto;
  max-width: none;
}

.event-app-owner-manage__tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-column: 1 / -1;
  gap: 10px;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  width: 100%;
  overflow: visible;
  padding: 0;
}

.event-app-owner-tabs-panel {
  grid-template-columns: minmax(0, 1fr);
  border: 1px solid #ead8cf;
  border-radius: 18px;
  background: #fffaf7;
  padding: 18px;
}

.event-app-owner-tabs-panel--vendor {
  padding: 12px;
  background: #fff;
}

.event-app-owner-manage__tabs--vendor {
  grid-template-columns: repeat(auto-fit, minmax(126px, 1fr));
  gap: 8px;
}

.event-app-owner-manage__tabs--vendor a {
  min-height: 40px;
  padding: 8px 12px;
  font-size: 12px;
}

.event-app-owner-manage__hero > .event-app-vendor-workspace__header,
.event-app-owner-manage__hero > .vendor-checkin-hero__kicker,
.event-app-owner-manage__hero > .event-app-owner-section-count,
.event-app-owner-manage__hero > .event-app-owner-section-health {
  grid-column: 1 / -1;
}

.event-app-owner-section-count {
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  background: #fff0e8;
  color: #8f321d;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.event-app-owner-section-health {
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-owner-section-health.is-complete {
  background: #e8f8f0;
  color: #116149;
}

.event-app-owner-section-health.has-needed {
  background: #fff0e8;
  color: #8f321d;
}

.event-app-owner-manage__hero > .event-app-vendor-workspace__header {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px;
  justify-content: stretch;
}

.event-app-owner-manage__hero > .event-app-vendor-workspace__header .business-posting-card__action {
  min-width: 0;
  width: 100%;
}

.event-app-owner-manage__tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 44px;
  border: 1px solid #e64b2f;
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff9f6;
  color: #a93522;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.event-app-owner-manage__tabs a.is-active {
  background: #e64b2f;
  border-color: #e64b2f;
  color: #fff;
  box-shadow: none;
}

.event-app-owner-manage__tabs a:hover,
.event-app-owner-manage__tabs a:focus-visible {
  border-color: #c94021;
  background: #c94021;
  color: #fff;
}

.event-app-owner-manage__tabs--secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.event-app-owner-manage__tabs--secondary a {
  flex: 1 1 auto;
  min-height: 48px;
  border-color: #e64b2f;
  background: #fff;
  color: #8f321d;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}

.event-app-owner-manage__tabs--secondary a.is-active {
  background: #e64b2f;
  border-color: #e64b2f;
  color: #fff;
  box-shadow: none;
}

.event-app-owner-manage__tabs a:focus-visible,
.event-app-owner-manage__subtabs a:focus-visible {
  outline: 3px solid rgba(218, 74, 40, 0.3);
  outline-offset: 2px;
}

.event-app-owner-manage__subtabs {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  width: 100%;
  margin-top: 8px;
  padding-bottom: 2px;
  overflow: visible;
}

.event-app-owner-manage__subtabs a {
  flex: 0 1 auto;
  min-width: 0;
  border: 1px solid #ead4cb;
  border-radius: 999px;
  background: #fff8f5;
  color: #8f321d;
  min-height: 36px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
}

.event-app-owner-manage__subtabs a:hover,
.event-app-owner-manage__subtabs a:focus-visible {
  border-color: #e64b2f;
  background: #fff;
  color: #171210;
}

.event-app-owner-section-jump-panel {
  padding-block: 14px;
}

.event-app-owner-section-jump {
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.event-app-owner-section-jump > span {
  color: #8f321d;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-owner-section-jump .event-app-owner-manage__subtabs {
  margin-top: 0;
}

.event-app-owner-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 4vw, 26px);
  scroll-margin-top: 110px;
}

.event-app-owner-unboxed {
  display: block;
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 0;
  scroll-margin-top: 110px;
}

.event-app-owner-card > .vendor-checkin-section-header {
  max-width: 860px;
}

.event-app-owner-card > .vendor-checkin-section-header p {
  max-width: 760px;
}

.event-app-owner-setup-panel {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.event-app-owner-setup-panel__surface {
  width: 100%;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid #ead8cf;
  border-radius: 24px;
  background: #fff;
}

.event-app-owner-setup-panel__surface > .manager-workspace,
.event-app-owner-setup-panel__surface > .manager-page-section,
.event-app-owner-setup-panel__surface .manager-content {
  width: 100%;
  max-width: none;
  margin: 0;
}

.event-app-owner-setup-panel__surface > .manager-page-section {
  padding: 0;
  background: transparent;
}

.event-app-owner-form {
  display: grid;
  gap: 16px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.event-app-owner-manage #eventVendorAddPanel {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.event-app-owner-access-card {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 1fr);
}

.event-app-owner-access-card > *,
.event-app-owner-access-card > .vendor-checkin-section-header,
.event-app-owner-access-card > .vendor-checkin-section-header p,
.event-app-owner-access-card > .event-app-owner-instruction-list,
.event-app-owner-access-card > .manager-helper-text {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-width: 0;
  grid-column: 1 / -1;
}

#add-vendor.event-app-owner-access-card {
  gap: 10px;
  padding-block: clamp(18px, 3vw, 22px);
}

#add-vendor.event-app-owner-access-card .event-app-owner-instruction-list {
  gap: 6px;
  font-size: 14.5px;
}

#add-vendor.event-app-owner-access-card .manager-helper-text {
  margin: 0;
}

.event-app-owner-authorized-user-form {
  box-sizing: border-box;
  width: 100%;
  display: grid;
  gap: 12px;
  border: 1px solid #ead4cb;
  border-radius: 18px;
  background: #fff;
  padding: clamp(16px, 3vw, 20px);
}

.event-app-owner-authorized-user-form .vendor-checkin-section-header,
.event-app-owner-authorized-user-form .vendor-checkin-section-header p,
.event-app-owner-authorized-user-form .event-app-owner-instruction-list,
.event-app-owner-authorized-user-form .settings-form__message {
  width: 100%;
  max-width: none;
}

.event-app-owner-authorized-user-form h3 {
  margin: 0;
  color: #17120f;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.1;
}

.event-vendor-invite-status {
  display: grid;
  gap: 10px;
  width: 100%;
}

.event-vendor-invite-status__heading {
  display: grid;
  gap: 4px;
  width: 100%;
}

.event-vendor-invite-status__heading strong {
  color: #17120f;
  font-size: 1rem;
}

.event-vendor-invite-status__heading span {
  color: #5f514b;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
}

.event-vendor-invite-status__list {
  display: grid;
  gap: 8px;
  width: 100%;
}

.event-vendor-invite-status__row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(180px, 0.95fr) minmax(150px, auto) minmax(140px, auto);
  gap: 10px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ead4cb;
  border-radius: 14px;
  background: #fff;
  padding: 10px 12px;
}

.event-vendor-invite-status__row strong,
.event-vendor-invite-status__row span,
.event-vendor-invite-status__row small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.event-vendor-invite-status__row strong {
  color: #17120f;
  font-size: 0.95rem;
}

.event-vendor-invite-status__row span,
.event-vendor-invite-status__row small {
  color: #5f514b;
  font-size: 0.86rem;
  font-weight: 800;
}

.event-vendor-invite-status__button {
  min-height: 38px;
  justify-self: end;
  padding-inline: 14px;
}

.event-vendor-invite-email--access {
  grid-column: 1 / -1;
  justify-self: stretch;
  width: 100%;
}

.event-vendor-invite-email--access summary {
  margin-left: auto;
}

.event-vendor-invite-email--access .event-vendor-invite-email__panel {
  width: 100%;
  box-sizing: border-box;
}

.event-vendor-invite-status__row[data-state="working"] {
  border-color: rgba(218, 74, 40, 0.55);
  background: #fff7f2;
}

.event-vendor-invite-status__row[data-state="success"] {
  border-color: rgba(0, 112, 99, 0.38);
  background: #f2fbf6;
}

.event-vendor-invite-status__row[data-state="error"] {
  border-color: rgba(180, 35, 24, 0.36);
  background: #fff1f0;
}

.event-app-coordinator-headshot {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  border: 1px solid #ead4cb;
  border-radius: 14px;
  background: #fff;
  padding: 10px;
}

.event-app-role-card__identity .event-app-coordinator-headshot {
  grid-template-columns: minmax(72px, auto);
  justify-items: center;
  align-self: start;
  width: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  gap: 6px;
}

.event-app-coordinator-headshot__preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 2px solid #17120f;
  border-radius: 999px;
  background: #17120f;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 950;
}

.event-app-role-card__identity .event-app-coordinator-headshot__preview {
  width: 66px;
  height: 66px;
}

.event-app-coordinator-headshot__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-app-coordinator-headshot__button {
  appearance: none;
  background: transparent;
  border: 0;
  color: #17120f;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 950;
  min-width: 0;
  padding: 0;
  text-align: left;
}

.event-app-role-card__identity .event-app-coordinator-headshot__button {
  max-width: 86px;
  color: #ba371c;
  font-size: 0.7rem;
  line-height: 1.15;
  text-align: center;
}

.event-app-coordinator-headshot small {
  grid-column: 2;
  min-height: 1em;
  color: #6b4b3f;
  font-size: 0.78rem;
  font-weight: 800;
}

.event-app-role-card__identity .event-app-coordinator-headshot small {
  grid-column: auto;
  max-width: 110px;
  text-align: center;
}

.event-app-coordinator-headshot small[data-state="error"] {
  color: #b42318;
}

.event-app-coordinator-headshot small[data-state="success"] {
  color: #007063;
}

.event-app-owner-authorized-user-form__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(220px, 1fr) minmax(150px, 0.5fr);
  gap: 12px;
  align-items: end;
}

.event-app-owner-authorized-user-form__grid label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #3e2a23;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-app-owner-authorized-user-form__grid input,
.event-app-owner-authorized-user-form__grid select {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  border: 1px solid #ead4cb;
  border-radius: 14px;
  background: #fff;
  color: #17120f;
  padding: 0 14px;
  font: inherit;
  font-size: 15px;
}

.event-app-owner-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #3e2a23;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.event-app-owner-form label:has(input[required])::after,
.event-app-owner-form label:has(select[required])::after,
.event-app-owner-form label:has(textarea[required])::after {
  content: "Required";
  justify-self: start;
  border-radius: 999px;
  background: #fff0e8;
  color: #9f341e;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
}

.event-app-owner-card > label,
.event-app-owner-card > .event-app-owner-form__grid,
.event-app-owner-card > .event-app-owner-icon-row,
.event-app-owner-card > .event-app-owner-toggle-list,
.event-app-owner-card > .event-vendor-sponsor-control,
.event-app-owner-card > .business-posting-hub__lists,
.event-app-owner-card > .vendor-checkin-section-header,
.event-app-owner-card > .event-app-owner-repeat-list,
.event-app-owner-card > .event-app-owner-list,
.event-app-owner-card > .event-app-owner-stat-grid,
.event-app-owner-card > .event-app-owner-copy-field,
.event-app-owner-card > .event-app-owner-card-actions,
.event-app-owner-card > .event-app-owner-note,
.event-app-owner-card > .profile-hero-builder,
.event-app-owner-card > .settings-form__message {
  grid-column: 1 / -1;
}

.event-app-owner-card--builder {
  display: block;
}

.event-app-owner-card--builder .vendor-checkin-section-header {
  margin-bottom: 18px;
}

.event-app-owner-card--builder .profile-hero-builder {
  margin-top: 0;
}

.event-app-owner-card .settings-form__message:not(:empty),
.event-app-owner-card .manager-form-message:not(:empty) {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border-radius: 14px;
  background: #fff3ed;
  color: #b42318;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  padding: 12px 14px;
}

.event-app-owner-card .settings-form__message[data-state="success"]:not(:empty),
.event-app-owner-card .manager-form-message[data-state="success"]:not(:empty) {
  background: #e8f8f0;
  color: #116149;
}

.event-app-owner-card .settings-form__message[data-state="info"]:not(:empty),
.event-app-owner-card .manager-form-message[data-state="info"]:not(:empty) {
  background: #fff0e8;
  color: #7a321f;
}

.event-app-owner-card .settings-form__message[data-state="error"]:not(:empty),
.event-app-owner-card .manager-form-message[data-state="error"]:not(:empty) {
  background: #c81e1e;
  color: #fff;
}

.event-app-owner-form .manage-section-submit {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
}

.event-app-owner-form .event-app-owner-form__actions-two {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.event-app-owner-form .event-app-owner-form__actions-two .settings-form__message {
  grid-column: 1 / -1;
}

.event-app-owner-form input,
.event-app-owner-form select,
.event-app-owner-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  border: 1px solid #ead4cb;
  border-radius: 14px;
  background: #fff;
  color: #171210;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  padding: 13px 14px;
  text-transform: none;
  appearance: auto;
}

.event-app-owner-form input:focus,
.event-app-owner-form select:focus,
.event-app-owner-form textarea:focus,
.event-app-owner-copy-field input:focus {
  outline: 3px solid rgba(218, 74, 40, 0.2);
  border-color: #da4a28;
}

.event-app-owner-form textarea {
  min-height: 120px;
  resize: vertical;
}

.event-app-owner-form button,
.event-app-owner-form .business-posting-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: #e64b2f;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(218, 74, 40, 0.22);
}

.event-app-owner-form button:hover,
.event-app-owner-form button:focus-visible,
.event-app-owner-form .business-posting-card__action:hover,
.event-app-owner-form .business-posting-card__action:focus-visible {
  background: #c94021;
  color: #fff;
}

.event-app-owner-form button:disabled,
.event-app-owner-form .business-posting-card__action:disabled,
.event-app-owner-inline-form button:disabled,
.event-app-owner-card-actions .business-posting-card__action:disabled {
  border-color: #e4d2cb !important;
  background: #eadbd4 !important;
  color: #8b746b !important;
  cursor: not-allowed !important;
  opacity: 0.86;
  box-shadow: none !important;
  transform: none !important;
}

.event-app-owner-card > .business-posting-card__action {
  width: 100%;
  min-width: 0;
}

.event-app-owner-form .business-posting-card__action--ghost {
  border: 1px solid #e64b2f;
}

.event-app-owner-form .event-team-rich-editor {
  display: grid;
  gap: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ead4cb;
  border-radius: 14px;
  background: #fff;
}

.event-app-owner-form .event-team-rich-editor__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #eadbd3;
  background: #fff8f5;
}

.event-app-owner-form .event-team-rich-editor__toolbar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: auto;
  width: auto;
  min-width: 0;
  min-height: 34px;
  border: 1px solid #ead2c5;
  border-radius: 999px;
  background: #fff;
  color: #171210;
  box-shadow: none;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  padding: 0 12px;
  text-align: center;
}

.event-app-owner-form .event-team-rich-editor__toolbar button:hover,
.event-app-owner-form .event-team-rich-editor__toolbar button:focus-visible {
  border-color: #da4a28;
  background: #fff;
  color: #da4a28;
  box-shadow: 0 0 0 3px rgba(218, 74, 40, 0.12);
}

.event-app-owner-form .event-team-rich-editor__surface {
  min-height: 180px;
  padding: 14px;
  color: #3c312d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  outline: none;
}

.event-app-owner-form .event-team-rich-editor__surface:focus {
  box-shadow: inset 0 0 0 3px rgba(218, 74, 40, 0.14);
}

.event-app-owner-form .event-team-rich-editor__surface p {
  margin: 0 0 0.75em;
}

.event-app-owner-form .event-team-rich-editor__surface ul,
.event-app-owner-form .event-team-rich-editor__surface ol {
  margin: 0.5em 0 0.85em;
  padding-left: 1.35em;
}

.event-app-owner-form small {
  color: #755f55;
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
}

.event-app-owner-note {
  margin: 0;
  color: #4b352d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.event-app-owner-note--warning {
  border: 0;
  border-radius: 14px;
  background: #c81e1e;
  color: #fff;
  padding: 12px;
}

.event-app-owner-qr-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 14px;
  align-items: end;
  width: 100%;
}

.event-app-owner-qr-tools .business-posting-card__action,
.event-app-owner-qr-tools .business-analytics-hub__copy-button {
  min-height: 48px;
  border-radius: 999px;
  font-weight: 950;
}

.event-app-owner-qr-tools .business-analytics-hub__code-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.event-app-owner-qr-tools .business-analytics-hub__code-input {
  width: 100%;
}

.event-app-owner-qr-tools .business-analytics-hub__qr-canvas {
  display: grid;
  place-items: center;
}

.event-app-owner-empty {
  display: grid;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #efc7b8;
  border-left: 6px solid #e64b2f;
  border-radius: 16px;
  background: #fff5ef;
  color: #4b352d;
  padding: 16px 16px 16px 18px;
}

.event-app-owner-empty strong {
  color: #171210;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.1;
}

.event-app-owner-empty p,
.event-app-owner-empty span {
  margin: 0;
  color: #4b352d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.event-app-owner-empty .business-posting-card__action {
  width: 100%;
  min-width: 0;
  margin-top: 6px;
}

.event-app-owner-toggle-list {
  display: grid;
  gap: 10px;
}

.event-app-owner-form .event-app-owner-toggle-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ead4cb;
  border-radius: 16px;
  background: #fffaf7;
  padding: 14px;
  text-transform: none;
}

.event-app-owner-form .event-app-owner-toggle-row:hover {
  border-color: #e7b9a8;
  background: #fff7f3;
}

.event-app-owner-toggle-row span {
  display: grid;
  gap: 4px;
}

.event-app-owner-toggle-row strong {
  color: #171210;
  font-size: 15px;
  line-height: 1.2;
}

.event-app-owner-form .event-app-owner-toggle-row input[type="hidden"] {
  display: none;
}

.event-app-owner-form .event-app-owner-toggle-row input[type="checkbox"],
.event-app-owner-form .event-app-owner-toggle-row input[type="radio"] {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: #e64b2f;
}

.event-app-owner-form__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  align-items: start;
}

.event-app-owner-form__grid > * {
  min-width: 0;
}

.event-app-owner-icon-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.event-app-owner-icon-row > div {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 140px;
  border: 1px solid #ead4cb;
  border-radius: 18px;
  background: #fff9f6;
  color: #7a6258;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-app-owner-icon-row img {
  width: 82px;
  height: 82px;
  border-radius: 22px;
  object-fit: cover;
}

.event-app-owner-disabled {
  display: grid;
  place-items: center;
  border-color: #e4d2cb !important;
  background: #eadbd4 !important;
  color: #8b746b !important;
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
  opacity: 0.86;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none !important;
}

.event-app-owner-disabled:hover,
.event-app-owner-disabled:focus,
.event-app-owner-disabled:active {
  border-color: #e4d2cb !important;
  background: #eadbd4 !important;
  color: #8b746b !important;
  transform: none !important;
}

.event-app-owner-disabled-note {
  display: block;
  margin-top: 6px;
  border-radius: 12px;
  background: #fff0e8;
  color: #8f321d;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
}

.event-app-owner-list {
  display: grid;
  gap: 12px;
}

.event-app-owner-list-note {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-radius: 14px;
  background: #fff0e8;
  color: #8f321d;
  padding: 11px 13px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.event-app-owner-mini-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px 10px;
  align-items: start;
  border: 1px solid #ead4cb;
  border-radius: 16px;
  background: #fffdfb;
  padding: 15px;
  min-width: 0;
  box-shadow: 0 8px 22px rgba(69, 31, 20, 0.05);
}

.event-app-owner-mini-card:hover {
  border-color: #dfc0b4;
  box-shadow: 0 10px 26px rgba(69, 31, 20, 0.08);
}

.event-app-owner-list--compact {
  gap: 10px;
}

.event-app-owner-mini-card--compact {
  padding: 12px;
  box-shadow: none;
}

.event-app-owner-mini-card--compact strong {
  font-size: 15px;
}

#zeffy-vendor-payments .event-app-owner-list--compact .event-app-owner-mini-card--compact {
  align-items: center;
  padding: 10px 12px;
}

#zeffy-vendor-payments .event-app-owner-list--compact .event-app-owner-mini-card--compact small {
  margin-top: 0;
}

.event-app-owner-mini-card strong {
  min-width: 0;
  color: #171210;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.event-app-owner-mini-card__identity {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 10px;
}

.event-app-owner-mini-card__logo {
  display: inline-flex;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border: 1px solid #ead4cb;
  border-radius: 12px;
  background: #fff;
}

.event-app-owner-mini-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-app-owner-status-pill {
  align-self: start;
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 5px 9px;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-owner-status-pill.is-ready {
  background: #12805c;
}

.event-app-owner-status-pill.is-neutral {
  background: #171210;
}

.event-app-owner-status-pill.is-needed {
  background: #cf242b;
}

.event-vendor-invite-email {
  justify-self: end;
  align-self: start;
  max-width: 100%;
}

.event-vendor-invite-email summary {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
  list-style: none;
  border: 1px solid #171210;
  border-radius: 999px;
  background: #171210;
  color: #fff;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.event-vendor-invite-email summary::-webkit-details-marker {
  display: none;
}

.event-vendor-invite-email[open] {
  grid-column: 1 / -1;
  justify-self: stretch;
}

.event-vendor-invite-email[open] summary {
  margin-left: auto;
}

.event-vendor-invite-email__panel {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid #ead4cb;
  border-radius: 14px;
  background: #fff9f6;
  padding: 12px;
}

.event-vendor-invite-email__preview {
  display: grid;
  gap: 10px;
}

.event-vendor-invite-email__preview > strong {
  color: #2d211d;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.event-vendor-invite-email__preview-frame {
  padding: 18px;
  border: 1px solid #ead4cb;
  border-radius: 12px;
  background: #fff;
  overflow-x: auto;
}

.event-vendor-invite-email__field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
}

.event-vendor-invite-email__send {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #ead4cb;
}

.event-vendor-invite-email__send small {
  color: #6d5d56;
}

.event-vendor-invite-email__field--message {
  align-items: start;
}

.event-vendor-invite-email__field label,
.event-vendor-invite-email__panel label {
  display: grid;
  gap: 6px;
  color: #2d211d;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.event-vendor-invite-email__copy {
  min-height: 38px;
  border: 1px solid #ead4cb;
  border-radius: 999px;
  background: #fff;
  color: #8f321d;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.event-vendor-invite-email__copy:hover,
.event-vendor-invite-email__copy:focus-visible {
  border-color: #171210;
  background: #171210;
  color: #fff;
}

.event-vendor-invite-email__panel input,
.event-vendor-invite-email__panel textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ead4cb;
  border-radius: 12px;
  background: #fff;
  color: #171210;
  padding: 10px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: none;
}

.event-vendor-invite-email__panel textarea {
  min-height: 220px;
  resize: vertical;
  white-space: pre-wrap;
}

.event-vendor-invite-email__actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 8px;
}

.event-vendor-invite-email__actions .business-posting-card__action {
  width: 100%;
  min-width: 0;
}

.event-vendor-invite-email__status {
  min-height: 1em;
  border: 0;
  background: transparent;
  padding: 0;
  color: #12805c;
}

.event-app-owner-mini-card span {
  grid-column: 1 / -1;
  color: #5e463d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.event-app-owner-mini-card small {
  display: inline-flex;
  grid-column: auto;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  border: 1px solid #ead4cb;
  border-radius: 999px;
  background: #fff;
  color: #4b352d;
  padding: 6px 9px;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.event-app-owner-mini-card .event-vendor-invite-email__status {
  display: block;
  width: auto;
  min-height: 1em;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: #12805c;
}

.event-app-vendor-invite-accept {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}

.event-app-vendor-invite-accept small {
  min-height: 1em;
  color: #5e463d;
  font-size: 12px;
  font-weight: 800;
}

.event-app-vendor-invite-accept small[data-state="success"] {
  color: #12805c;
}

.event-app-vendor-invite-accept small[data-state="error"] {
  color: #b42318;
}

.event-app-owner-inline-form {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  margin-top: 12px;
  border-top: 1px solid #ead4cb;
  border-radius: 0 0 14px 14px;
  background: rgba(255, 255, 255, 0.45);
  padding: 12px 0 0;
}

.event-app-owner-inline-form label {
  display: grid;
  gap: 6px;
  color: #3e2a23;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-app-owner-inline-form label,
.event-app-owner-inline-form .event-app-owner-toggle-row,
.event-app-owner-inline-form button,
.event-app-owner-inline-form .manager-form-message {
  margin-inline: 0;
}

.event-app-owner-inline-form input,
.event-app-owner-inline-form select,
.event-app-owner-inline-form textarea {
  display: block;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #ead4cb;
  border-radius: 14px;
  background: #fff;
  color: #171210;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  padding: 12px 14px;
  text-transform: none;
  appearance: auto;
}

.event-app-owner-disclosure {
  grid-column: 1 / -1;
  margin-top: 12px;
  border-top: 1px solid #ead4cb;
  padding-top: 12px;
}

.event-app-owner-disclosure summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid #ead4cb;
  border-radius: 999px;
  background: #fff;
  color: #3e2a23;
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
  list-style: none;
  padding: 0 14px;
}

.event-app-owner-disclosure summary::-webkit-details-marker {
  display: none;
}

.event-app-owner-disclosure[open] summary {
  border-color: #e64b2f;
  color: #b72f18;
}

.event-app-owner-disclosure--warning > summary {
  border-color: #e64b2f;
  background: #e64b2f;
  color: #fff;
}

.event-app-owner-disclosure--warning[open] > summary {
  border-color: #b72f18;
  background: #b72f18;
  color: #fff;
}

.event-app-owner-disclosure .event-app-owner-inline-form {
  border-top: 0;
  margin-top: 10px;
  padding-top: 0;
}

.event-app-campaign-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
}

.event-app-owner-form .event-app-campaign-picker__item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2d1f1a;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  padding: 3px 0;
}

.event-app-owner-form .event-app-campaign-picker__item input {
  display: inline-block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 0;
  transform: translateY(1px);
}

.event-app-owner-form .event-app-campaign-picker__item span {
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}

.event-app-compact-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 14px;
  margin-top: 10px;
}

.event-app-owner-form .event-app-compact-checklist__item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  min-height: 28px;
  border: 0;
  background: transparent;
  color: #2d1f1a;
  cursor: pointer;
  padding: 3px 0;
}

.event-app-owner-form .event-app-compact-checklist__item input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
}

.event-app-owner-form .event-app-compact-checklist__item span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.event-app-owner-form .event-app-compact-checklist__item strong {
  min-width: 0;
  color: #2d1f1a;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.event-app-owner-form .event-app-compact-checklist__item small {
  color: #6a5148;
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .event-app-campaign-picker,
  .event-app-compact-checklist {
    grid-template-columns: 1fr;
  }
}

.event-app-owner-inline-form button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #e64b2f;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
  padding: 0 14px;
}

.event-app-owner-inline-form .manager-form-message,
.event-app-owner-inline-form .settings-form__message {
  margin: 0;
}

.event-app-owner-inline-form .settings-form__message:not(:empty) {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border-radius: 12px;
  background: #fff3ed;
  color: #b42318;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  padding: 10px 12px;
}

.event-app-owner-inline-form .settings-form__message[data-state="success"]:not(:empty) {
  background: #e8f8f0;
  color: #116149;
}

.event-app-owner-inline-form .settings-form__message[data-state="error"]:not(:empty) {
  background: #c81e1e;
  color: #fff;
}

.event-app-owner-inline-form .event-app-owner-danger-button {
  border: 1px solid #c81e1e;
  background: #c81e1e;
  color: #fff;
  box-shadow: none;
}

.event-app-owner-inline-form .event-app-owner-danger-button:hover,
.event-app-owner-inline-form .event-app-owner-danger-button:focus-visible {
  border-color: #991b1b;
  background: #991b1b;
}

.event-app-owner-card-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.event-app-owner-mini-card > .event-app-owner-card-actions {
  grid-column: 1 / -1;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 8px;
  border-top: 1px solid #ead4cb;
  padding-top: 10px;
}

.event-vendor-payment-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.event-vendor-payment-card__details {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.event-vendor-payment-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.event-vendor-payment-card__meta .event-app-owner-status-pill {
  position: static;
  min-width: 86px;
  justify-content: center;
  padding: 7px 12px;
  font-size: 0.78rem;
}

.event-vendor-payment-card__actions.event-app-owner-card-actions {
  grid-column: auto;
  display: flex;
  justify-content: flex-end;
  width: auto;
  margin: 0;
  border-top: 0;
  padding-top: 0;
}

.event-vendor-payment-card__actions .business-posting-card__action {
  width: auto;
  min-width: 170px;
  padding-inline: 22px;
}

.event-vendor-day-tools {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.45fr) auto;
  gap: 12px;
  align-items: end;
}

.event-vendor-day-tools label {
  display: grid;
  gap: 6px;
  color: #4b352d;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.event-vendor-day-tools input,
.event-vendor-day-tools select {
  min-height: 44px;
  border: 1px solid #ead4cb;
  border-radius: 12px;
  background: #fff;
  color: #171210;
  font: inherit;
  padding: 0 13px;
  text-transform: none;
}

.event-vendor-day-summary {
  grid-column: 1 / -1;
  margin: 0;
  color: #5f514b;
  font-size: 0.92rem;
  font-weight: 850;
}

.event-vendor-day-list {
  display: grid;
  gap: 12px;
}

.event-vendor-day-card {
  display: grid;
  grid-template-columns: 124px minmax(190px, 1fr) minmax(160px, 0.7fr) minmax(160px, 0.85fr) minmax(170px, auto);
  gap: 12px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  border: 1px solid #ead4cb;
  border-radius: 18px;
  background: #fff;
  padding: 14px;
  overflow: hidden;
}

.event-vendor-day-card.is-checked-in {
  border-color: rgba(18, 128, 92, 0.32);
  background: #f4fbf7;
}

.event-vendor-day-card__station {
  display: grid;
  justify-items: center;
  gap: 2px;
  min-width: 0;
  border-radius: 14px;
  background: #171210;
  color: #fff;
  padding: 10px;
}

.event-vendor-day-card__station span {
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.event-vendor-day-card__station strong {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1;
}

.event-vendor-day-card__identity {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.event-vendor-day-card__identity img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 1px solid #ead4cb;
  border-radius: 14px;
  object-fit: cover;
}

.event-vendor-day-card__identity div,
.event-vendor-day-card__times {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.event-vendor-day-card__identity strong {
  color: #171210;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.event-vendor-day-card__identity span,
.event-vendor-day-card__times small {
  color: #5f514b;
  font-size: 0.86rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.event-vendor-day-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  min-width: 0;
}

.event-vendor-day-card__pills small {
  display: inline-flex;
  width: auto;
  border: 1px solid #ead4cb;
  border-radius: 999px;
  background: #fff;
  color: #4b352d;
  padding: 6px 9px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.event-vendor-day-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.event-vendor-day-card__actions .business-posting-card__action {
  min-width: 0;
  width: 100%;
  padding-inline: 14px;
}

@media (max-width: 1180px) {
  .event-vendor-day-card {
    grid-template-columns: 112px minmax(190px, 1fr) minmax(170px, 0.8fr);
  }

  .event-vendor-day-card__pills,
  .event-vendor-day-card__actions {
    grid-column: 2 / -1;
  }

  .event-vendor-day-card__actions {
    justify-content: stretch;
  }
}

.event-app-owner-card-actions .event-app-owner-form {
  gap: 6px;
}

.event-app-owner-card-actions .business-posting-card__action {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 14px;
  font-size: 14.5px;
  line-height: 1.12;
  white-space: normal;
}

.event-app-owner-card-actions .manager-form-message {
  margin: 0;
  font-size: 12px;
}

.event-app-owner-job-grid {
  display: grid;
  gap: 14px;
  width: 100%;
}

.event-app-owner-job-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid #ead4cb;
  border-radius: 18px;
  background: #fff;
}

.event-app-owner-job-card h3 {
  margin: 0;
  color: #17120f;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
}

.event-app-owner-stat-grid--job {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.event-app-owner-list--staff-job {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.event-app-owner-empty--compact {
  border-radius: 14px;
  padding: 14px;
}

.event-vendor-station-tool {
  display: grid;
  gap: 14px;
}

.event-vendor-station-tool__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border: 1px solid #ead4cb;
  border-radius: 18px;
  background: #fff8f5;
}

.event-vendor-station-tool__bar div {
  display: grid;
  gap: 4px;
}

.event-vendor-station-tool__bar strong {
  color: #17120f;
  font-size: 18px;
  font-weight: 950;
}

.event-vendor-station-tool__bar span {
  color: #5d443b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.event-vendor-station-tool__bar .business-posting-card__action {
  min-width: 190px;
}

.event-vendor-station-list {
  display: grid;
  gap: 10px;
}

.event-vendor-station-row {
  display: grid;
  grid-template-columns: auto minmax(88px, 110px) auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid #ead4cb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(78, 33, 18, 0.05);
}

.event-vendor-station-row.is-dragging {
  opacity: 0.5;
}

.event-vendor-station-row__handle {
  min-height: 42px;
  border: 1px solid #17120f;
  border-radius: 999px;
  background: #17120f;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  cursor: grab;
}

.event-vendor-station-row__handle:active {
  cursor: grabbing;
}

.event-vendor-station-row__number {
  display: grid;
  gap: 4px;
  color: #8f321d;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.event-vendor-station-row__number input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #ead4cb;
  border-radius: 12px;
  padding: 8px 10px;
  color: #17120f;
  font-size: 18px;
  font-weight: 950;
  text-align: center;
}

.event-vendor-station-row__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 14px;
  background: #17120f;
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}

.event-vendor-station-row__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-vendor-station-row__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.event-vendor-station-row__copy strong {
  overflow-wrap: anywhere;
  color: #17120f;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.1;
}

.event-vendor-station-row__copy span,
.event-vendor-station-row__copy small {
  overflow-wrap: anywhere;
  color: #5d443b;
  font-size: 12px;
  font-weight: 800;
}

.event-vendor-station-row .business-posting-card__action {
  min-width: 86px;
}

.event-app-owner-team-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
  margin-top: 8px;
  border-top: 1px solid #ead4cb;
  padding-top: 10px;
}

.event-app-owner-team-actions > .business-posting-card__action,
.event-app-owner-team-actions > .event-app-owner-inline-form {
  width: 100%;
  min-width: 0;
}

.event-app-owner-team-actions > .business-posting-card__action {
  min-height: 44px;
  padding: 11px 13px;
  font-size: 13.5px;
  line-height: 1.12;
  white-space: normal;
}

.event-app-owner-team-actions > .event-app-owner-inline-form {
  grid-column: auto;
  display: grid;
  gap: 6px;
  margin: 0;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.event-app-owner-team-actions > .event-app-owner-inline-form button {
  min-height: 44px;
  font-size: 13.5px;
  line-height: 1.12;
  white-space: normal;
}

.event-app-owner-team-actions > .event-app-owner-inline-form .manager-form-message {
  min-height: 0;
  margin: 0;
  font-size: 12px;
}

.event-app-owner-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.event-app-owner-filter-row .business-posting-card__action {
  min-width: 0;
  min-height: 42px;
  border: 1px solid #e64b2f;
  padding: 10px 13px;
  font-size: 13px;
}

.event-app-owner-filter-row .business-posting-card__action.is-active {
  background: #171210;
  border-color: #171210;
  color: #fff;
}

.event-app-owner-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.event-app-owner-stat-grid article,
.event-app-owner-stat-grid a {
  display: grid;
  gap: 7px;
  min-height: 94px;
  align-content: center;
  border: 1px solid #ead4cb;
  border-radius: 16px;
  background: #fffdfb;
  padding: 15px;
}

.event-app-owner-stat-grid a {
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.event-app-owner-stat-grid a:hover,
.event-app-owner-stat-grid a:focus-visible {
  border-color: #da4a28;
  box-shadow: 0 10px 24px rgba(115, 50, 31, 0.12);
  transform: translateY(-1px);
}

.event-app-owner-stat-grid strong {
  color: #171210;
  font-size: clamp(22px, 6vw, 30px);
  font-weight: 900;
  line-height: 1;
}

.event-app-owner-stat-grid span {
  color: #6d5147;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.event-app-owner-report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.event-app-owner-guest-followup {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.event-app-owner-guest-followup .business-posting-card__action {
  width: 100%;
  min-height: 44px;
}

.event-app-owner-guest-followup .business-posting-card__action:disabled {
  border-color: #e5cec5;
  background: #f4e7e1;
  color: #8b7167;
  cursor: not-allowed;
  opacity: 0.78;
  box-shadow: none;
}

.event-app-owner-guest-ops {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #ead4cb;
}

.event-app-owner-party-details {
  border: 1px solid #ead4cb;
  border-radius: 14px;
  background: #fff9f6;
  padding: 10px;
}

.event-app-owner-party-details summary {
  color: #8f321d;
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-owner-party-form {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.event-app-owner-party-form label {
  display: grid;
  gap: 6px;
  color: #4d3b33;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.event-app-owner-party-form input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #efd6cc;
  border-radius: 12px;
  background: #fff;
  color: #17120f;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.event-app-owner-party-form .business-posting-card__action,
.event-app-owner-guest-ops > .business-posting-card__action {
  width: 100%;
  min-height: 42px;
}

.event-app-owner-card .business-analytics-hub__guest-invite-feedback {
  grid-column: 1 / -1;
  width: 100%;
  border-radius: 16px;
  padding: 12px 14px;
  background: #fff0e8;
  color: #3f2a22;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.event-app-owner-card .business-analytics-hub__guest-invite-feedback[data-state="success"] {
  background: #e8f8f0;
  color: #116149;
}

.event-app-owner-card .business-analytics-hub__guest-invite-feedback[data-state="error"] {
  background: #cf222e;
  color: #fff;
}

.event-app-owner-card .business-analytics-hub__guest-credentials {
  display: grid;
  gap: 4px;
  margin-top: 8px;
}

.event-app-owner-push-card .event-app-owner-form {
  width: 100%;
}

.event-app-owner-push-card input[readonly] {
  background: #fff7f3;
  color: #6d5147;
}

.event-app-owner-push-card textarea {
  min-height: 120px;
}

.event-app-owner-push-card button:disabled {
  border-color: #e5cec5;
  background: #f4e7e1;
  color: #8b7167;
  cursor: not-allowed;
  opacity: 0.78;
  box-shadow: none;
}

.event-app-owner-report-grid h3 {
  margin: 0 0 12px;
  color: #171210;
  font-size: 22px;
  line-height: 1.12;
}

.event-app-owner-report-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.event-app-owner-report-heading strong {
  display: inline-flex;
  min-width: 34px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #171210;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
}

.event-app-owner-command-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.event-app-owner-live-control {
  display: grid;
  grid-column: 1 / -1;
  gap: 14px;
  border: 1px solid #ead4cb;
  border-radius: 18px;
  background: #fff9f6;
  padding: 20px;
}

.event-app-owner-live-control h3 {
  margin: 0;
  color: #171210;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.08;
}

.event-app-owner-live-toggle {
  width: 100%;
  border-color: #116149;
  background: #116149;
  color: #fff;
}

.event-app-owner-live-toggle.is-on {
  box-shadow: 0 14px 30px rgba(17, 97, 73, 0.24);
}

.event-app-owner-readonly-status {
  display: grid;
  gap: 6px;
  border: 1px solid #ead4cb;
  border-radius: 16px;
  background: #fff;
  padding: 14px 16px;
}

.event-app-owner-readonly-status strong {
  color: #171210;
  font-size: 16px;
  font-weight: 950;
}

.event-app-owner-readonly-status span {
  color: #6b5148;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.event-app-owner-radio-row {
  display: flex !important;
  align-items: center;
  gap: 10px;
  border: 1px solid #ead4cb;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  color: #2f211c !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  line-height: 1.25;
  text-transform: none !important;
}

.event-app-owner-radio-row input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.event-app-owner-guest-form {
  display: grid;
  gap: 12px;
}

.event-app-owner-guest-form label {
  display: grid;
  gap: 7px;
  color: #4d3b33;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.event-app-owner-guest-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #efd6cc;
  border-radius: 14px;
  background: #fff;
  color: #17120f;
  font: inherit;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.event-app-owner-guest-form .business-posting-card__action {
  width: 100%;
  min-height: 50px;
}

.event-app-owner-guest-form .business-posting-card__action:disabled {
  border-color: #e5cec5;
  background: #f4e7e1;
  color: #8b7167;
  cursor: not-allowed;
  opacity: 0.78;
  box-shadow: none;
}

.event-app-owner-command-grid article {
  display: grid;
  gap: 14px;
  align-content: start;
  border: 1px solid #ead4cb;
  border-radius: 18px;
  background: #fff9f6;
  padding: 20px;
}

.event-app-owner-command-grid h3 {
  margin: 0;
  color: #171210;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.08;
}

.event-app-owner-command-grid p {
  margin: 0;
  color: #2e201b;
  font-weight: 750;
  line-height: 1.35;
}

.event-app-owner-checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.event-app-owner-checklist-summary {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 16px;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 900;
}

.event-app-owner-checklist-summary strong,
.event-app-owner-checklist-summary span {
  line-height: 1.2;
}

.event-app-owner-checklist-summary.is-complete {
  background: #e8f7ec;
  color: #146c2e;
}

.event-app-owner-checklist-summary.has-needed {
  background: #fff0e8;
  color: #8f321d;
}

.event-app-owner-checklist__item {
  display: grid;
  gap: 7px;
  min-height: 126px;
  align-content: start;
  border: 1px solid #ead4cb;
  border-radius: 18px;
  background: #fff9f6;
  padding: 16px;
  color: #171210;
  text-decoration: none;
  min-width: 0;
}

.event-app-owner-checklist__item span {
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-owner-checklist__item.is-ready span {
  background: #e8f7ec;
  color: #146c2e;
}

.event-app-owner-checklist__item.is-needed span {
  background: #cf242b;
  color: #fff;
}

.event-app-owner-checklist__item strong {
  min-width: 0;
  color: #171210;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.event-app-owner-checklist__item small {
  min-width: 0;
  color: #5f463e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.event-app-owner-checklist__item em {
  align-self: end;
  width: 100%;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #171210;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  padding: 8px 10px;
}

a.event-app-owner-checklist__item {
  cursor: pointer;
}

a.event-app-owner-checklist__item.is-needed em {
  background: #da4a28;
}

a.event-app-owner-checklist__item.is-ready em {
  background: #171210;
}

.event-app-owner-checklist__item:hover,
.event-app-owner-checklist__item:focus-visible {
  border-color: #da4a28;
  box-shadow: 0 12px 28px rgba(115, 50, 31, 0.12);
  transform: translateY(-1px);
}

.event-app-owner-copy-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, auto);
  gap: 10px;
  align-items: end;
  color: #3e2a23;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-app-owner-copy-field > span {
  grid-column: 1 / -1;
}

.event-app-owner-copy-field input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  border: 1px solid #ead4cb;
  border-radius: 14px;
  background: #fff;
  color: #171210;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  padding: 13px 14px;
  text-transform: none;
}

.event-app-owner-copy-field .business-posting-card__action {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 0;
  background: #171210;
  color: #fff;
}

.event-app-owner-manage .js-event-vendor-results-list {
  display: grid;
  gap: 12px;
}

.event-app-owner-manage .event-vendor-results-summary,
.event-app-owner-manage .js-event-vendor-results-list > .business-posting-card--empty {
  display: grid;
  gap: 4px;
  border: 1px solid #ead4cb;
  border-radius: 16px;
  background: #fff7f3;
  color: #4b352d;
  padding: 14px;
}

.event-app-owner-manage .event-vendor-results-summary strong,
.event-app-owner-manage .js-event-vendor-results-list > .business-posting-card--empty strong {
  color: #171210;
  font-size: 16px;
  font-weight: 950;
}

.event-app-owner-manage .js-event-vendor-results-list > .business-posting-card {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ead4cb;
  border-radius: 18px;
  background: #fff9f6;
  box-shadow: none;
}

.event-app-owner-manage .js-event-vendor-results-list .business-manage-form {
  display: grid;
  gap: 12px;
}

.event-app-owner-manage .js-event-vendor-results-list .business-manage-form[hidden] {
  display: none;
}

.event-app-owner-manage .js-event-vendor-results-list .business-manage-form__grid,
.event-app-owner-manage .js-event-vendor-results-list .event-vendor-main,
.event-app-owner-manage .js-event-vendor-results-list .event-vendor-side {
  min-width: 0;
}

.event-app-owner-manage .js-event-vendor-results-list .business-posting-card__actions,
.event-app-owner-manage .js-event-vendor-results-list .business-analytics-hub__code-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
}

.event-app-owner-manage .js-event-vendor-results-list .business-posting-card__actions .business-posting-card__action,
.event-app-owner-manage .js-event-vendor-results-list .business-analytics-hub__code-actions .business-analytics-hub__copy-button {
  width: 100%;
  min-width: 0;
}

.event-app-owner-repeat-list {
  display: grid;
  gap: 12px;
  counter-reset: owner-repeat-row;
}

.event-app-owner-repeat-row {
  counter-increment: owner-repeat-row;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  border: 1px solid #ead4cb;
  border-radius: 16px;
  background: #fff9f6;
  padding: 14px;
  min-width: 0;
}

.event-app-owner-repeat-row::before {
  content: "Item " counter(owner-repeat-row);
  width: fit-content;
  border-radius: 999px;
  background: #fff0e8;
  color: #8f321d;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.event-app-owner-repeat-row__tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  order: 10;
}

.event-app-owner-repeat-row__tools button {
  width: 100%;
  min-height: 42px;
  border: 1px solid #ead4cb;
  border-radius: 999px;
  background: #fff;
  color: #8f321f;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  padding: 0 12px;
  box-shadow: none;
}

.event-app-owner-repeat-row__tools button[data-repeat-drag] {
  background: #171210;
  border-color: #171210;
  color: #fff;
}

.event-app-owner-repeat-row__tools button:hover,
.event-app-owner-repeat-row__tools button:focus-visible {
  border-color: #da4a28;
  background: #fff0e8;
  color: #8f321f;
}

.event-app-owner-form .event-vendor-sponsor-control {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: none;
}

.event-app-owner-form .event-vendor-sponsor-control input[type="checkbox"] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  padding: 0;
}

.event-vendor-roster-tools {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  align-items: end;
  margin: 16px 0;
}

#vendor-roster.event-app-owner-card {
  width: min(1220px, 100%);
  gap: 18px;
  border: 0;
  background: #e64b2f;
  padding: clamp(14px, 2.6vw, 24px);
}

.event-vendor-roster-control-box {
  display: grid;
  gap: 16px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ead4cb;
  border-radius: 24px;
  background: #fffdfb;
  padding: clamp(18px, 3.5vw, 26px);
}

.event-vendor-roster-control-box > .vendor-checkin-section-header,
.event-vendor-roster-control-box > .vendor-checkin-section-header p,
.event-vendor-roster-control-box > .event-app-owner-stat-grid,
.event-vendor-roster-control-box > .event-vendor-roster-tools {
  width: 100%;
  max-width: none;
}

.event-vendor-roster-list-box {
  box-sizing: border-box;
  width: 100%;
  gap: 14px;
  border-radius: 22px;
  background: #e64b2f;
}

#vendor-roster .event-vendor-roster-list-box > .event-app-owner-mini-card {
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "identity status"
    "pills pills"
    "deck deck"
    "actions actions";
  gap: 14px;
  border: 1px solid #ead4cb;
  border-radius: 20px;
  background: #fff;
  padding: clamp(18px, 2.4vw, 24px);
  box-shadow: none;
}

#vendor-roster .event-vendor-roster-list-box > .event-app-owner-mini-card:hover {
  border-color: #f4b4a2;
  box-shadow: 0 12px 24px rgba(69, 31, 20, 0.1);
}

#vendor-roster .event-app-owner-mini-card__identity {
  grid-area: identity;
  align-items: center;
  gap: 16px;
}

#vendor-roster .event-app-owner-mini-card__logo {
  width: 86px;
  height: 86px;
  border-radius: 18px;
}

#vendor-roster .event-app-owner-mini-card__identity > strong {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
}

#vendor-roster .event-app-owner-status-pill {
  grid-area: status;
  justify-self: end;
  min-width: 120px;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.9rem;
}

.event-vendor-roster-pill-row {
  grid-area: pills;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: 100%;
}

.event-vendor-roster-pill-row small {
  width: auto;
  max-width: 100%;
}

#vendor-roster .event-vendor-deck-request {
  grid-area: deck;
}

#vendor-roster .event-app-owner-mini-card > .event-app-owner-card-actions {
  grid-area: actions;
}

#eventVendorAddPanel[hidden] {
  display: none !important;
}

#eventVendorAddPanel {
  border-radius: 24px;
  overflow: hidden;
}

.event-vendor-roster-tools label {
  display: grid;
  gap: 6px;
  color: rgba(17, 17, 17, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

#eventVendorAddPanel .event-app-owner-form__grid {
  align-items: start;
}

#eventVendorAddPanel .event-app-owner-form__grid label {
  display: grid;
  grid-template-rows: 34px auto minmax(32px, auto);
  align-items: start;
}

#eventVendorAddPanel .event-vendor-sponsor-control {
  grid-template-rows: none;
  align-self: start;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 20px;
  margin-top: 34px;
  padding: 0;
  border: 0;
  background: transparent;
}

#eventVendorAddPanel .event-vendor-identity-status:empty::before,
#eventVendorAddPanel .event-app-owner-form__grid label > small:empty::before {
  content: "";
}

.event-app-owner-vendor-editor {
  max-width: 820px;
  margin-inline: auto;
}

.event-app-owner-vendor-editor__topbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.event-app-owner-vendor-editor__card {
  display: grid;
  gap: 18px;
}

.event-app-owner-vendor-editor__card > .event-vendor-card-header {
  display: block;
}

.event-vendor-card-badges--status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.event-vendor-card-badges--status-strip .event-vendor-station-badge {
  margin-left: 0;
}

.event-vendor-detail-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #171210;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.event-vendor-detail-pill.is-ready {
  background: #12805c;
}

.event-vendor-detail-pill.is-needed {
  background: #cf242b;
}

.event-vendor-detail-pill.is-sponsor {
  background: #d6aa25;
  color: #171210;
}

.event-app-owner-vendor-editor .event-vendor-editor-section,
.event-app-owner-vendor-editor .business-manage-form {
  border: 1px solid #efd6cc;
  border-radius: 14px;
  background: #fff9f6;
  padding: 16px;
}

.event-app-owner-vendor-editor .event-vendor-editor-section .vendor-checkin-section-header,
.event-app-owner-vendor-editor .business-manage-form .vendor-checkin-section-header {
  margin-bottom: 14px;
}

.event-vendor-editor-media {
  display: grid;
  grid-template-columns: minmax(96px, 144px) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.event-app-owner-vendor-editor .event-vendor-logo-preview-shell {
  width: 100%;
  max-width: 144px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #efd6cc;
  border-radius: 14px;
  background: #fff;
}

.event-app-owner-vendor-editor .event-vendor-logo-preview {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #da4a28;
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.event-app-owner-vendor-editor .event-vendor-logo-preview img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.event-app-owner-vendor-editor .event-vendor-logo-preview span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.event-app-owner-vendor-editor .event-vendor-logo-dropzone {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 120px;
  box-sizing: border-box;
  border: 1px dashed #e4b7a8;
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  text-align: center;
}

.event-app-owner-vendor-editor .event-vendor-logo-dropzone .business-analytics-hub__copy-button {
  justify-self: center;
}

.event-vendor-editor-section--danger {
  border-color: rgba(207, 34, 46, 0.28);
}

.event-vendor-editor-section--danger .business-posting-card__action {
  width: fit-content;
}

.event-app-owner-vendor-editor__deck-select {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: #1d1511;
  font-size: 13px;
  font-weight: 950;
}

.event-app-owner-vendor-editor__deck-select select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #efd6cc;
  border-radius: 14px;
  background: #fff;
  color: #17120f;
  padding: 0 14px;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
}

.event-app-owner-vendor-editor__deck-select small,
.event-app-owner-vendor-editor .vendor-event-guide__note {
  color: #755f55;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.event-app-owner-vendor-editor .event-app-vendor-deck-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.event-app-owner-vendor-editor .vendor-event-guide__inline-form,
.event-app-owner-vendor-editor .vendor-deck-wizard__form {
  display: grid;
  gap: 10px;
}

.event-app-owner-vendor-editor .vendor-deck-wizard__form label {
  display: grid;
  gap: 8px;
  color: #1d1511;
  font-size: 13px;
  font-weight: 950;
}

.event-app-owner-vendor-editor .vendor-deck-wizard__form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #efd6cc;
  border-radius: 14px;
  background: #fff;
  color: #17120f;
  padding: 0 14px;
  font: inherit;
}

.event-app-owner-vendor-editor__form .business-manage-form__grid {
  align-items: start;
}

.event-app-owner-vendor-editor__form .business-manage-form__grid > label {
  min-width: 0;
}

.event-app-owner-vendor-editor .event-vendor-code-preview {
  display: grid;
  gap: 12px;
}

.event-app-owner-vendor-editor .business-analytics-hub__qr-panel {
  justify-content: start;
}

.event-app-owner-vendor-editor .business-analytics-hub__qr-canvas {
  width: min(180px, 100%);
}

.event-app-owner-vendor-editor .business-analytics-hub__code-input {
  width: 100%;
}

.event-app-owner-vendor-editor .event-vendor-logo-upload-tool {
  display: grid;
  gap: 10px;
}

.event-vendor-roster-tools input,
.event-vendor-roster-tools select {
  min-height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: #111;
  font: inherit;
  text-transform: none;
}

.event-vendor-roster-tools select:disabled {
  color: rgba(17, 17, 17, 0.46);
  background: rgba(17, 17, 17, 0.04);
}

.event-app-owner-checklist__count {
  display: block;
  margin: 2px 0 4px;
  color: #111;
  font-size: clamp(1.8rem, 4vw, 2.35rem);
  font-weight: 950;
  line-height: 1;
}

.event-app-owner-checklist__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.event-app-owner-checklist__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid #171210;
  padding: 0 14px;
  background: #171210;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 900;
  text-decoration: none;
}

.event-app-owner-checklist__actions a[data-vendor-roster-quick-filter].is-active,
.event-app-owner-checklist__actions a:hover,
.event-app-owner-checklist__actions a:focus-visible {
  border-color: #da4a28;
  background: #da4a28;
  color: #fff;
}

.event-vendor-roster-summary {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(17, 17, 17, 0.66);
  font-size: 0.9rem;
  font-weight: 800;
}

.event-app-owner-stat-grid [data-vendor-roster-quick-filter].is-active {
  border-color: rgba(218, 74, 40, 0.74);
  box-shadow: 0 0 0 3px rgba(218, 74, 40, 0.12);
}

.js-event-vendor-roster-card[hidden] {
  display: none;
}

@media (max-width: 720px) {
  .postsomething-pass-page.event-app-owner-manage {
    padding-inline: 10px;
  }

  .event-app-owner-form__grid,
  .event-app-owner-authorized-user-form__grid,
  .event-app-owner-icon-row,
  .event-app-owner-stat-grid,
  .event-vendor-roster-tools,
  .event-app-owner-report-grid,
  .event-app-owner-command-grid,
  .event-app-owner-checklist,
  .event-app-owner-copy-field {
    grid-template-columns: 1fr;
  }

  .event-vendor-invite-email__field {
    grid-template-columns: 1fr;
  }

  .event-vendor-invite-status__row {
    grid-template-columns: 1fr;
  }

  .event-vendor-invite-status__button {
    justify-self: stretch;
  }

  #vendor-roster .event-vendor-roster-list-box > .event-app-owner-mini-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "status"
      "identity"
      "pills"
      "deck"
      "actions";
  }

  #vendor-roster .event-app-owner-status-pill {
    justify-self: stretch;
    width: 100%;
  }

  #vendor-roster .event-app-owner-mini-card__logo {
    width: 72px;
    height: 72px;
  }

  .event-app-owner-checklist-summary {
    display: grid;
    justify-content: stretch;
  }

  #eventVendorAddPanel .event-app-owner-form__grid label {
    grid-template-rows: auto;
  }

  #eventVendorAddPanel .event-vendor-sponsor-control {
    min-height: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .event-app-owner-vendor-editor {
    max-width: none;
  }

  .event-app-owner-vendor-editor__topbar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .event-vendor-editor-media {
    grid-template-columns: 1fr;
  }

  .event-app-owner-vendor-editor .event-vendor-logo-preview-shell {
    max-width: 180px;
  }

  .event-app-owner-vendor-editor .business-posting-card__actions,
  .event-app-owner-vendor-editor .business-analytics-hub__code-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .event-app-owner-manage__tabs {
    margin-top: 14px;
  }

  .event-app-owner-guide {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
  }

  .event-app-owner-guide__logo {
    width: 72px;
    height: 72px;
    border-radius: 14px;
  }

  .event-app-owner-manage__tabs a {
    min-width: 0;
    min-height: 42px;
  }

  .event-app-owner-manage__subtabs a {
    flex: 1 1 calc(50% - 4px);
    max-width: calc(50% - 4px);
    min-width: min(132px, 100%);
  }

  .event-app-owner-form .event-app-owner-toggle-row {
    grid-template-columns: 1fr;
  }

  .event-app-owner-form .event-app-owner-toggle-row input[type="checkbox"],
  .event-app-owner-form .event-app-owner-toggle-row input[type="radio"] {
    justify-self: start;
  }

  .event-app-owner-repeat-row__tools {
    grid-template-columns: 1fr;
  }

  .event-app-owner-form button,
  .event-app-owner-form .business-posting-card__action {
    justify-self: stretch;
    min-width: 0;
  }

  .event-app-owner-form .manage-section-submit {
    grid-template-columns: 1fr;
  }

  .event-app-owner-form .event-app-owner-form__actions-two {
    grid-template-columns: 1fr;
  }

  .event-vendor-station-row {
    grid-template-columns: auto minmax(76px, 92px) minmax(0, 1fr);
  }

  .event-vendor-station-row__logo {
    display: none;
  }

  .event-vendor-station-row .business-posting-card__action {
    grid-column: 1 / -1;
    width: 100%;
  }

  .event-vendor-station-tool__bar {
    display: grid;
  }

  .event-vendor-station-tool__bar .business-posting-card__action {
    width: 100%;
    min-width: 0;
  }

  .event-app-owner-qr-tools,
  .event-app-owner-qr-tools .business-analytics-hub__code-actions {
    grid-template-columns: 1fr;
  }

  .event-app-owner-card-actions {
    grid-template-columns: 1fr;
  }

  .event-app-command-links,
  .event-app-command-links .event-app-role-card__inactive-actions {
    grid-template-columns: 1fr;
  }

  .event-app-command-links .business-posting-card__action,
  .event-app-command-links .event-app-role-card__disabled-item,
  .event-app-command-links .event-app-role-card__action-disabled {
    width: 100%;
    min-width: 0;
  }

  .event-app-owner-mini-card > .event-app-owner-card-actions {
    grid-template-columns: 1fr;
  }

  .event-vendor-payment-card {
    grid-template-columns: 1fr;
  }

  .event-vendor-payment-card__actions.event-app-owner-card-actions {
    justify-content: stretch;
    width: 100%;
  }

  .event-vendor-payment-card__actions .business-posting-card__action {
    width: 100%;
    min-width: 0;
  }

  .event-vendor-day-tools,
  .event-vendor-day-card {
    grid-template-columns: 1fr;
  }

  .event-vendor-day-card__station {
    justify-items: start;
  }

  .event-vendor-day-card__actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .event-vendor-day-card__actions .business-posting-card__action {
    width: 100%;
    min-width: 0;
  }

  .event-app-owner-filter-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-app-owner-manage__hero > .event-app-vendor-workspace__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .event-app-owner-manage__hero > .event-app-vendor-workspace__header .business-posting-card__action {
    width: 100%;
    min-width: 0;
  }

  .event-app-waiting-room__header {
    grid-template-columns: 1fr;
  }

  .event-app-waiting-room__header img {
    width: 64px;
    height: 64px;
  }

  .event-app-pass-waiting-room .event-app-ready-actions__links {
    grid-template-columns: 1fr;
  }
}

.event-app-pass-role-tools > .vendor-checkin-section-header {
  grid-column: 1 / -1;
}

.event-app-pass-role-tools > .event-app-role-card--vendor {
  grid-column: 1 / -1;
}

.event-app-pass-role-tools > .event-app-role-card {
  grid-column: 1 / -1;
  width: 100%;
}

.event-app-role-card__vendor-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.event-app-role-card__vendor-identity {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.event-app-role-card__role-identity {
  align-items: center;
}

.event-app-role-card__role-identity .event-app-coordinator-headshot {
  display: grid;
  grid-template-columns: 72px;
  justify-items: center;
  flex: 0 0 auto;
  width: 72px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  gap: 6px;
}

.event-app-role-card__role-identity .event-app-coordinator-headshot__preview {
  width: 72px;
  height: 72px;
  border: 1px solid #efd6cc;
  border-radius: 14px;
}

button.event-app-coordinator-headshot__preview,
.event-app-role-card__image-button {
  appearance: none;
  cursor: pointer;
  padding: 0;
}

.event-app-role-card__role-identity .event-app-coordinator-headshot__button {
  color: #ba371c;
  font-size: 0.68rem;
  line-height: 1.1;
  text-align: center;
}

.event-app-role-card__role-identity .event-app-coordinator-headshot small {
  grid-column: auto;
  max-width: 110px;
  text-align: center;
}

.event-app-role-card__vendor-head span {
  color: #ba371c;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-app-role-card__role-identity .event-app-coordinator-headshot__preview {
  color: #fff;
  font-size: 1.35rem;
  letter-spacing: 0;
}

.event-app-role-card__vendor-head img {
  width: 72px;
  height: 72px;
  border: 1px solid #efd6cc;
  border-radius: 14px;
  object-fit: cover;
}

.event-app-role-card__image-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 14px;
  background: transparent;
}

.event-app-role-card__role-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border: 1px solid #efd6cc;
  border-radius: 14px;
  background: #17120f;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.event-app-role-card__staff-qr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border: 1px solid #efd6cc;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  padding: 5px;
}

.event-app-role-card__staff-qr canvas,
.event-app-role-card__staff-qr img {
  width: 62px !important;
  height: 62px !important;
  display: block;
}

.postsomething-pass-media-open {
  overflow: hidden;
}

.postsomething-pass-media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 22px;
}

.postsomething-pass-media-lightbox[hidden] {
  display: none;
}

.postsomething-pass-media-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(18, 13, 10, 0.86);
}

.postsomething-pass-media-lightbox__dialog {
  position: relative;
  display: grid;
  gap: 12px;
  justify-items: center;
  max-width: min(94vw, 820px);
  max-height: 92vh;
  padding: 18px;
  border-radius: 18px;
  background: #fffaf7;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.35);
}

.postsomething-pass-media-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #17120f;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.postsomething-pass-media-lightbox__dialog strong {
  max-width: calc(100% - 52px);
  color: #17120f;
  font-size: 1rem;
  font-weight: 950;
  text-align: center;
}

.postsomething-pass-media-lightbox__dialog img {
  display: block;
  max-width: min(86vw, 760px);
  max-height: 78vh;
  border-radius: 14px;
  object-fit: contain;
}

.event-app-role-card__vendor-head p {
  margin: 6px 0 0;
}

.event-app-role-card__vendor-head .event-app-role-card__sponsor-pill {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin-left: 5px;
  border: 1px solid #9c7418;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e7a4, #c99a2e);
  color: #4c3500;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
}

.event-app-content-manager {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.event-app-content-manager [hidden] {
  display: none !important;
}

.event-app-content-preview-links,
.event-app-content-preview-picker,
.event-app-content-form__actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.event-app-content-preview-picker {
  align-items: end;
  padding: 12px;
  border: 1px solid #f0d7cf;
  border-radius: 14px;
  background: #fffaf8;
}

.event-app-content-preview-picker label {
  display: grid;
  gap: 7px;
  margin: 0;
  color: #261914;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.event-app-content-preview-picker select {
  width: 100%;
  min-height: 44px;
  padding: 0 42px 0 14px;
  border: 1px solid #e4c9bf;
  border-radius: 12px;
  background:
    linear-gradient(45deg, transparent 50%, #d94b2a 50%) calc(100% - 20px) 19px / 7px 7px no-repeat,
    linear-gradient(135deg, #d94b2a 50%, transparent 50%) calc(100% - 15px) 19px / 7px 7px no-repeat,
    #fff;
  color: #15100e;
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  text-transform: none;
  appearance: none;
}

.event-app-content-preview-picker select:focus {
  border-color: #df4b2b;
  box-shadow: 0 0 0 3px rgba(223, 75, 43, .16);
  outline: none;
}

.event-app-content-preview-picker .business-posting-card__action {
  min-height: 44px;
  align-self: end;
}

@media (max-width: 640px) {
  .event-app-content-preview-picker {
    grid-template-columns: 1fr;
  }

  .event-app-content-preview-picker .business-posting-card__action {
    width: 100%;
  }
}

.event-day-reset-form,
.event-day-reset-form__scopes,
.event-day-reset-form__actions {
  display: grid;
  gap: 12px;
}

.event-day-reset-form__scopes {
  margin: 0;
  padding: 14px;
  border: 1px solid #ecdcd6;
  border-radius: 14px;
  background: #fffaf8;
}

.event-day-reset-form__scopes legend {
  padding: 0 6px;
  color: #221713;
  font-weight: 950;
}

.event-day-reset-form__scopes label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3b302c;
  font-weight: 850;
}

.event-day-reset-form__confirm {
  display: grid;
  gap: 8px;
  color: #221713;
  font-weight: 950;
}

.event-day-reset-form__confirm input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dfc9c0;
  border-radius: 12px;
  font: inherit;
  font-weight: 850;
}

.event-day-reset-form__warning {
  margin: 0;
  color: #7a3121;
  font-weight: 800;
  line-height: 1.45;
}

.event-day-kiosk-home {
  display: grid;
  gap: 18px;
}

.event-day-kiosk-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.event-day-kiosk-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #f1d4c8;
  border-radius: 12px;
  background: #fffaf7;
}

.event-day-kiosk-card.is-active {
  border-color: #b9dfc7;
  background: #f3fff7;
}

.event-day-kiosk-card__top,
.event-day-kiosk-card__actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.event-day-kiosk-card__top h4 {
  margin: 2px 0 4px;
  color: #17120f;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.1;
}

.event-day-kiosk-card__top p,
.event-day-kiosk-card p {
  margin: 0;
  color: #6d5147;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.event-day-kiosk-card__metric-label {
  display: block;
  color: #b13a22;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.event-day-kiosk-card__metric {
  display: block;
  margin: 3px 0;
  color: #17120f;
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.event-day-kiosk-card__actions {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.event-day-kiosk-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: #17120f;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.event-day-kiosk-toggle input {
  appearance: none;
  position: relative;
  width: 46px;
  height: 26px;
  margin: 0;
  border-radius: 999px;
  background: #cdb8ae;
  cursor: pointer;
  transition: background 0.18s ease;
}

.event-day-kiosk-toggle input::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease;
}

.event-day-kiosk-toggle input:checked {
  background: #20985a;
}

.event-day-kiosk-toggle input:checked::after {
  transform: translateX(20px);
}

.event-day-kiosk-toggle--locked {
  padding: 7px 10px;
  border-radius: 999px;
  background: #efe3dd;
}

.staff-kiosk-grid {
  grid-template-columns: minmax(190px, 0.45fr) minmax(280px, 1fr);
}

.staff-kiosk-search {
  margin-bottom: 14px;
}

.staff-kiosk-list {
  gap: 10px;
}

.staff-kiosk-row[hidden] {
  display: none !important;
}

.kiosk-info-drawer-open {
  overflow: hidden;
}

.kiosk-info-drawer {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.kiosk-info-drawer[hidden] {
  display: none !important;
}

.kiosk-info-drawer__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(23, 18, 15, 0.42);
}

.kiosk-info-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  width: 95vw;
  max-width: 1100px;
  height: 100%;
  background: #fffaf7;
  box-shadow: -18px 0 40px rgba(23, 18, 15, 0.18);
}

.kiosk-info-drawer__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid #f1d4c8;
}

.kiosk-info-drawer__head span {
  color: #b13a22;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.kiosk-info-drawer__head h2 {
  margin: 2px 0 0;
  color: #17120f;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.1;
}

.kiosk-info-drawer__head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #17120f;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.kiosk-info-drawer__body {
  overflow-y: auto;
  padding: 18px;
}

.kiosk-info-drawer__body,
.kiosk-info-drawer__body * {
  max-width: 100%;
  box-sizing: border-box;
}

.kiosk-info-drawer__body .event-app-content-public {
  min-width: 0;
}

.kiosk-info-drawer__body .event-app-content-public img,
.kiosk-info-drawer__body .event-app-content-public video,
.kiosk-info-drawer__body .event-app-content-public iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.kiosk-info-drawer__body .event-app-content-public iframe {
  min-height: min(56vw, 520px);
}

.kiosk-info-drawer__body .event-app-content-public__body,
.kiosk-info-drawer__body .event-app-content-public__body * {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .kiosk-info-drawer__panel {
    width: 95vw;
    max-width: none;
  }

  .kiosk-info-drawer__head,
  .kiosk-info-drawer__body {
    padding: 14px;
  }
}

.vendor-arrival-self-page .team-member-checkin-card {
  max-width: 760px;
  margin-inline: auto;
}

.vendor-arrival-self-panel .manager-form-message {
  margin: 16px 0 0;
}

.vendor-arrival-self-panel .team-member-checkin-form {
  gap: 16px;
}

.vendor-arrival-self-panel .team-member-checkin-field input {
  min-height: 52px;
  font-size: 17px;
}

.vendor-arrival-self-panel .manager-button {
  width: fit-content;
  min-width: 220px;
}

@media (max-width: 640px) {
  .vendor-arrival-self-panel .manager-button {
    width: 100%;
  }
}

.event-app-content-wizard,
.event-app-content-form {
  display: grid;
  gap: 16px;
}

.event-app-content-deck-builder,
.event-app-content-deck-builder__form {
  display: grid;
  gap: 14px;
}

.event-app-content-deck-builder {
  padding: 16px;
  border: 1px solid #ead4cb;
  border-radius: 14px;
  background: #fffaf7;
}

.event-app-content-deck-builder p {
  margin: 4px 0 0;
}

.event-app-content-wizard {
  padding: 18px;
  border: 1px solid #ead4cb;
  border-radius: 18px;
  background: #fff;
}

.event-app-content-step {
  display: grid;
  gap: 14px;
}

.event-app-content-step--orange {
  padding: 16px;
  border: 1px solid #d83c1f;
  border-radius: 16px;
  background: #e94a27;
  color: #fff;
}

.event-app-content-step--orange p,
.event-app-content-step--orange span,
.event-app-content-step--orange label,
.event-app-content-step--orange legend {
  color: inherit;
}

.event-app-content-step--orange input,
.event-app-content-step--orange select,
.event-app-content-step--orange textarea,
.event-app-content-step--orange .event-team-rich-editor__surface {
  border-color: rgba(255, 255, 255, 0.7);
  background: #fff;
  color: #17100d;
}

.event-app-content-step__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.event-app-content-step__header > span {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #df4524;
  font-size: 16px;
  font-weight: 950;
}

.event-app-content-step__header strong {
  display: block;
  font-size: 17px;
  font-weight: 950;
}

.event-app-content-step__header p {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.event-app-content-wizard__bar,
.event-app-content-section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.event-app-content-form__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.event-app-content-form__grid [data-app-content-new-deck] {
  width: auto;
  min-height: 36px;
  align-self: end;
  justify-self: start;
  border-color: #171717;
  background: #171717;
  color: #fff;
  padding: 8px 14px;
  font-size: 12px;
}

.event-app-content-form__grid [data-app-content-new-deck]:hover,
.event-app-content-form__grid [data-app-content-new-deck]:focus-visible {
  border-color: #000;
  background: #000;
  color: #fff;
}

.event-app-content-wizard label,
.event-app-content-form label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-app-content-wizard input,
.event-app-content-wizard select,
.event-app-content-wizard textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #ead4cb;
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
  font: inherit;
}

.event-app-content-form .event-team-rich-editor__surface,
.event-app-content-public__body {
  font-weight: 400;
  text-transform: none;
}

.event-app-content-form .event-team-rich-editor__font-tool {
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  gap: 6px;
  text-transform: none;
}

.event-app-content-form .event-team-rich-editor__font-tool select {
  width: auto;
  min-height: 32px;
  padding: 4px 8px;
  text-transform: none;
}

[data-content-font="consolas"] {
  font-family: Consolas, "Courier New", monospace;
}

[data-content-font="inter"] {
  font-family: Inter, Arial, sans-serif;
}

[data-content-font="merriweather"] {
  font-family: Merriweather, Georgia, serif;
}

[data-content-font="roboto-slab"] {
  font-family: "Roboto Slab", Georgia, serif;
}

[data-content-font="caveat"] {
  font-family: Caveat, cursive;
}

.event-app-content-section-list,
.event-app-content-faq,
.event-app-content-faq__row,
.event-app-content-public-list {
  display: grid;
  gap: 10px;
}

.event-app-content-public-list,
.event-app-content-public {
  width: 100%;
  min-width: 0;
}

.event-app-content-public-list {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

.postsomething-pass-home-composition {
  display: grid;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.postsomething-pass-hype-sections {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.postsomething-pass-hype-sections > .postsomething-pass-hype-composition {
  display: contents;
}

.event-app-content-section-row {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 12px;
  background: #fffaf7;
  cursor: pointer;
  transition: box-shadow 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.event-app-content-section-row__preview {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  overflow: hidden;
  place-items: center;
  border-radius: 10px;
  background: #f1ddd4;
}

.event-app-content-section-row__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-app-content-section-row.is-dragging {
  opacity: 0.68;
  transform: scale(0.99);
  box-shadow: 0 12px 28px rgba(31, 22, 18, 0.18);
}

.event-app-content-section-row--system {
  background: #f7fbf8;
}

.event-app-content-section-row__meta {
  display: grid;
  flex: 0 0 auto;
  justify-items: end;
  gap: 6px;
}

.event-app-content-edit-pill {
  min-height: 24px;
  padding: 4px 9px;
  border: 1px solid #e84a27;
  border-radius: 999px;
  background: #fff0ea;
  color: #a8321d;
  cursor: pointer;
  font-size: 11px;
  font-weight: 950;
}

.event-app-content-edit-pill:disabled {
  border-color: #d9cabf;
  background: #f3eee9;
  color: #806a61;
  cursor: default;
}

.event-app-content-system-toggle {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 6px !important;
  white-space: nowrap;
}

.event-app-content-system-toggle input {
  width: auto;
  min-height: 0;
}

.event-app-content-section-row__copy {
  display: grid;
  flex: 1;
  min-width: 0;
  gap: 4px;
}

.event-app-content-section-row__copy strong,
.event-app-content-section-row__copy span,
.event-app-content-section-row__copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-app-content-section-row__copy strong {
  color: #20130f;
  font-size: 14px;
}

.event-app-content-section-row__copy small {
  color: #4f3c34;
  font-size: 12px;
  line-height: 1.25;
  text-transform: none;
}

.event-app-content-section-row span,
.event-app-content-section-row em {
  color: #6b554c;
  font-size: 12px;
}

.event-app-content-section-row__drag {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #a8321d;
  cursor: grab;
  font-weight: 900;
}

@media (max-width: 640px) {
  .event-app-content-section-row {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .event-app-content-section-row__meta {
    margin-left: auto;
  }

  .event-app-content-section-row__copy {
    min-width: 150px;
  }
}

.event-app-content-audiences {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  border: 1px solid #ead4cb;
  border-radius: 14px;
  padding: 14px;
}

.event-app-content-audiences legend {
  color: #261914;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-app-content-audiences label {
  display: flex;
  align-items: center;
  gap: 6px;
}

.event-app-content-audiences input {
  width: auto;
  min-height: 0;
}

.event-app-content-media__preview img,
.event-app-content-public--image img {
  display: block;
  width: 100%;
  border-radius: 14px;
}

.event-app-content-public__image-link {
  display: block;
  border-radius: 14px;
}

.event-app-content-public__link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: fit-content;
  margin-top: 10px;
  padding: 0 14px;
  border-radius: 999px;
  background: #e94a27;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.event-app-content-public__link-button:hover,
.event-app-content-public__link-button:focus-visible {
  background: #c5361c;
  color: #fff;
}

.event-app-content-media__preview {
  display: grid;
  gap: 6px;
}

.event-app-content-media__preview video,
.event-app-content-public__media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 14px;
  background: #181312;
}

.event-app-content-media__preview span {
  color: #6b554c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-app-content-public {
  display: grid;
  gap: 10px;
  justify-self: stretch;
  padding: 16px;
  border: 1px solid #ead4cb;
  border-radius: 16px;
  background: #fff;
}

.event-app-content-public--alert {
  border-color: #ef9a9a;
  background: #fff0f0;
}

.event-app-content-public h3 {
  margin: 0;
  font-size: 22px;
}

.event-app-pass-waiting-room {
  grid-template-columns: minmax(0, 1fr);
}

.event-app-pass-waiting-room .event-app-ready-actions {
  width: 100%;
  grid-template-columns: 1fr;
}

.event-app-pass-waiting-room > .event-app-waiting-room__header,
.event-app-pass-waiting-room .event-app-ready-actions__primary,
.event-app-pass-waiting-room .event-app-ready-actions__section,
.event-app-pass-waiting-room .event-app-ready-actions__scan,
.event-app-pass-waiting-room .event-app-ready-actions__links,
.event-app-pass-waiting-room .event-app-ready-actions__roles,
.event-app-pass-waiting-room .event-app-role-message,
.event-app-pass-waiting-room .event-app-scan-lightbox,
.event-app-pass-waiting-room .event-app-content-public-list {
  grid-column: 1 / -1;
}

.event-app-waiting-room__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.event-app-waiting-room__header img {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(59, 31, 20, 0.16);
}

.event-app-waiting-room__header > div {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.event-app-pass-waiting-room .event-app-ready-actions__scan {
  min-height: 56px;
  border-color: #171210;
  background: #171210;
  color: #fff;
  font-size: 16px;
}

.event-app-pass-waiting-room .event-app-ready-actions__links {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

@media (max-width: 720px) {
  .event-app-waiting-room__header {
    grid-template-columns: 1fr;
  }

  .event-app-waiting-room__header img {
    width: 64px;
    height: 64px;
  }

  .event-app-ready-actions__roles {
    grid-template-columns: 1fr;
  }

  .event-app-pass-waiting-room .event-app-ready-actions__links {
    grid-template-columns: 1fr;
  }
}

.event-app-vendor-workspace {
  display: grid;
  gap: 18px;
}

.postsomething-pass-page > section.postsomething-pass-summary,
.postsomething-pass-page > section.event-app-vendor-workspace:first-of-type {
  width: 100%;
  max-width: none;
}

.postsomething-pass-page > section.event-app-vendor-workspace--hero:first-of-type {
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(1120px, 100%);
  max-width: none;
  margin-inline: auto;
  align-items: center;
}

.postsomething-pass-page > section.event-app-vendor-workspace--hero > .event-app-role-message {
  grid-column: 1 / -1;
}

.event-app-vendor-workspace-grid {
  display: grid;
  width: min(1120px, 100%);
  margin: 0 auto;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.event-app-vendor-workspace-grid > .event-app-vendor-workspace {
  grid-template-columns: 1fr;
  gap: 22px;
  padding: clamp(22px, 3vw, 34px);
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide {
  grid-template-columns: 1fr;
  width: min(1120px, 100%);
  max-width: none;
  margin-inline: auto;
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide-welcome {
  grid-template-columns: 1fr;
  width: min(1120px, 100%);
  max-width: none;
  margin-inline: auto;
  border: 0;
  background: transparent;
  padding: 0;
}

.vendor-event-guide__welcome {
  display: grid;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #efc8ba;
  border-left: 7px solid #e64b2f;
  border-radius: 18px;
  background: #fff;
  padding: clamp(18px, 3vw, 28px);
}

.vendor-event-guide__welcome h2 {
  max-width: none;
  margin: 0;
  color: #171210;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.04;
}

.vendor-event-guide__welcome > p {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #5d443b;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.52;
}

.vendor-event-guide__welcome-phases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.vendor-event-guide__welcome-phases article {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid #efd9cf;
  border-radius: 12px;
  background: #fff8f4;
  padding: 14px;
}

.vendor-event-guide__welcome-phases strong {
  color: #171210;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
}

.vendor-event-guide__welcome-phases span {
  color: #6d5147;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.vendor-event-guide__welcome .vendor-event-guide__encouragement {
  width: 100%;
  box-sizing: border-box;
  margin-top: 2px;
  border-radius: 12px;
  background: #eaf8ef;
  color: #17633f;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 850;
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__header,
.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__steps {
  grid-column: 1 / -1;
  width: 100%;
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__steps {
  display: grid;
  grid-template-columns: 1fr;
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__step {
  width: 100%;
  box-sizing: border-box;
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__step--vendor-logo {
  max-width: none;
  margin-inline: 0;
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__step--vendor-logo > div:last-child,
.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__step--vendor-logo .event-vendor-editor-media {
  width: 100%;
  min-width: 0;
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__step--premium {
  position: relative;
  overflow: hidden;
  border-color: #c9a13a;
  background:
    linear-gradient(135deg, rgba(255, 229, 150, 0.16), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #15110a 0%, #070605 100%);
  color: #fff8df;
  box-shadow:
    inset 0 1px 0 rgba(255, 242, 184, 0.34),
    inset 0 -1px 0 rgba(101, 70, 9, 0.65),
    0 18px 42px rgba(28, 20, 5, 0.2);
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__step--premium::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.18) 16%, transparent 32%),
    repeating-linear-gradient(135deg, rgba(255, 215, 112, 0.06) 0 1px, transparent 1px 9px);
  opacity: 0.75;
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__step--premium > * {
  position: relative;
  z-index: 1;
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__step--premium .vendor-event-guide__number {
  background:
    linear-gradient(135deg, #fff3b0 0%, #d7a92f 38%, #8d620e 68%, #f7d778 100%);
  color: #120d05;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 10px 22px rgba(0, 0, 0, 0.34);
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__step--premium.is-complete .vendor-event-guide__number {
  background: #16834f;
  color: transparent;
  box-shadow: 0 7px 16px rgba(22, 131, 79, 0.28);
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__step--premium h4 {
  color: #fff4bf;
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__step--premium p {
  color: #f4e4b1;
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__step--premium .business-posting-card__action {
  border-color: #e6bd48;
  background:
    linear-gradient(135deg, #fff2a6 0%, #d8a52c 42%, #9b6c10 100%);
  color: #161006;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
}

.postsomething-pass-page > .event-app-vendor-workspace.vendor-event-guide .vendor-event-guide__step--premium .business-posting-card__action--ghost {
  border-color: rgba(255, 222, 121, 0.62);
  background: rgba(255, 244, 198, 0.08);
  color: #ffe698;
  box-shadow: none;
}

.event-app-vendor-workspace-grid .vendor-checkin-section-header {
  max-width: 860px;
}

.event-app-vendor-workspace-grid .vendor-checkin-section-header h2 {
  max-width: 18ch;
  font-size: clamp(32px, 4vw, 48px);
}

.event-app-vendor-workspace-grid .vendor-checkin-section-header p {
  max-width: 48ch;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.45;
}

.event-app-vendor-workspace__header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 760px) {
  .vendor-event-guide__welcome-phases {
    grid-template-columns: 1fr;
  }

  .vendor-event-guide__welcome h2 {
    font-size: 30px;
  }

  .postsomething-pass-page > section.event-app-vendor-workspace--hero:first-of-type {
    grid-template-columns: 1fr;
  }

  .postsomething-pass-page > section.event-app-vendor-workspace--hero .event-app-vendor-workspace__header {
    justify-content: flex-start;
  }
}

.event-app-vendor-workspace__identity {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.event-app-vendor-workspace__logo {
  display: grid;
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  place-items: center;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 22px;
  background: #17120f;
  color: #fff;
  font-size: 30px;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(23, 18, 15, 0.22);
}

.event-app-vendor-workspace__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-app-vendor-workspace__identity h1 {
  margin: 4px 0 6px;
  color: #17120f;
  font-size: clamp(32px, 7vw, 52px);
  line-height: 0.98;
}

.event-app-vendor-workspace__identity p {
  margin: 0;
  color: #5d4a42;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.event-app-vendor-form {
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: 860px;
}

.event-app-vendor-form label {
  display: grid;
  gap: 7px;
  color: #4d3b33;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.event-app-vendor-form input,
.event-app-vendor-form textarea {
  width: 100%;
  border: 1px solid #efd6cc;
  border-radius: 16px;
  background: #fff;
  color: #17120f;
  font: inherit;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.event-app-vendor-form input {
  min-height: 50px;
  padding: 0 14px;
}

.event-app-vendor-form textarea {
  min-height: 190px;
  padding: 14px;
  resize: vertical;
}

.event-app-vendor-workspace-grid .event-app-role-message--success {
  max-width: 860px;
}

.event-app-vendor-workspace-grid .business-posting-card__action {
  width: fit-content;
  min-width: 220px;
}

.event-app-vendor-workspace-grid .event-app-role-card__links,
.event-app-vendor-workspace-grid .event-app-vendor-deck-actions {
  max-width: 860px;
}

.event-app-vendor-workspace-grid .event-app-vendor-deck-actions .business-posting-card__action {
  width: 100%;
}

.event-app-vendor-workspace-grid .vendor-event-guide__note {
  max-width: 60ch;
  font-size: 17px;
  line-height: 1.45;
}

.event-app-vendor-workspace-grid .vendor-event-guide__qr {
  width: 100%;
  margin-top: 0;
  padding: 18px;
}

.event-app-vendor-workspace-grid .vendor-event-guide__qr .business-analytics-hub__code-preview {
  display: grid;
  grid-template-columns: minmax(180px, auto) minmax(0, 1fr);
  gap: 16px 22px;
  align-items: center;
  width: 100%;
}

.event-app-vendor-workspace-grid .vendor-event-guide__qr .vendor-event-guide__qr-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  align-self: center;
  min-width: 0;
}

.event-app-vendor-workspace-grid .vendor-event-guide__qr .business-analytics-hub__copy-button,
.event-app-vendor-workspace-grid .vendor-event-guide__qr .business-analytics-hub__action-button {
  width: 100%;
  min-width: 0;
  white-space: normal;
}

.event-app-vendor-qr-button {
  appearance: none;
  cursor: zoom-in;
}

.event-app-vendor-qr-button:hover,
.event-app-vendor-qr-button:focus-visible {
  border-color: #da4a28;
  box-shadow: 0 0 0 4px rgba(218, 74, 40, 0.14);
}

.event-app-vendor-qr-hint {
  grid-column: 1 / -1;
  color: #7a6258;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.event-app-vendor-qr-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(17, 12, 10, 0.82);
}

.event-app-vendor-qr-lightbox.is-hidden {
  display: none;
}

.event-app-vendor-qr-lightbox__dialog {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  width: min(92vw, 620px);
  padding: clamp(22px, 4vw, 34px);
  border-radius: 28px;
  background: #fffaf7;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
}

.event-app-vendor-qr-lightbox__dialog strong {
  color: #17120f;
  font-size: clamp(24px, 5vw, 40px);
  line-height: 1;
  text-align: center;
}

.event-app-vendor-qr-lightbox__canvas,
.event-app-vendor-qr-lightbox__canvas canvas,
.event-app-vendor-qr-lightbox__canvas img {
  width: min(72vw, 430px) !important;
  height: min(72vw, 430px) !important;
}

.event-app-vendor-qr-lightbox__canvas {
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid #ead4cb;
  border-radius: 22px;
  background: #fff;
  line-height: 0;
}

.event-app-vendor-qr-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #17120f;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
}

body.event-app-vendor-qr-open {
  overflow: hidden;
}

.event-app-vendor-deck-actions {
  display: grid;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #ead4cb;
}

.event-app-vendor-deck-actions .vendor-event-guide__inline-form,
.event-app-vendor-deck-actions .vendor-event-guide__form {
  display: grid;
  gap: 10px;
  margin: 0;
}

.event-app-vendor-deck-actions .business-posting-card__action {
  width: 100%;
  min-height: 50px;
}

.event-app-vendor-deck-actions .business-posting-card__action:disabled {
  border-color: #eaa290;
  background: #ee9683;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.72;
  box-shadow: none;
}

.event-app-vendor-deck-actions label {
  display: grid;
  gap: 7px;
  color: #4d3b33;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.event-app-vendor-deck-actions select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #efd6cc;
  border-radius: 16px;
  background: #fff;
  color: #17120f;
  font: inherit;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 640px) {
  .event-app-pass-role-tools,
  .event-app-pass-waiting-room .event-app-ready-actions,
  .event-app-vendor-workspace-grid {
    grid-template-columns: 1fr;
  }

  .event-app-vendor-workspace-grid > .event-app-vendor-workspace {
    padding: 20px;
  }

  .event-app-vendor-workspace-grid .vendor-checkin-section-header h2 {
    max-width: none;
  }

  .event-app-vendor-workspace-grid .business-posting-card__action {
    width: 100%;
  }

  .event-app-vendor-workspace-grid .vendor-event-guide__qr .business-analytics-hub__code-preview {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .event-app-vendor-workspace-grid .vendor-event-guide__qr .business-analytics-hub__qr-panel {
    justify-self: center;
  }

  .event-app-vendor-workspace__header {
    justify-content: flex-start;
  }

  .event-app-vendor-workspace__identity {
    align-items: flex-start;
  }

  .event-app-vendor-workspace__logo {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }
}

.event-app-vendor-code-form {
  display: grid;
  gap: 10px;
}

.event-app-vendor-code-form label {
  display: grid;
  gap: 6px;
  color: #4d3b33;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.event-app-vendor-code-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #ead8cf;
  border-radius: 14px;
  background: #fff;
  color: #171210;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.event-app-vendor-code-form .business-posting-card__action {
  width: 100%;
  min-height: 48px;
}

.event-app-role-message {
  padding: 12px 14px;
  border-radius: 14px;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.event-app-role-message--success {
  background: #12805c;
}

.event-app-role-message--error {
  background: #d12b2b;
}

.event-app-vendor-access-page {
  width: min(860px, 100%);
  margin: 0 auto;
}

.event-app-vendor-access {
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.event-app-vendor-access__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.event-app-vendor-access__header img {
  width: 82px;
  height: 82px;
  border: 1px solid #ead8cf;
  border-radius: 18px;
  object-fit: cover;
}

.event-app-vendor-access__header h1,
.event-app-vendor-access__header p,
.event-app-vendor-access__intro p,
.event-app-vendor-access__footer p {
  margin: 0;
}

.event-app-vendor-access__header h1 {
  font-size: clamp(28px, 6vw, 42px);
  line-height: 1.05;
}

.event-app-vendor-access__header p,
.event-app-vendor-access__intro,
.event-app-vendor-access__footer {
  color: #5d443b;
  font-size: 16px;
  line-height: 1.45;
}

.event-app-vendor-access__intro,
.event-app-vendor-access__footer {
  display: grid;
  gap: 10px;
}

.event-app-vendor-access__steps,
.event-app-vendor-access__help ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
  color: #3e2a23;
  font-size: 15px;
  line-height: 1.48;
}

.event-app-vendor-access__steps strong,
.event-app-vendor-access__help strong {
  color: #17120f;
}

.event-app-vendor-access__help {
  display: grid;
  gap: 12px;
  border: 1px solid #ead4cb;
  border-radius: 18px;
  background: #fff;
  padding: clamp(16px, 3vw, 20px);
}

.event-app-vendor-access__help h2 {
  margin: 0;
  color: #17120f;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.1;
}

.event-app-vendor-code-form .vendor-checkin-section-header {
  width: 100%;
  max-width: none;
}

.event-app-vendor-code-form .vendor-checkin-section-header h2 {
  margin: 0;
  color: #17120f;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.1;
}

.event-app-vendor-code-form--resend {
  border-color: #dcb7aa;
  background: #fff;
}

.postsomething-pass-vendor-help {
  box-sizing: border-box;
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border: 1px solid #ead8cf;
  border-radius: 24px;
  background: #fffaf7;
  padding: clamp(16px, 3vw, 22px);
}

.postsomething-pass-vendor-help strong {
  display: block;
  margin: 2px 0 4px;
  color: #17120f;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.08;
}

.postsomething-pass-vendor-help p {
  margin: 0;
  color: #3e2a23;
  line-height: 1.45;
}

.postsomething-pass-vendor-help .business-posting-card__action {
  min-width: 180px;
}

.event-app-owner-instruction-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
  color: #3e2a23;
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 520px) {
  .event-app-vendor-access__header {
    grid-template-columns: 1fr;
  }

  .event-app-vendor-access__header img {
    width: 68px;
    height: 68px;
    border-radius: 14px;
  }

  .postsomething-pass-vendor-help {
    grid-template-columns: 1fr;
  }

  .postsomething-pass-vendor-help .business-posting-card__action {
    width: 100%;
  }
}

.signup-app-ready {
  display: grid;
  gap: 14px;
}

.signup-app-ready h3 {
  margin: 0;
}

.signup-app-ready__actions {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.signup-app-ready__continue.business-posting-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid #da4a28;
  border-radius: 999px;
  background: #da4a28;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(218, 74, 40, 0.22);
}

.signup-app-ready__continue.business-posting-card__action:hover,
.signup-app-ready__continue.business-posting-card__action:focus-visible {
  border-color: #c94021;
  background: #c94021;
  color: #fff;
}

.signup-app-ready__redo {
  width: fit-content;
  margin: 2px 0 0 auto;
  border: 0;
  background: transparent;
  color: #5d3f34;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.event-app-wizard {
  width: min(860px, 100%);
}

.event-app-wizard__progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-app-wizard__progress li {
  min-height: 42px;
  padding: 11px 8px;
  border: 1px solid #efd9cf;
  border-radius: 14px;
  background: #fff8f5;
  color: #80645a;
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.event-app-wizard__progress li.is-current {
  border-color: #da4a28;
  background: #da4a28;
  color: #fff;
}

.event-app-wizard__progress li.is-complete {
  border-color: #171210;
  background: #171210;
  color: #fff;
}

.event-app-wizard.is-complete .event-app-wizard__progress,
.event-app-wizard.is-complete .event-app-wizard__step-count {
  display: none;
}

.event-app-wizard__step {
  display: grid;
  gap: 14px;
}

.event-app-wizard__step[hidden] {
  display: none;
}

.event-app-wizard__step h3 {
  margin: 0;
  color: #171210;
  font-size: 30px;
  line-height: 1.04;
}

.event-app-wizard__step-count {
  width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff4ee;
  color: #ba371c;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.event-app-entry-card .event-app-wizard__status,
.event-app-entry-card .event-app-wizard__requirement,
.event-app-entry-card .event-app-wizard__ios {
  padding: 12px 14px;
  border: 1px solid #f1d4c8;
  border-radius: 16px;
  background: #fff8f5;
  color: #3a2a23;
  font-size: 14px;
}

.event-app-entry-card .event-app-wizard__requirement {
  background: #fff4ee;
}

.event-app-wizard__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-app-wizard__controls [data-event-app-skip] {
  margin-left: auto;
}

.event-app-wizard__controls .business-posting-card__action,
.event-app-entry-card__actions .business-posting-card__action,
.event-app-device-task__inline-action.business-posting-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid #da4a28;
  border-radius: 999px;
  background: #da4a28;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(218, 74, 40, 0.22);
}

.event-app-wizard__controls .business-posting-card__action:hover,
.event-app-wizard__controls .business-posting-card__action:focus-visible,
.event-app-entry-card__actions .business-posting-card__action:hover,
.event-app-entry-card__actions .business-posting-card__action:focus-visible,
.event-app-device-task__inline-action.business-posting-card__action:hover,
.event-app-device-task__inline-action.business-posting-card__action:focus-visible {
  border-color: #c94021;
  background: #c94021;
  color: #fff;
}

.event-app-wizard__controls .business-posting-card__action--ghost,
.event-app-entry-card__actions .business-posting-card__action--ghost,
.event-app-device-task__inline-action.business-posting-card__action--ghost {
  background: #fff8f5;
  color: #9f3f28;
  box-shadow: none;
}

.event-app-wizard__controls .business-posting-card__action--ghost:hover,
.event-app-wizard__controls .business-posting-card__action--ghost:focus-visible,
.event-app-entry-card__actions .business-posting-card__action--ghost:hover,
.event-app-entry-card__actions .business-posting-card__action--ghost:focus-visible,
.event-app-device-task__inline-action.business-posting-card__action--ghost:hover,
.event-app-device-task__inline-action.business-posting-card__action--ghost:focus-visible {
  background: #fff0e8;
  color: #8c321d;
}

.event-app-wizard__controls button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.event-app-alert-skip-link {
  width: fit-content;
  margin: 0 0 0 auto;
  border: 0;
  background: transparent;
  color: #5d3f34;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.event-app-plain-start-over {
  width: fit-content;
  margin: 0 auto 0 0;
  border: 0;
  background: transparent;
  color: #5d3f34;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.event-app-step-footer-actions {
  position: relative;
  display: block;
  width: min(860px, 100%);
  min-height: 22px;
  margin-top: 18px;
  padding: 0 12px;
}

.event-app-step-footer-actions[hidden] {
  display: none !important;
}

.event-app-abort-setup {
  width: min(860px, 100%);
  margin-top: 18px;
  padding: 0 12px;
  text-align: right;
}

.event-app-abort-setup a {
  color: #5d3f34;
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
}

.event-app-step-footer-actions .event-app-plain-start-over {
  position: absolute;
  top: 0;
  left: 12px;
  margin: 0;
}

.event-app-step-footer-actions .event-app-alert-skip-link {
  position: absolute;
  top: 0;
  right: 12px;
  margin: 0;
}

.event-app-alert-skip-link[hidden] {
  display: none !important;
}

.event-app-alert-verification {
  margin: 10px 0 0;
  padding: 14px 16px;
  border: 0;
  border-radius: 14px;
  background: #c62828;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 0 12px 28px rgba(198, 40, 40, 0.24);
}

.event-app-entry-card .event-app-alert-verification {
  color: #fff;
}

.event-app-entry-card .event-app-wizard__status[data-push-unavailable-message] {
  border: 0;
  background: #c62828;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(198, 40, 40, 0.24);
}

.event-app-device-mismatch,
.event-app-device-mismatch p,
.event-app-device-mismatch strong,
.event-app-device-mismatch span,
.event-app-install-blocked,
.event-app-install-blocked p,
.event-app-install-blocked strong,
.event-app-install-blocked span,
.event-app-browser-check.is-warning,
.event-app-browser-check.is-warning p,
.event-app-browser-check.is-warning strong,
.event-app-browser-check.is-warning span,
.event-app-browser-check.is-in-app,
.event-app-browser-check.is-in-app p,
.event-app-browser-check.is-in-app strong,
.event-app-browser-check.is-in-app span,
.event-app-alert-verification,
.event-app-alert-verification p,
.event-app-alert-verification strong,
.event-app-alert-verification span,
.event-app-entry-card .event-app-wizard__status[data-push-unavailable-message],
.event-app-entry-card .event-app-wizard__status[data-push-unavailable-message] p,
.event-app-entry-card .event-app-wizard__status[data-push-unavailable-message] strong,
.event-app-entry-card .event-app-wizard__status[data-push-unavailable-message] span {
  color: #fff;
}

.event-app-alert-verification[hidden] {
  display: none !important;
}

.event-app-alert-skip-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 18px;
}

.event-app-alert-skip-modal.is-hidden {
  display: none;
}

.event-app-alert-skip-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 18, 16, 0.48);
}

.event-app-alert-skip-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(520px, 100%);
  padding: 22px;
  border: 1px solid #f1d4c8;
  border-radius: 18px;
  background: #fffaf7;
  box-shadow: 0 24px 60px rgba(23, 18, 16, 0.24);
}

.event-app-alert-skip-modal__dialog h4 {
  margin: 0;
  color: #171210;
  font-size: 24px;
  line-height: 1.1;
}

.event-app-alert-skip-modal__dialog p {
  margin: 0;
  color: #3a2a23;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.event-app-alert-skip-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.event-app-alert-skip-modal__actions .business-posting-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #da4a28;
  border-radius: 999px;
  background: #da4a28;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
}

.event-app-alert-skip-confirm {
  border: 0;
  background: transparent;
  color: #5d3f34;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

.event-app-browser-confirm[hidden],
.event-app-device-task__confirm-action[hidden] {
  display: none !important;
}

.event-app-device-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.event-app-device-choice {
  display: grid;
  gap: 7px;
  min-height: 128px;
  padding: 18px;
  border: 2px solid #efd9cf;
  border-radius: 18px;
  background: #fff8f5;
  color: #171210;
  text-align: left;
  cursor: pointer;
}

.event-app-device-choice strong {
  font-size: 22px;
  font-weight: 950;
}

.event-app-device-choice[data-device-choice="android"] strong {
  color: #16803a;
}

.event-app-device-choice[data-device-choice="iphone"] strong {
  color: #c62828;
}

.event-app-device-choice[data-device-choice="computer"] strong {
  color: #171210;
}

.event-app-device-choice span {
  color: #5b4840;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.event-app-device-choice.is-selected {
  border-color: #da4a28;
  background: #da4a28;
  color: #fff;
}

.event-app-device-choice.is-selected strong,
.event-app-device-choice.is-selected span {
  color: #fff4ee;
}

.event-app-wizard [data-detected-device-name] {
  font-weight: 950;
}

.event-app-wizard [data-detected-device-name].is-android {
  color: #16803a;
}

.event-app-wizard [data-detected-device-name].is-iphone {
  color: #c62828;
}

.event-app-wizard [data-detected-device-name].is-computer {
  color: #171210;
}

.event-app-device-panel[hidden],
.event-app-device-task[hidden] {
  display: none;
}

.event-app-device-task {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid #f1d4c8;
  border-radius: 18px;
  background: #fff8f5;
}

.event-app-device-task span {
  width: max-content;
  padding: 6px 9px;
  border-radius: 999px;
  background: #171210;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.event-app-device-task h4 {
  margin: 0;
  color: #171210;
  font-size: 24px;
  line-height: 1.08;
}

.event-app-device-task p {
  margin: 0;
}

.event-app-device-task__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
  color: #3a2a23;
  font-weight: 800;
  line-height: 1.35;
}

.event-app-device-task__inline-action {
  margin-top: 4px;
}

.event-app-device-task__list .event-app-device-task__inline-action {
  white-space: normal;
  line-height: 1.15;
}

.event-app-device-task__confirm-action {
  background: #da4a28;
  border-color: #da4a28;
  color: #fff;
}

.event-app-device-task__confirm-action:hover,
.event-app-device-task__confirm-action:focus-visible {
  background: #c94021;
  border-color: #c94021;
  color: #fff;
}

.event-app-device-task [data-push-enable][data-event-app-pulse] {
  background: #da4a28;
  border-color: #da4a28;
  color: #fff;
}

.event-app-device-task [data-push-enable][data-event-app-pulse]:hover,
.event-app-device-task [data-push-enable][data-event-app-pulse]:focus-visible {
  background: #c94021;
  border-color: #c94021;
  color: #fff;
}

.event-app-device-task [data-push-enable][data-event-app-pulse]:disabled,
.event-app-device-task [data-push-enable][data-event-app-pulse].is-disabled {
  background: #fff8f5;
  border-color: #f1b8a7;
  color: #d59a8b;
}

.event-app-device-task__icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 16px;
  background: #da4a28;
  color: #fff;
  font-size: 28px;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(23, 18, 16, 0.16);
}

.event-app-device-task__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-app-device-mismatch {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 0;
  border-radius: 16px;
  background: #c62828;
  color: #fff;
  box-shadow: 0 12px 28px rgba(198, 40, 40, 0.24);
}

.event-app-device-mismatch,
.event-app-device-mismatch p,
.event-app-device-mismatch strong {
  color: #fff;
}

.event-app-device-mismatch[hidden] {
  display: none !important;
}

.event-app-device-mismatch strong {
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.event-app-device-mismatch p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}

.event-app-device-mismatch .business-posting-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  margin-left: auto;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: #fff;
  color: #9f1f1f;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}

.event-app-device-mismatch .business-posting-card__action:hover,
.event-app-device-mismatch .business-posting-card__action:focus-visible {
  background: #171210;
  border-color: #171210;
  color: #fff;
}

.event-app-install-blocked {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 0;
  border-radius: 16px;
  background: #c62828;
  color: #fff;
  box-shadow: 0 12px 28px rgba(198, 40, 40, 0.24);
}

.event-app-install-blocked[hidden] {
  display: none !important;
}

.event-app-install-blocked strong {
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.event-app-install-blocked p {
  margin: 0;
}

.event-app-install-blocked__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-app-install-blocked .business-posting-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #171210;
  border-radius: 999px;
  background: #171210;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}

.event-app-install-blocked .business-posting-card__action--ghost {
  border-color: rgba(255, 255, 255, 0.72);
  background: #fff;
  color: #9f1f1f;
}

.event-app-install-blocked .business-posting-card__action:hover,
.event-app-install-blocked .business-posting-card__action:focus-visible {
  background: #2b211d;
  color: #fff;
}

.event-app-install-blocked .business-posting-card__action--ghost:hover,
.event-app-install-blocked .business-posting-card__action--ghost:focus-visible {
  background: #171210;
  border-color: #171210;
  color: #fff;
}

.event-app-browser-check {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid #f1d4c8;
  border-radius: 16px;
  background: #fff8f5;
}

.event-app-browser-check p {
  margin: 0;
}

.event-app-browser-check.is-ready {
  border-color: rgba(22, 128, 58, 0.35);
  background: #f1fff6;
}

.event-app-browser-check.is-warning {
  border-width: 0;
  background: #c62828;
  color: #fff;
  box-shadow: 0 12px 28px rgba(198, 40, 40, 0.24);
}

.event-app-browser-check.is-warning p,
.event-app-browser-check.is-in-app p {
  color: #fff;
}

.event-app-browser-check.is-warning strong,
.event-app-browser-check.is-warning .event-app-browser-name--safari,
.event-app-browser-check.is-warning .event-app-browser-name--chrome,
.event-app-browser-check.is-warning .event-app-browser-name--desktop,
.event-app-browser-check.is-in-app strong,
.event-app-browser-check.is-in-app .event-app-browser-name--safari,
.event-app-browser-check.is-in-app .event-app-browser-name--chrome,
.event-app-browser-check.is-in-app .event-app-browser-name--desktop {
  color: #fff !important;
}

.event-app-browser-name--safari {
  color: #c62828 !important;
}

.event-app-browser-name--chrome {
  color: #16803a !important;
}

.event-app-browser-name--desktop {
  color: #171210 !important;
}

.event-app-wizard__next--pulse {
  animation: topnav-event-pass-reminder 5s ease-in-out infinite;
}

.event-app-install-card__pulse {
  animation: topnav-event-pass-reminder 5s ease-in-out infinite;
}

.event-app-install-card__pulse:disabled,
.event-app-install-card__pulse.is-disabled {
  animation: none;
}

.event-app-wizard__next--pulse:disabled {
  animation: none;
}

.event-app-copy-url {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding: 14px;
  border: 1px solid #f1d4c8;
  border-radius: 16px;
  background: #fff8f5;
}

.event-app-copy-url[hidden] {
  display: none !important;
}

.event-app-copy-url label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #3a2a23;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.event-app-copy-url .event-app-browser-name--safari {
  color: #c62828;
}

.event-app-copy-url .event-app-browser-name--chrome {
  color: #16803a;
}

.event-app-copy-url .event-app-browser-name--desktop {
  color: #171210;
}

.event-app-copy-url input {
  width: 100%;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #ead8cf;
  border-radius: 12px;
  background: #fff;
  color: #171210;
  font: inherit;
  text-transform: none;
}

.event-app-copy-url .business-posting-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #171210;
  border-radius: 999px;
  background: #171210;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 14px 26px rgba(23, 18, 16, 0.18);
}

.event-app-copy-url .business-posting-card__action:hover,
.event-app-copy-url .business-posting-card__action:focus-visible {
  border-color: #da4a28;
  background: #da4a28;
  color: #fff;
}

.event-app-scan-lightbox {
  z-index: 80;
}

@media (max-width: 620px) {
  .event-app-wizard__progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-app-device-grid {
    grid-template-columns: 1fr;
  }

  .event-app-copy-url {
    grid-template-columns: 1fr;
  }

  .event-app-ready-actions__links {
    grid-template-columns: 1fr;
  }

  .event-app-waiting-vendor-preview__list {
    grid-template-columns: 1fr;
  }

  .event-app-entry-card__identity {
    align-items: flex-start;
  }

  .event-app-entry-card__logo {
    width: 68px;
    height: 68px;
    border-radius: 18px;
  }

  .event-app-wizard__step h3 {
    font-size: 26px;
  }

  .postsomething-pass-info-grid {
    grid-template-columns: 1fr;
  }
}

.postsomething-pass-page > nav,
.postsomething-pass-page > section:not(.postsomething-pass-hero),
.postsomething-pass-page > div:not(.postsomething-pass-scan) {
  width: min(1100px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.postsomething-pass-hero {
  margin: 0 -16px;
}

.postsomething-pass-page > .postsomething-pass-hero + .postsomething-pass-summary {
  position: relative;
  z-index: 3;
  margin-top: -92px;
}

.postsomething-pass-page > .postsomething-pass-hero .event-checkin-hero__content {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 0;
  justify-content: flex-end;
  padding-bottom: 108px;
}

.postsomething-pass-page:has(.postsomething-pass-info-page) .postsomething-pass-hero,
.postsomething-pass-page:has(.postsomething-pass-schedule-page) .postsomething-pass-hero,
.postsomething-pass-page:has(.event-app-pass-role-tools--manager-area) .postsomething-pass-hero,
.postsomething-pass-page:has(.postsomething-pass-vendor-bingo-panel) .postsomething-pass-hero,
.postsomething-pass-page.is-passport-subpage .postsomething-pass-hero {
  min-height: clamp(170px, 24vw, 260px);
}

.postsomething-pass-page:has(.postsomething-pass-info-page) .postsomething-pass-hero .event-checkin-hero__content,
.postsomething-pass-page:has(.postsomething-pass-schedule-page) .postsomething-pass-hero .event-checkin-hero__content,
.postsomething-pass-page:has(.event-app-pass-role-tools--manager-area) .postsomething-pass-hero .event-checkin-hero__content,
.postsomething-pass-page:has(.postsomething-pass-vendor-bingo-panel) .postsomething-pass-hero .event-checkin-hero__content,
.postsomething-pass-page.is-passport-subpage .postsomething-pass-hero .event-checkin-hero__content {
  min-height: clamp(160px, 22vw, 240px);
  justify-content: end;
}

.postsomething-pass-hero .event-checkin-hero__shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.24) 48%, #da4a28 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.08));
}

.postsomething-pass-summary h2 {
  margin: 6px 0 12px;
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1;
}

.postsomething-pass-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.postsomething-pass-install-slot {
  width: min(1100px, 100%);
  margin: 0 auto 18px;
}

.postsomething-pass-preview-note {
  flex: 1 0 100%;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid #f1d4c8;
  border-radius: 14px;
  background: #fff8f5;
  color: #3a2a23;
}

.postsomething-pass-preview-note strong {
  color: #da4a28;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.postsomething-pass-preview-note span {
  font-size: 14px;
  line-height: 1.45;
}

.postsomething-pass-progress {
  width: 100%;
  height: 16px;
  overflow: hidden;
  border: 1px solid #f0d3c8;
  border-radius: 999px;
  background: #fff;
}

.postsomething-pass-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #da4a28;
}

.vendor-checkin-page .postsomething-pass-vendor-progress .postsomething-pass-scan-action {
  width: 100%;
  min-height: 64px;
  margin-top: 12px;
  border-color: #171717;
  border-radius: 18px;
  background: #171717;
  color: #fff;
  font-size: clamp(18px, 4vw, 24px);
  box-shadow: 0 14px 26px rgba(23, 23, 23, 0.28);
}

.vendor-checkin-page .postsomething-pass-vendor-progress .postsomething-pass-scan-action:hover,
.vendor-checkin-page .postsomething-pass-vendor-progress .postsomething-pass-scan-action:focus-visible {
  border-color: #000;
  background: #000;
  color: #fff;
}

.postsomething-pass-actions {
  justify-content: flex-start;
  flex: 1 1 100%;
  min-width: min(100%, 320px);
  order: 2;
}

.postsomething-pass-actions__divider {
  flex: 1 0 100%;
  height: 1px;
  margin: 2px 0;
  background: #efd6cc;
}

.postsomething-pass-actions .postsomething-pass-actions__quick {
  border-color: #17120f;
  background: #17120f;
  color: #fff;
  box-shadow: 0 12px 22px rgba(23, 18, 15, 0.16);
}

.postsomething-pass-actions .postsomething-pass-actions__quick:hover,
.postsomething-pass-actions .postsomething-pass-actions__quick:focus-visible {
  border-color: #000;
  background: #000;
  color: #fff;
}

.postsomething-pass-actions .business-posting-card__action.is-active,
.postsomething-pass-actions .business-posting-card__action[aria-current="page"] {
  border-color: #da4a28;
  background: #da4a28;
  color: #fff;
  box-shadow: 0 10px 20px rgba(218, 74, 40, 0.18);
}

.postsomething-pass-identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  flex: 1 1 100%;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #f1d4c8;
  border-radius: 18px;
  background: #fff8f5;
  order: 1;
}

.postsomething-pass-identity__media {
  display: grid;
  place-items: center;
}

.postsomething-pass-identity__image,
.postsomething-pass-identity__initial {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #f0c8bb;
  border-radius: 16px;
  background: #fff;
  color: #da4a28;
  font-size: 26px;
  font-weight: 950;
  line-height: 1;
}

.postsomething-pass-identity__image {
  padding: 0;
  cursor: pointer;
}

.postsomething-pass-identity__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.postsomething-pass-identity__copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.postsomething-pass-identity__copy > span {
  color: #b13a22;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.postsomething-pass-identity strong {
  overflow: hidden;
  color: #17120f;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.postsomething-pass-identity__details {
  color: #6b4b3f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.postsomething-pass-identity__name--with-details {
  overflow-wrap: anywhere;
  white-space: normal;
}

.postsomething-pass-identity p {
  margin: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: #17120f;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.postsomething-pass-identity__tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.postsomething-pass-identity__qr {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  max-width: 220px;
  padding: 8px 12px;
  border: 1px solid #f0c8bb;
  border-radius: 999px;
  background: #fff;
  color: #7a2c1b;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.postsomething-pass-identity__qr i {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: currentColor;
  font-size: 18px;
  line-height: 1;
}

.postsomething-pass-identity__qr b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.postsomething-pass-successcard__qr canvas,
.postsomething-pass-successcard__qr img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.postsomething-pass-successcard {
  flex: 0 1 500px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  width: min(100%, 500px);
  min-width: 0;
  aspect-ratio: 1.586 / 1;
  justify-self: center;
  margin-inline: auto;
  padding: 22px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 36%),
    linear-gradient(145deg, #b83a1f 0%, #da4a28 56%, #f06b3c 100%);
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  box-shadow: 0 18px 34px rgba(125, 40, 22, 0.18);
}

.postsomething-pass-successcard-template[hidden] {
  display: none !important;
}

.postsomething-pass-successcard.is-passport-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 38%),
    linear-gradient(145deg, #9f321c 0%, #d94627 54%, #f06b3c 100%);
}

.postsomething-pass-successcard__top {
  overflow: hidden;
  font-size: clamp(17px, 1.45rem, 24px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.postsomething-pass-successcard.is-passport-card .postsomething-pass-successcard__top {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(20px, 1.75rem, 30px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.postsomething-pass-successcard__main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
}

.postsomething-pass-successcard__qr {
  display: grid;
  flex: 0 0 clamp(104px, 24%, 144px);
  width: clamp(104px, 24%, 144px);
  aspect-ratio: 1;
  overflow: hidden;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 20px rgba(86, 24, 11, 0.18);
  background: #fff;
  cursor: zoom-in;
}

.postsomething-pass-qr-open {
  overflow: hidden;
}

.postsomething-pass-qr-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.postsomething-pass-qr-lightbox[hidden] {
  display: none !important;
}

.postsomething-pass-qr-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 14, 13, 0.78);
  cursor: zoom-out;
}

.postsomething-pass-qr-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(92vw, 390px);
  max-height: calc(100dvh - 36px);
  overflow-y: auto;
  border-radius: 22px;
  background: #fffaf7;
  padding: 18px;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.postsomething-pass-qr-lightbox.is-successcard-mode .postsomething-pass-qr-lightbox__dialog {
  width: min(94vw, 820px);
  padding: clamp(12px, 3vw, 22px);
  background: transparent;
  box-shadow: none;
}

.postsomething-pass-qr-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #17120f;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.postsomething-pass-qr-lightbox.is-successcard-mode .postsomething-pass-qr-lightbox__close {
  top: 6px;
  right: 6px;
  z-index: 2;
}

.postsomething-pass-qr-lightbox__card:empty {
  display: none;
}

.postsomething-pass-qr-lightbox__card .postsomething-pass-successcard {
  width: min(100%, 760px);
  margin: 0 auto;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
}

.postsomething-pass-qr-lightbox__card .postsomething-pass-successcard__qr {
  flex-basis: clamp(128px, 28%, 188px);
  width: clamp(128px, 28%, 188px);
  cursor: default;
}

.postsomething-pass-qr-lightbox.is-successcard-mode .postsomething-pass-qr-lightbox__dialog > strong,
.postsomething-pass-qr-lightbox.is-successcard-mode .postsomething-pass-qr-lightbox__canvas,
.postsomething-pass-qr-lightbox.is-successcard-mode .postsomething-pass-qr-lightbox__dialog > p {
  display: none;
}

.postsomething-pass-qr-lightbox__dialog strong {
  padding: 20px 34px 0;
  color: #17120f;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.1;
}

.postsomething-pass-qr-lightbox__canvas {
  display: grid;
  width: min(72vw, 300px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  border-radius: 14px;
  background: #fff;
  padding: 10px;
}

.postsomething-pass-qr-lightbox__canvas canvas,
.postsomething-pass-qr-lightbox__canvas img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.postsomething-pass-qr-lightbox__dialog p {
  margin: 0;
  color: #5e4a42;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.postsomething-pass-successcard__copy {
  display: grid;
  flex: 1 1 auto;
  gap: 6px;
  min-width: 0;
}

.postsomething-pass-successcard__copy strong {
  overflow: hidden;
  color: #fff;
  font-size: clamp(22px, 2rem, 32px);
  font-family: Inter, Arial, sans-serif;
  font-weight: 950;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.postsomething-pass-successcard__copy span {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(13px, 0.95rem, 15px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.postsomething-pass-successcard__copy small {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.postsomething-pass-successcard__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.postsomething-pass-successcard__footer span {
  overflow: hidden;
  color: #fff;
  font-size: clamp(11px, 0.8rem, 13px);
  font-family: Inter, Arial, sans-serif;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .postsomething-pass-page > .postsomething-pass-hero + .postsomething-pass-summary {
    margin-top: -42px;
  }

  .postsomething-pass-page > .postsomething-pass-hero .event-checkin-hero__content {
    padding-bottom: 54px;
  }

  .postsomething-pass-summary {
    align-items: stretch;
    gap: 12px;
  }

  .postsomething-pass-identity {
    grid-template-columns: auto minmax(0, 1fr);
    flex: 1 1 auto;
  }

  .postsomething-pass-actions {
    justify-content: flex-start;
  }

  .postsomething-pass-identity__tools {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .postsomething-pass-identity__image,
  .postsomething-pass-identity__initial {
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  .postsomething-pass-identity__qr {
    max-width: 100%;
  }

  .postsomething-pass-successcard {
    gap: 12px;
    padding: 16px;
    border-radius: 22px;
  }

  .postsomething-pass-successcard__qr {
    width: clamp(86px, 27%, 112px);
  }

  .postsomething-pass-successcard__copy strong {
    font-size: clamp(20px, 1.75rem, 28px);
  }
}

.postsomething-pass-scan {
  align-items: safe center;
  padding: 12px;
}

.postsomething-pass-scan .checkin-scan-lightbox__dialog {
  max-height: calc(100dvh - 24px);
  overflow-y: auto;
}

.postsomething-pass-scan .checkin-scan-lightbox__video {
  width: 100%;
  height: clamp(180px, 58dvh, 460px);
  border-radius: 22px;
  background: #111;
  object-fit: cover;
}

.postsomething-pass-scan__message {
  min-height: 21px;
  margin: 0;
  color: #6d615c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.postsomething-pass-checkout {
  display: grid;
  padding: 0 0 8px;
}

.postsomething-pass-checkout__confirm {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(92, 45, 26, 0.18);
}

.postsomething-pass-checkout__confirm summary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid #ead2c8;
  border-radius: 999px;
  background: #fff7f3;
  color: #4e3329;
  cursor: pointer;
  font-size: 18px;
  font-weight: 950;
  list-style: none;
}

.postsomething-pass-checkout__confirm summary::-webkit-details-marker {
  display: none;
}

.postsomething-pass-checkout__confirm form {
  display: grid;
  gap: 12px;
  padding: 14px 4px 2px;
}

.postsomething-pass-checkout__confirm p {
  margin: 0;
  color: #4d3b33;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.postsomething-pass-checkout__confirm button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
}

.postsomething-pass-vendor-bingo-panel {
  border-color: #d9411f;
  background: #da4a28;
  color: #fff;
}

.postsomething-pass-vendor-bingo-panel .vendor-checkin-hero__kicker,
.postsomething-pass-vendor-bingo-panel .vendor-checkin-section-header p {
  color: rgba(255, 255, 255, 0.86);
}

.postsomething-pass-vendor-bingo-panel .vendor-checkin-section-header h2 {
  color: #fff;
}

.postsomething-pass-vendor-progress {
  display: grid;
  gap: 10px;
}

.postsomething-pass-vendor-progress strong {
  color: #fff;
  font-size: clamp(22px, 4vw, 34px);
  line-height: 1;
}

.postsomething-pass-vendor-bingo-panel .postsomething-pass-progress {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.24);
}

.postsomething-pass-vendor-bingo-panel .postsomething-pass-progress span {
  background: #171717;
}

.postsomething-pass-up-next {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
}

.postsomething-pass-up-next h2 {
  margin: 8px 0 6px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
}

.postsomething-pass-up-next p,
.postsomething-pass-up-next small {
  display: block;
  margin: 0;
  color: #6b554c;
  font-size: 14px;
  line-height: 1.45;
}

.postsomething-pass-up-next .business-posting-card__action {
  align-self: center;
  min-width: 142px;
}

.postsomething-pass-schedule-page {
  background: #fff;
}

.postsomething-pass-schedule-list {
  position: relative;
  display: grid;
  gap: 14px;
  padding-left: 20px;
}

.postsomething-pass-schedule-list::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #da4a28, #f3c3ae);
}

.postsomething-pass-info-page {
  display: grid;
  gap: 16px;
}

.postsomething-pass-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.postsomething-pass-info-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid #efd9cf;
  border-radius: 16px;
  background: #fff8f5;
}

.postsomething-pass-info-card--wide {
  grid-column: 1 / -1;
}

.postsomething-pass-info-card span,
.postsomething-pass-info-faq__item summary {
  color: #ad331b;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.postsomething-pass-info-card strong,
.postsomething-pass-info-card p {
  margin: 0;
}

.postsomething-pass-info-faq {
  display: grid;
  grid-column: 1 / -1;
  gap: 10px;
  width: 100%;
}

.postsomething-pass-info-faq__item {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #efd9cf;
  border-radius: 16px;
  background: #fff;
}

.postsomething-pass-info-faq__item p {
  margin: 10px 0 0;
}

.postsomething-pass-schedule-item {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid #f0d4c8;
  border-radius: 18px;
  background: #fff9f5;
  box-shadow: 0 10px 22px rgba(107, 54, 31, 0.07);
}

.postsomething-pass-schedule-item::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -18px;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: #da4a28;
  box-shadow: 0 0 0 1px #da4a28;
}

.postsomething-pass-schedule-item strong {
  color: #15110f;
  font-size: 17px;
  font-weight: 950;
}

.postsomething-pass-schedule-item span,
.postsomething-pass-schedule-item p {
  margin: 0;
  color: #5d3f34;
  font-size: 14px;
}

.postsomething-pass-up-next-stack {
  position: relative;
  min-width: 0;
}

.postsomething-pass-up-next-stack .deck-display {
  min-width: 0;
}

.postsomething-pass-up-next-stack .deck-display__actions--solo {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
}

.postsomething-pass-event-deck {
  min-width: 0;
}

.postsomething-pass-event-deck .deck-display {
  min-width: 0;
}

.postsomething-pass-capture {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid #c7391a;
  border-radius: 24px;
  background: #da4a28;
  color: #fff;
}

.postsomething-pass-capture .vendor-checkin-hero__kicker {
  color: rgba(255, 255, 255, 0.82);
}

.postsomething-pass-capture h2 {
  margin: 8px 0 8px;
  color: #fff;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 0.98;
}

.postsomething-pass-capture p {
  margin: 0;
}

.postsomething-pass-capture__copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.45;
}

.postsomething-pass-capture__form {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.postsomething-pass-capture__picker {
  position: relative;
  min-height: 78px;
  border-radius: 18px;
}

.postsomething-pass-capture__file-input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0.001;
  overflow: hidden;
  font-size: 100px;
}

.postsomething-pass-capture__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 78px;
  border: 0;
  border-radius: 18px;
  background: #171717;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 950;
  letter-spacing: 0;
  pointer-events: none;
}

.postsomething-pass-capture__button:hover,
.postsomething-pass-capture__button:focus-visible {
  background: #000;
}

.postsomething-pass-capture__modal[hidden] {
  display: none;
}

.postsomething-pass-capture__composer {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  color: #171717;
}

.postsomething-pass-capture__hint {
  color: #6b554c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.postsomething-pass-capture__selected {
  padding: 10px 12px;
  border: 1px solid #ead2c8;
  border-radius: 12px;
  background: #fff8f4;
  color: #6b554c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.postsomething-pass-capture__selected[data-state="success"] {
  border-color: #b9dec7;
  background: #eefaf2;
  color: #176536;
}

.postsomething-pass-capture__selected[data-state="error"] {
  border-color: #f0b5a4;
  background: #fff0ec;
  color: #b32816;
}

.postsomething-pass-capture__inline-preview {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  background: #f5eee9;
}

.postsomething-pass-capture__inline-preview[hidden] {
  display: none;
}

.postsomething-pass-capture__modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.postsomething-pass-capture__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 18, 17, 0.72);
}

.postsomething-pass-capture__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 680px);
  max-height: calc(100vh - 36px);
  gap: 14px;
  overflow: auto;
  padding: 18px;
  border: 1px solid #ead2c8;
  border-radius: 24px;
  background: #fff;
  color: #171717;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.postsomething-pass-capture__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #ead2c8;
  border-radius: 999px;
  background: #fff;
  color: #171717;
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.postsomething-pass-capture__dialog-header {
  display: grid;
  gap: 5px;
  padding-right: 44px;
}

.postsomething-pass-capture__dialog-header h3 {
  margin: 0;
  color: #171717;
  font-size: clamp(24px, 5vw, 34px);
  line-height: 1;
}

.postsomething-pass-capture__dialog-header p {
  margin: 0;
  color: #6b554c;
  font-size: 14px;
  line-height: 1.4;
}

.postsomething-pass-capture__qt-card {
  display: grid;
  gap: 14px;
  padding: 14px;
  border-radius: 22px;
  background: var(--pass-capture-bg, #da4a28);
  color: var(--pass-capture-text, #fff);
}

.postsomething-pass-capture__qt-card[data-font="inter"] {
  font-family: Inter, Arial, sans-serif;
}

.postsomething-pass-capture__qt-card[data-font="merriweather"] {
  font-family: Merriweather, Georgia, serif;
}

.postsomething-pass-capture__qt-card[data-font="roboto-slab"] {
  font-family: "Roboto Slab", Georgia, serif;
}

.postsomething-pass-capture__qt-card[data-font="caveat"] {
  font-family: Caveat, cursive;
}

.postsomething-pass-capture__qt-card[data-font="consolas"] {
  font-family: Consolas, "Courier New", monospace;
}

.postsomething-pass-capture__media-frame {
  position: relative;
  display: grid;
  min-height: 180px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
}

.postsomething-pass-capture__preview {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  background: #f5eee9;
}

.postsomething-pass-capture__preview[hidden] {
  display: none;
}

.postsomething-pass-capture__media-change {
  position: absolute;
  right: 10px;
  bottom: 10px;
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  background: rgba(23, 23, 23, 0.88);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.postsomething-pass-capture__composer label,
.postsomething-pass-capture__dialog label {
  display: grid;
  gap: 6px;
  color: #3a2a23;
  font-size: 13px;
  font-weight: 900;
}

.postsomething-pass-capture__composer textarea,
.postsomething-pass-capture__dialog textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 14px;
  padding: 12px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: clamp(22px, 5vw, 34px);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.postsomething-pass-capture__dialog textarea[data-font="inter"] {
  font-family: Inter, Arial, sans-serif;
}

.postsomething-pass-capture__dialog textarea[data-font="merriweather"] {
  font-family: Merriweather, Georgia, serif;
}

.postsomething-pass-capture__dialog textarea[data-font="roboto-slab"] {
  font-family: "Roboto Slab", Georgia, serif;
}

.postsomething-pass-capture__dialog textarea[data-font="caveat"] {
  font-family: Caveat, cursive;
}

.postsomething-pass-capture__dialog textarea[data-font="consolas"] {
  font-family: Consolas, "Courier New", monospace;
}

.vendor-scavenger-capture-form {
  display: grid;
  gap: 12px;
  width: 100%;
}

.vendor-scavenger-capture-form__picker {
  width: 100%;
  min-height: 68px;
}

.vendor-scavenger-capture-form__composer[hidden] {
  display: none;
}

.vendor-scavenger-capture-form__composer {
  margin-top: 4px;
}

.vendor-scavenger-capture-form__empty-preview {
  display: grid;
  min-height: 180px;
  place-items: center;
  padding: 18px;
  border: 2px dashed rgba(255, 255, 255, 0.52);
  border-radius: 16px;
  color: currentColor;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.vendor-scavenger-capture-form__empty-preview[hidden] {
  display: none;
}

.vendor-scavenger-capture-form__card textarea {
  min-height: 160px;
  text-align: center;
}

.vendor-scavenger-capture-form__message {
  min-height: 20px;
  margin: 0;
  color: #6b554c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.vendor-scavenger-capture-form__message[data-state="success"] {
  color: #176536;
}

.vendor-scavenger-capture-form__message[data-state="error"] {
  color: #b32816;
}

.vendor-scavenger-capture-form .postsomething-pass-capture__button {
  min-height: 68px;
  font-size: clamp(20px, 4vw, 28px);
}

.postsomething-pass-capture__dialog textarea::placeholder {
  color: currentColor;
  opacity: 0.78;
}

.postsomething-pass-capture__count {
  justify-self: end;
  margin-top: -8px;
  font-size: 12px;
  font-weight: 900;
  opacity: 0.9;
}

.postsomething-pass-capture__locked-tag {
  display: grid;
  gap: 5px;
}

.postsomething-pass-capture__locked-tag strong {
  font-size: clamp(18px, 4vw, 26px);
  line-height: 1.1;
}

.postsomething-pass-capture__locked-tag span {
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  opacity: 0.82;
}

.postsomething-pass-capture__style-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: #fff7f3;
}

.postsomething-pass-capture__font-tool {
  grid-column: 1 / -1;
}

.postsomething-pass-capture__style-tools label {
  color: #4e3b33;
}

.postsomething-pass-capture__style-tools input[type="color"] {
  width: 100%;
  height: 58px;
  border: 1px solid #ead2c8;
  border-radius: 12px;
  padding: 4px;
  background: #fff;
}

.postsomething-pass-capture__style-tools select {
  min-height: 44px;
  border: 1px solid #ead2c8;
  border-radius: 12px;
  background: #fff;
  color: #171717;
  font: inherit;
  font-weight: 900;
  padding: 0.65rem 0.8rem;
}

.postsomething-pass-capture__friendly {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff7d7;
  color: #5b421a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.postsomething-pass-capture__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.postsomething-pass-capture__actions .business-posting-card__action {
  flex: 1 1 145px;
  justify-content: center;
}

.postsomething-pass-capture__message {
  min-height: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.postsomething-pass-capture__message[data-state="error"] {
  color: #ffe1dc;
}

.postsomething-pass-capture__message[data-state="success"] {
  color: #fff7c8;
}

.postsomething-pass-ios-scan-help {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background: #fff7f3;
  border: 1px solid #f0cabc;
  color: #241b17;
}

.postsomething-pass-ios-scan-help[hidden] {
  display: none;
}

.postsomething-pass-ios-scan-help strong {
  color: #171717;
  font-size: clamp(22px, 5vw, 34px);
  font-weight: 950;
  line-height: 1;
}

.postsomething-pass-ios-scan-help p {
  margin: 0;
  color: #4d3b33;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.postsomething-pass-ios-scan-help__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.postsomething-pass-ios-scan-help__actions .business-posting-card__action {
  flex: 1 1 145px;
  justify-content: center;
}

body.postsomething-pass-capture-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .postsomething-pass-up-next {
    grid-template-columns: 1fr;
  }

  .postsomething-pass-up-next .business-posting-card__action {
    width: 100%;
  }

  .postsomething-pass-capture {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .postsomething-pass-capture__style-tools {
    grid-template-columns: 1fr 1fr;
  }
}

.postsomething-pass-vendor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.postsomething-pass-vendor {
  position: relative;
  display: grid;
  min-height: 172px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 20px;
  background: #fff;
  color: #171717;
  text-decoration: none;
  text-align: center;
}

.postsomething-pass-vendor.is-complete {
  border-color: #da4a28;
  background: #da4a28;
  color: #fff;
}

.postsomething-pass-vendor__station {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.postsomething-pass-vendor__logo {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  overflow: hidden;
  border-radius: 16px;
  background: #fff8f4;
  color: #da4a28;
  font-size: 24px;
  font-weight: 950;
}

.postsomething-pass-vendor__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.postsomething-pass-vendor strong {
  display: -webkit-box;
  min-height: 2em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(18px, 3vw, 26px);
  line-height: 1;
  text-align: center;
}

.postsomething-pass-vendor__arrival {
  color: #5f514b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.postsomething-pass-vendor--preview {
  min-height: 260px;
}

.postsomething-pass-vendor__category {
  color: #da4a28;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.postsomething-pass-vendor__preview-copy {
  display: -webkit-box;
  overflow: hidden;
  color: #5f514b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.postsomething-pass-vendor__view {
  color: #171717;
  font-size: 12px;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.postsomething-pass-vendor.is-complete .postsomething-pass-vendor__arrival {
  color: rgba(255, 255, 255, 0.86);
}

.postsomething-pass-vendor__stamp {
  position: absolute;
  right: -34px;
  top: 17px;
  width: 130px;
  padding: 6px 0;
  transform: rotate(36deg);
  background: #171717;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.postsomething-pass-sponsor-carousel {
  background: #fff;
}

.postsomething-pass-sponsor-carousel .vendor-checkin-section-header {
  margin-bottom: 12px;
}

.postsomething-pass-sponsor-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 2px;
}

.postsomething-pass-sponsor-card {
  align-items: center;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  min-height: 104px;
  padding: 13px;
  border: 1px solid #e8c967;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff9e9 0%, #fff 62%);
  color: #171717;
  text-decoration: none;
}

.postsomething-pass-sponsor-card__logo {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: #171717;
  color: #f1c84b;
  font-size: 28px;
  font-weight: 950;
}

.postsomething-pass-sponsor-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.postsomething-pass-sponsor-card__body {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.postsomething-pass-sponsor-card__body small {
  color: #9a6700;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.postsomething-pass-sponsor-card__body strong {
  overflow-wrap: anywhere;
  font-size: clamp(18px, 4vw, 26px);
  line-height: 1;
}

.postsomething-pass-detail-page {
  max-width: none;
}

.postsomething-pass-vendor-themed-page {
  background: var(--vendor-page-background, #da4a28);
  color: var(--vendor-page-text, #fff);
}

.postsomething-pass-vendor-themed-page .vendor-profile-deck-plain .deck-display__header h2,
.postsomething-pass-vendor-themed-page .vendor-profile-deck-plain .deck-display__header .full-card-page-section-kicker,
.postsomething-pass-vendor-themed-page .vendor-profile-deck-plain .full-card-page-section-note {
  color: var(--vendor-page-text, #fff);
}

.postsomething-pass-vendor-themed-page .postsomething-pass-vendor-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
}

.postsomething-pass-vendor-themed-page .postsomething-pass-vendor-nav a,
.postsomething-pass-vendor-themed-page .postsomething-pass-vendor-nav a + a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 2px solid var(--vendor-page-text, #fff);
  border-radius: 999px;
  background: #171210;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
}

.postsomething-pass-vendor-themed-page .postsomething-pass-vendor-nav a + a {
  background: #fff;
  color: #171210;
}

.postsomething-pass-vendor-hero {
  min-height: 40vh;
}

.postsomething-pass-vendor-hero .event-checkin-hero__content {
  min-height: 40vh;
}

.postsomething-pass-vendor-hero .event-checkin-hero__banner {
  filter: saturate(0.84);
}

.postsomething-pass-vendor-hero .event-checkin-hero__shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.16) 58%, var(--vendor-page-background, #da4a28) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.12));
}

.postsomething-pass-vendor-hero__identity {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.postsomething-pass-vendor-hero__logo {
  display: grid;
  flex: 0 0 104px;
  width: 104px;
  height: 104px;
  overflow: hidden;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  background: #fff;
  color: #da4a28;
  font-size: 40px;
  font-weight: 950;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.postsomething-pass-vendor-hero__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.postsomething-pass-vendor-hero__identity span {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.postsomething-pass-vendor-hero__identity p {
  color: #fff;
  font-weight: 850;
}

.postsomething-pass-vendor-hero__meta {
  display: grid;
  align-self: flex-end;
  gap: 4px;
  max-width: 320px;
  margin-left: auto;
  color: #fff;
  text-align: right;
}

.postsomething-pass-vendor-hero__meta span,
.postsomething-pass-vendor-hero__meta strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-weight: 900;
}

.postsomething-pass-vendor-hero__meta span {
  font-size: 15px;
}

.postsomething-pass-vendor-hero__meta strong {
  font-size: 14px;
  line-height: 1.25;
}

.postsomething-pass-vendor-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  background: #fff;
}

.postsomething-pass-vendor-detail h1 {
  margin: 0;
  color: #15110f;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1;
}

.postsomething-pass-vendor-status {
  display: grid;
  gap: 4px;
  max-width: 240px;
  padding: 14px;
  border: 1px solid #f0d4c8;
  border-radius: 18px;
  background: #fff3ec;
  color: #5d3f34;
}

.postsomething-pass-vendor-status strong {
  color: #ba371c;
  font-size: 16px;
  font-weight: 950;
}

.postsomething-pass-vendor-status.is-complete {
  border-color: #b7e4c8;
  background: #f0fff6;
}

.postsomething-pass-vendor-status.is-complete strong {
  color: #11763c;
}

.postsomething-pass-detail-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  background: #fff;
}

.postsomething-pass-detail-actions__reminder {
  display: grid;
  gap: 6px;
  width: 100%;
}

.postsomething-pass-detail-actions__reminder h2,
.postsomething-pass-detail-actions__reminder p {
  margin: 0;
}

.postsomething-pass-detail-actions__reminder h2 {
  color: #171210;
  font-size: clamp(22px, 4vw, 32px);
  line-height: 1;
}

.postsomething-pass-detail-actions__reminder p {
  max-width: none;
  color: #5d3f34;
  font-size: 15px;
  line-height: 1.5;
}

.postsomething-pass-detail-actions__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 720px) {
  .hype-invite-page {
    width: min(100%, calc(100vw - 16px));
    gap: 12px;
    margin-bottom: 16px;
  }

  .hype-invite-hero {
    border-radius: 22px;
  }

  .hype-invite-hero__shade {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 18px;
    background:
      linear-gradient(180deg, rgba(26, 17, 15, 0.92), rgba(26, 17, 15, 0.76)),
      linear-gradient(90deg, rgba(26, 17, 15, 0.94), rgba(224, 72, 42, 0.12));
  }

  .hype-invite-hero h1 {
    font-size: clamp(34px, 11vw, 52px);
  }

  .hype-invite-hero__content > p:not(.hype-invite-kicker) {
    font-size: 16px;
  }

  .hype-invite-actions {
    margin-top: 18px;
  }

  .hype-invite-actions .business-posting-card__action,
  .hype-invite-panel .business-posting-card__action {
    width: 100%;
  }

  .hype-invite-claim-card {
    padding: 20px;
    border-radius: 22px;
  }

  .hype-invite-claim-card h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .hype-invite-register__button {
    width: 100%;
    min-height: 68px;
    padding: 0 20px;
    font-size: 21px;
  }

  .hype-invite-register__form {
    width: 100%;
  }

  .hype-invite-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hype-invite-panel {
    padding: 18px;
    border-radius: 20px;
  }

  .hype-invite-modal {
    align-items: end;
    padding: 10px;
  }

  .hype-invite-modal__dialog {
    padding: 20px;
    border-radius: 22px;
  }

  .postsomething-pass-vendor-hero {
    min-height: max(280px, 40vh);
  }

  .postsomething-pass-vendor-hero .event-checkin-hero__content {
    min-height: max(280px, 40vh);
  }

  .postsomething-pass-vendor-hero__identity {
    align-items: flex-start;
    flex-direction: column;
  }

  .postsomething-pass-vendor-hero__meta {
    align-self: flex-start;
    margin-left: 0;
    text-align: left;
  }

  .postsomething-pass-vendor-hero__logo {
    flex-basis: 82px;
    width: 82px;
    height: 82px;
    border-radius: 18px;
  }

  .postsomething-pass-vendor-detail {
    grid-template-columns: 1fr;
  }

  .postsomething-pass-vendor-status {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .postsomething-pass-vendor-grid {
    gap: 10px;
  }

  .postsomething-pass-vendor {
    min-height: 158px;
    padding: 12px;
  }

  .postsomething-pass-vendor__logo {
    width: 50px;
    height: 50px;
  }

}

@media (max-width: 560px) {
  .event-app-role-card__identity {
    grid-template-columns: 1fr;
  }

  .event-app-role-card__identity .event-app-coordinator-headshot {
    justify-items: start;
  }

  .event-app-role-card__identity .event-app-coordinator-headshot__button,
  .event-app-role-card__identity .event-app-coordinator-headshot small {
    max-width: none;
    text-align: left;
  }
}
