:root{--box-shadow:#000;--background:#fff;--color:#000;--header-background:var(--background);--focus-color:#00ced1}body{margin:0;font-family:"Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}body,input{color:#000;color:var(--color);background:#fff;background:var(--background)}input{border-radius:.25rem;border:1px solid #000;border:1px solid var(--color);height:1rem;padding:.25rem .5rem;width:6rem}input[type=number]{width:6ch}input:focus{outline:none;border-color:#00ced1;border-color:var(--focus-color)}@media (prefers-color-scheme:dark){:root{--box-shadow:#999;--background:#1a1a1a;--color:#d9d9d9;--input-background:#333;--header-background:#0d0d0d;--focus-color:orange}input{background:var(--input-background)}button{background:#404040;border:none;border-radius:.25rem;color:#000;color:var(--color);cursor:pointer;padding:.5rem 1rem;transition:background-color .2s}button:hover{background:#262626;box-shadow:0 1px 4px 2px hsla(0,0%,50%,.5)}}.App{height:100vh;display:flex;flex-direction:column}.App-Wrapper{overflow:hidden;position:relative}.content{overflow:auto;flex:1 1}.content>*{margin:.5rem}.footer{display:flex;justify-content:center;padding:.25em}.footer>a{font-size:12px}header{display:flex;align-items:center;justify-content:space-between;font-size:32px;padding:.35em .5em;z-index:1;background:var(--header-background);box-shadow:0 -.5rem 1rem 0 var(--box-shadow)}header>span:not(.total){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.total{font-size:28px;padding:0 0 0 1rem}.row{display:flex;align-items:center;flex-wrap:wrap}.row.header>*{visibility:hidden}.row>*{margin:0 .5rem .25rem 0}.grid{display:grid;grid-template-columns:repeat(5,minmax(4ch,14ch));grid-gap:1rem;justify-items:end;position:relative}.grid:after{content:"";position:absolute;height:.5rem;width:.5rem;right:-.5rem}.grid>:first-child{justify-self:start;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.error-wrapper{position:absolute;left:0;right:0;bottom:-3rem;display:flex;justify-content:center;align-items:center;transition:bottom .5s ease-out;cursor:default}.error-wrapper.visible{bottom:.5rem}.error-bubble{background:#f08080;width:20rem;height:1rem;border-radius:.5rem;padding:.75rem;display:flex;justify-content:space-between;border:1px solid #900}.text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 .5rem 0 0}.x{align-self:center;line-height:1rem;font-weight:700;cursor:pointer;padding:.4rem;border-radius:.5rem;transition:background-color .25s}.x:hover{background:rgba(0,0,0,.5)}.file-input{display:none}
/*# sourceMappingURL=main.20e9befe.chunk.css.map */