@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{display:flex;align-items:center;background:transparent;color:#fff;font-family:Helvetica;font-weight:300;justify-content:center;box-shadow:9px 2px 4px -1px #000}.navbar__title{margin-right:auto;font-size:150%;padding:12px 16px}.navbar__item{padding:16px;cursor:pointer;vertical-align:middle;color:#000}.navbar__item a{text-decoration:none;color:#000}.error_message{color:red}.main_menu_section{list-style:none;display:flex;float:right}.main_menu_section li a{text-decoration:none;display:inline-block;padding:0 10px;color:#fff}.css-i7rae6-MuiList-root{width:90%;margin:0 auto}@media(forced-colors:active){.app-backdrop,.app-backdrop-weave{display:none}}.app-aurora{transform-origin:center}.app-aurora-a{animation:appAuroraDrift 46s ease-in-out infinite alternate}.app-aurora-b{animation:appAuroraDrift 62s ease-in-out -20s infinite alternate-reverse}.app-aurora-c{animation:appAuroraDrift 54s ease-in-out -37s infinite alternate}@keyframes appAuroraDrift{0%{transform:translate(0) scale(1)}to{transform:translate(56px,-30px) scale(1.12)}}.app-ecg-sweep{stroke-dasharray:130 3400;animation:appEcgSweep 11s cubic-bezier(.45,0,.55,1) infinite}@keyframes appEcgSweep{0%{stroke-dashoffset:3530}to{stroke-dashoffset:-130}}.app-crest-ring{transform-origin:50% 50%;animation:appCrestSpin 120s linear infinite}@keyframes appCrestSpin{to{transform:rotate(360deg)}}.app-auth-rise{opacity:0;transform:translateY(14px);animation:appAuthRise .62s cubic-bezier(.16,1,.3,1) forwards}.app-auth-rise-1{animation-delay:.04s}.app-auth-rise-2{animation-delay:.15s}.app-auth-rise-3{animation-delay:.27s}@keyframes appAuthRise{to{opacity:1;transform:none}}.app-par{transition:transform .9s cubic-bezier(.16,1,.3,1)}.app-par-far{transform:translate3d(calc(var(--ax, 0) * -9px),calc(var(--ay, 0) * -6px),0)}.app-par-mid{transform:translate3d(calc(var(--ax, 0) * 12px),calc(var(--ay, 0) * 8px),0)}.app-par-near{transform:translate3d(calc(var(--ax, 0) * 18px),calc(var(--ay, 0) * 11px),0)}.app-dial-breath{animation:appDialBreath 24s ease-in-out infinite}@keyframes appDialBreath{0%,to{transform:scale(1)}50%{transform:scale(1.012)}}.app-dial-slot{animation-duration:9s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.app-dial-slot--free{animation-name:appSlotSweepFree}.app-dial-slot--taken{animation-name:appSlotSweepTaken}@keyframes appSlotSweepFree{0%,82%,to{fill-opacity:.085}91%{fill-opacity:.2}}@keyframes appSlotSweepTaken{0%,82%,to{fill-opacity:.22}91%{fill-opacity:.4}}@media(prefers-reduced-motion:reduce){.app-aurora,.app-dial-breath,.app-dial-slot,.app-ecg-sweep,.app-crest-ring{animation:none}.app-par{transform:none;transition:none}.app-auth-rise{animation:none;opacity:1;transform:none}}.auth-shell{--auth-py: 22px;--auth-crest: 116px;--auth-avatar: 78px;--auth-crest-plate: calc(var(--auth-avatar) * 1.18);--auth-identity-gap: 6px;--auth-identity-mb: 32px;--auth-name: 1.65rem;--auth-card-pad: 32px;--auth-heading-mb: 6px;--auth-sub-mb: 24px;--auth-form-gap: 14px;--auth-footer-pt: 22px;--auth-overline: block;--auth-sub-display: block;--auth-field-pad: 16.5px;--auth-card-max: 500px;--auth-brand-gap: 20px;--auth-rail-title: 1.5rem;--auth-rail-desc: block;--auth-feature-gap: 14px;--auth-feature-sub: block}@media(max-height:900px){.auth-shell{--auth-py: 18px;--auth-crest: 92px;--auth-avatar: 62px;--auth-identity-mb: 16px;--auth-name: 1.4rem;--auth-card-pad: 22px;--auth-sub-mb: 14px;--auth-form-gap: 12px;--auth-footer-pt: 16px;--auth-brand-gap: 14px;--auth-rail-title: 1.25rem;--auth-feature-gap: 11px}}@media(max-height:800px){.auth-shell{--auth-py: 10px;--auth-crest: 74px;--auth-avatar: 52px;--auth-identity-gap: 2px;--auth-identity-mb: 10px;--auth-name: 1.2rem;--auth-card-pad: 16px;--auth-heading-mb: 18px;--auth-sub-mb: 10px;--auth-form-gap: 10px;--auth-footer-pt: 10px;--auth-overline: none;--auth-sub-display: none;--auth-field-pad: 11px;--auth-brand-gap: 10px;--auth-rail-title: 1.1rem;--auth-feature-gap: 9px;--auth-rail-desc: none}}@media(max-width:899px){.auth-shell{--auth-py: 12px;--auth-crest: 74px;--auth-avatar: 52px;--auth-identity-mb: 12px;--auth-name: 1.2rem;--auth-card-pad: 16px;--auth-sub-mb: 10px;--auth-form-gap: 10px;--auth-field-pad: 11px;--auth-footer-pt: 12px;--auth-sub-display: none;--auth-brand-gap: 8px;--auth-rail-title: 1.15rem;--auth-feature-gap: 9px;--auth-feature-sub: none;--auth-rail-desc: none;--auth-overline: block}.auth-shell form{font-size:.94em}.auth-shell .auth-card-features{display:none}.auth-shell .auth-card-brand{justify-content:flex-start}}@media(max-height:620px){.auth-shell{--auth-crest: 52px;--auth-avatar: 38px;--auth-name: 1rem;--auth-form-gap: 6px;--auth-card-pad: 11px;--auth-field-pad: 9px;--auth-identity-mb: 6px;--auth-brand-gap: 8px;--auth-rail-title: 1rem;--auth-feature-sub: none;--auth-feature-gap: 7px}}.auth-shell form>.MuiStack-root{gap:var(--auth-form-gap)}.auth-shell form>.MuiStack-root>*+*{margin-top:0}.auth-shell form>*+*{margin-top:var(--auth-form-gap)}.auth-shell form .MuiDivider-root{margin-bottom:0}.auth-shell form>p{margin-top:calc(var(--auth-form-gap) * .45)}.auth-shell form{margin-top:calc(var(--auth-form-gap) * .5)}@media(max-height:800px){.auth-shell form{font-size:.92em}.auth-shell form .MuiButton-root{padding-block:7px}.auth-shell form>p{margin-bottom:0;line-height:1.35}.auth-shell footer{font-size:.85em}}.auth-shell .MuiOutlinedInput-input{padding-top:var(--auth-field-pad);padding-bottom:var(--auth-field-pad)}.auth-shell .MuiOutlinedInput-root{min-height:44px}@media(max-height:620px)and (min-width:700px){.auth-shell{--auth-card-max: 96vw;--auth-crest: 64px;--auth-avatar: 46px;--auth-name: .95rem}.auth-card-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:stretch}}@media(min-width:900px){.auth-shell{--auth-card-max: 880px;--auth-crest: 132px;--auth-avatar: 80px;--auth-name: 1.4rem;--auth-identity-gap: 8px}.auth-card-main{display:flex;flex-direction:column;justify-content:flex-start}.auth-card-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:stretch}.auth-shell{--auth-overline: block}}.auth-strip-pulse{display:none}@media(max-width:899px){.auth-strip-pulse{display:block;position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;color:var(--brand-on-brand)}}.auth-strip-pulse-sweep{stroke-dasharray:34 620;animation:authStripSweep 4.6s cubic-bezier(.45,0,.55,1) infinite}@keyframes authStripSweep{0%{stroke-dashoffset:620}to{stroke-dashoffset:-34}}@media(prefers-reduced-motion:reduce){.auth-strip-pulse-sweep{animation:none;stroke-opacity:.45}}@media(forced-colors:active){.auth-strip-pulse{display:none}}.auth-shell{--brand-action: #174734;--brand-action-soft: rgba(23, 71, 52, .1);--brand-action-hover: rgb(19, 59, 43);--brand-emphasis: rgb(10, 31, 23);--brand-canvas: rgb(231, 236, 234);--brand-canvas-tint: rgb(194, 207, 202);--brand-paper: rgb(241, 243, 242);--brand-paper-soft: rgb(222, 229, 226);--brand-rail-from: rgb(19, 59, 43);--brand-rail-to: rgb(16, 51, 37);--brand-text: rgb(6, 19, 14);--brand-text-muted: rgba(6, 19, 14, .74);--brand-text-subtle: rgba(6, 19, 14, .56);--brand-border: rgba(6, 19, 14, .14);--brand-border-strong: rgba(6, 19, 14, .24);--brand-hairline: rgba(6, 19, 14, .08);--brand-on-brand: #FFFFFF;--brand-on-brand-muted: rgba(255, 255, 255, .82);--brand-on-brand-faint: rgba(255, 255, 255, .16);--brand-on-brand-line: rgba(255, 255, 255, .18);--brand-surface: rgb(241, 243, 242);--brand-surface-glass: rgba(241, 243, 242, .86);--brand-glass-edge: rgba(255, 255, 255, .55);--brand-glass-sheen: rgba(255, 255, 255, .7);--brand-shadow: rgba(16, 49, 36, .22);--brand-shadow-soft: rgba(16, 49, 36, .1);--brand-focus-ring: rgba(23, 71, 52, .32)}.auth-shell{--fs-display: clamp(1.05rem, .72rem + 1.5vw, 1.6rem);--fs-heading: clamp(1.02rem, .88rem + .6vw, 1.22rem);--fs-body: clamp(.82rem, .78rem + .2vw, .9rem);--fs-small: clamp(.72rem, .69rem + .15vw, .79rem)}.auth-shell .MuiInputLabel-root{transition:transform .22s cubic-bezier(.16,1,.3,1),color .22s ease,font-size .22s cubic-bezier(.16,1,.3,1)}.auth-shell .MuiInputLabel-root.Mui-focused{color:var(--brand-emphasis)}.auth-shell .MuiButton-containedPrimary{transition:background-color .25s ease,box-shadow .3s ease,transform .18s cubic-bezier(.16,1,.3,1)}.auth-shell .MuiButton-containedPrimary:hover{background-color:var(--brand-action-hover);box-shadow:0 8px 22px var(--brand-shadow);transform:translateY(-1px)}.auth-shell .MuiButton-containedPrimary:active{transform:translateY(0)}@media(prefers-reduced-motion:reduce){.auth-shell .MuiInputLabel-root,.auth-shell .MuiOutlinedInput-root,.auth-shell .MuiButton-containedPrimary{transition:none}.auth-shell .MuiButton-containedPrimary:hover{transform:none}}.auth-illustration-slot{display:block}@media(max-height:800px),(max-width:899px){.auth-shell .auth-illustration-slot{display:none}}@keyframes authIllusTip{0%,to{opacity:.95;transform:scale(1)}50%{opacity:.6;transform:scale(1.35)}}@media(prefers-reduced-motion:reduce){.auth-illustration-tip{animation:none}}.auth-rail-features>*{opacity:0;transform:translateY(10px);animation:appAuthRise .55s cubic-bezier(.16,1,.3,1) forwards}.auth-rail-features>*:nth-child(1){animation-delay:.34s}.auth-rail-features>*:nth-child(2){animation-delay:.42s}.auth-rail-features>*:nth-child(3){animation-delay:.5s}.auth-rail-features>*:nth-child(n+4){animation-delay:.58s}@media(prefers-reduced-motion:reduce){.auth-rail-features>*{animation:none;opacity:1;transform:none}}.auth-illus-path{stroke-dasharray:380;stroke-dashoffset:380;animation:authIllusDraw 1.6s cubic-bezier(.16,1,.3,1) .35s forwards}@keyframes authIllusDraw{to{stroke-dashoffset:0}}.auth-illus-pulse{stroke-dasharray:26 780;stroke-dashoffset:806;opacity:0;animation:authIllusPulse 6s cubic-bezier(.45,0,.55,1) 2.1s infinite,authIllusPulseIn .4s ease 2.1s forwards}@keyframes authIllusPulse{0%{stroke-dashoffset:806}to{stroke-dashoffset:-26}}@keyframes authIllusPulseIn{to{opacity:1}}.auth-illus-station{opacity:0;transform:scale(.6);transform-box:fill-box;transform-origin:center;animation:authIllusStation .5s cubic-bezier(.34,1.56,.64,1) forwards}.auth-illus-station-1{animation-delay:.45s}.auth-illus-station-2{animation-delay:.85s}.auth-illus-station-3{animation-delay:1.25s}.auth-illus-station-4{animation-delay:1.65s}@keyframes authIllusStation{to{opacity:1;transform:scale(1)}}.auth-illus-halo{transform-box:fill-box;transform-origin:center;animation:authIllusHalo 3.2s ease-out 2.2s infinite}@keyframes authIllusHalo{0%{opacity:.7;transform:scale(1)}70%{opacity:0;transform:scale(2.6)}to{opacity:0;transform:scale(2.6)}}.auth-illus-slot{transform-box:fill-box;transform-origin:center;animation:authIllusDrift 9s ease-in-out infinite alternate}.auth-illus-slot-1{animation-delay:-.4s}.auth-illus-slot-2{animation-delay:-3.1s}.auth-illus-slot-3{animation-delay:-5.6s}.auth-illus-slot-4{animation-delay:-7.2s}@keyframes authIllusDrift{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-5px) scale(1.05);opacity:.65}}.auth-illus-mark{transform-box:fill-box;transform-origin:center;animation:authIllusMark 5s ease-in-out 2.6s infinite}@keyframes authIllusMark{0%,to{opacity:.4;transform:scale(1) rotate(0)}50%{opacity:.85;transform:scale(1.15) rotate(90deg)}}@media(prefers-reduced-motion:reduce){.auth-illus-path{animation:none;stroke-dashoffset:0}.auth-illus-pulse{animation:none;opacity:0}.auth-illus-station{animation:none;opacity:1;transform:none}.auth-illus-halo,.auth-illus-slot,.auth-illus-mark{animation:none}}.auth-shell .MuiOutlinedInput-root.Mui-error{animation:authFieldNudge .32s cubic-bezier(.36,.07,.19,.97)}@keyframes authFieldNudge{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.auth-shell .MuiFormHelperText-root{transition:color .2s ease;animation:authHelperIn .26s cubic-bezier(.16,1,.3,1)}@keyframes authHelperIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}.auth-shell .MuiCheckbox-root{transition:color .2s ease,transform .18s cubic-bezier(.34,1.56,.64,1)}.auth-shell .MuiCheckbox-root:hover{color:var(--brand-emphasis)}.auth-shell .MuiCheckbox-root.Mui-checked{transform:scale(1.08)}.auth-shell .MuiButton-outlined,.auth-shell .MuiButton-text{transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .18s cubic-bezier(.16,1,.3,1)}.auth-shell .MuiButton-outlined:hover,.auth-shell .MuiButton-text:hover{background-color:var(--brand-action-soft);border-color:var(--brand-action);transform:translateY(-1px)}.auth-shell .MuiLink-root,.auth-shell a{transition:color .2s ease,opacity .2s ease}.auth-shell input:-webkit-autofill,.auth-shell input:-webkit-autofill:hover,.auth-shell input:-webkit-autofill:focus{-webkit-text-fill-color:var(--brand-text);transition:background-color 100000s ease-in-out 0s}@media(prefers-reduced-motion:reduce){.auth-shell .MuiOutlinedInput-root,.auth-shell .MuiOutlinedInput-notchedOutline,.auth-shell .MuiInputAdornment-root .MuiSvgIcon-root,.auth-shell .MuiInputAdornment-positionEnd .MuiIconButton-root,.auth-shell .MuiFormHelperText-root,.auth-shell .MuiCheckbox-root,.auth-shell .MuiButton-outlined,.auth-shell .MuiButton-text{transition:none;animation:none}.auth-shell .MuiOutlinedInput-root.Mui-focused,.auth-shell .MuiButton-outlined:hover,.auth-shell .MuiButton-text:hover,.auth-shell .MuiCheckbox-root.Mui-checked{transform:none}}
