/* [project]/app/editorial-board/page.module.css [app-client] (css) */
.page-module__FqWqRG__container {
  background: #f8f9fc;
  min-height: 100vh;
}

.page-module__FqWqRG__heroBanner {
  background: linear-gradient(135deg, #4a148c 0%, #7b1fa2 40%, #512da8 70%, #311b92 100%);
  padding: 4rem 10%;
  position: relative;
  overflow: hidden;
}

.page-module__FqWqRG__heroOverlay {
  pointer-events: none;
  background: radial-gradient(circle at 20% 80%, #ffffff0f 0%, #0000 50%), radial-gradient(circle at 80% 20%, #ffc10714 0%, #0000 40%);
  position: absolute;
  inset: 0;
}

.page-module__FqWqRG__heroContent {
  z-index: 2;
  animation: .6s ease-out page-module__FqWqRG__fadeSlideDown;
  position: relative;
}

.page-module__FqWqRG__heroTitle {
  color: #fff;
  letter-spacing: -.5px;
  text-shadow: 0 2px 12px #0003;
  margin: 0 0 .5rem;
  font-size: 2.6rem;
  font-weight: 800;
}

.page-module__FqWqRG__heroSub {
  color: #fffc;
  margin: 0 0 1.2rem;
  font-size: 1.15rem;
  font-weight: 400;
}

.page-module__FqWqRG__heroDivider {
  background: linear-gradient(90deg, #ffc107, #ff9800);
  border-radius: 2px;
  width: 60px;
  height: 4px;
}

@keyframes page-module__FqWqRG__fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-module__FqWqRG__mainContent {
  z-index: 3;
  max-width: 1200px;
  margin: -2rem auto 0;
  padding: 0 2rem 4rem;
  animation: .7s ease-out .2s both page-module__FqWqRG__fadeUp;
  position: relative;
}

@keyframes page-module__FqWqRG__fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-module__FqWqRG__leaderSection {
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.page-module__FqWqRG__coEditorGrid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  display: grid;
}

.page-module__FqWqRG__leaderCard {
  background: #fff;
  border-left: 4px solid #7b1fa2;
  border-radius: 14px;
  align-items: center;
  gap: 1.2rem;
  padding: 1.8rem 2rem;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 4px 20px #00000014;
}

.page-module__FqWqRG__leaderCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px #0000001f;
}

.page-module__FqWqRG__leaderAvatar {
  background: linear-gradient(135deg, #ede7f6, #d1c4e9);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.page-module__FqWqRG__leaderAvatar svg {
  stroke: #7b1fa2;
  width: 28px;
  height: 28px;
}

.page-module__FqWqRG__leaderInfo {
  flex-direction: column;
  gap: .2rem;
  display: flex;
}

.page-module__FqWqRG__leaderLabel {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #7b1fa2;
  font-size: .75rem;
  font-weight: 700;
}

.page-module__FqWqRG__leaderName {
  color: #1e293b;
  font-size: 1.1rem;
  font-weight: 700;
}

.page-module__FqWqRG__leaderPosition {
  color: #64748b;
  font-size: .85rem;
  line-height: 1.5;
}

.page-module__FqWqRG__boardSection {
  background: #fff;
  border: 1px solid #0000000a;
  border-radius: 14px;
  margin-bottom: 1.5rem;
  padding: 2rem 2.5rem;
  box-shadow: 0 2px 12px #0000000d;
}

.page-module__FqWqRG__sectionHeader {
  border-bottom: 2px solid #f0f0f5;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.page-module__FqWqRG__sectionIcon {
  stroke: #7b1fa2;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.page-module__FqWqRG__sectionTitle {
  color: #1e293b;
  flex: 1;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.page-module__FqWqRG__sectionBadge {
  color: #7b1fa2;
  white-space: nowrap;
  background: #ede7f6;
  border-radius: 50px;
  padding: .3rem .8rem;
  font-size: .75rem;
  font-weight: 600;
}

.page-module__FqWqRG__memberGrid {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.page-module__FqWqRG__memberRow {
  border-radius: 8px;
  align-items: flex-start;
  gap: 1rem;
  padding: .9rem 1rem;
  transition: background .2s;
  display: flex;
}

.page-module__FqWqRG__memberRow:nth-child(odd) {
  background: #fafbfe;
}

.page-module__FqWqRG__memberRow:hover {
  background: #ede7f6;
}

.page-module__FqWqRG__memberNum {
  color: #512da8;
  background: linear-gradient(135deg, #e8eaf6, #d1c4e9);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  font-size: .78rem;
  font-weight: 700;
  display: flex;
}

.page-module__FqWqRG__memberInfo {
  flex-direction: column;
  gap: .15rem;
  min-width: 0;
  display: flex;
}

.page-module__FqWqRG__memberName {
  color: #1e293b;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.4;
}

.page-module__FqWqRG__memberPosition {
  color: #64748b;
  font-size: .85rem;
  line-height: 1.5;
}

.page-module__FqWqRG__contactGrid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.page-module__FqWqRG__contactCard {
  background: linear-gradient(135deg, #f8f9fc 0%, #ede7f6 100%);
  border: 1px solid #e8e0f0;
  border-radius: 12px;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  transition: transform .2s;
  display: flex;
}

.page-module__FqWqRG__contactCard:hover {
  transform: translateY(-2px);
}

.page-module__FqWqRG__contactAvatar {
  background: #7b1fa2;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.page-module__FqWqRG__contactAvatar svg {
  stroke: #fff;
  width: 22px;
  height: 22px;
}

.page-module__FqWqRG__contactInfo {
  flex-direction: column;
  gap: .15rem;
  display: flex;
}

.page-module__FqWqRG__contactName {
  color: #1e293b;
  font-size: .95rem;
  font-weight: 600;
}

.page-module__FqWqRG__contactRole {
  color: #64748b;
  font-size: .82rem;
}

.page-module__FqWqRG__phoneBtn {
  color: #fff;
  background: linear-gradient(135deg, #7b1fa2 0%, #512da8 100%);
  border-radius: 50px;
  align-items: center;
  gap: .5rem;
  padding: .7rem 1.8rem;
  font-size: .95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex;
  box-shadow: 0 3px 12px #7b1fa24d;
}

.page-module__FqWqRG__phoneBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #7b1fa266;
}

@media (max-width: 768px) {
  .page-module__FqWqRG__heroBanner {
    padding: 3rem 5%;
  }

  .page-module__FqWqRG__heroTitle {
    font-size: 2rem;
  }

  .page-module__FqWqRG__mainContent {
    padding: 0 1rem 3rem;
  }

  .page-module__FqWqRG__coEditorGrid, .page-module__FqWqRG__contactGrid {
    grid-template-columns: 1fr;
  }

  .page-module__FqWqRG__boardSection {
    padding: 1.5rem;
  }

  .page-module__FqWqRG__leaderCard {
    text-align: center;
    flex-direction: column;
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .page-module__FqWqRG__heroTitle {
    font-size: 1.6rem;
  }

  .page-module__FqWqRG__heroSub {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=app_editorial-board_page_module_2af0ae27.css.map*/