/* line 1, app/assets/stylesheets/auth_shell.scss */
body.auth-page {
  background: radial-gradient(circle at 12% 18%, rgba(234, 235, 196, 0.72), transparent 30rem), radial-gradient(circle at 90% 82%, rgba(131, 201, 175, 0.2), transparent 32rem), var(--sqrl-home-bg);
  color: var(--sqrl-home-foreground);
  font-family: var(--sqrl-font-body);
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  padding: 0;
}

/* line 15, app/assets/stylesheets/auth_shell.scss */
.sqrl-auth-header {
  backdrop-filter: blur(10px);
  background: rgba(248, 244, 238, 0.94);
  border-bottom: 1px solid rgba(193, 154, 119, 0.34);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

/* line 26, app/assets/stylesheets/auth_shell.scss */
.sqrl-auth-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 72rem;
  padding: var(--sqrl-space-2) var(--sqrl-space-4);
}

/* line 35, app/assets/stylesheets/auth_shell.scss */
.sqrl-auth-header__logo-link,
.sqrl-auth-header__home-link {
  align-items: center;
  border-radius: var(--sqrl-radius-md);
  box-sizing: border-box;
  display: flex;
  min-height: 2.75rem;
  text-decoration: none;
}

/* line 45, app/assets/stylesheets/auth_shell.scss */
.sqrl-auth-header__logo-link {
  padding: 0 var(--sqrl-space-1);
}

/* line 49, app/assets/stylesheets/auth_shell.scss */
.sqrl-auth-header__logo {
  display: block;
  height: 1.75rem;
  width: auto;
}

/* line 55, app/assets/stylesheets/auth_shell.scss */
.sqrl-auth-header__home-link {
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(193, 154, 119, 0.28);
  color: var(--sqrl-home-foreground);
  font-family: var(--sqrl-font-body);
  font-size: 0.875rem;
  font-weight: 600;
  gap: var(--sqrl-space-1);
  padding: var(--sqrl-space-1) var(--sqrl-space-2);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* line 67, app/assets/stylesheets/auth_shell.scss */
.sqrl-auth-header__home-link:hover {
  background: #fff;
  border-color: var(--sqrl-home-primary);
  color: var(--sqrl-home-foreground);
}

/* line 73, app/assets/stylesheets/auth_shell.scss */
.sqrl-auth-header__logo-link:focus-visible,
.sqrl-auth-header__home-link:focus-visible,
.auth-page .flash-close:focus-visible {
  outline: 3px solid var(--sqrl-action-primary);
  outline-offset: 3px;
}

/* line 80, app/assets/stylesheets/auth_shell.scss */
.sqrl-auth-main {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--sqrl-space-3);
  justify-content: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: 5.25rem var(--sqrl-space-4) var(--sqrl-space-4);
  width: 100%;
}

@media (max-width: 36rem) {
  /* line 94, app/assets/stylesheets/auth_shell.scss */
  .sqrl-auth-header__inner {
    padding-inline: var(--sqrl-space-3);
  }
  /* line 98, app/assets/stylesheets/auth_shell.scss */
  .sqrl-auth-main {
    padding: 4.875rem var(--sqrl-space-2) var(--sqrl-space-2);
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 105, app/assets/stylesheets/auth_shell.scss */
  .sqrl-auth-header__home-link {
    transition: none;
  }
}
