body {
  background: #505050;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

html, body {
  width: 100%;
  height: 100%;
}

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

*:focus {
  outline: none;
}

img {
  vertical-align: middle;
  border-style: none;
  object-fit: cover;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a, a:active {
  text-decoration: none;
  color: #000;
}

.no-margin {
  margin: 0;
}

.dropdown-content {
  top: 100% !important;
}

#main {
  min-height: 100vh;
}

.index {
  position: relative;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(38, 146, 199, .09), transparent 32%),
    linear-gradient(180deg, rgba(2, 7, 13, .28), rgba(2, 7, 13, .62)),
    url("../img/void-frontier-station-background.webp") center / cover no-repeat fixed,
    #04080d;
}

.index::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(1, 5, 10, .38), transparent 38% 62%, rgba(1, 5, 10, .38));
}

.gx-login-brand {
  position: absolute;
  z-index: 2;
  top: clamp(34px, 8vh, 80px);
  left: 50%;
  display: grid;
  grid-template-columns: 48px auto;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  color: #f7fbff;
  text-align: left;
  transform: translateX(-50%);
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, .7));
}

.gx-login-brand__sigil {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(92, 231, 255, .72);
  border-radius: 14px;
  background:
    radial-gradient(circle, #9af3ff 0 3px, transparent 4px),
    radial-gradient(circle, transparent 0 14px, rgba(92, 231, 255, .32) 15px, transparent 16px),
    linear-gradient(145deg, rgba(92, 231, 255, .18), rgba(75, 124, 255, .04));
  box-shadow: inset 0 0 22px rgba(92, 231, 255, .1), 0 0 28px rgba(34, 173, 224, .16);
}

.gx-login-brand strong {
  font: 700 clamp(24px, 2.2vw, 34px)/1 "Orbitron", sans-serif;
  letter-spacing: .16em;
  white-space: nowrap;
}

.gx-login-brand strong span {
  color: #68e9ff;
}

.gx-login-brand small {
  margin-top: 8px;
  color: #8da4b8;
  font: 700 10px/1 "Inter", sans-serif;
  letter-spacing: .32em;
}

.index .container-center {
  position: relative;
  z-index: 1;
}

.index .card {
  border: 1px solid rgba(126, 198, 226, .18);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .54);
}

#login, #register {
  padding: 15px;
}

.form {
  display: table-cell;
  vertical-align: middle;
}

.nav-wrapper {
  text-transform: uppercase;
}

table.striped>tbody>tr:nth-child(odd) {
  background-color: rgba(121, 121, 121, 0.5) !important;
}

.tabs .tab a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.tabs .tab a:hover, .tabs .tab a.active {
  color: #fff;
}

.container-center {
  padding: 0;
  display: table;
  height: 100%;
}

@media (max-height: 760px) {
  .gx-login-brand {
    top: 24px;
  }
}

@media (max-width: 640px) {
  .gx-login-brand {
    top: 24px;
    grid-template-columns: 38px auto;
    column-gap: 10px;
  }

  .gx-login-brand__sigil {
    width: 38px;
    height: 38px;
  }

  .gx-login-brand strong {
    font-size: 18px;
  }

  .gx-login-brand small {
    font-size: 8px;
  }
}

.helper-text {
  font-size: 14px !important;
}

#toast-container {
  top: auto !important;
  right: auto !important;
  bottom: 3%;
  left: 1.5%;
}

