:root {
  --blue: #0f62fe;
  --blue-bright: #33a9ff;
  --blue-deep: #021a3f;
  --ink: #05101f;
  --screen: #06170f;
  --green: #41ff9f;
  --amber: #ffd45a;
  --paper: #f4f0e4;
  --white: #ffffff;
  --muted: #b6c9de;
  --shadow: rgba(0, 0, 0, .36);
  --font-terminal: "VT323", "Lucida Console", "Courier New", monospace;
  --font-pixel: "Press Start 2P", "VT323", "Lucida Console", monospace;
  --font-system: "VT323", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 98, 254, .22), transparent 22rem),
    radial-gradient(circle at 12% 14%, rgba(65, 255, 159, .13), transparent 18rem),
    var(--ink);
  background-size: 22px 22px, 22px 22px, auto, auto, auto;
  color: var(--paper);
  font-family: var(--font-terminal);
  font-size: 1.22rem;
  line-height: 1.6;
  overflow-x: hidden;
}

main {
  position: relative;
  padding-bottom: 1.5rem;
  z-index: 1;
}

main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(51,169,255,.35) 0 2px, transparent 2px calc(100% - 2px), rgba(51,169,255,.35) calc(100% - 2px)),
    repeating-linear-gradient(0deg, transparent 0 7.5rem, rgba(255,255,255,.045) 7.5rem calc(7.5rem + 2px));
  opacity: .42;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 1px, transparent 1px 4px),
    radial-gradient(circle at center, transparent 0, rgba(0,0,0,.32) 88%);
  mix-blend-mode: screen;
  opacity: .34;
  z-index: 20;
}

a {
  color: inherit;
}

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

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,.32) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,.22) 25%, transparent 25%);
  background-size: 3px 3px;
  z-index: 19;
}

.code-rain {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: .36;
  mix-blend-mode: screen;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.03) 0 1px, transparent 1px 5px),
    radial-gradient(circle at center, rgba(15, 98, 254, .18), transparent 28rem),
    #02070f;
  transition: opacity .45s ease, visibility .45s ease;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-computer {
  width: min(560px, 100%);
  filter: drop-shadow(18px 24px 0 rgba(0,0,0,.45));
}

.preloader-monitor {
  padding: .9rem;
  background: linear-gradient(180deg, #eee9dc, #b8afa1);
  border: 5px solid #4e493f;
  border-top-color: #fff8e9;
  border-left-color: #fff8e9;
  border-radius: 12px;
  box-shadow: inset 0 -6px 0 rgba(0,0,0,.22);
}

.preloader-toolbar {
  min-height: 2.2rem;
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .35rem .55rem;
  background: #cbc4b8;
  color: #111;
  border: 3px inset #7f786f;
  font-size: .78rem;
  text-transform: uppercase;
}

.preloader-toolbar span {
  width: .74rem;
  height: .74rem;
  background: var(--blue);
  border: 2px solid #111;
}

.preloader-screen {
  position: relative;
  overflow: hidden;
  min-height: 17rem;
  margin-top: .8rem;
  padding: clamp(1rem, 4vw, 1.6rem);
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.07) 0 1px, transparent 1px 5px),
    linear-gradient(180deg, rgba(65,255,159,.12), transparent),
    var(--screen);
  border: 10px solid #202020;
  color: var(--green);
  text-shadow: 0 0 10px rgba(65,255,159,.76);
}

.preloader-screen p {
  margin: 0 0 .7rem;
  font-size: clamp(.8rem, 2.5vw, 1rem);
  text-transform: uppercase;
}

.cursor {
  animation: blink 1s steps(2, end) infinite;
}

.preloader-progress {
  position: absolute;
  left: clamp(1rem, 4vw, 1.6rem);
  right: clamp(1rem, 4vw, 1.6rem);
  bottom: clamp(1rem, 4vw, 1.6rem);
  height: 1.15rem;
  border: 2px solid var(--green);
  background: rgba(65,255,159,.08);
  box-shadow: 0 0 16px rgba(65,255,159,.28);
}

