:root {
  color-scheme: dark;
  --bg: #0f1114;
  --surface: #161a20;
  --surface-2: #1d232b;
  --surface-3: #242b34;
  --text: #f3f0e8;
  --muted: #a9adb4;
  --soft: #717985;
  --line: rgba(243, 240, 232, 0.12);
  --line-strong: rgba(243, 240, 232, 0.22);
  --accent: #f2b84b;
  --accent-strong: #f7ca68;
  --accent-ink: #211704;
  --danger: #e66f5c;
  --radius: 8px;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(242, 184, 75, 0.06), transparent 360px),
    var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(242, 184, 75, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 184, 75, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100;
  border-radius: var(--radius);
  background: var(--accent);
  color: var(--accent-ink);
  padding: 10px 14px;
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: blur(18px);
}

.nav-shell,
.section-shell,
.hero-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.nav-shell {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 32px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--surface-2), var(--surface));
  color: var(--accent-strong);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
}

.brand-name {
  font-weight: 760;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
}

.nav-cta,
.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  padding: 0 18px;
  font-weight: 760;
  letter-spacing: 0;
  white-space: nowrap;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.nav-cta {
  color: var(--accent-strong);
  background: rgba(242, 184, 75, 0.08);
}

.button:active,
.nav-cta:active,
.segment:active {
  transform: translateY(1px);
}

.button:hover,
.nav-cta:hover,
.segment:hover {
  transform: translateY(-1px);
}

.button:active,
.nav-cta:active,
.segment:active {
  transform: translateY(1px);
}

.button-primary {
  border-color: color-mix(in srgb, var(--accent) 70%, var(--line-strong));
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow: 0 14px 40px rgba(242, 184, 75, 0.16);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--accent-strong);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.54;
  transform: none;
  box-shadow: none;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  border-color: var(--accent);
}

.hero-section {
  padding: 38px 0 34px;
}

.hero-shell {
  min-height: min(760px, calc(100dvh - 94px));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: 48px;
}

.hero-shell > * {
  min-width: 0;
}

.hero-copy {
  padding: 22px 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-strong);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 12.8ch;
  margin-bottom: 20px;
  font-size: clamp(3.2rem, 7vw, 5.9rem);
  line-height: 0.93;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4.6vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-subcopy,
.section-intro,
.window-layout p,
.controls-copy p,
.risk-panel p {
  color: var(--muted);
  max-width: 61ch;
}

.hero-subcopy {
  margin-bottom: 28px;
  max-width: 46ch;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.launch-console {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(242, 184, 75, 0.11), transparent 34%),
    linear-gradient(180deg, var(--surface-2), var(--surface));
  box-shadow: var(--shadow);
  padding: 18px;
  max-width: 100%;
  min-width: 0;
}

.launch-console,
.standard-card,
.launch-track article,
.cycle-grid,
.matrix,
.risk-panel,
.registry-console,
.table-shell,
.create-form,
.create-preview,
.operator-output {
  backdrop-filter: blur(10px);
}

.launch-console::after {
  content: "";
  position: absolute;
  inset: auto -30% -22% 22%;
  height: 180px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(242, 184, 75, 0.13), transparent);
  transform: rotate(-8deg);
}

.console-topline,
.console-grid,
.policy-row,
.console-button,
.kit-output {
  position: relative;
  z-index: 1;
}

.console-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
}

.network-label {
  color: var(--accent-strong);
}

#launch-canvas {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  max-height: 250px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #11151a;
}

.console-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 12px;
  margin-top: 14px;
}

.control-group {
  display: grid;
  gap: 8px;
}

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

.segmented {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.segment {
  min-height: 42px;
  border: 0;
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
}

.segment:last-child {
  border-right: 0;
}

.segment.is-active {
  background: rgba(242, 184, 75, 0.14);
  color: var(--accent-strong);
  font-weight: 760;
}

input[type="text"],
input[type="number"] {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 0 12px;
}

input[type="text"]:focus,
input[type="number"]:focus,
.segment:focus-visible,
.button:focus-visible,
.nav-cta:focus-visible,
a:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 78%, transparent);
  outline-offset: 3px;
}

input[readonly] {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.018);
}

.policy-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0;
}