.inline-right {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

/* Void Frontier authentication gateway */
body.vf-auth-page {
  overflow: hidden;
  background: #02050a;
  color: #f3f8ff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.vf-auth {
  --vf-cyan: #63e8ff;
  --vf-blue: #1e8df1;
  --vf-violet: #7a69ff;
  --vf-mint: #6affc9;
  --vf-panel: rgba(4, 12, 28, .91);
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #02050a;
  color: #f4f8ff;
}

.vf-auth::before,
.vf-auth::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.vf-auth::before {
  background:
    linear-gradient(90deg, rgba(1, 4, 12, .83) 0%, rgba(2, 7, 18, .51) 44%, rgba(2, 6, 17, .68) 69%, rgba(1, 3, 10, .91) 100%),
    linear-gradient(180deg, rgba(1, 4, 10, .42), transparent 30%, rgba(1, 3, 10, .68));
}

.vf-auth::after {
  background:
    radial-gradient(circle at 69% 50%, transparent 0 20%, rgba(1, 4, 12, .2) 45%, rgba(0, 2, 7, .62) 100%),
    linear-gradient(180deg, rgba(40, 151, 255, .05), transparent 35%);
  box-shadow: inset 0 0 180px rgba(0, 0, 0, .76);
}

.vf-auth__scene {
  position: absolute;
  z-index: -3;
  inset: -3%;
  background: #030711 url("../img/void-frontier-client-loading.png") center / cover no-repeat;
  filter: saturate(.82) brightness(.75) contrast(1.06);
  transform: scale(1.04);
  animation: vf-auth-drift 28s ease-in-out infinite alternate;
}

.vf-auth__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .14;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(98, 225, 255, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 225, 255, .13) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(90deg, #000, transparent 52%, #000);
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 52%, #000);
}

.vf-auth__flare {
  position: absolute;
  z-index: -1;
  width: 34vw;
  height: 34vw;
  border-radius: 50%;
  opacity: .28;
  pointer-events: none;
  filter: blur(70px);
  animation: vf-auth-flare 12s ease-in-out infinite alternate;
}

.vf-auth__flare--one {
  top: -21vw;
  left: 28%;
  background: rgba(46, 148, 255, .24);
}

.vf-auth__flare--two {
  right: -18vw;
  bottom: -26vw;
  background: rgba(91, 68, 255, .18);
  animation-delay: -6s;
}

.vf-auth__topbar {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(28px, 4vw, 68px);
  pointer-events: none;
}

.vf-auth__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f6fbff;
  pointer-events: auto;
  filter: drop-shadow(0 5px 22px rgba(0, 0, 0, .68));
}

.vf-auth__brand:hover,
.vf-auth__brand:focus {
  color: #fff;
}

.vf-auth__brand > span:last-child {
  display: grid;
  gap: 6px;
}

.vf-auth__brand strong {
  color: #f5f9ff;
  font: 800 clamp(19px, 1.6vw, 28px)/1 "Orbitron", sans-serif;
  letter-spacing: .18em;
  white-space: nowrap;
}

.vf-auth__brand strong em {
  color: var(--vf-cyan);
  font-style: normal;
  text-shadow: 0 0 24px rgba(99, 232, 255, .34);
}

.vf-auth__brand small {
  color: #8198b5;
  font: 700 8px/1 "Inter", sans-serif;
  letter-spacing: .31em;
}

.vf-auth__sigil {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(102, 229, 255, .52);
  background: linear-gradient(145deg, rgba(59, 180, 246, .23), rgba(26, 56, 104, .06));
  box-shadow: inset 0 0 24px rgba(60, 212, 255, .09), 0 0 25px rgba(28, 153, 232, .12);
  transform: rotate(45deg);
}

.vf-auth__sigil::before,
.vf-auth__sigil::after,
.vf-auth__sigil i {
  position: absolute;
  content: "";
  border: 1px solid rgba(114, 231, 255, .46);
}

.vf-auth__sigil::before {
  inset: 7px;
}

.vf-auth__sigil::after {
  inset: 14px;
  background: rgba(96, 229, 255, .78);
  box-shadow: 0 0 16px rgba(96, 229, 255, .72);
}

.vf-auth__sigil i {
  inset: -5px;
  opacity: .18;
  animation: vf-auth-sigil 4s ease-in-out infinite;
}

.vf-auth__environment {
  display: flex;
  height: 34px;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(92, 174, 224, .25);
  background: rgba(4, 13, 27, .58);
  color: #9fb5d2;
  font: 700 8px/1 "Orbitron", sans-serif;
  letter-spacing: .23em;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.vf-auth__environment > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vf-mint);
  box-shadow: 0 0 12px rgba(106, 255, 201, .9);
  animation: vf-auth-status 2.4s ease-in-out infinite;
}

.vf-auth__layout {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1380px, calc(100% - 88px));
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding: 106px 0 70px;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 488px);
  align-items: center;
  gap: clamp(54px, 7vw, 116px);
}

.vf-auth__hero {
  max-width: 690px;
  padding-left: clamp(8px, 3vw, 42px);
  filter: drop-shadow(0 8px 30px rgba(0, 0, 0, .64));
}

.vf-auth__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px;
  color: var(--vf-cyan);
  font: 700 11px/1 "Orbitron", sans-serif;
  letter-spacing: .24em;
}

