.ze29Jz6hileufScVbrCp {
  position: relative;
  border: 1px solid var(--border-subtle, rgba(0,0,0,0.12));
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface, #ffffff);
  transition: transform 150ms ease, box-shadow 150ms ease;
  width: 100%;
  max-width: var(--team-card-max-width, 100%);
  justify-self: start;
  line-height: 1.3;
  --glass-ring: rgba(255,255,255,0.85);
  --glass-ring-soft: rgba(79,107,255,0.2);
  --pointer-x: 50%;
  --pointer-y: 50%;
  --pointer-active: 0;
  --pointer-ambient: 0;
}

.ze29Jz6hileufScVbrCp::before,
.ze29Jz6hileufScVbrCp::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  z-index: 2;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.ze29Jz6hileufScVbrCp::before {
  background: radial-gradient(
    320px 320px at var(--pointer-x, 50%) var(--pointer-y, 50%),
    var(--glass-ring, rgba(255,255,255,0.75)) 0%,
    var(--glass-ring-soft, rgba(255,255,255,0.2)) 45%,
    rgba(255,255,255,0) 70%
  );
  opacity: var(--pointer-ambient, 0);
  transition: opacity 180ms ease;
}

.ze29Jz6hileufScVbrCp::after {
  background: radial-gradient(
    140px 140px at var(--pointer-x, 50%) var(--pointer-y, 50%),
    var(--glass-ring, rgba(255,255,255,0.75)) 0%,
    var(--glass-ring-soft, rgba(255,255,255,0.2)) 45%,
    rgba(255,255,255,0) 70%
  );
  opacity: var(--pointer-active, 0);
  transition: opacity 180ms ease;
}

.ze29Jz6hileufScVbrCp[data-interactive="true"] {
  cursor: pointer;
}

.ze29Jz6hileufScVbrCp[data-interactive="true"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px var(--shadow-strong, rgba(0,0,0,0.35));
}

.ze29Jz6hileufScVbrCp[data-interactive="false"] {
  cursor: default;
}

.ze29Jz6hileufScVbrCp[data-interactive="false"]:hover {
  transform: none;
  box-shadow: none;
}

.ze29Jz6hileufScVbrCp[data-modal-open="true"],
.ze29Jz6hileufScVbrCp[data-modal-open="true"]:hover {
  transform: none;
}

.ze29Jz6hileufScVbrCp:focus-visible {
  outline: 2px solid var(--focus-ring, rgba(255,255,255,0.8));
  outline-offset: 3px;
}

.ze29Jz6hileufScVbrCp:focus-visible::after {
  opacity: 1;
}

.rnhPvf7B6jOePzKN9KT0 {
  position: relative;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, rgba(0,0,0,0.08), rgba(0,0,0,0.02));
  overflow: hidden;
}

.v8Z0aVACtsZIxSwYU_ng {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kwrrjfAXKEbSJJQ6176v {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 200ms ease;
}

.ze29Jz6hileufScVbrCp:hover .kwrrjfAXKEbSJJQ6176v {
  opacity: 1;
}

.B6Rj_BV5ewkTMW36nzsh {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 14px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.65));
  color: #fff;
}

.PzEgovTQABi2yzlUp8QR {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(0,0,0,0.45);
  border: 1px dashed rgba(255,255,255,0.6);
  color: #fff;
  pointer-events: none;
  box-shadow: 0 8px 16px rgba(0,0,0,0.35);
}

.OVXKwHmAn1xyDd3hgi9_ {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.tnBodhuNUZLrPy7dJpkQ {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.KxNmY5fCdsGyCCocwp26 {
  font-size: 13px;
  opacity: 0.9;
}

.JGYc9YVQ_REhNYbKxrUm {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.25);
}

.JGYc9YVQ_REhNYbKxrUm::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}

.UWfU4Cd1jjYERfZvPdBc {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  justify-content: space-between;
}

.Xqu73_zpDIDvwZ9xgbYR {
  display: grid;
  gap: 8px;
}