.toggle {
  display: grid;
  gap: 7px;
  min-height: 68px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
  color: var(--muted);
  font-size: 13px;
}

.toggle input {
  width: 38px;
  height: 20px;
  appearance: none;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--surface-3);
  transition: background 160ms ease, border-color 160ms ease;
}

.toggle input::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 2px;
  border-radius: 50%;
  background: var(--soft);
  transition: transform 160ms ease, background 160ms ease;
}

.toggle input:checked {
  border-color: var(--accent);
  background: rgba(242, 184, 75, 0.22);
}

.toggle input:checked::before {
  transform: translateX(18px);
  background: var(--accent-strong);
}

.toggle input:disabled {
  cursor: not-allowed;
}

.toggle:has(input:disabled) {
  border-color: rgba(242, 184, 75, 0.34);
  background: rgba(242, 184, 75, 0.055);
}

.console-button {
  width: 100%;
  border: 0;
}

.kit-output {
  display: grid;
  gap: 3px;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  padding: 12px;
  color: var(--muted);
  font-size: 13px;
}

.kit-output strong {
  color: var(--text);
}

.section-shell {
  padding: 78px 0;
}

.window-section {
  border-block: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 38%, transparent);
}

.window-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  align-items: center;
  gap: 44px;
}

.activation-panel {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(242, 184, 75, 0.1), transparent 50%),
    var(--surface);
  padding: 24px;
}

.panel-label,
.card-kicker {
  color: var(--accent-strong);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.activation-panel strong {
  font-size: 1.35rem;
  letter-spacing: 0;
}

.activation-panel span:not(.panel-label) {
  color: var(--muted);
}

.standard-section,
.launch-section,
.cycle-section,
.controls-section,
.risk-section {
  border-bottom: 1px solid var(--line);
}

.section-intro {
  margin-bottom: 28px;
}

.standard-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.8fr;
  grid-auto-rows: minmax(184px, auto);
  gap: 12px;
}

.standard-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 184px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 22px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.standard-card:hover,
.launch-track article:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 184, 75, 0.34);
  background:
    linear-gradient(145deg, rgba(242, 184, 75, 0.06), transparent 42%),
    var(--surface);
}

.standard-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.standard-card-large {
  grid-row: span 2;
  min-height: 380px;
  background:
    linear-gradient(145deg, rgba(242, 184, 75, 0.13), transparent 45%),
    var(--surface);
}

.accent-card {
  background: color-mix(in srgb, var(--accent) 13%, var(--surface));
}

.media-card {
  padding: 0;
  overflow: hidden;
  background: #11151a;
}

.code-strip {
  margin-top: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--accent-strong);
  font-family: var(--font-mono);
  font-size: 12px;
  padding: 12px;
}

.rail-visual {
  position: relative;
  min-height: 100%;
  background:
    linear-gradient(135deg, transparent 0 38%, rgba(242, 184, 75, 0.18) 38% 39%, transparent 39% 100%),
    radial-gradient(circle at 28% 42%, rgba(242, 184, 75, 0.26), transparent 18%),
    #11151a;
}

.rail-visual span {
  position: absolute;
  border: 1px solid rgba(242, 184, 75, 0.44);
  border-radius: var(--radius);
  background: rgba(242, 184, 75, 0.08);
}

.rail-visual span:nth-child(1) {
  inset: 24px auto auto 24px;
  width: 86px;
  height: 54px;
}

.rail-visual span:nth-child(2) {
  inset: 58px 32px auto auto;
  width: 92px;
  height: 92px;
}

.rail-visual span:nth-child(3) {
  inset: auto auto 30px 54px;
  width: 136px;
  height: 36px;
}

.rail-visual span:nth-child(4) {
  inset: auto 28px 28px auto;
  width: 56px;
  height: 56px;
  background: var(--accent);
}

.launch-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.launch-track article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 24px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.launch-track p {
  margin-bottom: 0;
  color: var(--muted);
}

.cycle-section {
  background:
    linear-gradient(180deg, rgba(242, 184, 75, 0.045), transparent 55%),
    color-mix(in srgb, var(--surface) 24%, transparent);
}

.cycle-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}

.cycle-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 250px;
  border-right: 1px solid var(--line);
  padding: 18px;
}

.cycle-grid article:last-child {
  border-right: 0;
}

