/* Hidden launched-tokens board — Pump.fun-style grid, not in public nav */
.launched-body {
  background:
    radial-gradient(80% 50% at 50% -10%, rgba(232, 120, 72, 0.16), transparent 50%),
    linear-gradient(180deg, #14110e 0%, #1c1814 40%, #12100e 100%);
  min-height: 100vh;
  color: #f4ece3;
}
.launched-body .top h1,
.launched-body .top .sub { color: #f4ece3; }
.launched-body .bd-lead { color: #c9b8a8; }
.launched-body .bd-kicker { color: #e87848; }
.launched-shell { max-width: 1100px; }

.launched-hero { margin: 0 0 20px; padding-top: 8px; }
.launched-hero h2 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  color: #fff8f0;
}
.launched-hidden-banner {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(232, 120, 72, 0.16);
  color: #f4c27a;
}

.launched-body .pp-ladder-step {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 248, 240, 0.08);
  color: #f4ece3;
}
.launched-body .pp-ladder-step .n,
.launched-body .pp-ladder-step .vol,
.launched-body .pp-ladder-step .blurb { color: #a89888; }
.launched-body .pp-ladder-step.gate {
  background: rgba(232, 120, 72, 0.14);
  border-color: rgba(232, 120, 72, 0.4);
}

.launched-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
  margin-bottom: 40px;
}

.launch-card {
  padding: 14px 14px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 248, 240, 0.08);
  background: rgba(255, 248, 240, 0.04);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.launch-card.earner { border-color: rgba(232, 120, 72, 0.45); }
.launch-card.featured { box-shadow: inset 0 0 0 1px rgba(244, 194, 122, 0.25); }
.launch-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
.launch-sym {
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}
.launch-stage {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e87848;
}
.launch-name { font-size: 0.85rem; color: #c9b8a8; }
.launch-addr { font-size: 0.72rem; color: #8a7a6a; }
.launch-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.75rem;
  color: #c9b8a8;
  margin-top: 4px;
}
.launch-stats strong { color: #fff8f0; }
.launch-next { font-size: 0.72rem; color: #a89888; }
.launch-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}
.launch-links a {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f4c27a;
  text-decoration: none;
}
.launch-links a:hover { text-decoration: underline; }

.launched-empty {
  grid-column: 1 / -1;
  padding: 36px 20px;
  text-align: center;
  border: 1.5px dashed rgba(255, 248, 240, 0.16);
  border-radius: 16px;
  background: rgba(255, 248, 240, 0.03);
}
.launched-empty-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e87848;
  margin: 0 0 8px;
}
.launched-empty h3 { margin: 0 0 8px; color: #fff8f0; }
.launched-empty p { color: #c9b8a8; max-width: 520px; margin: 0 auto 10px; }
