*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background-color:#fafaf8}header{display:flex;justify-content:center;align-items:center;gap:11px;height:80px;background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}header>img{width:50px}header>h1{font-weight:400}main{padding:30px 30px 10px}.add-ingredient-form{display:flex;justify-content:center;gap:12px;height:38px}.add-ingredient-form>input{border-radius:6px;border:1px solid #D1D5DB;padding:9px 13px;box-shadow:0 1px 2px #0000000d;flex-grow:1;min-width:150px;max-width:400px}.add-ingredient-form>button{font-family:Inter,sans-serif;border-radius:6px;border:none;background-color:#141413;color:#fafaf8;width:150px;font-size:.875rem;font-weight:500}.add-ingredient-form>button:before{content:"+";margin-right:5px}ul.ingredients-list{margin-bottom:48px}ul.ingredients-list>li{color:#475467;line-height:28px}.get-recipe-container{display:flex;justify-content:space-between;align-items:center;border-radius:8px;background:#f0efeb;padding:10px 28px}.get-recipe-container h3{font-size:1.125rem;font-weight:500;line-height:24px}.get-recipe-container p{color:#6b7280;font-size:.875rem;line-height:20px}.get-recipe-container button{border:none;border-radius:6px;background:#d17557;box-shadow:0 1px 2px #0000000d;color:#fafaf8;padding:9px 17px;font-family:Inter,sans-serif;font-size:.875rem;cursor:pointer}.suggested-recipe-container{color:#475467;line-height:28px;font-size:1.125rem;font-weight:400}.suggested-recipe-container ul li,.suggested-recipe-container ol li{margin-bottom:8px}.ingredients-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.clear-all-btn{border:none;background:transparent;color:#d17557;font-size:.875rem;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s;font-family:Inter,sans-serif}.clear-all-btn:hover{background-color:#f0efeb}ul.ingredients-list{margin-bottom:48px;list-style:none;padding-left:0}ul.ingredients-list>li{color:#475467;line-height:28px;display:flex;justify-content:space-between;align-items:center;padding:8px 12px;margin-bottom:4px;border-radius:6px;transition:background-color .2s}ul.ingredients-list>li:hover{background-color:#f5f5f3}ul.ingredients-list>li>span{flex-grow:1}.remove-btn{border:none;background:transparent;color:#9ca3af;font-size:1.5rem;cursor:pointer;padding:0 8px;line-height:1;border-radius:4px;transition:all .2s;font-family:Inter,sans-serif}.remove-btn:hover{background-color:#fee2e2;color:#dc2626}.get-recipe-container button.loading{position:relative;padding-right:35px}.get-recipe-container button.loading:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}.empty-state{text-align:center;padding:60px 20px;color:#6b7280;font-size:1.125rem}.suggested-recipe-container{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.add-ingredient-form>button:hover{background-color:#2a2a28}.get-recipe-container button:hover:not(:disabled){background:#b86446}.get-recipe-container button:disabled{opacity:.7;cursor:not-allowed}
