/* Event Management visual system for the homepage reference section. */
body.studio-home-shell .event-invitation-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 104px) 0 clamp(72px, 9vw, 124px);
  background:
    linear-gradient(rgba(17, 17, 20, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 20, 0.035) 1px, transparent 1px),
    #f8f8f6;
  background-size: 78px 78px;
}

body.studio-home-shell .event-invitation__reference {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}

body.studio-home-shell main.studio-home .event-invitation__backdrop-title {
  position: absolute;
  top: clamp(38px, 5vw, 76px);
  right: 0;
  left: 0;
  z-index: 0;
  margin: 0;
  color: #0c0c0e;
  font-family: "Inter", "Arial Narrow", sans-serif !important;
  font-size: clamp(4rem, 9.4vw, 9.15rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.025em;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
}

body.studio-home-shell .event-invitation__backdrop-title span {
  display: block;
}

body.studio-home-shell .event-invitation__backdrop-title span:nth-child(2) {
  color: #46464a;
}

body.studio-home-shell .event-invitation__backdrop-title span:nth-child(3) {
  color: #858589;
}

body.studio-home-shell .event-invitation__kicker-row {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 30px;
}

body.studio-home-shell .event-invitation__kicker,
body.studio-home-shell .event-invitation__live-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(17, 17, 20, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #111114;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

body.studio-home-shell .event-invitation__live-label {
  color: #6b6b70;
  letter-spacing: 0.04em;
  text-transform: none;
}

body.studio-home-shell .event-invitation__live-label i {
  color: #8db900;
  font-size: 0.43rem;
}

body.studio-home-shell .event-invitation__stage {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 788px;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(146px, 14vw, 188px) 0 78px;
  isolation: isolate;
}

body.studio-home-shell .event-invitation__stage::before,
body.studio-home-shell .event-invitation__stage::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body.studio-home-shell .event-invitation__stage::before {
  top: 220px;
  left: 50%;
  width: min(600px, 64vw);
  height: min(600px, 64vw);
  background: radial-gradient(circle, rgba(220, 255, 82, 0.22), rgba(220, 255, 82, 0) 68%);
  transform: translateX(-50%);
}

body.studio-home-shell .event-invitation__stage::after {
  right: 7%;
  bottom: 10%;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(17, 17, 20, 0.08);
  box-shadow: 0 0 0 26px rgba(17, 17, 20, 0.025), 0 0 0 52px rgba(17, 17, 20, 0.018);
}

body.studio-home-shell .event-invitation__phone.arowet-iphone-shell {
  position: relative;
  z-index: 4;
  width: clamp(212px, 18vw, 224px) !important;
  max-width: 224px !important;
  height: clamp(448px, 32vw, 474px) !important;
  min-height: 448px !important;
  flex: 0 0 auto !important;
  aspect-ratio: auto !important;
  border: 7px solid #1a1a1c !important;
  border-bottom-width: 8px !important;
  border-radius: 40px !important;
  background: #111114 !important;
  box-shadow: 0 26px 44px rgba(17, 17, 20, 0.27), inset 0 0 0 2px #050505 !important;
}

body.studio-home-shell .event-phone__screen {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 29px 10px 9px;
  box-sizing: border-box;
  border-radius: 32px 32px 0 0;
  background: #f8f8f6;
  color: #111114;
  font-family: "Inter", sans-serif !important;
}

body.studio-home-shell .event-phone__topbar {
  display: flex;
  height: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #55575c;
  font-size: 0.52rem;
  font-weight: 800;
}

body.studio-home-shell .event-phone__topbar > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

body.studio-home-shell .event-phone__topbar > span i {
  color: #111114;
  font-size: 0.62rem;
}

body.studio-home-shell .event-phone__share {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(17, 17, 20, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #111114;
  cursor: pointer;
}

body.studio-home-shell .event-phone__poster {
  position: relative;
  height: 143px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 17px;
  background: linear-gradient(135deg, #f6cae2, #f5a928);
}

body.studio-home-shell .event-phone__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.studio-home-shell .event-phone__poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 20, 0.12), rgba(17, 17, 20, 0.72));
}

body.studio-home-shell .event-phone__poster-copy {
  position: absolute;
  right: 12px;
  bottom: 11px;
  left: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  color: #ffffff;
}

body.studio-home-shell .event-phone__poster-copy > span {
  max-width: 75px;
  font-size: 0.46rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
}

body.studio-home-shell .event-phone__poster-copy strong {
  font-size: 1.12rem;
  line-height: 0.82;
  text-align: right;
}

body.studio-home-shell .event-phone__poster-copy em {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.48rem;
  font-style: normal;
  letter-spacing: 0.12em;
}

body.studio-home-shell .event-phone__content {
  padding: 11px 2px 0;
}

body.studio-home-shell .event-phone__eyebrow {
  color: #8ba800;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

body.studio-home-shell .event-phone__content h3 {
  margin: 4px 0 0;
  color: #111114;
  font-size: 1.52rem;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

body.studio-home-shell .event-phone__description {
  max-width: 31ch;
  margin: 6px 0 0;
  color: #767980;
  font-size: 0.57rem;
  line-height: 1.35;
}

body.studio-home-shell .event-phone__calendar {
  margin-top: 10px;
  padding: 8px 8px 7px;
  border: 1px solid rgba(17, 17, 20, 0.08);
  border-radius: 11px;
  background: #ffffff;
}

body.studio-home-shell .event-phone__calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

body.studio-home-shell .event-phone__calendar-head span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #8ba800;
  font-size: 0.42rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.studio-home-shell .event-phone__calendar-head span i {
  font-size: 0.5rem;
}

body.studio-home-shell .event-phone__calendar-head strong {
  color: #36383d;
  font-size: 0.48rem;
  font-weight: 800;
}

body.studio-home-shell .event-phone__calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 3px;
  margin-top: 7px;
  text-align: center;
}

body.studio-home-shell .event-phone__calendar-grid span {
  color: #aaaeb4;
  font-size: 0.38rem;
  font-weight: 800;
}

body.studio-home-shell .event-phone__calendar-grid b {
  display: grid;
  min-height: 15px;
  place-items: center;
  border-radius: 5px;
  color: #6c7077;
  font-size: 0.42rem;
  font-weight: 800;
}

body.studio-home-shell .event-phone__calendar-grid b.is-active {
  background: #b2d000;
  color: #202400;
  box-shadow: 0 3px 7px rgba(178, 208, 0, 0.22);
}

body.studio-home-shell .event-phone__calendar > small {
  display: block;
  margin-top: 6px;
  color: #888c93;
  font-size: 0.42rem;
  line-height: 1;
}

body.studio-home-shell .event-phone__facts {
  display: grid;
  gap: 6px;
  margin-top: 11px;
}

body.studio-home-shell .event-phone__facts > div,
body.studio-home-shell .event-phone__host {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

body.studio-home-shell .event-phone__facts > div > i {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: #eef2d4;
  color: #789000;
  font-size: 0.58rem;
}

body.studio-home-shell .event-phone__facts strong,
body.studio-home-shell .event-phone__facts small,
body.studio-home-shell .event-phone__host strong,
body.studio-home-shell .event-phone__host small {
  display: block;
}

body.studio-home-shell .event-phone__facts strong {
  color: #27282c;
  font-size: 0.59rem;
  line-height: 1.1;
}

body.studio-home-shell .event-phone__facts small {
  margin-top: 2px;
  color: #858890;
  font-size: 0.48rem;
  line-height: 1.1;
}

body.studio-home-shell .event-phone__host {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid rgba(17, 17, 20, 0.09);
}

body.studio-home-shell .event-phone__host-avatar {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #111114;
  color: #dfff67;
  font-size: 0.5rem;
  font-weight: 900;
}

body.studio-home-shell .event-phone__host small {
  color: #8b8e94;
  font-size: 0.44rem;
}

body.studio-home-shell .event-phone__host strong {
  margin-top: 2px;
  color: #28292d;
  font-size: 0.58rem;
}

body.studio-home-shell .event-phone__host-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  color: #6e8700;
  font-size: 0.44rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}

body.studio-home-shell .event-phone__host-status i {
  font-size: 0.35rem;
}

body.studio-home-shell .event-phone__tags {
  display: flex;
  gap: 5px;
  margin-top: 8px;
  overflow: hidden;
}

body.studio-home-shell .event-phone__tags span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
  padding: 5px 6px;
  border-radius: 7px;
  background: #eeefed;
  color: #666a72;
  font-size: 0.43rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

body.studio-home-shell .event-phone__tags span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

body.studio-home-shell .event-phone__tags i {
  color: #7a9400;
}

body.studio-home-shell .event-phone__rsvp {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
  border-radius: 10px;
  background: #111114;
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 800;
  text-decoration: none;
}

body.studio-home-shell .event-phone__rsvp:hover {
  background: #637700;
  color: #ffffff;
}

body.studio-home-shell .event-phone__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-top: 8px;
}

body.studio-home-shell .event-phone__footer a,
body.studio-home-shell .event-phone__footer button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777a81;
  font: inherit;
  font-size: 0.45rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

body.studio-home-shell .event-phone__footer a:hover,
body.studio-home-shell .event-phone__footer button:hover {
  color: #111114;
}

body.studio-home-shell .event-stat-card {
  position: absolute;
  z-index: 3;
  width: 224px;
  min-height: 126px;
  padding: 16px 17px 14px;
  box-sizing: border-box;
  border: 1px solid rgba(17, 17, 20, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 15px 34px rgba(17, 17, 20, 0.11);
  color: #111114;
}

body.studio-home-shell .event-stat-card--guests {
  top: 220px;
  left: max(0px, calc(50% - 522px));
}

body.studio-home-shell .event-stat-card--rsvp {
  top: 272px;
  right: max(0px, calc(50% - 522px));
}

body.studio-home-shell .event-stat-card--sales {
  bottom: 132px;
  left: max(25px, calc(50% - 486px));
}

body.studio-home-shell .event-stat-card--views {
  right: max(25px, calc(50% - 486px));
  bottom: 176px;
}

body.studio-home-shell .event-stat-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

body.studio-home-shell .event-stat-card__icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 8px;
  background: #f0f3da;
  color: #748700;
  font-size: 0.68rem;
}

body.studio-home-shell .event-stat-card__trend,
body.studio-home-shell .event-stat-card__period {
  color: #6f8a00;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.studio-home-shell .event-stat-card__period {
  color: #92949a;
  font-size: 0.43rem;
}

body.studio-home-shell .event-stat-card__label {
  display: block;
  margin-top: 10px;
  color: #777a81;
  font-size: 0.57rem;
  font-weight: 700;
}

body.studio-home-shell .event-stat-card__value {
  display: block;
  margin-top: 2px;
  color: #111114;
  font-size: 1.48rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

body.studio-home-shell .event-stat-card__avatars {
  display: flex;
  margin-top: 11px;
}

body.studio-home-shell .event-stat-card__avatars span {
  display: grid;
  width: 23px;
  height: 23px;
  margin-left: -4px;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #d9e1a2;
  color: #4c5800;
  font-size: 0.4rem;
  font-weight: 900;
}

body.studio-home-shell .event-stat-card__avatars span:first-child {
  margin-left: 0;
  background: #f3c3d1;
  color: #853a55;
}

body.studio-home-shell .event-stat-card__avatars span:nth-child(2) {
  background: #b7d8f3;
  color: #27537b;
}

body.studio-home-shell .event-stat-card__avatars span:nth-child(3) {
  background: #e9c89b;
  color: #755022;
}

body.studio-home-shell .event-stat-card__avatars span:last-child {
  width: auto;
  padding: 0 6px;
  border-radius: 999px;
  background: #f1f1ef;
  color: #777a81;
}

body.studio-home-shell .event-stat-card__progress {
  height: 5px;
  margin-top: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: #eeeeeb;
}

body.studio-home-shell .event-stat-card__progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #b2d000;
}

body.studio-home-shell .event-stat-card__footnote {
  display: block;
  margin-top: 7px;
  color: #96989e;
  font-size: 0.45rem;
}

body.studio-home-shell .event-stat-card__feature-line {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  color: #7d8400;
  font-size: 0.49rem;
  font-weight: 700;
  white-space: nowrap;
}

body.studio-home-shell .event-stat-card__feature-line i {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 6px;
  background: #f0f3da;
  font-size: 0.52rem;
}

body.studio-home-shell .event-stat-card__mini-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 3px;
  margin-top: 10px;
  text-align: center;
}

