.standalone-text-viewer{--text-viewer-font:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--text-viewer-font-size:14px;--text-viewer-line-height:22px;--text-viewer-gutter-width:56px;background:var(--ap-colour-black-3);border:1px solid var(--ap-colour-gray);border-radius:var(--ap-var-border-radius);min-height:200px;overflow:hidden}.standalone-text-viewer__toolbar{z-index:3;background:var(--ap-colour-card-2);border-bottom:1px solid var(--ap-colour-gray);justify-content:flex-end;align-items:center;gap:8px;min-height:40px;padding:6px 10px;display:flex;position:relative}.standalone-text-viewer__toolbar--code{justify-content:space-between}.standalone-text-viewer__language{max-width:50%;color:var(--ap-colour-text-secondary,var(--ap-colour-gray));font-family:var(--text-viewer-font);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1;overflow:hidden}.standalone-text-viewer__copy{background:var(--ap-colour-card);border:1px solid var(--ap-colour-gray);min-height:28px;color:var(--ap-colour-text);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:4px 9px;font-size:12px;line-height:1;display:inline-flex}.standalone-text-viewer__copy:hover{border-color:var(--ap-colour-primary)}.standalone-text-viewer__copy:focus-visible{outline:2px solid var(--ap-colour-primary);outline-offset:2px}.standalone-text-viewer__viewport{scrollbar-color:var(--ap-colour-gray) var(--ap-colour-black-3);scrollbar-width:thin;max-height:min(68vh,900px);overflow:auto}.standalone-text-viewer__lines{width:max-content;min-width:100%;font-family:var(--text-viewer-font);font-size:var(--text-viewer-font-size);line-height:var(--text-viewer-line-height)}.standalone-text-viewer__line{width:100%;min-width:100%;min-height:var(--text-viewer-line-height);display:flex}.standalone-text-viewer__number,.standalone-text-viewer__content{box-sizing:border-box;min-height:var(--text-viewer-line-height);font:inherit;line-height:var(--text-viewer-line-height);white-space:pre;margin:0;display:block}.standalone-text-viewer__number{z-index:2;flex:0 0 var(--text-viewer-gutter-width);width:var(--text-viewer-gutter-width);background:var(--ap-colour-card-2);border-right:1px solid var(--ap-colour-gray);color:var(--ap-colour-gray);font-variant-numeric:tabular-nums;text-align:right;-webkit-user-select:none;user-select:none;padding:0 12px 0 8px;position:sticky;left:0}.standalone-text-viewer__content{min-width:calc(100% - var(--text-viewer-gutter-width));color:var(--ap-colour-text);tab-size:2;flex:1 0 auto;padding:0 24px 0 16px}.standalone-text-viewer__line:first-child>*{padding-top:14px}.standalone-text-viewer__line:last-child>*{padding-bottom:14px}.standalone-text-viewer__content .token.atrule,.standalone-text-viewer__content .token.attr-value,.standalone-text-viewer__content .token.class-name,.standalone-text-viewer__content .token.function,.standalone-text-viewer__content .token.keyword,.standalone-text-viewer__content .token.regex,.standalone-text-viewer__content .token.variable{color:#ff9d00}.standalone-text-viewer__content .token.boolean,.standalone-text-viewer__content .token.constant,.standalone-text-viewer__content .token.deleted,.standalone-text-viewer__content .token.entity,.standalone-text-viewer__content .token.number,.standalone-text-viewer__content .token.operator,.standalone-text-viewer__content .token.property,.standalone-text-viewer__content .token.symbol,.standalone-text-viewer__content .token.tag,.standalone-text-viewer__content .token.url{color:#ff628c}.standalone-text-viewer__content .token.attr-name,.standalone-text-viewer__content .token.builtin,.standalone-text-viewer__content .token.char,.standalone-text-viewer__content .token.inserted,.standalone-text-viewer__content .token.selector,.standalone-text-viewer__content .token.string{color:#a5ff90}.standalone-text-viewer__content .token.cdata,.standalone-text-viewer__content .token.comment,.standalone-text-viewer__content .token.doctype,.standalone-text-viewer__content .token.prolog{color:var(--ap-colour-gray);font-style:italic}@media (max-width:640px){.standalone-text-viewer{--text-viewer-gutter-width:48px;--text-viewer-font-size:13px;--text-viewer-line-height:21px}.standalone-text-viewer__content{padding-left:12px;padding-right:16px}}.ap-video-container{background:var(--ap-colour-background);border-radius:var(--ap-border-radius);width:100%;margin:.5em auto 0}.ap-video-header{margin-bottom:16px;padding:0 20px}.ap-video-title{color:var(--ap-colour-text);margin:0 0 8px;font-size:20px;font-weight:500}.ap-video-meta{color:var(--ap-colour-text);opacity:.8;justify-content:space-between;align-items:center;font-size:14px;display:flex}.ap-author-info{align-items:center;gap:4px;display:flex}.ap-video-stats{align-items:center;gap:8px;display:flex}.ap-video-player{aspect-ratio:16/9;border-radius:40px;border-radius:var(--ap-var-border-radius);border:1px solid var(--ap-colour-gray);background:#000;width:100%;overflow:hidden}.ap-video-actions{margin-bottom:16px;padding:0 20px}.ap-action-buttons{gap:8px;display:flex}.ap-action-button{background:var(--ap-colour-card);color:var(--ap-colour-text);cursor:pointer;border:none;border-radius:4px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;transition:background-color .2s;display:flex}.ap-action-button:hover{background:var(--ap-colour-secondary)}.ap-action-button.liked{background:var(--ap-colour-primary);color:var(--ap-colour-white)}.ap-video-description{background:var(--ap-colour-card);color:var(--ap-colour-text);border-radius:4px;margin:0 20px;padding:16px 20px;font-size:14px;line-height:1.5}.ap-description-content{max-height:80px;transition:max-height .2s;overflow:hidden}.ap-description-content.expanded{max-height:none}.ap-show-more{color:var(--ap-colour-primary);cursor:pointer;background:0 0;border:none;padding:8px 0;font-size:14px;font-weight:500}.ap-show-more:hover{text-decoration:underline}@media (max-width:768px){.ap-video-meta{flex-direction:column;align-items:flex-start;gap:8px}.ap-video-actions{padding-bottom:8px;overflow-x:auto}.ap-action-buttons{flex-wrap:nowrap;width:max-content}}.download-progress{background:#0000000d;border-radius:8px;margin-top:1rem;padding:.5rem}.progress-bar{background:#0000001a;border-radius:4px;width:100%;height:8px;margin-bottom:.5rem;overflow:hidden}.progress-fill{background:var(--ap-colour-primary);height:100%;transition:width .3s}.progress-text{color:var(--ap-colour-text);text-align:center;font-size:.875rem;display:block}.viewer-files-container{max-width:1285px}.viewer-files-container--single{padding:clamp(.85rem,2vw,1.1rem)}.viewer-files-container--single-preview{margin:10px 0}.viewer-files-container--single.viewer-files-container--single-preview{padding:0}.viewer-files-container--gallery{padding:clamp(.85rem,2vw,1.25rem)}.file-attachments-header{align-items:center;gap:.55rem;margin-bottom:1rem;display:flex}.file-attachments-header h3{margin:0;font-size:1rem;font-weight:650}.file-attachments-count{background:var(--ap-colour-primary-o10);min-width:1.55rem;height:1.55rem;color:var(--ap-colour-primary);border-radius:999px;justify-content:center;align-items:center;padding:0 .4rem;font-size:.75rem;font-weight:700;display:inline-flex}.file-attachments-list{display:grid}.file-attachments-list--row{gap:.65rem}.file-attachment{min-width:0;color:var(--ap-colour-text)}.file-attachment--single-file,.file-attachment--single-preview{padding:0}.file-attachment--single-file{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"host actions""description description";align-items:center;gap:.8rem 1rem;display:grid}.file-attachment--row{border:1px solid var(--ap-colour-gray);border-radius:calc(var(--ap-var-border-radius) - 3px);background:var(--ap-colour-card);grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"heading actions""description actions";align-items:center;gap:.35rem 1rem;padding:1rem;display:grid}.file-attachment--restricted{border:0;padding:0;display:block}.viewer-files-container--single .file-attachment--restricted{padding:0}.file-attachment__host{border:1px solid var(--ap-colour-gray);border-radius:calc(var(--ap-var-border-radius) - 3px);background:var(--ap-colour-bg-subtle,var(--ap-colour-background));grid-area:host;align-items:center;gap:1rem;min-width:0;min-height:5.25rem;padding:.85rem 1rem;display:flex}.file-attachment__host-like{flex:none;align-items:center;margin-left:auto;display:flex}.file-attachment__hero-icon{border-radius:calc(var(--ap-var-border-radius) - 7px);background:var(--ap-colour-primary-o10);flex:none;place-items:center;width:3.6rem;height:3.6rem;display:grid}.file-attachment__host-copy{text-align:left;min-width:0}.file-attachment__row-heading,.file-attachment__preview-meta{align-items:center;gap:.85rem;min-width:0;display:flex}.file-attachment__row-heading{grid-area:heading}.file-attachment__row-icon{border-radius:calc(var(--ap-var-border-radius) - 7px);background:var(--ap-colour-primary-o10);flex:none;place-items:center;width:2.9rem;height:2.9rem;display:grid}.file-attachment__thumbnail{border:1px solid var(--ap-colour-gray);border-radius:calc(var(--ap-var-border-radius) - 7px);background:var(--ap-colour-bg-subtle,var(--ap-colour-background));flex:none;width:3.5rem;height:3.5rem;padding:0;display:block;overflow:hidden}.file-attachment__thumbnail[aria-label]{cursor:pointer}.file-attachment__thumbnail-image{object-fit:cover;width:100%;height:100%;display:block}.file-attachment__row-copy{min-width:0}.file-attachment__title{color:var(--ap-colour-text);overflow-wrap:anywhere;margin:0 0 .25rem;font-size:.95rem;font-weight:650}.file-attachment__title--preview{margin-bottom:.9rem}.file-attachment__filename{color:var(--ap-colour-text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;font-weight:650;overflow:hidden}.file-attachment--row .file-attachment__filename{font-size:.9rem}.file-attachment__meta{color:var(--ap-colour-text);opacity:.55;flex-wrap:wrap;gap:.35rem .75rem;margin-top:.3rem;font-size:.75rem;display:flex}.file-attachment__preview{border-radius:calc(var(--ap-var-border-radius) - 3px);max-width:100%;margin-bottom:.55rem;overflow:hidden}.file-attachment__preview--attached{border-radius:calc(var(--ap-var-border-radius) - 3px) calc(var(--ap-var-border-radius) - 3px) 0 0;background:#000;justify-content:center;width:100%;margin-bottom:0;display:flex}.file-attachment__preview--video{background:#000;display:block}.file-attachment__preview .fli-preview-video{width:100%}.file-attachment__description{color:var(--ap-colour-text);opacity:.8;grid-area:description;margin-top:.85rem;font-size:.9rem}.file-attachment--row .file-attachment__description{margin:.25rem 0 0 4.35rem}.file-attachment__actions{grid-area:actions;justify-content:flex-end;align-items:center;gap:.65rem;margin-top:1.15rem;display:flex}.file-attachment--row .file-attachment__actions{margin-top:0}.file-attachment__download{justify-content:center;align-items:center;gap:.45rem;width:auto;min-width:8.5rem;margin:0;display:inline-flex}.file-attachment__downloading{color:var(--ap-colour-primary);white-space:nowrap;align-items:center;gap:.45rem;font-size:.82rem;display:inline-flex}.viewer-files-container--single .file-attachment__actions{align-self:stretch;margin:0;padding:.8rem .15rem}.viewer-files-container--single .file-attachment__download{min-width:9rem}.file-attachment__preview-toolbar{justify-content:flex-start;gap:.65rem;margin:0;padding:.1rem 0}.viewer-files-container--single .file-attachment__preview-toolbar--attached{border:1px solid var(--ap-colour-gray);border-radius:0 0 calc(var(--ap-var-border-radius) - 3px) calc(var(--ap-var-border-radius) - 3px);background:var(--ap-colour-card);border-top:0;padding:.5rem .55rem .5rem .8rem}.file-attachment__preview-toolbar .file-attachment__filename{opacity:.72;min-width:0;margin-right:auto;font-size:.875rem;font-weight:500}.viewer-files-container--single .file-attachment__preview-toolbar .file-attachment__download{border-radius:calc(var(--ap-var-border-radius) - 5px);min-width:0;padding:.55rem .75rem .55rem .65rem;font-size:.82rem}.file-attachment--image-preview:has(.file-attachment__preview--attached){width:100%;max-width:100%}.viewer-files-title{margin-bottom:3px}.viewer-files-des{flex-direction:column;margin-top:5px}.viewer-files-preview{flex-direction:column;margin:0;display:flex;position:relative}.attached-files-image-loading{filter:blur(8px)grayscale(30%);opacity:.7;will-change:filter, opacity;transition:filter .3s,opacity .3s;transform:translateZ(0)}.viewer-files-preview-fit{overflow:hidden;width:-moz-fit-content!important;width:fit-content!important}.viewer-files-preview p{opacity:.6}.viewer-files-preview-image{object-fit:contain;border-radius:10px;max-width:100%;max-height:500px;margin:0 0 10px}.viewer-files-preview-item{object-fit:contain;border-radius:10px;max-width:100%;max-height:90vh;margin:0 0 10px}.viewer-files-preview-item-f-width{width:100%}.viewer-files-preview>object,.viewer-files-preview>iframe{border:none;border-radius:10px;min-width:100%;max-width:1285px;height:clamp(300px,70vh,900px)}@media screen and (max-width:800px){.viewer-files-preview>iframe,.viewer-files-preview>object{height:70vh}}@media screen and (max-width:640px){.file-attachment--single-file{flex-direction:column;gap:.75rem;display:flex;position:relative}.file-attachment--single-file .file-attachment__host{text-align:center;background:0 0;border:0;flex-direction:column;gap:.65rem;min-height:0;padding:.35rem 2.5rem 0}.file-attachment--single-file .file-attachment__host-copy{text-align:center;width:100%}.file-attachment--single-file .file-attachment__hero-icon{border-radius:50%;width:3.5rem;height:3.5rem}.file-attachment--single-file .file-attachment__filename{font-size:.95rem}.file-attachment--single-file .file-attachment__meta{justify-content:center;margin-top:.2rem}.viewer-files-container--single .file-attachment__actions{padding:0;display:block}.file-attachment--single-file .file-attachment__host-like{position:absolute;top:.2rem;right:.2rem}.viewer-files-container--single .file-attachment__download{width:100%;min-width:0}.viewer-files-container--single .file-attachment__preview-toolbar{display:flex}.viewer-files-container--single .file-attachment__preview-toolbar .file-attachment__download{width:auto}.file-attachment--single-file .file-attachment__downloading{justify-content:center;width:100%;min-height:2.5rem;display:flex}.file-attachment--row{grid-template-columns:minmax(0,1fr);grid-template-areas:"heading""description""actions"}.file-attachment--row .file-attachment__description{margin-left:0}.file-attachment--row .file-attachment__actions{justify-content:space-between;margin-top:.6rem}.file-attachment__download{min-width:7.75rem}}.viewer-files-preview audio{margin:10px 0}.viewer-files{flex-direction:column;width:100%;display:flex}.viewer-files>div:not(.viewer-files-preview):not(.viewer-files-des){justify-content:space-between;width:100%;display:flex}.fv-file-row{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.fv-file-name{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.fv-file-name-text{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.fv-file-size{opacity:.5;white-space:nowrap;flex-shrink:0;font-size:.85em}.fv-meta-row{justify-content:space-between;align-items:center;width:100%;display:flex}.fv-hash{text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-family:monospace;font-size:.8em;overflow:hidden}.fv-downloading{gap:6px;font-size:.9em}.fv-download-btn{border:1px solid var(--ap-colour-primary);white-space:nowrap;border-radius:20px;padding:4px 12px;font-size:.85em;transition:background .15s}.fv-download-btn:hover{background:#00a3ff1a}.viewer-files-download{color:var(--ap-colour-primary);cursor:pointer;align-items:center;gap:2px;text-decoration:none;display:flex}.viewer-file-info{opacity:.7;flex-wrap:wrap;align-items:center;gap:6px 10px;display:flex;justify-content:start!important}.viewer-file-info p{white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0;overflow:hidden}.fv-image-expand{opacity:.8;cursor:pointer;position:absolute;top:10px;right:10px}.fv-image-expand svg{filter:drop-shadow(0 0 10px #000000b3)}.splitter{opacity:.6;background-color:#6f6f6f;border:none;width:100%;height:1px;margin:5px 0 8px}.video-player-container{background:#000;border-radius:10px;overflow:hidden}.viewer-files-download:focus-visible,.fv-image-expand:focus-visible{outline:2px solid var(--ap-colour-primary);outline-offset:2px}.fv-image-expand:hover{opacity:1;background:#0000008c}@media (prefers-reduced-motion:reduce){.attached-files-image-loading,.viewer-files-download,.fv-image-expand{transition:none}}.v2-image-preview-container{background-color:#000;justify-content:center;align-items:center;display:flex}.fli-preview-image{border-radius:0;width:auto;max-height:500px}.fli-preview-video video{width:-moz-fit-content;width:fit-content;min-height:300px;max-height:500px}.ap-embed{margin:20px 0 0}.ap-embed-iframe{border:none;border-radius:10px;width:100%;height:500px}.ap-embed-warning{color:var(--ap-colour-white);background-color:#0a4557;border-radius:10px;margin-top:20px;padding:20px}.ap-embed-warning p,.ap-embed-warning h3{text-align:center;margin:0}.ap-embed-warning{flex-direction:column;align-items:center;display:flex}.ap-embed-warning button{max-width:200px;font-weight:700}.ap-embed-warning .ap-embed-domain{white-space:wrap;word-break:break-all;text-overflow:ellipsis;max-width:200px;margin:0 5px;font-weight:700;overflow:hidden}
