.navbar{color:#90a88c;background-color:#354a46;display:flex;flex-direction:row;align-items:center}.navbar .title{color:hsla(0,0%,100%,.8);font-size:2em;flex-grow:1}.navbar .links,.navbar .title{display:flex;flex-direction:row;align-items:center;justify-content:center}.navbar .links{position:absolute;right:0;height:100%}.navbar .links a{font-size:1.3em;font-weight:700;color:#90a88c;margin-right:1em}.navbar .links a.router-link-exact-active{color:#c2b8b4}.navbar .profile{max-height:100%;display:flex}.navbar .profile img{-o-object-fit:contain;object-fit:contain;padding:.2em 0}@media(max-width:750px){.mobile-unsafe{display:none!important}}.clickable,.unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.clickable{cursor:pointer}form{display:flex;flex-direction:column;align-items:stretch}form .row{display:flex;flex-direction:row}form .row input{min-width:20em}form .row:not(:last-child){margin-bottom:1em}form .row label{flex-grow:1;margin-right:1em}form .row.action{align-self:flex-end}form .row.action button{font-size:20px}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}#root{font-size:20px}#nav{position:fixed;width:100%;top:0;height:2.5em;max-height:2.5em;box-sizing:border-box}body,html{margin:0;padding:0}body{padding-top:4.5em}#request-loading{z-index:9999;position:fixed;width:100%;height:100%;top:0;background-color:rgba(53,74,70,.5);color:#24272e;justify-content:center;font-size:40px}#request-loading,.home{display:flex;flex-direction:column;align-items:center}.summaries{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;max-width:50em}.summaries .summary{border:1px solid grey;padding:1em 2em;margin:.5em 1em}.cell{position:relative;width:1.8em;height:1.8em;display:flex;flex-direction:row;justify-content:center;align-items:center;box-sizing:border-box;border:1px solid grey}.cell .hints{position:absolute;display:flex;justify-content:space-evenly;width:100%;font-size:9px}.cell .hints.top{top:0;left:0}.cell .hints.bottom{bottom:0;left:0}.cell .hints .hint.hidden{visibility:hidden}.cell .core{font-size:14px}.cell .core.fixed{font-weight:700}.cell .core.wrong{color:red}.cell .core.won{color:green}.cell.selected{background-color:#d3d3d3}.cell.strong-bottom{border-bottom:1px solid #000}.cell.strong-right{border-right:1px solid #000}.cell.strong-top{border-top:1px solid #000}.cell.strong-left{border-left:1px solid #000}.grid{display:flex;flex-direction:column;border:1px solid #000}.grid .row{display:flex;flex-direction:row}.play{display:flex;flex-direction:column;align-items:center}.play .check,.play a{margin-bottom:1em}.cell-editor{margin-top:1em;font-size:16px}.cell-editor .value-editor{display:flex}.cell-editor .value-editor .cell-value{border:1px solid grey;padding:.2em .5em}.cell-editor .value-editor .cell-value:not(:last-child){margin-right:.5em}.cell-editor .value-editor .cell-value.selected{background-color:#d3d3d3}.login{display:flex;flex-direction:row;justify-content:center}