body.studio-home-shell .event-stat-card__mini-calendar span {
  color: #a3a5aa;
  font-size: 0.4rem;
  font-weight: 900;
}

body.studio-home-shell .event-stat-card__mini-calendar b {
  display: grid;
  min-height: 17px;
  place-items: center;
  border-radius: 5px;
  color: #777b82;
  font-size: 0.42rem;
  font-weight: 800;
}

body.studio-home-shell .event-stat-card__mini-calendar b.is-active {
  background: #b2d000;
  color: #202400;
}

body.studio-home-shell .event-stat-card__bars,
body.studio-home-shell .event-stat-card__sparkline {
  display: flex;
  height: 29px;
  align-items: flex-end;
  gap: 5px;
  margin-top: 12px;
}

body.studio-home-shell .event-stat-card__bars i,
body.studio-home-shell .event-stat-card__sparkline i {
  display: block;
  width: 100%;
  border-radius: 3px 3px 1px 1px;
  background: #e5e9be;
}

body.studio-home-shell .event-stat-card__bars i.is-highlight,
body.studio-home-shell .event-stat-card__sparkline i.is-highlight {
  background: #a8c800;
  box-shadow: 0 3px 9px rgba(168, 200, 0, 0.2);
}

body.studio-home-shell .event-stat-card__sparkline {
  position: relative;
  gap: 0;
  border-bottom: 1px solid #e6e6e2;
}

