:root{--foreground: #212130;--foreground-blur: rgba(33, 33, 48, 0.65);--background: #fff;--background-dark: #000;--background-primary: #153d77;--background-secondary: #5c93e3;--background-blur: #f4f7fc;--background-alternative: rgba(255,255,255,0.5);--highlight: #337ab7;--highlight-interact: darkorange;--highlight-blur: rgba(51, 122, 183, 0.5);--success-color: #2e8540;--success-background: #f1f8e9;--alert-color: #e31c3d;--alert-background: #fdfbf2;--important-color: #d1004a;--important-background: rgba(220, 0, 78, 0.1);--table-odd-background: rgba(0,0,0,.05);--table-odd-border: rgb(222, 226, 230);--stats-1: #cd2026;--stats-2: #dd390f;--stats-3: #f16e00;--stats-4: #ffcc00;--stats-5: #418545;--stats-6: #1a671b}::-webkit-scrollbar{height:.5rem;width:.5rem}::-webkit-scrollbar-thumb{background-color:var(--foreground-blur);border-radius:.5rem}::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);border-radius:.5rem}*{outline:none;margin:0px;border-radius:0px;box-sizing:border-box}html{font-family:sans-serif;scroll-behavior:smooth;color:var(--foreground);background-color:var(--background)}html,body{display:flex;flex-direction:column;margin:0px;padding:0px;width:100vw;height:100vh;overflow:hidden;font-size:.95rem;text-align:center}a{color:var(--background)}a:hover,a:focus{color:var(--highlight-interact)}textarea,input:not([type=radio]),button,a.button,select{font-family:inherit;font-size:inherit;text-align:inherit;font-weight:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--foreground-blur);border-radius:2px;padding:0.25rem;color:var(--foreground);background-color:var(--background)}textarea:focus,input:not([type=radio]):focus,button:focus,a.button:focus,select:focus{border-color:var(--highlight)}textarea[type=checkbox],input:not([type=radio])[type=checkbox],button[type=checkbox],a.button[type=checkbox],select[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}textarea{min-height:12em;resize:vertical}::-moz-placeholder{color:var(--foreground-blur)}::placeholder{color:var(--foreground-blur)}pre,code{font-family:Consolas,Menlo,Monaco,monospace}body{gap:1rem;align-items:center;justify-content:center;color:var(--background);background-color:var(--background-primary)}body img#logo{height:3em}body h1{text-align:center;margin-top:1rem;margin-bottom:1.5rem;font-size:1.5em}body h2{width:720px;justify-content:start}body .buttons{display:flex;flex-direction:row;gap:.5rem;margin-bottom:1.5rem}body .buttons input[type=submit]{cursor:pointer;padding:1rem 1.5rem;color:var(--background-primary);background:var(--background);border:1px solid var(--background);font-weight:bold;border-radius:.2rem;box-shadow:0 2px 4px rgba(126,142,177,.12)}body .buttons input[type=submit]:hover,body .buttons input[type=submit]:focus{color:var(--background);border-color:var(--background);background:var(--background-primary)}body .buttons input[type=submit]:active{color:var(--background);background-color:var(--highlight-interact);border-color:rgba(0,0,0,0)}body pre{border-radius:.2rem;padding:.5rem;min-width:720px;background:var(--foreground-blur);box-shadow:50,50,93,.25 0px 50px 100px -20px,rgba(0,0,0,.3) 0px 30px 60px -30px,rgba(10,37,64,.35) 0px -2px 6px 0px inset}@media(max-width: 720px){body{padding:.5rem}body .buttons{flex-direction:column}body .buttons *{display:flex;flex-grow:1}}/*# sourceMappingURL=styles.min.css.map */