#root,.login-container,body,html{height:100%;margin:0;padding:0}.login-container{align-items:center;background-color:#e8f5e9;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.login-container>div:last-child{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:2em;justify-content:center;max-width:900px;width:100%}h1{margin:0;padding:.3em 0 .1em}.login-box{background-color:#fff;border-radius:1rem;box-shadow:0 0 10px #0000001a;padding:2rem}.login-box input{border:1px solid #ccc;border-radius:.5rem;font-size:1.2rem;margin:.5rem 0;padding:.5rem;width:100%}.login-box button{background-color:#4caf50;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.7rem 1rem}.login-character{bottom:10px;height:50%;pointer-events:none;position:fixed;right:10px;z-index:10}@media screen and (orientation:portrait){.rotate-warning{display:flex!important}.inventory-app{display:none!important}}@media screen and (orientation:landscape){.rotate-warning{display:none!important}.inventory-app{display:block!important}}.title-heading{cursor:pointer;transition:.2s;-webkit-user-select:none;user-select:none}.title-heading:hover{color:#007bff;text-decoration:underline}.app-container{background-color:#f0fff0;display:flex;flex-direction:column;font-family:Segoe UI,sans-serif;height:100vh}.user-info{color:#333;font-size:16px;font-weight:700}.inventory-app{display:flex;flex-direction:column;height:100dvh;overflow:hidden}.category-tabs,.clock-display,.header{background:#e0ffd0;position:sticky;top:0;z-index:10}.header{align-items:center;background-color:#e0ffd0;border-bottom:1px solid #ccc;display:flex;height:28px;justify-content:space-between;padding:6px 12px;position:sticky;top:0;z-index:100}.clock-display,.user-display{font-size:14px;margin-left:12px;padding:0 10px;text-align:right}.category-tabs{align-items:center;background-color:#c8e6c9;display:flex;gap:.5rem;height:38px;overflow-x:auto;overflow-y:hidden;padding:2px 8px 4px;white-space:nowrap}.category-tabs button{background-color:#a5d6a7;border:none;border-radius:1rem;cursor:pointer;height:23px;line-height:1;margin-right:.5rem;padding:.4rem 1rem;transition:background-color .2s}.category-tabs button.active{background-color:#388e3c;color:#fff;font-weight:700}.category-tabs .admin-controls button{background-color:#f8c0c0;border:none;border-radius:1rem;cursor:pointer;height:23px;line-height:1;padding:.4rem 1rem;white-space:nowrap}.category-tabs .admin-controls button:hover{background-color:#f4aaaa}.tab-switcher{background-color:#c8e6c9;display:flex;gap:8px;padding:4px 16px 2px}.tab-switcher button{background-color:#a5d6a7;border:1px solid #aaa;border-radius:8px;cursor:pointer;padding:4px 12px}.tab-switcher button.reorder{background-color:#ffe0e0;color:#c00}.tab-switcher .active{background-color:#388e3c;color:#fff;font-weight:700}.tab-switcher .history-button{background-color:#fda;color:#b00}.tab-switcher .admin-button{background-color:#b0dfe5;color:#00b}.logout-button:hover,.tab-switcher .logout-button{background-color:#ddd}.main-content{display:flex;flex:1 1;height:calc(100dvh - 100px);overflow:hidden}.item-list{grid-gap:10px;background-color:#e0ffd0;display:grid;flex:3 1;gap:10px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));max-height:100%;overflow-y:auto;padding:0 10px 24px}.item-card{background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:2px 2px 5px #0000001a;cursor:pointer;padding:10px;text-align:center;transition:transform .1s ease}.item-name{font-size:14px;line-height:1.2;white-space:pre-wrap;word-break:break-word}.item-card:hover{background:#eff}.item-card img{border-radius:8px;height:100px;margin-bottom:6px;object-fit:contain;width:100%}.item-info{display:flex;flex-direction:column;font-size:13px;gap:2px;line-height:1.2}.item-info p,.item-info strong{line-height:1.2;margin:0;padding:0}.checkout-panel{background-color:#d8f8f8;border:2px solid #0090d5;display:flex;flex:1 1;flex-direction:column;height:100%;max-width:300px;overflow:hidden;position:relative}.checkout-panel h3{background-color:#d8f8f8;font-size:16px;font-weight:700;margin:0;padding:10px;position:sticky;text-align:center;top:0;z-index:10}.checkout-panel-scroll{display:flex;flex-direction:column;gap:1px;height:calc(100% - 150px);overflow-y:auto;padding:6px 10px}.checkout-panel button.checkout-confirm-button{background-color:#9ec;border:3px solid #6ca;border-radius:20px;bottom:46px;box-shadow:0 2px 6px #0000008c;cursor:pointer;font-size:1rem;left:50%;max-width:170px;padding:3px;position:absolute;text-align:center;transform:translateX(-50%);width:80%;z-index:15}.checkout-panel button.checkout-confirm-button:hover{background-color:#7ec}.checkout-item{background:#fff;border:1px solid #ccc;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1px;padding:3px 10px}.checkout-name{font-size:12px;font-weight:400;margin-bottom:0;word-break:break-word}.checkout-controls{align-items:center;display:flex;gap:6px;justify-content:flex-end}.checkout-controls button,.checkout-controls input[type=number]{font-size:14px;height:20px;line-height:0;padding:0 8px}.checkout-item>span.item-name{flex:1 1 auto;font-size:.9rem;line-height:1.2;max-width:200px;white-space:normal;word-break:break-word}.checkout-item input[type=number]{text-align:center;width:44px}.checkout-item button{font-size:1rem;padding:4px 8px}.edit-modal{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.edit-box{grid-gap:16px;background:#fff;border-radius:12px;box-shadow:0 0 10px #0003;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:40px auto;max-width:800px;padding:20px}.edit-box label{color:#333;display:flex;flex-direction:column;font-size:14px;font-weight:700}.edit-box input[list],.edit-box input[type=file],.edit-box input[type=number],.edit-box input[type=text]{background-color:#fdfdfd;border:1px solid #ccc;border-radius:6px;font-size:14px;margin-top:6px;padding:8px}.edit-actions{display:flex;justify-content:space-between;margin-top:10px}button.confirm-button{background-color:#66bb6a;border:none;border-radius:1rem;color:#fff;cursor:pointer;font-size:1rem;padding:1rem}.modal-list.small-text{font-size:13px;line-height:1.4}.admin-panel-buttons{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:50px;padding:10px}.admin-panel-buttons .admin-button,.admin-panel-buttons .checkout-confirm-button{background-color:#9ec;border:1px solid #6ca;border-radius:5px;cursor:pointer;display:block;height:30px;width:95%}.modal-overlay{height:100vh;width:100vw;z-index:9998}.modal-window{background:#fff;border-radius:1em;box-shadow:0 0 20px #0000004d;max-width:400px;padding:2em;text-align:center;width:90%;z-index:9999}.modal-window p{font-size:1.1em;margin-bottom:1.5em;white-space:pre-wrap}.modal-buttons{display:flex;gap:1em;justify-content:center}.modal-buttons button{border:none;border-radius:.5em;cursor:pointer;font-weight:700;padding:.6em 1.2em;transition:background .2s}.modal-buttons button:first-of-type{background:#f88;color:#000}.modal-buttons button:first-of-type:hover{background:#d55}.modal-buttons button:last-of-type{background:#8af}.modal-buttons button:last-of-type:hover{background:#68d}.modal-box.small{background:#fff;border-radius:12px;display:flex;flex-direction:column;left:50%;max-height:80vh;padding:16px;position:fixed;top:70%;transform:translate(-50%,-50%);width:400px}.adduser-table td input::placeholder{color:#ccc}.rules-text{color:#f36;font-size:12px;line-height:1.3;margin-bottom:8px;padding:0 40px}.change-dot{background-color:#eee;border:1px solid #eee;border-radius:50%;display:inline-block;height:1em;width:1em}.change-dot.changed{background-color:#5d8;border:1px solid #000}.readonly-input{background-color:#f7f7f7;border:1px solid #e0e0e0;box-sizing:border-box;color:#333;padding:6px;width:100%}.table-wrapper input[type=number],.table-wrapper input[type=text]{background:none;border:none;border-radius:0;box-sizing:border-box;padding:0;width:100%}body,html{font-family:Noto Sans JP,sans-serif;overflow-x:hidden}.inventory-order{background-color:#fff0f5;display:flex;flex-direction:column;height:100dvh;overflow:hidden}.header-order{align-items:center;background-color:#ffe0ec;border-bottom:1px solid #ccc;display:flex;height:28px;justify-content:space-between;padding:6px 12px;position:sticky;top:0;z-index:100}.title-heading-order{cursor:pointer;transition:.2s;-webkit-user-select:none;user-select:none}.title-heading-order:hover{color:#d6006d;text-decoration:underline}.admin-mode-label{background-color:#fff0f0;border:1px solid red;border-radius:6px;display:inline-block;font-size:12px;margin-left:12px;transform:translateY(-2px)}.admin-mode-label,.order-mode-label{color:red;font-weight:700;padding:3px 6px}.order-mode-label{border:1px solid red;font-size:14px;margin-left:8px}.clock-display-order,.user-display-order{font-size:14px;margin-left:12px;padding:0 10px;text-align:right}.tab-switcher-order{background-color:#ffc8dd;display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:4px 16px 2px;white-space:nowrap}.tab-switcher-order button{background-color:#ffb3d0;border:1px solid #aaa;border-radius:8px;cursor:pointer;padding:4px 12px}.tab-switcher-order button.reorder{background-color:#ffe0e0;color:#c00}.tab-switcher-order .active{background-color:#e91e63;color:#fff;font-weight:700}.tab-switcher-order .checkout-nav-button{background-color:#b0dfe5;color:#00b}.tab-switcher-order .logout-button{background-color:#ddd}.tab-switcher-order .logout-button:hover{background-color:#ccc}.tab-switcher-order .order-list-button{background-color:#ff9bb3;color:#000}.category-tabs-order{align-items:center;background-color:#ffb3cc;display:flex;gap:.5rem;height:38px;overflow-x:auto;overflow-y:hidden;padding:2px 8px 4px;white-space:nowrap}.category-tabs-order button{background-color:#f9b;border:none;border-radius:1rem;cursor:pointer;height:23px;line-height:1;margin-right:.5rem;padding:.4rem 1rem;transition:background-color .2s}.category-tabs-order button.active{background-color:#e91e63;color:#fff;font-weight:700}.category-tabs-order .admin-controls-order button{background-color:#f8c0c0;border:none;border-radius:1rem;cursor:pointer;height:23px;line-height:1;padding:.4rem 1rem;white-space:nowrap}.category-tabs-order .admin-controls-order button:hover{background-color:#f4aaaa}.main-content-order{display:flex;flex:1 1;height:calc(100dvh - 100px);overflow:hidden}.item-list-order{grid-gap:10px;background-color:#ffe5f1;display:grid;flex:3 1;gap:10px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));max-height:100%;overflow-y:auto;padding:0 10px 24px}.item-card-order{background:#fff;border:1px solid #ffb3cc;border-radius:10px;box-shadow:2px 2px 5px #e91e631a;cursor:pointer;padding:10px;text-align:center;transition:transform .1s ease}.item-card-order:hover{background:#fff0f8}.item-card-order img{border-radius:8px;height:100px;margin-bottom:6px;object-fit:contain;width:100%}.item-info-order{display:flex;flex-direction:column;font-size:13px;gap:2px;line-height:1.2}.item-info-order p,.item-info-order strong{line-height:1.2;margin:0;padding:0}.item-name-order{font-size:14px;line-height:1.2;white-space:pre-wrap;word-break:break-word}.item-stock-order{font-size:12px}.item-capacity,.item-quantityPerBox{color:#666;font-size:11px}.out-of-stock{background-color:crimson;border-radius:4px;color:#fff;display:inline-block;padding:2px 6px}.order-panel{background-color:#fffaf0;border:2px solid #e91e63;display:flex;flex:1 1;flex-direction:column;height:100%;max-width:300px;overflow:hidden;position:relative}.order-panel h3{background-color:#fffaf0;font-size:16px;font-weight:700;margin:0;padding:10px;position:sticky;text-align:center;top:0;z-index:10}.order-panel-scroll{display:flex;flex-direction:column;gap:1px;height:calc(100% - 150px);overflow-y:auto;padding:6px 10px}.order-panel button.order-confirm-button{background-color:#ffb3cc;border:3px solid #e91e63;border-radius:20px;bottom:46px;box-shadow:0 2px 6px #e91e638c;cursor:pointer;font-size:1rem;font-weight:700;left:50%;max-width:170px;padding:3px;position:absolute;text-align:center;transform:translateX(-50%);width:80%;z-index:15}.order-panel button.order-confirm-button:hover{background-color:#f9b}.order-item{background:#fff;border:1px solid #ffb3cc;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1px;padding:3px 10px}.order-name{font-size:12px;font-weight:400;margin-bottom:0;word-break:break-word}.order-controls{align-items:center;display:flex;gap:6px;justify-content:flex-end}.order-controls button,.order-controls input[type=number]{font-size:14px;height:20px;line-height:0;padding:0 8px}.order-item input[type=number]{text-align:center;width:44px}.order-item button{font-size:1rem;padding:4px 8px}.modal-overlay{background:#00000080;z-index:1000}.modal-box{background:#fff;border-radius:12px;display:flex;flex-direction:column;max-height:80vh;max-width:700px;overflow:hidden;padding:20px;width:90%}.modal-list{border:1px solid #ccc;font-size:14px;margin:1rem 0;max-height:300px;overflow-y:auto;padding:10px}.modal-item{margin-bottom:6px}.modal-actions{color:#ccc;gap:12px;justify-content:flex-end}.modal-actions button{border:1px solid #ccc;font-size:14px;padding:8px 16px}.reorder-message{font-weight:700;text-align:center;width:100%}.modal-overlay{align-items:center;background:#0006;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1200}.modal-box.large{background:#fff;border-radius:12px;display:flex;flex-direction:column;left:50%;max-height:90vh;max-width:1000px;padding:16px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%}.modal-title{margin-bottom:12px;text-align:center}.order-table{border-collapse:collapse;border-spacing:0;font-size:12px;table-layout:fixed;width:100%}.order-table td,.order-table th{border:1px solid #ccc;padding:4px;text-align:center;vertical-align:middle;white-space:normal;word-break:break-word}.order-table th,.order-table thead{background:#f0f0f0}.order-table thead th{background:#f0f0f0;border-top:none;position:sticky;top:0;z-index:2}.order-table td input{background:#0000;border:none;font-size:12px;text-align:center;width:100%}.order-table td input::placeholder{color:#ccc}.order-table td:first-child,.order-table th:first-child{width:25px}.order-table td:nth-child(2),.order-table th:nth-child(2){width:30px}.order-table td:nth-child(3),.order-table td:nth-child(4),.order-table th:nth-child(3),.order-table th:nth-child(4){width:60px}.order-table td:nth-child(5),.order-table th:nth-child(5){width:70px}.order-table td:nth-child(6),.order-table th:nth-child(6){width:100px}.order-table td:nth-child(7),.order-table th:nth-child(7){width:50px}.order-table td:nth-child(8),.order-table th:nth-child(8){overflow-wrap:anywhere!important;white-space:normal!important;width:150px;word-break:break-word!important}.order-table td:nth-child(9),.order-table th:nth-child(9){overflow-wrap:anywhere!important;white-space:normal!important;width:120px;word-break:break-word!important}.order-table td:nth-child(10),.order-table td:nth-child(11),.order-table th:nth-child(10),.order-table th:nth-child(11){width:40px}.order-table td:nth-child(12),.order-table th:nth-child(12){width:120px}.instock-yes{color:red;cursor:pointer;font-weight:700}.instock-no{color:#777;cursor:pointer}.modal-actions{display:flex;justify-content:space-evenly}.modal-actions button{border:none;border-radius:6px;cursor:pointer;padding:6px 12px}.delete-button{background:#faa}.table-wrapper{border:1px solid #ccc;flex:1 1;margin-bottom:12px;overflow:auto}.viewer-table{border-collapse:collapse;border-spacing:0;font-size:12px;table-layout:fixed;width:100%}.viewer-table td,.viewer-table th{border:1px solid #ccc;padding:4px;text-align:center;vertical-align:middle;white-space:normal;word-break:break-word}.viewer-table th,.viewer-table thead{background:#f0f0f0}.viewer-table thead th{background:#f0f0f0;border-top:none;position:sticky;top:0;z-index:2}.viewer-table td:first-child,.viewer-table th:first-child{width:25px}.viewer-table td:nth-child(2),.viewer-table td:nth-child(3),.viewer-table th:nth-child(2),.viewer-table th:nth-child(3){width:55px}.viewer-table td:nth-child(4),.viewer-table td:nth-child(5),.viewer-table th:nth-child(4),.viewer-table th:nth-child(5){width:60px}.viewer-table td:nth-child(6),.viewer-table td:nth-child(7),.viewer-table th:nth-child(6),.viewer-table th:nth-child(7){overflow-wrap:anywhere!important;white-space:normal!important;width:160px;word-break:break-word!important}.viewer-table td:nth-child(8),.viewer-table td:nth-child(9),.viewer-table th:nth-child(8),.viewer-table th:nth-child(9){width:35px}.viewer-table td:nth-child(10),.viewer-table th:nth-child(10){width:60px}
/*# sourceMappingURL=main.157f6292.css.map*/