.sx-auth-experience {
  --bg: #050506;
  --panel: #0a0a0c;
  --gold: #d7b455;
  --gold-light: #f7e3a0;
  --cyan: #68e0e6;
  --text: #f8f1df;
  --muted: #aaa69d;
  --line: rgba(215,180,85,.25);
}

.sx-auth-experience,
.sx-auth-experience * { box-sizing: border-box; }
.sx-auth-experience {
  min-height: 1px;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 4%, rgba(125,91,22,.16), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(28,80,84,.1), transparent 25%),
    var(--bg);
  font-family: David, "David Libre", "Times New Roman", serif;
}
.sx-auth-experience::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size: 56px 56px;
}
.sx-auth-experience a { color: inherit; text-decoration: none; }
.sx-auth-experience button { font: inherit; }

.sx-auth-guest-page .imsx-entry__header { display: none; }
.sx-auth-guest-page .simonx-visitor-prompt { display: none !important; }
html.simonx-prompt-open:has(body.sx-auth-guest-page) { overflow: auto !important; }
.sx-auth-guest-page .imsx-main.imsx-container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}
.sx-auth-guest-page .imsx-entry,
.sx-auth-guest-page .imsx-entry__content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.auth-page {
  position: relative;
  width: min(1540px, calc(100% - 32px));
  margin: 16px auto 24px;
  animation: page-in .8s cubic-bezier(.2,.8,.2,1) both;
}
.preview-nav {
  width: max-content;
  max-width: 100%;
  display: flex;
  gap: 4px;
  margin: 0 0 10px auto;
  padding: 5px;
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 13px;
  background: rgba(11,11,13,.82);
}
.preview-nav a {
  white-space: nowrap;
  padding: 7px 13px;
  color: #85817a;
  border-radius: 9px;
  font-size: 13px;
}
.preview-nav a:hover,.preview-nav a.active { color: #171207; background: linear-gradient(135deg,#f6e29b,#cfa83f); }

.auth-hero {
  min-height: 735px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #070708;
  box-shadow: 0 28px 90px rgba(0,0,0,.52), inset 0 1px rgba(255,255,255,.05);
}
.auth-hero::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background: linear-gradient(110deg,transparent 32%,rgba(255,226,136,.055) 48%,transparent 64%);
  transform: translateX(-80%);
  animation: sheen 8s ease-in-out infinite;
}
.scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #050506;
  animation: scene-glow 8s ease-in-out infinite alternate;
}
.scene-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg,transparent 0 44%,rgba(5,5,7,.72) 57%,rgba(5,5,7,.97) 72%);
}
.register-overlay { background: linear-gradient(270deg,transparent 0 42%,rgba(5,5,7,.72) 56%,rgba(5,5,7,.98) 72%); }