.sTyEcTQeDsCDmHy0UdwO {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 12px;
  background: var(--cta-bg, rgba(255,255,255,0.16));
  border: 1px solid var(--cta-border, rgba(255,255,255,0.28));
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  gap: 8px;
  margin-left: auto;
  white-space: nowrap;
}

.IG5nPZw6_xCKP6E9wa1N {
  transform: translateX(0);
  transition: transform 150ms ease;
}
.cKzE84ybYiwSeAo6OY1F {
  transform: translate(0, 0);
  transition: transform 150ms ease;
  font-size: 14px;
  line-height: 1;
}

.ze29Jz6hileufScVbrCp[data-interactive="true"]:hover .IG5nPZw6_xCKP6E9wa1N {
  transform: translateX(2px);
}

.ze29Jz6hileufScVbrCp[data-interactive="true"]:hover .cKzE84ybYiwSeAo6OY1F {
  transform: translate(1px, -1px);
}

.ze29Jz6hileufScVbrCp[data-external="true"] {
  border-style: dashed;
  border-color: rgba(255,255,255,0.35);
}

.ze29Jz6hileufScVbrCp[data-external="true"] .PzEgovTQABi2yzlUp8QR {
  background: rgba(255,201,101,0.9);
  border-color: rgba(255,234,190,0.95);
  color: #2b1a00;
}

.CWWv1uuP5MuJkV9paVsl {
  padding: 14px;
  display: grid;
  gap: 10px;
}

.b8FazdgGZ90z9JynjhZa {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.MJtZDbJy6L33IHXH23qK {
  padding: 10px;
  border: 1px solid var(--border-subtle, rgba(0,0,0,0.12));
  border-radius: 14px;
}

.e_1gWpwHUHn6FNmIlXcf {
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 4px;
}

.BgRlPWjbAesH63T8Yt8Y {
  font-size: 16px;
  font-weight: 800;
}

/* Modal */
.ZoNVtacV5fWgiFwoMigA {
  position: fixed;
  inset: 0;
  background: var(--overlay, rgba(0,0,0,0.55));
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 162px 22px 22px;
  z-index: 2147483647;
}

.nW0GvMuyVtQp5oRhC6T_ {
  position: relative;
  isolation: isolate;
  width: min(980px, 100%);
  border-radius: 18px;
  background: var(--surface, #ffffff);
  overflow: hidden;
  box-shadow: 0 30px 80px var(--shadow-strong, rgba(0,0,0,0.35));
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  line-height: 1.35;
  max-height: calc(100vh - 206px);
  --modal-glass-ring: var(--glass-ring, rgba(255,255,255,0.75));
  --modal-glass-ring-soft: var(--glass-ring-soft, rgba(79,107,255,0.2));
  --pointer-x: 50%;
  --pointer-y: 18%;
  --pointer-active: 0;
  --pointer-ambient: 0.15;
}

.nW0GvMuyVtQp5oRhC6T_::before,
.nW0GvMuyVtQp5oRhC6T_::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  z-index: 3;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.nW0GvMuyVtQp5oRhC6T_::before {
  background: radial-gradient(
    380px 380px at var(--pointer-x, 50%) var(--pointer-y, 18%),
    var(--modal-glass-ring, rgba(255,255,255,0.75)) 0%,
    var(--modal-glass-ring-soft, rgba(79,107,255,0.2)) 45%,
    rgba(255,255,255,0) 70%
  );
  opacity: var(--pointer-ambient, 0.15);
  transition: opacity 180ms ease;
}

.nW0GvMuyVtQp5oRhC6T_::after {
  background: radial-gradient(
    170px 170px at var(--pointer-x, 50%) var(--pointer-y, 18%),
    var(--modal-glass-ring, rgba(255,255,255,0.75)) 0%,
    var(--modal-glass-ring-soft, rgba(79,107,255,0.2)) 45%,
    rgba(255,255,255,0) 70%
  );
  opacity: var(--pointer-active, 0);
  transition: opacity 180ms ease;
}

@media (max-width: 860px) {
  .nW0GvMuyVtQp5oRhC6T_ {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    max-height: calc(100vh - 164px);
  }

  .ZoNVtacV5fWgiFwoMigA {
    padding-top: 120px;
  }

  .YcIAgnKJdZfk9ZIKMQeo {
    max-height: clamp(220px, 40vh, 360px);
  }

  .YcIAgnKJdZfk9ZIKMQeo[data-media="image"] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(220px, 40vh, 360px);
    max-height: clamp(220px, 40vh, 360px);
    padding: 12px;
    box-sizing: border-box;
    overflow: hidden;
    background: radial-gradient(circle at 25% 25%, rgba(255,255,255,0.05), rgba(255,255,255,0));
  }

  .YcIAgnKJdZfk9ZIKMQeo[data-media="image"] .ZNrjzil4zcKrwBezXgyb {
    position: relative;
    isolation: isolate;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--border-subtle, rgba(0,0,0,0.14));
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px;
    background: var(--surface-subtle, rgba(0,0,0,0.03));
  }

  .YcIAgnKJdZfk9ZIKMQeo[data-media="image"] .ZNrjzil4zcKrwBezXgyb::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--fallback-bg-image);
    background-size: cover;
    background-position: center;
    filter: blur(28px);
    transform: scale(1.12);
    opacity: 0.85;
    z-index: 0;
    pointer-events: none;
  }

  .YcIAgnKJdZfk9ZIKMQeo[data-media="image"] .B1EgVo05g1iyt3Qvgs4l {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
    border-radius: 12px;
  }

  .eDSAIYdaT0H9XtpA5XPu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
  }
}