.vf-auth__eyebrow span {
  display: block;
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--vf-cyan));
  box-shadow: 0 0 8px rgba(99, 232, 255, .65);
}

.vf-auth__hero h1 {
  margin: 0;
  color: #f5f8ff;
  font: 800 clamp(58px, 7vw, 104px)/.83 "Orbitron", sans-serif;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.vf-auth__hero h1 em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(110deg, #66e8ff 4%, #4d9ff5 43%, #9c79ff 88%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 30px rgba(79, 141, 251, .23));
}

.vf-auth__lead {
  max-width: 620px;
  margin: 25px 0 0;
  color: #b4c3d9;
  font: 500 clamp(16px, 1.25vw, 19px)/1.68 "Inter", sans-serif;
}

.vf-auth__facts {
  display: flex;
  margin: 34px 0 0;
  gap: 0;
}

.vf-auth__facts div {
  min-width: 135px;
  padding: 0 27px;
  border-left: 1px solid rgba(114, 177, 218, .22);
}

.vf-auth__facts div:first-child {
  padding-left: 0;
  border-left: 0;
}

.vf-auth__facts dt {
  color: #f5f9ff;
  font: 800 14px/1 "Orbitron", sans-serif;
}

.vf-auth__facts dd {
  margin: 7px 0 0;
  color: #7188a5;
  font: 700 8px/1.3 "Inter", sans-serif;
  letter-spacing: .18em;
}

.vf-auth__console {
  position: relative;
  width: 100%;
  min-height: 696px;
  padding: 90px 34px 70px;
  border: 1px solid rgba(111, 171, 229, .39);
  background:
    linear-gradient(150deg, rgba(19, 40, 79, .25), transparent 36%),
    linear-gradient(180deg, rgba(4, 14, 34, .94), rgba(3, 9, 25, .96));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, .55),
    inset 0 0 70px rgba(44, 86, 177, .05);
  -webkit-backdrop-filter: blur(22px) saturate(1.1);
  backdrop-filter: blur(22px) saturate(1.1);
}

.vf-auth__console::before {
  position: absolute;
  top: 0;
  left: 12%;
  width: 76%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(113, 229, 255, .83), transparent);
  box-shadow: 0 0 18px rgba(86, 212, 255, .38);
}

.vf-auth__corner {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: #d7f7ff;
  border-style: solid;
  filter: drop-shadow(0 0 5px rgba(110, 226, 255, .45));
}

.vf-auth__corner--tl { top: -2px; left: -2px; border-width: 2px 0 0 2px; }
.vf-auth__corner--tr { top: -2px; right: -2px; border-width: 2px 2px 0 0; }
.vf-auth__corner--bl { bottom: -2px; left: -2px; border-width: 0 0 2px 2px; }
.vf-auth__corner--br { right: -2px; bottom: -2px; border-width: 0 2px 2px 0; }

.vf-auth__link-state {
  position: absolute;
  top: 60px;
  left: 33px;
  display: grid;
  width: calc(100% - 66px);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  color: #6b829f;
  font: 700 7px/1 "Orbitron", sans-serif;
  letter-spacing: .2em;
}

.vf-auth__link-state i {
  height: 1px;
  background: linear-gradient(90deg, rgba(100, 157, 203, .25), rgba(100, 157, 203, .08));
}

.vf-auth__link-state b {
  color: var(--vf-mint);
  font-weight: 700;
}

.vf-auth__core {
  position: absolute;
  z-index: 2;
  top: -43px;
  left: 50%;
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 1px solid rgba(111, 228, 255, .5);
  background: rgba(3, 12, 30, .96);
  box-shadow: 0 0 35px rgba(61, 181, 248, .23), inset 0 0 25px rgba(65, 196, 255, .12);
  transform: translateX(-50%) rotate(45deg);
}

.vf-auth__core::before,
.vf-auth__core::after,
.vf-auth__core span,
.vf-auth__core i,
.vf-auth__core b {
  position: absolute;
  content: "";
}

.vf-auth__core::before {
  inset: 8px;
  border: 1px solid rgba(108, 198, 255, .25);
}

.vf-auth__core::after {
  inset: 17px;
  border: 1px solid rgba(121, 108, 255, .42);
  animation: vf-auth-core 7s linear infinite;
}

