:root {
  color-scheme: dark;
  --portal-bg: #01070b;
  --portal-panel: rgba(5, 15, 23, 0.94);
  --portal-panel-strong: rgba(6, 17, 26, 0.98);
  --portal-line: rgba(151, 188, 204, 0.28);
  --portal-line-soft: rgba(113, 156, 177, 0.17);
  --portal-text: #f7fbfd;
  --portal-text-soft: #bcc8ce;
  --portal-text-muted: #7f929d;
  --portal-cyan: #35e9ff;
  --portal-cyan-strong: #11bff1;
  --portal-amber: #ff8a2a;
  --portal-success: #62e0b0;
  --portal-danger: #ff8294;
  --portal-radius: 10px;
  --portal-font: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --portal-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--portal-bg);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--portal-bg);
  color: var(--portal-text);
  font-family: var(--portal-font);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

a {
  color: var(--portal-cyan);
  text-decoration: none;
}

a:hover {
  color: #ffffff;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

:where(a, button, input, select):focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 6px;
  background: #ffffff;
  color: #03111a;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.portal-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  grid-template-rows: 94px minmax(676px, 1fr) 88px;
  overflow: hidden;
  background: var(--portal-bg);
}

.qa-reference .portal-shell {
  min-height: 941px;
  height: 941px;
}

.portal-shell::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 6, 10, 0.18);
  content: "";
  pointer-events: none;
}

.portal-scene {
  position: absolute;
  inset: 94px 0 88px;
  z-index: -3;
  overflow: hidden;
  background: var(--portal-bg);
  pointer-events: none;
}

.portal-scene img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 58%;
  filter: brightness(0.68) saturate(1.12);
  transform: scale(1.04);
  animation: scene-breathe 7600ms ease-in-out infinite alternate;
}

.particle-field {
  position: absolute;
  inset: 88px -8% 82px;
  z-index: -2;
  overflow: hidden;
  mix-blend-mode: screen;
  pointer-events: none;
}

.particle-layer {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  max-width: none;
  object-fit: cover;
  opacity: 0;
  filter: saturate(1.34) brightness(1.18);
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.particle-layer--far {
  animation: particles-far 18s -9s ease-in-out infinite alternate;
}

.particle-layer--near {
  animation: particles-near 12s -6s ease-in-out infinite alternate;
}

.portal-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid var(--portal-line-soft);
  background: rgba(1, 7, 11, 0.94);
}

.portal-brand {
  display: block;
  width: 118px;
  height: 52px;
  overflow: hidden;
  line-height: 0;
}

.portal-brand img {
  width: 118px;
  height: 52px;
  object-fit: cover;
  object-position: center 52%;
  filter: brightness(0) invert(1);
}

.portal-badge {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 13px;
  color: #e7eef2;
  font-family: var(--portal-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.portal-badge img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(83%) saturate(2145%) hue-rotate(151deg) brightness(104%) contrast(102%);
}

.portal-badge__copy {
  display: grid;
  gap: 3px;
}

.portal-badge__copy strong {
  font: inherit;
}

.portal-badge__copy small {
  color: #8da0aa;
  font-size: 8px;
  letter-spacing: 0.11em;
}

.portal-main {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1190px, calc(100% - 64px));
  grid-template-columns: minmax(0, 560px) minmax(0, 490px);
  gap: 140px;
  align-items: center;
  margin: 0 auto;
  padding: 60px 0 44px;
}

.portal-intro {
  align-self: center;
  padding: 0 0 4px 69px;
  transform: translateY(-32px);
}

.eyebrow,
.card-kicker {
  margin: 0;
  color: var(--portal-cyan);
  font-family: var(--portal-mono);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.19em;
  line-height: 1.3;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(53, 233, 255, 0.32);
}

.portal-intro h1 {
  max-width: 580px;
  margin: 31px 0 22px;
  color: var(--portal-text);
  font-size: clamp(52px, 4vw, 69px);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 1.01;
  text-wrap: balance;
}

.portal-intro__copy {
  max-width: 590px;
  margin: 0;
  color: #c9d2d7;
  font-size: 19px;
  line-height: 1.56;
}

.access-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 492px;
  max-width: 100%;
  margin: 37px 0 0;
  padding: 0;
  list-style: none;
}

.access-steps li {
  position: relative;
  display: grid;
  gap: 16px;
  justify-items: center;
  color: #c8d2d7;
  text-align: center;
}

.access-steps li:not(:last-child)::after {
  position: absolute;
  top: 27px;
  left: calc(50% + 36px);
  width: calc(100% - 72px);
  border-top: 2px dotted rgba(172, 194, 204, 0.44);
  content: "";
}

