:root {
  --pl-bg: #f7f7f7;
  --pl-panel: #ffffff;
  --pl-panel-soft: #fbfbfb;
  --pl-border: rgba(31, 34, 38, 0.08);
  --pl-border-strong: rgba(31, 34, 38, 0.14);
  --pl-text: #1f2226;
  --pl-muted: #6f6f6f;
  --pl-accent: #f2a20c;
  --pl-accent-strong: #221600;
  --pl-accent-soft: rgba(242, 162, 12, 0.14);
  --pl-danger: #b42318;
  --pl-danger-soft: rgba(180, 35, 24, 0.08);
  --pl-shadow: 0 18px 42px rgba(31, 34, 38, 0.1);
  --pl-shadow-soft: 0 10px 24px rgba(31, 34, 38, 0.08);
  --pl-radius-xl: 28px;
  --pl-radius-lg: 24px;
  --pl-radius-md: 18px;
  --pl-radius-sm: 14px;
}

html,
body.public-login-page {
  height: 100%;
}

body.public-login-page {
  background: linear-gradient(180deg, #fcfcfc 0%, var(--pl-bg) 100%);
  color: var(--pl-text);
  font-family: "Manrope", sans-serif;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
}

body.public-login-page *,
body.public-login-page *::before,
body.public-login-page *::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.pl-app {
  height: 100dvh;
  min-height: 100dvh;
  overflow: hidden;
}

.pl-frame,
.pl-window {
  height: 100%;
  min-height: 0;
}

.pl-window {
  background: var(--pl-panel);
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.pl-rail,
.pl-stage {
  min-height: 0;
}

.pl-rail {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  border-right: 1px solid var(--pl-border);
  display: none;
}

.pl-rail__inner,
.pl-stage__panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.pl-rail__inner {
  gap: 18px;
  flex: 0 0 100%;
  height: 100%;
  max-width: 100%;
  overflow: auto;
  padding: 32px 28px;
  scrollbar-width: thin;
  width: 100%;
}

.pl-rail-hero {
  align-self: stretch;
  background: linear-gradient(145deg, #221200 0%, #17110d 58%, #111318 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  box-shadow:
    0 28px 54px rgba(10, 14, 22, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: flex;
  min-height: 320px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pl-rail-hero__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  min-height: inherit;
  padding: 26px 24px;
  position: relative;
  z-index: 1;
}

.pl-rail-hero__copy {
  display: grid;
  gap: 12px;
  max-width: 31ch;
}

.pl-stage {
  display: flex;
  min-width: 0;
}

.pl-stage__shell {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}

.pl-stage__panel {
  flex: 1 1 auto;
  height: 100%;
}

.pl-stage__header {
  padding: 18px 18px 0;
}

.pl-stage__header-inner {
  display: grid;
  gap: 12px;
}

.pl-brand,
.pl-stage__mobile-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.pl-brand img,
.pl-stage__mobile-brand img {
  display: block;
  height: 28px;
  width: auto;
}

.pl-brand span,
.pl-stage__mobile-brand span {
  color: var(--pl-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pl-kicker,
.pl-event-card__eyebrow,
.pl-stage__event-mini span,
.pl-rail-card__eyebrow,
.pl-form-card__eyebrow {
  color: var(--pl-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pl-title,
.pl-stage__title,
.pl-rail-card__header strong,
.pl-form-card__title {
  color: var(--pl-text);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0;
}

.pl-title {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  max-width: 15ch;
}

.pl-subtitle,
.pl-stage__subtitle,
.pl-form-card__text,
.pl-rail-footer p,
.pl-stage__hint {
  color: var(--pl-muted);
  line-height: 1.6;
  margin: 0;
}

.pl-rail-visual {
  border-radius: inherit;
  inset: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pl-rail-hero .pl-rail-visual {
  position: absolute;
}

.pl-rail-hero .pl-brand span {
  color: rgba(255, 249, 239, 0.94);
}

.pl-rail-hero .pl-kicker {
  color: rgba(248, 194, 111, 0.92);
}

.pl-rail-hero .pl-title {
  color: rgba(255, 249, 240, 0.98);
  max-width: 10ch;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.pl-rail-hero .pl-subtitle {
  color: rgba(245, 239, 228, 0.84);
  max-width: 28ch;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.pl-rail-visual__image,
.pl-rail-visual__shade,
.pl-rail-visual__beam,
.pl-rail-visual__glow,
.pl-rail-visual__edge {
  inset: 0;
  position: absolute;
}

.pl-rail-visual__image {
  height: 100%;
  filter: blur(3px) saturate(0.92) contrast(1.06) brightness(0.84);
  object-fit: cover;
  object-position: center 38%;
  opacity: 0.9;
  transform: scale(1.06);
  width: 100%;
}

.pl-rail-visual__shade {
  background:
    linear-gradient(180deg, rgba(18, 18, 20, 0.28) 0%, rgba(18, 18, 20, 0.44) 34%, rgba(12, 12, 16, 0.68) 100%),
    linear-gradient(136deg, rgba(242, 162, 12, 0.16) 0%, rgba(242, 162, 12, 0.08) 24%, rgba(20, 20, 22, 0.16) 50%, rgba(12, 12, 16, 0.42) 100%),
    linear-gradient(118deg, rgba(10, 10, 12, 0) 26%, rgba(10, 10, 12, 0.04) 48%, rgba(10, 10, 12, 0.14) 74%, rgba(10, 10, 12, 0) 100%);
}

.pl-rail-visual__beam {
  mix-blend-mode: screen;
  pointer-events: none;
  transform-origin: 15% -14%;
  will-change: transform, opacity;
}

.pl-rail-visual__beam--primary {
  animation: pl-stage-spotlight 9.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  background:
    radial-gradient(circle at 16% 5%, rgba(255, 251, 240, 0.96) 0%, rgba(255, 251, 240, 0.66) 3%, rgba(255, 251, 240, 0.18) 8%, rgba(255, 251, 240, 0) 15%),
    radial-gradient(ellipse 11% 28% at 18% 10%, rgba(255, 242, 209, 0.54) 0%, rgba(255, 242, 209, 0.24) 38%, rgba(255, 242, 209, 0) 82%),
    radial-gradient(ellipse 23% 128% at 27% -8%, rgba(255, 244, 220, 0.62) 0%, rgba(255, 244, 220, 0.32) 14%, rgba(255, 233, 187, 0.14) 34%, rgba(255, 233, 187, 0.03) 52%, rgba(255, 233, 187, 0) 62%),
    radial-gradient(ellipse 44% 182% at 25% -12%, rgba(255, 218, 143, 0.2) 0%, rgba(255, 218, 143, 0.12) 26%, rgba(255, 218, 143, 0.05) 42%, rgba(255, 218, 143, 0) 68%);
  filter: blur(15px);
  opacity: 0;
  transform: translate3d(-12%, -12%, 0) rotate(-17deg) scale(1.02);
}

.pl-rail-visual__beam--secondary {
  animation: pl-stage-spotlight-haze 11.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation-delay: -1.2s;
  background:
    radial-gradient(circle at 15% 6%, rgba(255, 220, 157, 0.18) 0%, rgba(255, 220, 157, 0.08) 11%, rgba(255, 220, 157, 0) 24%),
    radial-gradient(ellipse 48% 192% at 22% -14%, rgba(255, 205, 108, 0.14) 0%, rgba(255, 205, 108, 0.08) 24%, rgba(255, 205, 108, 0.03) 44%, rgba(255, 205, 108, 0) 68%);
  filter: blur(26px);
  opacity: 0.05;
  transform: translate3d(-8%, -9%, 0) rotate(-13deg) scale(1.02);
}

.pl-rail-visual__glow {
  animation: pl-stage-spotlight-pool 9.8s ease-in-out infinite;
  background:
    radial-gradient(circle at 15% 4%, rgba(255, 248, 226, 0.24) 0%, rgba(255, 248, 226, 0.1) 7%, rgba(255, 248, 226, 0) 18%),
    radial-gradient(ellipse 24% 11% at 66% 82%, rgba(255, 247, 223, 0.24) 0%, rgba(255, 247, 223, 0.14) 38%, rgba(255, 247, 223, 0) 82%),
    radial-gradient(ellipse 38% 18% at 68% 84%, rgba(242, 162, 12, 0.15) 0%, rgba(242, 162, 12, 0.07) 30%, rgba(242, 162, 12, 0) 74%),
    radial-gradient(circle at 58% 70%, rgba(255, 241, 212, 0.08) 0%, rgba(255, 241, 212, 0) 32%);
  opacity: 0.28;
  transform-origin: 66% 82%;
}

.pl-rail-visual__edge {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pl-event-card,
.pl-rail-card,
.pl-form-card {
  background: linear-gradient(180deg, #ffffff 0%, var(--pl-panel-soft) 100%);
  border: 1px solid var(--pl-border);
  border-radius: var(--pl-radius-lg);
  box-shadow: var(--pl-shadow-soft);
}

.pl-event-card,
.pl-rail-card,
.pl-form-card {
  padding: 20px;
}

.pl-event-card {
  display: grid;
  gap: 10px;
}

.pl-event-card__title,
.pl-stage__event-mini strong {
  color: var(--pl-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.pl-event-card__meta,
.pl-stage__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pl-event-card__pill,
.pl-rail-badge {
  align-items: center;
  background: var(--pl-accent-soft);
  border: 1px solid rgba(242, 162, 12, 0.16);
  border-radius: 999px;
  color: var(--pl-accent-strong);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  justify-self: start;
  min-height: 34px;
  padding: 0 14px;
}

.pl-event-card__pill.is-soft {
  background: rgba(31, 34, 38, 0.05);
  border-color: rgba(31, 34, 38, 0.08);
  color: #525866;
}

.pl-rail-card__header {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

.pl-rail-list {
  display: grid;
  gap: 12px;
}

.pl-rail-list li {
  color: var(--pl-muted);
  font-size: 14px;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.pl-rail-list li::before {
  background: var(--pl-accent);
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 8px;
}

.pl-rail-footer {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.pl-back-link {
  align-items: center;
  color: var(--pl-text);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 6px;
  text-decoration: none;
  transition: color 120ms ease, transform 120ms ease;
}

.pl-back-link:hover,
.pl-back-link:focus {
  color: #7a4e00;
  text-decoration: underline;
  transform: translateX(-2px);
}

.pl-stage__event-mini {
  background: rgba(31, 34, 38, 0.04);
  border: 1px solid rgba(31, 34, 38, 0.06);
  border-radius: 16px;
  display: grid;
  gap: 2px;
  padding: 12px 14px;
}

.pl-stage__title {
  font-size: clamp(1.72rem, 2.2vw, 2.3rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.pl-stage__subtitle {
  font-size: 14px;
  line-height: 1.5;
  max-width: 30ch;
}

.pl-stage__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 12px;
  align-content: start;
  min-height: 0;
  overflow: hidden;
  padding: 0 18px 14px;
}

.pl-login-toast {
  --header-height: 0px;
  top: max(16px, calc(env(safe-area-inset-top) + 12px));
  z-index: 2800;
  width: min(520px, calc(100vw - 24px));
}

.pl-form-card {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.pl-form-card__title {
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.pl-field {
  display: grid;
  gap: 8px;
}

.pl-field__label-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.pl-label {
  color: var(--pl-text);
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pl-input {
  border: 1px solid var(--pl-border-strong);
  border-radius: 16px;
  box-shadow: none;
  color: var(--pl-text);
  font-size: 16px;
  min-height: 56px;
  padding: 14px 16px;
}

.pl-input:focus {
  border-color: rgba(242, 162, 12, 0.58);
  box-shadow: 0 0 0 4px rgba(242, 162, 12, 0.16);
}

.pl-visibility-toggle,
.pl-support-link {
  text-decoration: none;
}

.pl-visibility-toggle {
  align-items: center;
  appearance: none;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  border: 1px solid var(--pl-border);
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(31, 34, 38, 0.05);
  color: inherit;
  cursor: pointer;
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.pl-visibility-toggle:hover,
.pl-visibility-toggle:focus-visible {
  border-color: rgba(242, 162, 12, 0.42);
  box-shadow: 0 0 0 4px rgba(242, 162, 12, 0.16);
  outline: none;
}

.pl-visibility-toggle[aria-pressed="true"] {
  background: linear-gradient(180deg, rgba(242, 162, 12, 0.12) 0%, #ffffff 100%);
  border-color: rgba(242, 162, 12, 0.34);
}

.pl-visibility-toggle__icon {
  align-items: center;
  background: rgba(242, 162, 12, 0.12);
  border-radius: 14px;
  color: var(--pl-accent-strong);
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
  width: 42px;
}

.pl-visibility-toggle[aria-pressed="true"] .pl-visibility-toggle__icon {
  background: #1f2226;
  color: #ffffff;
}

.pl-visibility-toggle__icon-svg {
  height: 18px;
  width: 18px;
}

.pl-visibility-toggle__icon-svg--hide {
  display: none;
}

.pl-visibility-toggle[aria-pressed="true"] .pl-visibility-toggle__icon-svg--show {
  display: none;
}

.pl-visibility-toggle[aria-pressed="true"] .pl-visibility-toggle__icon-svg--hide {
  display: block;
}

.pl-visibility-toggle__content {
  display: grid;
  flex: 1 1 auto;
  gap: 2px;
  min-width: 0;
}

.pl-visibility-toggle__label {
  color: var(--pl-text);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
}

.pl-visibility-toggle__hint {
  color: var(--pl-muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.pl-support-link {
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
  color: inherit;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 13px 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
  width: 100%;
}

.pl-support-link:hover,
.pl-support-link:focus,
.pl-support-link:focus-visible {
  background: linear-gradient(180deg, #ffffff 0%, #faf7ee 100%);
  border-color: rgba(242, 162, 12, 0.34);
  box-shadow: 0 0 0 4px rgba(242, 162, 12, 0.12);
  color: inherit;
  text-decoration: none;
  transform: translateY(-1px);
}

.pl-support-link__icon {
  align-items: center;
  background: rgba(242, 162, 12, 0.14);
  border-radius: 14px;
  color: var(--pl-accent-strong);
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.pl-support-link__icon svg,
.pl-support-link__chevron svg {
  display: block;
}

.pl-support-link__icon svg {
  height: 18px;
  width: 18px;
}

.pl-support-link__content {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.pl-support-link__title {
  color: var(--pl-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.pl-support-link__hint {
  color: var(--pl-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.pl-support-link__chevron {
  align-items: center;
  color: rgba(15, 23, 42, 0.42);
  display: inline-flex;
  flex: 0 0 20px;
  justify-content: center;
}

.pl-support-link__chevron svg {
  height: 16px;
  width: 16px;
}

.pl-field-error {
  color: var(--pl-danger);
  display: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 20px;
}

.pl-field-error.is-visible {
  display: block;
}

.pl-support-link-row {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.pl-stage__info {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.pl-stage__support {
  display: none;
}

.pl-support-link--desktop {
  box-shadow: none;
  gap: 12px;
  padding: 11px 12px;
}

.pl-support-link--desktop .pl-support-link__icon {
  flex-basis: 36px;
  height: 36px;
  width: 36px;
}

.pl-support-link--desktop .pl-support-link__title {
  font-size: 13px;
}

.pl-support-link--desktop .pl-support-link__hint {
  font-size: 12px;
}

.pl-form-card__text,
.pl-stage__hint {
  font-size: 14px;
  line-height: 1.5;
}

.pl-stage__actions {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.98)
  );
  border-top: 1px solid var(--pl-border);
  padding: 18px 24px 24px;
}

.pl-stage__actions-inner {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: 620px;
  width: 100%;
}

.pl-action-button {
  align-items: center;
  border-radius: 16px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  min-width: 178px;
  padding: 0 22px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.pl-action-button.btn-warning {
  background: linear-gradient(180deg, #f6b52c 0%, #f2a20c 100%);
  border-color: rgba(242, 162, 12, 0.42);
  box-shadow: 0 10px 22px rgba(242, 162, 12, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  color: #221600;
}

.pl-action-button.btn-warning:hover,
.pl-action-button.btn-warning:focus-visible {
  background: linear-gradient(180deg, #f8bc38 0%, #f3a60d 100%);
  border-color: rgba(242, 162, 12, 0.52);
  box-shadow: 0 14px 28px rgba(242, 162, 12, 0.28);
  color: #221600;
  transform: translateY(-1px);
}

.pl-action-button--ghost {
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #0f172a;
}

.pl-action-button--ghost:hover,
.pl-action-button--ghost:focus-visible {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.18);
  color: #0f172a;
}

.pl-stage__actions-spacer {
  min-width: 178px;
}

.event-v2-identify-modal.pl-forgot-sheet[hidden] {
  display: none;
}

body.public-login-page.event-v2-identify-modal-open {
  overflow: hidden;
}

body.public-login-page .event-v2-identify-modal.pl-forgot-sheet {
  --pl-forgot-drag-backdrop-opacity: 1;
  --pl-forgot-drag-offset: 0px;
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 18px;
  pointer-events: none;
  position: fixed;
  transition: opacity 220ms ease;
  z-index: 2700;
}

body.public-login-page .event-v2-identify-modal.pl-forgot-sheet.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.public-login-page .event-v2-identify-modal__backdrop {
  background: rgba(10, 14, 22, 0.56);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  inset: 0;
  opacity: var(--pl-forgot-drag-backdrop-opacity);
  position: absolute;
  transition: opacity 220ms ease;
}

body.public-login-page .event-v2-identify-modal__panel.pl-forgot-sheet__panel {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
  max-height: min(680px, calc(100dvh - 36px));
  min-height: min(420px, calc(100dvh - 36px));
  opacity: 0;
  overflow: hidden;
  padding: 22px 22px 20px;
  position: relative;
  transform: translateY(16px) scale(0.98);
  transition: transform 240ms ease, opacity 240ms ease;
  will-change: transform, opacity;
  width: min(560px, 94vw);
  z-index: 1;
}

body.public-login-page .event-v2-identify-modal.pl-forgot-sheet.is-open .event-v2-identify-modal__panel.pl-forgot-sheet__panel {
  opacity: 1;
  transform: translateY(var(--pl-forgot-drag-offset)) scale(1);
}

body.public-login-page .event-v2-identify-modal.pl-forgot-sheet.is-dragging .event-v2-identify-modal__backdrop,
body.public-login-page .event-v2-identify-modal.pl-forgot-sheet.is-dragging .event-v2-identify-modal__panel.pl-forgot-sheet__panel {
  transition: none;
}

body.public-login-page .event-v2-identify-modal.pl-forgot-sheet.is-closing-down .event-v2-identify-modal__backdrop {
  opacity: 0;
}

body.public-login-page .event-v2-identify-modal.pl-forgot-sheet.is-closing-down .event-v2-identify-modal__panel.pl-forgot-sheet__panel {
  opacity: 0.98;
  transform: translateY(calc(100% + 24px)) scale(1);
}

body.public-login-page .event-v2-identify-modal__panel.pl-forgot-sheet__panel::before {
  background: linear-gradient(90deg, rgba(242, 162, 12, 0.9), rgba(242, 162, 12, 0.3));
  border-radius: 22px 22px 0 0;
  content: "";
  height: 4px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
}

body.public-login-page .event-v2-identify-modal__close.pl-forgot-sheet__close {
  align-items: center;
  background: #f3f4f6;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  color: #1f2937;
  display: inline-flex;
  font-size: 20px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 16px;
  width: 32px;
}

.pl-forgot-sheet__handle {
  background: rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  cursor: grab;
  height: 5px;
  margin: 0 auto 14px;
  touch-action: none;
  user-select: none;
  width: 56px;
}

body.public-login-page .event-v2-identify-modal__title.pl-forgot-sheet__title {
  color: var(--pl-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 40px 8px 0;
}

body.public-login-page .event-v2-identify-modal__subtitle.pl-forgot-sheet__subtitle {
  color: var(--pl-muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.pl-forgot-sheet__eyebrow {
  color: var(--pl-accent-strong);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pl-forgot-sheet__form,
.pl-forgot-sheet__form-view,
.pl-forgot-sheet__success {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.pl-forgot-sheet__success {
  gap: 12px;
}

.pl-forgot-sheet__form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
  min-height: 0;
}

.pl-forgot-sheet__success[hidden],
.pl-forgot-sheet__form-view[hidden] {
  display: none;
}

body.public-login-page .event-v2-identify-modal__label.pl-forgot-sheet__label {
  color: var(--pl-text);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  text-transform: uppercase;
}

body.public-login-page .event-v2-identify-modal__input.pl-forgot-sheet__input {
  border: 1px solid var(--pl-border-strong);
  border-radius: 16px;
  color: var(--pl-text);
  font-size: 16px;
  height: 56px;
  padding: 14px 16px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

body.public-login-page .event-v2-identify-modal__input.pl-forgot-sheet__input:focus {
  border-color: rgba(242, 162, 12, 0.58);
  box-shadow: 0 0 0 4px rgba(242, 162, 12, 0.16);
  outline: none;
}

.pl-forgot-sheet__error {
  min-height: 20px;
}

.pl-forgot-sheet__delivery {
  color: var(--pl-muted);
  font-size: 14px;
  line-height: 1.5;
}

.pl-forgot-sheet__delivery strong {
  color: var(--pl-text);
}

.pl-forgot-sheet__footer {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.9) 12%,
    rgba(255, 255, 255, 0.98) 100%
  );
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 10px;
  margin: auto -22px 0;
  padding: 16px 22px 0;
}

body.public-login-page .event-v2-identify-modal__submit.pl-forgot-sheet__submit,
.pl-forgot-sheet__secondary {
  align-items: center;
  border-radius: 14px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  width: 100%;
}

body.public-login-page .event-v2-identify-modal__submit.pl-forgot-sheet__submit {
  background: linear-gradient(180deg, #f6b52c 0%, #f2a20c 100%);
  border-color: rgba(242, 162, 12, 0.42);
  box-shadow: 0 10px 22px rgba(242, 162, 12, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  color: #221600;
}

body.public-login-page .event-v2-identify-modal__submit.pl-forgot-sheet__submit[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}

.pl-forgot-sheet__submit.is-loading {
  opacity: 0.85;
  pointer-events: none;
  position: relative;
}

.pl-forgot-sheet__submit.is-loading::after {
  animation: pl-spin 0.8s linear infinite;
  border: 2px solid rgba(34, 22, 0, 0.18);
  border-top-color: rgba(34, 22, 0, 0.78);
  border-radius: 999px;
  content: "";
  height: 16px;
  position: absolute;
  right: 16px;
  width: 16px;
}

.pl-forgot-sheet__secondary {
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #0f172a;
}

.pl-action-button.is-loading {
  opacity: 0.85;
  pointer-events: none;
  position: relative;
}

.pl-action-button.is-loading::after {
  animation: pl-spin 0.8s linear infinite;
  border: 2px solid rgba(34, 22, 0, 0.18);
  border-top-color: rgba(34, 22, 0, 0.78);
  border-radius: 999px;
  content: "";
  height: 18px;
  position: absolute;
  right: 18px;
  width: 18px;
}

@keyframes pl-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pl-stage-spotlight {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(-12%, -12%, 0) rotate(-17deg) scale(1.02);
  }

  8% {
    opacity: 0.06;
  }

  18% {
    opacity: 0.26;
    transform: translate3d(-10%, -11%, 0) rotate(-12deg) scale(1.024);
  }

  30% {
    opacity: 0.56;
    transform: translate3d(-7%, -9%, 0) rotate(-8deg) scale(1.03);
  }

  42% {
    opacity: 0.7;
    transform: translate3d(-4%, -7%, 0) rotate(-3deg) scale(1.036);
  }

  50% {
    opacity: 0.76;
    transform: translate3d(-2%, -6%, 0) rotate(-1deg) scale(1.042);
  }

  58% {
    opacity: 0.7;
    transform: translate3d(-1%, -5%, 0) rotate(1deg) scale(1.046);
  }

  66% {
    opacity: 0.78;
    transform: translate3d(0, -5%, 0) rotate(2.5deg) scale(1.05);
  }

  78% {
    opacity: 0.38;
    transform: translate3d(2%, -4%, 0) rotate(6deg) scale(1.042);
  }

  90% {
    opacity: 0.05;
    transform: translate3d(3%, -4%, 0) rotate(8deg) scale(1.03);
  }
}

@keyframes pl-stage-spotlight-haze {
  0%,
  100% {
    opacity: 0.05;
    transform: translate3d(-8%, -9%, 0) rotate(-13deg) scale(1.02);
  }

  22% {
    opacity: 0.04;
  }

  40% {
    opacity: 0.09;
    transform: translate3d(-5%, -7%, 0) rotate(-8deg) scale(1.03);
  }

  58% {
    opacity: 0.14;
    transform: translate3d(-2%, -5%, 0) rotate(-2deg) scale(1.04);
  }

  74% {
    opacity: 0.16;
    transform: translate3d(0, -3%, 0) rotate(1deg) scale(1.045);
  }

  88% {
    opacity: 0.08;
    transform: translate3d(1%, -3%, 0) rotate(3deg) scale(1.03);
  }
}

@keyframes pl-stage-spotlight-pool {
  0%,
  100% {
    opacity: 0.28;
    transform: translate3d(0, 0, 0) scale(0.985);
  }

  20% {
    opacity: 0.32;
  }

  44% {
    opacity: 0.42;
    transform: translate3d(0, -1%, 0) scale(1.012);
  }

  60% {
    opacity: 0.48;
    transform: translate3d(0, -1.5%, 0) scale(1.024);
  }

  76% {
    opacity: 0.34;
    transform: translate3d(0, -0.4%, 0) scale(1.006);
  }
}

@media (min-width: 992px) {
  .pl-frame {
    display: flex;
    padding: 12px;
  }

  .pl-window {
    border-radius: var(--pl-radius-lg);
    box-shadow: var(--pl-shadow);
    flex: 1 1 auto;
    height: auto;
    margin: 0;
  }

  .pl-rail {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 320px;
  }

  .pl-rail__inner {
    gap: 16px;
    padding: 28px 26px;
  }

  .pl-rail-hero {
    flex: 0 0 auto;
    min-height: clamp(360px, 48vh, 420px);
    max-height: 420px;
  }

  .pl-rail-hero__content {
    gap: 24px;
    padding: 28px 26px;
  }

  .pl-rail-hero__copy {
    gap: 14px;
    max-width: 30ch;
  }

  .pl-rail-visual {
    border-radius: 28px;
  }

  .pl-title {
    font-size: clamp(2.25rem, 2.7vw, 3rem);
    max-width: 10.5ch;
  }

  .pl-subtitle {
    font-size: 15px;
    max-width: 30ch;
  }

  .pl-event-card,
  .pl-rail-card {
    padding: 18px;
  }

  .pl-rail-list {
    gap: 10px;
  }

  .pl-rail-list li {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .pl-rail-footer {
    gap: 8px;
  }

  .pl-stage__header {
    padding: 26px 34px 0;
  }

  .pl-stage__mobile-brand {
    display: none;
  }

  .pl-stage__header-inner {
    gap: 10px;
  }

  .pl-stage__title {
    font-size: clamp(1.96rem, 2.45vw, 2.5rem);
  }

  .pl-stage__subtitle {
    font-size: 15px;
    line-height: 1.55;
    max-width: 42ch;
  }

  .pl-stage__body {
    gap: 14px;
    overflow: hidden;
    padding: 18px 34px 14px;
  }

  .pl-stage__actions {
    padding: 12px 34px 16px;
  }

  .pl-stage__actions-inner {
    align-items: end;
    gap: 16px 22px;
    grid-template-columns: minmax(0, 1fr) auto;
    max-width: none;
  }

  .pl-stage__actions-spacer {
    display: none;
  }

  .pl-form-card {
    gap: 14px;
    padding: 18px 20px;
  }

  .pl-field {
    gap: 6px;
  }

  .pl-support-link-row {
    display: none;
  }

  .pl-stage__info {
    align-items: start;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
  }

  .pl-stage__support {
    display: block;
    max-width: none;
  }

  .pl-form-card__title {
    font-size: 23px;
  }

  .pl-stage__cta .pl-action-button {
    min-width: 170px;
  }

  .pl-stage__cta .pl-action-button--ghost {
    order: 1;
  }

  .pl-stage__cta [data-login-submit] {
    order: 2;
  }

  .pl-form-card__text,
  .pl-stage__hint {
    font-size: 13px;
    line-height: 1.45;
  }

  .pl-input {
    min-height: 54px;
    padding: 13px 15px;
  }

  .pl-visibility-toggle {
    border-radius: 16px;
    gap: 12px;
    padding: 12px 14px;
  }

  .pl-visibility-toggle__icon {
    border-radius: 12px;
    flex-basis: 38px;
    height: 38px;
    width: 38px;
  }

  .pl-visibility-toggle__label {
    font-size: 14.5px;
  }

  .pl-visibility-toggle__hint {
    font-size: 12px;
  }

  .pl-support-link--desktop {
    align-items: center;
    background: rgba(242, 162, 12, 0.08);
    border: 1px solid rgba(242, 162, 12, 0.18);
    border-radius: 16px;
    gap: 10px;
    padding: 10px 12px;
    width: auto;
  }

  .pl-support-link--desktop:hover,
  .pl-support-link--desktop:focus,
  .pl-support-link--desktop:focus-visible {
    background: rgba(242, 162, 12, 0.12);
    border-color: rgba(242, 162, 12, 0.26);
    box-shadow: 0 0 0 4px rgba(242, 162, 12, 0.1);
    transform: none;
  }

  .pl-support-link--desktop .pl-support-link__icon {
    border-radius: 10px;
    flex-basis: 34px;
    height: 34px;
    width: 34px;
  }

  .pl-support-link--desktop .pl-support-link__content {
    gap: 0;
  }

  .pl-support-link--desktop .pl-support-link__title {
    font-size: 13px;
    white-space: nowrap;
  }

  .pl-support-link--desktop .pl-support-link__hint {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .pl-stage__shell,
  .pl-stage__panel {
    width: 100%;
  }

  .pl-window {
    border-radius: 0;
  }

  .pl-stage__header {
    padding: 18px 18px 14px;
  }

  .pl-stage__title {
    max-width: 14ch;
  }

  .pl-stage__subtitle {
    max-width: 32ch;
  }

  .pl-stage__hint {
    display: none;
  }

  .pl-stage__support {
    display: none;
  }

  .pl-stage__actions {
    padding: 16px 18px max(18px, env(safe-area-inset-bottom));
  }

  .pl-stage__actions-inner {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .pl-stage__actions-spacer {
    display: none;
  }

  .pl-form-card {
    border-radius: 24px;
    padding: 22px;
  }

  .pl-stage__cta {
    display: grid !important;
    flex-wrap: initial;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: 100%;
  }

  .pl-action-button,
  .pl-stage__cta .pl-action-button {
    width: 100%;
  }

  .pl-stage__cta .pl-action-button--ghost {
    order: 1;
  }

  .pl-stage__cta [data-login-submit] {
    order: 2;
  }
}

@media (min-width: 992px) and (max-width: 1279.98px) {
  .pl-stage__actions-inner {
    align-items: start;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
  }

  .pl-stage__info {
    align-items: start;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
  }

  .pl-stage__hint {
    max-width: 44ch;
  }

  .pl-stage__support {
    justify-self: start;
    width: 100%;
  }

  .pl-support-link--desktop {
    max-width: 100%;
  }

  .pl-support-link--desktop .pl-support-link__title {
    white-space: normal;
  }

  .pl-stage__cta {
    justify-content: flex-end;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .pl-stage__header {
    padding: 18px 18px 14px;
  }

  .pl-stage__header-inner,
  .pl-form-card {
    gap: 12px;
  }

  .pl-stage__body {
    padding: 0 18px 12px;
  }

  .pl-stage__actions {
    padding: 16px 18px max(18px, env(safe-area-inset-bottom));
  }

  .pl-form-card {
    border-radius: 24px;
  }

  .pl-form-card {
    gap: 10px;
    padding: 18px;
  }

  .pl-field {
    gap: 6px;
  }

  .pl-visibility-toggle {
    gap: 12px;
    padding: 12px 14px;
  }

  .pl-visibility-toggle__icon {
    flex-basis: 38px;
    height: 38px;
    width: 38px;
  }

  .pl-visibility-toggle__label {
    font-size: 14px;
  }

  .pl-visibility-toggle__hint {
    font-size: 12px;
  }

  .pl-support-link {
    gap: 10px;
    padding: 11px 12px;
  }

  .pl-support-link__icon {
    border-radius: 12px;
    flex-basis: 36px;
    height: 36px;
    width: 36px;
  }

  .pl-support-link__title {
    font-size: 13px;
  }

  .pl-support-link__hint {
    display: none;
  }

  .pl-stage__event-mini,
  .pl-form-card__eyebrow,
  .pl-form-card__text,
  .pl-rail-visual {
    display: none;
  }

  body.public-login-page .event-v2-identify-modal.pl-forgot-sheet {
    align-items: flex-end;
    padding: 0;
  }

  body.public-login-page .event-v2-identify-modal__panel.pl-forgot-sheet__panel {
    border-radius: 18px 18px 0 0;
    max-height: min(88dvh, 720px);
    min-height: min(420px, 88dvh);
    padding: 14px 16px calc(18px + env(safe-area-inset-bottom));
    width: 100%;
  }

  body.public-login-page .event-v2-identify-modal__panel.pl-forgot-sheet__panel::before {
    border-radius: 18px 18px 0 0;
  }

  .pl-forgot-sheet__handle {
    margin-bottom: 12px;
  }

  .pl-forgot-sheet__footer {
    margin: auto -16px 0;
    padding: 14px 16px 0;
  }
}

@media (max-width: 420px) {
  .pl-stage__title {
    font-size: 1.42rem;
  }

  .pl-form-card {
    padding: 20px;
  }

  .pl-form-card__title {
    font-size: 18px;
  }

  .pl-action-button {
    min-height: 52px;
    min-width: 0;
  }
}
