/* ============================================================
   137 LGS Team Page
   ============================================================ */

body.lgs-active #expanded-title,
body.lgs-active #detail-panel,
body.lgs-active #bg-layer,
body.lgs-active #c4-link { display: none !important; }

/* ---- Team Hero (EPW-TEM-002) ---- */
.lgs-team-hero {
  padding: 32px 28px 24px;
  text-align: center;
  background: linear-gradient(180deg, #fef9c3 0%, #fff 100%);
  border-bottom: 1px solid #e5e7eb;
}
.lgs-team-lineup {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.lgs-team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.lgs-team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(161, 98, 7, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lgs-team-avatar:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(161, 98, 7, 0.35);
}
.lgs-team-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #1e293b;
}
.lgs-team-role {
  font-size: 0.7rem;
  font-weight: 500;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.lgs-team-mission {
  max-width: 640px;
  margin: 0 auto;
  font-size: 0.85rem;
  line-height: 1.7;
  color: #475569;
  font-style: italic;
}
.lgs-team-mission--bold {
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
}
.lgs-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 28px 10cm;
}
