p{line-height:1.8rem;margin:1rem 0}a{color:var(--primary-text-color)}ol,ul{padding:0 1rem}h1,h2,h3,h4,h5,h6{font-weight:500}:root{--primary-text-color:#fff;--primary-text-color-rgb:255,255,255;--background-color:#000;--background-color-rgb:0,0,0;--panel-background-color:#292929;--panel-background-color-rgb:41,41,41;--accent-color:#f00;--accent-color-rgb:255,0,0;--gradient-1:#a30000;--gradient-2:#b30000;--global-font:sans-serif;--logo-font:cursive;--scroll-width:0.2rem;--border-radius:0.4rem;--text-shadow:0 0 2px rgba(var(--accent-color-rgb),1),0 0 5px rgba(var(--accent-color-rgb),0.6),0 0 15px rgba(var(--accent-color-rgb),0.6),0 0 25px rgba(var(--accent-color-rgb),0.8),0 0 20px rgba(var(--accent-color-rgb),0.8),0 0 30px rgba(var(--accent-color-rgb),0.3),0 0 30px rgba(var(--accent-color-rgb),0.1);--box-shadow:0 0 2px rgba(var(--accent-color-rgb),1),0 0 5px rgba(var(--accent-color-rgb),0.6),0 0 20px rgba(var(--accent-color-rgb),0.6);--header-padding:1rem;--header-logo-height:4.375rem;--header-search-height:3.75rem;--header-height:calc(var(--header-logo-height) + var(--header-search-height));--header-width:5rem;--footer-links-height:2.125rem;--menu-width:26.125rem;--container-padding:0 1rem;--disabled-opacity:0.5;--transition-speed:0.3s}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;margin:0;color:var(--primary-text-color);background-color:var(--background-color);font-family:var(--global-font);height:100%;font-size:1rem}@media screen and (max-width:768px){body,html{font-size:.875rem}}body>div,html>div{height:inherit}body::-webkit-scrollbar,html::-webkit-scrollbar{width:var(--scroll-width)}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background-image:linear-gradient(to top right,var(--gradient-1),var(--gradient-2))}#main-container{height:inherit;overflow-y:scroll}hr{opacity:.3;border-top:none}@keyframes flicker{0%,19%,22%,62%,64%,70%,to{opacity:1}20%,21%,63%,65%,69%{opacity:.4}}.flickerSlow{animation:flicker 3s linear infinite}.flickerFast{animation:flicker 1s linear infinite}.flickerSlower{animation:flicker 6s linear infinite}