*{margin:0;padding:0}body{background-color:#fdfdfd;color:#333;font-family:Arial,sans-serif}.login-page{align-items:center;background-color:#f4f9fd;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-container{background:#fff;border:1px solid #d4e1ed;border-radius:12px;box-shadow:0 8px 25px #659dbd26;max-width:420px;padding:2.5rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{color:#659dbd;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.login-header p{color:#888;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.password-input-container{position:relative;width:100%}.toggle-password{bottom:16px;color:#888;cursor:pointer;font-size:12px;position:absolute;right:12px;transition:all .3s ease}.toggle-password:hover{color:#659dbd}.login-button{background-color:#659dbd;border:none;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:14px 24px;transition:all .3s ease;width:100%}.login-button:hover:not(:disabled){background-color:#5a8ba8;box-shadow:0 4px 12px #659dbd40;transform:translateY(-1px)}.login-button:active:not(:disabled){box-shadow:0 2px 8px #659dbd33;transform:translateY(0)}.login-button:disabled{background-color:#d4e1ed;box-shadow:none;color:#888;cursor:not-allowed;transform:none}.error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.9rem;padding:12px 16px}@media (max-width:480px){.login-container{margin:0 10px;padding:2rem}.login-header h1{font-size:1.6rem}.form-group input{padding:10px 14px}.password-input-container input{padding-right:44px}.login-button{padding:12px 20px}}.login-button:disabled.loading{color:#0000;position:relative}.login-button:disabled.loading:after{animation:spin 1s linear infinite;border:2px solid #888;border-radius:50%;border-top-color:#0000;content:"";height:20px;left:50%;margin-left:-10px;margin-top:-10px;position:absolute;top:50%;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.form-group input:focus-visible,.login-button:focus-visible,.toggle-password:focus-visible{outline:2px solid #659dbd;outline-offset:2px}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#3f3f3f;display:flex;font-size:.9rem;font-weight:600;position:relative;width:fit-content}.form-group label span{color:#659dbd;position:absolute;right:-8px;top:1px}.form-group input{background-color:#fff;border:2px solid #d4e1ed;border-radius:8px;box-sizing:border-box;color:#3f3f3f;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input:focus{border-color:#659dbd;box-shadow:0 0 0 3px #659dbd1a;outline:none}.form-group input:disabled{background-color:#f4f9fd;border-color:#d4e1ed;color:#888;cursor:not-allowed}.form-group input::placeholder{color:#888}.order-page{background-color:#f4f9fd;display:flex;font-family:Arial,sans-serif;gap:1rem;min-height:100vh;padding:1.5rem}.order-left,.order-right{background-color:#fff;border:1px solid #d4e1ed;border-radius:8px;box-shadow:0 2px 6px #0000000d;flex:1 1;padding:1.5rem}.order-left h2,.order-right h2{color:#659dbd;margin-bottom:1rem}.order-left input[type=text]{border:1px solid #659dbd;border-radius:4px;margin-bottom:1rem;padding:.5rem;width:100%}.scroll-table-body-order{height:70vh;overflow-x:auto}.product-list{border-collapse:collapse;width:100%}.product-list th,.product-list tr td{border-bottom:1px solid #e0e7ef;font-size:.95rem;padding:.5rem;text-align:left}.product-list td:first-child,.product-list th:first-child{width:50px}.product-list th{background-color:#659dbd;color:#fff;font-weight:700}.product-list input[type=number]{border:1px solid #ccc;border-radius:4px;padding:.3rem;width:60px}.totals{border-top:1px solid #3f3f3f;display:flex;justify-content:space-between;margin-top:15px;padding-top:15px}.totals div{display:flex;flex-direction:column;gap:10px}.totals p{color:#3f3f3f;font-size:1rem}.totals strong{color:#659dbd}.sidebar{background-color:#659dbd;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:100vh;padding:1.5rem 1rem;width:200px}.sidebar h2{font-size:1.4rem;margin-bottom:1rem}.sidebar nav{display:flex;flex-direction:column;flex-grow:1;gap:1rem}.sidebar a{border-radius:4px;color:#fff;font-weight:700;padding:.4rem .6rem;text-decoration:none;transition:background .2s ease}.sidebar a.active,.sidebar a:hover{background-color:#4f7b9d}.sidebar-footer{margin-top:auto;padding-top:1rem}.sidebar-footer p{border-bottom:1px solid #d4e1ed;margin-bottom:1rem;margin-top:0;padding-bottom:8px}.sidebar-footer button{align-items:center;background:none;border:1px solid #d4e1ed;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;gap:.5rem;justify-content:center;padding:.5rem;transition:all .2s ease;width:100%}.sidebar-footer button:hover{background-color:#f4f9fd;border-color:#659dbd;color:#659dbd}.logout-icon{font-size:.9rem}.main-layout{display:flex;height:100vh}.main-content{flex:1 1;overflow:hidden}.modal-backdrop{align-items:center;background-color:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;max-width:500px;min-width:400px;padding:2rem}.modal h2{color:#659dbd;margin-bottom:12px;margin-top:0}.modal form{display:flex;flex-direction:column;gap:1rem}.modal-actions{display:flex;gap:1rem;justify-content:space-between}.modal-actions button{border:none;border-radius:4px;cursor:pointer;font-weight:700;padding:.5rem 1rem}.modal-actions button:first-child{background-color:#659dbd;color:#fff}.modal-actions button:last-child{background-color:#ddd;color:#333}textarea{background-color:#fff;border:2px solid #d4e1ed;border-radius:8px;box-sizing:border-box;color:#3f3f3f;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}textarea:focus{border-color:#659dbd;box-shadow:0 0 0 3px #659dbd1a;outline:none}textarea:disabled{background-color:#f4f9fd;border-color:#d4e1ed;color:#888;cursor:not-allowed}textarea::placeholder{color:#888}.product-page{background-color:#f4f9fd;font-family:Arial,sans-serif;height:100vh;padding:1.5rem}.product-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.product-header h1{color:#659dbd;font-size:2rem}.product-header button{background-color:#659dbd;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:background-color .2s ease}.product-header button:hover{background-color:#4f7b9d}.scroll-table{margin-top:1rem}.scroll-table table{border:none;table-layout:fixed;width:100%}.scroll-table-body{height:75vh;overflow-x:auto}.product-table{background-color:#fff;border:1px solid #d4e1ed;border-collapse:collapse;box-shadow:0 2px 4px #0000000d;width:100%}.product-table td,.product-table th{border-bottom:1px solid #e0e7ef;padding:.75rem 1rem;text-align:left}.product-table th{background-color:#659dbd;color:#fff;font-size:.95rem;font-weight:700}.product-table td:last-child,.product-table th:last-child{width:250px}.product-table tr:last-child td{border-bottom:none}.product-table td button{border:none;border-radius:4px;cursor:pointer;font-size:.85rem;margin-right:.5rem;padding:.4rem .8rem}.product-table td button:first-of-type{background-color:#659dbd;color:#fff}.product-table td button:first-of-type:hover{background-color:#4f7b9d}.product-table td button:last-of-type{background-color:#bbb;color:#fff}.product-table td button:last-of-type:hover{background-color:#999}
/*# sourceMappingURL=main.c9a752c2.css.map*/