/* Immersive contact terminal — inside the lobby kiosk glass */

.reception-room--terminal {
  justify-content: stretch;
  align-items: stretch;
  padding: 0;
  background: rgba(2, 5, 9, 0.72);
  transform: none;
  backdrop-filter: blur(6px) saturate(0.85);
}

.reception-room--terminal.is-open {
  animation: none;
}

.terminal-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding:
    calc(64px + env(safe-area-inset-top, 0px))
    max(12px, env(safe-area-inset-right, 0px))
    max(12px, env(safe-area-inset-bottom, 0px))
    max(12px, env(safe-area-inset-left, 0px));
  box-sizing: border-box;
  perspective: 1600px;
}

.terminal-shell--immersive {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(150, 190, 230, 0.28);
  background: #03070c;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 0 14px #05080d,
    0 0 0 15px rgba(120, 170, 220, 0.18),
    0 0 120px rgba(50, 120, 190, 0.22),
    0 40px 100px rgba(0, 0, 0, 0.65);
  transform: translateZ(0) rotateX(0.6deg);
}

.reception-room--terminal.is-open .terminal-shell--immersive {
  animation: terminal-immersive-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes terminal-immersive-in {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.94) rotateX(8deg);
    filter: brightness(0.45) saturate(1.4);
  }
  to {
    opacity: 1;
    transform: translateZ(0) rotateX(0.6deg);
    filter: none;
  }
}

.terminal-shell__bezel {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  box-shadow:
    inset 0 1px 0 rgba(200, 225, 255, 0.18),
    inset 0 -30px 50px rgba(0, 0, 0, 0.45),
    inset 0 0 80px rgba(40, 90, 140, 0.12);
}

.terminal-shell__corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(140, 190, 240, 0.55);
  box-shadow: 0 0 12px rgba(90, 160, 220, 0.35);
}
.terminal-shell__corner--tl { top: 10px; left: 10px; border-right: 0; border-bottom: 0; }
.terminal-shell__corner--tr { top: 10px; right: 10px; border-left: 0; border-bottom: 0; }
.terminal-shell__corner--bl { bottom: 10px; left: 10px; border-right: 0; border-top: 0; }
.terminal-shell__corner--br { bottom: 10px; right: 10px; border-left: 0; border-top: 0; }

.terminal-shell--immersive .terminal-shell__chrome {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  background:
    linear-gradient(180deg, rgba(18, 28, 40, 0.96), rgba(8, 12, 18, 0.98));
  border-bottom: 1px solid rgba(120, 170, 220, 0.22);
  font-family: var(--nx-font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: rgba(210, 222, 234, 0.78);
}

.terminal-shell__chrome-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.terminal-shell__brand {
  color: rgba(230, 240, 250, 0.92);
  white-space: nowrap;
}

.terminal-shell__chip {
  padding: 3px 8px;
  border: 1px solid rgba(120, 170, 220, 0.35);
  border-radius: 4px;
  color: rgba(150, 195, 235, 0.85);
  background: rgba(40, 80, 120, 0.2);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.terminal-shell--immersive .terminal-shell__live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #8ec9a4;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.terminal-shell--immersive .terminal-shell__live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6fbf7d;
  box-shadow: 0 0 12px rgba(111, 191, 125, 0.95);
  animation: terminal-blink 1.4s ease-in-out infinite;
}

.terminal-shell--immersive .terminal-shell__screen {
  position: relative;
  isolation: isolate;
  padding: 0;
  height: calc(100% - 45px);
  min-height: 420px;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(50, 110, 170, 0.28), transparent 55%),
    linear-gradient(180deg, #071018 0%, #04080d 55%, #020507 100%);
  color: #e8eef4;
  overflow: hidden;
}

.terminal-gl {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 0;
  opacity: 0.95;
}

.terminal-shell__fx {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

/* Always-visible CSS FX (even if WebGL fails) */
.terminal-shell__grid {
  position: absolute;
  inset: -10%;
  background-image:
    linear-gradient(rgba(110, 170, 230, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 170, 230, 0.09) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  animation: terminal-grid-drift 18s linear infinite;
  opacity: 0.85;
}

@keyframes terminal-grid-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, 48px, 0); }
}

.terminal-shell__sweep {
  position: absolute;
  left: 0;
  right: 0;
  height: 28%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(120, 180, 240, 0.07) 45%,
    rgba(160, 210, 255, 0.14) 50%,
    rgba(120, 180, 240, 0.05) 58%,
    transparent 100%
  );
  animation: terminal-sweep 4.8s ease-in-out infinite;
  mix-blend-mode: screen;
}

@keyframes terminal-sweep {
  0% { top: -30%; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { top: 105%; opacity: 0; }
}

.terminal-shell--immersive .terminal-shell__scan {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.14) 0px,
    rgba(0, 0, 0, 0.14) 1px,
    transparent 1px,
    transparent 3px
  );
  opacity: 0.35;
  animation: none;
  mix-blend-mode: multiply;
}

