/* [project]/src/app/login/login.css [app-client] (css) */
* {
  box-sizing: border-box;
}

html, body {
  background: #050505;
  min-height: 100%;
  margin: 0;
}

body {
  font-family: var(--font-manrope), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button, input {
  font: inherit;
}

button {
  cursor: pointer;
}

.login-page {
  color: #f4f4f4;
  background: #050505;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}

.login-scene {
  filter: saturate(.75) contrast(1.04) brightness(.72);
  background-image: radial-gradient(circle at 20% 18%, #6180ff47, #0000 32%), radial-gradient(circle at 82% 76%, #b75dff33, #0000 34%), radial-gradient(circle at 54% 45%, #5cd0ff1f, #0000 28%), url("/login-bg.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
  transform: scale(1.008);
}

.login-page:after, .login-scene:after, .login-vignette:after {
  content: none !important;
  background-image: none !important;
  display: none !important;
}

.login-vignette {
  pointer-events: none;
  background: radial-gradient(circle, #0000 0%, #00000024 48%, #00000085 100%), linear-gradient(#0000002e, #0000001a 72%, #00000057);
  position: absolute;
  inset: 0;
}

.topbar {
  z-index: 4;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 28px;
  left: 4.3vw;
  right: 4.3vw;
}

.brand-mini {
  align-items: center;
  gap: 22px;
  display: flex;
}

.brand-mark {
  letter-spacing: -6px;
  text-shadow: 0 0 14px #ffffff73;
  font-size: 31px;
  font-weight: 300;
  transform: skewX(-8deg);
}

.brand-word {
  letter-spacing: .55em;
  color: #ffffffe6;
  font-size: 16px;
}

.new-account {
  color: #ffffff94;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  display: flex;
}

.new-account button {
  color: #f5f5f5;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffff09;
  border: 1px solid #ffffff38;
  border-radius: 11px;
  padding: 12px 26px;
}

.left-copy {
  z-index: 3;
  color: #ffffffa8;
  width: 250px;
  position: absolute;
  top: 22.5%;
  left: 4.8vw;
}

.left-copy .line {
  background: #ffffff73;
  width: 28px;
  height: 1px;
  margin-bottom: 23px;
}

.left-copy h2 {
  letter-spacing: .22em;
  margin: 0 0 18px;
  font-size: 29px;
  font-weight: 300;
  line-height: 1.25;
}

.left-copy p {
  color: #ffffff61;
  letter-spacing: .08em;
  margin: 7px 0;
  font-size: 13px;
}

.right-copy {
  z-index: 3;
  text-align: center;
  color: #ffffffa1;
  letter-spacing: .32em;
  width: 170px;
  position: absolute;
  top: 55%;
  right: 5.4vw;
}

.right-copy strong {
  margin: 7px 0;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.small-line {
  background: #ffffff57;
  width: 24px;
  height: 1px;
  margin: 20px auto 17px;
  display: block;
}

.right-copy p {
  letter-spacing: .08em;
  color: #ffffff61;
  margin: 6px 0;
  font-size: 10px;
  line-height: 1.35;
}

.card-wrap {
  z-index: 5;
  width: min(580px, 39vw);
  min-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49.2%);
}

.card-glow {
  filter: blur(22px);
  opacity: .58;
  background: #ffffff7a;
  width: 38%;
  height: 14px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.login-card {
  -webkit-backdrop-filter: blur(34px) saturate(155%);
  background: linear-gradient(135deg, #ffffff24, #ffffff09 44%, #ffffff14), #07080c85;
  border: 1px solid #ffffff47;
  border-radius: 28px;
  padding: 48px 62px 45px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff57, inset 1px 0 #ffffff14, 0 35px 90px #00000080;
}

.login-card:before {
  content: "";
  filter: blur(45px);
  pointer-events: none;
  background: #ffffff29;
  border-radius: 50%;
  width: 280px;
  height: 180px;
  position: absolute;
  top: -110px;
  left: -90px;
}

.login-card > * {
  z-index: 1;
  position: relative;
}

.card-brand {
  text-align: center;
  justify-content: center;
  width: 100%;
  display: flex;
}

.big-word {
  letter-spacing: .54em;
  text-align: center;
  margin-right: -.54em;
  font-size: 22px;
}

.tagline {
  letter-spacing: .25em;
  color: #ffffff70;
  margin-top: 14px;
  font-size: 10px;
}

.welcome {
  text-align: center;
  margin: 31px 0 28px;
}

.welcome h1 {
  letter-spacing: -.02em;
  margin: 0;
  font-size: 31px;
  font-weight: 500;
}

.welcome p {
  color: #fff9;
  margin: 8px 0 0;
  font-size: 15px;
}

form {
  flex-direction: column;
  display: flex;
}

.input-box {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: linear-gradient(135deg, #ffffff1a, #ffffff09);
  border: 1px solid #ffffff40;
  border-radius: 14px;
  align-items: center;
  gap: 13px;
  height: 56px;
  margin-bottom: 12px;
  padding: 0 17px;
  transition: border-color .18s, background .18s, box-shadow .18s;
  display: flex;
  box-shadow: inset 0 1px #ffffff17;
}

.input-box:focus-within {
  background: #ffffff0d;
  border-color: #ffffff80;
  box-shadow: 0 0 0 3px #ffffff08;
}

.input-box > svg {
  stroke: #ffffffc7;
  fill: none;
  stroke-width: 1.4px;
  flex: none;
  width: 20px;
  height: 20px;
}

.input-box input {
  color: #eee;
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  min-width: 0;
  font-size: 14px;
}

.input-box input::placeholder {
  color: #ffffff4d;
}

.username-box {
  padding-left: 20px;
}

.password-reveal {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  transition: max-height .48s cubic-bezier(.22, 1, .36, 1), opacity .3s, transform .42s cubic-bezier(.22, 1, .36, 1);
  overflow: hidden;
  transform: translateY(-10px);
}

.password-reveal.visible {
  opacity: 1;
  pointer-events: auto;
  max-height: 220px;
  transform: translateY(0);
}

.eye {
  color: #ffffffbf;
  background: none;
  border: 0;
  place-items: center;
  padding: 3px;
  display: grid;
}

.eye svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5px;
  width: 20px;
  height: 20px;
}

.options-row {
  justify-content: space-between;
  align-items: center;
  margin: 4px 0 26px;
  display: flex;
}

.remember, .text-link {
  color: #ffffffb3;
  background: none;
  border: 0;
  padding: 0;
  font-size: 13px;
}

.remember {
  align-items: center;
  gap: 10px;
  display: flex;
}

.checkbox {
  border: 1px solid #ffffff4d;
  border-radius: 4px;
  place-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: grid;
}

.checkbox.checked {
  color: #0b0b0b;
  background: #f2f2f2;
}

.text-link {
  color: #fff;
}

.login-error {
  color: #ff8d8d;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 650;
}

.signin-btn {
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: linear-gradient(135deg, #ffffff29, #ffffff0f);
  border: 1px solid #ffffff47;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 56px;
  font-size: 15px;
  font-weight: 600;
  transition: transform .18s, border-color .18s, background .18s;
  display: flex;
  box-shadow: inset 0 1px #ffffff21, 0 12px 30px #0000002e;
}

.signin-btn:hover {
  background: linear-gradient(135deg, #ffffff38, #ffffff17);
  border-color: #ffffff75;
  transform: translateY(-1px);
}

.arrow {
  font-size: 25px;
  line-height: 1;
  transform: translateY(-1px);
}

.separator {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 28px 0 20px;
  display: grid;
}

.separator span {
  background: #ffffff29;
  height: 1px;
}

.separator em {
  letter-spacing: .25em;
  color: #ffffff80;
  font-size: 9px;
  font-style: normal;
}

.social-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}

.social-btn {
  color: #ffffffeb;
  background: #ffffff09;
  border: 1px solid #fff3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 52px;
  font-size: 14px;
  display: flex;
}

.google-g {
  background: linear-gradient(90deg, #4285f4, #34a853, #fbbc05, #ea4335);
  color: #0000;
  -webkit-background-clip: text;
  font-size: 20px;
  font-weight: 800;
}

.social-icon, .apple {
  color: #fff;
  font-size: 17px;
}

.register-line {
  text-align: center;
  color: #ffffff8f;
  margin: 40px 0 0;
  font-size: 13px;
}

.register-line button {
  color: #fff;
  background: none;
  border: 0;
  padding: 0 0 0 6px;
  text-decoration: underline;
}

footer {
  z-index: 4;
  color: #ffffff6b;
  letter-spacing: .08em;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 4.8vw;
  right: 4.8vw;
}

footer nav {
  gap: 30px;
  display: flex;
}

footer button {
  color: #ffffff80;
  background: none;
  border: 0;
  font-size: 10px;
}

@media (max-width: 1100px) {
  .left-copy, .right-copy {
    display: none;
  }

  .card-wrap {
    width: min(560px, 88vw);
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .login-scene {
    background-position: 52%;
  }

  .topbar {
    left: 20px;
    right: 20px;
  }

  .brand-word {
    font-size: 12px;
  }

  .new-account span {
    display: none;
  }

  .new-account button {
    padding: 10px 14px;
    font-size: 12px;
  }

  .card-wrap {
    width: calc(100vw - 28px);
    top: 53%;
  }

  .login-card {
    border-radius: 17px;
    padding: 38px 22px 34px;
  }

  .big-mark {
    font-size: 50px;
  }

  .big-word {
    font-size: 18px;
  }

  .welcome h1 {
    font-size: 28px;
  }

  .social-row {
    grid-template-columns: 1fr;
  }

  footer {
    display: none;
  }
}

/*# sourceMappingURL=src_app_login_login_0foze_b.css.map*/