@media (max-width: 480px) {
  .YcIAgnKJdZfk9ZIKMQeo[data-media="image"] {
    height: clamp(170px, 31vh, 220px);
    max-height: clamp(170px, 31vh, 220px);
    padding: 10px;
  }

  .YcIAgnKJdZfk9ZIKMQeo[data-media="image"] .ZNrjzil4zcKrwBezXgyb {
    padding: 6px;
    border-radius: 14px;
  }

  .YcIAgnKJdZfk9ZIKMQeo[data-media="image"] .B1EgVo05g1iyt3Qvgs4l {
    border-radius: 10px;
  }
}

.YcIAgnKJdZfk9ZIKMQeo {
  position: relative;
  background: #000;
  height: 100%;
  min-height: 0;
}

.ZNrjzil4zcKrwBezXgyb {
  width: 100%;
  height: 100%;
}

.YcIAgnKJdZfk9ZIKMQeo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  display: block;
}

.B1EgVo05g1iyt3Qvgs4l {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  display: block;
}

@media (min-width: 861px) {
  .YcIAgnKJdZfk9ZIKMQeo[data-media="image"] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-sizing: border-box;
    overflow: hidden;
    background: radial-gradient(circle at 25% 25%, rgba(255,255,255,0.05), rgba(255,255,255,0));
  }

  .YcIAgnKJdZfk9ZIKMQeo[data-media="image"] .ZNrjzil4zcKrwBezXgyb {
    position: relative;
    isolation: isolate;
    border: 1px solid var(--border-subtle, rgba(0,0,0,0.14));
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px;
    background: var(--surface-subtle, rgba(0,0,0,0.03));
  }

  .YcIAgnKJdZfk9ZIKMQeo[data-media="image"] .ZNrjzil4zcKrwBezXgyb::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--fallback-bg-image);
    background-size: cover;
    background-position: center;
    filter: blur(30px);
    transform: scale(1.12);
    opacity: 0.85;
    z-index: 0;
    pointer-events: none;
  }

  .YcIAgnKJdZfk9ZIKMQeo[data-media="image"] .B1EgVo05g1iyt3Qvgs4l {
    position: relative;
    z-index: 1;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
  }
}

.MA7zlnCo574qg3HlHrPl {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0));
}