.vf-auth__core span {
  inset: 25px;
  border: 1px solid rgba(104, 231, 255, .66);
  background: rgba(38, 135, 244, .17);
  box-shadow: inset 0 0 14px rgba(95, 225, 255, .3);
}

.vf-auth__core i {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #76efff;
  box-shadow: 0 0 18px #54d8ff;
  animation: vf-auth-status 2.2s ease-in-out infinite;
}

.vf-auth__core b {
  inset: -7px;
  border: 1px solid rgba(110, 199, 255, .13);
  animation: vf-auth-core 12s linear infinite reverse;
}

.vf-auth__heading {
  margin-bottom: 21px;
}

.vf-auth__heading p {
  margin: 0 0 9px;
  color: var(--vf-cyan);
  font: 700 10px/1 "Orbitron", sans-serif;
  letter-spacing: .19em;
}

.vf-auth__heading h2 {
  margin: 0;
  color: #f5f8ff;
  font: 700 32px/1.15 "Space Grotesk", "Inter", sans-serif;
  letter-spacing: -.025em;
}

.vf-auth__heading > span {
  display: block;
  margin-top: 7px;
  color: #91a3bd;
  font-size: 14px;
  line-height: 1.45;
}

.vf-auth__tabs {
  display: grid;
  margin: 0 0 22px;
  border-bottom: 1px solid rgba(107, 160, 207, .16);
  grid-template-columns: 1fr 1fr;
}

.vf-auth__tabs button {
  position: relative;
  height: 38px;
  border: 0;
  background: transparent;
  color: #657b98;
  font: 700 10px/1 "Orbitron", sans-serif;
  letter-spacing: .14em;
  cursor: pointer;
}

.vf-auth__tabs button::after {
  position: absolute;
  right: 12%;
  bottom: -1px;
  left: 12%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--vf-cyan), transparent);
  box-shadow: 0 0 10px rgba(94, 229, 255, .5);
  opacity: 0;
  transform: scaleX(.3);
  transition: opacity .2s ease, transform .25s ease;
}

.vf-auth__tabs button.is-active {
  color: #dceaff;
}

.vf-auth__tabs button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.vf-auth__form[hidden] {
  display: none !important;
}

.vf-auth__form {
  display: grid;
  gap: 17px;
  animation: vf-auth-panel-in .35s ease both;
}

.vf-auth__field {
  display: grid;
  gap: 8px;
  color: #b9c6da;
}

.vf-auth__field > span:first-child {
  color: #b9c6da;
  font: 700 10px/1 "Inter", sans-serif;
  letter-spacing: .06em;
}

.vf-auth__input {
  position: relative;
  display: flex;
  height: 52px;
  align-items: center;
  border: 1px solid rgba(103, 150, 199, .29);
  background: rgba(1, 7, 22, .58);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.vf-auth__input:focus-within {
  border-color: rgba(93, 224, 255, .74);
  background: rgba(3, 12, 31, .82);
  box-shadow: 0 0 0 1px rgba(68, 194, 247, .1), inset 3px 0 0 rgba(91, 225, 255, .72);
}

.vf-auth__input > .material-icons {
  width: 47px;
  flex: 0 0 47px;
  color: #7590b2;
  font-size: 21px;
  text-align: center;
  transition: color .18s ease;
}

.vf-auth__input:focus-within > .material-icons {
  color: var(--vf-cyan);
}

.vf-auth .vf-auth__input input {
  width: 100%;
  height: 50px;
  min-width: 0;
  margin: 0 !important;
  padding: 0 14px 0 0 !important;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  color: #f3f7ff;
  font-size: 16px;
  line-height: 50px;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.vf-auth .vf-auth__input input::placeholder {
  color: #526984;
  opacity: 1;
}

.vf-auth .vf-auth__input input:-webkit-autofill,
.vf-auth .vf-auth__input input:-webkit-autofill:hover,
.vf-auth .vf-auth__input input:-webkit-autofill:focus {
  -webkit-text-fill-color: #f3f7ff;
  caret-color: #f3f7ff;
  box-shadow: 0 0 0 1000px #061027 inset !important;
  transition: background-color 9999s ease-out;
}

.vf-auth__reveal {
  display: grid;
  width: 46px;
  height: 50px;
  flex: 0 0 46px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #6e86a5;
  cursor: pointer;
}

.vf-auth__reveal:hover,
.vf-auth__reveal:focus-visible {
  color: var(--vf-cyan);
}

.vf-auth__reveal .material-icons {
  font-size: 19px;
}

.vf-auth__server {
  display: grid;
  min-height: 49px;
  padding: 7px 11px;
  border: 1px solid rgba(103, 150, 199, .23);
  background: rgba(6, 17, 39, .54);
  grid-template-columns: 35px 1fr auto;
  align-items: center;
  gap: 10px;
}

.vf-auth__server-icon {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid rgba(102, 228, 255, .44);
  transform: rotate(45deg);
}

.vf-auth__server-icon i {
  display: block;
  width: 8px;
  height: 8px;
  background: var(--vf-cyan);
  box-shadow: 0 0 10px rgba(94, 229, 255, .82);
}

.vf-auth__server > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.vf-auth__server strong {
  color: #dce8fa;
  font-size: 13px;
  line-height: 1;
}

.vf-auth__server small {
  color: #667d9c;
  font: 700 7px/1 "Inter", sans-serif;
  letter-spacing: .15em;
}

.vf-auth__server > b {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--vf-mint);
  font: 700 8px/1 "Orbitron", sans-serif;
}

.vf-auth__server > b i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--vf-mint);
  box-shadow: 0 0 8px rgba(106, 255, 201, .85);
}

