.flex{display:flex}.flex.nowrap{flex-wrap:nowrap}.flex.wrap{flex-wrap:wrap}.flex.row{flex-direction:row}.flex.column{flex-direction:column}.flex.row.reverse{flex-direction:row-reverse}.flex.column.reverse{flex-direction:column-reverse}:root{--background:#eee;--main:black;--rev:white;--pri:#ddd;--sec:#ccc;--tri:#bbb;--qua:#aaa;--mid-pri:#d0d0d0;--mid-sec:#c0c0c0;--mid-tri:#b0b0b0;--mid-qua:#a0a0a0;--default-accent:#690D22;--sucess:darkgreen;--warn:goldenrod;--alert:darkred;--info:#0078D4;--link:var(--accent-color);--accent-color:var(--default-accent);--transition:var(--default-transition);--default-transition:all 0.1s;background:var(--background);color:var(--main);line-height:1.3;color-scheme:light}@media screen and (prefers-color-scheme:dark){:root{--background:#111111;--main:white;--rev:black;--pri:#222222;--sec:#333333;--tri:#444444;--qua:#555555;--mid-pri:#262626;--mid-sec:#c6c6c6;--mid-tri:#b6b6b6;--mid-qua:#a6a6a6;--default-accent:#FF1010;--sucess:green;--warn:gold;--alert:red;color-scheme:dark}}*{font-variation-settings:"opsz" 36;box-sizing:border-box;font-family:inherit}::selection{background-color:var(--accent-color)}body{margin:0}body>footer,body>header{position:static;background:transparent;box-shadow:none}body>main{padding:0}h1,h2,h3,h4,h5,h6{font-weight:300;color:inherit;margin:0}h1{color:var(--accent-color);font-size:28pt}h2{font-size:20pt}h3{font-size:16pt}h4{font-size:12pt}p{margin-top:0}a:-webkit-any-link{color:var(--accent-color);-webkit-user-select:none;user-select:none}a.links,a:-webkit-any-link,a:any-link{color:var(--accent-color);-webkit-user-select:none;user-select:none}a:-webkit-any-link:hover{text-decoration:none}a.links:hover,a:-webkit-any-link:hover,a:any-link:hover{text-decoration:none}input:not([type=file]):not([type=button]),textarea{min-width:350px;text-align:revert}input:not([type=file]):not([type=button])::selection,textarea::selection{background:var(--accent-color);color:white}a.button,button{font-size:.9rem;min-width:108px}input:not([type=file]):not([type=button]),select{font-family:inherit;background:transparent!important;color:var(--main);border:none;outline:none;border-bottom:2px solid var(--tri);padding:5px;accent-color:var(--accent-color)}input:not([type=file]):not([type=button]):hover,select:hover{border-bottom-color:var(--qua)}input:not([type=file]):not([type=button]):focus,select:focus{border-bottom-color:var(--accent-color)}input[type=file]{font-family:inherit;background:transparent!important;border:none;outline:none;padding:5px;text-align:center}input[type=file],option{color:var(--main);accent-color:var(--accent-color)}option{background:var(--pri)}a.button{display:inline-block}a.button,button,input[type=button],input[type=reset],input[type=submit]{padding:8px 10px;background:var(--accent-color);color:var(--rev)!important;text-decoration:none;font-family:inherit;border:none;border-radius:.5rem;text-align:center}a.button:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{opacity:.8}a.button:active,button:active,input[type=button]:active,input[type=reset]:active,input[type=submit]:active{opacity:.7}a.button:disabled,button:disabled,input[type=button]:disabled,input[type=reset]:disabled,input[type=submit]:disabled{opacity:.6}#alert-floater{position:fixed;left:50%;top:60px;transform:translateX(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}#alert-floater>*{margin-bottom:10px;padding:10px;background:var(--sec);display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;border-radius:10px;box-shadow:0 0 10px black;max-width:480px}#alert-floater>.alert{background:var(--alert);color:white}#alert-floater>.warn{background:var(--warn);color:black}#alert-floater>.info{background:var(--info);color:white}#alert-floater>*>div{display:flex;flex-flow:row nowrap;align-items:center}#alert-floater>*>div>div>*{margin:0}#alert-floater>*>div h3{color:inherit}#alert-floater>*>div>.icon{font-size:2rem;display:flex;flex-flow:column nowrap;justify-content:center;margin-right:10px}#alert-floater>* svg{flex-shrink:0;height:1em;width:1em}#alert-floater>*>.close{border-radius:.5rem;margin-left:10px;padding:.5rem;height:2.5rem;width:auto}#alert-floater>*>.close:hover{background:#fff4}#alert-floater>*>.close:active{background:#fff5}#modal-portal{-webkit-user-select:none;flex-flow:column nowrap;justify-content:center;-moz-user-select:none;-ms-user-select:none;align-items:center;user-select:none;position:fixed;display:flex;z-index:10}#modal-portal:has(div){inset:0!important}div.modal{opacity:.7;position:fixed;top:0;left:0;width:100%;height:100%;z-index:12}div.dialog,div.modal{background:var(--pri)}div.dialog{box-shadow:0 .125rem 1rem black;transition:var(--transition);flex-flow:column nowrap;justify-content:center;align-items:flex-start;border-radius:1rem;max-width:420px;padding:1.5rem;display:flex;z-index:13;gap:.5rem}.error{margin-top:1rem;font-size:10pt;color:gold}.overlay:not(.overlay.content){display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;background-color:rgba(0,0,0,.2);position:fixed;left:0;top:0;height:100vh;width:100vw;z-index:4}@media screen and (prefers-color-scheme:dark){.overlay:not(.overlay.content){background-color:rgba(0,0,0,.3)}}.overlay.content{background-color:var(--pri);box-shadow:0 0 1rem black;border-radius:.75rem;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;max-width:400px}.overlay.content .content{max-width:640px;padding:1rem;margin:auto}.overlay.content .content footer{margin-top:1rem;text-align:right}noscript{background-color:white;justify-content:center;position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:3}noscript>div{max-width:640px;padding:1rem;margin:auto}[data-tab].hover,[data-tab]:hover{background:rgba(255,255,255,.05)}[data-tab].active,[data-tab]:active{background:var(--tri)}.rainbow,rainbow{animation:anim-rainbow 5s infinite}@keyframes anim-rainbow{0%{color:hsla(0deg 100% 50%);fill:hsla(0deg 100% 50%)}16.67%{color:hsla(60deg 100% 50%);fill:hsla(60deg 100% 50%)}33.33%{color:hsla(120deg 100% 50%);fill:hsla(120deg 100% 50%)}50%{color:hsla(180deg 100% 50%);fill:hsla(180deg 100% 50%)}66.67%{color:hsla(240deg 100% 50%);fill:hsla(240deg 100% 50%)}83.33%{color:hsla(300deg 100% 50%);fill:hsla(300deg 100% 50%)}to{color:hsla(1turn 100% 50%);fill:hsla(1turn 100% 50%)}}@keyframes bkg-rainbow{0%{background-color:hsla(0deg 100% 50%)}16.67%{background-color:hsla(60deg 100% 50%)}33.33%{background-color:hsla(120deg 100% 50%)}50%{background-color:hsla(180deg 100% 50%)}66.67%{background-color:hsla(240deg 100% 50%)}83.33%{background-color:hsla(300deg 100% 50%)}to{background-color:hsla(1turn 100% 50%)}}@media screen and (max-width:500px){div.dialog{min-width:100vw;border-radius:0;padding:1rem 1.5rem}#alert-floater{top:51px}#alert-floater>*{width:100vw;border-radius:0}}