body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:Rubik;src:local("Rubik"),url(/static/media/Rubik-VariableFont_wght.3a4acc0356c6ea73f2c3.ttf) format("truetype")}@font-face{font-family:Inter;src:local("Inter"),url(/static/media/InterTight-VariableFont_wght.1a6637707f1f349e23bb.ttf) format("truetype")}@font-face{font-family:CrimsonPro;src:local("CrimsonPro"),url(/static/media/CrimsonPro-Italic-VariableFont_wght.08b8eae1a1529bbacb22.ttf) format("truetype")}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#fcfbf8;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}.Title{color:#000;font-family:Rubik;font-size:26px;font-weight:700;line-height:30px;margin-top:20px}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Home_App__Bds0R{background-color:red;display:flex;flex-direction:column;text-align:center}.HomePageP1_Main__heuN7{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;flex-wrap:nowrap;height:72px;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.HomePageP1_Div1__EgiU1{align-items:center;display:flex;flex-direction:row;height:72px;justify-content:space-between;max-width:1200px;padding:0 24px;width:calc(100% - 48px)}.HomePageP1_LeftGroup__qqY1-{align-items:center;display:flex;gap:5px}.HomePageP1_Logo__67yQ6{height:40px;width:35.5px}.HomePageP1_LogoTitle__4AVRC{height:24px;margin-top:6px}.HomePageP1_RightGroup__JlOzd{align-items:center;display:flex;gap:10px}.HomePageP1_DivMoney__ALZvX{display:block}.HomePageP1_TextDivMoney1__DGLgm{color:#343333;display:inline;font-family:Inter,sans-serif;font-size:20px;font-weight:500;letter-spacing:-.002em;line-height:20px}@media screen and (-webkit-min-device-pixel-ratio:0){:root .HomePageP1_TextDivMoney2__ezoiO,_::-webkit-full-page-media,_:future{-webkit-font-smoothing:antialiased;font-weight:500}}.HomePageP1_TextDivMoney2__ezoiO{color:#6f7988;display:inline;font-family:Inter,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.03em;line-height:16px;margin-left:5px}.HomePageP1_DivContact__QA1OX{background-color:#1c1d1f;border-radius:12px;color:inherit;cursor:pointer;display:inline-block;font-family:inherit;height:36px;text-decoration:none;transition:all .2s ease;width:120px}.HomePageP1_DivContact__QA1OX:hover{opacity:.8}.HomePageP1_TextDivContact__WcULb{color:#f3f4f6;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:36px}@media only screen and (max-width:950px){.HomePageP1_Main__heuN7{height:64px}.HomePageP1_Div1__EgiU1{height:64px;max-width:580px}.HomePageP1_Logo__67yQ6{height:36px;width:31.95px}}@media only screen and (max-width:750px){.HomePageP1_Div1__EgiU1{max-width:400px}.HomePageP1_DivMoney__ALZvX{display:none}}.HomePageP2_Main__2oFE5{background:#fff;display:flex;flex-direction:column;flex-wrap:nowrap;padding-top:226px}.HomePageP2_Div1__6rMUv,.HomePageP2_Main__2oFE5{align-items:center;justify-content:center;width:100%}.HomePageP2_Div1__6rMUv{padding-bottom:30px;padding-top:30px}.HomePageP2_Div1TextContainer__1H7yR{align-items:center;border:.5px solid #266df066;border-radius:13px;display:inline-flex;padding-left:10px;padding-right:10px;text-align:center}.HomePageP2_Div1TextBlue__QQHaS{color:#266df0;margin-right:3px}.HomePageP2_Div1TextBlue__QQHaS,.HomePageP2_Div1Text__C6OJv{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:30px}.HomePageP2_Div1Text__C6OJv{color:232529}.HomePageP2_Div2__0oNCg{align-items:center;justify-content:center;max-width:900px;width:calc(100% - 48px)}.HomePageP2_Div2Text__oKslp{color:#1c1d1f;font-family:Inter,sans-serif;font-size:76px;font-weight:700;letter-spacing:-.002em;line-height:80px}.HomePageP2_Div3__NMCP\+{align-items:center;justify-content:center;max-width:500px;padding-bottom:24px;padding-top:24px;width:calc(100% - 48px)}.HomePageP2_Div3Text__EExd9{color:#232529;font-family:Inter,sans-serif;font-size:22px;font-weight:500;letter-spacing:-.002em;line-height:26px}.HomePageP2_Div4__WELQO{align-items:center;justify-content:center;padding-bottom:56px;width:calc(100% - 48px)}.HomePageP2_DivContact__0mvjE{background-color:#1c1d1f;border-radius:12px;color:inherit;cursor:pointer;display:inline-block;font-family:inherit;height:40px;text-decoration:none;transition:all .2s ease;width:300px}.HomePageP2_DivContact__0mvjE:hover{opacity:.8}.HomePageP2_TextDivContact__mqP02{color:#f3f4f6;font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:40px}@media only screen and (max-width:950px){.HomePageP2_Main__2oFE5{padding-top:64px}.HomePageP2_Div1__6rMUv{padding-bottom:20px;padding-top:40px}.HomePageP2_Div2__0oNCg{max-width:580px}.HomePageP2_Div2Text__oKslp{font-size:54px;line-height:54px}.HomePageP2_Div3Text__EExd9{font-size:20px;line-height:24px}.HomePageP2_Div4__WELQO{padding-bottom:0}}@media only screen and (max-width:750px){.HomePageP2_Div2__0oNCg{max-width:400px}.HomePageP2_Div2Text__oKslp{font-size:54px;line-height:54px}.HomePageP2_Div3__NMCP\+{max-width:400px}.HomePageP2_Div3Text__EExd9{font-size:20px;line-height:24px}}@media only screen and (max-width:448px){.HomePageP2_Div1TextBlue__QQHaS,.HomePageP2_Div1Text__C6OJv{font-size:12px;line-height:26px}.HomePageP2_Div2__0oNCg{max-width:400px;padding-left:24px;padding-right:24px}.HomePageP2_Div2Text__oKslp{font-size:40px;line-height:42px}.HomePageP2_Div3__NMCP\+{max-width:400px;padding-left:24px;padding-right:24px}.HomePageP2_Div3Text__EExd9{font-size:18px;line-height:24px}.HomePageP2_DivContact__0mvjE{height:40px;width:200px}.HomePageP2_TextDivContact__mqP02{color:#f3f4f6;font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:40px}}.HomePageP3_Main__oGJbt{align-items:center;background:#fff;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;width:100%}.HomePageP3_DivU950__Wggph{display:none;flex-direction:row;justify-content:space-between;max-width:580px;padding-bottom:36px;padding-top:64px;width:100%}.HomePageP3_DivU950A__vYoBG{align-items:flex-start;border:1px solid #d9d9d94d;display:flex;flex-direction:column;height:184px;justify-content:flex-start;padding-top:32px;text-align:left;width:250px}@media screen and (-webkit-min-device-pixel-ratio:0){:root .HomePageP3_DivU950AText__q7TUH,_::-webkit-full-page-media,_:future{-webkit-font-smoothing:antialiased;font-weight:500}}.HomePageP3_DivU950AText__q7TUH{color:#000;font-size:18px;font-weight:600;line-height:30px}.HomePageP3_DivU950AText__q7TUH,.HomePageP3_DivU950BText__we73O{font-family:Inter,sans-serif;letter-spacing:-.002em;padding-left:24px}.HomePageP3_DivU950BText__we73O{color:#6f7988;font-size:16px;font-weight:500;line-height:22px;padding-right:24px;padding-top:8px}.HomePageP3_SPScheme__bPZO8{align-self:center;height:1000px;width:800px}.HomePageP3_DivContact__mHZlR{background-color:#1c1d1f;border-radius:12px;color:inherit;cursor:pointer;display:none;font-family:inherit;height:48px;text-decoration:none;transition:all .2s ease;width:400px}.HomePageP3_DivContact__mHZlR:hover{opacity:.8}.HomePageP3_TextDivContact__VYbRS{color:#f3f4f6;font-family:Inter,sans-serif;font-size:22px;font-weight:500;line-height:48px}.HomePageP3_Div2__jilxz{display:flex;flex-direction:row;justify-content:space-between;max-width:1100px;padding:24px;width:calc(100% - 48px)}.HomePageP3_Div2A__5teQi{align-items:flex-start;border:1px solid #d9d9d94d;display:flex;flex-direction:column;height:184px;justify-content:flex-start;padding-top:32px;text-align:left;width:calc(33% - 36px)}.HomePageP3_Div2AText__-SeTg{color:#000;font-family:Inter,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.002em;line-height:30px;padding-left:24px}@media screen and (-webkit-min-device-pixel-ratio:0){:root .HomePageP3_Div2AText__-SeTg,_::-webkit-full-page-media,_:future{-webkit-font-smoothing:antialiased;font-weight:500}}.HomePageP3_Div2BText__omD-u{color:#6f7988;font-family:Inter,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.002em;line-height:22px;padding-left:24px;padding-right:24px;padding-top:8px}.HomePageP3_Div2B__nP160,.HomePageP3_Div2C__FG3sD{align-items:flex-start;border:1px solid #d9d9d94d;display:flex;flex-direction:column;height:184px;justify-content:flex-start;padding-top:32px;text-align:left;width:calc(33% - 36px)}.HomePageP3_Div3__SKa1A{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:center;padding:24px;width:calc(100% - 48px)}.HomePageP3_Div3A__NtbH0{align-items:flex-start;background-color:#fff;border:1px solid #d7d7d7cc;border-radius:10px;box-shadow:0 4px 6px #d7d7d74d,0 8px 16px #d7d7d733;display:flex;flex-direction:column;height:400px;justify-content:flex-start;width:372px}.HomePageP3_Div3AText__35RH4{color:#232529;font-family:Inter,sans-serif;font-size:24px;font-weight:600;letter-spacing:-.002em;line-height:44px;padding-left:30px;padding-right:30px;padding-top:30px}@media screen and (-webkit-min-device-pixel-ratio:0){:root .HomePageP3_Div3AText__35RH4,_::-webkit-full-page-media,_:future{-webkit-font-smoothing:antialiased;font-weight:500}}.HomePageP3_Div3BText__P0YMK{-webkit-text-stroke:1px #d7d7d7cc;color:#1c1d1f;font-family:Inter,sans-serif;font-size:46px;font-weight:700;line-height:50px;padding:34px 30px 6px;paint-order:stroke fill;text-shadow:-1px -1px 0 #d7d7d7cc,1px -1px 0 #d7d7d7cc,-1px 1px 0 #d7d7d7cc,1px 1px 0 #d7d7d7cc}.HomePageP3_Div3CText__fbu0v{-webkit-text-stroke:.5px #d7d7d7cc;color:#6f7988;padding-left:30px;padding-right:30px;paint-order:stroke fill;text-shadow:-1px -1px 0 #d7d7d7cc,1px -1px 0 #d7d7d7cc,-1px 1px 0 #d7d7d7cc,1px 1px 0 #d7d7d7cc}.HomePageP3_Div3CText__fbu0v,.HomePageP3_Div3DText__iJPQp{font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:20px}.HomePageP3_Div3DText__iJPQp{color:#232529;padding:44px 30px 15px}@media screen and (-webkit-min-device-pixel-ratio:0){:root .HomePageP3_Div3DText__iJPQp,_::-webkit-full-page-media,_:future{-webkit-font-smoothing:antialiased;font-weight:500}}.HomePageP3_Div3EText__VJ6iU{align-items:center;color:#505967;display:flex;font-family:Inter,sans-serif;font-size:16px;font-weight:600;justify-content:center;line-height:20px;padding:5px 30px;text-align:left}@media screen and (-webkit-min-device-pixel-ratio:0){:root .HomePageP3_Div3EText__VJ6iU,_::-webkit-full-page-media,_:future{-webkit-font-smoothing:antialiased;font-weight:500}}.HomePageP3_CheckBox__AARV1{height:16px;padding-right:10px;width:16px}.HomePageP3_Div4__-YlKW{display:none}@media only screen and (max-width:950px){.HomePageP3_DivU950__Wggph{display:flex}.HomePageP3_SPScheme__bPZO8{height:750px;padding-bottom:24px;width:600px}.HomePageP3_DivContact__mHZlR{display:inline-block}.HomePageP3_Div2__jilxz{display:none}.HomePageP3_Div3__SKa1A{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;padding:68px 24px 24px;width:calc(100% - 48px)}.HomePageP3_Div3A__NtbH0{align-items:flex-start;background-color:#fff;border:1px solid #d7d7d7cc;border-radius:10px;box-shadow:0 4px 6px #d7d7d74d,0 8px 16px #d7d7d733;display:flex;flex-direction:column;height:310px;justify-content:flex-start;width:500px}.HomePageP3_Div3AText__35RH4{padding-top:20px}.HomePageP3_Div3BText__P0YMK{padding-top:18px}.HomePageP3_Div3CText__fbu0v{padding-bottom:15px}.HomePageP3_Div3DText__iJPQp{display:none}.HomePageP3_Div4__-YlKW{align-items:flex-start;border:1px solid #d9d9d94d;display:flex;flex-direction:column;height:244px;justify-content:flex-start;padding-top:24px;text-align:left;width:500px}.HomePageP3_Div4AText__VabCu{color:#000;font-family:Inter,sans-serif;font-size:20px;font-weight:600;letter-spacing:-.002em;line-height:30px;padding-left:24px;padding-right:48px}@media screen and (-webkit-min-device-pixel-ratio:0){:root .HomePageP3_Div4AText__VabCu,_::-webkit-full-page-media,_:future{-webkit-font-smoothing:antialiased;font-weight:500}}.HomePageP3_Div4BText__bbIS1{color:#6f7988;font-family:Inter,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.002em;line-height:22px;padding-left:24px;padding-right:48px;padding-top:16px;width:300px}.HomePageP3_Div4C__sCXXV{align-items:center;background-color:#fff;border:1px solid #b3b3b3;border-radius:12px;color:inherit;cursor:pointer;display:flex;font-family:inherit;height:48px;justify-content:center;margin-left:24px;margin-top:24px;text-decoration:none;transition:all .2s ease;width:452px}.HomePageP3_Div4C__sCXXV:hover{opacity:.8}.HomePageP3_Div4CText__B--Wx{color:#6f7988;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:48px}@media screen and (-webkit-min-device-pixel-ratio:0){:root .HomePageP3_Div4CText__B--Wx,_::-webkit-full-page-media,_:future{-webkit-font-smoothing:antialiased;font-weight:500}}}@media only screen and (max-width:750px){.HomePageP3_DivU950__Wggph{align-items:center;flex-direction:column;gap:24px;max-width:400px;padding-bottom:24px;padding-top:48px}.HomePageP3_DivU950A__vYoBG{height:144px;padding-top:24px;width:400px}.HomePageP3_DivU950AText__q7TUH{font-size:20px;line-height:30px;padding-left:24px;padding-right:24px}.HomePageP3_DivU950BText__we73O{font-size:18px;line-height:26px;padding-left:24px;padding-right:24px;padding-top:8px}.HomePageP3_SPScheme__bPZO8{height:500px;padding-bottom:24px;width:400px}.HomePageP3_DivContact__mHZlR{height:44px;width:300px}.HomePageP3_TextDivContact__VYbRS{font-size:22px;line-height:44px}.HomePageP3_Div3__SKa1A{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;padding:48px 24px 24px;width:calc(100% - 48px)}.HomePageP3_Div3A__NtbH0{height:310px;width:400px}.HomePageP3_Div4__-YlKW{width:400px}.HomePageP3_Div4C__sCXXV{width:352px}}@media only screen and (max-width:448px){.HomePageP3_DivU950__Wggph{align-items:center;flex-direction:column;gap:24px;max-width:400px;padding-bottom:24px;padding-top:48px}.HomePageP3_DivU950A__vYoBG{height:144px;padding-top:24px;width:calc(100% - 48px)}.HomePageP3_DivU950AText__q7TUH{font-size:18px;line-height:22px;padding-left:24px;padding-right:24px}.HomePageP3_DivU950BText__we73O{font-size:16px;line-height:22px;padding-left:24px;padding-right:24px;padding-top:8px}.HomePageP3_SPScheme__bPZO8{height:400px;padding-bottom:24px;width:320px}.HomePageP3_DivContact__mHZlR{height:42px;width:200px}.HomePageP3_TextDivContact__VYbRS{font-size:20px;line-height:42px}.HomePageP3_Div3__SKa1A{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;padding:48px 0 0;width:100%}.HomePageP3_Div3A__NtbH0{height:256px;width:calc(100% - 48px)}.HomePageP3_Div3AText__35RH4{font-size:16px;line-height:44px;padding-left:24px;padding-right:24px;padding-top:12px}.HomePageP3_Div3BText__P0YMK{font-size:32px;line-height:32px;padding:6px 24px}.HomePageP3_Div3CText__fbu0v{color:#6f7988;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:14px;padding-left:24px;padding-right:24px;padding-top:4px}.HomePageP3_Div3DText__iJPQp{color:#232529;padding:44px 24px 15px}.HomePageP3_Div3DText__iJPQp,.HomePageP3_Div3EText__VJ6iU{font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:18px}.HomePageP3_Div3EText__VJ6iU{color:#505967;padding:4px 24px}.HomePageP3_CheckBox__AARV1{height:14px;padding-right:8px;width:14px}.HomePageP3_Div4__-YlKW{height:216px;width:calc(100% - 48px)}.HomePageP3_Div4AText__VabCu{font-size:16px;font-weight:600;line-height:24px}.HomePageP3_Div4AText__VabCu,.HomePageP3_Div4BText__bbIS1{font-family:Inter,sans-serif;padding-left:24px;padding-right:24px}.HomePageP3_Div4BText__bbIS1{color:#6f7988;font-size:14px;font-weight:500;letter-spacing:-.002em;line-height:20px;max-width:264px;min-width:236px;padding-top:12px;width:calc(100% - 48px)}.HomePageP3_Div4C__sCXXV{align-items:center;border:1px solid #d9d9d9;border-radius:12px;color:#6f7988;display:flex;height:32px;justify-content:center;margin-left:24px;margin-top:16px;width:calc(100% - 48px)}.HomePageP3_Div4CText__B--Wx{font-size:16px;line-height:32px}}.HomePageP4_Main__reorm{align-items:center;background:#fff;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;width:100%}.HomePageP4_Div1AText__V0-zb{font-size:64px;font-weight:700;height:120px;line-height:70px;max-width:1000px;padding-top:92px}.HomePageP4_Div1AText__V0-zb,.HomePageP4_Div1BText__oCdq0{color:#1c1d1f;font-family:Inter,sans-serif;letter-spacing:-.002em}.HomePageP4_Div1BText__oCdq0{font-size:34px;font-weight:500;height:80px;line-height:40px;max-width:580px;padding-top:52px}.HomePageP4_Div2__6H8Iu{align-items:center;justify-content:center;padding-bottom:180px;padding-top:40px;width:100%}.HomePageP4_DivContact__o7LdX{background-color:#1c1d1f;border-radius:12px;color:inherit;cursor:pointer;display:inline-block;font-family:inherit;height:40px;text-decoration:none;transition:all .2s ease;width:300px}.HomePageP4_DivContact__o7LdX:hover{opacity:.8}.HomePageP4_TextDivContact__79AZH{color:#f3f4f6;font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:40px}@media only screen and (max-width:950px){.HomePageP4_Div1AText__V0-zb{font-size:44px;height:120px;line-height:46px;max-width:580px;padding-top:42px}.HomePageP4_Div1BText__oCdq0{font-size:30px;height:80px;line-height:38px;max-width:580px;padding-top:0}.HomePageP4_Div2__6H8Iu{padding-bottom:60px;padding-top:40px}}@media only screen and (max-width:750px){.HomePageP4_Div1AText__V0-zb{font-size:40px;font-weight:600px;height:120px;line-height:46px;max-width:400px;padding-top:42px}.HomePageP4_Div1BText__oCdq0{font-size:28px;height:80px;line-height:36px;max-width:400px;padding-top:0}.HomePageP4_Div2__6H8Iu{padding-bottom:60px;padding-top:40px}}@media only screen and (max-width:448px){.HomePageP4_Div1AText__V0-zb{font-size:28px;font-weight:600;height:80px;line-height:36px;padding-top:42px;width:272px}.HomePageP4_Div1BText__oCdq0{font-size:20px;height:40px;line-height:26px;padding-top:10px;width:272px}.HomePageP4_Div2__6H8Iu{padding-bottom:60px;padding-top:40px}.HomePageP4_DivContact__o7LdX{height:36px;width:200px}.HomePageP4_TextDivContact__79AZH{font-size:16px;line-height:36px}}.HomePageP5_Main__Loj2E{align-items:center;background:#000;display:flex;flex-direction:column;flex-wrap:nowrap;height:165px;justify-content:center;width:100%}.HomePageP5_Div1__zH\+AE{align-items:flex-start;display:flex;flex-direction:row;gap:5px;justify-content:flex-start;max-width:1200px;padding-top:14px;width:calc(100% - 48px)}.HomePageP5_Logo__-lBQ1{height:36px;width:31.95px}.HomePageP5_LogoTitle__kC1mS{height:24px;margin-top:6px}.HomePageP5_Div2__jmH6-{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;max-width:1200px;padding-top:20px;width:calc(100% - 48px)}.HomePageP5_TextDiv2__bSEFp{color:#505967;display:inline;font-family:Inter,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.002em;line-height:18px}.HomePageP5_Div3__Nt\+E5{align-items:flex-start;display:flex;flex-direction:row;height:50px;justify-content:flex-start;max-width:1200px;padding-top:12px;text-align:left;width:calc(100% - 48px)}.HomePageP5_TextDiv3__iOu8o{color:#505967;display:inline;font-family:Inter,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.002em;line-height:18px;width:400px}@media only screen and (max-width:950px){.HomePageP5_Div1__zH\+AE{display:flex;flex-direction:row;gap:5px;max-width:580px;padding-top:14px}.HomePageP5_Div2__jmH6-{max-width:580px;padding-top:20px}.HomePageP5_TextDiv2__bSEFp{font-size:16px;line-height:18px}.HomePageP5_Div3__Nt\+E5{height:50px;max-width:580px;padding-top:12px}.HomePageP5_TextDiv3__iOu8o{font-size:16px;line-height:18px;width:400px}}@media only screen and (max-width:750px){.HomePageP5_Div1__zH\+AE{display:flex;flex-direction:row;gap:5px;max-width:400px;padding-top:14px}.HomePageP5_Div2__jmH6-{max-width:400px;padding-top:20px}.HomePageP5_TextDiv2__bSEFp{font-size:14px;line-height:18px}.HomePageP5_Div3__Nt\+E5{height:50px;max-width:400px;padding-top:12px}.HomePageP5_TextDiv3__iOu8o{font-size:14px;line-height:18px;width:400px}}@media only screen and (max-width:448px){.HomePageP5_Div1__zH\+AE{display:flex;flex-direction:row;gap:5px;max-width:400px;padding-top:14px}.HomePageP5_Div2__jmH6-{max-width:400px;padding-top:20px}.HomePageP5_TextDiv2__bSEFp{font-size:14px;line-height:18px}.HomePageP5_Div3__Nt\+E5{height:50px;max-width:400px;padding-top:12px}.HomePageP5_TextDiv3__iOu8o{font-size:11px;line-height:18px;width:400px}}.Terms_App__KSCLO{text-align:center}.Terms_App-logo__pvr5T{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.Terms_App-logo__pvr5T{animation:Terms_App-logo-spin__yV6Sf 20s linear infinite}}.Terms_Header__4YmZq{align-items:center;background-color:#fcfbf8;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.Terms_App-link__CoO7\+{color:#61dafb}.Terms_Title__GN0o0{color:#000;font-family:Rubik;font-size:26px;font-weight:700;line-height:30px;margin-top:20px}@keyframes Terms_App-logo-spin__yV6Sf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PrivacyMiddle_Main__R8xd4{align-items:center;background:#fcfbf8;display:flex;flex-wrap:nowrap;justify-content:center}.PrivacyMiddle_TermsContainer__-6tBq{flex-direction:column;justify-content:flex-start;margin-bottom:100px}.PrivacyMiddle_TermsContainer__-6tBq,.PrivacyMiddle_TitleContainer__hhXcQ{align-items:center;background:#fff;border-radius:20px;display:flex;flex-wrap:nowrap;max-width:600px;width:500px}.PrivacyMiddle_TitleContainer__hhXcQ{flex-direction:row;height:80px;justify-content:center}.PrivacyMiddle_TitleText__32Ckt{color:#000;font-family:Inter;font-size:20px;font-weight:600;letter-spacing:normal;line-height:27px;max-width:360px}.PrivacyMiddle_Image__SZyJz{height:22px;margin-right:5px;resize:"both"}.PrivacyMiddle_InfoContainer__thMVN{align-items:center;background-color:#fff;justify-content:center;margin-left:25px;margin-right:25px;max-width:600px;text-align:left;width:450px}.PrivacyMiddle_sectionHeader__Pevv-{color:#000;font-family:Inter;font-size:24px;font-weight:600;letter-spacing:normal;line-height:29px}.PrivacyMiddle_paragraph__8IMen{color:#585b5f;font-family:Inter;font-size:15px;font-weight:500;letter-spacing:normal;line-height:22px}@media only screen and (max-width:600px){.PrivacyMiddle_Main__R8xd4{align-items:center;background:#fcfbf8;display:flex;flex-wrap:nowrap;justify-content:center}.PrivacyMiddle_TermsContainer__-6tBq{flex-direction:column;justify-content:flex-start;margin-bottom:100px}.PrivacyMiddle_TermsContainer__-6tBq,.PrivacyMiddle_TitleContainer__hhXcQ{align-items:center;background:#fff;border-radius:20px;display:flex;flex-wrap:nowrap;width:350px}.PrivacyMiddle_TitleContainer__hhXcQ{flex-direction:row;height:60px;justify-content:center}.PrivacyMiddle_TitleText__32Ckt{color:#000;font-family:Inter;font-size:16px;font-weight:600;letter-spacing:normal;line-height:22px;max-width:360px}.PrivacyMiddle_Image__SZyJz{height:19px;margin-right:5px;resize:"both"}.PrivacyMiddle_InfoContainer__thMVN{align-items:center;background-color:#fff;justify-content:center;margin-left:20px;margin-right:20px;text-align:left;width:310px}.PrivacyMiddle_sectionHeader__Pevv-{color:#000;font-family:Inter;font-size:18px;font-weight:600;letter-spacing:normal;line-height:22px}.PrivacyMiddle_paragraph__8IMen{color:#585b5f;font-family:Inter;font-size:13px;font-weight:500;letter-spacing:normal;line-height:18px}}.Privacy_App__SIaRp{text-align:center}.Privacy_App-logo__brsga{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.Privacy_App-logo__brsga{animation:Privacy_App-logo-spin__S9I3K 20s linear infinite}}.Privacy_Header__e954O{align-items:center;background-color:#fcfbf8;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.Privacy_App-link__9kTzd{color:#61dafb}.Privacy_Title__UYudC{color:#000;font-family:Rubik;font-size:26px;font-weight:700;line-height:30px;margin-top:20px}@keyframes Privacy_App-logo-spin__S9I3K{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Login_loginPage__QDCPt{align-items:center;background-color:#fcfbf8;display:flex;justify-content:center;min-height:100vh;padding:24px}.Login_loginContainer__Fkw2D{animation:Login_fadeIn__Sduzx .3s ease-out;background-color:#fff;border-radius:16px;box-shadow:0 4px 24px #0000000d;margin:0 auto;max-width:360px;padding:32px 28px;width:100%}.Login_logoContainer__cHf8Z{align-items:center;display:flex;justify-content:center;margin-bottom:28px}.Login_logo__sZA06{height:36px;margin-right:8px;width:36px}.Login_logoText__WaSXm{color:#1c1d1f;font-size:24px;font-weight:600;margin:0}.Login_title__7Mk68{color:#1c1d1f;font-size:20px;font-weight:500;margin-bottom:28px;text-align:center}.Login_errorMessage__Y8YEg{animation:Login_shake__WjtYc .5s cubic-bezier(.36,.07,.19,.97) both;background-color:#d32f2f1a;border-radius:8px;color:#d32f2f;font-size:14px;margin-bottom:24px;padding:12px 16px}.Login_form__l5-\+y{gap:20px;margin-bottom:24px}.Login_form__l5-\+y,.Login_inputGroup__EhMFz{display:flex;flex-direction:column;width:100%}.Login_inputGroup__EhMFz{gap:6px}.Login_labelRow__p3gR4{align-items:center;display:flex;justify-content:space-between;width:100%}.Login_label__aj9QJ{color:#1c1d1f;font-size:14px;font-weight:500}.Login_input__J2rrS{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;color:#1c1d1f;font-size:15px;padding:10px 14px;transition:border-color .2s ease;width:100%}.Login_input__J2rrS:focus{border-color:#1c1d1f;box-shadow:0 0 0 1px #1c1d1f;outline:none}.Login_input__J2rrS::placeholder{color:#a0a0a0}.Login_input__J2rrS:-webkit-autofill,.Login_input__J2rrS:-webkit-autofill:active,.Login_input__J2rrS:-webkit-autofill:focus,.Login_input__J2rrS:-webkit-autofill:hover{-webkit-text-fill-color:#1f2937!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.Login_forgotPassword__MV2tm{color:#1c1d1f;font-size:14px;text-decoration:none;transition:color .2s ease}.Login_forgotPassword__MV2tm:hover{color:#266df0;text-decoration:underline}.Login_submitButton__QP73o{background-color:#1c1d1f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;padding:12px;transition:background-color .2s ease;width:100%}.Login_submitButton__QP73o:hover{background-color:#000}.Login_submitButton__QP73o:disabled{background-color:#a0a0a0;cursor:not-allowed}.Login_registerPrompt__N-gmC{color:#6f7988;display:flex;font-size:14px;gap:8px;justify-content:center}.Login_registerLink__CzCXt{color:#1c1d1f;font-weight:500;text-decoration:none;transition:color .2s ease}.Login_registerLink__CzCXt:hover{color:#266df0;text-decoration:underline}@keyframes Login_fadeIn__Sduzx{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes Login_shake__WjtYc{10%,90%{transform:translateX(-1px)}20%,80%{transform:translateX(2px)}30%,50%,70%{transform:translateX(-2px)}40%,60%{transform:translateX(2px)}}@media (max-width:480px){.Login_loginContainer__Fkw2D{background-color:#fff;box-shadow:0 2px 12px #00000008;padding:20px}.Login_loginPage__QDCPt{background-color:#fcfbf8}}.Registration_loginPage__EGkbv{align-items:center;background-color:#fcfbf8;display:flex;justify-content:center;min-height:100vh;padding:24px}.Registration_loginContainer__W2XqL{animation:Registration_fadeIn__McT0z .3s ease-out;background-color:#fff;border-radius:16px;box-shadow:0 4px 24px #0000000d;margin:0 auto;max-width:360px;padding:32px 28px;width:100%}.Registration_logoContainer__bwr5k{align-items:center;display:flex;justify-content:center;margin-bottom:28px}.Registration_logo__6C0bF{height:36px;margin-right:8px;width:36px}.Registration_logoText__5eUqE{color:#1c1d1f;font-size:24px;font-weight:600;margin:0}.Registration_title__hnJf3{color:#1c1d1f;font-size:20px;font-weight:500;margin-bottom:28px;text-align:center}.Registration_form__5RERm{display:flex;flex-direction:column;gap:20px;margin-bottom:24px;width:100%}.Registration_inputGroup__0BIaI{display:flex;flex-direction:column;gap:6px;width:100%}.Registration_labelRow__kUNYb{align-items:center;display:flex;justify-content:space-between;width:100%}.Registration_label__i4u7\+{color:#1c1d1f;font-size:14px;font-weight:500}.Registration_input__1zeyH{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;color:#1c1d1f;font-size:15px;padding:10px 14px;transition:border-color .2s ease;width:100%}.Registration_input__1zeyH:focus{border-color:#1c1d1f;box-shadow:0 0 0 1px #1c1d1f;outline:none}.Registration_input__1zeyH::placeholder{color:#a0a0a0}.Registration_input__1zeyH:-webkit-autofill,.Registration_input__1zeyH:-webkit-autofill:active,.Registration_input__1zeyH:-webkit-autofill:focus,.Registration_input__1zeyH:-webkit-autofill:hover{-webkit-text-fill-color:#1f2937!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.Registration_errorMessage__x7m2J{animation:Registration_shake__Dikxi .5s cubic-bezier(.36,.07,.19,.97) both;background-color:#d32f2f1a;border-radius:8px;color:#d32f2f;font-size:14px;margin-bottom:24px;padding:12px 16px}.Registration_submitButton__HyMIu{background-color:#1c1d1f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;padding:12px;transition:background-color .2s ease;width:100%}.Registration_submitButton__HyMIu:hover{background-color:#000}.Registration_submitButton__HyMIu:disabled{background-color:#a0a0a0;cursor:not-allowed}.Registration_registerPrompt__dbvXG{color:#6f7988;display:flex;font-size:14px;gap:8px;justify-content:center}.Registration_registerLink__vfVHx{color:#1c1d1f;font-weight:500;text-decoration:none;transition:color .2s ease}.Registration_registerLink__vfVHx:hover{color:#266df0;text-decoration:underline}.Registration_passwordRequirements__SD6T1{color:#6f7988;display:flex;flex-direction:column;font-size:12px;gap:4px;margin-top:8px}.Registration_requirement__lbm6B{align-items:center;display:flex;gap:8px}.Registration_requirement__lbm6B.Registration_met__duvep{color:#22c55e}.Registration_checkmark__v24V0{opacity:0;transform:scale(.8);transition:all .2s ease}.Registration_requirement__lbm6B.Registration_met__duvep .Registration_checkmark__v24V0{opacity:1;transform:scale(1)}@keyframes Registration_fadeIn__McT0z{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes Registration_shake__Dikxi{10%,90%{transform:translateX(-1px)}20%,80%{transform:translateX(2px)}30%,50%,70%{transform:translateX(-2px)}40%,60%{transform:translateX(2px)}}@media (max-width:480px){.Registration_loginContainer__W2XqL{background-color:#fff;box-shadow:0 2px 12px #00000008;padding:20px}.Registration_loginPage__EGkbv{background-color:#fcfbf8}}.OnboardingPage_onboardingPage__wL9ob{align-items:center;background-color:#fcfbf8;display:flex;justify-content:center;min-height:100vh;padding:24px}.OnboardingPage_onboardingContainer__dfc6V{animation:OnboardingPage_fadeIn__fu1Wh .3s ease-out;background-color:#fff;border-radius:16px;box-shadow:0 4px 24px #0000000d;margin:0 auto;max-width:480px;padding:32px 28px;width:100%}.OnboardingPage_logoContainer__2zmBp{align-items:center;display:flex;justify-content:center;margin-bottom:28px}.OnboardingPage_logo__gQKsI{height:36px;margin-right:8px;width:36px}.OnboardingPage_logoText__pcRbg{color:#1c1d1f;font-size:24px;font-weight:600;margin:0}.OnboardingPage_progressContainer__e2UKd{align-items:center;display:flex;justify-content:center;margin-bottom:32px}.OnboardingPage_progressStep__Off4s{align-items:center;background-color:#e0e0e0;border-radius:50%;color:#6f7988;display:flex;font-size:14px;font-weight:500;height:32px;justify-content:center;width:32px}.OnboardingPage_progressStep__Off4s.OnboardingPage_active__q5w9G{background-color:#1c1d1f;color:#fff}.OnboardingPage_progressLine__WVqVY{background-color:#e0e0e0;height:2px;margin:0 8px;width:60px}.OnboardingPage_title__eM1Gl{color:#1c1d1f;font-size:20px;font-weight:500;margin-bottom:8px;text-align:center}.OnboardingPage_subtitle__pn97l{color:#6f7988;font-size:14px;margin-bottom:24px;text-align:center}.OnboardingPage_searchContainer__ATS9-{margin:20px 0;position:relative}.OnboardingPage_input__FgU6N{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;color:#1c1d1f;font-size:15px;padding:10px 14px;transition:border-color .2s ease;width:100%}.OnboardingPage_input__FgU6N:focus{border-color:#1c1d1f;box-shadow:0 0 0 1px #1c1d1f;outline:none}.OnboardingPage_input__FgU6N::placeholder{color:#a0a0a0}.OnboardingPage_dropdownResults__Hsv8O{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%;z-index:10}.OnboardingPage_dropdownItem__fnoWB{border-bottom:1px solid #e0e0e0;cursor:pointer;padding:12px 16px;transition:background-color .2s ease}.OnboardingPage_dropdownItem__fnoWB:last-child{border-bottom:none}.OnboardingPage_dropdownItem__fnoWB:hover{background-color:#f8f9fa}.OnboardingPage_businessName__PU6Jn{color:#1c1d1f;font-weight:500;margin-bottom:4px}.OnboardingPage_businessAbn__BSU0i,.OnboardingPage_businessType__L-xSj{color:#6f7988;font-size:14px}.OnboardingPage_selectedBusiness__rSuWx{background-color:#f8f9fa;border-radius:8px;margin-top:24px;padding:20px}.OnboardingPage_businessCard__GLOqs{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;margin:16px 0;padding:16px}.OnboardingPage_button__3ctHo{border-radius:8px;cursor:pointer;font-size:15px;font-weight:500;padding:12px;transition:all .2s ease;width:100%}.OnboardingPage_primaryButton__V7-EE{background-color:#1c1d1f;border:none;color:#fff}.OnboardingPage_primaryButton__V7-EE:hover:not(:disabled){background-color:#000}.OnboardingPage_primaryButton__V7-EE:disabled{background-color:#a0a0a0;cursor:not-allowed}.OnboardingPage_secondaryButton__1O6ZK{background-color:initial;border:1px solid #e0e0e0;color:#1c1d1f}.OnboardingPage_secondaryButton__1O6ZK:hover{background-color:#f8f9fa}.OnboardingPage_errorMessage__5YWK2{animation:OnboardingPage_shake__hEsCd .5s cubic-bezier(.36,.07,.19,.97) both;background-color:#d32f2f1a;border-radius:8px;color:#d32f2f;font-size:14px;margin-bottom:24px;padding:12px 16px}.OnboardingPage_warningMessage__qZOtu{background-color:#ff98001a;border-radius:8px;color:#f57c00;font-size:14px;margin-top:16px;padding:12px 16px}@keyframes OnboardingPage_fadeIn__fu1Wh{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes OnboardingPage_shake__hEsCd{10%,90%{transform:translateX(-1px)}20%,80%{transform:translateX(2px)}30%,50%,70%{transform:translateX(-2px)}40%,60%{transform:translateX(2px)}}@media (max-width:480px){.OnboardingPage_onboardingContainer__dfc6V{box-shadow:0 2px 12px #00000008;padding:20px}}.OnboardingPage_bubbleContainer__v3Nd6{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:24px 0 32px}.OnboardingPage_bubble__y5AlF{background-color:initial;border:2px solid #e0e0e0;border-radius:100px;color:#6f7988;cursor:pointer;font-size:15px;font-weight:500;padding:12px 24px;transition:all .2s ease}.OnboardingPage_bubble__y5AlF:hover{background-color:#1c1d1f0d;border-color:#1c1d1f;color:#1c1d1f}.OnboardingPage_bubbleActive__5O96J{background-color:#1c1d1f;border-color:#1c1d1f;color:#fff}.OnboardingPage_bubbleActive__5O96J:hover{background-color:#000;color:#fff}.StepMismatchModal_modalOverlay__PR4A\+{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.StepMismatchModal_modalContent__aW818{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:400px;padding:2rem;text-align:center;width:90%}.StepMismatchModal_title__ZlSe4{color:#333;font-size:1.5rem;margin-bottom:1rem}.StepMismatchModal_message__CDJt7{color:#666;margin-bottom:1.5rem}.StepMismatchModal_button__JcMlB{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.StepMismatchModal_button__JcMlB:hover{background-color:#0056b3}.MFA_container__pT2lA{align-items:center;background-color:#fcfbf8;display:flex;justify-content:center;min-height:100vh;padding:24px}.MFA_formContainer__pat\+9{animation:MFA_fadeIn__NqJ4N .3s ease-out;background-color:#fff;border-radius:16px;box-shadow:0 4px 24px #0000000d;margin:0 auto;max-width:360px;padding:32px 28px;width:100%}.MFA_logoContainer__TY0bq{align-items:center;display:flex;justify-content:center;margin-bottom:28px}.MFA_logo__PTqei{height:36px;margin-right:8px;width:36px}.MFA_title__qOV\+W{color:#1c1d1f;font-size:20px;font-weight:500;margin-bottom:12px;text-align:center}.MFA_subtitle__TK3Ub{color:#6f7988;font-size:14px;line-height:1.5;margin-bottom:28px;text-align:center}.MFA_form__I0b\+s{display:flex;flex-direction:column;gap:20px;margin-bottom:24px;width:100%}.MFA_input__HJGlx{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;color:#1c1d1f;display:block;font-size:20px;font-weight:600;letter-spacing:4px;margin:0 auto;padding:10px 14px;text-align:center;transition:border-color .2s ease;width:200px}.MFA_input__HJGlx:focus{border-color:#1c1d1f;box-shadow:0 0 0 1px #1c1d1f;outline:none}.MFA_input__HJGlx::placeholder{color:#a0a0a0;letter-spacing:normal}.MFA_input__HJGlx:-webkit-autofill,.MFA_input__HJGlx:-webkit-autofill:active,.MFA_input__HJGlx:-webkit-autofill:focus,.MFA_input__HJGlx:-webkit-autofill:hover{-webkit-text-fill-color:#1f2937!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.MFA_error__jfHq3{animation:MFA_shake__ToP01 .5s cubic-bezier(.36,.07,.19,.97) both;background-color:#d32f2f1a;border-radius:8px;color:#d32f2f;font-size:14px;margin-bottom:24px;padding:12px 16px;text-align:center}.MFA_resendButton__kIk2k,.MFA_submitButton__mqt84{background-color:#1c1d1f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;overflow:hidden;padding:12px;position:relative;transition:all .2s ease;width:100%}.MFA_resendButton__kIk2k:hover:not(:disabled),.MFA_submitButton__mqt84:hover:not(:disabled){background-color:#000}.MFA_resendButton__kIk2k:disabled,.MFA_submitButton__mqt84:disabled{background-color:#a0a0a0;cursor:not-allowed}.MFA_resendButton__kIk2k:disabled[data-loading=true],.MFA_submitButton__mqt84:disabled[data-loading=true]{background-color:#1c1d1f;cursor:wait}.MFA_resendButton__kIk2k:disabled[data-loading=true]:after,.MFA_submitButton__mqt84:disabled[data-loading=true]:after{animation:MFA_loading__GLjfg 1.5s infinite;background:linear-gradient(90deg,#0000,#fff3 25%,#fff3 75%,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:200%}@keyframes MFA_loading__GLjfg{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.MFA_backToLogin__H8vQs{display:none}.MFA_backButton__dmkzP{background:none;border:none;color:#6f7988;cursor:pointer;font-size:14px;padding:8px;transition:color .2s ease}.MFA_backButton__dmkzP:hover{color:#1c1d1f}.MFA_testCodeContainer__QI-sL{background-color:#f8f9fa;border:1px dashed #e0e0e0;border-radius:8px;margin-bottom:24px;padding:12px;text-align:center}.MFA_testCodeLabel__PD1X1{color:#6f7988;font-size:12px;margin-bottom:4px}.MFA_testCode__k9c-u{color:#1c1d1f;font-size:24px;font-weight:600;letter-spacing:2px;margin:0}.MFA_inputGroup__KicFC{align-items:center;display:flex;flex-direction:column;gap:6px;width:100%}.MFA_label__8L7n1{align-self:center;color:#1c1d1f;font-size:14px;font-weight:500}.MFA_resendLink__oKcEE{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;background:none;border:none;color:#6f7988;cursor:pointer;font-size:14px;font-weight:500;margin-top:16px;opacity:1;padding:0;text-align:center;transition:opacity .2s ease;width:100%}.MFA_resendLink__oKcEE:focus,.MFA_resendLink__oKcEE:hover:not(:disabled){background:none;outline:none}.MFA_resendLink__oKcEE:disabled{cursor:not-allowed;opacity:.4}.MFA_buttonContainer__UyU7j{align-items:center;display:flex;flex-direction:column;width:100%}@keyframes MFA_fadeIn__NqJ4N{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes MFA_shake__ToP01{10%,90%{transform:translateX(-1px)}20%,80%{transform:translateX(2px)}30%,50%,70%{transform:translateX(-2px)}40%,60%{transform:translateX(2px)}}@media (max-width:480px){.MFA_formContainer__pat\+9{background-color:#fff;box-shadow:0 2px 12px #00000008;padding:20px}.MFA_container__pT2lA{background-color:#fcfbf8}}.Chat_container__mSzjg{background-color:red;padding:2rem}.DashboardLayout_layout__risd5{background-color:#fff;display:flex;min-height:100vh;position:relative}.DashboardLayout_sidebar__fux4F{background:#f7f7f8;border-right:1px solid #e5e5e5;color:#1a1a1a;display:flex;flex-direction:column;height:100vh;padding:0 1rem;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;width:220px}.DashboardLayout_sidebarHeader__idL9M{align-items:center;display:flex;flex-direction:column;margin:.5rem 0 1.5rem;padding:.5rem;width:100%}.DashboardLayout_logo__Ax08F{height:32px;width:32px}.DashboardLayout_companyName__C8GKQ{color:#1a1a1a;display:block;font-size:1rem;font-weight:600;letter-spacing:.025em;margin-top:1.25rem;overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:180px}.DashboardLayout_navigation__1tSc9{display:flex;flex:1 1;flex-direction:column;gap:.5rem;margin-bottom:1rem}.DashboardLayout_navItem__0-3MW{align-items:center;border-radius:.375rem;color:#353740;display:flex;font-size:1rem;gap:.75rem;padding:.875rem 1rem;text-decoration:none;transition:all .2s ease}.DashboardLayout_navItem__0-3MW:hover{background:#ececf1}.DashboardLayout_navItem__0-3MW.DashboardLayout_active__roTYU{background:#ececf1;font-weight:500}.DashboardLayout_icon__chDdM{color:#353740;height:16px;width:16px}.DashboardLayout_logoutButton__Y6joH{align-items:center;background:none;border:none;border-radius:.375rem;color:#6e6e80;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.75rem;margin:.5rem;padding:.875rem 1rem;transition:all .2s ease}.DashboardLayout_logoutButton__Y6joH:hover{background:#fef2f2;color:#ef4444}.DashboardLayout_mainContent__wknlc{display:flex;flex:1 1;flex-direction:column}.DashboardLayout_topbar__qS2OY{align-items:center;background:#fff;display:flex;height:60px;justify-content:space-between;padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.DashboardLayout_topbarLeft__kkqwj{align-items:center;display:flex;flex:1 1}.DashboardLayout_topbarCenter__gkVLt{align-items:center;display:flex;left:50%;position:absolute;transform:translateX(-50%)}.DashboardLayout_logoGroup__meD\+I{align-items:center;display:flex;gap:5px}.DashboardLayout_topbarLogoIcon__aukLj{height:24px;width:24px}.DashboardLayout_topbarLogoTitle__dk7Yr{height:20px}.DashboardLayout_topbarRight__3APu7{align-items:center;display:flex;flex:1 1;gap:1rem;justify-content:flex-end}.DashboardLayout_companyNameHeader__Oo2TQ{color:#353740;font-size:.875rem;font-weight:500;margin:0}.DashboardLayout_content__4WBmr{background:#fff;flex:1 1;margin:0 auto;max-width:48rem;padding:0;width:100%}.DashboardLayout_menuToggle__LCVkb{display:none;transition:background-color .2s ease}.DashboardLayout_menuToggle__LCVkb,.DashboardLayout_notificationButton__X4qFd{background:#0000;border:none;border-radius:.375rem;color:#353740;cursor:pointer;padding:.75rem}.DashboardLayout_notificationButton__X4qFd{transition:all .2s ease}.DashboardLayout_menuToggle__LCVkb:hover,.DashboardLayout_notificationButton__X4qFd:hover{background:#ececf1b3}@media (max-width:768px){.DashboardLayout_menuToggle__LCVkb{display:block}.DashboardLayout_sidebar__fux4F{background:#f7f7f8;bottom:0;box-shadow:4px 0 8px #0000001a;left:0;position:fixed;top:0;transform:translateX(-100%);z-index:1000}.DashboardLayout_sidebar__fux4F.DashboardLayout_open__-trO0{transform:translateX(0)}.DashboardLayout_sidebar__fux4F.DashboardLayout_open__-trO0:before{display:none}.DashboardLayout_mainContent__wknlc{margin-left:0;width:100%}.DashboardLayout_content__4WBmr{padding:0}.DashboardLayout_topbar__qS2OY{padding:0 1rem}}.Payroll_container__uu-NU{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:0 24px 2rem;width:calc(100% - 48px)}.Payroll_header__JIYIi{margin-bottom:1rem;padding-bottom:0}.Payroll_title__w3U9K{color:#1a1a1a;font-family:Inter,-apple-system,sans-serif;font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin:0}.Payroll_timelineContainer__cX3Rl{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;margin-top:1.5rem;padding:1.25rem}.Payroll_timelineHeader__Twbfp{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.Payroll_timelineTitle__rSax8{color:#1f2937;font-size:1.1rem;font-weight:600;margin:0}.Payroll_timelineNavButton__CtJe9{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;font-size:1rem;height:2rem;justify-content:center;transition:all .2s ease;width:2rem}.Payroll_timelineNavButton__CtJe9:hover{background:#f3f4f6;color:#1f2937}.Payroll_timeline__H9gP0{position:relative}.Payroll_timelineItems__PG3YA{display:flex;overflow-x:auto;padding-bottom:.5rem;position:relative}.Payroll_timelineItems__PG3YA::-webkit-scrollbar{height:6px}.Payroll_timelineItems__PG3YA::-webkit-scrollbar-track{background:#f9fafb;border-radius:3px}.Payroll_timelineItems__PG3YA::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.Payroll_timelineItem__EL5QF{background:#f3f4f6;border-left:4px solid;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;margin-right:1rem;min-width:160px;padding:.75rem 1rem;position:relative;transition:transform .2s ease,box-shadow .2s ease}.Payroll_timelineItem__EL5QF:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.Payroll_timelineItem__EL5QF.Payroll_completed__1ffPf{background:#f0fdfa;border-left-color:#10b981}.Payroll_timelineItem__EL5QF.Payroll_inProgress__1K9mT{background:#fffbeb;border-left-color:#f59e0b}.Payroll_timelineItem__EL5QF.Payroll_draft__POaOs{background:#f9fafb;border-left-color:#6b7280}.Payroll_periodLabel__MpyYo{color:#1f2937;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.Payroll_paymentLabel__XIcVT{align-items:center;color:#6b7280;display:flex;font-size:.75rem;gap:.25rem}.Payroll_paymentIcon__dTLXy{font-size:.875rem}.Payroll_noPayPeriods__8vRWf{background:#f9fafb;border-radius:8px;color:#6b7280;font-size:.875rem;padding:1rem;text-align:center}.Payroll_tabs__nktNC{border-bottom:1px solid #e5e5e5;display:flex;gap:1.5rem;margin-bottom:-1px}.Payroll_tab__7SGXh{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;font-family:Inter,-apple-system,sans-serif;font-size:.9375rem;font-weight:500;gap:.5rem;padding:.75rem 0;position:relative;transition:all .2s ease}.Payroll_tab__7SGXh:hover{color:#1f2937}.Payroll_activeTab__ii7XB{color:#1f2937;font-weight:600}.Payroll_activeTab__ii7XB:after{background-color:#1f2937;border-radius:2px 2px 0 0;bottom:-1px;content:"";height:2px;left:0;position:absolute;right:0}.Payroll_tabCount__Du2kI{background:#f3f4f6;border-radius:8px;color:#6b7280;font-size:.75rem;font-weight:500;margin-left:.25rem;padding:.1rem .4rem}.Payroll_loadingState__15GXO{color:#6b7280;padding:2rem;text-align:center}.Payroll_frequencySection__Pj44y{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;margin-top:1.5rem;padding:2rem}.Payroll_sectionHeader__lLM3J{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.Payroll_headerActions__rM4m9{align-items:center;display:flex;gap:1rem}.Payroll_filterButton__jUuvd{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.Payroll_filterButton__jUuvd:hover{background:#e5e7eb;color:#1f2937}.Payroll_filterButton__jUuvd.Payroll_activeFilter__lWqdE{background:#1f2937;border-color:#1f2937;color:#fff}.Payroll_filterButton__jUuvd.Payroll_activeFilter__lWqdE:hover{background:#111827}.Payroll_sectionTitle__IoaXf{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.Payroll_startPayrunButton__C5Jiz{background:#1f2937;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.9375rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.Payroll_startPayrunButton__C5Jiz:hover{background:#111827}.Payroll_startPayrunButton__C5Jiz:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.Payroll_employeeColumns__EA32\+{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.Payroll_employeeColumn__me4Kg{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.Payroll_columnTitle__9b4gR{border-bottom:1px solid #f3f4f6;color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.75rem}.Payroll_employeeListContainer__V1pea{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.Payroll_employeeListContainer__V1pea::-webkit-scrollbar{width:6px}.Payroll_employeeListContainer__V1pea::-webkit-scrollbar-track{background:#f9fafb;border-radius:3px}.Payroll_employeeListContainer__V1pea::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.Payroll_employeeListContainer__V1pea::-webkit-scrollbar-thumb:hover{background:#9ca3af}.Payroll_employeeItem__ArcrD{align-items:center;background:#f9fafb;border:1px solid #0000;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem;transition:background-color .2s ease}.Payroll_employeeItem__ArcrD:hover{background-color:#f3f4f6}.Payroll_employeeInfo__2MXaM{align-items:center;display:flex;gap:.75rem}.Payroll_employeeAvatar__UgdNA{align-items:center;background:#e5e7eb;border-radius:8px;display:flex;font-size:1.5rem;height:2.5rem;justify-content:center;width:2.5rem}.Payroll_employeeNameDetails__bYlgL{display:flex;flex-direction:column;gap:.1rem}.Payroll_employeeName__JeicA{color:#1f2937;font-size:.9375rem;font-weight:500}.Payroll_employeeJobTitle__GuPLT{color:#6b7280;font-size:.8125rem}.Payroll_abaWarning__Sfzof{align-items:center;color:#f59e0b;display:flex;font-size:.75rem;gap:.25rem;margin-top:.25rem}.Payroll_ineligibleItem__36p8Z{background:#fef2f2;opacity:.7}.Payroll_missingInfoIcon__JDJSP{color:#ef4444;cursor:help;font-size:1.25rem}.Payroll_emptyListText__Cvxgu{color:#6b7280;font-size:.875rem;padding:1rem 0;text-align:center}@media (max-width:768px){.Payroll_container__uu-NU{padding:0 16px 2rem;width:calc(100% - 32px)}.Payroll_employeeColumns__EA32\+{gap:1.5rem;grid-template-columns:1fr}.Payroll_tabs__nktNC{gap:1rem}.Payroll_timelineItem__EL5QF{min-width:140px}}@media (max-width:480px){.Payroll_timelineContainer__cX3Rl{padding:1rem}.Payroll_timelineItem__EL5QF{min-width:120px;padding:.5rem .75rem}}.Payroll_addEmployeesButton__8MHXd{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.Payroll_addEmployeesButton__8MHXd:hover{background:#e5e7eb;color:#1f2937}.Payroll_modalOverlay__WjYKq{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.Payroll_modalContent__RbvS8{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;max-height:80vh;max-width:600px;width:90%}.Payroll_modalHeader__2LsQ0{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.25rem}.Payroll_modalHeader__2LsQ0 h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.Payroll_closeButton__5df-C{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;font-size:1.5rem;line-height:1;padding:.25rem}.Payroll_closeButton__5df-C:hover{background:#f3f4f6;color:#1f2937}.Payroll_modalBody__ggOSj{overflow-y:auto;padding:1.25rem}.Payroll_employeeSelectionList__YJrzq{display:flex;flex-direction:column;gap:.5rem}.Payroll_employeeSelectionItem__Fe9HO{align-items:center;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:.75rem;transition:all .2s ease}.Payroll_employeeSelectionItem__Fe9HO:hover{background:#f9fafb}.Payroll_employeeSelectionItem__Fe9HO.Payroll_selected__PawOU{background:#f0fdf4;border-color:#10b981}.Payroll_employeeSelectionItem__Fe9HO.Payroll_alreadyAdded__3XJ7b{background:#f3f4f6;cursor:not-allowed;opacity:.7}.Payroll_employeeSelectionItem__Fe9HO.Payroll_ineligible__AlG0L{background:#fef2f2;border-color:#ef4444}.Payroll_employeeSelectionItem__Fe9HO.Payroll_notOnboarded__pCRuk{background:#f3f4f6;cursor:not-allowed;opacity:.7}.Payroll_employeeSelectionItem__Fe9HO.Payroll_differentFrequency__HRMeo{background:#f9fafb;cursor:not-allowed;opacity:.7}.Payroll_employeeSelectionItem__Fe9HO.Payroll_differentFrequency__HRMeo:hover{background:#f9fafb}.Payroll_frequencyBadge__oSAAt{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.Payroll_employeeStatus__cb7yU{align-items:center;display:flex;gap:.5rem}.Payroll_statusBadge__6\+tkQ{border-radius:6px;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.Payroll_employeeSelectionItem__Fe9HO.Payroll_selected__PawOU .Payroll_statusBadge__6\+tkQ{background:#10b981;color:#fff}.Payroll_employeeSelectionItem__Fe9HO.Payroll_ineligible__AlG0L .Payroll_statusBadge__6\+tkQ{background:#ef4444;color:#fff}.Payroll_employeeSelectionItem__Fe9HO.Payroll_alreadyAdded__3XJ7b .Payroll_statusBadge__6\+tkQ{background:#6b7280;color:#fff}.Payroll_eligibilityInfo__gWH7g{background:#f9fafb;border-radius:8px;margin-right:auto;padding:.5rem}.Payroll_eligibilityInfo__gWH7g h4{color:#1f2937;font-size:.875rem;margin:0 0 .5rem}.Payroll_eligibilityInfo__gWH7g ul{list-style:none;margin:0;padding:0 0 0 1.25rem}.Payroll_eligibilityInfo__gWH7g li{color:#4b5563;font-size:.75rem;margin-bottom:.25rem}.Payroll_modalActions__I3Rh-{display:flex;gap:1rem}.Payroll_modalFooter__2cRyW{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;padding:1.25rem}.Payroll_cancelButton__Parsd{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.Payroll_cancelButton__Parsd:hover{background:#e5e7eb;color:#1f2937}.Payroll_addButton__WUAlS{background:#1f2937;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.Payroll_addButton__WUAlS:hover{background:#111827}.Payroll_addButton__WUAlS:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.Payroll_warningBadge__lnbdN{color:#f59e0b;cursor:help;font-size:1rem}.Payroll_optionalInfo__dV3qq{color:#f59e0b;font-weight:500}.Payroll_warningModal__Q5glB{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.Payroll_warningModalContent__WrJT5{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-width:500px;padding:1.5rem;width:90%}.Payroll_warningModalContent__WrJT5 h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 1rem}.Payroll_warningModalContent__WrJT5 p{color:#4b5563;font-size:.9375rem;margin:0 0 1rem}.Payroll_warningList__qQlkE{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;list-style:none;margin:0 0 1.5rem;max-height:200px;overflow-y:auto;padding:0}.Payroll_warningList__qQlkE li{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:.9375rem;padding:.75rem 1rem}.Payroll_warningList__qQlkE li:last-child{border-bottom:none}.Payroll_warningModalActions__ENANm{display:flex;gap:1rem;justify-content:flex-end}.Payroll_warningModalCancel__iJaz7{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.Payroll_warningModalCancel__iJaz7:hover{background:#e5e7eb;color:#1f2937}.Payroll_warningModalContinue__CKmXe{background:#1f2937;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.Payroll_warningModalContinue__CKmXe:hover{background:#111827}.Payroll_frequencyWarning__r90-Y{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;padding:1rem}.Payroll_frequencyWarning__r90-Y p{color:#4b5563;font-size:.9375rem;line-height:1.5;margin:0}.Payroll_dateSelectionForm__0k000{display:flex;flex-direction:column;gap:1rem}.Payroll_formGroup__KW24l{display:flex;flex-direction:column;gap:.5rem}.Payroll_formGroup__KW24l label{color:#1f2937;font-size:.875rem;font-weight:500}.Payroll_formGroup__KW24l input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;font-size:.875rem;padding:.5rem;transition:all .2s ease}.Payroll_formGroup__KW24l input:hover{border-color:#d1d5db}.Payroll_formGroup__KW24l input:focus{background:#fff;border-color:#1f2937;outline:none}.Payroll_formGroup__KW24l small{color:#6b7280;font-size:.75rem;margin-top:.25rem}.Payroll_formGroup__KW24l input[type=number]{width:100px}.PayrunDetails_container__oNF5I{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0 auto;max-width:900px;padding:1.5rem}.PayrunDetails_header__XaDvX{align-items:center;display:flex;gap:1.5rem;margin-bottom:2rem}.PayrunDetails_headerLeft__tJl6u{display:flex;flex-direction:column;gap:.75rem}.PayrunDetails_backLink__zpxPf{align-items:center;background:#f3f4f6;border-radius:12px;color:#1f2937;display:flex;font-size:1.25rem;height:40px;justify-content:center;text-decoration:none;transition:all .2s ease;width:40px}.PayrunDetails_backLink__zpxPf:hover{background-color:#e5e7eb}.PayrunDetails_payrunInfo__3r4Ip{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;font-size:.9375rem;gap:1rem}.PayrunDetails_infoSection__kpatf{align-items:center;background-color:#f9fafb;border-radius:8px;color:#1f2937;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1rem}.PayrunDetails_frequency__E8XBu{color:#111827;font-weight:500;text-transform:capitalize}.PayrunDetails_bullet__UQW4T{color:#cbd5e1;font-size:.5rem}.PayrunDetails_dates__7wLx8,.PayrunDetails_payDate__mvSMl{color:#475569}.PayrunDetails_statusBadge__rEIWl{border-radius:8px;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-transform:capitalize}.PayrunDetails_statusBadge__rEIWl.PayrunDetails_completed__AeEn0,.PayrunDetails_statusBadge__rEIWl.PayrunDetails_draft__ydvbl,.PayrunDetails_statusBadge__rEIWl.PayrunDetails_inProgress__ojxTO{background-color:#1f2937;color:#fff}.PayrunDetails_actionButton__DWtdq,.PayrunDetails_editButton__k82M8,.PayrunDetails_removeButton__4iC\+b,.PayrunDetails_updateButton__hVi3T{border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.PayrunDetails_editButton__k82M8{background-color:#f3f4f6;color:#1f2937}.PayrunDetails_editButton__k82M8:hover{background-color:#e5e7eb}.PayrunDetails_updateButton__hVi3T{background-color:#1f2937;color:#fff;margin-left:auto}.PayrunDetails_updateButton__hVi3T:hover{background-color:#111827}.PayrunDetails_employeeList__2Owtr{margin-top:2rem}.PayrunDetails_employeeListHeader__-9yqv{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.PayrunDetails_employeeListHeader__-9yqv h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.PayrunDetails_navigationControls__g5\+0C{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.PayrunDetails_navButton__t4X3A{background:none;border:none;border-radius:8px;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .2s ease}.PayrunDetails_navButton__t4X3A:hover{background-color:#f3f4f6}.PayrunDetails_employeeCounter__wOsac{color:#6b7280;font-size:.875rem;min-width:60px;text-align:center}.PayrunDetails_employeeCard__9Pxsb{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000000a;margin-bottom:1.5rem}.PayrunDetails_employeeHeader__501a3{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.PayrunDetails_employeeInfo__IVxju{display:flex;flex-direction:column;gap:.5rem}.PayrunDetails_employeeName__cMc8G{font-size:1.5rem;font-weight:600;gap:.5rem}.PayrunDetails_employeeName__cMc8G span{color:#4b5563}.PayrunDetails_employeeName__cMc8G span:first-child{color:#1f2937}.PayrunDetails_employeeId__9n\+Xo{color:#6b7280;display:block;font-size:.875rem;margin-top:.25rem}.PayrunDetails_employeeActions__LMNwS{display:flex;gap:.75rem}.PayrunDetails_actionButton__DWtdq{background-color:#1f2937;color:#fff}.PayrunDetails_actionButton__DWtdq:hover{background-color:#111827}.PayrunDetails_removeButton__4iC\+b{align-items:center;background:none;border:none;border-radius:50%;color:#ef4444;cursor:pointer;display:flex;font-size:1.25rem;font-weight:500;height:24px;justify-content:center;line-height:1;margin-left:.25rem;padding:.25rem;transition:all .2s ease;width:24px}.PayrunDetails_removeButton__4iC\+b:hover{background-color:#fee2e2}.PayrunDetails_detailsGrid__liW2n{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.PayrunDetails_detailItem__Qfwrh{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem}.PayrunDetails_detailItem__Qfwrh span:first-child{color:#6b7280;display:block;font-size:.75rem;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.PayrunDetails_valueDisplay__EqyrP{color:#1f2937;font-size:1.125rem;font-weight:500}.PayrunDetails_amountDisplay__4nwCv{color:#059669;font-size:1.125rem;font-weight:600}.PayrunDetails_superDisplay__5R46i{color:#7c3aed;font-size:1.125rem;font-weight:600}.PayrunDetails_adjustmentForms__9d8GJ{border-top:1px solid #e5e7eb;padding-top:2rem}.PayrunDetails_adjustmentSection__A-XCT{margin-bottom:2rem}.PayrunDetails_adjustmentSection__A-XCT h3{color:#1f2937;font-size:1.125rem;font-weight:600;letter-spacing:-.02em;margin:0 0 1rem}.PayrunDetails_sectionHeader__SHX8f{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.PayrunDetails_textButton__5aXk3{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.875rem;font-weight:500;padding:0}.PayrunDetails_textButton__5aXk3:hover{text-decoration:underline}.PayrunDetails_adjustmentForm__3CIBf{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1rem;padding:1.5rem}.PayrunDetails_formRow__WIH1R{align-items:flex-end;display:flex;gap:1rem;margin-bottom:1rem}.PayrunDetails_formRow__WIH1R:last-child{margin-bottom:0}.PayrunDetails_formField__7IKpV{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.PayrunDetails_formField__7IKpV label{color:#4b5563;font-size:.8125rem;font-weight:500}.PayrunDetails_inputWithPrefix__RXEqm,.PayrunDetails_inputWithSuffix__rTrZT{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;overflow:hidden}.PayrunDetails_inputWithPrefix__RXEqm:focus-within,.PayrunDetails_inputWithSuffix__rTrZT:focus-within{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.PayrunDetails_inputPrefix__GIGAH,.PayrunDetails_inputSuffix__3jzfN{align-items:center;background:#f9fafb;border-right:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:.875rem;height:38px;padding:0 .75rem}.PayrunDetails_inputSuffix__3jzfN{border-left:1px solid #e5e7eb;border-right:none}.PayrunDetails_formField__7IKpV input,.PayrunDetails_formField__7IKpV select,.PayrunDetails_inputWithPrefix__RXEqm input,.PayrunDetails_inputWithSuffix__rTrZT input{background:#fff;border:none;color:#1f2937;flex:1 1;font-size:.9375rem;outline:none;padding:.6rem .75rem}.PayrunDetails_formField__7IKpV select{-webkit-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7280'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") no-repeat;background-position:right .75rem center;border:1px solid #e5e7eb;border-radius:8px;padding-right:2rem}.PayrunDetails_formField__7IKpV select:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.PayrunDetails_deleteButton__ymQob{align-items:center;background:none;border:none;border-radius:50%;color:#ef4444;cursor:pointer;display:flex;font-size:1.25rem;justify-content:center;margin-bottom:.625rem;padding:.5rem}.PayrunDetails_deleteButton__ymQob:hover{background:#fee2e2}.PayrunDetails_paySummary__1KjpS{background:#fff;border-radius:12px;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.PayrunDetails_calculationArea__I5rQ\+{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.PayrunDetails_baseCalculation__25lmd{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:180px 1fr;margin-bottom:1rem;width:100%}.PayrunDetails_labelWithDelete__XT0n2{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem;width:100%}.PayrunDetails_earningsLabel__NoFPu{align-items:center;color:#1f2937;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.PayrunDetails_inputDisplay__gCFv-,.PayrunDetails_inputWithPrefix__RXEqm{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex:1 1;overflow:hidden;position:relative}.PayrunDetails_hoursInput__TwkGM,.PayrunDetails_inputDisplay__gCFv- input,.PayrunDetails_inputWithPrefix__RXEqm input,.PayrunDetails_rateInput__Cy-BZ{background:#0000;border:none;color:#1f2937;font-size:.875rem;padding:.5rem 32px .5rem .5rem;width:100%}.PayrunDetails_inputPrefix__GIGAH,.PayrunDetails_inputUnit__GNAyk{align-items:center;background:#f3f4f6;border-left:1px solid #e5e7eb;color:#6b7280;display:inline-flex;font-size:.75rem;height:100%;justify-content:center;line-height:1;min-width:32px;padding:0;position:absolute;right:0;width:32px}.PayrunDetails_descriptionInput__7QKUU{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;font-size:.875rem;padding:.5rem .75rem;width:100%}.PayrunDetails_mathSymbol__ATCh2{align-items:center;color:#6b7280;display:flex;font-size:1.25rem;height:100%;justify-content:center;margin:0 .25rem;min-height:20px}.PayrunDetails_totalsArea__cTGiS{border-top:1px solid #e5e7eb;display:flex;gap:2rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem}.PayrunDetails_totalGroup__b0uca{display:flex;flex-direction:column;gap:.25rem}.PayrunDetails_totalLabel__RILkT{color:#6b7280;font-size:.875rem;font-weight:500}.PayrunDetails_superAmount__HriHA{color:#7c3aed;font-size:1rem;font-weight:500}.PayrunDetails_addButtonsContainer__9TnX6{border-top:1px solid #e5e7eb;display:flex;gap:2rem;padding:1rem 1.5rem}.PayrunDetails_addButton__5iufN{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.875rem;font-weight:500;padding:0}.PayrunDetails_addButton__5iufN:hover{text-decoration:underline}.PayrunDetails_addButtonContainer__5IxOr{position:relative}.PayrunDetails_wageTypesDropdown__d9xTi{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-width:300px;min-width:200px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}.PayrunDetails_addWagesContainer__6GKTt{position:relative}@media (max-width:768px){.PayrunDetails_addButtonsContainer__9TnX6{position:relative}.PayrunDetails_wageTypesDropdown__d9xTi{left:16px;max-height:300px;max-width:none;overflow-y:auto;position:absolute;right:16px;width:calc(100vw - 32px)}.PayrunDetails_superHeader__H70eP .PayrunDetails_wageTypesDropdown__d9xTi{bottom:auto;left:-230px;right:auto;top:100%;width:200px}.PayrunDetails_addButtonContainer__5IxOr,.PayrunDetails_addWagesContainer__6GKTt{position:static}}@media (min-width:769px){.PayrunDetails_superHeader__H70eP .PayrunDetails_wageTypesDropdown__d9xTi{bottom:calc(100% + 4px);top:auto;width:200px}}.PayrunDetails_wageTypeOption__9OCOr{color:#1f2937;cursor:pointer;font-size:.875rem;overflow:hidden;padding:.75rem 1rem;text-overflow:ellipsis;transition:background-color .2s;white-space:nowrap}.PayrunDetails_wageTypeOption__9OCOr:hover{background-color:#f3f4f6}.PayrunDetails_wageTypeOption__9OCOr:not(:last-child){border-bottom:1px solid #e5e7eb}.PayrunDetails_optionNote__99LeR{color:#6b7280;font-size:.75rem;margin-top:.25rem}.PayrunDetails_rawDataSection__d4Ya1{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;overflow-x:auto;padding:1rem}.PayrunDetails_rawData__hWipG{color:#1f2937;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;line-height:1.4;margin:0;white-space:pre-wrap;word-break:break-all}.PayrunDetails_error__ezt\+7,.PayrunDetails_loading__CW9Uv{color:#6b7280;padding:2rem;text-align:center}.PayrunDetails_employeeSummary__ua6jl{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem}.PayrunDetails_summaryTitle__6Prkg{color:#1f2937;font-size:1.125rem;font-weight:600;letter-spacing:-.02em;margin:0 0 1.5rem}.PayrunDetails_summaryGrid__e8yYH{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.PayrunDetails_summaryCard__M-Jfw{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.PayrunDetails_summaryCard__M-Jfw h5{color:#1f2937;font-size:.9375rem;font-weight:600;margin:0 0 .75rem}.PayrunDetails_summaryData__ZJaYP{grid-gap:.5rem 1rem;display:grid;gap:.5rem 1rem;grid-template-columns:auto 1fr}.PayrunDetails_employeeTabs__QU9B4{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem;padding:.5rem}.PayrunDetails_employeeTab__qgU6I{align-items:center;background:#f3f4f6;border:2px solid #0000;border-radius:50%;cursor:pointer;display:flex;font-size:1.25rem;height:44px;justify-content:center;padding:0;position:relative;transition:all .2s ease;width:44px}.PayrunDetails_employeeTab__qgU6I:hover{background:#e5e7eb}.PayrunDetails_employeeTab__qgU6I.PayrunDetails_active__RYrRk{background:#1f2937;border-color:#1f2937;color:#fff}.PayrunDetails_employeeTab__qgU6I .PayrunDetails_tooltip__W6Mmh{background:#1f2937;border-radius:4px;bottom:-30px;color:#fff;font-size:.75rem;left:50%;opacity:0;padding:.25rem .5rem;position:absolute;transform:translateX(-50%);transition:all .2s ease;visibility:hidden;white-space:nowrap;z-index:10}.PayrunDetails_employeeTab__qgU6I:hover .PayrunDetails_tooltip__W6Mmh{opacity:1;visibility:visible}@media (max-width:768px){.PayrunDetails_container__oNF5I{padding:1rem}.PayrunDetails_header__XaDvX{align-items:flex-start;flex-direction:column;gap:1rem}.PayrunDetails_payrunInfo__3r4Ip{flex-wrap:wrap;row-gap:.75rem;width:100%}.PayrunDetails_detailsGrid__liW2n{grid-template-columns:1fr}.PayrunDetails_formRow__WIH1R{align-items:stretch;flex-direction:column}.PayrunDetails_deleteButton__ymQob{align-self:center;margin-top:.5rem}.PayrunDetails_employeeCard__9Pxsb{padding:1rem}.PayrunDetails_summaryRow__-Ua98{align-items:flex-start;flex-direction:column;gap:.5rem}.PayrunDetails_mathOperator__rWaAv{align-self:flex-start;margin:0}.PayrunDetails_flexRow__POFgO{flex-wrap:wrap}.PayrunDetails_wageInput__8rzDh{flex-wrap:wrap;gap:.75rem}.PayrunDetails_wageInputLabel__1O7Pd{min-width:0;min-width:auto;width:100%}.PayrunDetails_descriptionInput__7QKUU{min-width:0!important;min-width:auto!important;width:100%}.PayrunDetails_amountInput__jdEzf,.PayrunDetails_hoursInput__TwkGM,.PayrunDetails_rateInput__Cy-BZ{flex:1 1;min-width:100px}.PayrunDetails_baseCalculation__25lmd{gap:.5rem;grid-template-columns:1fr}.PayrunDetails_earningsLabel__NoFPu{margin-bottom:.5rem}.PayrunDetails_hoursRate__dxHz1{flex-wrap:wrap}.PayrunDetails_descriptionInput__7QKUU,.PayrunDetails_inputDisplay__gCFv-,.PayrunDetails_inputWithPrefix__RXEqm{width:100%}.PayrunDetails_descriptionInput__7QKUU{margin-bottom:.5rem;margin-right:0}}.PayrunDetails_adjustmentButtons__tBFS3{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0}.PayrunDetails_adjustmentTypeButton__XIh5L{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.PayrunDetails_adjustmentTypeButton__XIh5L:hover{background-color:#f9fafb;border-color:#d1d5db}.PayrunDetails_nextButtonContainer__lpvHf{border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;margin-top:2rem;padding:1.5rem}.PayrunDetails_nextButton__T9B0J{background-color:#1f2937;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 2rem;transition:all .2s ease}.PayrunDetails_nextButton__T9B0J:hover{background-color:#111827;transform:translateY(-1px)}.PayrunDetails_nextButton__T9B0J:active{transform:translateY(0)}@media (max-width:768px){.PayrunDetails_nextButtonContainer__lpvHf{margin-top:1.5rem;padding:1rem}.PayrunDetails_nextButton__T9B0J{width:100%}}.PayrunDetails_leftSection__KNNlv{align-items:center;display:flex;gap:1rem}.PayrunDetails_employeeName__cMc8G{color:#1f2937;display:flex;flex-direction:column;font-weight:500;min-width:120px}.PayrunDetails_employeeName__cMc8G span{line-height:1.2}.PayrunDetails_employeeName__cMc8G span:first-child{font-size:.9375rem}.PayrunDetails_employeeName__cMc8G span:last-child{color:#4b5563;font-size:.875rem}@media (max-width:768px){.PayrunDetails_paySummary__1KjpS{flex-direction:column;gap:1rem;padding:1rem}.PayrunDetails_employeeInfo__IVxju{margin-bottom:1rem}.PayrunDetails_baseCalculation__25lmd{grid-gap:.75rem;border-bottom:1px solid #f3f4f6;display:grid;gap:.75rem;grid-template-columns:1fr;margin:0 -.75rem;padding:.75rem}.PayrunDetails_baseCalculation__25lmd:last-child{border-bottom:none}.PayrunDetails_earningsLabel__NoFPu{align-items:center;display:flex;justify-content:space-between;width:100%}.PayrunDetails_hoursRate__dxHz1{grid-gap:.5rem;align-items:center;display:grid;gap:.5rem;grid-template-columns:1fr auto 1fr;width:100%}.PayrunDetails_inputDisplay__gCFv-{max-width:none;width:100%}.PayrunDetails_inputDisplay__gCFv- input{text-align:center;width:100%}}@media (max-width:480px){.PayrunDetails_baseCalculation__25lmd{padding:.75rem 0}.PayrunDetails_hoursRate__dxHz1{gap:.5rem;grid-template-columns:1fr}.PayrunDetails_mathSymbol__ATCh2{justify-self:center;margin:-.25rem 0}.PayrunDetails_wageTypesDropdown__d9xTi{left:0;margin:0 1rem;right:0;width:auto}}.PayrunDetails_summaryRow__-Ua98{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;margin-bottom:.5rem;padding:.5rem 0}.PayrunDetails_summaryRow__-Ua98:last-child{border-bottom:none;margin-bottom:0}.PayrunDetails_summaryColumn__tJiUr{display:flex;flex:1 1;flex-direction:column;max-width:220px;min-width:120px}.PayrunDetails_summaryLabel__S7FK6{color:#6b7280;font-size:.75rem;margin-bottom:.25rem}.PayrunDetails_summaryValue__AKziC{color:#1f2937;font-size:.9375rem;font-weight:500}.PayrunDetails_summaryValueLarge__HSI43{color:#1f2937;font-size:1.125rem;font-weight:600}.PayrunDetails_mathOperator__rWaAv{align-self:center;color:#6b7280;font-size:1.25rem;font-weight:500;margin:0 .5rem}.PayrunDetails_mathOperatorSmall__w7HwT{color:#6b7280;font-size:.875rem;font-weight:500;margin:0 .25rem}.PayrunDetails_summaryInput__MvG4W{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden;padding:0;position:relative}.PayrunDetails_summaryInput__MvG4W input{border:none;color:#1f2937;flex:1 1;font-size:.9375rem;min-width:60px;outline:none;padding:.5rem}.PayrunDetails_currencyPrefix__KhUk0{color:#6b7280;font-size:.875rem;padding:0 .5rem 0 .75rem}.PayrunDetails_compactSelect__oieaZ{border:none;cursor:pointer;margin-left:auto;outline:none}.PayrunDetails_compactSelect__oieaZ,.PayrunDetails_superNote__oOwU\+{background-color:#f9fafb;border-left:1px solid #e5e7eb;color:#6b7280;font-size:.75rem;padding:.5rem}.PayrunDetails_superNote__oOwU\+{white-space:nowrap}.PayrunDetails_smallDeleteButton__iz-VV{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1rem;font-weight:600;margin-left:auto;padding:.5rem}.PayrunDetails_smallDeleteButton__iz-VV:hover{background-color:#fee2e2}.PayrunDetails_smallAddButton__sO3Jc{align-items:center;background:#f3f4f6;border:none;border-radius:4px;color:#7c3aed;cursor:pointer;display:flex;font-size:16px;height:20px;justify-content:center;line-height:1;margin-left:4px;min-width:20px;padding:0;transition:all .15s ease;width:20px}.PayrunDetails_smallAddButton__sO3Jc:hover{background:#e5e7eb}.PayrunDetails_flexRow__POFgO{align-items:center;display:flex;gap:.25rem}.PayrunDetails_smallInput__e1zjd{border:1px solid #e5e7eb;border-radius:4px;font-size:.875rem;outline:none;padding:.375rem;width:40px}.PayrunDetails_unitText__XGaY4{color:#6b7280;font-size:.75rem}.PayrunDetails_inlineSelect__EeqsG{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.75rem;margin-left:.5rem;outline:none;padding:0;text-decoration:underline}.PayrunDetails_descriptionInput__7QKUU::placeholder{color:#9ca3af}.PayrunDetails_descriptionInput__7QKUU:focus{background:#f3f4f6!important;outline:none}.PayrunDetails_wageInput__8rzDh{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:1rem;padding:.75rem 0}.PayrunDetails_wageInputLabel__1O7Pd{color:#1f2937;font-size:.875rem;font-weight:500;min-width:140px}.PayrunDetails_amountInput__jdEzf,.PayrunDetails_hoursInput__TwkGM,.PayrunDetails_rateInput__Cy-BZ{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;font-size:.875rem;padding:.5rem .75rem;width:120px}.PayrunDetails_amountInput__jdEzf::placeholder,.PayrunDetails_hoursInput__TwkGM::placeholder,.PayrunDetails_rateInput__Cy-BZ::placeholder{color:#9ca3af}.PayrunDetails_infoIcon__bXsZF{align-items:center;color:#6b7280;cursor:help;display:inline-flex;font-size:12px;height:16px;justify-content:center;margin-left:6px;position:relative;transition:color .2s ease;width:16px}.PayrunDetails_infoIcon__bXsZF:hover{color:#1f2937}.PayrunDetails_tooltip__W6Mmh{align-items:center;cursor:help;display:inline-flex;margin-left:.5rem;position:relative}.PayrunDetails_tooltip__W6Mmh svg{color:#6b7280;height:16px;transition:color .2s ease;width:16px}.PayrunDetails_tooltip__W6Mmh:hover svg{color:#1f2937}.PayrunDetails_tooltipText__FqXtP{background-color:#1f2937;border-radius:8px;bottom:125%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#fff;font-size:.875rem;left:50%;line-height:1.4;max-width:220px;opacity:0;padding:.75rem;position:absolute;transform:translateX(-50%);transition:opacity .2s ease;visibility:hidden;white-space:normal;width:-webkit-max-content;width:max-content;z-index:1}.PayrunDetails_tooltipText__FqXtP:after{border:5px solid #0000;border-top-color:#1f2937;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.PayrunDetails_tooltip__W6Mmh:hover .PayrunDetails_tooltipText__FqXtP{opacity:1;visibility:visible}@media (max-width:1000px){.PayrunDetails_paySummary__1KjpS{padding:1rem}.PayrunDetails_employeeInfo__IVxju{align-items:center;flex-direction:row;justify-content:space-between}}@media (min-width:481px) and (max-width:768px){.PayrunDetails_inputWithPrefix__RXEqm{max-width:100%;width:100%}.PayrunDetails_hoursRate__dxHz1{align-items:center;display:flex;flex-direction:row;width:100%}.PayrunDetails_baseCalculation__25lmd:has(.PayrunDetails_inputWithPrefix__RXEqm:only-child) .PayrunDetails_hoursRate__dxHz1{justify-content:flex-start}.PayrunDetails_baseCalculation__25lmd:has(.PayrunDetails_descriptionInput__7QKUU) .PayrunDetails_hoursRate__dxHz1{grid-gap:.75rem;align-items:center;display:grid;gap:.75rem;grid-template-columns:minmax(100px,1fr) 160px}.PayrunDetails_descriptionInput__7QKUU{margin-right:0;width:100%}.PayrunDetails_baseCalculation__25lmd:has(.PayrunDetails_descriptionInput__7QKUU) .PayrunDetails_hoursRate__dxHz1 .PayrunDetails_descriptionInput__7QKUU,.PayrunDetails_baseCalculation__25lmd:has(.PayrunDetails_descriptionInput__7QKUU) .PayrunDetails_hoursRate__dxHz1 .PayrunDetails_inputWithPrefix__RXEqm{height:38px;margin-bottom:0}}.PayrunDetails_descriptionInput__7QKUU{max-width:none!important;min-width:0!important}.PayrunDetails_dropdownSection__oKhgN{border-top:1px solid #e5e7eb;margin-top:.5rem;padding-top:.5rem}.PayrunDetails_dropdownHeader__HamJW{color:#6b7280;font-size:.75rem;font-weight:500;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.PayrunDetails_taxStatusSelect__trHKu{-webkit-appearance:none;appearance:none;background:#f9fafb url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E") no-repeat right 8px center/20px;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;cursor:pointer;font-size:.875rem;padding:8px 32px 8px 12px;transition:all .2s ease;width:100%}.PayrunDetails_taxStatusSelect__trHKu:hover{background-color:#f3f4f6}.PayrunDetails_taxStatusSelect__trHKu:focus{background-color:#fff;border-color:#6b7280;box-shadow:0 0 0 2px #6b72801a;outline:none}.PayrunDetails_allowanceGrid__reUZq{align-items:start;grid-template-columns:1fr 1fr 1fr 120px}.PayrunDetails_allowanceGrid__reUZq .PayrunDetails_descriptionInput__7QKUU{min-width:120px}@media (max-width:768px){.PayrunDetails_allowanceGrid__reUZq{gap:.5rem;grid-template-columns:1fr}.PayrunDetails_allowanceTypeSelect__FyltJ,.PayrunDetails_descriptionInput__7QKUU,.PayrunDetails_inputWithPrefix__RXEqm,.PayrunDetails_taxStatusSelect__trHKu{width:100%}}.PayrunDetails_allowanceTypeSelect__FyltJ{-webkit-appearance:none;appearance:none;background:#f9fafb url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E") no-repeat right 8px center/20px;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;cursor:pointer;font-size:.875rem;padding:8px 32px 8px 12px;transition:all .2s ease;width:100%}.PayrunDetails_allowanceTypeSelect__FyltJ:required:invalid,.PayrunDetails_allowanceTypeSelect__FyltJ[value=""]{background-color:#fef2f2;border-color:#ef4444}.PayrunDetails_allowanceTypeSelect__FyltJ:required:invalid:hover,.PayrunDetails_allowanceTypeSelect__FyltJ[value=""]:hover{background-color:#fee2e2}.PayrunDetails_allowanceTypeSelect__FyltJ:required:invalid:focus,.PayrunDetails_allowanceTypeSelect__FyltJ[value=""]:focus{border-color:#ef4444;box-shadow:0 0 0 2px #ef44441a}.PayrunDetails_allowanceTypeSelect__FyltJ:hover{background-color:#f3f4f6}.PayrunDetails_allowanceTypeSelect__FyltJ:focus{background-color:#fff;border-color:#6b7280;box-shadow:0 0 0 2px #6b72801a;outline:none}.PayrunDetails_baseCalculation__25lmd:has(.PayrunDetails_allowanceTypeSelect__FyltJ) .PayrunDetails_hoursRate__dxHz1{align-items:center;display:flex;gap:.5rem}@media (max-width:768px){.PayrunDetails_baseCalculation__25lmd:has(.PayrunDetails_allowanceTypeSelect__FyltJ) .PayrunDetails_hoursRate__dxHz1{flex-direction:column;gap:.75rem}.PayrunDetails_allowanceTypeSelect__FyltJ{width:100%}}.PayrunDetails_allowanceType__Decli{color:#6b7280;font-size:.875rem;margin-left:.5rem}.PayrunDetails_baseCalculation__25lmd:has(.PayrunDetails_allowanceTypeSelect__FyltJ) .PayrunDetails_hoursRate__dxHz1{align-items:flex-start;flex-wrap:wrap;gap:.75rem}@media (max-width:768px){.PayrunDetails_allowanceTypeSelect__FyltJ{margin-bottom:.75rem;margin-right:0;width:100%}}@media (max-width:768px){.PayrunDetails_baseCalculation__25lmd:has(.PayrunDetails_taxStatusSelect__trHKu) .PayrunDetails_hoursRate__dxHz1{flex-direction:column;gap:.75rem}.PayrunDetails_hoursRate__dxHz1{align-items:stretch;flex-direction:column;gap:.75rem;width:100%}.PayrunDetails_mathSymbol__ATCh2{display:none}}.PayrunDetails_allowanceTypeSelect__FyltJ{flex:1 1;margin-right:.75rem;min-width:0}.PayrunDetails_taxStatusSelect__trHKu{flex:1 1;min-width:0}.PayrunDetails_descriptionInput__7QKUU{flex:1 1;margin-right:.75rem;min-width:0}.PayrunDetails_hoursRate__dxHz1{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.PayrunDetails_hoursRate__dxHz1:last-child{margin-bottom:0}@media (max-width:768px){.PayrunDetails_hoursRate__dxHz1{flex-direction:column;gap:.5rem}.PayrunDetails_allowanceTypeSelect__FyltJ,.PayrunDetails_descriptionInput__7QKUU,.PayrunDetails_taxStatusSelect__trHKu{margin-right:0;width:100%}}.PayrunDetails_allowanceGrid__reUZq{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);width:100%}.PayrunDetails_allowanceGrid__reUZq .PayrunDetails_descriptionInput__7QKUU{flex:none;min-width:100%;width:100%}@media (max-width:768px){.PayrunDetails_allowanceGrid__reUZq{grid-template-columns:1fr}}.PayrunDetails_baseCalculation__25lmd:has(.PayrunDetails_allowanceGrid__reUZq) .PayrunDetails_hoursRate__dxHz1{margin:0;padding:0}.PayrunDetails_superHeader__H70eP{align-items:center;display:flex;justify-content:space-between;position:relative}.PayrunDetails_superHeader__H70eP .PayrunDetails_addButtonContainer__5IxOr{position:relative}.PayrunDetails_superHeader__H70eP .PayrunDetails_wageTypesDropdown__d9xTi{bottom:calc(100% + 4px);right:-32px;top:auto;width:250px}@media (max-width:768px){.PayrunDetails_wageTypesDropdown__d9xTi{max-height:300px;overflow-y:auto;position:absolute;right:0;width:250px}.PayrunDetails_superHeader__H70eP .PayrunDetails_wageTypesDropdown__d9xTi{right:-100px}}@media (min-width:769px){.PayrunDetails_superHeader__H70eP .PayrunDetails_wageTypesDropdown__d9xTi{bottom:calc(100% + 4px);top:auto}}.People_container__nU0SS{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:0 24px;width:calc(100% - 48px)}.People_header__ivBPu{margin-bottom:2.5rem;padding-bottom:0}.People_title__eK\+dy{color:#1a1a1a;font-family:Inter,-apple-system,sans-serif;font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin:0 0 1.5rem}.People_tabs__uhESl{border-bottom:1px solid #e5e5e5;display:flex;gap:2rem;margin-bottom:-1px}.People_tab__KTEuS{background:none;border:none;color:#6b7280;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.9375rem;font-weight:500;padding:.75rem 0;position:relative;transition:all .2s ease}.People_tab__KTEuS:hover{color:#1f2937}.People_activeTab__H59XM{color:#1f2937;font-weight:600}.People_activeTab__H59XM:after{background-color:#1f2937;border-radius:2px 2px 0 0;bottom:-1px;content:"";height:2px;left:0;position:absolute;right:0}.People_employeeList__N2vWJ{display:flex;flex-direction:column;gap:1rem}.People_employeeRow__kSCdd{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px #0000000d;display:flex;justify-content:space-between;padding:1.5rem;transition:all .2s ease}.People_employeeRow__kSCdd:hover{border-color:#d1d5db}.People_employeeInfo__XJytz{align-items:center;display:flex;flex:1 1;gap:1rem}.People_employeeAvatar__xuB4F{align-items:center;background:#f9fafb;border-radius:12px;display:flex;font-size:2rem;height:3rem;justify-content:center;width:3rem}.People_employeeDetails__SMsDU{display:flex;flex-direction:column;gap:.5rem}.People_employeeDetails__SMsDU h3{color:#1f2937;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;margin:0}.People_employeeStatus__Ph3Yl{align-items:center;display:flex;gap:1rem}.People_progressBar__W\+439{background:#f3f4f6;border-radius:3px;height:6px;overflow:hidden;width:100px}.People_progressFill__JbuM4{background:#000;border-radius:4px;height:100%;transition:width .3s ease}.People_progressPercentage__FYqOL{background:#f3f4f6;border-radius:8px;color:#6b7280;display:inline-block;font-size:.75rem;margin-left:.5rem;padding:.2rem .4rem}.People_incomplete__L\+JOn{background-color:#fff7ed;color:#f59e0b}.People_incomplete__L\+JOn,.People_optional__OGrBA{border-radius:8px;display:inline-block;font-weight:500;margin-top:.5rem;padding:.25rem .5rem}.People_optional__OGrBA{background-color:#f3f4f6;color:#6b7280}.People_statusText__bSDhU{color:#6b7280;font-size:.875rem;min-width:140px}.People_usageStatus__BtzBP{border-radius:1rem;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.People_canUse__HXN12{background:#ecfdf5;color:#047857}.People_cannotUse__\+mlLy{background:#fef3c7;border-radius:12px;color:#b45309;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.People_editButton__vtufP{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.People_editButton__vtufP:hover{background:#f9fafb;border-color:#d1d5db}.People_cardGrid__wt9sg{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));width:100%}.People_card__LbiM9{background:#fff;border:none;border-radius:24px;cursor:pointer;overflow:hidden;padding:2rem;position:relative;text-align:left;transition:all .3s ease}.People_card__LbiM9:first-child{background:linear-gradient(135deg,#f0f9ff,#e6f3ff)}.People_card__LbiM9:nth-child(2){background:linear-gradient(135deg,#fff7ed,#fef3c7)}.People_card__LbiM9.People_comingSoon__OYcAB{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);cursor:not-allowed;opacity:.6;position:relative}.People_card__LbiM9:not(.People_comingSoon__OYcAB):hover{box-shadow:0 12px 24px #0000000d;transform:translateY(-4px)}.People_cardContent__i0pG6{display:flex;flex-direction:column;position:relative;z-index:1}.People_avatarGroup__MozfN{display:flex;margin-bottom:1.5rem;margin-left:-.5rem}.People_avatar__42bph{filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));font-size:2.5rem;margin-right:-1rem}.People_textContent__t\+ZX0{position:relative}.People_textContent__t\+ZX0 h3{color:#1a1a1a;font-family:Inter,-apple-system,sans-serif;font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin:0 0 .5rem}.People_textContent__t\+ZX0 p{color:#4b5563;font-family:Inter,-apple-system,sans-serif;font-size:.9375rem;line-height:1.5;margin:0}.People_comingSoonBadge__BDOcx{align-items:center;background:#6b728026;border-radius:1rem;color:#6b7280;display:inline-flex;font-size:.75rem;font-weight:500;margin-left:.75rem;padding:.25rem .75rem;position:absolute;right:0;top:0}.People_comingSoon__OYcAB .People_textContent__t\+ZX0 h3{color:#6b7280}.People_comingSoon__OYcAB .People_textContent__t\+ZX0 p{color:#9ca3af}.People_comingSoon__OYcAB:after{background:#ffffff1a;border-radius:24px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@media (max-width:768px){.People_container__nU0SS{padding:0 16px;width:calc(100% - 32px)}.People_employeeStatus__Ph3Yl{align-items:flex-start;flex-direction:column;gap:.5rem}.People_progressBar__W\+439{width:100%}.People_statusText__bSDhU{min-width:auto}.People_cardGrid__wt9sg{gap:1rem;grid-template-columns:1fr}.People_card__LbiM9{padding:1.5rem}.People_avatar__42bph{font-size:2rem}}.People_loadingState__WcsxZ{color:#6b7280;font-size:.9375rem}.People_emptyState__YUzGH,.People_loadingState__WcsxZ{align-items:center;background:#fff;border:1px solid #f3f4f6;border-radius:12px;display:flex;justify-content:center;padding:3rem}.People_emptyState__YUzGH{flex-direction:column;text-align:center}.People_emptyState__YUzGH p{color:#6b7280;font-size:.9375rem;margin:0 0 1rem}.People_addFirstButton__xu\+wN{background:#1f2937;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.People_addFirstButton__xu\+wN:hover{background:#111827}.People_completionStatus__ykoGh span{color:#6b7280;display:block;font-size:.875rem;margin-top:.5rem}.People_tag__ItipH{background:#f3f4f6;color:#6b7280;font-weight:500;margin-right:.5rem}.People_payrollFrequency__19xow,.People_tag__ItipH{border-radius:8px;display:inline-block;font-size:.75rem;padding:.2rem .4rem}.People_payrollFrequency__19xow{background:#e0f2fe;color:#0369a1;font-weight:600;margin-left:.5rem}.People_jobTitle__tC492{color:#1f2937;display:inline-block;font-size:.875rem;font-weight:500}.People_missingInfoContainer__fL6uQ{margin-top:.5rem}.People_missingInfo__oNOsR{color:#6b7280;display:block;font-size:.875rem;margin-bottom:.25rem}.People_missingTag__6kNBA{background:#ede9fe;border-radius:8px;color:#7c3aed;display:inline-block;font-size:.75rem;font-weight:600;margin-right:.5rem;padding:.2rem .4rem}.AddEmployeeModal_modalOverlay__tQQKZ{align-items:center;animation:AddEmployeeModal_fadeIn__K8Wn3 .2s ease-out;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.AddEmployeeModal_modal__r44e4{animation:AddEmployeeModal_slideUp__zMuU- .3s ease-out;background:#fff;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;padding:2rem;position:relative;width:100%}.AddEmployeeModal_modalHeader__XhC9Z{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.AddEmployeeModal_modalHeader__XhC9Z h2{color:#1a1a1a;font-family:Inter,-apple-system,sans-serif;font-size:1.5rem;font-weight:600;margin:0}.AddEmployeeModal_closeButton__u8ScZ{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;padding:.5rem;transition:all .2s ease}.AddEmployeeModal_closeButton__u8ScZ:hover{background:#f3f4f6;color:#1f2937}.AddEmployeeModal_form__WIm8P{display:flex;flex-direction:column;gap:1.5rem}.AddEmployeeModal_inputGroup__4pgl8{display:flex;flex-direction:column;gap:.5rem;max-width:100%}.AddEmployeeModal_inputGroup__4pgl8 label{color:#374151;font-size:.875rem;font-weight:500}.AddEmployeeModal_inputGroup__4pgl8 input{border:1px solid #e5e7eb;border-radius:.75rem;font-size:.9375rem;padding:.75rem 1rem;transition:all .2s ease}.AddEmployeeModal_inputGroup__4pgl8 input:focus{border-color:#1f2937;box-shadow:0 0 0 3px #1f29371a;outline:none}.AddEmployeeModal_inputGroup__4pgl8 input:-webkit-autofill,.AddEmployeeModal_inputGroup__4pgl8 input:-webkit-autofill:active,.AddEmployeeModal_inputGroup__4pgl8 input:-webkit-autofill:focus,.AddEmployeeModal_inputGroup__4pgl8 input:-webkit-autofill:hover{-webkit-text-fill-color:#1f2937!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.AddEmployeeModal_emailSection__FNN16{display:flex;flex-direction:column;gap:1rem;max-width:100%}.AddEmployeeModal_emailToggleContainer__ew5Fs{background:#f3f4f6;border-radius:12px;cursor:pointer;display:flex;padding:4px;position:relative;width:100%}.AddEmployeeModal_toggleOption__1BgvL{border-radius:8px;color:#6b7280;flex:1 1;font-size:.875rem;font-weight:500;padding:8px 16px;text-align:center;transition:all .2s ease;-webkit-user-select:none;user-select:none;z-index:1}.AddEmployeeModal_toggleOption__1BgvL:hover:not(.AddEmployeeModal_active__t3mR\+){color:#374151}.AddEmployeeModal_toggleOption__1BgvL.AddEmployeeModal_active__t3mR\+{background:#1f2937;color:#fff}.AddEmployeeModal_emailInput__Hy\+ji{margin-top:.5rem;max-width:100%;width:100%}.AddEmployeeModal_emailInput__Hy\+ji input{border:1px solid #e5e7eb;border-radius:.75rem;box-sizing:border-box;font-size:.9375rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.AddEmployeeModal_emailInput__Hy\+ji input:focus{border-color:#1f2937;box-shadow:0 0 0 3px #1f29371a;outline:none}.AddEmployeeModal_emailInput__Hy\+ji input:-webkit-autofill,.AddEmployeeModal_emailInput__Hy\+ji input:-webkit-autofill:active,.AddEmployeeModal_emailInput__Hy\+ji input:-webkit-autofill:focus,.AddEmployeeModal_emailInput__Hy\+ji input:-webkit-autofill:hover{-webkit-text-fill-color:#1f2937!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.AddEmployeeModal_emailStatus__BDqDa{align-items:center;background:#f3f4f6;border-radius:.75rem;display:flex;justify-content:space-between;padding:.75rem 1rem}.AddEmployeeModal_emailStatus__BDqDa p{color:#6b7280;font-size:.875rem;margin:0}.AddEmployeeModal_addEmailButton__IBmlG{background:none;border:none;border-radius:.5rem;color:#1f2937;cursor:pointer;font-size:.875rem;font-weight:500;padding:.25rem .5rem;transition:all .2s ease}.AddEmployeeModal_addEmailButton__IBmlG:hover{background:#1f29371a}.AddEmployeeModal_submitButton__X-S1u{align-items:center;align-self:flex-end;background:#e5e7eb;border:none;border-radius:.75rem;color:#9ca3af;cursor:not-allowed;display:flex;height:2.5rem;justify-content:center;padding:0;transition:all .2s ease;width:2.5rem}.AddEmployeeModal_submitButton__X-S1u svg{height:1.25rem;width:1.25rem}.AddEmployeeModal_submitButton__X-S1u.AddEmployeeModal_active__t3mR\+{background:#1f2937;color:#fff;cursor:pointer}.AddEmployeeModal_submitButton__X-S1u.AddEmployeeModal_active__t3mR\+:hover{background:#111827}@keyframes AddEmployeeModal_fadeIn__K8Wn3{0%{opacity:0}to{opacity:1}}@keyframes AddEmployeeModal_slideUp__zMuU-{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.AddEmployeeModal_modal__r44e4{margin:1rem;padding:1.5rem}}input{box-sizing:border-box;width:100%}.EmployeeDetails_container__PyZR3{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:0 24px 5rem;width:calc(100% - 48px)}.EmployeeDetails_navigationWrapper__PV3iM{background:#fff;border-bottom:1px solid #e5e5e5;position:-webkit-sticky;position:sticky;top:60px;z-index:9}.EmployeeDetails_header__qS6n7{align-items:center;display:flex;justify-content:space-between;padding:1.5rem 0}.EmployeeDetails_headerLeft__Pz5Mb{align-items:center;display:flex;gap:1rem}.EmployeeDetails_backButton__nQjR9{align-items:center;background:#0000;border:none;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;height:40px;justify-content:center;outline:none;padding:0;transition:all .2s ease;width:40px}.EmployeeDetails_backButton__nQjR9:hover{background:#f9fafb;color:#1f2937}.EmployeeDetails_backButton__nQjR9:active{background:#f3f4f6}.EmployeeDetails_backButton__nQjR9:focus{outline:none}.EmployeeDetails_title__E1\+ON{color:#1a1a1a;font-family:Inter,-apple-system,sans-serif;font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin:0}.EmployeeDetails_saveButton__EVP7b{background:#e5e7eb;border:none;border-radius:8px;color:#6b7280;cursor:not-allowed;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.EmployeeDetails_saveButton__EVP7b.EmployeeDetails_hasChanges__Zt8xH{background:#1f2937;color:#fff;cursor:pointer}.EmployeeDetails_saveButton__EVP7b.EmployeeDetails_hasChanges__Zt8xH:hover{background:#111827}.EmployeeDetails_saveButton__EVP7b:disabled{cursor:not-allowed;opacity:.7}.EmployeeDetails_tabs__N2nU8{display:flex;gap:2rem;padding-bottom:.25rem}.EmployeeDetails_tab__iuMLl{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;font-family:Inter,-apple-system,sans-serif;font-size:.9375rem;font-weight:500;gap:.5rem;padding:.75rem 0;position:relative;transition:all .2s ease}.EmployeeDetails_tab__iuMLl:hover{color:#1f2937}.EmployeeDetails_activeTab__\+rzdm{color:#1f2937;font-weight:600}.EmployeeDetails_activeTab__\+rzdm:after{background-color:#1f2937;border-radius:2px 2px 0 0;bottom:-1px;content:"";height:2px;left:0;position:absolute;right:0}.EmployeeDetails_tabComplete__7daSN{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:inline-flex;font-size:.75rem;height:18px;justify-content:center;width:18px}.EmployeeDetails_tabInProgress__f2BCH{align-items:center;background:#f3f4f6;border-radius:1rem;color:#6b7280;display:inline-flex;font-size:.625rem;justify-content:center;min-width:26px;padding:.125rem .375rem}.EmployeeDetails_progressContainer__zl3Tv{align-items:center;display:flex;flex:1 1;gap:1rem;margin:1.5rem 0;max-width:400px}.EmployeeDetails_progressBar__QYZrQ{background:#f3f4f6;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.EmployeeDetails_progressFill__\+gPgs{background:#1f2937;border-radius:4px;height:100%;transition:width .3s ease}.EmployeeDetails_progressLabel__\+HdUe{color:#6b7280;font-size:.875rem;min-width:120px;white-space:nowrap}.EmployeeDetails_onboardingGuide__qLR0S{background:#f0f9ff;border-left:4px solid #0ea5e9;border-radius:12px;gap:1rem;margin-bottom:1rem;margin-top:1rem;padding:1.25rem}.EmployeeDetails_guideIcon__Z3w0n{align-items:center;display:flex;font-size:1.5rem;justify-content:center}.EmployeeDetails_guideContent__b8sum h3{color:#0369a1;font-family:Inter,-apple-system,sans-serif;margin:0 0 .5rem}.EmployeeDetails_guideContent__b8sum p{color:#0c4a6e;font-size:.9375rem}.EmployeeDetails_formSection__6usv\+{background:#fff;border:1px solid #f3f4f6;border-radius:12px;margin-bottom:5rem;margin-top:2rem;padding:2rem}.EmployeeDetails_section__jVEF2{margin-bottom:2.5rem}.EmployeeDetails_section__jVEF2:last-child{margin-bottom:0}.EmployeeDetails_sectionTitle__HHCxd{color:#1a1a1a;font-family:Inter,-apple-system,sans-serif;font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin:0 0 1.5rem}.EmployeeDetails_sectionTitleRow__70yhE{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.EmployeeDetails_inlineSalary__ndpG0{background-color:#f9fafb;border-radius:6px;color:#6b7280;font-size:.875rem;font-weight:500;padding:4px 12px}.EmployeeDetails_formGroup__zblYU{display:flex;flex-direction:column;gap:.5rem}.EmployeeDetails_formGroup__zblYU label{align-items:center;color:#374151;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.EmployeeDetails_required__4iStZ{color:#ef4444;font-size:.875rem;font-weight:500}.EmployeeDetails_tooltip__oJy63{color:#6b7280;cursor:help;display:inline-flex;margin-left:6px;position:relative}.EmployeeDetails_tooltip__oJy63 svg{height:16px;width:16px}.EmployeeDetails_tooltipText__rZLQt{background-color:#1f2937;border-radius:8px;bottom:140%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#fff;font-size:13px;font-weight:400;left:50%;line-height:1.5;max-width:250px;opacity:0;padding:8px 12px;position:absolute;text-align:center;transform:translateX(-50%);transition:opacity .3s,visibility .3s;visibility:hidden;width:-webkit-max-content;width:max-content;z-index:100}.EmployeeDetails_tooltipText__rZLQt:after{border:5px solid #0000;border-top-color:#1f2937;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.EmployeeDetails_tooltip__oJy63:hover .EmployeeDetails_tooltipText__rZLQt{opacity:1;visibility:visible}.EmployeeDetails_formGroup__zblYU input,.EmployeeDetails_formGroup__zblYU textarea{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;color:#1f2937;font-size:.9375rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.EmployeeDetails_formGroup__zblYU input:-webkit-autofill,.EmployeeDetails_formGroup__zblYU input:-webkit-autofill:active,.EmployeeDetails_formGroup__zblYU input:-webkit-autofill:focus,.EmployeeDetails_formGroup__zblYU input:-webkit-autofill:hover,.EmployeeDetails_formGroup__zblYU select:-webkit-autofill,.EmployeeDetails_formGroup__zblYU select:-webkit-autofill:active,.EmployeeDetails_formGroup__zblYU select:-webkit-autofill:focus,.EmployeeDetails_formGroup__zblYU select:-webkit-autofill:hover{-webkit-text-fill-color:#1f2937!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.EmployeeDetails_formGroup__zblYU select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:16px 16px;border:1px solid #e5e7eb;border-radius:.75rem;color:#1f2937;font-size:.9375rem;padding:.75rem 2.5rem .75rem 1rem;transition:all .2s ease;width:100%}.EmployeeDetails_formGroup__zblYU input:focus,.EmployeeDetails_formGroup__zblYU select:focus{border-color:#1f2937;box-shadow:0 0 0 3px #1f29371a;outline:none}.EmployeeDetails_formGroup__zblYU input.EmployeeDetails_incomplete__MQwC5,.EmployeeDetails_formGroup__zblYU select.EmployeeDetails_incomplete__MQwC5{background-color:#fff5f5;border-color:#fca5a5}.EmployeeDetails_formGroup__zblYU input.EmployeeDetails_incomplete__MQwC5:focus,.EmployeeDetails_formGroup__zblYU select.EmployeeDetails_incomplete__MQwC5:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.EmployeeDetails_formGrid__juWaw{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.EmployeeDetails_placeholderSection__6I8Ix{align-items:center;background:#fff;border:1px solid #f3f4f6;border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:3rem 2rem;text-align:center}.EmployeeDetails_placeholderIcon__QE\+X8{font-size:3rem;margin-bottom:1.5rem}.EmployeeDetails_placeholderTitle__S7Kyk{color:#1a1a1a;font-family:Inter,-apple-system,sans-serif;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.EmployeeDetails_placeholderText__fkZ8E{color:#4b5563;font-size:1rem;line-height:1.6;margin:0 0 2rem;max-width:600px}.EmployeeDetails_nextStepGuide__qAFhm{background:#f9fafb;border-radius:8px;max-width:500px;padding:1.5rem;text-align:left;width:100%}.EmployeeDetails_nextStepGuide__qAFhm p{font-weight:500;margin:0 0 .75rem}.EmployeeDetails_nextStepGuide__qAFhm ol{margin:0;padding-left:1.5rem}.EmployeeDetails_nextStepGuide__qAFhm li{margin-bottom:.5rem}.EmployeeDetails_nextStepGuide__qAFhm li:last-child{margin-bottom:0}.EmployeeDetails_formNavigation__WR4HI{display:flex;justify-content:space-between;margin-top:2rem}.EmployeeDetails_nextButton__xmuc\+,.EmployeeDetails_prevButton__WBUnb{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.EmployeeDetails_nextButton__xmuc\+:hover,.EmployeeDetails_prevButton__WBUnb:hover{background:#f9fafb;border-color:#d1d5db}.EmployeeDetails_nextButton__xmuc\+{align-items:center;background:#1f2937;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Inter,-apple-system,sans-serif;font-size:.9375rem;font-weight:500;gap:.75rem;padding:.875rem 1.5rem;transition:all .2s ease}.EmployeeDetails_nextButton__xmuc\+:hover{background:#111827}.EmployeeDetails_nextButton__xmuc\+.EmployeeDetails_readyNext__CNXuX{background:#059669}.EmployeeDetails_nextButton__xmuc\+.EmployeeDetails_readyNext__CNXuX:hover{background:#047857}.EmployeeDetails_nextButton__xmuc\+.EmployeeDetails_disabled__JIQtD{align-items:center;border-radius:50%;display:flex;height:46px;justify-content:center;padding:0;width:46px}.EmployeeDetails_modalOverlay__f\+0p8{align-items:center;animation:EmployeeDetails_fadeIn__2H-T3 .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.EmployeeDetails_modal__Wq6\+U{animation:EmployeeDetails_slideUp__9zk9N .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:460px;overflow:hidden;padding:0;width:100%}.EmployeeDetails_modalHeader__yszIC{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:1rem;padding:1.5rem}.EmployeeDetails_warningIcon__rJ5PQ{color:#f59e0b;flex-shrink:0}.EmployeeDetails_modal__Wq6\+U h2{color:#1a1a1a;font-family:Inter,-apple-system,sans-serif;font-size:1.25rem;font-weight:600;margin:0}.EmployeeDetails_modal__Wq6\+U p{color:#4b5563;font-size:.9375rem;line-height:1.5;margin:0;padding:1.5rem}.EmployeeDetails_modalButtons__UJ74b{background:#f9fafb;border-top:1px solid #f3f4f6;display:flex;gap:1rem;padding:1.5rem}.EmployeeDetails_modalSaveButton__GHtXh{align-items:center;background:#1a1a1a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-family:Inter,-apple-system,sans-serif;font-size:.9375rem;font-weight:500;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;transition:all .2s ease}.EmployeeDetails_modalSaveButton__GHtXh:hover{background:#000}.EmployeeDetails_modalSaveButton__GHtXh:disabled{opacity:.7}.EmployeeDetails_discardButton__nzwg4{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1a1a1a;cursor:pointer;flex:1 1;font-family:Inter,-apple-system,sans-serif;font-size:.9375rem;font-weight:500;padding:.875rem 1.5rem;transition:all .2s ease}.EmployeeDetails_discardButton__nzwg4:hover{background:#f9fafb;border-color:#d1d5db}.EmployeeDetails_loadingSpinner__nwd9z{animation:EmployeeDetails_spin__UflPO 1s ease-in-out infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:1rem;width:1rem}@keyframes EmployeeDetails_spin__UflPO{to{transform:rotate(1turn)}}@keyframes EmployeeDetails_fadeIn__2H-T3{0%{opacity:0}to{opacity:1}}@keyframes EmployeeDetails_slideUp__9zk9N{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.EmployeeDetails_progressFooter__bsJT0{align-items:center;background:#fff;border-top:1px solid #f3f4f6;bottom:0;box-shadow:0 -4px 6px -1px #0000000d;display:flex;justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;right:0;z-index:50}@media (min-width:769px){.EmployeeDetails_progressFooter__bsJT0{left:250px}}@media (max-width:768px){.EmployeeDetails_container__PyZR3{padding:0 16px 8rem;width:calc(100% - 32px)}.EmployeeDetails_formGrid__juWaw{grid-template-columns:1fr}.EmployeeDetails_modalButtons__UJ74b{flex-direction:row;gap:.75rem;padding:1rem}.EmployeeDetails_tabs__N2nU8{gap:1rem;margin-bottom:0;overflow-x:auto}.EmployeeDetails_tab__iuMLl{white-space:nowrap}.EmployeeDetails_progressFooter__bsJT0{flex-direction:row;left:0;padding:.75rem 1rem}.EmployeeDetails_progressContainer__zl3Tv{max-width:70%;width:70%}.EmployeeDetails_progressLabel__\+HdUe{font-size:.75rem;min-width:auto}.EmployeeDetails_nextStepGuide__qAFhm{padding:1rem}}.EmployeeDetails_arrowButton__Sf9gx{align-items:center;background:#e5e7eb;border:none;border-radius:50%;color:#9ca3af;cursor:not-allowed;display:flex;height:48px;justify-content:center;padding:0;transition:all .3s ease;width:48px}.EmployeeDetails_arrowButton__Sf9gx.EmployeeDetails_active__l\+Bku{background:#059669;box-shadow:0 4px 6px -1px #05966933;color:#fff;cursor:pointer}.EmployeeDetails_arrowButton__Sf9gx.EmployeeDetails_active__l\+Bku:hover{background:#047857;transform:translateX(2px)}.EmployeeDetails_arrowButton__Sf9gx.EmployeeDetails_active__l\+Bku:active{transform:scale(.95)}.EmployeeDetails_nextButton__xmuc\+.EmployeeDetails_disabled__JIQtD{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.EmployeeDetails_nextButton__xmuc\+.EmployeeDetails_disabled__JIQtD:hover{background:#e5e7eb}.EmployeeDetails_formErrorBanner__8rVZT{align-items:center;animation:EmployeeDetails_fadeIn__2H-T3 .3s ease;background-color:#fee2e2;border:1px solid #fecaca;border-radius:.75rem;color:#dc2626;display:flex;font-size:.9375rem;font-weight:500;gap:.75rem;margin-bottom:1.5rem;padding:.875rem 1rem}.EmployeeDetails_formErrorBanner__8rVZT svg{color:#dc2626;flex-shrink:0}.EmployeeDetails_phoneInputWrapper__kNg9L{align-items:center;display:flex;position:relative;width:100%}.EmployeeDetails_flagIcon__CcV8Z{align-items:center;display:flex;font-size:1.25rem;justify-content:center;left:1rem;position:absolute;z-index:2}.EmployeeDetails_phoneInputWrapper__kNg9L input{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;color:#1f2937;font-size:.9375rem;padding:.75rem 1rem .75rem 3rem;transition:all .2s ease;width:100%}.EmployeeDetails_phoneInputWrapper__kNg9L input:focus{border-color:#1f2937;box-shadow:0 0 0 1px #1f2937;outline:none}.EmployeeDetails_phoneInputWrapper__kNg9L input.EmployeeDetails_incomplete__MQwC5{background-color:#fff5f5;border-color:#f87171}.EmployeeDetails_phoneInputWrapper__kNg9L input.EmployeeDetails_incomplete__MQwC5:focus{border-color:#f87171;box-shadow:0 0 0 1px #f87171}.EmployeeDetails_loadingSkeleton__0o-U\+{animation:EmployeeDetails_fadeIn__2H-T3 .3s ease;width:100%}@keyframes EmployeeDetails_pulse__uBOk6{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}.EmployeeDetails_skeletonHeader__HmUvT{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 0}.EmployeeDetails_skeletonBackButton__hvrQZ{border-radius:50%;height:40px;width:40px}.EmployeeDetails_skeletonBackButton__hvrQZ,.EmployeeDetails_skeletonTitle__axF5s{animation:EmployeeDetails_pulse__uBOk6 1.5s ease-in-out infinite;background-color:#f3f4f6}.EmployeeDetails_skeletonTitle__axF5s{border-radius:6px;height:30px;margin-left:1rem;width:200px}.EmployeeDetails_skeletonSaveButton__z13LN{animation:EmployeeDetails_pulse__uBOk6 1.5s ease-in-out infinite;background-color:#f3f4f6;border-radius:8px;height:40px;margin-left:auto;width:120px}.EmployeeDetails_skeletonTabs__-nKXa{border-bottom:1px solid #f3f4f6;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.EmployeeDetails_skeletonTab__l5B8f{animation:EmployeeDetails_pulse__uBOk6 1.5s ease-in-out infinite;background-color:#f3f4f6;border-radius:4px;height:24px;width:100px}.EmployeeDetails_skeletonFormSection__dA5KF{margin-bottom:2rem}.EmployeeDetails_skeletonSectionTitle__ifwOe{animation:EmployeeDetails_pulse__uBOk6 1.5s ease-in-out infinite;background-color:#f3f4f6;border-radius:4px;height:24px;margin-bottom:1.5rem;width:180px}.EmployeeDetails_skeletonFormGrid__KyTrz{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:2rem}.EmployeeDetails_skeletonFormGroup__5GE4V{animation:EmployeeDetails_pulse__uBOk6 1.5s ease-in-out infinite;background-color:#f3f4f6;border-radius:8px;height:80px}.EmployeeDetails_skeletonFooter__zhP\+a{align-items:center;background:#fff;border-top:1px solid #f3f4f6;bottom:0;box-shadow:0 -4px 6px -1px #0000000d;display:flex;height:70px;justify-content:space-between;left:0;padding:0 2rem;position:fixed;right:0;z-index:50}.EmployeeDetails_skeletonProgressBar__rWGf5{border-radius:5px;height:10px;width:200px}.EmployeeDetails_skeletonArrowButton__CHDxZ,.EmployeeDetails_skeletonProgressBar__rWGf5{animation:EmployeeDetails_pulse__uBOk6 1.5s ease-in-out infinite;background-color:#f3f4f6}.EmployeeDetails_skeletonArrowButton__CHDxZ{border-radius:50%;height:48px;width:48px}@media (min-width:769px){.EmployeeDetails_skeletonFooter__zhP\+a{left:250px}}.EmployeeDetails_salarySummary__6yF0e{background-color:#f9fafb;border-radius:8px;margin-top:20px;padding:16px 20px}.EmployeeDetails_salarySummary__6yF0e h3{color:#4b5563;font-size:.9375rem;font-weight:500;margin:0 0 8px}.EmployeeDetails_calculatedRate__n0yci{align-items:baseline;display:flex}.EmployeeDetails_currencySymbol__G9\+YT{color:#1f2937;font-size:1.25rem;margin-right:2px}.EmployeeDetails_rateValue__CaASO{color:#1f2937;font-size:2rem;font-weight:600;line-height:1}.EmployeeDetails_rateUnit__PaEFU{color:#6b7280;font-size:1rem;margin-left:2px}.EmployeeDetails_hourlyRateDisplay__kKnQs{align-items:center;background-color:#f9fafb;border-radius:6px;display:flex;font-size:.875rem;margin:4px 0 16px;padding:8px 12px}.EmployeeDetails_hourlyRateLabel__8qg\+U{color:#6b7280;margin-right:8px}.EmployeeDetails_hourlyRateValue__kj4js{color:#1f2937;font-weight:600}.EmployeeDetails_exemptionOptions__Sw4VV{background-color:#f8f9fa;border-radius:12px;grid-column:1/-1;margin-top:1rem;padding:1.25rem}.EmployeeDetails_exemptionOptions__Sw4VV h3{color:#333;font-size:.95rem;font-weight:500;margin-bottom:1rem;margin-top:0}.EmployeeDetails_exemptionGrid__X0Esr{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr}@media (max-width:600px){.EmployeeDetails_exemptionGrid__X0Esr{grid-template-columns:1fr}}.EmployeeDetails_exemptionButton__j0rsb{background-color:#fff;border:1px solid #e1e4e8;border-radius:8px;color:#333;cursor:pointer;font-size:.9rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease}.EmployeeDetails_exemptionButton__j0rsb:hover{background-color:#f0f2f5;border-color:#d0d7de}.EmployeeDetails_fieldError__\+TCfP{color:#e53e3e;font-size:.8rem;margin-top:.25rem}.EmployeeDetails_checkboxLabel__sDgv5{justify-content:space-between}.EmployeeDetails_labelText__ghcPO{align-items:center;display:flex;gap:.5rem}.EmployeeDetails_checkbox__7rJGI{cursor:pointer}.EmployeeDetails_secondaryButton__rRLT2{background:none;border:none;color:#4f46e5;cursor:pointer;font-size:.875rem;margin-top:.5rem;padding:0;text-align:left;text-decoration:underline}.EmployeeDetails_secondaryButton__rRLT2:hover{color:#4338ca}.EmployeeDetails_inputWithPrefix__tALpZ{align-items:center;display:flex;position:relative}.EmployeeDetails_currencyPrefix__SB0xQ{color:var(--text-secondary);left:10px;position:absolute;z-index:2}.EmployeeDetails_inputWithPrefix__tALpZ input{padding-left:26px}.EmployeeDetails_fundTypeGrid__Pdt3D{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.EmployeeDetails_fundTypeOption__jn7U9{align-items:center;background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:16px;transition:all .2s ease-in-out}.EmployeeDetails_fundTypeOption__jn7U9:hover{background-color:var(--bg-hover);border-color:var(--primary-color-light)}.EmployeeDetails_fundTypeOptionSelected__wAmiO{background-color:var(--primary-color-lightest);border-color:var(--primary-color)}.EmployeeDetails_fundTypeIcon__NMja2{font-size:24px;margin-bottom:8px}.EmployeeDetails_fundTypeName__t1Iln{font-weight:500;text-align:center}.EmployeeDetails_superInfoText__O1uxO{color:var(--text-secondary);font-size:.85rem;line-height:1.4;margin-bottom:16px;margin-top:8px}.EmployeeDetails_tooltip__oJy63 .EmployeeDetails_tooltipText__rZLQt{line-height:1.4;max-width:220px;white-space:normal}.EmployeeDetails_contributionSettings__eSR4o{margin-top:24px}.EmployeeDetails_checkboxLabel__sDgv5{align-items:center;cursor:pointer;display:flex;-webkit-user-select:none;user-select:none}.EmployeeDetails_checkboxLabel__sDgv5 .EmployeeDetails_labelText__ghcPO{align-items:center;display:flex;margin-right:12px}.EmployeeDetails_checkbox__7rJGI{height:18px;margin-right:0;width:18px}.EmployeeDetails_onboardingGuide__qLR0S{background-color:var(--info-light);border:1px solid var(--info-border);border-radius:8px;display:flex;margin-top:24px;padding:16px}.EmployeeDetails_guideIcon__Z3w0n{font-size:20px;margin-right:12px}.EmployeeDetails_guideContent__b8sum h3{font-size:1rem;font-weight:600;margin:0 0 8px}.EmployeeDetails_guideContent__b8sum p{color:var(--text-secondary);font-size:.9rem;line-height:1.5;margin:0}.EmployeeDetails_taxOptionsGrid__INank{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-top:1rem}.EmployeeDetails_taxOptionsGrid__INank .EmployeeDetails_formGroup__zblYU{background-color:#f7f7f8;border-radius:12px;margin-bottom:0;padding:14px 16px;transition:all .2s ease}.EmployeeDetails_taxOptionsGrid__INank .EmployeeDetails_formGroup__zblYU:hover{background-color:#ececf1}.EmployeeDetails_taxOptionsGrid__INank .EmployeeDetails_checkboxLabel__sDgv5{cursor:pointer;display:flex;justify-content:space-between;width:100%}@media (max-width:768px){.EmployeeDetails_taxOptionsGrid__INank{grid-template-columns:1fr}}.EmployeeDetails_taxInputSection__mj1sY{background-color:#f9fafb;border-radius:12px;margin-top:1.5rem;padding:1.5rem}.EmployeeDetails_taxSectionTitle__zA7CJ{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.EmployeeDetails_tfnExemptionContainer__cyoVe,.EmployeeDetails_tfnInputContainer__8dJ1i{margin-bottom:1.5rem}.EmployeeDetails_tfnInputGroup__X1Zfs{display:flex;flex-direction:column;gap:.75rem}.EmployeeDetails_tfnInputWithAction__gHsiq{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 2px #0000000d;display:flex;gap:1rem;padding:4px}.EmployeeDetails_tfnInputWithAction__gHsiq input{border:none;border-radius:8px;color:#1f2937;flex:1 1;font-size:1rem;letter-spacing:1px;padding:12px 16px}.EmployeeDetails_tfnInputWithAction__gHsiq input:focus{box-shadow:none;outline:none}.EmployeeDetails_tfnInputWithAction__gHsiq select{background-position:right 16px center;border:none;border-radius:8px;color:#1f2937;flex:1 1;font-size:1rem;padding:12px 16px}.EmployeeDetails_actionButton__YkN\+C{background:#f3f4f6;border:none;border-radius:8px;color:#4b5563;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.9375rem;font-weight:500;margin-right:4px;padding:10px 16px;transition:all .2s ease;white-space:nowrap}.EmployeeDetails_actionButton__YkN\+C:hover{background:#e5e7eb;color:#1f2937}.EmployeeDetails_exemptionExplanation__6\+hxK{color:#4b5563;font-size:.9375rem;margin:0 0 1rem}.EmployeeDetails_taxOptionContainer__w4SGN{margin-top:1.5rem}.EmployeeDetails_taxQuestionsDescription__Ksyq2{color:#4b5563;font-size:.9375rem;margin-bottom:1.5rem}.EmployeeDetails_taxQuestionsList__JWO-x{display:flex;flex-direction:column;gap:1rem}.EmployeeDetails_taxQuestionItem__IjlvV{align-items:center;background:#f9fafb;border-radius:12px;display:flex;justify-content:space-between;padding:1rem;transition:all .2s ease}.EmployeeDetails_taxQuestionItem__IjlvV:hover{background:#f3f4f6}.EmployeeDetails_taxQuestionText__gevbB{align-items:center;display:flex;gap:.5rem}.EmployeeDetails_taxQuestionLabel__A8c8t{color:#1f2937;font-size:.9375rem;font-weight:500}.EmployeeDetails_taxQuestionButtons__gRfaa{display:flex;gap:.5rem}.EmployeeDetails_taxAnswerButton__1tWUp{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#4b5563;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.875rem;font-weight:500;min-width:4rem;padding:.5rem 1rem;transition:all .2s ease}.EmployeeDetails_taxAnswerButton__1tWUp:hover{border-color:#d1d5db;color:#1f2937}.EmployeeDetails_taxAnswerButton__1tWUp.EmployeeDetails_selected__AwIby{background:#1f2937;border-color:#1f2937;color:#fff}.EmployeeDetails_taxQuestionDropdown__DP1FW{min-width:12rem}.EmployeeDetails_taxQuestionDropdown__DP1FW select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 16px;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;padding:.5rem 2.5rem .5rem .75rem;width:100%}@media (max-width:768px){.EmployeeDetails_tfnInputWithAction__gHsiq{align-items:stretch;flex-direction:column}.EmployeeDetails_actionButton__YkN\+C{width:100%}.EmployeeDetails_taxQuestionItem__IjlvV{align-items:flex-start;flex-direction:column;gap:.75rem}.EmployeeDetails_taxQuestionButtons__gRfaa,.EmployeeDetails_taxQuestionDropdown__DP1FW{width:100%}.EmployeeDetails_taxAnswerButton__1tWUp{flex:1 1;text-align:center}}.EmployeeDetails_additionalInfoSection__7QjG7{background-color:#fff;border-radius:12px;display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;padding:1.25rem}.EmployeeDetails_additionalInfoTitle__oxNH8{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.EmployeeDetails_taxCheckboxItem__J1apm{align-items:center;display:flex;padding:.4rem 0}.EmployeeDetails_taxCheckbox__w9rYk{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;height:18px;margin-right:12px;position:relative;transition:all .2s ease;width:18px}.EmployeeDetails_taxCheckbox__w9rYk:checked{background-color:#1f2937;border-color:#1f2937}.EmployeeDetails_taxCheckbox__w9rYk:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:8px;left:6px;position:absolute;top:3px;transform:rotate(45deg);width:4px}.EmployeeDetails_taxCheckbox__w9rYk:hover{border-color:#9ca3af}.EmployeeDetails_taxCheckboxLabel__wfTI7{color:#1f2937;cursor:pointer;font-size:1rem}.EmployeeDetails_infoNote__1Uvx7{align-items:center;background-color:#f9fafb;border-radius:8px;color:#6b7280;display:flex;font-size:.8125rem;gap:.5rem;line-height:1.4;margin-top:.5rem;padding:.5rem}.EmployeeDetails_infoNote__1Uvx7 svg{flex-shrink:0}.EmployeeDetails_infoNote__1Uvx7 span{flex:1 1}.EmployeeDetails_tfnProgressContainer__Wx8Nt{background-color:#f9fafb;border-radius:.75rem;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:1rem}.EmployeeDetails_tfnProgressContainer__Wx8Nt .EmployeeDetails_progressBar__QYZrQ{background:#e5e7eb;border-radius:4px;height:8px;overflow:hidden;width:100%}.EmployeeDetails_tfnProgressContainer__Wx8Nt .EmployeeDetails_progressFill__\+gPgs{background:#1f2937;border-radius:4px;height:100%;transition:width .3s ease}.EmployeeDetails_tfnProgressContainer__Wx8Nt .EmployeeDetails_progressLabel__\+HdUe{color:#4b5563;font-size:.875rem;text-align:center}.EmployeeDetails_optionalLabel__gOYQ9{color:var(--color-neutral-500);font-size:.875rem;font-weight:400;margin-left:.5rem}.EmployeeDetails_holidayList__jWeee{background:var(--color-neutral-50);border-radius:12px;margin-top:2rem;padding:1.5rem}.EmployeeDetails_holidayListTitle__Wydp0{color:var(--color-neutral-900);font-size:1.125rem;font-weight:600;margin-bottom:1rem}.EmployeeDetails_holidayListContent__i1cWS{display:flex;flex-direction:column;gap:.75rem}.EmployeeDetails_holidayItem__UepbF{align-items:center;background:#fff;border:1px solid var(--color-neutral-100);border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.EmployeeDetails_holidayDate__VCeTM{color:var(--color-neutral-700);font-weight:500}.EmployeeDetails_holidayName__oUeS9{color:var(--color-neutral-600)}.EmployeeDetails_optionalContainer__zh69c{align-items:center;background-color:#f3f4f6;border-radius:12px;color:#6b7280;display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;padding:.25rem .5rem}.EmployeeDetails_scheduleGrid__JLJsB{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);padding:1rem}.EmployeeDetails_scheduleInput__ReVba{display:flex;flex-direction:column;gap:.5rem}.EmployeeDetails_scheduleInput__ReVba label{align-items:center;color:#374151;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.EmployeeDetails_scheduleInput__ReVba input{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;color:#1f2937;font-size:.9375rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.EmployeeDetails_scheduleInput__ReVba input:focus{border-color:#1f2937;box-shadow:0 0 0 3px #1f29371a;outline:none}.EmployeeDetails_penaltyRateBadge__7ooN\+{background:#fef3c7;border-radius:6px;color:#92400e;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.EmployeeDetails_totalHours__9q8kN{align-items:center;background:#f9fafb;border-radius:8px;display:flex;font-weight:500;justify-content:space-between;margin:1rem;padding:.75rem 1rem}.EmployeeDetails_validTotal__JkPWz{color:#059669}.EmployeeDetails_invalidTotal__yZ35G{color:#dc2626}.EmployeeDetails_modalSaveButton__GHtXh:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.EmployeeDetails_modalSaveButton__GHtXh:disabled:hover{background:#e5e7eb}.Extensions_container__wTcG-,.Reports_container__B2yKp,.Superannuation_container__Md5-8{padding:2rem}.Leave_container__4GWO4{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:0 24px;width:calc(100% - 48px)}.Leave_pageHeader__6Znrd{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;padding:1.5rem 0}.Leave_titleContainer__bxT24{flex-grow:1}.Leave_title__3KTeg{color:#1a1a1a;font-family:Inter,-apple-system,sans-serif;font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin:0}.Leave_tabs__QuJxj{border-bottom:1px solid #e5e7eb;display:flex;gap:2rem;margin-bottom:-1px}.Leave_tab__kUYkP{background:none;border:none;color:#6b7280;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.9375rem;font-weight:500;padding:.75rem 0;position:relative;transition:all .2s ease}.Leave_tab__kUYkP:hover{color:#1f2937}.Leave_activeTab__vWSRZ{color:#1f2937;font-weight:600}.Leave_activeTab__vWSRZ:after{background-color:#1f2937;border-radius:2px 2px 0 0;bottom:-1px;content:"";height:2px;left:0;position:absolute;right:0}.Leave_contentArea__r3lh-{padding:1.5rem 0}.Leave_emptyState__dbjnQ,.Leave_errorState__T-yZb,.Leave_loadingState__4F1Iy,.Leave_noBalances__RiMFn{background-color:#f9fafb;border-radius:12px;color:#6b7280;font-size:1rem;margin-top:1rem;padding:3rem 1rem;text-align:center}.Leave_errorState__T-yZb{background-color:#fee2e2;border:1px solid #fecaca;color:#dc2626}.Leave_employeeCardGrid__1XAJx{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));width:100%}.Leave_employeeCard__rhAs8{background-color:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 2px 4px #00000005;display:flex;flex-direction:column;padding:1.5rem;transition:box-shadow .2s ease,border-color .2s ease}.Leave_cardHeader__YHBG9{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.Leave_cardHeaderActions__0I58M{display:flex;gap:.5rem}.Leave_cardEmployeeInfo__3fwPb{align-items:center;display:flex;gap:.75rem}.Leave_employeeEmoji__JqwGF{align-items:center;background-color:#f3f4f6;border-radius:8px;display:flex;font-size:1.5rem;height:40px;justify-content:center;width:40px}.Leave_employeeName__n3x3a{color:#1f2937;font-size:1.125rem;font-weight:600}.Leave_cardBody__ZQwnY{flex-grow:1}.Leave_balancesGrid__zXxvk{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.Leave_balanceItem__mKZ26{background-color:#f9fafb;border-radius:8px;display:flex;flex-direction:column;gap:.3rem;padding:.75rem;position:relative}.Leave_leaveTypeInfo__8jZtB{align-items:center;display:flex;gap:.4rem;margin-bottom:.2rem}.Leave_leaveTypeEmoji__WGxw\+{font-size:1rem}.Leave_leaveTypeName__xCoEV{color:#4b5563;font-size:.8rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Leave_leaveBalanceValue__8q0YR{color:#1f2937;font-size:1rem;font-weight:600}.Leave_noBalancesCard__5ZqDY{background-color:#f9fafb;border-radius:8px;color:#6b7280;font-size:.875rem;padding:1rem;text-align:center}.Leave_onboardingNeededMessage__K9pN1{background-color:#fffbeb;border-radius:8px;color:#b45309;font-size:.875rem;font-weight:500;padding:1rem;text-align:center}.Leave_removeLeaveButton__Ncl1w{align-items:center;background:#0000;border:none;border-radius:50%;color:#9ca3af;cursor:pointer;display:flex;font-size:1.3rem;height:24px;justify-content:center;line-height:1;padding:0;position:absolute;right:.4rem;top:.4rem;transition:background-color .2s ease,color .2s ease;width:24px;z-index:1}.Leave_removeLeaveButton__Ncl1w:hover{background-color:#fee2e2;color:#ef4444}.Leave_removeLeaveButton__Ncl1w:disabled{background-color:initial;color:#d1d5db;cursor:not-allowed}.Leave_editButton__\+fB84{background-color:#1f2937;border:1px solid #0000;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.6rem 1.25rem;transition:all .2s ease}.Leave_editButton__\+fB84:hover{background-color:#111827}.Leave_editButton__\+fB84:disabled{background-color:#e5e7eb;border-color:#0000;color:#9ca3af;cursor:not-allowed}.Leave_modalOverlay__bCUH1{align-items:center;animation:Leave_fadeIn__NAJVW .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.Leave_modal__4E4FF{animation:Leave_slideUp__6H209 .3s ease;background:#fff;border-radius:16px;box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:column;max-width:500px;overflow:hidden;padding:0;width:90%}.Leave_modalHeader__UYG3t{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.Leave_modalHeader__UYG3t h2{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.Leave_closeButton__y-hS2{align-items:center;background:none;border:none;border-radius:50%;color:#9ca3af;cursor:pointer;display:flex;font-size:1.75rem;height:32px;justify-content:center;line-height:1;padding:.25rem;width:32px}.Leave_closeButton__y-hS2:hover{background:#f3f4f6;color:#1f2937}.Leave_modalContent__oitct{max-height:60vh;overflow-y:auto;padding:1.5rem}.Leave_modalContent__oitct p{color:#4b5563;font-size:.9375rem;line-height:1.5;margin:0 0 1rem}.Leave_modalContent__oitct p:last-of-type{margin-bottom:0}.Leave_modalBalancesGrid__amFxv{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.Leave_modalBalanceItem__MmgIS{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr auto}.Leave_modalBalanceItem__MmgIS label{align-items:center;color:#374151;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.Leave_balanceInput__yl6WF{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;font-size:.9375rem;font-weight:500;max-width:120px;padding:.6rem .75rem;text-align:right;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.Leave_balanceInput__yl6WF:focus{border-color:#1f2937;box-shadow:0 0 0 3px #1f29371a;outline:none}.Leave_modalActions__U4uch{background:#f9fafb;border-top:1px solid #f0f0f0;display:flex;gap:.75rem;justify-content:flex-end;padding:1.25rem 1.5rem}.Leave_cancelButton__2Dike,.Leave_saveButton__Kn2W4{border:1px solid #0000;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.6rem 1.25rem;transition:all .2s ease}.Leave_saveButton__Kn2W4{background-color:#1f2937;color:#fff}.Leave_saveButton__Kn2W4:hover{background-color:#111827}.Leave_saveButton__Kn2W4:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.Leave_cancelButton__2Dike{background-color:#fff;border-color:#d1d5db;color:#4b5563}.Leave_cancelButton__2Dike:hover{background-color:#f9fafb;border-color:#adb5bd}.Leave_confirmModal__dLIrt{max-width:450px}.Leave_confirmNote__Rify8{background-color:#f9fafb;border-radius:8px;color:#6b7280!important;font-size:.875rem!important;margin-top:1rem!important;padding:.75rem}.Leave_confirmDisableButton__0crla{background-color:#dc2626;border:1px solid #0000;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.6rem 1.25rem;transition:all .2s ease}.Leave_confirmDisableButton__0crla:hover{background-color:#b91c1c}.Leave_confirmDisableButton__0crla:disabled{background-color:#fca5a5;cursor:not-allowed}.Leave_requestFormContainer__0Dw4L{background-color:#fff;border:1px solid #f3f4f6;border-radius:12px;margin:1rem auto;max-width:600px;padding:2rem}.Leave_requestFormContainer__0Dw4L h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.Leave_requestForm__AZ6PR{display:flex;flex-direction:column;gap:1rem}.Leave_formGroup__jzhQR{display:flex;flex-direction:column;gap:.5rem}.Leave_formGroup__jzhQR label{color:#374151;font-size:.875rem;font-weight:500}.Leave_formGroup__jzhQR input,.Leave_formGroup__jzhQR select,.Leave_formGroup__jzhQR textarea{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;color:#1f2937;font-size:.9375rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.Leave_formGroup__jzhQR select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:16px 16px;padding-right:2.5rem}.Leave_formGroup__jzhQR input:focus,.Leave_formGroup__jzhQR select:focus,.Leave_formGroup__jzhQR textarea:focus{border-color:#1f2937;box-shadow:0 0 0 3px #1f29371a;outline:none}.Leave_formRow__2SdQC{display:flex;gap:1rem}.Leave_formRow__2SdQC>.Leave_formGroup__jzhQR{flex:1 1}.Leave_submitButton__wjZ4H{background:#1f2937;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Inter,-apple-system,sans-serif;font-size:.9375rem;font-weight:500;margin-top:1rem;padding:.875rem 1.5rem;transition:all .2s ease}.Leave_submitButton__wjZ4H:hover{background:#111827}@keyframes Leave_fadeIn__NAJVW{0%{opacity:0}to{opacity:1}}@keyframes Leave_slideUp__6H209{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Leave_container__4GWO4{padding:0 16px;width:calc(100% - 32px)}.Leave_pageHeader__6Znrd{align-items:flex-start;flex-direction:column;gap:1rem}.Leave_tabs__QuJxj{border-bottom:1px solid #e5e7eb;margin-bottom:0;overflow-x:auto;padding-bottom:.5rem;width:100%}.Leave_contentArea__r3lh-{padding-top:1rem}.Leave_balancesGrid__zXxvk{grid-template-columns:1fr}.Leave_formRow__2SdQC{flex-direction:column}}.Leave_attioEnableLeaveButton__Nu5x0{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #1f293708;color:#1f2937;cursor:pointer;display:flex;font-family:Inter,-apple-system,sans-serif;font-size:1rem;font-weight:500;height:44px;justify-content:center;margin-bottom:.5rem;min-width:0;padding:.5rem 1.2rem;transition:background .18s,border-color .18s,color .18s,box-shadow .18s}.Leave_attioEnableLeaveButton__Nu5x0:focus,.Leave_attioEnableLeaveButton__Nu5x0:hover{background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 2px 8px #1f293712;color:#111827;outline:none}.Leave_attioEnableLeaveButton__Nu5x0:disabled{background:#f9fafb;border-color:#e5e7eb;box-shadow:none;color:#9ca3af;cursor:not-allowed}.PayrollLanding_heroBg__wSFn3{align-items:flex-start;background:linear-gradient(135deg,#f8fafc 60%,#f3f4f6);display:flex;flex-direction:column;font-family:Inter,-apple-system,sans-serif;justify-content:flex-start;min-height:100vh;overflow:hidden;position:relative}.PayrollLanding_circlesBg__jO24g{height:120vw;left:50%;max-height:1200px;max-width:1200px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:120vw;z-index:0}.PayrollLanding_circle1__Lf3tH,.PayrollLanding_circle2__zs1I3,.PayrollLanding_circle3__Jog\+u{border:1.5px solid #e5e7eb;border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.PayrollLanding_circle1__Lf3tH{border-color:#e0e7ef;height:90vw;max-height:900px;max-width:900px;width:90vw}.PayrollLanding_circle2__zs1I3{border-color:#e5e7eb;height:65vw;max-height:650px;max-width:650px;width:65vw}.PayrollLanding_circle3__Jog\+u{border-color:#f3f4f6;height:40vw;max-height:400px;max-width:400px;width:40vw}.PayrollLanding_centerContent__HsYNw{align-items:center;background:none;background-color:red;box-shadow:none;display:flex;flex-direction:column;gap:1.5rem;margin:2.5rem auto 0;max-width:420px;padding:0;position:relative;width:100%;z-index:2}.PayrollLanding_logo__WgYOI{height:60px;margin-bottom:.5rem;width:60px}.PayrollLanding_headline__eDdR6{color:#1a1a1a;font-size:2.1rem;font-weight:800;letter-spacing:-.01em;line-height:1.1;margin:0 0 .5rem;text-align:center}.PayrollLanding_gradientText__wBMV7{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(90deg,#7c3aed,#6366f1);-webkit-background-clip:text;background-clip:text}.PayrollLanding_subheadline__JDMOo{color:#4b5563;font-size:1.08rem;line-height:1.5;margin:0 0 .5rem;text-align:center}.PayrollLanding_emailInputPill__RRJI7{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;box-shadow:0 1px 6px #1f29370d;display:flex;gap:.1rem;margin:0 auto;max-width:480px;padding:.12rem .12rem .12rem .3rem;position:relative}.PayrollLanding_emailInputLabel__qQULw{background:#0000;color:#6b7280;font-size:.93rem;font-weight:400;left:1.2rem;letter-spacing:-.01em;pointer-events:none;position:absolute;top:.32rem;z-index:2}.PayrollLanding_emailInput__OiNkb{align-items:center;background:#0000;border:none;border-radius:999px;box-shadow:none;color:#18181b;display:flex;flex:2 1 320px;font-family:inherit;font-size:1.05rem;height:2.6rem;margin-right:0;min-width:180px;outline:none;padding:.9rem .3rem;z-index:1}.PayrollLanding_emailInput__OiNkb:focus{background:#0000;outline:none}.PayrollLanding_ctaButton__X6Bfn{align-items:center;background:linear-gradient(90deg,#7c3aed,#6366f1);border:none;border-radius:999px;box-shadow:0 2px 8px #1f29371a;color:#fff;cursor:pointer;display:flex;font-size:1.08rem;font-weight:700;height:2.6rem;justify-content:center;letter-spacing:-.01em;margin-left:0;padding:0 1.2rem;transition:background .18s,box-shadow .18s,transform .14s;white-space:nowrap;z-index:1}.PayrollLanding_ctaButton__X6Bfn:focus,.PayrollLanding_ctaButton__X6Bfn:hover{background:linear-gradient(90deg,#6366f1,#7c3aed);box-shadow:0 4px 16px #1f293721;outline:none;transform:translateY(-2px) scale(1.03)}.PayrollLanding_ctaButton__X6Bfn:active{background:linear-gradient(90deg,#6366f1,#7c3aed);box-shadow:0 2px 8px #1f29371a;transform:translateY(2px) scale(.97)}.PayrollLanding_confirmation__L4W75{background:#ecfdf5;border-radius:16px;color:#059669;font-size:1.08rem;font-weight:600;margin-top:.5rem;padding:1.2rem;text-align:center;width:100%}.PayrollLanding_error__AJ9qb{background:#fef2f2;border-radius:12px;color:#dc2626;font-size:1.01rem;margin-top:.5rem;padding:.7rem 1.1rem;text-align:center;width:100%}.PayrollLanding_supportingCopy__0\+eg-{color:#4b5563;font-size:1.01rem;line-height:1.5;margin:.7rem 0 0;max-width:420px;text-align:center}.PayrollLanding_featureTag__FLk-x{align-items:center;background:#fff;border:1.2px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 12px #1f293712;color:#1f2937;display:flex;font-size:1.01rem;font-weight:500;gap:.5rem;opacity:.97;padding:.55rem 1.1rem;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;z-index:2}.PayrollLanding_featureIcon__90CnC{font-size:1.15em}.PayrollLanding_tagTop__Y3hNk{left:50%;top:2%;transform:translate(-50%)}.PayrollLanding_tagTopRight__1p3Mf{right:7%;top:8%}.PayrollLanding_tagRight__ygJJW{right:2%;top:50%;transform:translateY(-50%)}.PayrollLanding_tagBottomLeft__oU\+xa{bottom:8%;left:7%}.PayrollLanding_tagLeft__jkn6g{left:2%;top:50%;transform:translateY(-50%)}.PayrollLanding_tagBottom__VhZ1p{bottom:2%;left:50%;transform:translate(-50%)}.PayrollLanding_tagLeftTop__tUqXJ{left:2%;top:8%;transform:none}.PayrollLanding_tagLeftBottom__pVli3{bottom:8%;left:2%;transform:none}.PayrollLanding_tagRightTop__1jrVw{right:2%;top:8%;transform:none}.PayrollLanding_tagRightBottom__FzbBJ{bottom:8%;right:2%;transform:none}.PayrollLanding_tagBottomCenter__qvmN4{bottom:2%;left:50%;transform:translate(-50%)}@media (max-width:900px){.PayrollLanding_centerContent__HsYNw{margin-top:1.2rem;max-width:98vw;padding:2rem 1rem 1.5rem}.PayrollLanding_headline__eDdR6{font-size:1.3rem}.PayrollLanding_featureTag__FLk-x{font-size:.97rem;padding:.45rem .8rem}.PayrollLanding_logo__WgYOI{height:44px;width:44px}}@media (max-width:600px){.PayrollLanding_centerContent__HsYNw{margin-top:.7rem;max-width:99vw;padding:1.2rem .5rem 1rem}.PayrollLanding_headline__eDdR6{font-size:1.05rem}.PayrollLanding_featureTag__FLk-x{border-radius:12px;font-size:.93rem;padding:.35rem .6rem}.PayrollLanding_logo__WgYOI{height:36px;width:36px}.PayrollLanding_circle1__Lf3tH,.PayrollLanding_circle2__zs1I3,.PayrollLanding_circle3__Jog\+u{max-height:98vw;max-width:98vw}}.PayrollLanding_highlight__V3QVX{color:#7c3aed;font-weight:700;letter-spacing:-.01em}.PayrollLanding_modalOverlay__H97wP{align-items:center;background:#0000002e;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.PayrollLanding_modalContent__x1egL{align-items:center;background:#fff;border-radius:2rem;box-shadow:0 8px 32px #1f293721;display:flex;flex-direction:column;max-width:420px;padding:2.2rem 2.2rem 2rem;width:95vw}.PayrollLanding_modalForm__QfTKa{display:flex;flex-direction:column;gap:1.1rem;width:100%}.PayrollLanding_modalTitle__RWJBs{color:#1a1a1a;font-size:1.35rem;font-weight:700;margin-bottom:.7rem;text-align:center}.PayrollLanding_modalFieldRow__iv5Qq{display:flex;gap:.7rem}.PayrollLanding_modalFieldGroup__MuyqJ{display:flex;flex-direction:column;margin-bottom:1.1rem;position:relative}.PayrollLanding_floatingLabel__SLoI2{background:#0000;color:#a1a1aa;font-size:1.05rem;font-weight:400;height:auto;left:1.2rem;letter-spacing:-.01em;line-height:1.2;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .18s cubic-bezier(.4,0,.2,1);z-index:2}.PayrollLanding_floating__xwQaH{background:#fff;border-radius:8px;color:#7c3aed;font-size:.93rem;font-weight:500;left:1.1rem;padding:0 .3rem;top:-.7rem;transform:none;z-index:3}.PayrollLanding_modalInput__Q2hXD{border:1.5px solid #e5e7eb;border-radius:999px;box-shadow:0 1px 4px #1f29370a;color:#1f2937;font-family:inherit;font-size:1.05rem;margin-bottom:0;outline:none;padding:1.1rem 1.2rem;transition:border-color .18s,box-shadow .18s;width:100%}.PayrollLanding_modalInput__Q2hXD:focus{background:#fff;border-color:#7c3aed}.PayrollLanding_employeePillsRow__PeoMv{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:.2rem;margin-top:.2rem}.PayrollLanding_employeePill__i-49\+{border:1.5px solid #e5e7eb;border-radius:999px;box-shadow:0 1px 4px #1f29370a;color:#4b5563;cursor:pointer;font-size:1.05rem;font-weight:500;margin-bottom:.1rem;outline:none;padding:.7rem 1.5rem;transition:all .18s cubic-bezier(.4,0,.2,1)}.PayrollLanding_employeePill__i-49\+:focus,.PayrollLanding_employeePill__i-49\+:hover{border-color:#7c3aed;color:#7c3aed}.PayrollLanding_employeePill__i-49\+.PayrollLanding_selected__7NCDw{background:linear-gradient(90deg,#7c3aed,#6366f1);border-color:#7c3aed;box-shadow:0 2px 8px #7c3aed14;color:#fff;font-weight:700}@media (max-width:600px){.PayrollLanding_modalFieldGroup__MuyqJ{margin-bottom:.7rem}.PayrollLanding_employeePillsRow__PeoMv{gap:.4rem}.PayrollLanding_employeePill__i-49\+{font-size:.97rem;padding:.6rem 1.1rem}.PayrollLanding_floatingLabel__SLoI2{font-size:.97rem;left:1rem}.PayrollLanding_floating__xwQaH{font-size:.89rem;left:.9rem}}.PayrollLanding_modalCancel__FOxWx{align-self:center;background:none;border:none;border-radius:999px;color:#6b7280;cursor:pointer;font-size:1.01rem;font-weight:500;margin-top:.5rem;padding:.7rem 1.2rem;transition:background .14s,color .14s}.PayrollLanding_modalCancel__FOxWx:focus,.PayrollLanding_modalCancel__FOxWx:hover{background:#f3f4f6;color:#1a1a1a}@media (max-width:600px){.PayrollLanding_modalContent__x1egL{max-width:99vw;padding:1.1rem .7rem 1rem}.PayrollLanding_modalTitle__RWJBs{font-size:1.08rem}.PayrollLanding_modalFieldRow__iv5Qq{flex-direction:column;gap:.5rem}.PayrollLanding_modalInput__Q2hXD{font-size:.97rem;padding:.8rem .9rem}}.PayrollLanding_staticFieldLabel__FuvzN{color:#7c3aed;display:block;font-size:.93rem;font-weight:500;margin-bottom:.5rem;padding-left:.2rem;text-align:left}.PayrollLanding_modalCloseButton__Tj2Br{background:none;border:none;border-radius:50%;color:#a1a1aa;cursor:pointer;line-height:1;padding:.5rem;position:absolute;right:1.2rem;top:1.2rem;transition:background .14s,color .14s}.PayrollLanding_modalCloseButton__Tj2Br:focus,.PayrollLanding_modalCloseButton__Tj2Br:hover{background:#f3f4f6;color:#1a1a1a;outline:none}.PayrollLanding_modalCloseButton__Tj2Br svg{display:block;height:20px;width:20px}.PayrollLanding_emailInputPill__RRJI7.PayrollLanding_pillFocus__Jt\+X0{border-color:#7c3aed;box-shadow:0 0 0 2px #ede9fe}@media (max-width:600px){.PayrollLanding_modalCloseButton__Tj2Br{padding:.4rem;right:.7rem;top:.7rem}.PayrollLanding_modalCloseButton__Tj2Br svg{height:18px;width:18px}}.PayrollLanding_ctaButton__X6Bfn:disabled{background:#e5e7eb!important;box-shadow:none!important;color:#9ca3af!important;cursor:not-allowed!important;opacity:.7}.PayrollLanding_emailInput__OiNkb:-webkit-autofill,.PayrollLanding_emailInput__OiNkb:-webkit-autofill:focus,.PayrollLanding_emailInput__OiNkb:-webkit-autofill:hover,.PayrollLanding_modalInput__Q2hXD:-webkit-autofill,.PayrollLanding_modalInput__Q2hXD:-webkit-autofill:focus,.PayrollLanding_modalInput__Q2hXD:-webkit-autofill:hover{-webkit-text-fill-color:#18181b!important;box-shadow:inset 0 0 0 1000px #fff!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important;caret-color:#7c3aed!important;color:#18181b!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.ChatHero_chatHeroWrapper__34x15{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;margin:0 auto;max-width:480px;width:100%;z-index:10}.ChatHero_prompt__zYUUK{color:#18181b;font-family:Inter,-apple-system,sans-serif;font-size:60px;font-weight:700;letter-spacing:-.002rem;margin-bottom:1.1rem;text-align:center}.ChatHero_chatBox__x2CAW{align-items:stretch;background:#fff;border-radius:1.3rem;box-shadow:0 2px 16px #1f293712;display:flex;flex-direction:column;gap:.4rem;padding:.3rem .7rem;position:relative;width:100%;z-index:20}.ChatHero_inputRow__Jdx8r{align-items:center;display:flex;gap:.5rem;position:relative;width:100%}.ChatHero_chatInput__P5aTQ{font-weight:500;letter-spacing:-.01em;padding:.7rem 0 .4rem 5px}.ChatHero_chatInput__P5aTQ,.ChatHero_chatInput__P5aTQ::placeholder{background:#0000;border:none;color:#18181b;flex:1 1;font-family:inherit;font-size:1.05rem;outline:none}.ChatHero_chatInput__P5aTQ::placeholder{border-radius:1.1rem;color:#1c1d1f;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.002em;padding:.7rem 0 .4rem}.ChatHero_suggestionsRow__q3ZXK{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.1rem}.ChatHero_suggestionBtn__WwnAi{align-items:center;background:#f4f4f5;border:none;border-radius:1.1rem;box-shadow:0 1px 2px #1f293708;color:#a1a1aa;cursor:pointer;display:flex;font-family:inherit;font-size:.8rem;font-weight:500;gap:.3rem;padding:.3rem .7rem;transition:background .14s,box-shadow .14s}.ChatHero_suggestionBtn__WwnAi:hover{background:#ececec;box-shadow:0 2px 8px #1f29370f}.ChatHero_suggestionIcon__kMuHl{align-items:center;display:flex;font-size:1.05em}.ChatHero_voiceBtns__LgOj7{display:flex;gap:.3rem;position:absolute;right:.1rem;top:50%;transform:translateY(-50%)}.ChatHero_voiceBtnBlack__p59D9,.ChatHero_voiceBtn__6nJlW{align-items:center;background:#f4f4f5;border:none;border-radius:50%;cursor:pointer;display:flex;height:1.6rem;justify-content:center;margin-left:.1rem;transition:background .14s;width:1.6rem}.ChatHero_voiceBtnBlack__p59D9:hover,.ChatHero_voiceBtn__6nJlW:hover{background:#e5e7eb}.ChatHero_voiceBtnBlack__p59D9{background:#18181b}.ChatHero_voiceBtnBlack__p59D9 svg circle{fill:#18181b}.ChatHero_voiceBtnBlack__p59D9 svg path{stroke:#fff}.ChatHero_cornerActions__\+Bpke{align-items:center;bottom:.5rem;display:flex;flex-direction:row;gap:.32rem;position:absolute;right:.5rem;z-index:3}.ChatHero_arrowSendBtnCorner__XoJJN,.ChatHero_voiceBtnBlack__p59D9{align-items:center;background:#18181b;border:none;border-radius:50%;box-shadow:0 1px 4px #1f293712;cursor:pointer;display:flex;height:1.8rem;justify-content:center;padding:0;position:static;transition:background .14s,box-shadow .14s,transform .14s;width:1.8rem}.ChatHero_arrowSendBtnCorner__XoJJN:hover,.ChatHero_voiceBtnBlack__p59D9:hover{background:#111;box-shadow:0 2px 8px #1f293721;transform:scale(1.08)}.ChatHero_arrowSendBtnCorner__XoJJN svg,.ChatHero_voiceBtnBlack__p59D9 svg{display:block;height:1.15rem;transition:stroke .14s,fill .14s,transform .14s;width:1.15rem}.ChatHero_arrowSendBtnCorner__XoJJN svg{height:1.35rem;width:1.35rem}.ChatHero_logoGroup__xOX4y{align-items:center;display:flex;gap:.7rem;justify-content:center;margin-bottom:.2rem;margin-top:.5rem}.ChatHero_heroLogoIcon__IRcFH{display:block;height:48px;width:48px}.ChatHero_heroLogoTitle__QkdZ6{display:block;height:28px;max-width:120px;object-fit:contain;width:auto}@media (max-width:700px){.ChatHero_chatHeroWrapper__34x15{gap:2.2rem;margin:0 auto;max-width:99vw;padding-top:2.7rem;width:100vw}.ChatHero_logoGroup__xOX4y{align-items:center;display:flex;justify-content:center;left:0;margin-bottom:0;padding-top:.7rem;position:absolute;top:0;width:100vw;z-index:30}.ChatHero_prompt__zYUUK{color:#1c1d1f;font-family:Inter,sans-serif;font-size:2.5rem;font-weight:600;letter-spacing:-.002em;line-height:1.18;margin-bottom:1.2rem;margin-top:1.7rem;max-width:90vw;padding:3rem 1.2rem 0;text-align:center;word-break:break-word}.ChatHero_chatBox__x2CAW{margin:0 auto 1.2rem;max-width:420px;min-width:0;padding:.25rem .1rem;width:80vw}.ChatHero_suggestionsRow__q3ZXK{margin-left:.5rem}.ChatHero_chatInput__P5aTQ{color:#1c1d1f;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:-.002em;padding:.7rem 0 .4rem 1rem}.ChatHero_suggestionBtn__WwnAi{font-size:.7rem;padding:.2rem .5rem}.ChatHero_arrowSendBtnCorner__XoJJN,.ChatHero_voiceBtnBlack__p59D9,.ChatHero_voiceBtn__6nJlW{height:1.2rem;min-height:1.2rem;min-width:1.2rem;width:1.2rem}.ChatHero_cornerActions__\+Bpke{bottom:.5rem;gap:.18rem;right:.5rem}}.ChatHero_ctaButton__UxllX{margin-right:0}
/*# sourceMappingURL=main.a0083cf6.css.map*/