@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/layups/fonts/bricolage-grotesque-latin.woff2") format("woff2");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/layups/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/layups/fonts/space-mono-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/layups/fonts/space-mono-700-latin.woff2") format("woff2");
}

body.layout_frontend {
  --layups-bg: #050510;
  --layups-panel: #0a0a18;
  --layups-panel-strong: #0d1020;
  --layups-blue: #2563eb;
  --layups-blue-bright: #60a5fa;
  --layups-blue-soft: #93c5fd;
  --layups-border: rgb(255 255 255 / 8%);
  --layups-border-strong: rgb(96 165 250 / 44%);
  --layups-copy: rgb(255 255 255 / 58%);
  --layups-muted: rgb(255 255 255 / 36%);
  background: var(--layups-bg) !important;
  color: white !important;
  color-scheme: dark;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
}

body.layout_frontend bit-landing-layout > div {
  min-height: 100vh;
  background:
    radial-gradient(ellipse 52% 55% at 29% 42%, rgb(37 99 235 / 11%), transparent 68%),
    var(--layups-bg) !important;
}

body.layout_frontend bit-landing-layout > div > main + div,
body.layout_frontend bit-landing-layout > div > main + div + div {
  display: none !important;
}

body.layout_frontend bit-landing-header header {
  min-height: 80px;
  align-items: center;
  border-bottom: 1px solid rgb(255 255 255 / 5%);
  background: rgb(5 5 16 / 88%) !important;
  padding: 0 clamp(1.25rem, 4vw, 4rem) !important;
  backdrop-filter: blur(18px);
}

body.layout_frontend bit-landing-header header > a {
  display: flex !important;
  width: auto !important;
  align-items: center;
  gap: 0.75rem;
  padding: 0 !important;
  color: white;
  text-decoration: none;
}

body.layout_frontend bit-landing-header header > a > bit-svg {
  display: none !important;
}

.layups-vault-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.layups-vault-lockup img {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 24%);
}

.layups-vault-lockup span {
  font-family: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.38rem;
  font-weight: 700;
  letter-spacing: -0.035em;
}

body.layout_frontend bit-landing-content > div {
  position: relative;
  display: grid !important;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 470px) minmax(360px, 448px);
  align-items: center !important;
  justify-content: center;
  gap: clamp(3rem, 8vw, 8.5rem);
  min-height: calc(100vh - 164px);
  overflow: hidden;
  background: transparent !important;
  padding: clamp(3.5rem, 7vh, 6.5rem) clamp(1.5rem, 6vw, 6rem) !important;
  color: white !important;
}

