/* assets/css/model.css */

.mfc-profile{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  overflow:hidden;
}

.mfc-hero{
  position: relative;
  background:#000;
}
.mfc-hero__img{
  width:100%;
  height: 360px;
  object-fit: cover;
  display:block;
  filter: saturate(1.05) contrast(1.02);
}
@media (max-width: 768px){
  .mfc-hero__img{ height: 260px; }
}
.mfc-hero__ph{
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(255,255,255,.7);
}
.mfc-hero__shade{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.72) 72%, rgba(0,0,0,.86) 100%);
}

.mfc-hero__top{
  position:absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  mention: 0;
  display:flex;
  gap: 14px;
  align-items:flex-end;
}

.mfc-avatar{
  width: 92px;
  height: 92px;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  box-shadow: 0 16px 40px rgba(0,0,0,.45);
  flex: 0 0 auto;
}
.mfc-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.mfc-avatar__ph{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 30px;
  color: rgba(255,255,255,.75);
}

.mfc-hero__info{
  min-width: 0;
  flex: 1 1 auto;
}
.mfc-badges{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  align-items:center;
}
.mfc-topic{
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(255,255,255,.92);
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
  max-width: 860px;
  overflow-wrap: anywhere;
}

.mfc-card2{
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  border-radius: 14px;
  padding: 12px 12px;
}
.mfc-card2__title{
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 10px;
}

.mfc-dl{
  margin: 0;
  display:grid;
  gap: 8px;
}
.mfc-dl > div{
  display:grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
}
@media (max-width: 520px){
  .mfc-dl > div{ grid-template-columns: 1fr; }
}
.mfc-dl dt{
  margin:0;
  font-weight: 700;
  color: rgba(255,255,255,.7);
}
.mfc-dl dd{
  margin:0;
  color: rgba(255,255,255,.92);
  overflow-wrap: anywhere;
}

.mfc-blurb{
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.mfc-blurb__label{
  font-weight:700;
  color: rgba(255,255,255,.72);
  margin-bottom: 6px;
}
.mfc-blurb__text{
  color: rgba(255,255,255,.92);
  line-height: 1.45;
}

.mfc-qa{
  display:grid;
  gap: 10px;
}
.mfc-qa__item{
  padding: 10px;
  border-radius: 12px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.06);
}
.mfc-qa__q{
  font-weight: 800;
  color: rgba(255,255,255,.72);
  margin-bottom: 6px;
}
.mfc-qa__a{
  color: rgba(255,255,255,.92);
  line-height: 1.45;
}
/* =========================================
   ADD: Recordings grid on model.php
   ========================================= */

.mfc-vgrid{
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px){
  .mfc-vgrid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 992px){
  .mfc-vgrid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.mfc-vcard{
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(148,163,184,.18);
  background: rgba(255,255,255,.03);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .12s ease, border-color .12s ease;
}
.mfc-vcard:hover{
  transform: translateY(-1px);
  border-color: rgba(148,163,184,.35);
}

.mfc-vthumb{
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
}
.mfc-vthumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}
.mfc-vthumb__ph{
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.65);
  font-size: 26px;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.08), transparent 40%),
              linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.35));
}

.mfc-vpill{
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.6);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
}

.mfc-vmeta{
  padding: 10px 10px 11px;
}
.mfc-vtitle{
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mfc-vsub{
  margin-top: 6px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(255,255,255,.62);
}
