:root {
  color-scheme: dark;

  --bg: #0b1020;
  --panel: rgba(255, 255, 255, 0.06);
  --panel-2: rgba(255, 255, 255, 0.08);
  --stroke: rgba(255, 255, 255, 0.12);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.65);
  --good: #22c55e;
  --warn: #f59e0b;
  --bad: #ef4444;
  --accent: #7c3aed;
  --accent-2: #06b6d4;

  --shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  --radius: 16px;
  --radius-sm: 12px;

  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji",
    "Segoe UI Emoji";
}

@media (prefers-color-scheme: light) {
  :root {
    --bg: #0b1020;
    --panel: rgba(255, 255, 255, 0.06);
    --panel-2: rgba(255, 255, 255, 0.08);
    --stroke: rgba(255, 255, 255, 0.12);
    --text: rgba(255, 255, 255, 0.92);
    --muted: rgba(255, 255, 255, 0.65);
    --shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  background: #020108;
}

body {
  position: relative;
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(132vmax 92vmax at 16% 18%, rgba(64, 24, 138, 0.1) 0%, transparent 58%),
    radial-gradient(126vmax 90vmax at 84% 20%, rgba(48, 18, 112, 0.09) 0%, transparent 58%),
    radial-gradient(104vmax 76vmax at 34% 66%, rgba(52, 20, 118, 0.08) 0%, transparent 62%),
    radial-gradient(98vmax 74vmax at 76% 74%, rgba(30, 10, 84, 0.08) 0%, transparent 64%),
    radial-gradient(74vmax 54vmax at 52% 44%, rgba(78, 40, 160, 0.04) 0%, transparent 60%),
    linear-gradient(180deg, #020108 0%, #04020c 24%, #080215 50%, #060110 72%, #020107 100%);
  background-color: #020108;
  overflow-x: hidden;
}

html::before,
html::after,
body::before,
body::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  will-change: transform, opacity;
}

html::before,
html::after {
  content: none;
}

body::before {
  background:
    radial-gradient(56vmax 36vmax at 14% 18%, rgba(124, 78, 214, 0.08) 0%, rgba(124, 78, 214, 0.03) 34%, transparent 66%),
    radial-gradient(52vmax 32vmax at 84% 22%, rgba(86, 48, 182, 0.07) 0%, rgba(86, 48, 182, 0.025) 36%, transparent 64%),
    radial-gradient(42vmax 28vmax at 34% 58%, rgba(94, 62, 188, 0.05) 0%, transparent 64%),
    radial-gradient(38vmax 24vmax at 72% 72%, rgba(56, 26, 138, 0.06) 0%, transparent 66%),
    radial-gradient(26vmax 18vmax at 50% 36%, rgba(214, 168, 255, 0.03) 0%, transparent 60%),
    radial-gradient(circle at 9% 14%, rgba(192, 148, 255, 0.2) 0, rgba(163, 98, 255, 0.12) 0.34vmax, transparent 1.1vmax),
    radial-gradient(circle at 21% 48%, rgba(192, 148, 255, 0.18) 0, rgba(163, 98, 255, 0.1) 0.32vmax, transparent 1vmax),
    radial-gradient(circle at 39% 9%, rgba(192, 148, 255, 0.18) 0, rgba(163, 98, 255, 0.1) 0.34vmax, transparent 1.08vmax),
    radial-gradient(circle at 53% 54%, rgba(192, 148, 255, 0.18) 0, rgba(163, 98, 255, 0.1) 0.32vmax, transparent 1vmax),
    radial-gradient(circle at 70% 16%, rgba(192, 148, 255, 0.2) 0, rgba(163, 98, 255, 0.12) 0.34vmax, transparent 1.1vmax),
    radial-gradient(circle at 83% 62%, rgba(192, 148, 255, 0.18) 0, rgba(163, 98, 255, 0.1) 0.32vmax, transparent 1vmax),
    radial-gradient(circle at 31% 91%, rgba(192, 148, 255, 0.16) 0, rgba(163, 98, 255, 0.08) 0.3vmax, transparent 0.96vmax),
    radial-gradient(circle at 91% 87%, rgba(192, 148, 255, 0.16) 0, rgba(163, 98, 255, 0.08) 0.3vmax, transparent 0.96vmax),
    radial-gradient(circle at 11% 24%, rgba(255, 255, 255, 0.22) 0, rgba(220, 198, 255, 0.12) 0.22vmax, transparent 1vmax),
    radial-gradient(circle at 27% 18%, rgba(233, 217, 255, 0.2) 0, rgba(233, 217, 255, 0.1) 0.24vmax, transparent 0.95vmax),
    radial-gradient(circle at 44% 34%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.08) 0.2vmax, transparent 0.92vmax),
    radial-gradient(circle at 63% 21%, rgba(226, 205, 255, 0.18) 0, rgba(226, 205, 255, 0.08) 0.22vmax, transparent 0.96vmax),
    radial-gradient(circle at 78% 39%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.08) 0.24vmax, transparent 0.98vmax),
    radial-gradient(circle at 18% 67%, rgba(223, 200, 255, 0.18) 0, rgba(223, 200, 255, 0.08) 0.22vmax, transparent 0.94vmax),
    radial-gradient(circle at 36% 82%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.08) 0.2vmax, transparent 0.92vmax),
    radial-gradient(circle at 58% 74%, rgba(224, 203, 255, 0.18) 0, rgba(224, 203, 255, 0.08) 0.22vmax, transparent 0.94vmax),
    radial-gradient(circle at 74% 88%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0.07) 0.2vmax, transparent 0.9vmax),
    radial-gradient(circle at 89% 61%, rgba(226, 204, 255, 0.18) 0, rgba(226, 204, 255, 0.08) 0.22vmax, transparent 0.94vmax),
    radial-gradient(34vmax 20vmax at 24% 72%, rgba(138, 78, 255, 0.08) 0%, transparent 66%),
    radial-gradient(38vmax 22vmax at 78% 58%, rgba(99, 48, 208, 0.08) 0%, transparent 68%);
  filter: blur(16px) saturate(104%);
  opacity: 0.56;
  animation:
    nebula-drift 64s ease-in-out infinite alternate,
    particle-drift 140s ease-in-out infinite alternate,
    starfield-twinkle-b 28s ease-in-out infinite alternate;
}

