:root {
  --cursor-aura-x: 72%;
  --cursor-aura-y: 32%;
}

/* Home hero */
.panel-home .window-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.panel-home .window-copy .eyebrow,
.panel-home .hero-stats,
.panel-home .orbital-chip,
.panel-home .mini-card,
.panel-home .card-label,
.panel-home .status-line,
.panel-home .stage-note,
.panel-home .stage-orbit {
  display: none !important;
}

.panel-home .window-copy p {
  max-width: 24rem;
  margin: 0;
}

.panel-home .hero-buttons {
  margin-top: 6px;
}

.panel-home .launcher-stage {
  min-height: 560px;
  gap: 0;
}

.panel-home .main-card {
  min-height: 540px;
  padding: 20px;
  border: 0 !important;
  outline: none !important;
  background: radial-gradient(
    circle at 50% 42%,
    rgba(63, 82, 255, 0.3) 0%,
    rgba(63, 82, 255, 0.12) 16%,
    rgba(8, 10, 20, 0.04) 34%,
    transparent 68%
  ) !important;
  box-shadow: none !important;
}

.panel-home .main-card::after {
  opacity: 0 !important;
}

.panel-home .hero-logo {
  width: min(72%, 340px);
}

.panel-home .hero-title {
  display: grid;
  gap: 0.03em;
  margin: 0;
}

.panel-home .hero-title-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.05em;
}

.panel-home .hero-title-text {
  position: relative;
  display: block;
  color: rgba(248, 249, 255, 0.98);
  text-shadow: 0 12px 26px rgba(5, 7, 18, 0.18);
  transform: translateY(118%) scaleY(1.05);
  transform-origin: 50% 100%;
  opacity: 0;
  filter: blur(10px);
  will-change: transform, opacity, filter;
}

.panel-home .hero-title-text::after {
  display: none;
  content: none;
}

.panel-home.is-active .hero-title-text {
  animation: heroTitleReveal 920ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(0.08s + var(--line-delay, 0s));
}

@keyframes heroTitleReveal {
  0% {
    transform: translateY(118%) scaleY(1.05);
    opacity: 0;
    filter: blur(10px);
  }

  70% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    transform: translateY(0) scaleY(1);
    opacity: 1;
    filter: blur(0);
  }
}

/* Background accents */
.site-mesh {
  opacity: 0.58 !important;
}

.site-bg::before {
  opacity: 0.4 !important;
}

.cursor-aura,
.cursor-drift {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cursor-aura {
  background: radial-gradient(
    circle at var(--cursor-aura-x) var(--cursor-aura-y),
    rgba(79, 97, 255, 0.34) 0%,
    rgba(79, 97, 255, 0.16) 12%,
    rgba(79, 97, 255, 0.04) 24%,
    transparent 36%
  );
  mix-blend-mode: screen;
  filter: blur(8px);
  animation: auraPulse 6s ease-in-out infinite;
}

.cursor-drift {
  background:
    radial-gradient(circle at 72% 28%, rgba(58, 78, 255, 0.16) 0%, transparent 26%),
    radial-gradient(circle at 26% 68%, rgba(58, 78, 255, 0.08) 0%, transparent 20%);
  animation: driftPulse 12s ease-in-out infinite alternate;
}

@keyframes auraPulse {
  0%,
  100% {
    opacity: 0.82;
  }

  50% {
    opacity: 1;
  }
}

@keyframes driftPulse {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.72;
  }

  to {
    transform: translate3d(-1.5%, 1%, 0) scale(1.03);
    opacity: 1;
  }
}

.window-panel,
.panel-home,
.panel-features,
.panel-download,
.panel-faq,
.panel-community,
.panel-login {
  background: transparent !important;
  box-shadow: none !important;
}

.panel-download .window-copy {
  max-width: 760px;
}

.panel-download .window-visual {
  width: 100%;
  justify-content: flex-start;
}

.panel-download .download-board {
  display: grid;
  gap: 18px;
  width: min(100%, 440px);
}

.download-platforms {
  display: grid;
  gap: 12px;
}

.download-platform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 82px;
  padding: 18px 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f1ff;
  text-align: left;
  text-decoration: none;
  box-shadow: none;
}

