/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ecosystem/ecosystem.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.ecosystem_main__zsCgA {
  min-height: 100vh;
  padding: 4rem 2rem;
  position: relative;
}

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

.ecosystem_backLink__BMbjl {
  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__BMbjl:hover {
  border-color: #ebfa1d;
  background: rgba(235, 250, 29, 0.1);
  transform: translateX(-4px);
}

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

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

.ecosystem_tagline__C9Yo_ {
  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__szIkv {
  max-width: 100%;
  margin: 0 auto 6rem;
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}

.ecosystem_profilesScroll__jnq1f {
  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__jnq1f::-webkit-scrollbar {
  height: 8px;
}

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

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

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

.ecosystem_profileCard__Z_qRe {
  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__AFvzb 0.6s ease forwards;
  opacity: 0;
}

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

.ecosystem_profileCardInner__TMihY {
  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__Z_qRe:hover {
  transform: scale(1.15) translateY(-10px);
  z-index: 10;
}

.ecosystem_profileCard__Z_qRe:hover .ecosystem_profileCardInner__TMihY {
  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__kG_eh {
  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__Z_qRe:hover .ecosystem_profileCardImage__kG_eh {
  transform: scale(1.1);
  filter: brightness(1) contrast(1.2);
}

.ecosystem_profileOverlay__QdJ_I {
  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__Z_qRe:hover .ecosystem_profileOverlay__QdJ_I {
  opacity: 1;
}

.ecosystem_overlayText__gqbS0 {
  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__Z_qRe:hover .ecosystem_overlayText__gqbS0 {
  transform: translateY(0);
}

.ecosystem_overlayName__1EKRf {
  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__yKyEV {
  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__AFvzb {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Bots Grid */
.ecosystem_botsGrid__KaMEJ {
  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__KaMEJ {
    grid-template-columns: 1fr;
  }
}

/* Bot Card */
.ecosystem_botCard__O_if7 {
  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___9wZF 0.6s ease forwards;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

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

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

.ecosystem_botCard__O_if7: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__RUSpM {
  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__O_if7:hover .ecosystem_botImage__RUSpM {
  transform: scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.8), 0 0 40px currentColor;
}

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

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

.ecosystem_botRole__eIrcM {
  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__vCPWT {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}

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

.ecosystem_domainTag__h9ZrO {
  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___9wZF {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Modal */
.ecosystem_modal__qVwnV {
  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__6obTF 0.3s ease;
}

.ecosystem_modalContent__Vzldg {
  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__mH9E9 0.4s ease;
}

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

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

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

.ecosystem_closeButton__t83Zl {
  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__t83Zl:hover {
  color: #ebfa1d;
  transform: rotate(90deg);
}

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

.ecosystem_modalImage__P8oNs {
  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__P8oNs .ecosystem_profileImg__Ba4Fy {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.ecosystem_modalRole__e19Ft {
  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__DabBq {
  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__D08tL {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}

.ecosystem_modalSection__fMENC {
  margin-bottom: 2rem;
}

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

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

.ecosystem_modalList__sEH9A 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__sEH9A li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #ebfa1d;
}

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

.ecosystem_modalDomainTag__5cBrc {
  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__5cBrc:hover {
  background: rgba(255, 255, 255, 0.08);
}

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

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

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

  .ecosystem_header__vRbzP {
    margin-bottom: 4rem;
  }

  .ecosystem_profilesHeader__szIkv {
    margin-bottom: 4rem;
  }

  .ecosystem_profilesScroll__jnq1f {
    padding: 0 1rem;
  }

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

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

  .ecosystem_overlayName__1EKRf {
    font-size: 1.5rem;
  }

  .ecosystem_overlayRole__yKyEV {
    font-size: 0.6rem;
  }

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

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

  .ecosystem_modalEmoji__Dli83 {
    font-size: 4rem;
  }

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

