.cll-launch-suite {
  --cll-launch-bg: #101419;
  --cll-launch-card: #151a20;
  --cll-launch-card-2: #0f1419;
  --cll-launch-border: rgba(255, 222, 110, 0.26);
  --cll-launch-text: #f4f6f8;
  --cll-launch-muted: #a8b0bc;
  --cll-launch-accent: #ffde6e;
  --cll-launch-accent-2: #ca9800;
  --cll-launch-green: #22e58c;
  --cll-launch-red: #ff5b75;
  --cll-launch-radius: 8px;
  color: var(--cll-launch-text);
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.cll-launch-suite *,
.cll-launch-suite *::before,
.cll-launch-suite *::after {
  box-sizing: border-box;
}

.cll-launch-suite a {
  color: inherit;
  text-decoration: none;
}

.cll-launch-hero,
.cll-launch-card {
  position: relative;
  margin: 0 0 22px;
  border: 1px solid var(--cll-launch-border);
  border-radius: var(--cll-launch-radius);
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 222, 110, 0.15), transparent 28%),
    linear-gradient(135deg, rgba(255, 222, 110, 0.08), rgba(18, 242, 160, 0.04) 38%, rgba(12, 16, 21, 0.96)),
    var(--cll-launch-card);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.cll-launch-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 22px;
  padding: clamp(22px, 4vw, 42px);
  align-items: center;
}

.cll-launch-hero span,
.cll-launch-section-head span {
  display: inline-block;
  margin: 0 0 8px;
  padding-left: 12px;
  border-left: 3px solid var(--cll-launch-accent);
  color: var(--cll-launch-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cll-launch-hero h1,
.cll-launch-section-head h2 {
  margin: 0;
  color: var(--cll-launch-text);
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}

.cll-launch-section-head h2 {
  font-size: clamp(24px, 3.2vw, 36px);
}

.cll-launch-hero p,
.cll-launch-section-head p,
.cll-launch-token-card p,
.cll-dex-swap p,
.cll-launch-terms {
  color: var(--cll-launch-muted);
  line-height: 1.58;
}

.cll-launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.cll-launch-actions a,
.cll-launch-submit,
.cll-launch-connect,
.cll-dex-connect,
.cll-dex-action,
.cll-chat-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 222, 110, 0.55);
  border-radius: 7px;
  background: linear-gradient(180deg, var(--cll-launch-accent), var(--cll-launch-accent-2));
  color: #080a0c;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.cll-launch-actions a + a,
.cll-launch-connect,
.cll-dex-connect {
  background: rgba(255, 255, 255, 0.06);
  color: var(--cll-launch-text);
}

.cll-launch-hero-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.cll-launch-hero-panel div,
.cll-launch-token-stats span,
.cll-dex-quote,
.cll-launch-preview {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--cll-launch-radius);
  background: rgba(7, 10, 13, 0.42);
  padding: 14px;
}

.cll-launch-hero-panel span,
.cll-launch-token-stats span,
.cll-dex-quote span,
.cll-dex-quote em {
  display: block;
  color: var(--cll-launch-muted);
  font-size: 11px;
  font-style: normal;
}

.cll-launch-hero-panel strong {
  display: block;
  margin-top: 8px;
  color: var(--cll-launch-text);
  font-size: 22px;
}

.cll-launch-card {
  padding: clamp(18px, 3vw, 30px);
}

.cll-token-launcher {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 20px;
}

.cll-token-launcher .cll-launch-section-head {
  grid-column: 1 / -1;
}

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

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

.cll-launch-form label,
.cll-dex-swap label {
  display: grid;
  gap: 8px;
  color: var(--cll-launch-text);
  font-weight: 800;
  font-size: 12px;
}

.cll-launch-form input,
.cll-launch-form textarea,
.cll-dex-swap input,
.cll-chat-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.26);
  color: var(--cll-launch-text);
  min-height: 44px;
  padding: 12px;
}

.cll-launch-form textarea {
  min-height: 116px;
  resize: vertical;
}

.cll-launch-options,
.cll-launch-create-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cll-launch-options label,
.cll-launch-create-panel {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--cll-launch-radius);
  background: rgba(255, 255, 255, 0.04);
  padding: 12px;
}

