.toast-container{position:fixed;top:1rem;right:1rem;z-index:1200;display:flex;flex-direction:column;gap:.5rem;max-width:90vw}@media(min-width:640px){.toast-container{max-width:360px}}.toast{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;box-shadow:0 8px 24px #00000017,0 2px 6px #0000000a;animation:toast-slide-in .2s cubic-bezier(.25,.46,.45,.94) ease-out;color:#fdfcfa}.toast__icon{display:flex;align-items:center;flex-shrink:0}.toast__message{font-size:.875rem;flex:1;line-height:1.4}.toast__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;background:none;border:none;border-radius:0;color:inherit;opacity:.7;cursor:pointer;transition:opacity .12s cubic-bezier(.25,.46,.45,.94);padding:0}.toast__close:hover{opacity:1}.toast__close:focus-visible{outline:2px solid currentColor;outline-offset:2px}.toast--success{background-color:#09a870}.toast--error{background-color:#e83530}.toast--warning{background-color:#e88510;color:#2a2824}.toast--info{background-color:#356aaf}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:clamp(14px,.625vw + 12px,16px);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-gutter:stable}body{min-height:100vh;line-height:1.5}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{background:none;border:none;cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;color:#3a3733;background-color:#fdfcfa}h1{font-size:clamp(1.25rem,2.5vw + .875rem,1.875rem)}h2{font-size:clamp(1.125rem,2vw + .75rem,1.5rem)}h3{font-size:clamp(1rem,1.5vw + .625rem,1.25rem)}p{margin-bottom:1rem}small{font-size:.875rem;color:#857f78}strong{font-weight:600}a{color:#356aaf;transition:color .12s cubic-bezier(.25,.46,.45,.94)}a:hover{color:#335c93}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:0;border:none;cursor:pointer;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:focus-visible{outline:2px solid #356aaf;outline-offset:2px}.btn{gap:.5rem;padding:.5rem 1rem;min-height:44px}@media(min-width:640px){.btn{min-height:auto}}.btn--sm{padding:.25rem .5rem;font-size:.75rem;min-height:32px}.btn--primary{background-color:#356aaf;color:#fdfcfa}.btn--primary:hover:not(:disabled){background-color:#335c93;color:#fdfcfa}.btn--secondary{background-color:#e5e1da;color:#4a4742}.btn--secondary:hover:not(:disabled){background-color:#cec9c1;color:#4a4742}.btn--danger{background-color:#e83530;color:#fdfcfa}.btn--danger:hover:not(:disabled){background-color:#ce1c17;color:#fdfcfa}.btn--outline{background-color:transparent;border:1px solid #356aaf;color:#356aaf}.btn--outline:hover:not(:disabled){background-color:#356aaf;color:#fdfcfa}.btn--whatsapp{background-color:#30bb63;color:#fdfcfa}.btn--whatsapp:hover:not(:disabled){background-color:#128c7e;color:#fdfcfa}.btn--full{width:100%}.input{width:100%;padding:.5rem 1rem;font-size:1rem;border:1px solid #e5e1da;border-radius:0;background-color:#fdfcfa;transition:border-color .12s cubic-bezier(.25,.46,.45,.94);min-height:44px}@media(min-width:640px){.input{min-height:auto}}.input:focus{outline:none;border-color:#356aaf;box-shadow:0 0 0 3px #356aaf1a}.input::placeholder{color:#ada9a1}.input--error{border-color:#e83530}.input--error:focus{box-shadow:0 0 0 3px #e835301a}.select{width:100%;padding:.5rem 1rem;font-size:1rem;border:1px solid #e5e1da;border-radius:0;background-color:#fdfcfa;transition:border-color .12s cubic-bezier(.25,.46,.45,.94);min-height:44px}@media(min-width:640px){.select{min-height:auto}}.select:focus{outline:none;border-color:#356aaf;box-shadow:0 0 0 3px #356aaf1a}.select::placeholder{color:#ada9a1}.select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;padding-right:2rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.25rem;font-size:.875rem;font-weight:500;color:#4a4742}.form-group .error-message{margin-top:.25rem;font-size:.75rem;color:#e83530}.card{background-color:#fdfcfa;border-radius:0;box-shadow:0 1px 4px #0000000d,0 0 1px #0000000a;padding:1.5rem}.text-center{text-align:center}.mt-md{margin-top:1rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:0;cursor:pointer;transition:all .12s cubic-bezier(.25,.46,.45,.94);background-color:transparent}.btn-icon:focus-visible{outline:2px solid #356aaf;outline-offset:2px}@media(min-width:640px){.btn-icon{width:36px;height:36px}}.btn-icon--primary{color:#356aaf}.btn-icon--primary:hover{background-color:#356aaf1a}.btn-icon--secondary{color:#635f59}.btn-icon--secondary:hover{background-color:#f7f5f1}.btn-icon--danger{color:#e83530}.btn-icon--danger:hover{background-color:#e835301a}.btn-icon--whatsapp{color:#30bb63}.btn-icon--whatsapp:hover{background-color:#30bb631a}.btn-icon--success{color:#09a870}.btn-icon--success:hover{background-color:#09a8701a}.lang-switcher{display:flex;align-items:center;justify-content:center;gap:6px}.lang-switcher__sep{color:#ada9a1;font-size:.75rem;line-height:1;-webkit-user-select:none;user-select:none}.lang-switcher__item{background:none;border:none;padding:0;cursor:pointer;font-size:.75rem;color:#857f78;transition:color .12s cubic-bezier(.25,.46,.45,.94);line-height:1}.lang-switcher__item:hover:not(.lang-switcher__item--active){color:#3a3733;text-decoration:underline}.lang-switcher__item--active{font-weight:600;color:#4a4742;cursor:default}.auth-layout{display:flex;height:100dvh;overflow:hidden}.auth-layout__image{flex:none;width:45%;position:relative;background-size:cover;background-position:center;display:none;-webkit-user-select:none;user-select:none;pointer-events:none;-webkit-user-drag:none}@media(min-width:768px){.auth-layout__image{display:block}}.auth-layout__image-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000 50%,#0000004d);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:3rem;gap:.5rem}.auth-layout__image-logo{width:80px;height:80px;object-fit:contain;filter:brightness(0) invert(1);opacity:.95;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.auth-layout__image-tagline{font-size:2.25rem;font-weight:800;color:#fdfcfa;line-height:1.4;max-width:100%}.auth-layout__image-tagline--accent{color:#fdfcfa;font-weight:800}.auth-layout--full .auth-layout__panel{width:100%;max-width:100%}.auth-layout__panel{flex:1;background-color:#f7f5f1;display:flex;align-items:center;justify-content:center;overflow-y:hidden;padding:clamp(.5rem,3vh,2rem) 1rem}.auth-layout__panel-inner{width:100%;max-width:560px;display:flex;flex-direction:column;gap:1.5rem}.auth-layout__header{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.auth-layout__logo{width:clamp(140px,55%,260px);height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.auth-layout__subtitle{font-size:.875rem;color:#857f78;line-height:1.5}.auth-layout__beta{display:inline-block;padding:2px 8px;border:1px solid #cec9c1;color:#857f78;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;-webkit-user-select:none;user-select:none;pointer-events:none}.auth-layout__content{width:100%;min-height:520px;background-color:#fdfcfa;border:1px solid #e5e1da;padding:2rem;display:flex;flex-direction:column}.auth-layout__lang{justify-content:center}.login-form{display:flex;flex-direction:column;gap:1.5rem;flex:1}.login-form__heading{text-align:center}.login-form__heading h2{font-size:1.25rem;font-weight:700;color:#2a2824;margin:0 0 .25rem;letter-spacing:-.02em}.login-form__tabs{display:flex;background-color:#f7f5f1;border:1px solid #e5e1da;padding:3px;gap:2px}.login-form__tab{flex:1;padding:.25rem .5rem;background:none;border:none;font-size:.875rem;font-weight:500;color:#857f78;cursor:pointer;transition:all .12s cubic-bezier(.25,.46,.45,.94);line-height:1.6}.login-form__tab--active{background-color:#fdfcfa;color:#2a2824;font-weight:600}.login-form__fields{display:flex;flex-direction:column;gap:1rem}.login-form .form-group{display:flex;flex-direction:column;gap:.25rem}.login-form .form-group label{font-size:.75rem;font-weight:600;color:#635f59;letter-spacing:.03em;text-transform:uppercase}.login-form .btn--full{width:100%;height:44px;font-size:.875rem;font-weight:600;letter-spacing:.01em}.login-form__footer{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding-top:.5rem;border-top:1px solid #e5e1da;margin-top:auto}.login-form__link{text-align:center;font-size:.75rem;color:#857f78;margin:0}.login-form__link--muted{color:#ada9a1;font-size:11px}.login-form__link a{color:#356aaf;font-weight:500;text-decoration:none}.login-form__link a:hover{text-decoration:underline}.login-form__link-btn{background:none;border:none;color:#356aaf;font-size:.75rem;font-weight:500;cursor:pointer;padding:0}.login-form__link-btn:hover{text-decoration:underline}.login-form__error{background-color:#e835300f;border:1px solid rgba(232,53,48,.2);color:#e83530;padding:.5rem 1rem;font-size:.75rem;text-align:center;line-height:1.5}.login-form__subtitle{font-size:.875rem;color:#857f78;text-align:center;margin:0;line-height:1.6}.login-form__success{background-color:#09a8700f;border:1px solid rgba(9,168,112,.2);color:#078156;padding:.5rem 1rem;font-size:.75rem;text-align:center;font-weight:500;line-height:1.5}.register-form{flex:1;min-height:0;display:flex;flex-direction:column}.register-form__panels{display:grid;flex:1;min-height:0;overflow:hidden}.register-form__panels form{grid-area:1/1;display:flex;flex-direction:column;gap:.25rem}.register-form__panels form .btn--full{margin-top:auto;flex-shrink:0}.register-form__panel--hidden{visibility:hidden;pointer-events:none}.register-form h2{text-align:center;margin-bottom:.25rem;color:#3a3733;margin-top:0;font-size:1.125rem}.register-form__steps{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;flex-shrink:0}.register-form__step{display:flex;align-items:center;gap:.25rem;opacity:.35}.register-form__step--active{opacity:1}.register-form__step--done{opacity:.6}.register-form__step--done .register-form__step-dot{background-color:#356aaf;color:#fdfcfa}.register-form__step-dot{width:24px;height:24px;border-radius:50%;background-color:#e5e1da;color:#635f59;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.register-form__step--active .register-form__step-dot{background-color:#356aaf;color:#fdfcfa}.register-form__step-label{font-size:.875rem;font-weight:500;color:#4a4742}.register-form__step-line{flex:1;max-width:48px;height:1px;background-color:#e5e1da}.register-form__actions{display:flex;gap:.5rem;margin-top:auto;flex-shrink:0;align-items:stretch}.register-form__actions .btn--full{margin-top:0;flex:1;width:auto}.register-form__back{flex:1;display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;background:none;border:1px solid #e5e1da;cursor:pointer;color:#635f59;font-size:.875rem;font-weight:500}.register-form__back:hover{background-color:#fdfcfa;color:#2a2824}.register-form__error{background-color:#e835301a;color:#e83530;padding:.5rem 1rem;border-radius:0;margin-bottom:1rem;font-size:.875rem;text-align:center}.register-form__field-error{display:block;margin-top:4px;font-size:.75rem;color:#e83530}.register-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.register-form__pwd-wrapper{position:relative}.register-form__pwd-wrapper .input{padding-right:36px;width:100%;box-sizing:border-box}.register-form__pwd-toggle{position:absolute;right:0;top:0;height:100%;width:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#ada9a1}.register-form__pwd-toggle:hover{color:#635f59}.register-form__legal{text-align:center;margin-top:1rem;flex-shrink:0;font-size:.75rem;color:#857f78;line-height:1.5}.register-form__legal a{color:#356aaf;font-weight:500}.register-form__legal a:hover{text-decoration:underline}.register-form__link{text-align:center;margin-top:1rem;flex-shrink:0;font-size:.875rem;color:#635f59}.register-form__link a{color:#356aaf;font-weight:500}.register-form__link a:hover{text-decoration:underline}.phone-input{display:flex;border:1px solid #cec9c1;border-radius:0;transition:border-color .15s,box-shadow .15s}.phone-input:focus-within{border-color:#356aaf;box-shadow:0 0 0 3px #356aaf1a}.phone-input--error{border-color:#e83530!important}.phone-input--error:focus-within{box-shadow:0 0 0 3px #e835301a}.phone-input__code-wrapper{position:relative;flex-shrink:0}.phone-input__code-btn{display:flex;align-items:center;gap:4px;padding:.5rem;background:#fdfcfa;border:none;border-right:1px solid #e5e1da;border-radius:0;cursor:pointer;font-size:.875rem;color:#4a4742;white-space:nowrap;height:100%;min-width:80px}.phone-input__code-btn:hover{background:#f7f5f1}.phone-input__dial{font-size:.875rem;font-weight:500}.phone-input__arrow{font-size:10px;color:#857f78;margin-left:2px}.phone-input__dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:1200;background:#fdfcfa;border:1px solid #e5e1da;border-radius:0;box-shadow:0 8px 24px #00000017,0 2px 6px #0000000a;min-width:280px}.phone-input__search-wrapper{padding:.25rem;border-bottom:1px solid #f7f5f1}.phone-input__search{width:100%;padding:.25rem .5rem;border:1px solid #e5e1da;border-radius:0;font-size:.875rem;color:#4a4742;outline:none;box-sizing:border-box}.phone-input__search:focus{border-color:#356aaf}.phone-input__list{list-style:none;padding:0;margin:0;max-height:220px;overflow-y:auto}.phone-input__option{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;cursor:pointer;font-size:.875rem}.phone-input__option:hover{background-color:#fdfcfa}.phone-input__option--selected{background-color:#356aaf14}.phone-input__option-name{flex:1;color:#4a4742;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phone-input__option-code{color:#857f78;font-size:.75rem;flex-shrink:0}.phone-input__no-results{padding:1rem;text-align:center;color:#857f78;font-size:.875rem}.phone-input__number{flex:1;border:none;padding:.5rem 1rem;font-size:.875rem;color:#4a4742;outline:none;background:transparent;min-width:0;border-radius:0}.phone-input__number::placeholder{color:#ada9a1}
