/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/undergrowth/ecosystem.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.ecosystem_main__O_IFM {
  min-height: 100vh;
  padding: 4rem 2rem;
  position: relative;
}

/* Header */
.ecosystem_header__ur97_ {
  max-width: 1200px;
  margin: 0 auto 6rem;
  text-align: center;
}

.ecosystem_backLink__ZOko4 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(235, 250, 29, 0.3);
  background: rgba(235, 250, 29, 0.05);
  transition: all 0.3s ease;
}

.ecosystem_backLink__ZOko4:hover {
  border-color: #ebfa1d;
  background: rgba(235, 250, 29, 0.1);
  transform: translateX(-4px);
}

.ecosystem_title__KD_M6 {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  margin-bottom: 1rem;
  text-transform: lowercase;
  letter-spacing: -0.02em;
}

.ecosystem_titlePrefix__egXPZ {
  color: #ebfa1d;
  font-family: var(--font-mono);
}

.ecosystem_tagline__n_Ovm {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Horizontal Profile Cards Section */
.ecosystem_profilesHeader__o_N1L {
  max-width: 100%;
  margin: 0 auto 6rem;
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}

.ecosystem_profilesScroll__nZCUR {
  display: flex;
  gap: 1.5rem;
  padding: 0 2rem;
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #ebfa1d rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}

.ecosystem_profilesScroll__nZCUR::-webkit-scrollbar {
  height: 8px;
}

.ecosystem_profilesScroll__nZCUR::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.ecosystem_profilesScroll__nZCUR::-webkit-scrollbar-thumb {
  background: #ebfa1d;
  border-radius: 4px;
}

.ecosystem_profilesScroll__nZCUR::-webkit-scrollbar-thumb:hover {
  background: #d4e019;
}

.ecosystem_profileCard__RvptZ {
  flex: 0 0 auto;
  width: 220px;
  height: 280px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  animation: ecosystem_fadeInScale__9JY9Q 0.6s ease forwards;
  opacity: 0;
}

.ecosystem_profileCard__RvptZ:nth-child(1) {
  animation-delay: 0.1s;
}
.ecosystem_profileCard__RvptZ:nth-child(2) {
  animation-delay: 0.2s;
}
.ecosystem_profileCard__RvptZ:nth-child(3) {
  animation-delay: 0.3s;
}
.ecosystem_profileCard__RvptZ:nth-child(4) {
  animation-delay: 0.4s;
}
.ecosystem_profileCard__RvptZ:nth-child(5) {
  animation-delay: 0.5s;
}
.ecosystem_profileCard__RvptZ:nth-child(6) {
  animation-delay: 0.6s;
}
.ecosystem_profileCard__RvptZ:nth-child(7) {
  animation-delay: 0.7s;
}
.ecosystem_profileCard__RvptZ:nth-child(8) {
  animation-delay: 0.8s;
}

.ecosystem_profileCardInner__oXlLO {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ecosystem_profileCard__RvptZ:hover {
  transform: scale(1.15) translateY(-10px);
  z-index: 10;
}

.ecosystem_profileCard__RvptZ:hover .ecosystem_profileCardInner__oXlLO {
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.8),
    0 0 60px var(--bot-color, #ebfa1d),
    inset 0 0 0 2px var(--bot-color, #ebfa1d);
}

.ecosystem_profileCardImage__1K__P {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(0.9) contrast(1.1);
}

.ecosystem_profileCard__RvptZ:hover .ecosystem_profileCardImage__1K__P {
  transform: scale(1.1);
  filter: brightness(1) contrast(1.2);
}

.ecosystem_profileOverlay__Otp8G {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.2) 70%,
    transparent 100%
  );
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
}

.ecosystem_profileCard__RvptZ:hover .ecosystem_profileOverlay__Otp8G {
  opacity: 1;
}

.ecosystem_overlayText__uS7sn {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  transform: translateY(20px);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ecosystem_profileCard__RvptZ:hover .ecosystem_overlayText__uS7sn {
  transform: translateY(0);
}

.ecosystem_overlayName__vZP4B {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--bot-color, #ebfa1d);
  text-shadow:
    0 0 20px var(--bot-color, #ebfa1d),
    0 2px 10px rgba(0, 0, 0, 0.8);
  line-height: 1;
}

.ecosystem_overlayRole__YW8wI {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

@keyframes ecosystem_fadeInScale__9JY9Q {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Bots Grid */
.ecosystem_botsGrid__yBaRz {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .ecosystem_botsGrid__yBaRz {
    grid-template-columns: 1fr;
  }
}

/* Bot Card */
.ecosystem_botCard__RQXAW {
  padding: 2rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: ecosystem_fadeInUp__8hZhm 0.6s ease forwards;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.ecosystem_botCard__RQXAW::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ecosystem_botCard__RQXAW:hover::before {
  opacity: 1;
}

.ecosystem_botCard__RQXAW:hover {
  transform: translateY(-8px);
  background: rgba(0, 0, 0, 0.7);
  border-color: currentColor;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.ecosystem_botImage__IwFv7 {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}

.ecosystem_botCard__RQXAW:hover .ecosystem_botImage__IwFv7 {
  transform: scale(1.05);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.8),
    0 0 40px currentColor;
}

.ecosystem_profileImg__E5Str {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.ecosystem_botName__YOPDo {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  text-transform: lowercase;
}

.ecosystem_botRole___dzq7 {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
}

.ecosystem_botTagline__MkeLV {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}

.ecosystem_botDomains__zas2I {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ecosystem_domainTag__JoiUT {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@keyframes ecosystem_fadeInUp__8hZhm {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Modal */
.ecosystem_modal__o7p_3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 1000;
  animation: ecosystem_fadeIn__24H5S 0.3s ease;
}

.ecosystem_modalContent__PMTiN {
  background: #0a0a0a;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 3rem;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: ecosystem_modalSlideUp__QKcLh 0.4s ease;
}

.ecosystem_modalContent__PMTiN::-webkit-scrollbar {
  width: 8px;
}

.ecosystem_modalContent__PMTiN::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

.ecosystem_modalContent__PMTiN::-webkit-scrollbar-thumb {
  background: #ebfa1d;
  border-radius: 4px;
}

.ecosystem_closeButton__Bo5o_ {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

.ecosystem_closeButton__Bo5o_:hover {
  color: #ebfa1d;
  transform: rotate(90deg);
}

.ecosystem_modalHeader__LxoiC {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.ecosystem_modalImage__jgZhN {
  flex-shrink: 0;
  width: 150px;
  height: 188px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.6),
    0 0 40px currentColor;
}

.ecosystem_modalImage__jgZhN .ecosystem_profileImg__E5Str {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecosystem_modalTitle__NYqB9 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: lowercase;
  margin-bottom: 0.25rem;
}

.ecosystem_modalRole__FYMm1 {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}

.ecosystem_modalTagline__CNccK {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ecosystem_modalDescription__7BnNO {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}

.ecosystem_modalSection__FmF9L {
  margin-bottom: 2rem;
}

.ecosystem_modalSectionTitle__z286g {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ebfa1d;
  margin-bottom: 1rem;
}

.ecosystem_modalList___BUMp {
  list-style: none;
  padding: 0;
}

.ecosystem_modalList___BUMp li {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.ecosystem_modalList___BUMp li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #ebfa1d;
}

.ecosystem_modalDomains__9mJ8j {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ecosystem_modalDomainTag__HJRcO {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid currentColor;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.ecosystem_modalDomainTag__HJRcO:hover {
  background: rgba(255, 255, 255, 0.08);
}

@keyframes ecosystem_fadeIn__24H5S {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ecosystem_modalSlideUp__QKcLh {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 768px) {
  .ecosystem_main__O_IFM {
    padding: 2rem 1rem;
  }

  .ecosystem_header__ur97_ {
    margin-bottom: 4rem;
  }

  .ecosystem_profilesHeader__o_N1L {
    margin-bottom: 4rem;
  }

  .ecosystem_profilesScroll__nZCUR {
    padding: 0 1rem;
  }

  .ecosystem_profileCard__RvptZ {
    width: 180px;
    height: 230px;
  }

  .ecosystem_profileCard__RvptZ:hover {
    transform: scale(1.08) translateY(-8px);
  }

  .ecosystem_overlayName__vZP4B {
    font-size: 1.5rem;
  }

  .ecosystem_overlayRole__YW8wI {
    font-size: 0.6rem;
  }

  .ecosystem_modalContent__PMTiN {
    padding: 2rem;
    max-height: 95vh;
  }

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

  .ecosystem_modalEmoji__3vPqf {
    font-size: 4rem;
  }

  .ecosystem_modalTitle__NYqB9 {
    font-size: 2rem;
  }
}