body::after {
  background:
    radial-gradient(circle at 7% 12%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0.48) 0.08vmax, transparent 0.32vmax),
    radial-gradient(circle at 15% 30%, rgba(232, 214, 255, 0.74) 0, rgba(232, 214, 255, 0.36) 0.07vmax, transparent 0.3vmax),
    radial-gradient(circle at 23% 18%, rgba(255, 255, 255, 0.88) 0, rgba(255, 255, 255, 0.42) 0.08vmax, transparent 0.32vmax),
    radial-gradient(circle at 31% 44%, rgba(220, 198, 255, 0.66) 0, rgba(220, 198, 255, 0.28) 0.07vmax, transparent 0.29vmax),
    radial-gradient(circle at 42% 13%, rgba(255, 255, 255, 0.78) 0, rgba(255, 255, 255, 0.34) 0.08vmax, transparent 0.31vmax),
    radial-gradient(circle at 51% 27%, rgba(230, 212, 255, 0.76) 0, rgba(230, 212, 255, 0.34) 0.08vmax, transparent 0.31vmax),
    radial-gradient(circle at 63% 15%, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0.44) 0.08vmax, transparent 0.31vmax),
    radial-gradient(circle at 74% 36%, rgba(221, 198, 255, 0.7) 0, rgba(221, 198, 255, 0.32) 0.08vmax, transparent 0.3vmax),
    radial-gradient(circle at 86% 19%, rgba(255, 255, 255, 0.84) 0, rgba(255, 255, 255, 0.38) 0.08vmax, transparent 0.31vmax),
    radial-gradient(circle at 92% 47%, rgba(235, 218, 255, 0.72) 0, rgba(235, 218, 255, 0.3) 0.07vmax, transparent 0.3vmax),
    radial-gradient(circle at 11% 58%, rgba(255, 255, 255, 0.76) 0, rgba(255, 255, 255, 0.32) 0.08vmax, transparent 0.3vmax),
    radial-gradient(circle at 19% 74%, rgba(223, 201, 255, 0.64) 0, rgba(223, 201, 255, 0.26) 0.07vmax, transparent 0.28vmax),
    radial-gradient(circle at 28% 63%, rgba(255, 255, 255, 0.88) 0, rgba(255, 255, 255, 0.4) 0.08vmax, transparent 0.31vmax),
    radial-gradient(circle at 38% 82%, rgba(228, 209, 255, 0.7) 0, rgba(228, 209, 255, 0.28) 0.08vmax, transparent 0.29vmax),
    radial-gradient(circle at 47% 56%, rgba(255, 255, 255, 0.82) 0, rgba(255, 255, 255, 0.36) 0.08vmax, transparent 0.31vmax),
    radial-gradient(circle at 57% 71%, rgba(220, 197, 255, 0.68) 0, rgba(220, 197, 255, 0.28) 0.08vmax, transparent 0.29vmax),
    radial-gradient(circle at 66% 61%, rgba(255, 255, 255, 0.78) 0, rgba(255, 255, 255, 0.36) 0.08vmax, transparent 0.31vmax),
    radial-gradient(circle at 76% 84%, rgba(232, 214, 255, 0.66) 0, rgba(232, 214, 255, 0.28) 0.08vmax, transparent 0.29vmax),
    radial-gradient(circle at 86% 68%, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0.34) 0.08vmax, transparent 0.3vmax),
    radial-gradient(circle at 94% 82%, rgba(219, 194, 255, 0.64) 0, rgba(219, 194, 255, 0.24) 0.07vmax, transparent 0.28vmax),
    radial-gradient(circle at 6% 88%, rgba(255, 255, 255, 0.72) 0, rgba(255, 255, 255, 0.3) 0.08vmax, transparent 0.29vmax),
    radial-gradient(circle at 34% 93%, rgba(227, 208, 255, 0.6) 0, rgba(227, 208, 255, 0.24) 0.07vmax, transparent 0.27vmax),
    radial-gradient(circle at 54% 91%, rgba(255, 255, 255, 0.78) 0, rgba(255, 255, 255, 0.32) 0.08vmax, transparent 0.29vmax),
    radial-gradient(circle at 72% 94%, rgba(223, 200, 255, 0.62) 0, rgba(223, 200, 255, 0.24) 0.07vmax, transparent 0.28vmax),
    radial-gradient(circle at 4% 22%, rgba(255, 255, 255, 0.72) 0, rgba(255, 255, 255, 0.28) 0.05vmax, transparent 0.22vmax),
    radial-gradient(circle at 9% 41%, rgba(228, 210, 255, 0.54) 0, rgba(228, 210, 255, 0.22) 0.05vmax, transparent 0.2vmax),
    radial-gradient(circle at 14% 84%, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.26) 0.05vmax, transparent 0.22vmax),
    radial-gradient(circle at 21% 52%, rgba(235, 219, 255, 0.52) 0, rgba(235, 219, 255, 0.2) 0.05vmax, transparent 0.2vmax),
    radial-gradient(circle at 26% 9%, rgba(255, 255, 255, 0.64) 0, rgba(255, 255, 255, 0.24) 0.05vmax, transparent 0.22vmax),
    radial-gradient(circle at 33% 28%, rgba(226, 206, 255, 0.5) 0, rgba(226, 206, 255, 0.2) 0.05vmax, transparent 0.2vmax),
    radial-gradient(circle at 37% 69%, rgba(255, 255, 255, 0.62) 0, rgba(255, 255, 255, 0.24) 0.05vmax, transparent 0.22vmax),
    radial-gradient(circle at 41% 89%, rgba(230, 214, 255, 0.48) 0, rgba(230, 214, 255, 0.18) 0.05vmax, transparent 0.2vmax),
    radial-gradient(circle at 49% 8%, rgba(255, 255, 255, 0.68) 0, rgba(255, 255, 255, 0.28) 0.05vmax, transparent 0.22vmax),
    radial-gradient(circle at 53% 42%, rgba(227, 210, 255, 0.5) 0, rgba(227, 210, 255, 0.2) 0.05vmax, transparent 0.2vmax),
    radial-gradient(circle at 61% 83%, rgba(255, 255, 255, 0.62) 0, rgba(255, 255, 255, 0.24) 0.05vmax, transparent 0.22vmax),
    radial-gradient(circle at 68% 52%, rgba(233, 218, 255, 0.48) 0, rgba(233, 218, 255, 0.19) 0.05vmax, transparent 0.2vmax),
    radial-gradient(circle at 73% 7%, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.28) 0.05vmax, transparent 0.22vmax),
    radial-gradient(circle at 79% 26%, rgba(226, 206, 255, 0.5) 0, rgba(226, 206, 255, 0.2) 0.05vmax, transparent 0.2vmax),
    radial-gradient(circle at 83% 57%, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.22) 0.05vmax, transparent 0.21vmax),
    radial-gradient(circle at 88% 78%, rgba(231, 214, 255, 0.48) 0, rgba(231, 214, 255, 0.18) 0.05vmax, transparent 0.2vmax),
    radial-gradient(circle at 93% 11%, rgba(255, 255, 255, 0.66) 0, rgba(255, 255, 255, 0.24) 0.05vmax, transparent 0.21vmax),
    radial-gradient(circle at 96% 61%, rgba(228, 209, 255, 0.46) 0, rgba(228, 209, 255, 0.18) 0.05vmax, transparent 0.2vmax),
    radial-gradient(circle at 8% 6%, rgba(255, 255, 255, 0.62) 0, rgba(255, 255, 255, 0.24) 0.04vmax, transparent 0.18vmax),
    radial-gradient(circle at 17% 37%, rgba(232, 216, 255, 0.44) 0, rgba(232, 216, 255, 0.16) 0.04vmax, transparent 0.18vmax),
    radial-gradient(circle at 24% 79%, rgba(255, 255, 255, 0.58) 0, rgba(255, 255, 255, 0.2) 0.04vmax, transparent 0.18vmax),
    radial-gradient(circle at 29% 48%, rgba(230, 213, 255, 0.42) 0, rgba(230, 213, 255, 0.15) 0.04vmax, transparent 0.17vmax),
    radial-gradient(circle at 35% 16%, rgba(255, 255, 255, 0.56) 0, rgba(255, 255, 255, 0.2) 0.04vmax, transparent 0.18vmax),
    radial-gradient(circle at 43% 74%, rgba(231, 214, 255, 0.42) 0, rgba(231, 214, 255, 0.15) 0.04vmax, transparent 0.17vmax),
    radial-gradient(circle at 48% 31%, rgba(255, 255, 255, 0.58) 0, rgba(255, 255, 255, 0.2) 0.04vmax, transparent 0.18vmax),
    radial-gradient(circle at 56% 63%, rgba(228, 209, 255, 0.4) 0, rgba(228, 209, 255, 0.14) 0.04vmax, transparent 0.17vmax),
    radial-gradient(circle at 64% 5%, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.22) 0.04vmax, transparent 0.18vmax),
    radial-gradient(circle at 71% 43%, rgba(231, 214, 255, 0.42) 0, rgba(231, 214, 255, 0.16) 0.04vmax, transparent 0.17vmax),
    radial-gradient(circle at 77% 71%, rgba(255, 255, 255, 0.56) 0, rgba(255, 255, 255, 0.2) 0.04vmax, transparent 0.18vmax),
    radial-gradient(circle at 84% 34%, rgba(229, 210, 255, 0.4) 0, rgba(229, 210, 255, 0.15) 0.04vmax, transparent 0.17vmax),
    radial-gradient(circle at 91% 88%, rgba(255, 255, 255, 0.54) 0, rgba(255, 255, 255, 0.18) 0.04vmax, transparent 0.18vmax),
    radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.22) 0 1.15px, transparent 1.8px),
    radial-gradient(circle at 34% 28%, rgba(214, 191, 255, 0.24) 0 1.15px, transparent 1.9px),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.24) 0 1.15px, transparent 1.8px),
    radial-gradient(circle at 88% 56%, rgba(193, 162, 255, 0.22) 0 1.15px, transparent 1.95px),
    radial-gradient(circle at 24% 78%, rgba(255, 255, 255, 0.2) 0 1.15px, transparent 1.8px),
    radial-gradient(circle at 68% 84%, rgba(208, 176, 255, 0.22) 0 1.15px, transparent 1.95px),
    radial-gradient(circle at 9% 63%, rgba(255, 255, 255, 0.2) 0 1.1px, transparent 1.75px),
    radial-gradient(circle at 58% 12%, rgba(222, 197, 255, 0.24) 0 1.15px, transparent 1.85px),
    radial-gradient(circle at 8% 36%, rgba(235, 224, 255, 0.9) 0, rgba(235, 224, 255, 0.9) 2.4px, rgba(192, 148, 255, 0.82) 3.8px, rgba(163, 98, 255, 0.38) 5.4px, transparent 10px),
    radial-gradient(circle at 12% 18%, rgba(235, 224, 255, 0.98) 0, rgba(235, 224, 255, 0.98) 2.8px, rgba(192, 148, 255, 0.86) 4.3px, rgba(163, 98, 255, 0.42) 6.1px, transparent 11px),
    radial-gradient(circle at 27% 44%, rgba(235, 224, 255, 0.96) 0, rgba(235, 224, 255, 0.96) 2.6px, rgba(192, 148, 255, 0.82) 4px, rgba(163, 98, 255, 0.38) 5.8px, transparent 10.5px),
    radial-gradient(circle at 41% 22%, rgba(238, 228, 255, 0.98) 0, rgba(238, 228, 255, 0.98) 2.95px, rgba(192, 148, 255, 0.88) 4.5px, rgba(163, 98, 255, 0.42) 6.3px, transparent 11.4px),
    radial-gradient(circle at 46% 42%, rgba(235, 224, 255, 0.9) 0, rgba(235, 224, 255, 0.9) 2.35px, rgba(192, 148, 255, 0.8) 3.7px, rgba(163, 98, 255, 0.36) 5.3px, transparent 9.8px),
    radial-gradient(circle at 58% 68%, rgba(235, 224, 255, 0.96) 0, rgba(235, 224, 255, 0.96) 2.8px, rgba(192, 148, 255, 0.84) 4.3px, rgba(163, 98, 255, 0.38) 6px, transparent 11px),
    radial-gradient(circle at 74% 36%, rgba(237, 226, 255, 0.98) 0, rgba(237, 226, 255, 0.98) 2.9px, rgba(192, 148, 255, 0.86) 4.4px, rgba(163, 98, 255, 0.42) 6.2px, transparent 11.2px),
    radial-gradient(circle at 77% 13%, rgba(235, 224, 255, 0.9) 0, rgba(235, 224, 255, 0.9) 2.3px, rgba(192, 148, 255, 0.78) 3.7px, rgba(163, 98, 255, 0.34) 5.2px, transparent 9.6px),
    radial-gradient(circle at 86% 76%, rgba(233, 220, 255, 0.94) 0, rgba(233, 220, 255, 0.94) 2.55px, rgba(192, 148, 255, 0.8) 3.9px, rgba(163, 98, 255, 0.34) 5.5px, transparent 10px),
    radial-gradient(circle at 19% 82%, rgba(235, 224, 255, 0.96) 0, rgba(235, 224, 255, 0.96) 2.7px, rgba(192, 148, 255, 0.84) 4.1px, rgba(163, 98, 255, 0.38) 5.9px, transparent 10.8px),
    radial-gradient(circle at 92% 43%, rgba(235, 224, 255, 0.88) 0, rgba(235, 224, 255, 0.88) 2.3px, rgba(192, 148, 255, 0.78) 3.6px, rgba(163, 98, 255, 0.34) 5.1px, transparent 9.5px),
    radial-gradient(74vmax 36vmax at 48% 18%, rgba(255, 255, 255, 0.028), transparent 60%),
    radial-gradient(56vmax 24vmax at 50% 108%, rgba(0, 0, 0, 0.54), transparent 62%),
    linear-gradient(180deg, rgba(7, 3, 16, 0.12) 0%, rgba(5, 3, 13, 0.18) 34%, rgba(3, 2, 10, 0.34) 72%, rgba(1, 1, 6, 0.6) 100%);
  filter: blur(0.18px);
  opacity: 1;
  animation:
    starfield-drift-a 180s ease-in-out infinite alternate,
    starfield-twinkle-a 18s ease-in-out infinite alternate,
    atmosphere-drift 90s ease-in-out infinite alternate;
}

