.notification-context-container{position:fixed;top:24px;right:24px;z-index:999999;display:flex;flex-direction:column;gap:12px;width:90%;max-width:380px}.notification-context-item{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border-radius:16px;box-shadow:0 10px 25px #00000014,0 2px 5px #00000008;border:1px solid rgba(0,0,0,.04);background-color:#fff;color:#2c2d30;position:relative;overflow:hidden;animation:notificationContextSlideIn .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes notificationContextSlideIn{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}.notification-context-type-success{border-left:5px solid #10b981}.notification-context-type-success .notification-context-icon{color:#10b981}.notification-context-type-warning{border-left:5px solid #f59e0b}.notification-context-type-warning .notification-context-icon{color:#f59e0b}.notification-context-type-error{border-left:5px solid #ef4444}.notification-context-type-error .notification-context-icon{color:#ef4444}.notification-context-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding-top:1px}.notification-context-content{flex-grow:1;display:flex;flex-direction:column;gap:3px;padding-right:18px}.notification-context-title{font-family:inherit;font-size:14px;font-weight:800;color:#1a1a1a;margin:0;line-height:1.2}.notification-context-message{font-family:inherit;font-size:13px;font-weight:500;color:#61646c;margin:0;line-height:1.35}.notification-context-close-btn{position:absolute;top:12px;right:12px;background:none;border:none;color:#9ea2aa;font-size:18px;font-weight:400;cursor:pointer;line-height:1;padding:2px;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;transition:all .15s ease}.notification-context-close-btn:hover{background-color:#f3f4f6;color:#333}@media(max-width:480px){.notification-context-container{top:16px;right:5%;left:5%;width:90%;max-width:none}}.loading-context-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:loadingContextFadeIn .2s ease-out forwards}@keyframes loadingContextFadeIn{0%{opacity:0}to{opacity:1}}.loading-context-card{background-color:#fff;padding:24px 36px;border-radius:20px;box-shadow:0 10px 30px #00000026,0 1px 3px #0000000d;display:flex;flex-direction:column;align-items:center;gap:16px;min-width:150px;border:1px solid rgba(0,0,0,.03);animation:loadingContextScaleUp .25s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes loadingContextScaleUp{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.loading-context-spinner{width:44px;height:44px;border:3.5px solid #f3f3f3;border-top:3.5px solid #ff5200;border-right:3.5px solid #90b100;border-radius:50%;animation:loadingContextSpin .7s linear infinite}@keyframes loadingContextSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-context-text{font-family:inherit;font-size:14.5px;font-weight:700;color:#333;margin:0;letter-spacing:-.01em}html:not(.scrollable-home),body:not(.scrollable-home){margin:0;padding:0;width:100%;height:100vh;height:100dvh;overflow:hidden!important;background-color:#f4f5f6;scrollbar-width:none!important;-ms-overflow-style:none!important}html:not(.scrollable-home)::-webkit-scrollbar,body:not(.scrollable-home)::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}#app-portal-wrapper:has(.login-screen-wrapper){display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%}.login-screen-wrapper{background-color:#fff;height:100vh;height:100dvh;width:100%;max-width:440px;margin:0 auto;display:flex;flex-direction:column;position:relative;overflow-x:hidden;overflow-y:auto;box-shadow:0 0 50px #00000014;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-user-select:none;user-select:none;min-height:100vh;scrollbar-width:none;-ms-overflow-style:none}.login-screen-wrapper::-webkit-scrollbar{display:none}.login-portal-bg-decor-left{position:absolute;bottom:-60px;left:-90px;width:240px;height:240px;background-color:#aed6000f;border-radius:50%;filter:blur(35px);pointer-events:none;z-index:1}.login-portal-bg-decor-right{position:absolute;top:20%;right:-50px;width:150px;height:150px;background-image:radial-gradient(#aed600 20%,transparent 20%);background-size:8px 8px;opacity:.1;pointer-events:none;z-index:1}.login-visual-banner{width:100%;height:25vh;height:25dvh;position:relative;z-index:2;background-color:#ff5200;overflow:hidden}.login-banner-link{display:block;width:100%;height:100%;cursor:pointer;outline:none;transition:opacity .2s ease}.login-banner-link:hover{opacity:.95}.login-banner-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#ff5200}.login-banner-image-rendered{width:100%;height:100%;object-fit:contain;display:block;image-rendering:-webkit-optimize-contrast!important;image-rendering:crisp-edges!important;backface-visibility:hidden;transform:translateZ(0)}.login-form-area{background-color:#fff;border-radius:32px 32px 0 0;padding:1.8vh 24px;margin-top:-24px;position:relative;z-index:10;flex:1;display:flex;flex-direction:column;justify-content:space-evenly;box-shadow:0 -12px 35px #0000000a;overflow-y:auto;overflow-x:hidden}.login-form-header{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.login-brand-logo-wrapper{display:flex;justify-content:center;align-items:center;width:100%;max-width:100%;margin:0 auto 1.2vh;background:linear-gradient(135deg,#ff5200,#ff6c00);padding:6px 20px;border-radius:18px;box-shadow:0 8px 22px #ff52002e,inset 0 1px #ffffff59;border:2px solid #ff4400;box-sizing:border-box}.login-brand-logo-image{height:auto;max-height:120px;min-height:80px;width:100%;max-width:95%;object-fit:contain;display:block}.login-form-welcome{font-size:14.5px!important;font-weight:500!important;color:#4b5563!important;line-height:1.4!important;margin:10px 0 14px!important;letter-spacing:-.01em;text-align:center!important;width:100%}.login-form-welcome-highlight{color:#ff5200!important;font-weight:700!important;font-size:14.5px!important;display:inline!important;margin-top:0!important}.login-form-element{display:flex;flex-direction:column;gap:.8vh;width:100%}.login-form-field-wrapper{width:100%;position:relative}.login-form-field-wrapper .input-field{border-radius:14px!important;border:1.5px solid #eaeaea!important;height:46px!important;font-size:14px!important;color:#2c2c2c!important;background-color:#fbfbfb!important;padding-left:54px!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.login-form-field-wrapper .input-field::placeholder{color:#b0b0b0!important;font-weight:500}.login-form-field-wrapper .input-field:focus{border-color:#ff5200!important;background-color:#fff!important;box-shadow:0 0 0 3px #ff520014!important}.login-input-icon-badge{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background-color:#f2ffd0;transition:background-color .2s ease}.login-form-field-wrapper .input-icon-wrapper{left:8px!important;top:50%!important;transform:translateY(-50%)!important}.login-form-field-wrapper .input-password-toggle{right:12px!important;top:50%!important;transform:translateY(-46%)!important}.login-forgot-password-container{display:flex;justify-content:flex-end;margin-top:-.2vh;margin-bottom:.2vh}.login-forgot-password-btn{color:#0088e0;font-size:12px;font-weight:650;background:none;border:none;cursor:pointer;outline:none;padding:2px 0;transition:opacity .2s}.login-forgot-password-btn:hover{text-decoration:underline;opacity:.85}.login-submit-btn-wrapper{width:100%}.login-submit-btn-wrapper button{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;height:48px!important;border-radius:14px!important;font-size:14px!important;font-weight:800!important;letter-spacing:.02em!important;background:#ff5200!important;background-image:linear-gradient(135deg,#ff5200,#ff6c00)!important;color:#fff!important;border:none!important;box-shadow:0 5px 15px #ff520033!important;cursor:pointer;transition:all .25s ease-in-out!important}.login-submit-btn-wrapper button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 7px 18px #ff520047!important}.login-submit-btn-wrapper button:active:not(:disabled){transform:translateY(0);box-shadow:0 3px 10px #ff520026!important}.login-form-divider{display:flex;align-items:center;justify-content:center;margin:.6vh 0;color:#bfbfbf;width:100%}.login-form-divider-line{flex-grow:1;height:1px;background-color:#eee}.login-form-divider-text{padding:0 12px;font-size:12px;font-weight:600}.login-register-prompt{display:flex;flex-direction:column;align-items:center;gap:.4vh;width:100%}.login-register-prompt-text{font-size:13px;color:#6a6a6a;font-weight:500}.login-register-prompt button{display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;height:48px!important;border-radius:14px!important;font-size:14px!important;font-weight:800!important;letter-spacing:.02em!important;background-color:#fff!important;color:#ff5200!important;border:1.5px solid #ff5200!important;cursor:pointer;transition:all .2s ease!important}.login-register-prompt button:hover:not(:disabled){background-color:#ff520005!important;transform:translateY(-.5px)}.login-register-prompt button:active:not(:disabled){transform:translateY(0)}.login-recovery-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#111827a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:loginFadeIn .25s ease-out}.login-recovery-modal-container{background-color:#fff;border-radius:20px;width:100%;max-width:380px;padding:28px;box-shadow:0 16px 40px #00000029;border:1px solid #f3f4f6;animation:loginSlideUp .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;gap:20px}.login-recovery-modal-header{display:flex;flex-direction:column;align-items:center;text-align:center}.login-recovery-modal-icon-badge{width:52px;height:52px;background-color:#fff2ed;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.login-recovery-modal-title{font-size:18px;font-weight:800;color:#111827;margin:0 0 6px;letter-spacing:-.015em}.login-recovery-modal-description{font-size:13px;color:#6b7280;line-height:1.45;margin:0;font-weight:500}.login-recovery-modal-body{width:100%}.login-recovery-modal-footer{display:flex;gap:12px;width:100%}.login-recovery-modal-footer button{flex:1;height:46px!important;border-radius:12px!important;font-size:13px!important;font-weight:800!important;letter-spacing:.02em!important}@keyframes loginFadeIn{0%{opacity:0}to{opacity:1}}@keyframes loginSlideUp{0%{transform:translateY(20px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@media(min-width:1024px){html:not(.scrollable-home),body:not(.scrollable-home){height:100vh!important;overflow:hidden!important}body:not(.scrollable-home) #root{height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f4f5f6;overflow:hidden}body:not(.scrollable-home) #app-portal-wrapper:has(.login-screen-wrapper){padding:0!important;width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.login-screen-wrapper{max-width:920px!important;width:90%!important;height:680px!important;min-height:unset!important;flex-direction:row!important;border-radius:24px!important;box-shadow:0 25px 55px #0000001f!important;margin:0 auto!important;overflow:hidden!important}.login-visual-banner{width:48%!important;height:100%!important;flex-shrink:0!important}.login-form-area{width:52%!important;height:100%!important;border-radius:0!important;margin-top:0!important;padding:30px 48px!important;justify-content:center!important;gap:18px!important;overflow-y:auto!important;box-sizing:border-box!important}.login-form-element{gap:14px!important}.login-recovery-modal-overlay{position:fixed!important;z-index:99999!important}}.input-wrapper{display:flex;flex-direction:column;width:100%;gap:6px}.input-label{font-size:13.5px;font-weight:600;color:#4b5563;text-align:left}.input-container{position:relative;width:100%;display:flex;align-items:center}.input-icon-wrapper{position:absolute;left:14px;display:flex;align-items:center;justify-content:center;pointer-events:none}.input-field{width:100%;padding:16px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;font-family:inherit;font-size:15px;color:#1f2937;outline:none;transition:all .2s ease-in-out}.input-field-with-icon{padding-left:48px}.input-field-with-toggle{padding-right:48px}.input-field::placeholder{color:#9ca3af}.input-field:focus{border-color:#ff4700;box-shadow:0 0 0 3px #ff47001a}.input-field-error{border-color:#ef4444}.input-field-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.input-error-text{font-size:12px;font-weight:500;color:#ef4444;text-align:left;margin-top:2px;display:block}.input-password-toggle{position:absolute;right:14px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;outline:none;border-radius:50%;transition:background-color .2s}.input-password-toggle:hover{background-color:#f3f4f6}.button-primary{background:#ff5200;background-image:linear-gradient(135deg,#ff5200,#ff6c00);color:#fff;font-family:inherit;font-size:16px;font-weight:700;padding:15px 24px;border:none;border-radius:14px;cursor:pointer;box-shadow:0 4px 14px #ff520040;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:space-between;outline:none;width:100%}.button-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #ff520066;background:#ff6c00}.button-primary:active:not(:disabled){transform:translateY(1px);box-shadow:0 2px 6px #ff520033}.button-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.button-outline{background:#fff;color:#ff5200;border:1.5px solid #ff5200;font-family:inherit;font-size:16px;font-weight:700;padding:14px 24px;border-radius:14px;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:space-between;outline:none;width:100%}.button-outline:hover:not(:disabled){background:#ff52000a}.button-outline:active:not(:disabled){background:#ff520014}.button-outline:disabled{opacity:.5;cursor:not-allowed}.button-full-width{width:100%}.button-link{background:none;background-color:transparent;color:#0088e0;font-family:inherit;font-size:12px;font-weight:650;padding:2px 0;border:none;border-radius:0;cursor:pointer;transition:opacity .2s ease-in-out;display:inline-flex;align-items:center;justify-content:center;outline:none;box-shadow:none;width:auto}.button-link:hover:not(:disabled){text-decoration:underline;opacity:.85}.button-link:disabled{opacity:.5;cursor:not-allowed}.button-ghost{background:transparent;background-color:transparent;color:inherit;border:none;border-radius:0;padding:0;cursor:pointer;transition:all .2s ease-in-out;display:inline-flex;align-items:center;justify-content:center;outline:none;box-shadow:none;width:auto}.button-ghost:hover:not(:disabled){opacity:.8}.button-ghost:disabled{opacity:.5;cursor:not-allowed}.typography-heading{font-family:Inter,system-ui,sans-serif;margin:0;text-align:left;line-height:1.25}.typography-heading-l1{font-size:32px;font-weight:800;letter-spacing:-.025em}.typography-heading-l2{font-size:24px;font-weight:700;letter-spacing:-.02em}.typography-heading-l3{font-size:20px;font-weight:600}.typography-heading-l4{font-size:16px;font-weight:600}.typography-heading-primary{color:#1f2937}.typography-heading-secondary{color:#4b5563}.typography-heading-accent{color:#ff5200}.typography-text{font-family:Inter,system-ui,sans-serif;line-height:1.5;color:#4b5563}.typography-text-p{margin:0 0 16px;display:block;font-size:15px}.typography-text-span{display:inline-block}.typography-text-small{font-size:12.5px;color:#6b7280}.typography-text-subtitle{font-size:16px;color:#4b5563;font-weight:500}.typography-text-error{font-size:13px;color:#ef4444;font-weight:500}.typography-text-large{font-size:18px;font-weight:700}.typography-text-highlight{color:#ff5200;font-weight:800}.typography-text-weight-normal{font-weight:400}.typography-text-weight-medium{font-weight:500}.typography-text-weight-semibold{font-weight:600}.typography-text-weight-bold{font-weight:700}.register-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:1500;display:flex;flex-direction:column;overflow:hidden;animation:registerModalSlideUp .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes registerModalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.register-modal-container{flex:1;width:100%;padding:2.5vh 20px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}.register-modal-decor-left{position:absolute;bottom:-40px;left:-80px;width:200px;height:200px;background-color:#aed6000d;border-radius:50%;filter:blur(25px);pointer-events:none;z-index:1}.register-modal-decor-right{position:absolute;top:15%;right:-30px;width:120px;height:120px;background-image:radial-gradient(#aed600 20%,transparent 20%);background-size:8px 8px;opacity:.08;pointer-events:none;z-index:1}.register-modal-header{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:10;width:100%;padding-top:4vh;margin-bottom:2vh}.register-modal-close-btn{position:absolute;top:15px;right:15px;width:38px;height:38px;border-radius:50%;border:none;background-color:#f5f6f7;color:#555;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000d;z-index:200}.register-modal-close-btn:hover{background-color:#ffebe5;color:#ff5200;transform:scale(1.05)}.register-modal-logo-wrapper{display:flex;justify-content:center;align-items:center;width:100%;max-width:100%;margin:0 auto 1.2vh;background:linear-gradient(135deg,#ff5200,#ff6c00);padding:6px 20px;border-radius:18px;box-shadow:0 8px 22px #ff52002e,inset 0 1px #ffffff59;border:2px solid #ff4400;box-sizing:border-box}.register-modal-logo-image{height:auto;max-height:80px;min-height:55px;width:100%;max-width:95%;object-fit:contain;display:block}.register-modal-title{font-size:24px;font-weight:900;color:#ff5200;margin:0;line-height:1.25;letter-spacing:-.02em}.register-modal-instructions{font-size:13.5px;color:#6a6a6a;margin:6px 0 0;font-weight:500}.register-step-progress-wrapper{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;max-width:500px;margin:1.5vh auto 3.5vh;padding:5px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:100px;position:relative;z-index:10;box-sizing:border-box;box-shadow:inset 0 1px 3px #00000005}.register-step-badge{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;padding:6px 10px;flex:1;min-width:0;border-radius:100px;transition:all .35s cubic-bezier(.4,0,.2,1);box-sizing:border-box}.register-step-number{width:18px;height:18px;border-radius:50%;font-size:10px;font-weight:850;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.register-step-check-icon{width:10px;height:10px;color:#fff;stroke-width:4px}.register-step-label{font-size:11px;font-weight:600;letter-spacing:-.01em;transition:all .3s ease;white-space:nowrap}.register-step-badge.current{background-color:#fff;box-shadow:0 4px 12px #ff52001f,0 1px 3px #00000005;border:1px solid rgba(255,82,0,.15)}.register-step-badge.current .register-step-number{background-color:#ff5200;color:#fff;transform:scale(1.1);box-shadow:0 2px 5px #ff520040}.register-step-badge.current .register-step-label{color:#ff5200;font-weight:800}.register-step-badge.completed{background-color:#90b10012}.register-step-badge.completed .register-step-number{background-color:#90b100;color:#fff}.register-step-badge.completed .register-step-label{color:#728d00;font-weight:600}.register-step-badge.pending{background-color:transparent}.register-step-badge.pending .register-step-number{background-color:#e2e8f0;color:#94a3b8}.register-step-badge.pending .register-step-label{color:#94a3b8;font-weight:500}.register-step-line-separator{width:10px;height:2px;background-color:#e2e8f0;border-radius:2px;transition:all .3s ease;flex-shrink:0}.register-step-line-separator.completed{background-color:#90b100;transform:scaleX(1.1)}@media(max-width:520px){.register-step-label{display:none}.register-step-badge{padding:6px;flex:none;width:26px;height:26px;border-radius:50%}.register-step-progress-wrapper{max-width:240px;justify-content:space-between;padding:4px;border-radius:100px}.register-step-number{width:20px;height:20px}}.register-modal-form{flex:1;display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:10;margin-top:1vh;box-sizing:border-box}.register-step-panel{flex:1;display:flex;flex-direction:column;justify-content:space-between}.register-step-intro-text{font-size:13.5px;font-weight:600;color:#444;margin-top:0;margin-bottom:1.5vh}.animate-fade-in{animation:registerFadeIn .25s ease-out forwards}@keyframes registerFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.register-modal-field-wrapper{width:100%;margin-bottom:2.5vh;position:relative}.register-modal-field-wrapper .input-field{border-radius:14px!important;border:1.5px solid #eaeaea!important;height:46px!important;font-size:14px!important;color:#2c2c2c!important;background-color:#fbfbfb!important;padding-left:54px!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.register-modal-field-wrapper .input-field:focus{border-color:#ff5200!important;background-color:#fff!important;box-shadow:0 0 0 3px #ff520014!important}.register-modal-field-wrapper .input-icon-wrapper{left:8px!important;top:50%!important;transform:translateY(-50%)!important}.register-modal-field-wrapper .input-password-toggle{right:12px!important;top:50%!important;transform:translateY(-46%)!important}.register-input-icon-circle{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background-color:#f2ffd0}.register-modal-fields-grid{display:flex;flex-direction:column}.register-fields-inline-row{display:flex;gap:12px;width:100%;margin-bottom:2.5vh}.register-fields-inline-row .register-modal-field-wrapper{margin-bottom:0!important}.register-inline-col-grow{flex-grow:1}.register-inline-col-shrink{width:80px}.register-inline-col-half{width:50%}.register-spinner-loading{width:14px;height:14px;border:2px solid rgba(144,177,0,.2);border-top-color:#90b100;border-radius:50%;animation:registerSpin .6s linear infinite}@keyframes registerSpin{to{transform:rotate(360deg)}}.register-step-footer-actions{display:flex;gap:12px;margin-top:auto;padding-top:2vh;width:100%}.register-step-footer-actions button{flex:1;display:flex!important;justify-content:center!important;align-items:center!important;height:48px!important;border-radius:14px!important;font-size:14px!important;font-weight:800!important;cursor:pointer;box-sizing:border-box}.register-step-footer-actions button[type=submit],.register-step-footer-actions button:not(.register-nav-back-button):not([type=button]:nth-of-type(1)){background:#ff5200!important;background-image:linear-gradient(135deg,#ff5200,#ff6c00)!important;color:#fff!important;border:none!important;box-shadow:0 5px 15px #ff520033!important;transition:all .25s ease-in-out!important}.register-step-footer-actions button:not(.register-nav-back-button):not([type=button]:nth-of-type(1)):hover{transform:translateY(-1px);box-shadow:0 7px 18px #ff520047!important}.register-step-footer-actions button.register-nav-back-button,.register-step-footer-actions button[type=button]:nth-of-type(1){background-color:#fff!important;color:#ff5200!important;border:1.5px solid #ff5200!important;transition:all .2s ease!important}.register-step-footer-actions button[type=button]:nth-of-type(1):hover{background-color:#ff520005!important;transform:translateY(-.5px)}.register-input-with-label-above{display:flex;flex-direction:column;gap:5px;width:100%}.register-field-above-label{font-size:11px;font-weight:750;color:#ff5200;margin-left:4px;text-transform:uppercase;letter-spacing:.02em}.register-pdf-container{display:flex;align-items:center;gap:16px;width:100%;padding:18px 20px;background-color:#fbfbfd;border:1.5px dashed #e2e8f0;border-radius:16px;box-sizing:border-box;margin-bottom:2.5vh;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00000003}.register-pdf-container:hover{border-color:#ff5200;background-color:#fffaf7;box-shadow:0 4px 14px #ff52000a}.register-pdf-icon-wrapper{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background-color:#ff520014;border-radius:12px;flex-shrink:0;transition:transform .25s ease}.register-pdf-container:hover .register-pdf-icon-wrapper{transform:scale(1.05)}.register-pdf-info{flex:1;min-width:0;text-align:left}.register-pdf-filename{margin:0 0 4px;font-size:13.5px;font-weight:750;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.register-pdf-filesize{margin:0;font-size:11.5px;color:#64748b;font-weight:500}.register-pdf-open-link{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background-color:#fff;border:1.5px solid #ff5200;color:#ff5200;border-radius:12px;font-size:11.5px;font-weight:900;text-decoration:none;transition:all .25s ease;white-space:nowrap;letter-spacing:.03em;box-shadow:0 2px 4px #ff520008}.register-pdf-open-link:hover{background-color:#ff5200;color:#fff;transform:translateY(-1px);box-shadow:0 4px 10px #ff520026}.register-pdf-open-link svg{transition:transform .2s ease}.register-pdf-open-link:hover svg{transform:translate(1px,-1px)}.register-terms-required{color:#ff5200;font-weight:800}@media(max-width:580px){.register-pdf-container{flex-direction:column;text-align:center;gap:12px;padding:20px 14px}.register-pdf-info{text-align:center;width:100%}.register-pdf-open-link{width:100%;justify-content:center}}.register-terms-acceptance-row{width:100%;margin-top:5px;margin-bottom:2.5vh}.register-terms-checkbox-label{display:flex;align-items:center;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:11.5px;font-weight:600;line-height:1.4;color:#374151;gap:10px}.register-terms-checkbox-input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.register-terms-checkbox-custom{position:relative;height:18px;width:18px;background-color:#f3f4f6;border:1.5px solid #d1d5db;border-radius:5px;flex-shrink:0;transition:all .2s ease-in-out}.register-terms-checkbox-input:checked~.register-terms-checkbox-custom{background-color:#ff5200;border-color:#ff5200}.register-terms-checkbox-custom:after{content:"";position:absolute;display:none}.register-terms-checkbox-input:checked~.register-terms-checkbox-custom:after{display:block}.register-terms-checkbox-custom:after{left:5px;top:1px;width:4px;height:9px;border:solid white;border-width:0 2.2px 2.2px 0;transform:rotate(45deg)}.register-terms-checkbox-text{text-align:left}.register-terms-checkbox-label:hover .register-terms-checkbox-custom{border-color:#ff5200;background-color:#ff520005}@media(min-width:1024px){.register-modal-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background-color:#11182773!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:99999!important;animation:registerDesktopFadeIn .3s ease-out forwards!important}.register-modal-container{background-color:#fff!important;width:650px!important;max-width:650px!important;min-height:520px!important;max-height:90vh!important;border-radius:24px!important;box-shadow:0 25px 60px #00000026!important;padding:35px 40px!important;flex:none!important;display:flex!important;flex-direction:column!important;overflow-y:auto!important;scroll-behavior:smooth!important}.register-modal-close-btn{top:25px!important;right:25px!important}.register-modal-header{padding-top:10px!important;margin-bottom:20px!important}.register-step-progress-wrapper{margin-bottom:25px!important}}@keyframes registerDesktopFadeIn{0%{opacity:0}to{opacity:1}}.checkbox-label-wrapper{display:flex;align-items:center;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;font-weight:500;line-height:1.5;color:#374151;gap:12px}.checkbox-input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-custom{position:relative;height:20px;width:20px;background-color:#f3f4f6;border:1.5px solid #d1d5db;border-radius:6px;flex-shrink:0;transition:all .2s ease-in-out}.checkbox-input:checked~.checkbox-custom{background-color:#ff5200;border-color:#ff5200}.checkbox-custom:after{content:"";position:absolute;display:none}.checkbox-input:checked~.checkbox-custom:after{display:block}.checkbox-custom:after{left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.checkbox-text{text-align:left}.checkbox-label-wrapper:hover .checkbox-custom{border-color:#ff5200;background-color:#ff520005}.checkbox-input:disabled~.checkbox-custom{opacity:.6;cursor:not-allowed;border-color:#e5e7eb}.checkbox-input:disabled~.checkbox-text{opacity:.6;cursor:not-allowed}.home-screen-wrapper{background-color:#fbfcfa;min-height:100vh;width:100%;display:flex;flex-direction:column;position:relative;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.home-portal-bg-decor-left{position:absolute;bottom:0;left:-80px;width:250px;height:250px;background-color:#aed60014;border-radius:50%;filter:blur(25px);pointer-events:none;z-index:1}.home-portal-bg-decor-right{position:absolute;top:150px;right:-30px;width:160px;height:160px;background-image:radial-gradient(#aed600 20%,transparent 20%);background-size:12px 12px;opacity:.15;pointer-events:none;z-index:1}.home-header-accent{background:#ff5200;background-image:linear-gradient(to bottom,#ff5200,#ff6c00);padding:24px 20px 36px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;color:#fff;position:relative;z-index:10;box-shadow:0 4px 15px #ff520026}.home-header-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.home-logo-inline{display:flex;align-items:center;gap:5px}.home-brand-title{font-size:24px;font-weight:900;color:#fff;letter-spacing:-.04em}.home-brand-highlight{color:#fff;opacity:.9}.home-brand-paw-green{display:flex;align-items:center}.home-logout-icon-btn{background:#ffffff26;border:none;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;outline:none;transition:background-color .2s}.home-logout-icon-btn:hover{background:#ffffff40}.home-user-welcome-banner{display:flex;flex-direction:column;text-align:left}.home-user-sup{font-size:13px;opacity:.9;margin:0 0 4px}.home-user-name{font-size:24px;font-weight:800;margin:0 0 8px;letter-spacing:-.02em;color:#fff!important}.home-user-badge-info-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;align-items:center}.home-user-info-item{display:flex;align-items:center;gap:6px;background-color:#ffffff1f;padding:4px 10px;border-radius:6px}.home-user-info-label{color:#ffffffd9!important;font-size:11px!important;font-weight:500!important}.home-user-info-value{color:#fff!important;font-weight:600!important;font-size:11px!important}.home-user-badge-plan{font-size:9.5px!important;padding:2px 7px!important;background-color:#ff5200!important;color:#fff!important}.home-user-badge-status{font-size:9.5px!important;padding:2px 7px!important}.home-user-doc{font-size:11px;opacity:.9;background-color:#0003;padding:4px 10px;border-radius:99px;align-self:flex-start;font-weight:600}.home-content-container{padding:20px;display:flex;flex-direction:column;gap:20px;position:relative;z-index:15}.home-dashboard-card{margin-top:-45px;border-radius:18px;padding:20px}.home-cashback-header{display:flex;gap:14px;align-items:center;margin-bottom:14px;text-align:left}.home-cashback-coin{background-color:#f7ffd8;color:#9cb800;font-size:15px;font-weight:950;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #9cb8001a}.home-cb-title{font-size:13px;color:#777;margin:0}.home-cb-value{font-size:26px;font-weight:900;color:#ff5200;margin:1px 0 0}.home-cb-info-line{display:flex;justify-content:space-between;align-items:center;font-size:11.5px;color:#8c8c8c;border-top:1.2px solid #eaeaea;padding-top:12px}.home-cb-badge{color:#ff5200;font-weight:800;cursor:pointer;transition:filter .2s}.home-cb-badge:hover{filter:brightness(.9)}.home-plans-header{text-align:center;margin:15px 0 25px;padding:0 10px}.home-plans-title{text-align:center;font-size:21px;font-weight:900;color:#1e293b;margin:0 0 6px;letter-spacing:-.02em}.home-plans-subtitle{font-size:13px;color:#64748b;line-height:1.5;max-width:500px;margin:0 auto}.home-plans-grid{display:grid;grid-template-columns:1fr;gap:20px;width:100%}@media(min-width:680px){.home-plans-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home-plans-grid{grid-template-columns:repeat(3,1fr)}}.home-plan-card{background-color:#fff;border:1.5px solid #edf2f7;border-radius:20px;padding:24px;display:flex;flex-direction:column;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000004}.home-plan-card:hover{transform:translateY(-4px);border-color:#ff5200;box-shadow:0 10px 25px #ff52000f,0 3px 10px #00000003}.home-plan-card.highlight{border-color:#ff5200;box-shadow:0 8px 20px #ff52000a;background-color:#fffdfb}.home-plan-badge-top{position:absolute;top:-12px;right:20px;background-color:#ff5200;color:#fff;font-size:11px;font-weight:850;padding:4px 10px;border-radius:50px;letter-spacing:.02em;box-shadow:0 3px 8px #ff520040}.home-plan-header-info{text-align:left;margin-bottom:20px}.home-plan-icon{font-size:26px;display:inline-block;margin-bottom:8px}.home-plan-name{font-size:17px;font-weight:850;color:#1e293b;margin:0 0 4px;letter-spacing:-.01em}.home-plan-validity{font-size:12px;color:#64748b;font-weight:600;margin:0}.home-plan-price-block{text-align:left;background-color:#f8fafc;border-radius:14px;padding:16px;margin-bottom:20px;border:1px solid #f1f5f9}.home-plan-card.highlight .home-plan-price-block{background-color:#fff8f5;border-color:#ffebe3}.home-plan-monthly-price{display:flex;flex-direction:column;margin-bottom:8px}.home-plan-price-label{font-size:11px;color:#64748b;font-weight:600;margin-bottom:2px}.home-plan-price-value{font-size:24px;font-weight:950;color:#0f172a}.home-plan-price-period{font-size:13px;font-weight:650;color:#475569;margin-left:2px}.home-plan-total-price{border-top:1px dashed #e2e8f0;padding-top:8px;margin-top:4px}.home-plan-card.highlight .home-plan-total-price{border-top-color:#ffd8cc}.home-plan-installment-detail{font-size:11.5px;color:#334155;margin:0 0 2px}.home-plan-installment-detail strong{color:#ff5200}.home-plan-total-label{font-size:11px;color:#64748b;font-weight:600}.home-plan-features{display:flex;flex-direction:column;gap:10px;margin-bottom:24px;text-align:left}.home-plan-feature-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#475569;font-weight:550}.home-feature-check{color:#90b100;flex-shrink:0}.home-plan-buy-btn{width:100%!important;margin-top:auto}.home-action-footer{display:flex;justify-content:center;margin-top:30px;margin-bottom:10px}.home-logout-footer-btn{border:1.5px solid #cbd5e1!important;color:#4a5568!important;background:#fff!important}.home-logout-footer-btn:hover{background:#f8fafc!important;color:#0f172a!important;border-color:#94a3b8!important}.home-error-banner{background-color:#fef2f2;border:1.5px solid #fecaca;color:#b91c1c;border-radius:12px;padding:14px 18px;margin-bottom:5px;font-size:13.5px;font-weight:600;text-align:left;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #dc26260d}.home-error-banner-icon{font-size:18px;flex-shrink:0}.home-error-banner-text{flex:1;line-height:1.4}.home-error-banner-close{background:none;border:none;color:#ef4444;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background-color .2s,opacity .2s}.home-error-banner-close:hover{background-color:#fee2e2;opacity:.9}@media(min-width:1024px){html.scrollable-home,body.scrollable-home{overflow-y:auto!important;overflow-x:hidden!important;height:auto!important;min-height:100vh!important;display:block!important}body{background-color:#f7fafc!important}.home-screen-wrapper{min-height:100vh!important;height:auto!important;overflow-y:auto!important}.home-header-accent{padding:32px 40px 48px!important;border-bottom-left-radius:40px!important;border-bottom-right-radius:40px!important}.home-header-top-bar,.home-user-welcome-banner{max-width:1080px!important;margin-left:auto!important;margin-right:auto!important;width:100%!important}.home-content-container{max-width:1080px!important;margin-left:auto!important;margin-right:auto!important;width:100%!important;padding:30px!important;gap:30px!important}.home-user-name{font-size:32px!important;margin-bottom:12px!important}.home-user-badge-info-row{gap:16px!important;margin-top:12px!important}.home-user-info-item{padding:6px 14px!important;border-radius:8px!important}.home-plans-header{margin:30px 0 20px!important}.home-plans-title{font-size:28px!important}.home-plans-subtitle{font-size:15px!important}.home-action-footer{margin-top:20px!important}.home-logout-footer-btn{max-width:280px!important;margin:0 auto!important}}.card-container{background-color:#fff;border-radius:28px;padding:32px 24px;width:100%}.card-elevation-none{box-shadow:none}.card-elevation-low{box-shadow:0 2px 8px #0000000a}.card-elevation-medium{box-shadow:0 4px 20px #0000000f}.card-elevation-high{box-shadow:0 8px 30px #0000001f}.label-base{font-family:Inter,system-ui,sans-serif;margin:0;padding:0;display:inline-block;line-height:1.25}.label-default{font-size:14px}.label-small{font-size:11px}.label-large{font-size:16px}.label-tag{font-size:11px;padding:2px 8px;border-radius:99px;font-weight:600;background-color:#0000001a}.label-banner{font-size:13.5px;letter-spacing:-.01em;opacity:.95}.label-color-default{color:#1f2937}.label-color-muted{color:#6b7280}.label-color-white{color:#fff}.label-color-primary{color:#ff5200}.label-color-secondary{color:#4b5563}.label-color-success{color:#aed600}.label-weight-normal{font-weight:400}.label-weight-medium{font-weight:500}.label-weight-semibold{font-weight:600}.label-weight-bold{font-weight:700}.badge-base{display:inline-flex;align-items:center;justify-content:center;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:700;padding:3px 10px;border-radius:99px;line-height:1.2;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.badge-descricao{background-color:#ff5200;color:#fff}.badge-status-success{background-color:#10b981;color:#fff}.badge-status-error{background-color:#ef4444;color:#fff}.badge-status-warning{background-color:#f59e0b;color:#fff}.payment-status-wrapper{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-color:#f8fafc;padding:40px 20px;box-sizing:border-box;position:relative;overflow-x:hidden;font-family:Inter,system-ui,-apple-system,sans-serif}.payment-status-bg-decor-left{position:absolute;top:-100px;left:-100px;width:400px;height:400px;background-image:radial-gradient(circle,#ff52000a,#ff520000 70%);z-index:1;pointer-events:none}.payment-status-bg-decor-right{position:absolute;bottom:-120px;right:-120px;width:450px;height:450px;background-image:radial-gradient(circle,#aed6000d,#aed60000 70%);z-index:1;pointer-events:none}.payment-status-container{width:100%;max-width:520px;z-index:2;display:flex;flex-direction:column;gap:20px}.payment-status-test-ribbon{background-color:#0f172a;border:1px solid #1e293b;border-radius:12px;padding:14px 18px;text-align:left;box-shadow:0 4px 12px #0f172a14;display:flex;flex-direction:column;gap:8px}.payment-status-ribbon-tag{background-color:#3b82f6;color:#fff;font-size:9px;font-weight:900;padding:2px 6px;border-radius:4px;align-self:flex-start;letter-spacing:.05em;text-transform:uppercase}.payment-status-ribbon-text{color:#94a3b8;font-size:12px;margin:0;font-weight:500}.payment-status-ribbon-actions{display:flex;gap:10px;flex-wrap:wrap}.payment-status-sim-btn{flex:1;border:none;border-radius:6px;padding:8px 12px;font-size:11.5px;font-weight:750;cursor:pointer;transition:all .2s;color:#fff}.payment-status-sim-btn.success{background-color:#10b981}.payment-status-sim-btn.success:hover{background-color:#059669;transform:translateY(-.5px)}.payment-status-sim-btn.failure{background-color:#ef4444}.payment-status-sim-btn.failure:hover{background-color:#dc2626;transform:translateY(-.5px)}.payment-status-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px 24px;width:100%;box-sizing:border-box;box-shadow:0 10px 30px #00000008}.payment-status-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1.5px solid #f1f5f9;padding-bottom:20px;margin-bottom:24px}.payment-status-brand-title{font-size:19px;font-weight:900;color:#1e293b;letter-spacing:-.02em}.payment-status-brand-highlight{color:#ff5200}.payment-status-tag{background-color:#fff1eb;color:#ff5200;font-size:10.5px;font-weight:800;padding:4px 10px;border-radius:50px;letter-spacing:.02em}.payment-status-content{display:flex;flex-direction:column;align-items:center;text-align:center}.payment-status-title{font-size:20px;font-weight:900;color:#0f172a;margin:0 0 8px;letter-spacing:-.01em}.payment-status-title.text-success{color:#10b981}.payment-status-title.text-failure{color:#ef4444}.payment-status-subtitle{font-size:13.5px;color:#64748b;line-height:1.55;margin:0 0 24px}.payment-status-spinner-box{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.payment-status-ring{width:72px;height:72px;border:4.5px solid #f1f5f9;border-top:4.5px solid #ff5200;border-radius:50%;animation:payment-spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.payment-status-spinner-icon{position:absolute;font-size:28px}@keyframes payment-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.payment-status-indicator{width:100%;margin-bottom:24px}.payment-status-countdown{font-size:12px;color:#475569;margin-bottom:8px;display:block}.payment-status-countdown strong{color:#ff5200}.payment-status-prog-bar{width:100%;height:6px;background-color:#f1f5f9;border-radius:10px;overflow:hidden}.payment-status-prog-fill{height:100%;background-color:#ff5200;border-radius:10px;transition:width 1s linear}.payment-status-details-box{width:100%;background-color:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:10px}.payment-status-detail-row{display:flex;justify-content:space-between;font-size:12.5px;color:#475569}.payment-status-detail-row strong{color:#0f172a}.payment-status-icon-circle{width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px;box-shadow:0 4px 12px #00000005}.payment-status-icon-circle.success{background-color:#ecfdf5;color:#10b981}.payment-status-icon-circle.failure{background-color:#fef2f2;color:#ef4444}.payment-status-receipt{width:100%;border:1.5px solid #edf2f7;border-radius:14px;overflow:hidden;margin-bottom:20px}.payment-status-receipt-header{background-color:#f8fafc;border-bottom:1px solid #edf2f7;padding:10px 16px;font-size:10.5px;font-weight:850;color:#64748b;letter-spacing:.08em;text-align:left}.payment-status-receipt-body{padding:16px;display:flex;flex-direction:column;gap:12px}.payment-status-receipt-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#475569}.payment-status-receipt-row span:first-child{font-weight:550}.payment-status-receipt-row span:last-child{color:#1e293b;font-weight:650;text-align:right}.payment-status-receipt-highlight{font-size:14.5px;color:#ff5200!important;font-weight:850!important}.payment-status-pet-celebration{background-color:#f7ffd8;border:1px solid #edf8be;border-radius:12px;padding:12px 18px;font-size:12.5px;color:#6c8500;font-weight:800;width:100%;box-sizing:border-box;text-align:center;margin-bottom:8px}.payment-status-alert-box{width:100%;background-color:#fffaf0;border:1.5px solid #feebc8;border-radius:12px;padding:16px;text-align:left;box-sizing:border-box;margin-bottom:24px}.payment-status-alert-box p{font-size:13px;color:#dd6b20;margin:0 0 8px}.payment-status-alert-box ul{margin:0;padding-left:20px}.payment-status-alert-box li{font-size:12px;color:#7b341e;line-height:1.5;margin-bottom:6px}.payment-status-alert-box li:last-child{margin-bottom:0}.payment-status-failure-actions{width:100%;display:flex;gap:12px}.payment-status-retry-btn{width:100%!important;border:1.5px solid #cbd5e1!important;color:#4a5568!important}.payment-status-retry-btn:hover{background-color:#f8fafc!important;border-color:#94a3b8!important}.payment-status-footer{border-top:1.5px solid #f1f5f9;padding-top:20px;margin-top:24px;width:100%}.payment-status-home-btn{width:100%!important}.animate-fade-in{animation:p-fadeIn .4s ease-out forwards}.animate-scale-up{animation:p-scaleUp .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes p-fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes p-scaleUp{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}html.scrollable-payment,body.scrollable-payment{overflow-y:auto!important;height:auto!important}@media(min-width:1024px){.payment-status-container{max-width:580px!important;padding:0!important}.payment-status-card{padding:40px 36px!important;border-radius:24px!important;box-shadow:0 20px 48px #0000000d!important}}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fcf9f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.scrollable-home){overflow:-moz-scrollbars-none;scrollbar-width:none!important;-ms-overflow-style:none!important}body:not(.scrollable-home)::-webkit-scrollbar,html:not(.scrollable-home)::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}#app-portal-wrapper{min-height:100vh;width:100%}