.cycle-grid span {
  width: fit-content;
  border: 1px solid rgba(242, 184, 75, 0.46);
  border-radius: 999px;
  color: var(--accent-strong);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
}

.cycle-grid strong {
  color: var(--text);
  line-height: 1.12;
}

.cycle-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.controls-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: 54px;
  align-items: start;
}

.matrix {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
}

.matrix div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.matrix div:last-child {
  border-bottom: 0;
}

.matrix span {
  color: var(--muted);
}

.matrix strong {
  color: var(--accent-strong);
  text-align: right;
}

.risk-panel {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.risk-panel p {
  margin-inline: auto;
}

.risk-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.site-footer {
  background: var(--bg);
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
  padding: 30px 0;
}

.footer-layout span:first-child {
  color: var(--text);
  font-weight: 760;
}

.footer-layout a {
  color: var(--accent-strong);
  font-weight: 760;
}

.footer-layout a:hover,
.footer-layout a:focus-visible {
  color: var(--text);
}

@media (prefers-reduced-motion: no-preference) {
  .launch-console,
  .standard-card,
  .launch-track article,
  .cycle-grid,
  .matrix,
  .risk-panel {
    animation: rise-in 680ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .launch-console {
    animation-delay: 90ms;
  }

  .standard-card:nth-child(2),
  .launch-track article:nth-child(2) {
    animation-delay: 80ms;
  }

  .standard-card:nth-child(3),
  .launch-track article:nth-child(3) {
    animation-delay: 140ms;
  }

  .standard-card:nth-child(4),
  .launch-track article:nth-child(4) {
    animation-delay: 200ms;
  }

  @keyframes rise-in {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-shell,
  .window-layout,
  .controls-layout {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    min-height: auto;
    gap: 26px;
  }

  h1 {
    max-width: 11.6ch;
    font-size: clamp(3rem, 12vw, 4.8rem);
  }

  .standard-grid {
    grid-template-columns: 1fr 1fr;
  }

  .standard-card-large {
    grid-row: auto;
    grid-column: span 2;
    min-height: 260px;
  }

  .cycle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cycle-grid article:nth-child(3n) {
    border-right: 0;
  }

  .cycle-grid article:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  .nav-shell,
  .section-shell,
  .hero-shell {
    width: min(calc(100vw - 28px), 362px);
    max-width: 1160px;
    margin-left: 14px;
    margin-right: auto;
  }

  .site-header {
    position: static;
  }

  .nav-shell {
    height: 62px;
    gap: 12px;
  }

  .brand-name {
    display: none;
  }

  .nav-cta {
    min-height: 38px;
    padding-inline: 13px;
  }

  .hero-section {
    padding-top: 18px;
  }

  h1 {
    max-width: 9.2ch;
    margin-bottom: 16px;
    font-size: clamp(2.55rem, 12.6vw, 3.55rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .hero-subcopy {
    font-size: 1rem;
  }

  .launch-console {
    padding: 14px;
    width: min(calc(100vw - 28px), 362px);
    max-width: min(calc(100vw - 28px), 362px);
  }

  .hero-copy,
  .hero-subcopy {
    width: min(calc(100vw - 28px), 362px);
    max-width: min(calc(100vw - 28px), 362px);
  }

  .console-topline {
    flex-direction: column;
    gap: 3px;
  }

  .console-grid,
  .policy-row,
  .standard-grid,
  .launch-track,
  .cycle-grid {
    grid-template-columns: 1fr;
  }

  .cycle-grid article,
  .cycle-grid article:nth-child(3n) {
    min-height: auto;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .cycle-grid article:first-child {
    border-top: 0;
  }

  .segmented,
  .segment,
  .control-group,
  .kit-output {
    min-width: 0;
  }

  .segment {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .standard-card-large {
    grid-column: auto;
  }

  .policy-row {
    grid-template-columns: 1fr 1fr;
  }

  .launch-track article:nth-child(n) {
    margin-top: 0;
    min-height: auto;
  }

  .matrix div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .matrix strong {
    text-align: left;
  }

  .footer-layout {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .policy-row {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .risk-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}

/* Launch collection page */

.app-page {
  min-height: 100dvh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 4%, rgba(242, 184, 75, 0.11), transparent 28rem),
    linear-gradient(180deg, rgba(242, 184, 75, 0.045), transparent 260px),
    #101316;
}

.app-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 66px;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 19, 22, 0.9);
  padding: 10px max(18px, calc((100vw - 1520px) / 2 + 18px));
  backdrop-filter: blur(18px);
}

.app-header .button {
  min-height: 42px;
}

.app-header > *,
.launches-toolbar > *,
.launch-index > * {
  min-width: 0;
}

.app-brand {
  min-width: 158px;
}

.search-shell {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.026);
  color: var(--soft);
  padding: 0 12px;
}

.search-shell input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
}

.search-shell input::placeholder {
  color: var(--muted);
}

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

.menu-button,
.filter-chip,
.sort-button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 0 14px;
  font-weight: 720;
  white-space: nowrap;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.menu-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.filter-chip:hover,
.filter-chip:focus-visible,
.sort-button:hover,
.sort-button:focus-visible,
.menu-button:hover,
.menu-button:focus-visible {
  border-color: var(--accent);
}

.filter-chip.is-active {
  border-color: rgba(242, 184, 75, 0.55);
  background: rgba(242, 184, 75, 0.12);
  color: var(--accent-strong);
}

.wallet-filter {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-button:active,
.filter-chip:active,
.sort-button:active {
  transform: translateY(1px);
}

.launches-main {
  width: 100%;
  padding: 18px 18px 58px;
}

.launches-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: min(1520px, 100%);
  min-height: 58px;
  margin: 0 auto 20px;
  border: 1px solid rgba(243, 240, 232, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(242, 184, 75, 0.08), transparent 36%),
    rgba(18, 22, 27, 0.82);
  padding: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.filter-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.toolbar-spacer {
  flex: 1;
}

.live-switch {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-weight: 720;
}

.live-switch input {
  width: 44px;
  height: 24px;
  appearance: none;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--surface-3);
}

.live-switch input::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 2px;
  border-radius: 50%;
  background: var(--soft);
  transition: transform 160ms ease, background 160ms ease;
}

.live-switch input:checked {
  border-color: var(--accent);
  background: rgba(242, 184, 75, 0.18);
}

.live-switch input:checked::before {
  transform: translateX(20px);
  background: var(--accent);
}

.launch-index {
  padding: 0;
}

.index-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  max-width: 1520px;
  margin: 0 auto 16px;
  border: 1px solid rgba(243, 240, 232, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(242, 184, 75, 0.08), transparent 42%),
    rgba(18, 22, 27, 0.62);
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
}

.index-heading h1 {
  max-width: 13ch;
  margin-bottom: 12px;
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 0.94;
}

.index-heading p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
}

.index-stat-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(132px, 1fr));
  gap: 10px;
}