.app {
  position: relative;
  isolation: isolate;
  min-height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.shell {
  width: min(1100px, calc(100% - 32px));
  margin: 28px auto;
  display: grid;
  gap: 16px;
}

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

.content {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 16px 0 28px;
}

.content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  height: 180px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 8, 18, 0) 0%, rgba(9, 7, 16, 0.3) 38%, rgba(6, 5, 10, 0.8) 100%);
  filter: blur(12px);
}

.wallet-shell {
  display: grid;
  gap: 12px;
}

.wallet-subnav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding-bottom: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}

.wallet-subnav::-webkit-scrollbar {
  height: 6px;
}
.wallet-subnav::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}
.wallet-subnav::-webkit-scrollbar-track {
  background: transparent;
}

.wallet-subnav__button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  min-height: 38px;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.06s ease;
}
.wallet-subnav__button:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
}
.wallet-subnav__button:active {
  transform: translateY(1px);
}
.wallet-subnav__button--active {
  color: var(--text);
  border-color: rgba(124, 58, 237, 0.45);
  background: rgba(124, 58, 237, 0.16);
}

.wallet-subnav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: currentColor;
  opacity: 0.92;
  flex: 0 0 auto;
}

.wallet-subnav__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.wallet-subnav__label {
  display: inline-flex;
  align-items: center;
}

.wallet-content {
  margin-top: 10px;
  min-width: 0;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 10px 12px;
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(6, 8, 18, 0.8), rgba(3, 5, 14, 0.72));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.topbar__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.topbar__left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.topbar__signout {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.06s ease, background 0.15s ease, border-color 0.15s ease;
}

.topbar__signout:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.topbar__signout:active {
  transform: translateY(1px);
}

.topbar__nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.topbar__nav::-webkit-scrollbar {
  display: none;
}

.topbar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}

.topbar__lang {
  display: block;
}

.account-menu {
  position: relative;
  z-index: 20;
}

.account-menu__toggle {
  appearance: none;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  min-width: 48px;
  height: 40px;
  padding: 0 10px 0 6px;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.06s ease, background 0.15s ease, border-color 0.15s ease;
}

.account-menu__toggle:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.account-menu__toggle:active {
  transform: translateY(1px);
}

.account-menu__avatar {
  width: 30px;
  height: 30px;
  border-radius: 11px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.9), rgba(14, 165, 233, 0.9));
  color: #fff;
  font-size: 13px;
  letter-spacing: -0.1px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.account-menu__chevron {
  width: 14px;
  height: 14px;
  color: var(--muted);
  transition: transform 0.15s ease, color 0.15s ease;
}

.account-menu--open .account-menu__chevron {
  transform: rotate(180deg);
  color: var(--text);
}

.account-menu__chevron svg {
  display: block;
  width: 100%;
  height: 100%;
}

.account-menu__backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: default;
}

.account-menu__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 172px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(31, 18, 61, 0.98), rgba(20, 12, 41, 0.98));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
  display: grid;
  gap: 6px;
}

.account-menu__item {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  color: var(--text);
  width: 100%;
  padding: 11px 12px;
  border-radius: 12px;
  text-align: left;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.06s ease, color 0.15s ease;
}

.account-menu__item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.account-menu__item:active {
  transform: translateY(1px);
}

.account-menu__item--danger {
  color: rgba(248, 113, 113, 0.98);
}

.account-menu__item--danger:hover {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.18);
}

.topbar__hamburger {
  display: none;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  min-width: 0;
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
}

.logo__mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: url("/assets/crg.png") center / cover no-repeat;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.logo__text {
  font-weight: 900;
  letter-spacing: -0.2px;
  font-size: 16px;
  white-space: nowrap;
}

.navlink {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.1px;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.06s ease;
}

.navlink:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.navlink:active {
  transform: translateY(1px);
}

.navlink--active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 120;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.14s ease;
}

.topbar--open .mobile-menu {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(14px);
}

.mobile-menu__panel {
  position: relative;
  height: 100%;
  padding: calc(16px + env(safe-area-inset-top)) 16px calc(16px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 14px;
}

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

.mobile-menu__meta {
  padding: 10px 2px 0;
}

.mobile-menu__title {
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -0.3px;
}

.mobile-menu__nav {
  display: grid;
  gap: 10px;
  padding: 10px 0;
  overflow: auto;
}

.mobile-link {
  appearance: none;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  padding: 14px 14px;
  border-radius: 16px;
  font-weight: 850;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.06s ease;
}

.mobile-link:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
}

.mobile-link:active {
  transform: translateY(1px);
}

.mobile-link--active {
  border-color: rgba(124, 58, 237, 0.35);
  background: rgba(124, 58, 237, 0.14);
}

.mobile-menu__footer {
  margin-top: auto;
  display: grid;
  gap: 10px;
  padding-bottom: 6px;
}

.mobile-menu__row {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 820px) {
  .topbar__hamburger {
    display: inline-grid;
  }
  .topbar__nav {
    display: none;
  }
  .topbar__lang {
    display: none;
  }
  .topbar__right {
    gap: 8px;
  }
}

.scroll-lock,
.scroll-lock body {
  overflow: hidden !important;
}

@media (max-width: 420px) {
  .logo__text {
    display: none;
  }
}

@media (max-width: 820px) {
  .topbar__nav {
    display: flex;
    justify-content: flex-start;
  }

  .topbar__lang {
    display: block;
  }
}

.navbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(5, 7, 16, 0.7), rgba(3, 4, 12, 0.62));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(12px);
}

.navbar__brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.navbar__nav {
  display: flex;
  gap: 6px;
  justify-self: center;
  justify-content: center;
  flex-wrap: wrap;
}