.step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(173, 196, 206, 0.38);
  border-radius: 50%;
  background: rgba(2, 9, 14, 0.88);
  color: #f2f6f7;
  font-size: 20px;
  font-weight: 550;
  box-shadow: inset 0 0 22px rgba(73, 144, 176, 0.035);
}

.access-steps .is-active .step-number {
  border-color: var(--portal-cyan);
  color: #eaffff;
  box-shadow: 0 0 24px rgba(53, 233, 255, 0.16);
}

.step-label {
  font-size: 17px;
}

.access-card {
  position: relative;
  min-height: 654px;
  align-self: center;
  overflow: hidden;
  border: 1px solid var(--portal-line);
  border-top-color: rgba(66, 224, 255, 0.52);
  border-radius: var(--portal-radius);
  background: var(--portal-panel);
  box-shadow: 0 26px 74px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 -8px 34px rgba(53, 233, 255, 0.045);
  backdrop-filter: blur(18px);
}

.access-card::before {
  position: absolute;
  top: 0;
  right: 18%;
  left: 18%;
  height: 1px;
  background: rgba(92, 224, 255, 0.68);
  box-shadow: 0 0 22px rgba(53, 233, 255, 0.46);
  content: "";
}

.preview-mode-note {
  position: absolute;
  top: 12px;
  right: 16px;
  left: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #92a5ae;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
}

