:root {
  --brand-100: #ffffff;
  --brand-300: #e8ebf6;
  --brand-400: #aab4ff;
  --brand-500: #6f7df5;
  --brand-700: #303a88;
  --ink: #030304;
  --paper: #ffffff;
  --muted: #9b9da6;
  --line: rgba(255, 255, 255, 0.14);
  --mouse-x: 50%;
  --mouse-y: 45%;
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
}

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

html {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  min-height: 100%;
  background: var(--ink);
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 42%, #11131e 0%, #090a0f 31%, var(--ink) 72%),
    var(--ink);
  color: var(--paper);
}

body::selection {
  background: var(--brand-400);
  color: #05050a;
}

/* Loading experience ------------------------------------------------------- */
.preloader {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(43, 50, 108, 0.42), transparent 31%),
    #030304;
  opacity: 1;
  visibility: visible;
  transition: opacity 700ms cubic-bezier(0.65, 0, 0.35, 1), visibility 700ms;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(76rem, 105vw);
  aspect-ratio: 1;
  border: 1px solid rgba(170, 180, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%) scaleY(0.42);
}

.preloader::after {
  width: min(48rem, 72vw);
  border-style: dashed;
  animation: loader-orbit 12s linear infinite reverse;
}

.preloader__hive {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='62' viewBox='0 0 108 62'%3E%3Cg fill='none' stroke='%23aab4ff' stroke-opacity='.28' stroke-width='1'%3E%3Cpath d='M18 0h36l18 31-18 31H18L0 31Z'/%3E%3Cpath d='M72-31h36l18 31-18 31H72L54 0Z'/%3E%3Cpath d='M72 31h36l18 31-18 31H72L54 62Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 108px 62px;
  mask-image: radial-gradient(circle at center, #000, transparent 65%);
  animation: loader-hive 2.8s ease-in-out infinite alternate;
}

.preloader__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(calc(100% - 3rem), 24rem);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.assembly {
  position: relative;
  display: grid;
  width: 9.5rem;
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: 1.65rem;
}

.assembly img {
  position: relative;
  z-index: 3;
  width: 4.8rem;
  height: 4.8rem;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(170, 180, 255, 0.38));
  animation: loader-mark 1.8s ease-in-out infinite alternate;
}

.assembly__ring {
  position: absolute;
  inset: 0;
  background: conic-gradient(
    from 0deg,
    transparent 0 12%,
    rgba(255, 255, 255, 0.95) 13% 22%,
    transparent 23% 46%,
    rgba(170, 180, 255, 0.34) 47% 57%,
    transparent 58% 82%,
    rgba(232, 235, 246, 0.72) 83% 91%,
    transparent 92%
  );
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%, 25% 6.7%, 29% 13.6%, 8% 50%, 29% 86.4%, 71% 86.4%, 92% 50%, 71% 13.6%, 29% 13.6%);
  animation: loader-assemble 2.6s linear infinite;
}

.assembly__ring--inner {
  inset: 1.25rem;
  opacity: 0.6;
  animation-duration: 1.9s;
  animation-direction: reverse;
}

.assembly__pulse {
  position: absolute;
  inset: 2.25rem;
  border: 1px solid rgba(170, 180, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 38px rgba(170, 180, 255, 0.16);
  animation: loader-pulse 1.6s ease-out infinite;
}

.assembly i {
  position: absolute;
  z-index: 4;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--brand-300);
  box-shadow: 0 0 10px var(--brand-400);
}

.assembly i:nth-of-type(1) { top: 10%; left: 30%; animation: loader-node 1.4s -0.2s ease-in-out infinite; }
.assembly i:nth-of-type(2) { right: 5%; bottom: 37%; animation: loader-node 1.4s -0.7s ease-in-out infinite; }
.assembly i:nth-of-type(3) { bottom: 5%; left: 31%; animation: loader-node 1.4s -1.1s ease-in-out infinite; }

