/* StrengthCode for ChatGPT — conversion-focused launch surface */
.chatgpt-home-band,
.chatgpt-home-band *,
.chatgpt-launch,
.chatgpt-launch * {
  box-sizing: border-box;
}

.chatgpt-home-band,
.chatgpt-launch,
.chatgpt-breadcrumbs,
.chatgpt-hero,
.chatgpt-hero__copy,
.chatgpt-hero__visual,
.chatgpt-value,
.chatgpt-prompts,
.chatgpt-steps,
.chatgpt-final-cta,
.chatgpt-tool-grid,
.chatgpt-prompt-list,
.chatgpt-step-list {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.chatgpt-home-band {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 1.1rem 1rem;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(198, 40, 40, 0.96), rgba(91, 12, 18, 0.98) 48%, rgba(8, 10, 14, 0.98));
  border-block: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 40px rgba(14, 16, 20, 0.22);
}

.chatgpt-home-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.3;
  background-image: repeating-linear-gradient(120deg, transparent 0 18px, rgba(255, 255, 255, 0.08) 18px 19px);
}

.chatgpt-home-band__copy {
  display: grid;
  justify-items: start;
  width: 100%;
  max-width: 100%;
}

.chatgpt-home-band__eyebrow,
.chatgpt-kicker {
  margin: 0 0 0.45rem;
  color: #c62828;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.chatgpt-home-band__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  justify-self: center;
  margin-inline: auto;
  padding: 0.45rem 0.65rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  text-transform: none;
}

.chatgpt-home-band h2 {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.08;
  text-align: left;
}

.chatgpt-home-band p:last-child {
  width: 100%;
  max-width: 100%;
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.55;
  text-align: left;
}

.chatgpt-home-band__actions,
.chatgpt-actions {
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 0.65rem;
}

.chatgpt-home-band__primary,
.chatgpt-home-band__secondary,
.chatgpt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  max-width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.3rem;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.chatgpt-home-band__primary svg,
.chatgpt-button svg {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
}

.chatgpt-home-band__primary {
  color: #111318;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.chatgpt-home-band__secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.chatgpt-home-band__primary:hover,
.chatgpt-home-band__primary:focus-visible,
.chatgpt-home-band__secondary:hover,
.chatgpt-home-band__secondary:focus-visible,
.chatgpt-button:hover,
.chatgpt-button:focus-visible {
  transform: translateY(-2px);
}

.page-chatgpt {
  margin: 0;
  background: #080a0d;
}

.chatgpt-launch {
  overflow: hidden;
  color: #f7f8fa;
  background: #080a0d;
}

.page-chatgpt #footer-mount {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #080a0d;
}

.page-chatgpt #site-footer {
  margin-top: 0;
}

.chatgpt-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.chatgpt-breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.chatgpt-breadcrumbs a:hover,
.chatgpt-breadcrumbs a:focus-visible {
  color: #ff7b7b;
}

.chatgpt-hero {
  position: relative;
  display: grid;
  gap: 2rem;
  padding: 2.6rem 1rem 4rem;
  background:
    radial-gradient(circle at 92% 7%, rgba(198, 40, 40, 0.22), transparent 28rem),
    linear-gradient(160deg, #080a0d, #11141a);
}

.chatgpt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: repeating-linear-gradient(120deg, transparent 0 22px, rgba(255, 255, 255, 0.08) 22px 23px);
}

.chatgpt-hero__copy,
.chatgpt-hero__visual {
  position: relative;
  z-index: 1;
}

.chatgpt-kicker span {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.35rem;
  border-radius: 50%;
  background: #c62828;
  box-shadow: 0 0 0 0.32rem rgba(198, 40, 40, 0.18);
}

