

:root {
  --jv-sortie: #5CC8E8;
  --jv-test: #E8A33D;
  --jv-esport: #FF4655;
  --jv-maj: #7FE89A;
}


#jv-head {
  max-width: 1200px; margin: 0 auto; padding: 108px 2.5rem 0;
  position: relative; z-index: 1; width: 100%; flex-shrink: 0;
}
.jv-head-eyebrow {
  display: inline-flex; align-items: center; gap: 7px; font-size: .68rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px;
}
.jv-head-eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: pulse-dot 1.8s infinite; }
.jv-head-title {
  font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 900;
  display: flex; align-items: center; gap: 12px; letter-spacing: -0.02em;
}
.jv-head-title i { color: var(--text); }
.jv-head-sub { color: var(--text-dim); font-size: .92rem; margin-top: .45rem; max-width: 52ch; }


#jv-body { max-width: 1200px; margin: 0 auto; padding: 1.8rem 2.5rem 100px; position: relative; z-index: 1; width: 100%; flex: 1; }


.jv-hero {
  position: relative; overflow: hidden; display: block; text-decoration: none; color: inherit;
  border: 1px solid var(--glass-border); border-radius: var(--radius);
  margin-bottom: 1.8rem; min-height: 260px;
  background: var(--glass); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  transition: border-color .3s;
}
.jv-hero:hover { border-color: rgba(255,255,255,.3); }
.jv-hero:hover .jv-hero-media { transform: scale(1.035); }
.jv-hero::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 2;
  background: linear-gradient(90deg, var(--jv-sortie) 0%, transparent 85%);
}
.jv-hero-media { width: 100%; height: 260px; object-fit: cover; display: block; transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1); }
.jv-hero-media.jv-placeholder { background: linear-gradient(135deg, var(--bg3), var(--bg2)); }
.jv-hero-overlay {
  position: absolute; inset: 0; display: flex; align-items: flex-end;
  background: linear-gradient(0deg, rgba(6,6,6,.95) 8%, rgba(6,6,6,.2) 68%, transparent 100%);
  padding: 24px 26px;
}
.jv-hero-tag {
  display: inline-flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em; color: var(--on-light);
  background: var(--jv-sortie); padding: 4px 11px; border-radius: 6px;
}
.jv-hero-title { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.5rem; line-height: 1.28; margin-top: 12px; max-width: 680px; letter-spacing: -0.01em; }
.jv-hero-meta { font-size: .78rem; color: var(--text-dim); margin-top: 9px; }


.jv-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 1.6rem; align-items: start; }
.jv-col-title {
  display: flex; align-items: center; gap: 7px;
  font-size: .72rem; font-weight: 750; color: var(--text-muted); text-transform: uppercase;
  letter-spacing: .06em; margin: 0 0 .75rem 2px;
}
.jv-col-title i { width: 13px; height: 13px; color: var(--text-muted); }


.jv-feed {
  border: 1px solid var(--glass-border); border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(13,13,13,.4) 40%);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.jv-article {
  display: flex; gap: 13px; align-items: flex-start; padding: 14px 18px;
  border-bottom: 1px solid var(--glass-border); text-decoration: none; color: inherit; transition: background .2s;
}
.jv-article:last-child { border-bottom: none; }
.jv-article:hover { background: rgba(255,255,255,.03); }
.jv-article-thumb {
  flex-shrink: 0; width: 64px; height: 64px; border-radius: var(--radius-sm); object-fit: cover;
  background: linear-gradient(135deg, var(--bg3), var(--bg2)); border: 1px solid var(--glass-border);
}
.jv-article-tag {
  flex-shrink: 0; font-size: .66rem; font-weight: 750; padding: 4px 10px; border-radius: 50px;
  text-transform: uppercase; letter-spacing: .03em;
  height: fit-content; color: var(--tag-color); background: var(--tag-bg); border: 1px solid var(--tag-border);
}
.jv-article-title { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: .87rem; line-height: 1.32; }
.jv-article-meta { font-size: .73rem; color: var(--text-muted); margin-top: 6px; }
.jv-empty { padding: 2.2rem 0; text-align: center; color: var(--text-muted); font-size: .85rem; }


