@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Roboto,Arial,Helvetica,sans-serif}html,body{overscroll-behavior:none}footer{justify-content:center;align-items:center;padding:1.5em;display:flex}header{justify-content:space-between;align-items:center;padding:1em;display:flex}a{color:#000;border-radius:5px;padding:.5rem .75rem;text-decoration:none;transition:background-color .2s,color .2s;display:inline-block}a:hover,.list-menus a.active{background-color:#eee}.menus .list-menus{gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.scramble-container{flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;padding:1.5rem;display:flex}.regen-button{border:none;border-radius:5px;padding:.5rem 1rem}.scramble-text{font-size:24px;font-weight:700}.stopwatch-container{flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;padding:1.5rem;display:flex}.btn-container{justify-content:center;align-items:center;gap:1em;display:flex}.btn-container button{background-color:#eee;border:none;border-radius:5px;padding:.5rem 1rem}.btn-container button:hover{color:#000;background-color:#d3d3d3}.time-display{font-size:10em;font-weight:700}.time-display.ready{color:green}.time-display.running,.time-display.stopped{color:#00f}.time-display.holding{color:red}.solve-item{margin:0;padding:0}.solve-list{border-collapse:collapse;width:100%}.solve-list th,.solve-list td{height:var(--record-row-height);text-align:left;padding:0 .5rem}.solve-list tbody tr:nth-child(2n){background-color:#f2f2f2}.record-container{--record-header-row-height:2.75rem;--record-row-height:2.5rem;--visible-record-rows:12;max-height:calc(var(--record-header-row-height) * 2 + var(--record-row-height) * var(--visible-record-rows));overscroll-behavior:none;background-color:#fff;padding-right:1.5em;overflow-y:auto}.timer-reset-btn{justify-content:center;align-items:center;width:100%;height:100%;margin:0;display:flex}.solve-list thead th{background-color:#fff;position:sticky}.solve-list thead tr:first-child th{height:var(--record-header-row-height);z-index:3;top:0}.solve-list thead tr:nth-child(2) th{top:var(--record-header-row-height);z-index:2}.container{align-items:flex-start;gap:1.5rem;display:flex}.timer-scramble,.record-container{flex:1;min-width:0}.timer-scramble{flex-direction:column;display:flex}.settings-page{flex:1;justify-content:center;align-items:center;display:flex}.about-page{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.app-container{flex-direction:column;min-height:100vh;display:flex}.page{flex:1}