.index-stat {
  display: grid;
  align-content: center;
  min-width: 132px;
  min-height: 92px;
  border: 1px solid rgba(243, 240, 232, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(22, 26, 32, 0.84);
  padding: 14px 16px;
}

.index-stat-compact strong {
  font-family: var(--font-sans);
  font-size: 1.45rem;
}

.index-stat strong {
  color: var(--accent-strong);
  font-family: var(--font-mono);
  font-size: 1.8rem;
  line-height: 1;
}

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

.registry-console {
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
  gap: 0;
  max-width: 1520px;
  margin: 0 auto 18px;
  overflow: hidden;
  border: 1px solid rgba(243, 240, 232, 0.12);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 14% 10%, rgba(242, 184, 75, 0.14), transparent 18rem),
    rgba(18, 22, 27, 0.82);
  padding: 0;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.32);
}

.create-form,
.create-preview,
.operator-output {
  background:
    linear-gradient(135deg, rgba(242, 184, 75, 0.09), transparent 34%),
    rgba(22, 26, 32, 0.84);
}

.registry-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(160deg, rgba(242, 184, 75, 0.1), transparent 44%),
    rgba(16, 19, 22, 0.42);
  padding: 22px;
}

.registry-copy h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  line-height: 1;
}

.registry-copy p {
  margin: 0;
  color: var(--muted);
}

.registry-state-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.registry-storage-state {
  width: fit-content;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--soft);
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
}

.registry-storage-state[data-state="ready"] {
  border-color: rgba(98, 217, 135, 0.34);
  background: rgba(98, 217, 135, 0.1);
  color: #72e19a;
}

