/* HoodX application shell.
 * A narrow, centered product canvas with a fixed bottom navigator and quiet
 * transitions. It keeps the existing truthful application state intact.
 */

:root {
  --hoodx-shell-width: 720px;
  --hoodx-content-width: 1120px;
  --hoodx-shell-bg: #000f06;
  --hoodx-shell-ink: #ecf2ed;
}

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

body {
  background: var(--hoodx-shell-bg) !important;
}

body::before {
  opacity: 0.12;
  background-image: linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 100% 5px;
}

[data-public-hidden="true"] {
  display: none !important;
}

img[src*="hoodx-logo_30becf6e.png"] {
  border-radius: 999px !important;
  filter: none !important;
}

.min-h-screen > .border-b.bg-sidebar {
  display: none !important;
}

header.hoodx-shell-header {
  top: 0 !important;
  height: 74px;
  border: 0 !important;
  background: linear-gradient(180deg, #000f06 72%, rgba(0, 15, 6, 0)) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

header.hoodx-shell-header > .container {
  width: min(calc(100% - 120px), 1280px);
  max-width: 1280px !important;
  height: 74px !important;
  padding: 0 2px !important;
}

header.hoodx-shell-header a[href="/"] img {
  width: 42px;
  height: 42px;
}

header.hoodx-shell-header a[href="/"] > span {
  color: var(--hoodx-shell-ink);
  font-size: 1rem;
}

header.hoodx-shell-header .status-capsule {
  display: none !important;
}

header.hoodx-shell-header button:not(.hoodx-shell-menu-hidden) {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(236, 242, 237, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.025) !important;
  color: #ecf2ed !important;
  box-shadow: none !important;
}

.hoodx-wallet-network {
  display: inline-flex;
  min-height: 32px;
  padding: 0 11px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(236, 242, 237, 0.09);
  border-radius: 999px;
  color: rgba(236, 242, 237, 0.68);
  background: rgba(5, 24, 12, 0.58);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.hoodx-wallet-network[hidden] {
  display: none !important;
}

.hoodx-wallet-network-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d0f706;
  box-shadow: 0 0 12px rgba(208, 247, 6, 0.48);
}

.hoodx-wallet-network[data-state="wrong-network"] .hoodx-wallet-network-dot,
.hoodx-wallet-network[data-state="switching-network"] .hoodx-wallet-network-dot {
  background: #f2a81d;
  box-shadow: 0 0 12px rgba(242, 168, 29, 0.35);
}

.hoodx-wallet-toast {
  position: fixed;
  top: 82px;
  right: 24px;
  z-index: 140;
  max-width: min(360px, calc(100vw - 32px));
  padding: 11px 14px;
  border: 1px solid rgba(236, 242, 237, 0.12);
  border-radius: 11px;
  color: rgba(236, 242, 237, 0.9);
  background: rgba(3, 20, 10, 0.96);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.38);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.67rem;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.hoodx-wallet-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hoodx-wallet-toast[data-tone="error"] {
  border-color: rgba(255, 91, 91, 0.34);
  color: #ff8b8b;
}

.hoodx-shell-menu-hidden {
  display: none !important;
}

/* Long-like application dock, adapted to HoodX's core destinations. */
header nav.hoodx-shell-nav {
  position: fixed;
  left: 30px;
  top: 50%;
  bottom: auto;
  z-index: 90;
  display: grid !important;
  grid-template-columns: 56px;
  grid-template-rows: repeat(5, 56px);
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 320px;
  padding: 5px !important;
  gap: 4px !important;
  border: 1px solid rgba(236, 242, 237, 0.11) !important;
  border-radius: 18px !important;
  background: rgba(8, 25, 14, 0.9) !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.035) !important;
  backdrop-filter: blur(22px) saturate(1.16);
  transform: translateY(-50%);
}

header nav.hoodx-shell-nav .hoodx-shell-nav-item {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  width: 52px;
  height: 50px;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: rgba(236, 242, 237, 0.62) !important;
  transition: color 180ms ease, background-color 180ms ease, transform 100ms ease !important;
}

header nav.hoodx-shell-nav .hoodx-shell-nav-item:hover {
  color: #ecf2ed !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

header nav.hoodx-shell-nav .hoodx-shell-nav-item:active {
  transform: scale(0.94);
}

header nav.hoodx-shell-nav .hoodx-shell-nav-item svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

header nav.hoodx-shell-nav .hoodx-shell-nav-x svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: none;
}

header nav.hoodx-shell-nav .hoodx-shell-nav-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

header nav.hoodx-shell-nav .hoodx-shell-nav-dot {
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: var(--hood-green);
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transition: opacity 180ms ease, transform 180ms ease;
}

header nav.hoodx-shell-nav .hoodx-shell-nav-item.is-active {
  color: #ecf2ed !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

header nav.hoodx-shell-nav .hoodx-shell-nav-item.is-active .hoodx-shell-nav-dot {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

header nav.hoodx-shell-nav .hoodx-shell-nav-mint {
  color: #081006 !important;
  background: var(--hood-green) !important;
  box-shadow: 0 0 0 5px rgba(208, 247, 6, 0.075), 0 8px 24px rgba(208, 247, 6, 0.11) !important;
}

header nav.hoodx-shell-nav .hoodx-shell-nav-mint:hover,
header nav.hoodx-shell-nav .hoodx-shell-nav-mint.is-active {
  color: #081006 !important;
  background: #dcff2f !important;
}

.hoodx-shell-ripple {
  position: absolute;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 999px;
  pointer-events: none;
  background: currentColor;
  opacity: 0.22;
  animation: hoodx-shell-ripple 440ms ease-out forwards;
}

@keyframes hoodx-shell-ripple {
  to { opacity: 0; transform: scale(8); }
}

/* A true app landing screen rather than another dashboard hero card. */
main > div:has(> #markets) > div:first-child {
  display: none;
}

main > div:has(> #markets) > section.hoodx-app-hero {
  width: min(calc(100% - 32px), var(--hoodx-shell-width));
  min-height: calc(100svh - 74px);
  margin: 0 auto;
  border: 0 !important;
  border-radius: 0;
  background: var(--hoodx-shell-bg) !important;
  box-shadow: none;
  overflow: visible;
}

main > div:has(> #markets) > section.hoodx-app-hero::before,
main > div:has(> #markets) > section.hoodx-app-hero::after,
main > div:has(> #markets) > section.hoodx-app-hero > .absolute.inset-0 {
  display: none !important;
}

main > div:has(> #markets) > section.hoodx-app-hero > .relative.container {
  display: flex !important;
  min-height: calc(100svh - 74px);
  padding: 44px 12px 122px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
}

main > div:has(> #markets) > section.hoodx-app-hero .max-w-2xl {
  display: flex;
  width: 100%;
  max-width: 680px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hoodx-shell-wordmark {
  display: flex;
  width: 100%;
  margin: 0 0 12px;
  align-items: center;
  justify-content: center;
  color: #ecf2ed;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(5.4rem, 11vw, 7.9rem);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.09em;
  user-select: none;
}

.hoodx-shell-wordmark-object {
  position: relative;
  display: grid;
  width: clamp(88px, 11vw, 116px);
  height: clamp(82px, 10vw, 106px);
  margin: 0 0.04em 0 0.05em;
  place-items: center;
  perspective: 500px;
}

.hoodx-shell-wordmark-object::after {
  content: "";
  position: absolute;
  inset: 24% 8% 4%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(208, 247, 6, 0.24);
  filter: blur(26px);
}

.hoodx-shell-wordmark-x {
  position: relative;
  z-index: 1;
  display: grid;
  width: 78%;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(208, 247, 6, 0.7);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.44), transparent 30%),
    linear-gradient(145deg, #e7ff66 0%, #d0f706 58%, #9fbe00 100%);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.72),
    inset -8px -10px 20px rgba(71, 86, 0, 0.2),
    0 14px 30px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(208, 247, 6, 0.15);
  color: #071006;
  font-size: 0.58em;
  font-weight: 750;
  letter-spacing: -0.09em;
  line-height: 1;
  text-shadow: 0 1px rgba(255, 255, 255, 0.35);
  transform: rotateY(-13deg) rotateZ(-5deg);
}

.hoodx-shell-wordmark-x::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(7, 16, 6, 0.11);
  border-radius: 12px;
  pointer-events: none;
}

main > div:has(> #markets) > section.hoodx-app-hero .flex.items-center.gap-2.mb-4 {
  order: -1;
  margin-bottom: 26px !important;
}

main > div:has(> #markets) > section.hoodx-app-hero .status-capsule {
  border: 0 !important;
  background: transparent !important;
  color: rgba(236, 242, 237, 0.58) !important;
  letter-spacing: 0.035em;
}

main > div:has(> #markets) > section.hoodx-app-hero .status-capsule:first-child {
  color: var(--hood-green) !important;
}

main > div:has(> #markets) > section.hoodx-app-hero h1 {
  max-width: 590px;
  margin: 0;
  color: #ecf2ed;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.2rem) !important;
  font-weight: 700;
  line-height: 1.08 !important;
  letter-spacing: -0.055em !important;
  text-align: center;
  text-wrap: balance;
  text-shadow: none;
}

main > div:has(> #markets) > section.hoodx-app-hero p {
  max-width: 510px;
  margin-top: 18px !important;
  color: rgba(236, 242, 237, 0.58) !important;
  font-size: 0.98rem !important;
  line-height: 1.65;
  text-align: center;
}

main > div:has(> #markets) > section.hoodx-app-hero > .relative.container > .flex.gap-3 {
  display: block;
  width: min(100%, 320px);
  margin-top: 2px;
}

main > div:has(> #markets) > section.hoodx-app-hero a[href="#markets"] {
  width: 100%;
  min-height: 56px;
  padding: 0 32px;
  border: 0 !important;
  border-radius: 12px !important;
  color: #071006 !important;
  background: #ecf2ed !important;
  box-shadow: none !important;
  font-weight: 700;
  transition: transform 200ms ease, background-color 200ms ease !important;
}

main > div:has(> #markets) > section.hoodx-app-hero a[href="#markets"]:hover {
  background: #ffffff !important;
  transform: translateY(-2px);
}

main > div:has(> #markets) > section.hoodx-app-hero a[href="/mint"] {
  display: none;
}

/* The functional product continues below the landing screen. */
#markets {
  width: min(calc(100% - 40px), var(--hoodx-content-width));
  padding-top: 38px;
  scroll-margin-top: 24px;
}

#markets::before {
  content: "TOKEN MARKET";
  position: static;
  inset: auto;
  z-index: auto;
  display: flex;
  width: fit-content;
  height: 58px;
  min-width: 220px;
  min-height: 58px;
  margin: 0 0 18px;
  padding: 0 22px;
  align-items: center;
  border: 1px solid rgba(236, 242, 237, 0.1);
  border-left: 3px solid var(--hood-green);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(208, 247, 6, 0.075), rgba(255, 255, 255, 0.018));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.035),
    0 16px 40px rgba(0, 0, 0, 0.16);
  color: rgba(236, 242, 237, 0.88);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

#markets + section {
  width: min(calc(100% - 40px), var(--hoodx-content-width));
  display: none !important;
}

