.loading{position:absolute;top:50%;left:50%;width:100px;height:25px;background:#ffffff4d;line-height:0;color:#207dff}.loading>div{background-color:#207dff;display:inline-block;height:100%;vertical-align:middle;opacity:.75;border-radius:2px;animation:1s ease 0s infinite normal none running pulse-loader}.loading>div:nth-child(2){animation-delay:.1s}.loading>div:nth-child(3){animation-delay:.2s}@keyframes pulse-loader{30%{transform:scale(1);opacity:.75}50%{transform:scale(.8)}70%{transform:scale(1.2);opacity:1}90%{transform:scale(1);opacity:.75}}.ms-modal{position:fixed;inset:0;z-index:100001;display:flex;align-items:center;justify-content:center;padding:16px}.ms-modal__backdrop{position:absolute;inset:0;background:#26273f99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;animation:ms-modal-fade-in .3s ease}.ms-modal__shell{position:relative;z-index:1;width:100%;background:#f4f6f8;border-radius:24px;box-shadow:0 24px 48px #0003;border:1px solid rgba(255,255,255,.2);overflow:hidden;max-height:90vh;display:flex;flex-direction:column;animation:ms-modal-zoom-in .3s ease}.ms-modal__shell--max-sm{max-width:24rem}.ms-modal__shell--max-md{max-width:28rem}.ms-modal__shell--max-lg{max-width:32rem}.ms-modal__shell--max-xl{max-width:36rem}.ms-modal__shell--max-2xl{max-width:42rem}.ms-modal__shell--max-4xl{max-width:56rem}.ms-modal__close-button{position:absolute;top:20px;right:20px;z-index:120;display:inline-flex;align-items:center;justify-content:center;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;margin:0!important;padding:0!important;border:0!important;border-radius:999px!important;background:#ffffff1a!important;color:#26273f66!important;box-shadow:none!important;font-family:inherit!important;font-size:inherit!important;line-height:1!important;text-transform:none!important;cursor:pointer;transition:all .2s ease}.ms-modal__close-button:hover{background:#26273f0d!important;color:#26273f!important}.ms-modal__close-button:focus-visible{outline:2px solid #40B7B0!important;outline-offset:2px}.ms-modal__close-icon{width:20px!important;height:20px!important}.ms-modal__content{position:relative}.ms-modal__title{margin:0;color:#26273f;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif;font-size:20px;font-weight:700;line-height:1.2;text-align:center}.ms-modal__description{margin:16px 0 0;color:#26273fb3;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif;font-size:15px;font-weight:400;line-height:1.5;text-align:center}@media(min-width:768px){.ms-modal__shell{border-radius:32px}}@media(prefers-reduced-motion:reduce){.ms-modal__backdrop,.ms-modal__shell{animation:none}}@keyframes ms-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ms-modal-zoom-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.nav.sidebar-nav{height:100dvh;background:#26273f;color:#fff;display:flex;flex-direction:column;transition:width .3s ease,transform .3s ease;border-right:1px solid rgba(255,255,255,.1);flex-shrink:0;z-index:80;position:fixed;inset:0 auto 0 0;width:280px;transform:translate(-100%);overflow:hidden;border-radius:0 16px 16px 0}.nav.sidebar-nav.is-mobile-open{transform:translate(0)}.nav.sidebar-nav.is-collapsed{width:80px}.sidebar-nav__mobile-header{position:fixed;top:0;left:0;right:0;z-index:75;min-height:calc(56px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) 16px 0;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.1);background:#26273f}.sidebar-nav__mobile-open-toggle{display:inline-flex;align-items:center;justify-content:center;padding:8px;background:transparent;color:#fff;border:none;border-radius:8px;cursor:pointer}.sidebar-nav__mobile-open-toggle:hover{background:#ffffff1a}.sidebar-nav__mobile-header-brand{min-width:0;height:28px}.sidebar-nav__mobile-header-logo{height:28px;width:auto;object-fit:contain;object-position:left}.sidebar-nav__mobile-overlay{position:fixed;inset:0;z-index:70;border:0;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer}.sidebar-nav__brand-row{height:96px;padding:0 24px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.sidebar-nav__brand-link{display:flex;align-items:center;min-width:0}.sidebar-nav__brand-link.is-collapsed{justify-content:center;width:100%}.sidebar-nav__brand-logo{height:40px;width:auto;max-width:100%;object-fit:contain;object-position:left;flex-shrink:0}.sidebar-nav__brand-icon-only{height:40px;width:40px;object-fit:contain;flex-shrink:0}.sidebar-nav__mobile-close{border:none;background:transparent;color:#ffffff80;padding:0;cursor:pointer}.sidebar-nav__mobile-close:hover{color:#fff}.sidebar-nav__content{flex:1;padding:0 12px;overflow-y:auto}.sidebar-nav__public-section{margin-top:32px}.sidebar-nav__section{margin-top:8px;margin-bottom:24px}.sidebar-nav__section--overview{margin-top:24px}.sidebar-nav__section--tools{margin-top:32px}.sidebar-nav__section-label{padding:0 16px;margin-bottom:8px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff6;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif}.sidebar-nav__item{display:flex;align-items:center;padding:12px 16px;margin:4px 0;border-radius:12px;text-decoration:none;transition:all .2s ease;color:#ffffffb3;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif}.sidebar-nav__item:hover{background:#ffffff0d;color:#fff}.sidebar-nav__item.is-active{background:#ffffff1a;color:#40b7b0}.sidebar-nav__item-icon{color:#ffffff80;flex-shrink:0}.sidebar-nav__item-icon.is-active{color:#40b7b0}.sidebar-nav__item-content{margin-left:12px;display:flex;align-items:center;gap:20px;flex:1;min-width:0;overflow:hidden}.sidebar-nav__item-text-wrap{display:flex;flex-direction:column;flex:1;min-width:0;overflow:hidden}.sidebar-nav__item-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:400}.sidebar-nav__item-label.is-active{font-weight:700}.sidebar-nav__item-badge{background:#eb535c;color:#fff;font-size:10px;font-weight:700;border-radius:999px;padding:2px 8px;margin-left:8px;text-align:center}.sidebar-nav__item-external-icon{margin-left:8px;color:#ffffff4d;transition:color .2s ease}.sidebar-nav__item:hover .sidebar-nav__item-external-icon{color:#40b7b0}.sidebar-nav__progress-wrap{margin-top:8px;width:100%}.sidebar-nav__progress-bar{width:100%;height:4px;border-radius:999px;background:#ffffff1a;overflow:hidden}.sidebar-nav__progress-fill{height:100%;border-radius:999px;background:#40b7b0}.sidebar-nav__progress-label{margin-top:4px;text-align:right;font-size:9px;font-weight:700;color:#fff6}.sidebar-nav__item:not(.has-progress) .sidebar-nav__item-content{align-items:center;min-height:20px;position:relative;top:-1px}.sidebar-nav__item:not(.has-progress) .sidebar-nav__item-text-wrap{justify-content:center}.sidebar-nav__item:not(.has-progress) .sidebar-nav__item-label{line-height:20px}.sidebar-nav__item.has-progress{align-items:flex-start;height:50px;padding-top:10px;padding-bottom:10px}.sidebar-nav__item.has-progress .sidebar-nav__item-content{align-items:flex-start}.nav.sidebar-nav.is-collapsed .sidebar-nav__item.has-progress{align-items:center;height:auto;padding-top:12px;padding-bottom:12px}.sidebar-nav__divider-wrapper{margin:24px 0;padding:0 16px}.sidebar-nav__divider{height:1px;width:100%;background:#ffffff1a}.sidebar-nav__footer{padding:12px;margin-top:auto;background:#0000001a}.sidebar-nav__signout-button{display:flex;align-items:center;width:100%;padding:12px 16px;border:none;background:transparent;color:#ffffffb3;transition:color .2s ease;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif;cursor:pointer}.sidebar-nav__signout-button:hover{color:#eb535c}.sidebar-nav__signout-label{margin-left:12px;font-size:14px;line-height:20px;position:relative;top:-1px}.sidebar-nav__collapse-toggle{position:absolute;bottom:96px;right:-12px;display:none;align-items:center;justify-content:center;border:2px solid #26273F;border-radius:999px;padding:4px;color:#26273f;background:#40b7b0;cursor:pointer;box-shadow:0 8px 20px #0a0c1c59;transition:transform .2s ease;z-index:90}.sidebar-nav__collapse-toggle:hover{transform:scale(1.1)}@media(min-width:768px){.sidebar-nav__mobile-header,.sidebar-nav__mobile-open-toggle,.sidebar-nav__mobile-overlay,.sidebar-nav__mobile-close{display:none}.nav.sidebar-nav{height:100vh;position:relative;transform:translate(0);border-radius:0;overflow:visible}.sidebar-nav__collapse-toggle{display:inline-flex}}@media(max-width:767px){.nav.sidebar-nav,.nav.sidebar-nav.is-collapsed{width:280px}.sidebar-nav__collapse-toggle{display:none}}.sidebar-timeout-modal{padding:32px}.sidebar-timeout-modal__actions{display:flex;flex-direction:column;gap:12px;margin-top:32px}.sidebar-timeout-modal__continue{width:100%;border:1px solid #40B7B0!important;background:#40b7b0!important;color:#fff!important;border-radius:12px!important;box-shadow:0 14px 24px #40b7b038!important;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif!important;font-size:16px!important;font-weight:700!important;line-height:1.2!important;padding:14px 20px!important;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.sidebar-timeout-modal__continue:hover{background:#369d96!important;border-color:#369d96!important;box-shadow:0 16px 26px #369d9642!important}.sidebar-timeout-modal__continue:active{transform:scale(.98)}.sidebar-timeout-modal__signout{width:fit-content;margin:0 auto;border:none!important;background:transparent!important;color:#26273f!important;box-shadow:none!important;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif!important;font-size:14px!important;font-weight:700!important;line-height:1.2!important;padding:4px 8px!important;text-decoration:none}.sidebar-timeout-modal__signout:hover{text-decoration:underline}@media(max-width:767px){.sidebar-timeout-modal{padding:24px 20px}.sidebar-timeout-modal__actions{margin-top:24px}}.new-dashboard-welcome-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center;padding:max(12px,env(safe-area-inset-top,0px)) 0 0;box-sizing:border-box;overflow:hidden;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif;opacity:1;transition:opacity .26s ease}.new-dashboard-welcome-modal.is-closing{opacity:0}.new-dashboard-welcome-modal__cover{position:absolute;inset:0;background:#26273f99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.new-dashboard-welcome-modal__shell{position:relative;z-index:1;width:min(430px,100vw - 80px);max-height:min(92dvh,100svh);min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:24px 24px 0 0;background:#fff;box-shadow:0 32px 80px #1417264d;padding:16px 16px max(16px,env(safe-area-inset-bottom,0px));animation:ms-welcome-modal-slide-in .26s ease}.new-dashboard-welcome-modal__close-row{margin-bottom:8px;display:flex;justify-content:flex-end;flex:0 0 auto}.new-dashboard-welcome-modal__exit-btn{min-height:44px;min-width:44px;border:0;background:transparent;padding:0 8px;color:#a1a1aa;font-size:12px;line-height:1;font-weight:700;cursor:pointer;transition:color .18s ease}.new-dashboard-welcome-modal__exit-btn:hover{color:#26273f}.new-dashboard-welcome-modal__hero{margin-bottom:14px;flex:0 0 auto;text-align:center}.new-dashboard-welcome-modal__hero-icon{width:48px;height:48px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#f4f6f8}.new-dashboard-welcome-modal__logo{width:32px;height:auto;display:block}.new-dashboard-welcome-modal__hero h1{margin:0;color:#26273f;font-size:24px;line-height:1.1;font-weight:900;letter-spacing:-.02em}.new-dashboard-welcome-modal__hero p{margin:10px 0 0;color:#71717a;font-size:13px;line-height:1.55;font-weight:500}.new-dashboard-welcome-modal__step-rail{margin-bottom:14px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:2px}.new-dashboard-welcome-modal__step{min-width:44px;display:flex;flex-direction:column;align-items:center;gap:2px}.new-dashboard-welcome-modal__step-dot{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:2px solid #E4E4E7;background:#fafafa;color:#a1a1aa;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.new-dashboard-welcome-modal__step-dot.is-active{border-color:#40b7b0;background:#40b7b0;color:#fff}.new-dashboard-welcome-modal__step span{max-width:56px;color:#a1a1aa;font-size:9px;line-height:1.15;font-weight:700;text-align:center}.new-dashboard-welcome-modal__step span.is-active{color:#26273f}.new-dashboard-welcome-modal__step-line{width:12px;height:1px;flex:0 0 auto;background:#e4e4e7}.new-dashboard-welcome-modal__content{min-height:0;flex:1 1 auto;overflow-y:auto;padding-right:2px;scrollbar-width:none}.new-dashboard-welcome-modal__content::-webkit-scrollbar{display:none}.new-dashboard-welcome-modal__section-head{margin-bottom:14px;display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:8px}.new-dashboard-welcome-modal__section-head p{margin:0;color:#26273f;font-size:11px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.16em}.new-dashboard-welcome-modal__section-head span{border-radius:999px;background:#40b7b01a;padding:2px 8px;color:#40b7b0;font-size:10px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.new-dashboard-welcome-modal__facts{display:flex;flex-direction:column;gap:14px}.new-dashboard-welcome-modal__facts .fact-row{display:flex;align-items:flex-start;gap:12px}.new-dashboard-welcome-modal__fact-icon-shell{width:40px;height:40px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid #F4F4F5;background:#fafafa}.new-dashboard-welcome-modal__fact-icon-shell .is-cyan{color:#66d8df}.new-dashboard-welcome-modal__fact-icon-shell .is-purple{color:#8878f7}.new-dashboard-welcome-modal__facts .fact-row.dark .new-dashboard-welcome-modal__fact-icon-shell svg{color:#26273f}.new-dashboard-welcome-modal__fact-copy{min-width:0;flex:1 1 auto}.new-dashboard-welcome-modal__fact-copy h3{margin:0;color:#26273f;font-size:13px;line-height:1.15;font-weight:900;text-transform:uppercase;letter-spacing:.01em}.new-dashboard-welcome-modal__fact-copy p{margin:6px 0 0;color:#71717a;font-size:12px;line-height:1.55;font-weight:500;word-break:break-word}.new-dashboard-welcome-modal__fact-copy a{color:#40b7b0;font-weight:700;text-decoration:none}.new-dashboard-welcome-modal__fact-copy a:hover{text-decoration:underline}.new-dashboard-welcome-modal__security-row{margin-top:10px;display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px}.new-dashboard-welcome-modal__security-row p{margin:0;color:#a1a1aa;font-size:10px;line-height:1.2;font-weight:500}.new-dashboard-welcome-modal__security-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(64,183,176,.35);border-radius:999px;background:#40b7b01a;padding:6px 10px;color:#40b7b0;font-size:11px;line-height:1;font-weight:700;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}.new-dashboard-welcome-modal__security-btn:hover{border-color:#40b7b080;background:#40b7b026}.new-dashboard-welcome-modal__footer{position:relative;z-index:1;margin-top:16px;flex:0 0 auto;display:flex;flex-direction:column;gap:8px;background:#fff;text-align:center}.new-dashboard-welcome-modal__cta-wrap{display:flex;justify-content:center}.new-dashboard-welcome-modal__cta-wrap.is-footer{margin-bottom:2px}.new-dashboard-welcome-modal__secure-link-btn{min-height:48px;width:100%;border:0;border-radius:20px!important;background:#26273f!important;color:#fff;padding:0 18px!important;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-transform:none;letter-spacing:0;font-size:16px;line-height:1;font-weight:900;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.new-dashboard-welcome-modal__secure-link-btn:hover{background:#1a1b2e!important}.new-dashboard-welcome-modal__secure-link-btn:active{transform:scale(.99)}.new-dashboard-welcome-modal__secure-link-btn:disabled{cursor:not-allowed;opacity:.8}.new-dashboard-welcome-modal__secure-link-arrow{color:#40b7b0;transition:transform .18s ease}.new-dashboard-welcome-modal__secure-link-btn:hover .new-dashboard-welcome-modal__secure-link-arrow{transform:translate(4px)}.new-dashboard-welcome-modal__secondary-link{display:block;width:100%;min-height:44px;border:0;background:transparent;padding:8px 0;text-align:center;color:#a1a1aa;font-size:14px;line-height:1.35;font-weight:700;cursor:pointer;transition:color .18s ease}.new-dashboard-welcome-modal__secondary-link:hover{color:#26273f}.new-dashboard-welcome-modal__secondary-link:disabled{cursor:not-allowed;opacity:.5}.new-dashboard-welcome-modal__security-sheet-wrap{position:absolute;inset:0;z-index:10;overflow:hidden;border-radius:inherit;pointer-events:none}.new-dashboard-welcome-modal__security-sheet-wrap.is-open{pointer-events:auto}.new-dashboard-welcome-modal__security-sheet-overlay{position:absolute;inset:0;border:0;background:#26273f47;opacity:0;transition:opacity .3s ease}.new-dashboard-welcome-modal__security-sheet-wrap.is-open .new-dashboard-welcome-modal__security-sheet-overlay{opacity:1}.new-dashboard-welcome-modal__security-sheet{position:absolute;inset-x:0;bottom:0;z-index:1;display:flex;max-height:min(85dvh,100%);flex-direction:column;overflow:hidden;border-radius:20px 20px 0 0;background:#fff;box-shadow:0 -6px 24px #26273f2e;transform:translateY(100%);transition:transform .3s ease}.new-dashboard-welcome-modal__security-sheet-wrap.is-open .new-dashboard-welcome-modal__security-sheet{transform:translateY(0)}.new-dashboard-welcome-modal__security-sheet-content{overflow-y:auto;padding:16px 16px 0}.new-dashboard-welcome-modal__security-sheet-content h3,h4{margin:0;color:#26273f;font-size:20px;line-height:1.15;font-weight:900;letter-spacing:-.02em}.new-dashboard-welcome-modal__security-sheet-content h4{font-size:13px;text-transform:uppercase}.new-dashboard-welcome-modal__facts.is-security-sheet{margin-top:14px;padding-bottom:4px}.new-dashboard-welcome-modal__security-sheet-footer{display:flex;justify-content:center;padding:10px 16px 16px}.new-dashboard-welcome-modal__security-sheet-close{min-height:44px;min-width:120px;border:0;border-radius:999px;background:#40b7b0;padding:0 24px;color:#fff;font-size:14px;line-height:1;font-weight:900;cursor:pointer}@keyframes ms-welcome-modal-slide-in{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}@media(min-width:640px){.new-dashboard-welcome-modal{align-items:center;padding-top:max(16px,env(safe-area-inset-top,0px))}.new-dashboard-welcome-modal__shell{max-height:min(88dvh,90svh);border-radius:32px;padding:24px 24px max(24px,env(safe-area-inset-bottom,0px))}.new-dashboard-welcome-modal__hero-icon{width:64px;height:64px;border-radius:20px;margin-bottom:14px}.new-dashboard-welcome-modal__logo{width:40px}.new-dashboard-welcome-modal__hero h1{font-size:30px}.new-dashboard-welcome-modal__hero p{font-size:14px;padding:0 8px}.new-dashboard-welcome-modal__step-rail{gap:8px}.new-dashboard-welcome-modal__step{min-width:64px;gap:4px}.new-dashboard-welcome-modal__step-line{width:32px}.new-dashboard-welcome-modal__step span{max-width:none;font-size:10px}.new-dashboard-welcome-modal__secure-link-btn{min-height:64px;border-radius:24px!important;font-size:18px}.new-dashboard-welcome-modal__security-sheet{top:0;bottom:auto;border-radius:0;box-shadow:0 6px 24px #26273f2e;transform:translateY(-100%)}.new-dashboard-welcome-modal__security-sheet-wrap.is-open .new-dashboard-welcome-modal__security-sheet{transform:translateY(0)}.new-dashboard-welcome-modal__security-sheet-content{padding:20px 24px 0}.new-dashboard-welcome-modal__security-sheet-footer{padding:10px 24px 24px}}@media(max-width:479px){.new-dashboard-welcome-modal__shell{width:calc(100vw - 24px)}.new-dashboard-welcome-modal__step-line{width:8px}}.ms-tooltip{position:relative;display:inline-block;line-height:0;vertical-align:middle}.ms-tooltip__trigger{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:20px;height:20px;padding:0;margin:0;border:0;border-radius:50%;background:transparent;color:#26273f66;cursor:help;line-height:0;transition:color .2s ease}.ms-tooltip__trigger:hover,.ms-tooltip__trigger:focus-visible,.ms-tooltip__trigger[data-visible=true]{color:#40b7b0}.ms-tooltip__trigger:focus-visible{outline:2px solid #40B7B0;outline-offset:2px}.ms-tooltip__icon{width:16px;height:16px;display:block}.ms-tooltip__icon:hover{color:#40b7b0}.ms-tooltip__content-wrapper{position:absolute;z-index:10000;left:50%;transform:translate(-50%);width:192px;display:flex;flex-direction:column;align-items:center}.ms-tooltip__content-wrapper.ms-tooltip__content-wrapper--bottom{top:100%;bottom:auto;padding-top:0}.ms-tooltip__content-wrapper.ms-tooltip__content-wrapper--top{top:auto;bottom:100%;padding-bottom:0}.ms-tooltip__hover-bridge{display:block;background:transparent;flex:0 0 auto;pointer-events:auto}.ms-tooltip__content-wrapper--bottom .ms-tooltip__hover-bridge{margin-bottom:-6px}.ms-tooltip__content-wrapper--top .ms-tooltip__hover-bridge{margin-top:-6px}.ms-tooltip__content{position:relative;border-radius:12px;background:#26273f;color:#fff;box-shadow:0 10px 25px #0003;padding:12px;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif;font-size:12px;font-weight:400;line-height:1.45;left:-7px}.ms-tooltip__content .tooltip-label{font-size:12px;line-height:1.2}.ms-tooltip__content p{font-size:12px;line-height:1.35}.ms-tooltip__arrow{position:absolute;left:50%;transform:translate(-50%);width:0;height:0}.ms-tooltip__content-wrapper--bottom .ms-tooltip__arrow{bottom:100%;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #26273F}.ms-tooltip__content-wrapper--top .ms-tooltip__arrow{top:100%;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #26273F}@media(max-width:1439px){.ms-tooltip__trigger{width:22px;height:22px}.ms-tooltip__content-wrapper{width:176px;align-items:center}.ms-tooltip__content-wrapper.ms-tooltip__content-wrapper--bottom{padding-top:0}.ms-tooltip__content-wrapper.ms-tooltip__content-wrapper--top{padding-bottom:0}.ms-tooltip__content{padding:10px;font-size:12px}}@media(max-width:767px){.ms-tooltip__trigger{width:24px;height:24px}.ms-tooltip__content-wrapper{left:0;transform:none;width:min(220px,100vw - 32px);align-items:flex-start}.ms-tooltip__content-wrapper.ms-tooltip__content-wrapper--bottom{bottom:auto;padding-top:0}.ms-tooltip__content-wrapper.ms-tooltip__content-wrapper--top{top:auto;padding-bottom:0}.ms-tooltip__arrow{left:12px;transform:none}}.new-dashboard-primary-categories-modal{position:fixed;inset:0;z-index:9999;display:flex;min-height:0;align-items:flex-end;justify-content:center;overflow:hidden;box-sizing:border-box;padding:max(8px,env(safe-area-inset-top,0px)) 12px 0;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif;opacity:1;transition:opacity .26s ease}.new-dashboard-primary-categories-modal.is-closing{opacity:0}.new-dashboard-primary-categories-modal__cover{position:absolute;inset:0;background:#26273f99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.new-dashboard-primary-categories-modal__shell{position:relative;z-index:1;width:min(850px,100vw - 80px);max-height:min(92dvh,100svh);min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:24px 24px 0 0;background:#fff;box-shadow:0 32px 80px #1417264d;padding:16px 40px max(16px,env(safe-area-inset-bottom,0px));animation:ms-primary-categories-modal-slide-in .26s ease}.new-dashboard-primary-categories-modal__shell.is-budget-step{width:min(430px,100vw - 80px)}.new-dashboard-primary-categories-modal__close-row{margin-bottom:8px;display:flex;flex:0 0 auto;justify-content:flex-end}.new-dashboard-primary-categories-modal__exit-btn{min-height:44px;min-width:44px;border:0;background:transparent;padding:0 8px;color:#a1a1aa;font-size:12px;line-height:1;font-weight:700;cursor:pointer;transition:color .18s ease}.new-dashboard-primary-categories-modal__exit-btn:hover{color:#26273f}.new-dashboard-primary-categories-modal__exit-btn:disabled{cursor:not-allowed;opacity:.5}.new-dashboard-primary-categories-modal__hero{margin-bottom:14px;flex:0 0 auto;text-align:center}.new-dashboard-primary-categories-modal__hero-icon{width:48px;height:48px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#f4f6f8;color:#40b7b0}.new-dashboard-primary-categories-modal__hero h1{margin:0;color:#26273f;font-size:24px;line-height:1.1;font-weight:900;letter-spacing:-.02em}.new-dashboard-primary-categories-modal__hero p{margin:10px 0 0;color:#71717a;font-size:13px;line-height:1.55;font-weight:500}.new-dashboard-primary-categories-modal__step-rail{margin-bottom:12px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:2px}.new-dashboard-primary-categories-modal__step{min-width:44px;display:flex;flex-direction:column;align-items:center;gap:2px}.new-dashboard-primary-categories-modal__step-dot{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:2px solid #E4E4E7;background:#fafafa;color:#a1a1aa;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.new-dashboard-primary-categories-modal__step-dot.is-active{border-color:#40b7b0;background:#40b7b0;color:#fff}.new-dashboard-primary-categories-modal__step-dot.is-complete:not(.is-active){border-color:#40b7b0;background:#40b7b01a;color:#40b7b0}.new-dashboard-primary-categories-modal__step span{max-width:56px;color:#a1a1aa;font-size:9px;line-height:1.15;font-weight:700;text-align:center}.new-dashboard-primary-categories-modal__step span.is-active{color:#26273f}.new-dashboard-primary-categories-modal__step-line{width:12px;height:1px;flex:0 0 auto;background:#e4e4e7}.new-dashboard-primary-categories-modal__step-line.is-complete{background:#40b7b0}.new-dashboard-primary-categories-modal__body{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden}.new-dashboard-primary-categories-modal__content{min-height:0;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;padding-right:4px;margin-right:-4px;scrollbar-width:none}.new-dashboard-primary-categories-modal__content::-webkit-scrollbar{display:none}.new-dashboard-primary-categories-modal__section{margin-bottom:24px}.new-dashboard-primary-categories-modal__section-copy h2{margin:0;color:#a1a1aa;font-size:12px;line-height:1.1;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.new-dashboard-primary-categories-modal__section-copy p{margin:8px 0 0;color:#71717a;font-size:12px;line-height:1.55;font-weight:500}.new-dashboard-primary-categories-modal__empty-text{margin:12px 0 0;color:#a1a1aa;font-size:14px;line-height:1.45;font-weight:500}.new-dashboard-primary-categories-modal__empty-text.is-secondary{margin-top:12px}.new-dashboard-primary-categories-modal__chips{margin-top:12px;display:flex;min-height:52px;flex-wrap:wrap;align-items:center;gap:8px}.new-dashboard-primary-categories-modal__chip-tooltip{display:inline-flex;min-width:0;max-width:100%}.new-dashboard-primary-categories-modal__chip-tooltip.ms-tooltip{display:inline-flex;line-height:1;vertical-align:top}.new-dashboard-primary-categories-modal__chip-tooltip .ms-tooltip__trigger{width:auto;height:auto;min-width:0;padding:0;border-radius:0;background:transparent;color:inherit;cursor:inherit;line-height:1}.new-dashboard-primary-categories-modal__chip-tooltip .ms-tooltip__trigger:hover,.new-dashboard-primary-categories-modal__chip-tooltip .ms-tooltip__trigger:focus-visible,.new-dashboard-primary-categories-modal__chip-tooltip .ms-tooltip__trigger[data-visible=true]{color:inherit}.new-dashboard-primary-categories-modal__chip-tooltip .ms-tooltip__trigger:focus-visible{outline:none}.new-dashboard-primary-categories-modal__chip,.new-dashboard-primary-categories-modal__everything-else-chip{display:inline-flex;min-width:0;max-width:100%;align-items:center;gap:8px;border-radius:12px;padding:8px 12px}.new-dashboard-primary-categories-modal__chip{border:1px solid #D4D4D8;background:#fff}.new-dashboard-primary-categories-modal__chip--promoted{border-color:#40b7b0;background:#40b7b01a}.new-dashboard-primary-categories-modal__chip--general{cursor:pointer;text-align:left;transition:border-color .18s ease,background-color .18s ease}.new-dashboard-primary-categories-modal__chip--general:hover{border-color:#40b7b0;background:#40b7b00d}.new-dashboard-primary-categories-modal__chip--general:disabled{cursor:not-allowed;opacity:.5}.new-dashboard-primary-categories-modal__chip-icon-shell,.new-dashboard-primary-categories-modal__everything-else-icon{width:32px;height:32px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:10px}.new-dashboard-primary-categories-modal__chip-icon-shell{background:#fffc;color:#40b7b0}.new-dashboard-primary-categories-modal__chip-icon-shell.is-general,.new-dashboard-primary-categories-modal__everything-else-icon{background:#fafafa;color:#71717a}.new-dashboard-primary-categories-modal__chip-label,.new-dashboard-primary-categories-modal__everything-else-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.3;font-weight:700}.new-dashboard-primary-categories-modal__chip-label{color:#26273f}.new-dashboard-primary-categories-modal__chip-label.is-general,.new-dashboard-primary-categories-modal__everything-else-label{color:#52525b}.new-dashboard-primary-categories-modal__chip--general:hover .new-dashboard-primary-categories-modal__chip-label.is-general{color:#26273f}.new-dashboard-primary-categories-modal__chip-actions{margin-left:4px;display:flex;flex:0 0 auto;align-items:center;gap:2px}.new-dashboard-primary-categories-modal__icon-action{border:0;background:transparent;padding:4px;border-radius:6px;color:#a1a1aa;cursor:pointer;transition:color .18s ease}.new-dashboard-primary-categories-modal__icon-action:hover{color:#40b7b0}.new-dashboard-primary-categories-modal__icon-action.is-destructive:hover{color:#ef4444}.new-dashboard-primary-categories-modal__icon-action:disabled{cursor:not-allowed;opacity:.45}.new-dashboard-primary-categories-modal__chip-plus{margin-left:auto;flex:0 0 auto;color:#d4d4d8;font-size:18px;line-height:1;font-weight:700;opacity:0;transition:opacity .18s ease,color .18s ease}.new-dashboard-primary-categories-modal__chip--general:hover .new-dashboard-primary-categories-modal__chip-plus{color:#40b7b0;opacity:1}.new-dashboard-primary-categories-modal__chip-input,.new-dashboard-primary-categories-modal__new-input{border:1px solid #E4E4E7;background:#fff;color:#26273f;box-shadow:none;outline:none}.new-dashboard-primary-categories-modal__chip-input{min-width:128px;max-width:192px;border-radius:10px;padding:6px 8px;font-size:14px;line-height:1.3;font-weight:700}.new-dashboard-primary-categories-modal__new-input{min-width:160px;max-width:224px;border-radius:12px;border-color:#40b7b0;padding:10px 12px;font-size:14px;line-height:1.3;font-weight:500}.new-dashboard-primary-categories-modal__chip-input:focus,.new-dashboard-primary-categories-modal__new-input:focus{border-color:#40b7b0}.new-dashboard-primary-categories-modal__new-input::placeholder{color:#a1a1aa}.new-dashboard-primary-categories-modal__new-btn{min-height:48px;border:2px dashed #D4D4D8;border-radius:12px;background:transparent;padding:8px 16px;color:#a1a1aa;font-size:14px;line-height:1;font-weight:700;cursor:pointer;transition:border-color .18s ease,color .18s ease}.new-dashboard-primary-categories-modal__new-btn--offset{margin-left:45px}.new-dashboard-primary-categories-modal__new-btn:hover{border-color:#40b7b0;color:#40b7b0}.new-dashboard-primary-categories-modal__new-btn:disabled{cursor:not-allowed;opacity:.45}.new-dashboard-primary-categories-modal__everything-else-chip{border:1px dashed #D4D4D8;background:#fffc}.new-dashboard-primary-categories-modal__everything-else-help{flex:0 0 auto;color:#a1a1aa}.new-dashboard-primary-categories-modal__general-section{border:1px solid #E4E4E7;border-radius:16px;background:#f4f4f5cc;padding:16px}.new-dashboard-primary-categories-modal__general-head{margin-bottom:16px;display:flex;align-items:flex-start;gap:12px}.new-dashboard-primary-categories-modal__general-icon-shell{width:40px;height:40px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#fff;color:#26273f;box-shadow:0 1px 3px #26273f14}.new-dashboard-primary-categories-modal__general-copy{min-width:0;flex:1 1 auto}.new-dashboard-primary-categories-modal__general-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.new-dashboard-primary-categories-modal__general-title{color:#26273f;font-size:16px;line-height:1.3;font-weight:700}.new-dashboard-primary-categories-modal__general-badge{display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:#e4e4e7cc;padding:2px 8px;color:#71717a;font-size:10px;line-height:1.2;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.new-dashboard-primary-categories-modal__general-copy p{margin:2px 0 0;color:#71717a;font-size:12px;line-height:1.45;font-weight:500}.new-dashboard-primary-categories-modal__loading{display:flex;flex:1 1 auto;align-items:center;justify-content:center;gap:10px;color:#71717a;font-size:14px;line-height:1.4;font-weight:700}.new-dashboard-primary-categories-modal__budget-content{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:16px;overflow-y:auto;overscroll-behavior:contain}.new-dashboard-primary-categories-modal__budget-bullet{display:flex;min-width:0;align-items:flex-start;gap:12px}.new-dashboard-primary-categories-modal__budget-bullet-icon{width:40px;height:40px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border:1px solid #F4F4F5;border-radius:12px;background:#fafafa}.new-dashboard-primary-categories-modal__budget-bullet-icon.is-orange{color:#ffa34f}.new-dashboard-primary-categories-modal__budget-bullet-icon.is-cyan{color:#66d8df}.new-dashboard-primary-categories-modal__budget-bullet-icon.is-purple{color:#8878f7}.new-dashboard-primary-categories-modal__budget-bullet-icon.is-green{color:#40b7b0}.new-dashboard-primary-categories-modal__budget-bullet-copy{min-width:0;flex:1 1 auto}.new-dashboard-primary-categories-modal__budget-bullet-copy .title{margin:0;color:#26273f;font-size:13px;line-height:1.2;font-weight:900;text-transform:uppercase;letter-spacing:.01em}.new-dashboard-primary-categories-modal__budget-bullet-copy .description{margin:6px 0 0;color:#71717a;font-size:12px;line-height:1.55;font-weight:500}.new-dashboard-primary-categories-modal__error{margin:16px 0 0;flex:0 0 auto;color:#c5343d;font-size:13px;line-height:1.45;font-weight:700}.new-dashboard-primary-categories-modal__footer-note{margin:16px 0 0;flex:0 0 auto;text-align:center;color:#71717a;font-size:12px;line-height:1.45;font-weight:500}.new-dashboard-primary-categories-modal__footer{margin-top:12px;flex:0 0 auto;display:flex;flex-direction:column;gap:12px;border-top:1px solid #F4F4F5;padding-top:16px}.new-dashboard-primary-categories-modal__secondary-link{order:2;width:100%;min-height:44px;border:0;background:transparent;padding:8px 0;text-align:center;color:#a1a1aa;font-size:14px;line-height:1.35;font-weight:700;cursor:pointer;transition:color .18s ease}.new-dashboard-primary-categories-modal__secondary-link:hover{color:#26273f}.new-dashboard-primary-categories-modal__secondary-link:disabled{cursor:not-allowed;opacity:.5}.new-dashboard-primary-categories-modal__primary-btn{order:1;min-height:48px;width:100%;border:0;border-radius:12px;background:#26273f;padding:10px 20px;color:#fff;font-size:14px;line-height:1;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background-color .18s ease}.new-dashboard-primary-categories-modal__primary-btn:hover{background:#1a1b2e}.new-dashboard-primary-categories-modal__primary-btn:disabled{cursor:not-allowed;opacity:.4}.new-dashboard-primary-categories-modal__budget-footer{margin-top:12px;flex:0 0 auto;display:flex;flex-direction:column;gap:8px;background:#fff;text-align:center}.new-dashboard-primary-categories-modal__budget-start-btn{min-height:48px;width:100%;border:0;border-radius:20px;background:#26273f;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:12px;color:#fff;font-size:16px;line-height:1;font-weight:900;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.new-dashboard-primary-categories-modal__budget-start-btn:hover{background:#1a1b2e}.new-dashboard-primary-categories-modal__budget-start-btn:active{transform:scale(.99)}.new-dashboard-primary-categories-modal__budget-start-arrow{color:#40b7b0;transition:transform .18s ease}.new-dashboard-primary-categories-modal__budget-start-btn:hover .new-dashboard-primary-categories-modal__budget-start-arrow{transform:translate(4px)}.new-dashboard-primary-categories-modal__secondary-link.is-manual-link{line-height:1.45;padding-inline:8px}.is-spinning{animation:modalSpin .8s linear infinite}@keyframes modalSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ms-primary-categories-modal-slide-in{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}@media(min-width:640px){.new-dashboard-primary-categories-modal{align-items:center;padding:max(16px,env(safe-area-inset-top,0px)) 16px max(16px,env(safe-area-inset-bottom,0px))}.new-dashboard-primary-categories-modal__shell{max-height:min(88dvh,90svh);border-radius:32px;padding:24px 40px max(24px,env(safe-area-inset-bottom,0px))}.new-dashboard-primary-categories-modal__hero-icon{width:64px;height:64px;border-radius:20px;margin-bottom:14px}.new-dashboard-primary-categories-modal__hero h1{font-size:30px}.new-dashboard-primary-categories-modal__hero p{padding:0 8px;font-size:14px}.new-dashboard-primary-categories-modal__step-rail{margin-bottom:20px;gap:8px}.new-dashboard-primary-categories-modal__step{min-width:64px;gap:4px}.new-dashboard-primary-categories-modal__step-dot{width:32px;height:32px}.new-dashboard-primary-categories-modal__step-line{width:32px}.new-dashboard-primary-categories-modal__step span{max-width:none;font-size:10px}.new-dashboard-primary-categories-modal__general-section{padding:20px}.new-dashboard-primary-categories-modal__budget-content{gap:24px}.new-dashboard-primary-categories-modal__budget-footer{gap:12px}.new-dashboard-primary-categories-modal__budget-start-btn{min-height:64px;border-radius:24px;font-size:18px}.new-dashboard-primary-categories-modal__footer{flex-direction:row;align-items:center;justify-content:flex-end;gap:12px}.new-dashboard-primary-categories-modal__secondary-link{order:1;width:auto;min-width:120px;white-space:nowrap;text-align:right}.new-dashboard-primary-categories-modal__primary-btn{order:2;width:auto;min-width:176px}.new-dashboard-primary-categories-modal__budget-footer .new-dashboard-primary-categories-modal__secondary-link{width:100%;min-width:0;text-align:center;white-space:normal}}@media(max-width:479px){.new-dashboard-primary-categories-modal__step-line{width:8px}}.google-auth{position:relative;width:100%;max-width:100%;min-height:56px;border-radius:16px}.google-auth__visual{min-height:56px;border:1px solid #e4e4e7;border-radius:16px;background:#fff;color:#26273f;display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:0 20px;box-sizing:border-box;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif;font-size:16px;font-weight:700;line-height:1.375;transition:background-color .2s ease;pointer-events:none}.google-auth:hover .google-auth__visual{background:#fafafa}.google-auth:focus-within .google-auth__visual{border-color:#40b7b0;box-shadow:0 0 0 3px #40b7b033}.google-auth__icon{width:20px;height:20px;flex-shrink:0}.google-auth__native{position:absolute;inset:0;z-index:2;overflow:hidden;border-radius:16px}.google-auth__native>div,.google-auth__native iframe{width:100%!important;height:100%!important}.google-auth__native>div{opacity:.01}.MuiSnackbar-root{top:0!important;left:0!important;transform:none!important;width:100%}.MuiSnackbar-root .MuiAlert-root{width:100%;height:115px;border-radius:0;display:flex;justify-content:center;align-items:center;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:22px;color:#fff}.MuiSnackbar-root .MuiAlert-standardSuccess{background-color:#7cd4b7}.MuiSnackbar-root .MuiAlert-standardSuccess .MuiAlert-icon{color:#48aa8a}.MuiSnackbar-root .MuiAlert-standardSuccess .MuiAlert-icon img{width:40px;height:40px;filter:brightness(.7)}.MuiSnackbar-root .MuiAlert-standardError{background-color:#ffaba1}.main.sign-in{position:relative;display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:calc(100vh - 70px);min-height:calc(100svh - 70px);padding:52px 24px 12px;overflow-x:hidden;background:#f4f6f8}.sign-in__container{width:100%;max-width:480px;position:relative;z-index:1}.sign-in__card{background:#fff;border:1px solid #e4e4e7;border-radius:32px;box-shadow:0 1px 2px #10182814;padding:36px 24px}.sign-in__header{margin-bottom:40px;text-align:center}.sign-in__header h1{margin:0;color:#26273f;font-size:32px;line-height:1.2;letter-spacing:-.02em}.sign-in__header p{margin:8px 0 0;color:#71717a;font-size:16px;line-height:1.45}.sign-in__form{display:flex;flex-direction:column;gap:20px}.sign-in__field{display:flex;flex-direction:column;gap:8px}.sign-in__field label{margin-left:4px;color:#26273f99;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sign-in__password-header{display:flex;align-items:flex-end;justify-content:space-between;padding:0 4px}.sign-in__password-header a{color:#40b7b0;font-size:12px;font-weight:700;text-decoration:none}.sign-in__password-header a:hover{text-decoration:underline}.sign-in__input-wrap{position:relative;display:flex;align-items:center}.sign-in__input-wrap>svg{position:absolute;left:16px;color:#a1a1aa;transition:color .2s ease;pointer-events:none}.sign-in__input-wrap input{width:100%;min-height:56px;padding:0 48px;border-radius:16px;border:1px solid #e4e4e7;background:#fafafa;color:#26273f;font-size:16px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.sign-in__input-wrap input::placeholder{color:#a1a1aa}.sign-in__input-wrap input:focus{border-color:#40b7b0;box-shadow:0 0 0 3px #40b7b033}.sign-in__input-wrap input:focus+.sign-in__toggle-password{color:#40b7b0}.sign-in__input-wrap:focus-within>svg{color:#40b7b0}.sign-in__toggle-password{position:absolute;right:16px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#a1a1aa;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.sign-in__toggle-password:hover{color:#71717a}.sign-in__submit{margin-top:4px;min-height:56px;border:none;border-radius:16px;background:#26273f;color:#fff;font-size:18px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background-color .2s ease}.sign-in__submit svg{transition:transform .2s ease}.sign-in__submit:hover{background:#323354}.sign-in__submit:hover svg{transform:translate(4px)}.sign-in__submit:disabled{background:#a1a1aa;cursor:not-allowed}.sign-in__submit:disabled svg{transform:none}.sign-in__passkey-actions{margin-top:4px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.sign-in__submit--choice{min-height:56px;margin-top:0;font-size:16px;padding:0 12px}.sign-in__submit--secondary{background:#fff;border:1px solid #d4d4d8;color:#26273f}.sign-in__submit--secondary:hover{background:#f8f8f8}.sign-in__divider{position:relative;margin:28px 0;text-align:center}.sign-in__divider:before{content:"";position:absolute;left:0;right:0;top:50%;border-top:1px solid #f4f4f5}.sign-in__divider span{position:relative;padding:0 14px;background:#fff;color:#a1a1aa;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.sign-in__google{display:flex;width:100%;min-height:56px}.sign-in__signup-copy{margin:24px 0 0;text-align:center;color:#71717a;font-size:14px}.sign-in__signup-copy a{color:#40b7b0;font-weight:700;text-decoration:none}.sign-in__signup-copy a:hover{text-decoration:underline}.sign-in--twofa .sign-in__card{max-width:440px;margin:0 auto}.sign-in__twofa-form{display:flex;flex-direction:column;gap:16px}.sign-in__twofa-form input{width:100%;min-height:56px;border-radius:16px;border:1px solid #e4e4e7;background:#fafafa;color:#26273f;font-size:20px;letter-spacing:.14em;text-align:center;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.sign-in__twofa-form input::placeholder{color:#a1a1aa;letter-spacing:.08em}.sign-in__twofa-form input:focus{border-color:#40b7b0;box-shadow:0 0 0 3px #40b7b033}.sign-in__passkey-helper{margin:0;color:#71717a;font-size:14px;text-align:center}@media(max-width:768px){.main.sign-in{align-items:flex-start;justify-content:flex-start;padding:16px 0 calc(16px + env(safe-area-inset-bottom,0px))}.sign-in__card{margin:0 25px}}@media(min-width:768px){.main.sign-in{padding:64px 40px 16px}.sign-in__card{padding:48px}.sign-in__header{text-align:left}}@media(max-width:1439px){.main.sign-in{min-height:calc(100vh - 70px);min-height:calc(100svh - 70px)}}@media(min-width:1440px){.main.sign-in{min-height:100vh}}@font-face{font-family:Sen;src:url(/assets/Sen-Bold-CS_-yLFc.woff2) format("woff2"),url(/assets/Sen-Bold-LHaIRdTY.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Sen;src:url(/assets/Sen-ExtraBold-DGhJlJqf.woff2) format("woff2"),url(/assets/Sen-ExtraBold-DZfO6f0U.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Sen;src:url(/assets/Sen-Regular-Bh2sLj50.woff2) format("woff2"),url(/assets/Sen-Regular-D8XkI1NW.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Caveat;src:url(/assets/Caveat-Regular-BmQ10ZMN.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Caveat;src:url(/assets/Caveat-Medium-BZ1UDjhc.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Caveat;src:url(/assets/Caveat-SemiBold-BR_y5fTf.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Caveat;src:url(/assets/Caveat-Bold-DmimgeFR.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@keyframes ms-border-pulse{0%{border-color:#40b7b0;box-shadow:0 0 #40b7b073}50%{border-color:#2f9f99;box-shadow:0 0 0 8px #40b7b024}to{border-color:#40b7b0;box-shadow:0 0 #40b7b000}}.ms-border-pulse{animation:ms-border-pulse 1.8s ease-out}html{width:100%;height:100%;margin:0;padding:0}html body{width:100%;height:100%;margin:0;padding:0;overflow:hidden!important;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif;font-style:normal;background-color:#f4f6f8}html body button,html body input,html body select,html body textarea{font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif}html body #root{width:100%;height:100%}html body .wrapper{width:100%;height:100vh;padding:0;display:flex;overflow:hidden;background-color:#f4f6f8;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif}html body .wrapper .main{flex:1 1 0%;overflow-y:auto;padding:16px;position:relative;background-color:#f4f6f8;min-width:0}@media(min-width:768px){html body .wrapper .main{padding:40px}}@media(max-width:767px){html body.has-mobile-sidebar-header .wrapper .main{padding-top:calc(72px + env(safe-area-inset-top,0px))}}