.cll-launch-create-panel {
  grid-template-columns: minmax(0, 1fr) 160px auto auto;
  align-items: end;
}

.cll-launch-preview {
  align-self: start;
  min-height: 390px;
}

.cll-launch-preview-media {
  display: grid;
  place-items: center;
  height: 170px;
  border-radius: var(--cll-launch-radius);
  border: 1px dashed rgba(255, 255, 255, 0.18);
  color: var(--cll-launch-muted);
  background: radial-gradient(circle at 50% 50%, rgba(255, 222, 110, 0.12), transparent 62%);
}

.cll-launch-preview h3 {
  margin: 16px 0 6px;
  font-size: 26px;
}

.cll-launch-progress {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.cll-launch-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--cll-launch-accent), var(--cll-launch-green));
}

.cll-launch-form-status {
  min-height: 24px;
  color: var(--cll-launch-green);
  font-weight: 800;
}

.cll-launch-form-status.is-error {
  color: var(--cll-launch-red);
}

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

.cll-launch-token-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--cll-launch-radius);
  background: var(--cll-launch-card-2);
  padding: 14px;
}

.cll-launch-token-top {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.cll-launch-token-top img,
.cll-launch-token-top i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.cll-launch-token-top i {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--cll-launch-accent), var(--cll-launch-accent-2));
  color: #090b0e;
  font-style: normal;
  font-weight: 900;
}

.cll-launch-token-top strong,
.cll-launch-token-top span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cll-launch-token-top span,
.cll-launch-token-top mark {
  color: var(--cll-launch-muted);
  font-size: 11px;
  background: transparent;
}

.cll-launch-token-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.cll-launch-token-stats strong {
  display: block;
  margin-top: 4px;
  color: var(--cll-launch-text);
}

.cll-launch-empty,
.cll-chat-empty {
  color: var(--cll-launch-muted);
}

.cll-dex-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 14px;
}

.cll-dex-chart,
.cll-dex-swap,
.cll-token-chat {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--cll-launch-radius);
  background: rgba(5, 8, 11, 0.48);
  padding: 14px;
}

.cll-token-chat {
  grid-column: 1 / -1;
}

.cll-dex-chart-head,
.cll-chat-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: var(--cll-launch-muted);
}

.cll-dex-chart-head strong,
.cll-chat-head strong {
  color: var(--cll-launch-text);
}

.cll-dex-svg {
  display: block;
  width: 100%;
  min-height: 280px;
  border-radius: var(--cll-launch-radius);
  background: linear-gradient(180deg, rgba(255, 222, 110, 0.08), rgba(0, 0, 0, 0.18));
}

.cll-dex-svg text {
  fill: var(--cll-launch-muted);
  font-size: 14px;
  font-weight: 800;
}

.cll-dex-swap {
  display: grid;
  gap: 12px;
}

.cll-dex-tabs,
.cll-dex-presets {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cll-dex-tabs button,
.cll-dex-presets button {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--cll-launch-text);
  min-height: 34px;
  padding: 0 14px;
  cursor: pointer;
}

.cll-dex-tabs .is-active {
  background: var(--cll-launch-green);
  border-color: var(--cll-launch-green);
  color: #08100c;
  font-weight: 900;
}

.cll-dex-quote strong {
  display: block;
  margin: 8px 0 4px;
  color: var(--cll-launch-text);
  font-size: 24px;
}

.cll-chat-messages {
  display: grid;
  gap: 8px;
  max-height: 240px;
  overflow: auto;
}

.cll-chat-messages article {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  padding: 10px;
}

.cll-chat-messages p {
  margin: 4px 0;
  color: var(--cll-launch-muted);
}

.cll-chat-messages span {
  color: var(--cll-launch-muted);
  font-size: 11px;
}

.cll-chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .cll-launch-hero,
  .cll-token-launcher,
  .cll-dex-layout {
    grid-template-columns: 1fr;
  }

  .cll-launch-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cll-launch-create-panel {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .cll-launch-form-grid,
  .cll-launch-options,
  .cll-launch-create-panel,
  .cll-launch-hero-panel,
  .cll-launch-feed {
    grid-template-columns: 1fr;
  }

  .cll-launch-hero h1 {
    font-size: 34px;
  }
}
