section.stats{display:flex;flex-flow:wrap;justify-content:space-evenly;max-width:60rem;margin:0 auto}section.stats dl{position:relative;margin-bottom:.5rem;padding-right:1.6em;letter-spacing:-.08em;filter:drop-shadow(1px 2px 1px #050a0d);border-right:2px solid #bdbdbd}section.stats dt{position:absolute;bottom:-.2em;right:1.7rem;color:#8499db;font-size:150%;font-style:italic}section.stats dd{color:transparent;background:linear-gradient(179deg,#fff 10%,#bfbec2 61%,#606b80 62%,#bbb8c2 80%);-webkit-background-clip:text;font-size:500%;font-weight:700;letter-spacing:-.05em}section.rankings{display:grid;grid-template-columns:repeat(auto-fill,minmax(auto,var(--max-width)));max-width:calc(var(--max-width)*4);gap:5vh 2em;justify-content:center;align-items:end;margin:1.5rem auto .5em;--max-width:400px}section.top10>header{position:relative;top:4px;padding:.7em 1em;overflow:hidden;background:linear-gradient(135deg,rgba(0,0,0,.26666666666666666),rgba(8,17,8,.25098039215686274),rgba(0,0,0,.26666666666666666),rgba(28,13,28,.25098039215686274));border-radius:8px 8px 0 0}section.top10>header>.group{float:right;padding:.15em .6em;position:relative;right:-4px;color:#9fbcd3;background:#324568;border-radius:2px;font-size:70%;font-variant:all-small-caps}section.top10>header>.group.budget{color:#d0eab3;background:#4e773b}section.top10>header>.group.tag{color:#d4cdea;background:#68386f}section.top10>header>p{margin:.5em 0;font-size:85%;line-height:1.2}section.top10>header>ol{font-size:70%;margin:-.9rem 0 1rem 4em}section.top10>header>ol>li{display:inline-block;text-indent:.4em}section.top10>header>ol>li:before{content:"See also";position:absolute;left:1rem}section.top10>footer>a{position:relative;top:-2px;right:4px;display:flex;place-items:center;float:right;padding:.5em var(--chevron-pad) .5em 1.25em;line-height:.95;outline:none;font-size:105%;font-style:italic;font-weight:700;color:var(--lt);background:#57659c;box-shadow:4px 4px 0 #1b1f26;border-radius:4px 1px 4px 4px;text-decoration:none;transform:skewX(-15deg);transition:padding-right .4s;--lt:#f2f3ff;--chevron-pad:2.25em;--chevron-offset:1.25em;--chevron-dup-offset:0.4em}section.top10>footer>a>span{transform:skewX(15deg)}section.top10>footer>a>span:nth-child(n+2){position:absolute;right:var(--chevron-offset);width:1em;height:.8em;text-indent:-100%;background:var(--lt);-webkit-mask:url(/svg/chevron.svg) right no-repeat;mask:url(/svg/chevron.svg) right no-repeat;transition:right .4s}section.top10>footer>a:hover{padding-right:calc(var(--chevron-pad) + var(--chevron-dup-offset))}section.top10>footer>a:hover>span:nth-child(n+2){-webkit-animation:more-chevron .7s linear .2s infinite;animation:more-chevron .7s linear .2s infinite}@-webkit-keyframes more-chevron{20%,80%{background:var(--lt)}50%{background:#c76da9}}@keyframes more-chevron{20%,80%{background:var(--lt)}50%{background:#c76da9}}section.top10>footer>a:hover>span:nth-child(n+3){right:calc(var(--chevron-offset) + var(--chevron-dup-offset));-webkit-animation-delay:.1s;animation-delay:.1s}section.top10>footer>a:hover>span:nth-child(n+4){right:calc(var(--chevron-offset) - var(--chevron-dup-offset));-webkit-animation-delay:.3s;animation-delay:.3s}section.top10>footer>a:active{top:0;right:3px;box-shadow:2px 2px 0 #1b1f26,inset 3px 3px 0 #1b1f26}section.top10>footer>a:active>span{transform:skewX(15deg) translate(2px,2px)}