/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--red: #FF0D00;--orange: #ffa600;--yellow: #ffff00;--purple: #aa00ff;--orangeLight: rgb(255, 225, 171);--blue: rgb(0, 255, 255);--blueLight: rgb(149, 251, 251);--green: #00ff6c;--bitColor: rgb(0, 255, 255);--coreColor: #ffa600;--cashColor: #00ff6c;--bgColor: #262834;--bgColorInset: #181921;--tabBGColor: #1a3644;--tabBGHoverColor: #274b5d;--tabBGActiveColor: #102631;--tabBorderColor: #165567;--activeColor: #fff;--inactiveColor: #738286;--tabBGColorFaded: hsl(198, 15%, 18%);--tabBorderColorFaded: hsl(193, 15%, 25%)}*:has(>.material-symbols-outlined){display:inline-flex;align-items:center}.material-symbols-outlined{display:inline-block;font-size:1rem;height:1.25em;height:1em;vertical-align:middle}a{color:var(--orange)}body{background:#111;color:#fff;display:flex;justify-content:center;font-family:Anta,sans-serif;font-weight:400;font-style:normal;margin:0;padding:0}#app_wrapper{margin:0 auto;width:500px;max-width:100vw}#app{background:#111;display:flex;flex-wrap:wrap;max-width:100%;padding:1rem}#main{display:flex;flex-flow:column;margin:0 auto}#main>div:first-child,#main>section{flex-grow:1}dialog{background:var(--bgColor);color:#fff;border:0;border-top:1.25rem solid var(--bg);border-radius:8px;box-shadow:0 0 8px #00000080;display:flex;position:absolute;padding:.5rem;transition:height .5s ease,width .5s ease;z-index:1000000}dialog.closing{transition:transform .25s ease;transform:scale(0)}dialog.closing::backdrop{transition:opacity .25s ease}dialog.open{margin:.5rem;min-width:calc(100% - 1rem);max-width:calc(100% - 1rem);min-height:calc(30% - 1rem);max-height:calc(100% - 1rem);height:100vh}dialog.open:before{content:"";display:block;background:rgba(24,25,33,.85);height:100vh;width:100vw;z-index:1;position:absolute;top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem;z-index:-1}dialog.open>div>div{max-height:calc(100vh - 3rem);overflow-y:scroll}dialog::backdrop{background:linear-gradient(135deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.85) 100%);background:red}dialog #modal_close{background:var(--orange);border-radius:100%;padding:.35rem .5rem;position:absolute;right:0rem;top:0rem;z-index:1000}dialog #modal_close button{background:none;border:0;color:var(--tabBGColor);padding:.1rem .1rem .5rem;font-size:2rem;z-index:10;height:1.5rem;line-height:0rem}dialog section,dialog>div:nth-child(2){background:var(--bgColorInset);border-radius:.5rem;position:unset!important}@media only screen and (max-width: 0px){dialog{margin:1rem;padding:2rem 1rem}dialog.open{min-width:calc(100vw - 2rem);height:calc(100vh - 2rem)}dialog.open .form_controls{left:1rem;right:1rem;bottom:1rem}}input[type=text],input[type=password],input[type=email],input[type=number]{background:#262834;border:1px solid #1a3644;border-radius:.25rem;color:#fff;padding:.25rem .5rem}input[type=text]::placeholder,input[type=password]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder{color:#a8bbc0}
