*{box-sizing:border-box}:root{--body-color: #333;--tooltip-bg: rgb(0 0 0 / 80%);--tooltip-color: #fff}html{height:100%}body{font-family:-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:16px;font-weight:400;line-height:1;margin:0;color:#000;user-select:none;overflow:hidden;height:100%}.wrapper{position:relative;border:1px solid #eee;border-radius:12px;overflow:hidden;height:100%;display:flex;flex-direction:column;background:#fff}header{background:#eee;padding:10px 20px}header>a{display:flex;gap:10px;align-items:center;color:inherit;text-decoration:none;font-size:24px}header>a:hover{color:#0072c6}header>a:hover .name-site{text-decoration:underline}header>a>svg{flex-shrink:0;max-height:100%}.name-wrapper{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;gap:5px}.name-site{font-weight:600}.name-app{font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}main{display:flex;flex-grow:1;flex-direction:column;padding:20px 20px 0}.chart{display:flex;flex-grow:1;align-items:center;justify-content:center}.stats{margin:0 0 10px;padding:0;list-style-type:none;display:flex;text-align:center;align-items:center}.stats b{font-variant-numeric:tabular-nums;font-size:36px;line-height:1.2;display:block}.stats li{flex:1}li.stats-logo{flex:0}.stats-logo img{height:64px;width:137px;border-radius:6px}footer{color:var(--body-color);margin:5px 0;font-size:12px;text-align:right}footer a{color:inherit}@media screen and (max-width: 700px){.stats b{font-size:26px}}@media screen and (max-width: 500px){header,main{padding:10px}main{padding-bottom:0}.stats-logo{display:none}.stats b{font-size:20px}}@media (prefers-color-scheme: dark){:root{--body-color: #999;--tooltip-bg: rgb(255 255 255 / 80%);--tooltip-color: #000}body{color:#fff}.wrapper{background:#161920;border-color:#1f232e}header{background:#1f232e}.stats{color:#ddd}}
