.cipher-player{position:relative;width:100%;height:100%;display:flex;flex-direction:column;margin:0 auto;font-family:Arial,sans-serif;background:#000;color:#fff;overflow:hidden;border-radius:8px}.cipher-player:fullscreen{width:100vw;height:100vh;margin:0;border-radius:0;display:flex;flex-direction:column}.cipher-player:fullscreen .cipher-player__video-wrapper{flex:1;display:flex;align-items:center;justify-content:center}.cipher-player:fullscreen .cipher-player__video-element{height:100%;width:auto;max-width:100%;object-fit:contain}.cipher-player:fullscreen .cipher-player__control-bar{position:absolute;bottom:0;left:0;right:0;margin:0;border-radius:0;z-index:1000;opacity:1}.cipher-player:fullscreen .cipher-player__control-bar.hidden{opacity:0;pointer-events:none}.cipher-player__video-wrapper{position:relative;background:#000;overflow:hidden;height:100%}.cipher-player__video-element{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;outline:none}.cipher-player__video-wrapper:not([style*=padding-top]) .cipher-player__video-element{position:relative;display:block;width:100%;height:100%}.cipher-player__center-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:transparent;border:none;cursor:pointer;padding:0;width:64px;height:64px}.cipher-player__control-bar{display:flex;position:absolute;left:0;right:0;bottom:0;align-items:center;padding:8px;gap:4px;background:#1c1c1c;transition:opacity .3s ease;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{background:transparent;border:none;cursor:pointer;color:inherit;display:inline-flex;align-items:center;justify-content:center;padding:4px;transition:opacity .2s ease;outline:none}.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:2px solid #3b82f6;outline-offset:2px;border-radius:2px}.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{position:relative;height:8px;cursor:pointer;flex-grow:1;margin:0 10px;border-radius:4px;overflow:visible;background:#ffffff1a;transition:background .3s ease}.cipher-player__buffer-fill{position:absolute;height:100%;background:#ffffff4d;pointer-events:none;border-radius:4px}.cipher-player__progress-fill{position:absolute;height:100%;pointer-events:none;border-radius:4px;transition:width .1s linear}.cipher-player__time-tooltip{position:absolute;bottom:20px;transform:translate(-50%);background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:.85rem;white-space:nowrap;pointer-events:none;z-index:1000}.cipher-player__time-display{min-width:60px;font-size:.9rem;text-align:right}.cipher-player__settings-popup{position:absolute;bottom:50px;right:60px;background:#333;padding:10px;border-radius:6px;min-width:140px;display:flex;flex-direction:column;gap:8px;z-index:999}.cipher-player__settings-row{display:flex;flex-direction:column;gap:6px}.cipher-player__settings-row span{font-size:.8rem;color:#aaa}.cipher-player__settings-options{display:flex;gap:6px;flex-wrap:wrap}.cipher-player__settings-options button{background:#444;color:#fff;border:none;padding:4px 8px;border-radius:4px;cursor:pointer;outline:none}.cipher-player__settings-options button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.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{position:absolute;bottom:60px;transform:translate(-50%);pointer-events:none}.cipher-player__thumbnail-preview img{width:120px;border:2px solid #fff;background:#000;border-radius:4px}.cipher-player__volume-controls{display:flex;align-items:center;gap:4px;position:relative;width:20px}.cipher-player__volume-controls.show-slider{width:auto}@media(max-width:768px){.cipher-player__volume-controls{display:none}}.cipher-player__volume-slider{width:0;height:4px;-webkit-appearance:none;background:#555;border-radius:2px;outline:none;opacity:0;transition:all .2s ease;pointer-events:none}.cipher-player__volume-controls.show-slider .cipher-player__volume-slider{width:80px;opacity:1;pointer-events:auto}.cipher-player__volume-slider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;transition:background .2s}.cipher-player__volume-slider::-webkit-slider-thumb:hover{background:#ddd}.cipher-player__volume-slider::-moz-range-thumb{width:12px;height:12px;background:#fff;border:none;border-radius:50%;cursor:pointer;transition:background .2s}.cipher-player__volume-slider::-moz-range-thumb:hover{background:#ddd}.cipher-player__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;z-index:10}.cipher-player__spinner-inner{width:100%;height:100%;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:cipher-player-spin 1s linear infinite}@keyframes cipher-player-spin{to{transform:rotate(360deg)}}.card .comment-section{margin:20px 0 0;background-color:transparent}.comment-section{margin:20px 0 0;background-color:var(--ap-colour-card)}.comment-section a{color:var(--ap-colour-primary)}.comment-section form,.comment-creator-inputs-container{display:flex;flex-direction:column}.comment-creator-inputs-right{display:flex;justify-content:flex-end;flex-wrap:wrap}.comment-creator-post-button{width:unset!important;gap:10px}.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:transparent;margin-right:4px}.comment-spinner{width:50px!important;margin-top:-20px}.comment-reply{display:flex;width:100%}.comment-go-to-original-comment{display:inline-flex;align-items:center;gap:2px}.comment-reply .icon{width:25px;color:var(--ap-colour-primary)!important}.comment-op-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;padding:1px 6px;width:fit-content;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1.2;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)}.comment-content-container{display:flex;justify-content:space-between;gap:10px}.comment-content{display:flex;flex-direction:column}.comment-section form .comment-input-button{width:40px;height:40px;padding:10px;margin:10px}.comment-section form div{width:100%}.comment{margin:20px 0;padding:20px;border-radius:15px}.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{overflow:hidden;hyphens:auto;word-break:auto-phrase}.comment-content img,.comment-content video{width:auto;max-width:100%;max-height:400px;border-radius:15px;margin:10px 0}@media screen and (max-width:600px){.comment img{width:auto;max-width:100%}.comment-head{flex-direction:column}}.comment-replies{position:relative;margin-left:16px;padding-left:20px;border-left:2px solid color-mix(in srgb,var(--ap-colour-white) 25%,transparent)}.comment-replies .comment-replies{margin-left:8px;padding-left:16px}.comment-reply-item{position:relative;padding:4px 0}.comment-reply-connector{position:absolute;left:-20px;top:26px;width:20px;height:2px;background:color-mix(in srgb,var(--ap-colour-white) 25%,transparent)}.comment-replies .comment-replies .comment-reply-connector{left:-16px;width:16px}.comment-reply-card{padding:16px;border-radius:12px;transition:box-shadow .25s ease,background-color .25s ease}.comment-reply-card .comment-head{display:flex}.comment-reply-card .comment-reply{display:flex;width:100%}@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{margin-left:0;padding-left:0;border-left:none}.comment-replies .comment-replies .comment-replies .comment-reply-connector{display:none}.comment-reply-connector{left:-12px;width:12px}.comment-replies .comment-replies .comment-reply-connector{left:-8px;width:8px}.comment-reply-card{padding:12px}.comment-op-badge{margin-left:0}}.comment-mention{color:var(--ap-colour-primary);text-decoration:none;font-weight:500}.comment-mention:hover{text-decoration:underline}.comment-separator{margin:0 5px 0 10px;opacity:60%}.comment-reply-hint{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:.9rem;opacity:.9}.comment-cancel-reply{margin-left:auto}.comment-attachment-limit-hint{font-size:.8rem;margin:4px 0 8px;opacity:.85}.comment-attachment-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.comment-attachment-previews{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.comment-attachment-preview{display:flex;align-items:center;gap:6px;padding:6px 8px;background:var(--ap-colour-black-2, #1a1a1a);border-radius:8px;font-size:.85rem}.comment-attachment-preview img{width:40px;height:40px;object-fit:cover;border-radius:4px}.comment-attachment-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--ap-colour-black-2, #2a2a2a);border-radius:4px}.comment-attachment-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comment-attachment-remove{background:none;border:none;color:var(--ap-colour-primary);cursor:pointer;font-size:1.2rem;line-height:1;padding:0 4px}.comment-attachments{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.comment-attachment-clickable{cursor:pointer;transition:opacity .15s}.comment-attachment-clickable:hover{opacity:.85}.comment-attachment-video{width:100%;max-width:480px;border-radius:15px;overflow:hidden}.comment-attachments audio{max-width:100%;min-width:200px}.comment-creator-dropzone{border:2px dashed transparent;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{position:absolute;top:4px;right:4px;z-index:1;font-size:.9rem}.ap-audio-recorder{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:var(--ap-colour-card, #1a1a1a);border-radius:12px;border:1px solid var(--ap-colour-border, rgba(255, 255, 255, .08))}.ap-ar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.ap-ar-title{margin:0;font-size:1rem;font-weight:600;color:var(--ap-colour-text, #fff)}.ap-ar-max-duration{font-size:.8rem;opacity:.75;color:var(--ap-colour-text-muted, #999)}.ap-ar-error{padding:.5rem .75rem;font-size:.875rem;color:var(--ap-colour-error, #e74c3c);background:#e74c3c1a;border-radius:8px}.ap-ar-controls{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.ap-ar-idle{margin:0;font-size:.9rem;opacity:.85;color:var(--ap-colour-text-muted, #999)}.ap-ar-status{display:flex;align-items:center;gap:.5rem}.ap-ar-status-recording{padding:.5rem .75rem;background:#e74c3c1f;border-radius:999px;width:fit-content}.ap-ar-dot{width:8px;height:8px;border-radius:50%;background-color:var(--ap-colour-error, #e74c3c);flex-shrink:0;animation:ap-ar-pulse 1.2s infinite ease-in-out}.ap-ar-timer{font-variant-numeric:tabular-nums;font-weight:500;font-size:.95rem}.ap-ar-paused-label{margin-left:.25rem;font-size:.8rem;opacity:.9}@keyframes ap-ar-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.7}}.ap-ar-buttons{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.ap-ar-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.875rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:background .15s,transform .1s}.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{display:inline-flex;align-items:center;justify-content:center}.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{background:#e74c3c33;color:var(--ap-colour-error, #e74c3c)}.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{display:flex;flex-direction:column;gap:.75rem}.ap-ar-fallback-text{margin:0;font-size:.875rem;opacity:.9;color:var(--ap-colour-text-muted, #999)}.ap-ar-file-label{display:inline-flex;cursor:pointer;width:fit-content}.ap-ar-file-input{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.ap-ar-file-button{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;background:var(--ap-colour-gray, #333);color:var(--ap-colour-text, #fff);border-radius:8px;transition:background .15s}.ap-ar-file-label:hover .ap-ar-file-button{background:color-mix(in srgb,var(--ap-colour-gray, #333) 80%,#fff)}.ap-ar-preview{display:flex;flex-direction:column;gap:1rem}.ap-ar-player-wrap{width:100%;min-height:48px;border-radius:10px;overflow:hidden;background:var(--ap-colour-card-2, #252525)}.ap-ar-meta{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--ap-colour-text-muted, #999)}.ap-ar-meta-sep{opacity:.6}.ap-ar-upload{display:flex;flex-direction:column;gap:.4rem}.ap-ar-progress{width:100%;height:6px;background:var(--ap-colour-gray, #333);border-radius:999px;overflow:hidden}.ap-ar-progress-bar{height:100%;background:linear-gradient(90deg,var(--ap-colour-primary, #00a3ff),#5eb8ff);border-radius:999px;transition:width .2s ease}.ap-ar-uploading{margin:0;font-size:.8rem;text-align:center;opacity:.85;color:var(--ap-colour-text-muted, #999)}.access-prompt{background-color:var(--ap-colour-primary);display:flex;align-items:center;flex-direction:column}.access-prompt h2{display:flex;justify-content:center;align-items:center}.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{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.access-prompt p{text-align:center}.access-prompt button{background-color:gold;color:#000;font-size:1rem;font-weight:bolder;max-width:200px}.access-prompt button:hover{background-color:#daa520}.access-prompt-preview{margin:10px;transition:transform 1s}.paste-404-prompt{display:flex;width:100%;justify-content:center;align-items:center}.paste-404-prompt img{max-width:400px;max-height:40vh;object-fit:scale-down;width:100%;margin:40px 40px 40px 0;pointer-events:none}.paste-404-content{display:flex;flex-direction:column;justify-content:start;align-items:start;text-align:start;margin-top:-8em}@media screen and (max-width:870px){.paste-404-prompt{flex-direction:column}.paste-404-prompt img{margin:20px}.paste-404-content{margin-top:0}}