.navbar__actions {
  justify-self: end;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.navbar--presale,
.topbar--presale {
  border-color: rgba(168, 85, 247, 0.2);
  background:
    linear-gradient(180deg, rgba(9, 5, 22, 0.84), rgba(4, 3, 12, 0.72));
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.navbar--presale .navbar__brand {
  min-width: 0;
}

.navbar--presale .navbar__nav,
.topbar--presale .topbar__nav {
  gap: 8px;
}

.navbar--presale .navlink,
.topbar--presale .navlink {
  color: rgba(229, 231, 235, 0.78);
}

.navbar--presale .navlink--active,
.navbar--presale .navlink:hover,
.topbar--presale .navlink:hover {
  color: #fff;
  border-color: rgba(168, 85, 247, 0.3);
  background: rgba(168, 85, 247, 0.14);
}

@media (max-width: 760px) {
  .navbar--presale {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .navbar--presale .navbar__nav {
    justify-self: stretch;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
  }

  .navbar--presale .navbar__actions {
    justify-self: stretch;
  }

  .navbar--presale .navbar__actions .btn {
    width: 100%;
  }

  .topbar--presale .topbar__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar--presale .topbar__nav {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .topbar--presale .topbar__right {
    width: 100%;
  }

  .topbar--presale .topbar__right .btn {
    width: 100%;
  }
}

.lang-toggle {
  padding: 4px;
}

.lang-toggle .tab {
  padding: 7px 10px;
  font-size: 12px;
}

.page__head {
  display: grid;
  gap: 6px;
}

.page__title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.page {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.page__grid {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.deposit-grid {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.withdraw-grid {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.swap-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.btn--loading {
  opacity: 0.88;
  cursor: wait;
}

.swap-quote-card {
  margin-top: 8px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(140, 92, 255, 0.22);
  background:
    radial-gradient(100% 140% at 0% 0%, rgba(124, 58, 237, 0.2), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.swap-quote-card__title {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.25px;
  color: var(--muted);
  text-transform: uppercase;
}

.swap-quote-card__amount {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.7px;
}

.swap-quote-card__amount span {
  font-size: 12px;
  font-weight: 900;
  color: var(--muted);
}

.swap-quote-card__meta {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.swap-quote-card__loading {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 700;
}

.swap-quote-card__loading::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-top-color: rgba(255, 255, 255, 0.95);
  animation: spin 0.8s linear infinite;
}

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

@media (min-width: 980px) {
  .deposit-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .withdraw-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.network-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding-bottom: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}

.network-pills::-webkit-scrollbar {
  height: 6px;
}
.network-pills::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}
.network-pills::-webkit-scrollbar-track {
  background: transparent;
}

.pill-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  min-height: 38px;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.06s ease;
}

.network-pill-btn__tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.24px;
}

.pill-btn--active .network-pill-btn__tag {
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.94);
}

.kicker-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.pill-btn:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
}
.pill-btn:active {
  transform: translateY(1px);
}
.pill-btn--active {
  color: var(--text);
  border-color: rgba(124, 58, 237, 0.45);
  background: rgba(124, 58, 237, 0.16);
}

.deposit-network-select {
  display: none;
  margin-top: 10px;
}

@media (max-width: 520px) {
  .network-pills {
    display: none;
  }
  .deposit-network-select {
    display: block;
  }
}

.asset-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
}

@media (min-width: 760px) {
  .asset-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.asset-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.asset-pill .coin-avatar {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  border-radius: 12px;
}

.asset-pill__title {
  font-weight: 950;
  letter-spacing: 0.2px;
}

.asset-pill-btn {
  appearance: none;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.06s ease;
}

.asset-pill-btn:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
}

.asset-pill-btn:active {
  transform: translateY(1px);
}

.asset-pill-btn--active {
  border-color: rgba(124, 58, 237, 0.45);
  background: rgba(124, 58, 237, 0.16);
}

.asset-pill-btn__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
}

.withdraw-asset-select {
  margin-top: 10px;
}

.withdraw-asset-card {
  margin-top: 12px;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(7, 8, 18, 0.84), rgba(3, 4, 12, 0.82));
  box-shadow: 0 24px 50px rgba(3, 3, 10, 0.22);
}

.withdraw-asset-card__hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  min-width: 0;
}

.withdraw-asset-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.withdraw-asset-card__eyebrow {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  color: rgba(226, 219, 255, 0.74);
}

.withdraw-asset-card__title {
  margin-top: 4px;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.45px;
}

.withdraw-asset-card__sub {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(226, 219, 255, 0.72);
}

.withdraw-asset-card__balance {
  min-width: min(240px, 100%);
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.withdraw-asset-card__amount {
  margin-top: 8px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.withdraw-asset-card__amount span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.35px;
  color: rgba(226, 219, 255, 0.74);
}

.withdraw-asset-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.withdraw-stat {
  min-width: 0;
  padding: 12px 13px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 6, 24, 0.24);
}

.withdraw-stat__value {
  margin-top: 4px;
  font-weight: 900;
  letter-spacing: 0.2px;
}

@media (max-width: 760px) {
  .withdraw-asset-stats {
    grid-template-columns: 1fr;
  }
}

.deposit-qr {
  width: min(260px, 100%);
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.dashboard {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.dashboard__grid {
  display: grid;
  gap: 16px;
  align-items: start;
  min-width: 0;
}

@media (min-width: 980px) {
  .dashboard__grid {
    grid-template-columns: 1fr 1fr;
  }

  .card--hero {
    grid-column: 1 / -1;
  }

  .dash-card--tx {
    grid-column: 1 / -1;
  }

  .account-card--security {
    grid-column: 1 / -1;
  }
}

.card--hero {
  background: linear-gradient(180deg, rgba(8, 9, 18, 0.5), rgba(4, 5, 12, 0.4));
  border-color: rgba(255, 255, 255, 0.09);
}

.kicker {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: var(--muted);
}

.big-amount {
  margin-top: 10px;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.big-amount__unit {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.3px;
  color: var(--muted);
}

@media (max-width: 520px) {
  .big-amount {
    font-size: 34px;
  }
}

.split {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

@media (min-width: 760px) {
  .split {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.split__item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.12);
  min-width: 0;
}

.split__value {
  margin-top: 8px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.pending-withdraw-card {
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.pending-withdraw-list {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.pending-withdraw-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.12);
}

.pending-withdraw-item__title {
  font-weight: 900;
  letter-spacing: -0.15px;
}

.hero-meta {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.actions {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.stat-amount {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.4px;
}

.stat-amount__unit {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.35px;
  color: var(--muted);
}

.icon-btn {
  appearance: none;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  width: 40px;
  height: 40px;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 900;
  display: inline-grid;
  place-items: center;
  transition: transform 0.06s ease, background 0.15s ease, border-color 0.15s ease;
}

.icon-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.icon-btn:active {
  transform: translateY(1px);
}

.icon-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 920px) {
  .navbar {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .navbar__nav {
    justify-self: start;
    justify-content: flex-start;
  }
  .navbar__actions {
    justify-self: start;
    justify-content: flex-start;
  }
}

.brand {
  font-weight: 850;
  letter-spacing: -0.1px;
  font-size: 20px;
}

.muted {
  color: var(--muted);
  font-size: 13px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  background: var(--panel);
  font-size: 13px;
  color: var(--muted);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--muted);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.dot--good {
  background: var(--good);
}
.dot--warn {
  background: var(--warn);
}
.dot--bad {
  background: var(--bad);
}

.grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 980px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.card {
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.card__header {
  padding: 14px 16px;
  border-bottom: 1px solid var(--stroke);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.card__title {
  font-weight: 700;
}

.card__body {
  padding: 16px;
}

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

.btn {
  appearance: none;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 650;
  cursor: pointer;
  transition: transform 0.06s ease, background 0.15s ease, border-color 0.15s ease;
}

.btn:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
}

.btn:active {
  transform: translateY(1px);
}

.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.btn--primary {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.9), rgba(6, 182, 212, 0.75));
  border-color: rgba(255, 255, 255, 0.22);
}

.btn--danger {
  border-color: rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.14);
}

.btn--ghost {
  background: transparent;
}

.btn--inline {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1;
}

.input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  outline: none;
}

.input:focus {
  border-color: rgba(124, 58, 237, 0.55);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.15);
}

.select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 13px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.input-group {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.input-group .input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group--amount .input {
  min-width: 0;
}

.input-action-btn {
  appearance: none;
  min-width: 74px;
  padding: 10px 14px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px solid rgba(140, 92, 255, 0.34);
  border-left: 0;
  background: rgba(124, 58, 237, 0.16);
  color: var(--text);
  font-weight: 950;
  letter-spacing: 0.45px;
  cursor: pointer;
  transition: transform 0.06s ease, background 0.15s ease, border-color 0.15s ease;
}

.input-action-btn:hover:not(:disabled) {
  background: rgba(124, 58, 237, 0.24);
  border-color: rgba(140, 92, 255, 0.48);
}

.input-action-btn:active:not(:disabled) {
  transform: translateY(1px);
}

.input-action-btn:disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

.form {
  display: grid;
  gap: 10px;
}

.cols {
  display: grid;
  gap: 10px;
}

@media (min-width: 680px) {
  .cols {
    grid-template-columns: 1fr 1fr;
  }
}

.help {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}

.hr {
  height: 1px;
  background: var(--stroke);
  margin: 14px 0;
}

.list {
  display: grid;
  gap: 10px;
}

.asset-icon {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.asset-icon__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asset-icon__txt {
  position: relative;
  z-index: 1;
  font-weight: 950;
  font-size: 11px;
  letter-spacing: 0.35px;
  color: #fff;
}

.asset-icon--img .asset-icon__txt {
  opacity: 0;
}

.holdings {
  display: grid;
  gap: 10px;
}

.holding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  min-width: 0;
}

.holding__row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.holding__left {
  min-width: 0;
  flex: 1 1 auto;
}

.holding__meta {
  min-width: 0;
}

.holding__title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.holding__symbol {
  white-space: nowrap;
}

.holding__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.4px;
  white-space: nowrap;
}

.holding__sub {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.mini-tag {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.mini-tag--muted {
  color: var(--muted);
}

.holding__right {
  text-align: right;
  min-width: 0;
  flex: 0 0 auto;
}

.holding__total {
  font-weight: 950;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.holding__unit {
  font-size: 12px;
  font-weight: 900;
  color: var(--muted);
  margin-left: 6px;
}

@media (max-width: 560px) {
  .holding {
    flex-direction: column;
    align-items: flex-start;
  }
  .holding__right {
    text-align: left;
    width: 100%;
  }
  .holding__sub {
    gap: 6px;
  }
  .mini-tag {
    font-size: 11px;
    padding: 4px 8px;
  }

  .pending-withdraw-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.jobs-table {
  border: 1px solid var(--stroke);
  border-radius: var(--radius-sm);
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.02);
}

.jobs-table__head,
.jobs-table__row {
  display: grid;
  grid-template-columns: 120px 70px 90px 100px 160px 150px 60px 160px 1.2fr 160px 160px;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  min-width: 1180px;
}

.jobs-table__head {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid var(--stroke);
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
}

.jobs-table__row {
  border-top: 1px solid var(--stroke);
  cursor: pointer;
}

.jobs-table__row:hover {
  background: rgba(255, 255, 255, 0.04);
}

.jobs-table__cell {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item {
  padding: 12px;
  border: 1px solid var(--stroke);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
}

.item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.item__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.item__left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}

.coin-avatar {
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.coin-avatar__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coin-avatar__fallback {
  font-weight: 950;
  letter-spacing: 0.35px;
  font-size: 12px;
  color: var(--text);
  transition: opacity 0.15s ease;
}

.coin-avatar--has-img .coin-avatar__fallback {
  opacity: 0;
}

.market-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.market-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.market-row__left {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.market-row__meta {
  min-width: 0;
}

.market-row__title {
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.market-row__symbol {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.market-row__right {
  display: grid;
  justify-items: end;
  gap: 6px;
  flex: 0 0 auto;
}

.market-row__price {
  font-weight: 950;
}

@media (max-width: 560px) {
  .market-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .market-row__right {
    width: 100%;
    justify-items: start;
  }
}

.item__title {
  font-weight: 700;
}

.tag {
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
}

.tag--good {
  border-color: rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.14);
  color: rgba(34, 197, 94, 0.95);
}

.tag--bad {
  border-color: rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.14);
  color: rgba(239, 68, 68, 0.95);
}

.home-hero__title {
  font-size: 32px;
  line-height: 1.08;
  margin-top: 10px;
  letter-spacing: -0.6px;
  font-weight: 950;
}

.home-hero__meta {
  margin-top: 14px;
}

.home-markets {
  margin-top: 14px;
}

.page--landing {
  display: grid;
  gap: 28px;
}

.launch-hero {
  display: grid;
  gap: 18px;
}

@media (min-width: 1100px) {
  .launch-hero {
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
    align-items: stretch;
  }
}

.launch-hero__main {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(4, 6, 16, 0.14), rgba(1, 2, 8, 0.12));
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 58px rgba(2, 1, 8, 0.08);
}

.launch-hero__main .card__body {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: clamp(28px, 4vw, 44px) 10% clamp(24px, 3vw, 34px);
  display: grid;
  justify-items: center;
  text-align: center;
}

.launch-hero__main::before {
  content: "";
  position: absolute;
  inset: -18% auto auto -8%;
  width: 66%;
  height: 250px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.02), transparent 72%);
  filter: blur(18px);
  opacity: 0.36;
  pointer-events: none;
}

.launch-hero__main::after {
  content: "";
  position: absolute;
  right: -4%;
  top: 10%;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.018), transparent 68%);
  filter: blur(16px);
  opacity: 0.28;
  pointer-events: none;
}

.launch-title {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  width: 100%;
  font-size: clamp(20px, 2.7vw, 34px);
  line-height: 1.03;
  letter-spacing: -0.95px;
  font-weight: 940;
  max-width: 100%;
}

.launch-lead {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  max-width: 100%;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}

.launch-hero__main .kicker {
  justify-self: center;
}

.launch-hero__main .actions {
  margin-top: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-highlight-grid {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 26px;
  display: grid;
  gap: 12px;
}

@media (max-width: 779px) {
  .launch-hero__main .card__body {
    padding-inline: 24px;
  }

  .launch-title {
    font-size: clamp(18px, 8vw, 32px);
    max-width: 100%;
  }

  .launch-lead {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (min-width: 780px) {
  .hero-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.hero-highlight {
  padding: 16px 16px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(10, 12, 22, 0.48), rgba(4, 6, 14, 0.34));
}

.hero-highlight__value {
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.hero-highlight__label {
  margin-top: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.hero-highlight__note {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 13px;
}

.hero-summary-stack {
  display: grid;
  gap: 16px;
}

.hero-summary-card {
  position: relative;
  overflow: hidden;
}

.hero-summary-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(164, 216, 255, 0.32), rgba(255, 255, 255, 0.16), transparent);
}

.hero-summary-card--2::before {
  background: linear-gradient(90deg, rgba(176, 226, 255, 0.24), rgba(255, 255, 255, 0.14), transparent);
}

.hero-summary-card__title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.hero-summary-card__body {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.6;
}

.signal-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.signal-list__item {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
}

.signal-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.92), rgba(196, 181, 253, 0.9));
  box-shadow: 0 0 14px rgba(125, 211, 252, 0.35);
}

.landing-section {
  display: grid;
  gap: 18px;
}

.section-header {
  display: grid;
  gap: 12px;
}

@media (min-width: 980px) {
  .section-header {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: end;
  }
}

.section-eyebrow {
  color: rgba(167, 139, 250, 0.95);
  text-transform: uppercase;
  letter-spacing: 0.35px;
  font-size: 12px;
  font-weight: 900;
}

.section-title {
  margin-top: 8px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.85px;
  font-weight: 950;
}

.section-lead {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.landing-grid {
  display: grid;
  gap: 18px;
}

@media (min-width: 980px) {
  .landing-grid--split {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  }
}

.landing-stack {
  display: grid;
  gap: 18px;
}

.stat-grid,
.scenario-grid,
.project-grid,
.timeline-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 720px) {
  .stat-grid,
  .scenario-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 720px) and (max-width: 1099px) {
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .timeline-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.metric-card,
.scenario-card,
.project-card,
.timeline-card,
.faq-card,
.use-of-funds-card,
.allocation-card,
.tokenomics-intro-card {
  height: 100%;
}

.metric-card__label,
.section-minihead {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.32px;
  font-size: 12px;
  font-weight: 850;
}

.metric-card__value {
  margin-top: 10px;
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.metric-card__note,
.scenario-card__body,
.project-card__bodytext,
.project-card__note,
.timeline-card__body,
.faq-card__a,
.tokenomics-intro-card__body {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.65;
}

.scenario-card__title,
.project-card__title,
.timeline-card__title,
.faq-card__q,
.tokenomics-intro-card__headline {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.showcase-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.2), transparent 38%),
    linear-gradient(135deg, rgba(79, 70, 229, 0.96), rgba(6, 182, 212, 0.78));
  box-shadow: 0 12px 32px rgba(8, 7, 24, 0.35);
}

.showcase-icon--world {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(14, 165, 233, 0.9), rgba(59, 130, 246, 0.68));
}

.showcase-icon--game {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(168, 85, 247, 0.96), rgba(244, 63, 94, 0.68));
}

.showcase-icon--wallet {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(245, 158, 11, 0.94), rgba(249, 115, 22, 0.7));
}

.showcase-icon svg {
  width: 24px;
  height: 24px;
}

.project-card__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.project-card__meta {
  min-width: 0;
}

.project-card__topline {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.project-card__status {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.tokenomics-intro-card__headline {
  font-size: 28px;
  line-height: 1.05;
}

.utility-list {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.utility-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
}

.utility-item .showcase-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border-radius: 14px;
}

.utility-item .showcase-icon svg {
  width: 20px;
  height: 20px;
}

.utility-item__text {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
}

.allocation-list {
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

.allocation-row {
  display: grid;
  gap: 8px;
}

.allocation-row__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.allocation-row__title {
  font-weight: 800;
}

.allocation-row__percent {
  font-size: 18px;
  font-weight: 900;
  color: rgba(196, 181, 253, 0.96);
}

.allocation-row__bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.allocation-row__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.98), rgba(6, 182, 212, 0.82));
  box-shadow: 0 0 18px rgba(124, 58, 237, 0.24);
}

