.sync5610-login-page {
  color: #f7f7f7;
  background: #080808;
  font-family:
    "Avenir Next",
    "Inter",
    "SF Pro Display",
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-synthesis: none;
  text-rendering: geometricprecision;
}

.sync5610-login-page * {
  box-sizing: border-box;
}

.sync5610-login-page {
  min-width: 320px;
  background: #080808;
}

.sync5610-login-page {
  min-width: 320px;
  min-height: 100dvh;
  margin: 0;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.04), transparent 24rem),
    linear-gradient(180deg, #171717 0%, #111 46%, #060606 100%);
}

.sync5610-login-page button,
.sync5610-login-page input {
  font: inherit;
}

.sync5610-login-page button {
  border: 0;
}

.sync5610-login-page button:focus-visible,
.sync5610-login-page input:focus-visible {
  outline: 2px solid #f8f8f8;
  outline-offset: 4px;
}

.sync5610-login-page {
  min-height: 100dvh;
}

.sync5610-login-page .auth-shell {
  display: grid;
  min-height: 100dvh;
  place-items: center;
  padding: clamp(1rem, 4vw, 4rem);
}

.sync5610-login-page .auth-card {
  position: relative;
  display: grid;
  width: min(92rem, 100%);
  min-height: clamp(35rem, 76vh, 46.5rem);
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 28%),
    linear-gradient(180deg, rgba(21, 21, 21, 0.96), rgba(8, 8, 8, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 3rem 8rem rgba(0, 0, 0, 0.55);
}

.sync5610-login-page .auth-card--compact {
  width: min(32.75rem, calc(100vw - 2rem));
  min-height: min(46.5rem, calc(100dvh - 3rem));
  grid-template-columns: 1fr;
}

.sync5610-login-page .brand-pane,
.sync5610-login-page .form-pane {
  display: grid;
  align-items: center;
  padding: clamp(2.25rem, 6vw, 5rem);
}

.sync5610-login-page .brand-pane {
  justify-items: center;
  text-align: center;
}

.sync5610-login-page .form-pane {
  align-content: center;
}

.sync5610-login-page .divider {
  width: 1px;
  min-height: 84%;
  align-self: center;
  background: linear-gradient(180deg, transparent, #f4f4f4 12%, #f4f4f4 88%, transparent);
}

.sync5610-login-page .hero-brand,
.sync5610-login-page .step-brand,
.sync5610-login-page .complete-panel {
  display: grid;
  justify-items: center;
}

.sync5610-login-page .hero-brand h1 {
  margin: 2.2rem 0 0;
  color: #fff;
  font-size: clamp(3.5rem, 6vw, 5.1rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.86;
}

.sync5610-login-page .hero-brand p {
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(1.4rem, 2.1vw, 1.95rem);
  font-weight: 400;
  line-height: 1.15;
}

.sync5610-login-page .step-brand h1,
.sync5610-login-page .complete-panel h1 {
  margin: 3.25rem 0 0;
  color: #fff;
  font-size: clamp(1.7rem, 2.3vw, 2.05rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
}

.sync5610-login-page .step-brand p {
  max-width: 24rem;
  margin: 1.8rem 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  font-weight: 400;
  line-height: 1.25;
}

.sync5610-login-page .brand-mark {
  position: relative;
  display: flex;
  width: clamp(13rem, 18vw, 15.25rem);
  height: clamp(5.2rem, 7vw, 6.15rem);
  justify-content: center;
}

.sync5610-login-page .brand-mark span {
  display: block;
  width: 5.05rem;
  height: 100%;
  margin-left: -1.25rem;
  border-radius: 50%;
  background: #4a4a4a;
  transform: skewX(-12deg);
}

.sync5610-login-page .brand-mark span:first-child {
  margin-left: 0;
}

.sync5610-login-page .brand-mark span.is-active {
  background: #f7f7f7;
}

.sync5610-login-page .brand-mark--muted span.is-active {
  background: #ededed;
}

.sync5610-login-page .panel-stack {
  display: grid;
  width: min(34rem, 100%);
  gap: 1.55rem;
  justify-self: center;
}

.sync5610-login-page .welcome-actions {
  gap: 1.8rem;
}

.sync5610-login-page .primary-action,
.sync5610-login-page .secondary-action,
.sync5610-login-page .social-action,
.sync5610-login-page .field input,
.sync5610-login-page .choice-card {
  width: 100%;
  min-height: 4.8rem;
  border-radius: 999px;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1;
  letter-spacing: 0;
}

.sync5610-login-page .primary-action,
.sync5610-login-page .secondary-action,
.sync5610-login-page .social-action,
.sync5610-login-page .choice-card,
.sync5610-login-page .text-action,
.sync5610-login-page .icon-back,
.sync5610-login-page .sound-chip {
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.sync5610-login-page .primary-action {
  background: #fff;
  color: #171717;
  font-weight: 500;
}

.sync5610-login-page .secondary-action,
.sync5610-login-page .social-action,
.sync5610-login-page .field input {
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(14, 14, 14, 0.4);
  color: #fff;
}

.sync5610-login-page .secondary-action,
.sync5610-login-page .social-action {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 500;
}

.sync5610-login-page .primary-action:hover,
.sync5610-login-page .primary-action:focus-visible,
.sync5610-login-page .choice-card:hover,
.sync5610-login-page .choice-card:focus-visible,
.sync5610-login-page .sound-chip:hover,
.sync5610-login-page .sound-chip:focus-visible {
  transform: translateY(-1px);
}

.sync5610-login-page .secondary-action:hover,
.sync5610-login-page .social-action:hover,
.sync5610-login-page .icon-back:hover,
.sync5610-login-page .text-action:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.9);
}

.sync5610-login-page .or-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.9rem;
  margin: 0.2rem 0 0.4rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.5rem;
  font-style: normal;
}

.sync5610-login-page .or-divider span {
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.sync5610-login-page .or-divider em {
  font-style: normal;
}

.sync5610-login-page .social-stack {
  display: grid;
  gap: 1.85rem;
}

.sync5610-login-page .social-action {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.58);
}

.sync5610-login-page .icon-back {
  width: 4rem;
  height: 3rem;
  margin-top: -0.2rem;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.66);
}

.sync5610-login-page .icon-back svg {
  display: block;
  width: 100%;
  height: 100%;
}

.sync5610-login-page .field {
  display: block;
}

.sync5610-login-page .field input {
  padding: 0 2rem;
  text-align: center;
}

.sync5610-login-page .field input::placeholder {
  color: rgba(255, 255, 255, 0.42);
  opacity: 1;
}

.sync5610-login-page .field--split {
  position: relative;
}

.sync5610-login-page .field--split input {
  padding-right: 13rem;
  text-align: left;
}

.sync5610-login-page .date-hint {
  position: absolute;
  top: 50%;
  right: 2rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  transform: translateY(-50%);
  pointer-events: none;
}

.sync5610-login-page .details-form {
  gap: 1.8rem;
}

.sync5610-login-page .form-message {
  margin: 0;
  color: #ffb4b4;
  font-size: 1rem;
  line-height: 1.35;
  text-align: center;
}

.sync5610-login-page .nav-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 2.6rem;
}

