:root{--color-primary: #FA632F;--color-secondary: #FF8A57;--color-accent: #FFD7C2;--color-bg: #252627;--color-bg-secondary: #1E1E1E;--color-bg-tertiary: #3A3A3A;--color-text: #EAEAEA;--color-text-secondary: #B0B0B0;--color-text-inverse: #121212;--color-success: #2ECC71;--color-warning: #F39C12;--color-error: #E74C3C;--color-info: #3498DB;--color-border: #444;--color-border-light: #666;--font-mono: "JetBrains Mono", monospace;--font-sans: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif;--font-size-default: 14px;--font-size-sm: 12px;--spacing-default: 4px;font-family:var(--font-sans);font-size:var(--font-size-default);line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{scrollbar-width:thin;scrollbar-color:#FA632F transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#fa632f;border-radius:4px;border:2px solid transparent;background-clip:content-box}*::-webkit-scrollbar-thumb:hover{opacity:.75}.audio-overlay{position:relative}.audio-overlay .audio-cover{display:block;width:150px;height:150px;object-fit:cover;object-position:center}.audio-overlay .audio-cover-overlay{background-position:center;background-repeat:no-repeat;background-size:cover;filter:blur(5px) brightness(35%);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.audio-overlay .audio-overlay-content{bottom:48px;left:48px;position:absolute;right:48px;z-index:2}.audio-overlay .lrc-entry{background-color:#000000bf;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow:0 8px 20px #00000080;font-size:1.25rem;position:absolute;right:0;top:48px;z-index:2}.controls-container{z-index:9999}.controls-container.hidden{pointer-events:none}.controls-container.visible{pointer-events:auto}.media-player.hide-cursor{cursor:none}.tooltip-popup{background-color:var(--color-bg-tertiary);font-size:var(--font-size-sm);opacity:1;padding:calc(var(--spacing-default) * 2)}.tooltip-trigger{background-color:transparent;border:none;margin:0;outline:none;padding:0}.tooltip-trigger:focus,.tooltip-trigger:hover{background-color:transparent;border:none;margin:0;outline:none;padding:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{display:flex;flex-direction:column;height:100%;overflow:hidden}body,#root{display:flex;flex:1;flex-direction:column;height:100%;overflow:hidden;position:relative}html,body{margin:0;padding:0}button{font-size:var(--font-size-default)}fieldset{padding:var(--spacing-default) calc(var(--spacing-default) * 2)}fieldset legend{font-size:calc(var(--font-size-default) * .85);font-style:italic;padding:var(--spacing-default)}input,textarea{font-size:var(--font-size-default)}@media only screen and (max-width: 768px){.hide-on-mobile{display:none!important}}.alert.alert-error{border:1px solid var(--color-error);color:var(--color-error)}.alert.alert-success{border:1px solid var(--color-success);color:var(--color-success)}.btn{background-color:var(--color-bg-secondary);border:1px solid var(--color-border);cursor:pointer;font-size:var(--font-size-default);max-width:100%;overflow:hidden;padding:var(--spacing-default);text-overflow:ellipsis;white-space:nowrap}.btn:disabled{cursor:not-allowed}.btn:focus{outline:none}.btn:hover{opacity:.75;outline:none}.btn.text-btn{background-color:transparent;border:none;color:var(--color-primary);outline:none}.cursor-help{cursor:help!important}.cursor-pointer{cursor:pointer!important}.file-table-header{border:1px solid var(--color-border-light)}.file-table-row{border:1px solid var(--color-border);border-top:none}.fixed-centered-item{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%)}.flex{display:flex;flex-wrap:nowrap}.flex.align-center{align-items:center}.flex.col{flex-direction:column}.flex .grow{flex-grow:1}.flex.row{flex-direction:row}.flex.with-gap{gap:4px}.flex.with-gap-lg{gap:16px}.flex.with-gap-md{gap:8px}.full-height{height:100%!important}.full-width{width:100%!important}.hidden{display:none!important}.internal-caption-container{padding-top:6px!important}.item-col{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list.with-hover-effect>.list-item:hover{background-color:#00000040}.main{flex:1;max-width:1080px;margin:0 auto;width:95%}.margin-bottom-md{margin-bottom:8px}.margin-y{margin-bottom:4px;margin-top:4px}.no-interaction{pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}.no-padding{padding:0!important}.overflow-hidden{overflow:hidden!important}.overflow-y{overflow-x:hidden!important;overflow-y:auto!important}.padded{padding:4px}.padded-lg{padding:12px}.padded-lg-y{padding-bottom:12px;padding-top:12px}.padded-md{padding:8px}.padded-x{padding-left:4px;padding-right:4px}.padded-y{padding-bottom:4px;padding-top:4px}.padded-y-xs{padding-bottom:calc(var(--spacing-default) / 2);padding-top:calc(var(--spacing-default) / 2)}.text-accented{text-shadow:0 0 5px rgba(250,98,47,.75)}.text-bold{font-weight:700}.text-default{color:var(--color-text)!important}.text-danger{color:var(--color-error)!important}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-secondary{color:var(--color-text-secondary)!important}.text-semi-bold{font-weight:500}.text-success{color:var(--color-success)!important}.text-input{background-color:var(--color-bg-secondary);border:1px solid var(--color-border);outline:none;padding:4px 6px;resize:none}.text-input:focus{border-width:1px;outline:none}.text-input:hover{border-width:1px;outline:none}.textarea{background-color:var(--color-bg-secondary);border:1px solid var(--color-border);font-family:var(--font-mono);outline:none;padding:8px 10px 12px;resize:none}.textarea:focus{border-width:1px;outline:none}.textarea:hover{border-width:1px;outline:none}.visible{display:block!important}.word-break-all{word-break:break-all}.launcher-container{align-items:center;background-color:#000000b3;height:100%;left:0;justify-content:center;position:fixed;top:0;width:100%;z-index:999}.launcher-content{background-color:var(--color-bg)}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}
