.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}.cipher-grid-lightbox{z-index:1000;opacity:0;pointer-events:none;background-color:#000000e6;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0;overflow:hidden}.cipher-grid-lightbox.open{opacity:1;pointer-events:auto}.cipher-grid-lightbox .content{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.cipher-grid-lightbox .image-container{transform-origin:50%;justify-content:center;align-items:center;max-width:90%;max-height:calc(100vh - 180px);transition:transform .2s;display:flex;position:relative}.cipher-grid-lightbox.zoom-active .image-container{cursor:grab}.cipher-grid-lightbox.zoom-active .image-container:active{cursor:grabbing}.cipher-grid-lightbox .image-controls{z-index:1002;-webkit-backdrop-filter:blur(8px);background:#0009;border-radius:24px;flex-direction:column-reverse;align-items:center;padding:10px 0;display:flex;position:fixed;bottom:10px;right:10px}.cipher-grid-lightbox .caption{color:#fff;z-index:1001;background:#000c;border-radius:8px;max-width:80%;padding:16px;position:fixed;bottom:80px;left:50%;transform:translate(-50%)}.cipher-grid-lightbox .details-btn{color:#fff;cursor:pointer;z-index:1001;background:#0009;border:none;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;display:flex;position:fixed;bottom:20px;right:20px}.cipher-grid-lightbox .details-popover{color:#fff;z-index:1002;background:#000c;border-radius:8px;max-width:400px;padding:20px;position:fixed;bottom:80px;right:20px}.cipher-grid-lightbox .lightbox-image{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;max-width:100%;max-height:calc(100vh - 180px)}.cipher-grid-lightbox .cipher-player{width:100%;max-width:90vw;height:auto;max-height:calc(100vh - 180px)}.cipher-grid-lightbox .nav-btn{color:#fff;cursor:pointer;z-index:1001;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.cipher-grid-lightbox .prev-btn{left:20px}.cipher-grid-lightbox .next-btn{right:20px}.cipher-grid-lightbox .close-btn{color:#fff;cursor:pointer;z-index:1001;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:fixed;top:20px;right:20px}.cipher-grid-lightbox .hui-btn{color:#fff;cursor:pointer;z-index:1001;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:fixed;top:20px;left:20px}.cipher-grid-lightbox .lightbox-counter{color:#fff;z-index:1001;pointer-events:none;letter-spacing:.03em;background:#0009;border-radius:20px;justify-content:center;align-items:center;height:40px;padding:0 14px;font-size:14px;font-weight:500;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%)}.cipher-grid-lightbox .transform-style-0-normal{transform:rotate(0)scaleX(1)}.cipher-grid-lightbox .transform-style-0-flipped{transform:rotate(0)scaleX(-1)}.cipher-grid-lightbox .transform-style-90-normal{transform:rotate(90deg)scaleX(1)}.cipher-grid-lightbox .transform-style-90-flipped{transform:rotate(90deg)scaleX(-1)}.cipher-grid-lightbox .transform-style-180-normal{transform:rotate(180deg)scaleX(1)}.cipher-grid-lightbox .transform-style-180-flipped{transform:rotate(180deg)scaleX(-1)}.cipher-grid-lightbox .transform-style-270-normal{transform:rotate(270deg)scaleX(1)}.cipher-grid-lightbox .transform-style-270-flipped{transform:rotate(270deg)scaleX(-1)}.cipher-grid-lightbox .transform-style-0-normal,.cipher-grid-lightbox .transform-style-0-flipped,.cipher-grid-lightbox .transform-style-90-normal,.cipher-grid-lightbox .transform-style-90-flipped,.cipher-grid-lightbox .transform-style-180-normal,.cipher-grid-lightbox .transform-style-180-flipped,.cipher-grid-lightbox .transform-style-270-normal,.cipher-grid-lightbox .transform-style-270-flipped{transition:transform .2s}.cipher-grid-lightbox .image-controls button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background-color .2s;display:flex}.cipher-grid-lightbox .image-controls .image-controls-row{align-items:center;gap:6px;padding:0 6px;display:flex}.cipher-grid-lightbox .lightbox-menu{z-index:1002;position:fixed;bottom:20px;left:20px}.cipher-grid-lightbox .lightbox-menu-btn,.cipher-grid-lightbox .more-btn{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 12px;display:flex}.cipher-grid-lightbox .lightbox-dropdown{-webkit-backdrop-filter:blur(8px);background:#000000e6;border-radius:10px;min-width:180px;padding:6px;position:absolute;bottom:50px;left:0}.cipher-grid-lightbox .dropdown-item{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 10px;display:flex}.cipher-grid-lightbox .dropdown-item:hover{background:#ffffff1a}.cipher-grid-lightbox .image-controls button:hover:not(:disabled){background-color:#fff3}.cipher-grid-lightbox .image-controls button:disabled{opacity:.5;cursor:not-allowed}.cipher-grid-lightbox .image-controls .divider{background:#ffffff4d;width:20px;height:1px;margin:0 5px}.cipher-grid-lightbox .zoom-level{text-align:center;min-width:50px;font-size:14px}.cipher-grid-lightbox .caption-toggle{color:#fff;cursor:pointer;z-index:1001;background:#0009;border:none;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.cipher-grid-lightbox .caption-close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;display:flex;position:absolute;top:5px;right:5px}.cipher-grid-lightbox .markdown-caption{max-height:200px;overflow-y:auto}.cipher-grid-lightbox .keyboard-shortcuts-hint{z-index:1001;position:fixed;bottom:20px;left:20px}.cipher-grid-lightbox .shortcuts-btn{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;transition:background-color .2s;display:flex}.cipher-grid-lightbox .shortcuts-btn:hover{background-color:#000c}.cipher-grid-lightbox .keyboard-shortcuts-modal{z-index:1010;background-color:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cipher-grid-lightbox .keyboard-shortcuts-content{color:#fff;background:#1e1e1ef2;border-radius:8px;width:90%;max-width:800px;max-height:80vh;padding:30px;position:relative;overflow-y:auto}.cipher-grid-lightbox .close-shortcuts-btn{cursor:pointer;color:#fff;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:10px;right:10px}.cipher-grid-lightbox .close-shortcuts-btn:hover{background:#ffffff1a}.cipher-grid-lightbox .keyboard-shortcuts-content h3{border-bottom:1px solid #fff3;margin-top:0;margin-bottom:20px;padding-bottom:10px;font-size:24px}.cipher-grid-lightbox .keyboard-shortcuts-content h4{color:#ffffffe6;margin-top:0;margin-bottom:15px;font-size:18px}.cipher-grid-lightbox .shortcuts-columns{flex-wrap:wrap;gap:30px;display:flex}.cipher-grid-lightbox .shortcuts-column{flex:1;min-width:200px}.cipher-grid-lightbox .shortcut-row{align-items:center;margin-bottom:12px;display:flex}.cipher-grid-lightbox .key{text-align:center;background:#ffffff26;border-radius:4px;min-width:20px;margin-right:10px;padding:2px 8px;font-family:monospace;font-size:14px;box-shadow:0 2px #0000004d}.cipher-grid-lightbox .description{color:#fffc;font-size:14px}@media (max-width:768px){.cipher-grid-lightbox .shortcuts-columns{flex-direction:column;gap:20px}}.cipher-grid-lightbox .media-actions{z-index:1001;gap:8px;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.cipher-grid-lightbox .media-btn{color:#fff;-webkit-backdrop-filter:blur(8px);cursor:pointer;background-color:#0009;border:none;border-radius:20px;align-items:center;gap:5px;padding:8px 16px;transition:background-color .2s;display:flex}@media (max-width:400px){.cipher-grid-lightbox .media-btn{gap:3px;padding:6px 12px;font-size:13px}.cipher-grid-lightbox .media-btn svg{width:14px;height:14px}.cipher-grid-lightbox .download-progress{padding:6px 12px;font-size:13px}.cipher-grid-lightbox .spinner{width:16px;height:16px}}.cipher-grid-lightbox .media-btn:hover{background:#000c}.cipher-grid-lightbox .like-btn.active{background:#ff4b4b33}.cipher-grid-lightbox .like-btn:hover{background:#000c}.cipher-grid-lightbox .like-btn.active:hover{background:#ff4b4b4d}.cipher-grid-lightbox .download-progress{color:#fff;background:#0009;border-radius:20px;align-items:center;gap:12px;padding:8px 16px;display:flex}.cipher-grid-lightbox .spinner{border:2px solid #ffffff4d;border-top-color:#00a3ff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.cipher-grid-lightbox .progress-text{flex-direction:column;align-items:flex-start;font-size:14px;display:flex}.cipher-grid-lightbox .file-info{color:#fff;z-index:1001;background:#0009;border-radius:8px;padding:12px;font-size:14px;position:fixed;bottom:80px;left:20px}.cipher-grid-lightbox .file-info p{opacity:.8;margin:4px 0}.cipher-grid-lightbox .file-info p:first-child{margin-top:0}.cipher-grid-lightbox .file-info p:last-child{margin-bottom:0}.cipher-grid-lightbox .download-btn{align-items:center;gap:8px;display:flex}.cipher-grid-lightbox .download-count{opacity:.8;font-size:14px}.cipher-grid-lightbox .info-popover{z-index:1010;background-color:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cipher-grid-lightbox .info-content{color:#fff;background:#1e1e1ef2;border-radius:8px;width:90%;max-width:500px;max-height:80vh;padding:30px;position:relative;overflow-y:auto}.cipher-grid-lightbox .close-info-btn{cursor:pointer;color:#fff;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:10px;right:10px}.cipher-grid-lightbox .close-info-btn:hover{background:#ffffff1a}.cipher-grid-lightbox .info-content h3{border-bottom:1px solid #fff3;margin-top:0;margin-bottom:20px;padding-bottom:10px;font-size:24px}.cipher-grid-lightbox .info-list{flex-direction:column;gap:12px;display:flex}.cipher-grid-lightbox .info-row{align-items:flex-start;gap:12px;display:flex}.cipher-grid-lightbox .info-label{color:#fffc;min-width:120px;font-weight:500}.cipher-grid-lightbox .info-value{word-break:break-all;flex:1}.cipher-grid-lightbox.hide-ui .close-btn,.cipher-grid-lightbox.hide-ui .nav-btn,.cipher-grid-lightbox.hide-ui .lightbox-counter,.cipher-grid-lightbox.hide-ui .image-controls,.cipher-grid-lightbox.hide-ui .caption,.cipher-grid-lightbox.hide-ui .caption-toggle,.cipher-grid-lightbox.hide-ui .details-btn,.cipher-grid-lightbox.hide-ui .details-popover,.cipher-grid-lightbox.hide-ui .keyboard-shortcuts-hint,.cipher-grid-lightbox.hide-ui .keyboard-shortcuts-modal,.cipher-grid-lightbox.hide-ui .media-actions,.cipher-grid-lightbox.hide-ui .file-info,.cipher-grid-lightbox.hide-ui .info-popover,.cipher-grid-lightbox.hide-ui .lightbox-menu{display:none!important}@media (max-width:768px){.cipher-grid-lightbox .image-container{touch-action:none;max-width:95%;max-height:calc(100vh - 120px)}.cipher-grid-lightbox .lightbox-image{touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;max-height:calc(100vh - 120px)}.cipher-grid-lightbox .image-controls{padding:12px 8px;bottom:15px;right:15px}.cipher-grid-lightbox .image-controls button{width:40px;height:40px;margin:2px}.cipher-grid-lightbox .zoom-level{min-width:60px;padding:0 8px;font-size:16px}.cipher-grid-lightbox .nav-btn{width:56px;height:56px}.cipher-grid-lightbox .close-btn,.cipher-grid-lightbox .hui-btn{width:48px;height:48px}.cipher-grid-lightbox .caption{max-width:90%;font-size:14px;bottom:100px}.cipher-grid-lightbox .lightbox-dropdown{min-width:200px;max-width:calc(100vw - 40px)}.cipher-grid-lightbox .dropdown-item{padding:12px 16px;font-size:16px}}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.cipher-grid-lightbox .lightbox-fade-in{animation:.2s ease-out lightboxFadeIn}.cipher-grid-lightbox .lightbox-loading{z-index:1003;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cipher-grid-lightbox .lightbox-loading .spinner{border:3px solid #fff3;border-top-color:#fff;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}