.allocation-row__note {
  color: var(--muted);
  line-height: 1.5;
  font-size: 13px;
}

.timeline-card__year {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: rgba(216, 180, 254, 0.98);
  background: rgba(168, 85, 247, 0.14);
  border: 1px solid rgba(168, 85, 247, 0.26);
}

.faq-card__q {
  font-size: 20px;
  line-height: 1.15;
}

.btn--xl {
  padding: 14px 18px;
  border-radius: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.btn--full {
  width: 100%;
}

.btn--glow {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 28px rgba(124, 58, 237, 0.38),
    0 12px 34px rgba(6, 182, 212, 0.14);
}

.presale-hero {
  position: relative;
  display: grid;
  gap: 18px;
  align-items: stretch;
}

@media (min-width: 1040px) {
  .presale-hero {
    grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
  }
}

.presale-hero__copy,
.presale-panel,
.conversion-section,
.final-cta {
  border: 1px solid rgba(168, 85, 247, 0.18);
  background:
    linear-gradient(180deg, rgba(10, 6, 24, 0.72), rgba(4, 3, 12, 0.56));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.presale-hero__copy {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: clamp(26px, 4vw, 46px);
  min-height: 460px;
  display: grid;
  align-content: center;
}

.presale-hero__copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(124, 58, 237, 0.16), transparent 34%, rgba(6, 182, 212, 0.1) 78%, transparent),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.1) 0 1px, transparent 1.6px),
    radial-gradient(circle at 62% 28%, rgba(196, 181, 253, 0.14) 0 1px, transparent 1.6px),
    radial-gradient(circle at 82% 78%, rgba(125, 211, 252, 0.12) 0 1px, transparent 1.6px);
  opacity: 0.9;
  pointer-events: none;
}

.presale-kicker,
.presale-title,
.presale-subtitle,
.presale-cta-row,
.trust-strip {
  position: relative;
  z-index: 1;
}

.presale-kicker,
.conversion-head > span,
.presale-panel__head span,
.raised-line span,
.countdown-card span,
.ai-demo-panel__top span {
  color: rgba(125, 211, 252, 0.96);
  text-transform: uppercase;
  letter-spacing: 0.38px;
  font-size: 12px;
  font-weight: 950;
}

.presale-title {
  margin: 14px 0 0;
  max-width: 760px;
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 950;
}

.presale-subtitle {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(229, 231, 235, 0.8);
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.5;
}

.presale-cta-row {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.trust-strip {
  margin-top: 28px;
  display: grid;
  gap: 10px;
}

@media (min-width: 720px) {
  .trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.trust-strip div,
.proof-grid div,
.presale-stat-grid div,
.tokenomics-list div,
.roadmap-strip div,
.flow-steps div {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.045);
}

.trust-strip div {
  border-radius: 16px;
  padding: 14px;
  display: grid;
  gap: 4px;
}

.trust-strip strong,
.proof-grid strong {
  font-size: 24px;
  line-height: 1;
}

.trust-strip span,
.proof-grid span,
.presale-stat-grid span,
.tokenomics-list span,
.roadmap-strip span,
.flow-steps span {
  color: var(--muted);
  line-height: 1.45;
}

.presale-panel {
  border-radius: 26px;
  padding: 22px;
  display: grid;
  gap: 18px;
  align-content: start;
}

.presale-panel__head,
.raised-line,
.ai-demo-panel__top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.progress--presale {
  height: 14px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.progress--presale span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.98), rgba(6, 182, 212, 0.95));
  box-shadow: 0 0 24px rgba(124, 58, 237, 0.5);
}

.presale-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.presale-stat-grid div,
.countdown-card {
  border-radius: 18px;
  padding: 16px;
}

.presale-stat-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
}

.countdown-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(6, 182, 212, 0.08);
}

.countdown-card strong {
  font-size: clamp(20px, 2.7vw, 28px);
  line-height: 1;
  color: #fff;
}

.conversion-section,
.final-cta {
  border-radius: 24px;
  padding: clamp(22px, 4vw, 34px);
}

.conversion-section--split {
  display: grid;
  gap: 20px;
}

@media (min-width: 980px) {
  .conversion-section--split {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
  }
}

.conversion-head {
  display: grid;
  gap: 8px;
}

