@import url("/styles.css");
:root {
  --space: #080c18;
  --surface: #11172b;
  --stroke: #28314a;
  --violet: #a69bff;
  --lime: #deff8a;
  --cyan: #65e5ed;
  --text: #eff3fc;
  --muted: #a6b1c9;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.orbit-site {
  margin: 0;
  background: var(--space);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  min-height: 100svh;
  overflow: auto;
}
button,
input,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
}
button {
  font: inherit;
}
button,
a,
input {
  outline-offset: 5px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--lime);
}
[hidden] {
  display: none !important;
}
.orb-container {
  width: min(1240px, calc(100% - 48px));
  margin: auto;
}
.orb-nav {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #ffffff12;
}
.orb-brand {
  font-weight: 950;
  font-size: 24px;
  letter-spacing: -1px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}
.orb-brand img {
  width: 178px;
  max-height: 72px;
  object-fit: contain;
}
.orb-brand em {
  color: var(--lime);
  font-style: normal;
}
.orb-links {
  display: flex;
  gap: 30px;
  align-items: center;
}
.orb-links a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 650;
  color: var(--muted);
}
.orb-links a:hover {
  color: white;
}
.orb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 12px;
  padding: 15px 25px;
  background: var(--lime);
  color: #172215;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.18s,
    background 0.18s;
}
.orb-btn:hover {
  transform: translateY(-2px);
  background: #ecffbb;
}
.orb-btn.secondary {
  background: #ffffff06;
  border: 1px solid #ffffff29;
  color: var(--text);
}
.orb-btn:disabled {
  opacity: 0.5;
  cursor: wait;
  transform: none;
}
.orb-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 670px;
  position: relative;
  gap: 32px;
  padding: 55px 0 70px;
}
.orb-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
  color: var(--lime);
  display: flex;
  align-items: center;
  gap: 9px;
}
.orb-eyebrow:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px #c4ff8190;
}
.orb-hero h1 {
  font-size: clamp(48px, 5.1vw, 74px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  margin: 22px 0;
}
.orb-hero h1 em {
  font-style: normal;
  color: var(--violet);
}
.orb-hero p {
  max-width: 460px;
  color: var(--muted);
  font-size: 18px;
}
.orb-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 30px 0 20px;
}
.orb-meta {
  font-size: 13px;
  color: #8996b0;
  display: flex;
  gap: 24px;
}
.orb-hero-art {
  height: 560px;
  position: relative;
  border: 1px solid #9d93ff29;
  border-radius: 44% 44% 24px 24px;
  overflow: hidden;
  background: #11162b;
}
.orb-hero-art > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}
.orb-art-label {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #070d19d9;
  border: 1px solid #ffffff25;
  border-radius: 14px;
  backdrop-filter: blur(12px);
  font-size: 13px;
}
.orb-art-label strong {
  display: block;
  font-size: 16px;
}
.orb-art-label span {
  color: var(--muted);
}
.orb-section {
  padding: 72px 0;
  border-top: 1px solid #ffffff12;
}
.orb-section h2 {
  font-size: clamp(30px, 3.5vw, 46px);
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 12px 0 30px;
}
.orb-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
}
.orb-section-heading > p {
  max-width: 410px;
  color: var(--muted);
}
.orb-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.orb-card {
  background: var(--surface);
  border: 1px solid var(--stroke);
  padding: 28px;
  border-radius: 20px;
}
.orb-card .number {
  color: var(--violet);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.orb-card h3 {
  font-size: 21px;
  letter-spacing: -0.03em;
  margin: 25px 0 10px;
}
.orb-card p {
  color: var(--muted);
  font-size: 15px;
}
.orb-character {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
.orb-character img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  animation: nixFloat 4s ease-in-out infinite;
}
.orb-character p {
  color: var(--muted);
}
.orb-footer {
  border-top: 1px solid var(--stroke);
  padding: 30px 0;
  color: var(--muted);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.orb-local {
  border: 1px solid #c0b0ff35;
  background: #a693ff0c;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 13px;
  color: #c2bdf7;
}
.orb-faq {
  max-width: 840px;
}
.orb-faq details {
  border-bottom: 1px solid var(--stroke);
  padding: 20px 0;
}
.orb-faq summary {
  font-weight: 700;
  cursor: pointer;
}
.orb-faq p {
  color: var(--muted);
}
.orb-body-lock {
  overflow: hidden !important;
}
.orb-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #202942;
  color: white;
  padding: 14px 22px;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  z-index: 30000;
  max-width: 90vw;
  font-size: 14px;
}
@keyframes nixFloat {
  50% {
    transform: translateY(-16px) rotate(3deg);
  }
}
@media (max-width: 760px) {
  .orb-container {
    width: calc(100% - 32px);
  }
  .orb-nav {
    height: 78px;
  }
  .orb-links > a:not(.orb-btn) {
    display: none;
  }
  .orb-links {
    gap: 10px;
  }
  .orb-links .orb-btn {
    padding: 10px 16px;
  }
  .orb-hero {
    grid-template-columns: 1fr;
    padding: 36px 0;
    gap: 28px;
    min-height: auto;
  }
  .orb-hero h1 {
    font-size: 54px;
  }
  .orb-hero-art {
    height: 360px;
    border-radius: 24px;
  }
  .orb-hero p {
    font-size: 16px;
  }
  .orb-cards,
  .orb-character {
    grid-template-columns: 1fr;
  }
  .orb-section {
    padding: 42px 0;
  }
  .orb-section-heading {
    display: block;
  }
  .orb-character {
    gap: 20px;
  }
  .orb-character img {
    max-height: 260px;
  }
  .orb-footer {
    flex-direction: column;
  }
  .orb-meta {
    gap: 15px;
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
