@import url("./index-BqNjV_Ll.css");

.profile-tool-stack {
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid rgba(150, 190, 220, 0.2);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(7, 18, 27, 0.92), rgba(4, 9, 14, 0.78));
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.25);
}

.profile-tool-stack-copy {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 1.35rem 1rem;
}

.profile-tool-stack-copy h4 {
  margin: 0.25rem 0 0.5rem;
  color: #f2f7fa;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
}

.profile-tool-stack-copy > div > p:last-child {
  margin: 0;
  color: rgba(220, 232, 239, 0.62);
  line-height: 1.65;
}

.profile-tool-stack-visual {
  margin: 0;
  border-top: 1px solid rgba(150, 190, 220, 0.14);
  background: #06111a;
}

.profile-tool-stack-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

@media (max-width: 760px) {
  .profile-tool-stack-copy {
    grid-template-columns: 2.4rem minmax(0, 1fr);
    gap: 0.7rem;
    padding: 1rem;
  }

  .profile-tool-stack {
    border-radius: 0.75rem;
  }
}
