*{box-sizing:border-box}

body.m2-webcam-body{
  margin:0;
  background:#0b1420;
  color:#eef3fa;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}

.m2-wc{padding:26px 0 60px}

.m2-wc-wrap{
  width:min(980px,calc(100% - 36px));
  margin:0 auto;
}

.m2-wc-crumb{
  font-size:13px;
  color:#7e93ad;
  margin-bottom:18px;
}
.m2-wc-crumb a{color:#6aa9ef;text-decoration:none}
.m2-wc-crumb a:hover{text-decoration:underline}
.m2-wc-crumb span{margin:0 6px}
.m2-wc-crumb span:last-child{color:#7e93ad;margin:0}

.m2-wc-title{
  margin:0 0 20px;
  font-size:clamp(24px,3.4vw,34px);
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.015em;
  color:#fff;
}

.m2-wc-player{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  border-radius:16px;
  overflow:hidden;
  background:#000;
  box-shadow:0 18px 50px rgba(0,0,0,.4);
  margin-bottom:18px;
}
.m2-wc-player iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}

.m2-wc-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:34px;
}
.m2-wc-btn{
  display:inline-block;
  padding:10px 16px;
  border-radius:999px;
  background:#122234;
  border:1px solid rgba(255,255,255,.09);
  color:#cfe0f2;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  transition:.16s ease;
}
.m2-wc-btn:hover{
  background:#18314b;
  border-color:#2f6fbf;
  color:#fff;
}

.m2-wc-content{
  font-size:17px;
  line-height:1.72;
  color:#d3dfee;
}
.m2-wc-content p{margin:0 0 1.3em}
.m2-wc-content h2{
  margin:1.9em 0 .65em;
  font-size:23px;
  line-height:1.25;
  color:#fff;
  font-weight:800;
}
.m2-wc-content h3{
  margin:1.6em 0 .5em;
  font-size:18px;
  color:#e7eff8;
  font-weight:700;
}
.m2-wc-content a{color:#6aa9ef}
.m2-wc-content strong{color:#eaf2fb}
.m2-wc-content ul,
.m2-wc-content ol{
  margin:0 0 1.3em;
  padding-left:1.35em;
}
.m2-wc-content li{margin-bottom:.45em}

.m2-wc-content .m2-webcam-intro,
.m2-wc-content .m2-webcam-quicklinks{
  padding:20px 22px;
  border-radius:14px;
  background:#101d2d;
  border:1px solid rgba(255,255,255,.06);
  margin-bottom:26px;
}
.m2-wc-content .m2-webcam-intro h2,
.m2-wc-content .m2-webcam-quicklinks h2{
  margin-top:0;
  font-size:20px;
}
.m2-wc-content .m2-webcam-quicklinks ul{
  margin:0;
  padding-left:1.2em;
}

.m2-wc-related{
  margin-top:54px;
  padding-top:40px;
  border-top:1px solid rgba(255,255,255,.07);
}
.m2-wc-related h2{
  margin:0 0 20px;
  font-size:21px;
  color:#fff;
}
.m2-wc-related-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
  gap:16px;
}
.m2-wc-related-card{
  display:block;
  border-radius:14px;
  overflow:hidden;
  background:#101d2d;
  border:1px solid rgba(255,255,255,.07);
  text-decoration:none;
  color:#eef3fa;
  transition:.18s ease;
}
.m2-wc-related-card:hover{
  border-color:#2f6fbf;
  transform:translateY(-2px);
}
.m2-wc-related-thumb{
  display:block;
  position:relative;
  height:118px;
  background-size:cover;
  background-position:center;
  background-color:#152437;
}
.m2-wc-related-empty{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#40587a;
  font-weight:900;
  letter-spacing:2px;
  font-size:13px;
}
.m2-wc-related-thumb em{
  position:absolute;
  top:8px;right:8px;
  background:#e00000;
  color:#fff;
  font-style:normal;
  font-size:10px;
  font-weight:900;
  letter-spacing:.8px;
  padding:3px 8px;
  border-radius:999px;
}
.m2-wc-related-card strong{
  display:block;
  padding:12px 14px 15px;
  font-size:14px;
  line-height:1.32;
  font-weight:700;
}

/* Footer minimale */
.m2-webcam-body .m2-footer-seo{padding:24px 0!important;margin-top:0}
.m2-webcam-body .m2-footer-seo-head,
.m2-webcam-body .m2-footer-seo-grid{display:none!important}
.m2-webcam-body .m2-fs-credits{margin:0!important}

@media (max-width:640px){
  .m2-wc{padding:16px 0 44px}
  .m2-wc-content{font-size:16px}
  .m2-wc-related-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .m2-wc-related-thumb{height:92px}
}