main > .hood-aurora > .container,
main > div.hood-aurora > .container,
main > .container,
main > div > .container {
  max-width: var(--hoodx-content-width) !important;
}

body[data-hoodx-route="create"] .hood-aurora .container.max-w-3xl.relative > img[src*="launch-illustration"] {
  top: -8px !important;
  right: 32px !important;
  width: 260px !important;
  opacity: 0.78 !important;
  filter: invert(1) hue-rotate(-165deg) saturate(3.2) brightness(1.15) contrast(1.12) !important;
  mix-blend-mode: screen;
  mask-image: radial-gradient(circle at center, #000 0%, #000 48%, rgba(0, 0, 0, 0.78) 60%, transparent 78%);
}

body[data-hoodx-route="create"] [data-loc="client/src/pages/Create.tsx:187"] {
  gap: 20px !important;
}

body[data-hoodx-route="create"] [data-loc="client/src/pages/Create.tsx:188"] {
  width: 112px !important;
  height: 112px !important;
  flex: 0 0 112px;
  border-color: rgba(236, 242, 237, 0.16) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(208, 247, 6, 0.07), transparent 62%),
    rgba(0, 12, 5, 0.64) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.035),
    0 14px 30px rgba(0, 0, 0, 0.16);
}

body[data-hoodx-route="create"] [data-loc="client/src/pages/Create.tsx:188"]:hover {
  border-color: rgba(208, 247, 6, 0.54) !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(208, 247, 6, 0.12), transparent 66%),
    rgba(0, 15, 6, 0.82) !important;
}

