
:root{
  --ea-bg:#f4f7fb;
  --ea-surface:#ffffff;
  --ea-line:#dfe8f3;
  --ea-navy:#193155;
  --ea-soft:#6f839c;
  --ea-shadow:0 20px 48px rgba(24,49,85,.10);
  --ea-shadow-sm:0 10px 24px rgba(24,49,85,.08);
}
body{
  background:var(--ea-bg)!important;
  color:#223449;
}
.ea-video-header{
  position:sticky;
  top:0;
  z-index:1200;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(14px) saturate(140%);
  border-bottom:1px solid var(--ea-line);
}
.ea-video-topbar{
  width:min(1240px, calc(100% - 34px));
  min-height:78px;
  margin-inline:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.ea-video-brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  text-decoration:none;
}
.ea-video-brand img{
  width:50px;
  height:50px;
  object-fit:contain;
  border-radius:16px;
  background:#eef5fb;
  padding:7px;
}
.ea-video-brand-copy{min-width:0;}
.ea-video-brand-copy strong{
  display:block;
  color:var(--ea-navy);
  font-size:1rem;
  font-weight:900;
  line-height:1.1;
}
.ea-video-brand-copy span{
  display:block;
  color:var(--ea-soft);
  font-size:.82rem;
  margin-top:4px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ea-video-home{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 18px;
  border-radius:999px;
  border:1px solid var(--ea-line);
  background:#fff;
  color:var(--ea-navy);
  text-decoration:none;
  font-weight:800;
  box-shadow:var(--ea-shadow-sm);
}
.ea-video-home:hover{background:var(--ea-navy);color:#fff;border-color:transparent;}
.container{
  width:min(1240px, calc(100% - 34px))!important;
  padding:34px 0 22px!important;
}
.video-player,
.video-list-container{
  border:1px solid var(--ea-line)!important;
  box-shadow:var(--ea-shadow)!important;
  border-radius:28px!important;
}
.video-player{padding:22px!important;}
.video-list-container{padding:18px!important;}
.video-item{
  background:#f8fbff!important;
  border:1px solid var(--ea-line)!important;
  border-radius:18px!important;
  box-shadow:none!important;
}
.video-item:hover{transform:translateY(-1px);}
.group-button{
  min-height:44px;
  padding:10px 16px!important;
  border-radius:999px!important;
  border:1px solid var(--ea-line)!important;
  background:#fff!important;
  color:var(--ea-navy)!important;
  font-weight:800!important;
  box-shadow:var(--ea-shadow-sm)!important;
}
.video-info h2{color:var(--ea-navy)!important;}
.video-info p,.duration{color:var(--ea-soft)!important;}
.title{color:#223449!important;}
.cta button{border-radius:999px!important;padding:12px 18px!important;}
.cta button.ver-siguiente{background:var(--ea-navy)!important;}
.cta button:first-child{background:#16a085!important;}
.video-item img{
  object-fit:cover;
  background:#eaf2fb;
}
@media (max-width: 980px){
  .container{padding-top:24px!important;}
}
@media (max-width: 768px){
  .ea-video-topbar{min-height:72px;}
  .ea-video-home{padding:9px 14px;font-size:.92rem;}
}
