@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");


* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}
html,
body {
    margin: 0px;
    height: 100%;
  background-color: #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
    min-height: 100vh;
}

/* a blue color as a generic focus style
button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
} */

a {
    text-decoration: none;
}

.frame {
    background-size: 100% 100%;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame .sign-up {
    width: 866px;
    height: 625px;
    margin: 60px auto;
    display: flex;
    transition: height 0.3s ease;
}

.frame .sign-up.expanded {
    height: 625px;
}

    /* flex: 1; */
.frame .login {
    flex: 1;
    width: auto;
    position: relative;
    background-color: #ffffff;
    border-radius: 20px;
    align-items: center;
}



.frame .content-background {
    position: absolute;
    width: 97.69%;
    height: 96.67%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border-radius: 20px;
}

.frame .right-content {
    position: absolute;
    top: 10px;
    left: 433px;
    width: 423px;
    height: 605px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.3s ease;
}

.frame .right-content.expanded {
    height: 605px;
}

.frame .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(-180deg);
}

.frame .group {
    position: absolute;
    top: 230px;
    left: calc(50.00% - 80px);
    width: 164px;
    height: 119px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.frame .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -4px;
    height: 33px;
    width: 160px;
    font-family: "SF Pro-SemiboldItalic", Helvetica;
    font-weight: 600;
    font-style: italic;
    color: #000000;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: 16px;
}

.frame .div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -4px;
    height: 33px;
    width: 160px;
    font-family: "SF Pro-SemiboldItalic", Helvetica;
    font-weight: 600;
    font-style: italic;
    color: #000000;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: 16px;
}

.frame .div-wrapper {
    margin-left: -4px;
    height: 29px;
    width: 160px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #333438;
    border-radius: 10px;
}

.frame .text-wrapper-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 29px;
    margin-top: -1.00px;
    font-family: "SF Pro-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: 16px;
}

.frame .left-content {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 423px;
    height: 457px;
}

.frame .right-content {
    position: flex;
    top: 5;
   background-color: #e9e9e9;
  border-radius: 0 20px 20px 0;
}

.frame .logo {
    position: absolute;
    width: 48.70%;
    height: 5.47%;
    top: 2.41%;
    left: 7.09%;
}

.frame .logo-text {
    position: absolute;
    width: 83.49%;
    height: 100%;
    top: 0;
    left: 16.51%;
    display: flex;
}

.frame .text-wrapper-3 {
display: flex;
  align-items: center;
  justify-content: left;
  width: 172px;
  height: 25px;
  font-family: "SF Pro-SemiboldItalic", Helvetica;
  font-weight: 600;
  font-style: italic;
  color: #1c1d21;
  font-size: 20px;
  letter-spacing: 1.00px;
    margin-top: 1px;

}

.frame .union {
    position: absolute;
    width: 9.71%;
    height: 80.00%;
    top: 12.00%;
    left: 0;
    aspect-ratio: 1;
}

.frame .content {
  display: flex;
  flex-direction: column;
  width: 94.56%;
  height: 100%;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 20px;
  position: absolute;
  top: 10%;
  left: 2.60%;
  background-color: #ffffff;
  border-radius: 10px;
}

.frame .slogan {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

.frame .text-wrapper-4 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "SF Pro-Bold", Helvetica;
    font-weight: 700;
    color: #333438;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
}

.frame .p {
    position: relative;
    width: fit-content;
    font-family: "SF Pro-SemiboldItalic", Helvetica;
    font-weight: 400;
    font-style: italic;
    color: #333438;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.frame .div-2 {
    flex-direction: column;
    height: 448px;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    display: flex;
    align-items: center;
}

.frame .div-3 {
    position: relative;
    width: 362px;
    height: auto;
    min-height: 50px;
    padding-bottom: 20px;
    margin-right: -2.00px;
}

.frame .text-wrapper-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: left;
    font-family: "Urbanist-Regular", Helvetica;
    font-weight: 400;
    color: #333438;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
}

.frame .div-wrapper-2 {
    width: 360px;
    height: 25px;
    justify-content: center;
    position: absolute;
    top: 25px;
    left: 0;
    border-radius: 8px;
    border: 2px solid;
    border-color: #e4e4e4;
    display: flex;
    align-items: center;
}

.frame .text-wrapper-6 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 340px;
    height: 25px;
    margin-top: -2.00px;
    font-family: "Urbanist-Regular", Helvetica;
    font-weight: 400;
    color: #1c1d21;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 16px;
}

.frame .text-wrapper-7 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 340px;
    height: 25px;
    margin-top: -2.00px;
    font-family: "SF Pro-Regular", Helvetica;
    font-weight: 400;
    color: #1c1d21;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 16px;
}

.frame .text-wrapper-8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: left;
    font-family: "SF Pro-Regular", Helvetica;
    font-weight: 400;
    color: #333438;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
}

.frame .div-4 {
    position: absolute;
    top: 25px;
    left: 0;
    width: 360px;
    height: 25px;
    border-radius: 8px;
    border: 2px solid;
    border-color: #e4e4e4;
}

.frame .by-continuing-you-wrapper {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 20px;
}

.frame .by-continuing-you {
  position: absolute;
  top: -5px;
  left: 0;
  width: 360px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #333438;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 14px;
  bottom: 10px;
}


.frame .span {
    font-family: "SF Pro-Regular", Helvetica;
    font-weight: 400;
    color: #333438;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 14px;
}

