:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9;color:#213547}}#root{max-width:100%;margin:0;padding:0;text-align:center;width:100%}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f5f5f5;color:#333}.app-container{display:flex;flex-direction:column;height:100vh;max-width:600px;margin:0 auto;background-color:#fff;box-shadow:0 0 10px #0000001a}.app-header{background-color:#2196f3;color:#fff;padding:1rem;position:sticky;top:0;z-index:10}.app-header h1{margin:0;font-size:1.5rem}main{flex:1;overflow-y:auto;padding:1rem;padding-bottom:80px}.inventory-list{list-style:none;padding:0;margin:0}.inventory-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #eee}.item-details{display:flex;flex-direction:column;align-items:flex-start}.item-name{font-weight:700;font-size:1.1rem}.item-category{font-size:.8rem;color:#666}.item-actions{display:flex;align-items:center;gap:.5rem}.item-actions button{width:30px;height:30px;border-radius:50%;border:1px solid #ddd;background:#fff;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center}.delete-btn{color:red!important;border-color:#ffcdd2!important;margin-left:.5rem}.item-quantity{font-weight:700;min-width:20px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ddd;display:flex;justify-content:space-around;padding:1rem;max-width:600px;margin:0 auto}.bottom-nav button{flex:1;padding:.8rem;border:none;background:none;font-weight:700;color:#666;cursor:pointer}.bottom-nav button.active{color:#2196f3;border-bottom:2px solid #2196F3}.add-item-form{text-align:left}.form-group{margin-bottom:1rem}.form-group input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box}.submit-btn{width:100%;padding:1rem;background-color:#2196f3;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer}.quantity-control{display:flex;align-items:center;gap:1rem}.quantity-control button{width:40px;height:40px;border-radius:50%;border:1px solid #ddd;background:#fff;color:#333;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.quick-add{margin-bottom:1.5rem}.chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{padding:.5rem 1rem;background:#e3f2fd;color:#1976d2;border:none;border-radius:16px;cursor:pointer}.relative{position:relative}.suggestions-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-top:none;list-style:none;padding:0;margin:0;z-index:5;max-height:200px;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.suggestions-list li{padding:.8rem;cursor:pointer;border-bottom:1px solid #eee}.suggestions-list li:hover{background-color:#f5f5f5}
