:root{--light-bg: #fff;--light-fg: #000;--dark-bg: #151515;--dark-fg: #efefef}body{background:var(--light-bg);color:var(--light-fg)}header{background:var(--light-bg);color:var(--light-fg);box-shadow:0 4px 4px -4px #0003}@media (prefers-color-scheme: dark){body{background:var(--dark-bg);color:var(--dark-fg)}body a{color:#77f}body a:visited{color:#5a5aff}header{background:var(--dark-bg);color:var(--dark-fg)}}@media (width <= 450px){.hide-sm{display:none}}h1{margin-top:0;margin-bottom:.125rem}.small{font-size:.8rem}body{display:grid;gap:.5rem;justify-content:center}.home-link{text-decoration:none;color:currentColor}.home-link:hover{text-decoration:underline}.all-results{display:grid;gap:2rem;justify-items:center}.all-results h2{margin-top:0;margin-bottom:.5rem}.visualizations{text-align:center;margin-bottom:2rem}main{display:grid;justify-items:center}main.error-page{display:grid;gap:1rem}main.error-page h1{margin:0}main.error-page h2{margin:0;font-size:1.25rem}main.error-page .error-box{border:1px solid darkred;border-radius:.25rem;padding:1rem}.fw-info{display:grid;justify-items:center;text-decoration:none;color:currentColor;max-height:50px}.fw-info:hover{text-decoration:underline}.fw-info img{max-width:32px;max-height:32px}.fw-info span{font-size:.8rem}table th,table td{padding:.25rem .5rem}table .value{color:#fff;filter:contrast(.4);mix-blend-mode:difference}