.sync5610-login-page .text-action {
  width: max-content;
  min-width: 4.5rem;
  min-height: 3rem;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  font-weight: 500;
}

.sync5610-login-page .text-action:last-child {
  justify-self: end;
}

.sync5610-login-page .account-options {
  gap: 3.6rem;
}

.sync5610-login-page .choice-card {
  display: grid;
  min-height: auto;
  gap: 1.55rem;
  padding: 0;
  background: transparent;
  color: #fff;
  text-align: center;
}

.sync5610-login-page .choice-card span {
  display: grid;
  min-height: 4.8rem;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #171717;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  font-weight: 500;
}

.sync5610-login-page .choice-card small {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.95rem, 1.4vw, 1.18rem);
  font-weight: 400;
  line-height: 1.35;
}

.sync5610-login-page .choice-card:not(.is-selected) {
  opacity: 0.9;
}

.sync5610-login-page .sound-panel {
  width: min(38rem, 100%);
  gap: 3.6rem;
}

.sync5610-login-page .sound-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 0.75rem;
}

.sync5610-login-page .sound-chip {
  min-height: 4.35rem;
  padding: 0 1.8rem;
  border-radius: 999px;
  background: #fff;
  color: #171717;
  font-size: clamp(1.35rem, 2.1vw, 1.95rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.sync5610-login-page .sound-chip:not(.is-selected) {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.68);
}

.sync5610-login-page .complete-panel {
  align-self: center;
  padding: clamp(2rem, 8vw, 4.8rem);
  text-align: center;
}

.sync5610-login-page .complete-panel .brand-mark {
  width: clamp(12rem, 40vw, 15.25rem);
}

.sync5610-login-page .complete-panel h1 {
  margin-top: 3.6rem;
}

.sync5610-login-page .complete-action {
  width: min(20.6rem, 100%);
  margin-top: 5.4rem;
}

.sync5610-login-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .sync5610-login-page .auth-shell {
    padding: 1rem;
  }

  .sync5610-login-page .auth-card {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .sync5610-login-page .brand-pane {
    padding-bottom: 2rem;
  }

  .sync5610-login-page .form-pane {
    padding-top: 2rem;
  }

  .sync5610-login-page .divider {
    width: min(34rem, calc(100% - 4rem));
    height: 1px;
    min-height: 1px;
    justify-self: center;
    background: linear-gradient(90deg, transparent, #f4f4f4 12%, #f4f4f4 88%, transparent);
  }

  .sync5610-login-page .hero-brand h1 {
    font-size: clamp(3.1rem, 12vw, 4.5rem);
  }

  .sync5610-login-page .step-brand p {
    max-width: 18rem;
  }

  .sync5610-login-page .sound-panel,
  .sync5610-login-page .panel-stack {
    width: min(34rem, 100%);
  }

  .sync5610-login-page .sound-grid {
    justify-content: center;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .sync5610-login-page .auth-shell {
    padding: 1rem;
  }

  .sync5610-login-page .auth-card {
    min-height: calc(100dvh - 2rem);
  }

  .sync5610-login-page .brand-pane,
  .sync5610-login-page .form-pane {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sync5610-login-page .hero-brand h1 {
    font-size: clamp(3.2rem, 5.2vw, 4.65rem);
  }

  .sync5610-login-page .hero-brand p {
    font-size: 1.55rem;
  }

  .sync5610-login-page .brand-mark {
    width: 12.8rem;
    height: 5.15rem;
  }

  .sync5610-login-page .brand-mark span {
    width: 4.35rem;
    margin-left: -1rem;
  }

  .sync5610-login-page .panel-stack {
    gap: 1.15rem;
  }

  .sync5610-login-page .welcome-actions,
  .sync5610-login-page .details-form {
    gap: 1.25rem;
  }

  .sync5610-login-page .primary-action,
  .sync5610-login-page .secondary-action,
  .sync5610-login-page .social-action,
  .sync5610-login-page .field input,
  .sync5610-login-page .choice-card span {
    min-height: 3.95rem;
    font-size: 1.6rem;
  }

  .sync5610-login-page .or-divider {
    margin: 0;
    font-size: 1.25rem;
  }

  .sync5610-login-page .social-stack {
    gap: 1.25rem;
  }

  .sync5610-login-page .nav-actions {
    margin-top: 1.25rem;
  }

  .sync5610-login-page .account-options,
  .sync5610-login-page .sound-panel {
    gap: 2.15rem;
  }

  .sync5610-login-page .sound-chip {
    min-height: 3.55rem;
    font-size: 1.45rem;
  }
}

@media (max-width: 520px) {
  .sync5610-login-page .auth-card,
  .sync5610-login-page .auth-card--compact {
    border-radius: 1rem;
  }

  .sync5610-login-page .brand-pane,
  .sync5610-login-page .form-pane,
  .sync5610-login-page .complete-panel {
    padding: 2rem 1.1rem;
  }

  .sync5610-login-page .brand-mark {
    width: 10.8rem;
    height: 4.5rem;
  }

  .sync5610-login-page .brand-mark span {
    width: 3.8rem;
    margin-left: -0.9rem;
  }

  .sync5610-login-page .primary-action,
  .sync5610-login-page .secondary-action,
  .sync5610-login-page .social-action,
  .sync5610-login-page .field input,
  .sync5610-login-page .choice-card span {
    min-height: 3.9rem;
    font-size: 1.24rem;
  }

  .sync5610-login-page .field--split input {
    padding-right: 9rem;
  }

  .sync5610-login-page .date-hint {
    right: 1.4rem;
    font-size: 1.1rem;
  }

  .sync5610-login-page .sound-chip {
    min-height: 3.6rem;
    padding: 0 1.25rem;
    font-size: 1.12rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sync5610-login-page *,
  .sync5610-login-page *::before,
  .sync5610-login-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