.registry-storage-state[data-state="preview"] {
  border-color: rgba(242, 184, 75, 0.42);
  background: rgba(242, 184, 75, 0.1);
  color: var(--accent-strong);
}

.registry-storage-state[data-state="blocked"] {
  border-color: rgba(242, 184, 75, 0.4);
  background: rgba(242, 184, 75, 0.1);
  color: var(--accent-strong);
}

.claim-form {
  display: grid;
  gap: 14px;
}

.registry-workbench {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px;
}

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

.claim-grid label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.claim-grid label span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.claim-grid .wide-field {
  grid-column: auto;
}

.claim-actions {
  display: grid;
  grid-template-columns: minmax(160px, 0.36fr) minmax(190px, 0.42fr);
  gap: 10px;
}

.claim-status {
  min-height: 20px;
  max-width: 860px;
  color: var(--muted);
  font-size: 13px;
}

.claim-status[data-tone="success"] {
  color: #62d987;
}

.claim-status[data-tone="error"] {
  color: var(--danger);
}

.ca-lookup-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.ca-lookup-panel label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.ca-lookup-panel label span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.ca-lookup-panel .button {
  min-height: 43px;
}

.ca-lookup-status {
  grid-column: 1 / -1;
  min-height: 20px;
  color: var(--muted);
  font-size: 13px;
}

.ca-lookup-status[data-tone="success"] {
  color: #62d987;
}

.ca-lookup-status[data-tone="error"] {
  color: var(--danger);
}

.table-shell {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  border: 1px solid rgba(243, 240, 232, 0.12);
  border-radius: var(--radius);
  background: rgba(18, 22, 27, 0.86);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.28);
}

.launch-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
}

.launch-table th,
.launch-table td {
  border-bottom: 1px solid var(--line);
  padding: 13px 16px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.launch-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #14181d;
  color: var(--soft);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-table tbody tr {
  transition: background 160ms ease;
}

.launch-table tbody tr:hover {
  background: rgba(242, 184, 75, 0.055);
}

.launch-table tbody tr.is-hidden {
  display: none;
}

.launch-table tbody tr:last-child td {
  border-bottom: 0;
}

.empty-launches {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 1080px;
  border-top: 1px solid var(--line);
  padding: 44px 24px;
  text-align: center;
}

.empty-launches[hidden] {
  display: none;
}

.empty-launches strong {
  color: var(--text);
  font-size: 1.1rem;
}

.empty-launches span {
  max-width: 460px;
  color: var(--muted);
  font-size: 14px;
}

.token-cell {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 300px;
}

.token-stack {
  display: grid;
  gap: 3px;
}

.token-cell strong {
  display: block;
  color: var(--text);
  line-height: 1.1;
}

.token-cell small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-weight: 760;
}

.token-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
}

.token-action {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(242, 184, 75, 0.32);
  border-radius: 999px;
  background: rgba(242, 184, 75, 0.08);
  color: var(--accent-strong);
  padding: 0 8px;
  font-size: 11px;
  font-weight: 820;
  text-decoration: none;
}

button.token-action {
  appearance: none;
  font-family: inherit;
  cursor: pointer;
}

.token-action:hover,
.token-action:focus-visible {
  border-color: rgba(242, 184, 75, 0.62);
  background: rgba(242, 184, 75, 0.14);
  outline: 0;
}

.token-icon {
  display: grid;
  place-items: center;
  position: relative;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: #101316;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 900;
}

.token-icon.has-image {
  background: #0f1317;
}

.token-icon-letter {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.token-icon.has-image .token-icon-letter {
  display: none;
}

.token-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-gold {
  background: var(--accent);
}

.icon-green {
  background: #6ed596;
}

.icon-blue {
  background: #7cb7ff;
}

.icon-slate {
  background: #aeb6c3;
}

.icon-purple {
  background: #b99cff;
}

.icon-red {
  background: #f28a78;
}

.creator-chip {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--muted);
  padding: 0 10px;
  font-size: 13px;
  font-weight: 760;
}

.positive {
  color: #66d98a;
  font-weight: 800;
}

.negative {
  color: #ff6f73;
  font-weight: 800;
}

