.ze29Jz6hileufScVbrCp {
  position: relative;
  z-index: 100;
  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 calc(22px + env(safe-area-inset-bottom, 0px));
  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;
  grid-template-rows: minmax(0, 1fr);
  line-height: 1.35;
  max-height: calc(100vh - 206px);
  max-height: calc(100dvh - 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);
    max-height: calc(100dvh - 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: auto;
  max-height: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.YcIAgnKJdZfk9ZIKMQeo[data-media="youtube"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

._uvUR9vzIq1w80jkvJ5g {
  padding: 16px 16px calc(16px + env(safe-area-inset-bottom, 0px));
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  row-gap: 14px;
  max-height: 100%;
  height: calc(100% - 24px);
  min-height: 0;
  overflow: hidden;
}

.eDSAIYdaT0H9XtpA5XPu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--border-strong, rgba(127,127,127,0.55)) transparent;
  padding-right: 6px;
  padding-bottom: 10px;
  margin-right: -6px;
  min-height: 0;
  max-height: 100%;
  height: 100%;
  flex: 1 1 auto;
  -webkit-overflow-scrolling: touch;
}

.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: 6px;
  padding: 12px 0 max(2px, env(safe-area-inset-bottom, 0px));
  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;
  }
}

.arnEkhJCJapk9NDG2mqo {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--border-subtle, rgba(0,0,0,0.12));
  border-radius: 20px;
  background: linear-gradient(180deg, var(--surface, #ffffff), var(--surface-subtle, #f8f8f8));
  color: var(--text-primary, #111111);
  line-height: 1.35;
  overflow: hidden;
  --glass-ring: rgba(255,255,255,0.85);
  --glass-ring-soft: rgba(79,107,255,0.2);
  --section-pointer-x: 50%;
  --section-pointer-y: 50%;
  --section-pointer-active: 0;
}

.SE3WoVVJCK6NJfCMusDq {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  opacity: var(--section-pointer-active, 0);
  background: radial-gradient(
    360px 360px at var(--section-pointer-x, 50%) var(--section-pointer-y, 50%),
    var(--glass-ring) 0%,
    var(--glass-ring-soft) 45%,
    rgba(255,255,255,0) 70%
  );
  transition: opacity 180ms ease;
  z-index: 0;
  -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;
}

.arnEkhJCJapk9NDG2mqo[data-theme="light"] {
  color-scheme: light;
  --surface: #ffffff;
  --surface-subtle: #f8f8f8;
  --surface-strong: #111111;
  --text-primary: #111111;
  --text-muted: rgba(0,0,0,0.75);
  --border-subtle: rgba(0,0,0,0.12);
  --border-strong: rgba(0,0,0,0.2);
  --glass-ring: rgba(255,255,255,0.9);
  --glass-ring-soft: rgba(79,107,255,0.22);
}

.arnEkhJCJapk9NDG2mqo[data-theme="dark"] {
  color-scheme: dark;
  --surface: #141414;
  --surface-subtle: #1b1b1b;
  --surface-strong: #f5f5f5;
  --text-primary: #f5f5f5;
  --text-muted: rgba(255,255,255,0.72);
  --border-subtle: rgba(255,255,255,0.16);
  --border-strong: rgba(255,255,255,0.28);
  --glass-ring: rgba(255,255,255,0.72);
  --glass-ring-soft: rgba(157,176,255,0.3);
}

.OkD1KPjQtWIBUPJnBEkt {
  display: grid;
  gap: 8px;
  max-width: 680px;
  position: relative;
  z-index: 1;
}

.KAnw8a9ECF6E8hinPtIZ {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.7;
}

.wwfEN9Xk5pth1DJu0fWU {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

.YjpHiv21QuaulHzCxaFQ {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.75;
}

.YjpHiv21QuaulHzCxaFQ p {
  margin: 0 0 10px;
}

.YjpHiv21QuaulHzCxaFQ p:last-child {
  margin-bottom: 0;
}

.m4IBdKnuICcDb4nqBjWJ {
  --min-card-width: var(--team-teaser-min-card-width, 260px);
  --max-card-width: var(--team-teaser-max-card-width, 340px);
  --rail-gap: var(--team-teaser-gap, 16px);
  --team-card-max-width: var(--max-card-width);
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(var(--min-card-width), var(--max-card-width));
  align-items: start;
  gap: var(--rail-gap);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding-top: 10px;
  margin-top: -6px;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.m4IBdKnuICcDb4nqBjWJ::-webkit-scrollbar {
  height: 8px;
}

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

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

.m4IBdKnuICcDb4nqBjWJ > * {
  min-width: var(--min-card-width);
  max-width: var(--max-card-width);
  width: 100%;
  scroll-snap-align: start;
}

.m4IBdKnuICcDb4nqBjWJ slot[name="children"] {
  display: contents;
}

.m4IBdKnuICcDb4nqBjWJ slot[name="children"]::slotted([slot="children"]) {
  display: contents;
}

.m4IBdKnuICcDb4nqBjWJ [data-glass-card="true"] {
  --team-card-max-width: 100%;
  max-width: 100%;
  width: 100%;
}

.BkCog33oLa6WpTxBcJxL {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  --pointer-x: 50%;
  --pointer-y: 50%;
  --pointer-active: 0;
  --pointer-ambient: 0;
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--border-subtle, rgba(0,0,0,0.12));
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  color: var(--text-primary, #111111);
  text-decoration: none;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.rLxwqfZWbjtIZ3Knnq8a {
  position: absolute;
  inset: -22% -34%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-18%, -10%, 0) rotate(-12deg);
  transition: opacity 260ms ease, transform 520ms cubic-bezier(0.2, 0.65, 0.22, 1);
  background:
    radial-gradient(46% 34% at 28% 26%, rgba(255,255,255,0.18), rgba(255,255,255,0) 72%),
    linear-gradient(112deg, rgba(255,255,255,0.04) 18%, rgba(255,255,255,0.16) 42%, rgba(255,255,255,0.04) 66%);
  filter: blur(7px) saturate(110%);
}

.BkCog33oLa6WpTxBcJxL::before,
.BkCog33oLa6WpTxBcJxL::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  z-index: 1;
  -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;
}

.BkCog33oLa6WpTxBcJxL::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(79,107,255,0.2)) 45%,
    rgba(255,255,255,0) 70%
  );
  opacity: var(--pointer-ambient, 0);
  transition: opacity 180ms ease;
}

