.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}.card .comment-section{background-color:#0000;margin:20px 0 0}.comment-section{background-color:var(--ap-colour-card);margin:20px 0 0}.comment-section a{color:var(--ap-colour-primary)}.comment-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.comment-sort-toggle{background:var(--ap-colour-black-2);border-radius:10px;gap:4px;padding:3px;display:flex}.comment-sort-btn{color:var(--ap-colour-white);cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:8px;align-items:center;gap:5px;padding:5px 12px;font-size:.85rem;font-weight:500;transition:opacity .15s,background .15s;display:flex}.comment-sort-btn:hover{opacity:.85}.comment-sort-btn.active{background:color-mix(in srgb, var(--ap-colour-primary) 15%, transparent);color:var(--ap-colour-primary);opacity:1}.comment-section form,.comment-creator-inputs-container{flex-direction:column;display:flex}.comment-creator-inputs-right{flex-wrap:wrap;justify-content:flex-end;display:flex}.comment-creator-post-button{gap:10px;width:unset!important}.comment-creator-post-button p{font-weight:500}@media screen and (max-width:600px){.comment-creator-inputs{flex-direction:column}}.comment-section textarea{border-color:#0000;margin-right:4px}.comment-spinner{margin-top:-20px;width:50px!important}.comment-reply{width:100%;display:flex}.comment-go-to-original-comment{align-items:center;gap:2px;display:inline-flex}.comment-reply .icon{width:25px;color:var(--ap-colour-primary)!important}.comment-op-badge{width:-moz-fit-content;width:fit-content;color:var(--ap-colour-primary);border:1px solid color-mix(in srgb, var(--ap-colour-primary) 70%, transparent);background:color-mix(in srgb, var(--ap-colour-primary) 14%, transparent);border-radius:999px;justify-content:center;align-items:center;margin-left:8px;padding:1px 6px;font-size:.72rem;font-weight:700;line-height:1.2;display:inline-flex}.comment-content-container{justify-content:space-between;gap:10px;display:flex}.comment-content{flex-direction:column;display:flex}.comment-section form .comment-input-button{width:40px;height:40px;margin:10px;padding:10px}.comment-section form div{width:100%}.comment{border-radius:15px;margin:20px 0;padding:20px}.comment-base{background-color:var(--ap-colour-black-2);border-radius:15px}.comment.comment-highlighted,.comment-reply-card.comment-highlighted{box-shadow:0 0 0 2px var(--ap-colour-primary);background-color:color-mix(in srgb, var(--ap-colour-primary) 12%, var(--ap-colour-black-2))}.comment .comment-head{display:flex}.comment p,.comment-reply-card p{-webkit-hyphens:auto;hyphens:auto;word-break:break-word;overflow:hidden}.comment-content img,.comment-content video{border-radius:15px;width:auto;max-width:100%;max-height:400px;margin:10px 0}@media screen and (max-width:600px){.comment img{width:auto;max-width:100%}.comment-head{flex-direction:column}}.comment-replies{border-left:2px solid color-mix(in srgb, var(--ap-colour-white) 25%, transparent);margin-left:16px;padding-left:20px;position:relative}.comment-replies .comment-replies{margin-left:8px;padding-left:16px}.comment-reply-item{padding:4px 0;position:relative}.comment-reply-connector{background:color-mix(in srgb, var(--ap-colour-white) 25%, transparent);width:20px;height:2px;position:absolute;top:26px;left:-20px}.comment-replies .comment-replies .comment-reply-connector{width:16px;left:-16px}.comment-reply-card{border-radius:12px;padding:16px;transition:box-shadow .25s,background-color .25s}.comment-reply-card .comment-head{display:flex}.comment-reply-card .comment-reply{width:100%;display:flex}@media screen and (max-width:600px){.comment-replies{margin-left:6px;padding-left:12px}.comment-replies .comment-replies{margin-left:2px;padding-left:8px}.comment-replies .comment-replies .comment-replies{border-left:none;margin-left:0;padding-left:0}.comment-replies .comment-replies .comment-replies .comment-reply-connector{display:none}.comment-reply-connector{width:12px;left:-12px}.comment-replies .comment-replies .comment-reply-connector{width:8px;left:-8px}.comment-reply-card{padding:12px}.comment-op-badge{margin-left:0}}.comment-mention{color:var(--ap-colour-primary);font-weight:500;text-decoration:none}.comment-mention:hover{text-decoration:underline}.comment-separator{opacity:.6;margin:0 5px 0 10px}.comment-reply-hint{opacity:.9;align-items:center;gap:8px;margin-bottom:8px;font-size:.9rem;display:flex}.comment-cancel-reply{margin-left:auto}.comment-attachment-limit-hint{opacity:.85;margin:4px 0 8px;font-size:.8rem}.comment-attachment-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.comment-attachment-previews{flex-wrap:wrap;gap:8px;margin:8px 0;display:flex}.comment-attachment-preview{background:var(--ap-colour-black-2,#1a1a1a);border-radius:8px;align-items:center;gap:6px;padding:6px 8px;font-size:.85rem;display:flex}.comment-attachment-preview img{object-fit:cover;border-radius:4px;width:40px;height:40px}.comment-attachment-icon{background:var(--ap-colour-black-2,#2a2a2a);border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.comment-attachment-name{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.comment-attachment-remove{color:var(--ap-colour-primary);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.2rem;line-height:1}.comment-attachments{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.comment-attachment-clickable{cursor:pointer;transition:opacity .15s}.comment-attachment-clickable:hover{opacity:.85}.comment-attachment-video{border-radius:15px;width:100%;max-width:480px;overflow:hidden}.comment-attachments audio{min-width:200px;max-width:100%}.comment-creator-dropzone{border:2px dashed #0000;border-radius:8px;transition:border-color .15s,background-color .15s}.comment-creator-dropzone-active{border-color:var(--ap-colour-primary,#00a3ff);background-color:#00a3ff0f}.comment-voice-recorder-wrap{margin:12px 0;position:relative}.comment-voice-recorder-close{z-index:1;font-size:.9rem;position:absolute;top:4px;right:4px}.comment-deleted{opacity:.45;font-size:.9em}.comment-user-delete{opacity:.5;color:var(--color-text)!important}.comment-user-delete:hover{opacity:1;color:#e53e3e!important}.comment-pending-poll{border:1px dashed var(--ap-colour-border,#444);opacity:.8;border-radius:6px;align-items:center;gap:8px;margin-bottom:8px;padding:6px 10px;font-size:.82rem;display:flex}.comment-pending-poll-name{white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:600;overflow:hidden}.comment-pending-poll-options{opacity:.6;flex-shrink:0}.ap-audio-recorder{background:var(--ap-colour-card,#1a1a1a);border:1px solid var(--ap-colour-border,#ffffff14);border-radius:12px;flex-direction:column;gap:1rem;padding:1rem;display:flex}.ap-ar-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ap-ar-title{color:var(--ap-colour-text,#fff);margin:0;font-size:1rem;font-weight:600}.ap-ar-max-duration{opacity:.75;color:var(--ap-colour-text-muted,#999);font-size:.8rem}.ap-ar-error{color:var(--ap-colour-error,#e74c3c);background:#e74c3c1a;border-radius:8px;padding:.5rem .75rem;font-size:.875rem}.ap-ar-controls{flex-direction:column;align-items:stretch;gap:1rem;display:flex}.ap-ar-idle{opacity:.85;color:var(--ap-colour-text-muted,#999);margin:0;font-size:.9rem}.ap-ar-status{align-items:center;gap:.5rem;display:flex}.ap-ar-status-recording{background:#e74c3c1f;border-radius:999px;width:-moz-fit-content;width:fit-content;padding:.5rem .75rem}.ap-ar-dot{background-color:var(--ap-colour-error,#e74c3c);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.2s ease-in-out infinite ap-ar-pulse}.ap-ar-timer{font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:500}.ap-ar-paused-label{opacity:.9;margin-left:.25rem;font-size:.8rem}@keyframes ap-ar-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}.ap-ar-buttons{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ap-ar-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.875rem;font-weight:500;transition:background .15s,transform .1s;display:inline-flex}.ap-ar-btn:disabled{opacity:.6;cursor:not-allowed}.ap-ar-btn:not(:disabled):active{transform:scale(.98)}.ap-ar-btn-record{background:var(--ap-colour-primary,#00a3ff);color:#fff;padding:.65rem 1.25rem;font-size:.95rem}.ap-ar-btn-record:hover:not(:disabled){background:color-mix(in srgb, var(--ap-colour-primary,#00a3ff) 85%, #000)}.ap-ar-record-icon{justify-content:center;align-items:center;display:inline-flex}.ap-ar-record-icon svg,.ap-ar-btn .ap-ar-record-icon+span{flex-shrink:0}.ap-ar-btn-secondary{background:var(--ap-colour-gray,#333);color:var(--ap-colour-text,#fff)}.ap-ar-btn-secondary:hover:not(:disabled){background:color-mix(in srgb, var(--ap-colour-gray,#333) 80%, #fff)}.ap-ar-btn-stop{color:var(--ap-colour-error,#e74c3c);background:#e74c3c33}.ap-ar-btn-stop:hover:not(:disabled){background:#e74c3c59}.ap-ar-btn-primary{background:var(--ap-colour-primary,#00a3ff);color:#fff}.ap-ar-btn-primary:hover:not(:disabled){background:color-mix(in srgb, var(--ap-colour-primary,#00a3ff) 85%, #000)}.ap-ar-fallback{flex-direction:column;gap:.75rem;display:flex}.ap-ar-fallback-text{opacity:.9;color:var(--ap-colour-text-muted,#999);margin:0;font-size:.875rem}.ap-ar-file-label{cursor:pointer;width:-moz-fit-content;width:fit-content;display:inline-flex}.ap-ar-file-input{opacity:0;z-index:-1;width:.1px;height:.1px;position:absolute;overflow:hidden}.ap-ar-file-button{background:var(--ap-colour-gray,#333);color:var(--ap-colour-text,#fff);border-radius:8px;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s;display:inline-flex}.ap-ar-file-label:hover .ap-ar-file-button{background:color-mix(in srgb, var(--ap-colour-gray,#333) 80%, #fff)}.ap-ar-preview{flex-direction:column;gap:1rem;display:flex}.ap-ar-player-wrap{background:var(--ap-colour-card-2,#252525);border-radius:10px;width:100%;min-height:48px;overflow:hidden}.ap-ar-meta{color:var(--ap-colour-text-muted,#999);align-items:center;gap:.35rem;font-size:.8rem;display:flex}.ap-ar-meta-sep{opacity:.6}.ap-ar-upload{flex-direction:column;gap:.4rem;display:flex}.ap-ar-progress{background:var(--ap-colour-gray,#333);border-radius:999px;width:100%;height:6px;overflow:hidden}.ap-ar-progress-bar{background:linear-gradient(90deg, var(--ap-colour-primary,#00a3ff), #5eb8ff);border-radius:999px;height:100%;transition:width .2s}.ap-ar-uploading{text-align:center;opacity:.85;color:var(--ap-colour-text-muted,#999);margin:0;font-size:.8rem}.access-prompt{background-color:var(--ap-colour-primary);flex-direction:column;align-items:center;display:flex}.access-prompt h2{justify-content:center;align-items:center;display:flex}.access-prompt h2 .pro-badge{margin-left:5px}.access-prompt-preview-img{border-radius:15px;width:auto!important;max-height:400px!important}.access-prompt-preview-container{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.access-prompt p{text-align:center}.access-prompt button{color:#000;background-color:gold;max-width:200px;font-size:1rem;font-weight:bolder}.access-prompt button:hover{background-color:#daa520}.access-prompt-preview{margin:10px;transition:transform 1s}
