:root{--background:#fff;--foreground:#171717;--card-background:#f2f2f2}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{scrollbar-width:none}a{color:inherit;text-decoration:none}.page-layout{flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.content{flex:1;margin:5em 0 2em}.loading-spinner{min-height:100vh}.create-account,.redirect{min-height:50vh}.card-background{background-color:var(--card-background);border:1px solid var(--card-background)}.gray-background{background-color:var(--card-background)!important}.error-layout{text-align:center;flex-direction:column;min-height:75vh}.error-redirect{color:#00f;font-weight:700;text-decoration:underline}.clicker{cursor:pointer}.cell{text-wrap:nowrap;max-width:90%;overflow-x:scroll}.click{cursor:pointer}.click:hover{font-weight:700}.delete:hover{cursor:pointer;color:red;transition:color .5s}.cellHover{text-wrap:nowrap;max-width:125px;overflow-x:scroll}.cellHover:hover{cursor:pointer;color:#fff!important;background-color:#add8e6!important}.content-margin{margin:1em 0}.status-bar{height:30px}.filter-menu{max-height:300px;overflow-y:auto}
