@font-face {
  font-family: 'BlockKie';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/BlockKie.ttf') format('truetype');
}

@font-face {
  font-family: 'Dogicapixel';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/dogicapixel.ttf') format('truetype');
}

@font-face {
  font-family: 'Dogicapixel';
  font-style: normal;
  font-weight: bold;
  src: url('/fonts/dogicapixelbold.ttf') format('truetype');
}

@font-face {
  font-family: 'NicoClean';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/NicoClean-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'NicoBold';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/NicoBold-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'NicoPups';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/NicoPups-Regular.ttf') format('truetype');
}*{box-sizing:border-box}blockquote,body,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,legend,ol,p,pre,ul{margin:0;padding:0}table{border-collapse:collapse;width:100%}td,th,tr{position:relative}.flex{display:flex;width:100%}.flex-col{flex-direction:column}.gap{gap:var(--gap)}.gap--small{gap:var(--gap-small)}.gap--large{gap:var(--gap-large)}:root{--screen-w:800px;--screen-h:480px;--gap-outer:20px;--gap-inner:10px;--gap-small:5px;--gap:10px;--gap-large:20px;--title_bar-h:39px;--title_bar-small-h:22px;--quadrant-w:calc((var(--screen-w) - var(--gap-outer)*2)/2 - var(--gap-outer)/2);--quadrant-h:calc((var(--screen-h) - var(--gap-outer)*2)/2 - var(--gap-outer)/2);--black:#000;--gray-1:#2a2a2a;--gray-2:#545454;--gray-3:#7e7e7e;--gray-4:#a8a8a8;--gray-5:#d2d2d2;--white:#fff}.bg-black{background-color:#000}.bg-gray-1{background-color:#2a2a2a}.bg-gray-2{background-color:#545454}.bg-gray-3{background-color:#7e7e7e}.bg-gray-4{background-color:#a8a8a8}.bg-gray-5{background-color:#d2d2d2}.bg-white{background-color:#fff}.bg-black{background:repeat url(/images/grayscale/black.png)}.bg-gray-1{background:repeat url(/images/grayscale/gray-1.png)}.bg-gray-2{background:repeat url(/images/grayscale/gray-2.png)}.bg-gray-3{background:repeat url(/images/grayscale/gray-3.png)}.bg-gray-4{background:repeat url(/images/grayscale/gray-4.png)}.bg-gray-5{background:repeat url(/images/grayscale/gray-5.png)}.bg-gray-6{background:repeat url(/images/grayscale/gray-6.png)}.bg-gray-7{background:repeat url(/images/grayscale/gray-7.png)}.bg-white{background:repeat url(/images/grayscale/white.png)}.bg-black,.bg-gray-1,.bg-gray-2,.bg-gray-3,.bg-gray-4,.bg-gray-5,.bg-gray-6,.bg-gray-7,.bg-white{image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.b-h-gray-1:before,.b-h-gray-2:before,.b-h-gray-3:before,.b-h-gray-4:before,.b-h-gray-5:before,.b-h-gray-6:before,.b-h-gray-7:before{background:repeat url(/images/borders/1.png);bottom:0;content:" ";height:1px;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;left:0;position:absolute;width:100%}.b-h-gray-2:before{background:repeat url(/images/borders/2.png)}.b-h-gray-3:before{background:repeat url(/images/borders/3.png)}.b-h-gray-4:before{background:repeat url(/images/borders/4.png)}.b-h-gray-5:before{background:repeat url(/images/borders/5.png)}.b-h-gray-6:before{background:repeat url(/images/borders/6.png)}.b-h-gray-7:before{background:repeat url(/images/borders/7.png)}.b-v-gray-1:after,.b-v-gray-2:after,.b-v-gray-3:after,.b-v-gray-4:after,.b-v-gray-5:after,.b-v-gray-6:after,.b-v-gray-7:after{background:repeat url(/images/borders/1.png);bottom:0;content:" ";height:100%;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;left:0;position:absolute;width:1px}.b-v-gray-2:after{background:repeat url(/images/borders/2.png)}.b-v-gray-3:after{background:repeat url(/images/borders/3.png)}.b-v-gray-4:after{background:repeat url(/images/borders/4.png)}.b-v-gray-5:after{background:repeat url(/images/borders/5.png)}.b-v-gray-6:after{background:repeat url(/images/borders/6.png)}.b-v-gray-7:after{background:repeat url(/images/borders/7.png)}.environment{background-color:gray}.screen{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;gap:var(--gap-outer);height:var(--screen-h);image-rendering:crisp-edges;max-height:var(--screen-h);max-width:var(--screen-w);padding:var(--gap-outer);position:relative;width:var(--screen-w)}.screen.invert{-webkit-filter:invert(1)}.quadrants{box-sizing:border-box;display:grid;gap:var(--gap-outer);grid-template-columns:var(--quadrant-w) var(--quadrant-w);grid-template-rows:var(--quadrant-h) var(--quadrant-h)}.quadrant{display:flex;flex-direction:column;position:relative}.quadrant:before{background-image:url(/images/layout/quadrant.png);content:" ";height:209px;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;left:0;pointer-events:none;position:absolute;top:0;width:369px}.layout{align-items:center;display:flex;flex-direction:row;height:calc(var(--screen-h) - var(--gap-outer)*3 - var(--title_bar-h));justify-content:center;overflow:hidden}.quadrant .layout{height:calc(var(--quadrant-h) - var(--title_bar-small-h));padding:calc(var(--gap-outer)/2)}.columns{align-items:baseline;flex-direction:row;overflow:hidden;padding:0 var(--gap-outer);width:100%}.column,.columns{display:flex;gap:var(--gap-outer)}.column{flex:1;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;width:0}.column,.title_bar{align-content:center}.title_bar{align-items:center;background-color:#fff;background:repeat url(/images/grayscale/gray-6.png);border-radius:10px;color:#000;display:flex;height:var(--title_bar-h);image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;padding:14px;position:relative;z-index:1000}.title_bar--small{background-image:none!important;border-radius:none;height:var(--title_bar-small-h)}.title_bar .image{filter:invert(1);margin-right:var(--gap-inner);max-height:28px}.quadrant .title_bar .image{margin-right:var(--gap-inner);max-height:16px}.title_bar .instance,.title_bar .title{font-family:NicoClean;-webkit-font-smoothing:none;display:block;display:-webkit-box;font-size:16px;-webkit-line-clamp:1;line-height:1;padding-top:2px;-webkit-box-orient:vertical;min-height:16px;overflow:hidden;word-break:break-all;-webkit-text-stroke:3.5px #fff;overflow:visible;paint-order:stroke fill}.title_bar .instance{margin-left:auto}.table thead tr{height:2.25rem;position:relative;text-align:left}.table thead tr th:before{background:repeat url(/images/borders/3.png);bottom:0;content:" ";height:1px;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;left:0;position:absolute;width:100%}.table tbody tr{height:3rem;position:relative;text-align:left}.table tbody tr td:before{background:repeat url(/images/borders/6.png);bottom:0;content:" ";height:1px;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;left:0;position:absolute;width:100%}.table tbody tr:last-child td:before{display:none}.metrics{align-content:center;display:flex;flex-basis:fit-content;flex-wrap:wrap;font-size:0;gap:calc(var(--gap-outer)*2) var(--gap-outer);justify-content:center}.metrics.metrics--column-2{padding-left:100px;padding-right:100px}.metrics--column-4 .metric{box-sizing:border-box;flex:0 0 calc(25% - (var(--gap-outer)*3)/4);max-width:calc(25% - (var(--gap-outer)*3)/4)}.metrics--column-3 .metric{box-sizing:border-box;flex:0 0 calc(33.3333% - (var(--gap-outer)*2)/3);max-width:calc(33.3333% - (var(--gap-outer)*2)/3)}.metrics--column-2 .metric{box-sizing:border-box;flex:0 0 calc(50% - var(--gap-outer)/2);max-width:calc(50% - var(--gap-outer)/2)}.metric{align-content:center;align-items:center;display:flex;flex-direction:column;flex-grow:0;gap:var(--gap-inner);justify-content:center}.metric.metric--left{align-items:start}.value{font-family:Arial;font-size:38px;font-weight:700;line-height:32px;white-space:nowrap}.value.value--small{font-size:28px;line-height:32px}.value.value--xsmall{font-size:20px;line-height:24px}.value.value--large{font-size:74px;line-height:70px}.title{font-family:BlockKie;-webkit-font-smoothing:none;display:block;display:-webkit-box;font-size:26px;-webkit-line-clamp:1;line-height:1;-webkit-box-orient:vertical;min-height:16px;overflow:hidden;word-break:break-all}.title.title--small{font-family:NicoClean;padding-top:2px}.description,.title.title--small,.label,.list .meta .index{-webkit-font-smoothing:none;font-size:16px}.description{display:-webkit-box;font-family:NicoPups;-webkit-line-clamp:1;line-height:1;padding-top:1px;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}.list{align-items:start;display:flex;flex-direction:column;gap:var(--gap-outer)}.list .item{align-items:stretch;display:flex;flex-direction:row;gap:2px;line-height:0}.list.list--wrap{flex-direction:row;flex-wrap:wrap;width:100%}.list.list--wrap .item{box-sizing:border-box;flex:1 1 calc(50% - var(--gap-outer)/2)}.list.list--wrap .list .item:only-child{flex:1 1 100%}.list .content{align-items:flex-start;display:flex;flex-direction:column;gap:2px;line-height:0}.list .list_content{font-family:NicoClean;-webkit-font-smoothing:none;font-size:16px}.list .meta{background:url(/images/grayscale/gray-6.png) repeat;height:auto;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;margin-right:6px}.list .meta,.list .meta .index{align-items:center;display:flex;flex-shrink:0;justify-content:center;width:9px}.list .meta .index{-webkit-text-stroke:3.5px #fff;font-family:NicoPups;height:100%;line-height:1;overflow:visible;paint-order:stroke fill}.label{align-items:center;background-color:#000;color:#fff;display:inline-flex;display:-webkit-box;font-family:NicoClean;font-weight:400;-webkit-line-clamp:1;line-height:1.5;line-height:20px;max-width:100%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;background-color:#fff;border-radius:0;color:#000;padding-left:0;padding-right:0;position:relative}.label.label--small{font-family:NicoPups;height:18px;padding-bottom:1px;padding-top:1px;-webkit-font-smoothing:none;font-size:16px;line-height:1}.label.label--underline,.label.label--underline-2{background-color:#fff;color:#000;padding-bottom:2px;position:relative}.label.label--underline:after{height:1px}.label.label--underline-2:after,.label.label--underline:after{background:repeat url(/images/borders/2.png);bottom:0;content:" ";image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;left:0;position:absolute;width:100%}.label.label--underline-2:after{height:2px}.markdown{align-items:center;display:flex;flex-direction:column}.content{font-family:NicoPups;max-height:100%;max-width:460px;-webkit-font-smoothing:none;font-size:16px;line-height:18px}.content--center{text-align:center}.content--long{column-gap:20px;columns:320px 2;max-height:320px;max-width:100%;overflow:hidden;padding:10px}.content--large{font-family:NicoClean;-webkit-font-smoothing:none;font-size:16px;line-height:22px}.highcharts-axis-labels text{font-family:NicoPups!important}#chart-1{height:auto!important;padding-top:var(--gap-inner)}.image.image-small{max-width:80px}.qr-code-wrapper{height:27px;position:relative;width:27px}.qr-code{height:27px;position:absolute;right:0;top:0;width:27px}