@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,1,0";@import "https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&family=Roboto+Slab:wght@100..900&display=swap";@media (prefers-color-scheme:dark){:root{--text-root:#ccc;--header-text:#f3f4f6;--background:#16171d;--accent:#c851e1;--accent-hover:#e973ff;--main-link:#9a97f3;--userItem-background:#777f8c;--userItem-text:#fff}}@media (prefers-color-scheme:light){:root{--text-root:#000;--header-text:#08060d;--background:#fff;--accent:#c851e1;--accent-hover:#e973ff;--main-link:#302ae6;--userItem-background:#b9c3cf;--userItem-text:#000}}:root{font:18px/145% var(--sans);letter-spacing:.18px;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0}.hide{display:none!important}.skip-link{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.skip-link:focus{background-color:var(--secondary-accent);color:#fff;z-index:9999;border:3px solid #fff;width:auto;height:auto;padding:10px;text-decoration:none;position:static;left:auto;overflow:visible}body{min-height:100vh;color:var(--text-root);background:var(--background);flex-direction:column;margin:0;font-family:Roboto Slab,serif;display:flex}.material-symbols-outlined{padding-right:3px;vertical-align:middle!important}#loading,#loading-main{justify-content:center;align-items:center;margin:2%;display:flex}.loader{background-image:linear-gradient(#ccc 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0);background-position:0 0,40px 0,80px 0,120px 0;background-repeat:no-repeat;background-size:20px;width:140px;height:20px;animation:1s linear infinite pgfill;display:block;position:absolute}@keyframes pgfill{0%{background-image:linear-gradient(#ccc 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0)}25%{background-image:linear-gradient(#f30f0c 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0)}50%{background-image:linear-gradient(#ccc 20px,#0000 0),linear-gradient(#f30f0c 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0)}75%{background-image:linear-gradient(#ccc 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0),linear-gradient(#f30f0c 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0)}to{background-image:linear-gradient(#ccc 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0),linear-gradient(#ccc 20px,#0000 0),linear-gradient(#f30f0c 20px,#0000 0)}}header{justify-content:space-between;align-items:center;height:90px;padding:0 10px;font-family:Robot,sans-serif;display:flex}#logo{align-items:center;display:flex}#logo img{float:left;height:70px}#logo h1{color:var(--header-text);cursor:pointer;margin:0 10px;font-family:Pixelify Sans,sans-serif;font-size:70px}header a{color:var(--header-text);border-bottom:3px solid var(--background);padding:10px;font-size:25px;text-decoration:none}header a:hover{border-bottom:3px solid var(--accent-hover)}[aria-current]:not([aria-current=false]){border-bottom:3px solid var(--accent)}#search{justify-content:center;align-items:center;display:flex}.search-bar-container{border:1px solid var(--header-text);background-color:var(--background);flex-grow:1;align-items:center;gap:10px;max-width:800px;padding:8px 15px;transition:box-shadow .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;display:flex;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.search-bar-container:hover{box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.search-bar-container:focus-within{border-color:var(--accent);background-color:var(--background);box-shadow:0 0 0 3px #007bff40}.search-bar-container .material-symbols-outlined{color:var(--header-text);font-size:24px;transition:color .3s ease-in-out}.search-bar-container:focus-within .material-symbols-outlined{color:var(--accent)}.search-bar{color:var(--header-text);background-color:#0000;border:0;outline:none;flex-grow:1;padding:0;font-size:1rem}.search-bar::placeholder{color:var(--text-root);opacity:.7}.btn{border:3px solid var(--color-background);color:var(--header-text);cursor:pointer;background:0 0;border-radius:5px;margin:10px;padding:5px;font-size:20px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.btn:hover{background-color:var(--color-background);color:var(--text-hover);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.button-row{align-items:center;display:flex}.center{justify-content:center}.between{justify-content:space-between}.active-btn{background-color:var(--color-background);color:var(--text-hover)}hr{margin:20px 0}.white{--color-background:white;--text-hover:black}.light-grey{--color-background:#b9c3cf;--text-hover:black}.medium-grey{--color-background:#777f8c;--text-hover:white}.deep-grey{--color-background:#424651;--text-hover:white}.dark-grey{--color-background:#1f1e26;--text-hover:white}.black{--color-background:black;--text-hover:white}.dark-chocolate{--color-background:#382215;--text-hover:white}.chocolate{--color-background:#7c3f20;--text-hover:white}.brown{--color-background:#c06f37;--text-hover:black}.peach{--color-background:#fead6c;--text-hover:black}.beige{--color-background:#ffd2b1;--text-hover:black}.pink{--color-background:#ffa4d0;--text-hover:black}.magenta{--color-background:#f14fb4;--text-hover:black}.mauve{--color-background:#e973ff;--text-hover:black}.purple{--color-background:#a630d2;--text-hover:#fff}.dark-purple{--color-background:#531d8c;--text-hover:white}.navy{--color-background:#242367;--text-hover:white}.blue{--color-background:#0334bf;--text-hover:white}.azure{--color-background:#149cff;--text-hover:white}.aqua{--color-background:#8df5ff;--text-hover:black}.light-teal{--color-background:#01bfa5;--text-hover:white}.dark-teal{--color-background:#16777e;--text-hover:white}.forest{--color-background:#054523;--text-hover:white}.dark-green{--color-background:#18862f;--text-hover:white}.green{--color-background:#61e021;--text-hover:black}.lime{--color-background:#b1ff37;--text-hover:black}.pastel-yellow{--color-background:#ffffa5;--text-hover:black}.yellow{--color-background:#fde111;--text-hover:black}.orange{--color-background:#ff9f17;--text-hover:black}.rust{--color-background:#f66e08;--text-hover:black}.maroon{--color-background:#502;--text-hover:white}.rose{--color-background:#99011a;--text-hover:white}.red{--color-background:#f30f0c;--text-hover:black}.watermelon{--color-background:#ff7872;--text-hover:black}main{box-sizing:border-box;flex-grow:1;width:100%;max-width:900px;margin-left:auto;margin-right:auto;padding:20px}main a{color:var(--main-link)}#year-selector{border-bottom:3px solid var(--color-background);justify-content:space-around;gap:10px;font-size:30px;display:flex}#year-selector div{border-top:3px solid var(--color-background);border-left:3px solid var(--color-background);border-right:3px solid var(--color-background);cursor:pointer;padding:5px}#year-selector div:hover,.active-year{background-color:var(--color-background);color:var(--text-hover)}#stats-container{flex-direction:column;display:flex;overflow:hidden}article{justify-content:flex-start;align-items:center;gap:20px;padding:5px 30px;display:flex}article.show{opacity:1;transform:translate(0)skew(0)scale(1)}article h3{text-align:center;font-size:30px}.right{flex-direction:row-reverse}.middle{transform:scale(.7)}.icon{color:#531d8c;flex-direction:column;align-items:center;gap:0;font-size:10rem;font-weight:900;display:flex}.icon .material-symbols-outlined{color:#531d8c;margin:0;padding:0}article .text{font-size:30px}section{border-radius:20px;width:100%;padding:10px}.graph{width:100%}.top-users{font-size:20px}.clickable,.clickable-text,.slice-clickable{cursor:pointer}.clickable-text{color:var(--main-link)}.clickable-text:hover{text-decoration:underline}#filter-users-row{justify-content:center;align-items:center;display:flex}#filter-users-row p{width:fit-content}#user-list-heading,.user-row{justify-content:space-between;align-items:center;max-width:600px;margin:10px auto;display:flex}#user-list-heading{font-weight:700}.user-row{border:3px solid var(--userItem-background);border-radius:5px;padding:10px;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.user-row:hover{background-color:var(--userItem-background);color:var(--userItem-text);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}#return-to-top{z-index:5;cursor:pointer;border:3px solid var(--color-background);background-color:#0000;border-radius:45px;justify-content:center;align-items:center;width:40px;height:40px;font-size:45px;display:flex;position:fixed;bottom:30px;right:30px}#return-to-top span{padding:0!important}#return-to-top:hover{background-color:var(--color-background);color:var(--text-hover)}.canvas{width:100%;image-rendering:pixelated}footer{justify-content:center;align-items:center;gap:10px;margin:10px;display:flex}@media only screen and (width<=720px){#drawHeader{flex-direction:column}article{padding:5px}article,.right,.left{flex-direction:column}.icon .material-symbols-outlined{font-size:5rem}#changeYearPopup ul{flex-direction:column}header{flex-wrap:wrap;height:170px}#logo h1{font-size:45px}#logo img{width:40px;height:40px}header a{color:var(--text-root);box-sizing:border-box;text-align:center;border:3px solid var(--text-root);justify-content:center;align-items:center;width:45%;height:50px;margin:5px;padding:5px;font-size:20px;text-decoration:none;display:flex}header a:hover{border:3px solid var(--accent-hover)}[aria-current]:not([aria-current=false]){border:3px solid var(--accent)}#search{margin:0 10px}input[type=text],select{width:100%}.mobile{width:45%}.large-screens-only{display:none}footer{flex-direction:column}}#chart-tooltip{background-color:var(--color-background);color:var(--text-hover);cursor:pointer;border-radius:5px;width:fit-content;margin:10px;padding:5px;font-size:20px;font-weight:700;text-decoration:none}