.preview-mode-note span {
  border: 1px solid rgba(53, 233, 255, 0.38);
  border-radius: 999px;
  padding: 3px 7px;
  color: var(--portal-cyan);
  font-family: var(--portal-mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portal-notice {
  position: absolute;
  top: 12px;
  right: 16px;
  left: 16px;
  z-index: 3;
  border: 1px solid rgba(111, 170, 193, 0.34);
  border-radius: 6px;
  background: rgba(4, 17, 25, 0.96);
  color: #d9e5ea;
  padding: 9px 12px;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.portal-notice--error {
  border-color: rgba(255, 130, 148, 0.5);
  color: #ffd0d7;
}

.portal-notice--success {
  border-color: rgba(98, 224, 176, 0.46);
  color: #baf7dd;
}

.portal-notice--info {
  border-color: rgba(53, 233, 255, 0.42);
  color: #b8f7ff;
}

.access-card.has-notice .access-view {
  padding-top: 72px;
}

.access-view {
  display: none;
  min-height: 654px;
  padding: 44px 40px 38px;
  animation: view-enter 300ms ease both;
}

.access-view.is-visible {
  display: block;
}

.access-view[data-view="login"] {
  padding-top: 51px;
}

.card-heading {
  margin-bottom: 25px;
}

.card-heading h2 {
  margin: 9px 0 7px;
  color: var(--portal-text);
  font-size: 24px;
  font-weight: 720;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.card-heading > p:last-child {
  margin: 0;
  color: var(--portal-text-soft);
  font-size: 14px;
  line-height: 1.58;
}

.card-heading--centered {
  text-align: center;
}

.portal-form {
  display: grid;
  gap: 18px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 14px;
}

.field--wide {
  grid-column: 1 / -1;
}

.field {
  min-width: 0;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: #f1f4f6;
  font-size: 13px;
  font-weight: 650;
}

.field input,
.field select,
.field textarea,
.field-readonly {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(124, 155, 171, 0.27);
  border-radius: 6px;
  outline: none;
  background: rgba(1, 8, 13, 0.7);
  color: #f6fafc;
  padding: 0 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.field textarea {
  min-height: 86px;
  resize: vertical;
  padding-top: 11px;
  padding-bottom: 11px;
}

.field-readonly {
  display: flex;
  align-items: center;
  color: #c9d5da;
}

.field input::placeholder {
  color: #748694;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: rgba(114, 206, 232, 0.52);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--portal-cyan);
  background: rgba(2, 14, 21, 0.92);
  box-shadow: 0 0 0 3px rgba(53, 233, 255, 0.09);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: var(--portal-danger);
}

.password-field {
  position: relative;
}

.password-field input {
  padding-right: 66px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 7px;
  min-width: 52px;
  min-height: 34px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--portal-text-soft);
  font-size: 12px;
  font-weight: 720;
  transform: translateY(-50%);
}

.password-toggle:hover {
  background: rgba(53, 233, 255, 0.07);
  color: #ffffff;
}

.field-error {
  min-height: 0;
  margin: 5px 0 0;
  color: #ff9cab;
  font-size: 11px;
  line-height: 1.35;
}

.field-error:empty {
  display: none;
}

.field-hint {
  margin: 5px 0 0;
  color: var(--portal-text-muted);
  font-size: 10px;
}

.form-link-row {
  display: flex;
  justify-content: flex-end;
  margin-top: -8px;
}

.form-link-row--split {
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.remember-choice {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--portal-text-soft);
  font-size: 11px;
  cursor: pointer;
}

.remember-choice input {
  margin: 0;
  accent-color: var(--portal-cyan-strong);
}

.form-link-row a {
  font-size: 12px;
}

.button {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 760;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.button img {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
}

.button--primary {
  border-color: rgba(70, 221, 255, 0.8);
  background: #168fd1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 10px 28px rgba(20, 155, 218, 0.13);
}

.button--primary:hover {
  border-color: #aaf5ff;
  background: #21a9e8;
  box-shadow: 0 13px 34px rgba(26, 181, 234, 0.2);
  transform: translateY(-1px);
}

.button--outline {
  border-color: rgba(65, 217, 255, 0.82);
  background: rgba(2, 12, 18, 0.48);
  color: #6be9ff;
}

.button--outline:hover {
  border-color: #91f2ff;
  background: rgba(30, 181, 220, 0.09);
  color: #ffffff;
  transform: translateY(-1px);
}

.card-divider {
  position: relative;
  margin: 28px 0 25px;
  border-top: 1px solid var(--portal-line-soft);
  text-align: left;
}

.card-divider span {
  position: relative;
  top: -10px;
  display: inline-block;
  padding-right: 12px;
  background: var(--portal-panel-strong);
  color: var(--portal-cyan);
  font-family: var(--portal-mono);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.review-facts {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--portal-text-soft);
  font-size: 13px;
  list-style: none;
}

.review-facts li {
  display: flex;
  align-items: center;
  gap: 11px;
}

.review-facts img {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  filter: brightness(0) saturate(100%) invert(65%) sepia(71%) saturate(1755%) hue-rotate(164deg) brightness(104%) contrast(100%);
}

.back-button,
.text-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--portal-cyan);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.back-button {
  margin-bottom: 20px;
}

.back-button::before {
  margin-right: 6px;
  content: "←";
}

.text-button {
  display: block;
  margin: 18px auto 0;
}

.text-button--inline {
  display: inline;
  margin: 0;
}

.text-button--link {
  width: max-content;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.portal-form--application {
  gap: 15px;
}

.access-view[data-view="application"] {
  padding-top: 31px;
}

.access-view[data-view="application"] .card-heading {
  margin-bottom: 20px;
}

.access-view[data-view="application"] .field input,
.access-view[data-view="application"] .field select {
  min-height: 44px;
}

.attestation {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  color: var(--portal-text-soft);
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}

.attestation input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--portal-cyan-strong);
}

.attestation-stack {
  display: grid;
  gap: 8px;
}

.attestation a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.status-icon {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin: 32px auto 25px;
  border: 1px solid rgba(74, 225, 255, 0.5);
  border-radius: 50%;
  background: rgba(53, 233, 255, 0.075);
  box-shadow: 0 0 34px rgba(53, 233, 255, 0.1);
}

.status-icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) saturate(100%) invert(79%) sepia(38%) saturate(3120%) hue-rotate(146deg) brightness(105%) contrast(101%);
}

.status-icon--pending {
  border-color: rgba(255, 150, 63, 0.58);
  background: rgba(255, 138, 42, 0.08);
  box-shadow: 0 0 34px rgba(255, 138, 42, 0.08);
}

.status-icon--pending img {
  filter: brightness(0) saturate(100%) invert(69%) sepia(57%) saturate(3176%) hue-rotate(337deg) brightness(101%) contrast(103%);
}

.account-preserved {
  display: grid;
  margin: 27px 0;
  border: 1px solid var(--portal-line-soft);
  border-radius: 7px;
  background: rgba(1, 8, 13, 0.34);
}

.account-preserved div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--portal-line-soft);
}

.account-preserved div:last-child {
  border-bottom: 0;
}

