.m-button{padding:8px 16px;height:42px;text-wrap-mode:nowrap;border-radius:8px;transition:color .3s ease,background-color .3s ease,border-color .3s ease;color:#434357;position:relative}.m-button:focus-visible{outline:none}.m-button:focus-visible:after{content:"";position:absolute;inset:-5px;z-index:-1}.m-button__primary{background-color:#efe8f9;border:1px solid #7b47cf}.m-button__primary:focus-visible:after{background-color:#3889e5;border-radius:10px}.m-button__primary:disabled{background-color:#f7f7f8;border-color:#9f9fb1;color:#9f9fb1}.m-button__primary:not(:disabled):hover{cursor:pointer;color:#05051e;border-color:#48149c}.m-button__primary:not(:disabled).is-active,.m-button__primary:not(:disabled):active{background-color:#ded1f3}.m-button__primary.m-button__outlined{background-color:rgba(0,0,0,0)}.m-button__primary.m-button__outlined:focus-visible:after{background-color:rgba(0,0,0,0);border-radius:12px;border:4px solid #3889e5}.m-button__primary.m-button__outlined:disabled{background-color:rgba(0,0,0,0);border-color:#9f9fb1}.m-button__primary.m-button__outlined:not(:disabled).is-active,.m-button__primary.m-button__outlined:not(:disabled):active{background-color:rgba(0,0,0,0);border-color:#240a4e}.m-button__primary.m-button__error{background-color:#f9e0de;border:1px solid #dc2f23}.m-button__primary.m-button__error:focus-visible:after{background-color:#3889e5}.m-button__primary.m-button__error:disabled{background-color:rgba(249,224,222,.3019607843);border-color:rgba(241,171,167,.8);color:#76768f}.m-button__primary.m-button__error:not(:disabled):hover{cursor:pointer;color:#434357;border-color:#b0251c}.m-button__primary.m-button__error:not(:disabled).is-active,.m-button__primary.m-button__error:not(:disabled):active{background-color:#f1aba7}.m-button__primary.m-button__error.m-button__outlined{background-color:rgba(0,0,0,0)}.m-button__primary.m-button__error.m-button__outlined:focus-visible:after{background-color:rgba(0,0,0,0);border-radius:12px;border:4px solid #3889e5}.m-button__primary.m-button__error.m-button__outlined:disabled{border-color:#9f9fb1}.m-button__primary.m-button__error.m-button__outlined:not(:disabled).is-active,.m-button__primary.m-button__error.m-button__outlined:not(:disabled):active{background-color:rgba(0,0,0,0)}.m-button__primary.m-button__error.m-button__outlined:disabled{background-color:rgba(0,0,0,0);border-color:rgba(241,171,167,.8);color:#76768f}.m-button__primary.m-button__error.m-button__outlined.is-active,.m-button__primary.m-button__error.m-button__outlined:not(:disabled):active{border-color:#841c15}.m-button__secondary{background-color:#fff;border-radius:30px;border:1px solid #7b47cf;display:flex;align-items:center;column-gap:8px}.m-button__secondary:after{content:"";border-radius:30px;background-color:#cebaed;position:absolute;inset:-4px;z-index:-1;opacity:0;transition:opacity .3s ease}.m-button__secondary:focus-visible:before{content:"";border-radius:30px;background-color:#3889e5;position:absolute;inset:-4px;z-index:-1}.m-button__secondary:disabled{background-color:#fff;border-color:#aeaebc;color:#60607d}.m-button__secondary:not(:disabled):hover{cursor:pointer;color:#05051e;border-color:#48149c}.m-button__secondary:not(:disabled).is-active,.m-button__secondary:not(:disabled):active{color:#05051e;border-color:#48149c;border-radius:30px}.m-button__secondary:not(:disabled).is-active:after,.m-button__secondary:not(:disabled):active:after{opacity:1}.m-button__secondary:not(:disabled).is-active:focus-visible:before,.m-button__secondary:not(:disabled):active:focus-visible:before{inset:-4px}.m-button__secondary.m-button__error{background-color:#fff;border:1px solid #dc2f23}.m-button__secondary.m-button__error:focus-visible:after{background-color:#3889e5;border-radius:30px}.m-button__secondary.m-button__error:disabled{background-color:#fff;border-color:rgba(241,171,167,.8);color:#76768f}.m-button__secondary.m-button__error:not(:disabled):hover{cursor:pointer;color:#434357;border-color:#b0251c}.m-button__secondary.m-button__error:not(:disabled).is-active,.m-button__secondary.m-button__error:not(:disabled):active{background-color:#fff}.m-button__secondary.m-button__error.m-button__outlined{background-color:rgba(0,0,0,0)}.m-button__secondary.m-button__error.m-button__outlined:focus-visible:after{background-color:rgba(0,0,0,0);border-radius:12px;border:4px solid #3889e5}.m-button__secondary.m-button__error.m-button__outlined:disabled{background-color:rgba(0,0,0,0);border-color:#9f9fb1}.m-button__secondary.m-button__error.m-button__outlined:not(:disabled).is-active,.m-button__secondary.m-button__error.m-button__outlined:not(:disabled):active{background-color:rgba(0,0,0,0)}.m-button__secondary.m-button__error.m-button__outlined:disabled{background-color:#fff;border-color:rgba(241,171,167,.8);color:#76768f}.m-button__secondary.m-button__error.m-button__outlined.is-active,.m-button__secondary.m-button__error.m-button__outlined:not(:disabled):active{border-color:#841c15}.m-button__rounded{border-radius:30px}.m-button__rounded.m-button__error.m-button__outlined:focus-visible:after,.m-button__rounded.m-button__outlined:focus-visible:after,.m-button__rounded:focus-visible:after{border-radius:30px}.m-button:has(.a-button--icon-only){height:42px;width:42px;display:flex;justify-content:center;padding:8px}.m-button__label{display:flex;justify-content:center;gap:12px;padding:8px 16px}.a-button--content{display:flex;flex-direction:row;gap:12px;align-items:center}.m-checkbox__label{display:inline-flex;align-items:center;gap:12px;padding:8px;max-height:32px;max-width:180px;box-sizing:content-box;font-weight:500;color:#434357;cursor:pointer}.m-checkbox__label:has(.m-checkbox__select:checked){color:#5116b0}.m-checkbox__label:has(.m-checkbox__select:hover:not(:checked,:disabled)){color:#05051e;transition:.5s ease-in-out}.m-checkbox__label:has(.m-checkbox__select:disabled){color:#aeaebc;cursor:not-allowed}.m-checkbox__text{display:block;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-checkbox__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:16px;height:16px;flex:0 0 16px;background-color:#fff;border:1px solid #aeaebc;border-radius:2px;color:#aeaebc;margin:0;padding:0;position:relative;transform:translateY(0)}.m-checkbox__select:before{content:"";display:grid;position:absolute;left:50%;top:50%;width:10px;height:8px;transform:translate(-50%,-50%) scale(0);transform-origin:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.875 0C7.63 0 7.41125 0.09625 7.25375 0.25375L3.5 4.01625L1.49625 2.00375C1.33875 1.84625 1.12 1.75 0.875 1.75C0.39375 1.75 0 2.14375 0 2.625C0 2.87 0.09625 3.08875 0.25375 3.24625L2.87875 5.87125C3.03625 6.02875 3.255 6.125 3.5 6.125C3.745 6.125 3.96375 6.02875 4.12125 5.87125L8.49625 1.49625C8.65375 1.33875 8.75 1.12 8.75 0.875C8.75 0.39375 8.35625 0 7.875 0Z' fill='currentColor' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.875 0C7.63 0 7.41125 0.09625 7.25375 0.25375L3.5 4.01625L1.49625 2.00375C1.33875 1.84625 1.12 1.75 0.875 1.75C0.39375 1.75 0 2.14375 0 2.625C0 2.87 0.09625 3.08875 0.25375 3.24625L2.87875 5.87125C3.03625 6.02875 3.255 6.125 3.5 6.125C3.745 6.125 3.96375 6.02875 4.12125 5.87125L8.49625 1.49625C8.65375 1.33875 8.75 1.12 8.75 0.875C8.75 0.39375 8.35625 0 7.875 0Z' fill='currentColor' /%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;background-color:#5116b0;transition:transform .3s ease;will-change:transform;pointer-events:none}.m-checkbox__select:checked{color:#5116b0;border-color:#5116b0}.m-checkbox__select:checked:before{transform:translate(-50%,-50%) scale(1) translateY(1px)}.m-checkbox__select:focus-visible{outline:none;position:relative}.m-checkbox__select:focus-visible:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:16px;width:16px;border-radius:2px;box-shadow:0 0 0 4px #3889e5;z-index:-1}.m-checkbox__select:hover:not(:disabled):not(:checked){border-color:#05051e;transition:.5s ease-in-out;cursor:pointer}.m-checkbox__select:disabled{background-color:#eeeef1;border-color:#aeaebc;cursor:not-allowed}.m-checkbox__select:disabled:before{border-color:#aeaebc}.m-chip{display:inline-block;position:relative}.m-chip__menu{position:absolute;left:0;bottom:calc(550% + 18px)}.m-chip__button{color:#434357;background-color:#fff;padding:10px 16px;border:1px solid #7b47cf;border-radius:30px;display:flex;align-items:center;column-gap:8px;transition:color .3s ease,border-color .3s ease,box-shadow .3s ease;position:relative}.m-chip__button:after{content:"";border-radius:26px;background-color:#cebaed;position:absolute;inset:-4px;z-index:-1;opacity:0;transition:opacity .3s ease}.m-chip__button:focus-visible{outline:none}.m-chip__button:focus-visible:before{content:"";border-radius:30px;background-color:#3889e5;position:absolute;inset:-4px;z-index:-1}.m-chip__button:not(:disabled):hover{cursor:pointer;color:#05051e;border-color:#48149c}.m-chip__button .m-chip__multiple{border-radius:50%;color:#5116b0;background-color:#eee8f9;margin:-4px -10px -4px 0;padding:4px 10px}.state-m-chip__button--open{color:#05051e;border-color:#48149c}.state-m-chip__button--open:after{opacity:1}.state-m-chip__button--open:focus-visible:before{inset:-8px}.m-chip__items{display:none;column-gap:6px;margin:-4px -10px -4px 0}.m-chip__items:has(.m-chip__item){display:flex}.m-chip__item{color:#5116b0;background-color:#eee8f9;border-radius:360px;padding:4px 12px;display:flex;align-items:center;column-gap:6px;transition:background-color .3s ease;max-height:27.5px;text-wrap-mode:nowrap}.m-chip__item:has(.m-chip__cross:hover){background-color:#cebaed}.m-chip__cross{padding:6px;margin:-6px}.m-chip__cross .a-cross{height:12px;width:12px}.m-dropdown{display:inline-block}.m-dropdown__button{color:#434357;background-color:#fff;border:1px solid #7b47cf;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:9px;padding:10px 16px;min-width:140px;transition:color .3s ease,border-color .3s ease,box-shadow .3s ease;position:relative}.m-dropdown__button:focus-visible{outline:none}.m-dropdown__button:focus-visible:after{content:"";border-radius:10px;background-color:#3889e5;position:absolute;inset:-5px;z-index:-1}.m-dropdown__button:disabled{border-color:#aeaebc;color:#60607d}.m-dropdown__button:not(:disabled):hover{cursor:pointer;color:#05051e;border-color:#48149c}.state-m-dropdown__button--open{color:#05051e;border-color:#48149c;box-shadow:inset 0 0 0 .5px #48149c}.state-m-dropdown__button--open svg{transform:scaleY(-1)}.a-icon{display:flex;color:inherit}.dot-elastic{position:relative;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0;animation:dot-elastic 1s linear infinite}.dot-elastic:after,.dot-elastic:before{content:"";display:inline-block;position:absolute;top:0}.dot-elastic:before{left:-13.5px;animation:dot-elastic-before 1s linear infinite}.dot-elastic:after,.dot-elastic:before{width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0}.dot-elastic:after{left:13.5px;animation:dot-elastic-after 1s linear infinite}@keyframes dot-elastic-before{0%{transform:scale(1)}25%{transform:scaleY(1.5)}50%{transform:scaleY(.67)}75%{transform:scale(1)}to{transform:scale(1)}}@keyframes dot-elastic{0%{transform:scale(1)}25%{transform:scale(1)}50%{transform:scaleY(1.5)}75%{transform:scale(1)}to{transform:scale(1)}}@keyframes dot-elastic-after{0%{transform:scale(1)}25%{transform:scale(1)}50%{transform:scaleY(.67)}75%{transform:scaleY(1.5)}to{transform:scale(1)}}.dot-pulse,.m-loader__pulse{position:relative;left:-9999px;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0;box-shadow:9999px 0 0 -5px;animation:dot-pulse 1.5s linear infinite;animation-delay:.25s}.dot-pulse:after,.dot-pulse:before,.m-loader__pulse:after,.m-loader__pulse:before{content:"";display:inline-block;position:absolute;top:0;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0}.dot-pulse:before,.m-loader__pulse:before{box-shadow:9985.5px 0 0 -5px;animation:dot-pulse-before 1.5s linear infinite;animation-delay:0s}.dot-pulse:after,.m-loader__pulse:after{box-shadow:10012.5px 0 0 -5px;animation:dot-pulse-after 1.5s linear infinite;animation-delay:.5s}@keyframes dot-pulse-before{0%{box-shadow:9985.5px 0 0 -5px}30%{box-shadow:9985.5px 0 0 2px}60%,to{box-shadow:9985.5px 0 0 -5px}}@keyframes dot-pulse{0%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}60%,to{box-shadow:9999px 0 0 -5px}}@keyframes dot-pulse-after{0%{box-shadow:10012.5px 0 0 -5px}30%{box-shadow:10012.5px 0 0 2px}60%,to{box-shadow:10012.5px 0 0 -5px}}.dot-flashing{position:relative;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0;animation:dot-flashing 1s linear infinite alternate;animation-delay:.5s}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-13.5px;animation:dot-flashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0}.dot-flashing:after{left:13.5px;animation:dot-flashing 1s infinite alternate;animation-delay:1s}@keyframes dot-flashing{0%{background-color:#5116b0}50%,to{background-color:rgba(81,22,176,.2)}}.dot-collision{position:relative;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0}.dot-collision:after,.dot-collision:before{content:"";display:inline-block;position:absolute;top:0}.dot-collision:before{left:-9px;animation:dot-collision-before 2s ease-in infinite}.dot-collision:after,.dot-collision:before{width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0}.dot-collision:after{left:9px;animation:dot-collision-after 2s ease-in infinite;animation-delay:1s}@keyframes dot-collision-before{0%,50%,75%,to{transform:translateX(0)}25%{transform:translateX(-13.5px)}}@keyframes dot-collision-after{0%,50%,75%,to{transform:translateX(0)}25%{transform:translateX(13.5px)}}.dot-revolution{position:relative;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0}.dot-revolution:after,.dot-revolution:before{content:"";display:inline-block;position:absolute}.dot-revolution:before{top:-13.5px;transform-origin:4.5px 18px;animation:dot-revolution 1.4s linear infinite}.dot-revolution:after,.dot-revolution:before{left:0;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0}.dot-revolution:after{top:-27px;transform-origin:4.5px 31.5px;animation:dot-revolution 1s linear infinite}@keyframes dot-revolution{0%{transform:rotate(0deg) translateZ(0)}to{transform:rotate(1turn) translateZ(0)}}.dot-carousel{position:relative;left:-9999px;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0;box-shadow:9985.5px 0 0 0 #5116b0,9999px 0 0 0 #5116b0,10012.5px 0 0 0 #5116b0;animation:dot-carousel 1.5s linear infinite}@keyframes dot-carousel{0%{box-shadow:9985.5px 0 0 -1px #5116b0,9999px 0 0 1px #5116b0,10012.5px 0 0 -1px #5116b0}50%{box-shadow:10012.5px 0 0 -1px #5116b0,9985.5px 0 0 -1px #5116b0,9999px 0 0 1px #5116b0}to{box-shadow:9999px 0 0 1px #5116b0,10012.5px 0 0 -1px #5116b0,9985.5px 0 0 -1px #5116b0}}.dot-typing{position:relative;left:-9999px;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0;box-shadow:9985.5px 0 0 0 #5116b0,9999px 0 0 0 #5116b0,10012.5px 0 0 0 #5116b0;animation:dot-typing 1.5s linear infinite}@keyframes dot-typing{0%{box-shadow:9985.5px 0 0 0 #5116b0,9999px 0 0 0 #5116b0,10012.5px 0 0 0 #5116b0}16.667%{box-shadow:9985.5px -10px 0 0 #5116b0,9999px 0 0 0 #5116b0,10012.5px 0 0 0 #5116b0}33.333%{box-shadow:9985.5px 0 0 0 #5116b0,9999px 0 0 0 #5116b0,10012.5px 0 0 0 #5116b0}50%{box-shadow:9985.5px 0 0 0 #5116b0,9999px -10px 0 0 #5116b0,10012.5px 0 0 0 #5116b0}66.667%{box-shadow:9985.5px 0 0 0 #5116b0,9999px 0 0 0 #5116b0,10012.5px 0 0 0 #5116b0}83.333%{box-shadow:9985.5px 0 0 0 #5116b0,9999px 0 0 0 #5116b0,10012.5px -10px 0 0 #5116b0}to{box-shadow:9985.5px 0 0 0 #5116b0,9999px 0 0 0 #5116b0,10012.5px 0 0 0 #5116b0}}.dot-windmill{position:relative;top:-10px;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0;transform-origin:5px 15px;animation:dot-windmill 2s linear infinite}.dot-windmill:after,.dot-windmill:before{content:"";display:inline-block;position:absolute}.dot-windmill:before{left:-8.66254px}.dot-windmill:after,.dot-windmill:before{top:15px;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0}.dot-windmill:after{left:8.66254px}@keyframes dot-windmill{0%{transform:rotate(0deg) translateZ(0)}to{transform:rotate(2turn) translateZ(0)}}.dot-bricks{position:relative;top:7.5px;left:-9999px;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0;box-shadow:9991.5px -15px 0 0 #5116b0,9991.5px 0 0 0 #5116b0,10006.5px 0 0 0 #5116b0;animation:dot-bricks 2s ease infinite}@keyframes dot-bricks{0%{box-shadow:9991.5px -15px 0 0 #5116b0,9991.5px 0 0 0 #5116b0,10006.5px 0 0 0 #5116b0}8.333%{box-shadow:10006.5px -15px 0 0 #5116b0,9991.5px 0 0 0 #5116b0,10006.5px 0 0 0 #5116b0}16.667%{box-shadow:10006.5px -15px 0 0 #5116b0,9991.5px -15px 0 0 #5116b0,10006.5px 0 0 0 #5116b0}25%{box-shadow:10006.5px -15px 0 0 #5116b0,9991.5px -15px 0 0 #5116b0,9991.5px 0 0 0 #5116b0}33.333%{box-shadow:10006.5px 0 0 0 #5116b0,9991.5px -15px 0 0 #5116b0,9991.5px 0 0 0 #5116b0}41.667%{box-shadow:10006.5px 0 0 0 #5116b0,10006.5px -15px 0 0 #5116b0,9991.5px 0 0 0 #5116b0}50%{box-shadow:10006.5px 0 0 0 #5116b0,10006.5px -15px 0 0 #5116b0,9991.5px -15px 0 0 #5116b0}58.333%{box-shadow:9991.5px 0 0 0 #5116b0,10006.5px -15px 0 0 #5116b0,9991.5px -15px 0 0 #5116b0}66.666%{box-shadow:9991.5px 0 0 0 #5116b0,10006.5px 0 0 0 #5116b0,9991.5px -15px 0 0 #5116b0}75%{box-shadow:9991.5px 0 0 0 #5116b0,10006.5px 0 0 0 #5116b0,10006.5px -15px 0 0 #5116b0}83.333%{box-shadow:9991.5px -15px 0 0 #5116b0,10006.5px 0 0 0 #5116b0,10006.5px -15px 0 0 #5116b0}91.667%{box-shadow:9991.5px -15px 0 0 #5116b0,9991.5px 0 0 0 #5116b0,10006.5px -15px 0 0 #5116b0}to{box-shadow:9991.5px -15px 0 0 #5116b0,9991.5px 0 0 0 #5116b0,10006.5px 0 0 0 #5116b0}}.dot-floating{position:relative;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0;animation:dot-floating 3s cubic-bezier(.15,.6,.9,.1) infinite}.dot-floating:after,.dot-floating:before{content:"";display:inline-block;position:absolute;top:0}.dot-floating:before{left:-12px;animation:dot-floating-before 3s ease-in-out infinite}.dot-floating:after,.dot-floating:before{width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0}.dot-floating:after{left:-24px;animation:dot-floating-after 3s cubic-bezier(.4,0,1,1) infinite}@keyframes dot-floating{0%{left:calc(-50% - 4.5px)}75%{left:calc(50% + 104.5px)}to{left:calc(50% + 104.5px)}}@keyframes dot-floating-before{0%{left:-50px}50%{left:-12px}75%{left:-50px}to{left:-50px}}@keyframes dot-floating-after{0%{left:-100px}50%{left:-24px}75%{left:-100px}to{left:-100px}}.dot-fire{position:relative;left:-9999px;box-shadow:9999px 20.25px 0 -5px #5116b0;animation:dot-fire 1.5s linear infinite;animation-delay:-.85s}.dot-fire,.dot-fire:after,.dot-fire:before{width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0}.dot-fire:after,.dot-fire:before{content:"";display:inline-block;position:absolute;top:0}.dot-fire:before{animation:dot-fire 1.5s linear infinite;animation-delay:-1.85s}.dot-fire:after,.dot-fire:before{box-shadow:9999px 20.25px 0 -5px #5116b0}.dot-fire:after{animation:dot-fire 1.5s linear infinite;animation-delay:-2.85s}@keyframes dot-fire{1%{box-shadow:9999px 20.25px 0 -5px #5116b0}50%{box-shadow:9999px -5.0625px 0 2px #5116b0}to{box-shadow:9999px -20.25px 0 -5px #5116b0}}.dot-spin{position:relative;width:9px;height:9px;border-radius:4.5px;background-color:rgba(0,0,0,0);color:rgba(0,0,0,0);box-shadow:0 -16.2px 0 0 #5116b0,11.4551334px -11.4551334px 0 0 #5116b0,16.2px 0 0 0 #5116b0,11.4551334px 11.4551334px 0 0 rgba(81,22,176,0),0 16.2px 0 0 rgba(81,22,176,0),-11.4551334px 11.4551334px 0 0 rgba(81,22,176,0),-16.2px 0 0 0 rgba(81,22,176,0),-11.4551334px -11.4551334px 0 0 rgba(81,22,176,0);animation:dot-spin 1.5s linear infinite}@keyframes dot-spin{0%,to{box-shadow:0 -16.2px 0 0 #5116b0,11.4551334px -11.4551334px 0 0 #5116b0,16.2px 0 0 0 #5116b0,11.4551334px 11.4551334px 0 -5px rgba(81,22,176,0),0 16.2px 0 -5px rgba(81,22,176,0),-11.4551334px 11.4551334px 0 -5px rgba(81,22,176,0),-16.2px 0 0 -5px rgba(81,22,176,0),-11.4551334px -11.4551334px 0 -5px rgba(81,22,176,0)}12.5%{box-shadow:0 -16.2px 0 -5px rgba(81,22,176,0),11.4551334px -11.4551334px 0 0 #5116b0,16.2px 0 0 0 #5116b0,11.4551334px 11.4551334px 0 0 #5116b0,0 16.2px 0 -5px rgba(81,22,176,0),-11.4551334px 11.4551334px 0 -5px rgba(81,22,176,0),-16.2px 0 0 -5px rgba(81,22,176,0),-11.4551334px -11.4551334px 0 -5px rgba(81,22,176,0)}25%{box-shadow:0 -16.2px 0 -5px rgba(81,22,176,0),11.4551334px -11.4551334px 0 -5px rgba(81,22,176,0),16.2px 0 0 0 #5116b0,11.4551334px 11.4551334px 0 0 #5116b0,0 16.2px 0 0 #5116b0,-11.4551334px 11.4551334px 0 -5px rgba(81,22,176,0),-16.2px 0 0 -5px rgba(81,22,176,0),-11.4551334px -11.4551334px 0 -5px rgba(81,22,176,0)}37.5%{box-shadow:0 -16.2px 0 -5px rgba(81,22,176,0),11.4551334px -11.4551334px 0 -5px rgba(81,22,176,0),16.2px 0 0 -5px rgba(81,22,176,0),11.4551334px 11.4551334px 0 0 #5116b0,0 16.2px 0 0 #5116b0,-11.4551334px 11.4551334px 0 0 #5116b0,-16.2px 0 0 -5px rgba(81,22,176,0),-11.4551334px -11.4551334px 0 -5px rgba(81,22,176,0)}50%{box-shadow:0 -16.2px 0 -5px rgba(81,22,176,0),11.4551334px -11.4551334px 0 -5px rgba(81,22,176,0),16.2px 0 0 -5px rgba(81,22,176,0),11.4551334px 11.4551334px 0 -5px rgba(81,22,176,0),0 16.2px 0 0 #5116b0,-11.4551334px 11.4551334px 0 0 #5116b0,-16.2px 0 0 0 #5116b0,-11.4551334px -11.4551334px 0 -5px rgba(81,22,176,0)}62.5%{box-shadow:0 -16.2px 0 -5px rgba(81,22,176,0),11.4551334px -11.4551334px 0 -5px rgba(81,22,176,0),16.2px 0 0 -5px rgba(81,22,176,0),11.4551334px 11.4551334px 0 -5px rgba(81,22,176,0),0 16.2px 0 -5px rgba(81,22,176,0),-11.4551334px 11.4551334px 0 0 #5116b0,-16.2px 0 0 0 #5116b0,-11.4551334px -11.4551334px 0 0 #5116b0}75%{box-shadow:0 -16.2px 0 0 #5116b0,11.4551334px -11.4551334px 0 -5px rgba(81,22,176,0),16.2px 0 0 -5px rgba(81,22,176,0),11.4551334px 11.4551334px 0 -5px rgba(81,22,176,0),0 16.2px 0 -5px rgba(81,22,176,0),-11.4551334px 11.4551334px 0 -5px rgba(81,22,176,0),-16.2px 0 0 0 #5116b0,-11.4551334px -11.4551334px 0 0 #5116b0}87.5%{box-shadow:0 -16.2px 0 0 #5116b0,11.4551334px -11.4551334px 0 0 #5116b0,16.2px 0 0 -5px rgba(81,22,176,0),11.4551334px 11.4551334px 0 -5px rgba(81,22,176,0),0 16.2px 0 -5px rgba(81,22,176,0),-11.4551334px 11.4551334px 0 -5px rgba(81,22,176,0),-16.2px 0 0 -5px rgba(81,22,176,0),-11.4551334px -11.4551334px 0 0 #5116b0}}.dot-falling{position:relative;left:-9999px;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0;box-shadow:9999px 0 0 0 #5116b0;animation:dot-falling 1s linear infinite;animation-delay:.1s}.dot-falling:after,.dot-falling:before{content:"";display:inline-block;position:absolute;top:0}.dot-falling:before{animation:dot-falling-before 1s linear infinite;animation-delay:0s}.dot-falling:after,.dot-falling:before{width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0}.dot-falling:after{animation:dot-falling-after 1s linear infinite;animation-delay:.2s}@keyframes dot-falling{0%{box-shadow:9999px -13.5px 0 0 rgba(81,22,176,0)}25%,50%,75%{box-shadow:9999px 0 0 0 #5116b0}to{box-shadow:9999px 13.5px 0 0 rgba(81,22,176,0)}}@keyframes dot-falling-before{0%{box-shadow:9985.5px -13.5px 0 0 rgba(81,22,176,0)}25%,50%,75%{box-shadow:9985.5px 0 0 0 #5116b0}to{box-shadow:9985.5px 13.5px 0 0 rgba(81,22,176,0)}}@keyframes dot-falling-after{0%{box-shadow:10012.5px -13.5px 0 0 rgba(81,22,176,0)}25%,50%,75%{box-shadow:10012.5px 0 0 0 #5116b0}to{box-shadow:10012.5px 13.5px 0 0 rgba(81,22,176,0)}}.dot-stretching{position:relative;width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0;transform:scale(1.25);animation:dot-stretching 2s ease-in infinite}.dot-stretching:after,.dot-stretching:before{content:"";display:inline-block;position:absolute;top:0}.dot-stretching:before{animation:dot-stretching-before 2s ease-in infinite}.dot-stretching:after,.dot-stretching:before{width:9px;height:9px;border-radius:4.5px;background-color:#5116b0;color:#5116b0}.dot-stretching:after{animation:dot-stretching-after 2s ease-in infinite}@keyframes dot-stretching{0%{transform:scale(1.25)}50%,60%{transform:scale(.8)}to{transform:scale(1.25)}}@keyframes dot-stretching-before{0%{transform:translate(0) scale(.7)}50%,60%{transform:translate(-20px) scale(1)}to{transform:translate(0) scale(.7)}}@keyframes dot-stretching-after{0%{transform:translate(0) scale(.7)}50%,60%{transform:translate(20px) scale(1)}to{transform:translate(0) scale(.7)}}.dot-gathering{position:relative;margin:-1px 0}.dot-gathering,.dot-gathering:after,.dot-gathering:before{width:12px;height:12px;border-radius:6px;background-color:#000;color:rgba(0,0,0,0);filter:blur(2px)}.dot-gathering:after,.dot-gathering:before{content:"";display:inline-block;position:absolute;top:0;left:-50px;opacity:0;animation:dot-gathering 2s ease-in infinite}.dot-gathering:after{animation-delay:.5s}@keyframes dot-gathering{0%{opacity:0;transform:translateX(0)}35%,60%{opacity:1;transform:translateX(50px)}to{opacity:0;transform:translateX(100px)}}.dot-hourglass{position:relative;top:-13.5px;margin:-1px 0;transform-origin:4.5px 18px;animation:dot-hourglass 2.4s ease-in-out infinite;animation-delay:.6s}.dot-hourglass,.dot-hourglass:after,.dot-hourglass:before{width:12px;height:12px;border-radius:6px;background-color:#000;color:rgba(0,0,0,0);filter:blur(2px)}.dot-hourglass:after,.dot-hourglass:before{content:"";display:inline-block;position:absolute;top:0;left:0}.dot-hourglass:before{top:27px}.dot-hourglass:after{animation:dot-hourglass-after 2.4s cubic-bezier(.65,.05,.36,1) infinite}@keyframes dot-hourglass{0%{transform:rotate(0deg)}25%{transform:rotate(180deg)}50%{transform:rotate(180deg)}75%{transform:rotate(1turn)}to{transform:rotate(1turn)}}@keyframes dot-hourglass-after{0%{transform:translateY(0)}25%{transform:translateY(27px)}50%{transform:translateY(27px)}75%{transform:translateY(0)}to{transform:translateY(0)}}.dot-overtaking{position:relative;margin:-1px 0;animation:dot-overtaking 2s cubic-bezier(.2,.6,.8,.2) infinite}.dot-overtaking,.dot-overtaking:after,.dot-overtaking:before{width:12px;height:12px;border-radius:6px;background-color:rgba(0,0,0,0);color:#000;box-shadow:0 -20px 0 0;filter:blur(2px)}.dot-overtaking:after,.dot-overtaking:before{content:"";display:inline-block;position:absolute;top:0;left:0}.dot-overtaking:before{animation:dot-overtaking 2s cubic-bezier(.2,.6,.8,.2) infinite;animation-delay:.3s}.dot-overtaking:after{animation:dot-overtaking 1.5s cubic-bezier(.2,.6,.8,.2) infinite;animation-delay:.6s}@keyframes dot-overtaking{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dot-shuttle{position:relative;left:-13.5px;margin:-1px 0}.dot-shuttle,.dot-shuttle:after,.dot-shuttle:before{width:12px;height:12px;border-radius:6px;background-color:#000;color:rgba(0,0,0,0);filter:blur(2px)}.dot-shuttle:after,.dot-shuttle:before{content:"";display:inline-block;position:absolute;top:0}.dot-shuttle:before{left:13.5px;animation:dot-shuttle 2s ease-out infinite}.dot-shuttle:after{left:27px}@keyframes dot-shuttle{0%,50%,to{transform:translateX(0)}25%{transform:translateX(-40.5px)}75%{transform:translateX(40.5px)}}.dot-bouncing{position:relative;height:9px;font-size:10px}.dot-bouncing:before{content:"⚽🏀🏐";display:inline-block;position:relative;animation:dot-bouncing 1s infinite}@keyframes dot-bouncing{0%{top:-20px;animation-timing-function:ease-in}34%{transform:scale(1)}35%{top:20px;animation-timing-function:ease-out;transform:scale(1.5,.5)}45%{transform:scale(1)}90%{top:-20px}to{top:-20px}}.dot-rolling{position:relative;height:9px;font-size:10px}.dot-rolling:before{content:"⚽";display:inline-block;position:relative;transform:translateX(-25px);animation:dot-rolling 3s infinite}@keyframes dot-rolling{0%{content:"⚽";transform:translateX(-25px) rotate(0deg)}16.667%{content:"⚽";transform:translateX(25px) rotate(2turn)}33.333%{content:"⚽";transform:translateX(-25px) rotate(0deg)}34.333%{content:"🏀";transform:translateX(-25px) rotate(0deg)}50%{content:"🏀";transform:translateX(25px) rotate(2turn)}66.667%{content:"🏀";transform:translateX(-25px) rotate(0deg)}67.667%{content:"🏐";transform:translateX(-25px) rotate(0deg)}83.333%{content:"🏐";transform:translateX(25px) rotate(2turn)}to{content:"🏐";transform:translateX(-25px) rotate(0deg)}}.m-loader{padding:0 26px 6px}.m-menu{position:absolute;background-color:#fff;border:1px solid #eeeef1;border-radius:8px;box-shadow:0 2px 4px 0 rgba(5,5,30,.15);overflow-y:auto;max-height:200px;width:-moz-fit-content;width:fit-content;min-width:190px;display:flex;flex-direction:column;z-index:1}.m-menu__item{color:#434357;padding:12px 8px;transition:color .3s ease;cursor:pointer;border:none;background-color:rgba(0,0,0,0);text-align:left;display:flex;align-items:center;outline-offset:-2px;text-wrap-mode:nowrap}.m-menu__item:hover:not(.m-menu__item--selected){color:#5116b0}.m-menu__item--selected{background-color:#eee8f9;color:#5116b0}.m-menu__close{margin:8px;display:grid;place-content:center}.m-message--is-user{display:flex;flex-direction:column;align-items:flex-end}.m-message--is-user .m-message__message{border:1px solid #c6c6d0;border-radius:12px 0 12px 12px;background-color:#fff;padding:12px 20px}.m-message__sender{color:#60607d;font-size:.875rem;margin-bottom:8px}.m-message--is-user .m-message__sender{margin-bottom:12px}.m-message__message{color:#05051e}.m-message__output{margin-bottom:20px}.m-message__output p{margin:0 0 12px}.m-message__output p:last-child{margin-bottom:0}.m-message__people{list-style:decimal;list-style-position:outside;-webkit-padding-start:1.25rem;padding-inline-start:1.25rem;margin:0}.m-message__person-name{margin:0 0 8px;font-size:1rem;font-weight:700;color:#05051e}.m-message__person{margin:0 0 24px}.m-message__person:last-child{margin-bottom:0}.m-message__prop-list{list-style:disc;list-style-position:outside;-webkit-padding-start:1.25rem;padding-inline-start:1.25rem;margin:0}.m-message__prop-key{font-weight:700}.m-message__prop-key,.m-message__prop-value{font-size:.875rem;color:#05051e;margin:0}.m-message__prop-value:empty{display:none}.m-message__prop-key:has(+.m-message__prop-value:empty){display:none}.m-message__icons{display:flex;gap:8px;margin-top:12px}.m-message__icon-btn{color:#9090a4;background-color:rgba(0,0,0,0);border:none;cursor:pointer;transition:color .3s ease;outline-offset:2px}.m-message__icon-btn:hover{color:#60607d}.m-message__icon-btn.is-active{color:#7b47cf}.m-popup{border:none;border-radius:8px;box-shadow:0 4px 16px 0 rgba(0,0,0,.2);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90vw;max-height:90vh;padding:40px 32px 0}.m-popup::-webkit-backdrop{background-color:rgba(242,242,242,.4392156863);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.m-popup::backdrop{background-color:rgba(242,242,242,.4392156863);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.m-popup__close{position:absolute;top:16px;right:16px;background:rgba(0,0,0,0);border:0;cursor:pointer}.m-popup__close .a-cross{width:20px;height:20px}.m-popup__info,.m-popup__prompt,.m-popup__scout{display:flex;flex-direction:column}.m-popup__info{max-width:480px;align-items:center;padding-bottom:40px}.m-popup__info .m-popup__info--warning{width:60px;height:60px;border-radius:50%;background-color:#f9e0de;color:#dc2f23;display:flex;align-items:center;justify-content:center;padding:14px 16px 18px;margin-bottom:24px}.m-popup__info .m-popup__info--title{font-weight:700;font-size:1.125rem;color:#05051e;margin-bottom:8px}.m-popup__info .m-popup__info--content{font-weight:500;font-size:1.125rem;color:#60607d;margin-bottom:32px;text-align:center}.m-popup__info .m-popup__info--actions{display:flex;flex-direction:row;gap:12px;width:100%}.m-popup__info .m-popup__info--actions .m-button{width:inherit}.m-popup__prompt{gap:32px;padding-top:32px;padding-bottom:40px;min-width:864px;height:100%}.m-popup__prompt .m-popup__prompt--title{align-self:flex-start;font-weight:700;font-size:1.125rem;color:#05051e;margin-bottom:8px}.m-popup__prompt .m-popup__prompt--input .m-text-line{font-size:1.375rem}.m-popup__prompt .m-popup__prompt--textarea{height:232px}.m-popup__prompt .m-popup__prompt--textarea .m-text-field{padding-bottom:68px;width:100%;min-height:0}.m-popup__prompt .m-popup__prompt--actions{display:flex;flex-direction:row;justify-content:flex-end;gap:12px;padding-top:32px}.m-popup__scout{gap:32px;padding-top:32px;min-width:864px;display:flex;flex-direction:column;max-height:calc(100vh - 160px)}.m-popup__scout .m-popup__scout--title{align-self:flex-start;font-weight:700;font-size:1.125rem;color:#05051e;margin-bottom:8px}.m-popup__scout .m-popup__scout--input .m-text-line{font-size:1.375rem}.m-popup__scout .m-popup__scout--body{display:flex;flex-direction:column;gap:16px;scrollbar-width:none}.m-popup__scout .m-popup__scout--body::-webkit-scrollbar{display:none}.m-popup__scout .m-popup__scout--capability-label,.m-popup__scout .m-popup__scout--country-label,.m-popup__scout .m-popup__scout--mode-label{font-weight:500;color:#434357;display:flex;flex-direction:row;gap:10px;padding:8px 0;height:48px;width:100px;align-items:center}.m-popup__scout .m-popup__scout--mode{display:flex;flex-direction:row;gap:20px;align-items:center}.m-popup__scout .m-popup__scout--mode .m-popup__scout--mode-controls{display:flex;align-items:center;height:48px}.m-popup__scout .m-popup__scout--country{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;align-items:center}.m-popup__scout .m-popup__scout--country .m-popup__scout--country-controls{display:flex;gap:12px;align-items:center}.m-popup__scout .m-popup__scout--capability{display:flex;flex-direction:row;flex:1 1;gap:20px;min-height:0;align-items:baseline}.m-popup__scout .m-popup__scout--capability .m-popup__scout--capability-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-auto-rows:1fr;grid-gap:16px;gap:16px;width:100vw;min-height:0}.m-popup__scout .m-popup__scout--actions{display:flex;flex-direction:row;justify-content:flex-end;gap:12px;padding-top:32px;padding-bottom:32px;position:-webkit-sticky;position:sticky;bottom:0;background:linear-gradient(0deg,rgba(255,255,255,.95),rgba(255,255,255,0));-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}.m-radio__label{display:flex;flex-direction:row;align-items:center;gap:12px;padding:8px;box-sizing:border-box;height:34px;font-weight:500;color:#434357}.m-radio__label:has(.m-radio__select:checked){color:#5116b0}.m-radio__label:has(.m-radio__select:hover:not(:checked,:disabled)){color:#05051e;transition:.5s ease-in-out;cursor:pointer}.m-radio__label:has(.m-radio__select:disabled){color:#aeaebc;cursor:not-allowed}.m-radio__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;width:16px;height:16px;border-radius:9999px;display:grid;place-items:center;position:relative;box-sizing:border-box;box-shadow:inset 0 0 0 1px #aeaebc}.m-radio__select:before{content:"";width:8px;height:8px;border-radius:9999px;transform:scale(0);transform-origin:center center;transition:.3s ease;box-shadow:0 0 0 0 #5b19c4,inset 0 0 0 8px #5b19c4}.m-radio__select:checked{box-shadow:inset 0 0 0 1px #5b19c4}.m-radio__select:checked:before{transform:scale(1)}.m-radio__select:focus-visible{outline:none}.m-radio__select:focus-visible:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:22px;width:22px;border-radius:9999px;background-color:#3889e5;z-index:-1}.m-radio__select:hover:not(:disabled):not(:checked){box-shadow:inset 0 0 0 1px #05051e;transition:.5s ease-in-out;cursor:pointer}.m-radio__select:disabled{background-color:#eeeef1;box-shadow:inset 0 0 0 1px #aeaebc;cursor:not-allowed}.m-radio__select:disabled:before{box-shadow:inset 0 0 0 8px #aeaebc}.m-tile{display:flex;flex-direction:column;justify-content:space-between;padding:16px;width:260px;background-color:#fff;border:1px solid #d6d6dd;border-radius:8px}.m-tile:not(:disabled):hover{border-color:#48149c;cursor:pointer}.m-tile:not(:disabled).is-active,.m-tile:not(:disabled):active{border-color:#05051e}.m-tile__title{display:flex;align-self:flex-start;margin-bottom:12px;font-weight:700}.m-tile__prompt{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;word-break:break-word;overflow:hidden;flex-grow:1;color:#60607d;font-weight:500;margin-bottom:32px}.m-tile__controls{display:flex;flex-direction:row;justify-content:space-between;margin-top:10px}.m-tile__controls--edit{display:flex;flex-direction:row;gap:10px;align-items:center;color:#5b19c4;cursor:pointer}.m-tile__controls--edit--anchor{font-size:.875rem}.m-tile__controls--trash{cursor:pointer}.m-tile_controls--is-disabled{display:flex;flex-direction:row;gap:10px;align-items:center;cursor:not-allowed;opacity:.5}.m-text-line{caret-color:#05051e;width:100%;position:relative;padding-bottom:8px}.m-text-line__header{outline:none;background-color:rgba(0,0,0,0);border:none;border-bottom:1px solid #d6d6dd;font-weight:700}.m-text-line__header::placeholder{color:#434357}.m-text-line__input{background-color:#fafafb;border:1px solid #d6d6dd;border-radius:12px;padding:16px}.m-text-line__input::placeholder{color:#60607d}.state-m-text-line--error{border-color:#dc2f23}.m-text-line__error{display:none;background-color:inherit;margin-top:4px;font-size:.875rem;color:#dc2f23}.state-m-text-line__error--visible{display:block}.m-text-field{background-color:#fafafb;border:1px solid #d6d6dd;border-radius:12px;padding:16px;position:relative}.state-m-text-field--error{border-color:#dc2f23}.m-text-field__textarea{width:100%;outline:none;resize:none;border:none;overflow-y:hidden;margin-top:.2em;background-color:rgba(0,0,0,0);white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word}.m-text-field__textarea::placeholder{color:#60607d}.m-text-field__submit{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-top:12px}.m-text-field__msg{color:#dc2f23;display:none}.state-m-text-field__msg--error{display:block}.m-header{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;width:100%}.m-header__logo{justify-self:center}.m-header__profile{justify-self:end;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:#eeeef1;color:#05051e}.a-cv-welcome{width:907px;gap:18px}.a-cv-welcome,.a-cv-welcome__form{display:flex;flex-direction:column}.a-cv-welcome__form{gap:32px;padding-top:54px}.a-cv-welcome__form--businesstitle,.a-cv-welcome__form--guidelines,.a-cv-welcome__form--workday{display:flex;flex-direction:column;gap:8px;font-size:1.25rem;font-weight:700;color:#434357}.a-cv-welcome__generate-container{display:flex;align-self:flex-end}.a-welcome-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;text-align:center;height:100%;margin-inline:auto}.a-welcome-header__content{max-width:700px;margin-inline:auto}.a-welcome-header__content--title{font-size:1.25rem;font-weight:400;color:#51516a;margin-bottom:12px}.a-welcome-header__content--subtitle{font-size:2rem;font-weight:600;color:#05051e}.m-my-prompts-panel{display:flex;flex-direction:column;height:100%;background:#f7f7f8;border-top:1px solid #d6d6dd;z-index:1;padding:16px 24px;gap:16px;width:100%;transform:translateY(100%);opacity:0;pointer-events:none;will-change:transform,opacity;transition:transform .24s ease-in-out,opacity .24s ease-in-out}.m-my-prompts-panel.open{transform:translateY(0);opacity:1;pointer-events:auto}.m-my-prompts-panel__header{display:flex;align-items:center;justify-content:flex-end;gap:10px}.m-my-prompts-panel__header--title{font-size:.875rem;font-weight:500;color:#5b19c4}.m-my-prompts-panel__header--title-disabled{font-size:.875rem;font-weight:500;color:#aeaebc}.m-my-prompts-panel__header--add{cursor:pointer;display:flex;align-items:center;background-color:rgba(0,0,0,0);color:#5b19c4;font-size:.75rem;border:none;padding:4px;border-radius:4px}.m-my-prompts-panel__header--add:not(:disabled):hover{color:#5116b0;background-color:#eee8f9}.m-my-prompts-panel__header--add:not(:disabled):hover:after{content:attr(data-tooltip);position:absolute;top:auto;right:calc(0% + 23px);left:auto;bottom:calc(100% - 8px);background-color:#eee8f9;width:max-content;padding:4px 8px;border-radius:8px}.m-my-prompts-panel__header--add:not(:disabled):active{color:#05051e}.m-my-prompts-panel__header--add:disabled{color:#aeaebc;background-color:#eeeef1;cursor:auto}.m-my-prompts-panel__header--add:disabled:before{content:attr(data-tooltip);position:absolute;top:auto;right:calc(0% + 23px);left:auto;bottom:calc(100% - 8px);background-color:#eeeef1;color:#434357;width:max-content;padding:4px 8px;border-radius:8px}.m-my-prompts-panel__content{flex:1 1 auto;min-height:0;overflow-y:auto}.m-my-prompts-panel__loader{display:grid;place-items:center}.m-my-prompts-panel__empty,.m-my-prompts-panel__error{color:#60607d;margin:8px 0}.m-my-prompts-panel__grid{display:flex;flex-direction:row;gap:16px;overflow-x:auto;padding-bottom:8px;flex-wrap:wrap}.m-my-prompts-panel__grid--item{display:flex}.m-my-prompts-panel__create{border:1px solid #eeeef1;border-radius:8px;padding:8px 12px;background:#fff;color:#05051e;cursor:pointer}.m-my-prompts-panel__create:disabled{color:#aeaebc;cursor:not-allowed;border-color:#eeeef1}.m-my-prompts-panel__create:not(:disabled):hover{border-color:#aeaebc}.m-chat{position:relative;flex:1 1;display:flex;flex-direction:column;overflow:hidden;align-items:stretch;width:907px}.m-chat:has(.m-chat__welcome){justify-content:center}.m-chat__welcome{margin:0 auto;width:100%}.m-chat__scroll{display:flex;flex-direction:column;gap:48px;overflow-y:auto;width:100%;height:100%;box-sizing:content-box;padding-right:25px;padding-bottom:48px}.m-chat__footer{padding-top:40px}.m-chat__footer--welcome{padding-top:72px}.m-chat__filters{margin-top:24px;display:flex;justify-content:space-between;align-items:center;padding:0 4px 4px}.m-chat__chips{display:flex;gap:8px}.m-sidebar{will-change:width;display:flex;flex-direction:column;flex-wrap:nowrap;gap:48px;padding:12px;height:100vh;border-right:1px solid #bebec9;overflow:hidden}.m-sidebar__open{transition:width .28s ease-in-out}.m-sidebar__icon{display:flex;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding-left:12px;cursor:pointer;margin-top:26px}.m-sidebar__icon .a-cross{width:24px;height:24px}.m-sidebar__open .m-sidebar__icon{align-self:flex-end}.m-sidebar__close .m-sidebar__icon{justify-self:center;margin-left:auto;margin-right:auto;padding-left:0}.m-sidebar__newchat{padding-left:12px;display:inline-flex;align-items:left;transition:all .3s ease-in-out;white-space:nowrap}.m-sidebar__newchat.expanded{width:160px;padding:0 16px}.m-sidebar__newchat.collapsed{width:48px;padding:0}.m-sidebar__prevChats{display:flex;flex-direction:column}.m-sidebar__prevChats .m-sidebar__prevChats--header{margin-bottom:16px;padding-left:14px;color:#60607d}.m-sidebar__prevChats .m-sidebar__prevChats--items{padding:12px 12px 12px 14px;color:#05051e;box-sizing:border-box;margin-right:10px}.m-sidebar__prevChats .m-sidebar__prevChats--items-static{padding-left:14px;color:#05051e}.m-sidebar__prevChats .m-sidebar__prevChats--items--active{background-color:#eee8f9;border-radius:4px;color:#5116b0}.m-sidebar__prevChats .m-sidebar__prevChats--items:not(:disabled):hover{color:#5116b0;background-color:#eee8f9;border-radius:4px;cursor:pointer}.m-sidebar__prevChats .m-sidebar__prevChats--items:not(:disabled):active{color:#05051e}.m-sidebar__prevChats .m-sidebar__prevChats--items:disabled{color:#aeaebc}.m-sidebar__scouts{display:flex;flex-direction:column}.m-sidebar__scouts .m-sidebar__scouts--header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 14px;color:#60607d;position:relative}.m-sidebar__scouts .m-sidebar__scouts--header-add{cursor:pointer;display:flex;align-items:center;background-color:rgba(0,0,0,0);font-size:.75rem;border:none;padding:4px;border-radius:4px}.m-sidebar__scouts .m-sidebar__scouts--header-add:not(:disabled):hover{color:#5116b0;background-color:#eee8f9}.m-sidebar__scouts .m-sidebar__scouts--header-add:not(:disabled):hover:after{content:attr(data-tooltip);position:absolute;top:auto;bottom:calc(100% + 10px);left:75%;transform:translateX(-50%);background-color:#eee8f9;width:max-content;padding:4px 8px;border-radius:8px}.m-sidebar__scouts .m-sidebar__scouts--header-add:not(:disabled):active{color:#05051e}.m-sidebar__scouts .m-sidebar__scouts--header-add:disabled{color:#aeaebc;background-color:#eeeef1;cursor:auto}.m-sidebar__scouts .m-sidebar__scouts--header-add:disabled:before{content:attr(data-tooltip);position:absolute;top:auto;bottom:calc(100% + 10px);left:75%;transform:translateX(-50%);background-color:#eeeef1;color:#434357;width:max-content;padding:4px 8px;border-radius:8px}.m-sidebar__scouts .m-sidebar__scouts--items{display:flex;align-content:stretch;justify-content:space-between;padding:0 12px 0 0;margin-right:10px;cursor:pointer}.m-sidebar__scouts .m-sidebar__scouts--items-static{padding-left:14px;color:#05051e}.m-sidebar__scouts .m-sidebar__scouts--items-more{opacity:0}.m-sidebar__scouts .m-sidebar__scouts--items-more.active{opacity:1}.m-sidebar__scouts .m-sidebar__scouts--items:not(:disabled).active,.m-sidebar__scouts .m-sidebar__scouts--items:not(:disabled):hover{color:#5116b0;background-color:#eee8f9;border-radius:4px}.m-sidebar__scouts .m-sidebar__scouts--items:not(:disabled).active .m-sidebar__scouts--items-more,.m-sidebar__scouts .m-sidebar__scouts--items:not(:disabled):hover .m-sidebar__scouts--items-more{opacity:1;cursor:pointer;align-self:center}.m-sidebar__scouts .m-sidebar__scouts--items:not(:disabled):active{color:#05051e}.m-sidebar__scouts .m-sidebar__scouts--items:disabled{color:#aeaebc}.m-sidebar__prevChats--items,.m-sidebar__scouts--items-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@supports(-webkit-line-clamp:2){.m-sidebar__prevChats--items,.m-sidebar__scouts--items-label{overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:clip;overflow-clip-margin:content-box}}.m-sidebar__scouts--items-label{height:100%;flex:1 1 auto;padding:12px 0 12px 14px}.m-sidebar__open{width:300px;transition:width .24s ease-in-out}.m-sidebar__close{width:86px;transition:width .24s ease-in-out;align-items:center}.m-sidebar__close .m-sidebar__icon,.m-sidebar__close .m-sidebar__newchat{padding:0;align-items:center}.fade-in{opacity:1;pointer-events:auto;transition:opacity .5s ease-in-out .2s}.fade-out{opacity:0;pointer-events:none;transition:opacity 0s}.m-sidebar__scouts--items-more-menu{position:absolute;left:302px;background-color:#fff;padding:10px;border-radius:8px;box-shadow:0 4px 16px 0 rgba(0,0,0,.2);z-index:100}.m-sidebar__scouts--items-more-menu button{background:none;border:none;width:100%;padding:8px 16px;text-align:left;font-size:.875rem;color:#434357;cursor:pointer}.m-sidebar__scouts--items-more-menu button:hover{color:#5116b0;border-radius:4px}