.vf-auth__message {
  display: none;
  min-height: 38px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 1.45;
}

.vf-auth__message:not(:empty) {
  display: flex;
}

.vf-auth__message.is-info {
  border-color: rgba(89, 191, 255, .23);
  background: rgba(33, 111, 180, .11);
  color: #9edcff;
}

.vf-auth__message.is-error {
  border-color: rgba(255, 105, 126, .35);
  background: rgba(164, 35, 65, .13);
  color: #ff9cad;
}

.vf-auth__message.is-success {
  border-color: rgba(91, 255, 190, .3);
  background: rgba(26, 137, 96, .14);
  color: #83f8ca;
}

.vf-auth__resend {
  margin-top: -9px;
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: var(--vf-cyan);
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.vf-auth__resend:hover,
.vf-auth__resend:focus-visible {
  color: #c3f8ff;
  text-decoration: underline;
}

.vf-auth__resend[hidden] {
  display: none;
}

.vf-auth__submit {
  position: relative;
  display: grid;
  width: 100%;
  height: 54px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(102, 225, 255, .85);
  background:
    linear-gradient(90deg, rgba(9, 111, 191, .93), rgba(59, 83, 192, .95)),
    #135da8;
  color: #fff;
  font: 800 11px/1 "Orbitron", sans-serif;
  letter-spacing: .14em;
  cursor: pointer;
  box-shadow: inset 0 0 24px rgba(67, 211, 255, .14), 0 10px 32px rgba(17, 86, 184, .24);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vf-auth__submit::before {
  position: absolute;
  top: 0;
  left: -65%;
  width: 38%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), transparent);
  transform: skewX(-24deg);
  transition: left .55s ease;
}

.vf-auth__submit:hover {
  border-color: #c0f7ff;
  box-shadow: inset 0 0 30px rgba(106, 222, 255, .22), 0 12px 38px rgba(24, 115, 218, .33);
  transform: translateY(-1px);
}

.vf-auth__submit:hover::before {
  left: 125%;
}

.vf-auth__submit > .material-icons {
  position: absolute;
  right: 18px;
  font-size: 18px;
}

.vf-auth__submit > b {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: vf-auth-spin .7s linear infinite;
}

.vf-auth__form.is-pending .vf-auth__submit > span,
.vf-auth__form.is-pending .vf-auth__submit > .material-icons {
  visibility: hidden;
}

.vf-auth__form.is-pending .vf-auth__submit > b {
  display: block;
}

.vf-auth__submit:disabled {
  cursor: wait;
  opacity: .78;
  transform: none;
}

.vf-auth__switch {
  margin: -2px 0 0;
  color: #7c91ad;
  font-size: 12px;
  text-align: center;
}

.vf-auth__switch button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--vf-cyan);
  font-weight: 700;
  cursor: pointer;
}

.vf-auth__switch button:hover,
.vf-auth__switch button:focus-visible {
  color: #c3f8ff;
  text-decoration: underline;
}

.vf-auth__register-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
}

.vf-auth__form--register {
  gap: 14px;
}

.vf-auth__form--register .vf-auth__input {
  height: 49px;
}

