@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap";@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Regular.otf) format("truetype");font-size:16px}:root{--font-family: "Inter", sans-serif;--second-family: "SF Pro Display", sans-serif}#app{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}body{box-sizing:border-box;max-width:51rem;position:relative;background-color:#1d1d1d;margin:0 auto;padding:2rem;cursor:url(/icons/cursor.cur),auto}.content{display:flex;flex-direction:row;align-items:start;justify-content:space-around;flex-wrap:nowrap;align-content:center;gap:1.5rem}.inventory-wrapper{display:flex;gap:1.5rem}.input{font-family:var(--font-family);font-weight:500;font-size:.875rem;text-align:left;color:#fff}.button{border-radius:.5rem;padding:.5rem 1.75rem;font-family:var(--second-family);font-weight:400;font-size:.875rem;text-align:center;border:none;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);cursor:url(/icons/cursor.cur),auto}.button:hover,.button:active,.input:hover,.input:active{cursor:url(/icons/cursor.cur),auto}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sidebar[data-v-087bf06f]{max-width:14.75rem;border-radius:1rem;border:1px solid #4d4d4d;padding:1.125rem .875rem 1.5rem;border-radius:.5rem;background:#262626;z-index:1}.sidebar-image[data-v-087bf06f]{height:15rem;border-radius:.5rem}.sidebar-content[data-v-087bf06f]{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:space-evenly;padding:0 .625rem}.sidebar-title[data-v-087bf06f]{margin-top:1.25rem;margin-bottom:1.5rem;border-radius:.5rem;width:100%;height:1.625rem;background:linear-gradient(90deg,#3c3c3c,#444 51.04%,#333)}.sidebar-text[data-v-087bf06f]{height:.625rem;margin-bottom:1rem;border-radius:.25rem;background:linear-gradient(90deg,#3c3c3c,#444 51.04%,#333)}.sidebar-text--width-1[data-v-087bf06f]{width:9.6875rem}.sidebar-text--width-2[data-v-087bf06f]{width:11.875rem}.sidebar-text--width-3[data-v-087bf06f]{width:10.625rem}.sidebar-text--width-4[data-v-087bf06f]{width:10rem}.sidebar-text--width-5[data-v-087bf06f]{width:8.75rem}.sidebar-text--last[data-v-087bf06f]{margin-top:.875rem;width:5rem;margin-bottom:0}.item-wrapper[data-v-53d1b17f]{position:relative;display:flex;align-items:center;justify-content:center;width:6.5rem;height:6.25rem;cursor:pointer}.item-wrapper.selected[data-v-53d1b17f]{background-color:#2f2f2f;cursor:url(/icons/cursor-hover.cur),auto}.item-wrapper[data-v-53d1b17f]:hover:not(.selected){background-color:#2f2f2f;cursor:url(/icons/cursor-hover.cur),auto}.item-wrapper[data-v-53d1b17f]:active{cursor:url(/icons/cursor-move.cur),auto}.item-image[data-v-53d1b17f]{width:3.375rem;height:3.375rem}.item-count[data-v-53d1b17f]{position:absolute;bottom:0;right:0;width:1rem;height:1rem;border:1px solid #4d4d4d;border-radius:.375rem 0 0;background-color:#262626;font-family:var(--font-family);font-weight:500;font-size:.625rem;line-height:1rem;color:#fff;opacity:.4}.inventory-cell[data-v-595273d6]{display:flex;align-items:center;justify-content:center;height:6.25rem;width:6.5rem;border-right:1px solid #4d4d4d}.inventory-cell[data-v-595273d6]:last-child{border-right:none}.inventory-grid[data-v-59990cac]{display:flex;flex-direction:column;border:1px solid #4d4d4d;border-radius:.75rem;width:32.75rem;height:31.5rem;background-color:#262626;overflow:hidden;z-index:1}.inventory-grid .inventory-row[data-v-59990cac]{display:flex;border-bottom:1px solid #4d4d4d;width:100%;height:6.25rem}.inventory-grid .inventory-row[data-v-59990cac]:last-child{border-bottom:none}.close-button[data-v-88f1dd32]{border:none;background:none;cursor:url(/icons/cursor.cur),auto;transition:opacity .2s ease}.close-button[data-v-88f1dd32]:hover,.close-button[data-v-88f1dd32]:active{cursor:url(/icons/cursor.cur),auto}.close-button[data-v-88f1dd32]:hover{opacity:.8}.close-button[data-v-88f1dd32]:active{opacity:.6}.delete-button[data-v-0a860ed1]{width:100%;padding:.6875rem;color:#fff;background-color:#fa7272;transition:background-color .3s ease}.delete-button[data-v-0a860ed1]:hover{background-color:#f88}.delete-button[data-v-0a860ed1]:active{background-color:#fa7272}.modal[data-v-cab83518]{position:absolute;top:25.65rem;right:.8rem;max-width:15.625rem;max-height:8.3125rem;border:1px solid #4d4d4d;border-radius:0 0 .75rem;padding:1.25rem 1.3rem;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background-color:#26262699;z-index:10;opacity:1;animation:slideIn-cab83518 .4s ease forwards}.modal.modal-exit[data-v-cab83518]{animation:slideOut-cab83518 .3s ease forwards}.modal__delete-button[data-v-cab83518]{padding:.5rem .9375rem}.modal__close-button[data-v-cab83518]{padding:.5rem 1.2rem;color:#2d2d2d;background-color:#fff;transition:opacity .3s ease}.modal__close-button[data-v-cab83518]:hover{background-color:#eee}.modal__close-button[data-v-cab83518]:active{background-color:#ddd}.modal__input[data-v-cab83518]{padding:.5rem;border:1px solid #4d4d4d;border-radius:.25rem;background-color:#262626;color:#fff;opacity:.4;transition:border-color .3s ease}.modal__input.error[data-v-cab83518]{border-color:#fa7272;animation:blink-cab83518 1s linear infinite}.modal .modal-content[data-v-cab83518]{display:flex;flex-direction:column;gap:1.25rem;color:#fff}.modal .modal-buttons[data-v-cab83518]{display:flex;justify-content:center;gap:.5rem;border:none}@keyframes slideIn-cab83518{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOut-cab83518{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes blink-cab83518{50%{border-color:transparent}}.modal[data-v-4d17e155]{position:absolute;top:2rem;right:.8rem;z-index:5;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background-color:#26262680;transform:translate(0);opacity:1;animation:slideIn-4d17e155 .4s ease forwards}.modal.modal-exit[data-v-4d17e155]{animation:slideOut-4d17e155 .3s ease forwards}.modal-container[data-v-4d17e155]{display:flex;flex-direction:column;align-items:center;justify-content:start;max-width:15.625rem;border:solid #4d4d4d;border-radius:0 .75rem .75rem 0;border:1px solid #4d4d4d;padding:3.3rem .9rem 1.15rem}.modal-close[data-v-4d17e155]{position:absolute;z-index:10;top:1rem;right:1rem}.modal-image[data-v-4d17e155]{display:flex;justify-content:center;align-items:center;width:8.125rem;height:8.125rem;margin-bottom:1.875rem}.modal-hr[data-v-4d17e155]{width:13.125rem;height:1px;background-color:#4d4d4d}.modal-content[data-v-4d17e155]{display:flex;flex-wrap:nowrap;flex-direction:column;align-items:center;justify-content:center;padding:0 .3rem;margin-bottom:1.5rem}.modal-title[data-v-4d17e155]{margin-top:1rem;margin-bottom:1.5rem;border-radius:.5rem;width:100%;height:1.875rem;background:linear-gradient(90deg,#3c3c3c,#444 51.04%,#333)}.modal-text[data-v-4d17e155]{height:.625rem;margin-bottom:1rem;border-radius:.25rem;background:linear-gradient(90deg,#3c3c3c,#444 51.04%,#333)}.modal-text--width-1[data-v-4d17e155],.modal-text--width-2[data-v-4d17e155],.modal-text--width-3[data-v-4d17e155]{width:100%}.modal-text--width-4[data-v-4d17e155]{width:11.25rem}.modal-text--last[data-v-4d17e155]{width:5rem;margin-bottom:1.5rem}@keyframes slideIn-4d17e155{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut-4d17e155{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.footer[data-v-fe8f83ae]{border:1px solid #4d4d4d;border-radius:.75rem;width:47rem;padding:1.125rem;background-color:#262626;color:#fff;z-index:1}.footer-content[data-v-fe8f83ae]{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:2.25rem}.search-box[data-v-fe8f83ae]{flex:1;height:2.25rem;border-radius:.75rem;background:linear-gradient(90deg,#3c3c3c,#444 51.04%,#333)}
