@keyframes spin{to{transform:rotate(1turn)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes client-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes drop-down{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}@keyframes skeleton-loading{to{transform:translate(240%)}}@keyframes skeleton-sheen{0%{transform:skew(-40deg) translate(-100%)}to{transform:skew(-40deg) translate(240%)}}@keyframes skeleton-fade{0%,to{opacity:.6}50%{opacity:1}}@keyframes connect-skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.client-view-enter-active{animation:client-slide-in .5s}.client-view-leave-active{animation:client-slide-in .8s reverse}.dropdown-enter-active{animation:drop-down .5s ease-out}.dropdown-leave-active{animation:drop-down .5s ease-in reverse}.slide-up-enter-active,.slide-up-leave-active{transition-delay:.5s;transition:.3s ease-in-out}.slide-up-enter-from{transform:translateY(100%)}.slide-up-enter-to{transform:translateY(0)}.slide-up-leave-to{transform:translateY(100%)}:export{white:#fcfcfc;white-light:#fff;base-dark:#353442;grey-dark:#9296ad;grey:#b7bacf;grey-1:#333;grey-light:#dfe1ec;grey-light-40:#f0f1f6;grey-light-20:#f6f7f9;light:#fcfcfc;purple:#7857ff;purple-light:#896cff;accent-red:#ff364e;accent-green:#25ca53;accent-yellow:#ffb12e}@layer component{.CardButtonLink{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:16px;border-radius:16px;transition:background-color .2s ease-in-out}@media(min-width:768px){.CardButtonLink:has(.CardButtonLink__card-item-subtitle):has(.CardButtonLink__icon-left-wrapper){min-height:96px}}@media(min-width:768px){.CardButtonLink:has(.CardButtonLink__card-item-subtitle):has(.CardButtonLink__icon-left-wrapper):has(.CardButtonLink__progress-bar-wrapper){min-height:114px}}.CardButtonLink:not(.CardButtonLink--non-clickable):hover{cursor:pointer;background-color:#0000000a}.CardButtonLink__card-item-top{display:flex;gap:12px;width:100%}.CardButtonLink__card-item-top:not(.CardButtonLink__card-item-top--single-lined){align-items:flex-start;flex-wrap:wrap}@media(min-width:768px){.CardButtonLink__card-item-top:not(.CardButtonLink__card-item-top--single-lined){flex-wrap:nowrap}}.CardButtonLink__card-item-top:not(.CardButtonLink__card-item-top--single-lined) .CardButtonLink__card-item-content{order:1}@media(min-width:768px){.CardButtonLink__card-item-top:not(.CardButtonLink__card-item-top--single-lined) .CardButtonLink__card-item-content{order:unset}}.CardButtonLink__card-item-top--single-lined{align-items:center}@media(min-width:768px){.CardButtonLink__card-item-top{flex-wrap:nowrap}}.CardButtonLink__card-item-content{width:100%}@media(min-width:768px){.CardButtonLink__card-item-content{align-self:center}}.CardButtonLink__card-item-title{text-align:left;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:21px;letter-spacing:-.3px}.CardButtonLink__card-item-title:is(:not(:last-child)){margin-bottom:2px}.CardButtonLink__card-item-subtitle{text-align:left;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:19px;letter-spacing:-.2px;color:var(--color-gray-78,#737378)}.CardButtonLink__icon-left{display:block}.CardButtonLink__icon-left-wrapper{padding:8px;border-radius:8px;background-color:var(--color-gray-f7,#f2f2f7);align-self:flex-start}.CardButtonLink__icon-right-wrapper{flex-shrink:0;margin-left:auto}@media(min-width:768px){.CardButtonLink__icon-right-wrapper{margin-left:0}}.CardButtonLink__progress-bar{--progress-gray:#b1b1b4;--progress-blue:#1e5cfb;--progress-green:var(--accent-green);--progress-red:var(--accent-red);--progress-width:6px;--progress-color:var(--progress-gray);position:relative;width:100%;height:6px;background-color:var(--color-gray-f7,#f2f2f7);border-radius:4px;overflow:hidden;margin-top:12px}.CardButtonLink__progress-bar:after{content:"";position:absolute;left:0;top:0;bottom:0;min-width:6px;border-radius:4px;transition:width .5s ease-in-out;width:var(--progress-width);background-color:var(--progress-color)}}