.neutral {
  color: var(--soft);
  font-weight: 800;
}

.status {
  display: inline-flex;
  min-width: 66px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.status.live {
  background: rgba(102, 217, 138, 0.12);
  color: #72e19a;
}

.status.queued {
  background: rgba(242, 184, 75, 0.13);
  color: var(--accent-strong);
}

.status.watch {
  background: rgba(124, 183, 255, 0.12);
  color: #8cc1ff;
}

.status-stack {
  display: inline-grid;
  gap: 5px;
  justify-items: start;
}

.scanner-chip {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  padding: 0 9px;
}

.scanner-chip.checked {
  border-color: rgba(98, 217, 138, 0.28);
  background: rgba(98, 217, 138, 0.1);
  color: #72e19a;
}

.scanner-chip.warning {
  border-color: rgba(230, 111, 92, 0.38);
  background: rgba(230, 111, 92, 0.1);
  color: #ff9586;
}

.scanner-chip.unavailable,
.scanner-chip.skipped {
  border-color: rgba(242, 184, 75, 0.3);
  background: rgba(242, 184, 75, 0.08);
  color: var(--accent-strong);
}

.source-chip {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(242, 184, 75, 0.24);
  border-radius: 999px;
  background: rgba(242, 184, 75, 0.06);
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 800;
  padding: 0 9px;
}

.source-chip.discovery {
  border-color: rgba(242, 184, 75, 0.32);
  background: rgba(242, 184, 75, 0.08);
}

.source-chip.pinned {
  border-color: rgba(124, 183, 255, 0.34);
  background: rgba(124, 183, 255, 0.1);
  color: #8cc1ff;
}

.source-chip.registry,
.source-chip.wallet {
  border-color: rgba(98, 217, 138, 0.28);
  background: rgba(98, 217, 138, 0.1);
  color: #72e19a;
}

.source-chip.route,
.source-chip.indexed {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.025);
  color: var(--muted);
}

.create-main {
  display: grid;
  gap: 18px;
  width: min(1520px, calc(100% - 36px));
  margin: 0 auto;
  padding: 40px 0 64px;
}

.create-status strong {
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.create-status,
.create-layout > *,
.create-form > *,
.create-preview,
.operator-output {
  min-width: 0;
}

.create-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.create-hero h1 {
  max-width: 860px;
  margin: 0 0 10px;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  line-height: 0.92;
}

.create-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.create-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.36fr);
  gap: 18px;
  align-items: start;
}

.create-form,
.create-preview,
.operator-output {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.create-form {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
}

.create-upload {
  display: grid;
  min-height: 320px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  border: 1px dashed rgba(243, 240, 232, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
  color: var(--muted);
  padding: 18px;
  text-align: center;
}

.create-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.create-logo-preview {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 1px solid rgba(242, 184, 75, 0.38);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(242, 184, 75, 0.26), rgba(22, 26, 32, 0.72)),
    #11151a;
  background-position: center;
  background-size: cover;
  color: var(--accent-strong);
  font-family: var(--font-mono);
  font-weight: 900;
}

.create-upload strong {
  color: var(--text);
}

.create-upload small {
  max-width: 190px;
  color: var(--soft);
}

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

.create-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.create-field.wide {
  grid-column: 1 / -1;
}

.create-field span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.create-field input,
.create-field textarea {
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: 0;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 12px 13px;
}

.create-field textarea {
  min-height: 142px;
  resize: vertical;
}

.create-field input:focus,
.create-field textarea:focus {
  border-color: rgba(242, 184, 75, 0.58);
}

.create-preview {
  display: grid;
  gap: 18px;
  padding: 18px;
}

.preview-token-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.preview-token-row h2 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.05;
}

.preview-token-row p {
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 760;
}

.create-progress {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.create-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
}

.create-facts {
  display: grid;
  gap: 12px;
  margin: 0;
}

.create-facts div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.create-facts div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.create-facts dt {
  color: var(--soft);
  font-weight: 760;
}

.create-facts dd {
  margin: 0;
  color: var(--text);
  font-weight: 820;
  text-align: right;
}

.create-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.operator-output {
  padding: 18px;
}

.output-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.output-heading h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.output-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.output-tabs button {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  padding: 0 12px;
  font-weight: 800;
}

