:root{--size:16px;--line-height:1.375;--page-height:calc(100vh - 20px);--header-height:calc(2.2rem + 1px);--tabs-height:2.25rem;--footer-height:calc(1.5rem + 1px);--sidebar-width:3rem;--row-height:calc(var(--size)*var(--line-height));--content-height:calc(var(--page-height) - var(--header-height) - var(--tabs-height) - var(--footer-height));--z-layout:666;--z-notif:1488;--border:#00000060;--border-light:#404040;--background:#1a1a1a;--background-light:#212121;--background-dark:#00000030;--background-red:#4d1a1a;--background-green:#7c915e;--foreground:#848484;--foreground-dark:#61616150;--foreground-light:#eff;--foreground-carroty:#ce9178;--foreground-green:#c3e88d90;--foreground-yellow:#dcdcaa;--foreground-turquoise:#80cbc4;--foreground-blue:#9cdcfe;--foreground-purple:#c586a1}html{font-size:var(--size);line-height:var(--line-height)}html,body{max-width:100vw}body{height:var(--page-height);grid-template:"header header" var(--header-height)"progress progress" auto "aside main" calc(var(--page-height) - var(--header-height) - var(--footer-height))"footer footer" var(--footer-height)/auto 1fr;max-width:1440px;color:var(--foreground-light);font-family:var(--font-inconsolata),Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:1px 0 0 0 var(--border,-1px 0 0 0 var(--border));background-color:#000;background-image:radial-gradient(#222 1px,#111 1px);background-size:10px 10px;margin:auto;padding:10px 0;display:grid}main{background-color:var(--background-light);grid-area:main}*{box-sizing:border-box;margin:0;padding:0}a{cursor:pointer;color:var(--foreground-yellow);text-decoration:none;transition:color .2s}a:hover{color:var(--foreground-light)}svg{pointer-events:none;display:block}h1,h2{text-transform:uppercase;letter-spacing:.2rem}h2{font-size:1rem}section:not(:last-child){margin-bottom:var(--row-height)}#react-tiny-toast-main-container{width:100%;z-index:var(--z-notif);position:fixed;left:0}.toast-item{box-shadow:0 0 10px 0 var(--border);text-transform:uppercase;filter:saturate(2);border-radius:.15rem;margin-top:5vh;padding:.5rem 1rem;animation-duration:.2s}.toast-item.toast-item-success{background-color:var(--background-green)}.toast-item.toast-item-danger{background-color:var(--background-red)}@media screen and (max-width:1024px){:root{--size:18px;--sidebar-width:2.5rem}body{grid-template:"header header" var(--header-height)"progress progress" auto "aside main" calc(var(--page-height) - var(--header-height) - var(--footer-height))"footer footer" var(--footer-height)/var(--sidebar-width)calc(100vw - var(--sidebar-width))}}@media screen and (max-width:1440px){:root{--page-height:100vh}body{padding:0}}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