body.studio-home-shell .event-stat-card__sparkline::before,
body.studio-home-shell .event-stat-card__sparkline::after {
  position: absolute;
  right: 0;
  left: 0;
  border-top: 1px dashed rgba(17, 17, 20, 0.08);
  content: "";
}

body.studio-home-shell .event-stat-card__sparkline::before { top: 30%; }
body.studio-home-shell .event-stat-card__sparkline::after { top: 62%; }

body.studio-home-shell .event-invitation__summary {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 26px;
  border: 1px solid rgba(17, 17, 20, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 15px 34px rgba(17, 17, 20, 0.06);
}

body.studio-home-shell .event-invitation__summary-copy { max-width: 560px; }

body.studio-home-shell .event-invitation__summary-eyebrow {
  color: #829900;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.studio-home-shell .event-invitation__summary h3 {
  margin: 5px 0 0;
  color: #111114;
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

body.studio-home-shell .event-invitation__summary h3 span { color: #748900; }

body.studio-home-shell .event-invitation__summary p {
  max-width: 58ch;
  margin: 8px 0 0;
  color: #74777e;
  font-size: 0.72rem;
  line-height: 1.45;
}

body.studio-home-shell .event-invitation__summary .event-invitation__actions {
  flex: 0 0 auto;
  margin-top: 0;
}

body.studio-home-shell .event-invitation__summary .event-invitation__button {
  min-height: 42px;
  padding: 0 15px;
  font-size: 0.72rem;
}

body.studio-home-shell .event-invitation__formats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 900px;
  margin: 22px auto 0;
}

body.studio-home-shell .event-invitation__formats span {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(17, 17, 20, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: #777a81;
  font-size: 0.6rem;
  font-weight: 700;
}

@media (max-width: 1120px) {
  body.studio-home-shell .event-invitation__backdrop-title {
    font-size: clamp(4rem, 10.4vw, 7rem);
  }

  body.studio-home-shell .event-invitation__stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-height: 0;
    padding: 150px 18px 48px;
  }

  body.studio-home-shell .event-invitation__phone {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    margin-bottom: 2px;
  }

  body.studio-home-shell .event-stat-card {
    position: static;
    width: auto;
  }

  body.studio-home-shell .event-stat-card--guests { grid-column: 1; grid-row: 2; }
  body.studio-home-shell .event-stat-card--rsvp { grid-column: 2; grid-row: 2; }
  body.studio-home-shell .event-stat-card--sales { grid-column: 1; grid-row: 3; }
  body.studio-home-shell .event-stat-card--views { grid-column: 2; grid-row: 3; }
}

@media (max-width: 700px) {
  body.studio-home-shell .event-invitation-showcase { padding: 48px 0 70px; }

  body.studio-home-shell .event-invitation__backdrop-title {
    top: 48px;
    font-size: clamp(3.65rem, 16vw, 6.6rem);
    line-height: 0.9;
  }

  body.studio-home-shell .event-invitation__kicker-row { padding-inline: 14px; }

  body.studio-home-shell .event-invitation__stage {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 112px 0 34px;
  }

  body.studio-home-shell .event-invitation__phone,
  body.studio-home-shell .event-stat-card--guests,
  body.studio-home-shell .event-stat-card--rsvp,
  body.studio-home-shell .event-stat-card--sales,
  body.studio-home-shell .event-stat-card--views { grid-column: 1; }

  body.studio-home-shell .event-invitation__phone {
    grid-row: 1;
    width: min(84vw, 224px) !important;
    height: 464px !important;
    min-height: 464px !important;
  }

  body.studio-home-shell .event-stat-card--guests { grid-row: 2; }
  body.studio-home-shell .event-stat-card--rsvp { grid-row: 3; }
  body.studio-home-shell .event-stat-card--sales { grid-row: 4; }
  body.studio-home-shell .event-stat-card--views { grid-row: 5; }

  body.studio-home-shell .event-invitation__summary {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    margin-inline: 12px;
    padding: 20px;
  }

  body.studio-home-shell .event-invitation__summary .event-invitation__actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.studio-home-shell .event-invitation__summary .event-invitation__button { width: 100%; }

  body.studio-home-shell .event-invitation__formats {
    justify-content: flex-start;
    margin-inline: 12px;
  }
}

/* Keep the event phone and its backdrop inside the mobile stage. The desktop
   stage uses a fixed presentation height; mobile follows the actual cards and
   phone content instead. */
@media (max-width: 767.98px) {
  body.studio-home-shell .event-invitation-showcase {
    width: 100%;
    max-width: 100%;
    overflow: clip;
  }

  body.studio-home-shell .event-invitation__reference,
  body.studio-home-shell .event-invitation__stage {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body.studio-home-shell main.studio-home .event-invitation__backdrop-title {
    display: none !important;
  }

  body.studio-home-shell .event-invitation__stage {
    min-height: 0;
    padding: 30px 12px 34px;
  }

  body.studio-home-shell .event-invitation__phone.arowet-iphone-shell {
    width: min(84vw, 224px) !important;
    max-width: 224px !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 71.9 / 150 !important;
    margin-inline: auto;
  }
}

/* Dark embedded-apps phone variant, matching the supplied Event Management reference. */
body.studio-home-shell main.studio-home .event-phone__screen--apps {
  overflow: hidden;
  padding: 43px 10px 10px;
  border-radius: 32px 32px 0 0;
  background: linear-gradient(180deg, #111114 0%, #17161e 100%);
  color: #ffffff;
}

body.studio-home-shell main.studio-home .event-phone__screen--apps .event-phone__topbar {
  height: 24px;
  color: #f3f2f4;
  font-size: 0.55rem;
}

body.studio-home-shell main.studio-home .event-phone__screen--apps .event-phone__topbar > span:first-child {
  min-width: 0;
  overflow: hidden;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell main.studio-home .event-phone__screen--apps .event-phone__topbar > span:first-child i {
  color: #f5f3f5;
}

body.studio-home-shell main.studio-home .event-phone__live-pill {
  min-height: 16px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(31, 192, 93, 0.2);
  color: #75e9a0;
  font-size: 0.4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

body.studio-home-shell main.studio-home .event-phone__screen--apps .event-phone__share {
  width: 21px;
  height: 21px;
  border-color: rgba(255, 255, 255, 0.13);
  background: #24232b;
  color: #ffffff;
}

body.studio-home-shell main.studio-home .event-phone__app-card {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  box-sizing: border-box;
  border-radius: 12px;
}

body.studio-home-shell main.studio-home .event-phone__app-card--invite {
  min-height: 58px;
  margin-top: 8px;
  padding: 8px;
  background: #1fc05d;
  color: #ffffff;
}

body.studio-home-shell main.studio-home .event-phone__app-card-main {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

body.studio-home-shell main.studio-home .event-phone__app-card-main > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

body.studio-home-shell main.studio-home .event-phone__app-card-main strong,
body.studio-home-shell main.studio-home .event-phone__app-card-main small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell main.studio-home .event-phone__app-card-main strong {
  color: inherit;
  font-size: 0.58rem;
  font-weight: 800;
}

body.studio-home-shell main.studio-home .event-phone__app-card-main small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.4rem;
  line-height: 1;
}

body.studio-home-shell main.studio-home .event-phone__app-image,
body.studio-home-shell main.studio-home .event-phone__app-icon {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.9);
  color: #1f9f54;
  font-size: 0.72rem;
}

body.studio-home-shell main.studio-home .event-phone__app-image {
  overflow: hidden;
  border-radius: 9px;
}

body.studio-home-shell main.studio-home .event-phone__app-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.studio-home-shell main.studio-home .event-phone__app-card--invite > i {
  flex: 0 0 auto;
  font-size: 0.57rem;
}

body.studio-home-shell main.studio-home .event-phone__app-card-status {
  display: none;
}

body.studio-home-shell main.studio-home .event-phone__app-card--details {
  min-height: 47px;
  margin-top: 9px;
  padding: 7px 8px;
  background: #2a2931;
  color: #f7f6f8;
}

body.studio-home-shell main.studio-home .event-phone__app-card--details .event-phone__app-icon {
  background: #3a3943;
  color: #8beaad;
}

body.studio-home-shell main.studio-home .event-phone__app-card--details .event-phone__app-card-main small {
  color: #a8a6af;
}

body.studio-home-shell main.studio-home .event-phone__app-card--details button {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e1dfe5;
  font-size: 0.56rem;
  cursor: pointer;
}

body.studio-home-shell main.studio-home .event-phone__app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 9px;
}

body.studio-home-shell main.studio-home .event-phone__app-grid > div {
  display: flex;
  min-width: 0;
  min-height: 77px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(36, 35, 44, 0.72);
}

body.studio-home-shell main.studio-home .event-phone__app-grid-icon {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 6px;
  color: #f4f2f5;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.51rem;
}

body.studio-home-shell main.studio-home .event-phone__app-grid strong,
body.studio-home-shell main.studio-home .event-phone__app-grid small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell main.studio-home .event-phone__app-grid strong {
  margin-top: 7px;
  color: #f4f2f5;
  font-size: 0.49rem;
  font-weight: 800;
}

body.studio-home-shell main.studio-home .event-phone__app-grid small {
  margin-top: 3px;
  color: #96939f;
  font-size: 0.38rem;
  line-height: 1;
}

body.studio-home-shell main.studio-home .event-phone__app-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-top: 8px;
  color: #aaa7b0;
  font-size: 0.39rem;
  white-space: nowrap;
}

body.studio-home-shell main.studio-home .event-phone__app-meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.studio-home-shell main.studio-home .event-phone__app-meta i {
  color: #8beaad;
}

body.studio-home-shell main.studio-home .event-phone__screen--apps .event-phone__rsvp {
  min-height: 31px;
  margin-top: 9px;
  border-radius: 9px;
  background: #1fc05d;
  color: #07180d;
  font-size: 0.57rem;
}

body.studio-home-shell main.studio-home .event-phone__screen--apps .event-phone__rsvp:hover {
  background: #75e9a0;
  color: #07180d;
}

body.studio-home-shell main.studio-home .event-phone__screen--apps .event-phone__footer {
  margin-top: 8px;
  color: #8d8b94;
  font-size: 0.37rem;
}

body.studio-home-shell main.studio-home .event-phone__screen--apps .event-phone__footer a,
body.studio-home-shell main.studio-home .event-phone__screen--apps .event-phone__footer > span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  color: #8d8b94;
  font-size: 0.37rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.studio-home-shell main.studio-home .event-phone__screen--apps .event-phone__footer a:hover {
  color: #ffffff;
}

body.studio-home-shell main.studio-home .event-phone__screen--apps .event-phone__footer i {
  color: #8beaad;
}