.account-preserved dt {
  color: var(--portal-text-muted);
  font-family: var(--portal-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-preserved dd {
  margin: 0;
  color: #eef5f7;
  font-size: 13px;
}

.pending-rail {
  display: grid;
  gap: 14px;
  margin: 30px 0 35px;
}

.pending-rail span {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 0 14px 0 43px;
  border: 1px solid var(--portal-line-soft);
  border-radius: 6px;
  color: var(--portal-text-muted);
  font-size: 13px;
}

.pending-rail span::before {
  position: absolute;
  left: 15px;
  width: 13px;
  height: 13px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.pending-rail .is-complete {
  color: var(--portal-success);
}

.pending-rail .is-current {
  border-color: rgba(53, 233, 255, 0.46);
  color: var(--portal-cyan);
}

.portal-footer {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding: 18px 28px;
  border-top: 1px solid var(--portal-line-soft);
  background: rgba(1, 7, 11, 0.95);
  color: #bfc9ce;
  font-size: 12px;
}

.portal-footer p {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0;
}

.portal-footer p img {
  width: 21px;
  height: 21px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

.portal-footer nav {
  display: flex;
  gap: 20px;
}

.portal-footer nav a {
  color: #9eb0b9;
}

.portal-footer nav a:hover {
  color: #ffffff;
}

@keyframes view-enter {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scene-breathe {
  from {
    filter: brightness(0.65) saturate(1.04);
    transform: scale(1.035);
  }
  to {
    filter: brightness(0.76) saturate(1.2);
    transform: scale(1.055);
  }
}

@keyframes particles-far {
  0% {
    opacity: 0.22;
    transform: translate3d(-1.5%, 1.5%, 0) scale(1.02);
  }
  48% {
    opacity: 0.47;
  }
  100% {
    opacity: 0.3;
    transform: translate3d(1.8%, -2.4%, 0) scale(1.075);
  }
}

@keyframes particles-near {
  0% {
    opacity: 0.13;
    transform: translate3d(2%, -1%, 0) scale(1.09);
  }
  52% {
    opacity: 0.35;
  }
  100% {
    opacity: 0.2;
    transform: translate3d(-2.7%, 2.1%, 0) scale(1.13);
  }
}

@media (max-width: 1240px) {
  .portal-main {
    width: min(1060px, calc(100% - 48px));
    grid-template-columns: minmax(0, 490px) minmax(0, 470px);
    gap: 100px;
  }

  .portal-intro {
    padding-left: 24px;
  }
}

@media (max-width: 1040px) {
  .portal-shell {
    grid-template-rows: 84px auto 88px;
    overflow: visible;
  }

  .portal-header {
    padding: 0 24px;
  }

  .portal-brand {
    width: 102px;
    height: 46px;
  }

  .portal-brand img {
    width: 102px;
    height: 46px;
  }

  .portal-scene {
    inset: 84px 0 88px;
  }

  .portal-main {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 470px);
    gap: 46px;
    padding: 58px 0;
  }

  .portal-intro {
    padding-left: 0;
    transform: translateY(-20px);
  }

  .portal-intro h1 {
    font-size: clamp(46px, 5.8vw, 61px);
  }

  .portal-intro__copy {
    font-size: 17px;
  }
}

@media (max-width: 860px) {
  .portal-shell {
    display: block;
    overflow: hidden;
  }

  .portal-header {
    min-height: 82px;
  }

  .portal-scene {
    inset: 82px 0 0;
  }

  .particle-field {
    inset: 80px -25% 0;
  }

  .portal-main {
    display: grid;
    width: min(620px, calc(100% - 36px));
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
    padding: 62px 0 54px;
  }

  .portal-intro {
    width: 100%;
    min-width: 0;
    text-align: center;
    transform: none;
  }

  .portal-intro h1 {
    margin-right: auto;
    margin-left: auto;
  }

  .portal-intro__copy {
    margin: 0 auto;
  }

  .access-steps {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .access-card {
    width: 100%;
    max-width: 490px;
    min-width: 0;
    margin: 0 auto;
  }

  .portal-footer {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .portal-header {
    padding: 0 16px;
  }

  .portal-badge {
    gap: 8px;
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .portal-badge__copy small {
    max-width: 152px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .portal-badge img {
    width: 20px;
    height: 20px;
  }

  .portal-main {
    width: calc(100% - 28px);
    max-width: 490px;
    padding-top: 46px;
  }

  .portal-intro h1 {
    margin-top: 17px;
    font-size: clamp(42px, 13vw, 58px);
  }

  .portal-intro__copy {
    font-size: 16px;
  }

  .access-steps {
    margin-top: 32px;
  }

  .access-steps li {
    gap: 10px;
  }

  .access-steps li:not(:last-child)::after {
    top: 23px;
    left: calc(50% + 30px);
    width: calc(100% - 60px);
  }

  .step-number {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .step-label {
    font-size: 13px;
  }

  .access-card,
  .access-view {
    min-height: 0;
  }

  .access-view {
    padding: 46px 22px 30px;
  }

  .preview-mode-note {
    align-items: flex-start;
    gap: 5px;
    font-size: 9px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .field--wide {
    grid-column: auto;
  }

  .portal-footer {
    padding: 24px 18px;
  }

  .portal-footer p {
    align-items: flex-start;
  }
}

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

  .portal-scene img,
  .particle-layer {
    transform: none;
  }

  .particle-layer--far {
    opacity: 0.27;
  }

  .particle-layer--near {
    display: none;
  }
}
