@charset "UTF-8";html{font-size:150%}.ice-app{width:100vw;height:100vh;background:#fff;overflow:auto}.app-header,.app-header__icon{display:flex;flex-direction:row;align-items:center}.app-header__icon{justify-content:center;text-decoration:none}.app-header__icon:after{content:"❄";color:#164c8e;font-size:3rem;line-height:3rem;user-select:none;cursor:pointer;transform:translateY(-7%)}.app-header__title{max-width:100%;padding:10px 20px;border:2px solid #164c8e;box-shadow:0 3px 6px rgba(0,0,0,.16);color:#164c8e;font-size:1.5rem;font-weight:700;margin-left:10px}.app-header__brand{font-size:2rem;margin-left:auto}.products{display:flex;flex-direction:column;flex:1}.products__head,.products__product{display:flex;flex-direction:row;margin-bottom:10px;font-size:1.1rem;font-weight:700}.products__head-name{display:flex;flex-direction:row;justify-content:center;width:70%}.products__head-amount{display:flex;flex-direction:row;width:30%}.products__stack-head-name{display:flex;flex-direction:row;justify-content:center;margin-right:.5rem;width:40%}.products__stack-head-amount{display:flex;flex-direction:row;width:60%}.products__stack-head-amount>*{margin-left:.5rem}.products__product-name{display:flex;width:70%}.products__product-amount{width:30%;display:flex}.products__stack-product-name{display:flex;width:40%;margin-right:.5rem}.products__stack-product-amount{width:60%;display:flex}.products__stack-product-amount>*{margin-left:.5rem}.freezer{display:flex;justify-content:center;align-items:center;max-width:100%;padding:10px 20px;background-color:#164c8e;color:#fff;font-size:1.3rem;font-weight:700;text-align:center;cursor:pointer;border:2px solid transparent;user-select:none}.freezer--selected{color:#ff6900;background-color:#fff;border-color:#164c8e}.freezer--disabled{color:#164c8e;background-color:#fff;border:2px solid #164c8e;cursor:not-allowed}.freezer--red{color:#fff;background-color:#dc3545;border-color:#dc3545}.freezer__icon{height:1.3rem;margin-right:.4rem}.dir-map-dir{padding:5px 10px;background-color:#164c8e;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;border:2px solid transparent;user-select:none}.dir-map-dir--selected{color:#ff6900;background-color:#fff;border-color:#164c8e}.dir-map-dir--outline{color:#164c8e;background-color:#fff;border-color:#164c8e;cursor:default}.slash{color:#a0a0a0;font-size:1rem;font-weight:700}.slash:after{content:"/"}.bullet-point{color:#a0a0a0;font-size:1rem;font-weight:700}.bullet-point:after{content:"・"}.modal-form{width:min(600px,80vw)}.entry-page{padding:5%;width:100%;height:100%}.entries{display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:space-between;padding:20px}.entries__entry{width:50%;padding:20px}.enter-button{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;border:6px solid #164c8e;box-shadow:0 6px 9px rgba(0,0,0,.16);color:#164c8e;font-size:3rem;font-weight:700;text-align:center;text-decoration:none;transition:border-color .5s ease-out;cursor:pointer;padding:.4rem}.enter-button:hover:not([disabled]){text-underline-offset:.3rem;text-decoration:underline;border-color:currentColor;color:#0a58ca}.enter-button:disabled{background-color:grey;cursor:not-allowed}.enter-button--small{border:2px solid #164c8e;box-shadow:0 2px 4px rgba(0,0,0,.16);font-size:1rem;font-weight:400}.operation-page{display:flex;flex-direction:column;min-height:100%;max-height:100%;overflow-x:hidden;padding:10px}.operation-page__header{margin-bottom:10px}.operation-page__body{display:flex;min-height:100%;max-height:100%;flex:1}.operation{display:flex;flex-direction:row;width:100%}.operation__left{width:50%;padding-right:10px}.operation__right{width:50%;padding-left:10px;display:flex;flex-direction:column}.operation__products{overflow-y:auto;display:flex;flex-direction:row;justify-content:space-around}.operation__products>*{margin-right:10px}.operation__products>:last-child{margin-right:0}.operation__dir-map{margin-bottom:10px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.operation__dir-map>*{margin-right:20px}.operation__dir-map>:last-child{margin-right:0}.product-head-amount{flex-direction:row;white-space:nowrap}.product-head-amount,.product-head-amount__label{display:flex;justify-content:center}.stack-product-head-amount{display:flex;flex-direction:row;justify-content:flex-end;white-space:nowrap}.stack-product-head-amount__label{flex-basis:50%;display:flex;justify-content:center}.choice-operator{display:flex;flex-direction:column;align-items:center;flex:1}.choice-operator__caption{padding:10px 20px;color:#164c8e;font-size:1.5rem;font-weight:700}.choice-operator__operators{display:flex;min-width:100%;max-width:100%;flex-wrap:wrap}.choice-operator__operator{display:flex;align-items:center;justify-content:center;width:calc(50% - 20px);margin-top:40px;border:2px solid #164c8e;color:#164c8e;font-size:2.5rem;font-weight:700;cursor:pointer;transition:border-color .5s ease-out}.choice-operator__operator:hover:not([disabled]){text-decoration:underline;border-color:#0a58ca;color:#0a58ca}.choice-operator__operator:nth-of-type(2n){margin-left:40px}.selector{display:flex;flex-direction:column}.selector>*{margin-bottom:10px}.selector>:last-child{margin-bottom:0}.selector__clock{display:flex;flex-direction:row}.selector__clock>*{padding:0 5px}.selector__clock>:first-of-type{padding-left:0}.selector__clock>:last-of-type{padding-right:0}.selector__clock-date{width:66.66667%}.selector__clock-time{width:33.33333%}.selector__recent{display:flex;flex-direction:row}.selector__recent>*{padding:0 5px}.selector__recent>:first-of-type{padding-left:0}.selector__recent>:last-of-type{padding-right:0}.selector__recent-button{width:33.33333%}.selector__operator{max-width:100%;padding:10px 20px;border:2px solid transparent;background-color:#164c8e;color:#fff;font-size:1.3rem;font-weight:700;text-align:center;cursor:pointer}.selector__calendar{flex:1 1 0}.selector__freezers{display:flex;flex-direction:row}.selector__freezers>*{padding:0 5px}.selector__freezers>:first-of-type{padding-left:0}.selector__freezers>:last-of-type{padding-right:0}.selector__freezer{width:25%}.dir-back{color:#164c8e;cursor:pointer}.dir-back__icon{width:1.2rem;height:1.2rem;margin-right:.5rem}.product-name{flex:1;max-width:100%;padding:10px 20px;background-color:#164c8e;color:#fff;font-weight:700;text-align:center;cursor:pointer;border:2px solid transparent}.product-name:hover{color:#164c8e;background-color:#fff;border-color:currentColor}.product-name--disabled{color:#164c8e;background-color:#fff;border:2px solid #164c8e;cursor:not-allowed}.product-name--dir{background-color:#1a72aa}.product-name--align-left{text-align:left}.stack-product-name{flex:1;max-width:100%;padding:10px 20px;background-color:#fff;color:#164c8e;font-weight:700;text-align:center;border:2px solid #164c8e}.product-amount{display:flex;justify-content:flex-end;align-items:center;width:100%;height:100%;max-width:100%;padding-right:.5rem;border:2px solid transparent;background-color:#1cb515;color:#fff;font-weight:700}.product-amount--updated{animation:stack-product-name-updated 1s ease-out 0s 1 alternate none running}@keyframes stack-product-name-updated{50%{background-color:#ff6900}}.product-amount--clickable{cursor:pointer}.stack-product-amount{display:flex;flex:1;color:#fff;font-weight:700;cursor:pointer}.stack-product-amount__set{flex:1 1 50%;display:flex;justify-content:center;align-items:center;background-color:#164c8e;color:#fff;border:2px solid #164c8e}.stack-product-amount__set:hover{color:#164c8e;background-color:#fff;border-color:currentColor}.stack-product-amount__set--disabled{color:#164c8e;background-color:#fff;border:2px solid #164c8e;cursor:not-allowed}.stack-product-amount__amount{flex:1 1 50%;display:flex;justify-content:flex-end;align-items:center;padding-right:.5rem;background-color:#1cb515}.stack-product-amount__amount--updated{animation:stack-product-amount-updated 1s ease-out 0s 1 alternate none running}@keyframes stack-product-amount-updated{50%{background-color:#ff6900}}.clock{background-color:#1cb515}.clock,.recent-button{max-width:100%;padding:10px 20px;border:2px solid transparent;color:#fff;font-size:1.3rem;font-weight:700}.recent-button{background-color:#164c8e;text-align:center;cursor:pointer}.chart-page{display:flex;flex-direction:column;min-height:100%;max-height:100%;padding:10px}.chart-page__header{margin-bottom:10px}.chart-page__dir-map{margin-bottom:10px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.chart-page__dir-map>*{margin-right:20px}.chart-page__dir-map>:last-child{margin-right:0}.chart-page__chart{flex:1}.chart-page__chart,.inventory-page{display:flex;min-height:100%;max-height:100%}.inventory-page{flex-direction:column;padding:10px}.inventory-page__header{margin-bottom:10px}.inventory-page__dir-map{margin-bottom:10px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.inventory-page__dir-map>*{margin-right:20px}.inventory-page__dir-map>:last-child{margin-right:0}.inventory-page__body{display:flex;min-height:100%;max-height:100%;flex:1;overflow-y:hidden;flex-direction:column}.inventory-page__products-columns{display:flex;flex:1;overflow-y:auto;flex-direction:row;justify-content:space-around}.inventory-page__products-columns>*{margin-right:10px}.inventory-page__products-columns>:last-child{margin-right:0}.inventory-page__freezers{margin-top:10px}.inventory-product-amount{display:flex;font-weight:700;cursor:pointer;flex:1}.inventory-product-amount__current{background-color:#9ec79c}.inventory-product-amount__current,.inventory-product-amount__new{flex:1 1 50%;display:flex;justify-content:flex-end;padding-right:.5rem;align-items:center;color:#fff}.inventory-product-amount__new{background-color:#1cb515}.inventory-product-amount__new--updated{animation:inventory-product-amount-updated 1s ease-out 0s 1 alternate none running}@keyframes inventory-product-amount-updated{50%{background-color:#ff6900}}.inventory-stack-product-amount{display:flex;font-weight:700;cursor:pointer}.inventory-stack-product-amount__set{flex:1 1 33.33333%;display:flex;justify-content:center;align-items:center;border:2px solid #164c8e;background-color:#164c8e;color:#fff}.inventory-stack-product-amount__set:hover{color:#164c8e;background-color:#fff;border-color:currentColor}.inventory-stack-product-amount__set--disabled{color:#164c8e;background-color:#fff;border:2px solid #164c8e;cursor:not-allowed}.inventory-stack-product-amount__current{background-color:#9ec79c}.inventory-stack-product-amount__current,.inventory-stack-product-amount__new{flex:1 1 33.33333%;display:flex;justify-content:flex-end;padding-right:.5rem;align-items:center;color:#fff}.inventory-stack-product-amount__new{background-color:#1cb515}.inventory-stack-product-amount__new--updated{animation:inventory-stack-product-amount-updated 1s ease-out 0s 1 alternate none running}@keyframes inventory-stack-product-amount-updated{50%{background-color:#ff6900}}.inventory-product-head-amount{display:flex;flex-direction:row;justify-content:flex-end}.inventory-product-head-amount__current,.inventory-product-head-amount__new{flex-basis:50%;display:flex;justify-content:center}.inventory-stack-product-head-amount{display:flex;flex-direction:row;justify-content:flex-end}.inventory-stack-product-head-amount__current,.inventory-stack-product-head-amount__new{flex-basis:33.33333%;display:flex;justify-content:center}.dir-map-button{padding:5px 10px;background-color:#164c8e;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;border:2px solid transparent;user-select:none;display:flex;align-items:center}.dir-map-button--red{color:#fff;background-color:#dc3545;border-color:#dc3545}.dir-map-button__icon{width:1rem;height:1rem;margin-right:5px}.product-editor-page{display:flex;flex-direction:column;min-height:100%;max-height:100%;padding:10px}.product-editor-page__header{margin-bottom:10px}.product-editor-page__dir-map{margin-bottom:10px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.product-editor-page__dir-map>*{margin-right:20px}.product-editor-page__dir-map>:last-child{margin-right:0}.product-editor-page__products-columns{display:flex;min-height:100%;max-height:100%;flex:1;overflow-y:auto;flex-direction:row;justify-content:space-around}.product-editor-page__products-columns>*{margin-right:20px}.product-editor-page__products-columns>:last-child{margin-right:0}.product-button{display:flex;flex-basis:2rem;align-items:center;justify-content:center;background-color:grey;color:#fff;cursor:pointer}.product-button:hover{background-color:#5780b6}.product-button__icon{width:1.2rem;height:1.2rem}.new-item{display:flex;font-size:1.1rem;font-weight:700;border:2px double #164c8e;color:#fff}.new-item__product{flex:1;display:flex;align-items:center;justify-content:center;padding:10px 20px;background-color:#164c8e;cursor:pointer}.new-item__product:hover{color:#164c8e;background-color:#fff;border-color:currentColor}.new-item__dir{flex:1;display:flex;align-items:center;justify-content:center;padding:10px 20px;background-color:#1a72aa;cursor:pointer}.new-item__dir:hover{color:#5780b6;background-color:#fff;border-color:currentColor}.account-editor-page{display:flex;flex-direction:column;min-height:100%;max-height:100%;padding:10px}.account-editor-page__header{margin-bottom:10px}.account-editor-page__accounts{display:flex;min-height:100%;max-height:100%;flex:1;overflow-y:auto}.account-editor{display:flex;flex:1;flex-direction:column}.account-editor__account{display:flex;align-items:center;justify-content:center;margin:10px;height:2.5rem;color:#164c8e;font-size:1.3rem;font-weight:700;cursor:pointer;transition:border-color .5s ease-out}.account-editor__account:hover:not([disabled]){text-decoration:underline;border-color:#0a58ca;color:#0a58ca}.account-editor__account--new{border:2px dashed #164c8e}.account-editor__name{flex:1;border:2px solid #164c8e}.account-editor__button,.account-editor__name{display:flex;align-items:center;justify-content:center;height:100%}.account-editor__button{flex-basis:2rem;background-color:grey;color:#fff;cursor:pointer;padding:.6rem}.account-editor__button:hover{background-color:#5780b6}.account-editor__icon{height:100%}.inventory-resetter-page{display:flex;flex-direction:column;min-height:100%;max-height:100%;padding:10px}.inventory-resetter-page__header{margin-bottom:10px}.inventory-resetter-page__freezer-list{display:flex;flex-direction:column;min-height:100%;max-height:100%;flex:1;overflow-y:auto}.inventory-resetter-page__freezer-list>*{margin-bottom:20px}.inventory-resetter-page__freezer-list>:last-of-type{margin-bottom:0}.elm-calendar{width:100%;color:#164c8e;font-size:24px}.elm-calendar__head{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:1.3em;font-weight:700;border-bottom:2px solid #164c8e}.elm-calendar__caret{height:1em;width:1em;padding:.3em;cursor:pointer;border-radius:50%;transition:background-color .2s ease-in-out}.elm-calendar__caret:hover{background-color:rgba(0,0,0,.03)}.elm-calendar__left-caret{transform:translateX(.1em) rotate(45deg)}.elm-calendar__left-caret,.elm-calendar__right-caret{height:100%;width:100%;border-left:3px solid #164c8e;border-bottom:3px solid #164c8e}.elm-calendar__right-caret{transform:translateX(-.1em) rotate(225deg)}.elm-calendar__week{display:flex;flex-direction:row}.elm-calendar__weekday{display:flex;align-items:center;justify-content:center;width:14.28571%;height:1.5em;font-size:1.1em;font-weight:700;text-align:center;padding:.3em 0}.elm-calendar__weekday--sun{color:#f34d4d}.elm-calendar__weekday--sat{color:#5895e0}.elm-calendar__day{display:flex;align-items:center;justify-content:center;width:14.28571%;height:1.5em;font-size:1.1em;font-weight:700;text-align:center;border-right:1px solid #ddd;border-bottom:1px solid #ddd}.elm-calendar__day--sun{color:#f34d4d}.elm-calendar__day--sat{color:#5895e0}.elm-calendar__day--blank{background-color:#eee}.elm-calendar__day--selected{background-color:#1cb515;color:#fff}.elm-calendar__day--today{text-decoration:underline}.elm-calendar__day--recorded{box-shadow:inset 0 0 16px 0 #164c8e}.elm-calendar__day:last-of-type{border-right:none}.elm-calendar__week:last-of-type>.elm-calendar__day{border-bottom:none}.elm-tenkey{display:flex;flex-direction:column;align-items:center;margin:auto;white-space:nowrap;font-size:calc(.8rem - 30.72px + 4vh)}.elm-tenkey--small{font-size:calc(.6rem - 30.72px + 4vh);max-width:60vw;width:60vw}.elm-tenkey--middle{font-size:calc(.8rem - 30.72px + 4vh);max-width:80vw;width:80vw}.elm-tenkey--large{font-size:calc(.95rem - 30.72px + 4vh);max-width:95vw;width:95vw}@media (min-height:769px){.elm-tenkey{font-size:1rem}}.elm-tenkey__input-panel{display:flex;flex-direction:column;background-color:#fff;color:#164c8e;border-radius:1em;padding:1em;width:100%}.elm-tenkey__panel-head{text-align:center;font-size:2em;font-weight:700;white-space:normal}.elm-tenkey__success-info{color:#198754}.elm-tenkey__danger-info,.elm-tenkey__success-info{text-align:center;height:1.5em;line-height:1.5em;font-size:1em}.elm-tenkey__danger-info{color:#dc3545}.elm-tenkey__blank-info{text-align:center;height:1.5em;line-height:1.5em;font-size:1em}.elm-tenkey__border{border-bottom:2px solid #164c8e;margin:.5em 0}.elm-tenkey__input-row{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.elm-tenkey__input-row:last-of-type>.elm-tenkey__input-field{margin-bottom:0}.elm-tenkey__input-field{display:inline-flex;align-items:center;flex:1;margin-bottom:.5em}.elm-tenkey__input{flex:1;min-width:2em;min-height:2em;background:#f0f0f0;border:1px solid #ccc;border-radius:.4em;padding:0 1em;font-size:1.6em;font-weight:700}.elm-tenkey__input:focus{outline:none}.elm-tenkey__symbol{display:inline-flex;justify-content:center;font-size:1em;width:1.6em}.elm-tenkey__right-arrow{border-color:transparent transparent transparent #164c8e;border-style:solid;border-width:.3em 0 .3em .5196em}.elm-tenkey__colon{font-size:1.5em;font-weight:700}.elm-tenkey__input-label{white-space:normal;word-break:break-word}.elm-tenkey__input-label,.elm-tenkey__static-value{font-size:1.6em;font-weight:700}.elm-tenkey__tenkey-panel{display:flex;flex-direction:column;width:calc(100% - 2em);background-color:#164c8e;color:#fff;border-radius:0 0 1em 1em;overflow:hidden;padding:1em;user-select:none}.elm-tenkey__keys{display:flex;flex-direction:row;flex-wrap:wrap}.elm-tenkey__key-cell{display:flex;align-items:center;justify-content:center;width:33.33333%;padding:.2em;border-right:1px solid #0f2c55;border-bottom:1px solid #0f2c55}.elm-tenkey__key-cell:nth-of-type(3n){border-right:0}.elm-tenkey__key-cell:nth-last-of-type(-n+3){border-bottom:0}.elm-tenkey__key{display:flex;align-items:center;justify-content:center;flex:1;font-size:2em;font-weight:700;cursor:pointer;transition:all .2s ease-in-out}.elm-tenkey__key:active{transform:scale(1.3);transition:.1s}.elm-tenkey__key--del{font-size:1em}.elm-tenkey__key--empty{background-color:#164c8e!important;cursor:auto}.elm-tenkey__buttons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;padding-top:1em}.elm-tenkey__left-button{display:inline-flex;flex:1;justify-content:flex-start}.elm-tenkey__center-button{flex:2;display:inline-flex;justify-content:center}.elm-tenkey__right-button{flex:1;display:inline-flex;justify-content:flex-end}.elm-tenkey__cancel-button{background-color:#0f2c55;padding:.4em 1em}.elm-tenkey__cancel-button,.elm-tenkey__submit-button{display:inline-block;font-size:1em;font-weight:700;border-radius:1.8em;cursor:pointer}.elm-tenkey__submit-button{background-color:#fff;color:#164c8e;padding:.4em 2em}