/* MEDIAAD_PUBLIC_VIDEO_CATALOG_V1 */
.md-video-public{
  background:#f5f8f7;
  color:#172521;
  min-height:100vh;
}
.md-video-public *{box-sizing:border-box}
.md-video-public a{color:inherit}
.md-video-public-header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid #dfe8e4;
}
.md-video-public-nav{
  max-width:1240px;
  margin:0 auto;
  min-height:72px;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.md-video-brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-weight:900;
  letter-spacing:-.02em;
}
.md-video-brand-mark{
  width:34px;height:34px;border-radius:10px;
  background:linear-gradient(145deg,#155f58,#b27b48);
  box-shadow:0 8px 22px rgba(20,92,84,.18);
}
.md-video-nav-actions{
  display:flex;align-items:center;gap:9px;flex-wrap:wrap
}
.md-video-nav-actions a{
  text-decoration:none;
  border:1px solid #cfddd8;
  border-radius:10px;
  padding:9px 12px;
  background:#fff;
  font-weight:750;
  font-size:14px;
}
.md-video-nav-actions .primary{
  background:#176e64;
  color:#fff;
  border-color:#176e64;
}
.md-video-shell{
  max-width:1240px;
  margin:0 auto;
  padding:30px 22px 60px;
}
.md-video-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:20px;
  padding:26px 0 24px;
}
.md-video-kicker{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#687a74;
  font-weight:850;
}
.md-video-hero h1{
  margin:8px 0 10px;
  font-size:clamp(32px,5vw,54px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.md-video-hero p{
  max-width:780px;
  color:#5e6f69;
  font-size:17px;
  line-height:1.65;
}
.md-video-lang{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.md-video-lang a{
  padding:6px 8px;
  border-radius:8px;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
  border:1px solid #d4e0dc;
  background:#fff;
}
.md-video-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.md-video-card{
  background:#fff;
  border:1px solid #dde7e3;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 28px rgba(28,55,47,.06);
}
.md-video-card-media{
  display:block;
  position:relative;
  aspect-ratio:16/9;
  background:
    radial-gradient(circle at 30% 20%,#dceae6,#a9bbb5);
  overflow:hidden;
}
.md-video-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.md-video-play{
  position:absolute;
  left:18px;
  bottom:18px;
  width:48px;height:48px;
  display:grid;place-items:center;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#145f57;
  font-weight:900;
  box-shadow:0 8px 24px rgba(0,0,0,.16);
}
.md-video-card-body{padding:20px}
.md-video-meta{
  display:flex;gap:8px;flex-wrap:wrap;
  color:#6d7d77;
  font-size:12px;
  font-weight:750;
  margin-bottom:9px;
}
.md-video-card h2{
  margin:0 0 11px;
  font-size:23px;
  line-height:1.16;
  letter-spacing:-.02em;
}
.md-video-description{
  white-space:pre-line;
  color:#41514c;
  line-height:1.66;
  margin:0;
}
.md-video-card-actions,
.md-video-detail-actions{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:18px;
}
.md-video-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 14px;
  border-radius:10px;
  text-decoration:none;
  border:1px solid #cbd9d4;
  background:#fff;
  font-weight:850;
}
.md-video-btn.primary{
  background:#176e64;color:#fff;border-color:#176e64;
}
.md-video-empty{
  background:#fff;
  border:1px dashed #ccd9d5;
  border-radius:16px;
  padding:32px;
  color:#63736e;
}
.md-video-detail{
  max-width:980px;
  margin:0 auto;
}
.md-video-detail-head{
  padding:18px 0 20px;
}
.md-video-detail h1{
  font-size:clamp(30px,5vw,48px);
  line-height:1.05;
  letter-spacing:-.04em;
  margin:10px 0 12px;
}
.md-video-player{
  width:100%;
  display:block;
  border-radius:18px;
  background:#07100e;
  box-shadow:0 14px 38px rgba(15,42,35,.14);
}
.md-video-copy{
  margin-top:20px;
  background:#fff;
  border:1px solid #dce7e3;
  border-radius:18px;
  padding:24px;
}
.md-video-copy h2{margin:0 0 14px;font-size:22px}
.md-video-copy p{
  white-space:pre-line;
  line-height:1.72;
  color:#394b45;
  margin:0;
}
.md-video-auth-note{
  margin-top:14px;
  color:#6d7a76;
  font-size:13px;
}
.md-video-back{
  display:inline-block;
  margin:0 0 8px;
  color:#46645d;
  text-decoration:none;
  font-weight:800;
}
@media(max-width:820px){
  .md-video-grid{grid-template-columns:1fr}
  .md-video-hero{grid-template-columns:1fr}
  .md-video-lang{justify-content:flex-start}
  .md-video-public-nav{align-items:flex-start;padding-top:14px;padding-bottom:14px}
}