.preloader-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(90deg, var(--green) 0 14px, transparent 14px 18px);
  animation: load-bar 1.75s steps(14, end) forwards;
}

.preloader-base {
  width: 72%;
  min-height: 4.1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  background: linear-gradient(180deg, #cfc7b7, #8e8679);
  border: 5px solid #4e493f;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  box-shadow: inset 0 -5px 0 rgba(0,0,0,.26);
}

.preloader-base span {
  width: 18%;
  height: .72rem;
  background: #171717;
  border-top: 2px solid rgba(255,255,255,.45);
}

@keyframes load-bar {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink {
  0%, 45% { opacity: 1; }
  46%, 100% { opacity: 0; }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 6rem;
  padding: 1.1rem clamp(1rem, 3vw, 2.5rem) 1.35rem;
  background:
    linear-gradient(90deg, transparent 0 72%, rgba(255,255,255,.22) 72% 73%, transparent 73% 100%),
    repeating-linear-gradient(90deg, rgba(0,0,0,.16) 0 3px, transparent 3px 11px),
    linear-gradient(180deg, #eee9dc 0%, #cfc7b7 48%, #a69d8f 100%);
  border: 5px solid #514b43;
  border-top-color: #fff8e9;
  border-left-color: #fff8e9;
  border-radius: 0 0 14px 14px;
  box-shadow:
    0 9px 0 #5f594f,
    0 16px 0 #26231f,
    0 28px 40px rgba(0, 0, 0, .45),
    inset 0 -5px 0 rgba(0,0,0,.22),
    inset 0 3px 0 rgba(255,255,255,.75);
  color: #111;
  isolation: isolate;
}

.site-header::before {
  content: "POWER  READY  DISK";
  position: absolute;
  left: clamp(1rem, 3vw, 2.5rem);
  bottom: .22rem;
  color: #202020;
  font-size: .58rem;
  line-height: 1;
}

.site-header::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: .33rem;
  width: min(18rem, 38vw);
  height: .62rem;
  background:
    repeating-linear-gradient(90deg, #1c1a18 0 16px, transparent 16px 24px);
  border-top: 2px solid rgba(255,255,255,.5);
  opacity: .72;
}

.brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #101010;
  max-width: min(56vw, 44rem);
}

.brand span:last-child {
  display: inline-block;
  padding: .72rem .85rem;
  background: #181f27;
  color: #f8f7f1;
  border: 3px inset #726b60;
  box-shadow: inset 0 0 18px rgba(65,255,159,.12);
  text-shadow: 0 0 8px rgba(65,255,159,.34);
  overflow-wrap: anywhere;
}

.nav-links {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: .35rem;
  background: #7d766b;
  border: 3px inset #4d473f;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.18);
}

.nav-links a {
  min-height: 2.7rem;
  padding: .55rem .85rem;
  border: 2px solid #35312c;
  border-top-color: #fff8e9;
  border-left-color: #fff8e9;
  background: linear-gradient(180deg, #f5efe1 0%, #c8c0b1 100%);
  color: #171717;
  text-decoration: none;
  font-size: .86rem;
  box-shadow: 3px 4px 0 #312d28;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: linear-gradient(180deg, #dfffe9 0%, #8edfaf 100%);
  color: #052414;
  transform: translate(2px, 2px);
  box-shadow: 1px 2px 0 #312d28;
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 4rem);
  display: grid;
  align-items: end;
  padding: clamp(1rem, 4vw, 3rem) clamp(1rem, 4vw, 3rem) clamp(2.2rem, 6vw, 4.5rem);
  isolation: isolate;
  min-width: 0;
  border-bottom: 6px double var(--blue-bright);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--blue-deep);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,16,31,.92) 0 24%, rgba(5,16,31,.24) 55%, rgba(5,16,31,.7)),
    linear-gradient(0deg, rgba(5,16,31,.96), transparent 56%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.crt-shell {
  width: min(760px, 100%);
  max-width: 100%;
  min-width: 0;
  margin: 5rem 0 1rem;
  border: 6px solid #b8b1a6;
  border-radius: 8px;
  background: #d5d0c7;
  box-shadow: 16px 18px 0 rgba(0,0,0,.55), inset 0 0 0 2px #777064;
}

.crt-shell::after {
  content: "";
  display: block;
  width: 76%;
  height: 2.2rem;
  margin: 0 auto -2.7rem;
  background: linear-gradient(180deg, #aaa296, #6d655b);
  border: 4px solid #34302b;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: inset 0 -4px 0 rgba(0,0,0,.25);
}

.crt-toolbar,
.panel-title,
.window-title {
  min-height: 2.4rem;
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .45rem .7rem;
  background: #c7c2b8;
  color: #111;
  border-bottom: 3px solid #817b70;
  font-size: .82rem;
  text-transform: uppercase;
}

.crt-toolbar span {
  width: .75rem;
  height: .75rem;
  border: 2px solid #222;
  background: var(--blue);
}

.crt-toolbar strong {
  margin-left: .25rem;
}

.crt-screen {
  position: relative;
  padding: clamp(1.1rem, 4vw, 2.2rem);
  min-width: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(65,255,159,.12), transparent),
    var(--screen);
  color: var(--green);
  border: 12px solid #252525;
  text-shadow: 0 0 10px rgba(65,255,159,.9);
}

.crt-screen::after,
.terminal-panel::after,
.manifesto::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.09) 0 1px, transparent 1px 5px);
  opacity: .34;
}

