.game-share-video-stage{position:relative;overflow:hidden;background:#02070d}
.game-share-side-rail{position:absolute;top:0;bottom:0;width:25%;z-index:5;display:flex;flex-direction:column;gap:8px;padding:10px;background:linear-gradient(90deg,rgba(3,15,31,.99),rgba(5,24,46,.96));}
.game-share-side-rail.is-left{left:0}
.game-share-side-rail.is-right{right:0;background:linear-gradient(270deg,rgba(3,15,31,.99),rgba(5,24,46,.96))}
.game-share-side-rail.is-hidden{display:none!important}
.game-share-side-choice{appearance:none;display:grid;grid-template-rows:minmax(0,1fr) auto;flex:1;min-height:0;width:100%;padding:5px;border:1px solid rgba(103,196,255,.4);border-radius:12px;background:linear-gradient(145deg,rgba(14,49,80,.98),rgba(8,28,51,.96));color:#fff;text-align:left;cursor:pointer;overflow:hidden;box-shadow:0 7px 20px rgba(0,0,0,.2);transition:transform .18s,border-color .18s,filter .18s}
.game-share-side-choice:hover,.game-share-side-choice:focus-visible{transform:translateY(-1px);border-color:#70d2ff;filter:brightness(1.12);outline:none}
.game-share-side-preview{position:relative!important;inset:auto!important;display:block;width:100%!important;height:100%!important;min-height:0;border-radius:8px;background:#020812;object-fit:cover!important;object-position:center;pointer-events:none}
.game-share-side-copy{display:block;padding:5px 3px 2px;min-width:0}
.game-share-side-copy small{display:block;margin:0 0 2px;color:#6ed1ff;font-size:10px}
.game-share-side-copy strong{display:block;color:#fff;font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game-share-side-copy>span{display:block;margin-top:2px;color:rgba(225,237,249,.72);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

#gameShareVideos .game-share-video-queue{display:flex;min-width:0;min-height:0;overflow:hidden}
#gameShareVideos .game-share-video-list{display:grid;grid-template-columns:1fr;gap:8px;max-height:315px;overflow:auto;padding-right:2px}
#gameShareVideos .game-share-video-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto auto;gap:2px 10px;min-height:78px;padding:9px 12px;border:1px solid rgba(111,188,255,.25);border-left:3px solid rgba(247,194,75,.86);border-radius:11px;background:linear-gradient(145deg,rgba(9,35,62,.92),rgba(8,25,45,.78));color:#fff;text-decoration:none;overflow:hidden}
#gameShareVideos .game-share-item-time{grid-column:1;grid-row:1;color:#87b9df;font-size:11px;white-space:nowrap}
#gameShareVideos .game-share-video-item strong{grid-column:1/-1;grid-row:2;min-width:0;color:#fff;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#gameShareVideos .game-share-item-summary{grid-column:1/-1;grid-row:3;color:rgba(226,238,249,.78);font-size:12px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#gameShareVideos .game-share-video-item em{grid-column:2;grid-row:1;color:#f5c95f;font-size:12px;font-style:normal;white-space:nowrap}
#gameShareVideos .game-share-video-item:hover{transform:translateY(-1px);border-color:rgba(247,194,75,.58);background:linear-gradient(145deg,rgba(14,49,82,.96),rgba(10,31,54,.88))}
#gameShareVideos .game-share-video-controls{display:none!important}

@media (min-width:900px){
  #gameShareVideos .game-share-video-stage{height:clamp(420px,43vw,560px);aspect-ratio:auto}
  #gameShareVideos .game-share-video-stage #gameShareVideoPlayer{position:absolute!important;inset:0 25%!important;z-index:2;display:block;width:50%!important;max-width:50%!important;height:100%!important;max-height:100%!important;margin:0;background:#000;object-fit:contain!important;object-position:center}
  #gameShareVideos .game-share-video-layout{align-items:stretch}
  #gameShareVideos .game-share-video-queue{height:auto}
}

@media (max-width:899px){
  #gameShareVideos .game-share-side-rail{display:none!important}
  #gameShareVideos .game-share-video-stage{height:min(72vh,520px);min-height:320px;aspect-ratio:auto}
  #gameShareVideos .game-share-video-stage #gameShareVideoPlayer{position:absolute!important;inset:0!important;display:block;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0;object-fit:contain!important;object-position:center}
  #gameShareVideos .game-share-video-queue{margin-top:12px}
  #gameShareVideos .game-share-video-list{grid-template-columns:1fr;max-height:300px}
}