.vf-auth__form--register .vf-auth__input input {
  height: 47px;
  line-height: 47px;
}

.vf-auth__field > small {
  min-height: 0;
  color: #ff91a5;
  font-size: 10px;
  line-height: 1.35;
}

.vf-auth__field > small:empty {
  display: none;
}

.vf-auth__agreement {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #91a3bd;
  cursor: pointer;
}

.vf-auth__agreement > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.vf-auth__agreement > span {
  display: grid;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  place-items: center;
  border: 1px solid rgba(102, 172, 222, .42);
  background: rgba(4, 13, 30, .8);
}

.vf-auth__agreement > span i {
  color: #03101b;
  font-size: 15px;
  opacity: 0;
}

.vf-auth__agreement > input:checked + span {
  border-color: var(--vf-cyan);
  background: var(--vf-cyan);
  box-shadow: 0 0 12px rgba(98, 231, 255, .2);
}

.vf-auth__agreement > input:checked + span i {
  opacity: 1;
}

.vf-auth__agreement > input:focus-visible + span {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.vf-auth__agreement em {
  font-size: 11px;
  font-style: normal;
}

.vf-auth__agreement a {
  color: var(--vf-cyan);
}

.vf-auth__console-footer {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 13px;
  border-top: 1px solid rgba(103, 150, 199, .14);
  color: #526985;
  font: 700 7px/1 "Orbitron", sans-serif;
  letter-spacing: .17em;
}

.vf-auth__console-footer span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vf-auth__console-footer i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--vf-mint);
  box-shadow: 0 0 8px rgba(106, 255, 201, .85);
}

.vf-auth__console-footer b {
  font-weight: 700;
}

.vf-auth-footer {
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(28px, 4vw, 68px);
  border-top: 1px solid rgba(92, 154, 201, .12);
  background: linear-gradient(180deg, rgba(2, 6, 14, .28), rgba(2, 5, 12, .74));
  color: #526984;
  font: 700 7px/1 "Orbitron", sans-serif;
  letter-spacing: .18em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.vf-auth-footer span:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #7188a4;
}

.vf-auth-footer i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--vf-mint);
  box-shadow: 0 0 8px rgba(106, 255, 201, .75);
}

body.vf-auth-page .modal {
  max-width: 820px;
  border: 1px solid rgba(100, 190, 234, .3);
  background: #071124;
  color: #b8c8dc;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .7);
}

body.vf-auth-page .modal .modal-content {
  background: linear-gradient(180deg, rgba(18, 39, 73, .46), rgba(5, 14, 31, .92));
  text-align: left !important;
}

body.vf-auth-page .modal h4 {
  color: #f0f7ff;
}

body.vf-auth-page .modal .modal-footer {
  border-top: 1px solid rgba(100, 190, 234, .18);
  background: #071124;
}

