.ytplayer {opacity: 0;transition: opacity .3s ease;}
.video-active .ytplayer {display: block; width: 100vw; height: 100vh;overflow: hidden; z-index: 1001; position: fixed;top: 0;left: 0;opacity: 1; background: rgba(0,0,0,0.6);}
.video-active #ytplayer {width: 70%;height: 80%;position: absolute;top: 50%;left: 50%;transform: translate3d(-50%, -50%, 0);z-index: 2;}
.video-active #close-ytplayer {display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1;cursor: pointer;}
.video-active #close-ytplayer, .overlay, .menu-overlay {cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>") 16 16, pointer;-webkit-tap-highlight-color: transparent;}
.page-tools {width:0;height:0;overflow: hidden;}