.terminal-shell__noise {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: terminal-noise 0.35s steps(2) infinite;
}

@keyframes terminal-noise {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-1%, 1%); }
  50% { transform: translate(1%, -1%); }
  75% { transform: translate(-1%, -1%); }
  100% { transform: translate(0, 0); }
}

.terminal-shell__glass {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(150, 200, 255, 0.16), transparent 55%),
    radial-gradient(ellipse 45% 35% at 88% 88%, rgba(40, 100, 160, 0.18), transparent 60%),
    linear-gradient(125deg, rgba(255, 255, 255, 0.06) 0%, transparent 40%, transparent 60%, rgba(255, 255, 255, 0.03) 100%);
}

.terminal-shell--immersive.is-gl-live .terminal-shell__grid {
  opacity: 0.35;
}

.terminal-shell__content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: clamp(20px, 3vw, 36px) clamp(22px, 4vw, 48px) clamp(18px, 2.5vw, 28px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}

.terminal-shell__hud {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 14px;
}

.terminal-shell__hud-meta {
  font-family: var(--nx-font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(120, 180, 230, 0.7);
  text-transform: uppercase;
  white-space: nowrap;
}

.reception-room--terminal.is-open .terminal-shell__boot,
.reception-room--terminal.is-open .terminal-shell__title,
.reception-room--terminal.is-open .terminal-shell__lead,
.reception-room--terminal.is-open .campus-form--terminal,
.reception-room--terminal.is-open .campus-contact-meta--terminal {
  animation: terminal-line-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.reception-room--terminal.is-open .terminal-shell__boot { animation-delay: 0.18s; }
.reception-room--terminal.is-open .terminal-shell__title { animation-delay: 0.3s; }
.reception-room--terminal.is-open .terminal-shell__lead { animation-delay: 0.38s; }
.reception-room--terminal.is-open .campus-form--terminal { animation-delay: 0.48s; }
.reception-room--terminal.is-open .campus-contact-meta--terminal { animation-delay: 0.62s; }

@keyframes terminal-line-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.terminal-shell--immersive .terminal-shell__boot {
  margin: 0;
  min-height: 1.2em;
  font-family: var(--nx-font-mono);
  font-size: 12px;
  color: rgba(120, 210, 170, 0.88);
  letter-spacing: 0.04em;
}

.terminal-shell--immersive .terminal-shell__boot.is-ready {
  color: rgba(150, 230, 180, 0.95);
  text-shadow: 0 0 18px rgba(90, 200, 140, 0.35);
}

.terminal-shell--immersive .terminal-shell__boot::after {
  content: '▋';
  margin-left: 4px;
  animation: terminal-blink 1s step-end infinite;
  color: rgba(150, 210, 255, 0.8);
}

.terminal-shell--immersive .terminal-shell__title {
  margin: 0 0 10px;
  font-family: var(--nx-font-display);
  font-weight: 500;
  font-size: clamp(1.85rem, 4.2vw, 2.6rem);
  letter-spacing: -0.04em;
  color: #f5f8fb;
  text-shadow:
    0 0 40px rgba(100, 170, 230, 0.35),
    0 0 2px rgba(180, 220, 255, 0.25);
}

.terminal-shell--immersive .terminal-shell__lead {
  margin: 0 0 22px;
  max-width: 36em;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(200, 215, 230, 0.78);
}

.campus-form--terminal {
  display: grid;
  gap: 16px;
  flex: 1 1 auto;
  position: relative;
}

.campus-form--terminal .terminal-field {
  position: relative;
}

.campus-form--terminal .terminal-field label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  color: rgba(140, 185, 225, 0.72);
  font-family: var(--nx-font-mono);
}

.terminal-field__cmd {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 3px;
  color: rgba(20, 28, 36, 0.92);
  background: rgba(140, 190, 230, 0.75);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.terminal-field__line {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0;
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(120, 170, 220, 0.28);
  background:
    linear-gradient(90deg, rgba(40, 80, 120, 0.18), transparent 28%),
    rgba(4, 10, 18, 0.72);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    transform 0.2s ease;
  overflow: hidden;
}

.terminal-field__line--area {
  align-items: start;
  min-height: 110px;
}

.terminal-field__prompt {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 28px;
  padding-left: 4px;
  font-family: var(--nx-font-mono);
  font-size: 1.05rem;
  color: rgba(110, 200, 160, 0.85);
  text-shadow: 0 0 12px rgba(90, 200, 140, 0.35);
  user-select: none;
}

.terminal-field__line--area .terminal-field__prompt {
  align-items: flex-start;
  padding-top: 12px;
}

.campus-form--terminal .inp {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  color: #c8f0d8;
  padding: 13px 14px 13px 4px;
  font-family: var(--nx-font-mono), ui-monospace, monospace;
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.45;
  caret-color: #7ee0ff;
  transition: color 0.15s ease, text-shadow 0.15s ease;
}

.campus-form--terminal textarea.inp {
  resize: vertical;
  min-height: 88px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.campus-form--terminal .inp::placeholder {
  color: rgba(130, 160, 180, 0.38);
  font-family: inherit;
  letter-spacing: 0.01em;
}

.campus-form--terminal .inp:hover {
  border-color: transparent;
}

.campus-form--terminal .terminal-field.is-focused .terminal-field__line {
  border-color: rgba(120, 210, 255, 0.65);
  background:
    linear-gradient(90deg, rgba(50, 110, 160, 0.28), transparent 32%),
    rgba(6, 14, 24, 0.88);
  box-shadow:
    0 0 0 1px rgba(90, 170, 230, 0.18) inset,
    0 0 0 3px rgba(60, 140, 210, 0.16),
    0 0 32px rgba(50, 140, 210, 0.18);
}

.campus-form--terminal .terminal-field.is-focused .terminal-field__prompt {
  color: #8dffc0;
  animation: terminal-prompt-pulse 1.2s ease-in-out infinite;
}

.campus-form--terminal .terminal-field.is-focused .inp {
  color: #e8fff0;
  text-shadow: 0 0 18px rgba(120, 230, 180, 0.18);
}

.campus-form--terminal .terminal-field.is-typing .terminal-field__line {
  animation: terminal-key-flash 0.16s ease-out;
}

.campus-form--terminal .terminal-field.is-typing .inp {
  animation: terminal-glyph-pop 0.14s ease-out;
}

.campus-form--terminal .terminal-field.has-value:not(.is-focused) .terminal-field__line {
  border-color: rgba(100, 180, 140, 0.35);
}

.campus-form--terminal .terminal-field.has-value:not(.is-focused) .inp {
  color: #b8e8c8;
}

.terminal-field__caret {
  display: none;
}

.campus-form--terminal .inp:focus {
  outline: none;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

@keyframes terminal-prompt-pulse {
  0%, 100% { opacity: 1; filter: brightness(1); }
  50% { opacity: 0.55; filter: brightness(1.35); }
}

@keyframes terminal-key-flash {
  0% {
    box-shadow:
      0 0 0 1px rgba(120, 210, 255, 0.35) inset,
      0 0 0 3px rgba(80, 180, 255, 0.22),
      0 0 40px rgba(90, 200, 255, 0.28);
  }
  100% {
    box-shadow:
      0 0 0 1px rgba(90, 170, 230, 0.18) inset,
      0 0 0 3px rgba(60, 140, 210, 0.16),
      0 0 32px rgba(50, 140, 210, 0.18);
  }
}

@keyframes terminal-glyph-pop {
  0% { letter-spacing: 0.04em; }
  40% { letter-spacing: 0.055em; }
  100% { letter-spacing: 0.02em; }
}

.btn-nexus--terminal {
  min-height: 46px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #f2f6fa, #c9d8e8);
  color: #061018;
  border: 1px solid rgba(180, 210, 240, 0.5);
  border-radius: 8px;
  font-family: var(--nx-font-mono), ui-monospace, monospace;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 0 28px rgba(100, 170, 230, 0.28),
    0 12px 28px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.btn-nexus__cmd {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 3px;
  background: rgba(6, 16, 24, 0.88);
  color: #8dffc0;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.btn-nexus--terminal:hover {
  background: linear-gradient(180deg, #fff, #dde8f2);
  color: #061018;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 0 40px rgba(120, 190, 255, 0.4),
    0 14px 32px rgba(0, 0, 0, 0.38);
}

.btn-nexus--terminal:active { transform: translateY(1px); }
.btn-nexus--terminal:disabled { opacity: 0.7; cursor: default; }

.btn-nexus--terminal.is-sending {
  animation: terminal-exec-pulse 0.7s ease-in-out infinite;
}

@keyframes terminal-exec-pulse {
  0%, 100% { box-shadow: 0 0 20px rgba(100, 170, 230, 0.25); }
  50% { box-shadow: 0 0 36px rgba(120, 220, 180, 0.45); }
}

@media (prefers-reduced-motion: reduce) {
  .campus-form--terminal .terminal-field.is-focused .terminal-field__prompt,
  .campus-form--terminal .terminal-field.is-typing .terminal-field__line,
  .campus-form--terminal .terminal-field.is-typing .inp,
  .btn-nexus--terminal.is-sending {
    animation: none !important;
  }
}

.lead-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.terminal-shell__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 4px 0 2px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(160, 185, 210, 0.7);
}

.terminal-shell__consent input {
  margin-top: 3px;
  flex: none;
}

.terminal-shell__consent a {
  color: rgba(170, 210, 245, 0.85);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.terminal-shell__error {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #e8a0a0;
}

.terminal-shell__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  margin-top: 6px;
}

.terminal-shell__policy {
  font-size: 12px;
  color: rgba(160, 185, 210, 0.55);
}

.terminal-shell__policy a {
  color: rgba(170, 210, 245, 0.85);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.campus-contact-meta--terminal {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(120, 170, 220, 0.18);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  color: rgba(210, 222, 234, 0.82);
  font-size: 0.9rem;
}

.campus-contact-meta--terminal .label {
  margin-bottom: 4px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--nx-font-mono);
  color: rgba(130, 170, 210, 0.55);
}

.campus-contact-meta--terminal a {
  color: inherit;
  text-decoration: none;
}

.campus-contact-meta--terminal a:hover { color: #fff; }

.terminal-shell__success {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 18px 0 8px;
  flex: 1 1 auto;
}

.terminal-shell--immersive.is-sent .campus-form--terminal { display: none; }
.terminal-shell--immersive.is-sent .terminal-shell__success {
  display: flex;
  animation: terminal-line-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.terminal-shell--immersive.is-sent .terminal-shell__lead { display: none; }

.terminal-shell__success-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 6px;
  background:
    radial-gradient(circle at 50% 50%, rgba(120, 200, 150, 0.4), transparent 70%),
    rgba(40, 70, 55, 0.55);
  border: 1px solid rgba(140, 210, 160, 0.55);
  box-shadow: 0 0 28px rgba(100, 180, 130, 0.35);
  position: relative;
}

.terminal-shell__success-mark::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 11px;
  width: 9px;
  height: 15px;
  border: solid #9ed4a8;
  border-width: 0 2px 2px 0;
  transform: rotate(40deg);
}

.terminal-shell__success-title {
  margin: 0;
  font-family: var(--nx-font-display);
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  color: #f2f6fa;
}

.terminal-shell__success-text {
  margin: 0;
  color: rgba(200, 214, 226, 0.75);
  font-size: 0.96rem;
}

.reception-back--terminal {
  position: absolute;
  top: calc(18px + env(safe-area-inset-top, 0px));
  left: max(16px, var(--nx-gutter));
  z-index: 8;
  color: #e8eef4;
  background: rgba(6, 10, 16, 0.78);
  border-color: rgba(140, 180, 220, 0.28);
  backdrop-filter: blur(12px);
}

.reception-back--terminal:hover {
  background: rgba(12, 18, 26, 0.92);
  border-color: rgba(180, 210, 240, 0.45);
  color: #fff;
}

.travel-veil.is-contact .travel-veil__lens {
  background:
    linear-gradient(
      165deg,
      rgba(170, 210, 250, 0.5) 0%,
      rgba(30, 55, 85, 0.78) 40%,
      rgba(3, 6, 10, 0.98) 100%
    );
  box-shadow:
    inset 0 0 0 1px rgba(180, 210, 240, 0.28),
    0 0 80px rgba(70, 140, 210, 0.28);
}

.travel-veil.is-contact.is-bloom .travel-veil__lens {
  background: rgba(3, 6, 10, 0.97);
}

@media (max-width: 900px) {
  .campus-contact-meta--terminal {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .terminal-shell__chip { display: none; }

  .terminal-shell--immersive .terminal-shell__screen {
    min-height: 0;
    height: auto;
    flex: 1;
  }

  .terminal-shell--immersive {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: calc(100% - 8px);
  }

  .terminal-shell__content {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .terminal-viewport {
    padding-top: calc(56px + env(safe-area-inset-top, 0px));
  }

  .terminal-shell--immersive {
    border-radius: 8px;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.05) inset,
      0 0 0 8px #05080d,
      0 0 0 9px rgba(120, 170, 220, 0.16),
      0 24px 60px rgba(0, 0, 0, 0.55);
  }

  .terminal-shell__corner { width: 14px; height: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .terminal-shell__grid,
  .terminal-shell__sweep,
  .terminal-shell__noise,
  .terminal-shell--immersive .terminal-shell__live i,
  .terminal-shell--immersive .terminal-shell__boot::after {
    animation: none !important;
  }

  .reception-room--terminal.is-open .terminal-shell--immersive,
  .reception-room--terminal.is-open .terminal-shell__boot,
  .reception-room--terminal.is-open .terminal-shell__title,
  .reception-room--terminal.is-open .terminal-shell__lead,
  .reception-room--terminal.is-open .campus-form--terminal,
  .reception-room--terminal.is-open .campus-contact-meta--terminal,
  .terminal-shell--immersive.is-sent .terminal-shell__success {
    animation: none !important;
  }

  .terminal-gl { display: none; }
}