.copy-panel {
  width: min(760px,54%);
  min-height: 735px;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px,4.2vw,72px);
}
.panel-right { margin-left: auto; }
.panel-left { margin-right: auto; }
.brand-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.brand-line img { width: 175px; height: 60px; object-fit: contain; object-position: right; }
.brand-line span { display: flex; align-items: center; gap: 9px; color: #aaa69c; font-size: 14px; }
.brand-line i,.bottom-strip i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 15px var(--cyan);
  animation: pulse 2s ease-in-out infinite;
}
.kicker {
  margin: 0 0 12px;
  color: var(--cyan);
  font: 800 13px/1 Arial,sans-serif;
  letter-spacing: .18em;
}
.sx-auth-experience h1 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(48px,4.3vw,70px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.sx-auth-experience h1 em { display: inline-block; margin-top: 7px; color: var(--gold-light); font-style: normal; }
.lead { max-width: 660px; margin: 22px 0 24px; color: #c6c1b5; font-size: 20px; line-height: 1.55; }

.feature-row {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 9px;
  margin-bottom: 24px;
}
.feature-row article {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 15px;
  background: rgba(255,255,255,.025);
  transition: .3s ease;
}
.feature-row article:hover { transform: translateY(-5px); border-color: var(--line); background: rgba(215,180,85,.055); }
.feature-row b { color: var(--gold); font: 800 12px Arial,sans-serif; }
.feature-row span { color: #918e87; font-size: 12px; line-height: 1.35; }
.feature-row strong { display: block; margin-bottom: 4px; color: #eee8d9; font-size: 15px; }

.journey {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.journey li {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
  transition: .3s ease;
}
.journey li:hover { transform: translateX(-5px); border-color: var(--line); }
.journey b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  flex: 0 0 auto;
  color: #171207;
  border-radius: 10px;
  background: linear-gradient(135deg,#f4df96,#bd9132);
  font: 800 13px Arial,sans-serif;
}
.journey span { color: #8e8b83; font-size: 13px; }
.journey strong { display: block; margin-bottom: 2px; color: #ede7d9; font-size: 16px; }

.returning {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(110deg,rgba(215,180,85,.08),rgba(104,224,230,.025));
}
.return-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  flex: 0 0 auto;
  color: var(--gold-light);
  border: 1px solid var(--line);
  border-radius: 50%;
  font: 30px Arial,sans-serif;
  animation: halo 3s ease-in-out infinite;
}
.returning strong { display: block; color: #f2ecdd; font-size: 18px; }
.returning small { color: #96928a; font-size: 14px; }

.actions { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
.google-cta {
  min-width: 0;
  display: grid;
  grid-template-columns: 46px 1fr 25px;
  align-items: center;
  gap: 11px;
  padding: 10px 13px;
  cursor: pointer;
  text-align: right;
  color: #171207;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg,#fff5cf,#d2a93d 65%,#f2da87);
  box-shadow: 0 14px 38px rgba(201,157,47,.22),inset 0 1px rgba(255,255,255,.75);
  transition: .25s ease;
}
.google-cta:hover { transform: translateY(-4px); box-shadow: 0 20px 46px rgba(201,157,47,.35); }
.g { display: grid; width: 43px; height: 43px; place-items: center; color: #4285f4; border-radius: 11px; background: white; font: 800 23px Arial,sans-serif; }
.google-cta small { display: block; margin-bottom: 1px; color: #66521d; font-size: 12px; }
.google-cta span:nth-child(2) { font-size: 18px; font-weight: 700; }
.google-cta > b { font-size: 22px; transition: transform .25s ease; }
.google-cta:hover > b { transform: translateX(-4px); }
.secondary {
  min-width: 148px;
  display: grid;
  place-items: center;
  padding: 0 16px;
  cursor: pointer;
  color: #c5c0b5;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(9,9,11,.64);
  transition: .25s ease;
}
.secondary:hover { color: white; border-color: var(--line); background: rgba(215,180,85,.05); }
.privacy { margin: 12px 2px 0; color: #77736c; font-size: 13px; }

.floating-card {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  width: 285px;
  padding: 15px 17px;
  border: 1px solid rgba(255,226,136,.22);
  border-radius: 16px;
  background: rgba(8,8,10,.78);
  box-shadow: 0 18px 45px rgba(0,0,0,.4);
  backdrop-filter: blur(15px);
  animation: float 4.6s ease-in-out infinite;
}
.float-left { left: 28px; text-align: left; direction: rtl; }
.float-right { right: 28px; }
.floating-card span { color: var(--gold-light); font: 800 12px Arial,sans-serif; letter-spacing: .1em; }
.floating-card strong { display: block; margin: 5px 0 2px; color: #eee8da; font-size: 17px; }
.floating-card small { color: #8f8b83; font-size: 12px; }

.bottom-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  padding: 14px 20px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  background: rgba(11,11,13,.88);
}
.bottom-strip > div { display: flex; align-items: center; gap: 12px; }
.bottom-strip span { color: #77746d; font-size: 12px; }
.bottom-strip strong { display: block; color: #d9d4c7; font-size: 14px; }
.answer-toggle { cursor: pointer; color: #bbb6aa; border: 0; background: transparent; }
.answer-toggle b { color: var(--gold); }
.answer {
  grid-column: 1/-1;
  margin: 0;
  padding-top: 12px;
  color: #9a968d;
  border-top: 1px solid rgba(255,255,255,.06);
  font-size: 14px;
  animation: answer-in .3s ease both;
}

.transition {
  position: fixed;
  z-index: 30;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  background: rgba(3,3,5,.84);
  backdrop-filter: blur(22px);
  transition: .3s ease;
}
.transition.open { opacity: 1; visibility: visible; }
.transition > div {
  width: min(470px,100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg,#131316,#08080a);
  box-shadow: 0 30px 80px #000;
}
.transition img { width: 175px; margin: 14px 0; }
.transition strong { font-size: 23px; }
.transition small { margin: 7px 0 18px; color: #949087; font-size: 13px; }
.transition button { cursor: pointer; padding: 9px 18px; color: var(--gold-light); border: 1px solid var(--line); border-radius: 10px; background: transparent; }
.spinner { width: 54px; height: 54px; border: 2px solid rgba(255,255,255,.08); border-top-color: var(--gold); border-radius: 50%; animation: rotate 1s linear infinite; }

.preview-index { display: grid; min-height: 100vh; place-items: center; padding: 25px; }
.index-shell { width: min(1100px,100%); text-align: center; }
.index-shell > img { width: 220px; }
.index-shell > p { color: var(--cyan); font: 800 13px Arial,sans-serif; letter-spacing: .2em; }
.index-shell h1 { margin: 18px auto 38px; }
.preview-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.preview-links a {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  text-align: right;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(145deg,#151518,#09090b);
  transition: .3s ease;
}
.preview-links a:hover { transform: translateY(-7px); box-shadow: 0 22px 55px rgba(0,0,0,.4); }
.preview-links span { margin-bottom: auto; color: var(--gold); font: 800 13px Arial,sans-serif; }
.preview-links strong { font-size: 30px; }
.preview-links small { color: #8e8a82; font-size: 15px; }
.preview-links b { margin-top: 18px; color: var(--gold-light); font-size: 14px; }

@keyframes page-in { from { opacity: 0; transform: translateY(18px); } }
@keyframes sheen { 0%,72% { transform: translateX(-80%); } 100% { transform: translateX(80%); } }
@keyframes scene-glow { to { filter: brightness(1.07) saturate(1.04); } }
@keyframes pulse { 50% { opacity: .45; transform: scale(.8); } }
@keyframes float { 50% { transform: translateY(-8px); } }
@keyframes halo { 50% { box-shadow: 0 0 28px rgba(215,180,85,.22); } }
@keyframes answer-in { from { opacity: 0; transform: translateY(-5px); } }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .auth-hero { min-height: 960px; }
  .scene { object-position: center bottom; }
  .scene-overlay,.register-overlay { background: linear-gradient(0deg,transparent 0 38%,rgba(5,5,7,.75) 54%,rgba(5,5,7,.98) 72%); }
  .copy-panel { width: 100%; min-height: 660px; justify-content: flex-start; padding: 38px; }
  .floating-card { display: none; }
}
@media (max-width: 700px) {
  .auth-page { width: calc(100% - 14px); margin-top: 7px; }
  .auth-hero { min-height: 1050px; border-radius: 20px; }
  .copy-panel { padding: 27px 21px; }
  .brand-line img { width: 145px; }
  .sx-auth-experience h1 { font-size: 44px; }
  .lead { font-size: 17px; }
  .feature-row { grid-template-columns: 1fr; }
  .actions { grid-template-columns: 1fr; }
  .secondary { min-height: 48px; }
  .bottom-strip { grid-template-columns: 1fr; }
  .preview-links { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .sx-auth-experience *, .sx-auth-experience *::before, .sx-auth-experience *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
