html{width:100%;height:100%}body{color:#0f0;background-color:#000;width:100%;height:100vh;margin:0;padding:0;font-family:Courier New,monospace;line-height:1.5;overflow:hidden}#root{flex-direction:column;width:100%;height:100%;display:flex}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{color:#0f0;background-color:#000;font-family:Courier New,monospace;line-height:1.5;overflow:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#00000080}::-webkit-scrollbar-thumb{background:#0f0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0f0;box-shadow:0 0 5px #0f0}::selection{color:#000;background-color:#0f0}*{transition:color .2s,background-color .2s}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input{color:#0f0;background-color:#00ff000d;border:1px solid #0f0;border-radius:3px;padding:8px;font-family:inherit}input:focus{outline:none;box-shadow:0 0 10px #0f0}.scroll-container{height:100%;overflow-y:auto}