.conversion-head h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(22px, 2.55vw, 34px);
  line-height: 1.12;
  letter-spacing: 0;
}

.reason-grid,
.proof-grid,
.roadmap-strip {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

@media (min-width: 860px) {
  .reason-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-grid,
  .roadmap-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.reason-card {
  min-height: 190px;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(23, 14, 52, 0.74), rgba(7, 6, 18, 0.56));
}

.reason-card > span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  color: rgba(196, 181, 253, 0.98);
  background: rgba(168, 85, 247, 0.16);
  font-weight: 950;
  font-size: 12px;
}

.reason-card h3 {
  margin: 18px 0 0;
  font-size: 19px;
  line-height: 1.18;
}

.reason-card p {
  margin: 12px 0 0;
  color: rgba(229, 231, 235, 0.78);
  line-height: 1.55;
}

.flow-steps {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.flow-steps div {
  border-radius: 18px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.flow-steps strong {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.96), rgba(6, 182, 212, 0.88));
}

.ai-demo-panel {
  border-radius: 22px;
  padding: 20px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  background:
    linear-gradient(180deg, rgba(5, 15, 28, 0.7), rgba(9, 5, 24, 0.72));
}

.ai-chat {
  margin: 18px 0;
  display: grid;
  gap: 12px;
}

.ai-chat__bubble {
  max-width: 88%;
  padding: 13px 14px;
  border-radius: 16px;
  line-height: 1.5;
}

.ai-chat__bubble--user {
  justify-self: end;
  background: rgba(124, 58, 237, 0.22);
  border: 1px solid rgba(168, 85, 247, 0.24);
}

.ai-chat__bubble--bot {
  justify-self: start;
  background: rgba(6, 182, 212, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.2);
}

.ai-chat__caption {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 850;
}

.tokenomics-proof {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.tokenomics-ring {
  width: min(230px, 70vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(7, 5, 18, 1) 0 46%, transparent 47%),
    conic-gradient(
      rgba(168, 85, 247, 0.98) 0 15%,
      rgba(6, 182, 212, 0.95) 15% 25%,
      rgba(59, 130, 246, 0.95) 25% 40%,
      rgba(34, 197, 94, 0.86) 40% 60%,
      rgba(245, 158, 11, 0.84) 60% 80%,
      rgba(196, 181, 253, 0.82) 80% 100%
    );
  box-shadow:
    0 0 40px rgba(124, 58, 237, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.tokenomics-badge {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, 0.26);
  background: rgba(34, 197, 94, 0.12);
  color: rgba(187, 247, 208, 0.98);
  font-weight: 900;
}

.tokenomics-list {
  display: grid;
  gap: 10px;
}

.tokenomics-list div,
.roadmap-strip div,
.proof-grid div {
  border-radius: 16px;
  padding: 14px 16px;
}

.tokenomics-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.tokenomics-list strong {
  color: rgba(196, 181, 253, 0.98);
}

.tokenomics-list p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.roadmap-strip div,
.proof-grid div {
  display: grid;
  gap: 8px;
}

.roadmap-strip strong {
  color: rgba(125, 211, 252, 0.98);
  font-size: 24px;
}

.final-cta {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 16px;
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.28), rgba(6, 182, 212, 0.13)),
    linear-gradient(180deg, rgba(10, 6, 24, 0.8), rgba(4, 3, 12, 0.68));
}

.final-cta > span {
  color: rgba(248, 113, 113, 0.96);
  text-transform: uppercase;
  letter-spacing: 0.36px;
  font-size: 12px;
  font-weight: 950;
}

@media (max-width: 560px) {
  .presale-hero__copy {
    min-height: 0;
  }

  .presale-cta-row .btn {
    width: 100%;
  }

  .presale-stat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 20px, 520px);
    margin: 10px auto 18px;
    gap: 10px;
  }

  .content {
    gap: 12px;
    padding: 10px 0 20px;
  }

  .page--landing {
    gap: 14px;
  }

  .navbar--presale,
  .topbar--presale {
    position: relative;
    top: auto;
    padding: 10px;
    border-radius: 18px;
  }

  .navbar--presale {
    gap: 10px;
  }

  .navbar--presale .navbar__brand,
  .topbar--presale .topbar__left {
    width: 100%;
  }

  .navbar--presale .logo,
  .topbar--presale .logo {
    max-width: 100%;
  }

  .navbar--presale .navbar__nav,
  .topbar--presale .topbar__nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    padding: 0;
  }

  .navbar--presale .navlink,
  .topbar--presale .navlink {
    width: 100%;
    min-width: 0;
    padding: 9px 7px;
    border-radius: 12px;
    font-size: 12px;
    text-align: center;
    white-space: normal;
    line-height: 1.15;
  }

  .navbar--presale .navbar__actions,
  .topbar--presale .topbar__right {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
  }

  .navbar--presale .lang-toggle,
  .topbar--presale .lang-toggle {
    width: 100%;
  }

  .navbar--presale .navbar__actions .btn,
  .topbar--presale .topbar__right .btn {
    width: auto;
    min-width: 92px;
    padding: 10px 12px;
    justify-self: end;
  }

  .topbar--presale .account-menu {
    justify-self: end;
  }

  .topbar--presale .topbar__right:has(.account-menu) {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .btn--xl {
    width: 100%;
    padding: 12px 14px;
    border-radius: 13px;
    font-size: 13px;
    line-height: 1.15;
  }

  .presale-hero {
    gap: 12px;
  }

  .presale-hero__copy,
  .presale-panel,
  .conversion-section,
  .final-cta {
    border-radius: 18px;
    box-shadow:
      0 16px 44px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.045);
  }

  .presale-hero__copy {
    padding: 22px 18px;
    min-height: 0;
    align-content: start;
  }

  .presale-title {
    max-width: 100%;
    margin-top: 10px;
    font-size: 31px;
    line-height: 1.08;
  }

  .presale-subtitle {
    margin-top: 12px;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }

  .presale-cta-row {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .trust-strip {
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .trust-strip div,
  .presale-stat-grid div,
  .countdown-card,
  .tokenomics-list div,
  .roadmap-strip div,
  .proof-grid div {
    padding: 12px;
    border-radius: 14px;
  }

  .trust-strip strong,
  .proof-grid strong {
    font-size: 20px;
  }

  .presale-panel {
    padding: 16px;
    gap: 12px;
  }

  .presale-panel__head,
  .raised-line,
  .ai-demo-panel__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .presale-stat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .presale-stat-grid strong {
    font-size: 19px;
  }

  .countdown-card strong {
    font-size: 20px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .conversion-section,
  .final-cta {
    padding: 18px;
  }

  .conversion-head h2,
  .final-cta h2 {
    font-size: 24px;
    line-height: 1.15;
  }

  .reason-grid,
  .proof-grid,
  .roadmap-strip {
    margin-top: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .reason-card {
    min-height: 0;
    padding: 16px;
    border-radius: 16px;
  }

  .reason-card h3 {
    margin-top: 12px;
    font-size: 18px;
  }

  .flow-steps {
    margin-top: 12px;
    gap: 8px;
  }

  .flow-steps div {
    padding: 12px;
    border-radius: 14px;
  }

  .ai-demo-panel {
    padding: 16px;
    border-radius: 18px;
  }

  .ai-chat__bubble {
    max-width: 100%;
    padding: 12px;
    border-radius: 14px;
    font-size: 14px;
  }

  .tokenomics-proof {
    margin-top: 14px;
    justify-content: center;
  }

  .tokenomics-ring {
    width: min(180px, 62vw);
  }

  .tokenomics-list {
    margin-top: 14px;
  }

  .tokenomics-list div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .page__head {
    gap: 4px;
  }

  .page__title {
    font-size: 26px;
    line-height: 1.1;
  }

  .wallet-subnav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    overflow: visible;
    white-space: normal;
    padding-bottom: 0;
  }

  .wallet-subnav__button {
    min-width: 0;
    width: 100%;
    min-height: 42px;
    padding: 9px 7px;
    gap: 6px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.1;
  }

  .wallet-subnav__icon {
    width: 16px;
    height: 16px;
  }

  .wallet-subnav__icon svg {
    width: 16px;
    height: 16px;
  }

  .card__body {
    padding: 14px;
  }

  .row {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .row .btn,
  .codebox__row .btn {
    width: 100%;
  }

  .market-row,
  .holding {
    padding: 12px;
    border-radius: 14px;
  }
}

@media (max-width: 420px) {
  .shell {
    width: min(100% - 14px, 420px);
    margin-top: 7px;
  }

  .logo__text {
    display: inline;
    font-size: 14px;
  }

  .navbar--presale .navbar__nav,
  .topbar--presale .topbar__nav {
    grid-template-columns: 1fr;
  }

  .navbar--presale .navbar__actions,
  .topbar--presale .topbar__right,
  .topbar--presale .topbar__right:has(.account-menu) {
    grid-template-columns: 1fr;
  }

  .navbar--presale .navbar__actions .btn,
  .topbar--presale .topbar__right .btn,
  .topbar--presale .account-menu {
    width: 100%;
    justify-self: stretch;
  }

  .account-menu__toggle {
    width: 100%;
    justify-content: center;
  }

  .presale-title {
    font-size: 28px;
  }

  .presale-stat-grid {
    grid-template-columns: 1fr;
  }

  .wallet-subnav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tokenomics-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.presale-mobile-toggle,
.presale-mobile-wallet {
  display: none;
}

.presale-mobile-menu {
  display: none;
}

@media (max-width: 760px) {
  .navbar--presale,
  .topbar--presale .topbar__inner {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 8px;
  }

  .topbar--presale {
    padding: 10px;
  }

  .presale-mobile-toggle,
  .presale-mobile-wallet {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.14);
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-grid;
    place-items: center;
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
  }

  .presale-mobile-wallet {
    border-color: rgba(216, 180, 254, 0.62);
    color: #fff;
    background:
      radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.36), transparent 28%),
      linear-gradient(135deg, #a855f7 0%, #7c3aed 46%, #4c1d95 100%);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.1) inset,
      0 0 22px rgba(168, 85, 247, 0.72),
      0 10px 26px rgba(76, 29, 149, 0.52);
  }

  .presale-mobile-toggle svg,
  .presale-mobile-wallet svg {
    width: 21px;
    height: 21px;
    display: block;
  }

  .navbar--presale .navbar__brand,
  .topbar--presale .topbar__left {
    width: auto;
    min-width: 0;
    justify-self: center;
  }

  .navbar--presale .logo,
  .topbar--presale .logo {
    justify-content: center;
    gap: 8px;
  }

  .navbar--presale .logo__mark,
  .topbar--presale .logo__mark {
    width: 30px;
    height: 30px;
    border-radius: 11px;
  }

  .navbar--presale .logo__text,
  .topbar--presale .logo__text {
    display: inline;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
  }

  .navbar--presale .navbar__nav,
  .navbar--presale .navbar__actions,
  .topbar--presale .topbar__nav,
  .topbar--presale .topbar__right {
    display: none;
  }

  .presale-mobile-wallet {
    justify-self: end;
  }

  .presale-mobile-menu {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 2147483647;
    display: block;
    isolation: isolate;
    pointer-events: auto;
    transform: none !important;
  }

  .presale-mobile-menu__backdrop {
    position: fixed;
    inset: 0;
    z-index: 1;
    border: 0;
    background: #020008;
    backdrop-filter: none;
  }

  .presale-mobile-menu__panel {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 2;
    width: min(330px, calc(100% - 24px));
    min-height: 100dvh;
    padding: calc(14px + env(safe-area-inset-top)) 14px calc(14px + env(safe-area-inset-bottom));
    display: grid;
    align-content: start;
    gap: 14px;
    background:
      radial-gradient(220px 170px at 22% 8%, #2d1365 0%, #12072d 72%),
      linear-gradient(180deg, #12072d 0%, #080214 52%, #030109 100%);
    border-right: 1px solid rgba(216, 180, 254, 0.34);
    box-shadow:
      28px 0 90px rgba(0, 0, 0, 0.76),
      inset -1px 0 0 rgba(255, 255, 255, 0.06);
  }

  .presale-mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .presale-mobile-menu__close {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 12px;
    font-weight: 950;
  }

  .presale-mobile-menu__nav {
    display: grid;
    gap: 9px;
  }

  .presale-mobile-menu__footer {
    display: grid;
    gap: 10px;
  }

  .presale-mobile-menu__footer .btn {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .navbar--presale .logo__text,
  .topbar--presale .logo__text {
    max-width: 106px;
  }
}

.footer {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(184, 148, 255, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.5px),
    radial-gradient(circle at 34% 28%, rgba(214, 191, 255, 0.18) 0 1px, transparent 1.6px),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.14) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 56%, rgba(193, 162, 255, 0.16) 0 1px, transparent 1.7px),
    radial-gradient(circle at 24% 78%, rgba(255, 255, 255, 0.1) 0 1px, transparent 1.5px),
    radial-gradient(circle at 68% 84%, rgba(208, 176, 255, 0.14) 0 1px, transparent 1.7px),
    radial-gradient(1200px 280px at 10% 0%, rgba(137, 92, 255, 0.18), transparent 60%),
    radial-gradient(900px 220px at 100% 20%, rgba(162, 94, 255, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(6, 5, 10, 0.995), rgba(4, 3, 8, 0.995));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 28px 28px 20px;
  display: grid;
  gap: 22px;
}

.footer__glow-line,
.footer__glow-sep {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(182, 125, 255, 0.85), transparent);
  box-shadow: 0 0 20px rgba(157, 92, 255, 0.55);
}

.footer__wash {
  position: absolute;
  inset: -22% auto auto -12%;
  width: 140%;
  height: 190px;
  background: linear-gradient(106deg, transparent 14%, rgba(212, 190, 255, 0.11) 36%, transparent 57%);
  transform: rotate(-4deg);
  opacity: 0.22;
  animation: footer-wave 12s linear infinite;
  pointer-events: none;
}

.footer__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.footer__particles span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(192, 148, 255, 0.8);
  box-shadow: 0 0 22px rgba(163, 98, 255, 0.58);
  opacity: 0.48;
  animation: footer-float 10s ease-in-out infinite;
}

.footer__particles span:nth-child(1) { top: 18%; left: 12%; animation-delay: 0s; }
.footer__particles span:nth-child(2) { top: 24%; left: 48%; animation-delay: 1.8s; }
.footer__particles span:nth-child(3) { top: 38%; right: 18%; animation-delay: 3.2s; }
.footer__particles span:nth-child(4) { bottom: 28%; left: 34%; animation-delay: 4.6s; }
.footer__particles span:nth-child(5) { bottom: 18%; right: 12%; animation-delay: 6s; }

.footer__grid {
  position: relative;
  display: grid;
  gap: 22px;
}

.footer__brand-col {
  display: grid;
  gap: 14px;
  justify-items: start;
  align-content: start;
}

.footer__logo-shell {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(196, 164, 255, 0.2);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 20px 40px rgba(0, 0, 0, 0.35),
    0 0 34px rgba(132, 66, 255, 0.25);
}

.footer__logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: url("/assets/crg.png") center / cover no-repeat;
  filter: drop-shadow(0 0 18px rgba(168, 103, 255, 0.45));
}

.footer__tagline {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.72);
}