body[data-hoodx-route="create"] [data-loc="client/src/pages/Create.tsx:188"] svg {
  width: 30px !important;
  height: 30px !important;
}

body[data-hoodx-route="create"] [data-loc="client/src/pages/Create.tsx:188"] img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 15px;
  object-fit: cover;
}

body[data-hoodx-route="token-hood2x"] img[src*="vault-illustration"].absolute {
  right: -20px !important;
  bottom: -36px !important;
  width: 240px !important;
  opacity: 0.62 !important;
  filter: invert(1) hue-rotate(-165deg) saturate(3.2) brightness(1.15) contrast(1.12) !important;
  mix-blend-mode: screen;
  mask-image: radial-gradient(circle at center, #000 0%, #000 48%, rgba(0, 0, 0, 0.78) 60%, transparent 78%);
}

body[data-hoodx-route="mint"] img[src*="vault-illustration"].bg-white {
  border-color: transparent !important;
  background: transparent !important;
  opacity: 0.88;
  filter: invert(1) hue-rotate(-165deg) saturate(3.2) brightness(1.15) contrast(1.12) !important;
  mix-blend-mode: screen;
  mask-image: radial-gradient(circle at center, #000 0%, #000 50%, rgba(0, 0, 0, 0.8) 62%, transparent 82%);
}

body[data-hoodx-route="mint"] .hoodx-token-chip {
  display: inline-flex !important;
  min-height: 42px;
  padding: 6px 11px 6px 7px !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(236, 242, 237, 0.1);
  border-radius: 11px !important;
  background:
    linear-gradient(145deg, rgba(236, 242, 237, 0.09), rgba(236, 242, 237, 0.035)) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.045),
    0 8px 22px rgba(0, 0, 0, 0.16);
}

body[data-hoodx-route="mint"] .hoodx-token-chip-logo {
  display: block;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  border-radius: 50%;
  object-fit: cover;
  filter: none !important;
  box-shadow:
    0 0 0 1px rgba(236, 242, 237, 0.12),
    0 0 16px rgba(208, 247, 6, 0.1);
}

body[data-hoodx-route="mint"] .hoodx-token-chip-hood2x .hoodx-token-chip-logo {
  background: #071006;
}

body[data-hoodx-route="mint"] .hoodx-token-chip-symbol {
  color: rgba(236, 242, 237, 0.92);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}

@media (min-width: 1024px) {
  body[data-hoodx-route="mint"] [data-loc="client/src/pages/Mint.tsx:56"] {
    align-items: stretch !important;
  }

  body[data-hoodx-route="mint"] [data-loc="client/src/pages/Mint.tsx:58"],
  body[data-hoodx-route="mint"] [data-loc="client/src/pages/Mint.tsx:83"],
  body[data-hoodx-route="mint"] [data-loc="client/src/pages/Mint.tsx:132"] {
    height: 100%;
    min-height: 100%;
  }

  body[data-hoodx-route="mint"] [data-loc="client/src/pages/Mint.tsx:58"] {
    display: flex;
    flex-direction: column;
  }

  body[data-hoodx-route="mint"] [data-loc="client/src/pages/Mint.tsx:58"] > p:last-child {
    margin-top: auto !important;
    padding-top: 14px;
  }

  body[data-hoodx-route="mint"] [data-loc="client/src/pages/Mint.tsx:83"] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  body[data-hoodx-route="mint"] [data-loc="client/src/pages/Mint.tsx:84"] {
    flex: 1 1 auto;
  }

  body[data-hoodx-route="mint"] [data-loc="client/src/pages/Mint.tsx:117"] {
    display: flex;
    flex-direction: column;
  }

  body[data-hoodx-route="mint"] [data-loc="client/src/pages/Mint.tsx:119"] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  body[data-hoodx-route="mint"] [data-loc="client/src/pages/Mint.tsx:132"] {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
  }

  body[data-hoodx-route="mint"] [data-loc="client/src/pages/Mint.tsx:133"] {
    flex: 1 1 auto;
    height: 100%;
    margin: 0 !important;
  }
}

footer {
  padding-bottom: 86px;
}

@media (max-width: 1023px) {
  header nav.hoodx-shell-nav {
    left: 50%;
    top: auto;
    bottom: 14px;
    grid-template-columns: repeat(5, 56px);
    grid-template-rows: 52px;
    width: 320px;
    height: 62px;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 82px;
  }

  header.hoodx-shell-header {
    height: 68px;
  }

  header.hoodx-shell-header > .container {
    width: calc(100% - 28px);
    height: 68px !important;
  }

  header.hoodx-shell-header a[href="/"] img {
    width: 38px;
    height: 38px;
  }

  header.hoodx-shell-header button:not(.hoodx-shell-menu-hidden) {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.64rem;
  }

  header nav.hoodx-shell-nav {
    bottom: 12px;
    width: min(calc(100% - 20px), 316px);
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  main > div:has(> #markets) > section.hoodx-app-hero,
  main > div:has(> #markets) > section.hoodx-app-hero > .relative.container {
    min-height: calc(100svh - 68px);
  }

  main > div:has(> #markets) > section.hoodx-app-hero > .relative.container {
    padding: 24px 8px 108px !important;
  }

  .hoodx-shell-wordmark {
    font-size: clamp(4.2rem, 22vw, 6rem);
  }

  .hoodx-shell-wordmark-object {
    width: clamp(70px, 22vw, 98px);
    height: clamp(68px, 20vw, 92px);
  }

  main > div:has(> #markets) > section.hoodx-app-hero h1 {
    max-width: 360px;
    font-size: clamp(2.1rem, 9.2vw, 2.75rem) !important;
  }

  main > div:has(> #markets) > section.hoodx-app-hero p {
    max-width: 340px;
    font-size: 0.9rem !important;
  }

  main > div:has(> #markets) > section.hoodx-app-hero .flex.items-center.gap-2.mb-4 {
    margin-bottom: 20px !important;
  }

  #markets,
  #markets + section {
    width: calc(100% - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hoodx-shell-ripple {
    animation: none;
  }
}

.hoodx-market-empty {
  display: grid;
  min-height: 220px;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 42px 24px;
  border: 1px solid rgba(226, 235, 228, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(208, 247, 6, 0.07), transparent 42%),
    rgba(2, 17, 8, 0.72);
  text-align: center;
}

.hoodx-market-empty img {
  width: 50px;
  height: 50px;
  margin-bottom: 6px;
  border-radius: 50%;
  opacity: 0.36;
}

.hoodx-market-empty strong {
  color: rgba(241, 246, 242, 0.9);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.hoodx-market-empty span {
  max-width: 440px;
  color: rgba(226, 235, 228, 0.44);
  font-size: 0.76rem;
  line-height: 1.6;
}

[data-hoodx-live-market] {
  min-height: 220px;
}

.hoodx-live-market-sidebar {
  padding: 2px 2px 0;
}

.hoodx-live-market-sidebar > span {
  color: rgba(208, 247, 6, 0.68);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.54rem;
  letter-spacing: 0.18em;
}

.hoodx-live-market-sidebar h2 {
  margin: 10px 0 0;
  color: rgba(241, 246, 242, 0.94);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.02rem;
  font-weight: 650;
}

.hoodx-live-market-sidebar p {
  margin: 7px 0 0;
  color: rgba(226, 235, 228, 0.46);
  font-size: 0.7rem;
  line-height: 1.55;
}

.hoodx-live-market-sidebar > div {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
  padding: 8px 10px;
  border: 1px solid rgba(208, 247, 6, 0.17);
  border-radius: 8px;
  color: rgba(208, 247, 6, 0.76);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.53rem;
  letter-spacing: 0.08em;
}

.hoodx-live-market-sidebar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d0f706;
  box-shadow: 0 0 8px rgba(208, 247, 6, 0.62);
}

.hoodx-live-token-grid {
  display: grid;
  gap: 14px;
}

.hoodx-live-token-card {
  display: block;
  padding: 20px;
  border: 1px solid rgba(208, 247, 6, 0.2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 95% 0%, rgba(208, 247, 6, 0.09), transparent 34%),
    linear-gradient(135deg, rgba(6, 28, 14, 0.96), rgba(2, 16, 8, 0.96));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 18px 48px rgba(0, 0, 0, 0.16);
  color: inherit;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hoodx-live-token-card:hover {
  border-color: rgba(208, 247, 6, 0.46);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045), 0 22px 58px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.hoodx-live-token-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.hoodx-live-token-head > img {
  width: 52px;
  height: 52px;
  padding: 3px;
  border: 1px solid rgba(226, 235, 228, 0.12);
  border-radius: 13px;
  background: rgba(1, 12, 6, 0.7);
  object-fit: cover;
}

.hoodx-live-token-name {
  min-width: 0;
}

.hoodx-live-token-name > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.hoodx-live-token-name strong {
  color: rgba(243, 248, 244, 0.96);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.02rem;
  font-weight: 680;
  letter-spacing: -0.02em;
}

.hoodx-live-token-name > div > span,
.hoodx-live-token-tags span {
  padding: 4px 7px;
  border: 1px solid rgba(226, 235, 228, 0.1);
  border-radius: 6px;
  background: rgba(226, 235, 228, 0.035);
  color: rgba(226, 235, 228, 0.58);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.53rem;
  letter-spacing: 0.08em;
}

.hoodx-live-token-name p {
  overflow: hidden;
  margin: 5px 0 0;
  color: rgba(226, 235, 228, 0.46);
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hoodx-live-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border: 1px solid rgba(208, 247, 6, 0.25);
  border-radius: 999px;
  color: #d0f706;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.53rem;
  letter-spacing: 0.1em;
}

.hoodx-live-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d0f706;
  box-shadow: 0 0 9px rgba(208, 247, 6, 0.72);
}

.hoodx-live-token-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.hoodx-live-token-tags span:nth-child(2),
.hoodx-live-token-tags span:nth-child(3) {
  border-color: rgba(208, 247, 6, 0.16);
  color: rgba(208, 247, 6, 0.72);
}

.hoodx-live-token-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(226, 235, 228, 0.085);
}

.hoodx-live-token-stats > span {
  display: grid;
  gap: 5px;
}

.hoodx-live-token-stats small {
  color: rgba(226, 235, 228, 0.36);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.49rem;
  letter-spacing: 0.13em;
}

.hoodx-live-token-stats strong {
  overflow: hidden;
  color: rgba(241, 246, 242, 0.88);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.67rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hoodx-live-token-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

.hoodx-live-token-foot code {
  color: rgba(226, 235, 228, 0.38);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.56rem;
}

.hoodx-live-token-foot b {
  color: #d0f706;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.hoodx-live-market-state {
  display: grid;
  min-height: 220px;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 42px 24px;
  border: 1px solid rgba(226, 235, 228, 0.1);
  border-radius: 16px;
  background: radial-gradient(circle at 50% 0%, rgba(208, 247, 6, 0.07), transparent 42%), rgba(2, 17, 8, 0.72);
  text-align: center;
}

.hoodx-live-market-state img {
  width: 50px;
  height: 50px;
  margin-bottom: 6px;
  border-radius: 50%;
  opacity: 0.36;
}

.hoodx-live-market-state strong {
  color: rgba(241, 246, 242, 0.9);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
}

.hoodx-live-market-state > span {
  max-width: 440px;
  color: rgba(226, 235, 228, 0.44);
  font-size: 0.76rem;
  line-height: 1.6;
}

.hoodx-live-market-state button {
  margin-top: 3px;
  padding: 8px 14px;
  border: 1px solid rgba(208, 247, 6, 0.3);
  border-radius: 8px;
  color: #d0f706;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
}

@media (max-width: 640px) {
  .hoodx-live-token-head {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .hoodx-live-token-head > img {
    width: 46px;
    height: 46px;
  }

  .hoodx-live-status {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .hoodx-live-token-stats {
    grid-template-columns: 1fr;
  }
}

/* Create flow: real local drafts, IPFS assets and metadata handoff. */
.hoodx-create-pair-panel {
  margin: 2px 0 14px;
  padding: 18px 20px;
  border: 1px solid rgba(226, 235, 228, 0.1);
  border-radius: 15px;
  background:
    linear-gradient(120deg, rgba(208, 247, 6, 0.025), transparent 45%),
    rgba(3, 15, 9, 0.72);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}

.hoodx-pair-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
}

.hoodx-pair-heading h3 {
  margin: 5px 0 0;
  color: rgba(241, 246, 242, 0.94);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.hoodx-pair-heading > small,
.hoodx-pair-note {
  color: rgba(226, 235, 228, 0.42);
  font-size: 0.64rem;
}

.hoodx-pair-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hoodx-pair-option {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 62px;
  padding: 10px 12px !important;
  border: 1px solid rgba(226, 235, 228, 0.1) !important;
  border-radius: 11px !important;
  background: rgba(1, 13, 6, 0.58) !important;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.hoodx-pair-option.is-selected {
  border-color: rgba(208, 247, 6, 0.38) !important;
  background: linear-gradient(110deg, rgba(208, 247, 6, 0.09), rgba(1, 13, 6, 0.62)) !important;
  box-shadow: inset 0 0 0 1px rgba(208, 247, 6, 0.035), 0 8px 26px rgba(0, 0, 0, 0.14);
}

.hoodx-pair-option.is-selected:hover {
  border-color: rgba(208, 247, 6, 0.56) !important;
}

.hoodx-pair-option.is-disabled {
  cursor: not-allowed;
  filter: saturate(0.25);
  opacity: 0.42;
}

.hoodx-pair-icon {
  display: grid;
  width: 38px;
  height: 38px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(226, 235, 228, 0.12);
  border-radius: 50%;
  background: rgba(226, 235, 228, 0.045);
  color: rgba(241, 246, 242, 0.9);
}

.hoodx-pair-icon img {
  display: block;
  object-fit: contain;
}

.hoodx-pair-icon.is-eth img {
  width: 22px;
  height: 26px;
}

.hoodx-pair-icon.is-hood2x img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.hoodx-pair-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.hoodx-pair-copy strong {
  color: rgba(241, 246, 242, 0.94);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  font-weight: 650;
}

.hoodx-pair-copy small,
.hoodx-pair-soon,
.hoodx-pair-check {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.5rem;
  letter-spacing: 0.1em;
}

.hoodx-pair-copy small {
  overflow: hidden;
  color: rgba(226, 235, 228, 0.4);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hoodx-pair-check {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #d0f706;
  color: #071006;
  font-weight: 800;
}

.hoodx-pair-soon {
  padding: 5px 7px;
  border: 1px solid rgba(226, 235, 228, 0.14);
  border-radius: 999px;
  color: rgba(226, 235, 228, 0.6);
  white-space: nowrap;
}

.hoodx-pair-note {
  margin: 10px 0 0;
  line-height: 1.45;
}

.hoodx-create-runtime-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 2px 0 4px;
  padding: 20px;
  border: 1px solid rgba(208, 247, 6, 0.18);
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(208, 247, 6, 0.055), transparent 42%),
    linear-gradient(180deg, rgba(6, 24, 13, 0.94), rgba(3, 15, 9, 0.96));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.035),
    0 18px 48px rgba(0, 0, 0, 0.18);
}

.hoodx-create-runtime-panel::before {
  position: absolute;
  z-index: -1;
  top: -100px;
  right: -100px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(208, 247, 6, 0.075);
  filter: blur(54px);
  content: "";
  pointer-events: none;
}

.hoodx-runtime-head,
.hoodx-runtime-foot,
.hoodx-runtime-asset,
.hoodx-runtime-actions,
.hoodx-runtime-badges {
  display: flex;
  align-items: center;
}

.hoodx-runtime-head {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.hoodx-runtime-eyebrow,
.hoodx-runtime-asset > div:last-child > span,
.hoodx-runtime-foot,
.hoodx-metadata-preview summary {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  color: rgba(226, 235, 228, 0.48);
}

.hoodx-runtime-head h3 {
  margin-top: 5px;
  color: rgba(241, 246, 242, 0.95);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.hoodx-runtime-badges {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.hoodx-runtime-badges > span {
  padding: 5px 8px;
  border: 1px solid rgba(226, 235, 228, 0.11);
  border-radius: 999px;
  background: rgba(226, 235, 228, 0.035);
  color: rgba(226, 235, 228, 0.56);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.53rem;
  letter-spacing: 0.1em;
}

.hoodx-runtime-badges > span[data-tone="success"],
.hoodx-runtime-badges > span[data-tone="ready"] {
  border-color: rgba(208, 247, 6, 0.26);
  color: #d0f706;
}

.hoodx-runtime-badges > span[data-tone="warning"] {
  border-color: rgba(240, 177, 51, 0.28);
  color: #d6a22e;
}

.hoodx-runtime-badges > span[data-tone="error"] {
  border-color: rgba(255, 94, 94, 0.28);
  color: #ff7373;
}

.hoodx-runtime-badges > span[data-tone="busy"] {
  border-color: rgba(208, 247, 6, 0.28);
  color: #d0f706;
  animation: hoodx-runtime-pulse 1.2s ease-in-out infinite;
}

@keyframes hoodx-runtime-pulse {
  50% { opacity: 0.48; }
}

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

.hoodx-runtime-asset {
  min-width: 0;
  min-height: 78px;
  gap: 12px;
  padding: 11px;
  border: 1px solid rgba(226, 235, 228, 0.095);
  border-radius: 11px;
  background: rgba(1, 13, 6, 0.58);
}

.hoodx-runtime-logo-preview,
.hoodx-runtime-logo-placeholder,
.hoodx-runtime-json-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border: 1px solid rgba(208, 247, 6, 0.15);
  border-radius: 10px;
  background: rgba(208, 247, 6, 0.035);
}

.hoodx-runtime-logo-preview {
  object-fit: cover;
}

.hoodx-runtime-logo-placeholder,
.hoodx-runtime-json-icon {
  display: grid;
  place-items: center;
  color: rgba(208, 247, 6, 0.46);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.hoodx-runtime-json-icon {
  color: #d0f706;
  font-size: 0.86rem;
  letter-spacing: -0.08em;
}

.hoodx-runtime-asset > div:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.hoodx-runtime-link,
.hoodx-runtime-ready,
.hoodx-runtime-empty {
  overflow: hidden;
  color: rgba(241, 246, 242, 0.86);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hoodx-runtime-link:hover {
  color: #d0f706;
}

.hoodx-runtime-ready {
  color: #d0f706;
}

.hoodx-runtime-empty {
  color: rgba(226, 235, 228, 0.38);
}

.hoodx-runtime-asset small {
  overflow: hidden;
  color: rgba(226, 235, 228, 0.32);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.52rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hoodx-runtime-actions {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hoodx-runtime-actions button {
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(226, 235, 228, 0.12);
  border-radius: 8px;
  background: rgba(226, 235, 228, 0.035);
  color: rgba(241, 246, 242, 0.72);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.09em;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.hoodx-runtime-actions button:hover:not(:disabled) {
  border-color: rgba(208, 247, 6, 0.32);
  color: #d0f706;
  transform: translateY(-1px);
}

.hoodx-runtime-actions button.is-primary {
  border-color: #d0f706;
  background: #d0f706;
  color: #081006;
  font-weight: 700;
}

.hoodx-runtime-actions button.is-primary:hover:not(:disabled) {
  background: #ddff29;
  color: #081006;
}

.hoodx-runtime-actions button.is-danger {
  margin-left: auto;
  color: rgba(255, 126, 126, 0.58);
}

.hoodx-runtime-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.hoodx-runtime-foot {
  justify-content: space-between;
  gap: 12px;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid rgba(226, 235, 228, 0.075);
  letter-spacing: 0.07em;
}

.hoodx-runtime-contract-note,
.hoodx-runtime-notice {
  margin-top: 8px;
  color: rgba(226, 235, 228, 0.45);
  font-size: 0.67rem;
  line-height: 1.55;
}

.hoodx-runtime-notice {
  padding: 9px 11px;
  border: 1px solid rgba(226, 235, 228, 0.09);
  border-radius: 8px;
  background: rgba(226, 235, 228, 0.025);
}

.hoodx-runtime-notice[data-tone="success"] {
  border-color: rgba(208, 247, 6, 0.16);
  color: rgba(208, 247, 6, 0.72);
}

.hoodx-runtime-notice[data-tone="error"] {
  border-color: rgba(255, 94, 94, 0.2);
  color: rgba(255, 126, 126, 0.8);
}

.hoodx-runtime-uri {
  display: grid;
  gap: 6px;
  margin-top: 14px;
}

.hoodx-runtime-uri > span {
  color: rgba(226, 235, 228, 0.48);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
}

.hoodx-runtime-uri input {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(226, 235, 228, 0.12);
  border-radius: 8px;
  outline: none;
  background: rgba(1, 13, 6, 0.68);
  color: rgba(241, 246, 242, 0.88);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.66rem;
}

.hoodx-runtime-uri input:focus {
  border-color: rgba(208, 247, 6, 0.48);
  box-shadow: 0 0 0 3px rgba(208, 247, 6, 0.06);
}

.hoodx-runtime-uri small {
  color: rgba(226, 235, 228, 0.34);
  font-size: 0.62rem;
}

.hoodx-runtime-launch {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(208, 247, 6, 0.2);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(208, 247, 6, 0.065), rgba(1, 13, 6, 0.46) 54%);
}

.hoodx-runtime-launch-head,
.hoodx-runtime-launch-action,
.hoodx-runtime-launch-result,
.hoodx-runtime-launch-result span {
  display: flex;
  align-items: center;
}

.hoodx-runtime-launch-head {
  justify-content: space-between;
  gap: 14px;
}

.hoodx-runtime-launch-head > div {
  display: grid;
  gap: 4px;
}

.hoodx-runtime-launch-head strong {
  color: rgba(241, 246, 242, 0.95);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.92rem;
}

.hoodx-runtime-launch-head > a,
.hoodx-runtime-launch-result a {
  color: #d0f706;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
}

.hoodx-runtime-launch-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 13px;
}

.hoodx-runtime-launch-facts > span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(226, 235, 228, 0.085);
  border-radius: 8px;
  color: rgba(226, 235, 228, 0.38);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.5rem;
  letter-spacing: 0.08em;
}

.hoodx-runtime-launch-facts b {
  overflow: hidden;
  color: rgba(241, 246, 242, 0.86);
  font-size: 0.62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hoodx-runtime-test-warning {
  margin-top: 11px;
  color: rgba(240, 177, 51, 0.68);
  font-size: 0.65rem;
  line-height: 1.55;
}

.hoodx-runtime-launch-action {
  position: relative;
  margin-top: 18px;
}

.hoodx-runtime-launch-action::before {
  position: absolute;
  inset: 8px 4%;
  border-radius: 14px;
  background: rgba(208, 247, 6, 0.26);
  filter: blur(18px);
  opacity: 0.72;
  pointer-events: none;
  content: "";
}

.hoodx-runtime-simple {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.hoodx-runtime-simple-copy {
  min-width: 0;
}

.hoodx-runtime-simple-copy h3 {
  margin: 6px 0 0;
  color: rgba(241, 246, 242, 0.96);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.hoodx-runtime-simple-copy p {
  max-width: 560px;
  margin: 7px 0 0;
  color: rgba(226, 235, 228, 0.5);
  font-size: 0.72rem;
  line-height: 1.55;
}

.hoodx-runtime-simple-status {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid rgba(226, 235, 228, 0.12);
  border-radius: 999px;
  color: rgba(226, 235, 228, 0.55);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.52rem;
  letter-spacing: 0.1em;
}

.hoodx-runtime-simple-status[data-tone="ready"],
.hoodx-runtime-simple-status[data-tone="success"] {
  border-color: rgba(208, 247, 6, 0.26);
  color: #d0f706;
}

.hoodx-runtime-simple-status[data-tone="busy"] {
  border-color: rgba(208, 247, 6, 0.2);
  color: #d0f706;
  animation: hoodx-runtime-pulse 1.2s ease-in-out infinite;
}

.hoodx-runtime-simple-status[data-tone="error"] {
  border-color: rgba(255, 94, 94, 0.24);
  color: #ff7373;
}

.hoodx-runtime-simple-fee {
  margin: 9px 0 0;
  color: rgba(226, 235, 228, 0.38);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.hoodx-runtime-launch-button {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 58px !important;
  padding: 0 24px !important;
  border: 1px solid #d0f706 !important;
  border-radius: 12px !important;
  color: #071006 !important;
  background: linear-gradient(180deg, #e5ff42 0%, #d0f706 54%, #bde300 100%) !important;
  box-shadow:
    0 0 0 1px rgba(208, 247, 6, 0.2),
    0 12px 32px rgba(208, 247, 6, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
  font-family: "JetBrains Mono", monospace !important;
  font-size: 0.74rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.13em !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    opacity 160ms ease !important;
}

.hoodx-runtime-launch-button:hover:not(:disabled) {
  border-color: #edff85 !important;
  background: linear-gradient(180deg, #efff70 0%, #dcff1f 52%, #c9ed00 100%) !important;
  box-shadow:
    0 0 0 1px rgba(229, 255, 66, 0.34),
    0 16px 40px rgba(208, 247, 6, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.68) !important;
  transform: translateY(-2px);
}

.hoodx-runtime-launch-button:active:not(:disabled) {
  box-shadow:
    0 0 0 1px rgba(208, 247, 6, 0.2),
    0 8px 22px rgba(208, 247, 6, 0.22),
    inset 0 2px 4px rgba(7, 16, 6, 0.18) !important;
  transform: translateY(0);
}

.hoodx-runtime-launch-button:focus-visible {
  outline: 2px solid #f0ff84 !important;
  outline-offset: 4px;
}

.hoodx-runtime-launch-button:disabled {
  border-color: rgba(208, 247, 6, 0.24) !important;
  color: rgba(226, 235, 228, 0.56) !important;
  background: linear-gradient(180deg, rgba(208, 247, 6, 0.1), rgba(208, 247, 6, 0.045)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
  text-shadow: none;
  cursor: not-allowed;
  opacity: 1 !important;
}

.hoodx-runtime-launch-action:has(.hoodx-runtime-launch-button:disabled)::before {
  opacity: 0.16;
}

.hoodx-runtime-launch-result {
  justify-content: space-between;
  gap: 12px;
  margin-top: 11px;
  padding: 10px 11px;
  border: 1px solid rgba(208, 247, 6, 0.18);
  border-radius: 8px;
  background: rgba(1, 13, 6, 0.52);
  color: #d0f706;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.hoodx-runtime-launch-result span {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.hoodx-docs-live-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 13px 15px;
  border: 1px solid rgba(208, 247, 6, 0.22);
  border-radius: 10px;
  background: rgba(208, 247, 6, 0.055);
  color: #d0f706;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.hoodx-docs-live-note span {
  color: rgba(226, 235, 228, 0.46);
}

.hoodx-docs-addresses {
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(226, 235, 228, 0.1);
  border-radius: 10px;
}

.hoodx-docs-addresses a {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(226, 235, 228, 0.08);
  transition: background 160ms ease;
}

.hoodx-docs-addresses a:last-child {
  border-bottom: 0;
}

.hoodx-docs-addresses a:hover {
  background: rgba(208, 247, 6, 0.04);
}

.hoodx-docs-addresses span,
.hoodx-docs-status-grid span {
  color: rgba(226, 235, 228, 0.52);
  font-size: 0.72rem;
}

.hoodx-docs-addresses code {
  overflow: hidden;
  color: rgba(241, 246, 242, 0.84);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.64rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hoodx-docs-addresses b {
  color: #d0f706;
}

.hoodx-docs-copy {
  margin-bottom: 12px;
  color: rgba(226, 235, 228, 0.55);
  font-size: 0.84rem;
  line-height: 1.75;
}

.hoodx-docs-copy code {
  color: rgba(208, 247, 6, 0.78);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
}

.hoodx-docs-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}

.hoodx-docs-status-grid span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 13px;
  border: 1px solid rgba(226, 235, 228, 0.09);
  border-radius: 9px;
  background: rgba(1, 13, 6, 0.34);
}

.hoodx-docs-status-grid b {
  color: #d0f706;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  text-align: right;
}

.hoodx-metadata-preview {
  margin-top: 10px;
  border: 1px solid rgba(226, 235, 228, 0.08);
  border-radius: 9px;
  background: rgba(0, 8, 3, 0.5);
}

.hoodx-metadata-preview summary {
  padding: 10px 12px;
  cursor: pointer;
  user-select: none;
}

.hoodx-metadata-preview pre {
  max-height: 260px;
  overflow: auto;
  margin: 0;
  padding: 0 12px 12px;
  color: rgba(226, 235, 228, 0.62);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.6rem;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: break-word;
}

.hoodx-launch-dialog-overlay {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow-y: auto;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(126, 168, 0, 0.13), transparent 38%),
    rgba(0, 8, 3, 0.82);
  backdrop-filter: blur(14px) saturate(0.82);
  transition: opacity 160ms ease;
}

.hoodx-launch-dialog-overlay.is-open {
  opacity: 1;
}

.hoodx-launch-dialog {
  position: relative;
  width: min(540px, calc(100vw - 32px));
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(208, 247, 6, 0.28);
  border-radius: 22px;
  color: #ecf2ed;
  background:
    linear-gradient(145deg, rgba(14, 42, 21, 0.9), rgba(2, 18, 8, 0.98) 42%, #000d05),
    #001207;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset,
    0 0 72px rgba(208, 247, 6, 0.045) inset;
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  transition: opacity 160ms ease, transform 180ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hoodx-launch-dialog::before {
  content: "";
  position: absolute;
  top: 0;
  right: 56px;
  left: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d0f706, transparent);
  box-shadow: 0 0 24px rgba(208, 247, 6, 0.45);
}

.hoodx-launch-dialog-overlay.is-open .hoodx-launch-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hoodx-launch-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 34px;
  height: 34px;
  min-height: 0 !important;
  padding: 0 !important;
  place-items: center;
  border: 1px solid rgba(236, 242, 237, 0.1) !important;
  border-radius: 50% !important;
  color: rgba(236, 242, 237, 0.62) !important;
  background: rgba(255, 255, 255, 0.025) !important;
  font: 400 1.25rem/1 "Space Grotesk", sans-serif !important;
  cursor: pointer;
  transition: border-color 140ms ease, color 140ms ease, background 140ms ease;
}

.hoodx-launch-dialog-close:hover,
.hoodx-launch-dialog-close:focus-visible {
  border-color: rgba(208, 247, 6, 0.38) !important;
  color: #d0f706 !important;
  background: rgba(208, 247, 6, 0.06) !important;
  outline: none;
}

.hoodx-launch-dialog-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  color: rgba(236, 242, 237, 0.72);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.hoodx-launch-dialog-brand img {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(208, 247, 6, 0.24);
  border-radius: 50%;
  object-fit: cover;
}

.hoodx-launch-dialog-token {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-right: 44px;
}

.hoodx-launch-dialog-token > img {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border: 1px solid rgba(208, 247, 6, 0.24);
  border-radius: 18px !important;
  background: rgba(0, 8, 3, 0.75);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
  object-fit: cover;
}

.hoodx-launch-dialog-token span,
.hoodx-launch-dialog-facts small,
.hoodx-launch-dialog-cost span {
  display: block;
  color: rgba(208, 247, 6, 0.72);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.hoodx-launch-dialog-token h2 {
  max-width: 350px;
  margin: 5px 0 3px;
  color: #f2f7f3;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.45rem, 4vw, 2rem);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.hoodx-launch-dialog-token strong {
  color: rgba(236, 242, 237, 0.56);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.hoodx-launch-dialog-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 24px 0 14px;
  overflow: hidden;
  border: 1px solid rgba(236, 242, 237, 0.09);
  border-radius: 13px;
  background: rgba(236, 242, 237, 0.08);
}

.hoodx-launch-dialog-facts > span {
  min-width: 0;
  padding: 13px 14px;
  background: rgba(0, 13, 5, 0.86);
}

.hoodx-launch-dialog-facts b {
  display: block;
  margin-top: 6px;
  overflow: hidden;
  color: rgba(236, 242, 237, 0.88);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hoodx-launch-dialog-cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 16px;
  border: 1px solid rgba(208, 247, 6, 0.2);
  border-radius: 13px;
  background: linear-gradient(90deg, rgba(208, 247, 6, 0.07), rgba(208, 247, 6, 0.025));
}

.hoodx-launch-dialog-cost strong {
  display: block;
  margin-top: 4px;
  color: #d0f706;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.12rem;
}

.hoodx-launch-dialog-cost small {
  max-width: 205px;
  color: rgba(236, 242, 237, 0.46);
  font-size: 0.68rem;
  line-height: 1.45;
  text-align: right;
}

.hoodx-launch-dialog-note {
  margin: 14px 2px 22px;
  color: rgba(236, 242, 237, 0.5);
  font-size: 0.72rem;
  line-height: 1.55;
}

.hoodx-launch-dialog-actions {
  display: grid;
  grid-template-columns: minmax(112px, 0.72fr) minmax(210px, 1.4fr);
  gap: 10px;
}

.hoodx-launch-dialog-actions button {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(236, 242, 237, 0.12) !important;
  border-radius: 11px !important;
  color: rgba(236, 242, 237, 0.75) !important;
  background: rgba(255, 255, 255, 0.025) !important;
  font-family: "JetBrains Mono", monospace !important;
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.09em !important;
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}

.hoodx-launch-dialog-actions button:hover {
  border-color: rgba(236, 242, 237, 0.25) !important;
  transform: translateY(-1px);
}

.hoodx-launch-dialog-actions button:focus-visible {
  outline: 2px solid rgba(208, 247, 6, 0.58);
  outline-offset: 2px;
}

.hoodx-launch-dialog-actions button.is-confirm {
  border-color: #d0f706 !important;
  color: #051005 !important;
  background: #d0f706 !important;
  box-shadow: 0 10px 32px rgba(208, 247, 6, 0.14);
}

.hoodx-launch-dialog-actions button.is-confirm:hover {
  background: #deff29 !important;
}

@media (max-width: 700px) {
  .hoodx-create-pair-panel {
    padding: 16px;
  }

  .hoodx-pair-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .hoodx-pair-options {
    grid-template-columns: 1fr;
  }

  .hoodx-create-runtime-panel {
    padding: 16px;
  }

  .hoodx-runtime-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hoodx-runtime-badges {
    justify-content: flex-start;
  }

  .hoodx-runtime-simple {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .hoodx-runtime-grid {
    grid-template-columns: 1fr;
  }

  .hoodx-runtime-actions button.is-danger {
    margin-left: 0;
  }

  .hoodx-runtime-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .hoodx-runtime-launch-head,
  .hoodx-runtime-launch-result {
    align-items: flex-start;
    flex-direction: column;
  }

  .hoodx-runtime-launch-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hoodx-runtime-launch-result span {
    justify-content: flex-start;
  }

  .hoodx-docs-live-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .hoodx-docs-addresses a {
    grid-template-columns: minmax(0, 1fr) 18px;
  }

  .hoodx-docs-addresses code {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .hoodx-docs-status-grid {
    grid-template-columns: 1fr;
  }

  .hoodx-launch-dialog-overlay {
    padding: 16px;
    align-items: end;
  }

  .hoodx-launch-dialog {
    width: 100%;
    padding: 23px 20px 20px;
    border-radius: 20px;
  }

  .hoodx-launch-dialog-brand {
    margin-bottom: 20px;
  }

  .hoodx-launch-dialog-token > img {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
    border-radius: 15px !important;
  }

  .hoodx-launch-dialog-cost {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hoodx-launch-dialog-cost small {
    max-width: none;
    text-align: left;
  }

  .hoodx-launch-dialog-actions {
    grid-template-columns: 1fr;
  }

  .hoodx-launch-dialog-actions button.is-confirm {
    grid-row: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hoodx-runtime-badges > span[data-tone="busy"],
  .hoodx-runtime-simple-status[data-tone="busy"] {
    animation: none;
  }

  .hoodx-launch-dialog-overlay,
  .hoodx-launch-dialog {
    transition: none;
  }
}
