
.mpft-root{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:#031126;
  padding:54px 0 64px;
  color:var(--mpft-card-text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.mpft-root *{box-sizing:border-box}
.mpft-wrap{width:min(98vw,var(--mpft-max));margin:0 auto}
.mpft-grid-bg{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 12% 20%, rgba(74, 163, 255, 0.16), transparent 29%),
    radial-gradient(circle at 88% 22%, rgba(217, 40, 58, 0.14), transparent 31%),
    linear-gradient(180deg, #050b14 0%, #07142a 100%);
}
.mpft-grid-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.90),rgba(0,0,0,.30));
}
.mpft-header{
  text-align:center;
  max-width:980px;
  margin:0 auto 30px;
}
.mpft-label{
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:14px;
}
.mpft-header h2{
  margin:0;
  font-size:clamp(32px,4.5vw,56px);
  line-height:0.98;
  letter-spacing:-.048em;
  font-weight:800;
}
.mpft-intro{
  margin:16px auto 0;
  max-width:880px;
  font-size:clamp(17px,1.8vw,21px);
  line-height:1.54;
}
.mpft-seo-intro{
  margin:12px auto 0;
  max-width:940px;
  font-size:14px;
  line-height:1.72;
}
.mpft-card-grid{
  width:var(--mpft-grid-width,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--mpft-card-gap,18px);
}
.mpft-cols-1 .mpft-card-grid{
  width:min(var(--mpft-grid-width,100%),980px);
  grid-template-columns:1fr;
}
.mpft-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:150px;
  padding:14px 18px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.060), rgba(255,255,255,0.018)),
    rgba(9,17,31,0.80);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
  box-shadow:0 24px 80px rgba(0,0,0,0.42);
  overflow:visible;
  transition:transform 220ms ease,box-shadow 220ms ease,background 220ms ease;
}
.mpft-root:not([style*="--mpft-card-max:0px"]) .mpft-card{max-width:var(--mpft-card-max)}
.mpft-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(90deg, rgba(74,163,255,0.9), rgba(255,255,255,0.08), rgba(217,40,58,0.9));
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
  z-index:1;
}
.mpft-animated .mpft-card::after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  padding:1px;
  background:
    conic-gradient(from var(--mpft-angle,0deg),
      transparent 0deg,
      transparent 42deg,
      rgba(74,163,255,.98) 70deg,
      rgba(255,255,255,.25) 84deg,
      transparent 112deg,
      transparent 222deg,
      rgba(217,40,58,.98) 250deg,
      rgba(255,255,255,.20) 264deg,
      transparent 292deg,
      transparent 360deg);
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
  z-index:2;
  animation:mpftBorderSpin 4.8s linear infinite;
}
.mpft-card:hover{
  transform:translateY(-3px);
  box-shadow:0 30px 90px rgba(0,0,0,0.48);
}
.mpft-card-top{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(70px,var(--mpft-img-w)) minmax(0,1fr);
  gap:14px;
  align-items:center;
}
.mpft-photo-wrap{
  position:relative;
  min-width:0;
  display:flex;
  align-items:center;
}
.mpft-photo,
.mpft-initials{
  width:100%;
  height:var(--mpft-img-h);
  border-radius:var(--mpft-img-radius,16px);
  border:1px solid rgba(74,163,255,0.65);
  background:rgba(255,255,255,0.025);
  box-shadow:inset 0 0 28px rgba(74,163,255,0.06),0 0 22px rgba(74,163,255,0.16);
}
.mpft-photo{
  display:block;
  object-fit:var(--mpft-img-fit,cover);
  object-position:var(--mpft-img-position,center center);
}
.mpft-initials{
  display:grid;
  place-items:center;
  color:#eef6ff;
  font-size:25px;
  font-weight:700;
  letter-spacing:.02em;
}
.mpft-photo-wrap::before,
.mpft-photo-wrap::after{
  content:"";
  position:absolute;
  width:14px;
  height:14px;
  border-style:solid;
  z-index:4;
  pointer-events:none;
}
.mpft-photo-wrap::before{
  left:-5px;
  top:-5px;
  border-width:2px 0 0 2px;
  border-color:#4aa3ff;
}
.mpft-photo-wrap::after{
  right:-5px;
  bottom:-5px;
  border-width:0 2px 2px 0;
  border-color:#d9283a;
}
.mpft-signal{display:none}
.mpft-heading{min-width:0}
.mpft-kicker{
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#ff4053;
  margin-bottom:7px;
}
.mpft-card h3{
  margin:0 0 7px;
  font-size:clamp(23px,2vw,31px);
  line-height:1.03;
  letter-spacing:-.03em;
  font-weight:720;
  color:#f8fbff;
}
.mpft-title{
  font-size:11.5px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#8ac3ff;
  margin-bottom:3px;
}
.mpft-focus{
  font-size:11.5px;
  line-height:1.25;
  font-weight:760;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#ff6d72;
  margin-bottom:0;
}
.mpft-card-body{
  position:relative;
  z-index:3;
}
.mpft-card p{
  margin:0;
  max-width:66ch;
  font-size:12.8px;
  line-height:1.54;
  color:#d7e2f3;
}
.mpft-tags{display:none!important}
.mpft-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:10px;
}
.mpft-links a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#a9d4ff;
  text-decoration:none!important;
  font-size:10.5px;
  line-height:1;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.mpft-links a:hover{color:#ffffff}
.mpft-full-profile-link::after{content:" →";color:#ff4053}
.mpft-bg-clean_light{
  background:#f6f8fb;
  color:#0f172a;
}
.mpft-bg-clean_light .mpft-grid-bg{
  background:
    radial-gradient(circle at 12% 20%, rgba(74,163,255,.10), transparent 29%),
    radial-gradient(circle at 88% 22%, rgba(217,40,58,.08), transparent 31%),
    linear-gradient(180deg,#f8fbff 0%,#eef4ff 100%);
}
.mpft-bg-clean_light .mpft-card{
  background:
    linear-gradient(135deg,rgba(255,255,255,.76),rgba(255,255,255,.92)),
    rgba(255,255,255,.90);
  box-shadow:0 24px 70px rgba(2,8,23,.08);
}
.mpft-bg-clean_light .mpft-card h3{color:#0f172a}
.mpft-bg-clean_light .mpft-card p{color:#54657d}
.mpft-bg-clean_light .mpft-links a{color:#0b1f4d}
@property --mpft-angle{
  syntax:"<angle>";
  inherits:false;
  initial-value:0deg;
}
@keyframes mpftBorderSpin{
  to{--mpft-angle:360deg}
}
@media (max-width:1180px){
  .mpft-card-grid{grid-template-columns:1fr}
  .mpft-card{max-width:980px;margin:0 auto;width:100%}
}
@media (max-width:760px){
  .mpft-root{padding:54px 0 62px}
  .mpft-wrap{width:min(100% - 28px,var(--mpft-max))}
  .mpft-card-grid{width:100%;gap:14px}
  .mpft-card{
    padding:14px;
    gap:11px;
    min-height:0;
  }
  .mpft-card-top{
    grid-template-columns:var(--mpft-mobile-img-w,92px) minmax(0,1fr);
    gap:14px;
    align-items:center;
  }
  .mpft-photo-wrap{max-width:var(--mpft-mobile-img-w,92px)}
  .mpft-photo,.mpft-initials{height:var(--mpft-mobile-img-h,104px)}
  .mpft-kicker{font-size:9px;margin-bottom:6px}
  .mpft-card h3{font-size:22px;margin:0 0 5px}
  .mpft-title{font-size:10.5px;margin-bottom:3px}
  .mpft-focus{font-size:10.5px}
  .mpft-card p{
    font-size:12.7px;
    line-height:1.56;
    max-width:none;
  }
  .mpft-links{margin-top:10px}
}
@media (max-width:390px){
  .mpft-card-top{
    grid-template-columns:82px minmax(0,1fr);
  }
  .mpft-photo-wrap{max-width:82px}
  .mpft-photo,.mpft-initials{height:94px}
}
@media (prefers-reduced-motion:reduce){
  .mpft-card{transition:none}
  .mpft-animated .mpft-card::after{animation:none}
}

/* v1.0.8 desktop two-column card structure */
@media (min-width:761px){
  .mpft-card{
    display:grid!important;
    grid-template-columns:minmax(70px,var(--mpft-img-w)) minmax(0,1fr)!important;
    grid-template-areas:
      "photo heading"
      "photo body"!important;
    align-items:center!important;
    column-gap:18px!important;
    row-gap:8px!important;
  }
  .mpft-card-top{
    display:contents!important;
  }
  .mpft-photo-wrap{
    grid-area:photo!important;
    align-self:center!important;
  }
  .mpft-heading{
    grid-area:heading!important;
    align-self:end!important;
  }
  .mpft-card-body{
    grid-area:body!important;
    align-self:start!important;
  }
  .mpft-card-body p{
    max-width:68ch!important;
  }
  .mpft-links{
    margin-top:10px!important;
  }
}