.frame .text-wrapper-9 {
    text-decoration: underline;
}

.frame .divider {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    object-fit: cover;
}

.frame .login-wrapper {
    align-self: stretch;
    width: 100%;
    margin-bottom: -2.00px;
    position: relative;
    height: 50px;
}

.frame .login-2 {
    width: 360px;
    height: 50px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #333438;
    border-radius: 10px;
}

.frame .text-wrapper-10 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 362px;
    margin-top: -1.00px;
    margin-left: -1.00px;
    margin-right: -1.00px;
    font-family: "Urbanist-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: 16px;
    position: relative;
    height: 50px;
}

/* =====================
   RESPONSIVE: tablet + mobile (≤ 920px)
   ===================== */
@media (max-width: 920px) {
  html, body {
    align-items: center;
    height: auto;
    min-height: 100vh;
  }

  /* Frame: full viewport, center the card */
  .frame {
    min-width: unset;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  /* Sign-up wrapper: responsive width, auto height */
  .frame .sign-up {
    width: min(500px, 90%);
    height: auto;
    margin: 32px auto;
    display: flex;
    flex-direction: column;
  }

  /* White card */
  .frame .login {
    flex: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
  }

  .frame .content-background {
    display: none;
  }

  /* Left panel (form) — stack on top, comes first visually */
  .frame .left-content {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 24px 24px 16px;
    gap: 20px;
    background-color: #ffffff;
    border-radius: 20px;
  }

  /* Logo row: icon left, text right */
  .frame .logo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }

  .frame .union {
    position: relative;
    top: auto;
    left: auto;
    order: -1;
    width: 20px;
    height: 20px;
  }

  .frame .logo-text {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }

  /* Slogan subtitle */
  .frame .p {
    position: relative;
    width: fit-content;
    font-size: 14px;
    white-space: nowrap;
    margin-top: 5px;
  }

  /* Form content area: override absolute, auto height */
  .frame .content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }

  /* Form inputs column: override fixed 448px height */
  .frame .div-2 {
    height: auto;
    width: 100%;
  }

  /* Field wrappers: flow layout so label → input → message stack cleanly */
  .frame .div-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: unset;
    padding-bottom: 0;
    margin-right: 0;
    margin-bottom: 4px;
    gap: 4px;
  }

  /* Labels: pull out of absolute positioning */
  .frame .text-wrapper-5,
  .frame .text-wrapper-8 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    font-size: 13px;
  }

  /* Input wrapper: pull out of absolute positioning, proper touch height */
  .frame .div-wrapper-2 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 40px;
  }

  /* 16px prevents iOS Safari auto-zoom on focus */
  .frame .div-wrapper-2 input {
    font-size: 16px !important;
  }

  /* Validation messages: reset the desktop 50px offset */
  .frame .div-3 > div[style*="margin-top: 50px"] {
    margin-top: 2px !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
  }

  /* Terms text */
  .frame .by-continuing-you-wrapper {
    height: auto;
  }

  .frame .by-continuing-you {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    font-size: 12px;
  }

  /* Sign Up button: full width */
  .frame .login-2 {
    width: 100%;
  }

  /* Right panel (Sign In link) — horizontal row at bottom */
  .frame .right-content {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    gap: 12px;
    background-color: transparent;
    border-radius: 0;
  }

  .frame .right-content.expanded {
    height: auto;
  }

  /* Group: single horizontal row — text | Sign In button */
  .frame .group {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    /* padding: 14px 24px; */
  }

  /* Hide "Welcome!" heading */
  .frame .text-wrapper {
    display: none;
  }

  /* "If you already have an account." — left side, fills space */
  .frame .div {
    order: 1;
    flex: 1;
    width: auto;
    height: auto;
    transform: none;
    justify-content: flex-start;
    font-size: 12px;
    text-align: left;
  }

  /* Sign In button wrapper — right side, compact */
  .frame .div-wrapper {
    order: 2;
    width: auto;
    height: 32px;
    padding: 0 18px;
    transform: none;
  }

  .frame .text-wrapper-2 {
    font-size: 12px;
  }

  .frame .text-wrapper-4 {
    font-size: 18px;
  }
}

/*
*
CSS FOR MESSAGE / ANIMATION HERE
*
*/
#message {
  background: #fff;
  border-radius: 10px;
  bottom: 0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  color: #4a4a4a;
  font-weight: 600;
  font-size: 13px;
  left: 50%;
  padding: 12px 18px;
  position: fixed;
  transform: translate3d(-50%, -24px, 0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: min(600px, calc(100vw - 32px));
  box-sizing: border-box;
  z-index: var(--z-slide-up-message);
  will-change: transform;
}

#message .alert-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

#message .alert-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

#message .alert-text {
  flex: 0 1 auto;
  min-width: 0;
  text-align: center;
  overflow-wrap: anywhere;
}

#message.hidden {
  transform: translate3d(-50%, calc(100% + 32px), 0);
}

#message #close {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  opacity: 0.4;
  padding: 0 2px;
  transition: opacity 0.15s ease;
}

#message #close img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

#message #close:hover {
  opacity: 0.9;
}

@media (max-width: 500px) {
  #message {
    bottom: auto;
    top: 0;
    max-width: calc(100vw - 32px);
    transform: translate3d(-50%, 16px, 0);
  }

  #message.hidden {
    transform: translate3d(-50%, -150%, 0);
  }
}

