body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.input-container{display:flex;gap:20px;margin-bottom:20px}.recipe-textarea{border:1px solid #ccc;font-family:monospace;font-size:14px;line-height:1.5;min-height:300px;padding:10px;resize:vertical;white-space:pre;width:60%}.ingredients-list{border:1px solid #ccc;max-height:400px;overflow-y:auto;padding:5px;width:35%}.ingredient-item{align-items:center;display:flex;margin-bottom:5px;padding:2px 5px}.ingredient-content{flex:1 1}.error-text{color:red;margin-left:5px}.calculate-btn{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.calculate-btn:hover{background-color:#0056b3}.calculate-btn:disabled{background-color:#6c757d;cursor:not-allowed}.loading-overlay{align-items:center;background-color:#fffc;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:5px;color:#dc3545;margin:10px 0;padding:10px}.results{margin-top:30px}.results-container{align-items:flex-start;display:flex;gap:20px}.totals-container{display:flex;gap:20px;width:60%}.total-box{background:#f9f9f9;border:1px solid #ccc;border-radius:5px;flex:1 1;padding:10px}.total-box h3{color:#333;margin-top:0}.instructions{background-color:#ffe5b4;border:1px solid #f0c27b;border-radius:5px;height:-webkit-fit-content;height:fit-content;padding:10px;width:35%}.instructions h3{color:#333;margin-top:0}.instructions ul{margin:0;padding-left:20px}.instructions li{line-height:1.4;margin-bottom:8px}.instructions code{background-color:#f8f9fa;border-radius:3px;font-family:monospace;padding:2px 4px}.instructions em{color:#666;font-style:italic}
/*# sourceMappingURL=main.fa95a7bb.css.map*/