.output-tabs button.active {
  border-color: rgba(242, 184, 75, 0.5);
  background: rgba(242, 184, 75, 0.12);
  color: var(--accent-strong);
}

.operator-output pre {
  min-height: 240px;
  overflow: auto;
  overflow-wrap: anywhere;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #11151a;
  color: var(--text);
  padding: 16px;
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.55;
  white-space: pre-wrap;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px);
  border: 1px solid rgba(242, 184, 75, 0.48);
  border-radius: var(--radius);
  background: #171b21;
  color: var(--accent-strong);
  padding: 10px 12px;
  font-weight: 820;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

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

@media (prefers-reduced-motion: no-preference) {
  .index-heading,
  .registry-console,
  .table-shell {
    animation: rise-in 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .registry-console {
    animation-delay: 60ms;
  }

  .table-shell {
    animation-delay: 110ms;
  }
}

@media (max-width: 980px) {
  .app-header {
    grid-template-columns: 1fr auto;
  }

  .search-shell {
    grid-column: 1 / -1;
    order: 3;
  }

  .app-actions .button-secondary {
    display: none;
  }

  .toolbar-spacer {
    display: none;
  }

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

  .index-stat-stack {
    width: 100%;
  }

  .registry-console {
    grid-template-columns: 1fr;
  }

  .registry-copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .create-layout {
    grid-template-columns: 1fr;
  }

  .create-form {
    grid-template-columns: 1fr;
  }

  .create-upload {
    min-height: 220px;
  }
}

@media (max-width: 720px) {
  .create-page {
    overflow-x: hidden;
  }

  .launches-main {
    padding: 12px 14px 42px;
  }

  .app-header,
  .create-main {
    width: 100%;
    max-width: 100vw;
    padding-inline: 14px;
  }

  .launches-toolbar,
  .launch-index {
    width: 100%;
    max-width: 100%;
    padding-inline: 0;
  }

  .launches-toolbar {
    padding: 10px;
  }

  .app-header {
    min-height: auto;
    overflow: hidden;
  }

  .app-brand {
    min-width: 0;
  }

  .app-actions {
    display: flex;
  }

  .app-actions .button-primary {
    min-height: 38px;
    padding-inline: 13px;
  }

  .menu-button {
    display: none;
  }

  .filter-group {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    flex-wrap: unset;
    overflow-x: visible;
    padding-bottom: 2px;
  }

  .launches-toolbar .filter-group:first-child {
    justify-content: start;
  }

  .launches-toolbar .filter-group:first-child .wallet-filter {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .filter-chip,
  .sort-button {
    min-height: 38px;
    flex: 0 1 auto;
    max-width: 100%;
    padding-inline: 12px;
    font-size: 14px;
  }

  .wallet-filter {
    max-width: 100%;
  }

  .live-switch {
    min-height: 38px;
  }

  .index-heading h1 {
    max-width: 7ch;
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .index-heading,
  .index-heading > div,
  .index-heading p,
  .registry-console {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .index-heading {
    padding: 18px;
  }

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

  .registry-console {
    padding: 0;
  }

  .registry-copy,
  .registry-workbench {
    padding: 14px;
  }

  .create-main {
    padding-top: 28px;
  }

  .create-layout,
  .create-form,
  .create-preview,
  .operator-output {
    width: 100%;
    max-width: calc(100vw - 28px);
  }

  .create-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
  }

  .create-fields,
  .create-actions {
    grid-template-columns: 1fr;
  }

  .create-form,
  .create-preview,
  .operator-output {
    padding: 14px;
  }

  .create-field textarea,
  .operator-output pre {
    white-space: pre-wrap;
    word-break: break-word;
  }

  .output-heading {
    display: grid;
    align-items: start;
  }

  .claim-grid {
    grid-template-columns: 1fr;
  }

  .claim-grid .wide-field {
    grid-column: auto;
  }

  .claim-actions {
    grid-template-columns: 1fr;
  }

  .claim-actions .button {
    width: 100%;
  }

  .ca-lookup-panel {
    grid-template-columns: 1fr;
  }

  .ca-lookup-panel .button {
    width: 100%;
  }

  .table-shell {
    margin-inline: -14px;
    width: calc(100vw - 1px);
    max-width: calc(100vw - 1px);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}
