:root{--neo-bg: #FDF6E3;--neo-green: #D4E4BC;--neo-yellow: #FDE047;--neo-orange: #FB923C;--neo-purple: #C4B5FD;--neo-blue: #93C5FD;--neo-black: #18181b;--neo-white: #FFFFFF;--neo-border: 2px solid var(--neo-black);--neo-shadow: 4px 4px 0px 0px var(--neo-black);--neo-shadow-hover: 6px 6px 0px 0px var(--neo-black);--font-sans: "Space Grotesk", sans-serif;--font-mono: "Space Mono", monospace;font-family:var(--font-sans);line-height:1.5;font-weight:400;color-scheme:light;color:var(--neo-black);background-color:var(--neo-bg)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--neo-bg)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--neo-bg);border-left:2px solid var(--neo-black)}::-webkit-scrollbar-thumb{background:var(--neo-green);border:2px solid var(--neo-black)}::-webkit-scrollbar-thumb:hover{background:#bef264}a{color:inherit;text-decoration:none}#root{max-width:none;margin:0;padding:0;width:100%}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.login-page-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100vw;background-color:var(--neo-bg);text-align:center;position:absolute;top:0;left:0;padding:1rem;font-family:var(--font-sans)}.login-logo{max-width:80px;margin-bottom:1.5rem}.login-card{background-color:var(--neo-white);padding:2.5rem 3rem;border-radius:0;box-shadow:var(--neo-shadow);border:var(--neo-border);width:100%;max-width:500px}.login-card h1{margin-top:0;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;color:var(--neo-black);font-style:italic}.login-card .subtitle{margin-bottom:2rem;color:#4a4a4a;font-family:var(--font-mono);font-size:.9rem}.login-form .form-group{text-align:left;margin-bottom:1.5rem}.login-form label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:700;color:var(--neo-black);font-family:var(--font-mono)}.login-form input{width:100%;padding:.8rem 1rem;border:var(--neo-border);background-color:var(--neo-white);color:var(--neo-black);border-radius:0;font-size:1rem;box-sizing:border-box;font-family:var(--font-mono);box-shadow:2px 2px #0000001a;transition:all .2s ease}.login-form input:focus{outline:none;box-shadow:var(--neo-shadow);transform:translate(-1px,-1px)}.login-form button{width:100%;padding:.9rem;border:var(--neo-border);border-radius:0;background-color:var(--neo-yellow);color:var(--neo-black);font-size:1rem;font-weight:700;cursor:pointer;transition:all .1s ease-in-out;font-family:var(--font-mono);box-shadow:var(--neo-shadow)}.login-form button:hover{background-color:#fcd34d;transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-hover)}.login-form button:active{transform:translate(0);box-shadow:none}.login-form button:disabled{background-color:#e5e5e5;cursor:not-allowed;box-shadow:none;transform:none}.login-form .error-message{color:#ef4444;background-color:#fee2e2;border:2px solid #ef4444;padding:.5rem;margin-top:.5rem;font-size:.9rem;font-weight:700}.otp-page-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100vw;background-color:var(--neo-bg);text-align:center;position:absolute;top:0;left:0;padding:1rem;font-family:var(--font-sans)}.otp-card{background-color:var(--neo-white);padding:2.5rem 3rem;border-radius:0;border:var(--neo-border);width:100%;max-width:500px;box-shadow:var(--neo-shadow)}.otp-card h2{color:var(--neo-black);margin-top:0;margin-bottom:.5rem;font-weight:700}.otp-card .subtitle{margin-bottom:1.5rem;color:#4a4a4a}.email-confirmation-box{background-color:var(--neo-blue);color:var(--neo-black);padding:1rem;border-radius:0;border:var(--neo-border);margin-bottom:1.5rem;font-size:.9rem;font-family:var(--font-mono);font-weight:700}.otp-form .form-label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:700;color:var(--neo-black);text-align:left;font-family:var(--font-mono)}.otp-form input[type=tel]{width:100%;padding:.8rem 1rem;border:var(--neo-border);background-color:var(--neo-white);color:var(--neo-black);border-radius:0;font-size:1.5rem;text-align:center;letter-spacing:.5em;box-sizing:border-box;font-family:var(--font-mono);box-shadow:2px 2px #0000001a}.otp-form input[type=tel]:focus{outline:none;box-shadow:var(--neo-shadow)}.otp-form button{width:100%;padding:.9rem;margin-top:1.5rem;border:var(--neo-border);border-radius:0;background-color:var(--neo-green);color:var(--neo-black);font-size:1rem;font-weight:700;cursor:pointer;font-family:var(--font-mono);box-shadow:var(--neo-shadow);transition:all .1s ease}.otp-form button:hover{transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-hover)}.otp-form button:active{transform:translate(0);box-shadow:none}.otp-form .resend-button{background-color:transparent;color:var(--neo-black);margin-top:.75rem;box-shadow:none;text-decoration:underline;border:none}.otp-form .resend-button:hover{background-color:transparent;color:var(--neo-orange);transform:none;box-shadow:none}.back-to-login{margin-top:1.5rem;background:none;border:none;color:#666;cursor:pointer;font-size:.9rem;font-family:var(--font-mono);font-weight:700}.back-to-login:hover{text-decoration:underline;color:var(--neo-black)}.error-message{color:#ef4444;background-color:#fee2e2;border:2px solid #ef4444;padding:.5rem;margin-top:.5rem}: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}.create-profile-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100vw;background-color:var(--neo-bg);text-align:center;position:absolute;top:0;left:0;padding:1rem;font-family:var(--font-sans);color:var(--neo-black)}.create-profile-card{background-color:var(--neo-white);padding:2.5rem 3rem;border-radius:0;border:var(--neo-border);width:100%;max-width:500px;box-shadow:var(--neo-shadow)}.create-profile-card h1{margin-top:0;font-weight:800}.create-profile-form{text-align:left;margin-top:2rem}.create-profile-form .form-group{margin-bottom:1.5rem}.create-profile-form label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:700;color:var(--neo-black);font-family:var(--font-mono)}.create-profile-form input[type=text],.create-profile-form input[type=email]{width:100%;padding:.8rem 1rem;border:var(--neo-border);background-color:var(--neo-white);color:var(--neo-black);border-radius:0;font-size:1rem;box-sizing:border-box;font-family:var(--font-mono)}.create-profile-form input[type=text]:focus,.create-profile-form input[type=email]:focus{outline:none;box-shadow:var(--neo-shadow)}.create-profile-form input:disabled{background-color:#f0f0f0;color:#888;border-color:#ccc}.handle-status{font-size:.9rem;margin-top:.5rem;height:1em;font-family:var(--font-mono);font-weight:700}.handle-status.available{color:#16a34a}.handle-status.unavailable{color:#dc2626}.create-profile-form button{width:100%;padding:.9rem;margin-top:1.5rem;border:var(--neo-border);border-radius:0;background-color:var(--neo-orange);color:var(--neo-black);font-size:1rem;font-weight:700;cursor:pointer;font-family:var(--font-mono);box-shadow:var(--neo-shadow);transition:all .1s ease}.create-profile-form button:hover{background-color:#fdba74;transform:translate(-2px,-2px);box-shadow:var(--neo-shadow-hover)}.create-profile-form button:disabled{background-color:#e5e5e5;color:#888;cursor:not-allowed;box-shadow:none;transform:none}.error-message{color:#dc2626;background-color:#fee2e2;border:2px solid #dc2626;padding:.5rem;margin-top:.5rem;font-weight:700}