.download-platform-copy {
  display: grid;
  gap: 6px;
}

.download-platform-copy strong {
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0;
}

.download-platform-copy span {
  color: rgba(245, 241, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.download-platform-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.download-platform.is-live {
  border-color: #ffffff;
  background: #ffffff;
  color: #11131d;
}

.download-platform.is-live .download-platform-copy span {
  color: rgba(17, 19, 29, 0.72);
}

.download-platform.is-live .download-platform-state {
  border-color: rgba(17, 19, 29, 0.1);
  background: rgba(17, 19, 29, 0.06);
}

.download-platform.is-disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.download-platform-note {
  margin: 0;
  max-width: 28rem;
  color: rgba(245, 241, 255, 0.72);
  line-height: 1.62;
}

.panel-community {
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 0.82fr) !important;
}

.panel-community .window-copy {
  max-width: 34rem;
  justify-content: center;
}

.panel-community .window-visual {
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

.panel-features .panel-points li::before {
  background: #ffffff !important;
}

.panel-login {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-inline: clamp(18px, 3vw, 32px);
}

.auth-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: min(76vh, 760px);
}

.auth-card {
  display: grid;
  gap: 14px;
  width: min(100%, 400px);
  padding: 24px 24px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(8, 10, 20, 0.42);
  box-shadow: 0 22px 56px rgba(3, 5, 14, 0.22);
  backdrop-filter: blur(18px);
}

.auth-eyebrow {
  margin-bottom: 2px;
}

.auth-card h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.6vw, 3.3rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.auth-card > p {
  margin: 0;
  color: rgba(245, 241, 255, 0.74);
  line-height: 1.55;
}

.auth-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 5px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}

.auth-switch-btn {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(245, 241, 255, 0.74);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.auth-switch-btn.is-active {
  background: #ffffff;
  color: #141726;
}

.auth-form {
  display: grid;
  gap: 12px;
}

.auth-field {
  display: grid;
  gap: 8px;
}

.auth-field span,
.auth-check span {
  color: rgba(245, 241, 255, 0.86);
  font-size: 0.94rem;
  font-weight: 600;
}

.auth-field input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: #f5f1ff;
  font: inherit;
  outline: none;
}

.auth-field input::placeholder {
  color: rgba(245, 241, 255, 0.4);
}

