:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}a{font-weight:500;color:#1976d2;text-decoration:inherit}a:hover{color:#1976d2}h1{font-size:2.1rem;font-weight:500;text-align:center;line-height:1.1}.container{display:flex;flex-direction:column;justify-content:space-between;width:100%;min-height:100vh}.mainContainer{flex:1;margin:20px}.mainContainer .landing{display:flex;flex-direction:column;align-items:center;gap:20px}header{margin:20px;border-bottom:3px solid #1976d2}header span{color:#1976d2;font-weight:600;font-size:2rem}.MuiTab-root{padding:10px!important}form{display:flex;gap:20px}form button{height:40px;width:150px;border-radius:20px;border:none;font-size:1em;font-weight:500;font-family:inherit;background-color:#1976d2;color:#fff;cursor:pointer;outline:none}form button:disabled{background-color:gray;cursor:default}form input{width:400px;outline:none;padding:5px 10px;border-radius:3px;border-width:1px}.truncate{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}footer{padding:20px;margin:20px auto 0}footer p{text-align:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}@media screen and (max-width: 600px){form{flex-direction:column;align-items:center;width:100%;gap:10px}form input{width:90%;max-width:400px;height:40px}}
