.heart-base p{opacity:.6;align-items:center;margin:0 3px 3px 0;display:flex}.heart-base{align-items:center;display:flex}.heart svg,.heart-no-anim svg{color:#fff9;cursor:pointer;-webkit-user-select:none;user-select:none;outline:0}.heart svg{animation:.3s linear heart-beat-rev}.heart-active svg,.heart-active-no-anim svg{color:red;cursor:pointer;-webkit-user-select:none;user-select:none;outline:0}.heart-active svg{animation:.3s linear heart-beat}@keyframes heart-beat{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}@keyframes heart-beat-rev{0%{transform:scale(1)}50%{transform:scale(.8)}to{transform:scale(1)}}.cipher-player{color:#fff;background:#000;border-radius:8px;flex-direction:column;width:100%;height:100%;margin:0 auto;font-family:Arial,sans-serif;display:flex;position:relative;overflow:hidden}.cipher-player:fullscreen{border-radius:0;flex-direction:column;width:100vw;height:100vh;margin:0;display:flex}.cipher-player:fullscreen .cipher-player__video-wrapper{flex:1;justify-content:center;align-items:center;display:flex}.cipher-player:fullscreen .cipher-player__video-element{object-fit:contain;width:auto;max-width:100%;height:100%}.cipher-player:fullscreen .cipher-player__control-bar{z-index:1000;opacity:1;border-radius:0;margin:0;position:absolute;bottom:0;left:0;right:0}.cipher-player:fullscreen .cipher-player__control-bar.hidden{opacity:0;pointer-events:none}.cipher-player__video-wrapper{background:#000;height:100%;position:relative;overflow:hidden}.cipher-player__video-element{background:#000;outline:none;width:100%;height:100%;position:absolute;top:0;left:0}.cipher-player__video-wrapper:not([style*=padding-top]) .cipher-player__video-element{width:100%;height:100%;display:block;position:relative}.cipher-player__center-play-btn{cursor:pointer;background:0 0;border:none;width:64px;height:64px;padding:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cipher-player__control-bar{background:#1c1c1c;align-items:center;gap:4px;padding:8px;transition:opacity .3s;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:visible}.cipher-player:hover .cipher-player__control-bar{opacity:1}.cipher-player:not(:hover) .cipher-player__control-bar{opacity:0;transition-delay:2s}.cipher-player__play-pause-btn,.cipher-player__settings-btn,.cipher-player__fullscreen-btn,.cipher-player__volume-btn,.cipher-player__download-btn{cursor:pointer;color:inherit;background:0 0;border:none;outline:none;justify-content:center;align-items:center;padding:4px;transition:opacity .2s;display:inline-flex}.cipher-player__play-pause-btn:focus-visible,.cipher-player__settings-btn:focus-visible,.cipher-player__fullscreen-btn:focus-visible,.cipher-player__volume-btn:focus-visible,.cipher-player__download-btn:focus-visible,.cipher-player__center-play-btn:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #3b82f6}.cipher-player__play-pause-btn:focus:not(:focus-visible),.cipher-player__settings-btn:focus:not(:focus-visible),.cipher-player__fullscreen-btn:focus:not(:focus-visible),.cipher-player__volume-btn:focus:not(:focus-visible),.cipher-player__download-btn:focus:not(:focus-visible),.cipher-player__center-play-btn:focus:not(:focus-visible){outline:none}.cipher-player__play-pause-btn:hover,.cipher-player__settings-btn:hover,.cipher-player__fullscreen-btn:hover,.cipher-player__volume-btn:hover,.cipher-player__download-btn:hover{opacity:.8}.cipher-player__timeline{cursor:pointer;background:#ffffff1a;border-radius:4px;flex-grow:1;height:8px;margin:0 10px;transition:background .3s;position:relative;overflow:visible}.cipher-player__buffer-fill{pointer-events:none;background:#ffffff4d;border-radius:4px;height:100%;position:absolute}.cipher-player__progress-fill{pointer-events:none;border-radius:4px;height:100%;transition:width .1s linear;position:absolute}.cipher-player__time-tooltip{color:#fff;white-space:nowrap;pointer-events:none;z-index:1000;background:#000c;border-radius:4px;padding:4px 8px;font-size:.85rem;position:absolute;bottom:20px;transform:translate(-50%)}.cipher-player__time-display{text-align:right;min-width:60px;font-size:.9rem}.cipher-player__settings-popup{z-index:999;background:#333;border-radius:6px;flex-direction:column;gap:8px;min-width:140px;padding:10px;display:flex;position:absolute;bottom:50px;right:60px}.cipher-player__settings-row{flex-direction:column;gap:6px;display:flex}.cipher-player__settings-row span{color:#aaa;font-size:.8rem}.cipher-player__settings-options{flex-wrap:wrap;gap:6px;display:flex}.cipher-player__settings-options button{color:#fff;cursor:pointer;background:#444;border:none;border-radius:4px;outline:none;padding:4px 8px}.cipher-player__settings-options button:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.cipher-player__settings-options button:focus:not(:focus-visible){outline:none}.cipher-player__settings-options button.active,.cipher-player__settings-options button:hover{background:#666}.cipher-player__thumbnail-preview{pointer-events:none;position:absolute;bottom:60px;transform:translate(-50%)}.cipher-player__thumbnail-preview img{background:#000;border:2px solid #fff;border-radius:4px;width:120px}.cipher-player__volume-controls{align-items:center;gap:4px;width:20px;display:flex;position:relative}.cipher-player__volume-controls.show-slider{width:auto}@media (max-width:768px){.cipher-player__volume-controls{display:none}}.cipher-player__volume-slider{-webkit-appearance:none;opacity:0;pointer-events:none;background:#555;border-radius:2px;outline:none;width:0;height:4px;transition:all .2s}.cipher-player__volume-controls.show-slider .cipher-player__volume-slider{opacity:1;pointer-events:auto;width:80px}.cipher-player__volume-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:12px;height:12px;transition:background .2s}.cipher-player__volume-slider::-webkit-slider-thumb:hover{background:#ddd}.cipher-player__volume-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:none;border-radius:50%;width:12px;height:12px;transition:background .2s}.cipher-player__volume-slider::-moz-range-thumb:hover{background:#ddd}.cipher-player__spinner{z-index:10;width:48px;height:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cipher-player__spinner-inner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:100%;height:100%;animation:1s linear infinite cipher-player-spin}@keyframes cipher-player-spin{to{transform:rotate(360deg)}}.cipher-player__ad-overlay{pointer-events:none;z-index:20;flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:8px;padding:10px 12px 64px;display:flex;position:absolute;inset:0}.cipher-player__ad-label{color:#f5c518;letter-spacing:.08em;pointer-events:none;text-transform:uppercase;background:#0000008c;border:1px solid #f5c51880;border-radius:3px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:10px;left:10px}.cipher-player__ad-cta{pointer-events:all;color:#000;cursor:pointer;background:#f5c518eb;border:none;border-radius:4px;margin-right:auto;padding:5px 12px;font-size:12px;font-weight:700;transition:background .15s}.cipher-player__ad-cta:hover{background:#f5c518}.cipher-player__ad-skip{pointer-events:all;color:#ccc;cursor:default;white-space:nowrap;background:#1e1e1ed1;border:1px solid #555;border-radius:4px;margin-left:auto;padding:5px 12px;font-size:12px;font-weight:600;transition:background .15s,color .15s,border-color .15s}.cipher-player__ad-skip--active{color:#fff;cursor:pointer;background:#1e1e1ee6;border-color:#fff}.cipher-player__ad-skip--active:hover{background:#3c3c3cf2}
