:root{--background:#000;--foreground:#0f0}html,body{background-color:var(--background);max-width:100vw;height:100%;color:var(--foreground);margin:0;padding:0;font-family:Roboto Mono,monospace;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{z-index:100000;width:12px}::-webkit-scrollbar-track{z-index:100000;background:#000}::-webkit-scrollbar-thumb{background-color:#0f0;border:3px solid #000;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#0c0}#root,#__next,html,body,#__next,#__next>div{height:100%}header{z-index:1100;position:relative}input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f0!important;-webkit-box-shadow:inset 0 0 0 30px #000!important}input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f0!important;-webkit-box-shadow:inset 0 0 0 30px #000!important}input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f0!important;-webkit-box-shadow:inset 0 0 0 30px #000!important}input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f0!important;-webkit-box-shadow:inset 0 0 0 30px #000!important}::selection{color:#000;background-color:#0f0}a{color:#0f0;text-decoration:none}a:hover{text-decoration:underline}
