.button-wrapper,.chart-bottom,.chart-bottom-label,.chart-bottom-number,.chart-bottom-section,.chart-box,.chart-box-center,.chart-box-center-text-1,.chart-box-center-text-2,.chart-wrapper,.middle-text,.middle-title,.small-title{box-sizing:border-box;margin:0;min-width:0}.chart-wrapper{display:flex;margin-bottom:var(--spacing-lg,24px);flex-direction:column;gap:12px}.chart-box{align-self:center;width:300px;height:150px;position:relative;overflow:hidden}.chart-box::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/common/speedometer-v2.svg);background-size:100% 100%;transform:rotateY(0)}.chart-box-center{position:absolute;bottom:0;left:50%;transform:translateX(-50%);text-align:center}.chart-box-center-text-1{font-weight:600;font-size:48px;line-height:56px;color:var(--color-text-primary)}.chart-box-center-text-2{font-weight:500;font-size:24px;line-height:32px;color:var(--color-text-primary)}.chart-bottom{display:flex;flex:1;padding:0;flex-direction:column;justify-content:space-between;gap:8px}.chart-bottom-section{display:flex;justify-content:space-between}.chart-bottom-number{font-weight:600;font-size:32px;line-height:40px;color:var(--color-text-primary)}.chart-box-gauge-tick{width:300px;height:300px;background:0 0}.chart-box-gauge-tick-inner{width:233px;height:233px;background:0 0;position:absolute;left:34px;top:34px;transform:rotate(0);transition:transform .5s}.chart-box-gauge-tick-triangle{position:absolute;height:15px;left:50%;width:1px}.chart-box-gauge-tick-triangle span{width:0;height:0;border-style:solid;border-width:0 10px 15px;border-color:transparent transparent var(--text-muted,#a1a5b7) transparent;left:-9px;top:0;position:absolute}.small-title{font-weight:400;font-size:var(--font-xs,12px);line-height:16px;margin-bottom:12px;color:var(--color-text-secondary,#848e9c)}.middle-title{font-weight:500;font-size:var(--font-lg,16px);line-height:24px;margin-bottom:12px;color:var(--color-text-primary)}.middle-text{font-weight:400;font-size:var(--font-lg,16px);line-height:24px;color:var(--color-text-primary)}.css-18kqmhp{font-weight:400;font-size:var(--font-md,14px);line-height:20px;color:var(--color-text-secondary,#848e9c)}.css-1c82c04{font-weight:500;font-size:var(--font-md,14px);line-height:20px;color:var(--color-text-primary)}.button-wrapper{display:flex;margin-bottom:var(--spacing-md,24px);border-radius:var(--radius-md,4px);overflow:hidden;gap:10px}.button-wrapper button{flex:1;padding:9px 0;background-color:var(--bg-light,#f2f2f2);border:none;font-weight:600;font-size:var(--font-md,14px);line-height:1;color:#fff;cursor:pointer;transition:var(--transition-normal,.2s all)}.button-wrapper button.button-up{background-color:var(--color-green,#0ecb81)}.button-wrapper button.button-up::before{transform:skew(-15deg);right:-5px;background-color:var(--color-green-hover,#2ebd85);opacity:1!important}.button-wrapper button.button-down{background-color:var(--color-red,#ff4d4f)}@media screen and (min-width:768px){.chart-wrapper{flex-direction:row;gap:56px;max-width:640px;margin:var(--spacing-lg,40px) auto}}[data-theme=dark] .chart-box-gauge-tick-triangle span{border-color:transparent transparent var(--color-text-tertiary,#909090) transparent}[data-theme=dark] .button-wrapper button{background-color:var(--bg-light)}[data-theme=dark] .css-18kqmhp,[data-theme=dark] .small-title{color:var(--color-text-secondary)}[data-theme=dark] .chart-bottom-number,[data-theme=dark] .chart-box-center-text-1,[data-theme=dark] .chart-box-center-text-2,[data-theme=dark] .css-1c82c04,[data-theme=dark] .middle-text,[data-theme=dark] .middle-title{color:var(--color-text-primary)}