.user-card{flex-direction:column;gap:1em;padding:1.5em;display:flex}.user-header-top{justify-content:space-between;align-items:flex-start;gap:1em;display:flex}.user-page-profile-picture{object-fit:cover;border-radius:50%;flex-shrink:0;width:88px;height:88px}.user-header-actions{flex-wrap:wrap;align-items:center;gap:.5em;display:flex}.user-name-badge-container{flex-wrap:wrap;align-items:center;gap:.4em;display:flex}.user-profile-name{white-space:normal;overflow-wrap:anywhere;min-width:0;margin:0;font-size:22px;font-weight:700;line-height:1.2}.user-name-badge-container .ap-icon,.user-name-badge-container .user-pro{margin-top:2px}.user-icon{margin-bottom:.2em}.user-pro{margin-top:.1em}.user-gender-row{align-items:center;gap:.4em;display:flex}.user-pronouns{color:var(--ap-colour-text-secondary,#888);font-size:.85rem}.user-stats-row{border-top:1px solid var(--ap-colour-border,#80808033);border-bottom:1px solid var(--ap-colour-border,#80808033);flex-wrap:wrap;gap:1.5em;padding:.75em 0;display:flex}.user-stat{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.user-stat-value{font-size:1rem;font-weight:700;line-height:1.2}.user-stat-label{color:var(--ap-colour-text-secondary,#888);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.user-bio{word-wrap:break-word;width:100%}.user-bio a{color:var(--ap-colour-primary);word-break:break-all;font-weight:700;text-decoration:none}.ap-link{color:#007bff;word-break:break-all;font-weight:700;text-decoration:none}.ap-link:hover{text-decoration:underline}.ap-link-subtle{opacity:.7;font-size:.8rem;font-weight:500}.ap-link-user-settings{align-items:center;gap:.25em;display:flex}.ap-link-user-settings:hover{border-bottom:2px solid var(--ap-colour-primary-2);text-decoration:none}.user-pastes{margin-top:20px}.ap-heading{margin-bottom:10px;font-size:18px;font-weight:700}@media screen and (max-width:550px){.user-header-top{text-align:center;flex-direction:column;align-items:center}.user-header-actions,.user-name-badge-container,.user-gender-row,.user-stats-row{justify-content:center}.user-page-profile-picture{width:96px;height:96px}}.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}