.footer__socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer__social {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(182, 141, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
  text-decoration: none;
}

.footer__social svg {
  width: 16px;
  height: 16px;
}

.footer__social:hover {
  transform: translateY(-1px);
  color: #fff;
  border-color: rgba(188, 143, 255, 0.34);
  box-shadow:
    0 0 0 1px rgba(182, 141, 255, 0.1),
    0 0 24px rgba(138, 80, 255, 0.35);
}

.footer__col {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer__col-title {
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  font-weight: 800;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer__link {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  border-radius: 12px;
  padding: 0;
  font-weight: 650;
  cursor: pointer;
  text-align: left;
  transition: color 0.18s ease, text-shadow 0.18s ease, transform 0.18s ease;
}

.footer__link:hover {
  color: #fff;
  transform: translateX(1px);
  text-shadow: 0 0 18px rgba(158, 95, 255, 0.4);
}

.footer__link--list {
  padding: 3px 0;
}

.footer__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.footer__copyright,
.footer__note {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.footer__contract {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(182, 141, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.footer__contract-label {
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer__contract-value {
  color: rgba(255, 255, 255, 0.88);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
}

.footer__copy {
  appearance: none;
  border: 1px solid rgba(186, 147, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.footer__copy:hover {
  border-color: rgba(193, 155, 255, 0.34);
  box-shadow: 0 0 18px rgba(138, 80, 255, 0.28);
}

@media (min-width: 860px) {
  .footer__grid {
    grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
    align-items: start;
  }
}

@media (max-width: 720px) {
  .footer {
    padding: 22px 18px 18px;
  }

  .footer__brand-col {
    justify-items: center;
    text-align: center;
  }

  .footer__tagline {
    max-width: none;
  }

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

  .footer__contract {
    width: 100%;
    justify-content: space-between;
  }
}

@keyframes footer-wave {
  0% { transform: translateX(-8%) rotate(-4deg); }
  50% { transform: translateX(6%) rotate(-4deg); }
  100% { transform: translateX(-8%) rotate(-4deg); }
}

@keyframes footer-float {
  0%, 100% { transform: translateY(0px) scale(1); opacity: 0.35; }
  50% { transform: translateY(-12px) scale(1.1); opacity: 0.8; }
}

@keyframes nebula-drift {
  0% {
    transform: translate3d(-1.2%, -1%, 0) scale(1.02) rotate(0deg);
    opacity: 0.82;
  }
  23% {
    transform: translate3d(1.4%, -0.6%, 0) scale(1.04) rotate(-0.6deg);
    opacity: 0.9;
  }
  51% {
    transform: translate3d(-0.8%, 1.2%, 0) scale(1.06) rotate(0.4deg);
    opacity: 0.86;
  }
  76% {
    transform: translate3d(1%, 0.8%, 0) scale(1.05) rotate(-0.3deg);
    opacity: 0.92;
  }
  100% {
    transform: translate3d(-1.5%, 1.4%, 0) scale(1.08) rotate(0.5deg);
    opacity: 0.84;
  }
}

@keyframes starfield-drift-a {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  27% {
    transform: translate3d(-0.55%, 0.7%, 0) scale(1.01);
  }
  58% {
    transform: translate3d(0.82%, -0.45%, 0) scale(1.014);
  }
  100% {
    transform: translate3d(-0.62%, -0.92%, 0) scale(1.008);
  }
}

@keyframes particle-drift {
  0% {
    transform: translate3d(-0.8%, 0.4%, 0) scale(1);
  }
  29% {
    transform: translate3d(0.72%, -0.5%, 0) scale(1.04);
  }
  63% {
    transform: translate3d(-0.36%, 0.88%, 0) scale(1.02);
  }
  100% {
    transform: translate3d(0.96%, -0.26%, 0) scale(1.05);
  }
}

@keyframes atmosphere-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  46% {
    transform: translate3d(0.4%, -0.8%, 0) scale(1.02);
  }
  100% {
    transform: translate3d(-0.4%, 0.9%, 0) scale(1.035);
  }
}

@keyframes starfield-twinkle-a {
  0%, 100% {
    opacity: 0.56;
  }
  18% {
    opacity: 0.68;
  }
  41% {
    opacity: 0.52;
  }
  67% {
    opacity: 0.62;
  }
  83% {
    opacity: 0.52;
  }
}

@keyframes starfield-twinkle-b {
  0%, 100% {
    opacity: 0.58;
  }
  22% {
    opacity: 0.7;
  }
  48% {
    opacity: 0.5;
  }
  71% {
    opacity: 0.66;
  }
  89% {
    opacity: 0.54;
  }
}

@media (prefers-reduced-motion: reduce) {
  html::before,
  html::after,
  body::before,
  body::after {
    animation: none;
  }
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: lowercase;
  color: var(--muted);
}

.badge--queued {
  border-color: rgba(124, 58, 237, 0.35);
  background: rgba(124, 58, 237, 0.14);
  color: rgba(124, 58, 237, 0.95);
}

.badge--signing,
.badge--signed,
.badge--broadcasting {
  border-color: rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.14);
  color: rgba(245, 158, 11, 0.95);
}

.badge--broadcasted {
  border-color: rgba(6, 182, 212, 0.35);
  background: rgba(6, 182, 212, 0.14);
  color: rgba(6, 182, 212, 0.95);
}

.badge--confirmed {
  border-color: rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.14);
  color: rgba(34, 197, 94, 0.95);
}

.badge--failed {
  border-color: rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.14);
  color: rgba(239, 68, 68, 0.95);
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  color: var(--muted);
  word-break: break-all;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.35);
  max-width: min(720px, calc(100% - 24px));
}

.landing {
  display: grid;
  gap: 16px;
  align-items: stretch;
}

@media (min-width: 980px) {
  .landing {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
  }
}

.hero {
  padding: 22px;
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.hero__title {
  font-size: 34px;
  line-height: 1.08;
  margin: 12px 0 10px;
  letter-spacing: -0.5px;
}

.hero__lead {
  color: var(--muted);
  margin: 0 0 14px;
  line-height: 1.5;
}

.features {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.04);
}

.feature__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.95), rgba(6, 182, 212, 0.75));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.feature__title {
  font-weight: 750;
}

.tabs {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.tab {
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 750;
  font-size: 13px;
}

.tab--active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.link {
  color: rgba(6, 182, 212, 0.95);
  text-decoration: none;
  font-weight: 650;
}

.link:hover {
  text-decoration: underline;
}

.modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  z-index: 40;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
}

.modal__panel {
  position: relative;
  width: min(720px, 100%);
  border-radius: 18px;
  border: 1px solid var(--stroke);
  background: linear-gradient(180deg, var(--panel-2), rgba(0, 0, 0, 0.18));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.modal__header {
  padding: 14px 16px;
  border-bottom: 1px solid var(--stroke);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.modal__title {
  font-weight: 800;
}

.modal__body {
  padding: 16px;
  display: grid;
  gap: 12px;
}

.modal__footer {
  padding: 14px 16px;
  border-top: 1px solid var(--stroke);
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.withdraw-status-modal {
  width: min(720px, calc(100% - 24px));
  border: 0;
  background: #5e239d;
  box-shadow: 0 30px 90px rgba(18, 6, 37, 0.55);
}

.swap-status-modal {
  width: min(700px, calc(100% - 24px));
  border: 0;
  background: #5e239d;
  box-shadow: 0 30px 90px rgba(18, 6, 37, 0.55);
}

.withdraw-panel-grid {
  display: grid;
  gap: 12px;
}

@media (min-width: 720px) {
  .withdraw-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.withdraw-status-modal__body {
  padding: 28px 24px 24px;
  gap: 20px;
}

.swap-status-modal__body {
  padding: 28px 24px 24px;
  gap: 22px;
}

.withdraw-status-modal .asset-icon {
  width: 86px;
  height: 86px;
  min-width: 86px;
  min-height: 86px;
  border-radius: 28px;
  margin: 0 auto;
  box-shadow: 0 16px 34px rgba(18, 6, 37, 0.35);
}

.withdraw-status-modal .asset-icon__txt {
  font-size: 22px;
}

.withdraw-status-modal .asset-icon__img {
  width: 72%;
  height: 72%;
}

.swap-status-modal .asset-icon {
  width: 82px;
  height: 82px;
  min-width: 82px;
  min-height: 82px;
  border-radius: 26px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 34px rgba(18, 6, 37, 0.35);
}

.swap-status-modal .asset-icon__txt {
  font-size: 20px;
}

.swap-status-modal .swap-asset-card__icon {
  width: 100%;
  display: grid;
  place-items: center;
}

.swap-status-modal .asset-icon__img {
  position: relative;
  inset: auto;
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.swap-status-title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.withdraw-status-coin {
  display: flex;
  justify-content: center;
}

.withdraw-status-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.withdraw-address-card {
  min-width: 0;
  padding: 16px 18px;
  border-radius: 22px;
  background: #7b2cbf;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.withdraw-address-card__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.withdraw-address-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.withdraw-address-card__value {
  color: #fff;
  font-size: 14px;
}

.withdraw-flow-arrow {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: rgba(255, 255, 255, 0.92);
}

.withdraw-flow-arrow__tick {
  width: 28px;
  height: 28px;
  color: #22c55e;
}

.withdraw-flow-arrow__line {
  width: 76px;
  height: 16px;
}

.withdraw-flow-arrow__tick svg,
.withdraw-flow-arrow__line svg,
.icon-btn svg {
  display: block;
  width: 100%;
  height: 100%;
}

.withdraw-txhash {
  padding: 16px 18px;
  border-radius: 22px;
  background: #7b2cbf;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.withdraw-txhash__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.withdraw-txhash__value {
  margin-top: 10px;
  color: #fff;
}

.swap-status-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.swap-asset-card {
  min-width: 0;
  padding: 18px 16px;
  border-radius: 24px;
  background: #7b2cbf;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.swap-asset-card__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.swap-asset-card__amount {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.swap-status-actions {
  display: flex;
  justify-content: center;
}

.icon-btn {
  appearance: none;
  border: 0;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.06s ease;
}

.icon-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.icon-btn:active {
  transform: translateY(1px);
}

@media (max-width: 720px) {
  .swap-status-flow,
  .withdraw-status-flow {
    grid-template-columns: 1fr;
  }

  .withdraw-flow-arrow {
    transform: rotate(90deg);
    margin: 4px auto;
  }
}

.codebox {
  border: 1px solid var(--stroke);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 12px;
}

.codebox__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.codebox__label {
  font-weight: 750;
}

.codebox__value {
  margin-top: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  color: var(--muted);
  word-break: break-all;
  line-height: 1.45;
}

.skeleton {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  margin: 0;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 60%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.38) 50%, transparent 100%);
  transform: translateX(0);
  animation: skeletonShimmer 1.1s infinite linear;
}

.asset-icon--skeleton {
  position: relative;
  overflow: hidden;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.asset-icon--skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 60%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.38) 50%, transparent 100%);
  transform: translateX(0);
  animation: skeletonShimmer 1.1s infinite linear;
}

.holding--skeleton {
  border-color: rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.03);
}

@keyframes skeletonShimmer {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(260%);
  }
}

.initial-skeleton {
  pointer-events: none;
}

.skeleton-nav {
  min-height: 72px;
}

.skeleton-logo {
  width: 174px;
  height: 42px;
  border-radius: 14px;
}

.skeleton-nav__links {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.skeleton-pill {
  width: 110px;
  height: 34px;
  border-radius: 999px;
}

.skeleton-cta {
  width: 132px;
  height: 42px;
  border-radius: 14px;
}

.skeleton-hero {
  align-items: stretch;
}

.skeleton-block {
  border-color: rgba(168, 85, 247, 0.16);
}

.skeleton-kicker {
  width: 132px;
  height: 28px;
  border-radius: 999px;
}

.skeleton-title {
  width: min(100%, 720px);
  height: 58px;
  margin-top: 18px;
  border-radius: 18px;
}

.skeleton-title--short {
  width: min(78%, 560px);
  margin-top: 12px;
}

.skeleton-line {
  width: min(70%, 520px);
  height: 16px;
  margin-top: 22px;
  border-radius: 999px;
}

.skeleton-line--wide {
  width: min(86%, 620px);
  margin-top: 10px;
}

.skeleton-cta-row {
  align-items: center;
}

.skeleton-button {
  width: 178px;
  height: 50px;
  border-radius: 15px;
}

.skeleton-button--ghost {
  width: 138px;
  opacity: 0.78;
}

.skeleton-button--full {
  width: 100%;
  margin-top: 4px;
}

.skeleton-trust {
  margin-top: 22px;
}

.skeleton-tile {
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.skeleton-number {
  width: 72px;
  height: 25px;
  border-radius: 999px;
}

.skeleton-micro {
  width: 92px;
  height: 12px;
  margin-top: 12px;
  border-radius: 999px;
}

.skeleton-panel-head {
  width: 72%;
  height: 34px;
  border-radius: 14px;
}

.skeleton-progress {
  width: 100%;
  height: 16px;
  border-radius: 999px;
}

.skeleton-section {
  display: grid;
  gap: 18px;
}

.skeleton-section-title {
  width: min(360px, 72%);
  height: 34px;
  border-radius: 14px;
}

.skeleton-card {
  min-height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.skeleton-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 60%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.28) 50%, transparent 100%);
  animation: skeletonShimmer 1.1s infinite linear;
}

@media (max-width: 760px) {
  .skeleton-nav {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .skeleton-nav::before {
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  }

  .skeleton-logo {
    grid-column: 2;
    width: 148px;
    height: 40px;
    justify-self: center;
  }

  .skeleton-nav__links {
    display: none;
  }

  .skeleton-cta {
    grid-column: 3;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    justify-self: end;
  }

  .skeleton-title {
    height: 36px;
    border-radius: 14px;
  }

  .skeleton-line {
    width: 100%;
  }

  .skeleton-cta-row,
  .skeleton-trust {
    grid-template-columns: 1fr;
  }

  .skeleton-button {
    width: 100%;
  }

  .skeleton-card {
    min-height: 118px;
  }
}