body.layout_frontend bit-landing-content > div::before,
body.layout_frontend bit-landing-content > div::after {
  position: absolute;
  z-index: 0;
  display: block;
  border: 1px solid rgb(255 255 255 / 4%);
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

body.layout_frontend bit-landing-content > div::before {
  bottom: -21rem;
  left: -16rem;
  width: 42rem;
  height: 42rem;
}

body.layout_frontend bit-landing-content > div::after {
  top: 22%;
  right: -10rem;
  width: 24rem;
  height: 24rem;
  border-color: rgb(37 99 235 / 7%);
}

body.layout_frontend bit-landing-content > div > * {
  position: relative;
  z-index: 1;
}

.layups-vault-intro {
  max-width: 470px;
}

.layups-vault-intro__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.75rem;
  color: var(--layups-blue-bright);
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.layups-vault-intro__eyebrow::before {
  width: 2.5rem;
  height: 1px;
  background: var(--layups-blue);
  content: "";
}

.layups-vault-intro__title {
  margin: 0;
  font-family: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.35rem, 6vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.layups-vault-intro__title span {
  color: var(--layups-blue-bright);
}

.layups-vault-intro__copy {
  max-width: 29rem;
  margin: 1.75rem 0 0;
  color: var(--layups-copy);
  font-size: 1.05rem;
  line-height: 1.72;
}

.layups-vault-intro__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  margin: 2.4rem 0 0;
  padding: 0;
  color: var(--layups-muted);
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.layups-vault-intro__proof li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.layups-vault-intro__proof li::before {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: var(--layups-blue-bright);
  box-shadow: 0 0 16px rgb(96 165 250 / 72%);
  content: "";
}

body.layout_frontend bit-landing-content > div > div.tw-flex {
  width: 100% !important;
  max-width: 448px !important;
}

body.layout_frontend bit-landing-hero > div {
  margin: 0 auto 1.5rem !important;
  text-align: left !important;
}

body.layout_frontend bit-landing-hero bit-svg {
  display: none !important;
}

body.layout_frontend bit-landing-hero h1 {
  display: block !important;
  margin: 0 !important;
  color: white !important;
  font-family: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(2.05rem, 4vw, 2.65rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

body.layout_frontend bit-landing-hero h1 + h1 {
  display: none !important;
}

.layups-vault-login-subtitle {
  margin: 0.72rem 0 0;
  color: var(--layups-copy);
  font-size: 0.95rem;
  line-height: 1.55;
}

body.layout_frontend bit-landing-card bit-base-card {
  border: 1px solid var(--layups-border) !important;
  border-radius: 1.5rem !important;
  background: linear-gradient(160deg, rgb(16 18 36 / 96%), rgb(9 9 23 / 96%)) !important;
  box-shadow: 0 32px 80px rgb(0 0 0 / 35%), inset 0 1px 0 rgb(255 255 255 / 3%) !important;
  padding: clamp(1.45rem, 4vw, 2rem) !important;
}

body.layout_frontend bit-landing-card label,
body.layout_frontend bit-landing-card .tw-text-fg-heading,
body.layout_frontend bit-landing-card .tw-text-main {
  color: rgb(255 255 255 / 82%) !important;
}

body.layout_frontend bit-landing-card [bitfieldcontainer] {
  min-height: 3rem !important;
  border-color: rgb(255 255 255 / 12%) !important;
  border-radius: 0.8rem !important;
  background: rgb(255 255 255 / 4%) !important;
  box-shadow: none !important;
}

body.layout_frontend bit-landing-card [bitfieldcontainer]:hover {
  border-color: rgb(255 255 255 / 20%) !important;
  background: rgb(255 255 255 / 6%) !important;
}

body.layout_frontend bit-landing-card [bitfieldcontainer]:has(:focus-visible) {
  border-color: var(--layups-blue-bright) !important;
  background: rgb(37 99 235 / 7%) !important;
  box-shadow: 0 0 0 3px rgb(37 99 235 / 18%) !important;
}

body.layout_frontend bit-landing-card input:not([type="checkbox"]) {
  color: white !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  caret-color: var(--layups-blue-bright);
}

body.layout_frontend bit-landing-card input[bitcheckbox]::before {
  border-color: rgb(255 255 255 / 24%) !important;
  background: rgb(255 255 255 / 4%) !important;
}

body.layout_frontend bit-landing-card input[bitcheckbox]:checked::before {
  border-color: var(--layups-blue) !important;
  background: var(--layups-blue) !important;
}

body.layout_frontend .vw-sso-login {
  min-height: 3.25rem !important;
  border-color: var(--layups-blue) !important;
  border-radius: 0.8rem !important;
  background: var(--layups-blue) !important;
  color: white !important;
  font-family: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 0.96rem !important;
  font-weight: 700 !important;
  box-shadow: 0 14px 35px rgb(37 99 235 / 25%);
}

body.layout_frontend .vw-sso-login:hover,
body.layout_frontend .vw-sso-login:focus-visible {
  border-color: #3b82f6 !important;
  background: #3b82f6 !important;
  color: white !important;
  box-shadow: 0 16px 42px rgb(37 99 235 / 35%) !important;
}

body.layout_frontend .vw-continue-login,
body.layout_frontend .vw-passkey-login,
body.layout_frontend .vw-other-login,
body.layout_frontend .vw-or-text {
  display: none !important;
}

body.layout_frontend footer {
  border-top: 1px solid rgb(255 255 255 / 5%);
  background: rgb(5 5 16 / 94%) !important;
  color: rgb(255 255 255 / 34%) !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  padding: 1rem 1.5rem 1.15rem !important;
}

body.layout_frontend footer br,
body.layout_frontend footer > div[bittypography="body2"] + div[bittypography="body2"] {
  display: none !important;
}

body.layout_frontend footer > div[bittypography="body2"] {
  color: rgb(255 255 255 / 58%) !important;
  font-family: "Space Mono", ui-monospace, monospace !important;
  font-size: 0.66rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.layout_frontend #vw-disclaimer {
  max-width: 54rem;
  margin: 0.4rem auto 0;
  color: rgb(255 255 255 / 24%) !important;
  font-size: 0.64rem !important;
  line-height: 1.45;
}

@media (max-width: 820px) {
  body.layout_frontend bit-landing-header header {
    min-height: 70px;
  }

  body.layout_frontend bit-landing-content > div {
    display: flex !important;
    min-height: auto;
    padding: 2.4rem 1.25rem 3.5rem !important;
  }

  .layups-vault-intro {
    display: none;
  }

  body.layout_frontend bit-landing-content > div > div.tw-flex {
    max-width: 430px !important;
  }

  body.layout_frontend bit-landing-hero > div {
    margin-bottom: 1.25rem !important;
    text-align: center !important;
  }

  .layups-vault-login-subtitle {
    max-width: 22rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .layups-vault-lockup img {
    width: 36px;
    height: 36px;
  }

  .layups-vault-lockup span {
    font-size: 1.22rem;
  }

  body.layout_frontend bit-landing-content > div {
    justify-content: flex-start !important;
    padding-top: 2rem !important;
  }

  body.layout_frontend bit-landing-card bit-base-card {
    border-radius: 1.2rem !important;
    padding: 1.2rem !important;
  }

  body.layout_frontend #vw-disclaimer {
    display: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .layups-vault-intro,
  body.layout_frontend bit-landing-content > div > div.tw-flex {
    animation: layups-vault-rise 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  body.layout_frontend bit-landing-content > div > div.tw-flex {
    animation-delay: 80ms;
  }
}

@keyframes layups-vault-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
