@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,700");nav{display:flex;font-size:2rem;align-items:center}nav li{padding:0;margin:2%;width:1em;list-style:none}nav .title{flex-grow:1;font-weight:700}@media screen and (min-width:0px){nav .title{font-size:2rem}}@media screen and (min-width:400px){nav .title{font-size:2.5rem}}@media screen and (min-width:600px){nav .title{font-size:3rem}}dt{font-weight:700}dd{margin:0}.tabs{user-select:none;margin-bottom:1.5rem}.tabs ul{justify-content:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:flex;padding:0}.tabs li{list-style:none}.tabs a{border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#4a4a4a;display:flex;margin-bottom:-1px;padding:.5em 1em}.tabs a.active{color:#00acea;border-bottom-color:#00acea}body.night .token-preview{background-color:inherit}.token-preview{background-color:#fff;color:inherit;margin:.5rem;padding:2rem;width:100%;filter:drop-shadow(1px 1px 3px rgba(0,0,0,.15))}.token-preview:hover{filter:drop-shadow(2px 2px 5px rgba(0,0,0,.2))}@media screen and (min-width:400px){.token-preview{width:60%}}@media screen and (min-width:600px){.token-preview{width:35%}}@media screen and (min-width:900px){.token-preview{width:25%}}.token-preview .media{display:flex}.token-preview .icon{margin:0;margin-right:1rem}.token-preview .info{text-align:left}.token-preview .title{font-size:1.5rem;font-weight:700;margin:0;margin-bottom:1.5rem}.token-preview .subtitle{line-height:1.25;margin:0}.token-preview .sparkline{filter:hue-rotate(150deg) contrast(10);width:100%}.token-preview .green{color:#23d160}.token-preview .red{color:#ff3860}.token-preview .gray{color:#7a7a7a}.token-preview-list{display:flex;flex-wrap:wrap;justify-content:center}.chart-container{width:90vw;height:75vh;display:flex;flex-direction:column;margin:2.5% auto}.chart{border:none;width:100%;height:100%}.full-chart{padding:1%}.click{cursor:pointer}body.night{background-color:#1b1b1b;color:#bbb}body,html{font-family:Roboto Mono,Monaco,Menlo,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;text-align:center;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#444}a{cursor:pointer;text-decoration:none;color:#3273dc}