@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&family=Poppins:wght@400;500;600&display=swap');
/* Falue Welcome Concept 2 — Interactive Swipe Welcome */
:root {
  --fw-bg: rgb(247 247 250);
  --fw-ink: #2B2D42;
  --fw-purple: #5D5F93;
  --fw-muted: #B5B7BB;
  --fw-border: rgba(43,45,66,.10);
  --fw-soft: rgba(93,95,147,.08);
}
html,body { background: var(--fw-bg) !important; }
.falue-welcome-c2,
.falue-welcome-c2 * { box-sizing: border-box; }
.falue-welcome-c2 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(93,95,147,.08), transparent 26%),
    radial-gradient(circle at 88% 24%, rgba(107,78,255,.08), transparent 28%),
    var(--fw-bg);
  color: var(--fw-ink);
  font-family: var(--falue-font-ui, "Plus Jakarta Sans", "Inter", Arial, sans-serif);
}
.falue-welcome-c2::before,
.falue-welcome-c2::after {
  content: "";
  position: absolute;
  width: 28vw;
  height: 28vw;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  opacity: .18;
}
.falue-welcome-c2::before { left: -12vw; top: 15vh; background: #8D7AF5; }
.falue-welcome-c2::after { right: -12vw; top: 20vh; background: #6D56FF; }
.falue-welcome-c2__topbar {
  position: relative;
  z-index: 8;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 2px;
}
.falue-welcome-c2__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--fw-ink);
  text-decoration: none !important;
}
.falue-welcome-c2__brand img { width: 38px; height: 38px; object-fit: contain; }
.falue-welcome-c2__brand span {
  font-family: "Convergence", var(--falue-font-ui, sans-serif);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.falue-welcome-c2__top-actions { display: flex; align-items: center; gap: 14px; }
.falue-welcome-c2__language > button,
.falue-welcome-c2__login-link {
  border: 0;
  background: transparent;
  min-height: 38px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--fw-ink);
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
}
.falue-welcome-c2__language > button:hover,
.falue-welcome-c2__login-link:hover { background: rgba(43,45,66,.05); }
.falue-welcome-c2__language .dropdown-menu {
  border: 1px solid var(--fw-border);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(32,36,58,.15);
  padding: 8px;
}
.falue-welcome-c2__main {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 48px));
  height: calc(100vh - 64px);
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto minmax(250px, 1fr) auto auto auto;
  align-content: center;
  gap: clamp(8px, 1.3vh, 14px);
  padding: clamp(6px, 1.2vh, 12px) 0 clamp(10px, 1.5vh, 16px);
}
.falue-welcome-c2__intro { text-align: center; }
.falue-welcome-c2__intro h1 {
  margin: 0;
  color: var(--fw-ink);
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.03;
  letter-spacing: -.045em;
  font-weight: 800;
}
.falue-welcome-c2__intro h1 strong {
  color: var(--fw-purple);
  font-weight: 800;
}
.falue-welcome-c2__intro p {
  margin: 8px auto 0;
  max-width: 660px;
  color: #73788B;
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.5;
}
.falue-welcome-c2__demo {
  width: min(880px, 100%);
  min-height: 250px;
  max-height: 340px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(135px, .42fr) minmax(390px, 1.25fr) minmax(135px, .42fr);
  align-items: center;
  gap: 16px;
  perspective: 1200px;
}
.falue-welcome-c2__reveal {
  position: relative;
  min-height: 220px;
  height: 74%;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(43,45,66,.16);
  transform: scale(calc(.96 + var(--reveal-progress,0) * .04));
  opacity: calc(.82 + var(--reveal-progress,0) * .18);
  transition: transform .12s linear, opacity .12s linear;
}
.falue-welcome-c2__reveal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,calc(var(--reveal-progress,0) * .12)), transparent 52%);
  pointer-events: none;
}
.falue-welcome-c2__reveal--left {
  background: linear-gradient(145deg,#34384A,#242838 70%);
}
.falue-welcome-c2__reveal--right {
  background: linear-gradient(145deg,#7157D8 0%,#5D5F93 58%,#3F436B 100%);
}
.falue-welcome-c2__reveal-icon { font-size: 30px; margin-bottom: 10px; }
.falue-welcome-c2__reveal strong { font-size: 30px; line-height: 1; margin-bottom: 7px; }
.falue-welcome-c2__reveal--left strong { font-size: 18px; }
.falue-welcome-c2__reveal span { font-size: 12px; opacity: .9; }
.falue-welcome-c2__heart-img {
  width: 54px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 6px;
  filter: drop-shadow(0 8px 14px rgba(31,34,54,.16));
}
.falue-welcome-c2__reveal-like-label {
  display: block;
  margin: 1px 0 2px;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .02em;
  opacity: 1 !important;
}
.falue-welcome-c2__reveal small {
  display: block;
  font-size: 11px;
  line-height: 1.2;
  opacity: .88;
}
.falue-welcome-c2__card-shell {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.falue-welcome-c2__post {
  width: min(100%, 470px);
  background: #fff;
  border: 1px solid rgba(43,45,66,.08);
  border-radius: 25px;
  box-shadow: 0 22px 55px rgba(43,45,66,.18);
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: none;
  will-change: transform;
}
.falue-welcome-c2__post:focus { outline: 3px solid rgba(93,95,147,.22); outline-offset: 4px; }
.falue-welcome-c2__post header {
  height: 58px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.falue-welcome-c2__demo-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F5F3FF;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.falue-welcome-c2__demo-avatar img { width: 25px; height: 25px; object-fit: contain; }
.falue-welcome-c2__demo-user { display: flex; flex-direction: column; min-width: 0; }
.falue-welcome-c2__demo-user b { color: var(--fw-ink); font-size: 13px; line-height: 1.2; }
.falue-welcome-c2__demo-user small { color: #9A9FAE; font-size: 10px; margin-top: 2px; }
.falue-welcome-c2__demo-more { margin-left: auto; color: #73788B; letter-spacing: 2px; }
.falue-welcome-c2__media {
  height: clamp(160px, 25vh, 215px);
  margin: 0 12px;
  border-radius: 19px;
  background-size: cover;
  background-position: center 58%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
}
.falue-welcome-c2__post footer {
  height: 50px;
  padding: 8px 12px 10px;
  display: grid;
  grid-template-columns: auto minmax(130px,1fr) auto;
  gap: 8px;
  align-items: center;
}
.falue-welcome-c2__post footer > span {
  min-height: 30px;
  border: 1px solid #ECECF2;
  border-radius: 999px;
  background: #FAFAFC;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #83889A;
  font-size: 10px;
  white-space: nowrap;
}
.falue-welcome-c2__demo-rating { color: #83889A !important; gap: 5px; }
.falue-welcome-c2__rating-heart {
  width: 18px;
  height: 16px;
  object-fit: contain;
  flex: 0 0 auto;
}
.falue-welcome-c2__demo-rating b { color: var(--fw-ink); margin-left: 0; }
.falue-welcome-c2__demo-comment { color: #A0A5B3 !important; }
.falue-welcome-c2__drag-hint {
  text-align: center;
  color: #767B8E;
  font-size: 12px;
  font-weight: 600;
}
.falue-welcome-c2__drag-hint span { color: var(--fw-purple); font-size: 17px; padding: 0 10px; }
.falue-welcome-c2__drag-hint b { color: #A1A6B4; padding: 0 8px; font-weight: 700; }
.falue-welcome-c2__claim {
  width: min(650px, 100%);
  margin: 0 auto;
  text-align: center;
}
.falue-welcome-c2__claim-box {
  min-height: 64px;
  padding: 7px 8px 7px 9px;
  display: flex;
  align-items: center;
  border-radius: 999px;
  border: 3px solid rgba(255,255,255,.95);
  background: #fff;
  box-shadow: 0 15px 38px rgba(43,45,66,.12), 0 0 0 1px rgba(43,45,66,.05);
}
.falue-welcome-c2__claim-prefix {
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 999px;
  background: #F2F1F7;
  color: var(--fw-ink);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
.falue-welcome-c2__claim-prefix svg { color: #8581AE; }
.falue-welcome-c2__claim-box input {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 18px;
  color: var(--fw-ink);
  font-size: 16px;
  font-weight: 500;
}
.falue-welcome-c2__claim-box input::placeholder { color: #A39FBF; opacity: 1; }
#claim-username-button {
  min-width: 120px;
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg,#4B7BFF 0%,#6255FF 54%,#8A3CF0 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(93,95,147,.27);
}
#claim-username-button:disabled { opacity: .7; cursor: wait; }
#claim-username-status {
  min-height: 18px;
  margin: 5px 0 0;
  color: #7A8092;
  font-size: 11px;
  font-weight: 600;
}
#claim-username-status.text-danger { color: #D45062 !important; }
#claim-username-status.text-success { color: #2E9B64 !important; }
.falue-welcome-c2__cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.falue-welcome-c2__primary-cta,
.falue-welcome-c2__secondary-cta {
  min-width: 160px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}
.falue-welcome-c2__primary-cta {
  border: 0;
  background: linear-gradient(135deg,#5D5F93,#7B4DE9);
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(93,95,147,.22);
}
.falue-welcome-c2__secondary-cta {
  border: 1px solid rgba(93,95,147,.30);
  background: #fff;
  color: var(--fw-ink);
}
.falue-welcome-c2__features {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  padding: 10px 12px;
  border-radius: 22px;
  border: 1px solid var(--fw-border);
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 38px rgba(43,45,66,.07);
  backdrop-filter: blur(12px);
}
.falue-welcome-c2__features > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 10px;
}
.falue-feature-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 800;
}
.falue-feature-icon--heart { background: #FFECEF; color: #F05E70; }
.falue-feature-icon--feed { background: #EEF0FF; color: #5D5F93; }
.falue-feature-icon--people { background: #F1ECFF; color: #7B4DE9; }
.falue-welcome-c2__features p { margin: 0; display: flex; flex-direction: column; min-width: 0; }
.falue-welcome-c2__features b { color: var(--fw-ink); font-size: 12px; line-height: 1.3; }
.falue-welcome-c2__features small { color: #8B90A0; font-size: 10px; line-height: 1.35; margin-top: 2px; }

/* Login overlay — Concept 3, matched to the approved mockup */
.falue-welcome-login-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
  font-family: var(--falue-font-ui, "Plus Jakarta Sans", "Inter", Arial, sans-serif);
}
.falue-welcome-login-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.falue-welcome-login-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(35,39,57,.24);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.falue-welcome-login-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(500px, calc(100vw - 36px));
  max-height: calc(100vh - 34px);
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 72px rgba(36,38,57,.22), 0 8px 22px rgba(36,38,57,.10);
  padding: 58px 52px 50px;
  color: #20223A;
}
.falue-welcome-login-modal__corner {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 190px;
  height: 190px;
  pointer-events: none;
}
.falue-welcome-login-modal__corner svg { display: block; width: 100%; height: 100%; }
.falue-welcome-login-modal__close {
  position: absolute;
  top: 40px;
  right: 48px;
  z-index: 6;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  color: #22243B;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(43,45,66,.13), 0 0 0 1px rgba(43,45,66,.04);
  cursor: pointer;
}
.falue-welcome-login-modal .main-content-div,
.falue-welcome-login-modal .form-right,
.falue-welcome-login-modal .right-form {
  position: relative;
  z-index: 2;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.falue-welcome-login-modal .right-form .title {
  margin: 0 0 34px;
  color: #20223A;
  font-size: 37px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.035em;
}
.falue-welcome-login-modal .errors { margin: 0 0 14px; }
.falue-welcome-login-modal .errors:empty { display: none; }
.falue-welcome-login-modal .new-err {
  border-radius: 12px;
  padding: 10px 12px;
  background: #FFF1F3;
  color: #C94155;
  font-size: 13px;
  line-height: 1.35;
}
.falue-login-field-group { margin-bottom: 23px; }
.falue-login-field-group > label,
.falue-login-label-row label {
  display: block;
  margin: 0 0 11px;
  color: #30334B;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
.falue-login-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 11px;
}
.falue-login-label-row label { margin: 0; }
.falue-login-forgot {
  color: #5D43F1 !important;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}
.falue-login-field {
  position: relative;
  height: 58px;
  display: flex;
  align-items: center;
  border: 1.5px solid #D9DBE5;
  border-radius: 14px;
  background: #fff;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.falue-login-field:focus-within {
  border-color: rgba(93,67,241,.55);
  box-shadow: 0 0 0 4px rgba(93,67,241,.07);
}
.falue-login-field__icon {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  color: #262A40;
  pointer-events: none;
}
.falue-login-field__icon svg,
.falue-login-password-toggle svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.falue-login-field input {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 14px !important;
  background: transparent !important;
  color: #282B43 !important;
  padding: 0 48px 0 52px !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
.falue-login-field input::placeholder { color: #A9ADBC !important; opacity: 1; }
.falue-login-field input:-webkit-autofill,
.falue-login-field input:-webkit-autofill:hover,
.falue-login-field input:-webkit-autofill:focus {
  -webkit-text-fill-color: #282B43 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  transition: background-color 9999s ease-out 0s;
}
.falue-login-password-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  padding: 2px;
  border: 0;
  background: transparent;
  color: #30334B;
  cursor: pointer;
}
.falue-login-eye-closed { display: none; }
.falue-login-password-toggle.is-visible .falue-login-eye-open { display: none; }
.falue-login-password-toggle.is-visible .falue-login-eye-closed { display: block; }
.falue-welcome-login-modal .falue-login-remember {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
  color: #2F3249;
  font-size: 14px;
  font-weight: 500;
}
.falue-welcome-login-modal .falue-login-remember input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  pointer-events: none !important;
}
.falue-welcome-login-modal .falue-login-remember label {
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #2F3249 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  user-select: none !important;
}
.falue-login-remember__check {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.falue-login-remember__unchecked {
  width: 18px;
  height: 18px;
  display: block;
  border: 1.5px solid #C8CDDA;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.falue-login-remember__checked {
  width: 20px;
  height: 20px;
  display: none;
}
.falue-welcome-login-modal .falue-login-remember input[type="checkbox"]:checked + label .falue-login-remember__unchecked {
  display: none;
}
.falue-welcome-login-modal .falue-login-remember input[type="checkbox"]:checked + label .falue-login-remember__checked {
  display: block;
}
.falue-welcome-login-modal .falue-login-remember input[type="checkbox"]:focus-visible + label .falue-login-remember__check {
  outline: 2px solid rgba(93,95,147,.35);
  outline-offset: 3px;
  border-radius: 50%;
}
.falue-welcome-login-modal .login_signup_combo,
.falue-welcome-login-modal .login_signup_combo .login__ { margin: 0 !important; width: 100% !important; }
.falue-welcome-login-modal .login_signup_combo .btn-main {
  width: 100% !important;
  height: 62px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: linear-gradient(105deg,#435CFF 0%,#6247FA 50%,#9140F1 100%) !important;
  color: #fff !important;
  box-shadow: 0 13px 28px rgba(99,71,250,.22) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: -.01em;
}
/* The approved Concept 3 placard contains no social-provider row. */
.falue-welcome-login-modal .social_btns,
.falue-welcome-login-modal .g-signin2,
.falue-welcome-login-modal .forgot_password { display: none !important; }

@media (max-width: 620px) {
  .falue-welcome-login-modal__dialog {
    width: min(500px, calc(100vw - 24px));
    padding: 48px 28px 34px;
    border-radius: 24px;
  }
  .falue-welcome-login-modal__corner { width: 155px; height: 155px; }
  .falue-welcome-login-modal__close { top: 29px; right: 31px; width: 42px; height: 42px; }
  .falue-welcome-login-modal .right-form .title { font-size: 32px; margin-bottom: 28px; }
  .falue-login-field { height: 54px; }
  .falue-welcome-login-modal .login_signup_combo .btn-main { height: 56px !important; }
}

html.falue-welcome-login-open { overflow: hidden; }

@media (min-width: 900px) {
  html, body { height: 100%; overflow: hidden !important; }
  .falue-welcome-c2 { position: fixed; inset: 0; height: 100dvh; min-height: 0; }
  .falue-welcome-c2__main { height: calc(100dvh - 64px); min-height: 0; }
}

@media (max-height: 760px) and (min-width: 900px) {
  .falue-welcome-c2__topbar { height: 54px; }
  .falue-welcome-c2__main { height: calc(100dvh - 54px); gap: 6px; padding-top: 2px; }
  .falue-welcome-c2__intro h1 { font-size: clamp(30px, 4vw, 42px); }
  .falue-welcome-c2__intro p { margin-top: 4px; font-size: 12px; }
  .falue-welcome-c2__demo { min-height: 220px; max-height: 282px; }
  .falue-welcome-c2__reveal { min-height: 190px; }
  .falue-welcome-c2__media { height: 150px; }
  .falue-welcome-c2__post header { height: 48px; padding-top: 7px; padding-bottom: 7px; }
  .falue-welcome-c2__post footer { height: 42px; padding-top: 5px; padding-bottom: 6px; }
  .falue-welcome-c2__claim-box { min-height: 56px; }
  .falue-welcome-c2__claim-prefix, .falue-welcome-c2__claim-box input, #claim-username-button { height: 42px; }
  .falue-welcome-c2__features { padding-top: 7px; padding-bottom: 7px; }
  .falue-feature-icon { width: 30px; height: 30px; flex-basis: 30px; }
}

@media (max-width: 899.98px) {
  html, body { overflow: auto !important; min-height: 100%; }
  .falue-welcome-c2 { min-height: 100vh; overflow: visible; padding-bottom: 24px; }
  .falue-welcome-c2__topbar { width: calc(100% - 28px); height: 60px; }
  .falue-welcome-c2__brand span { font-size: 23px; }
  .falue-welcome-c2__main {
    width: calc(100% - 28px);
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px 0 10px;
  }
  .falue-welcome-c2__intro h1 { font-size: clamp(34px, 10vw, 48px); }
  .falue-welcome-c2__demo { grid-template-columns: 1fr; max-height: none; min-height: 0; }
  .falue-welcome-c2__reveal { min-height: 130px; height: auto; display: none; }
  .falue-welcome-c2__post { width: 100%; }
  .falue-welcome-c2__media { height: 210px; }
  .falue-welcome-c2__claim-box { min-height: 58px; padding: 6px; }
  .falue-welcome-c2__claim-prefix { height: 44px; padding: 0 12px; font-size: 13px; }
  .falue-welcome-c2__claim-box input { height: 44px; padding: 0 10px; font-size: 14px; }
  #claim-username-button { height: 44px; min-width: 94px; padding: 0 16px; font-size: 14px; }
  .falue-welcome-c2__features { grid-template-columns: 1fr; }
}

@media (max-width: 500px) {
  .falue-welcome-c2__top-actions { gap: 4px; }
  .falue-welcome-c2__language > button span { display: none; }
  .falue-welcome-c2__claim-prefix span { display: none; }
  .falue-welcome-c2__claim-prefix { width: 44px; justify-content: center; padding: 0; }
  .falue-welcome-c2__cta-row { flex-direction: column; }
  .falue-welcome-c2__primary-cta,
  .falue-welcome-c2__secondary-cta { width: 100%; }
}

/* v8 — Concept 5 pairing: wide minimal first line + condensed second line */
.falue-welcome-c2__intro--face-value h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  letter-spacing: normal;
}
.falue-welcome-c2__intro--face-value h1 > span {
  display: block;
  color: var(--fw-ink);
  font-family: "Poppins", var(--falue-font-ui, "Plus Jakarta Sans", Arial, sans-serif);
  font-size: clamp(16px, 1.55vw, 23px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: .24em;
  text-transform: uppercase;
  white-space: nowrap;
}
.falue-welcome-c2__intro--face-value h1 > strong {
  display: block;
  color: var(--fw-ink);
  font-family: "Oswald", "Arial Narrow", var(--falue-font-ui, sans-serif);
  font-size: clamp(48px, 5.3vw, 72px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.018em;
  white-space: nowrap;
}
.falue-welcome-c2__minimal-strip {
  width: min(760px, 100%);
  min-height: 46px;
  margin: 0 auto;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid var(--fw-border);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 28px rgba(43,45,66,.055);
  backdrop-filter: blur(12px);
  color: var(--fw-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.falue-welcome-c2__minimal-strip span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.falue-welcome-c2__minimal-strip span + span::before {
  content: "•";
  margin: 0 13px;
  color: rgba(93,95,147,.55);
  font-size: 10px;
}
.falue-welcome-c2__claim-title {
  margin: 0 0 5px;
  color: var(--fw-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .01em;
}

@media (min-width: 900px) {
  .falue-welcome-c2__main {
    grid-template-rows: auto minmax(230px, 1fr) auto auto auto auto;
    gap: clamp(6px, 1vh, 11px);
  }
}

@media (max-height: 760px) and (min-width: 900px) {
  .falue-welcome-c2__intro--face-value h1 { font-size: inherit; }
  .falue-welcome-c2__intro--face-value h1 > span { font-size: clamp(14px, 1.35vw, 19px); letter-spacing: .22em; }
  .falue-welcome-c2__intro--face-value h1 > strong { font-size: clamp(42px, 4.6vw, 60px); }
  .falue-welcome-c2__minimal-strip { min-height: 38px; padding-top: 6px; padding-bottom: 6px; font-size: 12px; }
  .falue-welcome-c2__claim-title { margin-bottom: 3px; font-size: 11px; }
}

@media (max-width: 899.98px) {
  .falue-welcome-c2__intro--face-value h1 { gap: 4px; }
  .falue-welcome-c2__intro--face-value h1 > span { font-size: clamp(12px, 3.1vw, 16px); letter-spacing: .12em; }
  .falue-welcome-c2__intro--face-value h1 > strong { font-size: clamp(43px, 13vw, 58px); }
  .falue-welcome-c2__minimal-strip {
    min-height: 0;
    border-radius: 20px;
    padding: 11px 14px;
    flex-wrap: wrap;
    row-gap: 6px;
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .falue-welcome-c2__minimal-strip {
    flex-direction: column;
    gap: 4px;
  }
  .falue-welcome-c2__minimal-strip span + span::before { display: none; }
}

/* v9 — desktop composition refinement: tighter flow, stronger demo, cleaner claim group */
@media (min-width: 900px) {
  .falue-welcome-c2::before,
  .falue-welcome-c2::after {
    width: 24vw;
    height: 24vw;
    filter: blur(72px);
    opacity: .105;
  }

  .falue-welcome-c2__main {
    width: min(1180px, calc(100% - 48px));
    height: calc(100dvh - 64px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    padding: clamp(24px, 3.5vh, 38px) 0 16px;
  }

  .falue-welcome-c2__intro--face-value {
    flex: 0 0 auto;
    margin: 0 0 2px;
  }

  .falue-welcome-c2__intro--face-value h1 {
    gap: 2px;
  }

  /* First line deliberately runs wider than the condensed second line. */
  .falue-welcome-c2__intro--face-value h1 > span {
    font-size: clamp(16px, 1.55vw, 22px);
    font-weight: 500;
    letter-spacing: .29em;
    transform: scaleX(1.08);
    transform-origin: center;
  }

  .falue-welcome-c2__intro--face-value h1 > strong {
    font-size: clamp(52px, 5.05vw, 70px);
    line-height: .94;
    letter-spacing: -.035em;
    transform: scaleX(.91);
    transform-origin: center;
  }

  .falue-welcome-c2__demo {
    width: min(970px, 100%);
    min-height: 300px;
    max-height: 370px;
    grid-template-columns: minmax(145px, .38fr) minmax(430px, 1.34fr) minmax(145px, .38fr);
    gap: 10px;
    margin: 2px auto 0;
  }

  .falue-welcome-c2__reveal {
    min-height: 245px;
    height: 78%;
    border-radius: 25px;
  }

  .falue-welcome-c2__post {
    width: min(100%, 515px);
  }

  .falue-welcome-c2__post header {
    height: 60px;
  }

  .falue-welcome-c2__media {
    height: clamp(190px, 26vh, 235px);
  }

  .falue-welcome-c2__post footer {
    height: 52px;
  }

  .falue-welcome-c2__drag-hint {
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0 auto 1px;
    color: #6D7285;
    font-size: 13px;
    font-weight: 700;
  }

  .falue-welcome-c2__drag-hint .falue-welcome-c2__drag-action {
    padding: 0;
    color: #606679;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .005em;
  }

  .falue-welcome-c2__drag-hint b {
    padding: 0;
    color: #B1B4C0;
    font-size: 11px;
  }

  .falue-welcome-c2__claim {
    width: min(670px, 100%);
    margin: 0 auto;
  }

  .falue-welcome-c2__claim-title {
    margin: 0 0 7px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .005em;
  }

  .falue-welcome-c2__claim-box {
    min-height: 62px;
  }

  #claim-username-status {
    min-height: 12px;
    margin: 3px 0 0;
    line-height: 1.1;
  }

  /* No pill/card treatment: this is a quiet brand line under Claim. */
  .falue-welcome-c2__minimal-strip {
    width: 100%;
    min-height: 0;
    margin: 4px auto 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    color: #656A7D;
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.35;
  }

  .falue-welcome-c2__minimal-strip span + span::before {
    margin: 0 12px;
    color: #A7AABD;
    font-size: 9px;
  }

  .falue-welcome-c2__cta-row {
    margin-top: 1px;
    gap: 9px;
  }
}

/* Keep the full experience inside shorter desktop viewports without reopening page scroll. */
@media (max-height: 820px) and (min-width: 900px) {
  .falue-welcome-c2__main {
    gap: 6px;
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .falue-welcome-c2__intro--face-value h1 > span {
    font-size: clamp(13px, 1.25vw, 17px);
    letter-spacing: .27em;
  }
  .falue-welcome-c2__intro--face-value h1 > strong {
    font-size: clamp(42px, 4.25vw, 56px);
  }
  .falue-welcome-c2__demo {
    min-height: 235px;
    max-height: 285px;
    width: min(870px, 100%);
    grid-template-columns: minmax(125px, .38fr) minmax(390px, 1.34fr) minmax(125px, .38fr);
    gap: 8px;
  }
  .falue-welcome-c2__reveal {
    min-height: 200px;
  }
  .falue-welcome-c2__post {
    width: min(100%, 465px);
  }
  .falue-welcome-c2__post header { height: 50px; }
  .falue-welcome-c2__media { height: 155px; }
  .falue-welcome-c2__post footer { height: 43px; }
  .falue-welcome-c2__claim-title { margin-bottom: 4px; font-size: 12px; }
  .falue-welcome-c2__claim-box { min-height: 54px; }
  .falue-welcome-c2__claim-prefix,
  .falue-welcome-c2__claim-box input,
  #claim-username-button { height: 42px; }
  .falue-welcome-c2__minimal-strip { margin-top: 1px; font-size: 11.5px; }
  .falue-welcome-c2__primary-cta,
  .falue-welcome-c2__secondary-cta { height: 40px; }
}

/* Mobile keeps its scrollable stacked layout, but follows the new Claim -> brand line order. */
@media (max-width: 899.98px) {
  .falue-welcome-c2__minimal-strip {
    width: 100%;
    min-height: 0;
    margin: 5px auto 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    color: #656A7D;
    font-size: 12px;
  }
  .falue-welcome-c2__claim-title {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .falue-welcome-c2__cta-row { margin-top: 2px; }
}

/* v10 — final desktop polish: centered composition, tighter demo flow, stronger claim hierarchy */
@media (min-width: 900px) {
  /* Lower the complete experience into the viewport while tightening its internal rhythm. */
  .falue-welcome-c2__main {
    gap: 6px;
    padding-top: clamp(64px, 7.2vh, 78px);
    padding-bottom: 14px;
  }

  /* Keep headline and demo visually connected. */
  .falue-welcome-c2__intro--face-value {
    margin-bottom: -2px;
  }

  .falue-welcome-c2__demo {
    margin-top: -3px;
    gap: 0;
  }

  /* Side controls belong to the card interaction, not separate floating widgets. */
  .falue-welcome-c2__reveal--left {
    transform-origin: right center;
  }
  .falue-welcome-c2__reveal--right {
    transform-origin: left center;
  }

  /* Keep the gesture guide attached to the card, then clearly separate Claim. */
  .falue-welcome-c2__drag-hint {
    margin-top: -6px;
    margin-bottom: 9px;
    min-height: 20px;
  }

  .falue-welcome-c2__claim-title {
    margin-bottom: 9px;
    font-size: 15px;
    font-weight: 650;
    letter-spacing: .006em;
  }

  /* Do not reserve an empty status row when there is no claim message. */
  #claim-username-status:empty {
    min-height: 0;
    margin: 0;
  }

  /* Strong enough to read, still deliberately secondary to Claim. */
  .falue-welcome-c2__minimal-strip {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
  }

  .falue-welcome-c2__minimal-strip span + span::before {
    margin-left: 14px;
    margin-right: 14px;
  }

  .falue-welcome-c2__cta-row {
    margin-top: 5px;
    gap: 10px;
  }

  .falue-welcome-c2__primary-cta,
  .falue-welcome-c2__secondary-cta {
    height: 50px;
  }
}

/* Preserve the fixed one-screen desktop experience on shorter displays. */
@media (max-height: 820px) and (min-width: 900px) {
  .falue-welcome-c2__main {
    gap: 5px;
    padding-top: 20px;
    padding-bottom: 6px;
  }
  .falue-welcome-c2__demo {
    margin-top: -3px;
    gap: 0;
  }
  .falue-welcome-c2__drag-hint {
    margin-top: -5px;
    margin-bottom: 5px;
  }
  .falue-welcome-c2__claim-title {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 650;
  }
  .falue-welcome-c2__minimal-strip {
    margin-top: 4px;
    font-size: 13px;
  }
  .falue-welcome-c2__cta-row {
    margin-top: 2px;
  }
  .falue-welcome-c2__primary-cta,
  .falue-welcome-c2__secondary-cta {
    height: 44px;
  }
}

/* v11 — desktop balance pass: lower composition + precision spacing */
@media (min-width: 900px) {
  /* Center the finished composition lower in the available viewport. */
  .falue-welcome-c2__main {
    padding-top: clamp(100px, 10.8vh, 118px);
    padding-bottom: 12px;
  }

  /* Give the condensed question a little air before the interactive card. */
  .falue-welcome-c2__intro--face-value {
    margin-bottom: 5px;
  }
  .falue-welcome-c2__demo {
    margin-top: 2px;
  }

  /* Keep the gesture guide visually attached to the demo. */
  .falue-welcome-c2__drag-hint {
    margin-top: -8px;
    margin-bottom: 16px;
  }

  /* Claim label is clearer, but not visually heavier than the headline. */
  .falue-welcome-c2__claim-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .004em;
  }

  /* Preserve the brand statement in its current position and hierarchy. */
  .falue-welcome-c2__minimal-strip {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
  }

  /* Slightly more substantial final actions beneath the Claim flow. */
  .falue-welcome-c2__cta-row {
    margin-top: 6px;
    gap: 10px;
  }
  .falue-welcome-c2__primary-cta,
  .falue-welcome-c2__secondary-cta {
    min-width: 170px;
    height: 55px;
  }
}

/* Short desktop displays stay fixed to one screen and compact automatically. */
@media (max-height: 820px) and (min-width: 900px) {
  .falue-welcome-c2__main {
    padding-top: 28px;
    padding-bottom: 6px;
  }
  .falue-welcome-c2__intro--face-value {
    margin-bottom: 1px;
  }
  .falue-welcome-c2__demo {
    margin-top: -2px;
  }
  .falue-welcome-c2__drag-hint {
    margin-top: -6px;
    margin-bottom: 8px;
  }
  .falue-welcome-c2__claim-title {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
  }
  .falue-welcome-c2__minimal-strip {
    margin-top: 4px;
    font-size: 13px;
  }
  .falue-welcome-c2__cta-row {
    margin-top: 3px;
  }
  .falue-welcome-c2__primary-cta,
  .falue-welcome-c2__secondary-cta {
    min-width: 160px;
    height: 46px;
  }
}


/* v20 — claim your username concept 1: minimal clean states */
.falue-welcome-c2__claim-box {
  border-width: 2px;
  border-color: rgba(43,45,66,.08);
  box-shadow: 0 14px 34px rgba(43,45,66,.10), 0 0 0 1px rgba(43,45,66,.03);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.falue-welcome-c2__claim-box.is-neutral {
  border-color: rgba(43,45,66,.08);
}
.falue-welcome-c2__claim-box.is-loading {
  border-color: rgba(93,95,147,.20);
  box-shadow: 0 14px 34px rgba(43,45,66,.10), 0 0 0 4px rgba(93,95,147,.06);
}
.falue-welcome-c2__claim-box.is-success {
  border-color: rgba(46,155,100,.45);
  box-shadow: 0 16px 36px rgba(46,155,100,.10), 0 0 0 4px rgba(46,155,100,.07);
}
.falue-welcome-c2__claim-box.is-error {
  border-color: rgba(212,80,98,.36);
  box-shadow: 0 16px 36px rgba(212,80,98,.09), 0 0 0 4px rgba(212,80,98,.06);
}

.falue-welcome-c2__claim-status {
  width: min(650px, 100%);
  margin: 10px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  min-height: 18px;
  text-align: left;
  color: #7A8092;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.falue-welcome-c2__claim-status-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: #EEF0F7;
  color: #7A8092;
  font-size: 12px;
  font-weight: 800;
}
.falue-welcome-c2__claim-status-icon::before { content: 'i'; }
.falue-welcome-c2__claim-status.is-neutral { color: #7A8092; }
.falue-welcome-c2__claim-status.is-neutral .falue-welcome-c2__claim-status-icon { background: #EEF0F7; color: #7A8092; }
.falue-welcome-c2__claim-status.is-loading { color: #686E86; }
.falue-welcome-c2__claim-status.is-loading .falue-welcome-c2__claim-status-icon { background: #EEF0F7; color: #686E86; }
.falue-welcome-c2__claim-status.is-loading .falue-welcome-c2__claim-status-icon::before { content: '…'; font-size: 15px; line-height: 1; transform: translateY(-1px); }
.falue-welcome-c2__claim-status.is-success { color: #2E9B64; }
.falue-welcome-c2__claim-status.is-success .falue-welcome-c2__claim-status-icon { background: rgba(46,155,100,.12); color: #2E9B64; }
.falue-welcome-c2__claim-status.is-success .falue-welcome-c2__claim-status-icon::before { content: '✓'; }
.falue-welcome-c2__claim-status.is-error { color: #D45062; }
.falue-welcome-c2__claim-status.is-error .falue-welcome-c2__claim-status-icon { background: rgba(212,80,98,.12); color: #D45062; }
.falue-welcome-c2__claim-status.is-error .falue-welcome-c2__claim-status-icon::before { content: '!'; }

@media (min-width: 900px) {
  .falue-welcome-c2__claim-title {
    margin-bottom: 8px;
  }
  .falue-welcome-c2__claim-status {
    margin-top: 9px;
  }
}

@media (max-width: 640px) {
  .falue-welcome-c2__claim-status {
    width: 100%;
    font-size: 12px;
    margin-top: 8px;
  }
  .falue-welcome-c2__claim-status-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    font-size: 11px;
  }
}


/* v22 — Concept 3 fidelity polish. Keep approved structure; refine proportions only. */
.falue-welcome-login-modal__backdrop {
  background: rgba(35,39,57,.19);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.falue-welcome-login-modal__dialog {
  width: min(528px, calc(100vw - 36px));
  border-radius: 28px;
  padding: 60px 56px 50px;
  box-shadow: 0 28px 68px rgba(36,38,57,.18), 0 8px 22px rgba(36,38,57,.07);
}

/* Confine the organic treatment to the upper-right corner; no vertical purple strip. */
.falue-welcome-login-modal__corner {
  width: 170px;
  height: 145px;
}

/* Place the close control inside the white/purple transition, as in the approved mockup. */
.falue-welcome-login-modal__close {
  top: 35px;
  right: 38px;
  width: 44px;
  height: 44px;
  font-size: 25px;
  box-shadow: 0 8px 22px rgba(43,45,66,.11), 0 0 0 1px rgba(43,45,66,.035);
}

.falue-welcome-login-modal .right-form .title {
  margin-bottom: 32px;
}

/* Slightly roomier horizontal composition while keeping the exact approved field order. */
.falue-login-field-group { margin-bottom: 22px; }
.falue-login-password-group { margin-bottom: 16px; }

.falue-login-forgot {
  color: #6047EB !important;
  font-size: 12px;
  font-weight: 500;
  opacity: .9;
}

/* Neutral fields stay soft; purple appears only on focus. */
.falue-login-field {
  height: 58px;
  border-color: #DCDDE6;
  background: #FCFCFE;
  box-shadow: 0 1px 0 rgba(43,45,66,.02);
}
.falue-login-field:focus-within {
  border-color: rgba(93,67,241,.58);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(93,67,241,.065);
}
.falue-login-field input:-webkit-autofill,
.falue-login-field input:-webkit-autofill:hover,
.falue-login-field input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #FCFCFE inset !important;
}
.falue-login-field:focus-within input:-webkit-autofill,
.falue-login-field:focus-within input:-webkit-autofill:hover,
.falue-login-field:focus-within input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

/* Tighten remember-device to the password field, matching the mockup. */
.falue-welcome-login-modal .falue-login-remember {
  margin: 0 0 24px !important;
}

/* Same gradient, softer premium elevation. */
.falue-welcome-login-modal .login_signup_combo .btn-main {
  box-shadow: 0 10px 23px rgba(99,71,250,.17) !important;
}

@media (max-width: 620px) {
  .falue-welcome-login-modal__dialog {
    width: min(500px, calc(100vw - 24px));
    padding: 48px 28px 34px;
  }
  .falue-welcome-login-modal__corner {
    width: 148px;
    height: 126px;
  }
  .falue-welcome-login-modal__close {
    top: 28px;
    right: 29px;
    width: 41px;
    height: 41px;
  }
}


/* v23 — exact user-supplied password visibility icons */
.falue-login-password-toggle {
  width: 26px;
  height: 26px;
  padding: 3px;
}
.falue-login-password-toggle .falue-login-eye-user {
  width: 100%;
  height: 100%;
  color: #30334B;
}
/* These two supplied icons are fill-based, unlike the other login field line icons. */
.falue-login-password-toggle .falue-login-eye-user,
.falue-login-password-toggle .falue-login-eye-user * {
  stroke: none !important;
}
.falue-login-password-toggle .falue-login-eye-open,
.falue-login-password-toggle .falue-login-eye-open * {
  fill: currentColor !important;
}
.falue-login-password-toggle .falue-login-eye-closed {
  fill: none !important;
}
.falue-login-password-toggle .falue-login-eye-closed g,
.falue-login-password-toggle .falue-login-eye-closed path {
  fill: currentColor !important;
}
.falue-login-eye-closed { display: none; }
.falue-login-password-toggle.is-visible .falue-login-eye-open { display: none; }
.falue-login-password-toggle.is-visible .falue-login-eye-closed { display: block; }


/* v25 — normalize show/hide password icon sizing, weight, and alignment */
.falue-login-password-toggle {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #30334B;
}
.falue-login-password-toggle .falue-login-eye-user {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  display: block;
  transform-origin: center center;
  color: #30334B;
}
/* Balance the two provided icons so they read as the same optical size. */
.falue-login-password-toggle .falue-login-eye-open {
  transform: translate(-50%, -50%) scale(0.84);
}
.falue-login-password-toggle .falue-login-eye-closed {
  transform: translate(-50%, -50%) scale(0.95);
}
/* Force a consistent visual weight. */
.falue-login-password-toggle .falue-login-eye-open,
.falue-login-password-toggle .falue-login-eye-open * {
  fill: currentColor !important;
  stroke: none !important;
}
.falue-login-password-toggle .falue-login-eye-closed,
.falue-login-password-toggle .falue-login-eye-closed * {
  fill: currentColor !important;
  stroke: none !important;
}


/* v26 — replace legacy Remember checkbox UI with the supplied checked icon only */
.falue-welcome-login-modal .falue-login-remember {
  display: flex !important;
  align-items: center !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
}
.falue-welcome-login-modal .falue-login-remember > input#remember_device {
  display: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}
.falue-welcome-login-modal .falue-login-remember-toggle {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2F3249;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  user-select: none;
}
/* Prevent any legacy checkbox/label generated marks from appearing. */
.falue-welcome-login-modal .falue-login-remember-toggle::before,
.falue-welcome-login-modal .falue-login-remember-toggle::after,
.falue-welcome-login-modal .falue-login-remember::before,
.falue-welcome-login-modal .falue-login-remember::after {
  content: none !important;
  display: none !important;
}
.falue-welcome-login-modal .falue-login-remember__check {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.falue-welcome-login-modal .falue-login-remember__unchecked {
  width: 18px;
  height: 18px;
  display: block;
  border: 1.5px solid #C8CDDA;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.falue-welcome-login-modal .falue-login-remember__checked {
  width: 20px;
  height: 20px;
  display: none;
  flex: 0 0 20px;
}
.falue-welcome-login-modal .falue-login-remember-toggle.is-checked .falue-login-remember__unchecked {
  display: none;
}
.falue-welcome-login-modal .falue-login-remember-toggle.is-checked .falue-login-remember__checked {
  display: block;
}
.falue-welcome-login-modal .falue-login-remember-toggle:focus-visible {
  outline: 2px solid rgba(93,95,147,.34);
  outline-offset: 4px;
  border-radius: 6px;
}

/* v27 — definitive password visibility toggle state fix */
.falue-login-password-toggle .falue-login-eye-open,
.falue-login-password-toggle .falue-login-eye-closed {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .12s ease;
}

/* Password hidden: show the SEE icon only. */
.falue-login-password-toggle:not(.is-visible) .falue-login-eye-open {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.falue-login-password-toggle:not(.is-visible) .falue-login-eye-closed {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}

/* Password visible: show the DON'T SEE icon only. */
.falue-login-password-toggle.is-visible .falue-login-eye-open {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
.falue-login-password-toggle.is-visible .falue-login-eye-closed {
  display: block !important;
  opacity: 1;
  visibility: visible;
}


/* v28 — user-supplied username + password field icons */
.falue-login-field__icon--user,
.falue-login-field__icon--password {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.falue-login-field__icon--user svg,
.falue-login-field__icon--password svg {
  width: 22px !important;
  height: 22px !important;
  fill: currentColor !important;
  stroke: none !important;
}
.falue-login-field__icon--user svg *,
.falue-login-field__icon--password svg * {
  fill: currentColor !important;
  stroke: none !important;
}


/* v29 — login icon consistency polish */
.falue-welcome-login-modal__close {
  font-size: 0;
}
.falue-welcome-login-modal__close svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.falue-login-field__icon {
  width: 20px;
  height: 20px;
  color: #30334B;
}
.falue-login-field__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.falue-login-field__icon--user svg,
.falue-login-field__icon--password svg {
  fill: currentColor !important;
  stroke: none !important;
}
.falue-login-field__icon--password .falue-login-lock-icon--unlocked { display: none; }
.falue-login-field.has-value .falue-login-field__icon--password .falue-login-lock-icon--locked { display: none; }
.falue-login-field.has-value .falue-login-field__icon--password .falue-login-lock-icon--unlocked { display: block; }
.falue-login-password-toggle {
  width: 22px;
  height: 22px;
  padding: 0;
  right: 18px;
  color: #4A4E65;
}
.falue-login-password-toggle svg {
  width: 18px;
  height: 18px;
  display: none;
}
.falue-login-password-toggle .falue-login-eye-open,
.falue-login-password-toggle .falue-login-eye-closed {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.falue-login-password-toggle:not(.is-visible) .falue-login-eye-open {
  display: block;
}
.falue-login-password-toggle.is-visible .falue-login-eye-closed {
  display: block;
}
.falue-login-password-toggle.is-visible .falue-login-eye-open,
.falue-login-password-toggle:not(.is-visible) .falue-login-eye-closed {
  display: none;
}


/* v30 — robust password eye pair + unlock only after accepted login */
.falue-login-field__icon--password .falue-login-lock-icon--unlocked {
  display: none !important;
}
.falue-login-field__icon--password .falue-login-lock-icon--locked {
  display: block !important;
}
.falue-login-field.login-success .falue-login-field__icon--password .falue-login-lock-icon--locked {
  display: none !important;
}
.falue-login-field.login-success .falue-login-field__icon--password .falue-login-lock-icon--unlocked {
  display: block !important;
}
/* Override all earlier eye-icon scaling/position rules. */
.falue-login-password-toggle {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background: transparent !important;
  color: #4A4E65 !important;
  overflow: visible !important;
}
.falue-login-password-toggle .falue-login-eye-open,
.falue-login-password-toggle .falue-login-eye-closed {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.75 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke;
  overflow: visible !important;
}
.falue-login-password-toggle .falue-login-eye-open *,
.falue-login-password-toggle .falue-login-eye-closed * {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.75 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.falue-login-password-toggle:not(.is-visible) .falue-login-eye-open {
  display: block !important;
}
.falue-login-password-toggle:not(.is-visible) .falue-login-eye-closed {
  display: none !important;
}
.falue-login-password-toggle.is-visible .falue-login-eye-open {
  display: none !important;
}
.falue-login-password-toggle.is-visible .falue-login-eye-closed {
  display: block !important;
}


/* v31 — exact user-supplied matched OPEN/CLOSE eye pair */
.falue-login-password-toggle {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #4A4E65 !important;
  border: 0 !important;
  background: transparent !important;
}
.falue-login-password-toggle .falue-login-eye-open,
.falue-login-password-toggle .falue-login-eye-closed {
  position: static !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  fill: none !important;
  stroke: none !important;
  color: inherit !important;
}
.falue-login-password-toggle .falue-login-eye-open *,
.falue-login-password-toggle .falue-login-eye-closed * {
  fill: currentColor !important;
  stroke: none !important;
}
/* Hidden password = CLOSE icon. Visible password = OPEN icon. */
.falue-login-password-toggle:not(.is-visible) .falue-login-eye-open {
  display: none !important;
}
.falue-login-password-toggle:not(.is-visible) .falue-login-eye-closed {
  display: block !important;
}
.falue-login-password-toggle.is-visible .falue-login-eye-open {
  display: block !important;
}
.falue-login-password-toggle.is-visible .falue-login-eye-closed {
  display: none !important;
}


/* v32 — harden the exact user-supplied eye pair against legacy CSS/cache collisions */
.falue-login-password-toggle {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background: transparent !important;
  color: #30334B !important;
  z-index: 4 !important;
}
.falue-login-password-toggle [data-falue-eye-open],
.falue-login-password-toggle [data-falue-eye-closed] {
  position: static !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  color: #30334B !important;
  fill: none !important;
  stroke: none !important;
  overflow: visible !important;
  pointer-events: none !important;
}
.falue-login-password-toggle [data-falue-eye-open] path,
.falue-login-password-toggle [data-falue-eye-closed] path {
  fill: currentColor !important;
  stroke: none !important;
}

/* v33 — fresh password visibility control. Old eye classes are intentionally not used. */
.falue-password-visibility-v33 {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
  z-index: 20 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.falue-password-visibility-v33:hover {
  background: rgba(43,45,66,.045) !important;
}
.falue-password-visibility-v33:focus-visible {
  outline: 2px solid rgba(93,95,147,.32) !important;
  outline-offset: 2px !important;
}
.falue-password-visibility-v33 .falue-password-eye-v33 {
  position: static !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
  transform: none !important;
}
.falue-password-visibility-v33 .falue-password-eye-v33[hidden] {
  display: none !important;
}
/* Reserve space for the new eye button without relying on any legacy toggle rule. */
.falue-login-password-group .falue-login-field input#password {
  padding-right: 58px !important;
}


/* v34 — successful login profile orbit */
.falue-welcome-login-modal__dialog.is-login-success-v34 {
  min-height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.falue-login-success-v34[hidden] { display: none !important; }
.falue-login-success-v34 {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 390px;
  padding: 42px 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transform: translateY(10px) scale(.985);
  transition: opacity .28s ease, transform .34s cubic-bezier(.2,.8,.2,1);
}
.falue-login-success-v34.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.falue-login-success-v34__profile-stage {
  position: relative;
  width: 224px;
  height: 224px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
}
.falue-login-success-v34__avatar-ring {
  position: relative;
  z-index: 2;
  width: 142px;
  height: 142px;
  padding: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(117,79,255,.34), 0 0 0 8px rgba(117,79,255,.08), 0 16px 34px rgba(43,45,66,.17);
}
.falue-login-success-v34__avatar-ring img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  background: #F5F4FA;
}
.falue-login-success-v34__avatar-ring::after {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid rgba(118,82,246,.24);
  box-shadow: 0 0 20px rgba(118,82,246,.10);
  animation: falueLoginAvatarPulseV35 2.1s ease-in-out infinite;
}
@keyframes falueLoginAvatarPulseV35 {
  0%,100% { transform: scale(.985); opacity: .45; }
  50% { transform: scale(1.025); opacity: .9; }
}
.falue-login-success-v34__orbit {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform-origin: 50% 50%;
  pointer-events: none;
}
/*
 * v35: the dots stay anchored around the portrait. The highlight travels from
 * dot to dot, creating a chasing-light orbit instead of rotating the ring as
 * one rigid object.
 */
.falue-login-success-v34__orbit span {
  --angle: calc(var(--i) * 20deg);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: rotate(var(--angle)) translateY(-100px);
}
.falue-login-success-v34__orbit span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7652F6;
  opacity: .16;
  transform: translate(-50%,-50%) scale(.74);
  box-shadow: 0 0 0 rgba(118,82,246,0);
  animation: falueLoginChaseV35 1.44s linear infinite;
  animation-delay: calc(var(--i) * -0.08s);
  will-change: transform, opacity, box-shadow;
}
.falue-login-success-v34__orbit span:nth-child(3n)::before { background: #835EF8; }
.falue-login-success-v34__orbit span:nth-child(4n)::before { background: #6744EF; }
.falue-login-success-v34 h2 {
  margin: 0;
  max-width: 100%;
  color: #20223A;
  font-size: 32px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -.035em;
}
.falue-login-success-v34 h2 span { overflow-wrap: anywhere; }
.falue-login-success-v34 p {
  margin: 11px 0 0;
  color: #5E637A;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}
@keyframes falueLoginChaseV35 {
  0%, 100% {
    opacity: .13;
    transform: translate(-50%,-50%) scale(.68);
    box-shadow: 0 0 0 rgba(118,82,246,0);
  }
  9% {
    opacity: .34;
    transform: translate(-50%,-50%) scale(.88);
  }
  16% {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1.72);
    box-shadow: 0 0 14px 5px rgba(118,82,246,.28);
  }
  24% {
    opacity: .82;
    transform: translate(-50%,-50%) scale(1.28);
    box-shadow: 0 0 10px 3px rgba(118,82,246,.18);
  }
  34% {
    opacity: .52;
    transform: translate(-50%,-50%) scale(1.03);
    box-shadow: 0 0 6px 1px rgba(118,82,246,.10);
  }
  48% {
    opacity: .25;
    transform: translate(-50%,-50%) scale(.82);
    box-shadow: 0 0 0 rgba(118,82,246,0);
  }
  66% {
    opacity: .13;
    transform: translate(-50%,-50%) scale(.68);
  }
}
@media (prefers-reduced-motion: reduce) {
  .falue-login-success-v34__orbit span::before {
    animation-duration: 4.5s;
    animation-timing-function: ease-in-out;
  }
  .falue-login-success-v34 { transition: none; }
}
@media (max-width: 620px) {
  .falue-welcome-login-modal__dialog.is-login-success-v34 { min-height: 455px; }
  .falue-login-success-v34 { min-height: 350px; padding-top: 34px; }
  .falue-login-success-v34__profile-stage { width: 196px; height: 196px; margin-bottom: 20px; }
  .falue-login-success-v34__avatar-ring { width: 126px; height: 126px; }
  .falue-login-success-v34__orbit span { transform: rotate(var(--angle)) translateY(-87px); }
  .falue-login-success-v34 h2 { font-size: 28px; }
  .falue-login-success-v34 p { font-size: 16px; }
}