.jv-videos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 1.6rem; }
.jv-video-card { display: block; text-decoration: none; color: inherit; }
.jv-video-thumb {
  position: relative; width: 100%; aspect-ratio: 16/9; border-radius: var(--radius-sm); overflow: hidden;
  background: linear-gradient(135deg, var(--bg3), var(--bg2)); border: 1px solid var(--glass-border);
  display: flex; align-items: center; justify-content: center; transition: border-color .25s;
}
.jv-video-card:hover .jv-video-thumb { border-color: rgba(255,255,255,.3); }
.jv-video-card:hover .jv-video-thumb img { transform: scale(1.05); }
.jv-video-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .4s ease; }
.jv-video-thumb::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.45) 0%, transparent 45%);
}
.jv-video-thumb i {
  color: #fff; width: 20px; height: 20px; position: relative; z-index: 1;
  background: rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; padding: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,.4);
}
.jv-video-duration {
  position: absolute; right: 6px; bottom: 6px; background: rgba(0,0,0,.75); padding: 3px 7px;
  border-radius: 5px; font-size: .64rem; font-weight: 650; font-variant-numeric: tabular-nums; z-index: 1;
}
.jv-video-title { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: .82rem; line-height: 1.32; margin-top: 9px; }
.jv-video-meta { font-size: .72rem; color: var(--text-muted); margin-top: 3px; }


.jv-team-list { display: flex; flex-direction: column; gap: 10px; }
.jv-team-card {
  position: relative; overflow: hidden;
  border: 1px solid var(--glass-border); border-radius: var(--radius-sm); padding: 13px 14px;
  background: rgba(255,255,255,.025); transition: border-color .25s, background .25s;
}
.jv-team-card::before {
  content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 3px;
  background: var(--jv-esport); opacity: .7;
}
.jv-team-card:hover { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.045); }
.jv-team-head { display: flex; align-items: center; gap: 10px; }
.jv-team-logo {
  width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0; display: flex; align-items: center;
  justify-content: center; font-size: .62rem; font-weight: 800; font-family: 'Outfit', sans-serif;
  color: var(--team-fg); background: var(--team-bg); border: 1px solid rgba(255,255,255,.1);
  box-shadow: inset 0 0 8px rgba(255,255,255,.1);
}
.jv-team-name { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: .84rem; }
.jv-team-game { margin-left: auto; font-size: .66rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .03em; font-weight: 650; }
.jv-team-headline { font-size: .78rem; color: var(--text-dim); margin-top: 9px; line-height: 1.4; }
.jv-team-time { font-size: .66rem; color: var(--text-muted); margin-top: 7px; font-weight: 650; text-transform: uppercase; letter-spacing: .03em; }


.jv-release-list {
  display: flex; flex-direction: column; gap: 2px;
  border: 1px solid var(--glass-border); border-radius: var(--radius-sm);
  background: rgba(255,255,255,.02); padding: 6px;
}
.jv-release-row { display: flex; align-items: center; gap: 12px; padding: 7px; border-radius: 8px; transition: background .2s; }
.jv-release-row:hover { background: rgba(255,255,255,.04); }
.jv-release-date {
  width: 40px; height: 40px; border-radius: 9px; flex-shrink: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; background: rgba(232,163,61,.12); border: 1px solid rgba(232,163,61,.4);
}
.jv-release-date span:first-child { font-size: .58rem; color: var(--jv-test); text-transform: uppercase; letter-spacing: .04em; font-weight: 700; }
.jv-release-date span:last-child { font-size: .82rem; color: var(--jv-test); font-weight: 800; font-family: 'Outfit', sans-serif; font-variant-numeric: tabular-nums; }
.jv-release-title { font-size: .82rem; font-weight: 650; }
.jv-release-plat { font-size: .68rem; color: var(--text-muted); margin-top: 2px; }

@media (max-width: 860px) {
  .jv-layout { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  #jv-head, #jv-body { padding-left: 1.2rem; padding-right: 1.2rem; }
  .jv-videos { grid-template-columns: 1fr; }
  .jv-hero-title { font-size: 1.2rem; }
}


.jv-video-card { cursor: pointer; }
.jv-video-modal {
  position: fixed; inset: 0; z-index: 500; display: flex; align-items: center; justify-content: center;
  padding: 4vh 4vw;
}
.jv-video-modal[hidden] { display: none; }
.jv-video-modal-backdrop { position: absolute; inset: 0; background: rgba(6,6,6,.86); backdrop-filter: blur(4px); }
.jv-video-modal-box {
  position: relative; width: min(920px, 100%); border-radius: var(--radius);
  overflow: hidden; background: #000; border: 1px solid var(--glass-border);
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.jv-video-modal-player { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; }
.jv-video-modal-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.jv-video-modal-close {
  position: absolute; top: 10px; right: 10px; z-index: 1; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(0,0,0,.6); border: 1px solid rgba(255,255,255,.15); color: #fff;
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s;
}
.jv-video-modal-close:hover { background: rgba(0,0,0,.85); }