.BkCog33oLa6WpTxBcJxL::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(79,107,255,0.2)) 45%,
    rgba(255,255,255,0) 70%
  );
  opacity: var(--pointer-active, 0);
  transition: opacity 180ms ease;
}

.BkCog33oLa6WpTxBcJxL:hover {
  --pointer-active: 1;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px var(--shadow-strong, rgba(0,0,0,0.35));
  border-color: var(--border-strong, rgba(255,255,255,0.28));
}

.BkCog33oLa6WpTxBcJxL:hover .rLxwqfZWbjtIZ3Knnq8a {
  opacity: 0.85;
  transform: translate3d(8%, -4%, 0) rotate(-8deg);
}

.BEicCdd4yTHsZdUQQnPY {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.7;
}

.c8nfCaCj6o_OT8TbhhZW {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.U7QRzwEJjX6IB_OIwngT {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-muted, rgba(0,0,0,0.72));
}

.hn20x2vbug6haRfIH9Q_ {
  display: block;
}

.K7FbydWKFkB_7fw3kUU0 {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.BkCog33oLa6WpTxBcJxL:focus-visible {
  outline: 2px solid var(--focus-ring, #111111);
  outline-offset: 3px;
}

.BkCog33oLa6WpTxBcJxL > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .m4IBdKnuICcDb4nqBjWJ {
    justify-items: stretch;
  }

  .m4IBdKnuICcDb4nqBjWJ > * {
    min-width: 0;
    max-width: none;
    width: 100%;
    justify-self: stretch;
  }

  .m4IBdKnuICcDb4nqBjWJ [data-glass-card="true"] {
    --team-card-max-width: 100%;
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .BkCog33oLa6WpTxBcJxL {
    aspect-ratio: auto;
    min-height: 0;
    height: auto;
    gap: 10px;
    padding: 18px;
  }
}

@media (max-width: 640px) {
  .arnEkhJCJapk9NDG2mqo {
    padding: 18px;
    border-radius: 16px;
  }

  .wwfEN9Xk5pth1DJu0fWU {
    font-size: 24px;
  }

  .m4IBdKnuICcDb4nqBjWJ {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    overflow-x: visible;
    scroll-snap-type: none;
    padding-top: 0;
    margin-top: 0;
  }

  .m4IBdKnuICcDb4nqBjWJ > * {
    min-width: 0;
    max-width: 100%;
  }

  .BkCog33oLa6WpTxBcJxL {
    min-height: 220px;
  }

  .hn20x2vbug6haRfIH9Q_ {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .SE3WoVVJCK6NJfCMusDq {
    transition: none;
  }
}