.boot-line {
  margin: 0 0 .75rem;
  color: var(--amber);
  font-size: clamp(.78rem, 1.5vw, .94rem);
}

h1,
h2 {
  margin: 0;
  line-height: 1.06;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font-pixel);
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  max-width: 13ch;
  font-size: clamp(2.15rem, 5.8vw, 5.35rem);
  line-height: 1.2;
  text-shadow: 5px 5px 0 var(--blue), 0 0 22px rgba(51,169,255,.42);
  overflow-wrap: anywhere;
}

h2 {
  font-size: clamp(1.35rem, 2.9vw, 2.6rem);
  line-height: 1.28;
}

p {
  margin: 0 0 1rem;
}

.hero-copy {
  max-width: 40rem;
  margin-top: 1rem;
  color: #d9ffe9;
  font-size: 1.05rem;
}

.hero-actions,
.community-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.25rem;
}

.action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: .72rem 1rem;
  border: 2px solid var(--white);
  background: var(--blue);
  color: var(--white);
  box-shadow: 5px 5px 0 #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}

.action-link:hover,
.action-link:focus-visible {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 #000;
  outline: 2px solid var(--green);
  outline-offset: 3px;
}

.action-link.pending {
  background: #283a54;
  color: #d6e3f0;
}

.desktop-icons {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: clamp(1.4rem, 4vw, 2.4rem) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 9rem));
  gap: 1rem;
}

.desktop-icons span {
  min-height: 6rem;
  display: grid;
  place-items: end center;
  padding: .8rem .35rem;
  color: #dfffee;
  text-align: center;
  text-shadow: 0 0 10px rgba(65,255,159,.55);
}

.desktop-icons span::before {
  content: "";
  width: 3.1rem;
  height: 3.2rem;
  margin-bottom: .45rem;
  display: block;
  background:
    linear-gradient(135deg, transparent 0 18%, #d8d2c4 18% 31%, transparent 31%),
    linear-gradient(180deg, #f4f0e4 0 22%, #0f62fe 22% 45%, #c7c2b8 45%);
  border: 3px solid #f8f3e8;
  box-shadow: 4px 4px 0 #000;
}

.identity-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1180px, calc(100% - 2rem));
  margin: clamp(1.2rem, 3vw, 2rem) auto 0;
  border: 5px solid #514b43;
  border-top-color: #fff8e9;
  border-left-color: #fff8e9;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #f4f0e4 0 2.2rem, #c7c2b8 2.2rem 2.35rem, #ebe5d7 2.35rem);
  color: var(--ink);
  box-shadow: 10px 12px 0 rgba(0,0,0,.5);
}

