.VerifiedChartAnimation{position:relative;border-radius:8px;overflow:hidden}.VerifiedChartAnimation__background{position:absolute;top:0;left:0;width:100%;height:100%}.VerifiedChartAnimation__background img{border-radius:8px}.VerifiedChartAnimation__container{position:relative;display:grid;place-items:center;width:540px;height:640px}.VerifiedChartAnimation__inner{position:relative;display:flex;flex-direction:column;gap:7px;width:428px;opacity:0}.VerifiedChartAnimation__header{display:flex;justify-content:space-between;align-items:center;width:100%;height:43px;padding:7px 10px 8px;background-color:#fff;border-radius:8px;box-shadow:var(--cardShadowLarge);opacity:0;transform:translateY(40px)}.VerifiedChartAnimation__headerLeft,.VerifiedChartAnimation__headerRight{display:flex;align-items:center;gap:8px}.VerifiedChartAnimation__headerRight{gap:16px}.VerifiedChartAnimation__title{font-size:14px;font-weight:500;line-height:16px;letter-spacing:.2px}.VerifiedChartAnimation__logo{width:28px;height:28px;border-radius:8px;margin-top:1px}.VerifiedChartAnimation__logo svg{display:inline-flex;border-radius:50%}.VerifiedChartAnimation__badge{width:16px;height:16px}.VerifiedChartAnimation__badge svg{display:inline-flex}.VerifiedChartAnimation__body{height:448px;padding:32px 25px 32px 32px;background-color:#fff;border-radius:8px;box-shadow:var(--cardShadowLarge);opacity:0;transform:translateY(40px)}.VerifiedChartAnimation__body,.VerifiedChartAnimation__lines{display:flex;flex-direction:column;justify-content:space-between;position:relative;width:100%}.VerifiedChartAnimation__lines{height:275px;margin-bottom:10px}.VerifiedChartAnimation__line{position:relative;display:flex;align-items:center;justify-content:space-between;gap:4px;width:100%;overflow:hidden}.VerifiedChartAnimation__line>div:first-child{width:91.5%;height:1px;background-color:#c4ccd8;transform:translateX(-100%)}.VerifiedChartAnimation__lineLabel{flex:1;text-align:left;font-size:12px;line-height:12px;color:#abb5c5;opacity:0}.VerifiedChartAnimation__chart{position:absolute;bottom:78px;left:32px;width:calc(100% - 89px);display:flex;flex-direction:column;justify-content:flex-end;height:100%;z-index:1}.VerifiedChartAnimation__chart svg{margin-bottom:3px;display:flex;width:100%;height:auto}.VerifiedChartAnimation__notification{position:absolute;top:53.5%;left:50%;width:263px;height:36px;display:flex;padding:8px 15px 8px 13px;justify-content:center;align-items:center;gap:7px;border-radius:8px;background-color:#fff;box-shadow:var(--cardShadowMedium);z-index:2;background:#fff;opacity:0;transform:translate(-50%,calc(-53.5% + 30px));transition:opacity .5s cubic-bezier(.165,.84,.44,1),transform .5s cubic-bezier(.165,.84,.44,1);overflow:hidden}.VerifiedChartAnimation__notification svg{display:inline-flex;min-width:16px;width:16px;height:auto}.VerifiedChartAnimation__notification:before{display:none;content:"";position:absolute;top:calc(50% - 250px);left:calc(50% - 250px);width:500px;height:500px;z-index:-2;border-radius:8px;background:radial-gradient(132.45% 101.74% at -10.71% 25%,#ed5ad3 40%,#ff985c 60%,#ffbc70 80%);animation-name:verified-notification-fade-in,verified-notification-thinking;animation-duration:.3s,1s;animation-delay:2.8s,3.1s;animation-timing-function:ease-out,linear;animation-iteration-count:1,infinite;opacity:0;animation-fill-mode:forwards,forwards;animation-play-state:paused}.VerifiedChartAnimation.is-animating .VerifiedChartAnimation__notification:before{animation-play-state:running}.VerifiedChartAnimation__notification:after{content:"";position:absolute;top:1px;left:1px;width:calc(100% - 2px);height:calc(100% - 2px);background:#fff;border-radius:7px;z-index:-1}.VerifiedChartAnimation.is-showing-warning-notification .VerifiedChartAnimation__notification{opacity:1;transform:translate(-50%,-50%);transition:opacity .75s cubic-bezier(.165,.84,.44,1),transform .75s cubic-bezier(.165,.84,.44,1)}.VerifiedChartAnimation__text{font-size:15px;font-weight:400;line-height:20px;letter-spacing:.15px;white-space:nowrap}.VerifiedChartAnimation__stats{display:flex;gap:50px}.VerifiedChartAnimation__statLabel{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;line-height:20px;letter-spacing:.2px}.VerifiedChartAnimation__statLabel svg{margin-top:1px;width:8px;height:auto}.VerifiedChartAnimation__statValue{margin-top:4px;font-size:20px;line-height:28px;letter-spacing:-1px;font-variant-numeric:tabular-nums}.VerifiedChartAnimation__statValue--secondary{color:#727f96;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.31px}.VerifiedChartAnimation__pulse{position:absolute;bottom:58px;left:32px;z-index:3}.VerifiedChartAnimation__pulseIcon{position:relative;display:inline-grid;place-items:center;width:24px;height:24px}.VerifiedChartAnimation__pulseIcon svg{display:inline-flex;width:16px;height:16px;opacity:0}.VerifiedChartAnimation__pulseIcon svg path{transition:fill .3s ease-out,opacity .3s ease-out}.VerifiedChartAnimation__pulseIconBackground{position:absolute;top:-37.5%;left:-37.5%;width:175%;height:175%;z-index:-1;border-radius:50%;background:radial-gradient(132.45% 101.74% at -10.71% 25%,#ed5ad3 40.23%,#ffb76a 96.82%);opacity:0}.VerifiedChartAnimation__pulseIconBackground:after{content:"";position:absolute;inset:1px;width:calc(100% - 2px);height:calc(100% - 2px);background:#fff;border-radius:50%;transition:opacity .3s ease-out}.VerifiedChartAnimation__currencyCode{display:none}@keyframes verified-pulse{0%{opacity:0;transform:scale(.75)}50%{opacity:1}to{transform:scale(1);opacity:0}}@keyframes verified-pulse-active{0%{opacity:0;transform:scale(.75)}50%{opacity:1}to{transform:scale(1);opacity:1}}@keyframes verified-pulse-thinking{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes verified-notification-thinking{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes verified-notification-fade-in{0%{opacity:0}to{opacity:1}}