
@import url('/css/pages/pages_media_view_controls_common.css');
@import url('/css/pages/pages_media_card_tokens_shared.css');

.midbar{
  position:relative;
  margin:26px 0 6px;
  height:44px;
}
.midbar:before{
  content:"";
  position:absolute;
  left:0; right:0; top:50%;
  height:1px;
  background:linear-gradient(to right, transparent, rgba(255,255,255,.25), transparent);
  transform:translateY(-50%);
}
.midbar a{
  position:absolute;
  left:50%; top:50%;
  transform:translate(-50%,-50%);
  display:inline-block;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(10,10,10,.85);
  backdrop-filter: blur(8px);
  color:rgba(255,255,255,.85);
  font-size:12px;
  text-decoration:none;
  white-space:nowrap;
}
@media (hover:hover) and (pointer:fine){
.midbar a:hover{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.28);
}
}

.vv-main .actionbar{
  margin:18px 0 0;
}

 
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
@media (max-width:1100px){.grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:620px){.grid{grid-template-columns:1fr}}

.thumb{
  width:100%;
  aspect-ratio:16/9;
  background:#0f0f0f;
  border-bottom:1px solid rgba(255,255,255,.10);
  padding:6px;
  box-sizing:border-box;
}
.thumb-inner{
  width:100%;
  height:100%;
  border:1px solid rgba(255,255,255,.10);
  border-radius:8px;
  overflow:hidden;
  box-sizing:border-box;
  position:relative;
}

.body{padding:12px 12px 14px; position:relative;}
.title{
  font-size:14px;line-height:1.35;margin:0 0 6px;
  color:rgba(255,255,255,.92);
  overflow:hidden;display:-webkit-box;
  -webkit-line-clamp:2;-webkit-box-orient:vertical
}
.meta{display:flex;gap:10px;flex-wrap:wrap}
.card.is-current{
  border:2px solid rgba(255,255,255,.32);
  background:rgba(255,255,255,.06);
}
.badge-current{
  position:absolute;right:10px;bottom:10px;
  padding:6px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(0,0,0,.35);
  color:rgba(255,255,255,.92);
  font-size:12px;
  backdrop-filter: blur(6px);
  white-space:nowrap;
  word-break:keep-all;
  display:inline-flex;
  }

.vv-main{
  padding:24px 0;
  max-width:980px;
}
.vv-title{
  margin:0 0 8px;
  font-size:20px;
}
.vv-player-box{
  margin-top:14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  overflow:hidden;
  background:#111;
}
.vv-aspect{aspect-ratio:16/9;}
.vv-iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.vv-descbox{
  margin-top:14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(255,255,255,.03);
  padding:14px;
}
.vv-desc{
  font-size:14px;
  line-height:1.65;
  color:rgba(255,255,255,.88);
  white-space:pre-line;
}
.vv-date{margin-top:12px;}
.vv-del-form{margin:0;}
.vv-more{margin-top:35px;}
.vv-nothumb{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.35);
  font-size:12px;
}
