:root{--primary-color: #3498db;--secondary-color: #2ecc71}html{color:#fff;overflow-y:scroll;overflow-x:hidden}body{background-color:#000;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html,body{box-sizing:border-box;max-height:100dvh}* ::-webkit-scrollbar{background:#ffffff0d;width:9px;height:9px}* :hover::-webkit-scrollbar{background:#ffffff0d;width:9px;height:9px}* ::-webkit-scrollbar-track{background:#fff0}* ::-webkit-scrollbar-thumb{transition:.5s;border-radius:8px;background:transparent;background:#fff2}* :hover::-webkit-scrollbar-thumb{background:#ffffff40}* ::-webkit-scrollbar-thumb:hover{background:#ffffff80}.info-icon{cursor:default;background-color:#ffffff4d;border-radius:50%;width:1.2em;height:1.2em;font-size:.8em;display:inline-flex;align-items:center;justify-content:center}#app{height:100dvh}span.text-highlight{color:var(--primary-color);font-weight:900}span.text-highlight.secondary{color:var(--secondary-color)}