.preloader__eyebrow {
  margin: 0 0 0.55rem;
  color: var(--brand-400);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.preloader__content > strong {
  color: var(--paper);
  font-size: clamp(1.45rem, 5vw, 1.9rem);
  font-weight: 650;
  letter-spacing: -0.035em;
}

.preloader__progress {
  position: relative;
  width: 100%;
  height: 2px;
  margin: 1.25rem 0 0.85rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
}

.preloader__progress span {
  position: absolute;
  inset: 0 auto 0 -38%;
  width: 38%;
  background: linear-gradient(90deg, transparent, var(--brand-300), var(--brand-400), transparent);
  box-shadow: 0 0 18px rgba(170, 180, 255, 0.58);
  animation: loader-progress 1.3s ease-in-out infinite;
}

.preloader__content small {
  color: #7b7b7e;
  font-size: 0.72rem;
  letter-spacing: 0.035em;
}

.is-loading .page-shell {
  opacity: 0;
  transform: scale(0.985);
}

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

.is-ready .page-shell {
  opacity: 1;
  transform: scale(1);
  transition: opacity 700ms 180ms ease-out, transform 900ms 120ms cubic-bezier(0.22, 1, 0.36, 1);
}

.scene {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.scene::before {
  content: "";
  position: absolute;
  inset: -70%;
  opacity: 0.28;
  background: conic-gradient(
    from 18deg,
    transparent 0deg 58deg,
    rgba(170, 180, 255, 0.28) 90deg,
    transparent 134deg 222deg,
    rgba(93, 109, 235, 0.18) 265deg,
    transparent 318deg
  );
  filter: blur(100px);
  animation: nebula-spin 34s linear infinite;
}

.hive {
  position: absolute;
  top: 4%;
  bottom: 2%;
  width: min(37rem, 44vw);
  opacity: 0.37;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='62' viewBox='0 0 108 62'%3E%3Cg fill='none' stroke='%23dfe3ff' stroke-opacity='.28' stroke-width='1'%3E%3Cpath d='M18 0h36l18 31-18 31H18L0 31Z'/%3E%3Cpath d='M72-31h36l18 31-18 31H72L54 0Z'/%3E%3Cpath d='M72 31h36l18 31-18 31H72L54 62Z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 0 0;
  background-size: 108px 62px;
  mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, 0.82) 44%, transparent 80%);
  animation: hive-drift 20s ease-in-out infinite alternate;
}

.hive::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 24%, var(--brand-300) 0 1.5px, rgba(170, 180, 255, 0.18) 3px, transparent 15px),
    radial-gradient(circle at 71% 45%, var(--brand-300) 0 1.5px, rgba(170, 180, 255, 0.14) 3px, transparent 14px),
    radial-gradient(circle at 39% 76%, var(--brand-300) 0 1.5px, rgba(170, 180, 255, 0.14) 3px, transparent 13px);
  animation: hive-pulse 5.5s ease-in-out infinite alternate;
}

.hive--left {
  left: -8rem;
}

.hive--right {
  right: -8rem;
  transform: scaleX(-1);
  animation-direction: alternate-reverse;
}

.aurora {
  position: absolute;
  border-radius: 999px;
  filter: blur(78px);
  will-change: transform;
}

.aurora--top {
  top: -30%;
  left: -12%;
  width: min(58rem, 75vw);
  height: min(35rem, 46vw);
  opacity: 0.18;
  background: radial-gradient(ellipse, rgba(170, 180, 255, 0.62), rgba(40, 45, 90, 0));
  animation: aurora-top 17s ease-in-out infinite alternate;
}

.aurora--bottom {
  right: -20%;
  bottom: -32%;
  width: min(62rem, 82vw);
  height: min(40rem, 52vw);
  opacity: 0.13;
  background: radial-gradient(ellipse, rgba(110, 125, 245, 0.48), rgba(35, 39, 82, 0));
  animation: aurora-bottom 21s ease-in-out infinite alternate;
}

.orbit {
  position: absolute;
  top: 45%;
  left: 50%;
  aspect-ratio: 1;
  border: 1px solid rgba(170, 180, 255, 0.11);
  border-radius: 50%;
  will-change: transform;
}

.orbit::after {
  content: "";
  position: absolute;
  top: 8%;
  left: 18%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand-400);
  box-shadow: 0 0 8px var(--brand-400), 0 0 24px rgba(170, 180, 255, 0.65);
}

.orbit--outer {
  width: min(72rem, 92vw);
  animation: orbit-spin 40s linear infinite;
}

.orbit--inner {
  width: min(48rem, 64vw);
  border-style: dashed;
  animation: orbit-reverse 29s linear infinite;
}

.grid-floor {
  position: absolute;
  inset: 28% -35% -68%;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(170, 180, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(170, 180, 255, 0.13) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: perspective(700px) rotateX(66deg);
  transform-origin: center top;
  mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 68%, transparent);
  animation: grid-flow 8s linear infinite;
}

.sparks {
  position: absolute;
  inset: 0;
}

.sparks i {
  position: absolute;
  bottom: -5%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  opacity: 0;
  background: var(--brand-300);
  box-shadow: 0 0 8px rgba(232, 235, 246, 0.9), 0 0 20px rgba(170, 180, 255, 0.45);
  animation: spark-rise 13s linear infinite;
}