.identity-strip::before {
  content: "TOKEN_DIRECTORY";
  position: absolute;
  top: .34rem;
  left: .8rem;
  color: #111;
  font-size: .82rem;
  text-transform: uppercase;
}

.identity-strip div {
  padding: clamp(3.2rem, 4.5vw, 3.9rem) clamp(1rem, 2.2vw, 1.55rem) clamp(1rem, 2.2vw, 1.55rem);
  border-right: 2px solid var(--ink);
  min-width: 0;
  background:
    linear-gradient(90deg, rgba(15,98,254,.08), transparent 70%),
    repeating-linear-gradient(0deg, rgba(0,0,0,.04) 0 1px, transparent 1px 4px);
}

.identity-strip div:last-child {
  border-right: 0;
}

.identity-strip span,
.stats-console span {
  display: block;
  margin-bottom: .28rem;
  color: var(--blue);
  font-size: .78rem;
  text-transform: uppercase;
}

.identity-strip strong,
.stats-console strong {
  display: block;
  overflow-wrap: anywhere;
}

.logo-window {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 2rem));
  margin: clamp(3rem, 7vw, 5rem) auto;
  padding: .7rem;
  border: 5px solid #514b43;
  border-top-color: #fff8e9;
  border-left-color: #fff8e9;
  border-radius: 10px;
  background: linear-gradient(180deg, #d6d0c4, #928a7e);
  box-shadow: 12px 12px 0 rgba(0,0,0,.48);
}

.logo-window img {
  width: 100%;
  aspect-ratio: 1 / .62;
  object-fit: cover;
  object-position: center;
  border: 10px solid #202020;
}

.terminal-grid {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto clamp(3rem, 7vw, 5rem);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1.1rem;
}

.terminal-panel {
  position: relative;
  overflow: hidden;
  border: 5px solid #514b43;
  border-top-color: #fff8e9;
  border-left-color: #fff8e9;
  border-radius: 8px;
  background: rgba(6, 23, 15, .96);
  color: #dfffee;
  box-shadow: 10px 10px 0 rgba(0,0,0,.55);
}

.terminal-panel.wide {
  grid-row: span 2;
}

.terminal-panel h2,
.terminal-panel p {
  position: relative;
  z-index: 1;
}

.terminal-panel h2 {
  padding: 1.3rem 1.25rem .8rem;
  color: var(--green);
  font-size: clamp(1.55rem, 3vw, 2.8rem);
  font-family: var(--font-terminal);
  line-height: .95;
  text-shadow: 0 0 12px rgba(65,255,159,.75);
  border-bottom: 2px dotted rgba(65,255,159,.45);
}

.terminal-panel p {
  padding: 0 clamp(1rem, 2vw, 1.45rem);
  color: #e8fff2;
  font-size: clamp(1.15rem, 1.8vw, 1.36rem);
}

.terminal-panel p:last-child {
  padding-bottom: 1.35rem;
  margin-bottom: 0;
}

.manifesto {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 390px);
  gap: clamp(1rem, 3vw, 2.5rem);
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto clamp(3rem, 7vw, 5rem);
  padding: clamp(3.4rem, 6vw, 4.5rem) clamp(1.3rem, 4vw, 2.2rem) clamp(1.3rem, 4vw, 2.2rem);
  background:
    linear-gradient(180deg, #f4f0e4 0 2.45rem, #514b43 2.45rem 2.75rem, var(--blue) 2.75rem);
  border: 5px solid #514b43;
  border-top-color: #fff8e9;
  border-left-color: #fff8e9;
  border-radius: 10px;
  box-shadow: 12px 12px 0 rgba(0,0,0,.5);
}

.manifesto::before {
  content: "MANIFESTO.EXE";
  position: absolute;
  top: .46rem;
  left: .9rem;
  color: #111;
  font-size: .88rem;
  z-index: 2;
}