.chatgpt-availability {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 1.15rem;
  padding: 0.8rem 1rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: linear-gradient(120deg, #d43030, #9d121d);
  box-shadow: 0 14px 30px rgba(198, 40, 40, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  font-size: 0.94rem;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  text-transform: none;
}

.chatgpt-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.chatgpt-hero__lead {
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.7;
}

.chatgpt-actions {
  margin-top: 1.5rem;
}

.chatgpt-button--primary {
  color: #fff;
  background: linear-gradient(135deg, #d43030, #a11620);
  box-shadow: 0 12px 30px rgba(198, 40, 40, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.chatgpt-button--primary:hover,
.chatgpt-button--primary:focus-visible {
  box-shadow: 0 16px 34px rgba(198, 40, 40, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.chatgpt-button--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
}

.chatgpt-proof {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 100%;
  gap: 0.55rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.chatgpt-proof li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0.8rem;
  gap: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.045);
}

.chatgpt-proof strong {
  color: #fff;
  font-size: 0.9rem;
}

.chatgpt-proof span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.chatgpt-conversation-card {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.7rem;
  background: linear-gradient(160deg, rgba(28, 32, 40, 0.98), rgba(12, 14, 18, 0.98));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.chatgpt-conversation-card__head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.7rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.chatgpt-brand-mark {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.45rem;
  background: #fff;
}

.chatgpt-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chatgpt-conversation-card__head strong,
.chatgpt-conversation-card__head small {
  display: block;
}

.chatgpt-conversation-card__head strong {
  color: #fff;
}

.chatgpt-conversation-card__head small {
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.56);
}

.chatgpt-live-dot {
  padding: 0.3rem 0.5rem;
  color: #9ee6bb;
  border: 1px solid rgba(80, 205, 128, 0.26);
  border-radius: 999px;
  background: rgba(80, 205, 128, 0.08);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chatgpt-message {
  width: 88%;
  max-width: 88%;
  margin-top: 1rem;
  padding: 0.85rem;
  border-radius: 0.55rem;
  font-size: 0.86rem;
  line-height: 1.55;
}

.chatgpt-message--user {
  margin-left: auto;
  color: #fff;
  background: #292e38;
}

.chatgpt-message--result {
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(198, 40, 40, 0.26);
  background: linear-gradient(145deg, rgba(198, 40, 40, 0.16), rgba(255, 255, 255, 0.04));
}

.chatgpt-message--result strong {
  color: #fff;
}

.chatgpt-message__label {
  color: #ff7979;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chatgpt-signal-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-top: 1rem;
}

.chatgpt-signal-row span {
  padding: 0.45rem 0.3rem;
  color: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  font-size: 0.62rem;
  text-align: center;
  text-transform: uppercase;
}

.chatgpt-value,
.chatgpt-prompts,
.chatgpt-steps {
  padding: 3.5rem 1rem;
  color: #f5f6f8;
  background: #080a0d;
}

.chatgpt-value {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.chatgpt-prompts {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.chatgpt-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.chatgpt-section-head {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.8rem;
}

.chatgpt-section-head h2,
.chatgpt-final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}

.chatgpt-section-head > p:last-child,
.chatgpt-final-cta > p:not(.chatgpt-kicker) {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.96rem;
  line-height: 1.65;
}

.chatgpt-tool-grid,
.chatgpt-prompt-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.chatgpt-tool-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  width: 100%;
  max-width: 100%;
  padding: 1.15rem;
  overflow: hidden;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.45rem;
  background: linear-gradient(150deg, #171b22, #0f1217);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.chatgpt-tool-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0.2rem;
  background: linear-gradient(90deg, #c62828, transparent);
}

.chatgpt-tool-card__number {
  color: #c62828;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.chatgpt-tool-card h3 {
  margin: 0.6rem 0 0;
  color: #fff;
  font-size: 1.08rem;
}

.chatgpt-tool-card p {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.62;
}

.chatgpt-tool-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 0.8rem;
  color: #ff8a8a;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.chatgpt-tool-card__action svg {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  color: #fff;
  transition: transform 180ms ease;
}

.chatgpt-tool-card:hover,
.chatgpt-tool-card:focus-visible {
  transform: translateY(-0.2rem);
  border-color: rgba(255, 92, 92, 0.58);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(198, 40, 40, 0.18);
}

.chatgpt-tool-card:hover .chatgpt-tool-card__action svg,
.chatgpt-tool-card:focus-visible .chatgpt-tool-card__action svg {
  transform: translate(0.12rem, -0.12rem);
}

.chatgpt-tool-card:focus-visible {
  outline: 0.15rem solid #ff8a8a;
  outline-offset: 0.18rem;
}

.chatgpt-prompt-card {
  display: grid;
  grid-template-rows: 1fr auto;
  width: 100%;
  max-width: 100%;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.45rem;
  background: linear-gradient(150deg, #171b22, #0f1217);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.chatgpt-prompt-card p {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.62;
}

.chatgpt-prompt-card button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 2.7rem;
  min-height: 2.7rem;
  padding: 0.65rem 0.75rem;
  color: #fff;
  border: 1px solid #171a20;
  border-radius: 0.3rem;
  background: #171a20;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  align-self: end;
  white-space: nowrap;
  cursor: pointer;
}

.chatgpt-prompt-card button:hover,
.chatgpt-prompt-card button:focus-visible,
.chatgpt-prompt-card button.is-copied {
  border-color: #c62828;
  background: #a71921;
}

.chatgpt-prompt-card button span:last-child {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.chatgpt-copy-status {
  min-height: 1.5rem;
  margin: 1rem 0 0;
  color: #87d9a7;
  font-size: 0.82rem;
  font-weight: 600;
}

.chatgpt-copy-status[data-state="error"] {
  color: #ff8c92;
}

.chatgpt-step-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chatgpt-step-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  max-width: 100%;
  gap: 0.85rem;
  padding: 1rem;
  border-left: 0.2rem solid #c62828;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(150deg, #171b22, #0f1217);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.chatgpt-step-list > li > span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: #fff;
  border-radius: 50%;
  background: #171a20;
  font-size: 0.8rem;
  font-weight: 800;
}

.chatgpt-step-list h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

.chatgpt-step-list p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.58;
}

.chatgpt-final-cta {
  display: grid;
  justify-items: start;
  gap: 0.35rem;
  padding: 3.6rem 1rem;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #080a0d;
}

.chatgpt-final-cta .chatgpt-kicker,
.chatgpt-final-cta h2,
.chatgpt-final-cta > p:not(.chatgpt-kicker) {
  color: #fff;
}

.chatgpt-final-cta > p:not(.chatgpt-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.chatgpt-final-cta .chatgpt-button {
  margin-top: 1rem;
}

.chatgpt-final-cta small {
  display: block;
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .chatgpt-home-band,
  .chatgpt-hero,
  .chatgpt-value,
  .chatgpt-prompts,
  .chatgpt-steps,
  .chatgpt-final-cta,
  .chatgpt-breadcrumbs {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .chatgpt-hero h1 {
    font-size: 2.05rem;
  }

  .chatgpt-conversation-card {
    padding: 0.85rem;
  }

  .chatgpt-prompt-card button span:last-child {
    display: none;
  }
}

@media (max-width: 600px) {
  .chatgpt-home-band__actions,
  .chatgpt-actions,
  .chatgpt-proof,
  .chatgpt-tool-grid,
  .chatgpt-prompt-list,
  .chatgpt-step-list {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .chatgpt-hero__copy,
  .chatgpt-hero__visual,
  .chatgpt-section-head,
  .chatgpt-tool-card,
  .chatgpt-prompt-card,
  .chatgpt-step-list li {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (min-width: 769px) {
  .chatgpt-home-band {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 1.1rem 2rem;
  }

  .chatgpt-home-band__actions,
  .chatgpt-actions {
    display: flex;
    width: auto;
  }

  .chatgpt-home-band__eyebrow {
    width: auto;
  }

  .chatgpt-home-band__primary,
  .chatgpt-home-band__secondary,
  .chatgpt-button {
    width: auto;
  }

  .chatgpt-availability {
    width: auto;
    justify-content: center;
    padding-inline: 1.25rem;
    font-size: 1.05rem;
  }

  .chatgpt-breadcrumbs,
  .chatgpt-hero,
  .chatgpt-value,
  .chatgpt-prompts,
  .chatgpt-steps,
  .chatgpt-final-cta {
    max-width: 76rem;
    margin-inline: auto;
  }

  .chatgpt-launch {
    padding-bottom: 0;
  }

  .chatgpt-hero {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 3.5rem;
    min-height: 38rem;
    padding: 4.5rem 2rem 6rem;
  }

  .chatgpt-hero h1 {
    font-size: 4.25rem;
  }

  .chatgpt-hero__lead {
    max-width: 43rem;
    font-size: 1.08rem;
  }

  .chatgpt-proof {
    grid-template-columns: 1fr;
  }

  .chatgpt-proof li {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
  }

  .chatgpt-message {
    font-size: 0.92rem;
  }

  .chatgpt-value,
  .chatgpt-prompts,
  .chatgpt-steps,
  .chatgpt-final-cta {
    padding: 5rem 2rem;
  }

  .chatgpt-section-head {
    max-width: 46rem;
  }

  .chatgpt-section-head h2,
  .chatgpt-final-cta h2 {
    font-size: 2.8rem;
  }

  .chatgpt-tool-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .chatgpt-tool-card--wide {
    grid-column: 1 / -1;
  }

  .chatgpt-prompt-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .chatgpt-prompt-card:last-child {
    grid-column: 1 / -1;
  }

  .chatgpt-step-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .chatgpt-step-list li {
    align-content: start;
  }

  .chatgpt-final-cta {
    border-radius: 0;
  }
}

@media (prefers-color-scheme: dark) {
  .chatgpt-value,
  .chatgpt-prompts,
  .chatgpt-steps {
    color: #f5f6f8;
    background: #080a0d;
  }

  .chatgpt-section-head h2,
  .chatgpt-tool-card h3,
  .chatgpt-prompt-card p,
  .chatgpt-step-list h3 {
    color: #fff;
  }

  .chatgpt-section-head > p:last-child,
  .chatgpt-tool-card p,
  .chatgpt-step-list p {
    color: rgba(255, 255, 255, 0.68);
  }

  .chatgpt-tool-card,
  .chatgpt-prompt-card,
  .chatgpt-step-list li {
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  }

  .chatgpt-prompt-card button {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .chatgpt-home-band__primary,
  .chatgpt-home-band__secondary,
  .chatgpt-button,
  .chatgpt-tool-card,
  .chatgpt-tool-card__action svg {
    transition: none;
  }
}