.sparks i:nth-child(1) { left: 7%; animation-delay: -2s; animation-duration: 15s; }
.sparks i:nth-child(2) { left: 15%; animation-delay: -9s; animation-duration: 12s; width: 2px; height: 2px; }
.sparks i:nth-child(3) { left: 24%; animation-delay: -6s; animation-duration: 17s; }
.sparks i:nth-child(4) { left: 34%; animation-delay: -12s; animation-duration: 14s; }
.sparks i:nth-child(5) { left: 42%; animation-delay: -4s; animation-duration: 18s; width: 2px; height: 2px; }
.sparks i:nth-child(6) { left: 49%; animation-delay: -10s; animation-duration: 13s; }
.sparks i:nth-child(7) { left: 57%; animation-delay: -7s; animation-duration: 16s; }
.sparks i:nth-child(8) { left: 65%; animation-delay: -1s; animation-duration: 14s; width: 2px; height: 2px; }
.sparks i:nth-child(9) { left: 73%; animation-delay: -11s; animation-duration: 17s; }
.sparks i:nth-child(10) { left: 82%; animation-delay: -3s; animation-duration: 13s; }
.sparks i:nth-child(11) { left: 90%; animation-delay: -8s; animation-duration: 18s; width: 2px; height: 2px; }
.sparks i:nth-child(12) { left: 96%; animation-delay: -5s; animation-duration: 15s; }

.spotlight {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 22rem at var(--mouse-x) var(--mouse-y), rgba(170, 180, 255, 0.07), transparent 72%);
  transition: background-position 100ms linear;
}

.vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 18%, rgba(5, 6, 7, 0.18) 58%, rgba(5, 6, 7, 0.92) 115%),
    linear-gradient(to bottom, rgba(5, 6, 7, 0.35), transparent 24%, transparent 72%, rgba(5, 6, 7, 0.66));
}

.page-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  max-width: 76rem;
  min-height: 100vh;
  min-height: 100svh;
  margin-inline: auto;
  padding: clamp(1.5rem, 4vw, 3.5rem) clamp(1rem, 4vw, 3.5rem) 1.5rem;
  opacity: 1;
  transform: scale(1);
}

.brand {
  display: flex;
  justify-content: center;
  opacity: 0;
  animation: reveal 800ms 100ms ease-out forwards;
}

.brand__logo {
  width: clamp(8.5rem, 15vw, 11.25rem);
  height: auto;
  filter: drop-shadow(0 0 34px rgba(170, 180, 255, 0.16));
}

.hero {
  align-self: center;
  width: min(100%, 58rem);
  min-width: 0;
  margin: clamp(2.5rem, 6vh, 5.5rem) auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.35rem;
  color: var(--brand-300);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  opacity: 0;
  animation: reveal 700ms 220ms ease-out forwards;
}

.eyebrow span {
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid var(--brand-400);
  transform: rotate(45deg);
  box-shadow: 0 0 12px rgba(170, 180, 255, 0.42);
}

h1 {
  width: 100%;
  max-width: 17ch;
  margin: 0 auto;
  font-size: clamp(2.5rem, 6.6vw, 5.8rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
  opacity: 0;
  animation: reveal 850ms 320ms ease-out forwards;
}

h1 em {
  display: block;
  padding-top: 0.1em;
  background: linear-gradient(105deg, var(--brand-100), var(--brand-400) 48%, var(--brand-500));
  background-clip: text;
  color: transparent;
  font-style: normal;
  text-shadow: 0 0 45px rgba(170, 180, 255, 0.14);
}

.hero__copy {
  max-width: 43rem;
  margin: 1.75rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.7;
  text-wrap: balance;
  opacity: 0;
  animation: reveal 750ms 450ms ease-out forwards;
}

.build-status {
  width: min(100%, 39rem);
  max-width: 100%;
  margin: 2.25rem auto 0;
  padding: 1.15rem 1.25rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 18px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  opacity: 0;
  animation: reveal 750ms 560ms ease-out forwards;
}

.build-status__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
  color: #c2c2c0;
  font-size: 0.78rem;
  letter-spacing: 0.045em;
}

.build-status__meta strong {
  color: var(--brand-300);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.build-status__track {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
}

.build-status__track::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 66%;
  background: linear-gradient(90deg, var(--brand-700), var(--brand-400));
  box-shadow: 0 0 16px rgba(170, 180, 255, 0.38);
}

.build-status__track span {
  position: absolute;
  top: -2px;
  left: -15%;
  width: 12%;
  height: 6px;
  background: linear-gradient(90deg, transparent, var(--brand-100), transparent);
  filter: blur(1px);
  animation: status-scan 3.2s ease-in-out infinite;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
  width: min(100%, 50rem);
  max-width: 100%;
  margin: 2.6rem auto 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  animation: reveal 750ms 680ms ease-out forwards;
}

.pillars li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 5rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(10px);
}