body.vf-auth-page .modal .modal-footer a {
  color: var(--vf-cyan, #63e8ff);
}

@keyframes vf-auth-drift {
  0% { transform: scale(1.04) translate3d(-.5%, -.3%, 0); }
  100% { transform: scale(1.09) translate3d(.6%, .4%, 0); }
}

@keyframes vf-auth-flare {
  0% { opacity: .18; transform: translate3d(-2%, -2%, 0) scale(.94); }
  100% { opacity: .34; transform: translate3d(2%, 2%, 0) scale(1.08); }
}

@keyframes vf-auth-sigil {
  0%, 100% { opacity: .13; transform: scale(.94); }
  50% { opacity: .35; transform: scale(1.06); }
}

@keyframes vf-auth-status {
  0%, 100% { opacity: .48; }
  50% { opacity: 1; }
}

@keyframes vf-auth-core {
  to { transform: rotate(360deg); }
}

@keyframes vf-auth-spin {
  to { transform: rotate(360deg); }
}

@keyframes vf-auth-panel-in {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1050px) {
  .vf-auth::before {
    background: linear-gradient(90deg, rgba(1, 5, 14, .72), rgba(2, 7, 18, .64) 48%, rgba(1, 4, 12, .9));
  }

  .vf-auth__layout {
    width: min(920px, calc(100% - 56px));
    grid-template-columns: minmax(0, .82fr) minmax(420px, 470px);
    gap: 35px;
  }

  .vf-auth__hero h1 {
    font-size: clamp(50px, 7vw, 72px);
  }

  .vf-auth__facts {
    flex-wrap: wrap;
    gap: 18px 0;
  }

  .vf-auth__facts div {
    min-width: 120px;
    padding: 0 18px;
  }
}

@media (max-width: 820px) {
  body.vf-auth-page {
    overflow: auto;
  }

  .vf-auth {
    min-height: 100vh;
    overflow: visible;
  }

  .vf-auth__scene {
    position: fixed;
    background-position: 46% center;
  }

  .vf-auth::before {
    position: fixed;
    background: linear-gradient(180deg, rgba(1, 5, 14, .62), rgba(1, 5, 14, .86) 30%, rgba(1, 4, 12, .94));
  }

  .vf-auth::after {
    position: fixed;
  }

  .vf-auth__topbar {
    position: relative;
    padding: 20px 22px;
  }

  .vf-auth__environment {
    display: none;
  }

  .vf-auth__layout {
    display: block;
    width: min(520px, calc(100% - 34px));
    min-height: auto;
    padding: 45px 0 84px;
  }

  .vf-auth__hero {
    padding: 0 7px;
    text-align: center;
  }

  .vf-auth__eyebrow {
    justify-content: center;
  }

  .vf-auth__hero h1 {
    font-size: clamp(47px, 14vw, 73px);
  }

  .vf-auth__lead {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .vf-auth__facts {
    justify-content: center;
    margin: 25px 0 76px;
  }

  .vf-auth__console {
    min-height: 696px;
  }

  .vf-auth-footer {
    position: absolute;
    padding: 0 18px;
  }

  .vf-auth-footer span:nth-child(2) {
    display: none;
  }
}

@media (max-width: 560px) {
  .vf-auth__brand strong {
    font-size: 16px;
    letter-spacing: .12em;
  }

  .vf-auth__brand small {
    font-size: 6px;
  }

  .vf-auth__sigil {
    width: 38px;
    height: 38px;
  }

  .vf-auth__layout {
    width: min(100% - 22px, 470px);
  }

  .vf-auth__console {
    min-height: 692px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .vf-auth__link-state {
    left: 20px;
    width: calc(100% - 40px);
  }

  .vf-auth__heading h2 {
    font-size: 28px;
  }

  .vf-auth__register-grid {
    grid-template-columns: 1fr;
  }

  .vf-auth.is-registering .vf-auth__console {
    min-height: 940px;
  }

  .vf-auth__facts div {
    min-width: 96px;
    padding: 0 12px;
  }

  .vf-auth__facts dt {
    font-size: 12px;
  }

  .vf-auth-footer span:last-child {
    display: none;
  }
}

@media (max-height: 820px) and (min-width: 821px) {
  .vf-auth__topbar {
    padding-top: 16px;
    padding-bottom: 14px;
  }

  .vf-auth__layout {
    padding-top: 76px;
    padding-bottom: 48px;
    transform: scale(.92);
    transform-origin: center;
  }

  .vf-auth__console {
    min-height: 680px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vf-auth__scene,
  .vf-auth__flare,
  .vf-auth__sigil i,
  .vf-auth__environment > span,
  .vf-auth__core::after,
  .vf-auth__core b,
  .vf-auth__core i,
  .vf-auth__form {
    animation: none !important;
  }

  .vf-auth__submit,
  .vf-auth__tabs button::after {
    transition: none;
  }
}

.padding-15 {
  padding: 15px !important;
}

.padding-5 {
  padding: 5px !important;
}

table tbody tr td a {
  color: #fff !important;
}

input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error] {
  color: transparent !important;
}

#data {
  padding: 10px 25px;
}

.card .card-image img {
  padding-top: 15px;
  width: unset;
  display: unset;
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
  }
  .hide-on-med-and-down {
    display: unset !important;
  }
}

.toast .toast-action {
  margin-left: 15px;
  margin-right: -15px;
}

.select-wrapper input {
  color: #fff;
}

.btn.disabled, .disabled.btn-large, .disabled.btn-small, .btn-floating.disabled, .btn-large.disabled, .btn-small.disabled, .btn-flat.disabled, .btn:disabled, .btn-large:disabled, .btn-small:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-small:disabled, .btn-flat:disabled, .btn[disabled], .btn-large[disabled], .btn-small[disabled], .btn-floating[disabled], .btn-large[disabled], .btn-small[disabled], .btn-flat[disabled] {
  background-color: #424242 !important;
}
