﻿@import"https://fonts.googleapis.com/css2?family=Fira+Code&family=IBM+Plex+Sans:wght@600&family=Inconsolata&family=Roboto+Mono&family=Source+Code+Pro&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap";@import"https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap";@import"https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap";@import"https://fonts.googleapis.com/css2?family=Oxygen&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito&display=swap";@import"https://fonts.googleapis.com/css2?family=Itim&display=swap";@import"https://fonts.googleapis.com/css2?family=Comfortaa&display=swap";@import"https://fonts.googleapis.com/css2?family=Coming+Soon&display=swap";:root{--roundness: 0.25rem;--font: "Roboto Mono";scroll-padding-top:2rem}::placeholder{color:var(--sub-color);opacity:1}.ffscroll,#commandLineWrapper #commandLine .suggestions,#supportMeWrapper #supportMe,#versionHistoryWrapper #versionHistory,#leaderboardsWrapper #leaderboards .tables .globalTableWrapper,#leaderboardsWrapper #leaderboards .tables .dailyTableWrapper,html{scrollbar-width:thin;scrollbar-color:var(--sub-color) transparent}a{display:inline-block}input{outline:none;border:none;border-radius:var(--roundness);background:rgba(0,0,0,.1);color:var(--text-color);padding:.5rem;font-size:1rem;line-height:1rem;font-family:var(--font)}input[type=range]{-webkit-appearance:none;padding:0;width:100%;height:1rem;border-radius:var(--roundness)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;padding:0;width:2rem;height:1rem;border-radius:var(--roundness);background-color:var(--main-color)}input[type=color]{-webkit-appearance:none;padding:0;width:100%;height:1.8rem;overflow:hidden;border-radius:var(--roundness)}input[type=color]::-webkit-color-swatch-wrapper{padding:0}input[type=color]::-webkit-color-swatch{border:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.colorPicker{text-align:center;will-change:transform;transition:transform .2s ease-in-out;overflow:hidden;border-radius:var(--roundness)}.colorPicker label{position:absolute;width:100%;line-height:1.8rem;display:flex;align-items:center;justify-content:center;padding:auto;color:var(--bg-color);cursor:pointer}.colorPicker [for="--bg-color"]{color:var(--text-color)}.colorPicker #--bg-color{border:1px solid var(--sub-color)}body{margin:0;padding:0;min-height:100vh;font-family:var(--font);color:var(--text-color);overflow-x:hidden;background:var(--bg-color)}.customBackground{content:"";width:100vw;height:100vh;position:fixed;left:0;top:0;background-position:center center;background-repeat:no-repeat;z-index:-999}html{overflow-y:scroll}.select2-dropdown{background-color:var(--bg-color);color:var(--text-color);outline:none}.select2-selection{background:rgba(0,0,0,.1);height:fit-content;height:-moz-fit-content;padding:5px;border-radius:var(--roundness);color:var(--text-color);font:var(--font);border:none;outline:none}.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--text-color);outline:none}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:var(--sub-color);color:var(--text-color)}.select2-container--default .select2-results__option--selected{background-color:var(--main-color);color:var(--bg-color)}.select2-container--open .select2-dropdown--below{border-color:rgba(0,0,0,.1);background:var(--bg-color);color:var(--sub-color);border-radius:var(--roundness)}.select2-container--default .select2-selection--single{color:var(--text-color);background:rgba(0,0,0,.1);outline:none;border:none;height:auto}.select2-selection:focus{height:fit-content;height:-moz-fit-content;padding:5px;border-radius:var(--roundness);color:var(--text-color);font:var(--font);border:none;outline:none}.select2-selection:active{height:fit-content;height:-moz-fit-content;padding:5px;border-radius:var(--roundness);color:var(--text-color);font:var(--font);border:none;outline:none}.select2-container--default .select2-selection--single .select2-selection__arrow{height:35px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:var(--main-color) transparent transparent transparent}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:var(--main-color) transparent}.select2-container--default .select2-search--dropdown .select2-search__field{border-color:rgba(0,0,0,.1);background:var(--bg-color);color:var(--text-color);border-radius:var(--roundness)}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--sub-color);transition:.25s;border-radius:2px !important}::-webkit-scrollbar-thumb:hover{background:var(--main-color)}::-webkit-scrollbar-corner{background:var(--sub-color)}a{color:var(--sub-color);transition:.25s}a:hover{color:var(--text-color)}.merchBanner{background-color:var(--main-color);padding:.5rem;text-align:center;color:var(--bg-color)}.merchBanner a:hover{color:var(--bg-color)}.merchBanner .closeButton{transition:.25s;margin-left:1rem}.merchBanner .closeButton:hover{color:var(--text-color);cursor:pointer}.notification{position:fixed;background:var(--main-color);color:var(--bg-color);padding:.5rem 1rem;border-radius:var(--roundness);left:50%;z-index:9999;transform:translateX(-50%);top:-5rem}#backgroundLoader{height:3px;position:fixed;width:100%;background:var(--main-color);animation-name:loader;animation-iteration-count:infinite;animation-duration:2s;animation-timing-function:cubic-bezier(0.38, 0.16, 0.57, 0.82);z-index:9999}@keyframes loader{0%{width:0;left:0}50%{width:100%;left:0}100%{width:0;left:100%}}#leaderboardsWrapper{width:100%;height:100%;background:rgba(0,0,0,.75);position:fixed;left:0;top:0;z-index:1000;display:grid;justify-content:center;align-items:center;padding:5rem 0}#leaderboardsWrapper #leaderboards{width:85vw;height:calc(100vh - 10rem);background:var(--bg-color);border-radius:var(--roundness);padding:2rem;display:grid;gap:2rem;grid-template-rows:3rem auto;grid-template-areas:"title buttons" "tables tables";grid-template-columns:1fr 1fr}#leaderboardsWrapper #leaderboards .mainTitle{font-size:3rem;line-height:3rem;grid-area:title}#leaderboardsWrapper #leaderboards .title{font-size:2rem;line-height:2rem;margin-bottom:.5rem}#leaderboardsWrapper #leaderboards .tables{grid-area:tables;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:2rem;font-size:.8rem}#leaderboardsWrapper #leaderboards .tables .sub{opacity:.5}#leaderboardsWrapper #leaderboards .tables .alignRight{text-align:right}#leaderboardsWrapper #leaderboards .tables .titleAndTable{display:grid}#leaderboardsWrapper #leaderboards .tables .titleAndTable .title{grid-area:1/1}#leaderboardsWrapper #leaderboards .tables .titleAndTable .subtitle{grid-area:1/1;align-self:center;justify-self:right;color:var(--sub-color)}#leaderboardsWrapper #leaderboards .tables .globalTableWrapper,#leaderboardsWrapper #leaderboards .tables .dailyTableWrapper{height:calc(100vh - 22rem);overflow-y:scroll;overflow-x:hidden}#leaderboardsWrapper #leaderboards .tables table{width:100%;border-spacing:0;border-collapse:collapse}#leaderboardsWrapper #leaderboards .tables table tr td:first-child{text-align:center}#leaderboardsWrapper #leaderboards .tables table td{padding:.5rem .5rem}#leaderboardsWrapper #leaderboards .tables table td.me{color:var(--main-color);font-weight:900}#leaderboardsWrapper #leaderboards .tables table thead{color:var(--sub-color);font-size:.75rem}#leaderboardsWrapper #leaderboards .tables table thead td{padding:.5rem;background:var(--bg-color);position:-webkit-sticky;position:sticky;top:0;z-index:99}#leaderboardsWrapper #leaderboards .tables table tbody{color:var(--text-color)}#leaderboardsWrapper #leaderboards .tables table tbody tr:nth-child(odd) td{background:rgba(0,0,0,.1)}#leaderboardsWrapper #leaderboards .tables table tfoot td{padding:.5rem;position:-webkit-sticky;position:sticky;bottom:0;background:var(--bg-color);color:var(--sub-color);z-index:4}#leaderboardsWrapper #leaderboards .tables table tr td:first-child{padding-left:1rem}#leaderboardsWrapper #leaderboards .tables table tr td:last-child{padding-right:1rem}#leaderboardsWrapper #leaderboards .buttons{grid-area:buttons;display:-ms-grid;display:grid;gap:1rem;grid-template-columns:1fr 1fr;align-self:center}#leaderboardsWrapper #leaderboards .buttons .buttonGroup{display:grid;grid-auto-flow:column;gap:1rem;grid-area:1/2}.wrapper{width:100%;height:100%;background:rgba(0,0,0,.75);position:fixed;left:0;top:0;z-index:1000;display:grid;justify-content:center;align-items:center;padding:5rem 0}.wrapper #tagsEdit{background:var(--bg-color);border-radius:var(--roundness);padding:2rem;display:grid;gap:1rem;overflow-y:scroll}.wrapper #presetEdit{background:var(--bg-color);border-radius:var(--roundness);padding:2rem;display:grid;gap:1rem;overflow-y:scroll}#customTextPopupWrapper{width:100%;height:100%;background:rgba(0,0,0,.75);position:fixed;left:0;top:0;z-index:1000;display:grid;justify-content:center;align-items:center;padding:5rem 0}#customTextPopupWrapper #customTextPopup{background:var(--bg-color);border-radius:var(--roundness);padding:2rem;display:grid;gap:1rem;width:60vw}#customTextPopupWrapper #customTextPopup .wordfilter{width:33%;justify-self:right}#customTextPopupWrapper #customTextPopup textarea{background:rgba(0,0,0,.1);padding:1rem;color:var(--main-color);border:none;outline:none;font-size:1rem;font-family:var(--font);width:100%;border-radius:var(--roundness);resize:vertical;height:200px;color:var(--text-color);overflow-x:hidden;overflow-y:scroll}#customTextPopupWrapper #customTextPopup .inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center;justify-items:left}#customTextPopupWrapper #customTextPopup .randomInputFields{display:grid;grid-template-columns:1fr 1fr 1fr;text-align:center;align-items:center}label.checkbox span{display:block;font-size:.76rem;color:var(--sub-color);margin-left:1.5rem}label.checkbox input{margin:0 !important;cursor:pointer;width:0;height:0;display:none}label.checkbox input~.customTextCheckbox{width:12px;height:12px;background:rgba(0,0,0,.1);border-radius:2px;box-shadow:0 0 0 4px rgba(0,0,0,.1);display:inline-block;margin:0 .5rem 0 .25rem;transition:.25s}label.checkbox input:checked~.customTextCheckbox{background:var(--main-color)}#wordFilterPopupWrapper{width:100%;height:100%;background:rgba(0,0,0,.75);position:fixed;left:0;top:0;z-index:1000;display:grid;justify-content:center;align-items:center;padding:5rem 0}#wordFilterPopupWrapper #wordFilterPopup{color:var(--sub-color);background:var(--bg-color);border-radius:var(--roundness);padding:2rem;display:grid;gap:1rem;width:400px}#wordFilterPopupWrapper #wordFilterPopup input{width:100%}#wordFilterPopupWrapper #wordFilterPopup .group{display:grid;gap:.5rem}#wordFilterPopupWrapper #wordFilterPopup .lengthgrid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;column-gap:1rem}#wordFilterPopupWrapper #wordFilterPopup .tip{color:var(--sub-color);font-size:.8rem}#wordFilterPopupWrapper #wordFilterPopup .loadingIndicator{justify-self:center}#simplePopupWrapper{width:100%;height:100%;background:rgba(0,0,0,.75);position:fixed;left:0;top:0;z-index:1000;display:grid;justify-content:center;align-items:center;padding:5rem 0}#simplePopupWrapper #simplePopup{background:var(--bg-color);border-radius:var(--roundness);padding:2rem;display:grid;gap:1rem;width:400px}#simplePopupWrapper #simplePopup .title{font-size:1.5rem;color:var(--sub-color)}#simplePopupWrapper #simplePopup .inputs{display:grid;gap:1rem}#simplePopupWrapper #simplePopup .text{font-size:1rem;color:var(--text-color)}#customWordAmountPopupWrapper,#customTestDurationPopupWrapper{width:100%;height:100%;background:rgba(0,0,0,.75);position:fixed;left:0;top:0;z-index:1000;display:grid;justify-content:center;align-items:center;padding:5rem 0}#customWordAmountPopupWrapper #customWordAmountPopup,#customWordAmountPopupWrapper #customTestDurationPopup,#customTestDurationPopupWrapper #customWordAmountPopup,#customTestDurationPopupWrapper #customTestDurationPopup{background:var(--bg-color);border-radius:var(--roundness);padding:2rem;display:grid;gap:1rem;width:400px}#customWordAmountPopupWrapper #customWordAmountPopup .title,#customWordAmountPopupWrapper #customTestDurationPopup .title,#customTestDurationPopupWrapper #customWordAmountPopup .title,#customTestDurationPopupWrapper #customTestDurationPopup .title{font-size:1.5rem;color:var(--sub-color)}#customWordAmountPopupWrapper #customWordAmountPopup .tip,#customWordAmountPopupWrapper #customTestDurationPopup .tip,#customTestDurationPopupWrapper #customWordAmountPopup .tip,#customTestDurationPopupWrapper #customTestDurationPopup .tip{font-size:.75rem;color:var(--sub-color)}#customWordAmountPopupWrapper #customTestDurationPopup .preview,#customTestDurationPopupWrapper #customTestDurationPopup .preview{font-size:.75rem;color:var(--sub-color)}#customThemeShareWrapper{width:100%;height:100%;background:rgba(0,0,0,.75);position:fixed;left:0;top:0;z-index:1000;display:grid;justify-content:center;align-items:center;padding:5rem 0}#customThemeShareWrapper #customThemeShare{width:50vw;background:var(--bg-color);border-radius:var(--roundness);padding:2rem;display:grid;gap:1rem;overflow-y:scroll}#quoteSearchPopupWrapper{width:100%;height:100%;background:rgba(0,0,0,.75);position:fixed;left:0;top:0;z-index:1000;display:grid;justify-content:center;align-items:center;padding:5rem 0}#quoteSearchPopupWrapper #quoteSearchPopup{background:var(--bg-color);border-radius:var(--roundness);padding:2rem;display:grid;gap:1rem;width:1000px;height:80vh;grid-template-rows:auto auto auto 1fr}#quoteSearchPopupWrapper #quoteSearchPopup #extraResults{text-align:center;color:var(--sub-color)}#quoteSearchPopupWrapper #quoteSearchPopup .title{font-size:1.5rem;color:var(--sub-color)}#quoteSearchPopupWrapper #quoteSearchPopup #quoteSearchResults{display:grid;gap:.5rem;height:auto;overflow:scroll}#quoteSearchPopupWrapper #quoteSearchPopup #quoteSearchResults .searchResult{display:grid;grid-template-columns:1fr 1fr 3fr 0fr;grid-auto-rows:auto;width:100%;gap:.5rem;transition:.25s;padding:1rem;box-sizing:border-box;user-select:none;cursor:pointer;height:min-content}#quoteSearchPopupWrapper #quoteSearchPopup #quoteSearchResults .searchResult .text{grid-column-start:1;grid-column-end:4;grid-row-start:1;grid-row-end:2;overflow:visible;color:var(--text-color)}#quoteSearchPopupWrapper #quoteSearchPopup #quoteSearchResults .searchResult .id{grid-column-start:1;grid-column-end:2;grid-row-start:2;grid-row-end:3;font-size:.8rem;color:var(--sub-color)}#quoteSearchPopupWrapper #quoteSearchPopup #quoteSearchResults .searchResult .length{grid-column-start:2;grid-column-end:3;grid-row-start:2;grid-row-end:3;font-size:.8rem;color:var(--sub-color)}#quoteSearchPopupWrapper #quoteSearchPopup #quoteSearchResults .searchResult .source{grid-column-start:3;grid-column-end:4;grid-row-start:2;grid-row-end:3;font-size:.8rem;color:var(--sub-color)}#quoteSearchPopupWrapper #quoteSearchPopup #quoteSearchResults .searchResult .resultChevron{grid-column-start:4;grid-column-end:5;grid-row-start:1;grid-row-end:3;display:flex;align-items:center;justify-items:center;color:var(--sub-color);font-size:2rem}#quoteSearchPopupWrapper #quoteSearchPopup #quoteSearchResults .searchResult .sub{opacity:.5}#quoteSearchPopupWrapper #quoteSearchPopup #quoteSearchResults .searchResult:hover{background:rgba(0,0,0,.1);border-radius:5px}#settingsImportWrapper{width:100%;height:100%;background:rgba(0,0,0,.75);position:fixed;left:0;top:0;z-index:1000;display:grid;justify-content:center;align-items:center;padding:5rem 0}#settingsImportWrapper #settingsImport{width:50vw;background:var(--bg-color);border-radius:var(--roundness);padding:2rem;display:grid;gap:1rem;overflow-y:scroll}#resultEditTagsPanelWrapper{width:100%;height:100%;background:rgba(0,0,0,.75);position:fixed;left:0;top:0;z-index:1000;display:grid;justify-content:center;align-items:center;padding:5rem 0}#resultEditTagsPanelWrapper #resultEditTagsPanel{background:var(--bg-color);border-radius:var(--roundness);padding:2rem;display:grid;gap:1rem;overflow-y:scroll;width:500px}#resultEditTagsPanelWrapper #resultEditTagsPanel .buttons{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr}#versionHistoryWrapper{width:100%;height:100%;background:rgba(0,0,0,.75);position:fixed;left:0;top:0;z-index:1000;display:grid;justify-content:center;align-items:start;padding:5rem 0}#versionHistoryWrapper #versionHistory{width:75vw;height:100%;background:var(--bg-color);border-radius:var(--roundness);padding:2rem;display:grid;gap:1rem;overflow-y:scroll}#versionHistoryWrapper #versionHistory .tip{text-align:center;color:var(--sub-color)}#versionHistoryWrapper #versionHistory .releases{display:grid;gap:2rem}#versionHistoryWrapper #versionHistory .releases .release{display:grid;grid-template-areas:"title date" "body body"}#versionHistoryWrapper #versionHistory .releases .release .title{grid-area:title;font-size:2rem;color:var(--sub-color)}#versionHistoryWrapper #versionHistory .releases .release .date{grid-area:date;text-align:right;color:var(--sub-color);align-self:center}#versionHistoryWrapper #versionHistory .releases .release .body{grid-area:body;color:var(--text-color)}#versionHistoryWrapper #versionHistory .releases .release:last-child{margin-bottom:2rem}#notificationCenter{width:350px;z-index:99999999;display:grid;gap:1rem;position:fixed;right:1rem;top:1rem}#notificationCenter .history{display:grid;gap:1rem}#notificationCenter .notif{user-select:none;position:relative;background:var(--sub-color);color:var(--bg-color);display:grid;grid-template-columns:min-content auto min-content;border-radius:var(--roundness);border-width:.25rem}#notificationCenter .notif .icon{color:var(--bg-color);opacity:.5;padding:1rem 1rem;align-items:center;display:grid;font-size:1.25rem}#notificationCenter .notif .message{padding:1rem 1rem 1rem 0}#notificationCenter .notif .message .title{color:var(--bg-color);font-size:.75em;opacity:.5;line-height:.75rem}#notificationCenter .notif.bad{background-color:var(--error-color)}#notificationCenter .notif.good{background-color:var(--main-color)}#notificationCenter .notif:hover{cursor:pointer}#notificationCenter .notif:hover::after{opacity:1}#notificationCenter .notif::after{transition:.125s;font-family:"Font Awesome 5 Free";background:rgba(0,0,0,.5);opacity:0;font-weight:900;content:"";position:absolute;width:100%;height:100%;color:var(--bg-color);font-size:2.5rem;display:grid;align-items:center;text-align:center;border-radius:var(--roundness)}#supportMeWrapper{width:100%;height:100%;background:rgba(0,0,0,.75);position:fixed;left:0;top:0;z-index:1000;display:grid;justify-content:center;align-items:center;padding:5rem 0}#supportMeWrapper #supportMe{width:900px;overflow-y:scroll;max-height:100%;background:var(--bg-color);border-radius:var(--roundness);padding:2rem;display:grid;grid-template-rows:auto auto auto;gap:2rem}#supportMeWrapper #supportMe .title{font-size:2rem;line-height:2rem;color:var(--main-color)}#supportMeWrapper #supportMe .text{color:var(--text-color)}#supportMeWrapper #supportMe .subtext{color:var(--sub-color);font-size:.75rem}#supportMeWrapper #supportMe .buttons{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1rem}#supportMeWrapper #supportMe .buttons .button{display:block;width:100%;height:100%;padding:2rem 0;display:grid;gap:1rem;text-decoration:none}#supportMeWrapper #supportMe .buttons .button .text{transform:.25s}#supportMeWrapper #supportMe .buttons .button:hover .text{color:var(--bg-color)}#supportMeWrapper #supportMe .buttons .button .icon{font-size:5rem;line-height:5rem}#commandLineWrapper{width:100%;height:100%;background:rgba(0,0,0,.75);position:fixed;left:0;top:0;z-index:1000;display:grid;justify-content:center;align-items:start;padding:5rem 0}#commandLineWrapper #commandInput{width:700px;background:var(--bg-color);border-radius:var(--roundness)}#commandLineWrapper #commandInput input{background:var(--bg-color);padding:1rem;color:var(--main-color);border:none;outline:none;font-size:1rem;width:100%;border-radius:var(--roundness)}#commandLineWrapper #commandInput .shiftEnter{padding:.5rem 1rem;font-size:.75rem;line-height:.75rem;color:var(--sub-color);text-align:center}#commandLineWrapper #commandLine{width:700px;background:var(--bg-color);border-radius:var(--roundness)}#commandLineWrapper #commandLine input{background:var(--bg-color);padding:1rem;color:var(--text-color);border:none;outline:none;font-size:1rem;width:100%;border-radius:var(--roundness)}#commandLineWrapper #commandLine .separator{background:#000;width:100%;height:1px;margin-bottom:.5rem}#commandLineWrapper #commandLine .listTitle{color:var(--text-color);padding:.5rem 1rem;font-size:.75rem;line-height:.75rem}#commandLineWrapper #commandLine .suggestions{display:block;overflow-y:scroll;max-height:calc(100vh - 10rem - 3rem);display:grid;cursor:pointer}#commandLineWrapper #commandLine .suggestions .entry{padding:.5rem 1rem;font-size:.75rem;line-height:.75rem;color:var(--sub-color);display:grid;grid-template-columns:auto 1fr}#commandLineWrapper #commandLine .suggestions .entry div{pointer-events:none}#commandLineWrapper #commandLine .suggestions .entry .textIcon{font-weight:900;display:inline-block;letter-spacing:-0.1rem;margin-right:.5rem;text-align:center;width:1.25em}#commandLineWrapper #commandLine .suggestions .entry .fas{margin-right:.5rem}#commandLineWrapper #commandLine .suggestions .entry:last-child{border-radius:0 0 var(--roundness) var(--roundness)}#commandLineWrapper #commandLine .suggestions .entry.activeMouse{color:var(--bg-color);background:var(--text-color);cursor:pointer}#commandLineWrapper #commandLine .suggestions .entry.activeKeyboard{color:var(--bg-color);background:var(--text-color)}#timerWrapper{opacity:0;transition:.25s;z-index:-1;position:relative;z-index:99}#timer{position:fixed;top:0;left:0;width:100vw;height:.5rem;background:#000;z-index:-1}#largeLiveWpmAndAcc{font-size:10rem;color:#000;width:100%;left:0;text-align:center;z-index:-1;height:0;line-height:0;top:5rem;position:relative;display:grid;grid-auto-flow:column;justify-content:center;gap:5rem}#liveWpm{opacity:0}#liveAcc{opacity:0}#liveBurst{opacity:0}#timerNumber{pointer-events:none;transition:.25s;height:0;color:#000;line-height:0;z-index:-1;text-align:center;left:0;width:100%;position:relative;font-size:10rem;opacity:0;width:0;height:0;margin:0 auto;display:grid;justify-content:center;bottom:6rem;transition:none}#largeLiveWpmAndAcc.timerMain,#timerNumber.timerMain{color:var(--main-color)}#timer.timerMain{background:var(--main-color)}#largeLiveWpmAndAcc.timerSub,#timerNumber.timerSub{color:var(--sub-color)}#timer.timerSub{background:var(--sub-color)}#largeLiveWpmAndAcc.timerText,#timerNumber.timerText{color:var(--text-color)}#timer.timerText{background:var(--text-color)}#centerContent{max-width:1000px;display:grid;grid-auto-flow:row;min-height:100vh;padding:2rem;gap:2rem;align-items:center;z-index:999;grid-template-rows:auto 1fr auto;width:100%}#centerContent.wide125{max-width:1250px}#centerContent.wide150{max-width:1500px}#centerContent.wide200{max-width:2000px}#centerContent.widemax{max-width:unset}#caret,#caret.outline,#paceCaret.outline{height:1.5rem;background:var(--caret-color);animation-name:caretFlashSmooth;animation-iteration-count:infinite;animation-duration:1s;position:absolute;border-radius:var(--roundness);transform-origin:top left}#paceCaret{height:1.5rem;background:var(--sub-color);opacity:.5;position:absolute;border-radius:var(--roundness);transform-origin:top left;width:2px}#caret.off,#paceCaret.off{width:0}#caret.default,#paceCaret.default{width:2px}#caret.carrot,#paceCaret.carrot{background-color:transparent;background-image:url("../images/carrot.png");background-size:contain;background-position:center;background-repeat:no-repeat;width:.25rem}#caret.carrot.size2,#paceCaret.carrot.size2{margin-left:-0.1rem}#caret.carrot.size3,#paceCaret.carrot.size3{margin-left:-0.2rem}#caret.carrot.size4,#paceCaret.carrot.size4{margin-left:-0.3rem}#caret.banana,#paceCaret.banana{background-color:transparent;background-image:url("../images/banana.png");background-size:contain;background-position:center;background-repeat:no-repeat;width:1rem}#caret.banana.size2,#paceCaret.banana.size2{margin-left:-0.1rem}#caret.banana.size3,#paceCaret.banana.size3{margin-left:-0.5rem}#caret.banana.size4,#paceCaret.banana.size4{margin-left:-0.3rem}#caret.block,#caret.outline,#paceCaret.block,#paceCaret.outline{width:.7em;margin-left:.25em;border-radius:0;z-index:-1}#caret.outline,#paceCaret.outline{animation-name:none;background:transparent;border:1px solid var(--caret-color)}#caret.underline,#paceCaret.underline{height:2px;width:.8em;margin-top:1.3em;margin-left:.3em}#caret.underline.size125,#paceCaret.underline.size125{margin-top:1.8em}#caret.underline.size15,#paceCaret.underline.size15{margin-top:2.1em}#caret.underline.size2,#paceCaret.underline.size2{margin-top:2.7em}#caret.underline.size3,#paceCaret.underline.size3{margin-top:3.9em}#caret.underline.size4,#paceCaret.underline.size4{margin-top:4.7em}#caret.size125,#paceCaret.size125{transform:scale(1.25)}#caret.size15,#paceCaret.size15{transform:scale(1.45)}#caret.size2,#paceCaret.size2{transform:scale(1.9)}#caret.size3,#paceCaret.size3{transform:scale(2.8)}#caret.size4,#paceCaret.size4{transform:scale(3.7)}@keyframes caretFlashSmooth{0%,100%{opacity:0}50%{opacity:1}}@keyframes caretFlashHard{0%,50%{opacity:1}51%,100%{opacity:0}}#menu{font-size:1rem;line-height:1rem;color:var(--sub-color);display:grid;grid-auto-flow:column;gap:.5rem;width:fit-content;width:-moz-fit-content}#menu .icon-button .text{font-size:.65rem;line-height:.65rem;align-self:center;margin-left:.25rem}#menu .separator{width:2px;height:1rem;background-color:var(--sub-color)}#top.focus #menu .icon-button.discord::after{background:transparent}#top.focus #menu{color:transparent !important}#top.focus #menu .icon-button{color:transparent !important}#top{grid-template-areas:"logo menu config";line-height:2.3rem;font-size:2.3rem;transition:.25s;padding:0 5px;display:grid;grid-auto-flow:column;grid-template-columns:auto 1fr auto;z-index:2;align-items:center;gap:.5rem;user-select:none}#top .logo{margin-bottom:.6rem;white-space:nowrap;user-select:none}#top .logo .top{font-size:.65rem;line-height:.65rem;margin-bottom:-0.4rem;margin-left:-0.1rem;color:var(--sub-color)}#top .logo .bottom{margin-left:-0.15rem;color:var(--main-color);transition:.25s;cursor:pointer}#top .config{grid-area:config;justify-self:right;display:grid;grid-template-rows:.7rem .7rem .7rem;grid-gap:.2rem;justify-items:self-end}#top .config .group{transition:.25s}#top .config .group .title{color:var(--sub-color);font-size:.5rem;line-height:.5rem;margin-bottom:.15rem}#top .config .group .buttons{font-size:.7rem;line-height:.7rem;display:flex}#top .config .group.disabled{pointer-events:none;opacity:.25}#top .config .punctuationMode{margin-bottom:-0.1rem}#top .config .numbersMode{margin-bottom:-0.1rem}#top .result{display:grid;grid-auto-flow:column;grid-gap:1rem;width:min-content;width:-moz-min-content;transition:.25s;grid-column:3/4;grid-row:1/2}#top .result .group .title{font-size:.65rem;line-height:.65rem;color:var(--sub-color)}#top .result .group .val{font-size:1.7rem;line-height:1.7rem;color:var(--main-color);transition:.25s}#top.focus{color:var(--sub-color) !important}#top.focus .result{opacity:0 !important}#top.focus .logo .bottom{color:var(--sub-color) !important}#top.focus .config{opacity:0 !important}#tip{font-size:.75rem;line-height:.75rem;color:var(--sub-color);text-align:center;align-self:center;margin-top:1rem;opacity:0;transition:.25s}key{color:var(--bg-color);background-color:var(--sub-color);padding:.1rem .3rem;margin:3px 0;border-radius:.1rem;display:inline-block;font-size:.7rem;line-height:.7rem}#bottom{position:relative;text-align:center;line-height:1rem;font-size:.75rem;color:var(--sub-color);padding:0 5px}#bottom .keyTips{margin-bottom:2rem}#bottom #supportMeButton{transition:.25s}#bottom #supportMeButton:hover{color:var(--text-color);cursor:pointer}#bottom .leftright{display:grid;grid-template-columns:auto auto;gap:1rem}#bottom .leftright a{text-decoration:none}#bottom .leftright .left{text-align:left;display:grid;grid-auto-flow:column;width:fit-content;gap:1rem;width:-moz-fit-content}#bottom .leftright .right{text-align:right;display:grid;grid-auto-flow:column;width:fit-content;width:-moz-fit-content;justify-self:right;gap:1rem}#bottom .leftright .right .current-theme{transition:.25s;text-decoration:none}#bottom .leftright .right .current-theme:hover{color:var(--text-color);cursor:pointer}#bottom .leftright .right .discordLink{transition:.25s;text-decoration:none}#bottom .leftright .right .discordLink:hover{color:var(--text-color);cursor:pointer}#bottom .version{opacity:0;transition:.25s}#bottom .version:hover{cursor:pointer;color:var(--text-color)}#bottom.focus{opacity:0 !important}#result{display:grid;gap:1rem;align-items:center;grid-template-columns:auto 1fr;grid-template-areas:"stats chart" "morestats morestats"}#result .buttons{display:grid;grid-auto-flow:column;gap:1rem;justify-content:center;grid-column:1/3}#result .ssWatermark{grid-column:1/3}#result #resultWordsHistory,#result #resultReplay{color:var(--sub-color);grid-column:1/3}#result #resultWordsHistory .heatmapLegend,#result #resultReplay .heatmapLegend{display:inline-grid;grid-template-columns:auto auto auto;gap:1rem;font-size:.75rem;color:var(--sub-color);width:min-content}#result #resultWordsHistory .heatmapLegend .boxes,#result #resultReplay .heatmapLegend .boxes{display:flex}#result #resultWordsHistory .heatmapLegend .boxes .box,#result #resultReplay .heatmapLegend .boxes .box{width:1rem;height:1rem}#result #resultWordsHistory .heatmapLegend .boxes .box:nth-child(1),#result #resultReplay .heatmapLegend .boxes .box:nth-child(1){background:var(--colorful-error-color);border-radius:var(--roundness) 0 0 var(--roundness)}#result #resultWordsHistory .heatmapLegend .boxes .box:nth-child(2),#result #resultReplay .heatmapLegend .boxes .box:nth-child(2){background:var(--colorful-error-color);filter:opacity(0.6)}#result #resultWordsHistory .heatmapLegend .boxes .box:nth-child(3),#result #resultReplay .heatmapLegend .boxes .box:nth-child(3){background:var(--sub-color)}#result #resultWordsHistory .heatmapLegend .boxes .box:nth-child(4),#result #resultReplay .heatmapLegend .boxes .box:nth-child(4){background:var(--main-color);filter:opacity(0.6)}#result #resultWordsHistory .heatmapLegend .boxes .box:nth-child(5),#result #resultReplay .heatmapLegend .boxes .box:nth-child(5){background:var(--main-color);border-radius:0 var(--roundness) var(--roundness) 0}#result #resultWordsHistory .title,#result #resultReplay .title{user-select:none}#result #resultWordsHistory .words,#result #resultReplay .words{display:flex;flex-wrap:wrap;width:100%;align-content:flex-start;user-select:none}#result #resultWordsHistory .words .word,#result #resultReplay .words .word{position:relative;margin:.18rem .6rem .15rem 0}#result #resultWordsHistory .words .word letter.correct,#result #resultReplay .words .word letter.correct{color:var(--text-color)}#result #resultWordsHistory .words .word letter.incorrect,#result #resultReplay .words .word letter.incorrect{color:var(--error-color)}#result #resultWordsHistory .words .word letter.incorrect.extra,#result #resultReplay .words .word letter.incorrect.extra{color:var(--error-extra-color)}#result #resultWordsHistory .words .word.heatmap-0 letter,#result #resultReplay .words .word.heatmap-0 letter{color:var(--colorful-error-color)}#result #resultWordsHistory .words .word.heatmap-1 letter,#result #resultReplay .words .word.heatmap-1 letter{color:var(--colorful-error-color);filter:opacity(0.6)}#result #resultWordsHistory .words .word.heatmap-2 letter,#result #resultReplay .words .word.heatmap-2 letter{color:var(--sub-color)}#result #resultWordsHistory .words .word.heatmap-3 letter,#result #resultReplay .words .word.heatmap-3 letter{color:var(--main-color);filter:opacity(0.6)}#result #resultWordsHistory .words .word.heatmap-4 letter,#result #resultReplay .words .word.heatmap-4 letter{color:var(--main-color)}#result #resultWordsHistory .words.rightToLeftTest,#result #resultReplay .words.rightToLeftTest{direction:rtl}#result #resultWordsHistory .words.rightToLeftTest .word,#result #resultReplay .words.rightToLeftTest .word{direction:rtl}#result #resultWordsHistory .words.withLigatures letter,#result #resultReplay .words.withLigatures letter{display:inline}#result .chart{grid-area:chart;width:100%;max-height:200px;height:200px}#result .chart canvas{width:100% !important;height:100%}#result .chart .title{color:var(--sub-color);margin-bottom:1rem}#result .loginTip{grid-column:1/3;text-align:center;color:var(--sub-color);grid-column:1/3}#result .stats{grid-area:stats;display:grid;gap:.5rem;justify-content:center;align-items:center;grid-template-areas:"wpm" "acc" "burst"}#result .stats.morestats{display:grid;grid-auto-flow:column;grid-template-areas:none;align-items:flex-start;justify-content:space-between;column-gap:2rem;grid-area:morestats}#result .stats.morestats .subgroup{display:grid;gap:.5rem}#result .stats .group .top{color:var(--sub-color);font-size:1rem;line-height:1rem}#result .stats .group .bottom{color:var(--main-color);font-size:2rem;line-height:2rem}#result .stats .group.time .afk,#result .stats .group.time .timeToday{color:var(--sub-color);font-size:.75rem;line-height:.75rem;margin-left:.2rem}#result .stats .info .top,#result .stats .tags .top,#result .stats .source .top{font-size:1rem;line-height:1rem}#result .stats .info .bottom,#result .stats .tags .bottom,#result .stats .source .bottom{font-size:1rem;line-height:1rem}#result .stats .source{width:25vw}#result .stats .tags .bottom .fas{margin-left:.5rem}#result .stats .wpm{grid-area:wpm}#result .stats .wpm .top{font-size:2rem;line-height:1.5rem;display:flex}#result .stats .wpm .top .crown{height:1.7rem;width:1.7rem;margin-left:.5rem;margin-top:-0.2rem;font-size:.7rem;line-height:1.7rem;background:var(--main-color);color:var(--bg-color);border-radius:.6rem;text-align:center;align-self:center;width:1.7rem;height:1.7rem}#result .stats .wpm .bottom{font-size:4rem;line-height:4rem}#result .stats .testType .bottom,#result .stats .leaderboards .bottom{font-size:1rem;line-height:1rem}#result .stats .testType .bottom .lbChange .fas,#result .stats .leaderboards .bottom .lbChange .fas{margin-right:.15rem}#result .stats .acc{grid-area:acc}#result .stats .acc .top{font-size:2rem;line-height:1.5rem}#result .stats .acc .bottom{font-size:4rem;line-height:4rem}#result .stats .burst{grid-area:burst}#result .stats .burst .top{font-size:2rem;line-height:1.5rem}#result .stats .burst .bottom{font-size:4rem;line-height:4rem}#capsWarning{background:var(--main-color);color:var(--bg-color);display:table;position:absolute;left:50%;transform:translateX(-50%) translateY(-50%);padding:1rem;border-radius:var(--roundness);transition:.25s;z-index:999;pointer-events:none}#capsWarning i{margin-right:.5rem}#wordsInput{height:0;padding:0;margin:0;border:none;outline:none;display:block}#wordsTitle{color:var(--sub-color);margin-left:.25rem;margin-top:1rem;display:none}#words{height:fit-content;height:-moz-fit-content;display:flex;flex-wrap:wrap;width:100%;align-content:flex-start;user-select:none;padding-bottom:1em}#words .newline{width:inherit}#words letter{border-bottom-style:solid;border-bottom-width:.05em;border-bottom-color:transparent}#words letter.dead{border-bottom-width:.05em;border-bottom-color:var(--sub-color)}#words letter.tabChar,#words letter.nlChar{margin:0 .25rem;opacity:.2}#words.rightToLeftTest{direction:rtl}#words.rightToLeftTest .word{direction:rtl}#words.withLigatures letter{display:inline}#words.blurred{opacity:.25;filter:blur(4px);-webkit-filter:blur(4px)}#words.flipped .word{color:var(--text-color)}#words.flipped .word letter.dead{border-bottom-color:var(--sub-color) !important}#words.flipped .word letter.correct{color:var(--sub-color)}#words.flipped .word letter.corrected{color:var(--sub-color);border-bottom:2px dotted var(--main-color)}#words.flipped .word letter.extraCorrected{border-right:2px dotted var(--main-color)}#words.colorfulMode .word letter.dead{border-bottom-color:var(--main-color) !important}#words.colorfulMode .word letter.correct{color:var(--main-color)}#words.colorfulMode .word letter.corrected{color:var(--main-color);border-bottom:2px dotted var(--text-color)}#words.colorfulMode .word letter.extraCorrected{border-right:2px dotted var(--text-color)}#words.colorfulMode .word letter.incorrect{color:var(--colorful-error-color)}#words.colorfulMode .word letter.incorrect.extra{color:var(--colorful-error-extra-color)}#words.flipped.colorfulMode .word{color:var(--main-color)}#words.flipped.colorfulMode .word letter.dead{border-bottom-color:var(--sub-color) !important}#words.flipped.colorfulMode .word letter.correct{color:var(--sub-color)}#words.flipped.colorfulMode .word letter.corrected{color:var(--sub-color);border-bottom:2px dotted var(--main-color)}#words.flipped.colorfulMode .word letter.extraCorrected{border-right:2px dotted var(--main-color)}#words.flipped.colorfulMode .word letter.incorrect{color:var(--colorful-error-color)}#words.flipped.colorfulMode .word letter.incorrect.extra{color:var(--colorful-error-extra-color)}#words.flipped.colorfulMode .word.error,#words.colorfulMode .word.error{border-bottom:2px solid var(--colorful-error-color)}.pageTest #resultExtraButtons{opacity:0;display:grid;grid-auto-flow:column;gap:1rem}#restartTestButton,#showWordHistoryButton,#saveScreenshotButton,#restartTestButtonWithSameWordset,#nextTestButton,#practiseMissedWordsButton,#watchReplayButton{position:relative;border-radius:var(--roundness);padding:1rem 2rem;width:min-content;width:-moz-min-content;color:var(--sub-color);transition:.25s;cursor:pointer}#restartTestButton:hover,#restartTestButton:focus,#showWordHistoryButton:hover,#showWordHistoryButton:focus,#saveScreenshotButton:hover,#saveScreenshotButton:focus,#restartTestButtonWithSameWordset:hover,#restartTestButtonWithSameWordset:focus,#nextTestButton:hover,#nextTestButton:focus,#practiseMissedWordsButton:hover,#practiseMissedWordsButton:focus,#watchReplayButton:hover,#watchReplayButton:focus{color:var(--main-color);outline:none}#restartTestButton:focus,#showWordHistoryButton:focus,#saveScreenshotButton:focus,#restartTestButtonWithSameWordset:focus,#nextTestButton:focus,#practiseMissedWordsButton:focus,#watchReplayButton:focus{background:var(--sub-color)}#replayWords{cursor:pointer}#replayStopwatch{color:var(--main-color);display:inline-block}#restartTestButton{margin:0 auto;margin-top:1rem}#middle .pageTest #memoryTimer{background:var(--main-color);color:var(--bg-color);padding:1rem;border-radius:var(--roundness);text-align:center;width:max-content;left:50%;position:absolute;transform:translateX(-50%);top:-6rem;user-select:none;pointer-events:none;opacity:0}#middle .pageTest .outOfFocusWarning{text-align:center;height:0;line-height:150px;z-index:999;position:relative;user-select:none;pointer-events:none}#middle .pageTest #testModesNotice{display:grid;grid-auto-flow:column;gap:1rem;color:var(--sub-color);text-align:center;margin-bottom:1.25rem;height:1rem;line-height:1rem;transition:.125s;justify-content:center;user-select:none}#middle .pageTest #testModesNotice .fas{margin-right:.5rem}#middle .pageTest #miniTimerAndLiveWpm{height:0;margin-left:.37rem;display:flex;font-size:1rem;line-height:1rem;margin-top:-1.5rem;position:absolute;color:#000}#middle .pageTest #miniTimerAndLiveWpm .time{margin-right:2rem}#middle .pageTest #miniTimerAndLiveWpm .wpm,#middle .pageTest #miniTimerAndLiveWpm .acc{margin-right:2rem}#middle .pageTest #miniTimerAndLiveWpm .time,#middle .pageTest #miniTimerAndLiveWpm .wpm,#middle .pageTest #miniTimerAndLiveWpm .acc,#middle .pageTest #miniTimerAndLiveWpm .burst{opacity:0}#middle .pageTest #miniTimerAndLiveWpm.timerMain{color:var(--main-color)}#middle .pageTest #miniTimerAndLiveWpm.timerSub{color:var(--sub-color)}#middle .pageTest #miniTimerAndLiveWpm.timerText{color:var(--text-color)}#middle .pageTest #miniTimerAndLiveWpm.size125{margin-top:-1.75rem;font-size:1.25rem;line-height:1.25rem}#middle .pageTest #miniTimerAndLiveWpm.size15{margin-top:-2rem;font-size:1.5rem;line-height:1.5rem}#middle .pageTest #miniTimerAndLiveWpm.size2{margin-top:-2.5rem;font-size:2rem;line-height:2rem}#middle .pageTest #miniTimerAndLiveWpm.size3{margin-top:-3.5rem;font-size:3rem;line-height:3rem}#middle .pageTest #miniTimerAndLiveWpm.size4{margin-top:-4.5rem;font-size:4rem;line-height:4rem}#middle.focus .pageTest #testModesNotice{opacity:0 !important}#showWordHistoryButton{opacity:1}.word{margin:.25rem;color:var(--sub-color);font-variant:no-common-ligatures;border-bottom:2px solid transparent;line-height:1rem}.word letter{display:inline-block}.word.lastbeforenewline::after{font-family:"Font Awesome 5 Free";font-weight:600;content:"";margin-left:.5rem;opacity:.25}.word .wordInputAfter{opacity:1;position:absolute;background:var(--sub-color);color:var(--bg-color);padding:.5rem;margin-left:-0.5rem;border-radius:var(--roundness);transition:.25s;text-shadow:none;top:-0.5rem;z-index:10;cursor:text}.word .wordInputAfter .speed{font-size:.75rem}#words.size125 .word{line-height:1.25rem;font-size:1.25rem;margin:.31rem}#words.size15 .word{line-height:1.5rem;font-size:1.5rem;margin:.37rem}#words.size2 .word{line-height:2rem;font-size:2rem;margin:.5rem}#words.size3 .word{line-height:3rem;font-size:3rem;margin:.75rem}#words.size4 .word{line-height:4rem;font-size:4rem;margin:1rem}#words.nospace .word{margin:.5rem 0}.word.error{border-bottom:2px solid var(--error-color);text-shadow:1px 0px 0px var(--bg-color),-1px 0px 0px var(--bg-color),0px 1px 0px var(--bg-color),1px 1px 0px var(--bg-color),-1px 1px 0px var(--bg-color)}#words.noErrorBorder .word.error{text-shadow:none}.word letter.correct{color:var(--text-color)}.word letter.corrected{color:var(--text-color);border-bottom:2px dotted var(--main-color)}.word letter.extraCorrected{border-right:2px dotted var(--main-color)}.word letter.incorrect{color:var(--error-color);position:relative}.word letter.incorrect hint{position:absolute;bottom:-1em;color:var(--text-color);line-height:initial;font-size:.75em;text-shadow:none;padding:1px;left:0;opacity:.5;text-align:center;width:100%}.word letter.incorrect.extra{color:var(--error-extra-color)}.word letter.missing{opacity:.5}.pageLoading{display:grid;justify-content:center}.pageLoading .preloader{font-size:2rem;justify-self:center;color:var(--main-color)}.pageTest{position:relative}.pageTest .ssWatermark{font-size:1.25rem;color:var(--sub-color);line-height:1rem;text-align:right}.pageLogin{display:flex;grid-auto-flow:column;gap:1rem;justify-content:space-around;align-items:center}.pageLogin .side{display:grid;gap:.5rem;justify-content:center}.pageLogin .side.login{grid-template-areas:"title forgotButton" "form form"}.pageLogin .side.login .title{grid-area:title}.pageLogin .side.login #forgotPasswordButton{grid-area:forgotButton;font-size:.75rem;line-height:.75rem;height:fit-content;height:-moz-fit-content;align-self:center;justify-self:right;padding:.25rem 0;color:var(--sub-color);cursor:pointer;transition:.25s}.pageLogin .side.login #forgotPasswordButton:hover{color:var(--text-color)}.pageLogin .side.login form{grid-area:form}.pageLogin form{display:grid;gap:.5rem;width:100%}.pageLogin .preloader{position:fixed;left:50%;top:50%;font-size:2rem;transform:translate(-50%, -50%);color:var(--main-color);transition:.25s}.pageAbout{display:grid;gap:2rem}.pageAbout .created{text-align:center;color:var(--sub-color)}.pageAbout .created a{text-decoration:none}.pageAbout .section{display:grid;gap:.25rem}.pageAbout .section .title{font-size:2rem;line-height:2rem;color:var(--sub-color);margin:1rem 0}.pageAbout .section .contactButtons,.pageAbout .section .supportButtons{margin-top:1rem;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1rem}.pageAbout .section .contactButtons .button,.pageAbout .section .supportButtons .button{text-decoration:none;font-size:1.5rem;padding:2rem 0}.pageAbout .section .contactButtons .button .fas,.pageAbout .section .contactButtons .button .fab,.pageAbout .section .supportButtons .button .fas,.pageAbout .section .supportButtons .button .fab{margin-right:1rem}.pageAbout .section .supporters,.pageAbout .section .contributors{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.25rem;color:var(--text-color)}.pageAbout .section h1{font-size:1rem;line-height:1rem;color:var(--sub-color);margin:0;font-weight:300}.pageAbout .section p{margin:0;padding:0;color:var(--text-color)}.pageSettings{display:grid;gap:2rem}.pageSettings .tip{color:var(--sub-color)}.pageSettings .sectionGroupTitle{font-size:2rem;color:var(--sub-color);line-height:2rem;cursor:pointer;transition:.25s}.pageSettings .sectionGroupTitle:hover{color:var(--text-color)}.pageSettings .sectionGroupTitle .fas{margin-left:.5rem}.pageSettings .sectionGroupTitle .fas.rotate{transform:rotate(-90deg)}.pageSettings .sectionSpacer{height:1.5rem}.pageSettings .settingsGroup{display:grid;gap:2rem}.pageSettings .settingsGroup.quickNav .links{display:flex;justify-content:space-between}.pageSettings .settingsGroup.quickNav .links a{text-decoration:none}.pageSettings .settingsGroup.quickNav .links a:hover{opacity:1}.pageSettings .section{display:grid;grid-template-areas:"title title" "text buttons";grid-template-columns:2fr 1fr;column-gap:2rem;align-items:center}.pageSettings .section .button.danger{box-shadow:0px 0px 0px 2px var(--error-color);color:var(--text-color)}.pageSettings .section .button.danger:hover{background:var(--text-color);color:var(--bg-color)}.pageSettings .section .inputAndSave{display:grid;grid-template-columns:8fr 1fr;gap:.5rem;margin-bottom:.5rem}.pageSettings .section .inputAndSave .save{height:auto}.pageSettings .section .inputAndSave .save .fas{margin-right:0rem;vertical-align:sub}.pageSettings .section.customBackgroundFilter .groups{grid-area:buttons;display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.pageSettings .section.customBackgroundFilter .groups .group{display:grid;grid-template-columns:1fr auto 2fr;gap:1rem}.pageSettings .section.customBackgroundFilter .groups .group .title,.pageSettings .section.customBackgroundFilter .groups .group .value{color:var(--text-color)}.pageSettings .section.customBackgroundFilter .saveContainer{grid-column:-1/-3;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.pageSettings .section.customBackgroundFilter .fas{margin-right:0rem}.pageSettings .section.customTheme{grid-template-columns:1fr 1fr 1fr 1fr;justify-items:stretch;gap:.5rem 2rem}.pageSettings .section.customTheme p{grid-area:unset;grid-column:1/span 4}.pageSettings .section.customTheme .spacer{grid-column:3/5}.pageSettings .section h1{font-size:1rem;line-height:1rem;color:var(--sub-color);margin:0;grid-area:title;font-weight:300}.pageSettings .section p{grid-area:text;color:var(--sub-color);margin:0}.pageSettings .section>.text{align-self:normal;color:var(--text-color);grid-area:text}.pageSettings .section .buttons{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:.5rem;grid-area:buttons}.pageSettings .section.discordIntegration .info{grid-area:buttons;text-align:center;color:var(--main-color)}.pageSettings .section.discordIntegration #unlinkDiscordButton{margin-top:.5rem;font-size:.75rem;color:var(--sub-color)}.pageSettings .section.discordIntegration #unlinkDiscordButton:hover{color:var(--text-color)}.pageSettings .section.discordIntegration .howto{margin-top:1rem;color:var(--text-color)}.pageSettings .section.tags .tagsListAndButton{grid-area:buttons}.pageSettings .section.tags .tag{grid-template-columns:6fr 1fr 1fr 1fr;margin-bottom:.5rem}.pageSettings .section.tags .addTagButton{margin-top:.5rem;color:var(--text-color);cursor:pointer;transition:.25s;padding:.2rem .5rem;border-radius:var(--roundness);background:rgba(0,0,0,.1);text-align:center;-webkit-user-select:none;display:grid;align-content:center;height:min-content;height:-moz-min-content}.pageSettings .section.tags .addTagButton.active{background:var(--main-color);color:var(--bg-color)}.pageSettings .section.tags .addTagButton:hover,.pageSettings .section.tags .addTagButton:focus{color:var(--bg-color);background:var(--text-color);outline:none}.pageSettings .section.presets .presetsListAndButton{grid-area:buttons}.pageSettings .section.presets .preset{grid-template-columns:7fr 1fr 1fr;margin-bottom:.5rem}.pageSettings .section.presets .addPresetButton{margin-top:.5rem;color:var(--text-color);cursor:pointer;transition:.25s;padding:.2rem .5rem;border-radius:var(--roundness);background:rgba(0,0,0,.1);text-align:center;-webkit-user-select:none;display:grid;align-content:center;height:min-content;height:-moz-min-content}.pageSettings .section.presets .addPresetButton.active{background:var(--main-color);color:var(--bg-color)}.pageSettings .section.presets .addPresetButton:hover,.pageSettings .section.presets .addPresetButton:focus{color:var(--bg-color);background:var(--text-color);outline:none}.pageSettings .section.fontSize .buttons{grid-template-columns:1fr 1fr 1fr 1fr}.pageSettings .section.themes .tabContainer{position:relative;grid-area:buttons}.pageSettings .section.themes .tabContainer .tabContent{overflow:revert;height:auto}.pageSettings .section.themes .tabContainer .tabContent.customTheme{margin-top:.5rem}.pageSettings .section.themes .tabContainer .tabContent.customTheme .colorText{color:var(--text-color)}.pageSettings .section.themes .tabContainer .tabContent .text{align-self:center}.pageSettings .section.themes .theme.button{display:grid;grid-template-columns:auto 1fr auto}.pageSettings .section.themes .theme.button .text{color:inherit}.pageSettings .section.themes .theme.button .activeIndicator{overflow:hidden;width:1.25rem;transition:.25s;opacity:0;color:inherit}.pageSettings .section.themes .theme.button .activeIndicator .far{margin:0}.pageSettings .section.themes .theme.button .activeIndicator.active{width:1.25rem;opacity:1}.pageSettings .section.themes .theme.button .favButton{overflow:hidden;width:1.25rem;transition:.25s;opacity:0}.pageSettings .section.themes .theme.button .favButton .far,.pageSettings .section.themes .theme.button .favButton .fas{margin:0;pointer-events:none}.pageSettings .section.themes .theme.button .favButton:hover{cursor:pointer}.pageSettings .section.themes .theme.button .favButton.active{width:1.25rem;opacity:1}.pageSettings .section.themes .theme.button:hover .favButton{width:1.25rem;opacity:1}.pageSettings .section.themes .theme.button.active .activeIndicator{opacity:1}.pageSettings .section.themes{grid-template-columns:2fr 1fr;grid-template-areas:"title tabs" "text text" "buttons buttons";column-gap:2rem}.pageSettings .section.themes .tabs{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:.5rem;grid-area:tabs}.pageSettings .section.themes .buttons{margin-left:0;grid-auto-flow:dense;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.5rem;margin-top:.5rem}.pageSettings .section.fullWidth{grid-template-columns:2fr 1fr;grid-template-areas:"title tabs" "text text" "buttons buttons";column-gap:2rem}.pageSettings .section.fullWidth .buttons{margin-left:0;grid-auto-flow:dense;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.5rem;margin-top:1rem}.pageSettings .section.randomTheme .buttons{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.buttons div.theme:hover{transform:scale(1.1)}.signOut{font-size:1rem;line-height:1rem;justify-self:end;color:var(--sub-color);width:fit-content;width:-moz-fit-content;padding:.5rem;border-radius:var(--roundness);cursor:pointer;transition:.25s;float:right}.signOut:hover{color:var(--text-color)}.signOut .fas{margin-right:.5rem}.pageAccount{display:grid;gap:1rem}.pageAccount .content{display:grid;gap:2rem}.pageAccount .topFilters .buttons{display:flex;justify-content:space-evenly;gap:1rem}.pageAccount .topFilters .buttons .button{width:100%}.pageAccount .miniResultChartWrapper{z-index:999;display:none;height:15rem;background:var(--bg-color);width:45rem;position:absolute;border-radius:var(--roundness);padding:1rem}.pageAccount .miniResultChartBg{display:none;z-index:998;width:100%;height:100%;background:rgba(0,0,0,.25);position:fixed;left:0;top:0}.pageAccount .preloader{font-size:2rem;justify-self:center;color:var(--main-color)}.pageAccount .doublegroup{display:grid;grid-auto-flow:column;gap:1rem}.pageAccount .doublegroup .titleAndTable .title{color:var(--sub-color)}.pageAccount .triplegroup{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.pageAccount .triplegroup .text{align-self:center;color:var(--sub-color)}.pageAccount .group.noDataError{margin:20rem 0;text-align:center}.pageAccount .group.createdDate{text-align:center;color:var(--sub-color)}.pageAccount .group.history .active{animation:flashHighlight 4s linear 0s 1}.pageAccount .group.history .loadMoreButton{background:rgba(0,0,0,.1);color:var(--text-color);text-align:center;padding:.5rem;border-radius:var(--roundness);cursor:pointer;-webkit-transition:.25s;transition:.25s;-webkit-user-select:none;display:-ms-grid;display:grid;-ms-flex-line-pack:center;align-content:center;margin-top:1rem}.pageAccount .group.history .loadMoreButton:hover,.pageAccount .group.history .loadMoreButton:focus{color:var(--bg-color);background:var(--text-color)}.pageAccount .group .title{color:var(--sub-color)}.pageAccount .group .val{font-size:3rem;line-height:3rem}.pageAccount .group.chart{position:relative}.pageAccount .group.chart .above{display:flex;justify-content:center;margin-bottom:1rem;color:var(--sub-color);flex-wrap:wrap}.pageAccount .group.chart .above .group{display:flex;align-items:center}.pageAccount .group.chart .above .fas,.pageAccount .group.chart .above .punc{margin-right:.25rem}.pageAccount .group.chart .above .spacer{width:1rem}.pageAccount .group.chart .below{text-align:center;color:var(--sub-color);margin-top:1rem;display:grid;grid-template-columns:auto 300px;align-items:center}.pageAccount .group.chart .below .text{height:min-content}.pageAccount .group.chart .below .buttons{display:grid;gap:.5rem}.pageAccount .group.chart .chartPreloader{position:absolute;width:100%;background:rgba(0,0,0,.5);height:100%;display:grid;align-items:center;justify-content:center;font-size:5rem;text-shadow:0 0 3rem #000}.pageAccount table{border-spacing:0;border-collapse:collapse;color:var(--text-color)}.pageAccount table td{padding:.5rem .5rem}.pageAccount table thead{color:var(--sub-color);font-size:.75rem}.pageAccount table tbody tr:nth-child(odd) td{background:rgba(0,0,0,.1)}.pageAccount table td.infoIcons span{margin:0 .1rem}.pageAccount table .miniResultChartButton{opacity:.25;transition:.25s;cursor:pointer}.pageAccount table .miniResultChartButton:hover{opacity:1}.pageAccount #resultEditTags{transition:.25s}.pageAccount #resultEditTags:hover{cursor:pointer;color:var(--text-color);opacity:1 !important}.pageAccount .group.filterButtons{gap:1rem;display:grid;grid-template-columns:1fr 1fr}.pageAccount .group.filterButtons .buttonsAndTitle{height:fit-content;height:-moz-fit-content;display:grid;gap:.25rem;color:var(--sub-color);line-height:1rem;font-size:1rem}.pageAccount .group.filterButtons .buttonsAndTitle.testDate .buttons,.pageAccount .group.filterButtons .buttonsAndTitle.languages .buttons,.pageAccount .group.filterButtons .buttonsAndTitle.layouts .buttons,.pageAccount .group.filterButtons .buttonsAndTitle.funbox .buttons,.pageAccount .group.filterButtons .buttonsAndTitle.tags .buttons{grid-template-columns:repeat(4, 1fr);grid-auto-flow:unset}.pageAccount .group.filterButtons .buttons{display:grid;grid-auto-flow:column;gap:1rem}.pageAccount .group.filterButtons .buttons .button{background:rgba(0,0,0,.1);color:var(--text-color);text-align:center;padding:.5rem;border-radius:var(--roundness);cursor:pointer;transition:.25s;-webkit-user-select:none;display:grid;align-content:center}.pageAccount .group.filterButtons .buttons .button.active{background:var(--main-color);color:var(--bg-color)}.pageAccount .group.filterButtons .buttons .button:hover{color:var(--bg-color);background:var(--main-color)}.devIndicator{position:fixed;font-size:3rem;color:var(--sub-color);opacity:.25;z-index:-1}.devIndicator.tl{top:2rem;left:2rem}.devIndicator.tr{top:2rem;right:2rem}.devIndicator.bl{bottom:2rem;left:2rem}.devIndicator.br{bottom:2rem;right:2rem}*{box-sizing:border-box}.hidden{display:none !important}.button{color:var(--text-color);cursor:pointer;transition:.25s;padding:.4rem;border-radius:var(--roundness);background:rgba(0,0,0,.1);text-align:center;-webkit-user-select:none;align-content:center;height:min-content;height:-moz-min-content;line-height:1rem}.button:hover{color:var(--bg-color);background:var(--text-color);outline:none}.button:focus{color:var(--text-color);background:rgba(0,0,0,.1);outline:none}.button.active{background:var(--main-color);color:var(--bg-color)}.button.active:hover{background:var(--text-color);outline:none}.button.active:focus{color:var(--bg-color);background:var(--main-color);outline:none}.button.disabled{opacity:.5;cursor:default}.button.disabled:hover{color:var(--sub-color);background:rgba(0,0,0,.1);outline:none}.button.disabled.active{opacity:.5;cursor:default}.button.disabled.active:hover{color:var(--bg-color);background:var(--main-color);outline:none}.text-button{transition:.25s;color:var(--sub-color);cursor:pointer;margin-right:.25rem;cursor:pointer;outline:none}.text-button.active{color:var(--main-color)}.text-button:hover,.text-button:focus{color:var(--text-color)}.icon-button{display:grid;grid-auto-flow:column;align-content:center;transition:.25s;padding:.5rem;border-radius:var(--roundness);cursor:pointer}.icon-button:hover{color:var(--text-color)}.icon-button:focus{color:var(--sub-color);border:none;outline:none}.scrollToTopButton{bottom:2rem;right:2rem;position:fixed;font-size:2rem;width:4rem;height:4rem;text-align:center;line-height:4rem;background:var(--bg-color);border-radius:99rem;z-index:99;cursor:pointer;color:var(--sub-color);transition:.25s}.scrollToTopButton:hover{color:var(--text-color)}#commandLineMobileButton{display:none;top:-4rem;left:0;position:absolute;font-size:1rem;width:3rem;height:3rem;text-align:center;line-height:3rem;background:var(--main-color);border-radius:99rem;z-index:99;cursor:pointer;color:var(--bg-color);transition:.25s}.keymap{display:grid;grid-template-rows:1fr 1fr 1fr;justify-content:center;white-space:nowrap;gap:.25rem;margin-top:1rem}.row{height:2rem;gap:.25rem}.keymap-key{display:flex;background-color:transparent;color:var(--sub-color);border-radius:var(--roundness);border:.05rem solid;border-color:var(--sub-color);text-align:center;justify-content:center;align-items:center;width:2rem;height:2rem;position:relative}.keymap-key .bump{width:.75rem;height:.05rem;background:var(--sub-color);position:absolute;border-radius:var(--roundness);bottom:.15rem}.keymap-key.active-key{color:var(--bg-color);background-color:var(--main-color);border-color:var(--main-color)}.keymap-key.active-key .bump{background:var(--bg-color)}.keymap-key#KeySpace:hover{cursor:pointer;color:var(--main-color)}.keymap-key#KeySpace,.keymap-key#KeySpace2{width:100%}.keymap-key#KeySpace2{opacity:0}.keymap-key.flash{animation-name:flashKey;animation-duration:1s;animation-timing-function:cubic-bezier(0.16, 1, 0.3, 1);animation-fill-mode:forwards}@keyframes flashKey{from{color:var(--bg-color);background-color:var(--main-color);border-color:var(--main-color)}to{color:var(--sub-color);background-color:var(--bg-color);border-color:var(--sub-color)}}.hidden-key,.hide-key{opacity:0}#monkey{width:308px;height:0;margin:0 auto;animation:shake;animation-duration:0s;animation-iteration-count:infinite}#monkey div{height:200px;width:308px;position:fixed}#monkey .up{background-image:url("../images/monkey/m3.png")}#monkey .left{background-image:url("../images/monkey/m1.png")}#monkey .right{background-image:url("../images/monkey/m2.png")}#monkey .both{background-image:url("../images/monkey/m4.png")}#monkey .fast .up{background-image:url("../images/monkey/m3_fast.png")}#monkey .fast .left{background-image:url("../images/monkey/m1_fast.png")}#monkey .fast .right{background-image:url("../images/monkey/m2_fast.png")}#monkey .fast .both{background-image:url("../images/monkey/m4_fast.png")}@keyframes shake{0%{transform:translate(4px, 0) rotate(0deg)}50%{transform:translate(-4px, 0) rotate(0deg)}100%{transform:translate(4px, 0) rotate(0deg)}}.keymap .keymap-split-spacer,.keymap .keymap-stagger-split-spacer,.keymap .keymap-matrix-split-spacer{display:none}.r1{display:grid;grid-template-columns:0fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.r2{display:grid;grid-template-columns:.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1rem}.r3{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.r4{display:grid;grid-template-columns:.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2.75fr}.r5{display:grid;grid-template-columns:3.5fr 6fr 3.5fr;font-size:.5rem}#nitropay_ad_left,#nitropay_ad_right{margin-top:1rem}.keymap.matrix .r1,.keymap.matrix .r2,.keymap.matrix .r3{grid-template-columns:1.125fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.keymap.matrix .r4{grid-template-columns:0fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.keymap.matrix .r5{grid-template-columns:3.25fr 5fr 2fr 1fr}.keymap.matrix .r1 :nth-child(13),.keymap.matrix .r2 :nth-child(13),.keymap.matrix .r3 :nth-child(13){opacity:0}.keymap.matrix .r1 :nth-child(14),.keymap.matrix .r2 :nth-child(14),.keymap.matrix .r3 :nth-child(14){opacity:0}.keymap.split .keymap-split-spacer{display:block}.keymap.split .keymap-stagger-split-spacer{display:block}.keymap.split .r1{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.5fr}.keymap.split .r2{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.keymap.split .r3{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.5fr}.keymap.split .r4{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr}.keymap.split .r5{grid-template-columns:5fr 3fr 1fr 3fr 4.5fr}.keymap.split #KeySpace2{opacity:1}.keymap.split_matrix .keymap-split-spacer{display:block;width:2rem;height:2rem}.keymap.split_matrix .keymap-stagger-split-spacer{display:none}.keymap.split_matrix .keymap-matrix-split-spacer{display:block;width:2rem;height:2rem}.keymap.split_matrix .r1,.keymap.split_matrix .r2,.keymap.split_matrix .r3{grid-template-columns:1.125fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.keymap.split_matrix .r4{grid-template-columns:0fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.keymap.split_matrix .r5{grid-template-columns:3.225fr 3fr 1fr 3fr 2fr}.keymap.split_matrix #KeySpace2{opacity:1}.keymap.split_matrix .r1 :nth-child(12){opacity:0}.keymap.split_matrix .r1 :nth-child(13),.keymap.split_matrix .r2 :nth-child(13),.keymap.split_matrix .r3 :nth-child(13){opacity:0}.keymap.split_matrix .r1 :nth-child(14),.keymap.split_matrix .r2 :nth-child(14),.keymap.split_matrix .r3 :nth-child(14){opacity:0}@keyframes flashHighlight{0%{background-color:var(--bg-color)}10%{background-color:var(--main-color)}40%{background-color:var(--main-color)}100%{background-color:var(--bg-color)}}