.auth-field input:focus {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.auth-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.auth-check input {
  width: 16px;
  height: 16px;
  accent-color: #ffffff;
}

.auth-link {
  color: rgba(245, 241, 255, 0.78);
  text-decoration: none;
  white-space: nowrap;
}

.auth-submit,
.auth-alt-btn {
  min-height: 50px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.auth-submit {
  border: 0;
  background: #ffffff;
  color: #121525;
}

.auth-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
}

.auth-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.auth-divider span {
  position: relative;
  padding: 0 12px;
  background: rgba(15, 18, 33, 0.92);
  color: rgba(245, 241, 255, 0.52);
  font-size: 0.86rem;
}

.auth-alt-actions {
  display: grid;
  gap: 8px;
}

.auth-alt-btn {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f1ff;
}

.community-actions {
  display: grid;
  gap: 14px;
  margin-top: 6px;
  width: min(100%, 540px);
}

.community-link-card {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 22px 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f1ff;
  text-decoration: none;
  box-shadow: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.community-link-card.is-telegram,
.community-link-card.is-discord,
.community-link-card.is-tiktok {
  padding-right: 112px;
}

.community-card-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.community-link-card strong {
  font-size: 1.16rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.community-link-card > span:last-child {
  color: rgba(245, 241, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.5;
}

.community-link-card .community-tag {
  color: rgba(245, 241, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.community-link-mark {
  position: absolute;
  top: 50%;
  right: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  color: #f5f1ff;
  opacity: 0.92;
}

.community-link-mark svg {
  width: 36px;
  height: 36px;
  display: block;
}

.community-link-card:hover,
.community-link-card:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.window-panel::before,
.window-panel::after,
.panel-home .window-copy::before {
  display: none !important;
}

/* Header and navigation */
.nav-active-indicator {
  display: none;
}

@media (min-width: 1101px) {
  html,
  body {
    height: 100%;
  }

  body {
    overflow: hidden;
  }

  .site-shell {
    width: min(1400px, calc(100% - 42px)) !important;
    height: 100dvh !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .topbar {
    position: relative !important;
    top: auto !important;
    z-index: 20 !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    gap: 20px !important;
    min-height: auto !important;
    padding: 28px 38px 10px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .window-stack {
    min-height: 0 !important;
    margin-top: 0 !important;
  }

  .panel-download {
    grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.72fr) !important;
  }

  .window-panel.panel-community {
    align-items: center !important;
    padding-top: 42px !important;
  }

  .window-panel {
    min-height: 0 !important;
    height: 100% !important;
    align-items: center !important;
    padding: 42px 0 24px !important;
  }

  .panel-community .window-copy,
  .panel-community .window-visual {
    align-self: center;
  }

  .panel-home .launcher-stage {
    min-height: clamp(430px, 58vh, 560px);
  }

  .panel-home .main-card {
    min-height: clamp(410px, 54vh, 540px);
  }

  .topbar > .brand {
    display: inline-flex !important;
    align-items: center !important;
    justify-self: start !important;
    gap: 12px !important;
    min-width: 0;
  }

  .topbar > .menu-toggle {
    display: none !important;
  }

  .brand img {
    width: 34px !important;
    height: 34px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
  }

  .brand-copy {
    display: inline-flex !important;
    align-items: center !important;
  }

  .brand-copy small {
    display: none !important;
  }

  .nav-pill {
    grid-column: auto !important;
    justify-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    min-height: 0 !important;
    padding: 5px !important;
    border: 1px solid rgba(255, 255, 255, 0.075) !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, rgba(10, 13, 34, 0.78) 0%, rgba(5, 7, 19, 0.92) 100%) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04) !important,
      0 14px 28px rgba(0, 0, 0, 0.18) !important;
    backdrop-filter: blur(12px) saturate(118%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(118%) !important;
  }

  .nav-pill a {
    display: inline-flex !important;
    position: relative !important;
    z-index: 1;
    align-items: center !important;
    justify-content: center !important;
    min-height: 40px !important;
    padding: 0 15px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(229, 236, 255, 0.72) !important;
    font-family: "Inter", var(--font-body) !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: color 180ms ease !important;
  }

  .nav-pill a:hover,
  .nav-pill a:focus-visible {
    color: rgba(255, 255, 255, 0.96) !important;
    background: transparent !important;
    transform: none !important;
  }

  .nav-pill a.is-active,
  .nav-pill a[aria-current="page"],
  .nav-pill a.is-active:hover,
  .nav-pill a[aria-current="page"]:hover,
  .nav-pill a.is-active:focus-visible,
  .nav-pill a[aria-current="page"]:focus-visible {
    color: #1b2030 !important;
    -webkit-text-fill-color: #1b2030 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .nav-pill a::before,
  .nav-pill a::after,
  .nav-pill a.is-active::before,
  .nav-pill a[aria-current="page"]::before,
  .nav-pill a.is-active::after,
  .nav-pill a[aria-current="page"]::after {
    display: none !important;
    content: none !important;
  }

  .nav-pill {
    position: relative !important;
    isolation: isolate !important;
    overflow: visible !important;
    --nav-active-x: 5px;
    --nav-active-y: 5px;
    --nav-active-w: 88px;
    --nav-active-h: 40px;
    --nav-active-opacity: 0;
  }

  .nav-pill::before {
    display: none !important;
    content: none !important;
  }

  .nav-active-indicator {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: block;
    width: var(--nav-active-w);
    height: var(--nav-active-h);
    border: 1px solid #ffffff;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(var(--nav-active-x), var(--nav-active-y), 0);
    transition: transform 180ms ease-out;
    backface-visibility: hidden;
    contain: paint;
    will-change: transform;
  }

  .nav-pill.is-nav-ready .nav-active-indicator {
    opacity: var(--nav-active-opacity);
  }

  .nav-pill.nav-indicator-no-motion .nav-active-indicator {
    transition: none !important;
  }

  .header-actions {
    grid-column: auto !important;
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 18px !important;
  }

  .ghost-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: "Inter", var(--font-body) !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    opacity: 0.92;
    transition: opacity 180ms ease !important;
  }

  .ghost-link:hover,
  .ghost-link:focus-visible {
    opacity: 1;
    background: transparent !important;
    border: 0 !important;
    transform: none !important;
  }

  .header-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #11111a !important;
    font-family: "Inter", var(--font-body) !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .header-cta:hover,
  .header-cta:focus-visible {
    background: #ffffff !important;
    color: #11111a !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }
}

/* Mobile and tablet header */
@media (max-width: 1100px) {
  .site-shell {
    width: min(100% - 12px, 1480px);
  }

  .topbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100%;
    min-width: 0;
    padding: 8px 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.075) !important;
    border-radius: 24px;
    background: rgba(5, 7, 17, 0.82) !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16) !important;
    backdrop-filter: blur(18px) saturate(112%);
    -webkit-backdrop-filter: blur(18px) saturate(112%);
  }

  .window-panel {
    padding-top: clamp(86px, 18vw, 112px) !important;
  }

  .window-stack {
    margin-top: 36px !important;
  }

  .topbar > .brand {
    display: inline-flex !important;
    min-width: 0;
    gap: 11px;
  }

  .topbar > .menu-toggle {
    display: block !important;
    justify-self: end;
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(24, 27, 43, 0.94) 0%, rgba(18, 20, 33, 0.92) 100%) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 10px 24px rgba(0, 0, 0, 0.18) !important;
  }

  .menu-toggle span {
    width: 22px;
    height: 2.5px;
    margin: 4px auto;
    border-radius: 999px;
    background: #ffffff;
  }

  .brand img {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .brand-copy small {
    display: none !important;
  }

  .nav-pill,
  .header-actions {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    border: 1px solid rgba(255, 255, 255, 0.075) !important;
    background: linear-gradient(180deg, rgba(9, 11, 24, 0.97) 0%, rgba(6, 8, 18, 0.97) 100%) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(18px) saturate(112%);
    -webkit-backdrop-filter: blur(18px) saturate(112%);
  }

  .nav-pill {
    grid-column: auto !important;
    justify-self: stretch !important;
    top: calc(100% + 10px) !important;
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    gap: 4px !important;
    padding: 8px !important;
    border-radius: 22px !important;
  }

  .nav-pill a {
    display: flex !important;
    align-items: center !important;
    min-height: 44px !important;
    justify-content: flex-start;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.82) !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .nav-pill a::before,
  .nav-pill a::after {
    display: none !important;
    content: none !important;
  }

  .nav-pill a.is-active,
  .nav-pill a[aria-current="page"] {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #151827 !important;
    -webkit-text-fill-color: #151827 !important;
    box-shadow: none !important;
  }

  .header-actions {
    top: calc(100% + 332px) !important;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 4px !important;
    padding: 8px !important;
    border-radius: 22px !important;
  }

  .topbar.menu-open .nav-pill,
  .topbar.menu-open .header-actions {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 30;
  }

  .ghost-link,
  .header-cta {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    min-height: 44px !important;
    justify-content: center;
    padding: 0 16px !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
  }

  .ghost-link {
    border: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
  }

  .header-cta {
    border: 0 !important;
    background: #ffffff !important;
    color: #151827 !important;
    -webkit-text-fill-color: #151827 !important;
  }

  .nav-active-indicator {
    display: none !important;
  }

  .topbar {
    z-index: 40 !important;
  }

  .panel-download .window-visual {
    justify-content: center;
  }

  .panel-download .download-board {
    width: 100%;
  }

  .panel-community {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .auth-shell {
    min-height: auto;
  }

  .panel-community .window-visual {
    align-items: center;
    justify-content: center;
  }

  .community-actions {
    margin-top: 6px;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .topbar {
    gap: 10px !important;
    padding: 8px 10px !important;
    border-radius: 22px !important;
  }

  .topbar > .brand {
    gap: 10px !important;
  }

  .brand img {
    width: 34px !important;
    height: 34px !important;
  }

  .brand-copy strong {
    font-size: 1rem !important;
  }

  .topbar > .menu-toggle {
    width: 48px !important;
    height: 48px !important;
    border-radius: 17px !important;
  }

  .nav-pill {
    top: calc(100% + 8px) !important;
    gap: 4px !important;
    padding: 8px !important;
    border-radius: 20px !important;
  }

  .nav-pill a {
    display: flex !important;
    align-items: center !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
  }

  .nav-pill,
  .header-actions {
    left: 2px !important;
    right: 2px !important;
  }

  .header-actions {
    top: calc(100% + 314px) !important;
    gap: 4px !important;
    padding: 8px !important;
    border-radius: 20px !important;
  }

  .download-platform {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 18px;
  }

  .download-platform-state {
    min-width: 0;
  }

  .community-link-card {
    padding: 18px 18px;
    border-radius: 24px;
  }

  .auth-card {
    width: min(100%, 360px);
    padding: 20px 16px;
    border-radius: 22px;
  }

  .auth-card h2 {
    font-size: clamp(2.1rem, 12vw, 3rem);
  }

  .auth-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .community-link-card.is-telegram,
  .community-link-card.is-discord,
  .community-link-card.is-tiktok {
    padding-right: 88px;
  }

  .community-link-mark {
    right: 24px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .community-link-mark svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 900px) {
  .panel-home .window-copy {
    gap: 14px;
  }

  .panel-home .launcher-stage {
    min-height: 460px;
  }

  .panel-home .main-card {
    min-height: 420px;
  }

  .panel-home .window-copy h1.hero-title {
    font-size: clamp(3.1rem, 12vw, 4.8rem);
    line-height: 0.86;
  }
}

@media (max-width: 560px) {
  .panel-home {
    align-items: flex-start;
    padding-top: 0;
  }

  .panel-home .window-copy {
    gap: 12px;
    align-content: flex-start;
    padding-top: 6px;
  }

  .panel-home .window-copy h1.hero-title {
    font-size: clamp(2.7rem, 14vw, 4rem);
    line-height: 0.88;
  }

  .panel-home .hero-title {
    gap: 0.05em;
  }

  .panel-home .hero-title-line:first-child {
    margin-bottom: 0.12em;
    padding-bottom: 0;
  }

  .panel-home .hero-title-line:first-child .hero-title-text {
    display: block;
    font-size: clamp(2rem, 10.8vw, 2.7rem);
    line-height: 0.98;
    letter-spacing: 0;
  }

  .panel-home .hero-title-line.has-particle-title {
    margin-bottom: 0;
  }

  .panel-home .hero-title-line.has-particle-title .is-particle-source {
    opacity: 1 !important;
    filter: none !important;
    animation: none !important;
    transform: none !important;
    text-shadow: 0 8px 20px rgba(5, 7, 18, 0.12) !important;
  }

  .hero-particle-title {
    display: none !important;
  }

  .panel-home .window-copy p {
    max-width: 19rem;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .panel-home .hero-buttons {
    width: 100%;
    gap: 12px;
  }

  .panel-home .hero-buttons .primary-btn,
  .panel-home .hero-buttons .secondary-btn {
    width: 100%;
    justify-content: center;
  }

  .panel-home .window-visual {
    display: none !important;
  }
}

/* Logo */
.brand img {
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  image-rendering: auto !important;
}

.brand-copy strong {
  color: #f5f1ff !important;
  font-family: "Inter", var(--font-body) !important;
  font-size: 1.18rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  white-space: nowrap;
}

/* White hero buttons */
.panel-home .hero-buttons .primary-btn,
.panel-home .hero-buttons .secondary-btn,
.panel-download .panel-actions .primary-btn,
.panel-download .panel-actions .secondary-btn {
  border: 1px solid #ffffff !important;
  background: #ffffff !important;
  background-image: none !important;
  color: #11131d !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.panel-home .hero-buttons .primary-btn:hover,
.panel-home .hero-buttons .primary-btn:focus-visible,
.panel-home .hero-buttons .primary-btn:active,
.panel-home .hero-buttons .secondary-btn:hover,
.panel-home .hero-buttons .secondary-btn:focus-visible,
.panel-home .hero-buttons .secondary-btn:active,
.panel-download .panel-actions .primary-btn:hover,
.panel-download .panel-actions .primary-btn:focus-visible,
.panel-download .panel-actions .primary-btn:active,
.panel-download .panel-actions .secondary-btn:hover,
.panel-download .panel-actions .secondary-btn:focus-visible,
.panel-download .panel-actions .secondary-btn:active {
  border-color: #ffffff !important;
  background: #ffffff !important;
  background-image: none !important;
  color: #11131d !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.panel-home .hero-buttons .primary-btn::before,
.panel-home .hero-buttons .primary-btn::after,
.panel-home .hero-buttons .secondary-btn::before,
.panel-home .hero-buttons .secondary-btn::after,
.panel-download .panel-actions .primary-btn::before,
.panel-download .panel-actions .primary-btn::after,
.panel-download .panel-actions .secondary-btn::before,
.panel-download .panel-actions .secondary-btn::after {
  display: none !important;
  content: none !important;
}

/* Particle title */
.panel-home .hero-title-line.has-particle-title {
  position: relative;
  overflow: visible !important;
  margin-bottom: 0;
}

.panel-home .hero-title-line.has-particle-title .is-particle-source {
  opacity: 0 !important;
  filter: none !important;
  animation: none !important;
  transform: none !important;
  text-shadow: none !important;
}

.panel-home .hero-title-line.has-particle-title .is-particle-source::after {
  display: none !important;
  content: none !important;
}

.hero-particle-title {
  position: absolute;
  z-index: 2;
  display: block;
  max-width: none;
  pointer-events: auto;
  touch-action: none;
}

@media (max-width: 900px) {
  .cursor-aura,
  .cursor-drift {
    display: none !important;
  }

  html,
  body {
    min-height: 100dvh !important;
    height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }

  .site-shell {
    min-height: 100dvh !important;
    height: 100dvh !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  .window-stack {
    min-height: 0 !important;
    height: calc(100dvh - 94px) !important;
    margin-top: 8px !important;
    overflow: hidden !important;
  }

  .window-panel {
    min-height: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  .window-panel.panel-home {
    min-height: 100% !important;
    height: 100% !important;
    align-items: start !important;
    align-content: start !important;
    gap: 0 !important;
    padding: 8px 0 0 !important;
    overflow: hidden !important;
  }

  .panel-home .window-copy {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 6px 14px !important;
    box-sizing: border-box !important;
    justify-items: start !important;
  }

  .panel-home .window-copy {
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-content: flex-start !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    padding-top: clamp(22px, 4vh, 40px) !important;
    padding-bottom: 0 !important;
  }

  .panel-home .window-copy h1.hero-title {
    width: 100% !important;
    margin: 0 !important;
    max-width: 22.75rem !important;
    font-size: clamp(2.8rem, 13.2vw, 4.15rem) !important;
    line-height: 0.86 !important;
    letter-spacing: -0.04em !important;
  }

  .panel-home .hero-title-line:first-child {
    margin-bottom: 0.22em !important;
  }

  .panel-home .hero-title-line:first-child .hero-title-text {
    display: block !important;
    font-size: clamp(1.9rem, 8.4vw, 2.55rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    color: rgba(248, 249, 255, 0.98) !important;
    text-shadow: 0 8px 18px rgba(5, 7, 18, 0.16) !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .panel-home .hero-title-line:nth-child(2) .hero-title-text,
  .panel-home .hero-title-line:nth-child(3) .hero-title-text {
    letter-spacing: -0.05em !important;
  }

  .panel-home .hero-title-line.has-particle-title .is-particle-source {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
    text-shadow: 0 8px 20px rgba(5, 7, 18, 0.12) !important;
  }

  .panel-home .hero-title-line.has-particle-title canvas.hero-particle-title,
  .panel-home .window-visual,
  .panel-home .launcher-stage {
    display: none !important;
  }

  .panel-home {
    align-items: flex-start !important;
    padding-top: 0 !important;
  }

  .panel-home .window-copy p {
    max-width: 20.5rem !important;
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1.52 !important;
    color: rgba(245, 241, 255, 0.8) !important;
  }

  .panel-home .hero-buttons {
    width: min(100%, 21.25rem) !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding-top: clamp(18px, 4vh, 34px) !important;
    padding-bottom: 18px !important;
    align-self: start !important;
  }

  .panel-home .hero-buttons .primary-btn,
  .panel-home .hero-buttons .secondary-btn {
    width: 100% !important;
    min-height: 56px !important;
    padding: 0 18px !important;
    justify-content: center !important;
  }

  .site-beam {
    left: 6% !important;
    bottom: 6% !important;
    width: 24rem !important;
    height: 24rem !important;
    opacity: 0.18 !important;
  }

  .site-glow-a,
  .site-glow-b {
    opacity: 0.5 !important;
  }

  .window-panel {
    min-height: 100% !important;
    height: 100% !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
    align-content: start !important;
    gap: 16px !important;
    padding: 10px 0 0 !important;
    overflow: hidden !important;
  }

  .panel-features,
  .panel-download,
  .panel-faq,
  .panel-community,
  .panel-login {
    padding-top: 16px !important;
  }

  .panel-features,
  .panel-download,
  .panel-faq {
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 22px !important;
  }

  .window-copy {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 14px !important;
    box-sizing: border-box !important;
  }

  .window-copy h2 {
    max-width: 18rem !important;
    font-size: clamp(1.95rem, 8.8vw, 2.8rem) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.04em !important;
  }

  .window-copy p,
  .panel-points li,
  .feature-card p,
  .download-platform-note,
  .faq-item p,
  .community-link-card > span:last-child,
  .auth-card > p {
    font-size: 0.9rem !important;
    line-height: 1.42 !important;
  }

  .panel-features .window-visual,
  .panel-download .window-visual,
  .panel-faq .window-visual,
  .panel-community .window-visual,
  .panel-login .window-visual {
    width: 100% !important;
  }

  .feature-grid,
  .download-board,
  .faq-list,
  .community-actions,
  .auth-shell {
    width: 100% !important;
  }

  .feature-grid,
  .download-board,
  .faq-list,
  .community-actions {
    gap: 8px !important;
  }

  .feature-card {
    gap: 6px !important;
    padding: 12px 0 !important;
  }

  .download-board {
    padding-inline: 14px !important;
    box-sizing: border-box !important;
  }

  .download-platform {
    min-height: 68px !important;
    padding: 14px 16px !important;
    border-radius: 20px !important;
  }

  .download-platform-copy strong,
  .feature-card h3,
  .community-link-card strong,
  .auth-card h2 {
    font-size: 1rem !important;
  }

  .faq-list {
    padding-inline: 14px !important;
    box-sizing: border-box !important;
  }

  .faq-item {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.03) !important;
    overflow: hidden !important;
  }

  .faq-item summary {
    min-height: 48px !important;
    padding: 14px 44px 14px 14px !important;
    font-size: 0.95rem !important;
    line-height: 1.3 !important;
  }

  .faq-item p {
    padding: 0 14px 14px !important;
  }

  .community-actions {
    padding-inline: 14px !important;
    box-sizing: border-box !important;
  }

  .community-link-card {
    gap: 8px !important;
    padding: 16px 18px !important;
    border-radius: 22px !important;
  }

  .community-link-card.is-telegram,
  .community-link-card.is-discord,
  .community-link-card.is-tiktok {
    padding-right: 74px !important;
  }

  .community-link-mark {
    right: 20px !important;
    width: 24px !important;
    height: 24px !important;
    margin-top: -12px !important;
  }

  .community-link-mark svg {
    width: 24px !important;
    height: 24px !important;
  }

  .auth-shell {
    min-height: 0 !important;
    align-items: start !important;
    padding-inline: 14px !important;
    box-sizing: border-box !important;
  }

  .auth-card {
    width: 100% !important;
    max-width: none !important;
    gap: 12px !important;
    padding: 18px 16px !important;
    border-radius: 22px !important;
  }

  .auth-field input,
  .auth-submit,
  .auth-switch-btn {
    min-height: 46px !important;
  }
}
