*{box-sizing:border-box}.app{background:#F5F9FF;color:#101820;width:100vw;height:100vh;display:grid;grid-template-columns:50% 50%;grid-template-rows:100px 1fr 1fr 1fr}.app .header{grid-column-start:1;grid-column-end:3;background:#3039b2;box-shadow:0 0.25rem 0.5rem -0.125rem rgba(16,24,32,0.05);display:flex;align-items:center;justify-content:space-between;padding:0 25px}.app .header svg{width:auto;height:auto;max-height:60%}.app .header span{color:white;font-weight:600;font-size:40px}.app>div:not(.header){position:relative}.app>div:not(.header):nth-child(2n+1) .inner{right:16px}.app>div:not(.header):nth-child(2n) .inner{left:16px}.app>div:not(.header) .inner{position:absolute;top:8px;bottom:8px;right:8px;left:8px;border-radius:12px;background:white;box-shadow:0 0.25rem 0.5rem -0.125rem rgba(16,24,32,0.05)}.app>div:not(.header) .inner .value-wrapper{position:absolute;bottom:63px;left:0;right:0;top:0;display:flex;justify-content:center;align-items:center}.app>div:not(.header) .inner .value-wrapper .value{font-family:'Source Code Pro';font-size:124px}.app>div:not(.header) .inner .trendline-wrapper{position:absolute;bottom:63px;left:0;right:0;height:100px;overflow:visible}.app>div:not(.header) .inner .trendline-wrapper svg{overflow:visible}.app>div:not(.header) .inner .label{position:absolute;bottom:16px;left:0;right:0;text-align:center;font-style:italic;font-size:24px;color:rgba(16,24,32,0.5);font-weight:600}


/*# sourceMappingURL=app.00cc923e8a94d86e45e3.css.map*/