*{box-sizing:border-box}*,*:before,*:after{max-width:100%}.container,.nav-container,.page-content{max-width:100%;overflow-x:hidden}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--nav-height: 4rem;--color-primary: #14b8a6;--color-primary-dark: #0d9488;--color-bg: #ffffff;--color-text: #1f2937;--color-text-secondary: #6b7280;--color-bg-secondary: #f9fafb;--color-bg-success-dark: #059669;--color-bg-emerald-lighter: #d1fae5;--color-success: #10b981;--color-success-light: #6ee7b7;--color-text-emerald-dark: #065f46;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-700: #374151;--color-warning: #f59e0b;--color-warning-light: #fef3c7;--color-warning-dark: #d97706;--color-error: #ef4444;--color-error-lighter: #fee2e2;--color-text-error: #dc2626;--color-sky: #0ea5e9;--transition: all .3s ease}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100dvh;width:100%;overflow-x:hidden}#root{width:100%;min-height:100dvh;overflow-x:hidden}html{overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}button{border-radius:0;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:transparent;cursor:pointer;transition:border-color .25s;outline:none}button:hover{border-color:#14b8a6}button:focus,button:focus-visible{outline:none}button:active{outline:none}body[data-hide-nav=true] nav{z-index:1!important}body.mobile-menu-open{overflow:hidden!important;position:fixed;width:100%;height:100%}.nav-profile-menu .logout-btn{background:none;color:#e11d48;font-weight:600;border:none;border-radius:.25rem;margin:.2rem .5rem;transition:color .2s}.nav-profile-menu .logout-btn:hover{background:#f3f4f6;color:#b91c1c}.mobile-profile-menu .logout-btn{background:none;color:#e11d48;font-weight:600;border:none;border-radius:.25rem;margin:.2rem 0;transition:color .2s;padding:.75rem 2rem;text-align:left;width:100%;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.mobile-profile-menu .logout-btn:hover{background:#f3f4f6;color:#b91c1c}@media(max-width:900px){.desktop-menu,.nav-profile-wrapper{display:none!important}.hamburger-menu{display:flex!important}}@media(min-width:901px){.mobile-menu,.hamburger-menu{display:none!important}.nav-profile-wrapper{display:flex!important}}.nav-profile-wrapper{position:relative;margin-left:auto;z-index:999999}.nav-profile-btn{background:none;border:1px solid #14b8a6;color:#14b8a6;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:.25rem;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;outline:none}.nav-profile-btn:hover,.nav-profile-btn.active{background:#14b8a6;color:#fff}.nav-profile-menu{position:fixed;right:2rem;top:4.5rem;min-width:180px;background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 25px #00000040;display:flex;flex-direction:column;z-index:999999;padding:.5rem 0}.nav-profile-menu button{background:none;border:none;color:#111827;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:.6rem 1.2rem;text-align:center;cursor:pointer;transition:background .2s,color .2s}.nav-profile-menu button:hover{background:#f3f4f6;color:#14b8a6}.nav-profile-menu button.active{color:#14b8a6;font-weight:600}.nav-profile-menu button span{position:relative;display:inline-block;padding-bottom:.25rem}.nav-profile-menu button.active span:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#14b8a6}.mobile-profile-menu{border-top:1px solid #e5e7eb;margin-top:.5rem;padding-top:.5rem;display:flex;flex-direction:column}.mobile-profile-menu button{background:none;border:none;color:#1f2937;font-size:1.05rem;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:.75rem 2rem;text-align:left;cursor:pointer;transition:background .2s,color .2s}.mobile-profile-menu button:hover{background:#f0fdfa;color:#14b8a6}.mobile-profile-menu button.active{color:#14b8a6;font-weight:600}.mobile-profile-menu button span{position:relative;display:inline-block;padding-bottom:.25rem}.mobile-profile-menu button.active span:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#14b8a6}.navigation{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100000;width:100%;box-sizing:border-box}.nav-container{width:100%;max-width:100%;margin:0;padding:0 2rem;box-sizing:border-box;overflow-x:hidden}.nav-content{display:flex;justify-content:space-between;align-items:center;height:var(--nav-height, 4rem);position:relative}.nav-logo{color:#000;font-size:1.5rem;font-weight:700;cursor:pointer;transition:color .3s ease-out;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.nav-logo:hover{color:#14b8a6}.hamburger-menu{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:.25rem}.hamburger-line{width:25px;height:3px;background-color:#000;transition:all .3s ease;transform-origin:center}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.desktop-menu{display:flex;align-items:center;position:absolute;left:50%;transform:translate(-50%);gap:2rem;max-width:calc(100% - 200px);overflow:hidden}.nav-login{background:none;border:1px solid #14b8a6;color:#14b8a6;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:.25rem;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;outline:none;margin-left:auto}.mobile-menu{position:fixed;top:var(--nav-height, 4rem);left:0;right:0;bottom:0;background:#fff;flex-direction:column;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-15px);transition:opacity .3s ease-out,transform .3s ease-out,visibility .3s;display:flex;overflow-y:auto;z-index:999}.mobile-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav-item,.mobile-nav-login{background:none;border:none;color:#1f2937;font-size:1.05rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:.75rem 2rem;text-align:left;width:100%;position:relative;display:flex;align-items:center}.mobile-nav-item span,.mobile-nav-login span{position:relative;display:inline-block;padding-bottom:.25rem}.mobile-nav-item.active span:after,.mobile-nav-login.active span:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#14b8a6}.mobile-nav-item:hover,.mobile-nav-login:hover{background-color:#f0fdfa;color:#14b8a6}.mobile-nav-item.active{color:#14b8a6}.mobile-nav-login{font-weight:600}.mobile-nav-login.active{color:#14b8a6}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-item{background:none;border:none;color:#000;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 0 .25rem;border-bottom:2px solid transparent;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border-radius:0;box-shadow:none;outline:none}.nav-item:hover{color:#14b8a6}.nav-item:focus,.nav-item:active{outline:none;box-shadow:none}.nav-item.active{border-bottom:2px solid #14b8a6;color:#14b8a6;border-radius:0;box-shadow:none}.nav-login:hover,.nav-login.active{background:#14b8a6;color:#fff}.nav-login:focus,.nav-login:active{outline:none;box-shadow:none}@media(max-width:960px){.nav-container{padding:0 1rem}.hamburger-menu{display:flex}.desktop-menu,.nav-login{display:none}.nav-logo{font-size:1.25rem}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors:active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors:active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}