.pillar__mark {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  flex: 0 0 auto;
  background: rgba(170, 180, 255, 0.1);
  color: var(--brand-400);
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.pillars li > span:last-child {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.pillars strong {
  font-size: 0.86rem;
  font-weight: 650;
}

.pillars small {
  margin-top: 0.16rem;
  color: #818184;
  font-size: 0.68rem;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #626267;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  opacity: 0;
  animation: reveal 700ms 800ms ease-out forwards;
}

.footer p {
  margin: 0;
}

.noscript {
  position: fixed;
  z-index: 10;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--line);
  background: #111;
  color: var(--muted);
  font-size: 0.75rem;
}

@keyframes reveal {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes loader-orbit {
  from { transform: translate(-50%, -50%) scaleY(0.42) rotate(0deg); }
  to { transform: translate(-50%, -50%) scaleY(0.42) rotate(360deg); }
}

@keyframes loader-hive {
  from { opacity: 0.13; transform: scale(1.03); }
  to { opacity: 0.3; transform: scale(1); }
}

@keyframes loader-assemble {
  to { transform: rotate(360deg); }
}

@keyframes loader-mark {
  from { transform: scale(0.94); opacity: 0.82; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes loader-pulse {
  0% { opacity: 0.8; transform: scale(0.72); }
  100% { opacity: 0; transform: scale(1.55); }
}

@keyframes loader-node {
  0%, 100% { opacity: 0.3; transform: scale(0.65); }
  50% { opacity: 1; transform: scale(1.3); }
}

@keyframes loader-progress {
  0% { left: -38%; }
  100% { left: 100%; }
}

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

@keyframes hive-drift {
  from { background-position: 0 0; }
  to { background-position: 0 24px; }
}

@keyframes hive-pulse {
  from { opacity: 0.3; filter: brightness(0.8); }
  to { opacity: 0.9; filter: brightness(1.22); }
}

@keyframes aurora-top {
  from { transform: translate3d(-5%, -5%, 0) scale(0.95) rotate(-8deg); }
  to { transform: translate3d(18%, 16%, 0) scale(1.1) rotate(8deg); }
}

@keyframes aurora-bottom {
  from { transform: translate3d(8%, 6%, 0) scale(1.05) rotate(5deg); }
  to { transform: translate3d(-15%, -14%, 0) scale(0.93) rotate(-9deg); }
}

@keyframes orbit-spin {
  from { transform: translate(-50%, -50%) rotate(0deg) scaleY(0.54); }
  to { transform: translate(-50%, -50%) rotate(360deg) scaleY(0.54); }
}

@keyframes orbit-reverse {
  from { transform: translate(-50%, -50%) rotate(360deg) scaleY(0.58); }
  to { transform: translate(-50%, -50%) rotate(0deg) scaleY(0.58); }
}

@keyframes grid-flow {
  to { background-position: 0 64px, 64px 0; }
}

@keyframes spark-rise {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.4); }
  14% { opacity: 0.72; }
  72% { opacity: 0.3; }
  100% { opacity: 0; transform: translate3d(40px, -110vh, 0) scale(1.1); }
}

@keyframes status-scan {
  0% { left: -15%; opacity: 0; }
  15%, 72% { opacity: 1; }
  100% { left: 104%; opacity: 0; }
}

@media (max-width: 720px) {
  .page-shell {
    width: 100%;
    max-width: 42rem;
    padding-inline: 1.125rem;
    padding-top: 1.8rem;
  }

  .hero {
    margin-block: 2.75rem;
  }

  .hive {
    width: 28rem;
    opacity: 0.2;
  }

  .hive--left { left: -18rem; }
  .hive--right { right: -18rem; }

  .orbit--outer { width: 48rem; }
  .orbit--inner { width: 32rem; }

  .pillars {
    grid-template-columns: 1fr;
    width: min(100%, 25rem);
  }

  h1 {
    max-width: 12ch;
  }

  .pillars li {
    justify-content: flex-start;
    min-height: 4.2rem;
    padding-inline: 1.25rem;
  }

  .pillars li + li {
    border: 1px solid var(--line);
  }

  .footer {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: clamp(2.35rem, 12vw, 3.15rem);
  }

  .hero__copy {
    font-size: 0.95rem;
  }

  .build-status__meta {
    font-size: 0.68rem;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }

  .scene::before,
  .preloader::after,
  .preloader__hive,
  .assembly img,
  .assembly__ring,
  .assembly__pulse,
  .assembly i,
  .preloader__progress span,
  .hive,
  .hive::after,
  .aurora,
  .orbit,
  .grid-floor,
  .sparks i,
  .build-status__track span {
    animation: none !important;
  }

  .brand,
  .eyebrow,
  h1,
  .hero__copy,
  .build-status,
  .pillars,
  .footer {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .orbit--outer { transform: translate(-50%, -50%) scaleY(0.54); }
  .orbit--inner { transform: translate(-50%, -50%) scaleY(0.58); }
}

@media (prefers-contrast: more) {
  :root {
    --muted: #d1d1d1;
    --line: rgba(255, 255, 255, 0.3);
  }

  .hive {
    opacity: 0.52;
  }
}