.manifesto-copy,
.stats-console {
  position: relative;
  z-index: 1;
}

.manifesto p {
  max-width: 62rem;
}

.stats-console {
  display: grid;
  gap: .65rem;
  align-self: center;
}

.stats-console div {
  padding: .85rem;
  background: var(--paper);
  color: var(--ink);
  border: 4px solid #514b43;
  border-top-color: #fff8e9;
  border-left-color: #fff8e9;
  box-shadow: 4px 4px 0 #000;
}

.community {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.2rem;
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  padding: clamp(3.5rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 2.25rem) clamp(1.25rem, 4vw, 2.25rem);
  background:
    linear-gradient(180deg, #f4f0e4 0 2.5rem, #a49b8d 2.5rem 2.75rem, var(--paper) 2.75rem);
  color: var(--ink);
  border: 5px solid #514b43;
  border-top-color: #fff8e9;
  border-left-color: #fff8e9;
  border-radius: 10px;
  box-shadow: 12px 12px 0 rgba(0,0,0,.5);
}

.community::before {
  content: "COMMUNITY.DIAL";
  position: absolute;
  top: .5rem;
  left: .9rem;
  color: #111;
  font-size: .88rem;
}

.community h2 {
  color: var(--ink);
  font-size: clamp(1.35rem, 3.4vw, 3rem);
}

.community .boot-line {
  color: var(--blue);
}

.site-footer {
  position: relative;
  z-index: 35;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: .75rem;
  padding: .45rem clamp(.7rem, 2vw, 1rem);
  background: linear-gradient(180deg, #d9d2c4, #9d9487);
  color: #111;
  border-top: 4px solid #fff8e9;
  box-shadow: 0 -5px 0 #514b43;
  font-size: .95rem;
}

.disclaimer {
  margin-left: auto;
  max-width: 42rem;
}

.start-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: .18rem .7rem;
  background: #f4f0e4;
  border: 3px solid #514b43;
  border-top-color: #fff8e9;
  border-left-color: #fff8e9;
  box-shadow: 2px 2px 0 #222;
  font-family: var(--font-pixel);
  font-size: .62rem;
}

@media (max-width: 850px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding-bottom: 1.7rem;
  }

  .site-header::after {
    width: 9rem;
  }

  .brand {
    max-width: 100%;
  }

  .nav-links {
    justify-content: flex-start;
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding-top: 2rem;
  }

  .hero-media {
    position: relative;
    height: 38vh;
    min-height: 260px;
    margin: -2rem 0 1rem;
  }

  .hero-media::after {
    background: linear-gradient(0deg, rgba(5,16,31,.9), rgba(5,16,31,.12));
  }

  .crt-shell {
    margin-top: 0;
  }

  .identity-strip,
  .terminal-grid,
  .manifesto,
  .community {
    grid-template-columns: 1fr;
  }

  .desktop-icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .identity-strip div {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
    padding-top: 1rem;
  }

  .identity-strip div:last-child {
    border-bottom: 0;
  }

  .terminal-panel.wide {
    grid-row: auto;
  }

  .community-actions {
    justify-content: flex-start;
  }

  .disclaimer {
    margin-left: 0;
  }
}

@media (max-width: 460px) {
  .brand {
    font-size: .78rem;
    align-items: flex-start;
  }

  .nav-links a,
  .action-link {
    width: 100%;
  }

  .desktop-icons {
    grid-template-columns: 1fr;
  }

  .site-header::before {
    font-size: .5rem;
  }

  .site-header::after {
    width: 5rem;
  }

  h1 {
    font-size: 1.72rem;
  }

  .crt-shell {
    border-width: 4px;
  }

  .crt-screen {
    border-width: 8px;
    padding: .82rem;
  }

  .logo-window {
    width: calc(100% - 1rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .preloader,
  .cursor,
  .preloader-progress span,
  .code-rain {
    animation: none;
    transition: none;
  }

  .code-rain {
    display: none;
  }
}
