@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/_gate/manrope.woff2") format("woff2");
}

:root {
  font-family: "Manrope Variable", sans-serif;
  color: #e9eeef;
  background: #101417;
  color-scheme: dark;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 280px;
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button,
input {
  -webkit-tap-highlight-color: transparent;
}

button {
  touch-action: manipulation;
}

::selection {
  background: #b5d8d8;
  color: #101417;
}

.preview,
.diffusion {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.preview {
  opacity: 0.85;
  filter: blur(6px);
  transform: scale(1.025);
}

.preview picture,
.preview img {
  width: 100%;
  height: 100%;
  display: block;
}

.preview img {
  object-fit: cover;
  object-position: center 38%;
}

.preview-header {
  position: absolute;
  inset: 0 5.6vw auto;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1ecf01f;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.wordmark > span:first-child {
  font-size: 31px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.07em;
}

.wordmark-dash {
  margin: 0 1px;
  font-weight: 350;
}

.wordmark-dot {
  margin-left: 3px;
  font-size: 14px;
  vertical-align: top;
  color: #b5d8d8;
}

.wordmark-caption {
  padding-top: 2px;
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 0.01em;
}

.preview-nav {
  display: flex;
  gap: 35px;
  font-size: 14px;
}

.preview-copy {
  position: absolute;
  top: 37%;
  left: 5.6vw;
  max-width: 50%;
}

.preview-copy > span {
  font-size: 10px;
  letter-spacing: 0.17em;
}

.preview-copy p {
  margin: 22px 0 0;
  font-size: clamp(45px, 6.5vw, 100px);
  font-weight: 450;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.preview-line {
  position: absolute;
  inset: auto 5.6vw 8%;
  height: 1px;
  background: #e1ecf02e;
}

.diffusion {
  background:
    radial-gradient(ellipse at 54% 30%, #b5d8d811, transparent 65%),
    linear-gradient(120deg, #080d146b, #0c161e3d 55%, #080b0d80);
  -webkit-backdrop-filter: blur(10px) saturate(0.6);
  backdrop-filter: blur(10px) saturate(0.6);
}

.access-shell {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: max(40px, env(safe-area-inset-top)) 24px
    max(28px, env(safe-area-inset-bottom));
  overflow-y: auto;
  overscroll-behavior: contain;
}

.access-card {
  position: relative;
  isolation: isolate;
  flex-shrink: 0;
  width: min(100%, 468px);
  margin-top: auto;
  padding: 32px 38px 25px;
  border: 1px solid #efffff45;
  border-radius: 25px;
  background:
    radial-gradient(ellipse at 0 0, #edfaff17, transparent 57%),
    linear-gradient(145deg, #eefaff0f, #1020294d 52%, #e0f5ff0b);
  box-shadow:
    inset 0 1px 0 #fff3,
    inset 1px 0 0 #fff1,
    inset 0 -1px 0 #0003,
    0 30px 100px #03080c66,
    0 4px 20px #03080c33;
  -webkit-backdrop-filter: blur(36px) saturate(1.3);
  backdrop-filter: blur(36px) saturate(1.3);
  animation: arrive 650ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.access-card::before {
  content: "";
  position: absolute;
  inset: -1px 20% auto 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #edffffb3, transparent);
  pointer-events: none;
}

.card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.access-label {
  color: #d5e0e2;
  font-size: 10px;
  letter-spacing: 0.035em;
}

.lock-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-top: 43px;
  border: 1px solid #dffaff35;
  border-radius: 16px;
  background: linear-gradient(140deg, #e5ffff17, #0b1c281a);
  box-shadow:
    inset 0 1px 0 #fff2,
    0 8px 22px #06111b14;
  color: #d5eeee;
}

svg {
  flex-shrink: 0;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

h1 {
  max-width: 330px;
  margin: 25px 0 12px;
  font-size: clamp(28px, 5vw, 35px);
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.access-copy {
  margin: 0;
  color: #cad4d8;
  font-size: 13px;
  line-height: 1.85;
}

form {
  margin-top: 29px;
}

label {
  display: block;
  margin-bottom: 10px;
  color: #e1e9eb;
  font-size: 12px;
  font-weight: 550;
}

.input-wrap {
  position: relative;
}

.input-wrap svg {
  position: absolute;
  top: 18px;
  right: 17px;
  color: #bccace;
  pointer-events: none;
}

input {
  width: 100%;
  min-height: 55px;
  padding: 14px 48px 14px 17px;
  border: 1px solid #d8eef03d;
  border-radius: 9px;
  color: #f1f7f8;
  background: #09151e40;
  box-shadow: inset 0 2px 7px #0710181f;
  font-size: 16px;
  transition:
    border-color 160ms,
    background-color 160ms;
}

input::placeholder {
  color: #acbcc3;
  font-size: 13px;
  opacity: 1;
}

input:focus-visible {
  outline: 2px solid #b5d8d8;
  outline-offset: 3px;
  background: #09151e66;
}

input[aria-invalid="true"] {
  border-color: #f1b7a8;
}

.access-status {
  min-height: 37px;
  margin: 8px 0 0;
  color: #d1e4e8;
  font-size: 11px;
  line-height: 1.5;
}

.access-status[data-error="true"] {
  color: #ffd0c3;
}

button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 53px;
  padding: 14px 19px;
  border: 1px solid #ffffff6b;
  border-radius: 9px;
  color: #15262e;
  background: linear-gradient(115deg, #e9f3f3, #c8dfe2);
  box-shadow:
    inset 0 1px 0 #fff9,
    0 3px 10px #09151e1a;
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  transition:
    background-color 160ms,
    box-shadow 160ms;
}

button:hover:not(:disabled) {
  background: #edf8f8;
  box-shadow:
    inset 0 1px 0 #fff9,
    0 3px 20px #c6ffff1a;
}

button:focus-visible {
  outline: 2px solid #e1ffff;
  outline-offset: 4px;
}

button:disabled {
  cursor: wait;
  opacity: 0.75;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #e2f2f21f;
  color: #b8c9ce;
  font-size: 10px;
}

.status-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b5d8d8;
  box-shadow: 0 0 8px #b5d8d866;
}

.access-caption {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 24px 0 auto;
  padding-top: 0;
  color: #b2c3c9;
  font-size: 8px;
  line-height: 1.7;
  letter-spacing: 0.11em;
  text-align: center;
}

.noscript-message {
  color: #ffd0c3;
  font-size: 12px;
  line-height: 1.6;
}

@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px) {
  .preview img {
    object-position: 58% 35%;
  }
  .preview-nav,
  .preview-copy {
    display: none;
  }
  .preview-header {
    height: 85px;
  }
  .access-shell {
    padding-right: 20px;
    padding-left: 20px;
  }
  .access-card {
    padding: 27px 27px 22px;
    border-radius: 22px;
  }
  .wordmark-caption {
    font-size: 9px;
  }
  .access-label {
    font-size: 9px;
  }
  .lock-mark {
    margin-top: 35px;
  }
  .access-caption {
    gap: 8px;
    font-size: 7px;
  }
}

@media (max-width: 350px) {
  .access-card {
    padding-right: 22px;
    padding-left: 22px;
  }
  .card-heading .wordmark-caption {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (forced-colors: active) {
  .access-card,
  input,
  button {
    border: 1px solid CanvasText;
  }
  .access-card {
    background: Canvas;
  }
  .preview,
  .diffusion {
    display: none;
  }
}
