.loader,
.loader * {
  box-sizing: border-box;
}
.loader {
  background: #000000;
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  transition: opacity 240ms ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.overlay {
  background: #000000;
  opacity: 0.88;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
.gradient {
  opacity: 0.16;
  width: 1336px;
  height: 1451px;
  position: absolute;
  left: -576px;
  bottom: -681px;
  background: radial-gradient(
    28.85% 28.85% at 50% 50%,
    #9b1619 0%,
    rgba(155, 22, 25, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.gradient2 {
  opacity: 0.24;
  width: 960px;
  height: 960px;
  position: absolute;
  left: calc(50% - 960px/2 + 107.5px);
  top: -266px;
  background: radial-gradient(
    28.85% 28.85% at 50% 50%,
    #9b1619 0%,
    rgba(155, 22, 25, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.header {
  width: 280px;
  max-width: 80%;
  z-index: 6;
  margin-bottom: 60px; /* Space between logo and timer */
}
.status {
  z-index: 6;
}
.timer {
  position: relative;
  width: 255px;
  height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; /* Space between timer and bottom text */
}
.ellipse-1 {
  background: rgba(244, 244, 244, 0.01);
  width: 250px;
  height: 250px;
  position: absolute;
  filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  z-index: 2;
}
.ellipse-2 {
  box-sizing: border-box;
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.01);
  background-blend-mode: luminosity;
  backdrop-filter: blur(64px);
  border-radius: 50%;
  isolation: isolate;
  z-index: 3;
}
.ellipse-2::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(
    173.83deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 36.8%,
    rgba(255, 255, 255, 0) 57.4%,
    rgba(255, 255, 255, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.ellipse-11 {
  position: absolute;
  width: 255px;
  height: 255px;
  pointer-events: none;
  z-index: 4;
}
._15 {
  color: #BE1014;
  text-align: center;
  font-family: "Benzin-Bold", sans-serif;
  font-style: normal;
  font-size: 42px;
  letter-spacing: 0.04em;
  font-weight: 700;
  z-index: 5;
}
.status-row {
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 6;
}
.ncore-mode {
  color: #9b1619;
  text-align: left;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
}
.active-pill {
  background: rgba(180, 22, 26, 0.16);
  border-radius: 123px;
  padding: 7px 12px 6px 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.active-dot {
  background: #ff060c;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  position: relative;
  box-shadow: 0px 2px 12px 0px rgba(155, 22, 25, 0.88);
}
.active-text {
  color: #ff060c;
  text-align: left;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.loader.is-complete .active-pill {
  background: rgba(26, 180, 84, 0.16);
}
.loader.is-complete .active-dot {
  background: #1ab454;
  box-shadow: 0px 2px 12px 0px rgba(26, 180, 84, 0.72);
}
.loader.is-complete .active-text {
  color: #1ab454;
}
.active {
  background: rgba(180, 22, 26, 0.16);
  border-radius: 123px;
  padding: 7px 8px 6px 8px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: calc(50% - -16.5px);
  top: 624px;
}
.ellipse {
  background: #ff060c;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  position: relative;
  box-shadow: 0px 2px 12px 0px rgba(155, 22, 25, 0.88);
}
.active2 {
  color: #ff060c;
  text-align: left;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.neuro-core {}
.initialization-system {}
.network-interface {}
