html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background:#f4f4f4;margin:0;font-family:IBM Plex Mono;padding:3rem}.items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;margin:0 auto}.item{padding:1rem;background:#fff;border-radius:8px;box-shadow:0 1px 8px 0 rgba(0,0,0,.1)}.item__header{display:grid;grid-template-columns:1fr max-content;grid-template-rows:minmax(1.5rem,max-content);align-items:center;grid-column-gap:1rem}.item__filename{overflow:hidden;text-overflow:ellipsis;font-weight:700}.title{justify-content:space-between;align-items:flex-end;padding:2rem 0}.filters,.title{display:flex}.filters>*{margin-right:1rem;min-width:300px}.no-match{padding:6rem;margin:0 auto;text-align:center}.grid{display:grid}.grid-columns-2{grid-template-columns:repeat(2,var(--column-size,1fr))}.grid-max-content{--column-size:max-content}.grid-row-gap-1{grid-row-gap:1px;row-gap:1px}td,th{border:1px solid #999;padding:.5rem}table{border-collapse:collapse}.layout{padding:2rem}.layout-results{margin-top:2rem}.search{display:grid}.search-label{margin-bottom:8px}.search-input{padding:.25rem .5rem}.results{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem}.result{overflow:hidden;background:#fff;border-radius:8px;box-shadow:0 1px 8px 0 rgba(0,0,0,.1);padding:1rem;display:flex;flex-direction:column;justify-content:space-between}.result-title{font-weight:700;margin-bottom:1rem}.result-subtitle{font-style:italic}ul{margin:.25rem 0;padding-left:1rem}p{margin:0}h1{position:relative;font-size:48px;top:4px}.stats{padding:4rem 0}dd{margin-bottom:.5rem}h2{margin-bottom:1rem}.stat-above-1-below-2{background:#fbca04}.stat-above-2{background:#b60205;color:#fff}