.AqHHbX1YANiifS_wJHjy {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

._uvUR9vzIq1w80jkvJ5g {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-content: start;
  max-height: 100%;
  min-height: 0;
}

.eDSAIYdaT0H9XtpA5XPu {
  display: grid;
  align-content: start;
  grid-auto-rows: max-content;
  gap: 14px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--border-strong, rgba(127,127,127,0.55)) transparent;
  padding-right: 6px;
  margin-right: -6px;
  flex: 1 1 auto;
  min-height: 0;
}

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

.eDSAIYdaT0H9XtpA5XPu::-webkit-scrollbar-track {
  background: transparent;
}

.eDSAIYdaT0H9XtpA5XPu::-webkit-scrollbar-thumb {
  background: var(--border-strong, rgba(127,127,127,0.55));
  border-radius: 999px;
}

@media (max-height: 700px) {
  ._uvUR9vzIq1w80jkvJ5g {
    padding: 12px;
  }

  .eDSAIYdaT0H9XtpA5XPu {
    padding-right: 4px;
    margin-right: -4px;
  }
}

.NiNiP99xtkAUvPC95wCg {
  display: grid;
  gap: 2px;
}

.FKaU4qkc9V6qh58eFLcg {
  font-size: 18px;
  font-weight: 900;
}
.gZVbEvoYEhj4dCqAiyR5 {
  font-size: 13px;
  opacity: 0.7;
}

.Qt5MUjqGiSWoQARCE0gp {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
}

.InRDqzcAwhKNmFwmrVA_ {
  font-size: 14px;
  line-height: 1.45;
  color: var(--text-primary, #111111);
}

.InRDqzcAwhKNmFwmrVA_ p {
  margin: 0 0 10px;
  color: inherit;
}
.InRDqzcAwhKNmFwmrVA_ ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text-primary, #111111) !important;
  display: block !important;
  background: none !important;
  background-color: transparent !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
}

.InRDqzcAwhKNmFwmrVA_ li {
  color: var(--text-primary, #111111) !important;
}

.InRDqzcAwhKNmFwmrVA_ li::marker {
  color: var(--text-primary, #111111) !important;
}

.wjaP2A80k3RJ_yitErUh {
  display: grid;
  gap: 6px;
}

.UXEubxMohO21vZZUjbAl {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}

.ftxqWHkcF8KxcR2D0M7Q {
  font-size: 14px;
  line-height: 1.45;
  color: var(--text-primary, #111111);
}

.ftxqWHkcF8KxcR2D0M7Q p {
  margin: 0 0 10px;
  color: inherit;
}

.ftxqWHkcF8KxcR2D0M7Q ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text-primary, #111111) !important;
  display: block !important;
  background: none !important;
  background-color: transparent !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
}

.ftxqWHkcF8KxcR2D0M7Q li {
  color: var(--text-primary, #111111) !important;
}

.ftxqWHkcF8KxcR2D0M7Q li::marker {
  color: var(--text-primary, #111111) !important;
}

.vSShzplibmfmDwoRfLGZ {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.DxTW_jKZLr54ZFmFb6NG {
  display: grid;
  gap: 6px;
}

.cK8ldrhOKEGBTArJlCEP {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px 0 0;
  background: var(--surface, #ffffff);
  border-top: 1px solid var(--border-subtle, rgba(0,0,0,0.12));
}

.My2WmcCnGlxZVsZgjpBE {
  border: 1px solid var(--border-subtle, rgba(0,0,0,0.12));
  background: var(--surface, #ffffff);
  border-radius: 12px;
  padding: 9px 12px;
  font-weight: 700;
  cursor: pointer;
}

.fnLRU1ljS8aQA8AIaaMV {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: var(--text-primary, #111111);
  opacity: 0.8;
}
.fnLRU1ljS8aQA8AIaaMV:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .ze29Jz6hileufScVbrCp,
  .ze29Jz6hileufScVbrCp::before,
  .ze29Jz6hileufScVbrCp::after,
  .kwrrjfAXKEbSJJQ6176v,
  .IG5nPZw6_xCKP6E9wa1N {
    transition: none;
  }
}

