.Platform_platformPage__1Mqgg {
  flex: 1 1;
  padding: 64px 20px 80px;
  position: relative;
  overflow: hidden;
}
.Platform_container__9dsus {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.Platform_hero__3WzI_ {
  text-align: center;
  margin-bottom: 56px;
  position: relative;
}
.Platform_heroGlow__bkhfm {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  height: 240px;
  background: radial-gradient(ellipse, color-mix(in srgb, var(--glow-color-1, var(--primary-color)) calc(var(--ambient-glow-intensity, 1) * 15%), transparent) 0%, color-mix(in srgb, var(--glow-color-1, var(--primary-color)) calc(var(--ambient-glow-intensity, 1) * 8%), transparent) 50%, transparent 70%);
  pointer-events: none;
  filter: blur(40px);
}
.Platform_title__jdm_3 {
  font-size: 40px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--neon-purple) 0%, var(--primary-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  filter: drop-shadow(0 0 12px rgba(var(--primary-rgb), calc(var(--text-glow-intensity, 1) * 0.35)));
}
.Platform_subtitle__ig1xh {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}
.Platform_cardGrid__mcFha {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
@media (max-width: 768px) {
  .Platform_cardGrid__mcFha {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.Platform_entryCard__4Tk_0 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 28px;
  background: rgba(15, 15, 25, 0.6);
  border: 1px solid color-mix(in srgb, var(--primary-color) 15%, transparent);
  border-radius: var(--radius-xl);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
  overflow: hidden;
}
.Platform_entryCard__4Tk_0::after {
  content: '';
  position: absolute;
  top: -30px;
  right: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-color) 8%, transparent), transparent 70%);
  pointer-events: none;
  transition: all 0.4s ease;
}
.Platform_entryCard__4Tk_0:hover {
  border-color: color-mix(in srgb, var(--primary-color) 40%, transparent);
  background: rgba(15, 15, 25, 0.85);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px color-mix(in srgb, var(--primary-color) 12%, transparent), 0 0 0 1px color-mix(in srgb, var(--primary-color) 20%, transparent);
}
.Platform_entryCard__4Tk_0:hover::after {
  width: 160px;
  height: 160px;
  top: -40px;
  right: -30px;
}
.Platform_entryCard__4Tk_0:hover .Platform_cardIcon__VppYv {
  color: var(--primary-color);
  background: color-mix(in srgb, var(--primary-color) 12%, transparent);
  border-color: color-mix(in srgb, var(--primary-color) 30%, transparent);
  transform: scale(1.05);
}
.Platform_entryCard__4Tk_0:hover .Platform_cardArrow__AHVHa {
  opacity: 1;
  transform: translateX(4px);
}
.Platform_cardIcon__VppYv {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--primary-color) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--primary-color) 20%, transparent);
  color: var(--primary-color);
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
.Platform_cardTitle__2iyW6 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
}
.Platform_cardDesc__YwiWP {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0 0 20px;
  flex: 1 1;
}
.Platform_cardArrow__AHVHa {
  color: var(--primary-color);
  opacity: 0.5;
  transition: all 0.3s ease;
}

