[data-sonner-toaster]{position:fixed!important;z-index:99999!important;pointer-events:none!important}[data-sonner-toaster] [data-sonner-toast]{background:hsl(var(--background))!important;border:1px solid hsl(var(--border))!important;color:hsl(var(--foreground))!important;box-shadow:0 10px 25px #0000001a,0 4px 12px #0000001a!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:1!important;pointer-events:auto!important;border-radius:8px!important;padding:16px!important;min-width:300px!important;max-width:400px!important}[data-sonner-toaster] [data-sonner-toast][data-type=success]{background:hsl(var(--background))!important;border-color:#16a34a!important;border-left:4px solid hsl(142.1 76.2% 36.3%)!important}[data-sonner-toaster] [data-sonner-toast][data-type=success] [data-icon]{color:#16a34a!important}[data-sonner-toaster] [data-sonner-toast][data-type=error]{background:hsl(var(--background))!important;border-color:hsl(var(--destructive))!important;border-left:4px solid hsl(var(--destructive))!important}[data-sonner-toaster] [data-sonner-toast][data-type=error] [data-icon]{color:hsl(var(--destructive))!important}[data-sonner-toaster] [data-sonner-toast][data-type=success] [data-title],[data-sonner-toaster] [data-sonner-toast][data-type=error] [data-title]{color:hsl(var(--foreground))!important;font-weight:500!important;font-size:14px!important}[data-sonner-toaster] [data-sonner-toast][data-close-button]{background:transparent!important;color:hsl(var(--muted-foreground))!important;border:none!important}[data-sonner-toaster] [data-sonner-toast][data-close-button]:hover{background:hsl(var(--muted))!important;color:hsl(var(--foreground))!important}html[dir=ltr],[data-sonner-toaster][dir=ltr]{--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0}html[dir=rtl],[data-sonner-toaster][dir=rtl]{--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto}[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999;transition:transform .4s ease}@media(hover:none)and (pointer:coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translate(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}[data-sonner-toast][data-y-position=top]{top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;color:#3f3f3f}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px #0006}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:#00000014}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:#ffffff4d}[data-sonner-toaster] [data-close-button-position=top-left]{--toast-close-button-left: 0;--toast-close-button-right: unset;--toast-close-button-top: 0;--toast-close-button-bottom: unset;--toast-close-button-transform: translate(-35%, -35%)}[data-sonner-toaster] [data-close-button-position=top-right]{--toast-close-button-left: unset;--toast-close-button-right: 0;--toast-close-button-top: 0;--toast-close-button-bottom: unset;--toast-close-button-transform: translate(35%, -35%)}[data-sonner-toaster] [data-close-button-position=bottom-left]{--toast-close-button-left: 0;--toast-close-button-right: unset;--toast-close-button-top: unset;--toast-close-button-bottom: 0;--toast-close-button-transform: translate(-35%, 35%)}[data-sonner-toaster] [data-close-button-position=bottom-right]{--toast-close-button-left: unset;--toast-close-button-right: 0;--toast-close-button-top: unset;--toast-close-button-bottom: 0;--toast-close-button-transform: translate(35%, 35%)}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-left);right:var(--toast-close-button-right);top:var(--toast-close-button-top);bottom:var(--toast-close-button-bottom);height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]:before{content:"";position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]:before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]:before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]:before{content:"";position:absolute;inset:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]:after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-mounted=true]{--y: translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--toasts-before) * .05 + 1));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y: translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]:before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y, 0px)) translate(var(--swipe-amount-x, 0px));transition:none}[data-sonner-toast][data-swiped=true]{-webkit-user-select:none;user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media(max-width:600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:calc(var(--mobile-offset-bottom) + max(env(safe-area-inset-bottom),0px))}[data-sonner-toaster][data-y-position=top]{top:calc(var(--mobile-offset-top) + max(env(safe-area-inset-top),0px))}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 87%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 93%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 84%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg: #000;--normal-bg-hover: hsl(0, 0%, 12%);--normal-border: hsl(0, 0%, 20%);--normal-border-hover: hsl(0, 0%, 25%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 43%, 17%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 9%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media(prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}:root{--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}}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;opacity:.25;line-height:1;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;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;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 ::-moz-selection{background:#00f;background:AccentColor}.textLayer ::selection{background:#00f;background:AccentColor}.textLayer br::-moz-selection{background:transparent}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}:root{--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;--hcm-highligh-filter: invert(100%)}.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:var(--hcm-highligh-filter);backdrop-filter:var(--hcm-highligh-filter)}.annotationLayer .linkAnnotation>a:hover{opacity:0!important;background:none!important;box-shadow:none}.annotationLayer .popupAnnotation .popup{outline:calc(1.5px * var(--scale-factor)) solid CanvasText!important;background-color:ButtonFace!important;color:ButtonText!important}.annotationLayer .highlightArea:hover:after{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:var(--hcm-highligh-filter);backdrop-filter:var(--hcm-highligh-filter);content:"";pointer-events:none}.annotationLayer .popupAnnotation.focused .popup{outline:calc(3px * var(--scale-factor)) solid Highlight!important}}.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%;pointer-events:none}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton):not(.hasBorder)>a:hover{opacity:.2;background-color:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .linkAnnotation.hasBorder:hover{background-color:#ff03}.annotationLayer .hasBorder{background-size:100% 100%}.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(--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{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{height:100%;width:100%}.annotationLayer .popupAnnotation{position:absolute;font-size:calc(9px * var(--scale-factor));pointer-events:none;width:-moz-max-content;width:max-content;max-width:45%;height:auto}.annotationLayer .popup{background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));outline:1.5px solid rgb(255,255,74);padding:calc(6px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popupAnnotation.focused .popup{outline-width:3px}.annotationLayer .popup *{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup>.header{display:inline-block}.annotationLayer .popup>.header h1{display:inline}.annotationLayer .popup>.header .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor));width:-moz-fit-content;width:fit-content}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .popupTriggerArea{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;-moz-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}.annotationLayer svg.quadrilateralsContainer{contain:strict;width:0;height:0;position:absolute;top:0;left:0;z-index:-1}:root{--xfa-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>");--xfa-focus-outline: auto}@media screen and (forced-colors:active){:root{--xfa-focus-outline: 2px solid CanvasText}.xfaLayer *:required{outline:1.5px solid selectedItem}}.xfaLayer{background-color:transparent}.xfaLayer .highlight{margin:-1px;padding:1px;background-color:#efcbed;border-radius:4px}.xfaLayer .highlight.appended{position:initial}.xfaLayer .highlight.begin{border-radius:4px 0 0 4px}.xfaLayer .highlight.end{border-radius:0 4px 4px 0}.xfaLayer .highlight.middle{border-radius:0}.xfaLayer .highlight.selected{background-color:#cbdfcb}.xfaPage{overflow:hidden;position:relative}.xfaContentarea{position:absolute}.xfaPrintOnly{display:none}.xfaLayer{position:absolute;text-align:initial;top:0;left:0;transform-origin:0 0;line-height:1.2}.xfaLayer *{color:inherit;font:inherit;font-style:inherit;font-weight:inherit;font-kerning:inherit;letter-spacing:-.01px;text-align:inherit;text-decoration:inherit;box-sizing:border-box;background-color:transparent;padding:0;margin:0;pointer-events:auto;line-height:inherit}.xfaLayer *:required{outline:1.5px solid red}.xfaLayer div,.xfaLayer svg,.xfaLayer svg *{pointer-events:none}.xfaLayer a{color:#00f}.xfaRich li{margin-left:3em}.xfaFont{color:#000;font-weight:400;font-kerning:none;font-size:10px;font-style:normal;letter-spacing:0;text-decoration:none;vertical-align:0}.xfaCaption{overflow:hidden;flex:0 0 auto}.xfaCaptionForCheckButton{overflow:hidden;flex:1 1 auto}.xfaLabel{height:100%;width:100%}.xfaLeft{display:flex;flex-direction:row;align-items:center}.xfaRight{display:flex;flex-direction:row-reverse;align-items:center}:is(.xfaLeft,.xfaRight)>:is(.xfaCaption,.xfaCaptionForCheckButton){max-height:100%}.xfaTop{display:flex;flex-direction:column;align-items:flex-start}.xfaBottom{display:flex;flex-direction:column-reverse;align-items:flex-start}:is(.xfaTop,.xfaBottom)>:is(.xfaCaption,.xfaCaptionForCheckButton){width:100%}.xfaBorder{background-color:transparent;position:absolute;pointer-events:none}.xfaWrapped{width:100%;height:100%}:is(.xfaTextfield,.xfaSelect):focus{background-image:none;background-color:transparent;outline:var(--xfa-focus-outline);outline-offset:-1px}:is(.xfaCheckbox,.xfaRadio):focus{outline:var(--xfa-focus-outline)}.xfaTextfield,.xfaSelect{height:100%;width:100%;flex:1 1 auto;border:none;resize:none;background-image:var(--xfa-unfocused-field-background)}.xfaSelect{padding-inline:2px}:is(.xfaTop,.xfaBottom)>:is(.xfaTextfield,.xfaSelect){flex:0 1 auto}.xfaButton{cursor:pointer;width:100%;height:100%;border:none;text-align:center}.xfaLink{width:100%;height:100%;position:absolute;top:0;left:0}.xfaCheckbox,.xfaRadio{width:100%;height:100%;flex:0 0 auto;border:none}.xfaRich{white-space:pre-wrap;width:100%;height:100%}.xfaImage{-o-object-position:left top;object-position:left top;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.xfaLrTb,.xfaRlTb,.xfaTb{display:flex;flex-direction:column;align-items:stretch}.xfaLr{display:flex;flex-direction:row;align-items:stretch}.xfaRl{display:flex;flex-direction:row-reverse;align-items:stretch}.xfaTb>div{justify-content:left}.xfaPosition,.xfaArea{position:relative}.xfaValignMiddle{display:flex;align-items:center}.xfaTable{display:flex;flex-direction:column;align-items:stretch}.xfaTable .xfaRow{display:flex;flex-direction:row;align-items:stretch}.xfaTable .xfaRlRow{display:flex;flex-direction:row-reverse;align-items:stretch;flex:1}.xfaTable .xfaRlRow>div{flex:1}:is(.xfaNonInteractive,.xfaDisabled,.xfaReadOnly) :is(input,textarea){background:initial}@media print{.xfaTextfield,.xfaSelect{background:transparent}.xfaSelect{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:1px;text-overflow:""}}:root{--outline-width: 2px;--outline-color: #0060df;--outline-around-width: 1px;--outline-around-color: #f0f0f4;--hover-outline-around-color: var(--outline-around-color);--focus-outline: solid var(--outline-width) var(--outline-color);--unfocus-outline: solid var(--outline-width) transparent;--focus-outline-around: solid var(--outline-around-width) var(--outline-around-color);--hover-outline-color: #8f8f9d;--hover-outline: solid var(--outline-width) var(--hover-outline-color);--hover-outline-around: solid var(--outline-around-width) var(--hover-outline-around-color);--freetext-line-height: 1.35;--freetext-padding: 2px;--resizer-bg-color: var(--outline-color);--resizer-size: 6px;--resizer-shift: calc( 0px - (var(--outline-width) + var(--resizer-size)) / 2 - var(--outline-around-width) );--editorFreeText-editing-cursor: text;--editorInk-editing-cursor: pointer;--alt-text-opacity: .8;--alt-text-add-image: url(images/altText_add.svg);--alt-text-done-image: url(images/altText_done.svg);--alt-text-bg-color: rgba(43, 42, 51, var(--alt-text-opacity));--alt-text-fg-color: #fbfbfe;--alt-text-border-color: var(--alt-text-bg-color);--alt-text-hover-bg-color: rgba(82, 82, 94, var(--alt-text-opacity));--alt-text-hover-fg-color: var(--alt-text-fg-color);--alt-text-hover-border-color: var(--alt-text-hover-bg-color);--alt-text-active-bg-color: rgba(91, 91, 102, var(--alt-text-opacity));--alt-text-active-fg-color: var(--alt-text-fg-color);--alt-text-active-border-color: var(--alt-text-hover-bg-color);--alt-text-focus-outline-color: #0060df;--alt-text-focus-border-color: #f0f0f4;--alt-text-shadow: 0 2px 6px 0 rgba(28, 27, 34, .5)}@media screen and (forced-colors:active){:root{--outline-color: CanvasText;--outline-around-color: ButtonFace;--resizer-bg-color: ButtonText;--hover-outline-color: Highlight;--hover-outline-around-color: SelectedItemText;--alt-text-bg-color: Canvas;--alt-text-fg-color: ButtonText;--alt-text-border-color: ButtonText;--alt-text-hover-bg-color: Canvas;--alt-text-hover-fg-color: SelectedItem;--alt-text-hover-border-color: SelectedItem;--alt-text-active-bg-color: ButtonFace;--alt-text-active-fg-color: SelectedItem;--alt-text-active-border-color: ButtonText;--alt-text-focus-outline-color: CanvasText;--alt-text-focus-border-color: ButtonText;--alt-text-shadow: none;--alt-text-opacity: 1}}[data-editor-rotation="90"]{transform:rotate(90deg)}[data-editor-rotation="180"]{transform:rotate(180deg)}[data-editor-rotation="270"]{transform:rotate(270deg)}.annotationEditorLayer{background:transparent;position:absolute;inset:0;font-size:calc(100px * var(--scale-factor));transform-origin:0 0;cursor:auto;z-index:4}.annotationEditorLayer.waiting{content:"";cursor:wait;position:absolute;inset:0;width:100%;height:100%}.annotationEditorLayer.freeTextEditing{cursor:var(--editorFreeText-editing-cursor)}.annotationEditorLayer.inkEditing{cursor:var(--editorInk-editing-cursor)}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor){position:absolute;background:transparent;z-index:1;transform-origin:0 0;cursor:auto;max-width:100%;max-height:100%;border:var(--unfocus-outline)}.annotationEditorLayer .draggable.selectedEditor:is(.freeTextEditor,.inkEditor,.stampEditor){cursor:move}.annotationEditorLayer .selectedEditor:is(.freeTextEditor,.inkEditor,.stampEditor){border:var(--focus-outline);outline:var(--focus-outline-around)}.annotationEditorLayer .selectedEditor:is(.freeTextEditor,.inkEditor,.stampEditor):before{content:"";position:absolute;inset:0;border:var(--focus-outline-around);pointer-events:none}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor):hover:not(.selectedEditor){border:var(--hover-outline);outline:var(--hover-outline-around)}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor):hover:not(.selectedEditor):before{content:"";position:absolute;inset:0;border:var(--focus-outline-around)}.annotationEditorLayer .freeTextEditor{padding:calc(var(--freetext-padding) * var(--scale-factor));width:auto;height:auto;touch-action:none}.annotationEditorLayer .freeTextEditor .internal{background:transparent;border:none;inset:0;overflow:visible;white-space:nowrap;font:10px sans-serif;line-height:var(--freetext-line-height);-webkit-user-select:none;-moz-user-select:none;user-select:none}.annotationEditorLayer .freeTextEditor .overlay{position:absolute;display:none;background:transparent;inset:0;width:100%;height:100%}.annotationEditorLayer .freeTextEditor .overlay.enabled{display:block}.annotationEditorLayer .freeTextEditor .internal:empty:before{content:attr(default-content);color:gray}.annotationEditorLayer .freeTextEditor .internal:focus{outline:none;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.annotationEditorLayer .inkEditor{width:100%;height:100%}.annotationEditorLayer .inkEditor.editing{cursor:inherit}.annotationEditorLayer .inkEditor .inkEditorCanvas{position:absolute;inset:0;width:100%;height:100%;touch-action:none}.annotationEditorLayer .stampEditor{width:auto;height:auto}.annotationEditorLayer .stampEditor canvas{width:100%;height:100%}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers{position:absolute;inset:0}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers.hidden{display:none}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer{width:var(--resizer-size);height:var(--resizer-size);background:content-box var(--resizer-bg-color);border:var(--focus-outline-around);border-radius:2px;position:absolute}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.topLeft{top:var(--resizer-shift);left:var(--resizer-shift)}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.topMiddle{top:var(--resizer-shift);left:calc(50% + var(--resizer-shift))}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.topRight{top:var(--resizer-shift);right:var(--resizer-shift)}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.middleRight{top:calc(50% + var(--resizer-shift));right:var(--resizer-shift)}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.bottomRight{bottom:var(--resizer-shift);right:var(--resizer-shift)}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.bottomMiddle{bottom:var(--resizer-shift);left:calc(50% + var(--resizer-shift))}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.bottomLeft{bottom:var(--resizer-shift);left:var(--resizer-shift)}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)>.resizers>.resizer.middleLeft{top:calc(50% + var(--resizer-shift));left:var(--resizer-shift)}.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.topLeft,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.topLeft,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.topLeft,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.topLeft,.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.bottomRight,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.bottomRight,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.bottomRight,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.bottomRight{cursor:nwse-resize}.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.topMiddle,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.topMiddle,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.topMiddle,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.topMiddle,.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.bottomMiddle,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.bottomMiddle,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.bottomMiddle,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.bottomMiddle{cursor:ns-resize}.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.topRight,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.topRight,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.topRight,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.topRight,.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.bottomLeft,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.bottomLeft,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.bottomLeft,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.bottomLeft{cursor:nesw-resize}.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.middleRight,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.middleRight,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.middleRight,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.middleRight,.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.middleLeft,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.middleLeft,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.middleLeft,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.middleLeft{cursor:ew-resize}.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.topLeft,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.topLeft,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.topLeft,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.topLeft,.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.bottomRight,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.bottomRight,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.bottomRight,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.bottomRight{cursor:nesw-resize}.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.topMiddle,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.topMiddle,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.topMiddle,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.topMiddle,.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.bottomMiddle,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.bottomMiddle,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.bottomMiddle,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.bottomMiddle{cursor:ew-resize}.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.topRight,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.topRight,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.topRight,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.topRight,.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.bottomLeft,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.bottomLeft,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.bottomLeft,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.bottomLeft{cursor:nwse-resize}.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.middleRight,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.middleRight,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.middleRight,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.middleRight,.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"])>.resizers>.resizer.middleLeft,.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"])>.resizers>.resizer.middleLeft,.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"])>.resizers>.resizer.middleLeft,.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"])>.resizers>.resizer.middleLeft{cursor:ns-resize}.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"]) .altText{rotate:270deg}[dir=ltr] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"]) .altText{inset-inline-start:calc(100% - 8px)}[dir=ltr] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"]) .altText.small{inset-inline-start:calc(100% + 8px);inset-block-start:100%}[dir=rtl] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"]) .altText{inset-block-end:calc(100% - 8px)}[dir=rtl] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"]) .altText.small{inset-inline-start:-8px;inset-block-start:0}.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="180"],[data-main-rotation="90"] [data-editor-rotation="90"],[data-main-rotation="180"] [data-editor-rotation="0"],[data-main-rotation="270"] [data-editor-rotation="270"]) .altText{rotate:180deg;inset-block-end:calc(100% - 8px);inset-inline-start:calc(100% - 8px)}.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="180"],[data-main-rotation="90"] [data-editor-rotation="90"],[data-main-rotation="180"] [data-editor-rotation="0"],[data-main-rotation="270"] [data-editor-rotation="270"]) .altText.small{inset-inline-start:100%;inset-block-start:-8px}.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"]) .altText{rotate:90deg}[dir=ltr] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"]) .altText{inset-block-end:calc(100% - 8px)}[dir=ltr] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"]) .altText.small{inset-inline-start:-8px;inset-block-start:0}[dir=rtl] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"]) .altText{inset-inline-start:calc(100% - 8px)}[dir=rtl] .annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"]) .altText.small{inset-inline-start:calc(100% + 8px);inset-block-start:100%}.altText{display:flex;align-items:center;justify-content:center;padding-inline:4px;width:auto;height:24px;min-width:88px;z-index:1;pointer-events:all;color:var(--alt-text-fg-color);font:menu;font-size:12px;border-radius:4px;border:1px solid var(--alt-text-border-color);background-color:var(--alt-text-bg-color);box-shadow:var(--alt-text-shadow);position:absolute;inset-block-end:8px;inset-inline-start:8px}[dir=ltr] .altText{transform-origin:0 100%}[dir=rtl] .altText{transform-origin:100% 100%}.altText.small{inset-block-end:unset;inset-inline-start:0;inset-block-start:calc(100% + 8px)}[dir=ltr] .altText.small{transform-origin:0 0}[dir=rtl] .altText.small{transform-origin:100% 0}.altText:hover{background-color:var(--alt-text-hover-bg-color);border-color:var(--alt-text-hover-border-color);color:var(--alt-text-hover-fg-color);cursor:pointer}.altText:hover:before{background-color:var(--alt-text-hover-fg-color)}.altText:active{background-color:var(--alt-text-active-bg-color);border-color:var(--alt-text-active-border-color);color:var(--alt-text-active-fg-color)}.altText:active:before{background-color:var(--alt-text-active-fg-color)}.altText:focus-visible{outline:2px solid var(--alt-text-focus-outline-color);border-color:var(--alt-text-focus-border-color)}.altText:before{content:"";-webkit-mask-image:var(--alt-text-add-image);mask-image:var(--alt-text-add-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;width:12px;height:13px;background-color:var(--alt-text-fg-color);margin-inline-end:4px}.altText.done:before{-webkit-mask-image:var(--alt-text-done-image);mask-image:var(--alt-text-done-image)}.altText .tooltip{display:none}.altText .tooltip.show{--alt-text-tooltip-bg: #f0f0f4;--alt-text-tooltip-fg: #15141a;--alt-text-tooltip-border: #8f8f9d;--alt-text-tooltip-shadow: 0px 2px 6px 0px rgba(58, 57, 68, .2);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:calc(100% + 2px);inset-inline-start:0;padding-block:2px 3px;padding-inline:3px;max-width:300px;width:-moz-max-content;width:max-content;height:auto;font-size:12px;border:.5px solid var(--alt-text-tooltip-border);background:var(--alt-text-tooltip-bg);box-shadow:var(--alt-text-tooltip-shadow);color:var(--alt-text-tooltip-fg);pointer-events:none}@media(prefers-color-scheme:dark){.altText .tooltip.show{--alt-text-tooltip-bg: #1c1b22;--alt-text-tooltip-fg: #fbfbfe;--alt-text-tooltip-shadow: 0px 2px 6px 0px #15141a}}@media screen and (forced-colors:active){.altText .tooltip.show{--alt-text-tooltip-bg: Canvas;--alt-text-tooltip-fg: CanvasText;--alt-text-tooltip-border: CanvasText;--alt-text-tooltip-shadow: none}}#altTextDialog{--dialog-bg-color: white;--dialog-border-color: white;--dialog-shadow: 0 2px 14px 0 rgba(58, 57, 68, .2);--text-primary-color: #15141a;--text-secondary-color: #5b5b66;--hover-filter: brightness(.9);--focus-ring-color: #0060df;--focus-ring-outline: 2px solid var(--focus-ring-color);--textarea-border-color: #8f8f9d;--textarea-bg-color: white;--textarea-fg-color: var(--text-secondary-color);--radio-bg-color: #f0f0f4;--radio-checked-bg-color: #fbfbfe;--radio-border-color: #8f8f9d;--radio-checked-border-color: #0060df;--button-cancel-bg-color: #f0f0f4;--button-cancel-fg-color: var(--text-primary-color);--button-cancel-border-color: var(--button-cancel-bg-color);--button-cancel-hover-bg-color: var(--button-cancel-bg-color);--button-cancel-hover-fg-color: var(--button-cancel-fg-color);--button-cancel-hover-border-color: var(--button-cancel-hover-bg-color);--button-save-bg-color: #0060df;--button-save-fg-color: #fbfbfe;--button-save-hover-bg-color: var(--button-save-bg-color);--button-save-hover-fg-color: var(--button-save-fg-color);--button-save-hover-border-color: var(--button-save-hover-bg-color);--button-save-disabled-bg-color: var(--button-save-bg-color);--button-save-disabled-fg-color: var(--button-save-fg-color);--button-save-disabled-opacity: .4;font:message-box;font-size:13px;font-weight:400;line-height:150%;border-radius:4px;padding:12px 16px;border:1px solid var(--dialog-border-color);background:var(--dialog-bg-color);color:var(--text-primary-color);box-shadow:var(--dialog-shadow)}@media(prefers-color-scheme:dark){#altTextDialog{--dialog-bg-color: #1c1b22;--dialog-border-color: #1c1b22;--dialog-shadow: 0 2px 14px 0 #15141a;--text-primary-color: #fbfbfe;--text-secondary-color: #cfcfd8;--focus-ring-color: #00ddff;--hover-filter: brightness(1.4);--textarea-bg-color: #42414d;--radio-bg-color: #2b2a33;--radio-checked-bg-color: #15141a;--radio-checked-border-color: #00ddff;--button-cancel-bg-color: #2b2a33;--button-save-bg-color: #00ddff;--button-save-fg-color: #15141a}}@media screen and (forced-colors:active){#altTextDialog{--dialog-bg-color: Canvas;--dialog-border-color: CanvasText;--dialog-shadow: none;--text-primary-color: CanvasText;--text-secondary-color: CanvasText;--hover-filter: none;--focus-ring-color: ButtonBorder;--textarea-border-color: ButtonBorder;--textarea-bg-color: Field;--textarea-fg-color: ButtonText;--radio-bg-color: ButtonFace;--radio-checked-bg-color: ButtonFace;--radio-border-color: ButtonText;--radio-checked-border-color: ButtonText;--button-cancel-bg-color: ButtonFace;--button-cancel-fg-color: ButtonText;--button-cancel-border-color: ButtonText;--button-cancel-hover-bg-color: AccentColor;--button-cancel-hover-fg-color: AccentColorText;--button-save-bg-color: ButtonText;--button-save-fg-color: ButtonFace;--button-save-hover-bg-color: AccentColor;--button-save-hover-fg-color: AccentColorText;--button-save-disabled-bg-color: GrayText;--button-save-disabled-fg-color: Canvas;--button-save-disabled-opacity: 1}}#altTextDialog::backdrop{-webkit-mask:url(#alttext-manager-mask);mask:url(#alttext-manager-mask)}#altTextDialog.positioned{margin:0}#altTextDialog #altTextContainer{width:300px;height:-moz-fit-content;height:fit-content;display:inline-flex;flex-direction:column;align-items:flex-start;gap:16px}#altTextDialog #altTextContainer *:focus-visible{outline:var(--focus-ring-outline);outline-offset:2px}#altTextDialog #altTextContainer .radio{display:flex;flex-direction:column;align-items:flex-start;gap:4px}#altTextDialog #altTextContainer .radio .radioButton{display:flex;gap:8px;align-self:stretch;align-items:center}#altTextDialog #altTextContainer .radio .radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:16px;height:16px;border-radius:50%;background-color:var(--radio-bg-color);border:1px solid var(--radio-border-color)}#altTextDialog #altTextContainer .radio .radioButton input:hover{filter:var(--hover-filter)}#altTextDialog #altTextContainer .radio .radioButton input:checked{background-color:var(--radio-checked-bg-color);border:4px solid var(--radio-checked-border-color)}#altTextDialog #altTextContainer .radio .radioLabel{display:flex;padding-inline-start:24px;align-items:flex-start;gap:10px;align-self:stretch}#altTextDialog #altTextContainer .radio .radioLabel span{flex:1 0 0;font-size:11px;color:var(--text-secondary-color)}#altTextDialog #altTextContainer #overallDescription{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}#altTextDialog #altTextContainer #overallDescription span{align-self:stretch}#altTextDialog #altTextContainer #overallDescription .title{font-size:13px;font-style:normal;font-weight:590}#altTextDialog #altTextContainer #addDescription{display:flex;flex-direction:column;align-items:stretch;gap:8px}#altTextDialog #altTextContainer #addDescription .descriptionArea{flex:1;padding-inline:24px 10px}#altTextDialog #altTextContainer #addDescription .descriptionArea textarea{font:inherit;width:100%;min-height:75px;padding:8px;resize:none;margin:0;box-sizing:border-box;border-radius:4px;border:1px solid var(--textarea-border-color);background:var(--textarea-bg-color);color:var(--textarea-fg-color)}#altTextDialog #altTextContainer #addDescription .descriptionArea textarea:focus{outline-offset:0;border-color:transparent}#altTextDialog #altTextContainer #addDescription .descriptionArea textarea:disabled{pointer-events:none;opacity:.4}#altTextDialog #altTextContainer #buttons{display:flex;justify-content:flex-end;align-items:flex-start;gap:8px;align-self:stretch}#altTextDialog #altTextContainer #buttons button{border-radius:4px;border:1px solid;font:menu;font-weight:600;padding:4px 16px;width:auto;height:32px}#altTextDialog #altTextContainer #buttons button:hover{cursor:pointer;filter:var(--hover-filter)}#altTextDialog #altTextContainer #buttons button#altTextCancel{color:var(--button-cancel-fg-color);background-color:var(--button-cancel-bg-color);border-color:var(--button-cancel-border-color)}#altTextDialog #altTextContainer #buttons button#altTextCancel:hover{color:var(--button-cancel-hover-fg-color);background-color:var(--button-cancel-hover-bg-color);border-color:var(--button-cancel-hover-border-color)}#altTextDialog #altTextContainer #buttons button#altTextSave{color:var(--button-save-hover-fg-color);background-color:var(--button-save-hover-bg-color);border-color:var(--button-save-hover-border-color);opacity:1}#altTextDialog #altTextContainer #buttons button#altTextSave:hover{color:var(--button-save-hover-fg-color);background-color:var(--button-save-hover-bg-color);border-color:var(--button-save-hover-border-color)}#altTextDialog #altTextContainer #buttons button#altTextSave:disabled{color:var(--button-save-disabled-fg-color);background-color:var(--button-save-disabled-bg-color);opacity:var(--button-save-disabled-opacity);pointer-events:none}:root{--viewer-container-height: 0;--pdfViewer-padding-bottom: 0;--page-margin: 1px auto -8px;--page-border: 9px solid transparent;--spreadHorizontalWrapped-margin-LR: -3.5px;--loading-icon-delay: .4s}@media screen and (forced-colors:active){:root{--pdfViewer-padding-bottom: 9px;--page-margin: 8px auto -1px;--page-border: 1px solid CanvasText;--spreadHorizontalWrapped-margin-LR: 3.5px}}[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%)}#hiddenCopyElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.pdfViewer{--scale-factor: 1;padding-bottom:var(--pdfViewer-padding-bottom)}.pdfViewer .canvasWrapper{overflow:hidden;width:100%;height:100%;z-index:1}.pdfViewer .page{direction:ltr;width:816px;height:1056px;margin:var(--page-margin);position:relative;overflow:visible;border:var(--page-border);background-clip:content-box;background-color:#fff}.pdfViewer .dummyPage{position:relative;width:0;height:var(--viewer-container-height)}.pdfViewer.noUserSelect{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pdfViewer.removePageBorders .page{margin:0 auto 10px;border:none}.pdfViewer.singlePageView{display:inline-block}.pdfViewer.singlePageView .page{margin:0;border:none}.pdfViewer:is(.scrollHorizontal,.scrollWrapped),.spread{margin-inline:3.5px;text-align:center}.pdfViewer.scrollHorizontal,.spread{white-space:nowrap}.pdfViewer.removePageBorders,.pdfViewer:is(.scrollHorizontal,.scrollWrapped) .spread{margin-inline:0}.spread :is(.page,.dummyPage),.pdfViewer:is(.scrollHorizontal,.scrollWrapped) :is(.page,.spread){display:inline-block;vertical-align:middle}.spread .page,.pdfViewer:is(.scrollHorizontal,.scrollWrapped) .page{margin-inline:var(--spreadHorizontalWrapped-margin-LR)}.pdfViewer.removePageBorders .spread .page,.pdfViewer.removePageBorders:is(.scrollHorizontal,.scrollWrapped) .page{margin-inline:5px}.pdfViewer .page canvas{margin:0;display:block}.pdfViewer .page canvas .structTree{contain:strict}.pdfViewer .page canvas[hidden]{display:none}.pdfViewer .page canvas[zooming]{width:100%;height:100%}.pdfViewer .page.loadingIcon:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background:url(/build/assets/loading-icon-B-k8Vcu3.gif) center no-repeat;display:none;transition-property:display;transition-delay:var(--loading-icon-delay);z-index:5;contain:strict}.pdfViewer .page.loading:after{display:block}.pdfViewer .page:not(.loading):after{transition-property:none;display:none}.pdfPresentationMode .pdfViewer{padding-bottom:0}.pdfPresentationMode .spread{margin:0}.pdfPresentationMode .pdfViewer .page{margin:0 auto;border:2px solid transparent}.pdf-container[data-v-f7e54869]{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;overflow:auto;scroll-behavior:smooth}.pdf-container[data-v-f7e54869]::-webkit-scrollbar{width:8px;height:8px}.pdf-container[data-v-f7e54869]::-webkit-scrollbar-track{background:transparent}.pdf-container[data-v-f7e54869]::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.pdf-container[data-v-f7e54869]::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.overflow-auto[data-v-f7e54869]{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.overflow-auto[data-v-f7e54869]::-webkit-scrollbar{width:8px;height:8px}.overflow-auto[data-v-f7e54869]::-webkit-scrollbar-track{background:transparent}.overflow-auto[data-v-f7e54869]::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.overflow-auto[data-v-f7e54869]::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.pdf-content-wrapper[data-v-f7e54869]{min-height:100%;padding:1rem;display:flex;align-items:center;justify-content:center;min-width:100%;width:fit-content}.pdf-canvas-container[data-v-f7e54869]{display:inline-block}canvas[data-v-f7e54869]{transition:transform .2s ease;display:block}[data-v-f7e54869] .textLayer{position:absolute;inset:0;overflow:hidden;opacity:1;line-height:1;pointer-events:auto}[data-v-f7e54869] .textLayer span{color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0% 0%;pointer-events:auto;border:none;background:transparent;font-family:sans-serif;overflow:visible;text-overflow:clip;line-height:1;font-weight:400;font-style:normal;text-decoration:none;letter-spacing:normal;word-spacing:normal;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}[data-v-f7e54869] .textLayer span::selection{background:#0078ff66!important;color:transparent!important}[data-v-f7e54869] .textLayer span::-moz-selection{background:#0078ff66!important;color:transparent!important}[data-v-f7e54869] .textLayer span:hover{background:#ffff001a}.scrollbar-thin[data-v-232e4c02]{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.scrollbar-thin[data-v-232e4c02]::-webkit-scrollbar{height:4px}.scrollbar-thin[data-v-232e4c02]::-webkit-scrollbar-track{background:transparent}.scrollbar-thin[data-v-232e4c02]::-webkit-scrollbar-thumb{background-color:#0003;border-radius:2px}.scrollbar-thin[data-v-232e4c02]::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.status-badge[data-v-f7218535]{display:inline-block;padding:.25rem .625rem;font-size:.75rem;font-weight:500;border-radius:9999px;white-space:nowrap}.status-open[data-v-f7218535]{background-color:#dbeafe;color:#1e40af}.status-in_progress[data-v-f7218535]{background-color:#fef3c7;color:#92400e}.status-resolved[data-v-f7218535]{background-color:#d1fae5;color:#065f46}.status-closed[data-v-f7218535]{background-color:#f3f4f6;color:#374151}.conversation-list[data-v-2dfe67d3]{display:flex;flex-direction:column;height:100%}.new-conversation-form[data-v-2dfe67d3]{display:flex;flex-direction:column;height:100%;overflow-y:auto}.form-header[data-v-2dfe67d3]{padding:1rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.form-header h3[data-v-2dfe67d3]{font-weight:600;font-size:1rem;color:#111827;margin:0}.close-button[data-v-2dfe67d3]{background:none;border:none;cursor:pointer;padding:.25rem;color:#6b7280;transition:color .2s}.close-button[data-v-2dfe67d3]:hover{color:#111827}.form-content[data-v-2dfe67d3]{padding:1rem;flex:1;display:flex;flex-direction:column;gap:1rem}.form-group[data-v-2dfe67d3]{display:flex;flex-direction:column;gap:.5rem}.form-group label[data-v-2dfe67d3]{font-weight:500;font-size:.875rem;color:#374151}.form-group input[data-v-2dfe67d3],.form-group textarea[data-v-2dfe67d3]{width:100%;padding:.625rem;border:1px solid #d1d5db;border-radius:.5rem;font-family:inherit;font-size:.875rem;color:#111827;background-color:#fff;transition:border-color .2s}.form-group input[data-v-2dfe67d3]:focus,.form-group textarea[data-v-2dfe67d3]:focus{outline:none;border-color:#d21718;ring:2px;ring-color:rgba(210,23,24,.1)}.form-group textarea[data-v-2dfe67d3]{resize:vertical}.char-count[data-v-2dfe67d3]{font-size:.75rem;color:#6b7280;margin:0}.error-message[data-v-2dfe67d3]{padding:.75rem;background-color:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;color:#991b1b;font-size:.875rem}.form-actions[data-v-2dfe67d3]{display:flex;gap:.75rem;justify-content:flex-end;margin-top:auto}.button-secondary[data-v-2dfe67d3],.button-primary[data-v-2dfe67d3]{padding:.625rem 1.25rem;border-radius:.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;border:none}.button-secondary[data-v-2dfe67d3]{background-color:#fff;color:#374151;border:1px solid #d1d5db}.button-secondary[data-v-2dfe67d3]:hover{background-color:#f9fafb}.button-primary[data-v-2dfe67d3]{background-color:#d21718;color:#fff}.button-primary[data-v-2dfe67d3]:hover:not(:disabled){background-color:#a81314}.button-primary[data-v-2dfe67d3]:disabled{opacity:.5;cursor:not-allowed}.new-conversation-button[data-v-2dfe67d3]{margin:1rem;padding:.75rem;background-color:#d21718;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s}.new-conversation-button[data-v-2dfe67d3]:hover{background-color:#a81314}.loading[data-v-2dfe67d3],.empty-state[data-v-2dfe67d3]{padding:2rem;text-align:center;color:#6b7280}.empty-state p[data-v-2dfe67d3]{color:#6b7280;margin:.5rem 0}.empty-state-hint[data-v-2dfe67d3]{font-size:.875rem}.conversations-scroll[data-v-2dfe67d3]{flex:1;overflow-y:auto}.conversation-item[data-v-2dfe67d3]{padding:1rem;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background-color .15s}.conversation-item[data-v-2dfe67d3]:hover{background-color:#f9fafb}.conversation-header[data-v-2dfe67d3]{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.conversation-subject[data-v-2dfe67d3]{font-weight:600;font-size:.875rem;color:#111827;margin:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-preview[data-v-2dfe67d3]{font-size:.875rem;color:#6b7280;margin:.25rem 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-date[data-v-2dfe67d3]{font-size:.75rem;color:#9ca3af;margin:.25rem 0 0}.message-bubble[data-v-ba43c1a4]{display:flex;flex-direction:column;max-width:80%;padding:.75rem;border-radius:.75rem}.message-user[data-v-ba43c1a4]{align-self:flex-end;background-color:#d21718;color:#fff}.message-admin[data-v-ba43c1a4]{align-self:flex-start;background-color:#f3f4f6;color:#111827}.message-header[data-v-ba43c1a4]{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.message-author[data-v-ba43c1a4]{font-weight:600;font-size:.75rem}.message-time[data-v-ba43c1a4]{font-size:.625rem;opacity:.7}.message-content[data-v-ba43c1a4]{font-size:.875rem;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.conversation-detail[data-v-0911e3a7]{display:flex;flex-direction:column;height:100%}.conversation-detail-header[data-v-0911e3a7]{padding:1rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:.75rem}.back-button[data-v-0911e3a7]{background:none;border:none;cursor:pointer;padding:.25rem;color:#6b7280;transition:color .2s}.back-button[data-v-0911e3a7]:hover{color:#111827}.conversation-info[data-v-0911e3a7]{flex:1;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.conversation-title[data-v-0911e3a7]{font-weight:600;font-size:.875rem;color:#111827;margin:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-area[data-v-0911e3a7]{flex:1;overflow-y:auto;padding:1rem;background-color:#fff}.loading[data-v-0911e3a7],.empty-messages[data-v-0911e3a7]{text-align:center;color:#6b7280;padding:2rem}.messages-list[data-v-0911e3a7]{display:flex;flex-direction:column;gap:.75rem}.message-input-area[data-v-0911e3a7]{border-top:1px solid #e5e7eb;padding:1rem;background-color:#fff}.status-message[data-v-0911e3a7]{text-align:center;color:#6b7280;font-size:.875rem;padding:.5rem;background-color:#f9fafb;border-radius:.375rem}.input-wrapper[data-v-0911e3a7]{display:flex;gap:.5rem;align-items:flex-end}.message-input[data-v-0911e3a7]{flex:1;padding:.625rem;border:1px solid #d1d5db;border-radius:.5rem;resize:none;font-family:inherit;font-size:.875rem;color:#111827;background-color:#fff}.message-input[data-v-0911e3a7]::placeholder{color:#9ca3af}.message-input[data-v-0911e3a7]:focus{outline:none;border-color:#d21718;ring:2px;ring-color:rgba(210,23,24,.1)}.send-button[data-v-0911e3a7]{padding:.625rem;background-color:#d21718;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s}.send-button[data-v-0911e3a7]:hover:not(:disabled){background-color:#a81314}.send-button[data-v-0911e3a7]:disabled{opacity:.5;cursor:not-allowed}.support-panel-overlay[data-v-52b8b560]{position:fixed;inset:0;background-color:#00000080;z-index:1001;display:flex;align-items:flex-end;justify-content:flex-end;padding:2rem}.support-panel[data-v-52b8b560]{width:100%;max-width:28rem;height:calc(100vh - 4rem);background-color:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden}.support-panel-header[data-v-52b8b560]{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.support-panel-title[data-v-52b8b560]{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.support-panel-close[data-v-52b8b560]{background:none;border:none;cursor:pointer;padding:.25rem;color:#6b7280;transition:color .2s}.support-panel-close[data-v-52b8b560]:hover{color:#111827}.support-panel-close svg[data-v-52b8b560]{width:1.5rem;height:1.5rem}.support-panel-content[data-v-52b8b560]{flex:1;overflow:hidden;display:flex;flex-direction:column}.conversation-sidebar[data-v-880d64e0]{display:flex;flex-direction:column;height:100%;background:hsl(var(--sidebar-background));border-right:1px solid var(--border)}.sidebar-header[data-v-880d64e0]{padding:1rem;display:flex;flex-direction:column;gap:.5rem;border-bottom:1px solid hsl(var(--border));flex-shrink:0}.new-conversation-button[data-v-880d64e0]{background:var(--mvra-primary, #D21718);color:#fff;width:100%}.new-conversation-button[data-v-880d64e0]:hover{background:var(--mvra-primary-dark, #A01213)}.conversations-list[data-v-880d64e0]{flex:1;overflow-y:auto;min-height:0}.sidebar-footer[data-v-880d64e0]{padding:.5rem .75rem;border-top:1px solid hsl(var(--border));flex-shrink:0;background:hsl(var(--muted) / .3);display:flex;flex-direction:column;gap:.25rem}.sidebar-footer[data-v-880d64e0] .button{width:100%}.loading-state[data-v-880d64e0],.empty-conversations[data-v-880d64e0]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center;color:hsl(var(--muted-foreground))}.loading-spinner[data-v-880d64e0]{width:2rem;height:2rem;border:3px solid hsl(var(--muted));border-top-color:var(--mvra-primary, #D21718);border-radius:50%;animation:spin-880d64e0 1s linear infinite;margin-bottom:1rem}@keyframes spin-880d64e0{to{transform:rotate(360deg)}}.conversations-items[data-v-880d64e0]{display:flex;flex-direction:column;padding:.5rem;gap:.25rem}.conversation-item-wrapper[data-v-880d64e0]{position:relative;display:flex;align-items:center;gap:.25rem}.conversation-item[data-v-880d64e0]{flex:1;text-align:left;padding:.875rem;background:transparent;border:1px solid transparent;border-radius:.5rem;cursor:pointer;transition:all .2s}.delete-button[data-v-880d64e0]{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;opacity:0;padding:.375rem;background:#fff;color:#d21718;border:1px solid hsl(var(--border));border-radius:.375rem;cursor:pointer;transition:all .2s;z-index:10;box-shadow:0 2px 8px #0003}.delete-button[data-v-880d64e0]:hover{background:#d21718;color:#fff;border-color:#d21718}.conversation-item-wrapper:hover .delete-button[data-v-880d64e0]{opacity:1}.conversation-item[data-v-880d64e0]:hover{background:hsl(var(--accent));border-color:hsl(var(--border))}.conversation-active[data-v-880d64e0]{background:hsl(var(--accent));border-color:var(--mvra-primary, #D21718);box-shadow:0 0 0 1px var(--mvra-primary, #D21718)}.conversation-content[data-v-880d64e0]{display:flex;flex-direction:column;gap:.375rem}.conversation-header[data-v-880d64e0]{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.conversation-preview-main[data-v-880d64e0]{font-weight:500;font-size:.875rem;color:hsl(var(--foreground));display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0;line-height:1.4;max-width:calc(100% - 3rem)}.conversation-time[data-v-880d64e0]{font-size:.6875rem;color:hsl(var(--muted-foreground));flex-shrink:0;white-space:nowrap}.conversation-active .conversation-preview-main[data-v-880d64e0]{color:var(--mvra-primary, #D21718);font-weight:600}.loading-more[data-v-880d64e0]{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;color:hsl(var(--muted-foreground))}.feedback-buttons[data-v-bf3bc38b]{display:flex;gap:.25rem;margin-left:.5rem;margin-top:.25rem}.feedback-button[data-v-bf3bc38b]{padding:.25rem .5rem;transition:all .2s ease;color:hsl(var(--muted-foreground));cursor:pointer}.feedback-button[data-v-bf3bc38b]:hover:not(:disabled){background:hsl(var(--muted));transform:scale(1.1)}.feedback-button[data-v-bf3bc38b]:disabled{opacity:.5;cursor:not-allowed}.feedback-positive.feedback-active[data-v-bf3bc38b]{color:#10b981}.feedback-negative.feedback-active[data-v-bf3bc38b]{color:#ef4444}.message-wrapper[data-v-5a4e19df]{display:flex;margin-bottom:1.5rem;animation:fadeIn-5a4e19df .3s ease-in}@keyframes fadeIn-5a4e19df{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-user[data-v-5a4e19df]{justify-content:flex-end}.message-assistant[data-v-5a4e19df],.message-system[data-v-5a4e19df]{justify-content:flex-start}.message-bubble[data-v-5a4e19df]{display:flex;gap:.75rem;max-width:75%}.message-user .message-bubble[data-v-5a4e19df]{flex-direction:row-reverse}.message-avatar[data-v-5a4e19df]{flex-shrink:0}.avatar-user[data-v-5a4e19df],.avatar-assistant[data-v-5a4e19df]{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#fff}.avatar-user[data-v-5a4e19df]{background:#6b7280}.avatar-assistant[data-v-5a4e19df]{background:#fff;border:1px solid #e5e7eb}.maia-logo[data-v-5a4e19df]{width:100%;height:100%;object-fit:contain}.message-content[data-v-5a4e19df]{flex:1;display:flex;flex-direction:column;gap:.5rem}.message-text[data-v-5a4e19df]{padding:.875rem 1rem;border-radius:1rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.message-user .message-text[data-v-5a4e19df]{background:var(--mvra-primary, #D21718);color:#fff;border-bottom-right-radius:.25rem}.message-assistant .message-text[data-v-5a4e19df]{background:#f3f4f6;color:#1f2937;border-bottom-left-radius:.25rem;border:1px solid #e5e7eb}.message-system .message-text[data-v-5a4e19df]{background:hsl(var(--accent));color:hsl(var(--accent-foreground));font-size:.875rem;text-align:center;border-radius:.5rem}.message-sources-action[data-v-5a4e19df]{margin-left:.5rem}.sources-button[data-v-5a4e19df]{font-size:.875rem;color:var(--mvra-primary, #D21718);transition:all .2s ease;border:1px solid transparent}.sources-button[data-v-5a4e19df]:hover{background:hsla(var(--mvra-primary-hsl, 359 87% 42%),.1);border-color:var(--mvra-primary, #D21718);transform:translate(4px);box-shadow:0 2px 8px #d2171826}.message-time[data-v-5a4e19df]{font-size:.75rem;color:hsl(var(--muted-foreground));margin-left:.5rem}.message-user .message-time[data-v-5a4e19df]{text-align:right;margin-right:.5rem;margin-left:0}.chat-input-container[data-v-48ee93fd]{width:100%;max-width:800px;margin:0 auto;padding:0 1rem 1rem}.chat-input-wrapper[data-v-48ee93fd]{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem;background:hsl(var(--background));border:1px solid #d1d5db;border-radius:1.5rem;box-shadow:0 2px 8px #00000014;transition:all .2s ease}.chat-input-wrapper[data-v-48ee93fd]:focus-within{background:hsl(var(--background));border-color:var(--mvra-primary, #D21718);box-shadow:0 0 0 3px #d2171826}.internet-button[data-v-48ee93fd]{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;border:none;border-radius:50%;background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .2s ease}.internet-button[data-v-48ee93fd]:hover:not(:disabled){background:hsl(var(--accent));color:hsl(var(--foreground))}.internet-button.is-active[data-v-48ee93fd]{background:var(--mvra-primary, #D21718);color:#fff}.internet-button.is-active[data-v-48ee93fd]:hover:not(:disabled){background:var(--mvra-primary-dark, #A01213)}.internet-button[data-v-48ee93fd]:disabled{opacity:.5;cursor:not-allowed}.chat-textarea[data-v-48ee93fd]{flex:1;min-height:24px;max-height:200px;padding:.375rem .5rem;border:none;background:transparent;font-size:.9375rem;line-height:1.5;resize:none;outline:none;color:hsl(var(--foreground))}.chat-textarea[data-v-48ee93fd]::placeholder{color:hsl(var(--muted-foreground))}.chat-textarea[data-v-48ee93fd]:disabled{cursor:not-allowed;opacity:.7}.send-button[data-v-48ee93fd]{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;border:none;border-radius:50%;background:hsl(var(--muted));color:hsl(var(--muted-foreground));cursor:not-allowed;transition:all .2s ease}.send-button.can-send[data-v-48ee93fd]{background:var(--mvra-primary, #D21718);color:#fff;cursor:pointer}.send-button.can-send[data-v-48ee93fd]:hover{background:var(--mvra-primary-dark, #A01213);transform:scale(1.05)}.chat-input-hint[data-v-48ee93fd]{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:.5rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.internet-hint[data-v-48ee93fd]{display:flex;align-items:center;gap:.25rem;color:var(--mvra-primary, #D21718);font-weight:500}.loading-hint[data-v-48ee93fd]{color:var(--mvra-primary, #D21718);animation:pulse-48ee93fd 1.5s ease-in-out infinite}@keyframes pulse-48ee93fd{0%,to{opacity:1}50%{opacity:.5}}.shortcut-hint kbd[data-v-48ee93fd]{padding:.125rem .375rem;background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:.25rem;font-family:inherit;font-size:.6875rem}.empty-state[data-v-eda4e255]{display:flex;align-items:center;justify-content:center;flex:1;padding:2rem 1rem;overflow-y:auto}.empty-state-content[data-v-eda4e255]{max-width:650px;width:100%;text-align:center;animation:fadeIn-eda4e255 .5s ease-in}@keyframes fadeIn-eda4e255{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.empty-state-title[data-v-eda4e255]{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:hsl(var(--foreground))}.empty-state-description[data-v-eda4e255]{font-size:.95rem;line-height:1.4;color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.empty-state-features[data-v-eda4e255]{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:1.5rem;justify-content:center}.feature-badge[data-v-eda4e255]{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:hsl(var(--muted) / .6);border-radius:2rem;font-size:.875rem;color:hsl(var(--foreground));transition:all .2s}.feature-badge[data-v-eda4e255]:hover{background:hsl(var(--muted));transform:translateY(-1px)}.feature-icon[data-v-eda4e255]{width:1rem;height:1rem;color:var(--mvra-primary, #D21718);flex-shrink:0}.empty-state-suggestions[data-v-eda4e255]{text-align:left;padding:1rem;background:hsl(var(--accent));border-radius:.5rem;border-left:3px solid var(--mvra-primary, #D21718)}.suggestions-title[data-v-eda4e255]{font-weight:600;font-size:.875rem;margin-bottom:.625rem;color:hsl(var(--foreground))}.suggestions-list[data-v-eda4e255]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.375rem}.suggestions-list li[data-v-eda4e255]{padding-left:1.25rem;position:relative;font-size:.875rem;color:hsl(var(--muted-foreground));font-style:italic;line-height:1.3}.suggestions-list li[data-v-eda4e255]:before{content:"💬";position:absolute;left:0;font-size:.75rem}.sources-panel[data-v-fd73e6ad]{display:flex;flex-direction:column;height:100%;background:hsl(var(--background));border-left:1px solid hsl(var(--border))}.panel-header[data-v-fd73e6ad]{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .3)}.header-content[data-v-fd73e6ad]{display:flex;align-items:center;gap:.75rem;color:var(--mvra-primary, #D21718)}.header-title[data-v-fd73e6ad]{font-size:1rem;font-weight:600;margin:0}.close-button[data-v-fd73e6ad]:hover{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}.panel-content[data-v-fd73e6ad]{flex:1;display:flex;flex-direction:column;overflow:hidden}.sources-list-container[data-v-fd73e6ad]{flex:0 0 auto;max-height:100px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .2)}.empty-sources-horizontal[data-v-fd73e6ad]{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;color:hsl(var(--muted-foreground))}.sources-list-horizontal[data-v-fd73e6ad]{display:flex;gap:.75rem;padding:.75rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;align-items:flex-start}.sources-list-horizontal[data-v-fd73e6ad]::-webkit-scrollbar{height:6px}.sources-list-horizontal[data-v-fd73e6ad]::-webkit-scrollbar-track{background:transparent}.sources-list-horizontal[data-v-fd73e6ad]::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.sources-list-horizontal[data-v-fd73e6ad]::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.source-item-horizontal[data-v-fd73e6ad]{flex:0 0 280px;cursor:pointer;transition:all .2s;border:2px solid transparent;display:flex;flex-direction:column;padding:.75rem;gap:.5rem;min-height:70px;overflow:hidden}.source-item-horizontal[data-v-fd73e6ad]:hover{border-color:hsl(var(--border));box-shadow:0 2px 8px #0000001a}.source-selected[data-v-fd73e6ad]{border-color:var(--mvra-primary, #D21718);box-shadow:0 2px 12px #d2171833;background:hsl(var(--accent) / .1)}.source-used-by-ai[data-v-fd73e6ad]{background:linear-gradient(135deg,#d217180d,#d2171805);border-color:#d217184d}.source-used-by-ai[data-v-fd73e6ad]:hover{background:linear-gradient(135deg,#d2171814,#d217180a)}.ai-rank-badge[data-v-fd73e6ad]{background:var(--mvra-primary, #D21718);color:#fff;font-weight:700;font-size:.75rem;padding:0 .5rem}.source-header-horizontal[data-v-fd73e6ad]{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}.source-badge[data-v-fd73e6ad]{font-size:.75rem;font-weight:600}.similarity-badge[data-v-fd73e6ad]{font-size:.75rem;background:hsl(var(--accent))}.date-badge[data-v-fd73e6ad]{font-size:.75rem;color:hsl(var(--muted-foreground))}.source-document-horizontal[data-v-fd73e6ad]{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;background:hsl(var(--muted) / .5);border-radius:.25rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.document-name-horizontal[data-v-fd73e6ad]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.source-detail[data-v-fd73e6ad]{flex:1;display:flex;flex-direction:column;min-height:0}.detail-header[data-v-fd73e6ad]{flex:0 0 auto;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .3);padding:0 .5rem}.detail-content[data-v-fd73e6ad]{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.file-content[data-v-fd73e6ad]{flex:1;display:flex;flex-direction:column;min-height:0}.image-container[data-v-fd73e6ad]{flex:1;display:flex;flex-direction:column;min-height:0;padding:1rem}.no-preview[data-v-fd73e6ad]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:hsl(var(--muted-foreground))}.text-content-body[data-v-fd73e6ad]{flex:1;overflow-y:auto;padding:1rem;background:hsl(var(--background))}.text-content-pre[data-v-fd73e6ad]{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.6;color:hsl(var(--foreground));white-space:pre-wrap;word-wrap:break-word;margin:0;padding:1rem;background:hsl(var(--muted) / .3);border-radius:.5rem;border:1px solid hsl(var(--border))}.tabs-container[data-v-fd73e6ad]{display:flex;gap:.5rem}.tab-button[data-v-fd73e6ad]{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s}.tab-button[data-v-fd73e6ad]:hover{color:hsl(var(--foreground))}.tab-active[data-v-fd73e6ad]{color:var(--mvra-primary, #D21718);border-bottom-color:var(--mvra-primary, #D21718)}.header-title-container[data-v-fd73e6ad]{display:flex;align-items:center;gap:.75rem}.file-download-card[data-v-fd73e6ad]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;margin:auto;background:hsl(var(--muted) / .3);border:1px dashed hsl(var(--border));border-radius:.75rem;max-width:300px}.file-details[data-v-fd73e6ad]{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center}.file-name[data-v-fd73e6ad]{font-weight:500;font-size:.875rem;color:hsl(var(--foreground));word-break:break-all}.file-meta[data-v-fd73e6ad]{font-size:.75rem;color:hsl(var(--muted-foreground))}.download-link[data-v-fd73e6ad]{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.8125rem;color:hsl(var(--muted-foreground));background:transparent;border:1px solid hsl(var(--border));border-radius:.375rem;cursor:pointer;transition:all .2s}.download-link[data-v-fd73e6ad]:hover{color:var(--mvra-primary, #D21718);border-color:var(--mvra-primary, #D21718);background:hsl(var(--accent) / .3)}.text-mvra-primary[data-v-fd73e6ad]{color:var(--mvra-primary, #D21718)}.text-muted-foreground[data-v-fd73e6ad]{color:hsl(var(--muted-foreground))}.file-loading[data-v-fd73e6ad]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1;color:hsl(var(--muted-foreground))}.file-image-preview[data-v-fd73e6ad]{flex:1;width:100%;object-fit:contain;border-radius:.5rem;min-height:0}.file-actions[data-v-fd73e6ad]{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-top:1px solid hsl(var(--border));background:hsl(var(--muted) / .2);flex-shrink:0}.file-name-small[data-v-fd73e6ad]{font-size:.75rem;color:hsl(var(--muted-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.animate-spin[data-v-fd73e6ad]{animation:spin-fd73e6ad 1s linear infinite}@keyframes spin-fd73e6ad{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-page[data-v-fd592c52]{height:100vh;overflow:hidden;background:hsl(var(--background))}.chat-layout[data-v-fd592c52]{display:flex;height:100%}.sidebar-container[data-v-fd592c52]{width:280px;flex-shrink:0}.content-layout[data-v-fd592c52]{flex:1;min-width:0}.chat-main[data-v-fd592c52]{display:flex;flex-direction:column;height:100%;background:hsl(var(--background))}.loading-container[data-v-fd592c52]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.text-mvra-primary[data-v-fd592c52]{color:var(--mvra-primary, #D21718)}.empty-container[data-v-fd592c52]{display:flex;flex-direction:column;height:100%}.empty-input[data-v-fd592c52]{padding:1rem;border-top:1px solid hsl(var(--border))}.conversation-container[data-v-fd592c52]{display:flex;flex-direction:column;height:100%}.messages-area[data-v-fd592c52]{flex:1;overflow-y:auto}.messages-content[data-v-fd592c52]{padding:2rem 1.5rem;min-height:100%}.loading-older-messages[data-v-fd592c52]{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;margin-bottom:1rem;border-radius:.5rem;background:hsl(var(--muted) / .5)}.typing-indicator[data-v-fd592c52]{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;animation:fadeIn-fd592c52 .3s ease-in}@keyframes fadeIn-fd592c52{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.typing-bubble[data-v-fd592c52]{display:flex;align-items:center;gap:.375rem;padding:.875rem 1rem;background:hsl(var(--muted));border-radius:1rem 1rem 1rem .25rem}.typing-dot[data-v-fd592c52]{width:.5rem;height:.5rem;background:var(--mvra-primary, #D21718);border-radius:50%;animation:typingAnimation-fd592c52 1.4s infinite ease-in-out}.typing-dot[data-v-fd592c52]:nth-child(1){animation-delay:0s}.typing-dot[data-v-fd592c52]:nth-child(2){animation-delay:.2s}.typing-dot[data-v-fd592c52]:nth-child(3){animation-delay:.4s}@keyframes typingAnimation-fd592c52{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-.5rem);opacity:1}}.typing-text[data-v-fd592c52]{font-size:.875rem;color:hsl(var(--muted-foreground));font-style:italic}.input-container[data-v-fd592c52]{flex-shrink:0;padding:0 1rem 1rem;background:hsl(var(--background))}.dropzone-container[data-v-8574353d]{width:100%}.dropzone-label[data-v-8574353d]{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:hsl(var(--foreground))}.dropzone[data-v-8574353d]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px;padding:2rem;border:2px dashed #d1d5db;border-radius:.75rem;background:hsl(var(--muted) / .3);cursor:pointer;transition:all .2s ease}.dropzone[data-v-8574353d]:hover:not(.is-disabled){border-color:var(--mvra-primary, #D21718);background:hsl(var(--muted) / .5)}.dropzone.is-dragging[data-v-8574353d]{border-color:var(--mvra-primary, #D21718);background:#d217180d;border-style:solid}.dropzone.has-file[data-v-8574353d]{border-style:solid;border-color:#22c55e;background:#22c55e0d}.dropzone.has-file[data-v-8574353d]:hover:not(.is-disabled){border-color:#16a34a;background:#22c55e14}.dropzone.is-disabled[data-v-8574353d]{opacity:.6;cursor:not-allowed}.dropzone-empty[data-v-8574353d]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.dropzone-icon[data-v-8574353d]{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:hsl(var(--muted));color:hsl(var(--muted-foreground));transition:all .2s ease}.dropzone:hover:not(.is-disabled) .dropzone-icon[data-v-8574353d],.dropzone.is-dragging .dropzone-icon[data-v-8574353d]{background:var(--mvra-primary, #D21718);color:#fff}.dropzone-text[data-v-8574353d]{display:flex;flex-direction:column;gap:.25rem}.dropzone-title[data-v-8574353d]{font-size:.9375rem;color:hsl(var(--foreground))}.dropzone-link[data-v-8574353d]{color:var(--mvra-primary, #D21718);font-weight:500}.dropzone-hint[data-v-8574353d]{font-size:.75rem;color:hsl(var(--muted-foreground))}.dropzone-file[data-v-8574353d]{display:flex;align-items:center;gap:1rem;width:100%;max-width:400px;padding:1rem;background:hsl(var(--background));border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.file-icon[data-v-8574353d]{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex-shrink:0;border-radius:.5rem;background:#22c55e1a;color:#22c55e}.file-info[data-v-8574353d]{flex:1;min-width:0;text-align:left}.file-name[data-v-8574353d]{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size[data-v-8574353d]{font-size:.75rem;color:hsl(var(--muted-foreground))}.file-remove[data-v-8574353d]{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;border:none;border-radius:50%;background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .2s ease}.file-remove[data-v-8574353d]:hover:not(:disabled){background:#ef44441a;color:#ef4444}.file-remove[data-v-8574353d]:disabled{cursor:not-allowed;opacity:.5}.contribute-page[data-v-8f58c407]{height:100vh;overflow:hidden;background:hsl(var(--background))}.contribute-layout[data-v-8f58c407]{display:flex;height:100%}.sidebar-container[data-v-8f58c407]{width:280px;flex-shrink:0;border-right:1px solid hsl(var(--border))}.content-area[data-v-8f58c407]{flex:1;overflow-y:auto;min-width:0}.content-header[data-v-8f58c407]{padding:2rem 2rem 1.5rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--background) / .95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center}.main-content[data-v-8f58c407]{display:grid;grid-template-columns:70% 30%;gap:2rem;padding:2rem;max-width:1800px;margin:0 auto}.form-section[data-v-8f58c407],.info-section[data-v-8f58c407]{min-width:0}.text-mvra-primary[data-v-8f58c407]{color:var(--mvra-primary, #D21718)}@media(max-width:1024px){.main-content[data-v-8f58c407]{grid-template-columns:1fr}.info-section[data-v-8f58c407]{order:-1}}.contribution-card[data-v-74da0ba0]{transition:transform .2s,box-shadow .2s;border-left:3px solid transparent}.contribution-card[data-v-74da0ba0]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.contribution-icon[data-v-74da0ba0]{width:40px;height:40px;border-radius:8px;background:hsl(var(--muted));display:flex;align-items:center;justify-content:center;flex-shrink:0;color:hsl(var(--foreground))}.file-badge[data-v-74da0ba0]{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:hsl(var(--muted) / .5);border-radius:6px;border:1px solid hsl(var(--border))}.content-box[data-v-74da0ba0]{padding:.75rem;background:hsl(var(--muted) / .3);border-radius:6px;border:1px solid hsl(var(--border))}.admin-comment[data-v-74da0ba0]{padding:.75rem;background:hsl(var(--destructive) / .1);border-radius:6px;border:1px solid hsl(var(--destructive) / .2)}.reviewer-info[data-v-74da0ba0]{padding-top:.75rem;border-top:1px solid hsl(var(--border))}.text-mvra-primary[data-v-74da0ba0]{color:var(--mvra-primary, #D21718)}@media(max-width:640px){.file-badge[data-v-74da0ba0]{flex-direction:column;align-items:flex-start}}.contributions-page[data-v-01517207]{height:100vh;overflow:hidden;background:hsl(var(--background))}.contributions-layout[data-v-01517207]{display:flex;height:100%}.sidebar-container[data-v-01517207]{width:280px;flex-shrink:0;border-right:1px solid hsl(var(--border))}.content-area[data-v-01517207]{flex:1;overflow-y:auto;min-width:0}.content-header[data-v-01517207]{padding:2rem 2rem 1.5rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--background));position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px 3px #0000001a}.main-content[data-v-01517207]{padding:2rem;max-width:1400px;margin:0 auto}.stats-grid[data-v-01517207]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card[data-v-01517207]{transition:transform .2s,box-shadow .2s}.stat-card[data-v-01517207]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.text-mvra-primary[data-v-01517207]{color:var(--mvra-primary, #D21718)}.bg-mvra-primary[data-v-01517207]{background-color:var(--mvra-primary, #D21718);color:#fff}.bg-mvra-primary[data-v-01517207]:hover{background-color:#ab1717}@media(max-width:1024px){.sidebar-container[data-v-01517207]{display:none}.stats-grid[data-v-01517207]{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.stats-grid[data-v-01517207]{grid-template-columns:1fr}}.success-page[data-v-aaf99c10]{height:100vh;overflow:hidden;background:hsl(var(--background))}.success-layout[data-v-aaf99c10]{display:flex;height:100%}.sidebar-container[data-v-aaf99c10]{width:280px;flex-shrink:0;border-right:1px solid hsl(var(--border))}.content-area[data-v-aaf99c10]{flex:1;overflow-y:auto;min-width:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--background)),hsl(var(--muted)));padding:2rem}.success-container[data-v-aaf99c10]{width:100%;max-width:600px}.success-card[data-v-aaf99c10]{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid hsl(var(--border))}.success-icon-container[data-v-aaf99c10]{display:flex;justify-content:center}.success-icon-circle[data-v-aaf99c10]{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;animation:scaleIn-aaf99c10 .5s ease-out}.success-icon[data-v-aaf99c10]{width:48px;height:48px;color:#fff;animation:checkIn-aaf99c10 .6s ease-out .2s both}.process-info[data-v-aaf99c10]{padding:1.5rem;background:hsl(var(--muted) / .3);border-radius:.5rem;border:1px solid hsl(var(--border))}.thank-you-message[data-v-aaf99c10]{padding:1.5rem;background:linear-gradient(135deg,hsl(var(--mvra-primary) / .05),hsl(var(--mvra-primary) / .1));border-radius:.5rem;border:1px solid hsl(var(--mvra-primary) / .2)}.action-buttons[data-v-aaf99c10]{display:flex;gap:1rem;padding-top:.5rem}.text-mvra-primary[data-v-aaf99c10]{color:var(--mvra-primary, #D21718)}.bg-mvra-primary[data-v-aaf99c10]{background-color:var(--mvra-primary, #D21718);color:#fff}.bg-mvra-primary[data-v-aaf99c10]:hover{background-color:#ab1717}@keyframes scaleIn-aaf99c10{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes checkIn-aaf99c10{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@media(max-width:1024px){.sidebar-container[data-v-aaf99c10]{display:none}.content-area[data-v-aaf99c10]{padding:1rem}}@media(max-width:640px){.action-buttons[data-v-aaf99c10]{flex-direction:column}.action-buttons .flex-1[data-v-aaf99c10]{width:100%}}.bg-mvra-primary[data-v-436322a1]{background-color:var(--mvra-primary, #D21718);color:#fff}.bg-mvra-primary[data-v-436322a1]:hover{background-color:#ab1717}.stats-grid[data-v-6ad87112]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.stat-card[data-v-6ad87112]{transition:transform .2s,box-shadow .2s}.stat-card[data-v-6ad87112]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.text-mvra-primary[data-v-6ad87112]{color:var(--mvra-primary, #D21718)}@media(max-width:640px){.stats-grid[data-v-6ad87112]{grid-template-columns:repeat(2,1fr)}}
